* {
  margin: 0;
  padding: 0;
}

body {
  margin: 0;
  font-family: Arial, sans-serif;
}

.custom-navbar {
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: space-between;
  padding: 0px 15px;
  background-color: #fff;
  height: 90px;
}
.sticky-top {
  position: sticky;
  top: 0;
  z-index: 999;
}

/* Logo */

.logo img {
  height: 45.88px;
  width: auto;
  transform: translateY(-1px);
}

.logo span {
  color: #3a4d6b;
}

/* Nav Links */
.nav-links {
  list-style: none;
  display: flex;
  gap: 30px;
  margin: 0;
  padding-right: 98px;
  /* margin-left: -20px; */
}

.nav-links li {
  display: inline;
  position: relative;
}
.nav-links > li {
  position: relative;
}
.nav-links > li > a {
  position: relative;
  display: inline-block;
}
.nav-links > li > a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 100%;
  height: 1px;
  background-color: #546a8c;

  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
}
.nav-links > li > a:hover::after {
  transform: scaleX(1);
}

.nav-links a {
  text-decoration: none;
  color: #17262f;
  font-size: 16px;
  font-weight: 700;
  transition: 0.3s;
  font-family: Manrope, Arial, sans-serif;

  line-height: 1.3;
  padding-right: 6px;
}

.nav-links a:hover {
  color: #5a6f8f;
}

/* Button */

.nav-btn a {
  background-color: #546a8c;
  color: #fff;
  width: 175px;
  height: 52px;

  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;

  font-family: Roboto, sans-serif;

  text-decoration: none;
  font-weight: 700;
  /* border-radius: 2px; */
  transition: 0.3s;
  padding-right: 5px;
}

/* =========================
   RESPONSIVE (1198px se neeche)
========================= */
@media (max-width: 1198px) {
  /* Sirf logo dikhe */
  .nav-links {
    display: none;
  }

  .nav-btn {
    display: none;
  }

  /* Logo apni jagah rahe */
  .logo {
    margin: 0;
  }
}
@media (max-width: 768px) {
  .custom-navbar {
    height: 82.22px !important; /* mobile height */
  }
}

/*slider */

/*About company*/

/* SECTION */
.about {
  padding: 80px 20px 250px;
  background: #0b0b0b;
  color: #fff;
}

