.hero-section {
    background: linear-gradient(rgba(13,106,176,0.85), rgba(13,106,176,0.85)), url('../img/banner/water-tank-cleaning.jpg');
    background-size: cover;
    background-position: center;
    min-height: 620px;
    display: flex;
    align-items: center;
    color: #fff;
}

.hero-section h1 {
    font-size: 54px;
    font-weight: 900;
    margin-bottom: 20px;
}

.hero-section p {
    font-size: 19px;
    max-width: 700px;
    margin-bottom: 30px;
}
.hero-features {
    position: relative;
    background:
        radial-gradient(circle at top left, rgba(13, 106, 176, 0.13), transparent 35%),
        linear-gradient(180deg, #f4fbff 0%, #ffffff 100%);
    overflow: hidden;
}

.hero-features::before {
    content: "";
    position: absolute;
    width: 260px;
    height: 260px;
    right: -90px;
    top: -90px;
    background: rgba(13, 106, 176, 0.10);
    border-radius: 50%;
    pointer-events: none;
}

.hero-features::after {
    content: "";
    position: absolute;
    width: 180px;
    height: 180px;
    left: -70px;
    bottom: -70px;
    background: rgba(13, 106, 176, 0.08);
    border-radius: 50%;
    pointer-events: none;
}

.hero-features .container {
    position: relative;
    z-index: 2;
}

.feature-box.stylish-feature {
    position: relative;
    height: 100%;
    min-height: 260px;
    padding: 34px 28px;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(13, 106, 176, 0.12);
    box-shadow: 0 18px 45px rgba(13, 106, 176, 0.10);
    overflow: hidden;
    z-index: 1;
    transition: all 0.35s ease;
}

.feature-box.stylish-feature::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, #0d6ab0, #084d82);
    opacity: 0;
    z-index: -1;
    transition: all 0.35s ease;
}

.feature-box.stylish-feature::after {
    content: "";
    position: absolute;
    width: 110px;
    height: 110px;
    right: -42px;
    top: -42px;
    background: rgba(13, 106, 176, 0.10);
    border-radius: 50%;
    transition: all 0.35s ease;
}

.feature-box.stylish-feature:hover {
    transform: translateY(-10px);
    box-shadow: 0 24px 60px rgba(13, 106, 176, 0.22);
    border-color: transparent;
}

.feature-box.stylish-feature:hover::before {
    opacity: 1;
}

.feature-box.stylish-feature:hover::after {
    background: rgba(255, 255, 255, 0.14);
    transform: scale(1.3);
}

.feature-box.stylish-feature .feature-icon {
    width: 68px;
    height: 68px;
    border-radius: 20px;
    background: linear-gradient(135deg, rgba(13, 106, 176, 0.13), rgba(13, 106, 176, 0.03));
    color: #0d6ab0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    margin-bottom: 24px;
    box-shadow: inset 0 0 0 1px rgba(13, 106, 176, 0.10);
    transition: all 0.35s ease;
}

.feature-box.stylish-feature h3 {
    color: #101828;
    font-size: 21px;
    font-weight: 900;
    margin-bottom: 12px;
    transition: all 0.35s ease;
}

.feature-box.stylish-feature p {
    color: #667085;
    font-size: 15px;
    line-height: 1.75;
    margin-bottom: 0;
    transition: all 0.35s ease;
}

.feature-box.stylish-feature .feature-number {
    position: absolute;
    right: 24px;
    bottom: 18px;
    color: rgba(13, 106, 176, 0.10);
    font-size: 48px;
    font-weight: 900;
    line-height: 1;
    transition: all 0.35s ease;
}

.feature-box.stylish-feature:hover .feature-icon {
    background: rgba(255, 255, 255, 0.16);
    color: #ffffff;
    transform: rotate(-6deg) scale(1.05);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.22);
}

.feature-box.stylish-feature:hover h3,
.feature-box.stylish-feature:hover p {
    color: #ffffff;
}

.feature-box.stylish-feature:hover .feature-number {
    color: rgba(255, 255, 255, 0.16);
    transform: translateY(-4px);
}

