@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 : #0367A6;
    --secondColor : #205373;
    --secondColor2: #AEE6F2;
    --tb-header-bg: #fff;
    --tb-header-item-color: #0367A6;
    --tb-top-tagbar-bg: #fff9e6;
    --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;
}

.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;
}

@media (min-width: 768px) {
    /* * {
        cursor: none;
    } */

    /* .customCursor {
        width: 45px;
        height: 45px;
        border-radius: 100%;
        border: 1px solid rgba(68, 68, 68, 0.1882352941);
        transition: all 120ms ease-out;
        position: fixed;
        pointer-events: none;
        left: 0;
        top: 0;
        transform: translate(calc(-50% + 15px), -50%);
        z-index: 999999;
    }

    .customCursorInner {
        width: 10px;
        height: 10px;
        border-radius: 100%;
        background-color: rgba(68, 68, 68, 0.5647058824);
        position: fixed;
        transform: translate(-50%, -50%);
        pointer-events: none;
        transition: width 0.3s, height 0.3s, opacity 0.3s;
        z-index: 999999;
    }

    .customHover {
        width: 70px;
        height: 70px;
        border-color: transparent;
        background-color: rgba(68, 68, 68, 0.1882352941);
        box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.062745098);
    }

    .customClick {
        width: 40px;
        height: 40px;
    } */
}

.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;
}

.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(--mainColor);
}

.navbar .navbar-nav .nav-item a::after{
    content: "";
    position: absolute;
    bottom: -2px;
    left: 50%;
    transform: translateX(-50%);
    width: 0px;
    height: 2px;
    background: var(--mainColor);
    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(--mainColor);
}

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

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

.navbar .nav-link {
    color: var(--secondColor);
    transition: all 0.3s ease-in-out;
    font-size: 13px;
    position: relative;
    display: inline-flex;
    align-items: center;
    margin: 0 6px;
    padding: 8px 4px;
}

