@import url("https://fonts.googleapis.com/css2?family=Anton&family=Archivo:ital,wght@0,100..900;1,100..900&family=Cormorant:ital,wght@0,300..700;1,300..700&family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=IBM+Plex+Serif:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Josefin+Sans:ital,wght@0,100..700;1,100..700&family=K2D:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800&family=Libre+Franklin:ital,wght@0,100..900;1,100..900&family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Outfit:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100..900;1,100..900&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Anton&family=Archivo:ital,wght@0,100..900;1,100..900&family=Cormorant:ital,wght@0,300..700;1,300..700&family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=IBM+Plex+Serif:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Josefin+Sans:ital,wght@0,100..700;1,100..700&family=K2D:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800&family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Outfit:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100..900;1,100..900&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap");
:root {
  --archivo: "Archivo", sans-serif;
  --franklin: "Libre Franklin", sans-serif;
}
.bg-img-section {
  height: 100%;
  background: url("../imgs/hero-image.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; /* fills section, keeps aspect ratio (may crop) */
}
.nav-items ul {
  display: flex;
  list-style: none;
  gap: 20px;
}
.header-section {
  border-radius: 46px;
}
#header-bg-grad{
    background: linear-gradient(to left, #5e5e5e, #3c3c3c);

}
.register-button-second{
   background: white;
  border-radius: 23px;
  border: none;
  padding: 15px 24px;
  font-family: var(--archivo);
  font-weight: 600;
  font-style: Bold;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 12%;
  color: #414141;
  text-transform: uppercase;
}
img.header-icons {
    width: 19px;
}
.reckit-logo {
  width: 100px;
}
.arrow {
  width: 40px;
}
img.header-icons-pin {
    width: 13px;
}

.register-button-banner {
  background-color: #fff; /* solid white background */
  border-radius: 50px; /* pill shape */
  border: none;

  font-family: var(--archivo, sans-serif);
  font-weight: 600;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 0.12em;

  /* Gradient text */
  background: linear-gradient(90deg, #c41974, #9d2a16);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

  display: inline-flex; /* keep icon aligned */
  align-items: center;
  gap: 8px; /* spacing between text and icon */
  cursor: pointer;
  padding-left: 36px;
  left: 2px;
  position: relative;
}
.reckit-logo {
  width: 123px;
  position: relative;
  top: -12px;
}
.header-section {
  font-family: var(--archivo);
  font-weight: 400;
  font-style: Regular;
  font-size: 15px;
  color:#414141;
  leading-trim: NONE;
  line-height: 25px;
  letter-spacing: 0%;
}
#reg-button {
  border-radius: 50px; /* pill shape */
  border: none;
  background-image: url("../imgs/dual-button.png");
  background-repeat: no-repeat;
  background-size: cover; /* or 'contain' if you want full fit */
  background-position: center;

  display: flex;
  align-items: center;
  justify-content: center; /* centers button text */
  padding: 10px 25px; /* give some space */
  height: 60px; /* fixed height for visibility */

  width: 280px;
  position: relative;
  left: -55px;
}

.register-button {
  background: linear-gradient(135deg, #c20a6c 20%, #ff593d);
  border-radius: 23px;
  border: none;
  padding: 15px 24px;
  font-family: var(--archivo);
  font-weight: 600;
  font-style: Bold;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 12%;
  color: white;
  text-transform: uppercase;
}
.text-section h6 {
  font-family: var(--archivo);
  font-weight: 600;
  font-style: Bold;
  font-size: 15px;
  leading-trim: NONE;
  line-height: 20px;
  letter-spacing: 12%;
  text-transform: uppercase;
}
img.ellipse {
  width: 33px;
}
.learn-more {
    background: white;
    border: none;
    border-radius: 35px;
    border: none;
    padding: 17px 87px;
    margin: 0 auto;
}
#learn button span {
  font-family: var(--archivo);
  font-weight: 700;
  font-style: Bold;
  font-size: 15px;
  leading-trim: NONE;
  line-height: 20px;
  letter-spacing: 12%;
  text-transform: uppercase;
  background: -webkit-linear-gradient(#c41974, #9d2a16);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#learn {
  border-radius: 35px;
  border: none;
  padding: 16px 110px;
  margin: 0 auto;
}
.infants {
  font-family: var(--franklin);
  font-weight: 500;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0%;
  text-align: center;
  color: white;
  background-color: transparent;
  border-radius: 23px;
  border: 1px solid #cecece;

  padding: 8px 30px;
}

img.right-arrow {
  width: 19px;
}
#india-progress h3 {
  font-family: var(--archivo);
  font-weight: 400;
  font-style: Regular;
  font-size: 54px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
}
.banner-para {
  font-family: var(--franklin);
  font-weight: 400;
  font-size: 18px;
  color: #cecece;
  line-height: 28px;
  letter-spacing: 0%;
}
.gallery {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 15px;
  padding: 20px;
}
.text-section h1 {
  font-family: var(--archivo);
  font-weight: 700;
  font-size: 60px;
  line-height: 71.6px;
  letter-spacing: 0%;
  text-transform: capitalize;
}

a.nav-link.active {
  font-size: 15px;
   
  border-radius: 23px;
  border: none;
padding: 10px 10px;
  font-family: var(--archivo);
  font-weight: 600;
  font-style: Bold;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 12%;
  color: #ffffff !important;
  text-transform: uppercase;
    background: linear-gradient(to left, #5e5e5e, #3c3c3c);

 
}
a.nav-link {
  font-family: var(--archivo);
  font-weight: 500 !important;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 12%;
  text-transform: uppercase;
}
.text-section {
  display: flex;
  color: white;
  flex-direction: column;
  align-items: baseline;
  justify-content: center;
  height: 80vh;
}

/* Style nav links */
.navbar-nav .nav-link {
  font-family: var(--franklin, sans-serif);
  font-weight: 600 !important;
  color: #333;
  transition: color 0.3s ease;
}
.navbar-nav .nav-link:hover {
  color: #c20a6c;
}
img.frame-img {
  width: 100%;
}
#leader-note h6 {
  font-family: var(--archivo);
  font-weight: 700;
  font-style: Bold;
  font-size: 15px;
  leading-trim: NONE;
  line-height: 20px;
  letter-spacing: 12%;
  color: #414141;
  text-transform: uppercase;
}

.testimonial-section {
  background-image: url("../imgs/Testimonials.png");
  height: auto;
  border-radius: 0px;
  background-size: cover;
}
.testimonial-section h2 {
  font-family: var(--archivo);
  font-weight: 600;
  font-style: Bold;
  font-size: 45px;
  leading-trim: NONE;
  line-height: 44px;
  color: #414141;
  letter-spacing: 0%;
  text-align: center;
  text-transform: capitalize;
}
.c-padding {
  padding-top: 50px;
  padding-bottom: 50px;
}
#leader-note h2 {
  font-family: var(--archivo);
  font-weight: 700;
  font-style: Bold;
  font-size: 40px;
  leading-trim: NONE;
  line-height: 44px;
  letter-spacing: 0%;
  text-transform: capitalize;
  color: #414141;
}
.guiding-vision {
  font-family: var(--franklin);
  font-weight: 600;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 28px;
  letter-spacing: 0px;
}