@media (max-width: 767px) {
    .feature-box.stylish-feature {
        min-height: auto;
        padding: 28px 22px;
        border-radius: 20px;
    }

    .feature-box.stylish-feature .feature-icon {
        width: 58px;
        height: 58px;
        font-size: 28px;
        border-radius: 16px;
        margin-bottom: 18px;
    }

    .feature-box.stylish-feature h3 {
        font-size: 19px;
    }

    .feature-box.stylish-feature .feature-number {
        font-size: 38px;
    }
}
.feature-box.stylish-feature .feature-icon i {
    font-size: 32px;
    line-height: 1;
}

@media (max-width: 767px) {
    .feature-box.stylish-feature .feature-icon i {
        font-size: 28px;
    }
}

.about-preview {
    background-color: #fff;
}

.about-image-box {
    background-color: var(--theme-color);
    padding: 12px;
    border-radius: 22px;
}

.about-image-box img {
    border-radius: 16px;
    width: 100%;
}

@media (max-width: 767px) {
    .hero-section {
        min-height: 520px;
        text-align: center;
    }

    .hero-section h1 {
        font-size: 34px;
    }

    .hero-section p {
        font-size: 16px;
    }
}
.tci-hero-banner {
    position: relative;
    overflow: hidden;
}

.tci-hero-slide {
    min-height: calc(100vh - 76px);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.min-vh-custom {
    min-height: calc(100vh - 76px);
}

.tci-hero-content {
    color: #fff;
    max-width: 760px;
    padding: 70px 0;
    animation: heroContentFade 1s ease forwards;
}

.tci-hero-subtitle {
    display: inline-block;
    background: rgba(255, 255, 255, 0.14);
    border: 1px solid rgba(255, 255, 255, 0.24);
    backdrop-filter: blur(8px);
    color: #fff;
    padding: 9px 20px;
    border-radius: 40px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    margin-bottom: 22px;
}

.tci-hero-content .tci-hero-heading {
    font-size: clamp(36px, 5vw, 72px);
    line-height: 1.08;
    font-weight: 900;
    margin-bottom: 22px;
    color: #fff;
}

.tci-hero-content p {
    font-size: 18px;
    line-height: 1.8;
    max-width: 680px;
    margin-bottom: 34px;
    color: rgba(255, 255, 255, 0.92);
}

.tci-hero-actions {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
}

.tci-primary-btn {
    background: #ffffff;
    color: #0d6ab0;
    border: 2px solid #ffffff;
    padding: 13px 32px;
    border-radius: 50px;
    font-weight: 800;
    transition: all 0.35s ease;
}

.tci-primary-btn:hover {
    background: #0d6ab0;
    color: #fff;
    border-color: #0d6ab0;
    transform: translateY(-3px);
}

.tci-outline-btn {
    background: transparent;
    color: #fff;
    border: 2px solid rgba(255, 255, 255, 0.75);
    padding: 13px 32px;
    border-radius: 50px;
    font-weight: 800;
    transition: all 0.35s ease;
}

.tci-outline-btn:hover {
    background: #fff;
    color: #0d6ab0;
    border-color: #fff;
    transform: translateY(-3px);
}

.tci-control {
    width: 54px;
    height: 54px;
    top: 50%;
    transform: translateY(-50%);
    opacity: 1;
    background: rgba(255, 255, 255, 0.16);
    border: 1px solid rgba(255, 255, 255, 0.26);
    backdrop-filter: blur(8px);
    border-radius: 50%;
    transition: all 0.35s ease;
}

.tci-control:hover {
    background: #fff;
}

.tci-control:hover span {
    color: #0d6ab0;
}

.tci-control span {
    color: #fff;
    font-size: 42px;
    line-height: 1;
    margin-top: -4px;
}

.tci-control-prev {
    left: 26px;
}

.tci-control-next {
    right: 26px;
}

.tci-carousel-dots {
    bottom: 42px;
    margin-bottom: 0;
    gap: 9px;
}

.tci-carousel-dots button {
    width: 12px !important;
    height: 12px !important;
    border-radius: 50%;
    border: 2px solid #fff !important;
    background: transparent !important;
    opacity: 1 !important;
    transition: all 0.35s ease;
}

.tci-carousel-dots button.active {
    width: 34px !important;
    border-radius: 20px;
    background: #fff !important;
}

.tci-progress-wrap {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 5px;
    background: rgba(255, 255, 255, 0.2);
    z-index: 5;
}

.tci-progress-bar {
    width: 0%;
    height: 100%;
    background: #fff;
}

.tci-scroll-down {
    position: absolute;
    left: 50%;
    bottom: 75px;
    transform: translateX(-50%);
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
    z-index: 8;
    cursor: pointer;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 10px;
}

.tci-scroll-down span {
    width: 22px;
    height: 36px;
    border: 2px solid #fff;
    border-radius: 30px;
    position: relative;
    display: inline-block;
}

.tci-scroll-down span::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 7px;
    width: 4px;
    height: 7px;
    background: #fff;
    border-radius: 10px;
    transform: translateX(-50%);
    animation: scrollDot 1.5s infinite;
}

