

        body {
            font-family: 'Poppins', sans-serif;
        }


h1{
 font-size: 2vw ! important; 
    font-weight: 400;
        font-family: ui-rounded;
}
h2{
  font-size: 2.5vw ! important;  
    font-weight: 400; 
        font-family: ui-rounded;
}
h3{
     font-size: 1.8vw ! important;  
    font-weight: 400; 
        font-family: ui-rounded;
    
}h4{
     font-size: 20px ! important;  
    font-weight: 400; 
    
}h5{
     font-size: 18px ! important;  
    font-weight: 400; 
    
} p{
     font-size: 1vw ! important;  
    font-weight: 400; 
    
}


.container-fluid{
    width: 100%;
    max-width: 100%;
    padding: 80px 40px;
}



@media only screen and (max-width: 600px) {
  h1{
 font-size: 26px ! important; 
    font-weight: 400;
        font-family: ui-rounded;
}
h2{
  font-size: 24px  ! important;  
    font-weight: 400; 
        font-family: ui-rounded;
}
h3{
     font-size: 22px ! important;  
    font-weight: 400; 
        font-family: ui-rounded;
    
}h4{
     font-size: 20px ! important;  
    font-weight: 400; 
    
}h5{
     font-size: 18px ! important;  
    font-weight: 400; 
    
}  
    
    
    
  p{
     font-size: 14px ! important;  
    font-weight: 400; 
    
   }
    
  .container-fluid{
    width: 100%;
    max-width: 100%;
    padding: 80px 10px;
   }
    
    
    
}


.mytitle {
      text-align: center;
     
      color: #2e49a4;
      margin-bottom: 10px;
    }

.mysubtitle {
      text-align: center;
    
      color: #666;
      margin-bottom: 40px;
    }





        

