/* add fonts */
@font-face {
    font-family: 'Cairo';
    src: url('../fonts/Cairo-Light.ttf') format('truetype');
    font-weight: 300;
}

@font-face {
    font-family: 'Cairo';
    src: url('../fonts/Cairo-Regular.ttf') format('truetype');
    font-weight: 400;
}

@font-face {
    font-family: 'Cairo';
    src: url('../fonts/Cairo-Medium.ttf') format('truetype');
    font-weight: 500;
}

@font-face {
    font-family: 'Cairo';
    src: url('../fonts/Cairo-Bold.ttf') format('truetype');
    font-weight: 700;
}

body {
    font-family: 'Cairo', sans-serif !important;
}


:root {
    /* --second-color: #2390d0;
    --third-color: #2390d0; */
    --second-color: #2390d0;
    --third-color: #2390d0;
}



body::-webkit-scrollbar {
    width: 8px;
}

/* المسار (الخلفية) */
body::-webkit-scrollbar-track {
    background: transparent;
}

/* الجزء اللي بيتحرك */
body::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.3);
    border-radius: 10px;
}



header.header-1:not(.sticky) .main-menu ul>li>a {
    color: #fff;
}

header.header-1:not(.sticky) .main-menu ul>li>a:hover {
    color: #2390d0;
}

header.header-1:not(.sticky) .main-menu ul>li>ul {
    /* background-color: #0000006b; */
}

header.header-1.sticky .main-menu ul li>a {
    padding: 30px 14px;
}

body .page-banner-wrap {
    padding-top: 200px;
}

.theme-btn {
    border-radius: 8px;
    box-shadow: 0 4px 8px 0 #00000066 !important;
    transition: 0.3s;
}

.theme-btn:hover {
    box-shadow: 0 4px 12px 0 #00000066 !important;
}

.ttc-wrapper {
    backdrop-filter: blur(5px);
    border-radius: 12px;
    background: #ffffff1a;
    padding: 60px 30px;
    box-shadow: 0 0 10px 0 #0000001f;
    /* background: radial-gradient(circle at bottom right, rgba(253, 112, 98, 0.35), transparent 60%), rgba(247, 247, 247, 0.06); */
    background: radial-gradient(circle at bottom right,
            rgba(29, 133, 196, 0.35),
            transparent 60%),
        rgba(247, 247, 247, 0.06);

}

.stacrure-help p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 14px;
    color: #fff;
}

.custom-wrapper-api-page .ttc-wrapper {
    /* background: #dddddd; */
    max-width: 800px;
    margin: auto;
    box-shadow: 0 0 10px 0 #0000002e;
}

.custom-wrapper-api-page #ttc-result {
    /* background: #dddddd; */
    max-width: 800px;
    margin: auto;
    /* box-shadow: 0 0 10px 0 #0000002e; */
}

#ttc-result {
    display: none;
    /* background: #f9f9f9; */
    padding: 24px 12px;
    margin-top: 30px;
    max-height: 430px;
    overflow-y: auto;
    animation: fadeIn .3s ease;

}

#ttc-result::-webkit-scrollbar {
    width: 8px;
}

#ttc-result::-webkit-scrollbar-track {
    background: transparent;
}

#ttc-result::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.3);
    border-radius: 10px;
}

#ttc-loader {
    color: #fff;
}

@keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

#ttc-form {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 15px;
}

#ttc-form label {
    font-size: 16px;
    color: #fff;
}

#ttc-form #search_type {
    height: 50px;
    border-radius: 8px;
}

#ttc-form input {
    padding: 13px 10px 10px;
    border: 1px solid #dddddd;
    border-radius: 0;
    height: 50px;
    border-radius: 8px;
}

#ttc-form input::placeholder {
    font-size: 14px;
    color: #454545;
}

.elementor-11 .elementor-element.elementor-element-6105861 .elementor-button:hover,
.elementor-11 .elementor-element.elementor-element-6105861 .elementor-button:focus,
.elementor-11 .elementor-element.elementor-element-7d589c5 .elementor-button:hover,
.elementor-11 .elementor-element.elementor-element-7d589c5 .elementor-button:focus,
.elementor-11 .elementor-element.elementor-element-dfc81e4 .elementor-button:hover,
.elementor-11 .elementor-element.elementor-element-dfc81e4 .elementor-button:focus {
    background-color: #1f425d !important;
}