.carousel-fade .carousel-item {
    opacity: 0;
    transition: opacity 1.1s ease-in-out;
}

.carousel-fade .carousel-item.active {
    opacity: 1;
}

.carousel-item.active .tci-hero-content {
    animation: heroContentFade 1s ease forwards;
}

@keyframes heroContentFade {
    from {
        opacity: 0;
        transform: translateY(34px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes scrollDot {
    0% {
        opacity: 1;
        top: 7px;
    }

    100% {
        opacity: 0;
        top: 21px;
    }
}

@media (max-width: 991px) {
    .tci-hero-slide,
    .min-vh-custom {
        min-height: 620px;
    }

    .tci-control {
        width: 44px;
        height: 44px;
    }

    .tci-control span {
        font-size: 34px;
    }

    .tci-control-prev {
        left: 14px;
    }

    .tci-control-next {
        right: 14px;
    }
}

@media (max-width: 767px) {
    .tci-hero-slide,
    .min-vh-custom {
        min-height: 570px;
    }

    .tci-hero-slide {
        background-position: center;
    }

    .tci-hero-content {
        text-align: center;
        padding: 50px 0 90px;
    }

    .tci-hero-content .tci-hero-heading {
        font-size: 34px;
    }

    .tci-hero-content p {
        font-size: 15px;
        line-height: 1.7;
    }

    .tci-hero-actions {
        justify-content: center;
    }

    .tci-primary-btn,
    .tci-outline-btn {
        padding: 11px 24px;
        font-size: 14px;
    }

    .tci-control {
        display: none;
    }

    .tci-carousel-dots {
        bottom: 28px;
    }

    .tci-scroll-down {
        display: none;
    }
}
 /*   */
.home-services-section {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at top left, rgba(13, 106, 176, 0.12), transparent 32%),
        radial-gradient(circle at bottom right, rgba(13, 106, 176, 0.10), transparent 35%),
        linear-gradient(180deg, #f4fbff 0%, #ffffff 48%, #eef8ff 100%);
}

.home-services-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(13, 106, 176, 0.045) 1px, transparent 1px),
        linear-gradient(90deg, rgba(13, 106, 176, 0.045) 1px, transparent 1px);
    background-size: 44px 44px;
    opacity: 0.8;
    pointer-events: none;
}

.home-services-bg-shape {
    position: absolute;
    border-radius: 50%;
    background: rgba(13, 106, 176, 0.09);
    pointer-events: none;
}

.home-services-bg-shape.shape-one {
    width: 260px;
    height: 260px;
    top: 70px;
    left: -100px;
}

.home-services-bg-shape.shape-two {
    width: 180px;
    height: 180px;
    right: 8%;
    top: 100px;
    background: rgba(13, 106, 176, 0.07);
}

.home-services-bg-shape.shape-three {
    width: 320px;
    height: 320px;
    right: -140px;
    bottom: -110px;
    background: rgba(13, 106, 176, 0.10);
}

.home-services-title {
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 48px;
}

.home-services-title p {
    margin: 14px auto 0;
    max-width: 680px;
    color: #667085;
    font-size: 16px;
    line-height: 1.8;
}

.home-service-card {
    position: relative;
    height: 100%;
    border: 1px solid rgba(13, 106, 176, 0.12);
    border-radius: 26px;
    background: rgba(255, 255, 255, 0.94);
    overflow: hidden;
    box-shadow: 0 18px 45px rgba(13, 106, 176, 0.10);
    transition: all 0.35s ease;
}

.home-service-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 26px 70px rgba(13, 106, 176, 0.22);
    border-color: rgba(13, 106, 176, 0.25);
}

.home-service-img-wrap {
    position: relative;
    height: 245px;
    overflow: hidden;
    background: #dff1fb;
}

.home-service-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transform: scale(1.02);
    transition: all 0.55s ease;
}

.home-service-card:hover .home-service-img-wrap img {
    transform: scale(1.12);
}

