/* =========================================================
   DAILYPLANET
   ABOUT + CONTACT PAGE CSS
========================================================= */


/* =========================================================
   ROOT
========================================================= */


a{
    text-decoration: none;
}
:root {
    --dp-navy: #182b5b;
    --dp-orange: #f36b3d;
    --dp-pink: #ef4f91;
    --dp-green: #19a979;
    --dp-yellow: #f7c948;

    --dp-text: #263653;
    --dp-muted: #6f7d93;

    --dp-light: #f8faff;
    --dp-border: #e7ebf3;

    --dp-radius: 22px;

    --dp-shadow:
        0 18px 55px rgba(24, 43, 91, 0.10);
}


/* =========================================================
   GLOBAL
========================================================= */

.dp-about-hero,
.dp-about-section,
.dp-mission-section,
.dp-why-section,
.dp-simple-section,
.dp-about-cta,
.dp-contact-hero,
.dp-contact-main,
.dp-contact-bottom {
    font-family:
        "Segoe UI",
        Tahoma,
        Geneva,
        Verdana,
        sans-serif;
}


.dp-about-hero *,
.dp-about-section *,
.dp-mission-section *,
.dp-why-section *,
.dp-simple-section *,
.dp-about-cta *,
.dp-contact-hero *,
.dp-contact-main *,
.dp-contact-bottom * {
    box-sizing: border-box;
}


.dp-about-hero p,
.dp-about-section p,
.dp-mission-section p,
.dp-why-section p,
.dp-simple-section p,
.dp-about-cta p,
.dp-contact-hero p,
.dp-contact-main p,
.dp-contact-bottom p {
    line-height: 1.75;
}


/* =========================================================
   LABEL
========================================================= */

.dp-label {
    display: inline-block;

    color: var(--dp-pink);

    font-size: 13px;
    font-weight: 800;

    letter-spacing: 1.5px;
    text-transform: uppercase;

    margin-bottom: 14px;
}


/* =========================================================
   BUTTON
========================================================= */

.dp-btn {
    display: inline-flex;

    align-items: center;
    justify-content: center;

    gap: 10px;

    padding: 14px 24px;

    border-radius: 50px;

    background: var(--dp-orange);
    color: #fff !important;

    text-decoration: none !important;

    font-size: 14px;
    font-weight: 800;

    transition: all .3s ease;
}


.dp-btn:hover {
    color: #fff !important;

    transform: translateY(-3px);

    box-shadow:
        0 12px 25px rgba(243, 107, 61, .25);
}


.dp-btn i {
    transition: transform .3s ease;
}


.dp-btn:hover i {
    transform: translateX(4px);
}


.dp-btn-white {
    background: #fff;
    color: var(--dp-navy) !important;
}


.dp-btn-white:hover {
    color: var(--dp-navy) !important;
}


/* =========================================================
   ABOUT HERO
========================================================= */

.dp-about-hero {
    padding: 100px 20px;

    background:
        linear-gradient(
            135deg,
            #f8fbff 0%,
            #fff8fb 100%
        );

    overflow: hidden;
}


.dp-about-hero h1 {
    max-width: 750px;

    margin: 0 0 25px;

    color: var(--dp-navy);

    font-size: clamp(42px, 5vw, 68px);

    line-height: 1.08;

    font-weight: 800;

    letter-spacing: -2px;
}


.dp-about-hero h1 span {
    color: var(--dp-orange);
}


.dp-about-hero p {
    max-width: 650px;

    margin: 0 0 30px;

    color: var(--dp-muted);

    font-size: 18px;
}


/* =========================================================
   ABOUT HERO VISUAL
========================================================= */

.dp-about-visual {
    position: relative;

    min-height: 430px;

    display: flex;

    align-items: center;
    justify-content: center;
}


.dp-about-main-icon {
    position: relative;
    z-index: 2;

    width: 250px;
    height: 250px;

    display: flex;

    align-items: center;
    justify-content: center;

    border-radius: 45% 55% 50% 50%;

    background: #fff;

    color: var(--dp-orange);

    font-size: 110px;

    box-shadow: var(--dp-shadow);
}


.dp-shape {
    position: absolute;

    border-radius: 50%;
}


.dp-shape-one {
    width: 310px;
    height: 310px;

    background: #ffe9f2;

    top: 35px;
    left: 50%;

    transform: translateX(-50%);
}


