.elementor-50379 .elementor-element.elementor-element-6a3afd4{--display:flex;}.elementor-50379 .elementor-element.elementor-element-975e4b8{--display:flex;--border-radius:20px 20px 20px 20px;}.elementor-50379 .elementor-element.elementor-element-975e4b8:not(.elementor-motion-effects-element-type-background), .elementor-50379 .elementor-element.elementor-element-975e4b8 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-50379 .elementor-element.elementor-element-09a11f8{--display:flex;--border-radius:20px 20px 20px 20px;box-shadow:0px 0px 10px 0px rgba(0, 0, 0, 0.22);}/* Start custom CSS for text-editor, class: .elementor-element-ad332f3 *//*==================================================
        MAXIDENT ABOUT PAGE
        Part 1 - Base & Hero
==================================================*/

:root{

    --primary:#13dee3;
    --primary-dark:#0fc8cd;

    --title:#2f3847;
    --text:#6b7280;

    --white:#ffffff;

    --border:#edf2f7;

    --bg:#f8fbfc;

    --radius:26px;

}

.mx-about{

    max-width:1280px;

    margin:0 auto;

    padding:40px 20px 100px;

    direction:rtl;

    box-sizing:border-box;

}

.mx-about *{

    box-sizing:border-box;

}

.mx-about section{

    margin-bottom:110px;

}

/*==============================
        HERO
==============================*/

.mx-hero{

    position:relative;

    overflow:hidden;

    background:#fff;

    border-radius:32px;

    padding:90px 70px;

    box-shadow:
    0 15px 40px rgba(15,23,42,.05);

    border:1px solid var(--border);

}

.mx-hero::before{

    content:"";

    position:absolute;

    top:-220px;

    left:-180px;

    width:520px;

    height:520px;

    background:radial-gradient(circle,
    rgba(19,222,227,.16),
    transparent 70%);

    border-radius:50%;

}

.mx-hero::after{

    content:"";

    position:absolute;

    bottom:-220px;

    right:-220px;

    width:480px;

    height:480px;

    background:radial-gradient(circle,
    rgba(19,222,227,.08),
    transparent 70%);

    border-radius:50%;

}

.mx-hero-content{

    position:relative;

    z-index:2;

    max-width:760px;

    margin:auto;

    text-align:center;

}

.mx-badge{

    display:inline-block;

    background:rgba(19,222,227,.10);

    color:var(--primary);

    padding:10px 22px;

    border-radius:50px;

    font-size:14px;

    font-weight:700;

    margin-bottom:28px;

}

.mx-hero h1{

    margin:0;

    color:var(--title);

  font-size:48px;

    font-weight:800;

    line-height:1.45;

}

.mx-hero p{

    margin:30px auto 0;

    color:var(--text);

    font-size:15px;

    line-height:2.3;

    max-width:720px;

}

/*==============================
    SECTION TITLE
==============================*/

.mx-section-title{

    text-align:center;

    margin-bottom:45px;

}

.mx-section-title h2{

    color:var(--title);

    font-size:40px;

    font-weight:800;

    margin:0;

    line-height:1.5;

}

.mx-section-title p{

    margin:18px auto 0;

    color:var(--text);

    max-width:720px;

    font-size:17px;

    line-height:2;

}

/*==============================
        CARD
==============================*/

.mx-card{

    background:#fff;

    border-radius:28px;

    padding:50px;

    border:1px solid var(--border);

    box-shadow:
    0 15px 40px rgba(15,23,42,.05);

}

.mx-card p{

    margin:18px 0;

    color:var(--text);

    font-size:17px;

    line-height:2.35;

    text-align:justify;

}

.mx-label{

    display:inline-block;

    background:rgba(19,222,227,.10);

    color:var(--primary);

    padding:8px 18px;

    border-radius:30px;

    font-size:14px;

    font-weight:700;

    margin-bottom:18px;

}

.mx-card h2{

    margin:0 0 22px;

    color:var(--title);

    font-size:34px;

    line-height:1.5;

}

