/* ------------------------------
   Base Reset and Typography
------------------------------ */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: "Poppins", "Segoe UI", Roboto, Arial, sans-serif;
    line-height: 1.6;
    color: #525252;
   
}

.nav-bg {
    background: linear-gradient(to bottom, #FFFFFF, #F4F7FB);

}

/* ------------------------------
   Hero Section
------------------------------ */
.hero {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: linear-gradient(135deg, #dfefff 0%, #f8eaff 40%, #ffe8df 100%);
    background-attachment: fixed;
    background-size: cover;
  
    color: #333;
    text-align: left;
    padding: 0 1rem;
}

.hero h1 {
    font-size: 3.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.hero p {
    font-size: 1.2rem;
    max-width: 700px;
}

.hero .btn-primary {
    background-color: #035296;
    border: 1px solid #035296;
}

.hero label {
    color: #333;
}

#animated-bg {
    position: relative;
    width: 100%;
    background: linear-gradient(135deg, #dfefff 0%, #f8eaff 40%, #ffe8df 100%);
    background-attachment: fixed;
    background-size: cover;
    padding: 100px 0px 100px 0px;
    min-height: 80vh;
}

#animated-bg canvas {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

.content {
    position: relative;
    z-index: 2;
    text-align: left;
    top: 30px;
    color: #333;
}

/* ------------------------------
   Features Section
------------------------------ */
.features {
    padding: 5rem 0;

}

.features h2 {
    text-align: left;
    margin-bottom: 1rem;
    font-size: 2.5rem;
    font-weight: 700;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
}

.features {
  
    padding:4rem 1rem;
   
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    text-align: center;
    transition: transform 0.3s;
}

.features button:hover {
    transform: translateY(-8px);
}

.features h3 {
    color: #035296 !important;
    margin-bottom: 1rem !important;

}

.features p {
    color: #555;
}

.features .btn-primary {
    background-color: #035296 !important;
    border-color: #035296 !important;
}

.text-primary {
    color: #035296 !important;
}

.nav-pills .nav-link {
    border: none !important;
    background-color: #fff !important;
    border-radius: 10px !important;
    transition: all 0.3s ease !important;
}

.nav-pills .nav-link:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.nav-pills .nav-link.active {
    background-color: rgb(8, 72, 189) !important;
    color: #fff !important;
}

.nav-pills .nav-link h5 {
    font-size: 1.5rem !important;
    color: rgb(8, 72, 189) !important;
}

.nav-pills .nav-link p {
    font-size: 1rem !important;
}

.nav-pills .nav-link.active h5,
.nav-pills .nav-link.active p {
    color: #fff !important;
}

/* ------------------------------
   About Section
------------------------------ */
.about {
    padding: 5rem 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.about .text {
    flex: 1 1 500px;
}

.about .image {
    flex: 1 1 400px;
}

.about img {
    width: 100%;
    border-radius: 10px;
}

.about h2 {
    
    font-weight: 700;
}

.about ul li {
    font-size: 1.2rem !important;
    margin-bottom: 1rem !important;
    margin-top: 1rem!important;
}

.about-label {
    color: #035296;
    font-weight: 700;
}

.about .btn-primary {
    background-color: #035296;
    border: 1px solid #035296;
}

/* ------------------------------
   Contact Section
------------------------------ */
.contact {
    padding: 5rem 0;
    background-color: #007bff;
    color: #fff;
    text-align: center;
}

.contact h2 {
    margin-bottom: 1rem;
    font-size: 2rem;
}

.contact p {
    margin-bottom: 2rem;
}

.contact .btn {
    background-color: #fff;
    color: #007bff;
}

.contact .btn:hover {
    background-color: #f0f0f0;
}

/* ------------------------------
   Footer
------------------------------ */
/* 🌊 Footer Section */
/* 🌑 Footer Base */
.footer {
  background:rgb(8, 72, 189);
  color: #cfd3dc;
  font-family: "Poppins", sans-serif;
  padding: 60px 20px 30px;
  position: relative;
  border-radius: 10px 10px 0 0;
}

/* Layout */
.footer-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 40px;
  max-width: 1200px;
  margin: auto;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 40px;
}

/* Logo */
.logo-box {
  display: inline-block;
  border: 2px solid #fff;
  color: #fff;
  font-weight: 700;
  font-size: 28px;
  letter-spacing: 2px;
  padding: 8px 18px;
  border-radius: 5px;
}

/* Columns */
.footer-column h4 {
  font-size: 16px;
  color: #fff;
  margin-bottom: 15px;
  font-weight: 600;
}

.footer-column ul {
  list-style: none;
  padding: 0;
}

.footer-column ul li {
  margin-bottom: 8px;
}

.footer-column ul li a {
  text-decoration: none;
  color: #cfd3dc;
  transition: color 0.3s ease;
}

.footer-column ul li a:hover {
  color: #ffffff;
}

.footer-column p {
  line-height: 1.6;
  font-size: 14px;
  color: #cfd3dc;
}

/* Newsletter */
.newsletter {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #cfd3dc;
  margin-top: 10px;
}

.newsletter input {
  flex: 1;
  background: transparent;
  border: none;
  color: #cfd3dc;
  padding: 8px;
  outline: none;
}

.newsletter button {
  background: none;
  border: none;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
  transition: color 0.3s;
}

.newsletter button:hover {
  color: #c1a3ff;
}

/* Bottom Section */
.footer-bottom {
  max-width: 1200px;
  margin: 30px auto 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  font-size: 14px;
}

.footer-contact a,
.footer-phone a {
  color: #cfd3dc;
  text-decoration: none;
  transition: color 0.3s;
}

.footer-contact a:hover,
.footer-phone a:hover {
  color: #fff;
}

.footer-copy {
  color: #8b93a1;
  font-size: 13px;
}

/* 🌍 Responsive Design */
@media (max-width: 768px) {
  .footer-container {
    grid-template-columns: 1fr 1fr;
  }

  .footer-bottom {
    flex-direction: column;
    text-align: center;
  }

  .logo-box {
    font-size: 24px;
  }
}

@media (max-width: 480px) {
  .footer-container {
    grid-template-columns: 1fr;
  }

  .footer-column h4 {
    font-size: 14px;
  }

  .footer-column ul li {
    margin-bottom: 6px;
  }
}


/*------------------------------
|       Counter                 
-------------------------------*/
#counter {
  text-align: center;
  
  padding: 60px 0;
  border-radius: 20px;
  
  color: #fff;
}

.counter-box {
  background:white;
  padding: 30px 10px;
  border-radius: 15px;
  transition: all 0.3s ease;
  border: 1px solid rgba(255, 255, 255, 0.1);
   box-shadow: 0 8px 20px #dcdc;
}

.counter-box:hover {
  background: white;
  transform: translateY(-8px);
  box-shadow: 0 8px 20px #dcdc;
}

.counter-number {
  font-size: 3rem;
  font-weight: 700;
  color: rgb(8, 72, 189);
  margin-bottom: 10px;
  
  transition: color 0.3s;
}

.counter-box:hover .counter-number {
  color: rgb(8, 72, 189);
}

.counter-text {
  font-size: 1.1rem;
  letter-spacing: 0.5px;
  color:#333;
  text-transform:capitalize;
}

/* 🔹 Responsive Typography */
@media (max-width: 991px) {
  .counter-number {
    font-size: 2.4rem;
  }
  .counter-text {
    font-size: 1rem;
  }
}

@media (max-width: 576px) {
  #counter {
    padding: 40px 0;
  }
  .counter-number {
    font-size: 2rem;
  }
  .counter-text {
    font-size: 0.9rem;
  }
}



.clients-section {
    background-color: rgb(8, 72, 189);
    /* Blue background */
    overflow: hidden;
    position: relative;
}

.logo-slider {
    overflow: hidden;
    white-space: nowrap;
    position: relative;
}

.logo-track {
    display: flex;
    width: calc(250px * 10);
    /* Adjust width based on number of logos */
    animation: scroll 25s linear infinite;
}

.slide {
    width: 250px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
}

.slide img {
    width: 150px;

    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #ffffff;
    margin-bottom: 20px;
    border-radius: 5px;
    padding: 5px;
    border: 1px solid #dcdc;
    height: auto;
    border-radius: 5px;
    /* white logo effect on dark bg */
    transition: transform 0.3s ease, filter 0.3s ease;
}

.clients-heading {
    font-size: 3rem !important;
}

.slide img:hover {
    transform: scale(1.1);
    filter: brightness(1) invert(0);
}

.images-section img {
    width: 100px;
    height: 100px;
}

/* Infinite scroll animation */
@keyframes scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

/* ------------------------------
   Responsive Design
------------------------------ */
@media (max-width: 768px) {
    .navbar ul {
        display: none;
    }

    .about {
        flex-direction: column;
        text-align: center;
    }

    .hero h1 {
        font-size: 2.2rem;
    }

    .hero p {
        font-size: 1rem;
    }
}

/* 🌈 Section Background */

#testimonials {
    position: relative;
}