.dp-shape-two {
    width: 90px;
    height: 90px;

    background: #fff1c9;

    right: 5%;
    bottom: 50px;
}


.dp-floating-card {
    position: absolute;

    z-index: 4;

    display: flex;

    align-items: center;

    gap: 9px;

    padding: 13px 18px;

    background: #fff;

    border-radius: 14px;

    box-shadow: 0 12px 30px rgba(24, 43, 91, .12);

    color: var(--dp-navy);

    font-weight: 700;
}


.dp-floating-card i {
    color: var(--dp-pink);
}


.dp-floating-card-one {
    top: 80px;
    left: 3%;
}


.dp-floating-card-two {
    right: 2%;
    bottom: 95px;
}


.dp-floating-card-two i {
    color: var(--dp-yellow);
}


/* =========================================================
   ABOUT SECTION
========================================================= */

.dp-about-section {
    padding: 100px 20px;

    background: #fff;
}


.dp-about-section h2,
.dp-simple-section h2 {
    margin: 0 0 25px;

    color: var(--dp-navy);

    font-size: clamp(36px, 4vw, 52px);

    line-height: 1.15;

    font-weight: 800;
}


.dp-about-section h2 span,
.dp-simple-section h2 span {
    color: var(--dp-orange);
}


.dp-about-section p {
    margin-bottom: 18px;

    color: var(--dp-muted);

    font-size: 16px;
}


/* =========================================================
   INFO CARD
========================================================= */

.dp-about-info-card {
    padding: 45px;

    border-radius: 30px;

    background:
        linear-gradient(
            145deg,
            #f3f9ff,
            #fff6fa
        );

    border: 1px solid var(--dp-border);
}


.dp-card-icon {
    width: 62px;
    height: 62px;

    display: flex;

    align-items: center;
    justify-content: center;

    margin-bottom: 25px;

    border-radius: 18px;

    background: #fff;

    color: var(--dp-orange);

    font-size: 28px;

    box-shadow: 0 8px 25px rgba(24,43,91,.08);
}


.dp-about-info-card h3 {
    margin: 0 0 15px;

    color: var(--dp-navy);

    font-size: 28px;

    font-weight: 800;
}


.dp-about-info-card p {
    margin-bottom: 25px;

    color: var(--dp-muted);
}


.dp-learning-tags {
    display: flex;

    flex-wrap: wrap;

    gap: 10px;
}


.dp-learning-tags span {
    padding: 8px 14px;

    border-radius: 30px;

    background: #fff;

    color: var(--dp-navy);

    font-size: 13px;

    font-weight: 700;
}


/* =========================================================
   MISSION
========================================================= */

.dp-mission-section {
    padding: 90px 20px;

    background: var(--dp-light);
}


.dp-mission-box {
    max-width: 900px;

    margin: auto;

    text-align: center;
}


.dp-mission-icon {
    width: 70px;
    height: 70px;

    display: flex;

    align-items: center;
    justify-content: center;

    margin: 0 auto 22px;

    border-radius: 20px;

    background: #fff1e9;

    color: var(--dp-orange);

    font-size: 30px;
}


.dp-mission-box h2 {
    margin: 0 auto 20px;

    max-width: 850px;

    color: var(--dp-navy);

    font-size: clamp(32px, 4vw, 50px);

    line-height: 1.2;

    font-weight: 800;
}


.dp-mission-box h2 span {
    color: var(--dp-orange);
}


.dp-mission-box p {
    max-width: 700px;

    margin: auto;

    color: var(--dp-muted);

    font-size: 17px;
}


/* =========================================================
   WHY DAILYPLANET
========================================================= */

.dp-why-section {
    padding: 100px 20px;

    background: #fff;
}


.dp-section-heading {
    max-width: 700px;

    margin: 0 auto 55px;
}


.dp-section-heading h2 {
    margin: 0 0 15px;

    color: var(--dp-navy);

    font-size: clamp(35px, 4vw, 50px);

    font-weight: 800;
}


.dp-section-heading h2 span {
    color: var(--dp-orange);
}


.dp-section-heading p {
    margin: 0;

    color: var(--dp-muted);
}


/* =========================================================
   FEATURE CARDS
========================================================= */

