/* =========================================================
   GLOBAL
========================================================= */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: "Roboto", sans-serif;
    color: #19274f;
    background: #ffffff;
    line-height: 1.6;
    overflow-x: hidden;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

a {
    text-decoration: none;
}

button {
    font-family: inherit;
}

.ep-services-container,
.container {
    width: min(1180px, 92%);
    margin: 0 auto;
}


/* =========================================================
   SERVICES HERO
========================================================= */

.ep-services-hero {
    position: relative;
    overflow: hidden;
    padding: 90px 0;
    color: #ffffff;
    background: linear-gradient(135deg, #19274f 0%, #03355b 100%);
}

.ep-services-hero .ep-services-container {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
    align-items: center;
    gap: 60px;
}

.ep-services-hero-content {
    min-width: 0;
}

.ep-services-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 18px;

    color: #e2b654;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.ep-services-eyebrow>span {
    width: 35px;
    height: 2px;
    flex-shrink: 0;
    background: #e2b654;
}

.ep-services-hero-content h1 {
    margin-bottom: 24px;

    color: #ffffff;
    font-size: clamp(40px, 5vw, 68px);
    line-height: 1.05;
    letter-spacing: -1.5px;
}

.ep-services-hero-content h1 span {
    color: #e2b654;
}

.ep-services-hero-content p {
    max-width: 620px;
    margin-bottom: 32px;

    color: rgba(255, 255, 255, 0.82);
    font-size: 18px;
    line-height: 1.8;
}

.ep-services-hero-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 13px;
}

.ep-service-btn {
    min-height: 48px;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    padding: 14px 24px;

    border-radius: 5px;

    font-size: 14px;
    font-weight: 700;

    transition:
        transform 0.3s ease,
        background 0.3s ease,
        color 0.3s ease,
        border-color 0.3s ease;
}

.ep-service-btn:hover {
    transform: translateY(-3px);
}

.ep-service-btn-primary {
    background: #e2b654;
    color: #19274f;
}

.ep-service-btn-primary:hover {
    background: #f0c86c;
    color: #19274f;
}

.ep-service-btn-secondary {
    background: #25869d;
    color: #ffffff;
}

.ep-service-btn-secondary:hover {
    background: #2d9bb5;
    color: #ffffff;
}

.ep-service-btn-outline {
    border: 1px solid rgba(255, 255, 255, 0.45);
    background: transparent;
    color: #ffffff;
}

.ep-service-btn-outline:hover {
    border-color: #ffffff;
    background: #ffffff;
    color: #19274f;
}

.ep-services-hero-image {
    width: 100%;
    height: 408px;

}

.ep-services-hero-image img {
    width: 100%;
    max-width: 560px;
    margin: 0 auto;

    border-radius: 12px;
    object-fit: contain;
}


/* =========================================================
   SERVICES INTRO
========================================================= */

.ep-services-intro {
    position: relative;
    width: 100%;
    overflow: hidden;

    padding: 115px 0;

    background: #f8f9fb;
}

.ep-services-intro::before {
    content: "";

    position: absolute;
    width: 420px;
    height: 420px;

    right: -180px;
    top: -200px;

    border-radius: 50%;

    background: rgba(37, 134, 157, 0.045);

    pointer-events: none;
}

.ep-services-intro::after {
    content: "";

    position: absolute;
    width: 180px;
    height: 180px;

    left: -100px;
    bottom: -100px;

    border: 1px solid rgba(226, 182, 84, 0.15);
    border-radius: 50%;

    pointer-events: none;
}

.ep-services-intro .ep-services-container {
    position: relative;
    z-index: 2;

    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);

    gap: 90px;
    align-items: center;
}

.ep-services-intro-heading {
    padding-right: 20px;
}

.ep-services-small-title {
    display: inline-flex;
    align-items: center;
    gap: 11px;

    margin-bottom: 22px;

    color: #25869d;

    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2.5px;
    text-transform: uppercase;
}

.ep-services-title-line {
    width: 34px;
    height: 2px;
    flex-shrink: 0;

    background: #e2b654;
}

.ep-services-intro-heading h2 {
    max-width: 560px;
    margin: 0;

    color: #19274f;

    font-size: clamp(38px, 4.2vw, 58px);
    font-weight: 700;
    line-height: 1.08;
    letter-spacing: -1.5px;
}

