
body {
    margin-left: 100px;
    margin-right: 100px;
}

#Navbar {
    margin: 33px 100px 0 100px;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
}


.navbar-collapse {
    display: flex;
    justify-content: center !important;
}


.navbar-nav {
    display: flex;
    align-items: center;
    gap: 20px;
    font-size: 20px;
}


.custom-button {
    border: 1px solid black !important;
    border-radius: 14px;
    padding: 15px 30px !important;
    font-size: 20px;
}

#Hero {
    margin-top: 70px !important;
}

.heading {

    font-size: 60px;
    line-height: 76.6px;


}

.des {
    margin-top: 35px;
    font-size: 20 !important;
    max-width: 498px !important;
    line-height: 28px;
}

.Illustration {
    width: auto;
    height: auto;
}

.custom-button-2 {
    margin-top: 35px;
    background-color: #191A23 !important;
    color: #fff !important;
    font-size: 20px;
    padding: 15px 30px !important;
    border-radius: 14px !important;

}


/* Logo slide */

/* Logo Slider Container */
.logo-slider {
    overflow: hidden;
    padding: 20px 0;
    background: #fff;
    white-space: nowrap;
    position: relative;
}

/* Infinite Scrolling Animation */
.logo-track {
    display: flex;
    gap: 40px;
    animation: scroll 15s linear infinite;
}

/* Logos Styling */
.logo-track img {
    max-height: 60px;
    /* Adjust logo size */
    width: auto;
    display: inline-block;

}

/* Scrolling Keyframes */
@keyframes scroll {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

/* servcies section */
.head-and-desc {
    display: flex;
    gap: 40px !important;
    margin-top: 140px !important;
}

.services-heading {
    font-size: 40px !important;
    background-color: #B9FF66 !important;
    color: #000;
    padding: 7px 7px 7px 7px !important;
    border-radius: 14px;
}

.services-desc {
    font-size: 18px;
    max-width: 580px !important;
}

/* Card Styling */
.service-card {
    margin-top: 100px !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 15px;
    padding: 50px;
    background-color: #F3F3F3 !important;
    border: 1px solid #191A23;
    border-bottom: 4px solid #191A23 !important;

}


.card-content {
    max-width: 60%;
}

.card-title {
    font-size: 22px;
    font-weight: bold;
    background-color: #B9FF66 !important;
    padding: 10px 10px 10px 10px;
    border-radius: 14px;
}

.card-text {
    font-size: 16px;
    color: #444;
}

.learn-more {
    display: inline-block;
    margin-top: 93px;
    text-decoration: none;
    font-size: 20px;
    color: #000;

}

.arrow {
    margin-right: 15px !important;
}

.service-card-2 {
    margin-top: 100px !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 15px;
    padding: 50px;
    background-color: #B9FF66 !important;
    border: 1px solid #191A23;
    border-bottom: 4px solid #191A23 !important;


}

.card-title-2 {
    font-size: 22px;
    font-weight: bold;
    background-color: #F3F3F3 !important;
    padding: 10px 10px 10px 10px;
    border-radius: 14px;
}

.service-card-3 {
    margin-top: 100px !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 15px;
    padding: 50px;
    background-color: #191A23 !important;
    border: 1px solid #191A23;
    color: #000;


}

.learn-more-3 {
    display: inline-block;
    margin-top: 93px;
    text-decoration: none;
    font-size: 20px;
    color: #fff;

}

.card-title-3 {
    font-size: 22px;
    font-weight: bold;
    background-color: #F3F3F3 !important;
    padding: 10px 10px 10px 10px;
    border-radius: 14px;
}

.service-card-4 {
    margin-top: 100px !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 15px;
    padding: 50px;
    background-color: #F3F3F3 !important;
    border: 1px solid #191A23;
    border-bottom: 4px solid #191A23 !important;

}

.card-title-4 {
    font-size: 22px;
    font-weight: bold;
    background-color: #B9FF66 !important;
    padding: 10px 10px 10px 10px;
    border-radius: 14px;
}

.card-title-6 {
    font-size: 22px;
    font-weight: bold;
    background-color: #B9FF66 !important;
    padding: 10px 10px 10px 10px;
    border-radius: 14px;
}

/* gray-card */

.gray-card{
    margin-top: 123.5px !important;
    background-color: #F3F3F3;
    border-radius: 45px;
    color: #000;
    padding: 60px 60px 60px 60px !important;
    height: auto;
   
}

.title{
    font-size: 38 !important;
}

.desc{
    font-size: 18px;
    margin-top: 26px;
   
}


/* Blue Card */

.blue-card{
    background-color: #191A23;
    border-radius: 45px;
    color: #fff;
    padding: 60px 60px 60px 60px !important;
    margin-top: 80px !important;
}

.para{
    width: 286px;
}
.learn-more-blue{
    display: inline-block;
    margin-top: 20px;
    text-decoration: none;
    font-size: 20px;
    color: #B9FF66;
}

/* FAQ */

/* Custom Accordion Styles */
.custom-accordion .accordion-item {
    border-radius: 15px;
    margin-bottom: 15px;
    border: none;
    overflow: hidden;
    
    background-color: #B9FF66;
  }
  
 
  .custom-accordion .accordion-button {
    padding: 20px 25px;
    background-color: #F3F3F3;
    border: none;
    display: flex;
    align-items: center;
    font-weight: 500;
    color: #333;
    position: relative;
  }
  
  .custom-accordion .accordion-button:not(.collapsed) {
    background-color: #B9FF66;
    color: #333;
    box-shadow: none;
  }
  
  .custom-accordion .accordion-button::after {
    display: none;
   
  }
  
  .custom-accordion .step-number {
    font-size: 30px;
    font-weight: 700;
    margin-right: 15px;
    color: #333;
    min-width: 40px;
  }
  
  .custom-accordion .step-title {
    flex-grow: 1;
    font-size: 30px;
  }
  
  .custom-accordion .toggle-icon {
    position: absolute;
    right: 25px;
    font-size: 1.2rem;
  }
  
  .custom-accordion .toggle-icon i {
    color: #666;
  }
  
  .custom-accordion .accordion-body {
    padding: 20px 25px 25px 80px;
    background-color: inherit;
    color: #555;
    line-height: 1.6;
    border-top: 1px solid black;
 
  }

 
  
  /* Active state styling */
  .custom-accordion .accordion-item:first-of-type .accordion-button {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
  }
  
  .custom-accordion .accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
  }
  
  .Plus , .Minus{
    width:38px;
    height:38px;
    display: block;
    
  }
