.section-onlytop {
    margin-top: 30px;
}



.testr {
    background: #ffffff;
    padding: 45px 35px;
    border-radius: 16px;
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.08);
    margin: 45px auto;
    max-width: 1200px;
}

/* MAIN HEADING */
.descsd {
    font-size: 34px;
    font-weight: 700;
    color: #0b4b7f;
    text-align: center;
    margin-bottom: 25px;
    line-height: 1.25;
}

/* PARAGRAPHS */
.testr p {
    font-size: 16px;
    line-height: 1.75;
    color: #444;
    margin-bottom: 18px;
}

/* SECTION HEADINGS */
.testr h2 {
    font-size: 26px;
    font-weight: 700;
    color: #0b4b7f;
    margin: 40px 0 15px;
    padding-left: 14px;
    border-left: 5px solid #0b4b7f;
}

/* LIST STYLING */
.ulli {
    margin: 15px 0 25px 20px;
}

    .ulli li {
        font-size: 15.5px;
        line-height: 1.7;
        margin-bottom: 10px;
        color: #333;
    }

/* NORMAL UL (TIPS SECTION) */
.testr ul:not(.ulli) {
    margin: 20px 0 30px 0;
    padding: 25px;
    background: #f9fbfd;
    border-radius: 12px;
}

    .testr ul:not(.ulli) li {
        font-size: 15.5px;
        margin-bottom: 14px;
        line-height: 1.6;
    }

/* FAQ STYLE */
.testr p strong {
    color: #0b4b7f;
    font-size: 16px;
}

/* DIVIDER FEEL BETWEEN BIG SECTIONS */
.testr h2::after {
    content: "";
    display: block;
    width: 60px;
    height: 3px;
    background: linear-gradient(to right, #0b4b7f, #2da9ff);
    margin-top: 8px;
    border-radius: 2px;
}

.banner-title {
    color: #fff;
    text-align: center;
    padding: 100px 0px 35px 0px;
}



@media (max-width: 900px){
    .banner.style-2 {
        min-height: auto!important; 
        height: auto!important; 
    }

    .banner-title {
        padding: 100px 0px 21px 0px !important;
    }
}

@media (max-width: 768px) {
    .testr {
        padding: 30px 20px;
    }

    .descsd {
        font-size: 26px;
    }

    .testr h2 {
        font-size: 22px;
    }

    .testr p,
    .ulli li {
        font-size: 15px;
    }
}

.fd-header {
    text-align: center;
    margin-bottom: 40px;
    padding-top: 20px;
}

    .fd-header h1 {
        font-size: 2.5rem;
        color: #1a237e;
        margin-bottom: 10px;
        letter-spacing: 1px;
    }

    .fd-header p {
        font-size: 1.2rem;
        color: #555;
        max-width: 600px;
        margin: 0 auto;
    }


.fd-slider-container {
    max-width: 1140px;
    margin: 0 auto 40px auto;
    position: relative;
}

.fd-deals-container {
    margin-bottom: 40px;
}

.fd-deal-card {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .08);
    transition: .3s ease;
    margin: 10px;
    height: 400px;
    display: flex;
    flex-direction: column;
    position: relative;
}

    .fd-deal-card::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: linear-gradient(to bottom, rgba(0,0,0,0.1), rgba(0,0,0,0.4));
        border-radius: 12px;
        z-index: 1;
    }

    .fd-deal-card:hover {
        transform: translateY(-8px);
        box-shadow: 0 12px 20px rgba(0, 0, 0, .3);
    }

.fd-deal-header {
    background: rgba(60, 179, 195, 0.85);
    color: #fff;
    padding: 15px;
    text-align: center;
    flex-shrink: 0;
    position: relative;
    z-index: 2;
}

    .fd-deal-header h3 {
        font-size: 1.4rem;
        margin-bottom: 0;
        color: #fff;
        text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
    }

.fd-deal-content {
    padding: 15px 0px;
    text-align: center;
    flex-grow: 1;
    display: flex;
    justify-content: center;
    align-items: end;
    position: relative;
    z-index: 2;
}


.fd-btn {
    display: inline-block;
    background: linear-gradient(135deg, #1a2980, #26d0ce);
    color: #fff;
    padding: 5px 8px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 600;
    transition: .3s ease;
    border: none;
    cursor: pointer;
    font-size: 1rem;
    margin: 5px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
    position: relative;
    z-index: 2;
}

    .fd-btn:hover {
        background: linear-gradient(135deg, #1a2980, #26d0ce);
        transform: scale(1.05);
        box-shadow: 0 6px 12px rgba(0,0,0,0.3);
    }

.fd-btn-check {
    background: rgba(255, 255, 255, 0.9);
    color: #1a237e;
    border: 2px solid #1a237e;
    margin-right: 10px;
}

    .fd-btn-check:hover {
        background: #1a237e;
        color: #fff;
    }


.owl-carousel .owl-stage {
    display: flex;
    padding: 20px 0;
}

.owl-carousel .owl-item {
    height: 100%;
}

.owl-carousel .owl-nav {
    position: absolute;
    top: 40%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
    pointer-events: none;
}

    .owl-carousel .owl-nav button {
        background-color: rgba(60, 179, 195, 0.9) !important;
        color: white !important;
        width: 45px;
        height: 45px;
        border-radius: 50% !important;
        display: flex !important;
        align-items: center;
        justify-content: center;
        font-size: 20px !important;
        pointer-events: all;
        transition: all 0.3s ease;
        box-shadow: 0 4px 8px rgba(0,0,0,0.2);
    }

        .owl-carousel .owl-nav button:hover {
            background-color: #3cb3c3 !important;
            transform: scale(1.1);
            box-shadow: 0 6px 12px rgba(0,0,0,0.3);
        }

        .owl-carousel .owl-nav button.owl-prev,
        .owl-carousel .owl-nav button.owl-next {
            position: absolute;
        }

        .owl-carousel .owl-nav button.owl-prev {
            left: -25px;
        }

        .owl-carousel .owl-nav button.owl-next {
            right: -25px;
        }

.owl-carousel .owl-dots {
    margin-top: 0px;
    text-align: center;
}

.owl-carousel .owl-dot {
    width: 12px;
    height: 12px;
    background-color: #ddd !important;
    border-radius: 50%;
    margin: 0 5px;
    display: inline-block;
}

    .owl-carousel .owl-dot.active {
        background-color: #3cb3c3 !important;
    }


@media (max-width: 768px) {
    .fd-slider-container {
        padding: 0 15px;
    }

    .owl-carousel .owl-nav button.owl-prev {
        left: 5px;
    }

    .owl-carousel .owl-nav button.owl-next {
        right: 5px;
    }

    .owl-carousel .owl-nav button {
        width: 40px;
        height: 40px;
        font-size: 18px !important;
    }

    .fd-deal-card {
        height: 365px;
    }
}

@media (max-width: 480px) {
    .fd-header h1 {
        font-size: 2rem;
    }

    .fd-deal-header h3 {
        font-size: 1.2rem;
    }

    .fd-btn {
        padding: 6px 15px;
        font-size: 0.9rem;
    }

  
}