#india-progress h2 {
  font-family: var(--archivo);
  font-weight: 600;
  font-size: 48px;
  leading-trim: NONE;
  line-height: 48px;
  letter-spacing: 0%;
  text-transform: uppercase;
  background: linear-gradient(180deg, #ffffff, #c3c3c3);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#guiding-vision-id {
  width: 66%;
}
#india-progress {
  background: #5e5e5e;
  border-radius: 12px 123px 23px 23px;
}
.swasth-india-para {
  font-family: var(--archivo);
  font-weight: 700;
  font-style: Bold;
  font-size: 20px;
  leading-trim: NONE;
  line-height: 21.9px;
  letter-spacing: 0%;
  color: #696969;
}
img.child-health {
    width: 94%;
}
.swasth-india-thin {
  font-family: var(--franklin);
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 28px;
  letter-spacing: 0%;
  color: #6e6e6e;
}
img.handshake-img,
img.plant-hand {
  height: 51px;
}
#mission-seciton {
  background: linear-gradient(to left, #5e5e5e, #3c3c3c);
}
#mission-seciton {
  background: linear-gradient(to left, #5e5e5e, #3c3c3c);
  border-radius: 25px;
  padding: 35px;
}
img.objective {
  width: 76px;
}
.swasth-india {
  font-family: var(--archivo);
  font-weight: 700;
  font-style: Bold;
  font-size: 45px;
  leading-trim: NONE;
  line-height: 44px;
  letter-spacing: 0%;
  text-align: center;
  text-transform: capitalize;
  color: #414141;
}
.cta-banner {
  position: relative;
  background: linear-gradient(to right, #4c4c4cf1 30%, #3c3c3c10 100%),
    url("../imgs/cta-banner.webp");
  padding: 80px 40px;
  height: 70vh;
  background-size: cover;
  background-position: center center;
  color: #fff;
  display: flex;
  align-items: center;
}

/* Heading with gradient underline */
.cta-banner h2 {
  font-weight: 700;
  margin-bottom: 20px;
  position: relative;
  display: inline-block;
}

.cta-banner h6::after {
  content: "";
  display: block;
  height: 4px;

  margin-top: 8px;
  border-radius: 2px;
  background: linear-gradient(to right, #fff, #5e5e5e, #3c3c3c1c);
}

/* Paragraphs */
.cta-banner p,
.cta-banner h6 {
  margin-bottom: 16px;
  line-height: 1.6;
}
img.maternal-health-img {
    width: 83%;
}
.position-absolute.top-50.translate-middle {
    right: 0;
    
    height: 301px;
    width:108px;
    cursor: pointer;
}
/* Button */
.cta-banner button {
  background: #fff;
  color: #000;
  border: none;
  padding: 10px 28px;
  border-radius: 50px;
  font-weight: 600;
  transition: all 0.3s ease;
}

.cta-banner button:hover {
  background: linear-gradient(to right, #5e5e5e, #3c3c3c);
  color: #fff;
}

/* .cta-banner{
   background: linear-gradient(to right, #4c4c4cf1 30%, #3C3C3C10  100%), 
                url("../assets/imgs/cta-banner.webp");;
  height: 70vh;
  background-size: cover;
background-position: center center;
} */

img.check-circle {
  width: 18px;
  height: 20px;
}
img.why-apply {
  width: 71px;
}
.objective-section {
  background: linear-gradient(to top, #edebec, #faf9fc);
  border-radius: 25px;
  padding: 35px;
}
.tech-challenge {
  background-image: url("../imgs/tech-challenge.webp");
  height: 1200px;
  background-position: center center;
  background-size: 100%;
  background-repeat: no-repeat;
}
.Our-Impact {
  font-family: var(--archivo);
  font-weight: 700;
  font-style: Bold;
  font-size: 15px;
  leading-trim: NONE;
  line-height: 20px;
  letter-spacing: 12%;
  text-align: start;
  color: #717171;
  text-transform: uppercase;
}
.Universal-health {
  background-image: url("../imgs/Rectangle.png");
  height: 100%;
  width: 100%;
  padding: 39px 34px 53px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.dialogue-box {
  background-image: url(../imgs/boxes.png);
  height: 100%;
  width: 18%;
  background-repeat: no-repeat;
  position: absolute;
  background-size: 100%;
}
#read-more {
  bottom: 0;
  left: 69px;
  width: 259px;
  background: rgba(255, 255, 255, 0);
  cursor: pointer;
  height: 80px;
}
.plant-hand {
  display: none;
}

.dialogue-box h3 {
  font-family: var(--archivo);
  font-weight: 600;
  font-size: 20px;
  padding-top: 17px;
  leading-trim: NONE;
  letter-spacing: 0%;
  color: white;
  text-align: center;
}

img.quotes {
  width: 43px !important;
}

img.testimonial-img {
  width: 240px !important;
}
.our-impact-section {
  background: linear-gradient(to bottom, #faf8fb, #f0eeef);
}
#card-border {
  transition: background 0.4s ease;
}

#card-border {
  transition: background 0.4s ease;
}

#card-border:hover {
  background: linear-gradient(to left, #5e5e5e, #3c3c3c);
}


/* text inside (siblings, not nested) */
#card-border .shaping-future,
#card-border .swasth-india-thin {
  transition: color 0.4s ease;
}

#card-border:hover .shaping-future,
#card-border:hover .swasth-india-thin {
  color: #fff !important;
}

#card-border:hover .handshake-img {
  display: none;
}
#card-border:hover .plant-hand {
  display: block;
}

