/* =================================
   ELECTROTHERAPY HERO
================================= */

.electrotherapy-hero{
    position:relative;

    width:100%;
    height:620px;

    overflow:hidden;

    display:flex;
    align-items:center;
    justify-content:center;

    background:#262824;
}


/* =================================
   BACKGROUND
================================= */

.electrotherapy-bg{
    position:absolute;
    inset:0;

    background-image:url("../images/services/electrotherapy-hero.png");
    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;

    z-index:0;
}


/* =================================
   OVERLAY
================================= */

.electrotherapy-overlay{
    position:absolute;
    inset:0;

    background:
        linear-gradient(
            90deg,
            rgba(19,22,20,.56) 0%,
            rgba(19,22,20,.20) 50%,
            rgba(19,22,20,.44) 100%
        );

    z-index:1;
}


/* =================================
   GLASS CARD
================================= */

.electrotherapy-card{
    position:relative;
    z-index:2;

    width:825px;
    min-height:385px;

    padding:50px 55px;

    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;

    text-align:center;

    border:1px solid rgba(255,255,255,.62);
    border-radius:22px;

    background:rgba(255,255,255,.60);

    backdrop-filter:blur(13px);
    -webkit-backdrop-filter:blur(13px);

    box-shadow:
        0 15px 45px rgba(0,0,0,.12);
}


/* =================================
   PILL
================================= */

.electrotherapy-pill{
    height:28px;

    padding:0 16px;

    display:flex;
    align-items:center;
    justify-content:center;

    border-radius:999px;

    background:#B8E9D8;

    font-family:"Manrope", sans-serif;
    font-size:10px;
    font-weight:600;
    line-height:16px;
    letter-spacing:1.2px;

    color:#075746;

    margin-bottom:24px;
}


/* =================================
   HEADING
================================= */

.electrotherapy-card h1{
    margin:0 0 14px;

    font-family:"Manrope", sans-serif;
    font-size:44px;
    font-weight:600;
    line-height:56px;
    letter-spacing:-1.2px;

    color:#111318;
}


/* =================================
   DESCRIPTION
================================= */

.electrotherapy-card p{
    max-width:680px;

    margin:0 auto;

    font-family:"Plus Jakarta Sans", sans-serif;
    font-size:16px;
    font-weight:400;
    line-height:25px;

    color:#FFFFFF;
}


/* =================================
   BUTTONS
================================= */

.electrotherapy-buttons{
    display:flex;
    align-items:center;
    justify-content:center;

    gap:14px;

    margin-top:30px;
}


.electrotherapy-book-btn,
.electrotherapy-call-btn{
    height:48px;

    padding:0 24px;

    display:flex;
    align-items:center;
    justify-content:center;

    gap:9px;

    border-radius:999px;

    font-family:"Manrope", sans-serif;
    font-size:13px;
    font-weight:600;

    text-decoration:none;

    transition:.25s ease;
}


.electrotherapy-book-btn img,
.electrotherapy-call-btn img{
    width:16px;
    height:16px;

    object-fit:contain;
}


/* =================================
   BOOK APPOINTMENT
================================= */

.electrotherapy-book-btn{
    min-width:220px;

    background:#3C9FC2;

    color:#FFFFFF;

    box-shadow:0 5px 15px rgba(38,130,163,.18);
}

.electrotherapy-book-btn:hover{
    background:#298DAF;
    transform:translateY(-1px);
}


/* =================================
   CALL NOW
================================= */

.electrotherapy-call-btn{
    min-width:250px;

    background:#FFFFFF;

    border:1px solid #D7E0DE;

    color:#075746;
}

.electrotherapy-call-btn:hover{
    background:#F7FBFA;
    transform:translateY(-1px);
}


/* =================================
   RESPONSIVE
================================= */

@media(max-width:950px){

    .electrotherapy-hero{
        height:580px;
    }

    .electrotherapy-card{
        width:calc(100% - 80px);

        min-height:360px;

        padding:45px 35px;
    }

    .electrotherapy-card h1{
        font-size:38px;
        line-height:48px;
    }
}


