﻿

 
.tt-about-box {
    color: black !important;
    background-size: unset !important;
}

    .tt-about-box .tt-title {
        color: black !important;
    }

.ayu-home-feature {
    background: #f2f3f5;
    padding: 40px 0 10px 0;
}

.ayu-feature-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}

.ayu-feature-card {
    background: #fff;
    border: 1px solid #d7d9dd;
    border-radius: 10px;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.03);
    display: flex;
    gap: 18px;
    padding: 22px 24px;
    text-decoration: none !important;
    width: calc(50% - 12px);
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.ayu-feature-card:hover {
    border-color: #bfc4cb;
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.08);
    transform: translateY(-2px);
}

.ayu-feature-icon {
    align-items: center;
    color: #0b2c4d;
    display: inline-flex;
    flex: 0 0 auto;
    height: 48px;
    justify-content: center;
    width: 48px;
}

.ayu-feature-icon svg {
    fill: none;
    height: 48px;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 3;
    width: 48px;
}

.ayu-feature-text h3 {
    color: #13263d;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.2px;
    margin: 0 0 6px 0;
}

.ayu-feature-text p {
    color: #2b3950;
    font-size: 14px;
    margin: 0 0 10px 0;
}

.ayu-feature-link {
    color: #0b4a7a;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.6px;
}

.ayu-certified {
    background: #f2f3f5;
    padding: 30px 0 60px 0;
    text-align: center;
}

.ayu-certified-inner h2 {
    color: #13263d;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 1px;
    margin: 20px 0 8px 0;
}

.ayu-certified-inner p {
    color: #465065;
    font-size: 14px;
    margin: 0 0 26px 0;
}

.ayu-certified-logos {
    align-items: center;
    display: flex;
    gap: 28px;
    justify-content: center;
}

.ayu-certified-logo {
    color: #1f2a3a;
    font-size: 18px;
    font-weight: 800;
    letter-spacing: 1px;
    padding: 8px 14px;
    border-bottom: 2px solid #1f2a3a;
}

.homepage-slider-mobile {
    display: none;
}

@media (max-width: 991px) {
    .homepage-slider-desktop {
        display: none;
    }

    .homepage-slider-mobile {
        display: block;
    }
}

@media (max-width: 991px) {
    .ayu-feature-card {
        width: 100%;
    }
}

@media (max-width: 1000px) {
    .theme-custom {
        max-width: 100%;
        margin: 0 auto 30px;
    }

    .theme-custom .nivoSlider {
        height: 133.333vw;
        max-height: 600px;
        min-height: 380px;
    }

    .theme-custom .nivoSlider img,
    .theme-custom .nivo-main-image {
        width: 100% !important;
        height: 100% !important;
        object-fit: cover;
    }
}

    @media (min-width: 791px) {

        .tt-stuck-nav{
            position:relative !important;
        }

        .tt-header-holder .tt-obj-options.obj-move-right, .tt-header-holder .tt-obj-menu {
            padding-top: 30px !important;
        }

        .tt-header-holder .tt-obj-menu {
            text-align: center !important;
        }

        .slider-wrapper.theme-custom {
            margin-top: 0 !important;
        }

        .theme-custom .nivo-controlNav a {
            width: 3px !important;
            height: 3px !important;
        }

    .tt-logo img {
        max-height: 70px !important;
    }
}

.ayu-about-section {
    background: #ffffff;
    padding: 60px 0 50px 0;
}

.ayu-about-grid {
    display: flex;
    align-items: center;
    gap: 48px;
}

.ayu-about-media {
    flex: 1 1 52%;
}

.ayu-about-media img {
    display: block;
    width: 100%;
    height: auto;
}

.ayu-about-content {
    flex: 1 1 48%;
}

.ayu-about-kicker {
    color: #1f2a3a;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 12px;
}

.ayu-about-title {
    color: #101828;
    font-size: 34px;
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 14px 0;
}

.ayu-about-since {
    display: flex;
    align-items: center;
    gap: 14px;
    color: #475467;
    font-size: 16px;
    margin-bottom: 18px;
}

.ayu-about-line {
    display: inline-block;
    width: 90px;
    height: 1px;
    background: #d0d5dd;
}

.ayu-about-text {
    color: #475467;
    font-size: 15px;
    line-height: 1.7;
    margin: 0 0 22px 0;
}

.ayu-about-link {
    color: #1d2939;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    text-decoration: none !important;
}

.ayu-about-link:after {
    content: " »";
}

.ayu-about-features {
    display: flex;
    gap: 40px;
    margin-top: 40px;
}

.ayu-about-feature {
    display: flex;
    align-items: center;
    gap: 14px;
    flex: 1 1 0;
}

.ayu-about-feature-title {
    color: #101828;
    font-size: 20px !important;
    font-weight: 700;
    margin: 0;
    padding: 0px !important;
}

.ayu-about-feature p {
    color: #475467;
    font-size: 13px !important;
    line-height: 1.6;
    margin: 0;
    padding: 0;
}

.ayu-about-icon {
    color: #1f2a3a;
    display: inline-flex;
    width: 40px !important;
    height: 40px !important;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
}

.ayu-about-icon svg {
    width: 40px !important;
    height: 40px !important;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2.4 !important;
}

@media (max-width: 991px) {
    .ayu-about-section {
        padding: 40px 0 35px 0;
    }

    .ayu-about-grid {
        flex-direction: column;
        gap: 28px;
    }

    .ayu-about-title {
        font-size: 26px;
    }

    .ayu-about-features {
        flex-direction: column;
        gap: 22px;
    }
}