.container {
  max-width: 1200px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* TEXT */
.subtitle {
  color: #546a8c;
  font-family: Manrope, Arial, sans-serif;
  font-size: 18px;
  display: block;

  font-weight: 600;
  padding-bottom: 20px;
}

.about-text span {
  padding-top: 120px;
}

.about-text h2 {
  font-size: 48px;
  line-height: 1.3;
  margin-bottom: 20px;
  font-family: Manrope, Arial, sans-serif;
}
.about .container {
  display: flex;
  align-items: center; /* 🔥 ye hi main kaam karega */
  justify-content: space-between;
  gap: 50px;
}

.about-text p {
  color: #e2e2e2;
  font-size: 15px;
  font-family: Roboto, sans-serif;

  margin-bottom: 22.5px;
  margin-top: 15px;
  max-width: 500px;
}

.btn {
  display: inline-block;
  background: #546a8c;
  padding: 8px 20px;
  color: #fff;
  height: 39px;
  text-decoration: none;
  border-radius: 3px;
  font-family: Manrope, Arial, sans-serif;
}

/* IMAGES */
.about-images {
  position: relative;
  width: 100%;
  max-width: 500px;
  margin-left: -40px;
}

.img-box {
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
}

.img-box img {
  width: 100%;
  display: block;
  object-fit: cover;
  height: 350px;
}

/* TOP IMAGE */
.img1 {
  position: relative;
  z-index: 1;
  width: 100%;

  border: 5px solid #3a4d6b;
}

/* OVERLAP IMAGE */
.img2 {
  position: absolute;
  bottom: -260px;
  left: -65px;
  width: 80%;
  z-index: 2;
  border: 1px solid black;
}

.carousel-caption h3 {
  text-align: center !important;
  color: #ffffff;
  font-family: "Montserrat", Sans-serif;
  font-size: 80px;
  font-weight: 700;
  line-height: 1.3;
  margin: 0;
  margin-bottom: 50px;
  display: inline-block;
}

/* ===================== */
/* RESPONSIVE DESIGN */
/* ===================== */

/* TABLET */
@media (max-width: 992px) {
  .container {
    flex-direction: column;
    text-align: center;
  }

  .about-text p {
    margin: 0 auto 25px;
  }

  .about-images {
    margin-top: 40px;
  }

  .img2 {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -30px;
  }
}

/* MOBILE */
@media (max-width: 576px) {
  .about-text h3 {
    font-size: 28px;
  }

  .about-text p {
    font-size: 14px;
  }

  .img2 {
    width: 90%;
    bottom: -20px;
  }
}

/*dusra */

/* Header */
.section-header {
  text-align: center;
  padding: 100px 20px 45px;
}

.section-header span {
  font-size: 18px;
  font-family: "Manrope", Arial, sans-serif;
  color: #546a8c;
  font-weight: 600;
}

.section-header h2 {
  font-size: 40px;
  font-weight: 700;
  margin-top: 20px;
  color: #17262f;
  line-height: 1.3;
}

/* Slider */
.slider-container-middle {
  /* max-width: 1200px; */
  width: 100%;
  margin: 40px auto;
  padding: 0 15px;
  background-color: #ededed82;
  position: relative;

  height: 457px;
  display: flex;
  align-items: center;
}
.slider-wrapper-middle {
  max-width: 1170px;
  margin: auto;
  padding: 0 15px;
  overflow: hidden;
  position: relative;
}

.slider-middle {
  display: flex;
  gap: 20px;
  /* overflow-x: auto; */
  overflow: hidden;
  /* scroll-snap-type: x mandatory;
  scroll-behavior: smooth; */
}
.slider-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: transparent !important;

  color: #ededed82;

  border: none;
  padding: 10px 15px;
  cursor: pointer;
  z-index: 10;
  font-size: 25px;
}
.slider-btn.prev {
  left: 10px;
}

.slider-btn.next {
  right: 10px;
}

/* Hide scrollbar */
.slider-middle::-webkit-scrollbar {
  display: none;
}

.card-middle {
  flex: 0 0 calc(25% - 15px);
  transition: transform 0.5s ease;
  scroll-snap-align: start;
  will-change: transform;
}