.home-service-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(0, 0, 0, 0.02) 0%, rgba(13, 106, 176, 0.78) 100%);
    opacity: 0.75;
    transition: all 0.35s ease;
}

.home-service-card:hover .home-service-overlay {
    opacity: 0.92;
}

.home-service-icon {
    position: absolute;
    left: 24px;
    bottom: 22px;
    width: 62px;
    height: 62px;
    border-radius: 20px;
    background: #ffffff;
    color: #0d6ab0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    box-shadow: 0 14px 34px rgba(0, 0, 0, 0.18);
    transition: all 0.35s ease;
}

.home-service-card:hover .home-service-icon {
    background: #0d6ab0;
    color: #ffffff;
    transform: rotate(-6deg) scale(1.06);
}

.home-service-count {
    position: absolute;
    right: 22px;
    top: 20px;
    width: 54px;
    height: 54px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.92);
    color: #0d6ab0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 900;
    font-size: 18px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.16);
}

.home-service-body {
    position: relative;
    padding: 28px 26px 30px;
}

.home-service-body::before {
    content: "";
    position: absolute;
    top: 0;
    left: 26px;
    width: 58px;
    height: 4px;
    border-radius: 20px;
    background: #0d6ab0;
}

.home-service-body h4 {
    color: #101828;
    font-size: 21px;
    line-height: 1.35;
    font-weight: 900;
    margin-bottom: 12px;
}

.home-service-body p {
    color: #667085;
    font-size: 15px;
    line-height: 1.75;
    margin-bottom: 22px;
}

.home-service-link {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: #0d6ab0;
    font-weight: 800;
    text-decoration: none;
    transition: all 0.3s ease;
}

.home-service-link i {
    transition: all 0.3s ease;
}

.home-service-link:hover {
    color: #084d82;
}

.home-service-link:hover i {
    transform: translateX(5px);
}

.home-services-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 13px 30px;
    box-shadow: 0 14px 35px rgba(13, 106, 176, 0.22);
}

@media (max-width: 991px) {
    .home-service-img-wrap {
        height: 230px;
    }
}

@media (max-width: 767px) {
    .home-services-title {
        margin-bottom: 34px;
    }

    .home-services-title p {
        font-size: 15px;
    }

    .home-service-card {
        border-radius: 22px;
    }

    .home-service-img-wrap {
        height: 215px;
    }

    .home-service-body {
        padding: 25px 22px 26px;
    }

    .home-service-body h4 {
        font-size: 19px;
    }

    .home-service-icon {
        width: 54px;
        height: 54px;
        border-radius: 17px;
        font-size: 26px;
    }

    .home-service-count {
        width: 48px;
        height: 48px;
        border-radius: 15px;
        font-size: 16px;
    }
}

/* ==================================================
   Homepage SEO & Conversion Sections
   ================================================== */
.tci-section-heading {
    max-width: 820px;
    margin: 0 auto 46px;
}

.tci-section-heading p {
    max-width: 720px;
    margin: 14px auto 0;
    color: #667085;
    font-size: 16px;
    line-height: 1.8;
}

/* Statistics */
.tci-stats-section {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at 10% 10%, rgba(13, 106, 176, 0.14), transparent 28%),
        radial-gradient(circle at 90% 90%, rgba(13, 106, 176, 0.10), transparent 28%),
        linear-gradient(180deg, #f4fbff 0%, #ffffff 100%);
}

