
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Poppins', sans-serif;
    line-height: 1.6;
}

.navbar {
    transition: all 0.3s ease-in-out;
}

.navbar.scrolled {
    background-color: rgba(0, 0, 0, 0.8) !important;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}


.custom-navbar {
    background-color: transparent;
    transition: all 0.3s ease;
    z-index: 1000;
}


.custom-navbar.scrolled {
    background-color: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
}


.navbar-logo {
    height: 40px;
    width: auto;
    transition: transform 0.3s ease;
}

.navbar-logo:hover {
    transform: scale(1.05);
}
.footer-logo {
    width: 160px;
}


.custom-nav-link {
    color: #ffffff !important;
    font-weight: 400;
    font-size: 16px;
    margin: 0 15px;
    padding: 8px 0 !important;
    position: relative;
    transition: all 0.3s ease;
    text-decoration: none;
}

.custom-nav-link:hover,
.custom-nav-link:focus {
    color: #17B6AC !important;
}




.custom-cta-btn {
    background-color: #17B6AC;
    color: #fff !important;
    font-weight: 600;
    font-size: 14px;
    padding: 12px 18px;
    border-radius: 8px;
    border: 2px solid #17B6AC;
    text-decoration: none;
    transition: all 0.3s ease;
    letter-spacing: 0.5px;
}

.custom-cta-btn:hover {
    background-color: transparent;
    color: #17B6AC !important;
    box-shadow: 0 8px 25px rgba(23, 182, 172, 0.4);
    border-color: #17B6AC;
}

.custom-cta-btn:focus {
     box-shadow: 0 0 0 3px rgba(23, 182, 172, 0.3);
}



.custom-toggler {
    border: none;
    padding: 4px 8px;
}

.custom-toggler:focus {
    box-shadow: none;
}

.custom-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}


.main-content {
    padding-top: 80px; 
}


.hero-carousel {
    position: relative;
    height: 80vh;
    overflow: hidden;
}

.hero-slide {
    height: 80vh;
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
}

.hero-slide-1 {
    background-image: url('assets/bg-2.png');
}

.hero-slide-2 {
     background-image: url('assets/identity-bg.png');
}

.hero-slide-3 {
     background-image: url('assets/secure-bg.png');
}

.hero-slide-4 {
     background-image: url('assets/bg-dark.png');
}

.hero-slide-6 {
      background-image: url('assets/financial.png');
}

.hero-slide-7 {
      background-image: url('assets/individual.png');
}


.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to right, rgba(0, 0, 0, 9) 0%, rgba(0, 0, 0, 0.3) 60%, rgba(0, 0, 0, 0.1) 100%);
    z-index: 1;
}

.hero-overlay2 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}


.hero-content {
    position: relative;
    z-index: 2;
    color: white;
    padding: 2rem 0;
}

.hero-title {
    font-size: 3.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    line-height: 1;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.hero-description {
    color: #d8d8d8;
    font-size: 1.25rem;
    font-weight: 400;
    margin-bottom: 2.5rem;
    line-height: 1.6;
    opacity: 0.95;
    max-width: 600px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}


.hero-cta-btn {
    background-color: #17B6AC;
    color: #fff !important;
    font-weight: 500;
    font-size: 16px;
    padding: 15px 30px;
    border-radius: 8px;
    border: 2px solid #17B6AC;
    text-decoration: none;
    transition: all 0.3s ease;
    letter-spacing: 1px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    box-shadow: 0 5px 20px rgba(23, 182, 172, 0.3);
}

.hero-cta-btn:hover {
    background-color: transparent;
    color: #17B6AC !important;
    box-shadow: 0 8px 25px rgba(23, 182, 172, 0.4);
    border-color: #17B6AC;
}

.hero-cta-btn:focus {
    box-shadow: 0 0 0 3px rgba(23, 182, 172, 0.3);
}
.hero-cta-btn:hover .btn-arrow {
    transform: translateX(5px);
}

.btn-arrow {
    transition: transform 0.3s ease;
}

.hero-cta-btn-2 {
    background-color: #17B6AC;
    color: #fff !important;
    font-weight: 600;
    font-size: 16px;
    padding: 15px 30px;
    border-radius: 8px;
    border: 2px solid #17B6AC;
    text-decoration: none;
    transition: all 0.3s ease;
    letter-spacing: 1px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    box-shadow: 0 5px 20px rgba(23, 182, 172, 0.3);
}

.hero-cta-btn-2:hover {
    background-color: transparent;
    color: #828282 !important;
    box-shadow: 0 8px 25px rgba(23, 182, 172, 0.4);
    border-color: #17B6AC;
}

.hero-cta-btn-2:focus {
    box-shadow: 0 0 0 3px rgba(23, 182, 172, 0.3);
}
.hero-cta-btn-2:hover .btn-arrow {
    transform: translateX(5px);
}


.carousel-indicators {
    bottom: 30px;
    z-index: 3;
}

.carousel-indicators button {
    width: 12px !important;
    height: 12px !important;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.5);
    background-color: transparent;
    margin: 0 5px;
    transition: all 0.3s ease;
}



.carousel-control-prev,
.carousel-control-next {
    width: 60px;
    height: 60px;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0.8;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.carousel-control-prev {
    left: 30px;
}

.carousel-control-next {
    right: 30px;
}

.carousel-control-prev:hover,
.carousel-control-next:hover {
    background-color: rgba(23, 182, 172, 0.2);
    opacity: 1;
    transform: translateY(-50%) scale(1.1);
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 24px;
    height: 24px;
}


.custom-navbar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1050;
}


.main-content {
    padding-top: 0;
}


@media (min-width: 992px) {
    .navbar-nav .nav-item {
        margin: 0 10px;
    }
    
    .custom-nav-link {
        margin: 0 5px;
    }
}


