.elementor-978 .elementor-element.elementor-element-b5e44ef{--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;--margin-top:-50px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-978 .elementor-element.elementor-element-0d4a01d > .elementor-widget-container{margin:0px 0px 0px 0px;}.elementor-978 .elementor-element.elementor-element-09f1c06{--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;}.elementor-978 .elementor-element.elementor-element-7effda9{--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;}:root{--page-title-display:none;}@media(max-width:767px){.elementor-978 .elementor-element.elementor-element-b5e44ef{--margin-top:-170px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-978 .elementor-element.elementor-element-09f1c06{--margin-top:-180px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}}/* Start custom CSS for html, class: .elementor-element-0d4a01d *//* =========================
   HERO SLIDER
========================= */

.mlk-slider{
height:100vh;
width:100%;
overflow:hidden;
position:relative;
margin-top:-140px;
}

.heroSwiper,
.swiper-wrapper,
.swiper-slide{
height:100%;
}

.swiper-slide{
position:relative;
overflow:hidden;
}

/* =========================
   BACKGROUND IMAGE
========================= */

.slide-bg{
position:absolute;
inset:0;
width:100%;
height:100%;
object-fit:cover;
object-position:center center;
transform-origin:center center;
z-index:1;
}

.swiper-slide-active .slide-bg{
animation:kenBurns 8s ease forwards;
}

@keyframes kenBurns{
from{
transform:scale(1.15);
}
to{
transform:scale(1.30);
}
}

/* =========================
   OVERLAY
========================= */

.overlay{
position:absolute;
inset:0;
background:rgba(0,0,0,.55);
z-index:2;
}

/* =========================
   CONTENT
========================= */

.slide-content{
position:absolute;
top:62%;
left:50%;
transform:translate(-50%,-50%);
z-index:5;
text-align:center;
width:min(90%,1100px);
}

.swiper-slide-active .slide-content{
animation:contentReveal .9s ease;
}

@keyframes contentReveal{
from{
opacity:0;
transform:translate(-50%,-35%);
}
to{
opacity:1;
transform:translate(-50%,-50%);
}
}

/* =========================
   LOGO BOX
========================= */

.logo-box{
display:inline-flex;
justify-content:center;
align-items:center;
background:rgba(255,255,255,.95);
padding:16px 32px;
border-radius:16px;
margin-bottom:30px;
box-shadow:0 15px 40px rgba(0,0,0,.20);
}

.logo-box img{
display:block;
max-height:70px;
width:auto;
}

/* =========================
   DOUBLE LOGO
========================= */

.double-logo{
display:flex;
gap:20px;
justify-content:center;
align-items:center;
margin-bottom:30px;
}

.double-logo img{
background:#fff;
padding:14px 20px;
border-radius:14px;
max-height:70px;
box-shadow:0 15px 40px rgba(0,0,0,.20);
}

/* =========================
   TITLE BOX
========================= */

.title-box{
display:inline-block;
background:rgba(0,0,0,.42);
backdrop-filter:blur(8px);
-webkit-backdrop-filter:blur(8px);
padding:26px 42px;
border:1px solid rgba(255,255,255,.08);
box-shadow:0 20px 50px rgba(0,0,0,.25);
max-width:100%;
}

.title-box h2{
margin:0;
color:#fff;
font-size:35px !important;
line-height:1.2;
font-weight:400;
}

.title-box p{
margin-top:15px;
color:#fff;
font-size:22px;
}

/* =========================
   SLIDE 6 FIX
========================= */

.slide-6 .slide-content{
display:flex !important;
flex-direction:column !important;
align-items:center !important;
justify-content:center !important;
}

.slide-6 .logo-box{
margin-bottom:25px !important;
}

/* =========================
   NAVIGATION
========================= */

.swiper-button-next,
.swiper-button-prev{
width:58px;
height:58px;
background:rgba(255,255,255,.12);
backdrop-filter:blur(12px);
-webkit-backdrop-filter:blur(12px);
border:1px solid rgba(255,255,255,.15);
border-radius:50%;
transition:.3s ease;
box-shadow:0 8px 30px rgba(0,0,0,.25);
}

.swiper-button-next:hover,
.swiper-button-prev:hover{
transform:scale(1.08);
background:rgba(255,255,255,.22);
}

.swiper-button-next:after,
.swiper-button-prev:after{
font-size:18px;
font-weight:700;
color:#fff;
}

.swiper-button-prev{
left:25px;
}

.swiper-button-next{
right:25px;
}

/* =========================
   PAGINATION
========================= */

.swiper-pagination{
bottom:25px !important;
}

.swiper-pagination-bullet{
width:8px;
height:8px;
background:#fff;
opacity:.35;
transition:.4s ease;
}

.swiper-pagination-bullet-active{
width:30px;
border-radius:50px;
opacity:1;
}

/* =========================
   DESKTOP LARGE
========================= */

@media(min-width:1400px){

.slide-content{
top:64%;
}

.title-box h2{
font-size:35px !important;
}

}

/* =========================
   TABLET
========================= */

@media(max-width:1024px){

.slide-content{
top:62%;
}

.title-box h2{
font-size:35px !important;
}

}

/* =========================
   MOBILE
========================= */

@media(max-width:767px){

.mlk-slider{
height:100svh;
margin-top:-140px;
}

.heroSwiper,
.swiper-wrapper,
.swiper-slide{
height:100%;
}

.slide-bg{
position:absolute;
inset:0;
width:100%;
height:100%;
object-fit:cover;
object-position:center center;
}

.swiper-slide-active .slide-bg{
animation:mobileKenBurns 8s ease forwards;
}

@keyframes mobileKenBurns{
from{
transform:scale(1.25);
}
to{
transform:scale(1.45);
}
}

.slide-content{
top:72%;
width:92%;
}

.logo-box{
padding:10px 18px;
margin-bottom:18px;
}

.logo-box img{
max-height:42px;
}

.double-logo{
flex-direction:column;
gap:12px;
margin-bottom:18px;
}

.double-logo img{
max-height:42px;
}

.title-box{
width:100%;
padding:16px;
}

.title-box h2{
font-size:22px !important;
line-height:1.35;
}

.title-box p{
font-size:13px;
}

.swiper-button-next,
.swiper-button-prev{
display:none;
}

.swiper-pagination{
bottom:20px !important;
}

}

/* FORCE LOGO ABOVE TITLE ON ALL SLIDES */

.slide-content{
display:flex !important;
flex-direction:column !important;
align-items:center !important;
justify-content:center !important;
}

.logo-box,
.double-logo{
margin-bottom:25px !important;
}

.title-box{
display:block !important;
margin:0 auto !important;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-86caf72 */.brands-section {
    padding: 100px 0;
    background: linear-gradient(180deg, #f7f9fc 0%, #ffffff 100%);
    position: relative;
    overflow: hidden;
}

.brands-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(
        circle at center,
        rgba(0,0,0,0.03) 1px,
        transparent 1px
    );
    background-size: 35px 35px;
    opacity: .4;
    pointer-events: none;
}

.container {
    width: 92%;
    max-width: 1400px;
    margin: auto;
    position: relative;
    z-index: 2;
}

.section-header {
    text-align: center;
    margin-bottom: 60px;
}

.section-header.second {
    margin-top: 120px;
}

.subtitle {
    display: inline-block;
    color: #0f4c81;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 13px;
    margin-bottom: 12px;
}

.section-header h2 {
    font-size: 48px;
    font-weight: 700;
    color: #0c1c33;
    margin-bottom: 15px;
}

.section-header p {
    max-width: 700px;
    margin: auto;
    color: #6b7280;
    line-height: 1.8;
    font-size: 16px;
}

.brands-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 35px;
}

.brand-card {
    background: #ffffff;
    border-radius: 24px;
    padding: 45px 35px;
    min-height: 300px;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    text-align: center;
    text-decoration: none;
    color: inherit;

    border: 1px solid rgba(15, 76, 129, 0.08);

    position: relative;
    overflow: hidden;

    transition: all .4s ease;

    box-shadow:
        0 10px 30px rgba(0,0,0,.04);
}

/* Shine Effect */

.brand-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: -120%;
    width: 60%;
    height: 100%;

    background: linear-gradient(
        90deg,
        transparent,
        rgba(255,255,255,.8),
        transparent
    );

    transition: .8s;
}

/* Arrow */

.brand-card::after {
    content: "→";
    position: absolute;
    top: 22px;
    right: 25px;

    font-size: 22px;
    font-weight: 700;
    color: #0f4c81;

    opacity: 0;
    transform: translateX(-10px);

    transition: .3s ease;
}

.brand-card:hover::before {
    left: 150%;
}

.brand-card:hover::after {
    opacity: 1;
    transform: translateX(0);
}

.brand-card:hover {
    transform: translateY(-10px);

    box-shadow:
        0 25px 60px rgba(0,0,0,.12);
}

/* LOGO */

.brand-card img {
    width: 100%;
    max-width: 300px;
    height: 180px;

    object-fit: contain;
    object-position: center;

    margin-bottom: 20px;

    transition:
        transform .4s ease,
        filter .4s ease;
}

/* Logo Zoom */

.brand-card:hover img {
    transform: scale(1.12);
}

/* Description */

.brand-card span {
    display: block;

    font-size: 20px;
    font-weight: 700;
    color: #0c1c33;

    line-height: 1.4;

    max-width: 90%;
    margin: auto;
}

.small-grid {
    max-width: 1100px;
    margin: auto;
}

/* Tablet */

@media (max-width: 992px) {

    .brands-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .section-header h2 {
        font-size: 38px;
    }

    .brand-card img {
        height: 160px;
    }
}

/* Mobile */

@media (max-width: 768px) {

    .brands-grid {
        grid-template-columns: 1fr;
    }

    .brand-card {
        min-height: 240px;
        padding: 30px 20px;
    }

    .brand-card img {
        max-width: 220px;
        height: 120px;
    }

    .brand-card span {
        font-size: 18px;
    }

    .section-header h2 {
        font-size: 30px;
    }
}/* End custom CSS */