.tci-stat-card {
    position: relative;
    height: 100%;
    min-height: 220px;
    padding: 28px 20px;
    border-radius: 24px;
    background: #ffffff;
    border: 1px solid rgba(13, 106, 176, 0.13);
    box-shadow: 0 16px 42px rgba(13, 106, 176, 0.10);
    text-align: center;
    overflow: hidden;
    transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.tci-stat-card::after {
    content: "";
    position: absolute;
    width: 105px;
    height: 105px;
    right: -48px;
    bottom: -48px;
    border-radius: 50%;
    background: rgba(13, 106, 176, 0.08);
    transition: transform 0.35s ease;
}

.tci-stat-card:hover {
    transform: translateY(-9px);
    border-color: rgba(13, 106, 176, 0.32);
    box-shadow: 0 24px 60px rgba(13, 106, 176, 0.18);
}

.tci-stat-card:hover::after {
    transform: scale(1.35);
}

.tci-stat-icon {
    width: 58px;
    height: 58px;
    margin: 0 auto 18px;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #0d6ab0, #084d82);
    color: #ffffff;
    font-size: 27px;
    box-shadow: 0 12px 28px rgba(13, 106, 176, 0.24);
}

.tci-stat-number {
    color: #0d6ab0;
    font-size: clamp(32px, 3vw, 44px);
    line-height: 1;
    font-weight: 900;
    margin-bottom: 12px;
}

.tci-stat-card h3 {
    color: #101828;
    font-size: 16px;
    line-height: 1.4;
    font-weight: 800;
    margin: 0;
}

/* New Why Choose cards */
.why-list-card {
    position: relative;
    height: 100%;
    min-height: 225px;
    padding: 28px 24px;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.10);
    border: 1px solid rgba(255, 255, 255, 0.17);
    backdrop-filter: blur(14px);
    box-shadow: 0 18px 50px rgba(0, 0, 0, 0.17);
    overflow: hidden;
    transition: all 0.35s ease;
}

.why-list-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: #ffffff;
    opacity: 0;
    transition: opacity 0.35s ease;
}

.why-list-card:hover {
    transform: translateY(-9px);
    border-color: transparent;
    box-shadow: 0 28px 72px rgba(0, 0, 0, 0.24);
}

.why-list-card:hover::before {
    opacity: 1;
}

.why-list-icon,
.why-list-number,
.why-list-card h3,
.why-list-check {
    position: relative;
    z-index: 1;
}

.why-list-icon {
    width: 58px;
    height: 58px;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.16);
    color: #ffffff;
    font-size: 27px;
    margin-bottom: 24px;
    transition: all 0.35s ease;
}

.why-list-number {
    position: absolute;
    right: 22px;
    top: 22px;
    color: rgba(255, 255, 255, 0.20);
    font-size: 38px;
    font-weight: 900;
    line-height: 1;
    transition: color 0.35s ease;
}

.why-list-card h3 {
    color: #ffffff;
    font-size: 18px;
    line-height: 1.45;
    font-weight: 900;
    margin: 0 0 20px;
    transition: color 0.35s ease;
}

.why-list-check {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: rgba(255, 255, 255, 0.88);
    font-size: 13px;
    font-weight: 800;
    transition: color 0.35s ease;
}

.why-list-check i {
    color: #fbbc04;
    font-size: 16px;
}

.why-list-card:hover .why-list-icon {
    background: #0d6ab0;
    color: #ffffff;
    transform: rotate(-5deg) scale(1.05);
    box-shadow: 0 14px 32px rgba(13, 106, 176, 0.25);
}

.why-list-card:hover .why-list-number {
    color: rgba(13, 106, 176, 0.11);
}

.why-list-card:hover h3 {
    color: #101828;
}

.why-list-card:hover .why-list-check {
    color: #0d6ab0;
}

/* Cleaning Process */
.tci-process-section {
    position: relative;
    background: #ffffff;
    overflow: hidden;
}

.tci-process-card {
    position: relative;
    height: 100%;
    min-height: 205px;
    padding: 30px 26px;
    border-radius: 24px;
    background: linear-gradient(145deg, #ffffff, #f2f9ff);
    border: 1px solid rgba(13, 106, 176, 0.13);
    box-shadow: 0 15px 42px rgba(13, 106, 176, 0.09);
    overflow: hidden;
    transition: all 0.35s ease;
}

.tci-process-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 24px 58px rgba(13, 106, 176, 0.17);
    border-color: rgba(13, 106, 176, 0.30);
}

.tci-process-number {
    position: absolute;
    right: 22px;
    top: 18px;
    color: rgba(13, 106, 176, 0.09);
    font-size: 54px;
    font-weight: 900;
    line-height: 1;
}

.tci-process-icon {
    width: 64px;
    height: 64px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #0d6ab0;
    color: #ffffff;
    font-size: 29px;
    margin-bottom: 24px;
    box-shadow: 0 13px 30px rgba(13, 106, 176, 0.25);
    transition: transform 0.35s ease;
}

.tci-process-card:hover .tci-process-icon {
    transform: rotate(-5deg) scale(1.06);
}

.tci-process-card h3 {
    position: relative;
    color: #101828;
    font-size: 20px;
    line-height: 1.45;
    font-weight: 900;
    margin: 0;
    max-width: 84%;
}