#testimonials .owl-nav {
    position: absolute;
    left: -12%;
    bottom: 18%;
}

#testimonials .owl-nav>button {
    font-size: 30px !important;
    width: 50px;
    height: 50px;
}

.testimonials {
    padding: 60px 0px;

}

.testimonials-sub {
    color: #feb019;
}

.testimonials-heading {
    color:rgb(8, 72, 189);
    font-weight: 700;
    font-size: 42px;
    line-height: 51px;
}

.testi-rating {
    margin-top: 10px;
}

.testi-rating ul {
    list-style: none;
    padding-left: 0;
}

.testi-rating ul li {
    display: inline-block;
}

.testi-rating ul li i {
    color: #FFC107
}

.owl-dots {
    display: none;
}
.text-justify{
  text-align: justify;
}

/* chat on whatsapp */
#simple-chat-button--container {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 999999999;
}

#simple-chat-button--button {
    display: block;
    position: relative;
    text-decoration: none;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-transform: scale(1);
    transform: scale(1);
    box-shadow: 0 6px 8px 2px rgba(0, 0, 0, .15);
    background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iMjU2IiB3aWR0aD0iMjU2IiB2aWV3Qm94PSItMjMgLTIxIDY4MiA2ODIuNjY3IiBmaWxsPSIjZmZmIiB4bWxuczp2PSJodHRwczovL3ZlY3RhLmlvL25hbm8iPjxwYXRoIGQ9Ik01NDQuMzg3IDkzLjAwOEM0ODQuNTEyIDMzLjA2MyA0MDQuODgzLjAzNSAzMjAuMDUxIDAgMTQ1LjI0NiAwIDIuOTggMTQyLjI2MiAyLjkxIDMxNy4xMTNjLS4wMjMgNTUuODk1IDE0LjU3OCAxMTAuNDU3IDQyLjMzMiAxNTguNTUxTC4yNSA2NDBsMTY4LjEyMS00NC4xMDJjNDYuMzI0IDI1LjI3IDk4LjQ3NyAzOC41ODYgMTUxLjU1MSAzOC42MDJoLjEzM2MxNzQuNzg1IDAgMzE3LjA2Ni0xNDIuMjczIDMxNy4xMzMtMzE3LjEzMy4wMzUtODQuNzQyLTMyLjkyMi0xNjQuNDE4LTkyLjgwMS0yMjQuMzU5ek0zMjAuMDUxIDU4MC45NDFoLS4xMDljLTQ3LjI5Ny0uMDItOTMuNjg0LTEyLjczLTEzNC4xNi0zNi43NDJsLTkuNjIxLTUuNzE1LTk5Ljc2NiAyNi4xNzIgMjYuNjI5LTk3LjI3LTYuMjctOS45NzNjLTI2LjM4Ny00MS45NjktNDAuMzItOTAuNDc3LTQwLjI5Ny0xNDAuMjgxLjA1NS0xNDUuMzMyIDExOC4zMDUtMjYzLjU3IDI2My42OTktMjYzLjU3IDcwLjQwNi4wMjMgMTM2LjU5IDI3LjQ3NyAxODYuMzU1IDc3LjMwMXM3Ny4xNTYgMTE2LjA1MSA3Ny4xMzMgMTg2LjQ4NGMtLjA2MiAxNDUuMzQ0LTExOC4zMDUgMjYzLjU5NC0yNjMuNTk0IDI2My41OTR6bTE0NC41ODYtMTk3LjQxOGMtNy45MjItMy45NjktNDYuODgzLTIzLjEzMy01NC4xNDgtMjUuNzgxLTcuMjU4LTIuNjQ1LTEyLjU0Ny0zLjk2MS0xNy44MjQgMy45NjktNS4yODUgNy45My0yMC40NjkgMjUuNzgxLTI1LjA5NCAzMS4wNjZzLTkuMjQyIDUuOTUzLTE3LjE2OCAxLjk4NC0zMy40NTctMTIuMzM2LTYzLjcyNy0zOS4zMzJjLTIzLjU1NS0yMS4wMTItMzkuNDU3LTQ2Ljk2MS00NC4wODItNTQuODkxLTQuNjE3LTcuOTM3LS4wMzktMTEuODEyIDMuNDc3LTE2LjE3MiA4LjU3OC0xMC42NTIgMTcuMTY4LTIxLjgyIDE5LjgwOS0yNy4xMDVzMS4zMi05LjkxOC0uNjY0LTEzLjg4M2MtMS45NzctMy45NjUtMTcuODI0LTQyLjk2OS0yNC40MjYtNTguODQtNi40MzctMTUuNDQ1LTEyLjk2NS0xMy4zNTktMTcuODMyLTEzLjYwMi00LjYxNy0uMjMtOS45MDItLjI3Ny0xNS4xODctLjI3N3MtMTMuODY3IDEuOTgtMjEuMTMzIDkuOTE4LTI3LjczIDI3LjEwMi0yNy43MyA2Ni4xMDUgMjguMzk1IDc2LjY4NCAzMi4zNTUgODEuOTczIDU1Ljg3OSA4NS4zMjggMTM1LjM2NyAxMTkuNjQ4YzE4LjkwNiA4LjE3MiAzMy42NjQgMTMuMDQzIDQ1LjE3NiAxNi42OTUgMTguOTg0IDYuMDMxIDM2LjI1NCA1LjE4IDQ5LjkxIDMuMTQxIDE1LjIyNy0yLjI3NyA0Ni44NzktMTkuMTcyIDUzLjQ4OC0zNy42OCA2LjYwMi0xOC41MTIgNi42MDItMzQuMzc1IDQuNjE3LTM3LjY4NC0xLjk3Ny0zLjMwNS03LjI2Mi01LjI4NS0xNS4xODQtOS4yNTR6bTAgMCIgZmlsbC1ydWxlPSJldmVub2RkIi8+PC9zdmc+") center/44px 44px no-repeat #25D366;
}

