body {
    background-color: white;
      font-family: 'Poppins',"Segoe UI";
}

          .logo1{
  width: 170px;
  height:60px;
}

.navbar-custom {
    background: white;
    position:sticky;
    top: 0;
    left:0;
    z-index: 300;
    box-shadow: 0 4px 10px rgba(150, 12, 12, 0.08);
        padding-left: 20px;
    padding-right: 20px;
}

.navbar-brand {
    font-weight: 700;
    font-size: 1.4rem;
    letter-spacing: 1px;

}


.nav-link {
    font-weight: 500;
    margin-right: 10px;
    color: black;
    font-weight: 400;
}

.nav-link:hover {
    color: #195097 !important;
}
.active{
    color: #195097!important;
    font-weight: 500;
}

.animated-hero-section {
    position: relative;
    background: url("/images/heroimage.jpg") no-repeat center center/cover;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-align: left;
    overflow: hidden;
}

/* Dark Overlay */
.animated-hero-section::before {
    content: "";
    position: absolute;
    
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.55);
    z-index: 1;
}
.row{
  display: flex;
  justify-content: start;
  align-items: center;
}

/* Text Area */
.hero-text {
    position: relative;
    z-index: 2;
    max-width: 700px;
}

.tag {
    font-size: 1.1rem;
    font-weight: 600;
    color: #ffd700;
}

h1 {
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.3;
}

.span-hero {
    color: #00c3ff;
}

.sub-text {
    margin-top: 1rem;
    font-size: 1.1rem;
    color: #f0f0f0;
    max-width: 600px;
}

.btn-animated {
    display: inline-block;
    background: #00c3ff;
    color: #fff;
    padding: 0.75rem 1.5rem;
    border-radius: 50px;
    text-decoration: none;
    margin-top: 1.5rem;
    font-weight: 600;
    transition: all 0.3s ease;
}

.btn-animated:hover {
    background: #007a99;
    transform: translateY(-3px);
}
.btn:hover{
  color: white;
}

/* Responsive Adjustments */
@media (max-width: 992px) {
    h1 {
        font-size: 2.4rem;
    }

    .sub-text {
        font-size: 1rem;
    }
              .logo1{
  width: 120px;
  height:40px;
}


}

@media (max-width: 768px) {
          .logo1{
  width: 120px;
  height:40px;
}
.logolite{
  width: 200px;
  height: 70px;
}

    .animated-hero-section {
        height: auto;
        padding: 100px 20px;
        text-align: center;
    }

    h1 {
        font-size: 2rem;
    }

    .sub-text {
        font-size: 0.95rem;
        margin: 0 auto;
    }

    .hero-text {
        max-width: 100%;
    }
}

@media (max-width: 480px) {

    h1 {
        font-size: 1.7rem;
    }

    .btn-animated {
        padding: 0.6rem 1.2rem;
        font-size: 0.9rem;
    }
}

.hero-2 {
    /* background-color: lightblue; */
    align-items: center;
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    gap: 1.5rem;
    padding: 50px 20px;
    background: linear-gradient(135deg, rgb(38, 25, 153), rgb(51, 158, 149));
    color: white;
}

/* .hero-2text{
    color: red;
    font-size: xx-large;
    display: flex;
    font-weight: bolder;
} */

.hero-2text {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 2rem;
    padding: 60px 0;
    text-align: center;
    color: #fff;
    animation: fadeIn 1.5s ease;

}