div#india-progress-id {
    padding: 71px;
}
div#card-border {
  background: white;
  padding: 28px;
  border-radius: 25px;
}
.card.px-4.py-4.bg-white.rounded-4.border-0 {
  height: 95%;
}
#leader-note p {
  font-family: var(--franklin);
  font-weight: 400;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 28px;
  letter-spacing: 0%;
  color: #414141;
}
.shaping-future {
  font-family: var(--archivo);
  font-weight: 700;
  font-style: Bold;
  font-size: 22px;
  leading-trim: NONE;
  line-height: 36.9px;
  letter-spacing: 0%;
  color: #414141;
}
/* Tablet (≤ 991px) */
@media (min-width:600px) and (max-width:1000px) {
  /* Make header stack neatly */
  .navbar-brand {
    margin: 0; /* center logo */
  }
  .col-12.col-md-12.col-lg-6.p-5.d-flex.justify-content-center.align-items-center.flex-column {
    padding: 21px !important;
}

  .navbar-collapse.collapsing {
    height: 0;
    overflow: hidden;
    transition: height 0.3s ease;
  }
  .header-section {
    border-radius: 4px;
  }
  .tech-challenge {
  height: 679px;
}
  img.icons-brands {
    width: 21% !important;
  }
  .navbar-collapse.show {
    transition: height 0.3s ease;
  }
  #reg-button {
    left: -21px;

    padding: 0px 0px !important;
  }
  .text-section h1 {
    text-align: left;
  }
  .text-section {
    height: auto;
    padding: 40px 15px;
    text-align: center;
    align-items: baseline;
  }
  .owl-nav .custom-prev,
  .owl-nav .custom-next {
    font-size: 1.5rem; /* Smaller arrows */
    left: -15px;
    right: -15px;
  }
  img.w-75.maternal-health-img {
    width: 100% !important;
  }
  img.child-health {
    width: 100%;
    margin-top: 36px;
  }
  .navbar-toggler {
    border: none !important;
    box-shadow: none !important;
  }
  .owl-nav {
    display: none;
  }
  .Universal-health {
    height: 448px;
    width: 206px;
    background-size: cover;
  }
  .dialogue-box {
    width: 27%;
  }
  #reg-button {
    width: 100%;
    height: 62px;
    padding: 33px 16px !important;
  }
  .navbar-collapse {
    text-align: center;
  }
  header .btn.register-button {
    margin: 15px auto 0;
    display: block;
    width: auto; /* keep button neat */
  }

  .register-button-banner {
    font-size: 14px;
    padding: 10px 20px;
    gap: 6px;
  }

  #mainNavbar {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 999;
    transition: all 0.3s ease-in-out;
    padding: 1rem 0;
    border-radius: 1px 1px 18px 18px;
  }
  .text-section h1 {
    font-size: 36px;
    line-height: 46px;
  }
  .text-section p {
    font-size: 16px;
    line-height: 24px;
  }
  #reg-button {
    left: -31px;
  }
}

