.elementor-4916 .elementor-element.elementor-element-0a35e6d{--display:flex;}/* Start custom CSS for html, class: .elementor-element-25221b1 *//* =====================================
CARETIUM XI-921 PRODUCT PAGE
===================================== */


.ct-xi921-product{

    direction:rtl;

    font-family:
    "Vazirmatn",
    "IRANSans",
    Arial,
    sans-serif;

    color:#263238;

    max-width:1200px;

    margin:auto;

    padding:40px 20px;

}




/* ================================
GENERAL SECTION
================================ */


.ct-section{

    margin-bottom:90px;

}



.ct-title{

    text-align:center;

    color:#167D8D;

    font-size:34px;

    margin-bottom:45px;

    font-weight:800;

}



.ct-two-column{

    display:grid;

    grid-template-columns:0.9fr 1.1fr;

    gap:60px;

    align-items:center;

}



.ct-two-column.reverse{

    grid-template-columns:1.1fr .9fr;

}





/* ================================
IMAGE BOX
================================ */


.ct-image-area{

    background:#fafcfc;

    border:1px solid #E7EAEE;

    border-radius:28px;

    overflow:hidden;

    min-height:420px;

    display:flex;

    justify-content:center;

    align-items:center;

    transition:.35s ease;

}



.ct-image-area:hover{

    transform:translateY(-6px);

    box-shadow:

    0 20px 45px rgba(22,125,141,.12);

}



.ct-image-area img{

    width:100%;

    height:100%;

    object-fit:contain;

    padding:35px;

}





/* ================================
TEXT
================================ */


.ct-content h2{

    font-size:36px;

    color:#167D8D;

    line-height:1.5;

    margin-bottom:25px;

}



.ct-content p{

    font-size:16px;

    line-height:2.2;

    color:#546e7a;

}



.ct-badge{

    display:inline-block;

    background:#eaf4f5;

    color:#167D8D;

    padding:8px 22px;

    border-radius:50px;

    font-size:14px;

    margin-bottom:20px;

}





/* ================================
MINI BADGES
================================ */


.ct-mini-grid{

    display:flex;

    flex-wrap:wrap;

    gap:12px;

    margin-top:30px;

}



.ct-mini-grid div{


    padding:10px 18px;

    border-radius:40px;

    border:1px solid #E7EAEE;

    background:#fff;

    font-size:14px;

    transition:.3s;


}



.ct-mini-grid div:hover{


    background:#F08D1D;

    color:white;

    border-color:#F08D1D;


}





/* ================================
CARDS
================================ */


.ct-card-grid{


    display:grid;

    grid-template-columns:repeat(4,1fr);

    gap:22px;


}



.ct-info-card,
.ct-feature{


    background:white;

    border:1px solid #E7EAEE;

    border-radius:22px;

    padding:30px 20px;

    text-align:center;

    transition:.35s ease;

    box-shadow:

    0 8px 25px rgba(0,0,0,.04);


}



.ct-info-card:hover,
.ct-feature:hover{


    transform:translateY(-8px);

    border-color:#167D8D;

    box-shadow:

    0 20px 40px rgba(22,125,141,.15);


}



.ct-info-card h3,
.ct-feature h3{


    color:#167D8D;

    font-size:22px;

    margin-bottom:15px;


}


.ct-feature p,
.ct-info-card p{


    color:#607d8b;

    line-height:1.8;

}





/* ================================
GALLERY
================================ */


.ct-gallery{


    display:grid;

    grid-template-columns:repeat(4,1fr);

    gap:20px;


}



.ct-gallery img{


    width:100%;

    height:240px;

    object-fit:cover;

    border-radius:22px;

    border:1px solid #E7EAEE;

    background:#fafafa;

    transition:.35s ease;


}



.ct-gallery img:hover{


    transform:scale(1.04);

    border-color:#F08D1D;


}





/* ================================
TABLE
================================ */


.ct-table{


    width:100%;

    border-collapse:collapse;

    background:white;

    overflow:hidden;

    border-radius:20px;

    box-shadow:

    0 10px 30px rgba(0,0,0,.05);


}



.ct-table td{


    padding:18px 25px;

    border-bottom:1px solid #E7EAEE;

    font-size:16px;


}