.dp-feature-card {
    height: 100%;

    padding: 32px;

    background: #fff;

    border: 1px solid var(--dp-border);

    border-radius: var(--dp-radius);

    transition: all .3s ease;
}


.dp-feature-card:hover {
    transform: translateY(-7px);

    box-shadow: var(--dp-shadow);
}


.dp-feature-icon {
    width: 58px;
    height: 58px;

    display: flex;

    align-items: center;
    justify-content: center;

    margin-bottom: 22px;

    border-radius: 17px;

    background: #fff0f5;

    color: var(--dp-pink);

    font-size: 25px;
}


.dp-feature-card h3 {
    margin: 0 0 12px;

    color: var(--dp-navy);

    font-size: 21px;

    font-weight: 800;
}


.dp-feature-card p {
    margin: 0;

    color: var(--dp-muted);

    font-size: 14px;
}


/* =========================================================
   SIMPLE LEARNING
========================================================= */

.dp-simple-section {
    padding: 100px 20px;

    background: #f8fbff;
}


.dp-simple-visual {
    min-height: 400px;

    display: flex;

    align-items: center;
    justify-content: center;

    gap: 30px;

    padding: 40px;

    border-radius: 35px;

    background:
        linear-gradient(
            145deg,
            #fff1f7,
            #fff9e9
        );
}


.dp-simple-icon {
    width: 130px;
    height: 130px;

    display: flex;

    align-items: center;
    justify-content: center;

    flex-shrink: 0;

    border-radius: 40px;

    background: #fff;

    color: var(--dp-orange);

    font-size: 55px;

    box-shadow: var(--dp-shadow);
}


.dp-simple-text {
    display: flex;

    flex-direction: column;

    gap: 4px;
}


.dp-simple-text span {
    color: var(--dp-navy);

    font-size: 23px;

    font-weight: 800;
}


.dp-simple-text span:nth-child(2) {
    color: var(--dp-orange);
}


.dp-simple-text span:nth-child(3) {
    color: var(--dp-pink);
}


.dp-simple-text span:nth-child(4) {
    color: var(--dp-green);
}


.dp-highlight-text {
    margin-top: 25px;

    color: var(--dp-orange) !important;

    font-size: 20px !important;

    font-weight: 800;
}


/* =========================================================
   ABOUT CTA
========================================================= */

.dp-about-cta {
    padding: 70px 20px;
}


.dp-cta-box {
    display: flex;

    align-items: center;
    justify-content: space-between;

    gap: 35px;

    padding: 55px;

    border-radius: 30px;

    background:
        linear-gradient(
            135deg,
            var(--dp-navy),
            #243e7d
        );
}


.dp-cta-box .dp-label {
    color: #ffc3d9;
}


.dp-cta-box h2 {
    margin: 0 0 12px;

    color: #fff;

    font-size: clamp(30px, 4vw, 48px);

    font-weight: 800;
}


.dp-cta-box h2 span {
    color: #ff9b75;
}


.dp-cta-box p {
    margin: 0;

    color: rgba(255,255,255,.75);
}


/* =========================================================
   CONTACT HERO
========================================================= */

.dp-contact-hero {
    padding: 95px 20px;

    background:
        linear-gradient(
            135deg,
            #f8fbff,
            #fff5f9
        );
}


.dp-contact-hero h1 {
    max-width: 700px;

    margin: 0 0 25px;

    color: var(--dp-navy);

    font-size: clamp(43px, 5vw, 65px);

    line-height: 1.08;

    font-weight: 800;

    letter-spacing: -2px;
}


.dp-contact-hero h1 span {
    color: var(--dp-orange);
}


.dp-contact-hero p {
    max-width: 650px;

    margin: 0 0 12px;

    color: var(--dp-muted);

    font-size: 17px;
}


/* =========================================================
   CONTACT HERO VISUAL
========================================================= */

.dp-contact-hero-visual {
    position: relative;

    min-height: 380px;

    display: flex;

    align-items: center;
    justify-content: center;
}


.dp-contact-circle {
    width: 240px;
    height: 240px;

    display: flex;

    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: #fff;

    color: var(--dp-pink);

    font-size: 90px;

    box-shadow: var(--dp-shadow);

    position: relative;
    z-index: 2;
}