/* Mobile (≤ 575px) */
@media (max-width: 575.98px) {
  .testimonial-section {
    border-radius: 38px;
  }
  div#mainNavbar {
    padding: 0px 37px;
  }
      img.icons-brands {
        width: 21% !important;
      }

    .bg-img-section {
        height: 700px;
        background: url(../imgs/banner-phone.webp);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }
  #reg-button {
    left: -43px;
  }
  #india-progress-id{
    padding: 10px !important;
  }
  .register-button-banner {
    font-size: 14px;
    padding: 0px 18px 0px 50px;
  }
  .text-section p {
    font-size: 14px;
    line-height: 22px;
    text-align: left;
  }
  .text-section h1 {
    font-size: 28px;
    line-height: 36px;
    text-align: left;
  }
  .text-section {
    height: auto;
    padding: 40px 15px;
    text-align: center;
    align-items: baseline;
  }

  .owl-nav {
    display: none;
  }
  .dialogue-box {
    width: 62%;
  }
  #india-progress {
    background: #5e5e5e;
    border-radius: 21px;
    padding-top: 45px;
  }
  .col-12.col-md-6.p-5 {
    padding: 12px !important;
  }
  .infants {
    padding: 8px 9px;
  }
  .learn-more {
    padding: 17px 17px;
  }
  img.child-health {
    width: 100%;
    margin-top: 34px;
  }
  .mission.d-flex.flex-column {
    display: flex;
    justify-content: center;
    width: 100%;
    align-items: baseline;
  }
  .objective-section {
    padding: 9px;
  }
  .btn-container {
    flex-wrap: wrap;
  }
      img.icons-brands {
        width: 21% !important;
        gap:0px;
    }

  .gallery {
    padding: 0px;
    flex-direction: column;
    display: flex;
  }
  .gaols.bg-white.rounded-5 {
    padding: 35px 17px;
  }
  .objective-section {
    padding: 39px 13px;
  }
  .cta-banner {
    padding: 25px 21px;
    height: 62vh;
  }
  .tech-challenge {
    height: 368px;
  }
  #mission-img {
    width: 101px !important;
    margin-bottom: 10px;
  }

  div#mission-seciton {
    flex-direction: column;
    padding: 12px;
  }
  .maternal-health-img {
    width: 100% !important;
  }
  div#vikshit-bharat-id {
    padding-right: 0px !important;
    padding-left: 0px !important;
  }
  button.navbar-toggler {
    border: none;
  }

  .owl-nav .custom-prev,
  .owl-nav .custom-next {
    font-size: 1.2rem; /* Even smaller for mobile */
    left: -10px;
    right: -10px;
  }
  #mainNavbar {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 999;
    transition: all 0.3s ease-in-out;
    padding: 1rem 0;
    border-radius: 1px 1px 18px 18px;
  }
  .header-section {
    border-radius: 3px;
  }
  .swasth-india {
    font-size: 30px;

    line-height: 38px;
  }
  .swasth-india-thin {
    font-size: 15px;
  }
  .c-padding {
    padding-top: 31px;
    padding-bottom: 31px;
  }
  .guiding-vision {
    font-size: 15px;
  }
  .dialogue-box h3 {
    font-size: 17px;
  }
  #india-progress h3 {
    font-size: 42px;
  }
  .banner-para {
    font-size: 15px !important;
  }
  .infants {
    font-size: 14px;
  }
  #india-progress h2 {
    font-size: 35px;

    line-height: 42px;
  }
  .Our-Impact {
    font-size: 14px;

    line-height: 13px;
  }
  .testimonial-section h2 {
    font-size: 30px;
  }

  #leader-note p {
    font-size: 14px;
  }
  #leader-note h6 {
    font-size: 15px;
  }
  #leader-note h2 {
    font-size: 26px;
  }
  /* Smooth open/close */
  .navbar-collapse.collapsing {
    height: 0;
    overflow: hidden;
    transition: height 0.3s ease;
  }

  .navbar-collapse.show {
    transition: height 0.3s ease;
  }

  .reckit-logo {
    width: 70px;
    top: -7px;
  }
  /* Remove ugly border around hamburger */
  .navbar-toggler {
    border: none !important;
    box-shadow: none !important;
  }

  /* Keep the hamburger icon clean */
  .navbar-toggler:focus {
    outline: none !important;
    box-shadow: none !important;
  }
}
/* Base arrow style */
.owl-nav .custom-prev,
.owl-nav .custom-next {
  font-size: 2.4rem;
  color: #c4197480; /* Pink shade */
  cursor: pointer;
  font-weight: 400;
  transition: 0.3s;
}

