/* My Styles */
/* @import url("https://fonts.googleapis.com/css2?family=Poppins&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;700&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap"); */
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");

/* General Css */

/* Clockify css starts here*/
body {
  font-family: "Montserrat", sans-serif !important;
  background-color: #000;
  color: #fff;
}
.overlay {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
}
.section {
  overflow: hidden;
}
.w-70 {
  width: 70%;
}
.w-100px {
  width: 100px;
}
.w-30px {
  width: 30px;
}
.w-130px {
  width: 130px;
}
.site-header {
  background: transparent;
}

a {
  color: #f04035;
}
.header-right li {
  padding-right: 40px;
}
h1 {
  font-size: 50px;
  font-weight: 700;
  line-height: 1.2;
  font-weight: normal;
  color: #fff;
}
p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4rem;
}
.swiper-slide {
  width: auto;
  flex-shrink: 0;
}
.w-150px {
  width: 150px;
}
.section {
  overflow: hidden;
}
#menu-main-menu li,
#menu-shopmenu li {
  padding-right: 40px;
  font-size: 1rem;
  line-height: 20px;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
}
#menu-main-menu li.current_page_item a {
  color: #fff;
}
#menu-main-menu .sub-menu {
  display: none;
}
#menu-main-menu li:hover .sub-menu {
  display: block;
  position: absolute;
  width: 250px;
  background: #fff;
  border: 1px solid #ccc;
  padding: 25px 20px;
  z-index: 2;
  min-width: 250px;
  border-radius: 0;
  border: none !important;
  box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
}
#menu-main-menu .sub-menu li {
  padding: 0 0 10px;

  font-size: 13px;
  line-height: 20px;
  font-weight: 400;
  color: #f04035;
}
#menu-main-menu .sub-menu li:last-child {
  padding: 0;
}
#menu-main-menu li.menu-item-has-children:after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.small {
  font-size: 1rem;
  line-height: 20px;
}

.font-family-Inter {
  font-family: "Inter", sans-serif;
}
.fw-400 {
  font-weight: 400;
}
.fw-500 {
  font-weight: 500;
}
.fw-600 {
  font-weight: 600;
}
.fw-700 {
  font-weight: 700;
}
.fw-800 {
  font-weight: 800;
}
.fw-900 {
  font-weight: 900;
}
.border-radius-10px {
  border-radius: 10px;
}
.box-shadow {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}
html {
  scroll-behavior: smooth;
}
.bg-f04035 {
  background-color: #f04035;
}
.color-f04035 {
  color: #f04035;
}

.btn-outline-primary.focus,
.btn-outline-primary:focus {
  box-shadow: none !important;
  outline: none !important;
}
.jv-header-wrapper {
  border-bottom: 0.5px solid #b8860b;
}

/* Footer */
.footer-menu .menu {
  display: inline-block;
  text-align: left;
  padding-left: 0;
  margin: 0 auto;
  list-style: none;
}

.footer-menu .menu li {
  margin-bottom: 8px;
}
.footer-menu .menu li a:hover {
  color: #333;
}
.site-footer h2 {
  font-size: 24px;
  font-weight: 600;
  color: #000;
  margin-bottom: 20px;
}
.site-footer .footer-menu {
  text-align: center;
  display: inline-block;
}
.site-footer .footer-menu a {
  color: #f04035;
  font-weight: 600;
  line-height: 24px;
  font-size: 16px;
  margin-bottom: 5px;
  letter-spacing: 0.3px;
  text-decoration: none;
}
::-webkit-scrollbar {
  width: 20px;
  height: 20px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1; /* Optional: track background */
}

::-webkit-scrollbar-thumb {
  background-color: #333; /* Theme color */
  border-radius: 8px;
  border: 2px solid #f1f1f1; /* Optional: space around the thumb */
}

::-webkit-scrollbar-thumb:hover {
  background-color: #f04035; /* Darker on hover */
}

/* Firefox */
* {
  scrollbar-width: thin; /* Options: auto, thin, none */
  scrollbar-color: #333 #f1f1f1; /* thumb color | track color */
}
#scrollToTopBtn {
  position: fixed;
  bottom: 140px;
  right: 10px;
  background-color: #f04035;
  color: white;
  padding: 10px 15px;
  width: 50px;
  height: 50px;
  font-size: 20px;
  border-radius: 50%;
  text-align: center;
  display: none;
  z-index: 1000;
  cursor: pointer;
  transition: opacity 0.3s ease;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

#scrollToTopBtn:hover {
  background-color: #333;
  color: #fff;
}