.text_gradient {
    background: linear-gradient(to right, rgba(54, 81, 169, 1) 0%, rgba(248, 228, 201, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
   
}

img{
    width: 100%;
}


.overlay {
               position: absolute;
    inset: 0;
    /* background: linear-gradient(to bottom right, rgba(0, 123, 255, 0.6), rgba(0, 80, 160, 0.7)); */
    z-index: 1;
    background-image: linear-gradient(181deg, #92929d00, #88888d00, #3651a9ba, #3651a90f);
    background-color: transparent;
    mix-blend-mode: multiply;
    top: 0;
        }

         .mtbtn {
            padding: 15px 30px ! important;
            border-radius: 10px;
            background-color: #3651a9;
            color: white;
            border: 1px solid transparent;
            outline: none;
            box-shadow: none;
        } 
         
         .mtbtn:hover{
             background-color: #2f4695;
            color:white;
        }

        .logo {
            display: flex;
            align-items: center;
        }

        .logo img {
            height: 40px;
            margin-right: 10px;
        }







/* Common */
header {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 10px 10px;
            background: #fff;
            position: fixed;
            width: 100%;
            z-index: 1000;
            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
        }
.logo img {
    height: 60px;
}
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
ul li a {
    text-decoration: none;
   
}

/* Mobile Header */
.mobile-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 0px;
    width:100%;
}

.menu-toggle {
    font-size: 26px;
    cursor: pointer;
}

/* Sidebar */
.sidebar {
    position: fixed;
    top: 0;
    left: -260px;
    width: 260px;
    height: 100%;
    background: #fff;
    box-shadow: 0 0.25rem 0.75rem 0 rgba(34, 48, 62, 0.14);
    padding-top: 60px;
    transition: left 0.3s ease;
    z-index: 9999;
}
.sidebar.open {
    left: 0;
}
.sidebar ul li {
    border-bottom: 1px solid #eee;
}
.sidebar ul li a {
    display: block;
    padding: 15px 20px;
    color: #333;
}
.close-btn {
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 28px;
    cursor: pointer;
}

/* Desktop Navigation (Hidden on Mobile) */
.desktop-nav {
    display: none;
}
.desktop-nav ul {
    display: flex;
    justify-content: center;
    gap: 20px;
    padding: 10px 20px;
}
.desktop-nav ul li a {
    padding: 7px 15px;
    color: #3a4765;
    
}
.desktop-nav ul li a.active {
    color: #ffffff;
    background-color: #3651a9;
    border-radius: 10px;
}

.desktop-header {
        display: none;
    }

/* Responsive Behavior */
@media (min-width: 768px) {
    header {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 0px 40px;
            background: #fff;
            position: fixed;
            width: 100%;
            z-index: 1000;
            box-shadow: 0 0.25rem 0.75rem 0 rgba(34, 48, 62, 0.14);
        }
    
    
    .menu-toggle,
    .sidebar {
        display: none;
    }

    .desktop-nav {
        display: block;
    }
    
    .desktop-header {
        display: block;
    }

    .mobile-header {
        display: none;
    }
}


/*
        nav ul {
            display: flex;
            list-style: none;
            gap: 20px;
        }

        nav ul li a {
               text-decoration: none;
    color: #202122;
    font-weight: 400;
    padding: 5px 10px;
    transition: all 0.3s ease;
        }

        nav ul li a.active {
            background: #3651a9;
            color: #fff;
            border-radius: 6px;
        }
*/

        .swiper {
            width: 100%;
            height: auto;

        }

        .swiper-slide {
            background-size: cover;
            background-position: center;
            position: relative;
        }

        .swiper-slide::before {
            content: '';
            position: absolute;
            inset: 0;
            background: linear-gradient(to right, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
        }

        .slide-content {
             position: absolute;
    left: 0;
    bottom: 100px;
    color: #fff;
    /* max-width: 91%; */
    z-index: 10;
    padding: 10px 80px;
        }


.typing {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  border-right: 2px solid;
  animation: typing 3s steps(22), blink 0.7s step-end 5;
    letter-spacing: 3px;
}

@keyframes typing {
  from { width: 0 }
  to { width: 100% }
}

@keyframes blink {
  50% { border-color: transparent; }
}

        .slide-content h2 {
            
            line-height: 1.3;
        }

        .slide-content p {
            margin-top: 15px;
           
            color: #e0e0e0;
        }

        .side-label {
                     position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(-90deg);
    background: #3651a9;
    color: white;
    padding: 10px 20px;
    border-radius: 10px;
    left: -109px;
    z-index: 9999;
    cursor: pointer;
    font-size: 12px;
    width: 245px;
    height: 40px;
    text-align: center;
        }

        .side-label.right {
               right: -107px;
    left: auto;
    transform: translateY(-50%) rotate(90deg);
        }

        .bottom-circle {
            position: absolute;
            bottom: 30px;
            left: 30px;
            background: #6a67f3;
            width: 40px;
            height: 40px;
            border-radius: 50%;
            z-index: 10;
        }

        .swiper-button-next,
        .swiper-button-prev {
            color: #fff;
        }
.swiper-pagination {
    position: absolute;
    text-align: right;
    transition: .3s opacity;
    padding-right: 40px;
    transform: translate3d(0,0,0);
    z-index: 10;
}
        .swiper-pagination-bullet {
            background: #fff;
            opacity: 0.6;
                width: 30px;
    height: 5px;
    border-radius: 5px;
        }

        .swiper-pagination-bullet-active {
            background: #2a2aee;
            opacity: 1;
        }


.mybanner img{
    width: 100%;
    height: auto;
    object-fit: cover;

}


.inner_page_banner_heading{
    
    font-size: 40px ! important;
    overflow: hidden;
    
}
.inner_page_banner_heading span{
        display: inline-block;
    width: 400px;
    height: 1px;
    background-color: white;
    /* line-height: 20px; */
    /* margin-top: 31px; */
    /* position: relative; */
    /* top: 0; */
    margin-bottom: 10px;
    
    
}



@media only screen and (max-width: 600px) {
    
    .side-label {
                    display: none;
        }
    
    
    .slide-content {
    
    bottom: 29px;
    color: #fff;
    /* max-width: 91%; */
    z-index: 10;
    padding: 10px 20px;
}
    
   .mybanner img{
    width: 100%;
    height: 469px;
    object-fit: cover;

} 
    
    .inner_page_banner_heading span{
        
        display: none;
    }
    
}



/*
******************************************************
******************************************************
*/

    
       

        .product-info {
            text-align: center;
        }

        .product-info .section-title {
          
            margin-bottom: 10px;
            color: #3651a9;
        }

        .product-info .section-subtitle {
            max-width: 800px;
            margin: 0 auto 30px;
         
            color: #555;
        }

        .product-info .card-container {
            display: flex;
            justify-content: center;
            flex-wrap: wrap;
            gap: 20px;
        }

        .product-info .card {
            background-color: #fff;
            border-radius: 10px;
            box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.1);
            max-width: 100%;
            padding: 0px;  
            
            text-align: center;
            transition: transform 0.3s ease;
            animation: fadeInUp 1s ease forwards;
        }

        .product-info .card img {
            width: 100%;
            border-radius: 10px;
            height: 160px;
            object-fit: cover;
        }

        .product-info .card h3 {
         
            margin: 15px 0 10px;
        }

        .product-info .card p {
          
            color: #444;
            margin-bottom: 15px;
        }

        .product-info .details-btn {
            background-color: #f6f6ff;
            color: #2a2aee;
            border: 1px solid #ccc;
            padding: 8px 16px;
            border-radius: 20px;
            font-weight: bold;
            cursor: pointer;
            transition: all 0.3s ease;
        }

        .product-info .details-btn span {
            margin-left: 5px;
            transition: transform 0.3s;
        }

        .product-info .details-btn:hover span {
            transform: translateX(5px);
        }

        .product-info .details-btn:hover {
            background-color: #e5e5ff;
        }

        @keyframes fadeInUp {
            from {
                opacity: 0;
                transform: translateY(20px);
            }

            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        .product-info .overlay {
               position: absolute;
    inset: 0;
    /* background: linear-gradient(to bottom right, rgba(0, 123, 255, 0.6), rgba(0, 80, 160, 0.7)); */
    z-index: 1;
    background-image: linear-gradient(181deg, #92929d00, #88888d00, #3651a9ba, #3651a90f);
    background-color: transparent;
    mix-blend-mode: multiply;
    top: 0;
           
        }



.product-info .overlay:hover{
   
    
       
    background-color: #1c2d74c9;
  
    transition: 0.5s;
    
}



.product-info .card-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
   width:100%;
    padding: 20px;
}

.product-info .card {
    position: relative;
    width: 100%;
    height: 320px;
    background-size: cover;
    background-position: center;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.2);
    color: white;
    margin-bottom: 15px;
}

.product-info .overlay {
       position: absolute;
    inset: 0;
    /* background: linear-gradient(to bottom right, rgba(0, 123, 255, 0.6), rgba(0, 80, 160, 0.7)); */
    z-index: 1;
    background-image: linear-gradient(178deg, #88888d30, #88888d30, #2a2aee73, #2a2aee);
    background-color: transparent;
    mix-blend-mode: multiply;
    top: 0;
}

.product-info .card-content {
    position: absolute;
    z-index: 2;
    bottom: 20px;
    left: 20px;
    right: 20px;
}

.product-info .card-content h3 {
  
   
    margin-bottom: 8px;
}

.product-info .card-content p {
   
    margin-bottom: 12px;
    color: white;
}

.product-info .details-btn {
    padding: 6px 14px;
    background-color: rgba(255, 255, 255, 0.2);
    color: #fff;
    border: 1px solid #fff;
    border-radius: 4px;
    cursor: pointer;

    transition: background-color 0.3s ease;
}

.product-info .details-btn:hover {
    background-color: rgba(255, 255, 255, 0.4);
}

/* Optional fade-in effect */
.product-info .fade-in {
    animation: fadeInUp 0.6s ease both;
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
/*
******************************************************
******************************************************
*/

    





    #aboutus {
     
      color: #333;
       background-color: #f4f4f8;
    }

    #aboutus .container-fluid {
      display: flex;
      flex-wrap: wrap;
      
      justify-content: center;
      
      
      margin: auto;
    }

#aboutus .left{
    flex: 1 1 500px;
      padding: 20px;
        padding-left: 0px;
}

    
    #aboutus .right {
      flex: 1 1 500px;
      padding: 20px;
        padding-right: 0px;
    }

    #aboutus .left h1 {
      color: #364d68;
      
      font-weight: 500;
      margin-bottom: 15px;
    }

    #aboutus .left p {
  
      line-height: 1.6;
      margin-bottom: 25px;
    }

    #aboutus .buttons {
      display: flex;
      gap: 15px;
    }

    #aboutus .btn {
      padding: 10px 18px;
    
      border: none;
      cursor: pointer;
      display: flex;
      align-items: center;
      border-radius: 4px;
      transition: 0.3s ease;
    }

    

    #aboutus .read-btn {
      background-color: transparent;
      border: 1px solid #000;
      color: #000;
    }

    #aboutus .btn i {
      margin-right: 8px;
    }

    #aboutus .right img {
      max-width: 100%;
      border-radius: 8px;
      object-fit: cover;
    }

    #aboutus .stats {
         display: flex;
    justify-content: center;
    margin-top: 41px;
    border-top: 1px solid #eee;
    margin-bottom: 60px;
    gap: 10px;
    width: 60%;
    margin: auto;
    padding-bottom: 60px;
        background-color: #f4f4f8;
    }
