body {
  font-family: 'Paprika', sans-serif;
  font-size: 13px;
  margin: 0;
  padding: 0;
  background: #f5ffff;
  /* text-shadow: .5px .5px 1px rgba(0, 0, 0, 0.3); */
 
}
html {
  scroll-behavior: smooth;
}



/* Hide scrollbar for Chrome, Edge, Safari */
::-webkit-scrollbar {
  width: 0;
  height: 0;
}

/* Hide scrollbar for Firefox */
html {
  scrollbar-width: none;
}

/* Allow scrolling */
html, body {
  overflow: auto;
}


:root {
    --navy: #10404a;
    --navy-2: #143256;
    --pink: #e20c7b;
  }

/* Top Header */
.top-header {
  padding: 0.7rem 1rem;
  background: white;
  border-bottom: 1px solid #eee;
}

.top-header .logo img {
  max-height: 50px;
}

.top-header .social-icons a {
  background-color: #fde8e8;
  color: #ec2b7a;
  padding: 8px;
  border-radius: 50%;
  margin-right: 6px;
  font-size: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.top-header .info-text {
  font-size: 0.75rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 5px;
}

.top-header .info-text i {
  color: #ec2b7a;
}

@media (max-width: 991.98px) {
  .top-header .logo {
    text-align: center;
    margin-bottom: 0.75rem;
  }

  .top-header .top-content {
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    text-align: center;
  }
}

/* Navigation */
.main-navbar {
  background: rgba(241, 90, 20, 0.797);
  /* background:orange; */
  padding: 0.4rem 1rem;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05);
}

.main-navbar .nav-link {
  font-weight: 700;
  font-size: 0.78rem;
  color:#f7f9fa;
  margin: 0 0.5rem;
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
  line-height: 1.2;
}



.main-navbar .dropdown-menu {
  font-size: 0.74rem;
  border-radius: 8px;
  border: none;
  padding: 0.5rem 0;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.08);
  animation: fadeIn 0.2s ease-in-out;
}

.main-navbar .dropdown-item {
  padding: 0.5rem 1rem;
  font-size: 0.75rem;
  color: #333;
  transition: background 0.2s, color 0.2s;
}

.main-navbar .dropdown-item:hover,
.main-navbar .dropdown-item:focus {
  background-color: #fce4ec;
  color: #ec2b7a;
}

.main-navbar .navbar-toggler {
  border: none;
  padding: 0.25rem 0.5rem;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(5px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Slider */
#slider-wrapper {
  width: 100%;
  max-width: 1350px;
  aspect-ratio: 2 / 1;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

#slider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 99%;
  will-change: opacity, transform;
  transform: translateZ(0);
}

.image-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.grid {
  position: absolute;
  top: 0;
  left: 0;
  display: grid;
  width: 100%;
  height: 100%;
  z-index: 2;
  pointer-events: none;
  backface-visibility: hidden;
transform-style: preserve-3d;
}

.tile {
width: 100%;
height: 100%;
background-size: 100% 100%;
background-position: center;
opacity: 0;
transform: scale(0.5);
will-change: transform, opacity;
/* transition: transform 0.4s ease, opacity 0.4s ease; */
transform: translateZ(0) scale(0.5);
}

@media (max-width: 768px) {
  #slider-wrapper {
    aspect-ratio: 2 / 1;
  }
}



@media (max-width: 991.98px) {
/* Fix for top header content */
.top-header .container-fluid {
padding-left: 1rem;
padding-right: 1rem;
}

.top-header .top-content {
flex-direction: column;
align-items: center;
gap: 0.5rem;
text-align: center;
padding-left: 1rem;
padding-right: 1rem;
}

.top-header .logo {
text-align: center;
margin-bottom: 0.75rem;
}

/* Fix for main navbar on small screens */
.main-navbar .navbar-collapse {
padding: 0.5rem 1rem;
}

.main-navbar .navbar-nav {
margin: 0;
padding: 0;
width: 100%;
}

.main-navbar .nav-item {
width: 100%;
text-align: center;
padding: 0.3rem 0;
border-bottom: 1px solid #f1f1f1;
}

.main-navbar .nav-link {
display: block;
width: 100%;
padding: 0.6rem 1rem;
}
}



.nav-link::first-letter,
.dropdown-item::first-letter {
/* color: rgb(248, 248, 248); */

text-decoration: underline;
text-decoration-color: white;

}


