@font-face {
    font-family: montserrat;
    font-display: swap;
    src: url(../webfonts/montserrat-Arabic-Regular.woff);
}

* {
    font-family: "montserrat";
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    outline: none;
    direction: rtl;
}

::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    border-radius: 0px !important;
}

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 0px !important;
}

::-webkit-scrollbar-thumb {
    background-color: var(--mainColor);
    outline: none;
    border-radius: 20px !important;
}

:target {
    scroll-margin-top: 60px;
}
:root {
    --mainColor : #419BBF;
    --secondColor : #175973;
    --secondColor2: #AEDFF2;
    --tb-header-bg: #fff;
    --tb-header-item-color: #419BBF;
    --tb-top-tagbar-bg: #fff9e6;
    --white: #ffffff;
    --white-glass: rgba(255, 255, 255, 0.15);
    --tb-header-item-sub-color: var(--tb-tertiary-color);
    --tb-card-logo-dark: block;
    --tb-card-logo-light: none;
    --tb-topbar-user-bg: #f3f6f9;
    --tb-topnav-bg: #fff;
    --tb-topnav-item-color: #6d7080;
    --tb-topnav-item-color-active: var(--tb-primary);
    --tb-twocolumn-menu-iconview-bg: #fff;
    --tb-twocolumn-menu-bg: #fff;
    --tb-vertical-menu-bg: #fff;
    --tb-vertical-menu-border: #e9ebec;
    --tb-vertical-menu-item-color: #6d7080;
    --tb-vertical-menu-item-hover-color: var(--tb-primary);
    --tb-vertical-menu-item-hover-bg: var(--tb-primary);
    --tb-vertical-menu-item-active-color: var(--tb-primary);
    --tb-vertical-menu-sub-item-color: #7c7f90;
    --tb-vertical-menu-sub-item-hover-color: var(--tb-primary);
    --tb-vertical-menu-sub-item-active-color: var(--tb-primary);
    --tb-vertical-menu-title-color: #919da9;
}
a {
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}

a:hover {
    text-decoration: none;
    color: #1d71b8;
}

button:focus {
    outline: 0;
}

.row {
    margin: 0px;
}

a,
h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
}

@media (max-width: 767px) {
    .container,
    .container-fluid {
        padding: 0px 8px;
    }
}

video,
img {
    max-width: 100%;
    height: auto;
    display: inline-block;
}

.navbar-toggler {
    border: none;
    box-shadow: none !important;
}

.btn:focus {
    box-shadow: none;
}

body {
    background-color: #fdfdfd;
}

content {
    min-height: 50vh;
    position: relative;
    display: block;
}

.select2-container--default .select2-selection--single {
    min-height: 48px;
    display: flex;
    align-items: center;
    border-color: #ced4da;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    left: 1px;
    right: unset;
    top: 50%;
    transform: translateY(-50%);
}

span.select2.select2-container.select2-container--default {
    width: 100% !important;
}

.select2-results__option--selectable {
    border-radius: 4px;
    margin-bottom: 2px;
    transition: all 0.3s ease-in-out;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: var(--mainColor) !important;
    color: #ffffff !important;
}

.select2-dropdown {
    border-radius: 4px;
    box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.1254901961) !important;
    border-color: transparent;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding: 10px 20px;
}

.form-control {
    min-height: 48px;
    box-shadow: none !important;
    color: #777;
}

.container {
    max-width: 1140px;
}

.container-fluid {
    /* max-width: 1560px; */
    max-width: 1400px;
    margin: 0px auto;
    padding: 0px 20px;
}

.swiperContainer {
    position: relative;
}

.swiperContainer .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiperContainer .swiper-button-next,
.swiperContainer .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--mainColor);
    background-color: #ffffff;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1254901961);
    border-radius: 100px;
    transition: all 0.3s ease-in-out;
}

.swiperContainer .swiper-button-next::after,
.swiperContainer .swiper-button-prev::after {
    font-size: 26px;
    font-family: "Font Awesome 6 pro";
}

.swiperContainer .swiper-button-next:hover,
.swiperContainer .swiper-button-prev:hover {
    background-color: #1d71b8;
    color: #ffffff;
}

@media (max-width: 768px) {
    .swiperContainer .swiper-button-next,
    .swiperContainer .swiper-button-prev {
        display: none;
    }
}

.swiperContainer .swiper-button-next {
    left: -60px;
    right: unset;
}

@media (max-width: 1240px) {
    .swiperContainer .swiper-button-next {
        left: 0px;
    }
}

.swiperContainer .swiper-button-next::after {
    content: "\f053" !important;
}

.swiperContainer .swiper-button-prev {
    right: -60px;
    left: unset;
}

@media (max-width: 1240px) {
    .swiperContainer .swiper-button-prev {
        right: 0px;
    }
}

.swiperContainer .swiper-button-prev::after {
    content: "\f053" !important;
    transform: scaleX(-1);
}

.swiperContainer .swiper-pagination {
    width: auto !important;
    left: 50% !important;
    transform: translateX(-50%);
    background-color: transparent;
    border-radius: 4px;
    padding: 0px 10px;
    transition: all 0.3s ease-in-out;
}

.swiperContainer .swiper-pagination .swiper-pagination-bullet {
    transition: all 0.3s ease-in-out;
    width: 16px;
    border-radius: 4px;
    opacity: 0.3;
    background-color: #1d71b8;
    margin: 2px !important;
}

.swiperContainer .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #1d71b8;
    width: 40px;
    opacity: 1;
    transition: all 0.3s ease-in-out;
}

.fancybox__track,
.fancybox__content,
.carousel__track {
    direction: ltr !important;
}

.fancybox__caption {
    text-align: center;
}

.loader {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    width: 0%;
    height: 5px;
    background-color: #1d71b8;
    transition: all 0.3s ease-in-out;
    -webkit-animation: loding 2s;
    animation: loding 2s;
}

@-webkit-keyframes loding {
    0% {
        width: 0%;
    }
    10% {
        width: 10%;
    }
    70% {
        width: 70%;
    }
    100% {
        width: 100%;
    }
}

@keyframes loding {
    0% {
        width: 0%;
    }
    10% {
        width: 10%;
    }
    70% {
        width: 70%;
    }
    100% {
        width: 100%;
    }
}

.btn-success {
    background-color: #00a19a;
}

.btn-outline-success {
    border-color: #00a19a;
}

.btn {
    border-radius: 16px;
}

header{
    /* background: #fff; */
    box-shadow: none;
    box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.1254901961);
    padding: 0 62px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1024;
    /* لون الخلفية مع شفافية (Alpha) */
    background: rgb(255 255 255 / 12%);
    
    /* أهم خاصية: تأثير البلورة */
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(3px); /* لدعم متصفح Safari */
    
    /* إضافة حدود رفيعة لتعزيز شكل الزجاج */
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

header.is-scrolled{
    background: rgba(23, 89, 115, 0.4); 
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(10px);
}

.navbar {
    /* background: #fff; */
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    /* box-shadow: none; */
    /* box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.1254901961); */
    transition: all 0.3s ease-in-out;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1024;
}

.navbar .navbar-brand {
    margin: 0;
    padding: 0;
}

.navbar .navbar-nav .nav-item a.active{
    color: var(--secondColor2);
}

.navbar .navbar-nav .nav-item a::after{
    content: "";
    position: absolute;
    bottom: -2px;
    left: 50%;
    transform: translateX(-50%);
    width: 0px;
    height: 2px;
    background: var(--secondColor2);
    transition: 0.4s ease-in-out;
}

.navbar .navbar-nav .nav-item a.active::after{
    width: 100%;
}
.navbar .navbar-nav .nav-item:hover a::after{
    width: 100%;
}
.navbar .navbar-nav .nav-item:hover a{
    color: var(--secondColor2);
}

.navbar .navbar-brand img {
    /* height: 100px; */
    height: 70px;
    transition: 0.5s ease;
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

@media (max-width: 480px) {
    .navbar .navbar-brand img {
        height: 70px;
    }
}

.navbar .nav-link {
    color: #F2F2F2;
    transition: all 0.3s ease-in-out;
    font-size: 16px !important;
    position: relative;
    display: inline-flex;
    align-items: center;
    margin: 0 6px;
    padding: 8px 4px;
    font-weight: 600;
}

.navbar .nav-link i {
    font-size: 14px;
}

.navbar .btn-nav {
    position: relative;
    overflow: hidden;
    z-index: 1;
    border-radius: 8px;
    padding: 8px 24px !important;
    transition: all 0.3s ease-in-out !important;
    color: var(--secondColor2);
    border: 1px solid var(--secondColor2);
    background: transparent;
    cursor: pointer;
}

.navbar .btn-nav::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: var(--mainColor);
    transition: width 0.4s ease-in-out;
    z-index: -1;
    border-radius: 8px;
}

.navbar .btn-nav:hover {
    color: #fff;
}

.navbar .btn-nav:hover::before {
    width: 100%;
}

.navbar .sideBtn {
    position: relative;
    width: 34px;
    height: 24px;
    padding: 5px;
    cursor: pointer;
    transition: transform 0.3s;
    z-index: 99999;
}

.navbar .sideBtn span {
    position: absolute;
    display: block;
    width: 24px;
    height: 2px;
    background-color: #1d71b8;
    margin: 4px 0;
    transition: width 0.3s, transform 0.5s, opacity 0.3s;
}

.navbar .sideBtn span:first-child {
    top: 0;
}

.navbar .sideBtn span:nth-child(2) {
    width: 10px;
    top: 7px;
}

.navbar .sideBtn span:nth-child(3) {
    width: 16px;
    bottom: 0;
}

.navbar .sideBtn:not(.active):hover span:first-child {
    width: 16px;
}

.navbar .sideBtn:not(.active):hover span:nth-child(2) {
    width: 20px;
}

.navbar .sideBtn.active span {
    background-color: #fff !important;
}

.navbar .sideBtn.active span:first-child {
    transform: rotate(45deg);
    top: 8px;
    width: 20px;
}

.navbar .sideBtn.active span:nth-child(2) {
    width: 0;
    opacity: 0;
}

.navbar .sideBtn.active span:last-child {
    transform: rotate(-45deg);
    top: 8px;
    width: 20px;
}

.navbar .sideMenu {
    position: fixed;
    z-index: 99998;
    right: -100%;
    top: 0;
    height: 100%;
    background-color: rgba(166, 73, 98, 0.88);
    padding: 50px 24px;
    transition: all 0.3s ease-in-out;
    width: 100%;
}

.navbar .sideMenu.active {
    right: 0px;
}

.navbar .sideMenu .sideMenuInner {
    align-items: center;
    display: flex;
    flex-direction: column;
    position: relative;
    justify-content: center;
    height: 100%;
}

.navbar .sideMenu .sideMenuInner .sideMenuLink {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 5px;
    color: #fff;
    padding: 5px 0;
    transition: padding 0.3s;
}

.navbar .sideMenu .sideMenuInner .sideMenuLink:first-of-type, .navbar .sideMenu .sideMenuInner .sideMenuLink:not(.visible) + .visible {
    margin-top: auto;
}

.navbar .sideMenu .sideMenuInner .sideMenuSocials {
    align-self: flex-end;
    margin-top: auto;
}

.navbar .sideMenu .sideMenuInner .sideMenuSocials li {
    display: inline-block;
}

.navbar .sideMenu .sideMenuInner .sideMenuSocials li a {
    color: #fff;
    font-size: 22px;
    padding-right: 8px;
    padding-left: 8px;
}

.navbar .dropdown {
    text-align: center;
}

.navbar .dropdown .dropdown-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
}

.navbar .dropdown .dropdown-toggle::after {
    border: none !important;
    content: "\f104" !important;
    font-family: "Font Awesome 6 Pro";
    transition: all 0.3s ease-in-out;
    margin-right: 5px;
    width: 10px !important;
}

.navbar .dropdown:hover .dropdown-toggle::after {
    transform: rotate(-90deg);
}

.navbar .dropdown .dropdown-menu {
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeOutDown !important;
    animation-name: fadeOutDown !important;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    background-color: #ffffff;
    box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.1254901961);
    padding: 5px 0;
    right: unset;
    top: 100%;
    left: -50%;
    margin-top: 0;
    border: none;
}

.navbar .dropdown .dropdown-menu a {
    border-radius: 2px;
    padding: 8px 12px;
    padding-right: 16px;
    margin-bottom: 5px;
    position: relative;
    font-size: 12px;
    display: flex;
    align-items: center;
}

.navbar .dropdown .dropdown-menu a::before {
    content: "";
    width: 4px;
    height: 4px;
    background-color: #00a19a;
    margin-left: 5px;
    border-radius: 100px;
    transition: all 0.3s ease-in-out;
    position: relative;
    right: -10px;
    opacity: 0;
    visibility: hidden;
}

.navbar .dropdown .dropdown-menu a:hover, .navbar .dropdown .dropdown-menu a:focus {
    color: #00a19a !important;
}

.navbar .dropdown .dropdown-menu a:hover::before, .navbar .dropdown .dropdown-menu a:focus::before {
    right: 0px;
    opacity: 1;
    visibility: visible;
    margin-left: 10px;
}