.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(--secondColor);
    border: 1px solid var(--secondColor);
    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);
}
/*
footer {
    position: relative;
    display: block;
    width: 100%;
    transition: 0.3s ease-in-out;
    color: #555555;
    overflow: hidden;
    text-align: center;
    padding-top: 60px;
    padding-bottom: 30px;
}
footer .container {
    margin: 0px auto;
    max-width: 940px;
}
footer .container::before {
    z-index: -1;
    content: "";
    display: block;
    width: 200%;
    height: 0px;
    padding-top: 200%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50% 0px;
    background-image: url("../img/footer.svg");
    position: absolute;
    top: 20px;
    left: -50%;
    filter: drop-shadow(0px 0px 30px rgba(0, 0, 0, 0.062745098));
}
@media (max-width: 768px) {
    footer .container::before {
        width: 350%;
        padding-top: 350%;
        left: -130%;
    }
}
footer .logo {
    text-align: center;
    padding: 0px 30px 0;
}
footer .logo img {
    height: 100px;
    -o-object-fit: contain;
    object-fit: contain;
}
@media (max-width: 768px) {
    footer .logo img {
        height: 80px;
    }
}
footer .links {
    text-align: center;
    padding: 50px 0 30px;
}
footer .links ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
footer .links ul li {
    display: inline-block;
    padding: 10px;
    font-weight: bold;
}
footer .links ul li a {
    color: #231f20;
    transition: all 0.3s ease-in-out;
}
footer .links ul li a:hover {
    color: #198587;
}
footer .social {
    text-align: center;
}
footer .social ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
footer .social ul li {
    display: inline-block;
    padding: 5px;
}
footer .social ul li a {
    width: 100%;
    height: 100%;
    display: inline-flex;
    min-width: 50px;
    height: 50px;
    justify-content: center;
    align-items: center;
    color: #555555;
    border-radius: 100px;
    border: 1px solid #555555;
    transition: all 0.3s ease-in-out;
}
footer .social ul li a:hover {
    background-color: #6cafb0;
    color: #ffffff;
    border: 1px solid #6cafb0;
    transform: translateY(-5px);
}
footer .quickLinks {
    margin-top: 30px;
}
footer .quickLinks a {
    padding: 8px;
    display: inline-block;
    color: #555555;
    font-weight: bold;
}
footer .quickLinks a:hover {
    color: #198587;
}
footer .copyR {
    font-weight: bold;
}
@media (max-width: 768px) {
    .footer .apps {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .footer .apps .mobile {
        margin-bottom: 20px;
        border-radius: 0 0 10px 10px;
    }

    .footer .apps .download {
        justify-content: center;
    }
}*/
footer-landing {
    border-top: 1px solid var(--tb-border-color-translucent);
}
.footer-landing .footer-desc {
    color: rgba(var(--tb-secondary-color-rgb), 0.8);
}
.footer-landing .logo-light {
    display: var(--tb-card-logo-light);
}
.footer-landing .logo-dark {
    display: var(--tb-card-logo-dark);
}
.footer-landing .footer-title {
    color: var(--tb-body-color);
}
.footer-landing .footer-link a {
    color: rgba(var(--tb-secondary-color-rgb), 0.8);
    line-height: 38px;
    font-size: 14px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.footer-landing .footer-link a:hover {
    color: rgba(var(--tb-secondary-color-rgb), 1);
    text-decoration: underline !important;
}
.footer-landing .footer-social i {
    width: 34px;
    height: 34px;
    display: inline-block;
    line-height: 34px;
    background-color: rgba(var(--tb-secondary-color-rgb), 0.1);
    color: rgba(var(--tb-secondary-color-rgb), 0.6);
    font-size: 14px;
    border-radius: 50%;
    text-align: center;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.footer-landing .footer-social i:hover {
    color: #fff;
    background-color: var(--mainColor);
}
.footer-landing .footer-border-alt {
    padding: 30px 0;
    border-top: 1px solid rgba(var(--tb-secondary-color-rgb), 0.1);
    color: rgba(var(--tb-secondary-color-rgb), 0.8);
}
.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: 26px;
    -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;
}

/* 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: 70px 0 30px;
    background-color: #f8f4eb;
    border-radius: 24px;
    margin: 50px;
}

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

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

.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(246, 192, 92, 0.27), rgba(166, 73, 98, 0.67));
    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;
    }
}

/* .filter {
    padding: 40px 20px 20px;
    background-color: #fff;
    border-radius: 16px;
    position: -webkit-sticky;
    position: sticky;
    top: 90px;
    right: 0;
    z-index: 2;
    box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.1254901961);
    margin-bottom: 30px;
}

.filter h4 {
    font-weight: bold;
    margin-bottom: 10px;
    color: #1d71b8;
}

.filter select {
    width: 100%;
}

.filter label {
    margin-bottom: 8px;
}

.filter label i {
    color: #1d71b8;
}

.filter .confirm,
.filter .clear {
    border-radius: 12px;
    background-color: #eee;
    color: rgba(18, 41, 71, 0.83);
    padding: 8px 16px;
}

.filter .confirm {
    background-color: rgba(18, 41, 71, 0.83);
    color: #ffffff;
} */

.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 .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;
}

.aboutUs {
    position: relative;
    padding: 80px 0;
    margin: 0;
    overflow: hidden;
    background: #ffffff;
    box-shadow: 0 22px 60px rgba(0, 0, 0, 0.12);
}

.aboutUs::before {
    content: "";
    position: absolute;
    inset: 0;
    /* background: linear-gradient(135deg, rgba(3, 90, 166, 0.08), rgba(32, 83, 115, 0.12)); */
    z-index: 0;
}

.about-wrapper {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
    gap: 24px;
    align-items: center;
    background: #ffffff;
    /* border-radius: 20px; */
    padding: 32px;
    /* box-shadow: 0 22px 60px rgba(0, 0, 0, 0.12); */
}

.about-content {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.about-kicker {
    color: #035AA6;
    font-weight: 800;
    letter-spacing: 0.6px;
    margin-bottom: 4px;
    font-size: 28px !important;
}

.about-title {
    color: #0f2e45;
    font-weight: 800;
    line-height: 1.5;
    font-size: 26px;
}

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

.about-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 6px 0 4px;
}

