/* Enhances floating label effect */
/* .form-floating .form-control:focus, .form-floating .form-select:focus {
    border-color: #6200ea; 
    box-shadow: 0 1px 0 0 #6200ea;
} */
/* p {
    font-family: "Arial", sans-serif;
} */

body {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    /* font-weight: <weight>;
    font-style: normal; */
}

.main-body h1 {
    font-size: 26px;
    color: #0056b3;
    margin-bottom: 15px;
    font-weight: bold;
}
.main-body h2{
    font-size: 1.5rem;
    color: #333;
    margin-bottom: 15px;
}
.footer h4 {
    font-size: 18px;
}

.brd-bt{
    border-bottom: 1px solid #ddd;
}

.main-body section{
    padding: 60px 0px;
}

.container-nav {
    width: 100%;
    padding: 0px 9%;
}

.bg-gray{
    background-color: #f5f5f5;
}
/* Optional rounded and subtle shadow for the card */
.card {
    border-radius: 8px;
    border: none;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    }


.about-us-section p{
    font-size: 16px;
    line-height: 1.6;
    text-align: justify;
}
.about-image {
    position: relative;
    overflow: hidden;
}
.about-image img {
    width: 100%;
    height: auto;
    border-radius: 8px;
}
.image-overlay {
    z-index: 1;
}
.custom-indicators .active {
    background-color: #333;
}
.custom-indicators button {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin: 5px;
    background-color: #666;
}
.hero-section-second-part .card-title{
    font-weight: bold;
    font-size: 17px;
    margin-bottom: 20px;
    line-height: 1.5;
}

.custom-indicators {
    bottom: -18%;
}

.footer-section{
    border-top: solid 5px #ee4242;
    padding: 0 5%;
}
.logo-item img:hover {
    opacity: 1;
}
/* Carousel container styling */
/* Carousel container */
.logo-carousel {
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    width: 100%;
}


/* Track for logos */
.logo-track {
    /* display: inline-flex; */
    animation: scroll 20s linear infinite;
}

/* Styling for each logo item */
.logo-item {
    display: inline-block;
    padding: 0 20px;
}

.logo-item img {
    max-width: 160px;
    height: auto;
    opacity: 0.8;
    transition: opacity 0.3s;
}

.logo-item img:hover {
    opacity: 1;
}

/* Keyframes for smooth, continuous scrolling */
@keyframes scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

.btn-primary{
    background-color: #ee4242;
    border: none;
}

.btn-primary:hover{
    background-color:#004aad;
}
.form-select, .form-control{
    border: none;
    border-bottom: 2px solid #ccc;
    border-radius: 0%;
    font-size: 12px;
}
.form-select:focus, .form-control:focus{
    box-shadow: none;
}
.form-label{
    font-size: 14px;
    font-weight: 500;
}
.top-notification{
    text-align: center;
    background: #004aad;
    color: #fff;
    padding: 5px;
    font-size: 14px;
    padding: 20px;
}
.carousel-indicators [data-bs-target] {
    width: 1px;
    height: 0px;
    padding: 8px;
    background-color: #ccc;
}
.client-section {
    background-color: #d8e3e7;
}



/* General Styles */
.expertise-section {
    background-color: #f5f5f5;
}

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

/* Main Heading and Content */
.main-content {
    /* text-align: center; */
    margin-bottom: 40px;
}

.main-content h2 {
    color: #1a1a1a;
    margin-bottom: 10px;
}

.main-content h3 {
    font-size: 24px;
    color: #0056b3;
    margin-bottom: 20px;
    font-weight: bold;
}

.main-content p {
    font-size: 16px;
    color: #555;
    line-height: 1.6;
    width: 60%;
}

/* Feature Cards */
.feature-cards {
    display: flex;
    gap: 55px;
    /* justify-content: center; */
    flex-wrap: wrap;
    margin-top: 65px;
}

.feature-cards .card {
    flex: 1 1 calc(33.333% - 40px); /* 3 cards per row */
    max-width: calc(33.333% - 40px);
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    text-align: center;
    width: 350px;
}
.feature-cards .card P{
    text-align: justify;
    line-height: 1.6;
}

.feature-cards .card img {
    
    width: 100%; /* Ensures the image fits within the card */
    height: auto; /* Maintains the aspect ratio */
    max-height: 200px; /* Optional: Limit maximum height */
    object-fit: cover;
    margin-bottom: 15px;
    border-radius: 5px; /* Slight rounding for aesthetics */
}

.feature-cards .card h4 {
    font-size: 22px;
    color: #007bff;
    margin-bottom: 10px;
}

.feature-cards .card p {
    font-size: 16px;
    color: #666;
}
.feature-cards .card-2{top: -45px;}
.feature-cards  .card-3{
    top: -90px;
}
.services-section{
    padding: 0px 110px;
}
.services-section .head-section h5{
    color: #ee4242;
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 18px;
}