.ep-services-intro-heading h2 span {
    display: block;
    color: #25869d;
}

.ep-services-intro-content {
    max-width: 560px;
    padding-left: 35px;

    border-left: 1px solid rgba(25, 39, 79, 0.12);
}

.ep-services-intro-content .ep-services-lead {
    margin-bottom: 22px;

    color: #303b50;

    font-size: 18px;
    line-height: 1.8;
}

.ep-services-intro-content p:not(.ep-services-lead) {
    margin: 0;

    color: #667085;

    font-size: 16px;
    line-height: 1.85;
}

.ep-services-intro-bottom {
    display: flex;
    align-items: center;
    gap: 14px;

    margin-top: 30px;
    padding-top: 20px;

    border-top: 1px solid rgba(25, 39, 79, 0.10);
}

.ep-services-number {
    width: 34px;
    height: 34px;
    flex-shrink: 0;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: #e2b654;
    color: #19274f;

    font-size: 11px;
    font-weight: 800;
}

.ep-services-bottom-text {
    color: #19274f;

    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2px;
}


/* =========================================================
   MAIN SERVICES
========================================================= */

.ep-main-services {
    padding: 100px 0;
}

.ep-services-section-heading {
    max-width: 720px;
    margin: 0 auto 55px;
    text-align: center;
}

.ep-services-section-heading h2 {
    margin-bottom: 18px;

    font-size: clamp(32px, 4vw, 48px);
    line-height: 1.15;
}

.ep-services-section-heading h2 span {
    color: #e2b654;
}

.ep-services-section-heading p {
    color: #667085;
    font-size: 17px;
}

.ep-services-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 30px;
}

.ep-service-card {
    position: relative;
    overflow: hidden;

    padding: 35px;

    border: 1px solid #e5e7eb;
    border-radius: 12px;

    background: #ffffff;

    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease;
}

.ep-service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(25, 39, 79, 0.08);
}

.ep-service-card-number {
    position: absolute;
    top: -10px;
    right: 20px;

    z-index: 1;

    color: #f1f5f7;

    font-size: 80px;
    font-weight: 800;
    line-height: 1;
}

.ep-service-card-icon {
    position: relative;
    z-index: 2;

    width: 60px;
    height: 60px;

    display: flex;
    align-items: center;
    justify-content: center;

    margin-bottom: 20px;

    border-radius: 50%;

    background: #e2b654;
    color: #ffffff;

    font-size: 24px;
}

.ep-service-card h3 {
    position: relative;
    z-index: 2;

    margin-bottom: 12px;

    font-size: 22px;
}

.ep-service-card p {
    position: relative;
    z-index: 2;

    margin-bottom: 20px;

    color: #667085;

    font-size: 15px;
}

.ep-service-card a {
    position: relative;
    z-index: 2;

    display: inline-flex;
    align-items: center;

    padding: 10px 20px;

    border-radius: 5px;

    background: #25869d;
    color: #ffffff;

    font-size: 14px;
    font-weight: 700;
}

.ep-service-card a span {
    transition: transform 0.3s ease;
}

.ep-service-card:hover a span {
    display: inline-block;
    transform: translateX(5px);
}


/* =========================================================
   PROCESS
========================================================= */

.ep-services-process {
    padding: 100px 0;
    background: #f5f8fa;
}

.ep-services-process .ep-services-container {
    display: grid;
    grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);

    gap: 80px;
    align-items: center;
}

.ep-process-image {
    width: 100%;
    overflow: hidden;
    border-radius: 12px;
}

.ep-process-image img {
    width: 100%;
    height: 100%;
    max-height: 650px;

    object-fit: cover;
    object-position: center;
    border-radius: 12px;
}

.ep-process-content {
    min-width: 0;
}

.ep-process-content h2 {
    margin-bottom: 18px;

    font-size: clamp(32px, 4vw, 48px);
    line-height: 1.15;
}

.ep-process-content h2 span {
    color: #e2b654;
}

.ep-process-content>p {
    margin-bottom: 40px;

    color: #667085;

    font-size: 17px;
}