.about-pills .pill {
    padding: 6px 12px;
    background: rgba(3, 90, 166, 0.08);
    color: #035AA6;
    border-radius: 999px;
    font-weight: 700;
    border: 1px solid rgba(3, 90, 166, 0.18);
    font-size: 12px;
}

.about-checks {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px 14px;
    margin-top: 10px;
}

.check-item {
    background: #f6f9fc;
    border: 1px solid rgba(3, 90, 166, 0.12);
    border-radius: 12px;
    padding: 10px 12px;
    display: flex;
    align-items: flex-start;
    gap: 8px;
    color: #2f3c4f;
    line-height: 1.6;
}

.check-item i {
    color: #035AA6;
    margin-top: 4px;
}

.about-stats {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 8px;
}

.about-stats .stat {
    background: linear-gradient(135deg, #035AA6, #205373);
    color: #fff; 
    padding: 12px 14px;
    border-radius: 12px;
    min-width: 120px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.stat-number {
    font-size: 20px;
    font-weight: 800;
    display: block;
}

.stat-label {
    font-size: 12px;
    opacity: 0.9;
}

.about-visual {
    position: relative;
    min-height: 360px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-visual__backdrop {
    position: absolute;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle at 30% 30%, rgba(3, 90, 166, 0.32), rgba(32, 83, 115, 0.52));
    border-radius: 24px;
    transform: rotate(-6deg);
    filter: blur(0.4px);
    z-index: 1;
    box-shadow: 0 16px 36px rgba(0, 0, 0, 0.18);
    animation: floatY 6s ease-in-out infinite;
}

.about-visual__image {
    position: relative;
    z-index: 2;
    width: 320px;
    height: 320px;
    border-radius: 22px;
    overflow: hidden;
    border: 6px solid #fff;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.2);
    animation: slowTilt 8s ease-in-out infinite;
}

.about-visual__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-visual__badge {
    position: absolute;
    top: 16px;
    left: 16px;
    z-index: 3;
    background: #fff;
    color: #205373;
    padding: 10px 14px;
    border-radius: 14px;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
    text-align: center;
    font-weight: 800;
    min-width: 120px;
    animation: floatY 5.5s ease-in-out infinite 0.6s;
}

.about-visual__badge small {
    display: block;
    font-size: 11px;
    color: #4a5565;
    font-weight: 600;
}

.about-visual__chip {
    position: absolute;
    bottom: 12px;
    right: 10px;
    z-index: 3;
    background: rgba(3, 90, 166, 0.92);
    color: #fff;
    padding: 8px 12px;
    border-radius: 999px;
    font-weight: 700;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.15);
    animation: floatY 6.5s ease-in-out infinite 0.2s;
}

.about-visual__chip.chip-secondary {
    bottom: 76px;
    right: 30px;
    background: rgba(32, 83, 115, 0.9);
    animation-delay: 0.8s;
}

@keyframes floatY {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-8px);
    }
    100% {
        transform: translateY(0);
    }
}