#simple-chat-button--text {
    display: block;
    position: absolute;
    width: max-content;
    background-color: #fff;
    bottom: 15px;
    right: 70px;
    border-radius: 5px;
    padding: 5px 10px;
    color: #000;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: -0.03em;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    word-break: keep-all;
    line-height: 1em;
    text-overflow: ellipsis;
    vertical-align: middle;
    box-shadow: 0 6px 8px 2px rgba(0, 0, 0, .15);
}

#simple-chat-button--button:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 50%;
    -webkit-animation: scb-shockwave-animation 2s 5.3s ease-out infinite;
    animation: scb-shockwave-animation 2s 5.3s ease-out infinite;
    z-index: -1;
}

#simple-chat-button--button:hover {
    -webkit-transform: scale(1.06);
    transform: scale(1.06);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

@media only screen and (max-width: 1024px) {
    #simple-chat-button--container {
        bottom: 20px;
    }
}

/* CALL BUTTON */
#call-button--container {
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 999999999;
}

#call-button--button {
    display: block;
    position: relative;
    text-decoration: none;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    transition: all 0.2s ease-in-out;
    transform: scale(1);
    box-shadow: 0 6px 8px 2px rgba(0, 0, 0, .15);
    background: url("data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjZmZmIiBoZWlnaHQ9IjUxMiIgdmlld0JveD0iMCAwIDI0IDI0IiB3aWR0aD0iNTEyIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGQ9Ik02LjYyIDEwLjc5YTE1LjA1IDE1LjA1IDAgMCAwIDYuNTkgNi41OWwyLjItMi4yYy4yOC0uMjguNjctLjM3IDEuMDItLjI2IDEuMTIuMzYgMi4zMy41NSAzLjU4LjU1LjU1IDAgMSAuNDUgMSAxVjIwYzAgLjU1LS40NSAxLTEgMS05LjM5IDAtMTctNy42MS0xNy0xNyAwLS41NS40NS0xIDEtMWg0LjQyYy41NSAwIDEgLjQ1IDEgMSAwIDEuMjUuMTkgMi40Ni41NSAzLjU4LjExLjM1LjAyLjc0LS4yNiAxLjAybC0yLjIgMi4yeiIvPjwvc3ZnPg==") center/28px 28px no-repeat #007BFF;
}