.card-inner-middle {
  background: #fff;
  border: 3px solid #c4c4c4;

  text-align: center;
  width: 270px; /* 🔥 FIXED WIDTH */
  height: 274px;

  display: flex;
  flex-direction: column; /* 🔥 important */
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.card-middle img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.card-middle h4 {
  font-size: 16px;
  font-family: "Manrope", Arial, sans-serif;

  width: 100%;

  text-align: center;
  color: #121212;
  font-weight: 700;
  margin-block-start: 13px;
}

/* ========== RESPONSIVE ========== */

/* Tablet */
@media (max-width: 992px) {
  .card-middle {
    flex: 0 0 50%;
  }

  .section-header h2 {
    font-size: 28px;
  }
}

/* Mobile */
@media (max-width: 576px) {
  .card-middle {
    flex: 0 0 100%;
  }

  .section-header h2 {
    font-size: 22px;
  }
}

/*FAQ SECTION START*/

.custom-section {
  display: flex;
  justify-content: center;
  padding-bottom: 125px;
  padding-top: 5px;
}

.main-container {
  width: 1310px;
  height: 670px;
  display: flex;
}

/* LEFT SIDE */
.left-box {
  width: 600px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center; /* 🔥 vertical center */
}
.left-box a {
  font-size: 16px;
  max-height: 52px;
  max-width: 161px;
  width: 161px;
  height: 52px;
  font-weight: 600;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  background-color: #161515;
  padding: 18px 40px 38px 40px;
}

/* IMAGE BOX */
.image-box {
  width: 620px;
  height: 620px;
  overflow: hidden;
  border-style: solid;
  border-width: 2px 2px 2px 2px;
  border-radius: 5px 5px 5px 5px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
}

.image-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* BUTTON */
.custom-btn {
  margin-top: 20px;
  padding: 12px 25px;
  /* background: #546a8c; */
  color: #fff;
  text-decoration: none;
  margin-right: 20px;
}

/* RIGHT SIDE */
.right-box {
  flex: 1; /* 🔥 remaining space lega */
  display: flex;
  flex-direction: column;
  justify-content: center; /* 🔥 same height align */
  padding: 10px;
}

.right-box h2 {
  font-size: 40px;
  font-family: "Manrope", Arial, sans-serif;
  color: #17262f;
  margin-bottom: 0px !important;
  line-height: 1.3;
  font-weight: 700;
  padding-bottom: 10px;
}

.right-box span {
  color: #546a8c;
  font-size: 18px;
  font-family: "Manrope", Arial, sans-serif;
  padding: 0px 10px 0px;
  font-weight: 600;

  display: inline-block;
  line-height: 1.6;
}

/*Faq section s */

.faq-section {
  padding: 60px 20px;
}

.container {
  max-width: 1200px;
  margin: auto;
  display: flex;
  gap: 40px;
  align-items: center;
}

/* IMAGE GRID */
.image-grid {
  width: 616px;
  height: 616px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.image-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
}

/* RIGHT SIDE */
.faq-content {
  flex: 1;
}

.subtitle {
  color: #4a6fa5;
}

.faq-content h2 {
  font-size: 32px;
  margin-bottom: 30px;
}

/* FAQ */
.faq-item {
  background: #fff;
  margin-bottom: 15px;
  border: 1px solid #ddd;
  overflow: hidden;
  border-bottom: 1px solid #ddd; /* 🔥 sirf bottom line */
  padding: 0;
}

/* hide radio */
.faq-item input {
  display: none;
}

.faq-question {
  font-size: 20px;
  font-family: "Manrope", Arial, sans-serif;
  color: #17262f;
  font-weight: 700;
  line-height: 1;
  padding: 25px 0px 25px 30px;
  height: 70px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* Arrow default */
.arrow {
  display: inline-block;
  transition: transform 0.3s ease;
}

/* 🔥 IMPORTANT FIX */
.faq-item input:checked + label .arrow {
  transform: rotate(90deg); /* ➜ se ↓ */

  color: rgb(245 114 23);
}

/* Answer hidden */
.faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 18px;
  transition: all 0.3s ease;

  max-height: 0;
  overflow: hidden;
  transition: all 0.3s ease;
  padding: 0 0 0 30px; /* left 30px */
}

/* Open answer */
.faq-item input:checked ~ .faq-answer {
  max-height: 200px;
  padding: 15px 18px 15px 30px;
}

/* RESPONSIVE */
@media (max-width: 992px) {
  .container {
    flex-direction: column;
  }

  .image-grid {
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
  }
}

@media (max-width: 576px) {
  .faq-content h2 {
    font-size: 24px;
  }
}
/* ✅ Tablet & Mobile */
@media (max-width: 992px) {
  .main-container {
    flex-direction: column;
    height: auto;
  }

  .left-box {
    width: 90%;
    align-items: center; /* left align */
  }

  .image-box {
    width: 90%;
    height: auto;
  }

  .right-box {
    width: 100%;
    padding-top: 30px;
  }
}

/* ✅ Mobile view */
@media (max-width: 576px) {
  /* 🔽 image size chhota */
  .image-box {
    width: 80%;
    height: 300px; /* tum adjust kar sakte ho (250–350) */
  }

  /* 🔽 button right side */
  .left-box {
    align-items: center;
  }

  .left-box a {
    margin-right: 0;
  }
}

/*CARD SECTION */

.card-wrapper-home {
  display: flex;
  justify-content: center;
  gap: 30px;
  padding: 15px 0px 120px 0px;
}

/* Card */
.card-home {
  width: 370px;
  background: #fff;
  padding: 50px;
  border: 1px solid rgba(22, 21, 21, 0.1);
  transition: all 0.3s ease;
  cursor: pointer;
}

.card-home:hover {
  background-color: #ffffff; /* apna color change kar sakte ho */
  box-shadow: 0px 7px 60px 0px rgba(0, 0, 0, 0.07);
  border-color: transparent;
}

/* Step color change on hover */
.card-home:hover .step-home {
  background-color: #000;
  color: #fff;
}

/* Middle card highlight */
.card-home.active {
  background: #f2f2f2;
}

/* Top Section */
.card-top-home {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* Icon */
.icon-home {
  font-size: 40px;
  color: orange;
}

/* Step */
.step-home {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  background-color: #546a8c;
  color: #ffffff;
  font-weight: 700;

  font-size: 16px;
  font-family: "Manrope", Arial, sans-serif;
  text-transform: uppercase;
  padding: 15px 10px;
  margin-right: -2px;
  letter-spacing: -0.32px;
  transition: 0.35s;
}

/* Title */
.title-home {
  font-size: 22px;
  color: #17262f;
  font-family: "Manrope", Arial, sans-serif;
  margin-top: 20px;
  margin-bottom: 35px;

  font-weight: 700;
  line-height: 1.3;
}

/* Line */
.line-home {
  border-bottom: 1px solid #d9d9d9;
}

/* Description */
.desc-home {
  margin-top: 35px;
  color: #4a5257;
  line-height: 1.6;
  font-size: 16px;
  font-family: "Manrope", Arial, sans-serif;
}

/* ✅ Tablet view (2 cards per row) */
@media (max-width: 992px) {
  .card-wrapper-home {
    flex-wrap: wrap;
    justify-content: center;
    width: 90%;
    margin-left: 20px;
  }

  .card-home {
    width: calc(50% - 15px); /* gap adjust karke perfect 2 column */
  }
}

/* ✅ Mobile view (1 card per row) */
@media (max-width: 576px) {
  .card-home {
    width: 100%;
  }
}
/*CARD SECTION END*/

/* FOOTER */
.footer {
  background: #161515;
  color: #d7d7d7;
}

/* CONTAINER */
.footer-container {
  max-width: 1300px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  gap: 40px;
  padding: 60px 20px;
  align-items: flex-start;
  flex-wrap: wrap;
}

/* COLUMNS */
.footer-col {
  flex: 1 1 220px; /* important */
  min-width: 220px;
}

/* LOGO */
.footer-logo {
  width: 100%;
  max-width: 220px;
}

/* HEADINGS */
.footer-col h2 {
  color: #fff;
  font-size: 20px;
  font-family: Manrope, Arial, sans-serif;
  position: relative;
  padding-bottom: 10px;
}

.footer-col h2::after {
  content: "";
  width: 50px;
  height: 3px;
  background: #4a5257;
  position: absolute;
  left: 0;
  bottom: 0;
}

/* LIST */
.footer-col ul {
  list-style: none;
  margin-top: 25px;
  padding: 0;
}

.footer-col ul li {
  margin-bottom: 10px;
  font-size: 15px;
  font-family: Roboto, sans-serif;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  cursor: pointer;
  transition: 0.3s;
  line-height: 1.5;
}

.footer-col ul li i {
  color: #aaa;
}

.footer-col ul li:hover {
  color: #195a83;
}

/* CONTACT */
.contact li {
  word-break: break-word;
}

/* BOTTOM */
.footer-bottom {
  border-top: 1px solid #444;
  text-align: center;
  padding: 15px 10px;
}

.footer-bottom p {
  font-size: 14px;
  color: #fff;
}

.footer-bottom span {
  color: #00ff66;
}

/* ========================= */
/* 🔥 RESPONSIVE BREAKPOINTS */
/* ========================= */

/* Tablet */
@media (max-width: 992px) {
  .footer-container {
    gap: 30px;
  }

  .footer-col {
    flex: 1 1 45%;
  }
}

/* Mobile */
@media (max-width: 576px) {
  .footer-container {
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
  }

  .footer-col {
    width: 100%;
  }

  .footer-logo {
    max-width: 180px;
  }

  .footer-col h2 {
    font-size: 18px;
  }

  .footer-col ul li {
    font-size: 14px;
  }

  .footer-bottom p {
    font-size: 13px;
  }
}

@media (max-width: 576px) {
  .container {
    flex-direction: column;
  }

  .footer-col {
    width: 100%;
  }
}

/* Dropdown Parent */
.dropdown {
  position: relative;
}

/* Dropdown Menu Default Hidden */
.dropdown-menu {
  position: absolute;
  top: 230%;
  left: -20px;
  background: #fff;
  min-width: 350px;
  padding: 0px 0;
  list-style: none;

  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);

  transition: 0.3s ease;
}

/* Show on Hover */
.dropdown:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  display: block;
  padding-left: 10px;
}

