    body {
      font-family: 'Quicksand', sans-serif;
      background: #f8fbff;
      color: #003049;
      scroll-behavior: smooth;
    }
    h1, h2, h3, h4, h5, h6 {
      font-family: 'Poppins', sans-serif;
    }
    
    .fade-in {
      opacity: 0;
      animation: fadeIn ease 2s;
      animation-fill-mode: forwards;
    }
    @keyframes fadeIn {
      0% { opacity: 0; transform: translateY(20px); }
      100% { opacity: 1; transform: translateY(0); }
    }
    
    
.navbar>.container
 {
    display: flex;
    flex-wrap: inherit;
    align-items: center;
    justify-content: space-between;
    gap: 5rem;
}
    
    
.top-bar {
      background: linear-gradient(90deg, #0077b6, #00b4d8);
      color: #fff;
      font-size: 0.9rem;
      padding: 0.5rem 0;
      box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    }
    .top-bar a {
      color: #ffffff;
      text-decoration: none;
      margin-left: 15px;
      transition: color 0.3s;
    }
    .top-bar a:hover {
      color: #ffd60a;
    }
    .top-bar i {
      margin-right: 5px;
    }
   
    
   .navbar {
  background-color: rgba(255, 255, 255, 0.95);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  font-family: 'Poppins', sans-serif;
  border-top: 3px solid;
  border-bottom: 0px solid;
  border-image: linear-gradient(270deg, #0077b6, #ff69b4, #0077b6);
  border-image-slice: 1;
  animation: borderAnimation 5s infinite linear;
  z-index: 1030; /* ✅ Ensure it's on top */
  position: relative; /* ✅ Required for z-index to apply */
}

    @keyframes borderAnimation {
      0% {
        border-image-source: linear-gradient(270deg, #0077b6, #ff69b4, #0077b6);
      }
      50% {
        border-image-source: linear-gradient(270deg, #ff69b4, #0077b6, #ff69b4);
      }
      100% {
        border-image-source: linear-gradient(270deg, #0077b6, #ff69b4, #0077b6);
      }
    }
    
    .navbar-brand img {
      width: 65px;
      height: 65px;
      object-fit: cover;
      border-radius: 50%;
      border: 2px solid #00b4d8;
      padding: 3px;
      background-color: #fff;
    }
    .navbar-nav {
      gap: 1.5rem;
    }
    .navbar-nav .nav-item {
      position: relative;
    }
    .navbar-nav .nav-item:not(:last-child)::after {
      content: "";
      position: absolute;
      right: -0.8rem;
      top: 50%;
      transform: translateY(-50%);
      height: 20px;
      width: 1px;
      background-color: #ced4da;
    }
    .navbar-nav .nav-link {
      position: relative;
      padding: .5rem .8rem;
      font-weight: 600;
      font-size: 1rem;
      transition: all 0.3s ease-in-out;
      color: #003049;
    }
    .navbar-nav .nav-link:hover,
    .navbar-nav .nav-link:focus {
      color: #00b4d8;
    }
    .navbar-nav .nav-link::after {
      content: '';
      position: absolute;
      width: 0%;
      height: 2px;
      bottom: 0;
      left: 50%;
      background: #00b4d8;
      transition: width .3s ease, left .3s ease;
    }
    .navbar-nav .nav-link:hover::after {
      width: 100%;
      left: 0;
    }

    .carousel-item {
      height: 100vh;
      min-height: 400px;
      background: no-repeat center center scroll;
      background-size: cover;
      position: relative;
    }
    .carousel-caption {
      bottom: 50%;
      transform: translateY(50%);
      z-index: 10;
    }
    .carousel-caption h1 {
      font-size: 3.5rem;
      font-weight: 800;
    }
    .carousel-caption p {
      font-size: 1.25rem;
      max-width: 600px;
      margin: 1rem auto;
    }
    
    
    
    .btn-cta {
      background-color: #00b4d8;
      color: white;
      font-weight: 600;
    }
    .about-modern {
      background: linear-gradient(to left, #f1f9ff, #ffffff);
    }
    .about-modern img {
      border-radius: 1rem;
      width: 100%;
      object-fit: cover;
    }

    
    .services-modern {
    
      overflow: hidden;
        background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1440 320"><path fill="%230099ff" fill-opacity="0.2" d="M0,288L24,261.3C48,235,96,181,144,165.3C192,149,240,171,288,176C336,181,384,171,432,176C480,181,528,203,576,213.3C624,224,672,224,720,197.3C768,171,816,117,864,112C912,107,960,149,1008,165.3C1056,181,1104,171,1152,176C1200,181,1248,203,1296,192C1344,181,1392,139,1416,117.3L1440,96L1440,320L1416,320C1392,320,1344,320,1296,320C1248,320,1200,320,1152,320C1104,320,1056,320,1008,320C960,320,912,320,864,320C816,320,768,320,720,320C672,320,624,320,576,320C528,320,480,320,432,320C384,320,336,320,288,320C240,320,192,320,144,320C96,320,48,320,24,320L0,320Z"><animate attributeName="d" dur="8s" repeatCount="indefinite" values="M0,288L24,261.3C48,235,96,181,144,165.3C192,149,240,171,288,176C336,181,384,171,432,176C480,181,528,203,576,213.3C624,224,672,224,720,197.3C768,171,816,117,864,112C912,107,960,149,1008,165.3C1056,181,1104,171,1152,176C1200,181,1248,203,1296,192C1344,181,1392,139,1416,117.3L1440,96L1440,320L0,320Z;M0,272L24,250C48,228,96,184,144,170.7C192,157,240,175,288,176C336,177,384,161,432,154.7C480,149,528,155,576,176C624,197,672,235,720,229.3C768,224,816,176,864,154.7C912,133,960,139,1008,154.7C1056,171,1104,197,1152,202.7C1200,208,1248,192,1296,176C1344,160,1392,144,1416,136L1440,128L1440,320L0,320Z;M0,288L24,261.3C48,235,96,181,144,165.3C192,149,240,171,288,176C336,181,384,171,432,176C480,181,528,203,576,213.3C624,224,672,224,720,197.3C768,171,816,117,864,112C912,107,960,149,1008,165.3C1056,181,1104,171,1152,176C1200,181,1248,203,1296,192C1344,181,1392,139,1416,117.3L1440,96L1440,320L0,320Z" /></path></svg>') no-repeat;
  background-size: cover;
  background-position: bottom;
  background-color: linear-gradient(to bottom right, #bde0fe, #a2d2ff);
  color: #fff;
  padding: 80px 0;
  position: relative;
  z-index: 1;
   animation: waveMove 10s linear infinite;
    }
    
    
    .service-card {
      background: #8ecfff4f;
      border-radius: 12px;
      box-shadow: 0 4px 12px rgba(0,0,0,0.05);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      text-align: center;
      padding: 2rem;
      height: 100%;
    }
    .service-card:hover {
      transform: translateY(-8px);
      box-shadow: 0 8px 24px rgba(0,0,0,0.1);
    }
    .icon-bg {
      width: 80px;
      height: 80px;
      margin: 0 auto 1rem;
      border-radius: 50%;
      background: rgba(0, 180, 216, 0.1);
      display: flex;
      align-items: center;
      justify-content: center;
    }
    
    .services-modern::before,
.services-modern::after {
  content: "";
  position: absolute;
  width: 180px;
  height: 180px;
  opacity: 0.3;
  z-index: 0;
  background-image:
    radial-gradient(circle, #ff69b4 6px, transparent 7px),
    radial-gradient(circle, #0077b6 6px, transparent 7px),
    radial-gradient(circle, #ffd60a 6px, transparent 7px),
    radial-gradient(circle, #00b4d8 6px, transparent 7px);
    
  background-position:
    10px 10px, 50px 40px, 90px 70px, 130px 100px,
    20px 50px, 60px 80px, 100px 110px, 140px 140px;
  background-repeat: no-repeat;
}

.services-modern::before {
  top: 0;
  left: 0;
}

.services-modern::after {
  bottom: 0;
  right: 0;
}

   .bubble {
      position: absolute;
      bottom: -50px;
      width: 30px;
      height: 30px;
      background: rgba(255, 255, 255, 0.3);
      border-radius: 50%;
      animation: rise 12s infinite ease-in;
    }
    .bubble:nth-child(n) {
      width: 20px + calc(10px * (n % 3));
      height: 20px + calc(10px * (n % 3));
    }
    .bubble:nth-child(1) { left: 5%; animation-duration: 9s; }
    .bubble:nth-child(2) { left: 15%; animation-duration: 7s; }
    .bubble:nth-child(3) { left: 25%; animation-duration: 8s; }
    .bubble:nth-child(4) { left: 35%; animation-duration: 6s; }
    .bubble:nth-child(5) { left: 45%; animation-duration: 9s; }
    .bubble:nth-child(6) { left: 55%; animation-duration: 7s; }
    .bubble:nth-child(7) { left: 65%; animation-duration: 8s; }
    .bubble:nth-child(8) { left: 75%; animation-duration: 6s; }
    .bubble:nth-child(9) { left: 85%; animation-duration: 9s; }
    .bubble:nth-child(10) { left: 95%; animation-duration: 7s; }

    @keyframes rise {
      0% { bottom: -50px; opacity: 0.2; }
      50% { opacity: 0.6; }
      100% { bottom: 100%; opacity: 0; }
    }

    .fish {
      position: absolute;
      width: 80px;
      opacity: 0.1;
      z-index: 0;
      animation: swim 18s ease-in-out infinite;
    }
    .fish:nth-of-type(1) { top: 50%; left: -80px; animation-delay: 0s; }
    .fish:nth-of-type(2) { top: 40%; left: -100px; animation-delay: 4s; }
    .fish:nth-of-type(3) { top: 65%; left: -120px; animation-delay: 8s; }
    .fish:nth-of-type(4) { top: 85%; left: -140px; animation-delay: 12s; }

    @keyframes swim {
      0%   { transform: translateX(0) translateY(0) scaleX(1); }
      25%  { transform: translateX(25vw) translateY(-10px) scaleX(1); }
      50%  { transform: translateX(50vw) translateY(10px) scaleX(1); }
      75%  { transform: translateX(75vw) translateY(-10px) scaleX(1); }
      100% { transform: translateX(100vw) translateY(0) scaleX(1); }
    }
    
    
    .products {
      padding: 4rem 0;
      background: linear-gradient(to left, #f1f9ff, #ffffff);
    }
    .product-card {
      background: #fff;
      border-radius: 0.75rem;
      padding: 1.5rem;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
      text-align: center;
      margin-bottom: 2rem;
    }
    .product-img {
      max-height: 200px;
      object-fit: cover;
      border-radius: 0.75rem;
    }
    .enquiry {
      padding: 4rem 0;
      background: linear-gradient(to left, #d0f0ff, #ffffff);
    }
    
    
    .product-card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;

}

.product-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}

/* Overlay starting position (hidden at bottom) */
.product-hover-info {
  background: rgba(255, 255, 255);
  position: absolute;
  bottom: -100%;
  left: 0;
  width: 100%;
  padding: 20px 0;
  text-align: center;
  transition: bottom 0.4s ease;
}


.product-card:hover .product-hover-info {
  bottom: 60px; /* Leaves space for buttons */
}

/* Hover Buttons */
.product-hover-buttons {
  transform: translateY(100%);
  opacity: 0;
  transition: all 0.4s ease;
}
.product-card:hover .product-hover-buttons {
  transform: translateY(0);
  opacity: 1;
}
    
  .why-choose-us-section {
 background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 320'><path fill='%230099ff' fill-opacity='0.05' d='M0,192L60,160C120,128,240,64,360,53.3C480,43,600,85,720,85.3C840,85,960,43,1080,48C1200,53,1320,107,1380,133.3L1440,160L1440,0L1380,0C1320,0,1200,0,1080,0C960,0,840,0,720,0C600,0,480,0,360,0C240,0,120,0,60,0L0,0Z'></path></svg>") no-repeat;
  background-size: cover;
  background-position: bottom;
  background-color: transparent; /* fallback color */
  color: #fff;
  padding: 5rem 0;
  position: relative;
  z-index: 1;
      
    }
    .choose{
       
    }
    .why-choose-us-section h2{
        
        color:#000;
        font-weight:800;
    }
    
    .why-choose-us-section p{
        
        color:#000;
        font-weight:300;
    }
    
    .custom-card {
      background: #f3faff;
      border-top: 4px solid;
      border-bottom: 4px solid;
      border-image: linear-gradient(to right, #0077b6, #ff69b4, #0077b6);
      border-image-slice: 1;
      border-radius: 12px;
      padding: 2rem;
      text-align: center;
      color: #000;
      height: 100%;
      transition: transform 0.3s ease;
    }
    .custom-card:hover {
      transform: translateY(-5px);
    }
    .wave-top,
    .wave-bottom {
      position: absolute;
      left: 0;
      width: 100%;
      height: 100px;
      line-height: 0;
      overflow: hidden;
      z-index: 0;
    }
    .wave-top {
      top: -1px;
    }
    .wave-bottom {
      bottom: 0;
      transform: rotate(180deg);
    }
    .wave-svg-top,
    .wave-svg-bottom {
      width: 100%;
      height: 100%;
      animation: softGlowShift 5s ease-in-out infinite; /* only glow, no movement */
    }
    
    @keyframes glowPulse {
  0% {
    filter: drop-shadow(0 0 5px #ff69b4) drop-shadow(0 0 10px #0077b6);
  }
  50% {
    filter: drop-shadow(0 0 15px #ff69b4) drop-shadow(0 0 25px #00b4d8);
  }
  100% {
    filter: drop-shadow(0 0 5px #ff69b4) drop-shadow(0 0 10px #0077b6);
  }
}

@keyframes softGlowShift {
  0% {
    filter: drop-shadow(0 0 5px #ff69b4);
    fill: #ff69b4;
  }
  50% {
    filter: drop-shadow(0 0 20px #00b4d8);
    fill: #00b4d8;
  }
  100% {
    filter: drop-shadow(0 0 5px #ff69b4);
    fill: #ff69b4;
  }
}
    
    @keyframes waveMotion {
      0% { transform: translateX(0); }
      100% { transform: translateX(-20px); }
    }
    @media (max-width: 768px) {
      .custom-card {
        padding: 1.5rem 1rem;
      }
      .wave-top,
      .wave-bottom {
        height: 60px;
      }
    }
    
    
    
    .testimonial-carousel {
  padding: 60px 20px;
  background: #f0faff;
  text-align: center;
}

.testimonial-carousel h2 {
  font-size: 2.5em;
  color: #003366;
  margin-bottom: 40px;
}

.testimonial-card {
  background: white;
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
  max-width: 500px;
  margin: auto;
}

.testimonial-card p {
  font-size: 1em;
  font-style: italic;
  color: #333;
  margin-bottom: 15px;
}

.testimonial-card h4 {
  font-size: 0.95em;
  color: #555;
}
.testimonial-card {
  background: white;
  border-radius: 12px;
  padding: 20px;
  margin: 10px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.05);
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}


    
    
.footer {
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1440 320"><path fill="%23273036" fill-opacity="1" d="M0,64L21.8,64C43.6,64,87,64,131,106.7C174.5,149,218,235,262,256C305.5,277,349,235,393,208C436.4,181,480,171,524,160C567.3,149,611,139,655,138.7C698.2,139,742,149,785,165.3C829.1,181,873,203,916,213.3C960,224,1004,224,1047,202.7C1090.9,181,1135,139,1178,144C1221.8,149,1265,203,1309,192C1352.7,181,1396,107,1418,69.3L1440,32L1440,320L1418.2,320C1396.4,320,1353,320,1309,320C1265.5,320,1222,320,1178,320C1134.5,320,1091,320,1047,320C1003.6,320,960,320,916,320C872.7,320,829,320,785,320C741.8,320,698,320,655,320C610.9,320,567,320,524,320C480,320,436,320,393,320C349.1,320,305,320,262,320C218.2,320,175,320,131,320C87.3,320,44,320,22,320L0,320Z"></path></svg>') no-repeat;
  background-size: cover;
  background-position: bottom;
  background-color: #000; /* fallback color */
  color: #fff;
  padding: 5rem 0;
  position: relative;
  z-index: 1;
}

.footer h5,
.footer h6 {
  font-weight: 700;
  color: #fff;
}

.footer a {
  color: #ccc;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer a:hover {
  color: #ff69b4; /* highlight on hover */
}

.footer .input-group input {
  border-radius: 0;
  border: none;
}

.footer .input-group input:focus {
  box-shadow: none;
  outline: none;
}

.footer .btn-primary {
  background-color: #ff69b4;
  border: none;
  font-weight: 600;
}

.footer .btn-primary:hover {
  background-color: #ff85c1;
}

.footer .fab {
  font-size: 1.2rem;
  transition: transform 0.3s ease;
}

.footer .fab:hover {
  transform: scale(1.2);
  color: #ff69b4;
}

.footer hr {
  border-color: rgba(255, 255, 255, 0.1);
}

.footer ul {
  padding-left: 0;
  list-style: none;
  line-height: 2;
}

@media (max-width: 767px) {
  .footer .row > div {
    text-align: center;
  }

  .footer .input-group {
    flex-direction: column;
  }

  .footer .input-group input,
  .footer .input-group button {
    width: 100%;
    margin-top: 0.5rem;
  }
}

.swiper {
  padding-bottom: 50px; /* Space for dots */
}

.swiper-pagination {
  bottom: 10px !important;
  text-align: center;
}

.swiper-pagination-bullet {
  background: #007aff; /* Optional: better visibility */
  opacity: 0.7;
}

 .timeline-horizontal {
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
  }
  .timeline-step {
    max-width: 250px;
    position: relative;
    transition: transform 0.3s;
  }
  .timeline-step:hover {
    transform: translateY(-5px);
  }
  .icon-wrapper {
    position: relative;
    display: inline-block;
  }
  .gradient-border {
    border-radius: 50%;
    padding: 5px;
    background: linear-gradient(45deg, #0d6efd, #00c6ff);
  }
  .timeline-icon {
    background: #fff;
    padding: 15px;
    border-radius: 50%;
    width: 150px;
    height: 150px;
    object-fit: contain;
    transition: all 0.3s ease;
    display: block;
  }
  .timeline-icon:hover {
    transform: scale(1.1);
    box-shadow: 0 0 20px rgba(13, 110, 253, 0.5);
  }
  .arrow-connector {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 10px;
  }
  .arrow-connector svg path {
    transition: stroke 0.3s ease;
  }
  .arrow-connector svg:hover path {
    stroke: #0056b3;
  }
  
  .circle-feature {
    width: 300px;
    height: 300px;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    display: flex;
    margin: 0 auto;
    background:#fff;
    
  }



  .circle-left,
  .circle-right {
    width: 50%;
    height: 100%;
  }

  .circle-left {
    background-size: contain;
    background-position: center;
    background-repeat:no-repeat;
    margin: 15px;
      
  }

  .circle-right {
    background-color: white;
    padding: 30px 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-left: 2px solid #eee;
  }

  .circle-right h5 {
    font-weight: bold;
    color: #0077b6;
  }

  .circle-right p {
    font-size: 0.9rem;
    color: #444;
  }

  .connector-line {
    height: 3px;
    background: linear-gradient(to right, #00bcd4, #2196f3);
    width: 100px;
    margin: 0 auto;
    margin-top: 30px;
  }

  @media (min-width: 768px) {
    .circle-container {
      display: flex;
      justify-content: space-between;
      align-items: center;
      gap: 30px;
      position: relative;
    }

    .connector-line {
      width: 100%;
      height: 3px;
      background: linear-gradient(to right, #00bcd4, #2196f3);
      position: absolute;
      top: 50%;
      left: 0;
      z-index: 1;
    }

    .circle-feature {
      z-index: 2;
    }
  }
.half-gradient-border {
  position: relative;
}

.half-gradient-border::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  padding: 3px; /* Border thickness */
  background: linear-gradient(to bottom, #00bcd4 0% 50%, transparent 50% 100%);
  z-index: 1;
  -webkit-mask: 
    radial-gradient(farthest-side, #0000 calc(100% - 3px), #000 0);
  mask: 
    radial-gradient(farthest-side, #0000 calc(100% - 3px), #000 0);
}

.half-gradient-border > div {
  position: relative;
  z-index: 2;
}

/* Wrapper to span full width */
.breadcrumb-wrapper {
  width: 100%;
  background: #f4f7ff; /* slightly darker than page background */
  padding: 12px 0;
  margin-bottom: 20px;
}

/* Centered container with rounded background */
.breadcrumb-container {
  max-width: 1200px;
  margin: 0 auto;
  background: linear-gradient(135deg, #ffffff, #f7faff);
  padding: 10px 20px;
  border-radius: 10px;
  box-shadow: 0 1px 4px rgba(0,0,0,0.08);
}

/* Breadcrumb links */
.breadcrumb {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.breadcrumb a {
  color: #4a6cf7;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.3s ease, transform 0.2s ease;
}

.breadcrumb a:hover {
  color: #1f3bb3;
  transform: translateY(-1px);
}

.breadcrumb .separator {
  margin: 0 10px;
  color: #888;
  font-size: 14px;
}

.breadcrumb .current {
  color: #333;
  font-weight: 600;
}

.breadcrumb i {
  margin-right: 5px;
  font-size: 14px;
}

/* Responsive */
@media (max-width: 768px) {
  .breadcrumb {
    font-size: 14px;
  }
  .breadcrumb .separator {
    margin: 0 6px;
  }
}

.divider {
  width: 60px;
  height: 3px;
  background: linear-gradient(90deg, #0077b6, #00b4d8);
  margin: 10px auto;
  border-radius: 2px;
}

.whatsapp-float {
    position: fixed;
    right: 18px;
    bottom: 18px;
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    border-radius: 50%;
    color: #fff;
    background: #25D366;             /* WhatsApp green */
    box-shadow: 0 8px 24px rgba(0,0,0,.18);
    text-decoration: none;
    z-index: 9999;
    transition: transform .12s ease, box-shadow .12s ease;
  }
  .whatsapp-float:hover { 
    transform: translateY(-2px) scale(1.05);
    box-shadow: 0 12px 28px rgba(0,0,0,.22);
  }
  @media (max-width: 360px) {
    .whatsapp-float { width: 50px; height: 50px; font-size: 24px; right: 14px; bottom: 14px; }
  }
  
  /* Style placeholders */
::placeholder {
  font-size: 12px;   /* change size */
  color: #666;       /* optional: softer color */
}

/* For WebKit browsers (Chrome, Safari) */
::-webkit-input-placeholder {
  font-size: 12px;
  color: #666;
}

/* For Firefox */
:-moz-placeholder {
  font-size: 12px;
  color: #666;
}

/* For Internet Explorer / Edge */
:-ms-input-placeholder {
  font-size: 12px;
  color: #666;
}

/* Select box text */
select.form-select {
  font-size: 12px;
}

#google_translate_element{
    margin-left:20px;
} 



/*----Responsiv Css---*/
/* ✅ Responsive adjustments */
@media (max-width: 1200px) {
  .carousel-caption h1 {
    font-size: 3rem;
  }
  .carousel-caption p {
    font-size: 1.1rem;
  }
}

@media (max-width: 992px) {
  .carousel-item {
    height: 80vh; /* Reduce height on tablets */
  }
  .carousel-caption h1 {
    font-size: 2.5rem;
  }
  .carousel-caption p {
    font-size: 1rem;
    max-width: 90%;
  }
}

@media (max-width: 768px) {
  .carousel-item {
    height: 70vh;
  }
  .carousel-caption {
    bottom: 40%;
    transform: translateY(40%);
  }
  .carousel-caption h1 {
    font-size: 2rem;
  }
  .carousel-caption p {
    font-size: 0.95rem;
  }
}

@media (max-width: 576px) {
  .carousel-item {
    height: 60vh;
  }
  .carousel-caption {
    bottom: 35%;
    transform: translateY(35%);
    padding: 0 10px;
  }
  .carousel-caption h1 {
    font-size: 1.5rem;
  }
  .carousel-caption p {
    font-size: 0.85rem;
  }
  #google_translate_element{
    margin-left:0px;
    margin-top:20px;
    padding:20px;
} 

.fs-4 {
    /* font-size: calc(1.125rem + .0vw); */
    font-size: 17px !important;
}

}