.ep-process-list {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.ep-process-item {
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

.ep-process-number {
    width: 50px;
    height: 50px;
    flex-shrink: 0;

    display: flex;
    align-items: center;
    justify-content: center;

    border: 2px solid #e2b654;
    border-radius: 50%;

    color: #19274f;

    font-weight: 700;
}

.ep-process-item h3 {
    margin-bottom: 8px;
    font-size: 20px;
}

.ep-process-item p {
    color: #667085;
    font-size: 15px;
}


/* =========================================================
   FEATURED SERVICE
========================================================= */

.ep-featured-service {
    padding: 100px 0;
}

.ep-featured-service .ep-services-container {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);

    gap: 80px;
    align-items: center;
}

.ep-featured-content {
    min-width: 0;
}

.ep-featured-content h2 {
    margin-bottom: 18px;

    font-size: clamp(32px, 4vw, 48px);
    line-height: 1.15;
}

.ep-featured-content h2 span {
    color: #e2b654;
}

.ep-featured-content>p {
    margin-bottom: 30px;

    color: #667085;
    font-size: 17px;
}

.ep-featured-points {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 15px;

    margin-bottom: 35px;
}

.ep-featured-points div {
    display: flex;
    align-items: flex-start;
    gap: 10px;

    color: #19274f;
    font-weight: 500;
}

.ep-featured-points span {
    flex-shrink: 0;
    color: #25869d;
    font-weight: 800;
}

.ep-featured-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    padding: 14px 28px;

    border-radius: 5px;

    background: #19274f;
    color: #ffffff;

    font-size: 15px;
    font-weight: 700;

    transition: 0.3s ease;
}

.ep-featured-btn:hover {
    transform: translateY(-3px);
    background: #03355b;
    color: #ffffff;
}

.ep-featured-image {
    width: 100%;
}

.ep-featured-image img {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    object-fit: contain;
}


/* =========================================================
   CTA
========================================================= */

.ep-services-cta {
    padding: 0 0 100px;
}