.nav-link,
.dropdown-item {
letter-spacing: .8px; /* Adjust this value as needed */
}



     .info-ribbon {
      /* background: var(--navy-2); */
      /* background:#ef3645; */
      background: rgba(142, 232, 246, 0.2);
      color:#222;
      font-family: 'Paprika';
      font-size: 11px;
      padding: 13px 27px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      flex-wrap: wrap;
      gap: 20px;
      /* text-shadow: .2px .3px .3px rgba(0, 0, 0, 0.3); */
    }

    .info-profile {
      display: flex;
      align-items: center;
      gap: 12px;
    }

    .info-profile img {
      width: 50px;
      height: 50px;
      border-radius: 50%;
    }

    .live-chat {
      background: var(--pink);
      color: #fff;
      border-radius: 999px;
      padding: 10px 18px;
      text-decoration: none;
    }


        .hero .content {
      position: relative;
      z-index: 2;
      max-width: 600px;
      margin-left: 8%;
    }
    .hero {
      position: relative;
      width: 100%;
      background: url("images/8.png") center/cover no-repeat;
      min-height: 630px;
      display: flex;
      align-items: center;
      color: #fff;
      margin-top: 12px;
    }
    .hero {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.hero-video {
      position: relative;
      height: 100vh;
      overflow: hidden;
    }

    .hero-video video {
      position: absolute;
      top: 50%;
      left: 50%;
      min-width: 100%;
      min-height: 100%;
      transform: translate(-50%, -50%);
      object-fit: cover;
      z-index: 1;
    }

    .hero-overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(11, 28, 44, 0.65);
      z-index: 2;
    }

    .hero-content {
      position: relative;
      z-index: 3;
      color: #fff;
      text-align: center;
      top: 50%;
      transform: translateY(-50%);
      padding: 0 16px;
    }

    .hero-content h1 {
      font-size: 3.5rem;
      font-weight: 700;
    }

    .carousel-item img {
      height: 100%;
      object-fit: cover;
    }
  
    .carousel-container,
    .map-container,
    .contact-container {
      height: 260px;
      border-radius: 8px;
      overflow: hidden;
      box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
      background-color: #f8f9fa;
      padding: 15px;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
    }
  
    iframe {
      border: 0;
      width: 100%;
      height: 100%;
    }
  
    .modal-content {
      border-radius: 12px;
    }
  
    .whatsapp-btn {
      background-color: #ee612e;
      color: white;
    }
  
    .call-btn {
      background-color: #f62f6e;
      color: white;
    }
  
    .section-title {
      font-weight: bold;
      font-size: 1rem;
      margin-bottom: 10px;
      border-bottom: 2px solid #dee2e6;
      padding-bottom: 5px;
    }
  
    .contact-input {
      flex-grow: 1;
      resize: none;
      font-size: 0.9rem;
    }
  
    .contact-buttons {
      display: flex;
      gap: 10px;
    }
  
    .contact-buttons a {
      flex: 1;
    }
  
    .slogan {
    font-size: 12px;
    color: #333;
    font-weight: 700;
    white-space: nowrap; /* prevents wrapping */
  }
  

  .glass-card {
  background: rgba(255, 255, 255, 0.75);
  border-radius: 16px;
  backdrop-filter: blur(8px);
  border: 1px solid rgba(200, 200, 200, 0.3);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.glass-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 20px rgba(0, 0, 0, 0.12);
}

.project-card {
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  transition: transform 0.3s ease;
}

.project-card:hover {
  transform: scale(1.02);
}

.project-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
  padding: 20px;
  transition: all 0.3s ease;
}

.project-card:hover .project-overlay {
  bottom: 0;
}







  .testimonial-section {
    padding: 80px 0;
    position: relative;
  }

  .testimonial-section h6 {
    color: #ff0066;
    font-weight: 600;
  }

  .testimonial-section h2 {
    font-weight: 700;
    margin-bottom: 50px;
  }

  .testimonial-wrapper {
    position: relative;
    overflow: hidden;
  }

  .testimonial-track {
    display: flex;
    transition: transform 0.6s ease-in-out;
    gap: 30px;
  }

  .testimonial-card {
    background: #f62478f5;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    padding: 30px;
    min-width: 31.333%; /* 3 cards visible */
    max-width: 31.333%;
    box-sizing: border-box;
  }

  .testimonial-card p {
    font-size: 13px;
    color: rgb(255, 255, 255);
  }

  .testimonial-card h5 {
    font-weight: 700;
    margin-top: 15px;
  }

  .testimonial-card span {
    font-size: 14px;
    color: white;
    font-weight: 600;
  }

  /* Buttons */
  .carousel-btn {
    width: 50px;
    height: 50px;
    background: #000;
    color: #fff;
    border: none;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
  }

  .carousel-btn:hover {
    background: #ff0066;
  }

  .carousel-prev {
    left: -60px;
  }

  .carousel-next {
    right: -60px;
  }

  @media (max-width: 992px) {
    .testimonial-card {
      min-width: 50%;
      max-width: 50%;
    }
  }

  @media (max-width: 576px) {
    .testimonial-card {
      min-width: 100%;
      max-width: 100%;
    }

    .carousel-btn {
      display: none;
    }
  }



  .contact-container::-webkit-scrollbar {
    width: 8px;
    display: none;
  }
  .contact-container::-webkit-scrollbar-thumb {
    /* background: linear-gradient(180deg, #ef5198, #85b7f0); */
    border-radius: 10px;
  }
  .contact-container::-webkit-scrollbar-track {
    background: #eef2ff;
  }
  .faq-item:hover {
    background: #eaf2ff !important;
    transform: translateY(-2px);
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
  }

  .thumb-video {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 8px;
  cursor: pointer;
  transition: transform 0.3s, box-shadow 0.3s;
}

.thumb-video:hover {
  transform: scale(1.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

#featuredContainer video {
  object-fit: cover;
  width: 100%;
  height: 100%;
}



/* Fix white space / right side overflow */
html, body {
  overflow-x: hidden !important;
}
#slider-wrapper,
#slider,
.grid {
    overflow: hidden !important;
}


/* Fix Font Awesome 6 render-blocking delay */
@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.0/webfonts/fa-regular-400.woff2") format("woff2");
}

@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.0/webfonts/fa-solid-900.woff2") format("woff2");
}

@font-face {
  font-family: "Font Awesome 6 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.0/webfonts/fa-brands-400.woff2") format("woff2");
}
/* Fix Bootstrap Icons font-render delay */
@font-face {
  font-family: "bootstrap-icons";
  src: url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/fonts/bootstrap-icons.woff2") format("woff2");
  font-display: swap;
}

/* --- Smooth Scroll & GPU Boost --- */
/* html, body {
  backface-visibility: hidden;
  transform: translateZ(0);
  -webkit-font-smoothing: antialiased;
  scroll-behavior: smooth;
} */