@media (max-width: 991.98px) {

    
    .navbar-collapse {
        background-color: rgba(255, 255, 255, 0.98);
        margin-top: 15px;
        padding: 20px;
        border-radius: 10px;
        box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
    }
    
    .custom-nav-link {
        padding: 12px 0 !important;
        text-align: center;
         color: #000000 !important;
    }
    
    .custom-nav-link:last-child {
        border-bottom: none;
    }
    
    .custom-cta-btn {
        margin-top: 15px;
        width: 100%;
        text-align: center;
    }
    
    .navbar-logo {
        height: 35px;
    }
}


@media (max-width: 576px) {
    .container {
        padding-left: 15px;
        padding-right: 15px;
    }
    
    .navbar-logo {
        height: 30px;
    }
    
    .custom-nav-link {
        font-size: 14px;
        color: #000000 !important;
        
    }
    
    .custom-cta-btn {
        font-size: 12px;
        padding: 10px 20px;
    }
    
    .main-content {
        padding-top: 70px;
    }
}

.text-primary-custom {
    color: #17B6AC !important;
}

.bg-primary-custom {
    background-color: #17B6AC !important;
}

.border-primary-custom {
    border-color: #17B6AC !important;
}


html {
    scroll-behavior: smooth;
}


.custom-dropdown-menu {
    background-color: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(23, 182, 172, 0.2);
    border-radius: 12px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
    padding: 10px 0;
    margin-top: 8px;
    min-width: 220px;
    transform: translateY(10px);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.dropdown:hover .custom-dropdown-menu,
.dropdown.show .custom-dropdown-menu {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}

.custom-dropdown-item {
    color: #333 !important;
    font-weight: 400;
    font-size: 14px;
    padding: 12px 20px;
    transition: all 0.3s ease;
    text-decoration: none;
    position: relative;
}

.custom-dropdown-item:hover,
.custom-dropdown-item:focus {
    background-color: rgba(23, 182, 172, 0.1);
    color: #17B6AC !important;
    padding-left: 30px;
}

.custom-dropdown-item::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 3px;
    height: 0;
    background-color: #17B6AC;
    transition: height 0.3s ease;
    transform: translateY(-50%);
}