/* Benefits */
.tci-benefits-section {
    position: relative;
    overflow: hidden;
    background:
        linear-gradient(rgba(244, 251, 255, 0.96), rgba(244, 251, 255, 0.96)),
        url("../img/banner/water-tank-cleaning.jpg");
    background-size: cover;
    background-position: center;
}

.tci-benefit-card {
    position: relative;
    height: 100%;
    min-height: 118px;
    padding: 22px 58px 22px 22px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    gap: 18px;
    background: #ffffff;
    border: 1px solid rgba(13, 106, 176, 0.12);
    box-shadow: 0 14px 38px rgba(13, 106, 176, 0.09);
    transition: all 0.35s ease;
}

.tci-benefit-card:hover {
    transform: translateY(-7px);
    box-shadow: 0 22px 52px rgba(13, 106, 176, 0.16);
    border-color: rgba(13, 106, 176, 0.28);
}

.tci-benefit-icon {
    flex: 0 0 58px;
    width: 58px;
    height: 58px;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0d6ab0;
    background: #eaf5ff;
    font-size: 26px;
}

.tci-benefit-card h3 {
    color: #101828;
    font-size: 18px;
    line-height: 1.45;
    font-weight: 850;
    margin: 0;
}

.tci-benefit-check {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    color: #0d6ab0;
    font-size: 22px;
}

/* Areas */
.tci-areas-section {
    background: #126db2 !important;
    position: relative;
    overflow: hidden;
    color: #ffffff;
    background:
        radial-gradient(circle at 10% 20%, rgba(255, 255, 255, 0.09), transparent 22%),
        linear-gradient(135deg, #071b2b, #084d82 58%, #0d6ab0);
}

.tci-areas-section .tci-section-heading span,
.tci-areas-section .tci-section-heading h2 {
    color: #ffffff;
}

.tci-areas-section .tci-section-heading span {
    background: rgba(255, 255, 255, 0.13);
    border: 1px solid rgba(255, 255, 255, 0.18);
    padding: 8px 18px;
    border-radius: 30px;
}

.tci-areas-section .tci-section-heading p {
    color: rgba(255, 255, 255, 0.80);
}

.tci-area-card {
    position: relative;
    height: 100%;
    min-height: 15px;
    padding: 26px 24px;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.10);
    border: 1px solid rgba(255, 255, 255, 0.16);
    backdrop-filter: blur(12px);
    box-shadow: 0 16px 44px rgba(0, 0, 0, 0.16);
    transition: all 0.35s ease;
}

.tci-area-card:hover {
    transform: translateY(-8px);
    background: #ffffff;
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.23);
}

.tci-area-icon {
    width: 54px;
    height: 54px;
    border-radius: 17px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.15);
    font-size: 25px;
    margin-bottom: 19px;
    transition: all 0.35s ease;
}

.tci-area-card h3 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #ffffff;
    font-size: 13px;
    line-height: 1;
    font-weight: 900;
    margin: 0 0 1px;
    transition: color 0.35s ease;
}

.tci-area-status {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: rgba(255, 255, 255, 0.78);
    font-size: 13px;
    font-weight: 750;
    transition: color 0.35s ease;
}

.tci-area-card:hover .tci-area-icon {
    background: #0d6ab0;
    color: #ffffff;
}

.tci-area-card:hover h3 {
    color: #101828;
}

.tci-area-card:hover .tci-area-status {
    color: #0d6ab0;
}

/* FAQ */
.tci-faq-section {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at 5% 5%, rgba(13, 106, 176, 0.09), transparent 25%),
        linear-gradient(180deg, #ffffff 0%, #f4fbff 100%);
}