.site-footer {
  background-color: #f04035;
}
.footer-logo img {
  width: 160px !important;
}
#menu-footer-menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#menu-footer-menu li {
  color: #f04035;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 21px;
  text-transform: uppercase;
}

/* Form */
#jankiramventures-form input,
#jankiramventures-form input:focus,
#jankiramventures-form select:focus,
#jankiramventures-form select.wpcf7-form-control.wpcf7-select,
#jankiramventures-form textarea {
  border-top: none !important;
  border-right: none !important;
  border-left: none !important;
  border-bottom: 01px solid #000000 !important;
  height: 40px;
  outline: none !important;
  width: 100%;
  letter-spacing: -0.02em;
  color: #6f6f6f;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 25px;
  background: transparent;
}
#jankiramventures-form input[type="submit"] {
  border: 1px solid #f04035 !important;
  border-radius: 10px;
  padding: 10px 70px;
  background: #f04035;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  color: #fff;
  font-size: 18px;
  line-height: 25px;
  font-weight: 700;
  width: 250px;
  padding: 5px 60px;
  height: 45px;
}

#jankiramventures-form .wpcf7-form-control::-webkit-input-placeholder {
  color: #6f6f6f;

  opacity: 1 !important;
}

/* ===============================
   JANAKIRAM VENTURES CONTACT FORM
   =============================== */
.contact-section ul li {
  font-size: 1rem;
  margin-bottom: 15px;
}
.contact-form {
  background: #faf9f7;
  padding: 40px;
  border-radius: 30px 0;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}

/* Submit Hover */
#jankiramventures-form input[type="submit"]:hover {
  background: linear-gradient(45deg, #f04035, #ff6b5c);
  transform: translateY(-3px) scale(1.05);
  box-shadow: 0 15px 25px rgba(240, 64, 53, 0.4), 0 5px 10px rgba(0, 0, 0, 0.1);
}

/* Validation messages */
.contact-form .wpcf7-not-valid-tip,
.career-form .wpcf7-not-valid-tip {
  color: #e6392f;
  font-size: 12px;
  margin-top: 6px;
}

/* Success / Error message */
.contact-form .wpcf7-response-output,
.career-form .wpcf7-response-output {
  margin-top: 20px;
  border-radius: 8px;
  font-size: 14px;
  color: #000;
}

/* Career form file upload styling */
/* Career Resume Upload Box */
.career-form #jankiramventures-form .upload-label {
  display: block;
  width: 100%;
  padding: 40px 20px;
  border: 2px dashed #d1d5db;
  border-radius: 14px;
  background-color: #fafafa;
  text-align: center;
  cursor: pointer;
  transition: all 0.35s ease;
  position: relative;
  font-weight: 600;
  color: #111;
}

/* Upload icon */
.career-form #jankiramventures-form .upload-label::before {
  content: "";
  display: block;
  width: 42px;
  height: 42px;
  margin: 0 auto 12px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' width='32' height='32' fill='%23868e96'%3E%3Cpath d='M18.12%2C17.52%2C17%2C16.4V25a1%2C1%2C0%2C0%2C1-2%2C0V16.4l-1.12%2C1.12a1%2C1%2C0%2C0%2C1-1.42%2C0%2C1%2C1%2C0%2C0%2C1%2C0-1.41l2.83-2.83a1%2C1%2C0%2C0%2C1%2C1.42%2C0l2.83%2C2.83a1%2C1%2C0%2C0%2C1-.71%2C1.7A1%2C1%2C0%2C0%2C1%2C18.12%2C17.52ZM22%2C22H20a1%2C1%2C0%2C0%2C1%2C0-2h2a4%2C4%2C0%2C0%2C0%2C.27-8%2C1%2C1%2C0%2C0%2C1-.84-.57%2C6%2C6%2C0%2C0%2C0-11.36%2C1.69%2C1%2C1%2C0%2C0%2C1-1%2C.86H9A3%2C3%2C0%2C0%2C0%2C9%2C20h3a1%2C1%2C0%2C0%2C1%2C0%2C2H9a5%2C5%2C0%2C0%2C1-.75-9.94A8%2C8%2C0%2C0%2C1%2C23%2C10.1%2C6%2C6%2C0%2C0%2C1%2C22%2C22Z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}

/* Sub text */
.career-form #jankiramventures-form .upload-label span {
  display: block;
  font-weight: 400;
  font-size: 0.9rem;
  color: #6b7280;
  margin-top: 6px;
}

/* Hide native input */
.career-form #jankiramventures-form input[type="file"] {
  display: none;
}

/* Hover effect */
.career-form #jankiramventures-form .upload-label:hover {
  border-color: #f5b400;
  background-color: #fffdf6;
}