.services-item.card p {
    font-size: 15px;
}
.services-section a.link{
    text-decoration: none;
    font-size: 18px;
    font-weight: bold;
    color: #ee4242;
}
.services-section .service-card h4{
    font-size: 20px;
}
.services-section .service-card p{
    font-size: 16px;
    line-height: 1.6;
}
.services-btn a {
    color: #666;
    text-decoration: underline;
}

.contact-us, .about-us-btn{
    width: 130px;
    border-radius: 0;
    padding: 10px;
    font-weight: bold;
}

.about-btn-section {
    text-align: right;
}

.navbar .call{
    padding-top: 12px;
    padding-left: 15px;
    font-size: 14px;
    color: #ee4242;
    text-decoration: blink;
    font-weight: bold;
}



.how-it-works {
    background-color:#F5F5F5;;
}

.how-it-works-container {
    display: flex;
    /* flex-wrap: wrap; */
    gap: 20px;
}

.accordion-container {
    flex: 1;
    min-width: 55%;
    padding: 20px 0px;
    /* background-color: #f9f9f9;
    border-radius: 8px; */
}

.accordion-container h2 {
    text-align: left;
    margin-bottom: 20px;
    font-size: 28px;
    color: #333;
}

.accordion {
    border: 0;
    /* border-radius: 8px; */
    overflow: hidden;
}

.accordion-item {
    border: 0;
    margin-bottom: 15px;
}

.accordion-item:first-child {
    border-top: none;
}

.accordion-header {
    background-color: #fff;
    padding: 15px;
    cursor: pointer;
    font-size: 18px;
    text-align: left;
    width: 100%;
    border: none;
    outline: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: background 0.3s;
}

.accordion-header:hover {
    background-color: #e0e0e0;
}

.accordion-item.active .accordion-header {
    background-color: #ee4242;
    color: #fff;
    padding: 17px;
    font-size: 20px;
}

.accordion-content {
    display: none;
    padding: 15px;
    background-color: #fff;
    font-size: 14px;
    line-height: 1.6;
    text-align: justify;
}

.accordion-content p {
    margin: 0;
    font-size: 16px;
}

.accordion-item.active .accordion-content {
    display: block;
}

.toggle-icon {
    font-size: 18px;
    transition: transform 0.3s;
}

.accordion-container,
.details-section {
    flex: 1;
    min-width: 300px;
}

/* Rotate the icon for active items */
.accordion-item.active .toggle-icon {
    content: '-';
    transform: rotate(180deg);
}

.details-section {
    flex: 1;
    min-width: 45%;
    padding: 20px;
    /* background-color: #e8f4fd; */
    /* border-radius: 8px; */
}

.details-section h3 {
    font-size: 24px;
    margin-bottom: 15px;
    color: #0056b3;
    font-weight: bold;
}

.details-section p {
    font-size: 16px;
    color: #666;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .how-it-works-container {
        flex-direction: column;
    }
}

.social-icon {
    margin-right: 10px; /* Optional: space between the icons */
}

.d-flex {
    display: flex;
    justify-content: start; /* Aligns items to the left */
    align-items: center; /* Centers the icons vertically */
}

.company-brief p{
    font-size: 14px;
    line-height: 1.5;
    text-align: justify;
}


@media (min-width: 1200px) {
    .nav-link{
        padding-bottom: 0px;
        color:#fff;
        font-size: 14px;
    }
    
    .navbar{
        box-shadow: 0 4px 4px -4px rgba(0, 0, 0, 0.3); /* Adjust the blur and spread as needed */
        position: relative;
        z-index: 100; /* Ensures the shadow appears above other elements */
        border-top: solid 7px #ee4242;
    
    }
    .navbar .nav-item{
        margin-right: 14px;
    }
    /* Basic styling for menu items */
    .navbar .nav-link {
        position: relative;
        padding: 10px 15px;
        color: #333; /* Base color */
        text-decoration: none;
        font-weight: bold;
    }
    
    /* Underline effect on hover and click */
    .navbar .nav-link::after {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 3px; /* Thickness of the underline */
        background-color: #ee4242; /* Color of the underline */
        transform: scaleX(0); /* Start hidden */
        transform-origin: left;
        transition: transform 0.3s ease; /* Smooth animation */
    }
    
    /* On hover or active state, show the underline */
    .navbar .nav-link:hover::after,
    .navbar .nav-link:focus::after,
    .navbar .nav-link.active::after {
        transform: scaleX(1); /* Reveal the underline */
    }
    

    .h1, h1 {
        font-size: 2rem;
    }
    .expertise-section h2, .expertise-section .h2, .services-section h2, .services-section .h2, .about-us-section .h3, .about-us-section h3 {
        font-size: 1.5rem;
        font-weight: bold;
    }
}
.carousel-item h1{
    /* font-weight: bold; */
    color: #000;
}
.alert.alert-danger
{
    padding: 5px;
    margin-top: 5px;
    font-size: 12px;
}