.navbar .dropdown:hover .dropdown-menu, .navbar .dropdown:focus .dropdown-menu {
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInUp !important;
    animation-name: fadeInUp !important;
}

@media (min-width: 768px) {
    .navbar .dropdown:hover .dropdown-menu, .navbar .dropdown:focus .dropdown-menu {
        display: block;
    }
}

@media (max-width: 768px) {
    .navbar .dropdown .dropdown-menu {
        -webkit-animation-name: unset !important;
        animation-name: unset !important;
        box-shadow: none;
        text-align: center;
        background-color: #f0f5f4;
        margin: 10px 0;
    }

    .navbar .dropdown:hover .dropdown-menu {
        -webkit-animation-name: unset !important;
        animation-name: unset !important;
    }
}

.SectionTitle {
    text-align: center;
    position: relative;
    padding: 30px 10px;
}


.SectionTitle .hint {
    color: #777;
    margin: auto;
    max-width: 800px;
    line-height: 36px;
}

.SectionTitle .title {
    font-weight: bold;
    color: #0D2821;
    margin-bottom: 20px;
}

.socialIcons {
    padding: 0;
    margin: 0;
    list-style: none;
}

.socialIcons a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 36px;
    height: 36px;
    background-color: #ffffff;
    border-radius: 100px;
    margin: 2px;
    color: #666276;
    transition: all 0.3s ease-in-out;
}

.socialIcons a:hover {
    background-color: rgba(230, 198, 136, 0.86);
    color: #ffffff;
    transform: translateY(-3px);
}

/* PC device :992px. */
@media (min-width: 992px) {
    body {
        font-size: 14px;
    }
    h1 {
        font-size: 26px;
    }
    h2 {
        font-size: 24px;
    }
    h3 {
        font-size: 20px;
    }
    h4 {
        font-size: 18px;
    }
    h5 {
        font-size: 16px;
    }
    h6 {
        font-size: 15px;
    }
    a,
    p {
        font-size: 14px;
    }
}
/* Tablet device :768px. */
@media (min-width: 768px) and (max-width: 992px) {
    /* Global */
    body {
        font-size: 14px;
    }
    h1 {
        font-size: 26px;
    }
    h2 {
        font-size: 22px;
    }
    h3 {
        font-size: 20px;
    }
    h4 {
        font-size: 18px;
    }
    h5 {
        font-size: 16px;
    }
    h6 {
        font-size: 15px;
    }
    a,
    p {
        font-size: 14px;
    }
}
/* small mobile :320px. */
@media (max-width: 768px) {
    /* Global */
    body {
        font-size: 13px;
    }
    h1 {
        font-size: 23px;
    }
    h2 {
        font-size: 19px;
    }
    h3 {
        font-size: 18px;
    }
    h4 {
        font-size: 17px;
    }
    h5 {
        font-size: 16px;
    }
    h6 {
        font-size: 15px;
    }
    a,
    p {
        font-size: 14px;
    }
}/*# sourceMappingURL=style.css.map */

.circleBlur2,
.circleBlur {
    display: block;
    width: 200px;
    height: 200px;
    background: #00a19a;
    filter: blur(120px);
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: -1;
    opacity: 0.9;
}

.circleBlur2 {
    left: unset;
    right: 0;
    top: unset;
    bottom: 0;
    background-color: #1d71b8;
}

.mainSlider {
    position: relative;
}

.mainSlider #particles-js {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.mainSlider .mainSliderContainer {
    width: 100%;
    height: 100%;
}

.mainSlider .mainSliderContainer .swiper-slide {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    height: calc(100vh - 68px);
}

@media (max-width: 768px) {
    .mainSlider .mainSliderContainer .swiper-slide {
        height: 550px;
    }
}

.mainSlider .mainSliderContainer .swiper-slide::after {
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(rgba(29, 113, 184, 0.1882352941), rgba(166, 73, 98, 0.89));
    position: absolute;
    bottom: 0;
    right: 0;
    transition: all 0.3s ease-in-out;
}

.mainSlider .mainSliderContainer .swiper-slide .info {
    position: relative;
    z-index: 3;
    padding: 20px 30px;
    max-width: 850px;
    margin-right: 100px;
    text-align: center;
}

@media (max-width: 768px) {
    .mainSlider .mainSliderContainer .swiper-slide .info {
        margin-right: 0px;
    }
}

.mainSlider .mainSliderContainer .swiper-slide .info .hint {
    color: #ffffff;
    text-transform: capitalize;
    text-shadow: 3px 2px 3px rgba(0, 0, 0, 0.2509803922);
    margin-bottom: 10px;
    font-size: 20px !important;
}

@media (max-width: 768px) {
    .mainSlider .mainSliderContainer .swiper-slide .info .hint {
        font-size: 16px !important;
    }
}

.mainSlider .mainSliderContainer .swiper-slide .info .sliderTitle {
    font-size: 50px !important;
    overflow: hidden;
    color: #ffffff;
    font-weight: bolder;
    text-transform: uppercase;
    text-shadow: 3px 2px 3px rgba(0, 0, 0, 0.2509803922);
    margin-bottom: 20px;
}

@media (max-width: 768px) {
    .mainSlider .mainSliderContainer .swiper-slide .info .sliderTitle {
        font-size: 30px !important;
    }
}

.mainSlider .mainSliderContainer .swiper-slide .info a {
    margin-top: 20px;
    display: inline-block;
}

.mainSlider .mainSliderContainer .swiper-button-next,
.mainSlider .mainSliderContainer .swiper-button-prev {
    opacity: 0;
    background-color: rgba(255, 255, 255, 0.1882352941);
    color: #ffffff;
}

.mainSlider .mainSliderContainer .swiper-button-next {
    left: 40px;
}

.mainSlider .mainSliderContainer .swiper-button-prev {
    right: 40px;
}

.mainSlider .mainSliderContainer:hover .swiper-button-next,
.mainSlider .mainSliderContainer:hover .swiper-button-prev {
    opacity: 1;
}

.mainSlider .mainSliderContainer .swiper-pagination {
    left: 20px !important;
    transform: translateX(0%);
}

.mainSlider .mainSliderContainer .swiper-pagination .swiper-pagination-bullet {
    background-color: #ffffff;
}

.mainSlider .mainSliderContainer .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #ffffff;
}

.mainSlideItem.swiper-slide-active .sliderTitle {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: jackInTheBox !important;
    animation-name: jackInTheBox !important;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.mainSlideItem.swiper-slide-active .hint {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInUp !important;
    animation-name: fadeInUp !important;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.mainSlideItem.swiper-slide-active .customBtn {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInUp !important;
    animation-name: fadeInUp !important;
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
}

.goDown {
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    padding: 0;
    -webkit-animation: bounce 2s infinite;
    animation: bounce 2s infinite;
    background-color: #ffffff;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1254901961);
    color: #ffd700;
    position: absolute;
    z-index: 4;
    bottom: calc(0% - 25px);
    left: calc(50% - 25px);
}

.customBtn {
    transition: all 0.3s ease-in-out;
    padding: 8px 24px;
    color: #ffffff;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
    overflow: hidden;
    background-color: transparent;
    border: none;
}

.customBtn::before {
    content: "";
    position: absolute;
    right: 50%;
    top: 50%;
    transform: translateX(50%) translateY(-50%);
    width: 100%;
    height: 100%;
    background-color: #e6c688;
    z-index: -3;
    border-radius: 8px;
    transition: 1s all ease-in-out;
}

.customBtn span {
    position: absolute;
    right: 50%;
    top: 50%;
    transform: translateX(50%) translateY(-50%);
    width: 0%;
    height: 0%;
    background-color: rgba(18, 41, 71, 0.83);
    z-index: -1;
    border-radius: 8px;
    transition: 0.3s all ease-in-out;
}

.customBtn span::after {
    content: "";
    position: absolute;
    right: 50%;
    top: 50%;
    width: 0%;
    height: 0%;
    transform: translateX(50%) translateY(-50%);
    background-color: #00a19a;
    z-index: -2;
    border-radius: 8px;
    transition: 0.6s all ease-in-out;
}

.customBtn:hover {
    color: #ffffff;
}

.customBtn:hover span {
    width: 400px;
    height: 400px;
}

.customBtn:hover span::after {
    width: 400px;
    height: 400px;
}

.SectionTitle {
    text-align: center;
    position: relative;
    padding: 30px 10px;
}

.SectionTitle .hint {
    color: #777;
    margin: auto;
    max-width: 800px;
    line-height: 36px;
}

.SectionTitle .title {
    font-weight: bold;
    color: #0D2821;
    margin-bottom: 20px;
}

.services {
    padding: 60px 0;
    background-color: #fcfcfc;
    border-radius: 24px;
}

.services-section .container-fluid {
    max-width: 1400px;
    margin: 0px auto;
    padding: 0px 20px;
}

.services .servicesSlider {
    padding-bottom: 40px;
}

.services .service {
    margin: 5px;
    width: 100%;
    height: 300px;
    /* z-index: -1; */
    position: relative;
    border-radius: 10px;
    z-index: 2;
}

.services .service .serviceImg {
    position: relative;
    width: 100%;
    height: 100%;
}

.services .service .serviceImg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 10px;
}

.services .service .serviceImg::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgba(3, 8, 28, 0.163), rgba(3, 30, 31, 0.295));
    border-radius: 10px;
}

.services .service .details {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 2;
    width: 90%;
    margin: 0 auto 20px;
    transition: all 0.3s ease-in-out;
    transform: translateY(60px);
}

.services .service .details h4 {
    color: #ffffff;
    font-weight: bold;
    font-size: 18px;
}

.services .service .details p {
    color: #ededed;
    margin: 10px 0 0;
    font-size: 13px;
    opacity: 0;
    min-height: 50px;
    transition: all 0.3s ease-in-out;
}

.services .service:hover .details {
    transform: translateY(0px);
}

.services .service:hover .details p {
    opacity: 1;
}

.steps {
    padding: 70px 0 30px;
}

.steps .allSteps {
    display: flex;
    padding: 20px 0px;
    text-align: center;
    position: relative;
}

@media (max-width: 678px) {
    .steps .allSteps {
        flex-direction: column;
    }
}

.steps .allSteps::before {
    content: "";
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #e6c688;
    position: absolute;
    top: 50%;
    left: 0;
}

@media (max-width: 678px) {
    .steps .allSteps::before {
        display: none;
    }
}

.steps .allSteps .step {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    height: 250px;
    width: 100%;
}

@media (max-width: 678px) {
    .steps .allSteps .step {
        height: auto;
        padding-top: 70px;
        padding-bottom: 40px;
    }
}

.steps .allSteps .step::after {
    content: "";
    width: 30px;
    height: 30px;
    border: 1px dashed var(--mainColor);
    background-color: var(--mainColor);
    border-radius: 100px;
    position: absolute;
    bottom: 0;
    left: 50%;
    z-index: 2;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
}

@media (max-width: 678px) {
    .steps .allSteps .step::after {
        top: 0;
        bottom: unset;
    }
}

.steps .allSteps .step:nth-child(1):after {
    content: "1";
}

.steps .allSteps .step:nth-child(2):after {
    content: "2";
}

.steps .allSteps .step:nth-child(3):after {
    content: "3";
}

.steps .allSteps .step:nth-child(4):after {
    content: "4";
}

.steps .allSteps .step:nth-child(5):after {
    content: "5";
}

.steps .allSteps .step::before {
    content: "";
    width: 2px;
    height: 15px;
    border-left: 1px dashed #e6c688;
    border-radius: 100px;
    position: absolute;
    bottom: 30px;
    left: calc(50% + 1px);
    transform: translateX(-50%);
    z-index: 2;
}

@media (max-width: 678px) {
    .steps .allSteps .step::before {
        top: -15px;
        height: 60px;
        bottom: unset;
    }
}

@media (max-width: 678px) {
    .steps .allSteps .step:first-child::before {
        top: 0;
        height: 45px;
    }
}

.steps .allSteps .step .images {
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
}

.steps .allSteps .step .images img {
    -o-object-fit: contain;
    object-fit: contain;
    margin: 2px;
    height: 40px;
    width: 60px;
    border-radius: 8px;
}

.steps .allSteps .step .icon {
    position: relative;
    margin-bottom: 30px;
}

.steps .allSteps .step .icon i {
    font-size: 40px;
    color: rgba(18, 41, 71, 0.61);
}

.steps .allSteps .step .icon::after {
    content: "";
    width: 80px;
    height: 50px;
    background-color: var(--mainColor);
    opacity: 0.1;
    position: absolute;
    left: calc(50% - 44px);
    top: 12px;
    transform: skewX(-55deg) rotateX(60deg) rotateY(14deg);
    z-index: -1;
}

.steps .allSteps .step:nth-child(even) {
    margin-top: 220px;
    padding-bottom: 0px;
    padding-top: 60px;
}

@media (max-width: 678px) {
    .steps .allSteps .step:nth-child(even) {
        margin-top: unset;
        padding-bottom: 30px;
        padding-top: 70px;
    }
}

.steps .allSteps .step:nth-child(even)::after {
    bottom: unset;
    top: 0;
}

.steps .allSteps .step:nth-child(even)::before {
    top: 30px;
    bottom: unset;
}