.ct-table tr td:first-child{


    color:#167D8D;

    font-weight:700;

    width:30%;


}



.ct-table tr:hover{


    background:#f7fbfc;


}





/* ================================
APPLICATION HIGHLIGHT
================================ */


.ct-highlight{


    background:

    linear-gradient(
    135deg,
    #167D8D,
    #0c5661
    );

    color:white;

    border-radius:30px;

    padding:50px;

    margin-bottom:90px;

    text-align:center;


}



.ct-highlight h2{


    font-size:32px;

    margin-bottom:35px;


}



.ct-highlight div{


    display:flex;

    justify-content:center;

    flex-wrap:wrap;

    gap:15px;


}



.ct-highlight span{


    background:rgba(255,255,255,.12);

    padding:12px 25px;

    border-radius:40px;


}





/* ================================
LIST
================================ */


.ct-list{


    display:grid;

    grid-template-columns:repeat(2,1fr);

    gap:20px;

    padding:0;


}



.ct-list li{


    list-style:none;

    background:#fafcfc;

    border:1px solid #E7EAEE;

    padding:18px;

    border-radius:18px;

}



.ct-list li::before{


    content:"✓";

    color:#F08D1D;

    font-weight:bold;

    margin-left:10px;


}





/* ================================
CTA
================================ */


.ct-cta{


    text-align:center;

    background:#167D8D;

    color:white;

    padding:60px 30px;

    border-radius:30px;


}



.ct-cta h2{


    font-size:32px;

    margin-bottom:20px;


}



.ct-cta p{


    font-size:17px;

    line-height:2;


}



.ct-cta a{


    display:inline-block;

    margin-top:25px;

    background:#F08D1D;

    color:white;

    padding:15px 40px;

    border-radius:50px;

    text-decoration:none;

    transition:.3s;


}



.ct-cta a:hover{


    transform:translateY(-5px);

    box-shadow:

    0 10px 25px rgba(240,141,29,.35);


}






/* =================================
TABLET
================================= */


@media(max-width:1024px){


.ct-two-column,
.ct-two-column.reverse{


    grid-template-columns:1fr;


}



.ct-card-grid{


    grid-template-columns:repeat(2,1fr);


}



.ct-gallery{


    grid-template-columns:repeat(2,1fr);


}



.ct-content h2{


    font-size:30px;


}


}






/* =================================
MOBILE
================================= */


@media(max-width:600px){


.ct-xi921-product{


    padding:20px 12px;


}



.ct-section{


    margin-bottom:60px;


}



.ct-image-area{


    min-height:280px;


}



.ct-image-area img{


    padding:20px;


}



.ct-content h2{


    font-size:25px;


}



.ct-title{


    font-size:26px;


}



.ct-card-grid,
.ct-gallery,
.ct-list{


    grid-template-columns:1fr;


}



.ct-table{


    min-width:600px;


}



.ct-table{


    display:block;

    overflow-x:auto;


}



.ct-highlight{


    padding:35px 20px;


}



.ct-cta{


    padding:40px 20px;


}


}
/* ============================
CTA POPUP BUTTON
============================ */


.ct-cta-popup-btn{

display:inline-flex;

align-items:center;

justify-content:center;

background:

linear-gradient(
135deg,
#F08D1D,
#ffb45c
);


color:white !important;

padding:16px 45px;

border-radius:50px;

font-size:16px;

font-weight:800;

text-decoration:none !important;


box-shadow:

0 12px 30px rgba(240,141,29,.35);


transition:.35s ease;


position:relative;

overflow:hidden;


}



/* Shine Effect */

.ct-cta-popup-btn:before{


content:"";

position:absolute;

top:0;

left:-100%;

width:60%;

height:100%;


background:

linear-gradient(
90deg,
transparent,
rgba(255,255,255,.45),
transparent
);


transition:.5s;


}


.ct-cta-popup-btn:hover:before{


left:130%;


}



.ct-cta-popup-btn:hover{


transform:

translateY(-5px);


box-shadow:

0 20px 40px rgba(240,141,29,.45);


color:white !important;


}



/* Mobile */