#aboutus .stat:hover{
    background-color: #3651a9;
    transform: translate(0px,-15px);
    transition: 0.8s;
        color:white;
}
#aboutus .stat:hover h2, #aboutus .stat:hover p, #aboutus .stat:hover i{
    color: white;
}

    #aboutus .stat {
          flex: 1;
    text-align: center;
    padding: 20px 15px;
    border-right: 1px solid #eee;
    background: #f9f9f9;
    box-shadow: 0 0.25rem 0.75rem 0 rgba(34, 48, 62, 0.14);
    margin-top: -49px;
    position: relative;
    z-index: 99;
    border-radius: 10px;
        margin-bottom: 58px;
        
    }

#aboutus .stat i{
    font-size: 38px;
    color:#3651a9;
}

    #aboutus .stat:last-child {
      border-right: none;
    }

    #aboutus .stat h2 {

   
      color: #303847;
      margin-bottom: 8px;
    }

    #aboutus .stat p {
      color: #555;
      
      margin: 0 auto;
    }

    @media (max-width: 768px) {
      #aboutus .container {
        flex-direction: column;
      }

      #aboutus .stats {
        flex-direction: column;
        border-top: none;
      }

      #aboutus .stat {
        border-right: none;
        border-bottom: 1px solid #eee;
      }

      #aboutus .stat:last-child {
        border-bottom: none;
      }
        
         #aboutus .right {
      flex: 1 1 500px;
      padding: 20px;
        padding-right: 0px;
              padding-left: 0px;
    }

    }
         
         
        
