/*============top-header-hero-secation====================*/
.top-header-banner {
    background-color: #257769;
    color:#fff;
}
.top-header-banner .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
}
.logo img{
    max-width:140px;
}
.hero-sec h1 {
    font-size: 34px;
    line-height: 50px;
}
.call-btn {
  color: #257769;
  border: 2px solid #257769;
  background: transparent;
  transition: all 0.3s ease;
  border-radius: 8px;
}
.call-btn:hover {
  background: #257769;
  color: #fff;
}

.whatsapp-btn {
  color: #25D366;
  border: 2px solid #25D366;
  background: transparent;
  transition: all 0.3s ease;
  border-radius: 8px;
}
.whatsapp-btn:hover {
  background: #25D366;
  color: #fff;
}
/*===========================secation-2-style=================*/
.icon-circle {
    width: 50px;
    height: 50px;
    border-radius: 50%; 
    background-color: #128c7e; 
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.4); 
}

/*====================secation-3===============*/
.section-3{
    background-color: #f7f8fa;
}
.feature-card {
    border-radius: 15px; 
    padding: 25px;
    height: 100%; 
    min-height: 500px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05); 
    transition: all 0.3s ease-in-out;
    overflow: hidden; 
}

.feature-card:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1); 
    transform: translateY(-5px);
}

.icon-wrapper {
    width: 100%;
    height: 200px;
    margin-bottom: 20px;
    border-radius: 12px;
    overflow: hidden;
    position: relative;
    object-fit: cover;
}

.icon-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover; 
    transition: transform 0.5s;
}
.feature-card:hover .icon-wrapper img {
    transform: scale(1.05);
}
.card-title {
    font-size: 1.3em;
    font-weight: 700;
    margin-bottom: 10px;
}

.card-description {
    text-align: left; 
}
.card-description ul {
    list-style: none; 
    padding: 0;
    margin: 0;
}
.card-description ul li {
    font-size: 0.95em;
    line-height: 1.6;
    margin-bottom: 8px;
    padding-left: 20px; 
    position: relative;
    color: #555; 
}
.card-description ul li::before {
    content: "•"; 
    position: absolute;
    left: 0;
    font-weight: 900;
    top: 0;
    font-size: 1.2em;
}
.card-green {
    background: #e9f8f2; 
    border: 1px solid #c8e8df;
}
.card-green .card-title {
    color: #128c7e;
}
.card-green .card-description ul li::before {
    color: #128c7e; 
}

.card-blue {
    background: #eff3ff; 
    border: 1px solid #d4e0ff;
}
.card-blue .card-title {
    color: #4267b2; 
}
.card-blue .card-description ul li::before {
    color: #4267b2; 
}
.card-yellow {
    background: #fff9e6;
    border: 1px solid #ffe8b3;
}

.card-yellow .card-title {
    color: #f08804; 
}
.card-yellow .card-description ul li::before {
    color: #f08804; 
}
.feature-info.owl-theme .owl-dots {
    text-align: center;
    margin-top: 30px;
}
.feature-info.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1; 
}
.feature-info.owl-theme .owl-dots .owl-dot span {
    width: 20px; 
    height: 12px; 
    margin: 0 6px; 
    background: #ccc; 
    display: block;
    opacity: 0.8;
    transition: all 0.3s ease;
}
.feature-info.owl-theme .owl-dots .owl-dot.active span,
.feature-info.owl-theme .owl-dots .owl-dot:hover span {
    background: #128c7e; 
    width: 20px; 
    height: 12px;
    opacity: 1;
}
.card-green { background: #e9f8f2; }
.card-blue { background: #eff3ff; }
.card-yellow { background: #fff9e6; }
.card-description ul li {
    color: #555; 
}
/*=============================end-secation========================*/
/* Custom CSS for WhatsApp Stats Section */
.stats-card-container {
    background-color: #e0f7f3;
}
.stats-item {
    padding: 20px 10px;
    border-bottom: none !important; 
}
#whatsapp-stats h2 {
    font-size: 32px;
}


.stats-item h3 {
    color: #343a40; 
}
/*=============================secation-4-style====================*/
   .integrations-section {
            padding: 80px 0;
            background-color: #fff; 
            text-align: center;
        }

        .integrations-section h2 {
            font-size: 2.5rem; 
            font-weight: 700;
            color: #333;
            margin-bottom: 50px; 
        }

        .integrations-section h2 span {
            color: #128c7e; 
        }

        .integration-logos {
            display: flex;
            flex-wrap: wrap; 
            justify-content: center;
            align-items: center;
            gap: 40px; 
            margin-bottom: 60px; 
        }

        .integration-logo-item img {
            max-height: 45px; 
            width: auto;
            object-fit: contain;
            transition: all 0.3s ease;
        }

        .integration-logo-item img:hover {
            filter: grayscale(0%); 
            opacity: 1; 
        }
        .cta-button {
            display: inline-block;
            padding: 15px 35px;
            background-color: #128c7e; 
            color: #fff;
            text-decoration: none;
            border-radius: 8px;
            font-size: 1.1rem;
            font-weight: 600;
            transition: background-color 0.3s ease, transform 0.3s ease;
            border: none;
            cursor: pointer; 
        }

        .cta-button:hover {
            background-color: #0e6c60; 
            transform: translateY(-2px); 
            color: #fff; 
        }
        @media (max-width: 768px) {
            .integrations-section h2 {
                font-size: 2rem;
                margin-bottom: 30px;
            }
            .integration-logos {
                gap: 30px; 
            }
            .integration-logo-item img {
                max-height: 40px; 
            }
            .cta-button {
                padding: 12px 25px;
                font-size: 1rem;
            }
        }

        @media (max-width: 576px) {
            .integrations-section {
                padding: 60px 0;
            }
            .integrations-section h2 {
                font-size: 1.8rem;
                margin-bottom: 25px;
            }
            .integration-logos {
                gap: 25px; 
            }
            .integration-logo-item img {
                max-height: 35px; 
            }
        }
/*=========================end-secation-style=================================*/
.testimonial-hero {
    padding: 40px 0 40px;
    background-color: #f7f8fa;
}
.testimonial-content {
    text-align: left;
}
.quote-icon {
    font-size: 6rem;
    font-weight: 900;
    color: #128c7e; 
    line-height: 0.7;
    height: 60px; 
    overflow: hidden;
    position: relative;
    top: 20px;
}
.quote-text {
    font-size: 1.5rem; 
    font-weight: 700;
    line-height: 1.6;
    color: #333;
    margin-top: -20px; 
    margin-bottom: 25px;
}
.author-name {
    font-size: 1.7rem;
    font-weight: 800;
    color: #128c7e;
    margin-bottom: 0;
}
.author-designation {
    font-size: 24px;
    font-weight: 500;
    color: #666;
}
.testimonial-image-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
}
.mockup-image {
    max-width: 100%;
    height: auto;
    border-radius: 10px; 
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1); 
}