@keyframes slowTilt {
    0% {
        transform: scale(1) rotate(0deg);
    }
    50% {
        transform: scale(1.02) rotate(-1.5deg);
    }
    100% {
        transform: scale(1) rotate(1deg);
    }
}

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

    .about-visual {
        order: -1;
    }

    .about-checks {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 575px) {
    .about-wrapper {
        padding: 18px 16px;
    }

    .about-title {
        font-size: 22px;
    }

    .about-visual__image {
        width: 220px;
        height: 220px;
    }
}
.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;
    }
}
/*.services {*/
/*    padding: 50px 20px 20px;*/
/*    background-color: #ebf7f8;*/
/*    border-radius: 24px;*/
/*}*/
/*.services .sectionTop {*/
/*    display: flex;*/
/*    justify-content: space-between;*/
/*    align-items: center;*/
/*    flex-direction: column;*/
/*    text-align: center;*/
/*    justify-content: center;*/
/*}*/
/*@media (max-width: 768px) {*/
/*    .services .sectionTop {*/
/*        flex-direction: column;*/
/*        text-align: center;*/
/*    }*/
/*}*/
/*.services .swiper-wrapper {*/
/*    padding: 30px 0px;*/
/*}*/
/*.services .swiper-wrapper .swiper-slide {*/
/*    height: auto;*/
/*}*/
/*.services .service {*/
/*    display: flex;*/
/*    text-align: center;*/
/*    flex-direction: column;*/
/*    gap: 24px;*/
/*    background-color: #ffffff;*/
/*    padding: 24px 16px;*/
/*    border-radius: 16px;*/
/*    position: relative;*/
/*    isolation: isolate;*/
/*    height: 100%;*/
/*}*/
/*.services .service::before {*/
/*    content: "";*/
/*    position: absolute;*/
/*    left: 50%;*/
/*    bottom: 0px;*/
/*    width: 100%;*/
/*    height: 0px;*/
/*    background-color: #faa940;*/
/*    border-radius: 16px;*/
/*    transform: translateX(-50%);*/
/*    transition: all 0.3s ease-in-out;*/
/*    z-index: -1;*/
/*    opacity: 0.1;*/
/*    box-shadow: 0px 8px 24px rgba(67, 67, 64, 0.1882352941);*/
/*}*/
/*.services .service i {*/
/*    height: 70px;*/
/*    width: 100%;*/
/*    -o-object-fit: contain;*/
/*    object-fit: contain;*/
/*}*/
/*.services .service h4 {*/
/*    font-weight: normal;*/
/*    color: #434340;*/
/*    transition: all 0.3s ease-in-out;*/
/*}*/
/*.services .service:hover h4 {*/
/*    color: #faa940;*/
/*}*/
/*.services .service:hover::before {*/
/*    height: 100%;*/
/*}*/
.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;
}

.footer-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border-radius: 12px;
    padding: 10px 18px;
    font-weight: 700;
    color: #fff;
    border: 1px solid transparent;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
    transition: all 0.3s ease;
}

.footer-btn.primary {
    background: linear-gradient(135deg, #0367A6, #0b82c4);
    border-color: rgba(255, 255, 255, 0.18);
}

.footer-btn.primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 28px rgba(3, 103, 166, 0.45);
}

.footer-btn.ghost {
    background: rgba(255, 255, 255, 0.08);
    color: #eef5fb;
    border-color: rgba(255, 255, 255, 0.24);
}

.footer-btn.ghost:hover {
    background: rgba(255, 255, 255, 0.16);
    color: #fff;
    transform: translateY(-2px);
    border-color: rgba(255, 255, 255, 0.36);
}

.footer-top {
    margin-top: 10px;
    margin-bottom: 10px;
}

.footer-brand-block {
    text-align: center;
}

.footer-brand-block .logo {
    max-width: 200px;
    margin: 0 auto 10px;
    filter: drop-shadow(0 6px 16px rgba(0, 0, 0, 0.2));
    background: #ffffff7d;
    border-radius: 8px;
}

.footer-landing .footer-desc {
    font-size: 15px;
    line-height: 1.8;
    color: rgba(238, 245, 251, 0.86);
    margin-bottom: 10px;
}

.footer-title {
    font-weight: 800;
    margin-bottom: 12px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    padding-bottom: 6px;
}

.footer-simple-list li {
    margin-bottom: 6px;
}

.footer-simple-list li:last-child {
    margin-bottom: 0;
}

.footer-simple-list a {
    color: rgba(238, 245, 251, 0.9);
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-weight: 600;
}

.footer-simple-list a:hover {
    color: #d9e8f7;
    transform: translateX(-3px);
}

.footer-note {
    color: rgba(238, 245, 251, 0.8);
    margin-top: 10px;
    font-size: 13px;
    line-height: 1.7;
}

.footer-contact-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.footer-contact-list li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 10px;
    padding: 10px 12px;
    border: 1px solid rgba(255, 255, 255, 0.12);
}

.footer-contact-list span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #fff;
    font-weight: 700;
}

.footer-contact-list i {
    color: #d9e8f7;
}

.footer-contact-list a {
    color: #f6fbff;
    font-weight: 700;
}