/*
******************************************************
******************************************************
*/

    


#team-section {
 
  text-align: center;
  background: #fff;
    overflow: hidden;
}

#team-section .team-title {


  color: #3651a9;
  margin-bottom: 10px;
}

#team-section .team-subtitle {
  max-width: 700px;
  margin: 0 auto 40px;
 
  color: #555;
}

#team-section  .team-card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s;
  text-align: left;
  margin: 10px;
   
}

#team-section  .team-card:hover{
    transform:  translate(0px, -20px);
}


#team-section .team-card i{
     
    color: white;
    background-color: #3651a9;
    padding: 1px 15px;
    border-radius: 10%;
    margin-bottom: 19px;
    /* padding-bottom: 15px; */
    margin-top: -55px;
    position: absolute;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}
#team-section .team-card img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

#team-section .card-body {
    
  padding: 20px;
     padding-top: 40px;
}

#team-section .card-body h4 {
  margin: 0;
  color: #2e3c77;
  font-weight: 400;
  
}

#team-section .card-body h6 {
  margin-top: 4px;
  font-weight: 500;
  color: #888;
 
}

#team-section .card-body p {
  
  color: #666;
  margin-top: 12px;
}

/*
******************************************************
******************************************************
*/



        
.testimonial-section {
  padding: 50px 0px;
  text-align: center;
  background: #fff;
}

.myoverlay {
               position: absolute;
    inset: 0;
    /* background: linear-gradient(to bottom right, rgba(0, 123, 255, 0.6), rgba(0, 80, 160, 0.7)); */
    z-index: 1;
   
    background-color: #22294bd4;
   
    top: 0;
           
        }


.testimonial-section .myoverlay {
               position: absolute;
    inset: 0;
    /* background: linear-gradient(to bottom right, rgba(0, 123, 255, 0.6), rgba(0, 80, 160, 0.7)); */
    z-index: 1;
   
    background-color: #22294bd4;
   
    top: 0;
           
        }


.testimonial-title {
  text-align: center;
  color: white;
 
 position: relative;
  margin-bottom: 40px;
    z-index: 999;
}

.testimonial-slider {
  
  margin: 15px 15px;
    position: relative;
    z-index: 9;
}

.testimonial-card {
  background: rgba(255, 255, 255, 0.95);
  border-radius: 16px;
  padding: 30px 20px;
  text-align: center;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
    margin-right: 15px;
}

.testimonial-img img {
  width: 90px;
  height: 90px;

  object-fit: cover;
  margin-bottom: 20px;
    margin: auto;
    border-radius: 70%;
}

.testimonial-content h4 {

  margin-bottom: 5px;
  color: #2e3c77;
}

.testimonial-content h6 {

  color: #888;
  margin-bottom: 15px;
}

.testimonial-content p {
 
  color: #555;
  line-height: 1.6;
  margin: 0 auto;
}

/* Slick Dots */
.slick-dots {
  margin-top: 30px;
}

.slick-dots li button:before {
  
  color: #2e3c77;
}

.testimonial-section .team-title {
 
  color: #2e3c77;
  margin-bottom: 10px;
}

