.elementor-21436 .elementor-element.elementor-element-cc0027b{--display:flex;}.elementor-21436 .elementor-element.elementor-element-50d58ae{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:100px;--padding-bottom:100px;--padding-left:0px;--padding-right:0px;}.elementor-21436 .elementor-element.elementor-element-f79dde1{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-21436 .elementor-element.elementor-element-3239c90{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-21436 .elementor-element.elementor-element-75b1a9a{--display:flex;--justify-content:center;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-21436 .elementor-element.elementor-element-3f9944f{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-21436 .elementor-element.elementor-element-33e8124{--display:flex;}.elementor-21436 .elementor-element.elementor-element-b759923{--display:flex;}@media(max-width:1024px){.elementor-21436 .elementor-element.elementor-element-50d58ae{--padding-top:70px;--padding-bottom:70px;--padding-left:0px;--padding-right:0px;}.elementor-21436 .elementor-element.elementor-element-f79dde1{--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:15px;--padding-right:15px;}.elementor-21436 .elementor-element.elementor-element-3f9944f{--padding-top:0px;--padding-bottom:0px;--padding-left:15px;--padding-right:15px;}}/* Start custom CSS for html, class: .elementor-element-f5b908b */<style>

*{
margin:0;
padding:0;
box-sizing:border-box;
}

.eca-hero{

padding:90px 20px;

background:#F7FAFF;

overflow:hidden;

}

.eca-container{

max-width:1280px;

margin:auto;

display:flex;

align-items:center;

justify-content:space-between;

gap:60px;

}

.eca-left{

width:55%;

}

.eca-right{

width:45%;

position:relative;

display:flex;

justify-content:center;

}

.eca-circle{

position:absolute;

width:520px;

height:520px;

background:#DDEBFF;

border-radius:50%;

right:0;

top:20px;

z-index:0;

}

.eca-right img{

width:470px;

position:relative;

z-index:2;

}

.eca-badge{

display:inline-block;

padding:10px 20px;

background:#fff;

border-radius:50px;

font-size:15px;

font-weight:600;

color:#0B4EA2;

box-shadow:0 8px 20px rgba(0,0,0,.08);

margin-bottom:25px;

}

.eca-left h1{

font-size:64px;

line-height:1.1;

font-weight:800;

color:#0F2D63;

margin-bottom:25px;

}

.eca-left h1 span{

color:#1565D8;

}

.eca-left p{

font-size:19px;

line-height:1.8;

color:#666;

max-width:620px;

margin-bottom:35px;

}

.eca-buttons{

display:flex;

gap:18px;

}

.eca-btn-primary{

background:#1565D8;

color:#fff;

padding:18px 36px;

border-radius:12px;

font-weight:700;

text-decoration:none;

transition:.3s;

}

.eca-btn-primary:hover{

background:#0D47A1;

}

.eca-btn-outline{

border:2px solid #1565D8;

color:#1565D8;

padding:18px 36px;

border-radius:12px;

font-weight:700;

text-decoration:none;

transition:.3s;

}

.eca-btn-outline:hover{

background:#1565D8;

color:#fff;

}

@media(max-width:991px){

.eca-container{

flex-direction:column;

}

.eca-left,
.eca-right{

width:100%;

text-align:center;

}

.eca-buttons{

justify-content:center;

flex-wrap:wrap;

}

.eca-left h1{

font-size:44px;

}

.eca-circle{

width:360px;

height:360px;

left:50%;

transform:translateX(-50%);

}

.eca-right img{

width:320px;

}

}

/*=============================
FEATURES
=============================*/

.eca-feature-wrap{

display:grid;

grid-template-columns:repeat(4,1fr);

gap:22px;

margin-top:45px;

}

.eca-feature{

background:#fff;

border-radius:22px;

padding:28px 20px;

text-align:center;

box-shadow:0 12px 30px rgba(15,45,99,.08);

transition:.35s;

border:1px solid #eef4ff;

}

.eca-feature:hover{

transform:translateY(-10px);

box-shadow:0 25px 45px rgba(21,101,216,.18);

}

.eca-feature-icon{

width:70px;

height:70px;

border-radius:50%;

background:#eef5ff;

display:flex;

justify-content:center;

align-items:center;

font-size:30px;

margin:auto;

margin-bottom:18px;

}

.eca-feature h3{

font-size:21px;

font-weight:700;

color:#0d2f66;

margin-bottom:8px;

}

.eca-feature p{

font-size:15px;

color:#6a6a6a;

}

@media(max-width:991px){

.eca-feature-wrap{

grid-template-columns:repeat(2,1fr);

}

}

@media(max-width:576px){

.eca-feature-wrap{

grid-template-columns:1fr;

}

}
/*=========================
 RIGHT SIDE
=========================*/

.eca-right{

position:relative;

display:flex;

justify-content:center;

align-items:center;

min-height:620px;

}

.eca-circle{

width:520px;

height:520px;

background:linear-gradient(135deg,#d8ebff,#eef6ff);

border-radius:50%;

position:absolute;

z-index:1;

}

.eca-pattern{

width:560px;

height:560px;

position:absolute;

border:2px dashed rgba(21,101,216,.15);

border-radius:50%;

animation:spin 25s linear infinite;

}

.eca-student{

width:460px;

position:relative;

z-index:3;

filter:drop-shadow(0 30px 35px rgba(0,0,0,.18));

}

.eca-badge-red{

position:absolute;

left:10px;

bottom:90px;

background:#ef4444;

color:#fff;

padding:16px 22px;

border-radius:18px;

z-index:5;

box-shadow:0 20px 35px rgba(239,68,68,.35);

animation:float 4s ease-in-out infinite;

}

.eca-badge-red strong{

display:block;

font-size:28px;

}

.eca-badge-red span{

font-size:14px;

}

.eca-badge-blue{

position:absolute;

top:80px;

right:20px;

background:#1565d8;

color:#fff;

padding:16px 24px;

border-radius:18px;

z-index:5;

box-shadow:0 20px 35px rgba(21,101,216,.30);

animation:float2 5s ease-in-out infinite;

}

.eca-badge-blue strong{

display:block;

font-size:20px;

}

.eca-badge-blue span{

font-size:26px;

font-weight:700;

}

@keyframes float{

0%,100%{

transform:translateY(0);

}

50%{

transform:translateY(-12px);

}

}

@keyframes float2{

0%,100%{

transform:translateY(0);

}

50%{

transform:translateY(10px);

}

}

@keyframes spin{

100%{

transform:rotate(360deg);

}

}
.eca-badge-red{

left:0;

bottom:20px;

}

.eca-badge-blue{

right:0;

top:20px;

}

.eca-student{

width:320px;

}

.eca-circle{

width:350px;

height:350px;

}

.eca-pattern{

width:390px;

height:390px;
}

/* ================================
   MOBILE HERO - FINAL POSITION
   ================================ */

@media (max-width: 767px) {

    .eca-right {
        position: relative;
        width: 100%;
        min-height: 520px;
    }

    /* 🔵 BLUE ROUND */
    .eca-circle {
        position: absolute;
        width: 350px;
        height: 350px;
        left: 50%;
        top: 70px;
        transform: translateX(-50%);
        border-radius: 50%;
        z-index: 1;
    }

    /* 👩 STUDENT - MOVE UP INSIDE ROUND */
    .eca-student {
        position: absolute;
        width: 220px;
        height: auto;
        left: 50%;
        top: -40px;
        transform: translateX(-50%);
        z-index: 5;
        object-fit: contain;
    }

    /* 🎯 TARGET BADGE */
    .eca-badge-blue {
        position: absolute;
        right: 15px;
        top: 20px;
        z-index: 10;
    }

    /* 🔴 SUCCESSFUL STUDENTS */
    .eca-badge-red {
        position: absolute;
        left: 20px;
        bottom: 25px;
        z-index: 10;
    }

}


</style>/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d35baac *//*==============================
 PREMIUM COUNTER
==============================*/

.eca-counter{

padding:90px 20px;

background:linear-gradient(180deg,#ffffff,#f8fbff);

}

.eca-counter-wrap{

max-width:1280px;

margin:auto;

display:grid;

grid-template-columns:repeat(4,1fr);

gap:30px;

}

.eca-counter-card{

background:#ffffff;

border-radius:28px;

padding:45px 30px;

text-align:center;

position:relative;

overflow:hidden;

box-shadow:0 15px 40px rgba(15,23,42,.08);

transition:.35s;

}

.eca-counter-card:hover{

transform:translateY(-12px);

box-shadow:0 30px 60px rgba(21,101,216,.15);

}

.eca-counter-card::before{

content:"";

position:absolute;

width:220px;

height:220px;

background:radial-gradient(circle,#EAF3FF 0%,transparent 70%);

right:-130px;

top:-130px;

transition:.4s;

}

.eca-counter-card:hover::before{

right:-80px;

top:-80px;

}

.eca-counter-icon{

width:80px;

height:80px;

margin:auto;

margin-bottom:22px;

border-radius:20px;

background:linear-gradient(135deg,#1565D8,#4F8DF5);

display:flex;

justify-content:center;

align-items:center;

font-size:36px;

color:#fff;

}

.eca-counter-card h2{

font-size:52px;

font-weight:800;

color:#1565D8;

margin-bottom:10px;

}

.eca-counter-card p{

font-size:18px;

color:#475569;

font-weight:500;

}

@media(max-width:991px){

.eca-counter-wrap{

grid-template-columns:repeat(2,1fr);

}

}

@media(max-width:767px){

.eca-counter{

padding:70px 15px;

}

.eca-counter-wrap{

grid-template-columns:1fr;

}

.eca-counter-card h2{

font-size:42px;

}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-33a8922 *//* =========================================
   ENGLISH COACH AUSTRALIA
   COUNTDOWN SECTION
========================================= */

.eca-countdown-section {
    position: relative;
    overflow: hidden;
    padding: 80px 20px 85px;
    background:
        radial-gradient(circle at 15% 20%, rgba(255,255,255,0.75), transparent 30%),
        radial-gradient(circle at 85% 75%, rgba(255,255,255,0.65), transparent 28%),
        linear-gradient(135deg, #eaf9ff 0%, #d8f3ff 48%, #c8edff 100%);
    font-family: "Noto Sans Bengali", "Hind Siliguri", sans-serif;
}

/* Main Container */

.eca-countdown-container {
    position: relative;
    z-index: 2;
    max-width: 1180px;
    margin: 0 auto;
    text-align: center;
}


/* =========================================
   BACKGROUND SHAPES
========================================= */

.eca-bg-shape {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    filter: blur(2px);
}

.eca-shape-1 {
    width: 300px;
    height: 300px;
    top: -120px;
    left: -100px;
    background: rgba(255,255,255,0.45);
}

.eca-shape-2 {
    width: 380px;
    height: 380px;
    right: -160px;
    bottom: -180px;
    background: rgba(255,255,255,0.38);
}


/* =========================================
   HEADING
========================================= */

.eca-countdown-heading {
    margin-bottom: 38px;
}

.eca-small-title {
    display: inline-block;
    margin-bottom: 10px;
    font-family: Arial, sans-serif;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 2px;
    color: #0879b9;
}

.eca-countdown-heading h2 {
    margin: 0;
    color: #092d49;
    font-size: 38px;
    line-height: 1.3;
    font-weight: 800;
}

.eca-countdown-heading p {
    margin: 12px 0 0;
    color: #527084;
    font-size: 17px;
    font-weight: 500;
}


/* =========================================
   COUNTDOWN BOXES
========================================= */

.eca-countdown-boxes {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 18px;
    margin-bottom: 38px;
}

.eca-time-box {
    width: 145px;
    min-height: 145px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    background: rgba(255,255,255,0.72);

    border: 1px solid rgba(255,255,255,0.95);

    border-radius: 24px;

    box-shadow:
        0 15px 35px rgba(22,105,145,0.12),
        inset 0 1px 0 rgba(255,255,255,0.9);

    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);

    transition: all 0.3s ease;
}

.eca-time-box:hover {
    transform: translateY(-7px);

    box-shadow:
        0 22px 45px rgba(22,105,145,0.18);
}

.eca-time-number {
    color: #0879b9;
    font-family: Arial, sans-serif;
    font-size: 48px;
    line-height: 1;
    font-weight: 900;
}

.eca-time-label {
    margin-top: 10px;
    color: #587284;
    font-size: 15px;
    font-weight: 600;
}


/* =========================================
   CTA BUTTON
========================================= */

.eca-countdown-button {
    margin-bottom: 62px;
}

.eca-countdown-button a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;

    min-width: 220px;
    padding: 17px 32px;

    background: #ffc928;
    color: #092d49;

    border-radius: 14px;

    font-size: 18px;
    font-weight: 800;
    text-decoration: none;

    box-shadow:
        0 10px 25px rgba(215,164,0,0.22);

    transition: all 0.3s ease;
}

.eca-countdown-button a span {
    font-size: 23px;
    transition: transform 0.3s ease;
}

.eca-countdown-button a:hover {
    transform: translateY(-3px);

    background: #ffbf00;

    box-shadow:
        0 15px 30px rgba(215,164,0,0.30);
}

.eca-countdown-button a:hover span {
    transform: translateX(5px);
}


/* =========================================
   BATCH TITLE
========================================= */

.eca-batch-title {
    margin-bottom: 25px;
}

.eca-batch-title h3 {
    margin: 0;
    color: #092d49;
    font-size: 25px;
    font-weight: 800;
}


/* =========================================
   BATCH INFO CARDS
========================================= */

.eca-batch-info {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 14px;
    max-width: 1100px;
    margin: 0 auto;
}

.eca-info-card {
    min-height: 145px;
    padding: 22px 15px;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    background: rgba(255,255,255,0.68);

    border: 1px solid rgba(255,255,255,0.9);

    border-radius: 18px;

    box-shadow:
        0 10px 25px rgba(22,105,145,0.08);

    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);

    transition: all 0.3s ease;
}

.eca-info-card:hover {
    transform: translateY(-5px);

    background: rgba(255,255,255,0.85);

    box-shadow:
        0 15px 30px rgba(22,105,145,0.14);
}

.eca-info-icon {
    width: 42px;
    height: 42px;

    display: flex;
    align-items: center;
    justify-content: center;

    margin-bottom: 10px;

    background: #e4f6ff;

    border-radius: 12px;

    font-size: 20px;
}

.eca-info-card span {
    margin-bottom: 5px;
    color: #668092;
    font-size: 13px;
    font-weight: 600;
}

.eca-info-card strong {
    color: #092d49;
    font-size: 15px;
    line-height: 1.4;
    font-weight: 800;
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 900px) {

    .eca-countdown-section {
        padding: 65px 20px 70px;
    }

    .eca-countdown-heading h2 {
        font-size: 32px;
    }

    .eca-time-box {
        width: 125px;
        min-height: 125px;
    }

    .eca-time-number {
        font-size: 42px;
    }

    .eca-batch-info {
        grid-template-columns: repeat(3, 1fr);
    }

}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 600px) {

    .eca-countdown-section {
        padding: 50px 15px 55px;
    }

    .eca-countdown-heading {
        margin-bottom: 28px;
    }

    .eca-small-title {
        font-size: 11px;
        letter-spacing: 1.5px;
    }

    .eca-countdown-heading h2 {
        font-size: 27px;
    }

    .eca-countdown-heading p {
        font-size: 14px;
        line-height: 1.6;
    }


    /* Countdown */

    .eca-countdown-boxes {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
        max-width: 330px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 30px;
    }

    .eca-time-box {
        width: auto;
        min-height: 110px;
        border-radius: 18px;
    }

    .eca-time-number {
        font-size: 38px;
    }

    .eca-time-label {
        margin-top: 7px;
        font-size: 13px;
    }


    /* Button */

    .eca-countdown-button {
        margin-bottom: 45px;
    }

    .eca-countdown-button a {
        width: 100%;
        max-width: 280px;
        padding: 15px 25px;
        font-size: 16px;
    }


    /* Batch */

    .eca-batch-title h3 {
        font-size: 22px;
    }

    .eca-batch-info {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }

    .eca-info-card {
        min-height: 125px;
        padding: 18px 10px;
        border-radius: 15px;
    }

    .eca-info-icon {
        width: 36px;
        height: 36px;
        font-size: 17px;
        margin-bottom: 7px;
    }

    .eca-info-card span {
        font-size: 11px;
    }

    .eca-info-card strong {
        font-size: 13px;
    }

}


/* =========================================
   SMALL MOBILE
========================================= */

@media (max-width: 380px) {

    .eca-countdown-heading h2 {
        font-size: 24px;
    }

    .eca-time-box {
        min-height: 100px;
    }

    .eca-time-number {
        font-size: 34px;
    }

    .eca-batch-info {
        gap: 8px;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c67b88e *//*======================================
WHY CHOOSE US
======================================*/

.eca-why{

padding:110px 20px;

background:#ffffff;

position:relative;

overflow:hidden;

}

.eca-why-heading{

max-width:760px;

margin:auto;

text-align:center;

margin-bottom:70px;

}

.eca-why-heading span{

display:inline-block;

padding:10px 22px;

background:#EAF3FF;

color:#1565D8;

border-radius:40px;

font-weight:700;

font-size:14px;

margin-bottom:20px;

}

.eca-why-heading h2{

font-size:46px;

font-weight:800;

color:#0f172a;

margin-bottom:20px;

}

.eca-why-heading p{

font-size:18px;

color:#64748B;

line-height:1.8;

}

.eca-why-grid{

display:grid;

grid-template-columns:repeat(3,1fr);

gap:30px;

}

.eca-why-card{

background:#fff;

padding:40px 30px;

border-radius:24px;

box-shadow:0 15px 40px rgba(0,0,0,.06);

transition:.35s;

text-align:center;

border:1px solid #edf2ff;

}

.eca-why-card:hover{

transform:translateY(-12px);

box-shadow:0 25px 60px rgba(21,101,216,.15);

}

.eca-why-icon{

width:85px;

height:85px;

margin:auto;

margin-bottom:25px;

background:linear-gradient(135deg,#1565D8,#4E8CF4);

border-radius:22px;

display:flex;

align-items:center;

justify-content:center;

font-size:38px;

color:#fff;

}

.eca-why-card h3{

font-size:24px;

margin-bottom:15px;

color:#0F172A;

}

.eca-why-card p{

font-size:16px;

line-height:1.8;

color:#64748B;

}

@media(max-width:991px){

.eca-why-grid{

grid-template-columns:repeat(2,1fr);

}

}

@media(max-width:767px){

.eca-why{

padding:70px 15px;

}

.eca-why-grid{

grid-template-columns:1fr;

}

.eca-why-heading h2{

font-size:32px;

}

.eca-why-heading p{

font-size:16px;

}

}

/*========================================
   PREMIUM WHY CHOOSE EFFECT
========================================*/

.eca-why{
    position:relative;
}

.eca-why::before{
    content:"";
    position:absolute;
    width:600px;
    height:600px;
    background:radial-gradient(circle,#E8F3FF 0%,transparent 70%);
    top:-300px;
    right:-250px;
}

.eca-why::after{
    content:"";
    position:absolute;
    width:450px;
    height:450px;
    background:radial-gradient(circle,#F2F8FF 0%,transparent 70%);
    bottom:-220px;
    left:-150px;
}

.eca-why-grid{

    position:relative;
    z-index:5;

}

.eca-why-card{

    position:relative;
    overflow:hidden;
    isolation:isolate;

}

.eca-why-card::before{

    content:"";

    position:absolute;

    width:260px;
    height:260px;

    border-radius:50%;

    background:radial-gradient(circle,#EAF4FF 0%,transparent 70%);

    right:-180px;
    top:-180px;

    transition:.4s;

    z-index:-1;

}

.eca-why-card:hover::before{

    right:-110px;
    top:-110px;

}

.eca-why-card::after{

    content:"";

    position:absolute;

    inset:0;

    padding:1px;

    border-radius:24px;

    background:linear-gradient(
    135deg,
    #1565D8,
    #64A3FF,
    transparent
    );

    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);

    -webkit-mask-composite:xor;

    mask-composite:exclude;

    opacity:0;

    transition:.35s;

}

.eca-why-card:hover::after{

    opacity:1;

}

.eca-why-card:hover{

    transform:translateY(-12px);

}

.eca-why-card:hover .eca-why-icon{

    transform:rotate(-10deg) scale(1.08);

}

.eca-why-icon{

    transition:.35s;

}

.eca-why-card h3{

    transition:.35s;

}

.eca-why-card:hover h3{

    color:#1565D8;

}

.eca-why-card p{

    transition:.35s;

}

.eca-why-card:hover p{

    color:#475569;

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a649817 *//* =====================================================
   ECA FOOTER — MOBILE FINAL FIX
===================================================== */

@media (max-width: 767px) {

    /* FOOTER */
    .eca-footer {
        width: 100% !important;
        overflow: hidden !important;
    }


    /* MAIN FOOTER */
    .eca-footer-main {
        width: 100% !important;
        max-width: 100% !important;

        display: flex !important;
        flex-direction: column !important;

        gap: 38px !important;

        padding: 50px 20px 40px !important;

        box-sizing: border-box !important;
    }


    /* BRAND */
    .eca-footer-brand {
        width: 100% !important;
        padding: 0 !important;
        text-align: center !important;
    }

    .eca-footer-logo {
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;

        margin-bottom: 18px !important;
    }

    .eca-footer-logo img {
        width: 165px !important;
        max-width: 100% !important;
        height: auto !important;
    }

    .eca-footer-brand h3 {
        font-size: 21px !important;
        line-height: 1.4 !important;

        margin-bottom: 12px !important;
    }

    .eca-footer-brand p {
        max-width: 330px !important;

        margin: 0 auto 20px !important;

        font-size: 14px !important;
        line-height: 1.8 !important;
    }


    /* SOCIAL */
    .eca-footer-social {
        display: flex !important;

        justify-content: center !important;
        align-items: center !important;

        gap: 9px !important;
    }

    .eca-footer-social a {
        width: 40px !important;
        height: 40px !important;

        font-size: 16px !important;
    }


    /* COLUMNS */
    .eca-footer-column {
        width: 100% !important;

        text-align: center !important;
    }

    .eca-footer-column h4 {
        font-size: 18px !important;

        margin: 0 0 22px !important;
    }

    .eca-footer-column h4::after {
        margin: 9px auto 0 !important;
    }


    /* LIST */
    .eca-footer-column ul {
        width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    .eca-footer-column ul li {
        margin-bottom: 12px !important;
    }

    .eca-footer-column ul li a {
        display: inline-block !important;

        font-size: 14px !important;
        line-height: 1.5 !important;

        padding: 0 !important;
    }


    /* CONTACT */
    .eca-footer-contact {
        width: 100% !important;

        display: flex !important;
        flex-direction: column !important;

        align-items: center !important;

        gap: 18px !important;
    }


    .eca-contact-item {
        width: 100% !important;
        max-width: 320px !important;

        display: flex !important;

        align-items: center !important;

        justify-content: flex-start !important;

        gap: 12px !important;

        text-align: left !important;
    }


    .eca-contact-icon {
        width: 40px !important;
        height: 40px !important;

        min-width: 40px !important;

        border-radius: 10px !important;
    }


    .eca-contact-text {
        font-size: 14px !important;

        line-height: 1.5 !important;

        word-break: break-word !important;
        overflow-wrap: anywhere !important;
    }

    .eca-contact-text strong {
        margin-bottom: 2px !important;
    }


    /* CONSULTATION BUTTON */
    .eca-footer-cta {
        margin-top: 22px !important;

        text-align: center !important;
    }

    .eca-footer-cta a {
        display: inline-flex !important;

        align-items: center !important;
        justify-content: center !important;

        padding: 14px 24px !important;

        font-size: 14px !important;

        border-radius: 10px !important;
    }


    /* DIVIDER */
    .eca-footer-divider {
        width: calc(100% - 40px) !important;

        margin: 0 auto !important;
    }


    /* BOTTOM AREA */
    .eca-footer-bottom {
        width: 100% !important;

        display: flex !important;
        flex-direction: column !important;

        align-items: center !important;
        justify-content: center !important;

        text-align: center !important;

        gap: 14px !important;

        padding: 20px 15px 25px !important;

        box-sizing: border-box !important;
    }


    /* COPYRIGHT */
    .eca-footer-bottom p {
        width: 100% !important;

        margin: 0 !important;

        font-size: 12px !important;
        line-height: 1.7 !important;

        text-align: center !important;
    }


    /* PRIVACY + TERMS */
    .eca-footer-bottom-links {
        width: 100% !important;

        display: flex !important;

        align-items: center !important;
        justify-content: center !important;

        flex-wrap: wrap !important;

        gap: 8px 18px !important;
    }

    .eca-footer-bottom-links a {
        font-size: 12px !important;

        white-space: nowrap !important;
    }

}


/* =====================================================
   VERY SMALL PHONE
===================================================== */

@media (max-width: 380px) {

    .eca-footer-main {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .eca-footer-brand p {
        font-size: 13px !important;
    }

    .eca-contact-item {
        max-width: 290px !important;
    }

    .eca-footer-bottom-links {
        gap: 7px 14px !important;
    }

}/* End custom CSS */