 
*{
    padding:0;
    margin:0;
    box-sizing: border-box;
}
body{
    font-family: 'Poppins', sans-serif;
    width:100%;
    overflow-x: hidden;
}

h2{
    font-weight: 500 !important;
            font-size: 2rem;
}
  /*<!----------======navbar section======------------->*/
/* Navbar background */
.custom-navbar {
    /*background: linear-gradient(180deg, rgb(162 187 254 / 50%) 0%, rgb(234 236 255 / 30%) 50%, rgb(251 247 241) 100%);*/
    padding: 1rem 2rem;
  
}

.cta-buttons-wrapper-new {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 1050;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 10px;
}

/* Common Style for Both Buttons */
.cta-buttons-wrapper-new a {
     display: flex;
    align-items: center;
    font-weight: 500;
    color: #fff;
    padding: 5px 15px;
    border-radius: 0px 12px 0 12px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    max-width: 376px;
    font-size: 13px;
}

/* Call Button */
.cta-buttons-wrapper-new .cta-call {
    background-color: #0d239a; /* Dark Blue */
}

/* WhatsApp Button */
.cta-buttons-wrapper-new .cta-whatsapp {
    background-color: #075e54;
}

/* Hover Effect */
.cta-buttons-wrapper-new a:hover {
    opacity: 0.9;
}
/* Hover Shadow with Same Color */
.cta-buttons-wrapper-new .cta-call:hover {
       box-shadow: #0d239a 0px 8px 24px;
}

.cta-buttons-wrapper-new .cta-whatsapp:hover {
  box-shadow: rgb(7 94 84) 0px 8px 24px;
}


/* Logo size */
.logo-img {
  width: 57%;
  height: auto;
}



/* Clock styling */
.clock-circle {
    /* background-color: white; */
    color: #111;
    width: 35px;
    font-weight: 600;
    font-size: 0.85rem;
    /* box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); */
    /* border: 1px solid #ccc; */
    /* text-align: center; */
    /* padding: 10px 20px; */
    border-radius: 5px;
}

/* Active Home link color */
.home-link {
  color: #13438b  !important;
  font-weight: 500;
}

/* Contact Us Button */
.contact-btn {
  background-color:#24cc63;
  color: white;
  font-weight: 600;
  padding: 0.5rem 1.25rem;
  border-radius: 50px;
  transition: background-color 0.3s;
  text-decoration: none;
}

.contact-btn:hover {
  background-color: #4a1ce6;
  color: white;
}


/* <!------======main header section========-------->*/

.hero-section  {
    background-image: url(../img/banner.webp);
    padding: 52px 0;
  
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left;
}
.lead{
    font-size: 15px;
}

/* Typing animation */
.typed-text {
     color: #84a6cf;
    font-size: 37px;
    font-weight: 500 !important;
}

.cursor {
  display: inline-block;
  color: black;
  font-weight: bold;
  animation: blink 0.7s steps(1) infinite;
}

@keyframes blink {
  50% {
    opacity: 0;
  }
}
.heading-line{
 font-size: 40px;
 font-weight: 500 !important;
 font-family: "Poppins", Sans-serif;
 color: white;
        
    
}
.ytp-cued-thumbnail-overlay-image{
    width: 100%;
    height: 114%;
}

/* Social Icons */
.social-icons a {
display: inline-flex
;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    margin-right: 10px;
    border: 2px dotted white;
    border-radius: 50%;
    color: white;
    font-size: 20px;
    transition: 0.3s ease-in-out;
    text-decoration: none;

}

.social-icons a:hover {
  background-color: white;
  color: #0C5ADB;
  transform: scale(1.1);
  border: white;
}

/* Video frame styling */
.video-wrapper iframe {
  border-radius: 20px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
}



/*<!---------=====news section area======----------->*/
.news-section {
    background: linear-gradient(180deg, rgb(162 187 254 / 50%) 0%, rgb(234 236 255 / 30%) 50%, rgb(251 247 241) 100%);
    padding: 25px 0;
}

