* {
  margin: 0;
  padding: 0;
  font-family: "AileronRegular", sans-serif;
  color: #ffffff;
  box-sizing: border-box;
}
html,
body {  
  height:auto;
  /*overflow: auto; */
 
}
html {
  scroll-behavior: smooth;
}

body.noscroll {
  overflow: hidden;
  touch-action: none;
}


/* splesh screen */
     body.loading {
            overflow: hidden;
        }

        /* First Screen - Blue Circle */
        .splash-screen-1 {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: #2B6380;
            display: flex;
            justify-content: center;
            align-items: center;
            z-index: 10000;
            clip-path: circle(100% at center);
            transition: clip-path 2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        }

        .splash-screen-1.circle-close {
            clip-path: circle(0% at center);
        }

        .splash-screen-1.hidden {
            visibility: hidden;
            pointer-events: none;
            clip-path: circle(0% at center);
        }

        /* Second Screen - White with Logo */
        .splash-screen-2 {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: white;
            display: flex;
            justify-content: center;
            align-items: center;
            z-index: 9999;
            opacity: 0;
            transform: scale(0.8);
            /* transition: all 0.8s ease-out; */
        }

        .splash-screen-2.visible {
            opacity: 1;
            transform: scale(1);
        }

        .splash-screen-2.fade-out {
            opacity: 0;
            transform: scale(1.1);
        }

        .splash-screen-2.hidden {
            visibility: hidden;
            pointer-events: none;
        }

        .logo-container {
            text-align: center;
            animation: logoFadeIn 1s ease-out;
        }

        .logo {
            width: 100px;
            height: 100px;
            margin: 0 auto 20px;
            position: relative;
        }

        .logo img {
            width: 100%;
            height: 100%;
            object-fit: contain;
            border-radius: 10px;
        }

        /* Fallback design if no image */
        .logo.no-image {
            background: linear-gradient(135deg, #4a90e2, #357abd);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 2rem;
            color: white;
            font-weight: bold;
        }

        .brand-name {
            font-size: 1.5rem;
            color: #333;
            font-weight: bold;
            animation: slideUp 1s ease-out 0.5s both;
        }

        /* Animations */
        @keyframes logoFadeIn {
            from {
                opacity: 0;
                transform: scale(0.5);
            }
            to {
                opacity: 1;
                transform: scale(1);
            }
        }

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

        /* Responsive Design */
        @media (max-width: 768px) {
            .main-content h1 {
                font-size: 2.5rem;
            }
            
            .main-content p {
                font-size: 1rem;
            }
            
            .logo {
                width: 80px;
                height: 80px;
            }
            
            .brand-name {
                font-size: 1.2rem;
            }
        }

        

/* noise screen */





[data-scroll-container] {
   min-height: 100% !important; 
  overflow: visible !important;
}

/* disable text selection */
body {
  user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

.font {
  font-family: Montserrat;
  width: 100%;
  color: #4e99ae;
}

.w-400 {
  font-weight: 400;
}
.w-500 {
  font-weight: 500;
}
.w-600 {
  font-weight: 600;
}

.w-700 {
  font-weight: 700;
}

.w-900 {
  font-weight: 900;
}
.text-16 {
  font-size: 16px;
}

.text-18 {
  font-size: clamp(1rem, 0.9375rem + 0.2083vw, 1.125rem);
}

.text-20 {
  font-size: clamp(1.125rem, 1.0625rem + 0.2083vw, 1.25rem);
}

.text-24 {
  font-size: clamp(1.25rem, 1.125rem + 0.4167vw, 1.5rem);
}

.text-28 {
  font-size: clamp(1.25rem, 1rem + 0.8333vw, 1.75rem);
}

.text-32 {
  font-size: clamp(1.5rem, 1.25rem + 0.8333vw, 2rem);
}
.text-40 {
  font-size: clamp(1.375rem, 0.8125rem + 1.875vw, 2.5rem);
}
.text-10 {
  font-size: clamp(1.375rem, 0.8125rem + 1.875vw, 2rem);
}
.text-56 {
  font-size: clamp(1.75rem, 0.875rem + 2.9167vw, 3.5rem);
}

.text-64 {
  font-size: clamp(1.875rem, 0.8125rem + 3.5417vw, 4rem);
}
section {
  margin: 0 clamp(1.25rem, -0.625rem + 6.25vw, 5rem);
}

header {
  margin: 0 clamp(1.25rem, -0.625rem + 6.25vw, 5rem);
}

.img-12 {
  width: 30vw;
  height: auto;
}

.img-13 {
  width: 22vw;
  height: auto;
}

.img-14 {
  width: 31vw;
  height: auto;
}

@media (max-width: 767px) {
  .img-12,
  .img-13,
  .img-14 {
    width: 70vw;
  }
}

.hero-section {
  padding-top: clamp(2.5rem, 0.625rem + 6.25vw, 6.25rem);
}

#menuToggle {
  background-color: #ffffff;
}

@media (min-width: 576px) {
  .container,
  .container-sm {
    max-width: 540px;
  }
}

.contact-btn {
  background-color: #28617e;
  color: #ffffff;
  border-radius: 16px;
  padding: clamp(0.75rem, 0.625rem + 0.4167vw, 1rem)
    clamp(0.875rem, 0.6875rem + 0.625vw, 1.25rem);
  gap: 10px;
  border: none;
}

.contact-btn:hover {
  background-color: #1a4a62;
}
.menu-text {
  display: flex;
  padding: 2px 18px;
  color: #000000;
  text-decoration: none;
}

.slide {
  background-color: #16435a;
  padding: 12px 0;
}

.menu-text:hover {
  background-color: #28617e;
  color: #ffffff;
  border-radius: 30px;
  transition: 0.3s ease;
}

.marquee {
  overflow: hidden;
  white-space: nowrap;
  box-sizing: border-box;
  width: 100%;
}

.marquee-inner {
  display: inline-block;
  white-space: nowrap;
  animation: scroll 20s linear infinite;
}

.marquee-inner span {
  display: inline-block;
  padding-right: 50px;
  font-size: clamp(1.25rem, 1.125rem + 0.4167vw, 1.5rem);
  font-weight: 700;
}
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

.text-color {
  color: #16445b;
}

.img-Frameicon {
  display: none;
  width: 260px;
  position: absolute;
  bottom: 0px;
  left: 0px;
}

.h-android {
  color: #ffffff;
}

.A {
  display: flex;
  color: #ffffff;
  margin-bottom: 10px;
  text-decoration: none;
  font-weight: 600;
}

.A:hover {
  color: #0b3a51;
}

.copyright {
  background-color: #00232d;
}

.hr-expand {
  border: none;
  height: 1px;
  background: #ffffff;
  position: relative;
  overflow: hidden;
  opacity: 1;
}

@keyframes expandFromCenter {
  0% {
    width: 0;
    margin-left: 50%;
    margin-right: 50%;
  }
  100% {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}

.hr-expand.animate {
  animation: expandFromCenter 3s ease-out forwards;
}

.inner1 {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
  margin-bottom: clamp(1.875rem, -0.3125rem + 7.2917vw, 6.25rem);
}

footer {
  background-color: #00232d;
}
.footer-item {
  display: flex;
  align-items: start;
  justify-content: space-evenly;
}

/* our services */

.slide-text {
  opacity: 0;
  transform: translateX(-100px);
  transition: all 2s ease-out;
}

.slide-text.show {
  opacity: 1;
  transform: translateX(0);
}
.slider-wrapper {
  overflow-x: auto;
  white-space: nowrap;
}

.slider-wrapper::-webkit-scrollbar {
  display: none;
}

.slider-card {
  display: inline-block;
  vertical-align: top;
  width: 320px;
  height: 480px;
  margin-right: 20px;
  background-color: #2a88a1;
  color: white;
  padding: 16px;
  position: relative;
  white-space: normal; /* allow text to wrap inside the card */
  word-wrap: break-word; /* optional: break long words */
  border-radius: 10px;
}
.arrow-icon {
  position: absolute;
  bottom: 20px;
  right: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}

@media (max-width: 480px) {
  .slider-card {
    width: 243px;
    height: 460px;
  }
}

@media (max-width: 480px) {
  .img-Frameicon {
    width: 220px;
  }
}
.Frame-icon {
  width: 50px;
  height: 50px;
}

@media (max-width: 480px) {
  .Frame-icon,
  .arrow-icon {
    width: 30px;
    height: 30px;
    position: absolute;
    bottom: 5px;
    right: 5px;
  }
}

.hover-card {
  background-color: #16445b;
  position: relative;
  transition: all 0.3s ease;
}

/* Hover Effects */
.hover-card:hover {
  background-color: #ffffff;
  color: #28617e;
}

.hover-card:hover .img-Frameicon {
  display: block;
}

.hover-card:hover .card-text {
  color: #28617e;
}

/* About section */
.About {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  background-color: #0b3a51;
}



    /* .container {
      max-width: 1200px;
      margin: 0 auto;
      padding: 4rem 2rem;
    }

    .spotlight-text {
  
      padding: 2rem;
      border-radius: 15px;
      position: relative;
      overflow: hidden;
      transition: all 0.3s ease;
    }

    .spotlight-text p {
    
      position: relative;
      z-index: 1;
      color: #FFFFFF;
    }

    .spotlight-text p::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: radial-gradient(circle 60px at var(--mouse-x, 50%) var(--mouse-y, 50%),
        rgba(255, 255, 255, 0.1) 0%,
        transparent 100%);
      transition: opacity 0.3s ease;
      opacity: 0;
      pointer-events: none;
      z-index: 0;
    }

    .spotlight-text p .word {
      display: inline-block;
      transition: all 0.3s ease;
      color: rgb(23, 98, 136);
      position: relative;
    }

    .spotlight-text p .word.highlight {
      color: #fff;
      text-shadow: 0 0 10px rgba(255, 255, 255, 0.6);
      transform: translateY(-1px);
    }

    .custom-cursor {
  position: fixed;
  width: 18px;
  height: 18px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  pointer-events: none;
  z-index: 0;
  transform: translate(-50%, -50%);
  transition: opacity 0.15s ease;
}

.custom-cursor.hidden {
  opacity: 0;
}

.spotlight-glow {
  content: "";
  position: absolute;
  top: var(--mouse-y, 50%);
  left: var(--mouse-x, 50%);
  width: 150px;
  height: 150px;
  background: radial-gradient(
    circle,
    rgba(255, 255, 255, 0.2) 0%,
    transparent 70%
  );
  border-radius: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  opacity: 1;
  z-index: 0;
}
 */



/* Card-section */

.card {
  width: 18rem;
  padding: 12px;
  border-radius: 24px;
  border: 0.3px solid #00000084;
}

.card:hover {
  background-color: #28617e;
  color: #ffffff;
  box-shadow: 10px 10px 15px #c9d7df;
}

.card-img-top {
  border: 0.4px solid #ffffffac;
  border-radius: 16px;
}

/* Animation base */
.card.from-top,
.card.from-bottom {
  opacity: 0;
  transition: all 0.8s ease;
}

.card.from-top {
  transform: translateY(-100px);
}

.card.from-bottom {
  transform: translateY(100px);
}

.card.show {
  opacity: 1 !important;
  transform: translateY(0) !important;
}

/* Optional delay for staggered effect */
.card:nth-child(1) {
  transition-delay: 0s;
}
.card:nth-child(2) {
  transition-delay: 0.2s;
}
.card:nth-child(3) {
  transition-delay: 0.4s;
}
.card:nth-child(4) {
  transition-delay: 0.6s;
}

/* contact-Us */
.Form {
  padding: clamp(1.5rem, 0.75rem + 2.5vw, 3rem)
    clamp(1.25rem, 0.625rem + 2.0833vw, 2.5rem);
  border-radius: 20px;
  box-shadow: 4px 4px 10px 10px #28617e33;
  width: clamp(19.375rem, 9.5313rem + 32.8125vw, 39.0625rem);
  /* width: clamp(1.125rem, -17.3125rem + 61.4583vw, 38rem);
  height: clamp(1.25rem, -13.125rem + 47.9167vw, 30rem); */
}

.form-control {
  height: clamp(1.5rem, 0.5rem + 3.3333vw, 3.5rem);
  font-size: 18px;

  border: 1px solid #9b9b9b;
}

.container {
  margin: 0px;
}

.form-control:placeholder {
  color: #d9d9d9;
}

#floatingTextarea {
  height: clamp(2.5rem, 0.75rem + 5.8333vw, 6rem);
}

.form-button {
  width: clamp(5.625rem, 2.9688rem + 8.8542vw, 10.9375rem);
  height: clamp(1.875rem, 1.1563rem + 2.3958vw, 3.3125rem);
  background-color: #28617e;
  border: none;
  border-radius: 4px;
}

.contact-img {
  /* width: clamp(12.5rem, 4.0625rem + 28.125vw, 29.375rem); */

  height: clamp(15.625rem, 7.8125rem + 26.0417vw, 31.25rem);
}

/* Our-Project  section*/

.ourProject {
  background-color: #d4dfe5;
}

.project-card {
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
  padding: 30px;
  text-align: center;
}

.project-img {
  height: 250px;
  object-fit: contain;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  transform-origin: top;
}

.project-img:hover {
  transform: scale(1.7);
}

.btn {
  background-color: #28617e;
  padding: 10px 12px;
  border-radius: 11px;
  color: #ffffff;
  margin-bottom: 20px;
}

.btn:hover {
  background-color: #28617ed6;
}

.arro {
  width: 13px;
}

.carousel-control-prev,
.carousel-control-next {
  width: 48px;
  height: 64px;
  top: 220px;
  border-radius: 12px;
  position: absolute;
}

.carousel-indicators [data-bs-target] {
  background-color: #28617e;
  border-radius: 50px;
  width: 10px;
  height: 10px;
  border: none;
  margin-bottom: 20px;
}

/* Review section */
.text-b {
  color: #16445b;
  text-align: center;
}
.slider-container-R {
  max-width: 1200px;
  margin: auto;
  position: relative;
  overflow: hidden;
  padding: 50px;
  align-items: center;
  display: flex;
  justify-content: center;
}

.slider1 {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

.card1 {
  flex: 0 0 100%;
  max-width: 100%;
  margin: 0 8px;
  background: white;
  padding: 20px;
  border-radius: 6px;
  box-shadow: 0 10px 20px #00000040;
  transform: scale(0.8);
  transition: transform 0.3s, opacity 0.3s;
  position: relative;
}
.textop-1 {
  opacity: 0.5;
  color: #999999 !important;
}
.card1.active .textop-1 {
  opacity: 1;
}

.active .textop-1 {
  color: #000000 !important;
}

.card1.active {
  transform: scale(1);
  opacity: 1 !important;
  z-index: 2;
  border-radius: 9px;
  position: relative;
}
.card1.active .text-black {
  font-size: clamp(1.125rem, 0.9375rem + 0.625vw, 1.5rem) !important;
  font-weight: 600 !important;
}

@media (max-width: 530px) {
  .quote-top,
  .quote-bottom {
    display: none !important;
  }
}

.quote-top {
  position: absolute;
  top: 30px;
  left: 31%;
  transform: translateX(-50%);
  width: 40px;
  z-index: 1;
}

.quote-bottom {
  position: absolute;
  bottom: 25px;
  left: 70%;
  transform: translateX(-50%);
  width: 40px;
  z-index: 1;
}

@media (max-width: 980px) {
  .quote-top {
    top: 30px;
    left: 25%;
  }
  .quote-bottom {
    bottom: 32px;
    left: 77%;
  }
}

@media (max-width: 700px) {
  .quote-top {
    top: 30px;
    left: 16%;
  }
  .quote-bottom {
    bottom: 32px;
    left: 88%;
  }
}

.card:not(.active) .quote-top,
.card:not(.active) .quote-bottom {
  display: none;
}

.arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: #ffffff;
  color: #fff;
  border: none;
  /* padding: 10px; */
  cursor: pointer;
  border-radius: 50%;
  z-index: 3;
}

.arrow.left {
  left: 0px;
}

.arrow.right {
  right: 0px;
}

@media (max-width: 768px) {
  .card1 {
    flex: 0 0 50%;
  }
}

@media (min-width: 320px) {
  .card1 {
    flex: 0 0 32.3333%;
  }
}

@media (max-width: 768px) {
  .card1 {
    opacity: 1;
  }
}

@media (max-width: 450px) {
  .card1 {
    flex: 0 0 32.3333%;
  }
}

.copy-p {
  width: 100%;
}

@media (max-width: 992px) {
  .copyright {
    display: flex;
    flex-direction: column; /* Row to column */
  }
}

@media (max-width: 992px) {
  .hide {
    display: none;
  }
  .copy-p {
    text-align: center !important;
    padding-top: 5px;
  }
}