.whatsapp-icon {
    position: fixed;
    background: -webkit-gradient(linear, left top, left bottom, from(#00ff4e), to(#13b500));
    background: -o-linear-gradient(#00ff4e, #13b500);
    background: linear-gradient(#00ff4e, #13b500);
    bottom: 3%;
    -webkit-box-shadow: 0px 0px 4px 1px #12f342;
    box-shadow: 0px 0px 4px 1px #12f342;
    border-radius: 30px;
    padding: 7px 10px;
    line-height: 27px;
    height: 45px;
    width: 45px;
    font-size: 30px;
    z-index: 9;
    color: #fff;
    right: 2%;
}

p.form-terms {
    font-size: 12px;
}

.head-section{
    margin: auto;
    width: 75%;
    text-align: center;
}

.services-item{
    margin-bottom: 30px;
    position: relative;
    background-color: #fff;
    padding: 30px 15px 30px 110px;
    z-index: 1;
    transition: 0.5s all ease;
}
.services-item .icon {
    position: absolute;
    left: 40px;
    top: 60px;
    color: #e93c05;
    font-size: 27px;
    line-height: 35px;
    z-index: 1;
    text-align: center;
}
.services-item .icon:after {
    position: absolute;
    content: "";
    width: 49px;
    height: 51px;
    left: -12px;
    right: 0;
    top: -11px;
    margin-left: auto;
    margin-right: auto;
    background-color: #feebe4;
    z-index: -1;
    transform: rotate(45deg);
}
.about-us-section h3{
    margin-bottom: 10px;
    font-size: 24px;
    font-weight: bold;
    color: #0056b3;
}

.expertise-section .section-title, .about-us-section .section-title, .how-it-works .section-title{
    font-size: 18px;
    margin-bottom: 20px;
}
.order-2 img{
    /* width:300px; */
    height:400px;
}
.power-by{
    padding-right:10px ;
}

.row.copy-right{
    width: 100%;
}

/* Styling for the stars container */
.review-stars {
  display: inline-flex;
  gap: 5px;
  font-size: 22px; /* Size of the stars */
  color: #ccc; /* Default star color */
  padding: 10px 0px 0px 18px;
}

/* Filled stars */
.review-stars .star.filled {
  color: #f0631f; /* Gold color for filled stars */
}

/* Hover effect for interactive stars (optional) */
.review-stars .star {
  cursor: pointer;
  transition: transform 0.2s ease-in-out;
}

.review-stars .star:hover {
  transform: scale(1.2);
}

footer.review-user img {
    width: 13%;
    border-radius: 50%;
    padding-top: 10px;
}

.customer-reviews p {
    margin-bottom: 5px;
    font-size: 14px;
}
.customer-reviews .card{
    background-color: #F5F5F5;
}
.carousel-item {
    margin-bottom: 10px;
}
/* .customer-reviews .carousel-item .row {
    gap: 15px; 
} */



@media (max-width: 768px) {

    .navbar-collapse {
        flex-basis: 100%;
        flex-grow: 1;
        align-items: center;
        right: 3%;
        position: absolute;
        top: 84%;
        background: #fff;
        padding: 10px;
        z-index: 9;
    }

    .services-section{
        padding: 40px 3%;
    }
    .main-content {
        flex-wrap: wrap;
    }
    .main-content p{
        width: 100%;
        text-align: justify;
    }
    .details-section {
        order: -1; /* Make the right section come first */
    }
    .accordion-container {
        order: 1;
    }
    .services-section h2, .about-us-section h3{
        margin-top: 10px;
    }

    .feature-cards .card {
        flex: 1 1 calc(50% - 20px); /* 2 cards per row on tablets */
        max-width: calc(50% - 20px);
    }
    
    .customer-reviews .card{
        margin-bottom: 10px;
    }
    

    .carousel-item .col-12 {
        order: -1; /* Ensure image appears first */
    }
    .hero-section .img-fluid{
        width: 100%;
    }
    .hero-section-second-part{
        margin-top: 55px;
    }

    .custom-indicators {
        bottom: -9%;
    }
    .expertise-section {
        padding: 60px 3% 0% 22px;
    }
    .head-section{
        width: 100%;
    }
    button.navbar-toggler {
        margin-left: 31%;
    }
}
@media (max-width: 576px) {
    
    .feature-cards .card {
        flex: 1 1 100%; /* 1 card per row on small screens */
        max-width: 100%;
    }

    .feature-cards .card img {
        max-height: 150px; /* Further restrict image height for smaller screens */
    }
}