/* Dropdown Items */
.dropdown-menu li {
  padding: 10px 25px;
  text-align: left;
}

/* Links */
.dropdown-menu li a {
  color: #17262f;
  padding-left: 25px;
  line-height: 0.7;
  font-size: 15px;
  font-weight: 600;
  display: block;
  text-decoration: none;
}

/* Hover Effect */
.dropdown-menu li a:hover {
  color: #ff7618;
}
/* .dropdown-menu {
  display: block !important;
} */

/* Header */

/* Hamburger hidden on desktop */
.menu-toggle {
  display: none;
  font-size: 26px;
  cursor: pointer;
}

/* MOBILE */
@media (max-width: 1198px) {
  .menu-toggle {
    display: block;
  }

  .nav-links {
    position: absolute;
    top: 90px;
    left: 0;
    width: 100%;
    background: #fff;

    flex-direction: column;
    align-items: flex-start;
    gap: 0;

    padding: 20px;
    display: none;
  }

  .nav-links.active {
    display: flex;
  }

  .nav-links li {
    width: 100%;
    padding: 10px 0;
  }

  .nav-links a {
    width: 100%;
  }

  /* Dropdown mobile fix */
  .dropdown-menu {
    position: static;
    opacity: 1;
    visibility: visible;
    transform: none;
    display: none;
    width: 100%;
    padding-left: 15px;
  }

  .dropdown.active .dropdown-menu {
    display: block;
  }
}