@media(max-width:650px){

    .electrotherapy-hero{
        height:620px;
    }

    .electrotherapy-card{
        width:calc(100% - 32px);

        min-height:auto;

        padding:40px 22px;

        border-radius:18px;
    }

    .electrotherapy-card h1{
        font-size:30px;
        line-height:40px;
    }

    .electrotherapy-card p{
        font-size:14px;
        line-height:22px;
    }

    .electrotherapy-buttons{
        flex-direction:column;

        width:100%;
    }

    .electrotherapy-book-btn,
    .electrotherapy-call-btn{
        width:100%;
        max-width:290px;
    }
}

/* =================================
   ELECTROTHERAPY EXPERT CARE
================================= */

.electrotherapy-expert{
    width:100%;

    height:597px;
    padding:88px 0;

    background:#FFFFFF;
}


.electrotherapy-expert-container{
    display:grid;

    grid-template-columns:400px minmax(0,1fr);

    align-items:center;

    gap:70px;
}


/* =================================
   IMAGE
================================= */

.electrotherapy-expert-image{
    width:100%;

    overflow:hidden;

    background:#FFFFFF;

    border:1px solid #E8EBEF;
}


.electrotherapy-expert-image img{
    width:100%;
    height:320px;

    display:block;

    object-fit:cover;
    object-position:center;
}


.electrotherapy-image-caption{
    min-height:64px;

    padding:10px 14px;

    display:flex;
    align-items:center;

    background:#FFFFFF;

    font-family:"Plus Jakarta Sans", sans-serif;
    font-size:12px;
    font-weight:400;
    line-height:18px;

    color:#7A8088;
}


/* =================================
   CONTENT
================================= */

.electrotherapy-expert-content{
    max-width:620px;
}


/* Eyebrow */

.electrotherapy-eyebrow{
    display:flex;
    align-items:center;
    gap:7px;

    margin-bottom:16px;

    font-family:"Manrope", sans-serif;
    font-size:11px;
    font-weight:600;
    line-height:16px;
    letter-spacing:1.5px;
    text-transform:uppercase;

    color:#006780;
}

.electrotherapy-eyebrow span{
    font-size:13px;
}


/* Heading */

.electrotherapy-expert-content h2{
    margin:0;

    font-family:"Manrope", sans-serif;
    font-size:40px;
    font-weight:600;
    line-height:46px;
    letter-spacing:-1px;

    color:#111318;
}


/* Divider */

.electrotherapy-divider{
    width:40px;
    height:1px;

    margin:18px 0 22px;

    background:#B8BEC7;
}


/* Paragraphs */

.electrotherapy-expert-content p{
    margin:0 0 10px;

    font-family:"Plus Jakarta Sans", sans-serif;
    font-size:14px;
    font-weight:400;
    line-height:22px;

    color:#555B64;
}

.electrotherapy-expert-content p:last-child{
    margin-bottom:0;
}


/* =================================
   RESPONSIVE
================================= */

@media(max-width:900px){

    .electrotherapy-expert{
        height:auto;
        padding:70px 0;
    }

    .electrotherapy-expert-container{
        grid-template-columns:1fr;
        gap:40px;
    }

    .electrotherapy-expert-image{
        width:100%;
        max-width:520px;
    }

    .electrotherapy-expert-content{
        max-width:100%;
    }
}


@media(max-width:600px){

    .electrotherapy-expert{
        padding:52px 0;
    }

    .electrotherapy-expert-image img{
        height:280px;
    }

    .electrotherapy-expert-content h2{
        font-size:32px;
        line-height:40px;
    }

    .electrotherapy-expert-content p{
        font-size:14px;
        line-height:22px;
    }
}

/* =================================
   ELECTROTHERAPY TREATMENT PROCESS
================================= */

.electrotherapy-process{
    width:100%;

    padding:64px 0;

    background:#F2F6F5;

    border-top:1px solid rgba(190,201,196,.20);
    border-bottom:1px solid rgba(190,201,196,.20);
}


.electrotherapy-process-container{
    width:1200px;
    max-width:calc(100% - 48px);
    margin:0 auto;
}


/* =================================
   HEADING
================================= */

.electrotherapy-process-heading{
    text-align:center;

    margin-bottom:64px;
}

.electrotherapy-process-heading h2{
    margin:0 0 8px;

    font-family:"Manrope", sans-serif;
    font-size:38px;
    font-weight:600;
    line-height:48px;
    letter-spacing:-.8px;

    color:#111318;
}