.custom-dropdown-item:hover::before {
    height: 60%;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu > .dropdown-toggle::after {
    transform: rotate(-90deg);
    float: right;
    margin-top: 7px;
}

.submenu-dropdown {
    top: 0;
    left: 100%;
    margin-top: 0;
}

@media (min-width: 992px) {
    .dropdown-submenu:hover > .submenu-dropdown,
    .dropdown-submenu.show > .submenu-dropdown,
    .submenu-dropdown.show {
        transform: translateY(0);
        opacity: 1;
        visibility: visible;
        display: block;
    }
}

@media (max-width: 991.98px) {
    .submenu-dropdown {
        position: static;
        display: block;
        opacity: 1;
        visibility: visible;
        transform: none;
        box-shadow: none;
        border: none;
        background-color: transparent;
        padding-left: 15px;
        margin-top: 0;
    }

    .dropdown-submenu > .dropdown-toggle::after {
        transform: rotate(0deg);
    }
}


.dropdown-divider {
    border-top: 1px solid rgba(23, 182, 172, 0.2);
    margin: 8px 0;
}


.dropdown-toggle::after {
    border-top-color: #333;
    transition: transform 0.3s ease;
}

.dropdown.show .dropdown-toggle::after {
    transform: rotate(180deg);
}

.dropdown-toggle:hover::after {
    border-top-color: #17B6AC;
}

@media (min-width: 1200px) {
    .hero-title {
        font-size: 56px;
        font-weight: 600;
    }
    
    .hero-description {
        font-size: 16px;
        font-weight: 500;
        color: #d8d8d8;
    }
}


@media (max-width: 991.98px) {
    .hero-title {
        font-size: 2.8rem;
        text-align: left;
    }
    
    .hero-description {
        text-align: left;
        font-size: 1.1rem;
        margin-bottom: 2rem;
        color: #d8d8d8;
    }
    
    .hero-cta-btn {
        font-size: 14px;
        padding: 12px 25px;
    }
    
    .carousel-control-prev,
    .carousel-control-next {
        width: 50px;
        height: 50px;
    }
    
    .carousel-control-prev {
        left: 20px;
    }
    
    .carousel-control-next {
        right: 20px;
    }
}


@media (max-width: 767.98px) {
    .hero-title {
        font-size: 2.2rem;
        margin-bottom: 1rem;
    }
    
    .hero-description {
        font-size: 1rem;
        margin-bottom: 1.5rem;
        color: #d8d8d8;
    }
    .mobile-no-padding {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    
    .hero-content {
        padding: 1rem 0;
        text-align: center;
    }
    
    .hero-cta-btn {
        font-size: 13px;
        padding: 10px 20px;
        width: 100%;
        justify-content: center;
    }
    
    .carousel-control-prev,
    .carousel-control-next {
        display: none;
    }
    
    .carousel-indicators {
        bottom: 20px;
    }
}


@media (max-width: 575.98px) {
    .hero-title {
        font-size: 1.8rem;
    }
    
    .hero-description {
        font-size: 0.95rem;
        color: #d8d8d8;
    }
    
    .hero-slide {
        height: 100vh;
        min-height: 600px;
    }
    .nav-link.dropdown-toggle.custom-nav-link::after {
    border-top-color: black !important;
}
}

.section-gap {
    padding: 60px 0;
}

.nav-link.dropdown-toggle.custom-nav-link::after {
    border-top-color: white;
}

.nav-link.dropdown-toggle.custom-nav-link:hover::after,
.nav-link.dropdown-toggle.custom-nav-link:focus::after {
    border-top-color: #17B6AC;
}

.custom-h4 {
    font-size: 28px;
    font-weight: 400;
}

.heading-color{
    color: #161C2D;
}
.p-font {
    font-size: 16px;
}
.p-color {
    color: #5c606c;
}
.p-small-color {
    color: #a9aeb9;
    font-size: 14px;
    font-weight: 400;
}

.font-21 {
    font-size: 21px;
}
.weight-400 {
    font-weight: 400;
}


.number-circle {
    background-color: #e8f8f7;
    color: #17B6AC;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    flex-shrink: 0;
}

.number-circle-2 {
    background-color: #d7e5f6;
    color: #473bf0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    flex-shrink: 0;
}

.footer-payment-icon {
    font-size: 24px;
    color: #333;
}

.footer-main {
    background-color: #101010;
    padding: 50px 0 20px;
    color: white;
}

.footer-heading {
    font-weight: 400;
    color: #9f9f9f;
    font-size: 15px;
    margin-bottom: 20px;
}

.footer-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-list li {
    margin-bottom: 10px;
}

.footer-link {
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-link:hover {
    color: rgb(68, 68, 68);
}

.footer-contact-heading {
    color: white;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 15px;
}

.footer-phone {
    color: white;
    font-size: 16px;
    margin-bottom: 15px;
}

.footer-address {
    color: white;
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 20px;
    font-style: normal;
}

.footer-payment-box {
    text-align: start;
}

.footer-payment-text {
    color: #333;
    font-size: 12px;
    font-weight: 600;
}

.footer-payment-icons {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 16px;
}

.footer-payment-icon {
    font-size: 24px;
}

.footer-payment-icon.fa-cc-visa {
    color: #1a1f71;
}

.footer-payment-icon.fa-cc-mastercard {
    color: #eb001b;
}

.footer-payment-icon.fa-cc-amex {
    color: #006fcf;
}

.footer-payment-icon.fa-cc-discover {
    color: #ff6000;
}

.footer-divider {
    border: 0;
    height: 1px;
    background-color: white;
    margin: 30px 0 20px;
}

.footer-bottom {
    align-items: center;
}

.footer-copyright {
    color: #9f9f9f;
    margin: 0;
    font-size: 12px;
}

.footer-social-icons {
    display: flex;
    justify-content: flex-end;
    gap: 15px;
}

.footer-social-link {
    color: white;
    font-size: 18px;
    transition: color 0.3s ease;
}

.footer-social-link:hover {
    color: #164a53;
}
.footer-social-link img {
    width: 24px;
}


@media (max-width: 768px) {
    .footer-main {
        padding: 30px 0 15px;
        text-align: center;
    }
    .footer-payment-box {
        text-align: center;
    }
    
    .footer-social-icons {
        justify-content: center;
        margin-top: 15px;
    }
    
    .footer-bottom {
        text-align: center;
    }
    
    .footer-copyright {
        margin-bottom: 15px;
    }
}

@media (max-width: 576px) {
    .footer-main {
        text-align: center;
    }
    
    .footer-payment-icons {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .footer-payment-icon {
        font-size: 20px;
    }
    
    .footer-payment-box {
        margin: 0 auto;
    }
}


.hero-single {
    position: relative;
    height: 80vh;
    overflow: hidden;
}

.page-header {
    position: relative;
    overflow: hidden;
}

.page-header-slide {
    position: relative;
    height: 320px;
    padding-top: 110px;
    background-image: url('assets/bg-2.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    box-sizing: border-box;
}

.page-header-slide .container {
    position: relative;
    z-index: 2;
}

.page-header-title {
    font-size: 32px;
    font-weight: 600;
    color: #fff;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
    margin-bottom: 1rem;
}

.page-header-description {
    color: #d8d8d8;
    font-size: 1.1rem;
    font-weight: 400;
    max-width: 700px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

.who-we-are-title {
    font-size: 2.75rem;
    font-weight: 700;
}

.core-values-section {
    background-color: #F2F2F2;
}

.weight-600 {
    font-weight: 600;
}

.core-value-card {
    background-color: #fff;
    border-radius: 12px;
    padding: 40px 30px;
    height: 100%;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
}

.core-value-icon {
    width: 60px;
    height: 60px;
    margin: 0 auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    color: #7CB518;
}

.core-value-card h6 {
    margin-bottom: 12px;
}

@media (max-width: 768px) {
    .page-header-title {
        font-size: 2.5rem;
    }

    .who-we-are-title {
        font-size: 2rem;
    }
}

.hero-single .hero-slide {
    height: 80vh;
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
}


.hero-single .hero-slide-1 {
    background-image: url('assets/bg-2.png');
}


.product-card {
    position: relative;
    width: 100%;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.product-image {
    width: 100%;
    height: 250px;
    object-fit: cover;
    display: block;
}

.product-text-box {
    background-color: #17B6AC;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 0;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
    cursor: pointer;
}

.product-text-box::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background-color: #11817a;
    transition: left 0.3s ease;
    z-index: 1;
}

.product-text-box:hover::before {
    left: 0;
}

.product2-text-box {
    background-color: #ebebeb;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 0;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
    cursor: pointer;
}

.product2-text-box::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background-color: #d8d8d8;
    transition: left 0.3s ease;
    z-index: 1;
}

.product2-text-box:hover::before {
    left: 0;
}

.product-text,
.product-arrow {
    position: relative;
    z-index: 2;
}

.product-text {
    color: white;
    font-size: 16px;
    font-weight: 500;
    margin: 0;
}

.product-arrow {
    color: white;
    font-size: 16px;
    margin-left: 10px;
}

.product2-text,
.product2-arrow {
    position: relative;
    z-index: 2;
}

.product2-text {
    color: #5C606C;
    font-size: 18px;
    font-weight: 500;
    margin: 0;
}

.product2-arrow {
    color: #5C606C;
    font-size: 16px;
    margin-left: 10px;
}


@media (max-width: 768px) {
    .product-image {
        height: 200px;
    }
    
    .product-text {
        font-size: 16px;
    }
    
    .product-text-box {
        padding: 15px;
    }
}

@media (max-width: 576px) {
    .product-image {
        height: 180px;
    }
    
    .product-text {
        font-size: 14px;
    }
}




.testimonial-left-content {
    padding: 80px 0;
    padding-left: calc((100vw - 1370px) / 2 + 15px);
    padding-right: 15px;
}

.testimonial-right-content {
    padding: 80px 60px;
    display: flex;
    align-items: center;
    min-height: 100%;
}




.upcoming-text {
    font-size: 18px;
    font-weight: 600;
     color: #6e727c;
    line-height: 1.2;
}

.stat-number {
    font-size: 50px;
    font-weight: 600;
    color: #161C2D;
    margin-bottom: 5px;
}

.stat-label {
    font-size: 12px;
    font-weight: 500;
    color: #666;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.stat-span {
    color: #6e727c;
    font-weight: 600;
    font-size: 30px;
}


.testimonial-box {
    background: white;
    padding: 40px;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
}

.testimonial-title {
    font-size: 24px;
    font-weight: 600;
    color: #333;
    margin-bottom: 20px;
}

.testimonial-text {
    font-size: 16px;
    line-height: 1.6;
    color: #666;
    margin-bottom: 50px;
}

.testimonial-author {
    display: flex;
    align-items: center;
}

.author-image {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 15px;
}

.author-name {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    margin-bottom: 2px;
}

.author-location {
    font-size: 14px;
    color: #666;
}


.testimonial-indicators {
    position: static;
    margin: 0;
    justify-content: center;
}

.testimonial-indicators button {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: none;
    background-color: #dee2e6;
    margin: 0 5px;
    opacity: 1;
}

.testimonial-indicators button.active {
    background-color: #17B6AC;
}

@media (max-width: 991px) {
    .testimonial-left-content {
        padding: 50px 15px;
    }
    
    .testimonial-right-content {
        padding: 50px 20px;
    }
    
    .testimonial-box {
        padding: 30px;
    }
}

@media (max-width: 768px) {
    .stat-item {
        margin-bottom: 30px;
    }
    
    .stars {
        font-size: 16px;
    }

    
    .testimonial-title {
        font-size: 20px;
    }
    
    .testimonial-text {
        font-size: 15px;
    }
}

@media (max-width: 576px) {
    .testimonial-left-content {
        padding: 40px 15px;
    }
    
    .testimonial-right-content {
        padding: 40px 15px;
    }
    
    .testimonial-box {
        padding: 25px;
    }
    
    .upcoming-text {
        font-size: 16px;
    }
}




.users-label {
    font-size: 14px;
    font-weight: 500;
    color: #17B6AC;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.users-content {
    padding-right: 20px;
}


.user-type-item {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.user-check-icon {
    color: #17B6AC;
    font-size: 16px;
    margin-right: 12px;
    flex-shrink: 0;
}

.user-type-text {
    color: #333;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
}


.users-images {
    padding-left: 20px;
}

.images-top-row {
    display: flex;
    gap: 15px;
    align-items: flex-start;
}



.images-bottom-row {
    display: flex;
    justify-content: center;
}


.users-images img {
    width: 100%;
    height: auto;
    object-fit: cover;
}




@media (max-width: 991px) {
    .users-content {
        padding-right: 0;
        margin-bottom: 30px;
    }
    
    .users-images {
        padding-left: 0;
    }
}

@media (max-width: 768px) {
    .user-type-text {
        font-size: 14px;
    }
    
    .images-top-row {
        gap: 10px;
    }
    
}

@media (max-width: 576px) {
    .user-types .col-6 {
        width: 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    

}


.overlay-card {
    position: relative;
    width: 100%;
    overflow: hidden;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.overlay-image {
    width: 100%;
    object-fit: cover;
    display: block;
}

.overlay-text-box {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
     text-align: center;
}

.overlay-text {
    color: #333;
    font-size: 18px;
    font-weight: 500;
    margin: 0;
}
.overlay-content {
    display: flex;
    align-items: center;
    justify-content: center;
}

.overlay-arrow {
    color: #333;
    font-size: 16px;
    margin-left: 10px;
}


@media (max-width: 768px) {
    .overlay-image {
        height: 200px;
    }
    
    .overlay-text {
        font-size: 16px;
    }
    
    .overlay-text-box {
        padding: 15px;
    }
}

@media (max-width: 576px) {
    .overlay-image {
        height: 180px;
    }
    
    .overlay-text {
        font-size: 14px;
    }
}


.contact-content {
    padding-right: 30px;
}

/* .contact-icon {
    width: 50px;
    height: 50px;
    background-color: #17B6AC;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 20px;
} */

.contact-form-box {
    background-color: #ffffff;
    padding: 40px;
    border-radius: 12px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
}


.custom-form-control {
    border: 1px solid #E7E9ED !important;
    border-radius: 8px !important;
    padding: 12px 16px !important;
    font-size: 15px !important;
    background-color: white !important;
    box-shadow: none !important;
    transition: border-color 0.3s ease !important;
}

.custom-form-control:focus {
    border-color: #17B6AC !important;
    box-shadow: 0 0 0 0.2rem rgba(23, 182, 172, 0.1) !important;
    outline: none !important;
}

.custom-form-control::placeholder {
    color: #999 !important;
    font-style: italic !important;
}


.form-label {
    color: #333;
    font-weight: 500;
    font-size: 15px;
    margin-bottom: 8px;
}


.hero-cta-btn.w-100 {
    justify-content: center;
    margin-top: 20px;
}


@media (max-width: 991px) {
    .contact-content {
        padding-right: 0;
        margin-bottom: 30px;
    }
    
    .contact-form-box {
        padding: 30px;
    }
}

@media (max-width: 768px) {
    .contact-form-box {
        padding: 25px;
    }
    
    .custom-form-control {
        padding: 10px 14px !important;
        font-size: 14px !important;
    }
}

@media (max-width: 576px) {
    .contact-form-box {
        padding: 20px;
    }
    
    .contact-icon {
        width: 45px;
        height: 45px;
        font-size: 18px;
    }
}



.feature-box {
    background-color: #EBFEFD;
    padding: 30px;
    border-radius: 12px;
    height: 100%;
}


@media (max-width: 768px) {
    .feature-box {
        padding: 25px;
        margin-bottom: 20px;
    }
}

@media (max-width: 576px) {
    .feature-box {
        padding: 20px;
    }
}



.service-item {
   
    background-color: #fff;
    position: relative;
    padding: 30px 20px;
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: all 0.3s ease;
    overflow: hidden;
}

.service-title {
    color: #333;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 15px;
     transition: opacity 0.3s ease;
}

.service-description {
    color: #666;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 20px;
    flex-grow: 1;
     transition: opacity 0.3s ease;
}

.service-icon-wrapper {
    display: flex;
    justify-content: flex-end;
    position: relative;
    transition: opacity 0.3s ease;
}

.service-circle {
    width: 60px;
    height: 60px;
    background-color: #D4FFFC;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.service-icon {

    position: absolute;
    bottom: -17px;
    right: -24px;  
    display: flex;
    align-items: center;
    justify-content: center;

}
.service-hover-text {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.9);
    color: white;
    display: flex;
    align-items: start;
    justify-content: start;
    padding: 30px 20px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    font-size: 15px;
    line-height: 1.6;
    text-align: left;
}

.service-item:hover .service-title,
.service-item:hover .service-description,
.service-item:hover .service-icon-wrapper {
    opacity: 0;
}

.service-item:hover .service-hover-text {
    opacity: 1;
    visibility: visible;
}


@media (max-width: 991px) {
    .service-item {
        padding: 25px 15px;
    }
    
    .service-title {
        font-size: 18px;
    }
    
    .service-description {
        font-size: 14px;
    }
}

@media (max-width: 768px) {
    .service-item {
        padding: 20px 15px;
        margin-bottom: 30px;
    }
    
    .service-circle {
        width: 50px;
        height: 50px;
    }
    
    .service-icon {
        width: 28px;
        height: 28px;
        font-size: 14px;
        bottom: -6px;
        right: -6px;
    }
}

@media (max-width: 576px) {
    .service-item {
        text-align: center;
    }
    
    .service-icon-wrapper {
        justify-content: center;
    }
}


.solution-card {
    background-color: white;
    padding: 15px 20px;
    border-radius: 18px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}


.solution-title {
    color: #333;
    font-size: 18px;
    font-weight: 500;
    margin: 0;
    line-height: 1.3;
}


@media (max-width: 991px) {
    .solution-card {
        padding: 25px;
    }
    
    .solution-title {
        font-size: 18px;
    }
    
    .solution-icon-box {
        width: 55px;
        height: 55px;
    }
    
    .solution-icon-box i {
        font-size: 22px;
    }
}

@media (max-width: 768px) {
    .solution-card {
        padding: 20px;
        text-align: center;
        align-items: center;
    }
    
    .solution-title {
        font-size: 16px;
    }
    
    .solution-icon-box {
        width: 50px;
        height: 50px;
    }
    
    .solution-icon-box i {
        font-size: 20px;
    }
}

@media (max-width: 576px) {
    .solution-card {
        margin-bottom: 20px;
    }
}

.payment-text-container {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 8px;
}

.text-underline {
    text-decoration: underline;
    text-underline-position: under;
    text-decoration-skip-ink: none;
    color: #5c606c;
    font-size: 16px;
}

.non-underlined-wrapper {
    flex: 1;
    min-width: 0;
}

.text-decoration-none {
    text-decoration: none !important;
    word-wrap: break-word;
    font-weight: 500;
    color: #5c606c;
    font-size: 18px;
}



.cards-container {
    background-color: white;
    padding: 20px 30px;
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}


.info-card {
    border: 1px solid #D9D9D9;
    border-radius: 8px;
    padding: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    overflow: hidden;
}

.info-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.card-image {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 8px 8px 0 0;
}

.card-content {
    padding: 20px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.card-heading {
    color: #333;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 15px;
    line-height: 1.3;
}

.card-para {
    color: #666;
    font-size: 14px;
    line-height: 1.6;
    margin: 0;
    flex-grow: 1;
}


@media (max-width: 991px) {
    .cards-container {
        padding: 30px;
    }
    
    .card-image {
        height: 180px;
    }
    
    .card-content {
        padding: 15px;
    }
    
    .card-heading {
        font-size: 16px;
    }
    
    .card-para {
        font-size: 13px;
    }
}

@media (max-width: 768px) {
    .cards-container {
        padding: 25px;
    }
    
    .info-card {
        margin-bottom: 20px;
    }
    
    .card-image {
        height: 160px;
    }
}

@media (max-width: 576px) {
    .cards-container {
        padding: 20px;
    }
    
    .card-image {
        height: 150px;
    }
    
    .card-content {
        padding: 15px;
    }
    
    .card-heading {
        font-size: 15px;
    }
    
    .card-para {
        font-size: 12px;
    }
}



.scroll-section {
    padding: 40px 0;
    overflow: hidden;
    background-color: #F2F2F2;
}

.scroll-content {
    display: grid;
    grid-template-columns: 
        minmax(calc((100vw - 1140px) / 2), 1fr) 
        minmax(0, 1140px) 
        1fr;
    width: 100vw;
    margin-left: calc(-1 * ((112vw - 100%) / 2));
}

.scroll-boxes {
    grid-column: 2 / 4;
    display: flex;
    gap: 20px;
    overflow-x: auto;
    scroll-behavior: smooth;
    scrollbar-width: none;
    -ms-overflow-style: none;
    padding-left: 15px;
}

.scroll-boxes::-webkit-scrollbar {
    display: none;
}

.scroll-box {
    min-width: 380px;
    height: 80px;
    background-color: white;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    display: flex;
    align-items: center;
    padding: 20px;
    gap: 15px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    flex-shrink: 0;
}



.box-image {
    width: 50px;
    height: 50px;
    border-radius: 4px;
}

.box-text {
    color: #333;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.3;
    white-space: nowrap;
}


@media (max-width: 1199px) {
    .scroll-content {
        grid-template-columns: 15px 1fr;
        margin-left: 0;
    }
    
    .scroll-boxes {
        grid-column: 2;
    }
}

@media (max-width: 991px) {
    .scroll-section {
        padding: 30px 0;
    }
    
    .scroll-box {
        min-width: 250px;
        height: 90px;
        padding: 15px;
    }
    
    .box-image {
        width: 50px;
        height: 50px;
    }
    
    .box-text {
        font-size: 15px;
    }
}

@media (max-width: 768px) {
    .scroll-box {
        min-width: 220px;
        height: 80px;
        padding: 12px;
        gap: 12px;
    }
    
    .box-image {
        width: 45px;
        height: 45px;
    }
    
    .box-text {
        font-size: 14px;
    }
    
    .scroll-boxes {
        gap: 15px;
    }
}

@media (max-width: 576px) {
    .scroll-section {
        padding: 20px 0;
    }
    
    .scroll-box {
        min-width: 200px;
        height: 70px;
        padding: 10px;
    }
    
    .box-image {
        width: 40px;
        height: 40px;
    }
    
    .box-text {
        font-size: 13px;
    }
}



.contact-form-section {
    position: relative;
    z-index: 10;
}

.contact-form-overlay {
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
    padding: 40px;
    position: relative;
    z-index: 20;
}


.form-label {
    color: #333;
    font-weight: 500;
    font-size: 15px;
    margin-bottom: 8px;
}

.required-asterisk {
    color: #dc3545;
    margin-left: 2px;
    font-weight: 600;
}


.custom-form-control {
    border: 1px solid #E7E9ED !important;
    border-radius: 8px !important;
    padding: 12px 16px !important;
    font-size: 15px !important;
    background-color: white !important;
    box-shadow: none !important;
    transition: border-color 0.3s ease !important;
}

.custom-form-control:focus {
    border-color: #17B6AC !important;
    box-shadow: 0 0 0 0.2rem rgba(23, 182, 172, 0.1) !important;
    outline: none !important;
}

.custom-form-control::placeholder {
    color: #999 !important;
    font-style: italic !important;
}


textarea.custom-form-control {
    resize: vertical;
    min-height: 120px;
}


.hero-cta-btn {
    padding: 12px 30px;
    min-width: 150px;
}


@media (max-width: 991px) {

    .contact-form-overlay {
        padding: 30px;
    }
}

@media (max-width: 768px) {
    
    .contact-form-overlay {
        padding: 25px;
        margin: 0 15px;
    }
    
    .custom-form-control {
        padding: 10px 14px !important;
        font-size: 14px !important;
    }
}

@media (max-width: 576px) {
    .hero-single .hero-slide-4 {
        height: 60vh !important;
    }
    
    .contact-form-overlay {
        padding: 20px;
    }
    
    textarea.custom-form-control {
        min-height: 100px;
    }
}

.custom-form-control:valid {
    border-color: #28a745;
}

.custom-form-control:invalid:not(:placeholder-shown) {
    border-color: #dc3545;
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 0.875em;
    color: #dc3545;
}

.custom-form-control:invalid:not(:placeholder-shown) ~ .invalid-feedback {
    display: block;
}


.custom-form-control:required:invalid:not(:placeholder-shown) {
    border-color: #dc3545 !important;
}

.custom-form-control:required:valid {
    border-color: #28a745 !important;
}



.pricing-wrapper {
    position: relative;
}

.pricing-card {
    background-color: #fff;
    border: 1.5px solid #E8F7F6;
    border-radius: 16px;
    padding: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.06);
    transition: all 0.35s ease;
    cursor: pointer;
    overflow: hidden;
    position: relative;
}

.pricing-card:hover,
.pricing-card.active {
    background-color: #17B6AC;
    border-color: #17B6AC;
    box-shadow: 0 16px 40px rgba(23, 182, 172, 0.28);
    transform: translateY(-6px);
}

.pricing-card-accent {
    height: 5px;
    background: linear-gradient(90deg, #17B6AC, #0d9c93);
    width: 100%;
    flex-shrink: 0;
    transition: background 0.35s ease;
}

.pricing-card:hover .pricing-card-accent,
.pricing-card.active .pricing-card-accent {
    background: rgba(255,255,255,0.35);
}

.pricing-card-body {
    padding: 32px 28px 28px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    align-items: center;
}

.pricing-card-body .features-list,
.pricing-card-body .pricing-divider {
    width: 100%;
}

.pricing-card-body .pricing-cta-btn {
    width: 100%;
}

/* Popular badge */
.pricing-badge {
    display: inline-block;
    background: linear-gradient(135deg, #17B6AC, #0d9c93);
    color: #fff;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    padding: 4px 12px;
    border-radius: 20px;
    margin-bottom: 14px;
    width: fit-content;
    align-self: center;
}

.pricing-card:hover .pricing-badge,
.pricing-card.active .pricing-badge {
    background: rgba(255,255,255,0.25);
    color: #fff;
}

.plan-title {
    color: #1a1a1a;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 6px;
    letter-spacing: -0.01em;
    text-align: center;
    width: 100%;
}

.pricing-card:hover .plan-title,
.pricing-card.active .plan-title {
    color: white;
}

/* Price block */
.price {
    margin-bottom: 8px;
    text-align: center;
    width: 100%;
}

.price-row {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    gap: 4px;
    line-height: 1;
    margin-bottom: 4px;
}

.price-currency {
    font-size: 20px;
    font-weight: 700;
    color: #17B6AC;
    margin-bottom: 4px;
    transition: color 0.35s ease;
}

.price-amount {
    font-size: 44px;
    font-weight: 800;
    color: #1a1a1a;
    letter-spacing: -0.03em;
    line-height: 1;
    transition: color 0.35s ease;
}

.price-period {
    font-size: 15px;
    color: #888;
    font-weight: 400;
    margin-bottom: 5px;
    transition: color 0.35s ease;
}

.price-annual {
    font-size: 13px;
    color: #17B6AC;
    font-weight: 500;
    margin-bottom: 0;
    transition: color 0.35s ease;
}

.pricing-card:hover .price-currency,
.pricing-card.active .price-currency,
.pricing-card:hover .price-amount,
.pricing-card.active .price-amount,
.pricing-card:hover .price-period,
.pricing-card.active .price-period {
    color: rgba(255,255,255,0.9);
}

.pricing-card:hover .price-annual,
.pricing-card.active .price-annual {
    color: rgba(255,255,255,0.75);
}

/* Divider */
.pricing-divider {
    border: none;
    border-top: 1px solid #EEF7F6;
    margin: 20px 0;
    transition: border-color 0.35s ease;
}

.pricing-card:hover .pricing-divider,
.pricing-card.active .pricing-divider {
    border-color: rgba(255,255,255,0.2);
}

.features-list {
    list-style: none;
    padding: 0;
    margin: 0 0 28px 0;
    flex-grow: 1;
}

.feature-item {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 10px;
    margin-bottom: 14px;
    text-align: left;
}

.feature-check-wrap {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: rgba(23, 182, 172, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-top: 1px;
    transition: background 0.35s ease;
}

.feature-check {
    color: #17B6AC;
    font-size: 11px;
    transition: color 0.35s ease;
}

.pricing-card:hover .feature-check-wrap,
.pricing-card.active .feature-check-wrap {
    background: rgba(255,255,255,0.2);
}

.pricing-card:hover .feature-check,
.pricing-card.active .feature-check {
    color: white;
}

.feature-item span {
    color: #555;
    font-size: 14.5px;
    line-height: 1.5;
    transition: color 0.35s ease;
}

.pricing-card:hover .feature-item span,
.pricing-card.active .feature-item span {
    color: rgba(255,255,255,0.92);
}

.pricing-cta-btn {
    background-color: #17B6AC;
    color: white;
    border: 2px solid #17B6AC;
    padding: 13px 28px;
    font-size: 15px;
    font-weight: 600;
    border-radius: 8px;
    transition: all 0.3s ease;
    text-decoration: none;
    display: block;
    text-align: center;
    margin-top: auto;
    letter-spacing: 0.01em;
}

.pricing-cta-btn:hover {
    background-color: #138f88;
    border-color: #138f88;
    color: white;
    transform: translateY(-1px);
}

.pricing-card:hover .pricing-cta-btn,
.pricing-card.active .pricing-cta-btn {
    background-color: white;
    color: #17B6AC;
    border-color: white;
}

.pricing-card:hover .pricing-cta-btn:hover,
.pricing-card.active .pricing-cta-btn:hover {
    background-color: #f0fffe;
    border-color: #f0fffe;
}

@media (max-width: 991px) {
    .pricing-card-body {
        padding: 24px 22px 22px;
    }

    .price-amount {
        font-size: 38px;
    }

    .plan-title {
        font-size: 19px;
    }
}

@media (max-width: 768px) {
    .pricing-card-body {
        padding: 20px 18px 18px;
    }

    .price-amount {
        font-size: 34px;
    }

    .feature-item span {
        font-size: 14px;
    }
}

@media (max-width: 576px) {
    .pricing-card {
        margin-bottom: 20px;
    }
}


.payment-tab {
    cursor: pointer;
    transition: all 0.3s ease;
    color: #5c606c;
    font-size: 18px;
    font-weight: 500;
    text-decoration: none !important;
    position: relative;
    padding-bottom: 2px;
}

.payment-tab:hover {
    color: #17B6AC;
}

.payment-tab.active {
    color: #17B6AC;
    font-weight: 600;
}


.tab-content {
    display: none;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

.tab-content.active {
    display: block;
    opacity: 1;
}

.tab-content.fade-in {
    animation: fadeIn 0.3s ease-in-out;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* @media (max-width: 768px) {
    .payment-tab {
        font-size: 16px;
        display: block;
        margin-bottom: 8px;
        text-align: center;
    }
    
    .non-underlined-wrapper {
        text-align: center;
    }
}

@media (max-width: 576px) {
    .payment-tab {
        font-size: 14px;
    }
} */

.new-underline {
    text-decoration: underline;
    text-underline-position: under;
    text-decoration-skip-ink: none;
    color: #5c606c;
}

/* Stats section styling */
.stats-card {
    background-color: white;
    padding: 30px 20px;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    height: 100%;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.stats-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 8px 20px rgba(23, 182, 172, 0.15);
}

.stats-icon-wrapper {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

.stats-circle {
    width: 70px;
    height: 70px;
    background-color: #D4FFFC;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.stats-icon {
    width: 32px;
    height: 32px;
}

.stats-number {
    color: #161C2D;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 10px;
    line-height: 1.2;
}

.stats-label {
    color: #5c606c;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0;
}

.trust-banner {
    background-color: #17B6AC;
    border-radius: 12px;
    padding: 20px 30px;
}

.trust-text {
    color: white;
    font-size: 16px;
    font-weight: 500;
}

@media (max-width: 991px) {
    .stats-number {
        font-size: 32px;
    }
    
    .stats-label {
        font-size: 16px;
    }
}

@media (max-width: 768px) {
    .stats-card {
        padding: 25px 15px;
        margin-bottom: 20px;
    }
    
    .stats-circle {
        width: 60px;
        height: 60px;
    }
    
    .stats-icon {
        width: 28px;
        height: 28px;
    }
    
    .stats-number {
        font-size: 28px;
    }
}

@media (max-width: 576px) {
    .trust-banner {
        padding: 20px 15px;
    }
    
    .trust-text {
        font-size: 16px;
        text-align: center;
    }
}

.service-card {
    position: relative;
    width: 100%;
    height: 500px;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    cursor: pointer;
}

.service-image {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.service-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    transform: scale(1.1);
}

.service-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.3);
}

.service-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    transition: opacity 0.3s ease;
}

.service-title {
    color: white;
    font-size: 34px;
    font-weight: 600;
    text-align: center;
    padding: 0 20px;
}

.service-hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(1, 1, 1, 0.9);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 3;
}

.service-hover p {
    color: white;
    font-size: 16px;
    line-height: 1.6;
    text-align: center;
    padding: 0 30px;
}

.service-card:hover .service-content {
    opacity: 0;
}

.service-card:hover .service-hover {
    opacity: 1;
}

.content-row {
  display: flex;
  align-items: stretch;
}

.image-container {
  height: 18rem;
  display: flex;
  align-items: center;
}

.image-container img {
  object-fit: cover;
  border-radius: 8px;
  height: 100%;
  width: 100%;
}

.content-box {
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  border-radius: 12px;
  padding: 2rem;
  background-color: white;
  transition: all 0.3s ease;
}

.content-box:hover {
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.18);
  transform: translateY(-5px);
}

.dark-text {
    color: #666 !important;
    text-align: start !important;
}

.feature-card {
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
    height: 100%;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid #f2f2f2;
}

.feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}

.feature-icon-container {
    display: flex;
    align-items: center;
    justify-content: center;
}

.feature-icon {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}



.contact-section {
    position: relative;
    background: linear-gradient(
        to bottom,
        #575757 0%,
        #575757 50%,
        #ffffff 50%,
        #ffffff 100%
    );
    padding-top: 100px;
    padding-bottom: 120px;
}

.contact-hero {
    margin-top: 50px;
    text-align: center;
    margin-bottom: 40px;
}

.contact-title {
    font-size: 32px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 20px;
}

.contact-subtitle {
    color: rgba(255, 255, 255, 0.75);
    font-size: 1.2rem;
    margin-bottom: 0;
}


.contact-form-overlay {
    background: #fff;
    border-radius: 16px;
    padding: 50px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12);
    position: relative;
    z-index: 2;
}

@media (max-width: 768px) {
    .contact-section {
        padding-top: 70px;
        padding-bottom: 80px;
    }

    .contact-hero {
        margin-bottom: 20px;
    }

    .contact-form-overlay {
        padding: 30px 20px;
    }

    .contact-title {
        font-size: 2.5rem;
    }

    .contact-subtitle {
        font-size: 1rem;
    }
}

.value-icon {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #e8f8f7;
    border-radius: 12px;
    font-size: 24px;
    color: #17B6AC;
}

.value-title {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 12px;
}

.value-image {
    border-radius: 12px;
}

.value-row-wrap {
    max-width: 980px;
    margin: 0 auto;
}

.value-row > [class*="col-"]:first-child {
    padding-right: 30px;
}

.value-row > [class*="col-"]:last-child {
    padding-left: 30px;
}

@media (max-width: 991.98px) {
    .value-row > [class*="col-"]:first-child,
    .value-row > [class*="col-"]:last-child {
        padding-left: 0;
        padding-right: 0;
    }
}

.connected-section {
    position: relative;
    overflow: hidden;
}

.connected-decor {
    position: absolute;
    top: -120px;
    right: -120px;
    width: 320px;
    height: 320px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(23, 182, 172, 0.12) 0%, rgba(23, 182, 172, 0) 70%);
    z-index: 0;
}

.connected-image-wrap {
    position: relative;
    z-index: 1;
    max-width: 380px;
    margin: 0 auto;
}



.included-card {
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 14px;
    padding: 35px 28px;
    height: 100%;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
    transition: transform 0.3s ease, background-color 0.3s ease, box-shadow 0.3s ease;
}

.included-card:hover {
    box-shadow: 0 14px 35px rgba(0, 0, 0, 0.35);
    transform: translateY(-6px);
}

.included-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    color: #fff;
    margin-bottom: 20px;
}

.included-icon img {
    filter: brightness(0) invert(1);
}

.included-icon.included-icon-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: none;
        border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}

.included-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 12px;
}

.included-text {
    font-size: 14px;
    line-height: 1.6;
    margin: 0;
}