.footer-contact-list a:hover {
    color: #d9e8f7;
}

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

.footer-inline-contacts span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
    color: #eef5fb;
    padding: 6px 10px;
    border-radius: 10px;
    font-size: 12px;
    font-weight: 700;
}

.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-landing .footer-link a {
    color: rgba(232, 237, 244, 0.85);
    font-size: 15px;
    padding: 8px 0;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 600;
}

.footer-landing .footer-link a:hover {
    color: #f6fbff;
    transform: translateX(5px);
}

.footer-landing .footer-title {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 18px;
}

.links-grid {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 14px;
    align-items: start;
}

.footer-highlight {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.07);
    border-radius: 12px;
    padding: 12px 14px;
    color: #e8edf4;
}

.footer-highlight .label {
    color: var(--mainColor);
    font-weight: 800;
    margin-bottom: 6px;
    font-size: 13px;
}

.footer-highlight .value {
    font-size: 13px;
    line-height: 1.7;
}

.footer-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 14px;
}

.footer-badge {
    padding: 6px 12px;
    background: rgba(217, 191, 160, 0.18);
    color: #fff;
    border-radius: 999px;
    border: 1px solid rgba(217, 191, 160, 0.48);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.3px;
}

.footer-landing .footer-social {
    margin-top: 18px;
}

.footer-landing .footer-social .list-inline-item {
    margin: 0 6px;
}

.footer-landing .footer-social i {
    width: 42px;
    height: 42px;
    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: 15px;
}

.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);
}

.footer-landing .footer-link .active a,
.footer-landing .footer-link a.active {
    color: #eef5fb;
}

.footer-landing .footer-link .active a::before,
.footer-landing .footer-link a.active::before {
    content: "\2022";
    margin-left: 6px;
    color: #eef5fb;
    font-size: 12px;
}


@media (max-width: 992px) {
    .footer-bar {
        flex-direction: column;
        text-align: center;
    }

    .bar-actions {
        justify-content: center;
    }

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

@media (max-width: 576px) {
    .footer-btn {
        width: 100%;
    }

    .footer-btn.ghost {
        justify-content: center;
    }

    .footer-landing {
        padding: 44px 0 20px;
    }

    .footer-bar {
        padding: 18px 16px;
    }
}

/* 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;
}

ul.footer-link{
    display: flex;
    flex-wrap: wrap;
    gap: 10p;
}

ul.footer-link li{
    min-width: 105px;
}

/* ul.footer-link li.active{
    color: red;
} */


.footer-social ul{
    display: flex;
    justify-content: center;
    align-items: center;
}

section.mainSlider {
    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: 90dvh;
    min-height: 600px;
    isolation: isolate;
    border-radius: 0 0 24px 24px;
    overflow: hidden;
}

section.mainSlider .swiper .swiper-slide::after {
    content: "";
    width: 100%;
    height: 100%;
    background-image: linear-gradient(-45deg, rgba(32, 83, 115, 0.2), rgba(174, 230, 242, 0.3));
    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, 700px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 12px;
    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 2px 6px var(--secondColor);
    font-size: 20px;
}

@media (max-width: 768px) {
    section.mainSlider .swiper .swiper-slide .info .sliderTitle {
        font-size: 18px;
    }
}

section.mainSlider .swiper .swiper-slide .info .hint {
    color: #fff;
    text-shadow: 2px 2px 6px var(--secondColor);
    font-size: 30px;
}

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 .customBtn {
    animation: fadeInUp 1s 1.5s both;
}

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

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

section.mainSlider a.btn-slider{
    background-image: linear-gradient(90deg, var(--mainColor), var(--secondColor2));
    /* border: 1px solid var(--secondColor) !important; */
    color: #F2F2F2 !important;
    padding: 12px 24px;
    border-radius: 4px;
    font-size: 20px !important;
    transition: all 0.4s ease-in-out;
}
section.mainSlider a.btn-slider:hover{
    background-image: linear-gradient(90deg, var(--secondColor2), var(--mainColor));
    /* border: 1px solid var(--mainColor) !important; */
    color: #042940 !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);
  }
}
