.elementor-495 .elementor-element.elementor-element-a31ba86{--display:flex;--margin-top:-149px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-495 .elementor-element.elementor-element-1853dba{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-495 .elementor-element.elementor-element-d8f9515{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}@media(max-width:1024px){.elementor-495 .elementor-element.elementor-element-a31ba86{--margin-top:-137px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}}/* Start custom CSS for html, class: .elementor-element-1853dba */.elementor-495 .elementor-element.elementor-element-1853dba a {
    text-decoration: none;
}

.about-hero {
    background: linear-gradient(135deg, #234E52 0%, #18393D 100%);
    padding: 200px 8% 140px;
    font-family: 'Poppins', sans-serif;
    position: relative;
    overflow: hidden;
}

.about-hero-container {
    max-width: 960px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 2;
}

.hero-badge {
    display: inline-block;
    padding: 8px 20px;
    background: rgba(255, 255, 255, .07);
    color: #C89B5E;
    font-size: 11px;
    letter-spacing: 3px;
    font-weight: 600;
    border-radius: 50px;
    text-transform: uppercase;
    margin-bottom: 40px;
}

.hero-title {
    font-family: 'Playfair Display', serif;
    font-size: 72px;
    color: #FFFFFF;
    line-height: 1.15;
    margin: 0 0 30px;
    font-weight: 400;
    letter-spacing: -0.5px;
}

.hero-title span {
    color: #C89B5E;
    font-style: italic;
}

.hero-desc {
    font-size: 18px;
    color: rgba(255, 255, 255, .85);
    line-height: 1.9;
    max-width: 760px;
    margin: 0 auto 45px;
    font-weight: 400;
}

.hero-action {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 18px;
    flex-wrap: wrap;
}

.hero-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 16px 36px;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1px;
    transition: .35s ease;
}

.hero-btn-primary {
    background: #C89B5E;
    color: #FFFFFF !important;
    border: 1px solid #C89B5E;
}

.hero-btn-primary:hover {
    background: transparent;
    color: #C89B5E !important;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, .15);
}

.hero-btn-secondary {
    background: transparent;
    color: #FFFFFF !important;
    border: 1px solid rgba(255, 255, 255, .35);
}

.hero-btn-secondary:hover {
    background: #FFFFFF;
    color: #234E52 !important;
    border-color: #FFFFFF;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, .15);
}

.hero-btn i {
    transition: .35s;
    font-size: 16px;
}

/* Subtle downward bounce or movement adjustment for privacy-specific icon hook */
.hero-btn:hover i.fa-arrow-down {
    transform: translateY(4px);
}

.hero-btn:hover i:not(.fa-arrow-down) {
    transform: translateX(4px);
}

/* --- MEDIA BREAKPOINTS --- */
@media (max-width: 991px) {
    .about-hero {
        padding: 140px 6% 100px;
    }
    .hero-title {
        font-size: 56px;
    }
    .hero-desc {
        font-size: 17px;
    }
}

@media (max-width: 768px) {
    .about-hero {
        padding: 120px 24px 80px;
    }

    .hero-badge {
        margin-bottom: 30px;
    }

    .hero-title {
        font-size: 40px;
        line-height: 1.25;
        margin-bottom: 25px;
    }

    .hero-desc {
        font-size: 16px;
        line-height: 1.8;
    }

    .hero-action {
        flex-direction: column;
        gap: 15px;
    }

    .hero-btn {
        width: 100%;
        padding: 14px 28px;
        font-size: 13px;
        box-sizing: border-box;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ea3d050 */.policy-content-section {
    background-color: #ffffff;
    padding: 80px 8%;
    font-family: 'Poppins', sans-serif;
    color: #333333;
}

.policy-container {
    max-width: 960px;
    margin: 0 auto;
}

.policy-block {
    margin-bottom: 50px;
}

.policy-block h2 {
    font-family: 'Playfair Display', serif;
    font-size: 28px;
    color: #234E52;
    margin-bottom: 20px;
    font-weight: 600;
    border-bottom: 2px solid #f3ece2;
    padding-bottom: 10px;
}

.policy-block p {
    font-size: 16px;
    line-height: 1.8;
    color: #555555;
    margin-bottom: 15px;
}

.policy-block ul {
    list-style-type: none;
    padding-left: 0;
}

.policy-block ul li {
    font-size: 15px;
    line-height: 1.8;
    color: #555555;
    margin-bottom: 12px;
    position: relative;
    padding-left: 25px;
}

/* Custom premium accent bullet point */
.policy-block ul li::before {
    content: "■";
    color: #C89B5E;
    font-size: 10px;
    position: absolute;
    left: 0;
    top: 0px;
}

.policy-contact-box {
    background-color: #fcf9f5;
    border-left: 4px solid #C89B5E;
    padding: 20px;
    margin-top: 20px;
    border-radius: 0 8px 8px 0;
}

.policy-contact-box p {
    margin-bottom: 8px;
    color: #234E52;
}

.policy-contact-box p i {
    color: #C89B5E;
    margin-right: 8px;
    width: 20px;
}

/* --- MEDIA BREAKPOINTS --- */
@media (max-width: 991px) {
    .policy-content-section {
        padding: 60px 6%;
    }
    .policy-block h2 {
        font-size: 24px;
    }
}

@media (max-width: 768px) {
    .policy-content-section {
        padding: 50px 24px;
    }
    .policy-block h2 {
        font-size: 22px;
        margin-bottom: 15px;
    }
    .policy-block p, .policy-block ul li {
        font-size: 14px;
        line-height: 1.7;
    }
}/* End custom CSS */