/* @media (max-width: 1198px) {

  .dropdown-menu {
    display: none; 
  }

  .dropdown.active .dropdown-menu {
    display: block; 
  }
} */

/* Dropdown items spacing */
.dropdown-menu li {
  padding: 10px 1px !important; /* vertical space */
}

.dropdown-menu li a {
  display: block;
  line-height: 1; /* 🔥 main fix */
  padding: 0px 0; /* extra breathing space */
}

.whatsapp-btn {
  position: fixed;
  bottom: 80px;
  right: 20px; /* 👈 yaha change kiya hai */
  background-color: #25d366;
  color: white;
  font-size: 24px;
  padding: 12px 15px;
  border-radius: 50%;
  text-align: center;
  text-decoration: none;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
  z-index: 1000;
  background-color: #25d366;
  padding: 14px;
  border-radius: 50%;
  box-shadow: 0px 0px 11px rgba(0, 0, 0, 0.5);
}

.whatsapp-btn:hover {
  background-color: #1ebe5d;
}

@media (max-width: 576px) {
  .subtitle {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }

  .about-text span {
    padding-top: 10px !important; /* pehle 120px tha */
  }
}
@media (max-width: 576px) {
  .about-images {
    margin-top: 20px;
  }

  /* TOP IMAGE thoda niche */
  .img1 {
    position: relative;
    top: -50px;
  }

  /* BOTTOM IMAGE ko upar laake overlap karna */
  .img2 {
    position: absolute;
    bottom: -100px; /* pehle -20px tha */
    left: 50%;
    transform: translateX(-50%);
    width: 85%;
    z-index: 2;
  }
}

@media (max-width: 576px) {
  .image-box {
    width: 100% !important;
    margin-left: 15px;
    margin-right: auto;
    display: block;
  }
}

@media (max-width: 576px) {
  .slider-container-middle img {
    width: 100% !important;
    height: auto !important;
    display: block;
  }
}
@media (max-width: 576px) {
  .card-middle {
    flex: 0 0 100% !important;
  }

  .card-inner-middle {
    width: 100% !important;
  }

  .slider-container-middle img {
    width: 100% !important;
    height: auto !important;
  }
}

/* ✅ Desktop only fix */
@media (min-width: 1199px) {
  .dropdown {
    position: relative;
  }

  .dropdown-menu {
    top: 230%;
    left: -20px;
  }

  /* 🔥 invisible hover bridge (gap fix) */
  .dropdown::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 20px; /* gap cover karega */
  }
}

.home-link {
  text-decoration: none;
  color: white;
  cursor: pointer;
}

.home-link:hover {
  color: #195a83;
}