.ep-services-cta-box {
    position: relative;
    /* overflow: hidden; */

    padding: 65px;

    border-radius: 18px;

    /* background: linear-gradient(135deg, #03355b, #19274f); */
    background: linear-gradient(0deg, #03355b, #19274fb5), url(/assets/images/bg.png) ;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;

    color: #ffffff;
    text-align: center;
}

.ep-services-cta-box>span {
    display: block;
    margin-bottom: 12px;

    color: #e2b654;

    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.ep-services-cta-box h2 {
    margin-bottom: 15px;

    color: #ffffff;

    font-size: clamp(30px, 4vw, 45px);
    line-height: 1.15;
}

.ep-services-cta-box h2 strong {
    color: #e2b654;
}

.ep-services-cta-box p {
    max-width: 650px;
    margin: 0 auto 28px;

    color: rgba(255, 255, 255, 0.78);
}

.ep-services-cta-buttons {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px;
}


/* =========================================================
   FAQ
========================================================= */

.ep-faq-section {
    padding: 100px 0;
}

.ep-faq-section .row {
    display: grid;
    grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
    gap: 50px;
}

.ep-faq-intro .ep-faq-eyebrow {
    display: block;
    margin-bottom: 12px;

    color: #25869d;

    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.ep-faq-intro h2 {
    margin-bottom: 18px;

    font-size: clamp(32px, 4vw, 48px);
    line-height: 1.15;
}

.ep-faq-intro h2 span {
    color: #e2b654;
}

.ep-faq-intro>p {
    margin-bottom: 30px;

    color: #667085;
    font-size: 17px;
}

.ep-faq-contact-box {
    display: flex;
    align-items: center;
    gap: 15px;

    margin-bottom: 25px;
    padding: 20px;

    border-radius: 10px;

    background: #f5f8fa;
}

.ep-faq-contact-icon {
    width: 50px;
    height: 50px;
    flex-shrink: 0;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: #e2b654;
    color: #19274f;

    font-size: 22px;
}

.ep-faq-contact-box strong {
    display: block;
    font-size: 17px;
}

.ep-faq-contact-box span {
    color: #667085;
    font-size: 14px;
}

.ep-faq-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;

    padding: 14px 28px;

    border-radius: 5px;

    background: #19274f;
    color: #ffffff;

    font-size: 15px;
    font-weight: 700;

    transition: 0.3s ease;
}

.ep-faq-btn:hover {
    transform: translateY(-3px);
    background: #03355b;
    color: #ffffff;
}

.ep-faq-list {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.ep-faq-item {
    overflow: hidden;

    border: 1px solid #e5e7eb;
    border-radius: 8px;

    background: #ffffff;

    transition: 0.3s ease;
}

.ep-faq-item.active {
    border-color: #e2b654;
    box-shadow: 0 10px 30px rgba(25, 39, 79, 0.07);
}

.ep-faq-question {
    width: 100%;

    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;

    padding: 22px 25px;

    border: 0;
    outline: none;

    background: #ffffff;
    color: #19274f;

    text-align: left;

    cursor: pointer;

    font-family: inherit;
    font-size: 16px;
    font-weight: 700;
}

.ep-faq-question span {
    min-width: 0;
}

.ep-faq-question i {
    width: 30px;
    height: 30px;
    flex-shrink: 0;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: #f1f5f7;
    color: #25869d;

    font-size: 16px;

    transition: 0.3s ease;
}

.ep-faq-item.active .ep-faq-question i {
    transform: rotate(45deg);

    background: #e2b654;
    color: #19274f;
}

.ep-faq-answer {
    max-height: 0;
    overflow: hidden;

    transition: max-height 0.35s ease;
}

.ep-faq-answer p {
    padding: 0 25px 23px;

    color: #667085;

    font-size: 15px;
    line-height: 1.8;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 991px) {

    .ep-services-hero {
        padding: 75px 0;
    }

    .ep-services-hero .ep-services-container {
        grid-template-columns: 1fr 0.85fr;
        gap: 40px;
    }

    .ep-services-intro {
        padding: 90px 0;
    }

    .ep-services-intro .ep-services-container {
        gap: 50px;
    }

    .ep-services-intro-heading {
        padding-right: 0;
    }

    .ep-services-intro-heading h2 {
        font-size: clamp(36px, 5vw, 48px);
    }

    .ep-services-intro-content {
        padding-left: 28px;
    }

    .ep-services-process {
        padding: 85px 0;
    }

    .ep-services-process .ep-services-container {
        gap: 50px;
    }

    .ep-featured-service {
        padding: 85px 0;
    }

    .ep-featured-service .ep-services-container {
        gap: 50px;
    }

    .ep-services-cta {
        padding-bottom: 85px;
    }

    .ep-services-cta-box {
        padding: 55px 40px;
    }

    .ep-faq-section {
        padding: 85px 0;
    }

    .ep-faq-section .row {
        grid-template-columns: 1fr;
        gap: 45px;
    }
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

    .ep-services-container,
    .container {
        width: min(92%, 560px);
    }

    /* HERO */

    .ep-services-hero {
        padding: 60px 0;
    }

    .ep-services-hero .ep-services-container {
        grid-template-columns: 1fr;
        gap: 45px;

        text-align: center;
    }

    .ep-services-eyebrow {
        justify-content: center;
        font-size: 11px;
        letter-spacing: 1.7px;
    }

    .ep-services-hero-content h1 {
        margin-bottom: 20px;

        font-size: clamp(36px, 10vw, 48px);
        letter-spacing: -0.8px;
    }

    .ep-services-hero-content p {
        margin-right: auto;
        margin-left: auto;

        font-size: 16px;
        line-height: 1.75;
    }

    .ep-services-hero-buttons {
        flex-direction: column;
        align-items: stretch;

        max-width: 360px;
        margin: 0 auto;
    }

    .ep-service-btn {
        width: 100%;
    }

    .ep-services-hero-image img {
        max-width: 420px;
    }


    /* INTRO */

    .ep-services-intro {
        padding: 75px 0;
    }

    .ep-services-intro .ep-services-container {
        grid-template-columns: 1fr;
        gap: 35px;
    }

    .ep-services-intro-heading h2 {
        max-width: 100%;

        font-size: clamp(34px, 9vw, 42px);
        line-height: 1.12;
        letter-spacing: -0.8px;
    }

    .ep-services-small-title {
        margin-bottom: 17px;

        font-size: 10px;
        letter-spacing: 2px;
    }

    .ep-services-title-line {
        width: 25px;
    }

    .ep-services-intro-content {
        max-width: 100%;
        padding-left: 20px;

        border-left: 2px solid rgba(37, 134, 157, 0.18);
    }

    .ep-services-intro-content .ep-services-lead {
        font-size: 16px;
        line-height: 1.75;
    }

    .ep-services-intro-content p:not(.ep-services-lead) {
        font-size: 15px;
        line-height: 1.75;
    }


    /* SERVICES */

    .ep-main-services {
        padding: 75px 0;
    }

    .ep-services-section-heading {
        margin-bottom: 35px;
    }

    .ep-services-section-heading h2 {
        font-size: 34px;
    }

    .ep-services-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .ep-service-card {
        padding: 28px;
    }


    /* PROCESS */

    .ep-services-process {
        padding: 75px 0;
    }

    .ep-services-process .ep-services-container {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .ep-process-image {
        order: 1;
    }

    .ep-process-content {
        order: 2;
    }

    .ep-process-content h2 {
        font-size: 34px;
    }

    .ep-process-content>p {
        font-size: 16px;
        margin-bottom: 30px;
    }

    .ep-process-list {
        gap: 22px;
    }

    .ep-process-item {
        gap: 15px;
    }

    .ep-process-number {
        width: 44px;
        height: 44px;
        font-size: 13px;
    }

    .ep-process-item h3 {
        font-size: 18px;
    }

    .ep-process-item p {
        font-size: 14px;
    }


    /* FEATURED */

    .ep-featured-service {
        padding: 75px 0;
    }

    .ep-featured-service .ep-services-container {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .ep-featured-image {
        order: -1;
    }

    .ep-featured-content h2 {
        font-size: 34px;
    }

    .ep-featured-content>p {
        font-size: 16px;
    }

    .ep-featured-points {
        grid-template-columns: 1fr;
        gap: 13px;
    }

    .ep-featured-btn {
        width: 100%;
    }


    /* CTA */

    .ep-services-cta {
        padding: 0 0 75px;
    }

    .ep-services-cta-box {
        padding: 45px 22px;
        border-radius: 14px;
    }

    .ep-services-cta-box h2 {
        font-size: 32px;
    }

    .ep-services-cta-box p {
        font-size: 15px;
        line-height: 1.7;
    }

    .ep-services-cta-buttons {
        flex-direction: column;
        align-items: stretch;

        max-width: 360px;
        margin: 0 auto;
    }


    /* FAQ */

    .ep-faq-section {
        padding: 75px 0;
    }

    .ep-faq-section .row {
        display: grid;
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .ep-faq-intro h2 {
        font-size: 34px;
    }

    .ep-faq-intro>p {
        font-size: 16px;
    }

    .ep-faq-question {
        padding: 18px 17px;
        gap: 12px;

        font-size: 15px;
    }

    .ep-faq-answer p {
        padding: 0 17px 20px;
        font-size: 14px;
        line-height: 1.7;
    }

    .ep-faq-contact-box {
        align-items: flex-start;
        padding: 17px;
    }

    .ep-faq-btn {
        width: 100%;
    }
}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 480px) {

    .ep-services-hero {
        padding: 50px 0;
    }

    .ep-services-hero-content h1 {
        font-size: 36px;
    }

    .ep-services-hero-content p {
        font-size: 15px;
    }

    .ep-services-intro {
        padding: 65px 0;
    }

    .ep-services-intro-content {
        padding-left: 17px;
    }

    .ep-services-intro-bottom {
        gap: 10px;
        margin-top: 25px;
        padding-top: 17px;
    }

    .ep-services-bottom-text {
        font-size: 9px;
        letter-spacing: 1.5px;
    }

    .ep-service-card {
        padding: 25px;
    }

    .ep-service-card-number {
        font-size: 65px;
    }

    .ep-process-item {
        gap: 12px;
    }

    .ep-process-number {
        width: 40px;
        height: 40px;
    }

    .ep-services-cta-box {
        padding: 40px 18px;
    }

    .ep-services-cta-box h2 {
        font-size: 29px;
    }

    .ep-faq-contact-box strong {
        font-size: 15px;
    }

    .ep-faq-contact-box span {
        font-size: 13px;
    }
}