.elementor-kit-7{--e-global-color-primary:#063674;--e-global-color-secondary:#76D5EC;--e-global-color-text:#0B2025F7;--e-global-color-accent:#3AD9FF;--e-global-color-setup_wizard_cutom_color_0:#F0F2F6;--e-global-color-setup_wizard_cutom_color_1:#FFFFFF;--e-global-typography-primary-font-family:"Tajawal";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Tajawal";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Tajawal";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Tajawal";--e-global-typography-accent-font-weight:500;color:var( --e-global-color-text );font-family:"Tajawal", Sans-serif;font-size:16px;}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-kit-7 a{color:var( --e-global-color-primary );font-family:"Tajawal", Sans-serif;}.elementor-kit-7 h1{color:var( --e-global-color-primary );font-family:"Tajawal", Sans-serif;font-size:48px;}.elementor-kit-7 h2{color:var( --e-global-color-primary );font-family:"Tajawal", Sans-serif;font-size:40px;}.elementor-kit-7 h3{color:var( --e-global-color-primary );font-family:"Tajawal", Sans-serif;font-size:33px;}.elementor-kit-7 h4{color:var( --e-global-color-primary );font-family:"Tajawal", Sans-serif;font-size:28px;}.elementor-kit-7 h5{color:var( --e-global-color-primary );font-family:"Tajawal", Sans-serif;font-size:23px;}.elementor-kit-7 h6{color:var( --e-global-color-primary );font-family:"Tajawal", Sans-serif;font-size:19px;}.elementor-kit-7 button,.elementor-kit-7 input[type="button"],.elementor-kit-7 input[type="submit"],.elementor-kit-7 .elementor-button{color:#fff;}.elementor-kit-7 button:hover,.elementor-kit-7 button:focus,.elementor-kit-7 input[type="button"]:hover,.elementor-kit-7 input[type="button"]:focus,.elementor-kit-7 input[type="submit"]:hover,.elementor-kit-7 input[type="submit"]:focus,.elementor-kit-7 .elementor-button:hover,.elementor-kit-7 .elementor-button:focus{color:#fff;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* =====================================
   IMAGE CAROUSEL – FULL BLEED FIX
   ===================================== */

.ac-image-carousel {
    height: 420px;
    overflow: hidden;
}

/* Wrapper */
.ac-image-carousel .elementor-image-carousel-wrapper {
    height: 100%;
    padding: 0 !important;
}

/* Track */
.ac-image-carousel .swiper-wrapper {
    height: 100%;
}

/* Slide */
.ac-image-carousel .swiper-slide {
    width: 100% !important;
    display: flex;
    justify-content: center;
    align-items: stretch;
}

/* figure اللي Elementor بيحبسه */
.ac-image-carousel figure {
    width: 100%;
    max-width: 100% !important;
    margin: 0 !important;
}

/* الصورة نفسها */
.ac-image-carousel img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* =========================
   Responsive
   ========================= */

@media (max-width: 1024px) {
    .ac-image-carousel {
        height: 340px;
    }
}

@media (max-width: 768px) {
    .ac-image-carousel {
        height: 260px;
    }
}/* End custom CSS */