.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}/* Start custom CSS for html, class: .elementor-element-651e9d7 */* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    background: #ffffff;
    color: #17242a;
}

.privacy-page {
    width: 100%;
    overflow: hidden;
}


/* =========================================
   HERO
========================================= */

.privacy-hero {
    position: relative;
    min-height: 260px;
    background: linear-gradient(
        110deg,
        #eefaf6 0%,
        #f7fcfa 55%,
        #eef9f5 100%
    );
    overflow: hidden;
}

.privacy-hero::before {
    content: "";
    position: absolute;
    width: 260px;
    height: 260px;
    border-radius: 50%;
    background: rgba(190, 229, 214, 0.25);
    top: -150px;
    left: -80px;
}

.privacy-hero::after {
    content: "";
    position: absolute;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    background: rgba(211, 237, 227, 0.35);
    right: -80px;
    bottom: -120px;
}

.hero-content {
    max-width: 1100px;
    min-height: 260px;
    margin: auto;
    padding: 35px 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 2;
}


/* =========================================
   HERO TEXT
========================================= */

.hero-text {
    width: 52%;
}

.hero-text h1 {
    font-size: 42px;
    line-height: 1.1;
    font-weight: 700;
    color: #14252b;
    margin-bottom: 12px;
}

.green-line {
    display: block;
    width: 45px;
    height: 3px;
    background: #42a77c;
    border-radius: 10px;
    margin-bottom: 17px;
}

.hero-text p {
    max-width: 500px;
    font-size: 13px;
    line-height: 1.65;
    color: #52615e;
}


/* =========================================
   SHIELD AREA
========================================= */

.shield-area {
    width: 300px;
    height: 220px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}


/* Decorative circles */

.circle {
    position: absolute;
    border: 1px solid rgba(70, 160, 123, 0.16);
    border-radius: 50%;
}

.circle-one {
    width: 175px;
    height: 175px;
}

.circle-two {
    width: 130px;
    height: 130px;
}


/* Shield */

.shield {
    width: 95px;
    height: 115px;
    background: linear-gradient(
        145deg,
        #80c8a8,
        #39966f
    );
    clip-path: polygon(
        50% 0%,
        94% 17%,
        92% 61%,
        75% 84%,
        50% 100%,
        25% 84%,
        8% 61%,
        6% 17%
    );

    display: flex;
    align-items: center;
    justify-content: center;

    border: 4px solid rgba(255,255,255,0.7);

    box-shadow:
        0 8px 20px rgba(42, 118, 87, 0.25);

    position: relative;
    z-index: 5;
}

.shield::before {
    content: "";
    position: absolute;
    inset: 8px;
    border: 2px solid rgba(255,255,255,0.25);
    clip-path: polygon(
        50% 0%,
        94% 17%,
        92% 61%,
        75% 84%,
        50% 100%,
        25% 84%,
        8% 61%,
        6% 17%
    );
}

.shield i {
    color: white;
    font-size: 30px;
    z-index: 3;
}


/* Floating icons */

.floating-icon {
    position: absolute;
    width: 30px;
    height: 30px;
    border-radius: 50%;

    background: rgba(255,255,255,0.9);

    display: flex;
    align-items: center;
    justify-content: center;

    color: #479d78;
    font-size: 12px;

    border: 1px solid #d9eee5;

    box-shadow: 0 3px 10px rgba(44, 111, 82, 0.08);

    z-index: 10;
}

.icon-top {
    top: 4px;
    left: 50%;
    transform: translateX(-50%);
}

.icon-left {
    left: 23px;
    top: 50%;
    transform: translateY(-50%);
}

.icon-right {
    right: 23px;
    top: 50%;
    transform: translateY(-50%);
}

.icon-bottom {
    bottom: 2px;
    left: 50%;
    transform: translateX(-50%);
}


/* =========================================
   CONTENT
========================================= */

.privacy-content {
    max-width: 1100px;
    margin: auto;
    padding: 28px 50px 50px;
}


/* Updated Date */

.updated-date {
    display: flex;
    align-items: center;
    gap: 7px;

    font-size: 11px;
    color: #4f5e5a;

    margin-bottom: 14px;
}

.updated-date strong {
    color: #263631;
}

.date-icon {
    width: 22px;
    height: 22px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #edf8f3;
    color: #4b9e7a;

    border-radius: 5px;

    font-size: 11px;
}


/* Intro */

.intro-text {
    font-size: 11px;
    line-height: 1.6;
    color: #5b6663;
    margin-bottom: 8px;
}


/* =========================================
   POLICY ITEMS
========================================= */

.policy-item {
    display: flex;
    gap: 15px;

    padding: 14px 0;

    border-bottom: 1px solid #edf1ef;
}

.policy-item:last-child {
    border-bottom: none;
}


/* Icon Box */

.policy-icon {
    flex: 0 0 38px;
    width: 38px;
    height: 38px;

    border-radius: 8px;

    background: #eff9f5;

    color: #469d78;

    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 15px;
}


/* Text */

.policy-text {
    flex: 1;
}

.policy-text h3 {
    font-size: 13px;
    color: #25322f;
    margin-bottom: 4px;
    font-weight: 700;
}

.policy-text p {
    font-size: 10.5px;
    line-height: 1.55;
    color: #65716e;
    max-width: 900px;
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 800px) {

    .hero-content {
        padding: 30px;
    }

    .privacy-content {
        padding: 25px 30px 40px;
    }

    .hero-text {
        width: 55%;
    }

    .hero-text h1 {
        font-size: 34px;
    }

    .shield-area {
        width: 240px;
        transform: scale(0.9);
    }
}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 600px) {

    .privacy-hero {
        min-height: auto;
    }

    .hero-content {
        padding: 40px 22px 25px;
        flex-direction: column;
        text-align: center;
    }

    .hero-text {
        width: 100%;
    }

    .hero-text h1 {
        font-size: 32px;
    }

    .green-line {
        margin-left: auto;
        margin-right: auto;
    }

    .hero-text p {
        font-size: 12px;
        margin: auto;
    }

    .shield-area {
        margin-top: 20px;
        transform: scale(0.8);
        margin-bottom: -20px;
    }

    .privacy-content {
        padding: 25px 20px 40px;
    }

    .updated-date {
        font-size: 10px;
    }

    .policy-item {
        gap: 10px;
        padding: 13px 0;
    }

    .policy-icon {
        flex: 0 0 34px;
        width: 34px;
        height: 34px;
        font-size: 13px;
    }

    .policy-text h3 {
        font-size: 12px;
    }

    .policy-text p {
        font-size: 10px;
    }
}


/* =========================================
   VERY SMALL DEVICES
========================================= */

@media (max-width: 380px) {

    .hero-text h1 {
        font-size: 28px;
    }

    .shield-area {
        transform: scale(0.7);
        margin-top: 5px;
    }

    .privacy-content {
        padding-left: 15px;
        padding-right: 15px;
    }
}/* End custom CSS */