.dp-contact-floating {
    position: absolute;

    top: 35px;
    left: 8%;

    width: 60px;
    height: 60px;

    display: flex;

    align-items: center;
    justify-content: center;

    border-radius: 18px;

    background: #fff0f5;

    color: var(--dp-pink);

    font-size: 24px;
}


.dp-contact-floating-two {
    top: auto;
    left: auto;

    right: 7%;
    bottom: 45px;

    background: #e8f8f2;

    color: var(--dp-green);
}


/* =========================================================
   CONTACT MAIN
========================================================= */

.dp-contact-main {
    padding: 100px 20px;

    background: #fff;
}


.dp-contact-main h2 {
    margin: 0 0 30px;

    color: var(--dp-navy);

    font-size: clamp(38px, 4vw, 52px);

    line-height: 1.15;

    font-weight: 800;
}


.dp-contact-main h2 span {
    color: var(--dp-orange);
}


/* =========================================================
   CONTACT DETAILS
========================================================= */

.dp-contact-detail {
    display: flex;

    align-items: center;

    gap: 17px;

    margin-bottom: 25px;
}


.dp-contact-detail-icon {
    width: 56px;
    height: 56px;

    flex-shrink: 0;

    display: flex;

    align-items: center;
    justify-content: center;

    border-radius: 16px;

    background: #fff1f6;

    color: var(--dp-pink);

    font-size: 22px;
}


.dp-contact-detail small {
    display: block;

    margin-bottom: 4px;

    color: var(--dp-muted);

    font-size: 11px;

    font-weight: 800;

    letter-spacing: 1px;
}


.dp-contact-detail a {
    color: var(--dp-navy);

    font-size: 16px;

    font-weight: 700;

    text-decoration: none;
}


.dp-contact-detail a:hover {
    color: var(--dp-orange);
}


/* =========================================================
   ORDER SUPPORT
========================================================= */

.dp-order-support {
    margin-top: 40px;

    padding: 30px;

    border-radius: 22px;

    background: #f8fbff;

    border: 1px solid var(--dp-border);
}


.dp-order-title {
    display: flex;

    align-items: center;

    gap: 13px;

    margin-bottom: 15px;
}


.dp-order-icon {
    width: 45px;
    height: 45px;

    display: flex;

    align-items: center;
    justify-content: center;

    border-radius: 13px;

    background: #fff0e9;

    color: var(--dp-orange);
}


.dp-order-title h3 {
    margin: 0;

    color: var(--dp-navy);

    font-size: 21px;

    font-weight: 800;
}


.dp-order-support p {
    margin-bottom: 18px;

    color: var(--dp-muted);

    font-size: 14px;
}


.dp-order-support ul {
    padding: 0;
    margin: 0;

    list-style: none;
}


.dp-order-support li {
    display: flex;

    align-items: flex-start;

    gap: 10px;

    margin-bottom: 12px;

    color: var(--dp-text);

    font-size: 14px;
}


.dp-order-support li i {
    color: var(--dp-green);

    margin-top: 4px;
}


.dp-support-note {
    display: flex;

    align-items: flex-start;

    gap: 10px;

    margin-top: 22px;

    padding-top: 18px;

    border-top: 1px solid var(--dp-border);

    color: var(--dp-muted);

    font-size: 13px;
}


.dp-support-note i {
    color: var(--dp-orange);
}


/* =========================================================
   FORM CARD
========================================================= */

.dp-contact-form-card {
    padding: 40px;

    background: #fff;

    border: 1px solid var(--dp-border);

    border-radius: 28px;

    box-shadow: var(--dp-shadow);
}


.dp-form-header {
    display: flex;

    align-items: flex-start;

    gap: 18px;

    margin-bottom: 35px;
}


.dp-form-number {
    color: var(--dp-orange);

    font-size: 13px;

    font-weight: 800;
}


.dp-form-header h3 {
    margin: 0 0 6px;

    color: var(--dp-navy);

    font-size: 28px;

    font-weight: 800;
}


.dp-form-header p {
    margin: 0;

    color: var(--dp-muted);

    font-size: 14px;
}


/* =========================================================
   FORM
========================================================= */

.dp-form-group {
    margin-bottom: 22px;
}


.dp-form-group label {
    display: block;

    margin-bottom: 9px;

    color: var(--dp-navy);

    font-size: 13px;

    font-weight: 800;
}


.dp-form-group label span {
    color: var(--dp-orange);
}