.stat-box {
    transition: all 0.4s ease;
    border-radius: 15px;
    background: rgba(255, 255, 255, 0.1);
    padding: 30px;
    width: 220px;
    height:150px;
    backdrop-filter: blur(5px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    cursor: pointer;

}

.stat-box:hover {
    transform: translateY(-10px) scale(1.05);
    background: rgba(255, 255, 255, 0.2);
}

.stat-box h2 {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 10px;
    color: #fff;
}

.stat-box p {
    margin: 0;
    font-size: 1rem;
    color: #e0e0e0;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}


.why-us {
  padding: 80px 20px;
  background: #fff;
  text-align: center;
}

.why-us {
  max-width: 1200px;
  margin: 50px auto;
}
.container{
  max-width: 1440px;
  padding: 0 20px;
}
/* Headings */
.why-us .sub-heading {
  color: #007bff;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 10px;
}

.why-us .main-heading {
  font-size: 2rem;
  margin-bottom: 40px;
  font-weight: 700;
}

/* Features layout */
.features {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  flex-wrap: wrap;
}

.column {
  flex: 1;
  min-width: 280px;
}

.feature {
  background: #f9f9f9;
  padding: 15px 20px;
  margin-bottom: 15px;
  border-radius: 8px;
  text-align: left;
  font-size: 1rem;
  display: flex;
  align-items: center;
  gap: 10px;
  transition: all 0.3s ease;
}

.feature:hover {
  background: #eef4ff;
  transform: translateY(-3px);
}

.check {
  color: #007bff;
  font-weight: bold;
  font-size: 1.2rem;
}

/* ✅ Mobile Responsive */
@media (max-width: 768px) {
  .why-us {
    padding: 60px 15px;
  }
          .logo1{
  width: 120px;
  height:40px;
}

  .features {
    flex-direction: column;
    gap: 0;
  }

  .column {
    width: 100%;
  }

  .feature {
    font-size: 0.95rem;
    padding: 12px 15px;
  }

  .why-us .main-heading {
    font-size: 1.5rem;
  }
}

@media (max-width: 480px) {
  .feature {
    font-size: 0.9rem;
    padding: 10px 12px;
  }
  .logolite{
  width: 200px;
  height: 70px;
}
          .logo1{
  width: 120px;
  height:40px;
}


  .why-us .main-heading {
    font-size: 1.3rem;
  }
}
.cta{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  margin-top: -100px ;

}

.btn {
    display: inline-block;
    /* background-color: #004aad; */
    background: linear-gradient(135deg, rgb(38, 25, 153), rgb(51, 158, 149));
    outline:none;
    margin-bottom: 30px;
    color: #fff;
    padding: 15px 40px;
    font-weight: bold;
    border-radius: 8px;
    text-decoration: none;
    transition: background-color 0.3s;
}

.btn:hover {
      background: linear-gradient(90deg, rgb(38, 25, 153), rgb(51, 158, 149));
}

.note {
    font-size: 0.9rem;
    color: #777;
    margin-top: 10px;
}


/* testimonial css ============================== */
.testimonials {
    padding: 80px 0;
    background-color: rgb(238, 242, 247);
}

.testimonials h6 {
    color: blue;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.testimonials h2 {
    font-weight: 600;
    margin: 10px 0 20px;
}

.testimonials p.lead {
    color: #666;
    max-width: 750px;
    margin: 0 auto 50px;
    font-size: 22px;
}

.testimonial-card {
    background-color: #fff;
    /* border: 1px solid #f5bfa1; */
    border: 1px solid rgb(39, 199, 39);
    border-radius: 20px;
    padding: 30px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    position: relative;
    cursor: pointer;
    height: 350px;
}

.testimonial-card:hover {
    transform: translateY(-5px);
}

.testimonial-card .quote {
    font-size: 70px;
    color: #ccc;
    position: absolute;
    top: 0px;
    right: 20px;
}

.testimonial-card p {
    font-size: 18px;
    line-height: 1.8;
    margin-top: 10px;
    margin-bottom: 25px;
    color: #555;

}

.client-name {
    font-weight: 600;
}

.client-company {
    color: rgb(26, 26, 153);
    font-size: 13px;
}

/* footer css ================== */
.footer-custom {
  background: #23283A;
  color: #ecf0f9;
  padding-top: 60px;
  padding-bottom: 18px;
  font-size: 1rem;
  width: 100%;
    padding-left: 20px;
  padding-right: 20px;
}

/* ==== Main content: Desktop ==== */
.footer-main-content {
  display: flex;
  flex-wrap: wrap;
  gap: 36px;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1440px;
  margin: 0 auto;
  padding: 30px 20px;
}

/* Remove all flex: 1 1 ... from main sections */
.footer-logo-section,
.footer-services,
.footer-contact,
.footer-social,
.footer-nav {
  min-width: 180px;
  /* Only use min-width, let flexbox size naturally */
  width: auto;
}

.footer-logo-section {
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 20px;
}

.footer-logo {
  font-size: 2rem;
  font-weight: 800;
  letter-spacing: 2px;
  color: #fff;
  margin-bottom: 2px;
}
.footer-tagline {
  font-size: 1.02rem;
  color: #89cef7;
  letter-spacing: 0.6px;
}

.footer-nav {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer-link {
  color: #a8cdfb;
  text-decoration: none;
  transition: color 0.18s;
  font-weight: 600;
}
.footer-link:hover {
  color: #3898ec;
}

.footer-title {
  font-size: 1.07rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 8px;
}
.footer-services ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.footer-services li {
  margin-bottom: 7px;
  color: #d0e5fb;
}
.footer-contact div {
  margin-bottom: 7px;
}

.footer-social {
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  justify-content: center;

}

.social-icon {
  display: flex;
  flex-direction: row;
  gap: 4px;
  align-items: center;
  justify-content: center;
}

.footer-social-icon {
  color: #fff;
  border-radius: 20%;
  padding: 8px;
  font-size: 1.12rem;
  margin-right: 8px;
  display: inline-block;
  transition: background 0.2s;
  width:50px ;
  height:50px;
  display: flex;
  flex-direction: center;
  align-items: center;

}
.footer-image{
  width:40px;
  height:40px;
}
.footer-bottom {
  border-top: 1px solid #394164;
  padding-top: 10px;
  text-align: center;
  color: #a1b7db;
  font-size: 0.97rem;
  margin-top: 32px;
}

/* ======= Responsive: Tablet & Mobile ======= */
@media (max-width: 900px) {
  .footer-main-content {
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
    padding: 0 12px;
  }
            .logo1{
  width: 120px;
  height:40px;
}

  .footer-logo-section,
  .footer-services,
  .footer-contact,
  .footer-social,
  .footer-nav {
    min-width: 0;
    width: 100%;
    margin-bottom: 8px;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 0;
  }
  .footer-nav {
    flex-direction: row;
    gap: 16px;
    margin: 7px 0 13px 0;
  }
  .footer-social{
    display:flex;
    flex-direction: column;
  }
}

@media (max-width: 600px) {
  .testimonial-card p{
    font-size: 14px;
  }
  .logolite{
  width: 200px;
  height: 70px;
}
  .footer-main-content {
    padding: 0 5px;
    gap: 6px;
  }

  .footer-logo-section,
  .footer-services,
  .footer-contact,
  .footer-social,
  .footer-nav {
    min-width: 0;
    width: 100%;
    margin-bottom: 4px;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 0;
  }
  .footer-logo { font-size: 1.18rem; margin-bottom: 1px; }
  .footer-tagline { font-size: 0.95rem; }
  .footer-title { font-size: 1rem; margin-bottom: 3px;}
  .footer-nav { flex-direction: column; gap: 5px; margin: 4px 0 8px 0; }
  .footer-social-icon { font-size: 1rem; padding: 6px;}
  .footer-bottom { font-size: 0.91rem; padding-top: 7px;}
}

.footer-main-content > * { box-sizing: border-box; }
  .footer-social{
    display:flex;
    flex-direction: column;
  }


/* Always make sure box-sizing is border-box for consistent sizing */
*, *:before, *:after {
  box-sizing: border-box;
}



    @keyframes fadeIn {
      from { opacity: 0; transform: translateY(30px); }
      to { opacity: 1; transform: translateY(0); }
    }



    /* services 2 css ====== */
    .services-section {
    background: #23283A;

  color: #ffffff;
  padding: 80px 20px;
  /* border-radius: 30px; */
  /* margin: 80px auto; */
 width:100%;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.25);
}

.services-title {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 60px;
  color: #1e3a8a;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(320px, 1fr));
  gap: 25px;
}

.service-card {
  background: #2b2f47;
  border-radius: 15px;
  padding: 30px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: all 0.3s ease;
  box-shadow: 0 0 15px rgba(255, 255, 255, 0.05);
  cursor: pointer;
}

.service-card:hover {
  transform: translateY(-6px);
  /* background: #353b5b; */

  box-shadow: 0 0 25px rgba(0, 153, 255, 0.2);
}

.service-card h3 {
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 12px;
  color: #ffffff;
}

.service-card p {
  font-size: 0.95rem;
  color: #cfd3e0;
  line-height: 1.6;
}

/* Responsive */
@media (max-width: 768px) {
  .services-section {
    padding: 60px 15px;
  }
  .logolite{
  width: 200px;
  height: 70px;
}
            .logo1{
  width: 120px;
  height:40px;
}


  .services-title {
    font-size: 1.6rem;
  }

  .service-card {
    padding: 25px 20px;
  }

  .service-card h3 {
    font-size: 1.1rem;
  }
}

/* General Section Styling */
.services-section {
  background-color: #fff;
  padding: 60px 20px;
  font-family: 'Poppins', sans-serif;
  color: #222;
}

.services-title {
  text-align: center;
  font-size: 2.2rem;
  font-weight: 600;
  margin-bottom: 50px;
  line-height: 1.3;
  color: #1e3a8a;
}

/* Grid Layout */
.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

/* Service Card Styling */
.service-card {
  background-color: #f9fafc;
  padding: 25px;
  border-radius: 16px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
}

.service-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
}

.service-card h3 {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 12px;
  color: #1e3a8a;
}

.service-card p {
  font-size: 0.95rem;
  line-height: 1.6;
  color: #555;
}

/* Tablet View */
@media (max-width: 992px) {
  .services-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .services-title {
    font-size: 1.9rem;
  }

  .service-card {
    padding: 20px;
  }
            .logo1{
  width: 120px;
  height:40px;
}

}

/* Mobile View */
@media (max-width: 600px) {
  .services-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .logolite{
  width: 200px;
  height: 70px;
}
        .logo1{
  width: 120px;
  height:40px;
}

  .services-title {
    font-size: 1.6rem;
    margin-bottom: 35px;

  }

  .service-card {
    padding: 18px;
  }

  .service-card h3 {
    font-size: 1.1rem;
  }

  .service-card p {
    font-size: 0.9rem;
  }
}