.customer-stats-cards {
    padding: 40px 0 40px;
    background-color: #128c7e;
    text-align: center;
}
.stat-card {
    background-color: #fff;
    padding: 30px 20px;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    border: 3px solid #128c7e;
    transition: all 0.3s ease-in-out;
}
.stat-card:hover {
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
}
.stat-value {
    font-size: 2.2rem; 
    font-weight: 800;
    color: #333; 
    margin-bottom: 5px;
}
.stat-description {
    font-size: 1.05rem;
    font-weight: 400;
    color: #666;
    line-height: 1.4;
}
      
/*==============================end-secation===========================*/
.reasons-section {
  background-color: #fffaf2;
}

.reasons-section .card {
  border: 1px solid #e4c27a;
  transition: all 0.3s ease;
}

.reasons-section .card:hover {
  transform: translateY(-6px);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
}

.reasons-section .icon i {
  color: #b68c2b;
}
/*======================end-secation=========================*/
.tool-card-section {
    background-color:#128c7e;
}

.tool-card {
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    border-radius: 12px;
    background-color: #ffffff;
}

.tool-card:hover {
    transform: translateY(-5px); 
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1); 
}

.tool-icon {
    font-size: 2rem;
    color: #128c7e;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.card-heading {
    color: #343a40;
    font-size: 1.35rem;
}

.card-text {
    font-size: 1rem;
    line-height: 1.6;
}
/*=========================end-secation-style===================*/
/* ========================Custom CSS Floating  Buttons=====================*/
.fab-container {
    position: fixed; 
    bottom: 25px;  
    right: 25px;     
    display: flex;
    flex-direction: column; 
    gap: 15px;  
    z-index: 1050;
}

.fab-button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;   
    height: 50px;  
    border-radius: 50%; 
    color: white;  
    font-size: 24px; 
    text-decoration: none; 
    transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}
.fab-button:hover {
    transform: translateY(-3px); 
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2); 
}
.whatsapp-fab {
    background-color: #25D366; 
}

.call-fab {
    background-color: #007bff; 
}
/*========responsive-media======================*/
@media (max-width: 575.98px) { 
    .fab-container {
        bottom: 15px;
        right: 15px;
        gap: 10px;
    }
    .fab-button {
        width: 45px;
        height: 45px;
        font-size: 22px;
    }
        .stat-value {
        font-size: 1.8rem;
    }
    .stat-card {
        padding: 25px 15px;
    }
}
@media (min-width: 1200px) {
    .feature-item:not(:last-child) {
        border-right: 1px solid rgba(0, 0, 0, 0.1); 
    }
}
@media screen and (max-width:767px) {
    .logo img {
    max-width: 80px;
}
.hero-sec h1 {
    font-size: 28px;
    line-height: 36px;
}
.hero-sec ul li {
    font-size: 12px;
    margin-bottom: 10px;
}
.hero-sec ul li span img {
    width: 16px;
}
.call-btn {
    width: 100%;
    margin-bottom: 20px;
}
.whatsapp-btn {
    width: 100%;
}
.feature-item {
    margin-bottom: 16px;
    border-bottom: 3px solid #000;
}
#whatsapp-stats h2 {
    font-size: 22px;
}
.whatsapp-stats.lead{
    font-size: 14px;
}
.feature-info.owl-theme .owl-dots{
    margin: 0;
}
.card-heading {
    font-size: 18px;
}
.author-designation {
    font-size: 18px;
}
.author-name{
    font-size: 1.5rem;
}
.testimonial-image-wrapper {
    margin-top: 0px;
}
}
@media (min-width: 992px) {
    .border-end-lg {
        border-right: 1px solid #dee2e6 !important;
    }
}
@media (max-width: 991.98px) {
    .stat-value {
        font-size: 2rem;
    }
    .stats-item {
        border-right: none !important; 
        border-bottom: 1px solid #dee2e6 !important; 
    }
    .stats-card-container .row .stats-item:last-child {
        border-bottom: none !important;
    }
    .stats-card-container .row .col-md-6:nth-child(2n):not(:last-child) .stats-item {
         border-bottom: none !important;
    }
    .stats-card-container .row .col-md-6:nth-last-child(-n+2) .stats-item {
        border-bottom: none !important;
    }
        .testimonial-hero {
        padding: 10px 0 20px;
    }
    .quote-text {
        font-size: 1.15rem;
    }
    .testimonial-image-wrapper {
        margin-top: 0px; 
    }
}