.dp-form-group label em {
    color: var(--dp-muted);

    font-size: 11px;

    font-style: normal;

    font-weight: 500;
}


.dp-form-group input,
.dp-form-group select,
.dp-form-group textarea {
    width: 100%;

    padding: 15px 17px;

    border: 1px solid #dfe5ef;

    border-radius: 12px;

    outline: none;

    background: #fbfcfe;

    color: var(--dp-text);

    font-family: inherit;

    font-size: 14px;

    transition: all .25s ease;
}


.dp-form-group textarea {
    min-height: 145px;

    resize: vertical;
}


.dp-form-group input:focus,
.dp-form-group select:focus,
.dp-form-group textarea:focus {
    border-color: var(--dp-orange);

    background: #fff;

    box-shadow:
        0 0 0 4px rgba(243, 107, 61, .08);
}


.dp-form-group input::placeholder,
.dp-form-group textarea::placeholder {
    color: #a2adbd;
}


/* =========================================================
   SUBMIT
========================================================= */

.dp-submit-btn {
    display: inline-flex;

    align-items: center;
    justify-content: center;

    gap: 12px;

    width: 100%;

    padding: 16px 25px;

    border: 0;

    border-radius: 50px;

    background: var(--dp-orange);

    color: #fff;

    cursor: pointer;

    font-family: inherit;

    font-size: 14px;

    font-weight: 800;

    text-transform: uppercase;

    letter-spacing: .4px;

    transition: all .3s ease;
}


.dp-submit-btn:hover {
    transform: translateY(-2px);

    box-shadow:
        0 12px 25px rgba(243,107,61,.25);
}


.dp-submit-btn i {
    transition: transform .3s ease;
}


.dp-submit-btn:hover i {
    transform: translateX(5px);
}


/* =========================================================
   FORM SECURITY
========================================================= */

.dp-form-security {
    display: flex;

    align-items: center;
    justify-content: center;

    gap: 7px;

    margin-top: 18px;

    color: #8995a8;

    font-size: 11px;

    text-align: center;
}


.dp-form-security i {
    color: var(--dp-green);

    font-size: 15px;
}


/* =========================================================
   CONTACT BOTTOM
========================================================= */

.dp-contact-bottom {
    padding: 30px 20px 90px;

    background: #fff;
}


.dp-contact-bottom-box {
    max-width: 850px;

    margin: auto;

    padding: 65px 35px;

    border-radius: 30px;

    background:
        linear-gradient(
            145deg,
            #f8fbff,
            #fff3f8
        );

    text-align: center;
}


.dp-contact-bottom-icon {
    width: 65px;
    height: 65px;

    display: flex;

    align-items: center;
    justify-content: center;

    margin: 0 auto 20px;

    border-radius: 20px;

    background: #fff;

    color: var(--dp-pink);

    font-size: 27px;

    box-shadow: 0 8px 25px rgba(24,43,91,.08);
}


.dp-contact-bottom h2 {
    margin: 0 0 15px;

    color: var(--dp-navy);

    font-size: clamp(34px, 4vw, 48px);

    font-weight: 800;
}


.dp-contact-bottom h2 span {
    color: var(--dp-orange);
}


.dp-contact-bottom p {
    max-width: 600px;

    margin: 0 auto 25px;

    color: var(--dp-muted);
}


/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 991px) {

    .dp-about-hero,
    .dp-about-section,
    .dp-why-section,
    .dp-simple-section,
    .dp-contact-main {
        padding-top: 75px;
        padding-bottom: 75px;
    }


    .dp-about-visual {
        min-height: 350px;
    }


    .dp-contact-hero {
        padding: 75px 20px;
    }


    .dp-contact-hero-visual {
        min-height: 300px;
    }


    .dp-cta-box {
        flex-direction: column;

        align-items: flex-start;
    }

}