/* Focus (keyboard accessibility) */
.career-form #jankiramventures-form .upload-label:focus-within {
  border-color: #000;
  box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.08);
}

/* Selected file state (optional JS enhancement later) */
.career-form.file-selected .upload-label {
  border-style: solid;
  background-color: #ffffff;
}
.career-form #jankiramventures-form .upload-label .file-name {
  display: block;
  margin-top: 12px;
  font-size: 0.85rem;
  color: #374151;
  font-weight: 500;
}

#jankiramventures-form .iti--allow-dropdown,
#jankiramventures-form .iti--allow-dropdown input {
  width: 100%;
  box-sizing: border-box;
}
#jankiramventures-form .iti__country-list,
#jankiramventures-form .iti__country-name {
  color: #000 !important;
  list-style: none;
  padding-left: 0;
}

/* JV STyle*/

.homebanner-swipe .swiper-pagination-bullet {
  background: #fff;
}
.homebanner-swipe .swiper-pagination-bullet-active {
  background: #f04035;
}
.banner-text-wrap {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  text-align: center;
  color: #fff;
}
.abt-img {
  border-radius: 50px 0;
}
.social-icons {
  display: flex;
  gap: 14px;
}

.social-icons a {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #f2f2f2;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #111;
  font-size: 16px;
  transition: all 0.3s ease;
}

.social-icons a:hover {
  background: #111;
  color: #fff;
  transform: translateY(-3px);
}

/* About us Page */
.hero-about {
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
    url("../img/about-us-banner.png") center/cover no-repeat;
  color: #fff;
  padding: 120px 0;
}

.section-padding {
  padding: 80px 0;
}

.icon-box {
  border-radius: 12px;
  transition: all 0.3s ease;
}

.icon-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.icon-circle {
  width: 70px;
  height: 70px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 28px;
  background: #000 !important;
  color: #fff;
}
.card:hover .icon-circle {
  background: #f04035 !important;
}
.mission-card {
  transition: all 0.3s ease;
}

.mission-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
}
/* why chooose us section */
.why-card {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 12px;
  position: relative;
  transition: all 0.3s ease;
}

.why-card:hover {
  background: rgba(255, 255, 255, 0.1);
  transform: translateY(-6px);
}

.why-icon {
  font-size: 36px;
  color: #ffc107; /* Gold accent */
}

.why-number {
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 42px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.1);
}
/* Partner with us page*/
.partner-hero {
  padding: 120px 0;
  background: linear-gradient(rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.65)),
    url("../img/partner-with-us-banner.png") center/cover no-repeat;
}
.partner-card {
  transition: all 0.3s ease;
}

.partner-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
}
.partnership-flow::before {
  content: "";
  position: absolute;
  top: 130px;
  left: 5%;
  width: 90%;
  height: 2px;
  background: #dee2e6;
  z-index: 0;
}

.process-card {
  background: #ffffff;
  border-radius: 14px;
  padding: 30px 20px;
  position: relative;
  z-index: 1;
  transition: all 0.3s ease;
}

.process-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
}

.process-icon {
  width: 70px;
  height: 70px;
  background: #000;
  color: #fff;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  margin: 0 auto;
}
.process-card:hover .process-icon {
  background: #f04035 !important;
}

/* contact us*/
.contact-hero {
  padding: 120px 0;
  background: linear-gradient(rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.65)),
    url("../img/contact-us-banner.png") center/cover no-repeat;
}
/* Careers page*/
.careers-hero {
  padding: 120px 0;
  background: linear-gradient(rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.65)),
    url("../img/careers-banner.png") center/cover no-repeat;
}
/* Careers Card */
.career-card {
  background: #ffffff;
  border-radius: 14px;
  padding: 1.75rem;
  border: 1px solid #eaeaea;
  transition: all 0.35s ease;
  position: relative;
  overflow: hidden;
}

/* Subtle top accent line */
.career-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 4px;
  width: 100%;
  background: linear-gradient(90deg, #f04035, #7c140d);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.35s ease;
}

/* Hover animation */
.career-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
}

.career-card:hover::before {
  transform: scaleX(1);
}

/* Title */
.career-title {
  font-weight: 700;
  margin-bottom: 0.75rem;
  color: #111;
}

/* Short description */
.career-excerpt {
  color: #6c757d;
  font-size: 0.95rem;
  line-height: 1.6;
}

/* Button hover */
.career-card .btn {
  transition: all 0.3s ease;
}

.career-card:hover .btn {
  background-color: #f04035;
  color: #fff;
  border-color: #f04035;
}
.career-desc ul {
  list-style-type: disc;
  padding-left: 40px;
}
.career-desc h3 {
  margin: 20px 0;
  font-weight: 700;
}