.news-new {
  width: 150px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.news-new img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.news-title {
    color: #222;
}
/*.news-img{*/
/*    max-width: 85%;*/
/*}*/
.mouse{
      text-align: end;
}
   
.mouse img {
        margin-top: -22px;
    width: 45%;
}
.scroll-indicator i {
    font-size: 36px;
    animation: bounce 1.5s infinite;
    color: #aa85c1;
}
.scroll-indicator {
    position: relative;
    margin-bottom: -24px;
}
@keyframes bounce {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(6px); }
}

/*.news-new img {*/
/*  max-height: 120px;*/
/*  object-fit: contain;*/
/*  margin: auto;*/
/*}*/

    
    /*------==========services section area============-------*/
     .services-section-card {
  
    padding: 80px 0;
    background-image: url('../img/serv.webp'); 
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
    }
    .services-section-card h2{
        color: white;
        
    }

    .service-card-card {
    background: #00138e;
    backdrop-filter: blur(10px);
    border: none;
    border-radius: 15px;
    padding: 30px;
    height: 95%;
    margin-top: 23px;
    transition: transform 0.3s ease, background 0.3s ease;
    cursor: pointer;
    position: relative !important;
    overflow: hidden;

    }
   .Services-btn-new {
    border: 1px solid #ccc;
    padding: 10px 20px;
    border-radius: 25px;
    background-color: white;
    color: #333;
    font-weight: 500;
    transition: all 0.3s ease;
    cursor: pointer;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.Services-btn-new:hover {
   background-color: #3d00ff !important; 
    color: white !important;
    transform: scale(1.05);
    box-shadow: 0 4px  rgba(100, 80, 255, 0.3);
}


    .service-card-card:hover {
      background:white;
    }
    .service-card-card h5{
          
      color: white;        
    }
   .service-card-card:hover h5 {
  color: black;
}
    .service-card-card p{
      color: white;        

    }
   .service-card-card:hover p {
  color: black;
}
    
    .service-card-card::before {
      content: "";
      position: absolute;
      top: 0;
      bottom: 0;
      left: -100%;
      width: 100%;
      background: rgba(255, 255, 255, 0.2);
      transition: left 0.3s ease;
    }

    .service-card-card:hover::before {
      left: 0;
    }

    .service-icon-card {
      background: white;
      width: 50px;
      height: 50px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 20px;
      margin-bottom: 20px;
          border: 1px solid #ccc;
    }

    .service-number-card {
      position: absolute;
      top: 20px;
      right: 20px;
      color: white;
      font-size: 18px;
      font-weight: 500;
    }
    .service-card-card:hover .service-number-card{
        color: black;
    }

    .read-more-btn-card {
     background: white;
      color: black;
      border: 2px solid #7d6bff;
      border-radius: 30px;
      padding: 10px 20px;
      display: inline-flex;
      align-items: center;
      transition: all 0.3s ease;
          position: inherit;
          text-decoration:none;
    }

    .read-more-btn-card i {
      margin-left: 10px;
    }

    .service-card-card:hover .read-more-btn-card {
      background: #00138e;
      color: white;
    }
/*----------======platform section area======-------------*/


.integration-box {
     width: 226px;
    height: 122px;           /* Fixed height */
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ddd;  /* Optional: border for box */
  padding: 10px;
  background: #fff;        /* Optional: background color */
  border-radius: 8px;      /* Optional: rounded corners */
}

.integration-box img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;     /* Keeps image aspect ratio */
}
.zoho{
    filter: invert(1);
}

.img-fluid{
    max-width: 53%;
}

.integration-box:hover {
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
  transform: scale(1.05);
}

/*---=======cta section area=============---*/
.stat-section {
  background-color: #f8f8fc;
      padding: 92px 0 92px 0;
}
.stat-box{
    display: flex;
    justify-content: center;
    gap: 10px;
}
.stat-icon {
    width: 39px;
    height: 43px;
}

.stat-box h3 {
 font-size: 38px;
  font-weight: 700;
}