@media (max-width: 767px) {

    .dp-about-hero h1,
    .dp-contact-hero h1 {
        letter-spacing: -1px;
    }


    .dp-about-visual {
        min-height: 300px;
    }


    .dp-about-main-icon {
        width: 190px;
        height: 190px;

        font-size: 75px;
    }


    .dp-shape-one {
        width: 240px;
        height: 240px;
    }


    .dp-floating-card {
        padding: 10px 14px;

        font-size: 12px;
    }


    .dp-floating-card-one {
        left: 0;
        top: 30px;
    }


    .dp-floating-card-two {
        right: 0;
        bottom: 35px;
    }


    .dp-about-info-card {
        padding: 30px;
    }


    .dp-simple-visual {
        min-height: 300px;

        padding: 25px;

        gap: 20px;
    }


    .dp-simple-icon {
        width: 90px;
        height: 90px;

        font-size: 38px;

        border-radius: 25px;
    }


    .dp-simple-text span {
        font-size: 18px;
    }


    .dp-cta-box {
        padding: 35px 25px;
    }


    .dp-contact-circle {
        width: 190px;
        height: 190px;

        font-size: 70px;
    }


    .dp-contact-main {
        padding-top: 65px;
        padding-bottom: 65px;
    }


    .dp-contact-form-card {
        padding: 25px 20px;

        border-radius: 20px;
    }


    .dp-form-header h3 {
        font-size: 23px;
    }


    .dp-contact-bottom-box {
        padding: 45px 22px;
    }

}


@media (max-width: 480px) {

    .dp-about-hero,
    .dp-contact-hero {
        padding-left: 15px;
        padding-right: 15px;
    }


    .dp-about-hero h1,
    .dp-contact-hero h1 {
        font-size: 38px;
    }


    .dp-about-section h2,
    .dp-contact-main h2 {
        font-size: 35px;
    }


    .dp-simple-visual {
        flex-direction: column;

        text-align: center;
    }


    .dp-contact-floating {
        left: 0;
    }


    .dp-contact-floating-two {
        left: auto;
        right: 0;
    }


    .dp-order-support {
        padding: 22px;
    }

}



/* =========================================================
   DAILYPLANET - WHAT WE OFFER
========================================================= */


/* =========================================================
   OFFER HERO
========================================================= */

.dp-offer-hero {
    padding: 100px 20px;

    background:
        linear-gradient(
            135deg,
            #f8fbff 0%,
            #fff5f9 100%
        );

    overflow: hidden;
}


.dp-offer-hero h1 {
    max-width: 760px;

    margin: 0 0 25px;

    color: var(--dp-navy);

    font-size: clamp(42px, 5vw, 66px);

    line-height: 1.08;

    font-weight: 800;

    letter-spacing: -2px;
}


.dp-offer-hero h1 span {
    color: var(--dp-orange);
}


.dp-offer-hero p {
    max-width: 650px;

    margin: 0;

    color: var(--dp-muted);

    font-size: 18px;

    line-height: 1.75;
}


/* =========================================================
   HERO VISUAL
========================================================= */

.dp-offer-hero-visual {
    position: relative;

    min-height: 400px;

    display: flex;

    align-items: center;
    justify-content: center;
}


.dp-offer-circle {
    position: relative;
    z-index: 2;

    width: 245px;
    height: 245px;

    display: flex;

    align-items: center;
    justify-content: center;

    border-radius: 45% 55% 50% 50%;

    background: #fff;

    color: var(--dp-orange);

    font-size: 90px;

    box-shadow:
        0 20px 60px rgba(24,43,91,.12);
}


.dp-offer-hero-visual::before {
    content: "";

    position: absolute;

    width: 320px;
    height: 320px;

    border-radius: 50%;

    background: #ffeaf3;
}


.dp-offer-floating {
    position: absolute;

    z-index: 5;

    display: flex;

    align-items: center;

    gap: 9px;

    padding: 13px 18px;

    border-radius: 14px;

    background: #fff;

    color: var(--dp-navy);

    font-size: 13px;

    font-weight: 800;

    box-shadow:
        0 12px 30px rgba(24,43,91,.12);
}


.dp-offer-floating i {
    color: var(--dp-orange);
}


.dp-offer-float-one {
    top: 55px;
    left: 3%;
}


.dp-offer-float-two {
    right: 3%;
    top: 135px;
}


.dp-offer-float-two i {
    color: var(--dp-pink);
}


.dp-offer-float-three {
    left: 8%;
    bottom: 55px;
}


.dp-offer-float-three i {
    color: var(--dp-green);
}


/* =========================================================
   INTRO
========================================================= */

.dp-offer-intro {
    padding: 95px 20px 65px;

    background: #fff;
}


.dp-offer-intro-inner {
    max-width: 780px;

    margin: auto;

    text-align: center;
}


