﻿

 
.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;
        }

 

        header .tt-dropdown-obj .tt-dropdown-toggle {
            color: white !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;
        }
    }

@media (max-width: 1024px) {
    .homepage-slider-mobile {
        margin-top: 12px;
    }
}