.tci-faq-accordion {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.tci-faq-accordion .accordion-item {
    overflow: hidden;
    border: 1px solid rgba(13, 106, 176, 0.13);
    border-radius: 18px;
    background: #ffffff;
    box-shadow: 0 12px 34px rgba(13, 106, 176, 0.08);
}

.tci-faq-accordion .accordion-button {
    min-height: 84px;
    padding: 19px 54px 19px 19px;
    gap: 14px;
    color: #101828;
    background: #ffffff;
    font-size: 16px;
    line-height: 1.55;
    font-weight: 850;
    box-shadow: none;
}

.tci-faq-accordion .accordion-button:not(.collapsed) {
    color: #0d6ab0;
    background: #f1f8ff;
    box-shadow: none;
}

.tci-faq-accordion .accordion-button:focus {
    border-color: transparent;
    box-shadow: none;
}

.tci-faq-accordion .accordion-button::after {
    position: absolute;
    right: 20px;
    width: 18px;
    height: 18px;
    background-size: 18px;
}

.tci-faq-number {
    flex: 0 0 42px;
    width: 42px;
    height: 42px;
    border-radius: 13px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    background: #0d6ab0;
    font-size: 13px;
    font-weight: 900;
    box-shadow: 0 9px 22px rgba(13, 106, 176, 0.20);
}

.tci-faq-accordion .accordion-body {
    padding: 0 24px 23px 75px;
    color: #667085;
    font-size: 15px;
    line-height: 1.8;
}

.tci-faq-accordion .accordion-body p:last-child {
    margin-bottom: 0;
}

.tci-faq-accordion .accordion-body a {
    color: #0d6ab0;
    font-weight: 800;
    text-decoration: none;
}

.tci-faq-accordion .accordion-body a:hover {
    text-decoration: underline;
}

.faq-answer-list {
    padding-left: 20px;
    margin: 8px 0 0;
}

.faq-answer-list li {
    margin-bottom: 5px;
}

@media (max-width: 991px) {
    .tci-section-heading {
        margin-bottom: 38px;
    }

    .tci-stat-card {
        min-height: 205px;
    }
}

@media (max-width: 767px) {
    .tci-section-heading {
        margin-bottom: 32px;
    }

    .tci-section-heading p {
        font-size: 15px;
    }

    .tci-stat-card,
    .why-list-card,
    .tci-process-card,
    .tci-area-card {
        min-height: auto;
        border-radius: 20px;
    }

    .tci-stat-card {
        padding: 25px 20px;
    }

    .why-list-card {
        padding: 25px 22px;
    }

    .tci-process-card {
        padding: 26px 22px;
    }

    .tci-process-card h3 {
        max-width: 80%;
        font-size: 18px;
    }

    .tci-benefit-card {
        min-height: 105px;
        padding: 19px 50px 19px 18px;
        gap: 14px;
    }

    .tci-benefit-icon {
        flex-basis: 50px;
        width: 50px;
        height: 50px;
        border-radius: 15px;
        font-size: 23px;
    }

    .tci-benefit-card h3 {
        font-size: 16px;
    }

    .tci-faq-accordion {
        gap: 13px;
    }

    .tci-faq-accordion .accordion-button {
        min-height: 78px;
        padding: 16px 45px 16px 14px;
        gap: 11px;
        font-size: 14px;
    }

    .tci-faq-number {
        flex-basis: 37px;
        width: 37px;
        height: 37px;
        border-radius: 11px;
        font-size: 12px;
    }

    .tci-faq-accordion .accordion-body {
        padding: 0 18px 20px 62px;
        font-size: 14px;
    }
}

/* ==================================================
   Homepage heading width and requested color updates
   ================================================== */

/* Full-width dynamic homepage introduction */
.site-page-intro .container {
    width: 100%;
    max-width: 100%;
    padding-left: clamp(24px, 5vw, 80px);
    padding-right: clamp(24px, 5vw, 80px);
}

.site-page-intro h1,
.site-page-intro .site-page-content {
    width: 100%;
    max-width: none;
}

/* Requested blue label backgrounds */
.why-title span,
.tci-areas-section .tci-section-heading span {
    background: #116cb1 !important;
    border-color: #116cb1 !important;
    color: #ffffff !important;
}

/* Keep homepage main headings on one line on desktop */
@media (min-width: 992px) {
    .tci-section-heading,
    .why-title,
    .home-services-title {
        max-width: 100%;
    }

    .site-page-intro h1,
    .section-title h2,
    .tci-hero-content .tci-hero-heading {
        max-width: none;
        white-space: nowrap;
        overflow-wrap: normal;
        word-break: normal;
    }

    .site-page-intro h1 {
        font-size: clamp(28px, 3.0vw, 50px);
    }

    .section-title h2 {
        font-size: clamp(26px, 3vw, 42px);
    }

    .tci-hero-content .tci-hero-heading {
        font-size: clamp(28px, 4vw, 58px);
    }
}
/* Hide homepage About text on mobile only */
@media (max-width: 767px) {
    .about-preview .home-about-text {
        display: none !important;
    }
}

