@import url('https://fonts.googleapis.com/css2?family=Baskervville:ital@0;1&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing:border-box;
}

body {
    font-family: 'Baskervville', serif;
    background: linear-gradient(145deg,#EEF5DB 0%,#C7EFCF 55%,#d9e8c9 100%);
    min-height: 100vh;
    color: #3a3a3a;
    line-height: 1.65;
}

.container {
    max-width: 1140px;
    margin: 0 auto;
    padding:0 15px;
    width: 100%;
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right:-15px;
}

.row.justify-content-center {
    justify-content: center;
}

.col-md-3 {
    width: 25%;
    padding-left:15px;
    padding-right: 15px;
}

.col-md-4 {
    width: 33.333333%;
    padding-left: 15px;
    padding-right:15px;
}

.col-md-5 {
    width: 41.666667%;
    padding-left: 15px;
    padding-right:15px;
}

.col-md-6 {
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
}

.col-md-8 {
    width: 66.666667%;
    padding-left: 15px;
    padding-right:15px;
}

.col-md-9 {
    width: 75%;
    padding-left:15px;
    padding-right: 15px;
}

.col-md-12 {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}

.col-lg-3 {
    width: 25%;
    padding-left: 15px;
    padding-right:15px;
}

.col-lg-5 {
    width: 41.666667%;
    padding-left: 15px;
    padding-right:15px;
}

.col-lg-6 {
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
}

.col-lg-7 {
    width: 58.333333%;
    padding-left: 15px;
    padding-right: 15px;
}

.col-lg-8 {
    width: 66.666667%;
    padding-left: 15px;
    padding-right:15px;
}

.col-lg-12 {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}

.ml-auto {
    margin-left: auto;
}

.mb-4 {
    margin-bottom: 1.5rem;
}

.mb-50 {
    margin-bottom: 50px;
}

.pt-5 {
    padding-top: 3rem;
}

.mt-5 {
    margin-top: 3rem;
}

.text-center {
    text-align: center;
}

.list-unstyled {
    list-style:none;
    padding: 0;
    margin: 0;
}

.top-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: linear-gradient(180deg,#ffffff 0%,#fcfef9 100%);
    z-index: 99;
    box-shadow: 0 2px 15px rgba(0,0,0,.06);
}

.header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 72px;
}

.logo a {
    display: block;
    text-decoration: none;
}

.logo img {
    height: 42px;
    width: auto;
}

.header-nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap:32px;
}

.header-nav ul li a {
    display: block;
    padding: 8px 0;
    color: #666;
    font-weight: 400;
    text-decoration: none;
    font-size: 15px;
    transition: color .25s ease;
    position: relative;
}

.header-nav ul li a:hover {
    color: #fe5f55;
}

.header-nav ul li.current a {
    color: #FE5F55;
    font-weight: 600;
}

.header-nav ul li.current a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background:#F0B67F;
}

.mobile-toggle {
    display: none;
    width: 28px;
    height: 22px;
    position: relative;
    cursor: pointer;
}

.mobile-toggle span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background:#FE5F55;
    border-radius: 3px;
    left: 0;
    transition: .3s ease;
}

.mobile-toggle span:nth-child(1) { top: 0; }
.mobile-toggle span:nth-child(2) { top: 9px; }
.mobile-toggle span:nth-child(3) { top: 18px; }

.mobile-toggle.active span:nth-child(1) {
    transform: rotate(45deg);
    top: 9px;
}

.mobile-toggle.active span:nth-child(2) {
    opacity: 0;
}

.mobile-toggle.active span:nth-child(3) {
    transform: rotate(-45deg);
    top: 9px;
}

.main-wrapper {
    padding-top: 72px;
    min-height: 100vh;
}

.slider_bg_1 {
    background-image: url('../imgnew/hero-banner.webp');
}

.slider_area {
    position: relative;
    z-index: 0;
}

.slider_area::before {
    background: linear-gradient(135deg,rgba(238,245,219,.92) 0%,rgba(199,239,207,.88) 100%);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
}