/*==================================================
        FEATURES
==================================================*/

.mx-grid{

    display:grid;

    grid-template-columns:repeat(2,1fr);

    gap:28px;

}

.mx-feature{

    position:relative;

    background:#fff;

    border:1px solid var(--border);

    border-radius:24px;

    padding:38px;

    overflow:hidden;

    transition:all .35s ease;

    box-shadow:0 12px 35px rgba(15,23,42,.04);

}

.mx-feature::before{

    content:"";

    position:absolute;

    top:0;

    right:0;

    width:100%;

    height:4px;

    background:var(--primary);

    transform:scaleX(0);

    transform-origin:right;

    transition:.35s;

}

.mx-feature:hover{

    transform:translateY(-8px);

    border-color:rgba(19,222,227,.35);

    box-shadow:0 20px 45px rgba(19,222,227,.12);

}

.mx-feature:hover::before{

    transform:scaleX(1);

}

.mx-feature h3{

    margin:0 0 18px;

    color:var(--title);

    font-size:24px;

    font-weight:700;

    line-height:1.6;

}

.mx-feature p{

    margin:0;

    color:var(--text);

    line-height:2.2;

    font-size:15px;

}

/*==================================================
        TIMELINE
==================================================*/

.mx-timeline-list{

    position:relative;

    max-width:900px;

    margin:auto;

    padding-right:45px;

}

.mx-timeline-list::before{

    content:"";

    position:absolute;

    right:14px;

    top:0;

    width:3px;

    height:100%;

    border-radius:50px;

    background:linear-gradient(
        to bottom,
        var(--primary),
        rgba(19,222,227,.15)
    );

}

.mx-time-item{

    position:relative;

    margin-bottom:40px;

}

.mx-time-item:last-child{

    margin-bottom:0;

}

.mx-time-item::before{

    content:"";

    position:absolute;

    right:-40px;

    top:20px;

    width:18px;

    height:18px;

    border-radius:50%;

    background:var(--primary);

    border:5px solid #fff;

    box-shadow:0 0 0 6px rgba(19,222,227,.12);

}

.mx-time-content{

    background:#fff;

    border:1px solid var(--border);

    border-radius:22px;

    padding:32px;

    transition:.35s;

    box-shadow:0 10px 30px rgba(15,23,42,.04);

}

.mx-time-content:hover{

    transform:translateX(-6px);

    box-shadow:0 18px 45px rgba(19,222,227,.12);

}

.mx-year{

    display:inline-block;

    margin-bottom:18px;

    padding:8px 18px;

    border-radius:50px;

    background:rgba(19,222,227,.10);

    color:var(--primary);

    font-weight:700;

    font-size:14px;

}

.mx-time-content h3{

    margin:0 0 15px;

    color:var(--title);

    font-size:24px;

}

.mx-time-content p{

    margin:0;

    color:var(--text);

    line-height:2.2;

}
/*==================================================
                STATS
==================================================*/

.mx-stats-grid{

    display:grid;

    grid-template-columns:repeat(4,1fr);

    gap:28px;

}

.mx-stat{

    position:relative;

    background:#fff;

    border:1px solid var(--border);

    border-radius:24px;

    padding:40px 20px;

    text-align:center;

    overflow:hidden;

    transition:.35s;

    box-shadow:0 10px 30px rgba(15,23,42,.04);

}

.mx-stat::before{

    content:"";

    position:absolute;

    left:0;

    top:0;

    width:100%;

    height:4px;

    background:var(--primary);

    transform:scaleX(0);

    transition:.35s;

}

.mx-stat:hover{

    transform:translateY(-8px);

    box-shadow:0 20px 45px rgba(19,222,227,.12);

    border-color:rgba(19,222,227,.35);

}

.mx-stat:hover::before{

    transform:scaleX(1);

}

.mx-stat h3{

    margin:0;

    font-size:46px;

    color:var(--primary);

    font-weight:800;

    line-height:1;

}