@media (max-width: 678px) {
    .steps .allSteps .step:nth-child(even)::before {
        top: -15px;
    }
}

.scaleReverse {
    transform: scaleX(-1);
}

.stats-section {
    position: relative;
    padding: 70px 0;
    text-align: center;
    /* background: linear-gradient(135deg, rgba(3, 90, 166, 0.06), rgba(32, 83, 115, 0.1)); */
    background: #fff;
    overflow: hidden;
}

.stats-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 20% 30%, rgba(3, 90, 166, 0.08), transparent 32%),
        radial-gradient(circle at 75% 20%, rgba(32, 83, 115, 0.08), transparent 30%),
        radial-gradient(circle at 50% 85%, rgba(3, 90, 166, 0.06), transparent 30%);
    z-index: 0;
}

.container {
    position: relative;
    z-index: 1;
}

.stats-header {
    max-width: 760px;
    margin: 0 auto 28px;
}

.stats-kicker {
    color: #035AA6;
    font-weight: 800;
    letter-spacing: 0.4px;
    margin-bottom: 6px;
    font-size: 28px !important;
}

.stats-title {
    color: #0f2e45;
    font-weight: 800;
    margin-bottom: 8px;
}

.stats-subtitle {
    color: #4a5565;
    line-height: 1.8;
    font-size: 15px;
}

.stats-section .stats-grid {
    position: relative;
}

.stats-section .stat-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 18px 14px;
    border: 1px solid rgba(3, 90, 166, 0.1);
    box-shadow: 0 12px 34px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    height: 100%;
}

.stats-section .stat-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 44px rgba(3, 90, 166, 0.18);
    border-color: rgba(3, 90, 166, 0.22);
}

.stats-section .stat-icon {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    margin-bottom: 10px;
}

.stats-section .stat-icon i {
    font-size: 34px;
    color: #035AA6;
    z-index: 1;
}

.stats-section .stat-icon .glow {
    position: absolute;
    inset: 0;
    border-radius: 16px;
    background: radial-gradient(circle, rgba(3, 90, 166, 0.16), rgba(32, 83, 115, 0.08));
    filter: blur(0.5px);
    opacity: 0.9;
    transition: transform 0.35s ease, opacity 0.35s ease;
}

.stats-section .stat-card:hover .stat-icon .glow {
    transform: scale(1.1);
    opacity: 1;
}

.stats-section .stat-number {
    font-size: 26px;
    font-weight: 900;
    color: #0f2e45;
    margin-bottom: 4px;
}

.stats-section .stat-label {
    font-size: 14px;
    color: #4a5565;
    font-weight: 700;
}

.stats-section .stat-number .odometer-inside,
.stats-section .stat-number {
    direction: ltr !important;
}

@media (max-width: 768px) {
    .stats-section {
        padding: 50px 0;
    }
}

.faq {
    padding: 70px 0 20px;
    background: linear-gradient(45deg, rgba(0, 161, 154, 0.062745098), rgba(29, 113, 184, 0.1254901961));
}

.accordion .accordion-button:not(.collapsed) {
    background-color: var(--mainColor);
    color: #ffffff;
}

.accordion .accordion-button {
    box-shadow: none !important;
}

.accordion ul {
    list-style: auto;
    margin: 0;
}

.accordion ul li {
    margin-bottom: 20px;
    font-size: small;
    color: #777;
}

.accordion p {
    font-size: small;
    color: #777;
}

.accordion .accordion-item {
    transition: all 0.3s ease-in-out;
    margin-bottom: 5px;
}

.accordion .accordion-item:nth-child(n+4) {
    display: none;
}

.accordion .showAll {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    color: #00a19a;
}

.accordion .showAll .less {
    display: none;
}

.accordion .showAll a {
    display: flex;
    align-items: center;
    color: #00a19a;
}

.accordion .showAll a span {
    margin: 0 3px;
}

.accordion .showAll i {
    transition: all 0.3s ease-in-out;
}

.accordion.open .accordion-item:nth-child(n+4) {
    display: block;
}

.accordion.open .showAll .less {
    display: block;
}

.accordion.open .showAll .more {
    display: none;
}

.accordion.open .showAll i {
    transform: rotate(180deg);
}

.references {
    padding-top: 40px;
    background-image: linear-gradient(45deg, rgba(209, 217, 230, 0.47), rgba(209, 217, 230, 0.47)), url(../img/map.webp);
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
}

.references .swiper-slide {
    width: auto;
}

.references .referenceLogo {
    height: 150px;
    padding: 10px 20px;
}