.slider_area .single_slider {
    min-height: 540px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    display: flex;
    align-items:center;
    padding: 60px 0;
}

.slider_area .single_slider .slider_text {
    position: relative;
    z-index: 1;
}

.slider_area .single_slider .slider_text h3 {
    font-size: 46px;
    text-transform: capitalize;
    letter-spacing: 0px;
    font-weight: 400;
    line-height: 54px;
    margin-bottom: 15px;
    color: #2d2d2d;
}

.slider_area .single_slider .slider_text h3 span {
    font-weight: 700;
    color: #FE5F55;
}

.slider_area .single_slider .slider_text p {
    font-size: 17px;
    font-weight: 400;
    color:#505050;
    margin-bottom: 24px;
    margin-top: 10px;
    line-height: 1.75;
}

.hero-img-box {
    position: relative;
    z-index: 1;
}

.hero-image {
    width: 100%;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 18px 45px rgba(0,0,0,.11);
}

.boxed-btn3 {
    background: linear-gradient(to bottom, #F0B67F 0%,#FE5F55 100%);
    color: #fff;
    display: inline-block;
    padding: 14px 34px;
    font-weight: 500;
    border: 0;
    border-radius: 28px;
    text-align: center;
    text-transform: capitalize;
    transition: all 0.3s;
    text-decoration: none;
    font-size: 15px;
    box-shadow:0 8px 22px rgba(254,95,85,.32);
}

.boxed-btn3:hover {
    background: linear-gradient(to top, #F0B67F 0%,#FE5F55 100%);
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 12px 28px rgba(254,95,85,.4);
}

.rankings_area {
    position: relative;
    z-index: 0;
    padding: 70px 0;
    background: linear-gradient(180deg,#f4f9ed 0%,#e8f4dc 100%);
}

.rankings_area .rankings_text {
    text-align: center;
    margin-bottom: 45px;
}

.rankings_area .rankings_text h3 {
    font-size: 38px;
    font-weight: 400;
    line-height: 46px;
    margin-bottom: 12px;
    color: #2d2d2d;
}

.rankings_area .rankings_text h3 span {
    font-weight: 700;
    color:#FE5F55;
}

.rankings_area .rankings_text p {
    font-size: 17px;
    color: #5a5a5a;
    max-width: 580px;
    margin: 0 auto;
}

.rankings_area > .single_rankings > .container > .row {
    margin-bottom: 24px;
}

.rankings_area > .single_rankings > .container > .row:last-child {
    margin-bottom: 0;
}

.property_card {
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 8px 32px rgba(0,0,0,.07);
    overflow: hidden;
    transition: transform .3s ease, box-shadow .3s ease;
    margin-bottom: 24px;
}

.property_card:hover {
    transform: translateY(-5px);
    box-shadow:0 15px 45px rgba(0,0,0,.12);
}

.card_header {
    display: table;
    width: 100%;
    padding: 20px 24px;
    background: linear-gradient(135deg,#fafdf6 0%,#f0f7e8 100%);
    border-bottom: 1px solid #e8f0dc;
}

.card_reviews {
    display: table-cell;
    vertical-align: middle;
    width: 50%;
}

.card_reviews .stars {
    color: #F0B67F;
    font-size: 16px;
    letter-spacing: 1px;
}

.card_reviews .review_count {
    display: block;
    font-size: 13px;
    color:#777;
    margin-top: 4px;
}

.card_logo {
    display: table-cell;
    vertical-align: middle;
    text-align: right;
    width: 50%;
}

.card_logo img {
    max-height: 42px;
    width: auto;
}

.card_body {
    padding: 22px 24px;
}

.card_body h3 {
    font-size: 22px;
    font-weight: 600;
    color: #2a2a2a;
    margin-bottom: 10px;
}

.card_desc {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
    margin-bottom: 16px;
}

.card_bonus {
    background: linear-gradient(135deg,rgba(254,95,85,.08) 0%,rgba(240,182,127,.12) 100%);
    border-radius: 8px;
    padding: 14px 16px;
    margin-bottom: 16px;
}

.card_bonus .bonus_label {
    display: block;
    font-size: 11px;
    text-transform: uppercase;
    color: #888;
    letter-spacing: .5px;
    margin-bottom: 4px;
}

.card_bonus .bonus_value {
    display: block;
    font-size: 18px;
    font-weight: 700;
    color:#FE5F55;
}

.card_features {
    list-style: none;
    padding: 0;
    margin: 0;
    display: table;
    width: 100%;
}

.card_features li {
    display: table-cell;
    font-size: 12px;
    color: #5a5a5a;
    padding-right: 10px;
}

.card_features li::before {
    content: '✓';
    color: #7dbf4a;
    margin-right: 5px;
    font-weight: 700;
}

.card_footer {
    padding: 0 24px 22px;
}

.card_footer .boxed-btn3 {
    display: block;
    width: 100%;
    text-align: center;
}

.text-section-about {
    padding: 5em 0;
    background: linear-gradient(180deg,#eef5db 0%,#f5f9ee 100%);
}

.text-section-about .col-md-8 {
    margin: 0 auto;
}

.text-section-about h2 {
    font-size: 2rem;
    font-weight: 600;
    color: #2d2d2d;
    margin-bottom: 1.5em;
    text-align: center;
}

.text-section-about p {
    font-size: 1rem;
    line-height: 1.8;
    color: #5a5a5a;
    margin-bottom: 1.5em;
}

.trust_features_area {
    padding: 0 0 5em;
    background: linear-gradient(180deg,#f5f9ee 0%,#fafcf6 100%);
}

.trust_features_area .row {
    display: table;
    width: 100%;
    table-layout: fixed;
}

.trust_features_area .col-md-4 {
    display: table-cell;
    width: 33.333333%;
    padding-left:15px;
    padding-right: 15px;
    vertical-align: top;
}

.trust_feature_box {
    background: #fff;
    border-radius: 12px;
    padding: 32px 26px;
    text-align: center;
    box-shadow: 0 6px 28px rgba(0,0,0,.06);
    border: 1px solid #e5eeda;
    height: 100%;
}

.trust_icon {
    display: inline-block;
    width: 56px;
    height: 56px;
    background: linear-gradient(135deg,#C7EFCF 0%,#d4f2db 100%);
    border-radius: 50%;
    line-height: 56px;
    font-size: 22px;
    color: #3d9456;
    margin-bottom: 18px;
}

.trust_feature_box h4 {
    font-size: 18px;
    font-weight: 600;
    color:#2d2d2d;
    margin-bottom: 10px;
}

.trust_feature_box p {
    font-size: 14px;
    line-height: 1.65;
    color: #666;
    margin: 0;
}

.simple-text-video-block {
    padding: 80px 0;
    background: linear-gradient(180deg,#f7fbf2 0%,#eef5db 100%);
}

.simple-text-video-block .col-lg-8 {
    margin: 0 auto;
}

.simple-text-video-block .section_title {
    margin-bottom: 50px;
}

.simple-text-video-block .section_title h2 {
    font-size: 34px;
    font-weight: 600;
    color: #2d2d2d;
    margin-bottom: 18px;
    line-height: 1.25;
}

.simple-text-video-block .section_title p {
    font-size: 16px;
    line-height: 1.8;
    color:#5a5a5a;
}

.singer_video .image {
    position: relative;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 12px 40px rgba(0,0,0,.1);
}

.singer_video .image img {
    width: 100%;
    display: block;
}

.singer_video .image .video_btn {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.singer_video .image .video_btn a {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg,#FE5F55 0%,#F0B67F 100%);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    line-height: 80px;
    color: #fff;
    display: inline-block;
    font-size: 24px;
    text-decoration: none;
    transition: transform .3s ease, box-shadow .3s ease;
    box-shadow:0 6px 25px rgba(254,95,85,.35);
}

.singer_video .image .video_btn a:hover {
    transform: scale(1.08);
    box-shadow: 0 10px 35px rgba(254,95,85,.45);
}

.fa-play::before {
    content: '▶';
}

.text-section-team {
    padding: 80px 0;
    background-color: #ffffff;
}

.text-section-team .col-md-8 {
    margin: 0 auto;
}

.text-section-team .subheading {
    display: block;
    font-size: 14px;
    color: #F0B67F;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 10px;
    font-weight: 600;
}

.text-section-team .section-title {
    font-size: 36px;
    font-weight: 700;
    color: #2d2d2d;
    margin-bottom: 20px;
}

.text-section-team .lead-text {
    font-size: 20px;
    font-weight: 400;
    color: #555555;
    margin-bottom: 30px;
    line-height: 1.6;
}

.text-section-team p {
    font-size: 16px;
    line-height: 1.8;
    color: #666666;
    margin-bottom: 20px;
}

.team_cards_area {
    padding: 0 0 80px;
    background-color:#ffffff;
}

.team_cards_area .row {
    display: table;
    width: 100%;
    table-layout: fixed;
}

.team_cards_area .col-lg-3 {
    display: table-cell;
    width: 25%;
    padding-left: 15px;
    padding-right:15px;
    vertical-align: top;
}

.team_card_item {
    background: linear-gradient(145deg,#fafdf7 0%,#f3f8ec 100%);
    border-radius: 12px;
    padding: 28px 22px;
    text-align: center;
    border: 1px solid #e5eeda;
    height: 100%;
}

.team_card_icon {
    width: 64px;
    height: 64px;
    background: linear-gradient(135deg,#FE5F55 0%,#F0B67F 100%);
    border-radius: 50%;
    display: inline-block;
    line-height: 64px;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 18px;
}

.team_card_item h4 {
    font-size: 17px;
    font-weight: 600;
    color: #2d2d2d;
    margin-bottom: 12px;
}

.team_card_item p {
    font-size: 14px;
    line-height: 1.65;
    color:#666;
    margin: 0;
}

.text-section-faq.section-gap {
    padding: 120px 0;
    background: #fff;
}

.text-section-faq .col-lg-8 {
    margin: 0 auto;
}

.text-section-faq .section-title {
    padding-bottom: 40px;
}

.text-section-faq .section-title h2 {
    font-size: 48px;
    line-height: 1.2em;
    font-weight: 600;
    color: #2d2d2d;
    margin-bottom: 20px;
}

.text-section-faq .text-content p {
    color: #666;
    line-height: 1.625em;
    font-size: 15px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e8f0dc;
}

.text-section-faq .text-content p:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.text-section-faq .text-content p strong {
    display: block;
    font-size: 17px;
    color:#2d2d2d;
    margin-bottom: 8px;
}

.site-footer {
    padding: 4em 0;
    background:#fafcf6;
    border-top: 1px solid #dde6d1;
}

.footer-logo {
    margin-bottom: 18px;
}

.footer-logo img {
    height: 38px;
    width: auto;
}

.site-footer .border-top {
    border-top: 1px solid rgba(0, 0, 0, 0.08) !important;
}

.site-footer p {
    color: #6b6b6b;
    font-size: 14px;
    line-height: 1.7;
}

.site-footer h2, .site-footer h3, .site-footer h4, .site-footer h5 {
    color: #333;
}

.site-footer a {
    color: #FE5F55;
    text-decoration: none;
    transition: color .2s ease;
}

.site-footer a:hover {
    color:#c94a42;
}

.site-footer ul li {
    margin-bottom: 10px;
}

.site-footer .footer-heading {
    font-size: 16px;
    color: #2d2d2d;
    font-weight: 600;
}

.regulator-logos {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 18px;
}

.regulator-logos a {
    display: block;
}

.regulator-logos img {
    height: 36px;
    width: auto;
    opacity: .75;
    transition: opacity .25s ease;
    filter: grayscale(20%);
}

.regulator-logos a:hover img {
    opacity: 1;
    filter: grayscale(0%);
}

.responsible-warning {
    background: linear-gradient(135deg,rgba(254,95,85,.12) 0%,rgba(240,182,127,.15) 100%);
    border: 1px solid rgba(254,95,85,.25);
    border-radius: 8px;
    padding: 16px 24px;
    margin-bottom: 20px;
    font-size: 15px;
    color:#444;
}

.responsible-warning strong {
    color: #FE5F55;
}

@media (max-width: 1199px) {
    .col-lg-5 {
        width: 45%;
    }

    .col-lg-7 {
        width:55%;
    }

    .col-lg-3 {
        width: 25%;
    }
}

@media (max-width: 991px) {
    .mobile-toggle {
        display: block;
    }

    .header-nav {
        position: absolute;
        top: 72px;
        left: 0;
        right: 0;
        background: #fff;
        padding: 0;
        max-height: 0;
        overflow: hidden;
        transition: max-height .35s ease;
        box-shadow: 0 8px 20px rgba(0,0,0,.08);
    }

    .header-nav.nav-open {
        max-height: 300px;
    }

    .header-nav ul {
        flex-direction: column;
        gap: 0;
        padding: 15px 0;
    }

    .header-nav ul li {
        border-bottom: 1px solid #eef3e6;
    }

    .header-nav ul li:last-child {
        border-bottom: none;
    }

    .header-nav ul li a {
        padding: 14px 20px;
    }

    .header-nav ul li.current a::after {
        display: none;
    }

    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-8,
    .col-md-9,
    .col-lg-3,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8 {
        width: 100%;
    }

    .slider_area .single_slider {
        min-height: auto;
        padding: 50px 0;
    }

    .slider_area .single_slider .slider_text h3 {
        font-size: 34px;
        line-height: 42px;
    }

    .hero-img-box {
        margin-top: 35px;
    }

    .rankings_area .col-lg-6 {
        width: 100%;
    }

    .rankings_area .rankings_text h3 {
        font-size: 30px;
        line-height: 38px;
    }

    .trust_features_area .row {
        display: flex;
        flex-wrap: wrap;
    }

    .trust_features_area .col-md-4 {
        display: block;
        width: 100%;
        margin-bottom: 20px;
    }

    .trust_features_area .col-md-4:last-child {
        margin-bottom: 0;
    }

    .team_cards_area .row {
        display: flex;
        flex-wrap: wrap;
    }

    .team_cards_area .col-lg-3 {
        display: block;
        width: 50%;
        margin-bottom: 20px;
    }

    .text-section-faq.section-gap {
        padding: 80px 0;
    }

    .text-section-faq .section-title h2 {
        font-size: 36px;
    }

    .site-footer .col-md-5,
    .site-footer .col-md-3 {
        margin-bottom: 30px;
    }

    .site-footer .row .row {
        flex-direction: column;
    }
}

@media (max-width: 767px) {
    .container {
        padding: 0 12px;
    }

    .header-inner {
        height: 62px;
    }

    .logo img {
        height: 36px;
    }

    .header-nav {
        top: 62px;
    }

    .main-wrapper {
        padding-top: 62px;
    }

    .slider_area .single_slider {
        padding: 40px 0;
    }

    .slider_area .single_slider .slider_text h3 {
        font-size: 26px;
        line-height: 34px;
    }

    .slider_area .single_slider .slider_text p {
        font-size: 15px;
    }

    .boxed-btn3 {
        padding: 12px 26px;
        font-size: 14px;
    }

    .rankings_area {
        padding: 50px 0;
    }

    .rankings_area .rankings_text h3 {
        font-size: 26px;
        line-height: 34px;
    }

    .rankings_area .rankings_text p {
        font-size: 15px;
    }

    .card_header {
        padding: 16px 18px;
    }

    .card_body {
        padding: 18px;
    }

    .card_footer {
        padding: 0 18px 18px;
    }

    .card_features {
        display: block;
    }

    .card_features li {
        display: block;
        margin-bottom: 6px;
        padding-right: 0;
    }

    .card_bonus .bonus_value {
        font-size: 16px;
    }

    .text-section-about {
        padding: 3em 0;
    }

    .text-section-about h2 {
        font-size: 1.5rem;
    }

    .trust_features_area {
        padding: 0 0 3em;
    }

    .trust_feature_box {
        padding: 26px 20px;
    }

    .simple-text-video-block {
        padding: 60px 0;
    }

    .simple-text-video-block .section_title {
        margin-bottom: 35px;
    }

    .simple-text-video-block .section_title h2 {
        font-size: 26px;
    }

    .simple-text-video-block .section_title p {
        font-size: 15px;
    }

    .singer_video .image .video_btn a {
        width: 64px;
        height: 64px;
        line-height: 64px;
        font-size: 20px;
    }

    .text-section-team {
        padding: 60px 0;
    }

    .text-section-team .section-title {
        font-size: 28px;
    }

    .text-section-team .lead-text {
        font-size: 18px;
    }

    .team_cards_area {
        padding: 0 0 60px;
    }

    .team_cards_area .col-lg-3 {
        width: 100%;
    }

    .text-section-faq.section-gap {
        padding: 60px 0;
    }

    .text-section-faq .section-title {
        padding-bottom: 30px;
    }

    .text-section-faq .section-title h2 {
        font-size: 28px;
    }

    .text-section-faq .text-content p strong {
        font-size: 16px;
    }

    .site-footer {
        padding: 3em 0;
    }

    .row {
        margin-left: -10px;
        margin-right: -10px;
    }

    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-8,
    .col-md-9,
    .col-md-12,
    .col-lg-3,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-12 {
        padding-left: 10px;
        padding-right: 10px;
    }

    .regulator-logos {
        gap: 10px;
    }

    .regulator-logos img {
        height: 30px;
    }

    .responsible-warning {
        padding: 14px 16px;
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .slider_area .single_slider .slider_text h3 {
        font-size: 22px;
        line-height: 30px;
    }

    .footer-logo img {
        height: 32px;
    }
}

@media (min-width: 768px) {
    .site-footer {
        padding: 5em 0;
    }
}

.text-image-section {
    position: relative;
    z-index:0;
}

.section-padding {
    padding-top: 90px;
    padding-bottom: 90px;
    background: linear-gradient(145deg,#f8fbf4 0%,#eef5e6 100%);
}

.section-padding-alt {
    padding-top:90px;
    padding-bottom: 90px;
    background: linear-gradient(145deg,#ffffff 0%,#f4f9ed 100%);
}

.align-items-center {
    display: flex;
    align-items:center;
    flex-wrap: wrap;
}

.flex-row-reverse {
    flex-direction: row-reverse;
}

.text-content-block h2 {
    font-size: 36px;
    font-weight: 600;
    color:#2d2d2d;
    margin-bottom: 22px;
    line-height: 1.3;
}

.text-content-block p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.75;
    color: #505050;
    margin-bottom:18px;
}

.text-content-block p:last-child {
    margin-bottom: 0;
}

.image-content-block {
    text-align:center;
}

.image-content-block img {
    max-width: 100%;
    height: auto;
    border-radius: 12px;
    box-shadow:0 15px 40px rgba(0,0,0,.1);
    transition: transform .3s ease, box-shadow .3s ease;
}

.image-content-block img:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 50px rgba(0,0,0,.14);
}

@media (max-width: 991px) {
    .section-padding,
    .section-padding-alt {
        padding-top:60px;
        padding-bottom: 60px;
    }

    .align-items-center {
        flex-direction: column;
    }

    .flex-row-reverse {
        flex-direction:column;
    }

    .col-lg-6 {
        width: 100%;
    }

    .text-content-block {
        margin-bottom: 35px;
    }

    .text-content-block h2 {
        font-size: 30px;
    }

    .image-content-block img {
        max-width:85%;
    }
}

@media (max-width: 767px) {
    .section-padding,
    .section-padding-alt {
        padding-top: 50px;
        padding-bottom:50px;
    }

    .text-content-block h2 {
        font-size: 26px;
        margin-bottom: 18px;
    }

    .text-content-block p {
        font-size:15px;
        line-height: 1.7;
    }

    .text-content-block {
        margin-bottom: 30px;
    }

    .image-content-block img {
        max-width: 100%;
        border-radius:10px;
    }
}

.legal-content-area {
    padding: 80px 0;
    background: linear-gradient(145deg,#f8fbf4 0%,#eef5e6 100%);
    min-height: 60vh;
}

.legal-page-header {
    text-align: center;
    margin-bottom:45px;
    padding-bottom: 35px;
    border-bottom: 1px solid #dde6d1;
}

.legal-page-header h1 {
    font-size: 42px;
    font-weight: 600;
    color: #2d2d2d;
    margin-bottom: 12px;
    line-height: 1.25;
}

.legal-updated {
    font-size: 14px;
    color:#888;
    font-style: italic;
}

.legal-text-content h2 {
    font-size: 26px;
    font-weight: 600;
    color: #2d2d2d;
    margin-top: 38px;
    margin-bottom: 18px;
    line-height:1.35;
}

.legal-text-content h2:first-child {
    margin-top: 0;
}

.legal-text-content h3 {
    font-size: 20px;
    font-weight: 600;
    color:#3a3a3a;
    margin-top: 30px;
    margin-bottom: 14px;
}

.legal-text-content p {
    font-size: 16px;
    line-height: 1.75;
    color: #505050;
    margin-bottom:18px;
}

.legal-text-content p:last-child {
    margin-bottom: 0;
}

@media (max-width: 991px) {
    .legal-content-area {
        padding: 60px 0;
    }

    .legal-page-header h1 {
        font-size: 34px;
    }

    .legal-text-content h2 {
        font-size: 22px;
        margin-top: 32px;
    }

    .legal-text-content h3 {
        font-size:18px;
    }
}

@media (max-width: 767px) {
    .legal-content-area {
        padding: 45px 0;
    }

    .legal-page-header {
        margin-bottom: 35px;
        padding-bottom: 25px;
    }

    .legal-page-header h1 {
        font-size: 28px;
    }

    .legal-text-content h2 {
        font-size: 20px;
        margin-top: 28px;
        margin-bottom: 14px;
    }

    .legal-text-content h3 {
        font-size: 17px;
        margin-top: 24px;
    }

    .legal-text-content p {
        font-size:15px;
        line-height: 1.7;
        margin-bottom: 16px;
    }
}


.age-popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,.85);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.age-popup-box {
    background: linear-gradient(180deg,#ffffff 0%,#f9fcf4 100%);
    border-radius: 16px;
    padding: 40px 36px;
    max-width: 420px;
    width: 100%;
    text-align: center;
    box-shadow: 0 20px 60px rgba(0,0,0,.3);
}

.age-popup-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg,#FE5F55 0%,#F0B67F 100%);
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 24px;
    box-shadow:0 8px 25px rgba(254,95,85,.35);
}

.age-popup-box h3 {
    font-size: 24px;
    font-weight: 600;
    color: #2d2d2d;
    margin-bottom: 16px;
}

.age-popup-box p {
    font-size: 15px;
    line-height: 1.7;
    color: #666;
    margin-bottom: 28px;
}

.age-popup-btn {
    background: linear-gradient(to bottom, #F0B67F 0%,#FE5F55 100%);
    color: #fff;
    border: none;
    padding: 16px 40px;
    font-size: 16px;
    font-weight: 500;
    border-radius: 28px;
    cursor: pointer;
    transition: all .3s ease;
    box-shadow: 0 8px 22px rgba(254,95,85,.32);
    font-family: 'Baskervville', serif;
    width: 100%;
}

.age-popup-btn:hover {
    background: linear-gradient(to top, #F0B67F 0%,#FE5F55 100%);
    transform: translateY(-2px);
    box-shadow: 0 12px 28px rgba(254,95,85,.4);
}

.age-popup-overlay.hidden {
    display: none;
}

@media (max-width: 480px) {
    .age-popup-box {
        padding: 32px 24px;
    }

    .age-popup-icon {
        width: 68px;
        height: 68px;
        font-size: 24px;
    }

    .age-popup-box h3 {
        font-size: 20px;
    }

    .age-popup-box p {
        font-size: 14px;
    }

    .age-popup-btn {
        padding: 14px 32px;
        font-size: 15px;
    }
}