.electrotherapy-process-heading p{
    margin:0;

    font-family:"Plus Jakarta Sans", sans-serif;
    font-size:15px;
    font-weight:400;
    line-height:24px;

    color:#4E565B;
}


/* =================================
   GRID
================================= */

.electrotherapy-process-grid{
    display:grid;

    grid-template-columns:repeat(6,1fr);

    column-gap:28px;
    row-gap:28px;
}


/* First row */

.electrotherapy-process-card:nth-child(1),
.electrotherapy-process-card:nth-child(2),
.electrotherapy-process-card:nth-child(3){
    grid-column:span 2;
}


/* Second row */

.electrotherapy-process-card:nth-child(4){
    grid-column:2 / span 2;
}

.electrotherapy-process-card:nth-child(5){
    grid-column:4 / span 2;
}


/* =================================
   CARD
================================= */

.electrotherapy-process-card{
    min-height:248px;

    padding:28px;

    background:#FFFFFF;

    border:1px solid #E7ECEA;
    border-radius:28px;

    box-shadow:
        0 2px 5px rgba(15,35,30,.04);

    transition:
        transform .25s ease,
        box-shadow .25s ease;
}

.electrotherapy-process-card:hover{
    transform:translateY(-3px);

    box-shadow:
        0 10px 25px rgba(15,35,30,.07);
}


/* =================================
   STEP NUMBER
================================= */

.electrotherapy-step-number{
    width:38px;
    height:38px;

    margin-bottom:22px;

    display:flex;
    align-items:center;
    justify-content:center;

    border-radius:50%;

    background:#3F9FC2;

    font-family:"Manrope", sans-serif;
    font-size:13px;
    font-weight:600;
    line-height:20px;

    color:#FFFFFF;
}


/* =================================
   CARD HEADING
================================= */

.electrotherapy-process-card h3{
    margin:0 0 12px;

    font-family:"Manrope", sans-serif;
    font-size:17px;
    font-weight:600;
    line-height:24px;
    letter-spacing:-.15px;

    color:#151719;
}


/* =================================
   CARD TEXT
================================= */

.electrotherapy-process-card p{
    margin:0;

    font-family:"Plus Jakarta Sans", sans-serif;
    font-size:13px;
    font-weight:400;
    line-height:21px;

    color:#51595C;
}


/* =================================
   RESPONSIVE
================================= */

@media(max-width:1000px){

    .electrotherapy-process-grid{
        grid-template-columns:repeat(2,1fr);
        gap:20px;
    }

    .electrotherapy-process-card:nth-child(1),
    .electrotherapy-process-card:nth-child(2),
    .electrotherapy-process-card:nth-child(3),
    .electrotherapy-process-card:nth-child(4),
    .electrotherapy-process-card:nth-child(5){
        grid-column:auto;
    }

    .electrotherapy-process-card:nth-child(5){
        grid-column:1 / -1;

        max-width:50%;
        justify-self:center;
    }
}


@media(max-width:650px){

    .electrotherapy-process{
        padding:56px 0;
    }

    .electrotherapy-process-heading{
        margin-bottom:42px;
    }

    .electrotherapy-process-heading h2{
        font-size:30px;
        line-height:40px;
    }

    .electrotherapy-process-grid{
        grid-template-columns:1fr;
        gap:20px;
    }

    .electrotherapy-process-card:nth-child(5){
        grid-column:auto;
        max-width:none;
    }

    .electrotherapy-process-card{
        min-height:auto;
        padding:28px 24px;
        border-radius:24px;
    }
}
/* =================================
   ELECTROTHERAPY KEY BENEFITS
================================= */

.electrotherapy-benefits{
    width:100%;

    padding:96px 0;

    background:#F0F3FF;

    border-bottom:1px solid rgba(190,201,196,.20);
}


/* Heading */

.electrotherapy-benefits-heading{
    max-width:760px;

    margin:0 auto 56px;

    text-align:center;
}

.electrotherapy-benefits-eyebrow{
    margin-bottom:10px;

    font-family:"Manrope", sans-serif;
    font-size:13px;
    font-weight:600;
    line-height:20px;
    letter-spacing:1.4px;
    text-transform:uppercase;

    color:#176B60;
}