.references .referenceLogo img {
    height: 100%;
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.sideTitle {
    margin-bottom: 30px;
    color: #0D2821;
    position: relative;
    padding-right: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.sideTitle h2 {
    font-weight: bold;
}

/* .sideTitle::before {
    content: "";
    width: 30px;
    height: 30px;
    background-color: #ffffff;
    position: absolute;
    right: 0;
    top: calc(50% - 15px);
    border-radius: 8px;
    border: 4px solid var(--mainColor);
    transform: rotate(45deg);
    -webkit-animation: rotate 2s infinite;
    animation: rotate 2s infinite;
    transition: all 0.3s ease-in-out;
} */

@-webkit-keyframes rotate {
    0% {
        transform: rotate(90deg);
        border-radius: 12px;
    }
    50% {
        transform: rotate(180deg);
        border-radius: 8px;
    }
    100% {
        transform: rotate(270deg);
        border-radius: 12px;
    }
}

@keyframes rotate {
    0% {
        transform: rotate(90deg);
        border-radius: 12px;
    }
    50% {
        transform: rotate(180deg);
        border-radius: 8px;
    }
    100% {
        transform: rotate(270deg);
        border-radius: 12px;
    }
}

.sideTitle a {
    padding: 5px;
    white-space: nowrap;
    font-weight: normal;
    color: rgba(18, 41, 71, 0.83);
}

.contactForm {
    padding: 70px 0;
}

.contact-shell {
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
    gap: 18px;
    align-items: stretch;
}

.contact-info-panel {
    background: linear-gradient(135deg, #0367a652, #7ae7ff14);
    border-radius: 18px;
    padding: 22px 20px;
    color: #0f2e45;
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.08);
}

.contact-pill {
    display: inline-flex;
    padding: 6px 12px;
    background: rgba(255, 255, 255, 0.18);
    color: #8289b3;
    border-radius: 999px;
    font-weight: 800;
    margin-bottom: 10px;
}

.contact-title {
    color: #8289b3;
    font-weight: 800;
    margin-bottom: 6px;
}

.contact-subtitle {
    color: #8289b3;
    line-height: 1.8;
    margin-bottom: 14px;
}

.contact-cards {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.contact-card {
    display: flex;
    align-items: center;
    gap: 12px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 14px;
    padding: 10px 12px;
    color: #8289b3;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
}

.contact-card .icon {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.2);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #0f2e45;
    font-size: 16px;
}

.contact-card .text {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.contact-card .label {
    font-weight: 700;
    color: #8289b3;
}

.contact-card a {
    color: #8289b3;
    font-weight: 700;
}

.contact-inline {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 12px;
}

.contact-inline span {
    background: rgba(255, 255, 255, 0.14);
    color: #8289b3;
    border-radius: 12px;
    padding: 6px 10px;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.contact-form-panel {
    background: #ffffff;
    border-radius: 18px;
    padding: 20px;
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(3, 90, 166, 0.12);
}

.form-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 10px;
}

.form-header .badge {
    background: linear-gradient(135deg, #035AA6, #205373);
    color: #fff;
    padding: 8px 12px;
    border-radius: 10px;
    font-weight: 800;
}

.form-header .note {
    color: #4a5565;
    font-size: 13px;
    font-weight: 600;
}

.contactForm form .form-control {
    background-color: #f8fbff;
    border-color: rgba(3, 90, 166, 0.28);
    min-height: 46px;
}

.contactForm form .form-label {
    color: #0f2e45;
    font-weight: 700;
    margin-bottom: 6px;
}

.contactForm form .form-label i {
    color: #035AA6;
}

.contact-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 18px;
    background: linear-gradient(135deg, #035AA6, #205373);
    color: #fff;
    border-radius: 12px;
    font-weight: 800;
    border: none;
    box-shadow: 0 12px 28px rgba(3, 90, 166, 0.28);
    transition: all 0.3s ease;
}

.contact-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 32px rgba(3, 90, 166, 0.34);
}

.googleMap {
    width: 100%;
    border: none;
    border-radius: 16px;
    margin-top: 18px;
    min-height: 280px;
}

@media (max-width: 992px) {
    .contact-shell {
        grid-template-columns: 1fr;
    }

    .form-header {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 768px) {
    .contactForm {
        padding: 50px 0;
    }
}

.contact-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #f8f9fa;
    padding: 10px;
    border-radius: 8px;
}

.contact-name {
    font-weight: bold;
    color: #333;
}

.contact-number {
    color: #007bff;
    text-decoration: none;
    font-weight: bold;
}
.contact-number:hover {
    color: #0056b3;
}

.workers {
    padding: 70px 0 30px;
    margin-bottom: 20px;
}

.workers .cv {
    margin: 10px;
}

.cv {
    position: relative;
    padding: 10px;
    width: 100%;
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 10px;
    overflow: hidden;
}

.cv img {
    width: 100%;
    height: 350px;
    -o-object-fit: contain;
    object-fit: contain;
    border-radius: 10px;
    position: relative;
    top: 0;
    left: 0;
}

.cv .type {
    position: absolute;
    right: 10px;
    top: 10px;
    width: auto;
    background-color: #0D2821;
    color: #ffffff;
    padding: 4px 12px;
    border-radius: 100px;
    font-size: 12px !important;
}

.cv .details {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50px;
    background: linear-gradient(45deg, #0D2821, rgba(166, 73, 98, 0.53));
    transition: all 0.3s ease-in-out;
    opacity: 0;
    visibility: hidden;
}

.cv .details a {
    color: #ffffff;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cv:hover .details {
    opacity: 1;
    visibility: visible;
}

.modal {
    z-index: 1049;
}

.cvModal .workerCvSlider img {
    height: 300px;
    -o-object-fit: contain;
    object-fit: contain;
    width: 100%;
    cursor: zoom-in;
}

.cvModal .workerCvSlider .swiper-button-prev,
.cvModal .workerCvSlider .swiper-button-next {
    color: rgba(18, 41, 71, 0.83);
    width: 30px;
    height: 30px;
    transition: all 0.3s ease-in-out;
    border-radius: 100px;
}

.cvModal .workerCvSlider .swiper-button-prev:hover,
.cvModal .workerCvSlider .swiper-button-next:hover {
    background-color: rgba(18, 41, 71, 0.83);
    color: #ffffff;
}

.cvModal .workerCvSlider .swiper-button-prev::after, .cvModal .workerCvSlider .swiper-button-prev::before,
.cvModal .workerCvSlider .swiper-button-next::after,
.cvModal .workerCvSlider .swiper-button-next::before {
    font-weight: 300;
    font-size: 20px;
}

.cvModal ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.cvModal ul li {
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    min-width: 49%;
    padding: 10px;
}

.cvModal ul li h6 {
    color: #777;
    font-size: small;
}

.cvModal ul li p {
    font-weight: bold;
    margin-right: 5px;
}

.cvModal .modal-dialog {
    max-width: 980px;
}

.cvModal .modal-content {
    border-radius: 24px;
    border: 1px solid rgba(18, 41, 71, 0.12);
    background: #ffffff;
    box-shadow: 0 26px 60px rgba(18, 41, 71, 0.2);
    overflow: hidden;
}

.cvModal .modal-body {
    padding: 24px;
    background: linear-gradient(140deg, rgba(255, 255, 255, 0.98), rgba(241, 246, 249, 0.92));
}

.cvModal .workerCvSlider {
    border-radius: 18px;
    overflow: hidden;
    border: 1px solid rgba(18, 41, 71, 0.1);
    box-shadow: 0 18px 36px rgba(18, 41, 71, 0.16);
}

.cvModal .workerCvSlider img {
    height: 320px;
    background: #ffffff;
}

.cvModal .workerCvSlider .swiper-button-prev,
.cvModal .workerCvSlider .swiper-button-next {
    width: 36px;
    height: 36px;
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid rgba(18, 41, 71, 0.15);
    box-shadow: 0 12px 24px rgba(18, 41, 71, 0.2);
}

.cvModal .workerCvSlider .swiper-button-prev:hover,
.cvModal .workerCvSlider .swiper-button-next:hover {
    background: rgba(18, 41, 71, 0.9);
    color: #ffffff;
}

.cvModal ul.info {
    background: rgba(255, 255, 255, 0.9);
    border-radius: 18px;
    border: 1px solid rgba(18, 41, 71, 0.12);
    box-shadow: 0 16px 28px rgba(18, 41, 71, 0.12);
    padding: 16px;
    display: grid;
    gap: 12px;
}

.cvModal ul.info li {
    min-width: 100%;
    padding: 8px 0;
    border-bottom: 1px dashed rgba(18, 41, 71, 0.12);
}

.cvModal ul.info li:last-child {
    border-bottom: none;
}

.cvModal ul.info li h6 {
    color: #3b4b56;
    font-size: 13px;
    font-weight: 700;
}

.cvModal ul.info li p {
    color: #0f1f2b;
    font-weight: 700;
}

.cvModal .modal-footer {
    padding: 16px 24px 24px;
    border-top: 1px solid rgba(18, 41, 71, 0.08);
    background: #ffffff;
    gap: 12px;
}

.cvModal .modal-footer .btn {
    border-radius: 999px;
    font-weight: 600;
    padding: 8px 22px;
}

.cvModal .modal-footer .btn-secondary {
    background: #f1f3f5;
    color: #1b2c34;
    border: 1px solid rgba(18, 41, 71, 0.14);
}

.cvModal .modal-footer .btn-success {
    background: linear-gradient(135deg, #1b677a, #0f5c6e);
    border: none;
    box-shadow: 0 12px 24px rgba(27, 103, 122, 0.25);
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (max-width: 767px) {
    .cvModal .modal-body {
        padding: 18px;
    }

    .cvModal .workerCvSlider img {
        height: 240px;
    }
}

.pagination {
    padding: 50px 0;
    justify-content: center;
}

.pagination .page-link {
    color: #00a19a;
    box-shadow: none !important;
}

.pagination .active {
    background-color: #00a19a;
    color: #ffffff;
}

.pagination .active .page-link {
    background-color: #00a19a;
    color: #ffffff;
    border: #00a19a;
}

.family {
    padding: 70px 0 50px;
    position: relative;
    overflow: hidden;
    background: linear-gradient(45deg, rgba(0, 161, 154, 0.062745098), rgba(29, 113, 184, 0.1254901961));
}

.family .single {
    position: relative;
    display: flex;
    align-items: center;
}

.family .single .image {
    position: relative;
    width: 50%;
    margin-left: 40px;
}

.family .single .image img {
    width: 100%;
    height: 400px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 16px;
    position: relative;
    z-index: 2;
}

.family .single .image::before {
    content: "";
    width: 90%;
    height: 90%;
    position: absolute;
    right: -20px;
    bottom: -20px;
    z-index: 1;
    border: 2px solid #ffd700;
    background-color: rgba(255, 215, 0, 0.1882352941);
    border-radius: 16px;
}

.family .single .info {
    position: relative;
    z-index: 2;
}

.family .single .info h3 {
    font-weight: bold;
    font-size: 35px !important;
    margin-bottom: 20px;
    color: #1d71b8;
}

.family .single .info h5 {
    font-size: 25px !important;
    color: #777;
}

.family .single:nth-child(odd) {
    flex-direction: row-reverse;
}

.family .single:nth-child(odd) .image {
    margin-left: 0px;
    margin-right: 40px;
}

.family .single:nth-child(odd) .image::before {
    right: unset;
    left: -20px;
}

.family .single:nth-child(odd) .info {
    text-align: end;
}

@media (max-width: 768px) {
    .family .single {
        flex-direction: column !important;
    }

    .family .single .image {
        width: 100%;
        margin: 0 !important;
        margin-bottom: 20px !important;
    }

    .family .single .image img {
        border-radius: 8px !important;
        height: 200px;
    }

    .family .single .image::before {
        width: 80px;
        height: 80px;
    }

    .family .single .info {
        margin-bottom: 40px;
        text-align: center !important;
    }

    .family .single .info h3 {
        font-size: 25px !important;
        margin-bottom: 10px !important;
    }

    .family .single .info h5 {
        font-size: 15px !important;
    }

    .family .single:last-child .info {
        margin-bottom: 0;
    }
}

.allWorkers {
    padding: 50px 0;
    position: relative;
}

.customOrder {
    padding: 10px 20px;
    border-radius: 8px;
    background-color: #cdebea;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    z-index: 3;
    margin-bottom: 30px;
    border-top: 2px solid #1d71b8;
    text-align: center;
}

@media (max-width: 768px) {
    .customOrder {
        align-items: center;
        justify-content: center;
    }

    .customOrder a {
        margin-top: 10px;
    }
}

.recruitmentRequest {
    padding: 50px 0;
}

.recruitmentRequest .headTitle h2 {
    font-size: 30px !important;
}

@media (max-width: 768px) {
    .recruitmentRequest .headTitle h2 {
        font-size: 20px !important;
    }
}

.recruitmentRequest .headTitle p {
    color: #777;
}

.recruitmentRequest .formCard {
    background-color: #fff;
    padding: 20px;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1254901961);
    border-radius: 4px;
    position: -webkit-sticky;
    position: sticky;
    top: 90px;
    left: 0;
}

.recruitmentRequest .formCard .head {
    background-color: rgba(0, 161, 154, 0.1882352941);
    padding: 10px 20px;
    color: var(--mainColor);
    margin-bottom: 20px;
    border-radius: 4px;
    font-weight: bold;
}

.recruitmentRequest .formCard .select2-container--default .select2-selection--single {
    border-color: #ced4da;
}

.recruitmentRequest .hint {
    color: #777;
    font-size: 10px;
}

.recruitmentRequest .hint a {
    font-weight: bold;
    color: #1d71b8;
    font-size: 10px !important;
}

.recruitmentRequest .form-check-label {
    font-size: small;
}

.form-check-input:checked {
    background-color: #00a19a;
    border-color: #00a19a;
    transition: all 0.3s ease-in-out;
}

.form-check-input:focus {
    box-shadow: 0 0 0 0.25rem rgba(20, 94, 78, 0.1882352941);
}

.selectCustomerService {
    padding: 30px 0 0;
}

.selectCustomerService .hint {
    text-align: center;
    margin-bottom: 16px;
}

.selectCustomerService .headTitle h2 {
    font-size: 30px !important;
}

@media (max-width: 768px) {
    .selectCustomerService .headTitle h2 {
        font-size: 20px !important;
    }
}

.selectCustomerService .headTitle p {
    color: #777;
}

.selectCustomerService .choose {
    position: relative;
    background-color: rgba(0, 161, 154, 0.1254901961);
    padding: 16px;
    border-radius: 16px;
}

.selectCustomerService .choose .customerOption {
    padding: 5px;
}

.selectCustomerService .choose .btn {
    padding: 8px 16px;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1254901961);
    box-shadow: none;
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    height: 100%;
    position: relative;
    transition: all 0.3s ease-in-out;
    border: 2px solid transparent;
    border-radius: 16px;
}

.selectCustomerService .choose .btn img {
    height: 50px;
    min-width: 50px;
    margin: 0 auto 20px;
    -o-object-fit: contain;
    object-fit: contain;
}

.selectCustomerService .choose .btn span {
    text-transform: capitalize;
    font-size: 13px !important;
}

.selectCustomerService .customer-card {
    background: #ffffff;
    border-radius: 18px;
    padding: 12px;
    border: 1px solid rgba(0, 161, 154, 0.15);
    display: flex;
    flex-direction: column;
    gap: 12px;
    height: 100%;
}

.selectCustomerService .customer-label {
    width: 100%;
    gap: 6px;
}

.selectCustomerService .customer-label img {
    height: 64px;
    width: 64px;
    min-width: 64px;
    border-radius: 50%;
    object-fit: cover;
    margin: 0 auto 12px;
}

.selectCustomerService .customer-label small {
    color: #6b7280;
    font-size: 12px;
    font-weight: 600;
}


.selectCustomerService .choose .btn-check:active + .btn-outline,
.selectCustomerService .choose .btn-check:checked + .btn-outline,
.selectCustomerService .choose .btn-outline.active,
.selectCustomerService .choose .btn-outline.dropdown-toggle.show,
.selectCustomerService .choose .btn-outline:active {
    background-color: #ffffff;
    color: #00a19a;
    border: 2px solid #00a19a;
}

.selectCustomerService .choose .btn-check:active + .btn-outline::after,
.selectCustomerService .choose .btn-check:checked + .btn-outline::after,
.selectCustomerService .choose .btn-outline.active::after,
.selectCustomerService .choose .btn-outline.dropdown-toggle.show::after,
.selectCustomerService .choose .btn-outline:active::after {
    content: "\f336" !important;
    font-family: "Font Awesome 6 Pro";
    font-weight: bold;
    position: absolute;
    font-size: 20px;
    top: 5px;
    right: 10px;
}

.selectedCustomerInfo .contact {
    padding: 20px;
    background-color: #ffffff;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1254901961);
    height: 100%;
    text-align: center;
    color: #292929;
}

.selectedCustomerInfo .contact i {
    font-size: 35px;
    display: block;
}

.selectedCustomerInfo .contact i.fa-whatsapp-square {
    color: #038735;
}

.selectedCustomerInfo .contact i.fa-square-phone {
    color: #1e90ff;
}

.selectedCustomerInfo .contact:hover {
    background-color: rgba(166, 73, 98, 0.37);
    color: var(--mainColor);
}

.account {
    padding: 70px 5px;
}

.account .formCard {
    max-width: 900px;
    margin: auto;
    padding: 30px;
    border-radius: 14px;
    box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.1254901961);
    position: relative;
    justify-content: center;
    align-items: center;
    background-color: #ffffff;
}

@media (max-width: 768px) {
    .account .formCard {
        padding: 30px 10px;
    }
}

.account .formCard .loginImg {
    height: 300px;
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

@media (max-width: 768px) {
    .account .formCard .loginImg {
        height: 200px;
        margin-bottom: 20px;
    }
}

.account .formCard a {
    color: #00a19a;
}

.account .socialLogin {
    text-align: center;
}

.account .socialLogin .line {
    padding: 10px 20px;
    margin: auto;
    position: relative;
}

.account .socialLogin .line span {
    background-color: #fff;
    z-index: 2;
    position: relative;
    padding: 0px 20px;
}

.account .socialLogin .line::before {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    width: 100%;
    height: 2px;
    background-color: #666;
    border-radius: 10px;
}

.account .socialLogin .social {
    display: flex;
    padding: 10px 0;
    margin-bottom: 10px;
}

.account .socialLogin .social .loginIcon {
    padding: 10px 16px;
    margin: 0px 5px;
    width: 100%;
    border-radius: 4px;
    color: #fff;
    text-transform: capitalize;
}

.account .socialLogin .social .loginIcon.facebook {
    background-color: #4267b2;
}

.account .socialLogin .social .loginIcon.gmail {
    background-color: #db4437;
}

.account .socialLogin .social .loginIcon:hover {
    transform: translateY(-2px);
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1882352941);
}

.vCode {
    direction: ltr;
    padding: 20px 0px;
    display: flex;
    justify-content: space-around;
}

.vCode .vCode-input {
    min-width: 40px;
    width: 100%;
    height: 60px;
    background-color: #eee;
    border: none;
    border-bottom: 2px solid #00a19a;
    text-align: center;
    font-size: 18px;
    border-radius: 4px 4px 0 0;
}

.profile .NavBack {
    background-image: linear-gradient(45deg, rgba(19, 34, 53, 0.5647058824), rgba(236, 207, 168, 0.5647058824)), url(../img/map.webp);
    background-size: cover;
    background-attachment: fixed;
    height: 120px;
    margin-bottom: 50px;
}

.profile .userInfo {
    background-color: #ffffff;
    color: #292929;
    border-radius: 20px;
    box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.1254901961);
    padding: 20px;
    position: relative;
    text-align: center;
    margin: 20px 0;
}

.profile .userInfo img {
    width: 100px;
    height: 100px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top;
    border-radius: 100%;
    border: 3px solid #00a19a;
    margin-bottom: 20px;
}

.profile .userInfo .userName h3 {
    font-weight: bold;
    margin-bottom: 10px;
}

.profile .userInfo .control {
    position: absolute;
    left: 0;
    top: 5px;
}

.profile .userInfo .control i {
    font-size: 28px;
    color: #ff0000;
    cursor: pointer;
}

.profile .userInfo .control .switch {
    position: relative;
    width: 50px;
    height: 28px;
    margin: -3px 10px;
}

.profile .userInfo .control .switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.profile .userInfo .control .switch .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: #ccc;
    transition: 0.4s;
    border-radius: 34px;
    margin: 0px !important;
}

.profile .userInfo .control .switch .slider:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    right: 4px;
    bottom: 4px;
    background-color: white;
    transition: 0.4s;
    border-radius: 50%;
}

.profile .userInfo .control .switch input:checked + .slider {
    background-color: #2196f3;
}

.profile .userInfo .control .switch input:focus + .slider {
    box-shadow: 0 0 1px #2196f3;
}

.profile .userInfo .control .switch input:checked + .slider:before {
    transform: translateX(22px);
}

@media (max-width: 760px) {
    .profile .userInfo {
        padding: 20px 10px;
    }

    .profile .userInfo img {
        width: 80px;
        height: 80px;
    }

    .profile .userInfo span {
        margin: 0px 10px;
    }
}

.profile .profileNavCol {
    background-color: rgba(166, 73, 98, 0.41);
    border-radius: 16px;
    padding: 5px;
    margin-bottom: 50px;
    position: -webkit-sticky;
    position: sticky;
    top: 90px;
    right: 0;
    z-index: 2;
}

.profile .profileNavCol a {
    padding: 13px;
    display: flex;
    align-items: center;
    color: #292929;
    margin: 5px 1px;
    transition: all 0.3s ease-in-out;
    border-radius: 8px;
}