/* Default: Show Plus, Hide Minus */
.Plus {
    display: block;
}

.Minus {
    display: none;
}

/* When accordion is expanded (not collapsed) */
.accordion-button:not(.collapsed) .Plus {
    display: none;
}

.accordion-button:not(.collapsed) .Minus {
    display: block;
}

/* Team Cards Section */

.Card{
    margin-top: 80px !important;
    background-color: FFFFFF;
    border: 1px solid #191A23;
    border-radius: 45px;
    text-align: center;
    padding: 40px 35px 40px 35px !important;
}

.card-content{
    /* display: flex; */
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
}

.Team-sec{
    margin-top: 80px;
    margin-bottom:40px;
    gap: 40px;
}

.card-top-contnet{
    display: flex;
    justify-content: space-around;
}

.custom-button-3 {
    margin-top: 25px;
    background-color: #191A23 !important;
    color: #fff !important;
    font-size: 20px;
    padding: 20px 36px !important;
    border-radius: 14px !important;

}


/* Slider */

/* Swiper Container */
.swiper {
    width: 1040px;
    height: auto;
    padding: 84px !important;
    background-color: #191A23;
    border-radius: 45px;
}

/* Slide */
.swiper-slide {
    display: flex;
    justify-content: center;
}

/* Testimonial Card */

.testimonial-card {
  
    margin: 20px; 
    padding: 42px;
    border: 2px solid #66ff66;
    border-radius: 10px;
    background-color: #22232A;
    color: #fff;
    text-align: center;
  
}

/* Quote Text */
.quote {
    font-size: 16px;
    font-style: italic;
    margin-bottom: 20px;
}

/* Testimonial Footer */
.testimonial-footer {
    border-top: 1px solid #66ff66;
    padding-top: 15px;
    margin-top: 15px;
}

/* Name */
.name {
    font-size: 18px;
    color: #66ff66;
    margin: 5px 0;
}

/* Designation */
.designation {
    font-size: 14px;
    color: #BBB;
}


/* contact us */

.gray-container{
    background-color: #F3F3F3;
    width: 1040px;
    height: 625px;
    border-radius: 45px;
}

.form-container {
   
    border-radius: 10px;
    max-width: 450px;
    margin: auto;
    
}

.form-check-input.custom-radio {
    border: 2px solid #000;
    width: 18px;
    height: 18px;
    cursor: pointer;
}

.form-check-input.custom-radio:checked {
    background-color: #7ED957; /* Light green */
    border-color: #7ED957;
}

.form-control {
    border: 2px solid #000 !important;
    border-radius: 8px;
    padding: 10px;
    font-size: 16px;
    outline: none ;
}

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

.form-control:focus {
    border: 2px solid #000 !important; /* Ensures the border remains black */
    box-shadow: none; /* Removes default Bootstrap blue glow */
    outline: none; /* Removes default outline */
}



.btn-dark {
    background-color: #191A23;
    border-radius: 8px;
    padding: 12px;
    font-size: 18px;
}

/* Footer section */

#footer{
    margin-top: 140px;
}

.Footer-container{
    background-color: #191A23 !important;
    width: 1024px;
    height: auto;
    padding: 55.5px 60px !important;
    border-top-left-radius: 45px;
    border-top-right-radius: 45px ;
}

.footer-menu{
    display: flex;
    justify-content: center;
    color : #fff ;
    gap: 20px;
}


.social-icons{
    display: flex;
    gap: 20px;
}

.footer-heading{
    color: #000;
    background-color: #7ED957;
    width: 136px !important;
    padding: 7px !important;
    margin-top: 66px !important ;
    border-radius: 14px;
    margin-bottom: 27px;
}

.footer-text{
    color: #fff !important;
}


.form-container {
    margin-top: 96px !important;
    display: flex;
    align-items: center;
    gap: 20px; 
    background-color: #292A32;
    padding: 58px 40px !important;
    border-radius: 14px;
}

.email-footer {
    flex: 1;
    padding: 10px;
    border: 1px solid white;
    background-color: transparent;
    color: white;
    border-radius: 10px;
    outline: none;
}

.btn-footer {
    background-color: #c8ff63;
    color: black;
    font-weight: 500;
    border-radius: 10px;
    border: none;
    padding: 10px 15px;
    cursor: pointer;
    transition: 0.3s;
}

.btn-footer:hover {
    background-color: #b3e857;
}