.electrotherapy-benefits-heading h2{
    margin:0 0 8px;

    font-family:"Manrope", sans-serif;
    font-size:36px;
    font-weight:600;
    line-height:48px;
    letter-spacing:-.8px;

    color:#202A45;
}

.electrotherapy-benefits-heading p{
    max-width:680px;

    margin:0 auto;

    font-family:"Plus Jakarta Sans", sans-serif;
    font-size:16px;
    font-weight:400;
    line-height:26px;

    color:#4C535B;
}


/* Grid */

.electrotherapy-benefits-grid{
    max-width:1005px;

    margin:0 auto;

    display:grid;
    grid-template-columns:repeat(2,1fr);

    gap:20px;
}


/* Card */

.electrotherapy-benefit-card{
    min-height:92px;

    padding:18px 24px;

    display:flex;
    align-items:center;

    gap:20px;

    background:#FFFFFF;

    border:1px solid #DDE5E5;
    border-radius:16px;

    box-shadow:0 2px 5px rgba(20,40,40,.04);
}


/* Tick */

.electrotherapy-benefit-icon{
    width:40px;
    height:40px;
    min-width:40px;

    display:flex;
    align-items:center;
    justify-content:center;

    border-radius:50%;

    background:#E5EBE9;
}

.electrotherapy-benefit-icon img{
    width:18px;
    height:18px;

    display:block;

    object-fit:contain;
}


/* Text */

.electrotherapy-benefit-card h3{
    margin:0;

    font-family:"Manrope", sans-serif;
    font-size:18px;
    font-weight:600;
    line-height:26px;
    letter-spacing:-.2px;

    color:#202A45;
}


/* Responsive */

@media(max-width:700px){

    .electrotherapy-benefits{
        padding:64px 0;
    }

    .electrotherapy-benefits-heading{
        margin-bottom:40px;
    }

    .electrotherapy-benefits-heading h2{
        font-size:30px;
        line-height:40px;
    }

    .electrotherapy-benefits-heading p{
        font-size:14px;
        line-height:23px;
    }

    .electrotherapy-benefits-grid{
        grid-template-columns:1fr;
        gap:16px;
    }

    .electrotherapy-benefit-card{
        min-height:92px;
        padding:18px;
    }

    .electrotherapy-benefit-card h3{
        font-size:16px;
        line-height:24px;
    }
}
/* =================================
   ELECTROTHERAPY FAQ
================================= */

.electrotherapy-faq{
    width:100%;

    padding:96px 0;

    background:#FFFFFF;

    border-top:1px solid rgba(190,201,196,.20);
    border-bottom:1px solid rgba(190,201,196,.20);
}


.electrotherapy-faq-container{
    display:grid;

    grid-template-columns:430px minmax(0,1fr);

    gap:68px;

    align-items:start;
}


/* Left */

.electrotherapy-faq-left{
    width:100%;
}

.electrotherapy-faq-eyebrow{
    margin-bottom:18px;

    font-family:"Manrope", sans-serif;
    font-size:12px;
    font-weight:500;
    line-height:18px;
    letter-spacing:1.2px;
    text-transform:uppercase;

    color:#176B60;
}

.electrotherapy-faq-left h2{
    margin:0;

    font-family:"Manrope", sans-serif;
    font-size:52px;
    font-weight:500;
    line-height:63px;
    letter-spacing:-1.5px;

    color:#171717;
}


/* Advice card */

.electrotherapy-advice-card{
    width:100%;

    margin-top:38px;

    padding:24px;

    background:#F4F4F4;

    border:1px solid #E0E2E1;
    border-radius:16px;
}

.electrotherapy-advice-title{
    display:flex;
    align-items:center;
    gap:10px;

    margin-bottom:16px;

    font-family:"Manrope", sans-serif;
    font-size:15px;
    font-weight:600;
    line-height:22px;

    color:#075746;
}

.electrotherapy-advice-icon{
    width:18px;
    height:18px;

    display:flex;
    align-items:center;
    justify-content:center;

    border:1.5px solid #075746;
    border-radius:50%;

    font-family:"Manrope", sans-serif;
    font-size:11px;
    font-weight:700;
}