.profile .profileNavCol a i {
    margin-right: 5px;
}

.profile .profileNavCol a.active, .profile .profileNavCol a:hover {
    background-color: #00a19a;
    color: #ffffff;
}

@media (max-width: 760px) {
    .profile .profileNavCol {
        margin-bottom: 10px;
    }

    .profile .profileNavCol a {
        padding: 8px 10px;
        display: inline-flex;
        margin: 3px 0px;
        min-width: 49%;
        background-color: rgba(255, 255, 255, 0.6431372549);
    }
}

@media (max-width: 335px) {
    .profile .profileNavCol {
        margin-bottom: 10px;
    }

    .profile .profileNavCol a {
        padding: 8px 10px;
        display: inline-flex;
        margin: 3px 0px;
        min-width: 100%;
    }
}

.profile .profileTitle {
    background-color: #f8f8f8;
    padding: 10px;
    margin-bottom: 20px;
}

.profileContent {
    background-color: #ffffff;
    box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.1254901961);
    border-radius: 16px;
    padding: 20px;
    margin: 10px;
}

@media (max-width: 760px) {
    .profileContent {
        box-shadow: none;
        margin: 20px 0;
        padding: 0;
    }
}

.profileContent .customAlert {
    font-weight: bold;
    color: #1d71b8;
    text-align: center;
    padding: 10px;
}

.profileContent .newOrder {
    width: 100%;
    padding: 20px;
    display: flex;
    align-items: center;
    border-radius: 8px;
    border: 1px solid #1d71b8;
    background: rgba(29, 113, 184, 0.1882352941);
    color: #1d71b8;
}

.profileContent .newOrder i {
    font-size: 30px;
    margin-left: 20px;
}

.profileContent .newOrder:hover {
    background: #1d71b8;
    color: #ffffff;
}

.profileContent .order {
    background-color: #fff;
    border: 1px solid rgba(0, 161, 154, 0.1254901961);
    border-radius: 16px;
}

.profileContent .order .workerCvSlider {
    padding-bottom: 0px;
}

.profileContent .order .workerCvSlider img {
    height: 200px;
    -o-object-fit: contain;
    object-fit: contain;
    width: 100%;
    cursor: zoom-in;
}

.profileContent .order .swiper-button-prev,
.profileContent .order .swiper-button-next {
    color: #1d71b8;
    width: 30px;
    height: 30px;
}

.profileContent .order .swiper-button-prev:hover,
.profileContent .order .swiper-button-next:hover {
    background-color: #00a19a;
    color: #1d71b8;
}

.profileContent .order .swiper-button-prev::after, .profileContent .order .swiper-button-prev::before,
.profileContent .order .swiper-button-next::after,
.profileContent .order .swiper-button-next::before {
    font-weight: 300;
    font-size: 20px;
}

.profileContent .order ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.profileContent .order ul li {
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    min-width: 49%;
    padding: 10px;
}

.profileContent .order ul li h6 {
    color: #777;
}

.profileContent .order ul li p {
    font-weight: bold;
    margin-right: 5px;
}

.profileContent .order .profileCustomerInfo {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding: 15px 5px 10px;
    background-color: rgba(0, 161, 154, 0.1254901961);
    border-radius: 16px;
    margin-top: 10px;
}

.profileContent .order .profileCustomerInfo .info {
    display: flex;
    align-items: center;
}

.profileContent .order .profileCustomerInfo .info img {
    height: 50px;
    width: 50px;
    margin-left: 10px;
    -o-object-fit: contain;
    object-fit: contain;
}

.profileContent .order .profileCustomerInfo .info .text h6 {
    font-weight: bold;
    margin-bottom: 10px;
    color: #00a19a;
}

.profileContent .order .profileCustomerInfo .info .text p {
    font-size: smaller !important;
}

.profileContent .order .profileCustomerInfo .contact {
    text-align: center;
}

.profileContent .order .profileCustomerInfo .contact a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 10px 20px;
    border-radius: 100px;
    border: 1px solid #00a19a;
    color: #00a19a;
    margin: 5px;
}

.profileContent .order .profileCustomerInfo .contact a i {
    font-size: 20px;
}

.profileContent .order .profileCustomerInfo .contact a:hover {
    background-color: #00a19a;
    color: #ffffff;
}

.profileContent .order .cancel {
    color: #db1d00;
}

.profileContent .order .done {
    color: #038735;
}

.profileContent .order .orderStatus {
    padding: 10px;
    font-weight: bold;
}

.routeNav {
    display: flex;
    align-items: center;
    background-color: #1d71b8;
    border-radius: 8px;
    padding: 10px 30px;
    margin-bottom: 10px;
    transition: all 0.3s ease-in-out;
}

.routeNav .Back {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    background-color: #ffffff;
    color: #1d71b8;
    border-radius: 100%;
    margin-left: 30px;
    transition: all 0.3s ease-in-out;
    font-size: 20px;
    border: none;
}

.routeNav .Back:hover {
    background-color: #292929;
    color: #ffd700;
}

.routeNav .Back .fa-angle-right:before {
    content: "\f105";
}

.routeNav ul {
    margin: 0;
    list-style: none;
    transition: all 0.3s ease-in-out;
    padding: 0;
}

.routeNav ul li {
    display: inline-flex;
    padding: 10px;
    color: #ffffff;
    transition: all 0.3s ease-in-out;
    position: relative;
}

.routeNav ul li a {
    transition: all 0.3s ease-in-out;
    color: #00a19a;
}

.routeNav ul li a:hover {
    color: #ffffff;
}

.routeNav ul li a.active {
    color: #ffffff;
    cursor: default;
    font-weight: bold;
}

.routeNav ul li::after {
    content: " / ";
    font-size: 20px;
    font-weight: bold;
    position: absolute;
    left: -3px;
    top: 50%;
    transform: translateY(-50%);
}

.routeNav ul li:last-child:after {
    display: none;
}

@media (max-width: 768px) {
    .routeNav {
        margin: 0px 0px 30px;
        padding: 10px 10px;
    }

    .routeNav .Back {
        margin-left: 20px;
    }

    .routeNav ul li a {
        font-size: 16px;
    }
}

.status {
    position: relative;
    padding: 20px 10px;
    background-color: #00a19a;
    margin: 20px 0;
    border-radius: 8px;
    border: 1px solid #1d71b8;
    overflow: hidden;
}

.status ol {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: space-between;
}

.status ol li {
    position: relative;
    text-align: center;
    padding: 0 5px;
    width: 100%;
}

.status ol li:before {
    content: "";
    width: 25px;
    height: 25px;
    display: block;
    border-radius: 50%;
    background: #fff;
    margin: 0 auto 4px auto;
    border: 3px solid #ccc;
}

.status ol li:not(:last-child)::after {
    content: "";
    width: 100%;
    height: 2px;
    display: block;
    background: #ccc;
    margin: 0;
    position: absolute;
    top: 12px;
    right: calc(50% + 12px);
}

.status ol li.completed:before {
    background: #1d71b8;
    border: 3px solid #1d71b8;
}

.status ol p {
    margin-top: 10px;
}

.notifications {
    padding: 10px;
}

.notifications ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.notifications ul .notification {
    padding: 20px;
    background-color: rgba(0, 161, 154, 0.062745098);
    border-radius: 10px;
    margin-bottom: 10px;
}

.notifications ul .notification .notificationTitle {
    font-weight: bold;
    margin-bottom: 10px;
}

.notifications ul .notification p {
    color: #808080;
    margin-bottom: 10px;
}

.notifications ul .notification .date {
    display: flex;
    font-size: small;
}

.notifications ul .notification .date i {
    color: #1d71b8;
}

.editProfile {
    padding: 20px;
    background-color: #ffffff;
    margin-bottom: 20px;
    border-radius: 10px;
    border: 1px solid #eee;
}

.editProfile .head {
    background-color: rgba(29, 113, 184, 0.062745098);
    color: #1d71b8;
    margin-bottom: 20px;
    padding: 20px;
    border-radius: 10px;
}

.editProfile .head h5 {
    font-weight: bold;
    text-transform: uppercase;
}

.timer {
    margin: 20px 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.timer div {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: #eee;
    color: #1d71b8;
    min-width: 100px;
    height: 100px;
    border-radius: 20px;
    font-size: 40px;
    font-weight: bold;
    margin: 5px;
}

.timer div span {
    display: block;
    font-size: 14px;
}

/* PC device :991px. */
@media (min-width: 991px) {
    body {
        font-size: 14px !important;
    }

    h1 {
        font-size: 26px !important;
    }

    h2 {
        font-size: 24px !important;
    }

    h3 {
        font-size: 20px !important;
    }

    h4 {
        font-size: 18px !important;
    }

    h5 {
        font-size: 16px !important;
    }

    h6 {
        font-size: 15px !important;
    }

    a,
    p {
        font-size: 15px !important;
    }
}

/* Tablet device :768px. */
@media (min-width: 768px) and (max-width: 991px) {
    /* Global */
    body {
        font-size: 14px !important;
    }

    h1 {
        font-size: 26px !important;
    }

    h2 {
        font-size: 22px !important;
    }

    h3 {
        font-size: 20px !important;
    }

    h4 {
        font-size: 18px !important;
    }

    h5 {
        font-size: 16px !important;
    }

    h6 {
        font-size: 15px !important;
    }

    a,
    p {
        font-size: 14px !important;
    }
}

/* small mobile :320px. */
@media (max-width: 767px) {
    /* Global */
    body {
        font-size: 13px !important;
    }

    h1 {
        font-size: 23px !important;
    }

    h2 {
        font-size: 19px !important;
    }

    h3 {
        font-size: 18px !important;
    }

    h4 {
        font-size: 17px !important;
    }

    h5 {
        font-size: 16px !important;
    }

    h6 {
        font-size: 15px !important;
    }

    a,
    p {
        font-size: 14px !important;
    }
}

/*# sourceMappingURL=style.css.map */
.btn {
    padding: 16px 32px;
    border: none;
    background-color: var(--mainColor);
    color: #ffffff;
    border-radius: 8px;
    box-shadow: 0px 6px 0px var(--mainColor);
    transition: all 0.3s ease-in-out;
    display: inline-flex;
    cursor: pointer;
}

.btn:hover {
    transform: translateY(6px);
    color: #ffffff;
    box-shadow: none !important;
}

.mainSection {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    /* padding: 20px; */
    background-image: linear-gradient(-45deg, rgba(32, 83, 115, 0.1), rgba(174, 230, 242, 0.2)), url(../img/main_slide2.webp);
    background-size: cover;
    background-position: bottom center;
    height: 600px;
    /* border-radius: 20px 20px 20px 20px; */
    background-repeat: no-repeat;
    margin-top: 0px;
    /* margin-left: 45px; */
    /* margin-right: 45px; */
}

.mainSection h1 {
    font-weight: bold;
    color: #ffffff;
    max-width: 600px;
    margin: 0 auto 30px;
    text-align: center;
    line-height: 44px;
    font-size: 32px !important;
    /* text-shadow: -2px 2px 0px var(--mainColor); */
}
.mainSection h2 {

    color: #ffffff;
    max-width: 600px;
    margin: 0 auto 30px;
    text-align: center;
    line-height: 44px;
    font-size: 28px !important;
    /* text-shadow: -2px 2px 0px #0d2821; */
}

.mainSection a{

}

@media (max-width: 768px) {
    .mainSection {
        border-radius: 0px 0px 0px 0px;
        background-repeat: no-repeat;
        margin-top: 0px;
        margin-left: 0px;
        margin-right: 0px;
    }
    .mainSection h1 {
        font-size: 18px !important;
    }
    .mainSection h2 {
        font-size: 16px !important;
    }
}

@media (max-width: 767px) {
    .container,
    .container-fluid {
        padding: 0px 8px;
    }
}

.title {
    display: flex;
    flex-direction: column;
    gap: 12px;
    min-width: 250px;
    flex: 1;
}

.title h1 {
    font-weight: bold;
    font-size: 32px !important;
}

@media (max-width: 768px) {
    .title h1 {
        font-size: 22px !important;
    }
}

.title h6,
.title p {
    color: #777;
    line-height: 28px;
    font-weight: normal;
}

.about-section {
    padding: 60px 0;
    background-color: #fcfcfc;
    direction: rtl;
    overflow: hidden;
}

.about-section .container-fluid {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
}

/* تنسيق العنوان في المنتصف */
.about-header {
    margin-bottom: 40px;
    text-align: center;
}

.about-kicker {
    color: var(--mainColor);
    font-weight: 700;
    font-size: 1.1rem !important;
    margin-bottom: 10px;
    display: block;
}

.about-title {
    color: var(--secondColor);
    font-size: 2.5rem;
    font-weight: 800;
    margin-bottom: 20px;
}

/* الخط المدرج أسفل العنوان */
.title-line {
    width: 120px;
    height: 5px;
    background: linear-gradient(90deg, var(--secondColor2), var(--mainColor), var(--secondColor));
    margin: 0 auto;
    border-radius: 50px;
    position: relative;
}

/* توزيع المحتوى */
.about-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    align-items: center;
}