@media(max-width:600px){


.ct-cta-popup-btn{


width:100%;

padding:15px 25px;


}


}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-86e12d7 *//* ===============================
CARETIUM CONTACT POPUP
================================ */


.ct-contact-popup-wrapper{


display:none;


position:fixed;


inset:0;


background:

rgba(19,65,79,.45);


backdrop-filter:blur(6px);


z-index:999999;


align-items:center;


justify-content:center;


padding:20px;


}





.ct-contact-popup{


direction:rtl;


width:100%;


max-width:720px;


max-height:90vh;


overflow-y:auto;


background:#ffffff;


border-radius:35px;


padding:35px;


box-shadow:


0 30px 80px rgba(0,0,0,.25);


animation:

ctPopupShow .4s ease;


}



@keyframes ctPopupShow{


from{


opacity:0;

transform:translateY(40px) scale(.96);


}


to{


opacity:1;

transform:translateY(0) scale(1);


}


}




/* Header */


.ct-popup-header{


text-align:center;


margin-bottom:35px;


}



.ct-popup-header h2{


margin:0;


font-size:34px;


font-weight:900;


color:#13414F;


}



.ct-popup-header h2:after{


content:"";


display:block;


width:80px;


height:4px;


background:#F08D1D;


border-radius:20px;


margin:15px auto;


}



.ct-popup-header p{


color:#64748B;


font-size:15px;


}




/* Cards */


.ct-contact-card{


background:

linear-gradient(
145deg,
#ffffff,
#f8fbfc
);


border-radius:28px;


padding:25px;


margin-bottom:22px;


border:

1px solid rgba(22,125,141,.12);


box-shadow:


0 15px 40px rgba(19,65,79,.10);


transition:.3s;


position:relative;


overflow:hidden;


}



.ct-contact-card:before{


content:"";


position:absolute;


top:0;


right:0;


width:100%;


height:4px;


background:

linear-gradient(
90deg,
#167D8D,
#F08D1D
);


}



.ct-contact-card:hover{


transform:translateY(-5px);


box-shadow:

0 25px 55px rgba(19,65,79,.18);


}




/* Card Header */


.ct-contact-top{


display:flex;


align-items:center;


margin-bottom:20px;


}



.ct-contact-icon{


width:65px;


height:65px;


min-width:65px;


border-radius:20px;


display:flex;


align-items:center;


justify-content:center;


margin-left:18px;


font-size:30px;


background:

linear-gradient(
135deg,
#F08D1D,
#ffb45c
);


box-shadow:

0 10px 25px rgba(240,141,29,.25);


}




.ct-contact-title{


font-size:22px;


font-weight:800;


color:#13414F;


}




/* Rows */


.ct-contact-row{


display:flex;


align-items:center;


justify-content:space-between;


gap:15px;


padding:12px 0;


border-bottom:

1px solid rgba(19,65,79,.08);


}



.ct-contact-row:last-child{


border-bottom:none;


}



.ct-contact-row strong{


font-size:15px;


color:#334155;


}



.ct-contact-number{


color:#167D8D;


font-size:17px;


font-weight:800;


}



/* Button */


.ct-call-btn{


display:inline-flex;


align-items:center;


justify-content:center;


background:

linear-gradient(
135deg,
#F08D1D,
#ff9f38
);


color:#fff !important;


padding:11px 25px;


border-radius:14px;


font-size:14px;


font-weight:800;


text-decoration:none !important;


min-width:100px;


transition:.3s;


box-shadow:

0 8px 20px rgba(240,141,29,.25);


}



.ct-call-btn:hover{


transform:translateY(-3px);


color:#fff !important;


}




/* Messenger */


.ct-message-note{


margin-top:18px;


font-size:13px;


line-height:2;


color:#64748B;


background:

rgba(22,125,141,.05);


border-right:

4px solid #167D8D;


padding:12px 15px;


border-radius:12px;


}




/* Mobile */


@media(max-width:767px){


.ct-contact-popup{


padding:20px;


border-radius:25px;


}



.ct-contact-row{


flex-direction:column;


align-items:stretch;


}



.ct-call-btn{


width:100%;


}



.ct-contact-title{


font-size:19px;


}



.ct-popup-header h2{


font-size:27px;


}



}/* End custom CSS */