.dp-offer-intro h2 {
    margin: 0 0 20px;

    color: var(--dp-navy);

    font-size: clamp(35px, 4vw, 52px);

    line-height: 1.15;

    font-weight: 800;
}


.dp-offer-intro h2 span {
    color: var(--dp-orange);
}


.dp-offer-intro p {
    max-width: 700px;

    margin: auto;

    color: var(--dp-muted);

    font-size: 16px;

    line-height: 1.75;
}


/* =========================================================
   SERVICES
========================================================= */

.dp-offer-services {
    padding: 45px 20px 100px;

    background: #fff;
}


/* =========================================================
   OFFER CARD
========================================================= */

.dp-offer-card {
    position: relative;

    height: 100%;

    padding: 32px;

    background: #fff;

    border: 1px solid var(--dp-border);

    border-radius: 24px;

    overflow: hidden;

    transition:
        transform .3s ease,
        box-shadow .3s ease,
        border-color .3s ease;
}


.dp-offer-card:hover {
    transform: translateY(-8px);

    border-color: transparent;

    box-shadow:
        0 20px 55px rgba(24,43,91,.11);
}


.dp-offer-card-top {
    display: flex;

    align-items: center;
    justify-content: space-between;

    margin-bottom: 25px;
}


.dp-offer-number {
    color: #c8d0de;

    font-size: 14px;

    font-weight: 900;

    letter-spacing: 1px;
}


.dp-offer-icon {
    width: 58px;
    height: 58px;

    display: flex;

    align-items: center;
    justify-content: center;

    border-radius: 17px;

    background: #fff1f6;

    color: var(--dp-pink);

    font-size: 24px;

    transition: all .3s ease;
}


.dp-offer-card:hover .dp-offer-icon {
    background: var(--dp-orange);

    color: #fff;

    transform: rotate(-5deg);
}


.dp-offer-card h3 {
    margin: 0 0 15px;

    color: var(--dp-navy);

    font-size: 22px;

    line-height: 1.3;

    font-weight: 800;
}


.dp-offer-card p {
    margin: 0;

    color: var(--dp-muted);

    font-size: 14px;

    line-height: 1.75;
}


.dp-offer-card-line {
    width: 100%;

    height: 1px;

    margin: 25px 0 17px;

    background: var(--dp-border);
}


.dp-offer-tag {
    display: inline-block;

    padding: 7px 13px;

    border-radius: 30px;

    background: #f7f9fc;

    color: var(--dp-navy);

    font-size: 11px;

    font-weight: 800;

    letter-spacing: .3px;
}


.dp-offer-card-highlight {
    background:
        linear-gradient(
            145deg,
            #fff8f3,
            #fff2f7
        );

    border-color: #ffe0d4;
}


/* =========================================================
   OUR GOAL
========================================================= */

.dp-offer-goal {
    padding: 100px 20px;

    background: #f8fbff;
}


.dp-offer-goal h2 {
    margin: 0 0 22px;

    color: var(--dp-navy);

    font-size: clamp(36px, 4vw, 52px);

    line-height: 1.15;

    font-weight: 800;
}


.dp-offer-goal h2 span {
    color: var(--dp-orange);
}


.dp-offer-goal > .container > .row > .col-lg-7 > p {
    max-width: 650px;

    margin: 0 0 30px;

    color: var(--dp-muted);

    font-size: 17px;

    line-height: 1.75;
}


/* =========================================================
   GOAL VISUAL
========================================================= */

.dp-goal-visual {
    position: relative;

    min-height: 430px;

    display: flex;

    align-items: center;
    justify-content: center;
}


.dp-goal-main {
    position: relative;
    z-index: 2;

    width: 190px;
    height: 190px;

    display: flex;

    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: #fff;

    color: var(--dp-yellow);

    font-size: 70px;

    box-shadow:
        0 20px 55px rgba(24,43,91,.10);
}


.dp-goal-visual::before {
    content: "";

    position: absolute;

    width: 290px;
    height: 290px;

    border-radius: 50%;

    background: #fff4d4;
}


.dp-goal-word {
    position: absolute;

    z-index: 3;

    padding: 10px 17px;

    border-radius: 30px;

    background: #fff;

    color: var(--dp-navy);

    font-size: 12px;

    font-weight: 800;

    box-shadow:
        0 10px 25px rgba(24,43,91,.09);
}