.about-subtitle {
    color: var(--secondColor) !important;
    line-height: 1.8 !important;
    font-size: 1.1rem !important;
    margin-bottom: 20px !important;
}

/* المميزات (Checks) */
.about-checks {
    margin-bottom: 40px;
}

.check-item {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    font-weight: 600;
    color: var(--secondColor);
}

.check-icon {
    width: 25px;
    height: 25px;
    background-color: var(--secondColor2);
    color: var(--secondColor);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 15px;
    font-size: 0.8rem;
}

/* الإحصائيات */
.about-stats {
    display: flex;
    gap: 20px;
}

.stat-card {
    background: var(--white);
    padding: 20px;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    flex: 1;
    text-align: center;
    border-bottom: 4px solid var(--mainColor);
    transition: transform 0.3s ease;
}

.stat-card:hover { transform: translateY(-5px); }

.stat-number {
    display: block;
    font-size: 1.8rem;
    font-weight: 800;
    color: var(--secondColor);
}

.stat-label {
    font-size: 0.9rem;
    color: var(--mainColor);
}

/* القسم البصري والصورة */
.about-visual {
    position: relative;

    height: 100%;
    width: 100%;
}

.image-wrapper {
    position: relative;
    border-radius: 30px;
    overflow: hidden;
    box-shadow: 0 25px 50px rgba(0,0,0,0.15);

    height: 100%;
    width: 100%;
}

.image-wrapper img {
    width: 100%;
    display: block;
    transition: scale 0.5s ease;

    height: 100%;
}

.image-wrapper:hover img { scale: 1.05; }

/* الوسام العائم */
.experience-badge {
    position: absolute;
    bottom: 30px;
    right: 30px;
    background: var(--secondColor);
    color: var(--white);
    padding: 20px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    gap: 15px;
    border-right: 5px solid var(--mainColor);
}

.badge-year { font-size: 2.5rem; font-weight: 900; }
.badge-text { font-size: 0.9rem; line-height: 1.2; }

/* للتجاوب مع الشاشات الصغيرة */
@media (max-width: 992px) {
    .about-grid { grid-template-columns: 1fr; }
    .about-title { font-size: 1.8rem; }
    .about-visual { order: -1; } /* الصورة تظهر أولاً في الموبايل */
}
/* ************************************************************** */
/* تنسيق قسم الدول */
.countries-section {
    position: relative;
    padding: 100px 0;
    background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.9), rgba(174, 223, 242, 0.85)), url(../img/countries.webp);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    direction: rtl;
}

.countries-section .container-fluid {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
}


/* توحيد الهيدر مع قسم "من نحن" */
.countries-header, .services-header {
    margin-bottom: 40px;
    text-align: center;
}

.countries-kicker, .services-kicker {
    color: var(--mainColor);
    font-weight: 700;
    font-size: 1.1rem;
    margin-bottom: 10px;
}

.countries-title, .services-title {
    color: var(--secondColor);
    font-size: 2.5rem;
    font-weight: 800;
    margin-bottom: 20px;
}

/* الخط المدرج (نفس تنسيق من نحن) */
.title-line {
    width: 120px;
    height: 5px;
    background: linear-gradient(90deg, var(--secondColor2), var(--mainColor), var(--secondColor));
    margin: 0 auto 25px;
    border-radius: 50px;
}

.countries-subtitle {
    max-width: 600px;
    margin: 0 auto;
    color: #555;
    font-size: 1.1rem;
}

.countries-section {
    padding: 60px 0;
    background: #f8fdff;
    direction: rtl;
}

/* الكرت العصري */
.modern-country-card {
    position: relative;
    background: #ffffff;
    border-radius: 25px;
    padding: 50px 20px 30px; /* بادينج علوي كبير لترك مساحة للوجو */
    text-align: center;
    box-shadow: 0 10px 40px rgba(23, 89, 115, 0.05);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border: 1px solid #f0f0f0;
    margin-top: 40px; /* لترك مساحة للوجو البارز */
}

.modern-country-card:hover {
    transform: translateY(-15px);
    box-shadow: 0 20px 50px rgba(65, 155, 191, 0.15);
    border-color: var(--secondColor2);
}

/* لوجو الدولة الدائري الصغير */
.country-logo-circle {
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 80px;
    background: #fff;
    border-radius: 50%;
    padding: 5px;
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
    z-index: 2;
    border: 3px solid var(--secondColor2);
    transition: 0.4s ease;
}

.country-logo-circle img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.modern-country-card:hover .country-logo-circle {
    border-color: var(--mainColor);
    transform: translateX(-50%) scale(1.1) rotate(10deg);
}

/* محتوى الكرت */
.status-tag {
    font-size: 0.75rem;
    background: var(--secondColor2);
    color: var(--secondColor);
    padding: 4px 12px;
    border-radius: 50px;
    font-weight: 700;
}

.country-name {
    margin: 20px 0 10px;
    color: var(--secondColor);
    font-weight: 800;
    font-size: 1.5rem;
}

.price-wrapper {
    margin-bottom: 15px;
    color: var(--mainColor);
}

.price-wrapper .amount {
    font-size: 1.8rem;
    font-weight: 900;
}

.price-wrapper .currency {
    font-size: 0.9rem;
    margin-left: 5px;
}

.country-info {
    color: #777;
    font-size: 0.9rem;
    line-height: 1.6;
    margin-bottom: 25px;
}

/* الزر التفاعلي (الجذاب) */
.shiny-btn {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: var(--secondColor);
    color: #fff;
    text-decoration: none;
    padding: 14px 25px;
    border-radius: 15px;
    font-weight: 600;
    overflow: hidden; /* ضروري لتأثير اللمعان */
    transition: all 0.3s ease;
}

/* تأثير اللمعان عند التأشير */
.shiny-btn::after {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.3), transparent);
    transition: 0.5s;
}

.shiny-btn:hover::after {
    left: 100%;
}

.shiny-btn:hover {
    background: var(--mainColor);
    box-shadow: 0 10px 20px rgba(65, 155, 191, 0.3);
    color: #fff;
}

.shiny-btn i {
    font-size: 0.9rem;
    transition: transform 0.3s ease;
}

.shiny-btn:hover i {
    transform: translateX(-5px);
}

/* Customer service team section */
.customer-team-section {
    position: relative;
    padding: 90px 0;
    background: linear-gradient(135deg, rgba(174, 223, 242, 0.35), rgba(255, 255, 255, 0.95));
    overflow: hidden;
    direction: rtl;
}

.customer-team-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: radial-gradient(circle at 15% 20%, rgba(65, 155, 191, 0.15), transparent 45%),
        radial-gradient(circle at 80% 10%, rgba(23, 89, 115, 0.12), transparent 40%);
    pointer-events: none;
}

.customer-team-section .container-fluid {
    max-width: 1400px;
    position: relative;
    z-index: 1;
}

.team-header {
    text-align: center;
    margin-bottom: 40px;
}

.team-kicker {
    color: var(--mainColor);
    font-weight: 800;
    letter-spacing: 0.5px;
    margin-bottom: 10px;
}

.team-title {
    color: var(--secondColor);
    font-size: 2.4rem;
    font-weight: 900;
    margin-bottom: 12px;
}

.team-subtitle {
    color: #4a5565;
    max-width: 640px;
    margin: 0 auto;
    font-size: 1.05rem;
}

.team-grid {
    align-items: stretch;
}

.team-card {
    background: #ffffff;
    border-radius: 24px;
    padding: 24px;
    box-shadow: 0 18px 40px rgba(23, 89, 115, 0.08);
    border: 1px solid rgba(23, 89, 115, 0.08);
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 18px;
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.team-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 28px 60px rgba(23, 89, 115, 0.18);
    border-color: rgba(65, 155, 191, 0.4);
}

.team-card-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.team-avatar {
    width: 84px;
    height: 84px;
    border-radius: 20px;
    padding: 4px;
    background: linear-gradient(135deg, var(--secondColor2), rgba(65, 155, 191, 0.4));
}

.team-avatar img {
    width: 100%;
    height: 100%;
    border-radius: 16px;
    object-fit: cover;
    background: #ffffff;
}

.team-availability {
    background: rgba(65, 155, 191, 0.12);
    color: var(--secondColor);
    padding: 6px 12px;
    border-radius: 999px;
    font-size: 0.75rem;
    font-weight: 800;
}

.team-name {
    font-size: 1.3rem;
    font-weight: 900;
    color: var(--secondColor);
    margin-bottom: 6px;
}

.team-role {
    color: #6b7280;
    font-weight: 600;
    margin-bottom: 12px;
}

.team-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.team-action {
    flex: 1;
    min-width: 120px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 10px 14px;
    border-radius: 12px;
    font-weight: 800;
    font-size: 0.9rem;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.team-action-wa {
    background: #22c55e;
    color: #ffffff;
    box-shadow: 0 10px 20px rgba(34, 197, 94, 0.25);
}

.team-action-call {
    background: var(--secondColor);
    color: #ffffff;
    box-shadow: 0 10px 20px rgba(23, 89, 115, 0.2);
}

.team-action:hover {
    transform: translateY(-2px);
    color: #ffffff;
}

.team-card-footer {
    margin-top: auto;
}

.team-chip {
    display: inline-flex;
    align-items: center;
    padding: 6px 12px;
    border-radius: 999px;
    font-size: 0.75rem;
    font-weight: 700;
    background: var(--secondColor2);
    color: var(--secondColor);
}

.team-empty {
    text-align: center;
    background: #ffffff;
    padding: 30px;
    border-radius: 20px;
    border: 1px dashed rgba(23, 89, 115, 0.2);
    color: #4b5563;
}

@media (max-width: 992px) {
    .team-title {
        font-size: 2rem;
    }

    .team-card {
        padding: 20px;
    }
}

@media (max-width: 576px) {
    .team-actions {
        flex-direction: column;
    }

    .team-action {
        width: 100%;
    }

    .team-avatar {
        width: 72px;
        height: 72px;
    }
}
/* .countries-section {
    position: relative;
    padding: 70px 0;
    margin: 0;
    overflow: hidden;
    background-image: linear-gradient(-45deg, rgb(255 255 255 / 63%), rgb(174 230 242 / 80%)), url(../img/countries.webp);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: bottom;
}
.countries-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 20% 30%, rgba(3, 90, 166, 0.1), transparent 35%),
        radial-gradient(circle at 80% 20%, rgba(32, 83, 115, 0.1), transparent 32%),
        radial-gradient(circle at 50% 80%, rgba(3, 90, 166, 0.07), transparent 30%);
    z-index: 0;
}
.countries-section .container-fluid {
    position: relative;
    z-index: 1;
}
.countries-header {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 32px;
}
.countries-kicker {
    color: #035AA6;
    font-weight: 800;
    letter-spacing: 0.5px;
    margin-bottom: 6px;
    font-size: 28px !important;
}
.countries-title {
    color: #0f2e45;
    font-weight: 800;
    margin-bottom: 10px;
}
.countries-subtitle {
    color: #4a5565;
    line-height: 1.8;
    font-size: 15px;
}
.countries-grid {
    position: relative;
}
.country-card {
    background: #ffffff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.08);
    transition: all 0.35s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
    border: 1px solid rgba(3, 90, 166, 0.08);
}
.country-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 50px rgba(3, 90, 166, 0.15);
    border-color: rgba(3, 90, 166, 0.2);
}
.country-flag {
    position: relative;
    background: linear-gradient(135deg, rgba(3, 90, 166, 0.08), rgba(32, 83, 115, 0.08));
    padding: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.country-flag img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    border-radius: 12px;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.15);
    transition: transform 0.35s ease;
}
.country-card:hover .country-flag img {
    transform: scale(1.03);
}
.country-body {
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    flex: 1;
}
.country-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 8px;
}
.country-tag {
    background: rgba(3, 90, 166, 0.12);
    color: #035AA6;
    border-radius: 999px;
    padding: 6px 10px;
    font-weight: 700;
    font-size: 12px;
}
.country-price {
    background: #0f2e45;
    color: #fff;
    border-radius: 10px;
    padding: 6px 10px;
    font-weight: 800;
    font-size: 13px;
}
.country-name {
    font-size: 18px;
    font-weight: 800;
    color: #0f2e45;
    margin: 4px 0;
}
.country-desc {
    color: #4a5565;
    line-height: 1.7;
    font-size: 14px;
    flex: 1;
}
.country-actions {
    display: flex;
    justify-content: flex-start;
    margin-top: 8px;
}
.country-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 10px 16px;
    background: linear-gradient(135deg, #035AA6, #205373);
    color: #fff;
    border-radius: 12px;
    font-weight: 800;
    box-shadow: 0 10px 24px rgba(3, 90, 166, 0.24);
    transition: all 0.3s ease;
}
.country-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 28px rgba(3, 90, 166, 0.35);
    color: #fff;
    background-color: var(--mainColor);
}
@media (max-width: 992px) {
    .countries-section {
        padding: 60px 0;
    }
}
@media (max-width: 575px) {
    .countries-title {
        font-size: 22px;
    }
    .country-flag img {
        height: 160px;
    }
} */

.container-wa .floating-button {
    position: fixed;
    bottom: 40px;
    right: 40px;
    width: 60px;
    height: 60px;
    background-color: #25d366;
    color: white;
    border-radius: 50px;
    text-align: center;
    font-size: 35px;
    cursor: pointer;
    box-shadow: 0px 2px 5px #666;
}
.container-wa .floating-button:hover {
    background-color: #1fad53;
}
.container-wa .floating-button .icon {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    line-height: 60px;
    text-align: center;
    transition: all 0.3s;
}
.container-wa .floating-button .icon.wa {
    animation: wa-out 0.3s;
}
.container-call .floating-button {
    position: fixed;
    bottom: 40px;
    left: 40px;
    width: 60px;
    height: 60px;
    background-color: var(--mainColor);
    color: white;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    cursor: pointer;
    box-shadow: 0px 2px 5px #666;
}
.container-call .floating-button:hover {
    background-color: #1e8e84;
}
.container-call .floating-button i{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    line-height: 60px;
    text-align: center;
    transition: all 0.3s;
}
.container-call .floating-button .icon.call {
    animation: wa-out 0.3s;
}

/* ===========================================
   FOOTER & CONTACT STYLES IMPROVEMENTS
   =========================================== */

.footer-landing {
    background: radial-gradient(circle at 15% 20%, rgba(255, 255, 255, 0.08) 0, transparent 28%),
    radial-gradient(circle at 80% 10%, rgba(255, 255, 255, 0.05) 0, transparent 30%),
    linear-gradient(135deg, #035AA6 0%, #205373 100%);
    color: #eef5fb;
    padding: 52px 0 24px;
    position: relative;
    overflow: hidden;
}

.footer-landing::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(115deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0) 45%, rgba(255, 255, 255, 0.12) 100%);
    opacity: 0.35;
    pointer-events: none;
}