.testimonial-section .team-subtitle {
  max-width: 700px;
  margin: 0 auto 40px;
 
  color: #555;
}

.testimonial-section .team-slider .team-card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s;
  text-align: left;
  margin: 10px;
    margin-right: 15px;
}

.testimonial-section .team-slider .team-card img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}

.testimonial-section .card-body {
  padding: 20px;
}

.testimonial-section .card-body h4 {
  margin: 0;
  color: #2e3c77;


}

.testimonial-section .card-body h6 {
  margin-top: 4px;

  color: #888;
 
}

.testimonial-section .card-body p {
  
  color: #666;
  margin-top: 12px;
}
     #contact {
      padding: 0px ;
      background-color: white;
    }


    .contact-card {
      background: #fff;
      padding: 20px;
      border-radius: 12px;
      box-shadow: 0 4px 10px rgba(0,0,0,0.05);
      display: flex;
      align-items: center;
      gap: 15px;
      border: 1px solid #eee;
      height: 100%;
    }
    .contact-card i {
      
      color: #3454d1;
    }
    .contact-card span {
      
    color: #212122;
    }
    .form-section {
      background: #fff;
      padding: 30px;
      border-radius: 12px;
     box-shadow: 0 4px 10px rgba(0,0,0,0.05);
        border: 1px solid #e8eaea;
    }
    .contact-img img {
      max-width: 100%;
      height: auto;
    }

  .what-we-do {
    background-color: #3559ac;
  }
  .what-we-do h2 {
    color: #3651a9; /* Custom primary shade if needed */
   
    line-height: 1.4;
  }


.what-we-do .card{
        width: 100%;
    height: auto;
    margin: auto;
    border-radius: 15px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
    padding: 31px;
    border: none;
}
.what-we-do img{
    width:100%;
    height: auto;
    margin: auto;

}

.what-we-do h2{
    color:white;
}



/*
******************************************************
******************************************************
*/






    #whychooseus .title {
      text-align: center;
     
      color: #2e49a4;
      margin-bottom: 10px;
    }

    #whychooseus .subtitle {
      text-align: center;
    
      color: #666;
      margin-bottom: 40px;
    }

    #whychooseus .container-fluid {
     
      justify-content: center;
      
    }

    /* Left Accordion Section */
    #whychooseus .accordion {
      width: 100%;
      display: flex;
      flex-direction: column;
      gap: 20px;
    }

    #whychooseus .accordion-item {
      background: #fff;
      
      border-radius: 8px;
      padding: 15px 20px;
      cursor: pointer;
      transition: 0.3s ease;
    }

    #whychooseus .accordion-toggle {
          display: flex;
    align-items: center;
    font-weight: 500;
    color: #464647;
    
    }

    #whychooseus .accordion-icon {
      
      margin-right: 10px;
     
      transition: transform 0.3s ease;
        color:#3651a9;
    }

    #whychooseus .accordion-answer {
      display: none;
      margin-top: 10px;
    
      color: #353e4a;
      line-height: 1.6;
    }

    #whychooseus .accordion-item.active .accordion-answer {
      display: block;
    }

    #whychooseus .accordion-item.active .accordion-icon {
      transform: rotate(180deg);
    }

    /* Right Content Section */
    #whychooseus .features {
      width: 100%;
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 0px;
        margin-bottom: 25px;
    }

    #whychooseus .feature-box {
      text-align: center;
        box-shadow: 0 4px 8px rgba(0,0,0,0.1);
        padding-bottom: 40px;
    }
#whychooseus .feature-box:hover {
    transition: 0.5s;
    background-color: #3651a9 ! important;
}

    #whychooseus .feature-icon {
          background-color: #ffffff;
    margin-top: 70px;
    width: 70px;
    height: 70px;
    margin: auto;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    margin-top: 24px;
    }

    #whychooseus .feature-icon i {
      
        color: #3651a9;
    }

    #whychooseus .feature-text {
      margin-top: 10px;
  
      color: #1f2832;
  
    }

    @media screen and (max-width: 992px) {
      #whychooseus .container {
        flex-direction: column;
        align-items: center;
      }

      #whychooseus .accordion,
      .features {
        width: 100%;
      }
    }





#footer{
            color: white;
        }


#footer .footer_quick_links{
    margin:auto; width:150px;
} 


#footer .footer_socials_links{
    width:80px; float:right;
}

@media only screen and (max-width: 600px){
    
    #footer .footer_quick_links{
    margin:60px 0px; width:150px;
} 
    
    #footer .footer_socials_links{
    width:80px; float:left; margin:60px 0px;
}
      
    
    
    
}