.dp-goal-word-one {
    top: 65px;
    left: 5%;
}


.dp-goal-word-two {
    top: 50px;
    right: 3%;
}


.dp-goal-word-three {
    right: 7%;
    bottom: 70px;
}


/* =========================================================
   GOAL POINTS
========================================================= */

.dp-goal-points {
    display: flex;

    flex-direction: column;

    gap: 22px;
}


.dp-goal-point {
    display: flex;

    align-items: flex-start;

    gap: 15px;
}


.dp-goal-point-icon {
    width: 42px;
    height: 42px;

    display: flex;

    align-items: center;
    justify-content: center;

    flex-shrink: 0;

    border-radius: 13px;

    background: #e9f8f2;

    color: var(--dp-green);

    font-size: 18px;
}


.dp-goal-point h4 {
    margin: 0 0 5px;

    color: var(--dp-navy);

    font-size: 17px;

    font-weight: 800;
}


.dp-goal-point p {
    margin: 0;

    color: var(--dp-muted);

    font-size: 13px;

    line-height: 1.6;
}


/* =========================================================
   CTA
========================================================= */

.dp-offer-cta {
    padding: 70px 20px;

    background: #fff;
}


.dp-offer-cta-box {
    display: flex;

    align-items: center;
    justify-content: space-between;

    gap: 35px;

    padding: 55px;

    border-radius: 30px;

    background:
        linear-gradient(
            135deg,
            var(--dp-navy),
            #263f7a
        );
}


.dp-offer-cta-box .dp-label {
    color: #ffc4da;
}


.dp-offer-cta-box h2 {
    margin: 0 0 12px;

    color: #fff;

    font-size: clamp(30px, 4vw, 48px);

    line-height: 1.15;

    font-weight: 800;
}


.dp-offer-cta-box h2 span {
    color: #ff9c76;
}


.dp-offer-cta-box p {
    margin: 0;

    color: rgba(255,255,255,.75);

    font-size: 15px;
}


/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 991px) {

    .dp-offer-hero,
    .dp-offer-goal {
        padding-top: 75px;
        padding-bottom: 75px;
    }


    .dp-offer-hero-visual {
        min-height: 330px;
    }


    .dp-offer-cta-box {
        flex-direction: column;

        align-items: flex-start;
    }

}


@media (max-width: 767px) {

    .dp-offer-hero h1 {
        font-size: 40px;

        letter-spacing: -1px;
    }


    .dp-offer-hero-visual {
        min-height: 290px;
    }


    .dp-offer-circle {
        width: 185px;
        height: 185px;

        font-size: 65px;
    }


    .dp-offer-hero-visual::before {
        width: 240px;
        height: 240px;
    }


    .dp-offer-floating {
        padding: 10px 13px;

        font-size: 11px;
    }


    .dp-offer-float-one {
        top: 20px;
        left: 0;
    }


    .dp-offer-float-two {
        top: 100px;
        right: 0;
    }


    .dp-offer-float-three {
        bottom: 20px;
        left: 5%;
    }


    .dp-offer-card {
        padding: 27px;
    }


    .dp-goal-visual {
        min-height: 320px;
    }


    .dp-goal-main {
        width: 150px;
        height: 150px;

        font-size: 55px;
    }


    .dp-goal-visual::before {
        width: 230px;
        height: 230px;
    }


    .dp-goal-word-one {
        top: 25px;
    }


    .dp-goal-word-two {
        top: 20px;
        right: 0;
    }


    .dp-goal-word-three {
        bottom: 25px;
        right: 0;
    }


    .dp-offer-cta-box {
        padding: 35px 25px;
    }

}


@media (max-width: 480px) {

    .dp-offer-hero {
        padding-left: 15px;
        padding-right: 15px;
    }


    .dp-offer-hero h1 {
        font-size: 36px;
    }


    .dp-offer-intro h2 {
        font-size: 34px;
    }


    .dp-offer-services {
        padding-left: 15px;
        padding-right: 15px;
    }


    .dp-goal-visual {
        min-height: 280px;
    }


    .dp-goal-main {
        width: 125px;
        height: 125px;

        font-size: 45px;
    }


    .dp-goal-visual::before {
        width: 195px;
        height: 195px;
    }


    .dp-goal-word {
        padding: 8px 12px;

        font-size: 10px;
    }

}