#ttc-form button {
    background: #2390d0;
    color: #fff;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    min-width: 250px;
    margin-top: 24px;
    align-self: center;
    height: 50px;
    border-radius: 8px;
}

#ttc-form button:hover {
    background: #1f425d;

}

#ttc-result .btn-moreDetails {
    background: #fff;
    border-radius: 8px;
}

#ttc-loader {
    font-weight: bold;
}

.track-timeline-data h5,
.top-head-data h4,
.top-head-data h3 {
    color: #fff;
}

.ttc-event {
    border-left: 3px solid #2390d0;
    /* padding-left: 10px; */
    margin: 8px 0;
    padding: 10px;
    margin-bottom: 20px;
    color: #fff;
}

.top-head-data {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #efefef;
    padding: 14px;
}

.top-head-data h4 {
    font-size: 14px;
    margin-bottom: 0;
}

.top-head-data h3 {
    margin-bottom: 0;
}

.more-detailsData {
    display: flex;
    flex-direction: column;
    gap: 8px;

}

.btn-moreDetails {
    padding: 8px 14px;
}

.track-timeline-data {
    padding: 14px;
}

.more-detailsData {
    /* display: none; */
    border-bottom: 1px solid #efefef;
    padding: 14px;
    opacity: 0;
    max-height: 0;
    visibility: hidden;
    transition: opacity 0.4s,
        visibility 0.8s,
        max-height 0.4s;
}

.more-detailsData .specs-data {
    display: flex;
    justify-content: space-between;
    margin: 10px 0;
    font-size: 16px;
}

.more-detailsData b {
    font-size: 14px;
}

.more-detailsData.active-data {
    /* display: block; */
    opacity: 1;
    visibility: visible;
    max-height: 600px;
    color: #fff;
    transition: opacity 0.4s,
        visibility 0.8s,
        max-height 0.4s;
}

/* cart none */
.wmc-cart-wrapper {

    display: none !important;

}

/* edit and repaiering slider */
.services-carousel-active .slick-list {
    margin: 0 !important;
}

.services-carousel-active {
    margin-right: 0 !important;
}

.slider-custom .single-service-card a {
    pointer-events: none !important;
}

.slider-custom .slick-track {
    padding-bottom: 20px;
}

.slider-custom .single-service-card {
    background:
        radial-gradient(circle at bottom right,
            rgba(29, 133, 196, 0.35),
            transparent 40%),
        rgba(247, 247, 247, 0.06);

    backdrop-filter: blur(40px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid #f7f7f747;
    border-radius: 12px 100px 12px 12px;
    transition: 0.4s;
}

.slider-custom .single-service-card:hover {
    box-shadow: 0 0 4px 0 #0f202e;
}

.slider-custom .single-service-card .service-banner-img {
    height: 350px;
    background-color: transparent;
    border-radius: 12px 100px 12px 100px;
}

.slider-custom .single-service-card .content {
    min-height: 300px;
    border: unset;
}

.slider-custom .single-service-card .content h3 {
    min-height: 70px;
}

.main-heroSlider .slick-track>div {
    min-height: 90vh;
    /* height: 85vh; */
}

.team-member-card {
    border-radius: 12px;
}

.team-member-card .profile-info-card {
    border-radius: 8px 0 0 8px;
}

/* about page */
.choose-cards-wrapper .elementor-inner-section {
    backdrop-filter: blur(5px);
    border-radius: 12px 100px;
    background: #ffffff1a;
    box-shadow: 0 0 6px 0 #0000001f;
    transition: 0.4s;
}

.choose-cards-wrapper .elementor-inner-section:hover {
    box-shadow: 0 0 6px 0 #0000003f;

}

/* about end */

/* contact us */
.cards-fullH section {
    height: 100%;
}

/* end contact */
.header-1 .logo img {
    max-width: 165px;
}

.header-1.sticky .logo img {
    max-width: 145px;
    padding: 16px;
}

footer .elementor-widget-image img {
    max-width: 250px;

}

.footer-inside .social .whats::before {
    content: url(../img/whatsapp.png);
    display: inline-block;
    transform: scale(.7);
    margin: 0 8px;
    opacity: .8;
    transition: .3s;
}

.footer-inside .social .whats:hover::before {
    transform: scale(.8);
    opacity: 1;
}

.footer-inside .social .whats {
    position: fixed;
    bottom: 50px;
    left: -10px;
    background: #1f425d;
    width: 72px;
    height: 52px;
    overflow: hidden;
    padding-top: 6px;
    padding-right: 1px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 99999;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .15);
    border-radius: 0 4px 4px 0;
    opacity: 0.8;
    transition: 0.5s;
}