.footer-landing .container {
    position: relative;
    z-index: 2;
}

.footer-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 18px 20px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 14px;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.18);
    margin-bottom: 18px;
    flex-wrap: wrap;
}

.bar-kicker {
    color: #d9e8f7;
    font-weight: 800;
    letter-spacing: 0.5px;
    margin-bottom: 4px;
    font-size: 12px;
}

.bar-title {
    color: #ffffff;
    font-size: 22px;
    margin-bottom: 6px;
}

.bar-desc {
    color: rgba(238, 245, 251, 0.9);
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 0;
}

.bar-actions {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: flex-start;
}


.contact-section-compact {
    background: rgba(255, 255, 255, 0.03);
    border-radius: 14px;
    padding: 18px;
    margin-top: 16px;
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.contact-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
    margin-bottom: 12px;
}

.contact-card {
    display: flex;
    align-items: center;
    background: rgba(255, 255, 255, 0.06);
    padding: 12px 14px;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
}

.contact-card:hover {
    background: rgba(255, 255, 255, 0.1);
    transform: translateY(-2px);
}

.contact-card.primary {
    background: rgba(217, 191, 160, 0.14);
    border-color: rgba(217, 191, 160, 0.32);
}

.contact-card i {
    color: #9189ea;
    font-size: 18px;
    margin-left: 12px;
    width: 20px;
    text-align: center;
}

.contact-details {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.contact-label {
    color: rgba(255, 255, 255, 0.8);
    font-size: 12px;
    font-weight: 500;
}

.contact-value {
    color: var(--mainColor);
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    transition: all 0.3s ease;
}

.contact-value:hover {
    color: #fff;
}

.customer-service-compact {
    margin-top: 12px;
}

.customer-service-compact h6 {
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.service-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
}

.service-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    background: rgba(255, 255, 255, 0.06);
    padding: 10px 8px;
    border-radius: 10px;
    transition: all 0.3s ease;
    gap: 4px;
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.service-item:hover {
    background: rgba(255, 255, 255, 0.12);
}

.service-item .name {
    color: rgba(255, 255, 255, 0.9);
    font-size: 11px;
    font-weight: 600;
    margin-bottom: 2px;
}

.service-item .phone {
    color: var(--mainColor);
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
    transition: all 0.3s ease;
    padding: 3px 8px;
    border-radius: 6px;
    background: rgba(217, 191, 160, 0.14);
    border: 1px solid rgba(217, 191, 160, 0.28);
}

.service-item .phone:hover {
    color: #fff;
    background: rgba(217, 191, 160, 0.3);
    transform: scale(1.05);
}

.contact-main-title {
    color: #fff;
    font-size: 22px;
    font-weight: 800;
    text-align: center;
    margin-bottom: 16px;
}

.contact-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.contact-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: rgba(255, 255, 255, 0.06);
    padding: 12px 14px;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    transition: all 0.3s ease;
    backdrop-filter: blur(4px);
}

.contact-item:hover {
    background: rgba(255, 255, 255, 0.12);
    transform: translateX(4px);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.18);
}

.contact-item.primary {
    background: rgba(217, 191, 160, 0.14);
    border-color: rgba(217, 191, 160, 0.32);
}

.contact-name {
    font-weight: 700;
    color: #fff;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.contact-number {
    color: var(--mainColor);
    text-decoration: none;
    font-weight: 800;
    font-size: 14px;
    transition: all 0.3s ease;
    padding: 6px 10px;
    border-radius: 8px;
    background: rgba(217, 191, 160, 0.12);
    border: 1px solid rgba(217, 191, 160, 0.22);
}

.contact-number:hover {
    color: #0d2f45;
    background: var(--mainColor);
    transform: scale(1.05);
}

/* Footer Nova */
.section-footer.footer-nova {
    padding: 64px 24px 24px;
}

.footer-landing.footer-nova {
    background: radial-gradient(circle at 12% 20%, rgb(186 220 234 / 35%), #cbcbcb00 42%), radial-gradient(circle at 88% 8%, rgb(163 217 239 / 25%), #d0d0d000 38%), linear-gradient(160deg, #ecfaff 0%, #dbf1fd 55%, #bae8ff 100%);
    color: var(--secondColor);
    position: relative;
    overflow: hidden;
}

.footer-landing.footer-nova::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 12% 20%, rgb(186 220 234 / 35%), #cbcbcb00 42%), radial-gradient(circle at 88% 8%, rgb(163 217 239 / 25%), #d0d0d000 38%), linear-gradient(160deg, #ecfaff 0%, #dbf1fd78 55%, #bae8ff4d 100%);
    opacity: 0.4;
    pointer-events: none;
}

.footer-landing.footer-nova::after {
    content: "";
    position: absolute;
    width: 280px;
    height: 280px;
    border-radius: 50%;
    right: -120px;
    bottom: 120px;
    background: radial-gradient(circle, rgba(124, 209, 243, 0.45), transparent 70%);
    filter: blur(2px);
    opacity: 0.7;
    pointer-events: none;
}

.footer-nova-grid {
    margin-bottom: 12px;
    padding-top: 6px;
    position: relative;
    z-index: 2;
}

.footer-nova-grid > div {
    position: relative;
}

@media (min-width: 992px) {
    .footer-nova-grid > div + div {
        border-inline-start: 1px solid rgba(174, 223, 242, 0.22);
        padding-inline-start: 22px;
    }
}

.nova-chip {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(174, 223, 242, 0.3);
    color: #ffffff;
    font-size: 12px;
    font-weight: 700;
}

.nova-chip i {
    color: var(--secondColor);
}

.footer-nova .footer-brand-block {
    text-align: start;
}

.footer-nova .footer-brand-block .logo {
    max-width: 285px;
    padding: 8px 10px;
    border-radius: 12px;
    margin: 0 0 8px;
}

.footer-nova .footer-desc {
    color: var(--secondColor);
    font-size: 14px;
    line-height: 1.8;
}

.footer-nova .footer-title {
    color: #419BBF !important;
    font-size: 20px !important;
    font-weight: 800;
    margin-bottom: 12px;
    border: none;
}

.footer-nova .footer-simple-list a {
    color: var(--secondColor);
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-weight: 600;
}

.footer-nova .footer-simple-list a::before {
    content: "\2022";
    font-size: 12px;
    color: var(--secondColor);
}

.footer-nova .footer-simple-list a:hover {
    color: #419BBF !important;
    transform: translateX(-3px);
}

.footer-nova .footer-note {
    margin-top: 12px;
    padding-top: 10px;
    border-top: 1px dashed rgba(174, 223, 242, 0.3);
    color: var(--secondColor);
    font-size: 13px;
}

.footer-nova .footer-social i {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.1);
    color:  var(--secondColor);
    border-radius: 50%;
    border: 1px solid rgba(174, 223, 242, 0.3);
    transition: all 0.3s ease;
    font-size: 15px;
}

.footer-nova .footer-social i:hover {
    background: var(--secondColor);
    color: #0b2e3f;
    transform: translateY(-2px);
}

.footer-nova .nova-contact-list li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 8px 0;
    border-bottom: 1px dashed rgba(174, 223, 242, 0.3);
    background: transparent;
    transition: all 0.3s ease;
}

.footer-nova .nova-contact-list li:last-child {
    border-bottom: none;
}
.footer-nova .nova-contact-list li span, .footer-nova .nova-contact-list li a{
    transition: all 0.3s ease;
}

.footer-nova .nova-contact-list li:hover span, .footer-nova .nova-contact-list li:hover a{
    color: #419BBF !important;
}

.footer-nova .nova-contact-list span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--secondColor);
    font-weight: 700;
}

.footer-nova .nova-contact-list a {
    color: var(--secondColor);
    font-weight: 800;
}

.footer-nova .nova-contact-list a:hover {
    color: var(--secondColor)
}

.nova-contact-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 12px;
    padding-right: 1.5rem;
}

.nova-chip.nova-chip-link {
    background: var(--secondColor2);
    color: var(--secondColor);
    border-color: rgba(255, 255, 255, 0.4);
    text-decoration: none;
}

.nova-chip.nova-chip-link:hover {
    background: var(--secondColor);
    color: var(--secondColor2);
}

.footer-nova .copyRight {
    border-top: 1px solid rgba(174, 223, 242, 0.2);
    color: var(--secondColor);
}

.footer-nova .copyRight .divider {
    color: var(--secondColor);
}

@media (max-width: 992px) {
    .footer-nova-grid > div + div {
        border-inline-start: none;
        padding-inline-start: 0;
        border-top: 1px solid rgba(174, 223, 242, 0.2);
        padding-top: 16px;
    }

    .footer-nova .footer-brand-block,
    .footer-links-block,
    .footer-contact-block {
        text-align: center;
    }

    .footer-nova .footer-simple-list a {
        justify-content: center;
    }

    .footer-nova .footer-social ul {
        justify-content: center;
    }

    .footer-nova .nova-contact-list li {
        flex-direction: column;
        align-items: center;
        gap: 6px;
    }

    .nova-contact-chips {
        justify-content: center;
    }
}

@media (max-width: 576px) {
    .section-footer.footer-nova {
        padding: 52px 16px 20px;
    }
}


.copyRight {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 18px 12px 8px;
    gap: 10px;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    color: rgba(232, 237, 244, 0.85);
    flex-wrap: wrap;
}
.copyRight img {
    height: 40px;
    -o-object-fit: contain;
    object-fit: contain;
}
.copyRight a {
    color: #fff;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    opacity: 0.9;
    transition: all 0.3s ease;
}
.copyRight a:hover {
    opacity: 1;
    transform: translateY(-1px);
}
.copyRight .divider {
    color: rgba(217, 191, 160, 0.8);
    font-weight: 700;
}

.footer-landing .footer-social i {
    width: 42px !important;
    height: 42px !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.18);
    transition: all 0.3s ease;
    font-size: 20px !important;
}

.footer-landing .footer-social i:hover {
    background: #eef5fb;
    color: #205373;
    transform: translateY(-3px) scale(1.07);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}