.stat-box p {
  font-size: 10px;
    font-weight: 700;
    margin-top: 5px;
    text-align: justify;
}
.cta-heading h2{
    font-size: 2rem;
    margin-bottom: 40px;
}

/*-----==========testemonial section area=============-------*/

.testimonial-section-new {
                 background-color: #f5efff;
            position: relative;
            display: flex;
            justify-content: center;
            align-items: center;
            min-height: 80vh;
            overflow: hidden;
        }
      
        .layer.bg1 {
                position: absolute;
    width: 72%;
    height: 50%;
    border-radius: 10px;
    transform: rotate(6deg);
    background-color: #c3a7f5;
    top: 22%;
    left: 14%;
    z-index: 0;
        }
        .layer.bg2 {
                   position: absolute;
    width: 66%;
    height: 50%;
    border-radius: 10px;
    transform: rotate(-10deg);
    background-color: #7e4dff;
    top: 22%;
    left: 16%;
    z-index: 1;
        }
        .testimonial-box-new {
            position: relative;
            background: white;
            border-radius: 10px;
            padding: 60px 60px;
            z-index: 2;
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
            animation: fadeIn 1s ease-in-out forwards;
            transform: scale(0.95);
            opacity: 0;
        }
        @keyframes fadeIn {
            to {
                opacity: 1;
                transform: scale(1);
            }
        }
        .testimonial-text-new {
            font-size: 1.2rem;
            text-align: center;
            margin-bottom: 20px;
        }
        .testimonial-author-new {
            text-align: center;
            font-weight: bold;
        }
        /*.owl-nav {*/
        /*    position: absolute;*/
        /*    top: 50%;*/
        /*    width: 100%;*/
        /*    display: flex;*/
        /*    justify-content: space-between;*/
        /*    transform: translateY(-50%);*/
        /*}*/
        /*.owl-nav button {*/
        /*    background: none;*/
        /*    border: none;*/
        /*    font-size: 2rem;*/
        /*    color: #000;*/
        /*}*/
        /*.owl-dots {*/
        /*    display: flex;*/
        /*    justify-content: center;*/
        /*    margin-top: 20px;*/
        /*}*/
        /*.owl-dot span {*/
        /*    width: 10px;*/
        /*    height: 10px;*/
        /*    background: #ccc;*/
        /*    display: inline-block;*/
        /*    border-radius: 50%;*/
        /*    margin: 0 5px;*/
        /*}*/
        /*.owl-dot.active span {*/
        /*    background: #7e4dff;*/
        /*}*/
 
    .testimonial-section {
  padding: 60px 0;
  background: linear-gradient(to bottom, #ffffff, #f6f6df);
  font-family: 'Segoe UI', sans-serif;
}

.testimonial-card {
  background-color: #9576f7;
  border-radius: 15px;
  color: #fff;
  padding: 40px;
  position: relative;
  min-height: 300px;
}

.testimonial-card::before {
  content: '“';
  font-size: 60px;
  position: absolute;
  top: 20px;
  left: 20px;
  color: #fff;
  opacity: 0.6;
}

.testimonial-stars {
  color: gold;
  margin-bottom: 15px;
}

.testimonial-content {
  font-size: 20px;
  line-height: 1.5;
}

.testimonial-author {
  margin-top: 30px;
  font-weight: 600;
}

.testimonial-role {
  font-size: 14px;
  opacity: 0.8;
}

.testimonial-image {
  max-width: 100%;
  height: 393px;
  margin-top: 0;
}

/*-----===========social section area============------*/
.chatbot-carousel-section {
  background:#f3f5f9;
}


.chatbot-carousel-section h5 {
  letter-spacing: 2px;
  color: #00138e;
  font-size: 15px !important;
}

.chatbot-carousel-section h2 {
 
  color: #222;
}

.chatbot-carousel-section p.lead {
  max-width: 720px;
  margin: auto;
  font-size: 1.1rem;
}

.chatbot-carousel .item {
  padding: 0 10px;
}

.chatbot-carousel .card {
  border-radius: 1rem;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.chatbot-carousel .card:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.card-img-top {
  height: 320px;
  object-fit: cover;
  border-radius: 1rem 1rem 0 0;
}

/*-----========faq section area========---------*/
.faq-section {
    padding: 80px 0 0 0;
    background: linear-gradient(to top, #d2deff, #ffffff);
}
.faq-title {
    font-size: 44px;
    font-weight: 500 !important;
    margin-bottom: 40px;
    text-align: center;
    margin-bottom: 65px;
}
    
 .accordion-button {
    background-color: #f6f7e361;
    font-weight: 500;
    font-size: 16px;
    padding: 18px;
}
    .accordion-item {
      background-color: white;
      border: none;
      border-bottom: 1px solid #ddd;
    }
   .accordion-button:not(.collapsed) {
    background-color: #13438b;
    color: #ffffff;
    box-shadow: none;
    padding: 20px;
    font-size: 20px;
}
    .accordion-body {
    color: #000000;
    background: #fff0d0;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}
    .faq-img {
       max-width: 100%;
        height: 643px;
    display: block;
    margin: 0 auto;
    border-radius: 18px;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}
    

/*-------=========blog section area===========--------*/

  section.blog-section {
      background-color: #f3f5f9;
      padding: 60px 0;
    }

    .blog-badge {
        background-color: #e0f0ff;
    color: #13438b;
    padding: 5px 12px;
    font-size: 17px;
    border-radius: 6px;
    display: inline-block;
    font-weight: 500;
    }

    .blog-card {
      border: none;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
      border-radius: 15px;
      overflow: hidden;
      background: #fff;
    }

    .blog-card img {
      width: 100%;
      height: auto;
      object-fit: cover;
      display: block;
    }

    .category-badge {
      position: absolute;
      top: 10px;
      right: 10px;
      background: #13438b;
      color: white;
      padding: 5px 10px;
      border-radius: 30px;
      font-size: 12px;
      font-weight: 600;
    }

    .blog-meta {
      font-size: 13px;
      color: #6c757d;
    }

    .blog-title {
      font-size: 16px;
      font-weight: 700;
      margin: 8px 0;
    }

    .blog-desc {
      font-size: 14px;
      color: #6c757d;
    }

    .readmore-icon {
      width: 22px;
      height: 22px;
      background: #13438b;
      color: #fff;
      border-radius: 50%;
      text-align: center;
      line-height: 22px;
      font-size: 13px;
      display: inline-block;
    }
    .view-button{
        background-color: #13438b;
            color: white;
    }
    
    
    /*-----========about section area==========-----*/
    /* General Reset */


/* About Section */
.about-section {
  padding: 80px 0;
  background: linear-gradient(180deg, rgb(162 187 254 / 50%) 0%, rgb(234 236 255 / 30%) 50%, rgb(251 247 241) 100%);
  position: relative;
}

.about-title {
  font-size: 3rem;
  font-weight: 500;
  color: #0b0c10;
  margin-bottom: 20px;
  position: relative;
  display: inline-block;
}

.about-title::after {
  content: '';
  width: 60px;
  height: 4px;
  background: #13438b;
  position: absolute;
  left: 0;
  bottom: -10px;
  border-radius: 2px;
}

.tagline {
  font-size: 1.2rem;
  font-weight: 500;
  color: #333;
}

.about-description {
  font-size: 1.1rem;
  color: #222;
  line-height: 1.8;
}
/*-----==========service question section area==========-----*/
.service-question-section {
  background-color: #f1f6fb;
  padding: 60px 0;
}

.service-heading-question {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 40px;
  color: #000;
}

.accordion#serviceAccordion {
  width: 70%;
  margin: 0 auto;
}

.service-question {
  background-color: #fff;
  border-radius: 12px;
  margin-bottom: 15px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.service-question-button {
  background-color: #fff;
  color: #000;
  font-weight: 700;
  font-size: 1.1rem;
  padding: 1.25rem 1.5rem;
  width: 100%;
  text-align: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: none;
  outline: none;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.service-question-button:not(.collapsed) {
    background-color: #000000;
    color: #ffffff;
}


.icon-toggle {
  font-size: 1.5rem;
  font-weight: bold;
  margin-left: auto;
  color: #0d6efd;
}
.icon-toggle:not(.collapsed){
    color: white;
}

.service-question-body {
  background-color: #fff;
  color: #555;
  padding: 1.25rem 1.5rem;
  font-size: 1rem;
  border-top: 1px solid #eee;
  line-height: 1.6;
  text-align: left;
}

.service-question-button:focus {
  box-shadow: none;
}

@media (max-width: 768px) {
  .accordion#serviceAccordion {
    width: 90%;
  }

  .service-heading-question {
    font-size: 2rem;
  }

  .service-question-button {
    font-size: 1rem;
  }
}

/*--------========contact section area=================------------*/
.contact-section {
        background: url(../img/gruy27.png), /* Lining wali image */ linear-gradient(180deg, rgb(251 247 242) 0%, rgb(249 238 217) 50%, rgb(255 255 255 / 67%) 100%);
     padding: 80px 0;
    background-blend-mode: overlay;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left;
}

.contact-heading {
  font-size: 42px;
  font-weight: bold;
  color: #222;
}

.contact-box {
  background-color:#0000000a;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  height: 100%;
}

.contact-box h5 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #333;
}

.contact-box p {
  font-size: 14px;
  color: #555;
  margin: 0;
}

.contact-form-box {
    background-color: #ffffff36;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);

}

.contact-btn-new {
  background-color:#13438b;
  color: #fff;
  font-weight: 600;
  padding: 10px 0;
  border: none;
  border-radius: 4px;
  transition: background-color 0.3s ease;
}

.contact-btn-new:hover {
  background-color: #063070;
  color: white;
}

.styled-input {
  border: 1px solid #ccc;
  border-radius: 8px;
  padding: 12px 16px;
  font-size: 16px;
  transition: all 0.3s ease;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}

.styled-input:focus {
  border-color: #007bff;
  outline: none;
  box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.2);
  background-color: #fff;
}
.styled-input::placeholder {
  color: #777;
  font-weight: 500;
}
.social-icons ul{
    
     list-style: none;
     padding-left: 0;
    display: flex;

}
/*--------------========service detail page ========-------*/
/* Background and layout */
.seo-landing-section {
  background-color: #fef6ee;
  padding: 90px 0;
}

/* Headings */
.seo-heading {
  font-size: 2rem;
}
.seo-subheading {
  font-size: 1.1rem;
  color: #555;
}

/* Highlighted green box */
.bg-light-green {
  background-color: #e6f4ea;
}

/* Video / image styling */
.seo-video-wrapper {
  background-color: transparent;
  padding: 0;
  border-radius: 20px;
}

/* Service box */
.seo-box {
  border-radius: 20px;
}

/* List items */
.seo-list li {
  font-size: 0.95rem;
  line-height: 1.6;
}

/* Button style override (optional) */
.btn-warning {
  background-color: #f6b100;
  border: none;
  transition: 0.3s ease;
}
.btn-warning:hover {
  background-color: #d99900;
}
.service-detail-page-image {
    
    max-width: 73%;
}
.text-color-detail{
    color: #13438b;
}
.text-emphasis{
    color: #13438b;
}
.book-now a{
       background-color: #13438b;
    color: white;
    width: 100%;
}
.book-now:hover a {
    background-color: #012b69;
    color: white;
}
/*-----=========management section area==========------*/


.services-section-management {
  background-color: #13438b;
  padding: 0 90px 90px 90px;
}


.logos-box-management img {
  max-height: 50px;
  margin: 0 10px;
}
.logos-box-management{
     margin-top: -30px;
}

.heading-underline-management {
  width: 60px;
  height: 4px;
  background-color: #fcd12a;
  border: none;
}

.service-box-management {
  background-color: #00138e;
  border-radius: 12px;
  color: white;
 
}

.service-box-management li {
    padding: 10px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    text-align: left;
}

.service-box-management li:last-child {
  border-bottom: none;
}

.book-now-btn {
     background: linear-gradient(180deg, rgb(228 228 228) 0%, rgb(255 250 239) 50%, rgb(254 243 218) 100%);
    color: #00138e;
    border-radius: 12px;
    transition: all 0.3s ease;
    width: 56%;
}

.book-now-btn:hover {
  background: linear-gradient(180deg, rgb(254 249 239) 0%, rgb(255 250 239) 50%, rgb(232 231 230) 100%);
  color: #00138e;
}
/*-----=========perfect section area==========------*/

.perfect-section {
  background-color: #f5efff;
  padding: 60px 0;
}

.main-heading {
  font-size: 1.75rem;
  font-weight: bold;
  color: #222;
}

.highlighted-text {
  color: #13438b;
  font-weight: 700;
}

.heading-underline {
  width: 60px;
  height: 4px;
  background-color: #13438b;
  border: none;
  margin-top: 10px;
}

.perfect-card {
  background-color: white;
  border: 1px solid #ccc;
  border-radius: 12px;
  padding: 20px;
  height: 100%;
  box-shadow: 0 2px 6px rgba(0,0,0,0.08);
  display: flex;
  align-items: center;
  gap: 12px;
  text-align: left;
}

.perfect-card img {
  width: 48px;
  height: 48px;
  object-fit: contain;
}

.perfect-card p {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  color: #13438b;
}

.book-now-btn-perfect {
  background-color: #13438b;
  color: white;
  border-radius: 12px;
  transition: all 0.3s ease;
      width: 56%;
}

.book-now-btn-perfect:hover {
  background-color: #012b69;
  color: white;
}

/*-----=========change section area==========------*/

.change-section {
  background-color: #f5efff;
  padding: 80px 0;
}

.change-title {
  font-size: 1.8rem;
  font-weight: 700;
  color: #000;
  margin-bottom: 10px;
}

.highlight {
  color: #13438b;
  font-weight: 700;
}

.custom-underline {
  width: 70px;
  height: 4px;
  background-color: #13438b;
  border: none;
}

.change-box {
  background: white;
  border-radius: 12px;
  padding: 15px 20px;
  box-shadow: 0 3px 8px rgba(0,0,0,0.05);
  font-weight: 600;
  font-size: 14px;
  gap: 10px;
}
.change-box span {
    color: #13438b;
}

.icon {
  width: 22px;
  height: 22px;
}

 /*<!-----------===========coach section area==========-------------->*/

.coach-section {
  background-color:#13438b;
}

.custom-underline {
  width: 60px;
  height: 3px;
  background-color: #fcd12a;
  border: none;
}

.coach-img-wrapper {
  border: 5px solid #fcd12a;
  border-radius: 20px;
  overflow: hidden;
  display: inline-block;
}

.info-card {
  width: 170px;
  min-height: 120px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.book-btn {
  background: linear-gradient(45deg, #fcd12a, #fcb833);
  color: #000;
  padding: 10px 40px;
  border-radius: 12px;
  transition: all 0.3s ease;
}

.book-btn:hover {
  background: linear-gradient(45deg, #e5b301, #dfa500);
  color: #fff;
}
.Coach-image-wid{
        max-width: 100%;
}

/*-----=========footer section area==========------*/
.footer {
     background:#001d4c;
}

.footer h4 {
  color: white;
      font-size: 48px;
}
.footer h5{
     color: white;
}
.footer p{
     color: white;
}
.footer-link {
  color: white;
  text-decoration: none;
  display: block;
  margin-bottom: 6px;
  font-size: 18px;
}

.footer-link:hover {
  color: white;
  text-decoration: underline;
}

.social-btn {
  display: inline-block;
  border: 1px solid #ccc;
  color: #fff;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border-radius: 50%;
  margin-right: 10px;
  transition: all 0.3s ease;
}

.social-btn:hover {
  background-color: #fff;
  color: #001d4c;
}

.scroll-up {
  width: 50px;
  height: 100px;
  border: 2px solid #ccc;
  border-radius: 30px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.back-to-top a{
    text-decoration: none;
}
.scroll-up i {
  font-size: 20px;
  color: #8f9bff;
}
.logo-img-footer{
    height: 60px;
    /*filter: brightness(0) invert(1);*/
}

@media (min-width: 992px) {
  .navbar .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
  }
}
@media (max-width: 427px) {
    
    .clock-circle {
            margin-right: 20px;
    }
    .logo-img {
    width: 80%;
    height: auto;
}
.navbar>.container, .navbar>.container-fluid, .navbar>.container-lg, .navbar>.container-md, .navbar>.container-sm, .navbar>.container-xl, .navbar>.container-xxl{
        flex-wrap: initial;

}
.custom-navbar {
        padding: 1rem 0rem;
}
.heading-line {
    font-size: 27px;
}
.typed-text {
    font-size: 24px;
}
.social-icons{
    display: none;
}
.mouse img{
    display: none;
}
.news-title {
    text-align: center;
}
.services-section-card{
    padding: 26px 0;
}

.integration-box {
           width: 172px;
    height: 103px;
   
}
.integration-section h2{
    font-size: 21px;    
}
.cta-heading h2{
        font-size: 19px;
}
.stat-box {
margin-left: 29px;
     justify-content: center; 
}
.stat-icon {
    width: 22px;
    height: 27px;
}
.stat-box p {
    font-size: 8px;
}
.stat-box h3 {
    font-size: 22px !important;
}

.chatbot-carousel-section h2 {
    font-size: 22px;
}
.chatbot-carousel-section p.lead{
    font-size: 12px;
}
.faq-img{
    display: none;
}
.faq-title {
    font-size: 24px;
}
/*.new-res{*/
/*           text-align: left !important;*/
/*}*/
.footer h4 {
    font-size: 38px;
}
.footer p{
    font-size: 11px;
}
.footer-link{
        font-size: 13px;
}
/*.back-to-top a{*/
/*    display: none;*/
/*}*/
.news-new {
        width: 150px;
    height: 177px;
}


}
@media (max-width: 769px) { 
    .heading-line{
        font-size: 25px;
    }
    .lead {
    font-size: 13px;
}
.contact-form-box{
        padding: 2rem !important;
}
.news-title {
    margin-bottom: 29px;
}
.scroll-indicator{
    display: none;
}
.service-card-card{
    padding: 11px;
}
.service-card-card h5{
    font-size: 18px;
}
.service-card-card p{
        font-size: 14px;
}
.stat-box h3{
    font-size: 29px;
}

/*.logo-img-footer{*/
/*        height: 41px;*/
/*}*/
.social-icons a{
        width: 37px;
    height: 37px;
}
.footer h4{
        font-size: 34px;
}
.footer-policy{
      justify-content: center;  
}
.about-title{
        font-size: 2rem;
}
.about-description{
        font-size: 13px;
}
.lakshi_nav{
    width:100%!important;
}
.lakshi_ul{
    display: grid !important;
    justify-content: left;
}
.lakshi_ul ul{
    width: 100%;
}
.contact-btn{
    margin-left: 20px;
}
.lakshi_timer {
    padding: 5px 10px!important;
    margin-right: 10px;
}
.home-link {
  color:#a3c2f1!important;
  font-weight: 500;
}

}

.lakshi_timer{
    border: 1px solid #eee;
    padding: 5px 20px 5px 10px;
    border-radius: 5px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.lakshi_nav{
    width:50%;
}

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0px;
  left: 0;
  background-color: #020043;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 10px;
  z-index: 9999;
}

.sidenav a {
  padding: 5px 20px;
  text-decoration: none;
  font-size: 16px;
  color: #ffffff;
  display: block;
  transition: 0.3s;
}

.sidenav a:hover {
  color: #f1f1f1;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 2%;
  font-size: 25px;
  color: #fff;
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}





        