
.elementor-256 .elementor-element.elementor-element-375d50b70:not(.elementor-motion-effects-element-type-background),
.elementor-256 .elementor-element.elementor-element-375d50b70 > .elementor-motion-effects-container > .elementor-motion-effects-layer {
    min-height: 250px;
    height: auto;
}

.elementor-element-43445239{
    margin-top:30px;
}

.elementor-element-1d3b8791{
    margin-top:30px;
}

.elementor-element-5e259b73{
    margin-top:30px;
}

.elementor-256 .elementor-element.elementor-element-375d50b70 {
    padding: 40px 20px 50px 20px;
}

/* Tablet */
@media (max-width: 1024px) {
    .elementor-256 .elementor-element.elementor-element-375d50b70 {
        padding: 30px 15px 40px 15px;
    }
}

/* Mobile */
@media (max-width: 767px) {
    .elementor-256 .elementor-element.elementor-element-375d50b70:not(.elementor-motion-effects-element-type-background),
    .elementor-256 .elementor-element.elementor-element-375d50b70 > .elementor-motion-effects-container > .elementor-motion-effects-layer {
        min-height: auto;
    }
}


.official-partners-section{
    width: 100%;
    padding: 70px 0;
    background: #ffffff;
    overflow: hidden;
}

.partners-heading{
    text-align: center;
    margin-bottom: 45px;
    font-family: "Poppins", Sans-serif;
}

.partners-heading span{
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1.5px;
    color: #3F5691;
    background: rgba(63,86,145,0.08);
    padding: 8px 18px;
    border-radius: 30px;
    margin-bottom: 15px;
    font-family: "Montserrat", Sans-serif;
}

.partners-heading h2{
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    color: #0E2B3D;
    line-height: 1.2;
    font-family: "Montserrat", Sans-serif;
}

.partners-heading p{
    font-size: 19px;
    color: #0E2B3D;
    max-width: 400px;
    margin: auto;
    line-height: 30px;
    font-family: "Outfit", Sans-serif;
}


.partners-slider{
    width: 980px; /* SHOW ONLY 4 IMAGES */
    overflow: hidden;
    margin: auto;
    position: relative;
}

.partners-track{
    display: flex;
    gap: 25px;
    transition: transform 0.8s ease-in-out;
}

/* CARD */
.partner-box{
    width: 220px;
    height: 220px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    box-sizing: border-box;
    background: #fff;
    border-radius: 20px;
    border: 1px solid #edf2f7;
    overflow: hidden;
    transition: all 0.35s ease;
}


.partner-box img{
    width: 100%;
    height: 120px; /* INCREASE IMAGE HEIGHT */
    object-fit: contain;

    transition: transform 0.4s ease;
}


.partner-box:hover img{
    transform: scale(1.18);
}

.partner-box:hover{
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
    transform: translateY(-5px);
}

@media (max-width: 1024px){
    .partners-slider{
        width: 465px; /* SHOW 2 IMAGES */
    }

    .partner-box{
        width: 220px;
        height: 180px;
    }

    .partner-box img{
        height: 100px;
    }
}

@media (max-width: 767px){
    .partners-slider{
        width: 220px; /* SHOW 1 IMAGE */
    }

    .partner-box{
        width: 220px;
        height: 170px;
        padding: 18px;
    }

    .partner-box img{
        height: 90px;
    }
}





/* =========================
   TECHNOLOGY SECTION BASE
========================= */
.technology-section{
    width: 100%;
    padding: 70px 0;
    background: #ffffff;
    overflow: hidden;
}

.technology-heading{
    text-align: center;
    margin-bottom: 45px;
    font-family: "Poppins", Sans-serif;
}

.technology-heading h2{
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    color: #0E2B3D;
    line-height: 1.2;
    font-family: "Montserrat", Sans-serif;
}

.technology-heading p{
    font-size: 19px;
    color: #0E2B3D;
    max-width: 450px;
    margin: auto;
    line-height: 30px;
    font-family: "Outfit", Sans-serif;
}

.technology-slider{
    width: 980px; /* SHOW 4 */
    overflow: hidden;
    margin: auto;
    position: relative;
}

.technology-track{
    display: flex;
    gap: 25px;
    transition: transform 0.8s ease-in-out;
}

/* CARD */
.tech-box{
    width: 220px;
    height: 220px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    box-sizing: border-box;
    background: #fff;
    border-radius: 20px;
    border: 1px solid #edf2f7;
    overflow: hidden;
    transition: all 0.35s ease;
}

.tech-box img{
    width: 100%;
    height: 120px;
    object-fit: contain;
    transition: transform 0.4s ease;
}

.tech-box:hover img{
    transform: scale(1.18);
}

.tech-box:hover{
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
    transform: translateY(-5px);
}

/* TABLET */
@media (max-width: 1024px){
    .technology-slider{
        width: 465px;
    }

    .tech-box{
        width: 220px;
        height: 180px;
    }

    .tech-box img{
        height: 100px;
    }
}

/* MOBILE */
@media (max-width: 767px){
    .technology-slider{
        width: 220px;
    }

    .tech-box{
        width: 220px;
        height: 170px;
        padding: 18px;
    }

    .tech-box img{
        height: 90px;
    }
}




.technical-partners-section{
    width: 100%;
    padding: 70px 0;
    background: #ffffff;
    overflow: hidden;
}

.technical-partners-heading{
    text-align: center;
    margin-bottom: 45px;
}

.technical-partners-heading h2{
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    color: #0E2B3D;
    font-family: "Montserrat", sans-serif;
}

.technical-partners-heading p{
    font-size: 18px;
    color: #0E2B3D;
    max-width: 550px;
    margin: 12px auto 0;
    line-height: 30px;
    font-family: "Outfit", sans-serif;
}

.technical-partners-slider{
    width: 980px;
    overflow: hidden;
    margin: auto;
    position: relative;
}

.technical-partners-track{
    display: flex;
    gap: 25px;
    transition: transform 0.8s ease-in-out;
}

.technical-partner-box{
    width: 220px;
    height: 220px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    background: #fff;
    border-radius: 20px;
    border: 1px solid #edf2f7;
    transition: all 0.35s ease;
}

.technical-partner-box img{
    width: 100%;
    height: 120px;
    object-fit: contain;
    transition: transform 0.4s ease;
}

.technical-partner-box:hover{
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}

.technical-partner-box:hover img{
    transform: scale(1.15);
}

/* Tablet */
@media (max-width:1024px){

    .technical-partners-slider{
        width:465px;
    }

    .technical-partner-box{
        width:220px;
        height:180px;
    }

    .technical-partner-box img{
        height:100px;
    }
}

/* Mobile */
@media (max-width:767px){

    .technical-partners-slider{
        width:220px;
    }

    .technical-partner-box{
        width:220px;
        height:170px;
    }

    .technical-partner-box img{
        height:90px;
    }

    .technical-partners-heading h2{
        font-size:24px;
    }

    .technical-partners-heading p{
        font-size:15px;
        line-height:24px;
    }
}





section .elementor-widget-heading{
    margin-bottom: 12px;
}

section .elementor-widget-heading h2{
    margin-bottom: 20px;
}

section .elementor-widget-heading p{
    margin-bottom: 20px;
}

section .elementor-widget-heading a{
    line-height: 1.8;
    display: inline-block;
}







