/* Enhanced Floating Buttons */
.container-wa .floating-button {
    position: fixed;
    bottom: 40px;
    right: 40px;
    width: 65px;
    height: 65px;
    background: linear-gradient(135deg, #25d366, #128c7e);
    color: white;
    border-radius: 50%;
    text-align: center;
    font-size: 28px;
    cursor: pointer;
    box-shadow: 0 4px 20px rgba(37, 211, 102, 0.4);
    transition: all 0.3s ease;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 3px solid rgba(255, 255, 255, 0.2);
}

.container-wa .floating-button:hover {
    background: linear-gradient(135deg, #128c7e, #075e54);
    transform: scale(1.1) rotate(5deg);
    box-shadow: 0 6px 25px rgba(37, 211, 102, 0.6);
}

.container-wa .floating-button .icon {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    line-height: 59px;
    text-align: center;
    transition: all 0.3s ease;
}

.container-call .floating-button {
    position: fixed;
    bottom: 40px;
    left: 40px;
    width: 65px;
    height: 65px;
    background: linear-gradient(135deg, var(--mainColor), #b8956a);
    color: white;
    border-radius: 50%;
    text-align: center;
    font-size: 24px;
    cursor: pointer;
    box-shadow: 0 4px 20px rgba(217, 191, 160, 0.4);
    transition: all 0.3s ease;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 3px solid rgba(255, 255, 255, 0.2);
}

.container-call .floating-button:hover {
    background: linear-gradient(135deg, #b8956a, #8b7350);
    transform: scale(1.1) rotate(-5deg);
    box-shadow: 0 6px 25px rgba(217, 191, 160, 0.6);
}

.container-call .floating-button i {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    line-height: 59px;
    text-align: center;
    transition: all 0.3s ease;
}

/* Enhanced Floating Contacts Container */
.floating-contacts {
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 1000;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.floating-btn {
    position: relative;
    display: block;
    text-decoration: none;
    transition: all 0.3s ease;
}

.floating-btn:hover {
    transform: translateY(-2px);
}

.floating-btn .floating-button {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    color: white;
    font-size: 24px;
    cursor: pointer;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease;
    border: 3px solid rgba(255, 255, 255, 0.3);
    overflow: hidden;
}

.floating-btn .btn-label {
    position: absolute;
    right: 70px;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.8);
    color: white;
    padding: 8px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    white-space: nowrap;
    pointer-events: none;
}

.floating-btn:hover .btn-label {
    opacity: 1;
    visibility: visible;
    right: 75px;
}

/* WhatsApp Button */
.whatsapp-btn .floating-button {
    background: linear-gradient(135deg, #25d366, #128c7e);
}

.whatsapp-btn .floating-button:hover {
    background: linear-gradient(135deg, #128c7e, #075e54);
    transform: scale(1.1) rotate(5deg);
    box-shadow: 0 6px 25px rgba(37, 211, 102, 0.5);
}

/* Phone Button */
.phone-btn .floating-button {
    background: linear-gradient(135deg, var(--mainColor), #b8956a);
}

.phone-btn .floating-button:hover {
    background: linear-gradient(135deg, #b8956a, #8b7350);
    transform: scale(1.1) rotate(-5deg);
    box-shadow: 0 6px 25px rgba(217, 191, 160, 0.5);
}

/* Email Button */
.email-btn .floating-button {
    background: linear-gradient(135deg, #1d71b8, #2c5aa0);
}

.email-btn .floating-button:hover {
    background: linear-gradient(135deg, #2c5aa0, #1a5a8a);
    transform: scale(1.1) rotate(5deg);
    box-shadow: 0 6px 25px rgba(29, 113, 184, 0.5);
}

.container-email .floating-button {
    position: relative;
}

.container-email .floating-button i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.3s ease;
}

/* ================================================
   NEW IMPROVED FLOATING BUTTONS - RIGHT & LEFT
   ================================================ */

.floating-contacts-improved {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1000;
    pointer-events: none;
}

.floating-right {
    position: absolute;
    right: 20px;
    display: flex;
    flex-direction: column;
    gap: 0px;
    pointer-events: auto;
}

.floating-left {
    position: absolute;
    left: 20px;
    display: flex;
    flex-direction: column;
    gap: 0px;
    pointer-events: auto;
}

.floating-btn-new {
    display: flex;
    align-items: center;
    text-decoration: none;
    border-radius: 50px;
    padding: 8px 15px 10px 10px;
    transition: all 0.3s ease;
    min-width: 60px;
    overflow: hidden;
}

.floating-btn-new:hover {
    transform: translateX(-5px) scale(1.05);
}

.floating-left .floating-btn-new {
    flex-direction: row-reverse;
    padding: 12px 12px 12px 20px;
}

.floating-left .floating-btn-new:hover {
    transform: translateX(5px) scale(1.05);
}

.btn-icon {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: white;
    flex-shrink: 0;
    transition: all 0.3s ease;
}

.btn-text {
    font-size: 14px;
    font-weight: 600;
    color: #333;
    margin: 0 10px;
    white-space: nowrap;
    transition: all 0.3s ease;
}

/* WhatsApp Button */
.whatsapp-btn-new .btn-icon {
    background: linear-gradient(135deg, #25d366, #128c7e);
}

.whatsapp-btn-new:hover .btn-icon {
    background: linear-gradient(135deg, #128c7e, #075e54);
    transform: rotate(10deg) scale(1.1);
}

/* Phone Button */
.phone-btn-new .btn-icon {
    background: linear-gradient(135deg, #1584e6, #0067c1);
}

.phone-btn-new:hover .btn-icon {
    background: linear-gradient(135deg, #2668a1, #035AA6);
    transform: rotate(-10deg) scale(1.1);
}

.btn-text {
    color: #fff;
}

/* Email Button */
.email-btn-new .btn-icon {
    background: linear-gradient(135deg, #b81d1d, #a02c2c);
}

.email-btn-new:hover .btn-icon {
    background: linear-gradient(135deg, #a02c2c, #8a1a1a);
    transform: rotate(10deg) scale(1.1);
}

/* Mobile Responsive for New Floating Buttons */
@media (max-width: 768px) {
    .floating-contacts-improved {
        top: auto;
        bottom: 20px;
        transform: none;
    }

    .floating-right {
        position: relative;
        right: 0;
        flex-direction: column;
        justify-content: flex-end;
        gap: 10px;
    }

    .floating-left {
        position: relative;
        left: 0;
        flex-direction: column;
        justify-content: flex-start;
        gap: 10px;
        margin-top: 10px;
    }

    .floating-btn-new {
        padding: 10px;
        min-width: 50px;
    }

    .btn-text {
        display: none;
    }

    .btn-icon {
        width: 40px;
        height: 40px;
        font-size: 18px;
    }

    .floating-btn-new:hover {
        transform: translateY(-3px) scale(1.1);
    }

    .floating-left .floating-btn-new:hover {
        transform: translateY(-3px) scale(1.1);
    }
}

@media (max-width: 480px) {
    .floating-right,
    .floating-left {
        gap: 8px;
    }

    .btn-icon {
        width: 35px;
        height: 35px;
        font-size: 16px;
    }

    .floating-btn-new {
        padding: 8px;
    }
}

/* Mobile Responsiveness for Compact Contact */
@media (max-width: 768px) {
    .footer-landing {
        padding: 30px 0 15px;
    }

    .contact-section-compact {
        padding: 15px;
        margin-top: 15px;
    }

    .contact-main-title {
        font-size: 18px;
        margin-bottom: 15px;
    }

    .service-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 8px;
    }

    .service-item {
        padding: 8px 6px;
        gap: 3px;
    }

    .service-item .name {
        font-size: 10px;
    }

    .service-item .phone {
        font-size: 9px;
        padding: 1px 4px;
    }

    .customer-service-compact h6 {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .contact-card {
        padding: 10px 12px;
    }

    .contact-card i {
        font-size: 16px;
    }

    .contact-label {
        font-size: 11px;
    }

    .contact-value {
        font-size: 12px;
    }
}

@media (max-width: 480px) {
    .footer-landing {
        padding: 25px 0 15px;
    }

    .contact-section-compact {
        padding: 12px;
    }

    .contact-main-title {
        font-size: 16px;
    }

    .service-grid {
        grid-template-columns: 1fr;
        gap: 6px;
    }

    .service-item {
        flex-direction: row;
        justify-content: space-between;
        text-align: left;
        padding: 6px 8px;
        gap: 0;
    }

    .service-item .name {
        font-size: 10px;
    }

    .service-item .phone {
        font-size: 9px;
        padding: 1px 4px;
    }

    .customer-service-compact h6 {
        font-size: 13px;
        margin-bottom: 8px;
    }

    .contact-card {
        padding: 8px 10px;
    }

    .contact-card i {
        font-size: 14px;
    }

    .contact-label {
        font-size: 10px;
    }

    .contact-value {
        font-size: 11px;
    }
}

.section-footer {
    position: relative;
    padding: 80px 62px;
}



section.mainSlider {
    height: 100dvh;
    position: relative;
    overflow: hidden;
}

section.mainSlider .swiper {
    width: 100%;
    height: 100%;
    padding-bottom: 0px;
}

section.mainSlider .swiper .swiper-slide {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100dvh;
    min-height: 600px;
    isolation: isolate;
    /* border-radius: 0 0 24px 24px; */
    overflow: hidden;
    padding: 120px 24px 64px;
}

section.mainSlider .swiper .swiper-slide::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(13, 47, 69, 0.68) 0%, rgba(23, 89, 115, 0.45) 45%, rgba(174, 223, 242, 0.15) 100%);
    z-index: -1;
}

section.mainSlider .swiper .swiper-slide::after {
    content: "";
    width: 100%;
    height: 100%;
    /* background-image: radial-gradient(circle at 15% 20%, rgba(65, 155, 191, 0.35), transparent 45%),
    radial-gradient(circle at 85% 15%, rgba(174, 223, 242, 0.28), transparent 40%); */
    background-color: #00000080;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
    transition: all 0.3s ease-in-out;
}

section.mainSlider .swiper .swiper-slide .info {
    width: min(100% - 24px, 820px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 16px;
    text-align: center;
}

@media (max-width: 768px) {
    section.mainSlider .swiper .swiper-slide .info {
        justify-content: center;
        padding: 20px;
        text-align: center;
    }
}

section.mainSlider .swiper .swiper-slide .info .sliderTitle {
    color: #fff;
    text-shadow: 2px 6px 18px rgba(9, 27, 38, 0.35);
    font-size: clamp(30px, 4vw, 58px);
    font-weight: 800;
    line-height: 1.2;
}

@media (max-width: 768px) {
    section.mainSlider .swiper .swiper-slide .info .sliderTitle {
        font-size: clamp(26px, 6vw, 40px);
    }
}

section.mainSlider .swiper .swiper-slide .info .hint {
    color: rgba(255, 255, 255, 0.85);
    text-shadow: 2px 6px 14px rgba(9, 27, 38, 0.35);
    font-size: clamp(15px, 2vw, 20px);
    font-weight: 600;
    margin-bottom: 0;
    max-width: 720px;
}

section.mainSlider .swiper-slide-active .sliderTitle {
    animation: fadeInUp 1s 0.75s both;
}

section.mainSlider .swiper-slide-active .hint {
    animation: fadeInUp 1s 0s both;
}

section.mainSlider .swiper-slide-active .slider-actions {
    animation: fadeInUp 1s 1.2s both;
}

section.mainSlider .swiper-slide-active .slider-badges {
    animation: fadeInUp 1s 1.5s both;
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        transform: translateZ(0);
    }
}

section.mainSlider .slider-eyebrow {
    display: inline-flex;
    align-items: center;
    flex-direction: column;
    gap: 8px;
    color: rgba(255, 255, 255, 0.8);
}

section.mainSlider .slider-eyebrow .eyebrow-line {
    width: 46px;
    height: 2px;
    background: linear-gradient(90deg, var(--secondColor2), var(--mainColor));
    border-radius: 999px;
    display: inline-block;
}

section.mainSlider .slider-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
    margin-top: 6px;
}

section.mainSlider .slider-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    margin-top: 8px;
}

section.mainSlider .slider-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.24);
    color: #fff;
    font-size: 12px;
    font-weight: 600;
}

section.mainSlider .slider-badge i {
    color: var(--secondColor2);
}

@media (max-width: 576px) {
    section.mainSlider .slider-actions {
        flex-direction: column;
    }

    section.mainSlider a.btn-slider {
        width: 100%;
        justify-content: center;
    }
}

section.mainSlider a.btn-slider{
    /* background-image: linear-gradient(90deg, var(--mainColor), var(--secondColor2)); */
    background: var(--mainColor);
    color: #fff !important;
    padding: 12px 26px;
    border-radius: 999px;
    font-size: 16px !important;
    font-weight: 700;
    transition: all 0.4s ease-in-out;
    box-shadow: 0 14px 30px rgba(13, 47, 69, 0.35);
    display: inline-flex;
    align-items: center;
    gap: 6px;
}
section.mainSlider a.btn-slider:hover{
    /* background-image: linear-gradient(90deg, var(--secondColor2), var(--mainColor)); */
    background: var(--secondColor2);
    color: #042940 !important;
    transform: translateY(-2px);
}

section.mainSlider a.btn-slider.ghost {
    background: rgba(255, 255, 255, 0.12);
    color: #fff !important;
    border: 1px solid rgba(255, 255, 255, 0.35);
    box-shadow: none;
}

section.mainSlider a.btn-slider.ghost:hover {
    background: rgba(255, 255, 255, 0.22);
    color: #fff !important;
}

.contactForm .contact-us-header {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 32px;
}
.contactForm .contact-us-header .contact-us-kicker {
    color: #035AA6;
    font-weight: 800;
    letter-spacing: 0.5px;
    margin-bottom: 6px;
    font-size: 28px !important;
}
.contactForm .contact-us-header .contact-us-subtitle {
    color: #4a5565;
    line-height: 1.8;
    font-size: 15px;
}

.btn-up button {
  position: fixed;
  bottom: 70px;
  right: 30px;
  width: 55px;
  height: 55px;
  background-color: var(--secondColor2);
  color: var(--secondColor);
  border: 1px solid var(--secondColor);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  transition: background-color 0.3s, transform 0.3s;
  z-index: 1000;
  animation: bounce 2s infinite;
}


.btn-up button:hover {
  background-color: var(--mainColor);
  color: var(--secondColor2);
  border-color: var(--secondColor2);
}

@keyframes bounce {

  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }

  40% {
    transform: translateY(-10px);
  }

  60% {
    transform: translateY(-5px);
  }
}