#call-button--text {
    display: block;
    position: absolute;
    width: max-content;
    background-color: #fff;
    bottom: 15px;
    left: 70px;
    border-radius: 5px;
    padding: 5px 10px;
    color: #000;
    font-size: 13px;
    font-weight: 700;
    box-shadow: 0 6px 8px 2px rgba(0, 0, 0, .15);
}

/* pulse animation */
#call-button--button:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    animation: call-pulse 2s infinite;
    z-index: -1;
}

@keyframes call-pulse {
    0% {
        transform: scale(1);
        opacity: 0.6;
        background-color: #007BFF;
    }
    70% {
        transform: scale(1.6);
        opacity: 0;
    }
    100% {
        transform: scale(1);
        opacity: 0;
    }
}

#call-button--button:hover {
    transform: scale(1.08);
}
/* Hide on desktop */
#call-button--container {
    display: none;
}

/* Show only on mobile */
@media only screen and (max-width: 768px) {
    #call-button--container {
        display: block;
    }
}


.label-headeing{
  padding: 5px 10px;
  border-radius: 50px;
  background-color:rgba(255, 255, 255, 0.233);
  margin-bottom: 20px;
  display: inline-block;
}

.foucus-container{
  width: 100%;
  border:2px solid #007bff;
  background-color: #dcecfd;
  padding: 20px;
  border-radius: 10px;
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  gap:15px
}

.nav-link.active {
    color: rgb(8, 72, 189) !important;
    font-weight: 600;
    border-bottom: 2px solid rgb(8, 72, 189);
}