.owl-nav .custom-prev:hover,
.owl-nav .custom-next:hover {
  color: #ff4c8b; /* Darker pink on hover */
}

/* Positioning */
.owl-nav .custom-prev {
  position: absolute;
  left: -37px;
  top: 50%;
  transform: translateY(-50%);
}

.owl-nav .custom-next {
  position: absolute;
  right: -25px;
  top: 50%;
  transform: translateY(-50%);
}

/* 🔹 Responsive Adjustments */
/* filter tabs */
.btn-container {
  margin: auto;
  /* width: 70%; */
  /* max-width: 600px; */
  display: flex;
  justify-content: center;
  padding: 2rem 0;
}
.btn-container .btn.active {
  background: linear-gradient(90deg, #c41974, #9d2a16);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: white;
}

.container-filter {
  margin: auto;
  width: 80%;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 2fr));
  grid-template-rows: repeat(4, 350px);
  column-gap: 10px;
  row-gap: 10px;
  color: #fff;
}
div#movie {
  height: 371px;
  border-radius: 18px;
}
.filtered-div {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3rem;
  font-weight: bold;
  font-family: "Courier New", Courier, monospace;
  text-align: center;
  text-transform: capitalize;
}

[data-car] {
  /* background-color: coral; */
}

[data-color] {
  /* background-color: cornflowerblue; */
}
div#color {
  height: 371px;
}
div#car {
  height: 371px;
}
.gallery div {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

.gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* crop nicely */
  display: block;
}
.swiper {
  width: 100%;
  height: 100%;
  overflow: hidden; /* prevent content overflow */
}
img.icons-brands {
    width: 20%;
}
.acc__card {
  border: 1px solid #ddd;
  margin-bottom: 10px;
  border-radius: 7px;
}