.footer-inside .social .whats:hover {
    opacity: 1;
    left: 0;
}

.choose-cards-wrapper>div {
    flex-wrap: wrap;
}

.choose-cards-wrapper>div>div {
    flex-basis: 33.33%;
    width: 33.33%;
    display: block;
}

.choose-cards-wrapper>div>div>div {
    height: 100%;
}

.table-container-types img {
    width: 135px;
}

/* containers-wrapper */
.containers-wrapper {
    backdrop-filter: blur(3px);
    border-radius: 12px;
    background: #ffffff1a;
    padding: 60px 30px;
    box-shadow: 0 0 5px 0 #0000001f;
}

.custom-thumb-wrapper img{
    object-fit: contain;
    width: fit-content;
    max-height: 400px;
    text-align: start;
}

/* media query */
@media (min-width: 991px) {

    header.header-1.sticky {
        background: #ffffffe6;
    }

    header.header-1:not(.sticky) .logo {
        filter: brightness(0) invert(1);
    }

    header.header-1:not(.sticky) {
        background: transparent;
        position: fixed;
        width: 100%;
    }

    header.header-1.sticky #hamburger {
        color: #1f425d;
    }
}

@media (max-width: 1024px) {
    .section-mobile-direction>div {
        flex-direction: column-reverse;
    }
}

@media (max-width: 991px) {
    body header.header-1 {
        padding: 0;
    }

    .mobile-nav .close-nav {
        box-shadow: none !important;
        background-color: unset !important;
    }

    .choose-cards-wrapper>div>div {
        flex-basis: 50%;
        width: 50%;
    }

    header.header-1 #hamburger {
        color: #1f425d;
    }

    .mobile-nav {
        background-color: #2390d0;
    }

    header.header-1 #hamburger {
        text-align: end !important;

    }
}   

@media (max-width: 767px) {
    body .page-banner-wrap {
        padding-top: 200px;
    }

    .choose-cards-wrapper>div>div {
        flex-basis: 100%;
        width: 100%;
    }

    #scrollUp {
        bottom: 60px !important;
        inset-inline-end: 12px !important;
    }

}


/* loader */
#preloader {
    flex-direction: column;
    gap: 16px;
    background-color: #fff;
}

.logo-blue {
    position: relative;
    width: 160px;
    height: 160px;
    /* عدلي المقاس براحتك */
}

.logo-blue img {
    width: 100%;
    display: block;
}

/* طبقة اللمعة */
.logo-blue::after {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 60%;
    height: 100%;
    background: linear-gradient(120deg,
            transparent 0%,
            rgba(255, 255, 255, 0.6) 50%,
            transparent 100%);
    animation: shine 1.6s ease-in-out infinite;
}

@keyframes shine {
    100% {
        left: 130%;
    }
}

/* container layout */
@media (min-width: 576px) {
    .custom-e-con-full {
        max-width: 540px !important;
        margin: auto;
    }
}

@media (min-width: 768px) {
    .custom-e-con-full {
        max-width: 720px !important;
        margin: auto;
    }
}

@media (min-width: 992px) {
    .custom-e-con-full {
        max-width: 960px !important;
        margin: auto;
    }
}

@media (min-width: 1200px) {
    .custom-e-con-full {
        max-width: 1140px !important;
        margin: auto;
    }
}

@media (min-width: 1400px) {
    .custom-e-con-full {
        max-width: 1320px !important;
        margin: auto;
    }
}

/* RTL */
html[dir="rtl"] .slider-custom .slick-arrow i {
    transform: rotate(180deg);
}

html[dir="rtl"] .elementor-365 .elementor-element.elementor-element-63311f2f {
    text-align: start;
}