.electrotherapy-advice-card p{
    margin:0 0 18px;

    font-family:"Plus Jakarta Sans", sans-serif;
    font-size:13px;
    font-weight:400;
    line-height:21px;

    color:#535B60;
}

.electrotherapy-advice-btn{
    height:38px;

    padding:0 20px;

    display:inline-flex;
    align-items:center;
    justify-content:center;

    gap:9px;

    border-radius:999px;

    background:#176B60;

    font-family:"Manrope", sans-serif;
    font-size:12px;
    font-weight:600;

    color:#FFFFFF;
    text-decoration:none;

    transition:.25s ease;
}

.electrotherapy-advice-btn:hover{
    background:#0F594F;
    transform:translateY(-1px);
}


/* FAQ list */

.electrotherapy-faq-list{
    display:flex;
    flex-direction:column;
    gap:14px;
}

.electrotherapy-faq-list .faq-item{
    width:100%;

    background:#FFFFFF;

    border:1px solid #D7D7D7;
    border-radius:11px;

    overflow:hidden;

    box-shadow:0 2px 8px rgba(20,30,40,.02);
}


/* Question */

.electrotherapy-faq-list .faq-question{
    width:100%;
    min-height:74px;

    padding:0 28px;

    display:flex;
    align-items:center;
    justify-content:space-between;

    gap:20px;

    background:#FFFFFF;
    border:none;
    outline:none;

    text-align:left;
    cursor:pointer;

    -webkit-appearance:none;
    appearance:none;
}

.electrotherapy-faq-list .faq-question h3{
    margin:0;

    font-family:Georgia,"Times New Roman",serif;
    font-size:19px;
    font-weight:400;
    line-height:28px;

    color:#171717;
}

.electrotherapy-faq-list .faq-icon{
    width:24px;
    height:24px;
    min-width:24px;

    display:flex;
    align-items:center;
    justify-content:center;

    font-family:"Manrope", sans-serif;
    font-size:22px;
    font-weight:400;

    color:#6D6D6D;
}


/* Answer */

.electrotherapy-faq-list .faq-answer{
    max-height:0;

    overflow:hidden;

    padding:0 28px;

    transition:
        max-height .35s ease,
        padding .35s ease;
}

.electrotherapy-faq-list .faq-answer p{
    margin:0;

    font-family:"Plus Jakarta Sans", sans-serif;
    font-size:14px;
    font-weight:400;
    line-height:21px;

    color:#4F545B;
}

.electrotherapy-faq-list .faq-item.active .faq-answer{
    max-height:260px;
    padding:0 28px 18px;
}


/* Hover */

.electrotherapy-faq-list .faq-question:hover h3{
    color:#0F5E56;
}

.electrotherapy-faq-list .faq-question:hover .faq-icon{
    color:#176B60;
}


/* Responsive */

@media(max-width:1000px){

    .electrotherapy-faq{
        padding:80px 0;
    }

    .electrotherapy-faq-container{
        grid-template-columns:300px minmax(0,1fr);
        gap:40px;
    }

    .electrotherapy-faq-left h2{
        font-size:44px;
        line-height:54px;
    }
}

@media(max-width:768px){

    .electrotherapy-faq{
        padding:64px 0;
    }

    .electrotherapy-faq-container{
        display:flex;
        flex-direction:column;
        gap:40px;
    }

    .electrotherapy-faq-left,
    .electrotherapy-faq-list{
        width:100%;
    }
}

@media(max-width:600px){

    .electrotherapy-faq{
        padding:56px 0;
    }

    .electrotherapy-faq-left h2{
        font-size:34px;
        line-height:43px;
        letter-spacing:-.8px;
    }

    .electrotherapy-advice-card{
        padding:20px;
    }

    .electrotherapy-faq-list{
        gap:12px;
    }

    .electrotherapy-faq-list .faq-question{
        min-height:68px;
        padding:0 20px;
    }

    .electrotherapy-faq-list .faq-question h3{
        font-size:17px;
        line-height:25px;
    }

    .electrotherapy-faq-list .faq-answer{
        padding-left:20px;
        padding-right:20px;
    }

    .electrotherapy-faq-list .faq-item.active .faq-answer{
        max-height:320px;
        padding:0 20px 18px;
    }

    .electrotherapy-faq-list .faq-answer p{
        font-size:13px;
        line-height:20px;
    }
}