.mx-stat p{

    margin-top:16px;

    color:var(--text);

    font-size:16px;

    line-height:1.8;

}

/*==================================================
                FUTURE
==================================================*/

.mx-future .mx-card{

    text-align:center;

    max-width:950px;

    margin:auto;

}

.mx-future .mx-card p{

    text-align:center;

    max-width:760px;

    margin:20px auto 0;

}

/*==================================================
                CTA
==================================================*/

.mx-cta{

    margin-bottom:0 !important;

}

.mx-cta-box{

    position:relative;

    overflow:hidden;

    border-radius:30px;

    padding:70px 40px;

    text-align:center;

    background:linear-gradient(135deg,#13dee3,#0fc8cd);

    color:#fff;

}

.mx-cta-box::before{

    content:"";

    position:absolute;

    width:380px;

    height:380px;

    top:-180px;

    left:-120px;

    border-radius:50%;

    background:rgba(255,255,255,.08);

}

.mx-cta-box::after{

    content:"";

    position:absolute;

    width:260px;

    height:260px;

    bottom:-120px;

    right:-80px;

    border-radius:50%;

    background:rgba(255,255,255,.08);

}

.mx-cta-box>*{

    position:relative;

    z-index:2;

}

.mx-cta-box h2{

    margin:0;

    font-size:42px;

    font-weight:800;

}

.mx-cta-box p{

    max-width:760px;

    margin:25px auto 40px;

    font-size:18px;

    line-height:2.2;

    opacity:.95;

}

.mx-buttons{

    display:flex;

    justify-content:center;

    gap:18px;

    flex-wrap:wrap;

}

.mx-btn{

    background:#fff;

    color:var(--primary);

    text-decoration:none;

    padding:16px 36px;

    border-radius:12px;

    font-weight:700;

    transition:.35s;

}

.mx-btn:hover{

    transform:translateY(-5px);

    box-shadow:0 20px 35px rgba(255,255,255,.25);

    color:var(--primary);

}

.mx-btn-outline{

    border:2px solid rgba(255,255,255,.6);

    color:#fff;

    text-decoration:none;

    padding:15px 36px;

    border-radius:12px;

    transition:.35s;

}

.mx-btn-outline:hover{

    background:#fff;

    color:var(--primary);

}
/*==================================================
        RESPONSIVE
==================================================*/

/* Laptop */

@media (max-width:1200px){

.mx-about{

    padding:35px 20px 80px;

}

.mx-grid{

    grid-template-columns:repeat(2,1fr);

}

.mx-stats-grid{

    grid-template-columns:repeat(2,1fr);

}

.mx-hero{

    padding:70px 50px;

}

.mx-hero h1{

    font-size:46px;

}

}


/* Tablet */

@media (max-width:992px){

.mx-about section{

    margin-bottom:80px;

}

.mx-hero{

    padding:60px 35px;

    border-radius:26px;

}

.mx-hero h1{

    font-size:38px;

}

.mx-hero p{

    font-size:16px;

}

.mx-section-title h2{

    font-size:32px;

}

.mx-card{

    padding:35px;

}

.mx-card h2{

    font-size:28px;

}

.mx-grid{

    grid-template-columns:1fr;

}

.mx-stats-grid{

    grid-template-columns:repeat(2,1fr);

    gap:20px;

}

.mx-cta-box{

    padding:55px 30px;

}

.mx-cta-box h2{

    font-size:34px;

}

}


/* Mobile */

@media (max-width:768px){

.mx-about{

    padding:20px 12px 60px;

}

.mx-about section{

    margin-bottom:60px;

}

.mx-hero{

    padding:45px 22px;

    border-radius:22px;

}

.mx-badge{

    font-size:13px;

    padding:8px 18px;

}

.mx-hero h1{

    font-size:30px;

    line-height:1.7;

}

.mx-hero p{

    font-size:15px;

    line-height:2.15;

}

.mx-section-title{

    margin-bottom:30px;

}

.mx-section-title h2{

    font-size:27px;

}

.mx-section-title p{

    font-size:15px;

}

.mx-card{

    padding:28px;

    border-radius:20px;

}

.mx-card h2{

    font-size:24px;

}

.mx-card p{

    font-size:15px;

    text-align:right;

}

.mx-feature{

    padding:28px;

}

.mx-feature h3{

    font-size:20px;

}

.mx-feature p{

    font-size:14px;

}

.mx-timeline-list{

    padding-right:28px;

}

.mx-time-item::before{

    right:-28px;

}

.mx-time-content{

    padding:24px;

}

.mx-time-content h3{

    font-size:20px;

}

.mx-stats-grid{

    grid-template-columns:1fr;

}

.mx-stat{

    padding:30px;

}

.mx-stat h3{

    font-size:38px;

}

.mx-buttons{

    flex-direction:column;

}

.mx-btn,

.mx-btn-outline{

    width:100%;

    text-align:center;

}

.mx-cta-box{

    padding:45px 25px;

    border-radius:22px;

}

.mx-cta-box h2{

    font-size:28px;

}

.mx-cta-box p{

    font-size:15px;

    line-height:2;

}

}


/* Small Mobile */

@media (max-width:480px){

.mx-hero{

    padding:35px 18px;

}

.mx-hero h1{

    font-size:25px;

}

.mx-section-title h2{

    font-size:23px;

}

.mx-card{

    padding:22px;

}

.mx-feature{

    padding:22px;

}

.mx-time-content{

    padding:20px;

}

.mx-stat{

    padding:24px;

}

.mx-stat h3{

    font-size:34px;

}

.mx-cta-box{

    padding:35px 18px;

}

.mx-cta-box h2{

    font-size:24px;

}

}


/*==================================================
        SCROLL ANIMATION
==================================================*/

.fade-up{

    opacity:0;

    transform:translateY(40px);

    transition:all .8s ease;

}

.fade-up.show{

    opacity:1;

    transform:translateY(0);

}


/*==================================================
        SMOOTH HOVER
==================================================*/

.mx-feature,
.mx-card,
.mx-time-content,
.mx-stat,
.mx-btn,
.mx-btn-outline{

    transition:all .35s ease;

}


/*==================================================
        TEXT SELECTION
==================================================*/

.mx-about ::selection{

    background:#13dee3;

    color:#fff;

}


/*==================================================
        SMOOTH SCROLL
==================================================*/

html{

    scroll-behavior:smooth;

}
.mx-feature{

    position:relative;

}

.mx-feature::after{

    content:"";

    position:absolute;

    width:220px;

    height:220px;

    left:calc(var(--x,50%) - 110px);

    top:calc(var(--y,50%) - 110px);

    background:radial-gradient(circle,
    rgba(19,222,227,.14),
    transparent 70%);

    opacity:0;

    transition:.3s;

    pointer-events:none;

}

.mx-feature:hover::after{

    opacity:1;

}
/*==============================
        VALUES
==============================*/

.mx-values{

    margin:100px 0;

}

.mx-values-grid{

    display:grid;

    grid-template-columns:repeat(4,1fr);

    gap:25px;

}

.mx-value{

    background:#fff;

    border:1px solid var(--border);

    border-radius:22px;

    padding:35px;

    transition:.35s;

    box-shadow:0 10px 30px rgba(15,23,42,.04);

}

.mx-value:hover{

    transform:translateY(-8px);

    border-color:rgba(19,222,227,.4);

    box-shadow:0 20px 40px rgba(19,222,227,.12);

}

.mx-value h3{

    color:var(--title);

    margin:0 0 15px;

    font-size:23px;

}

.mx-value p{

    margin:0;

    color:var(--text);

    line-height:2.1;

    font-size:15px;

}

@media(max-width:992px){

.mx-values-grid{

    grid-template-columns:repeat(2,1fr);

}

}

@media(max-width:768px){

.mx-values-grid{

    grid-template-columns:1fr;

}

}/* End custom CSS */