section.footer-section {
  background: linear-gradient(to left, #5e5e5e, #3c3c3c);
  /* padding:50px; */
}

img.phone-sq {
  width: auto;
  height: 19px;
}
img.white-logo {
  width: 131px;
}
img.vikshit-bharat {
  width: 100%;
}
#alright-reserve {
  border-top: 1px dotted white;
}
.acc__title {
  padding: 15px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #f7f7f7;
}

.acc__card.active .acc__title {
  background: linear-gradient(to left, #5e5e5e, #3c3c3c);
  border-radius: 7px;
  color: #fff;
}

.acc__panel {
  display: none;
  padding: 15px;

  border-top: 1px solid #ddd;
}

.acc__card.active .acc__panel {
  display: block; /* keep it open when active */
}

.icon {
  font-weight: bold;
  transition: transform 0.3s;
}

.acc__card.active .icon {
  transform: rotate(45deg); /* plus becomes cross when active */
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;

  /* Center slide text vertically */
  /* display: flex;
  justify-content: center; */
  align-items: center;
}

/* Spanning grid items */
.item1 {
  grid-column: span 2; /* 2 columns wide */
  grid-row: span 2; /* 2 rows tall */
}
.item8 {
  grid-column: span 2; /* 2 columns wide */
  grid-row: span 2; /* 2 rows tall */
}
.item2 {
  grid-column: span 3; /* 3 columns wide */
  grid-row: span 2; /* 2 rows tall */
}

.item3 {
  grid-column: span 2;
  grid-row: span 2;
}

.item4 {
  grid-column: span 2;
  grid-row: span 1;
}

.item5 {
  grid-column: span 2;
  grid-row: span 1;
}
.item8{
    grid-column: span 3;
  grid-row: span 1;
}
.item6 {
  grid-column: span 3;
  grid-row: span 1;
}


[data-movie] {
  /* background-color: crimson; */
}
img.rectangle-3 {
  width: 100%;
}
img.rectangle-2 {
  width: 100%;
}
img.rectangle-1 {
  width: 100%;
}
.show {
  display: block;
}

.remove {
  display: none;
}
