header {
    position: absolute;
    width: 100%;
    z-index: 2;
    background: none;
}

.text-dark {
    color: #4a4a4a !important;
}

/***********************************************************************************************************************************/
/*** Hero Style ***/
/***********************************************************************************************************************************/

.hero {
    padding-block: 210px 30px;
    position: relative;
    width: 100%;
    color: #ffffff;
}

.hero .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    background-color: #f2f2f2;
    opacity: 0.6;
}

/*.hero video {*/
.hero video {
    background: url("../images/home_hero_bg.webp") bottom left;
    background-size: cover;
    object-fit: cover;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -2;
}

.hero .video-background {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: -2;
}

.hero .video-foreground {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* Maintain 16:9 aspect ratio */
    padding-top: 56.25%;
}

.hero .video-background iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; /* Cover the entire area */
    pointer-events: none;
}

.hero .right-box .title {
    display: flex;
    align-items: center;
}

.hero .right-box .title h3 {
    color: #4a4a4a;
    font-size: 20px;
    font-weight: bold;
    margin-inline: 15px;
}

.hero .right-box h2 {
    color: #4a4a4a;
    font-weight: 900;
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 40px;
}

.hero .right-box .description {
    color: #303030;
    margin-bottom: 20px;
    font-size: 22px;
    line-height: 2;
}

.hero .right-box .action a {
    border-radius: 30px;
    font-weight: bold;
    font-size: 17px;
    padding-inline: 25px;
    padding-block: 8px;
    margin-top: 20px;
}

.hero .right-box .action a:first-of-type {
    color: #ffffff;
    background-color: #4a4a4a;
    border: 1px solid #4a4a4a;
    margin-left: 15px;
}

.hero .right-box .action a:last-of-type {
    color: #4a4a4a;
    border: 1px solid #4a4a4a;
    background-color: transparent;
}

.hero .right-box .action a:last-of-type:hover {
    background-color: #4a4a4a;
    border-color: #4a4a4a;
    color: #ffffff;
}

.hero .right-box .action a:last-of-type i {
    color: #4a4a4a;
    margin-right: 5px;
    vertical-align: middle;
}

.hero .right-box .action a:last-of-type:hover i {
    color: #ffffff;
}

.hero .right-box ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 35px;
}

.hero .right-box ul li {
    width: 33.33333333%;
    padding-inline: 20px;
    /*border-left: 2px solid #DFDFDF;*/
    position: relative;
}

.hero .right-box ul li:after {
    position: absolute;
    width: 2px;
    height: 60px;
    content: "";
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: #dfdfdf;
}

.hero .right-box ul li:last-of-type:after {
    content: unset;
}

.hero .right-box ul li:first-of-type {
    padding-right: 0;
}

.hero .right-box ul li:last-of-type {
    border-left: 0;
}

.hero .right-box ul li p:first-of-type {
    font-weight: 700;
    font-size: 28px;
    margin-bottom: 5px;
}

.hero .right-box ul li p:last-of-type {
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 700;
}

.hero .left-box {
    background-color: #0e4954;
    border-color: #0e4954;
    border-radius: 30px;
    padding: 25px 30px 40px;
    box-shadow: 0px 16.52px 33.04px -7.93px #00000040;
    backdrop-filter: blur(2.64346981048584px);
    position: relative;
}

.hero .left-box .image-container {
    overflow: hidden;
    border-radius: 10px;
    position: relative;
    /*padding-block: 30px*/
}

.hero .left-box .image-container .animated-image {
    /*width: 100%;*/
    /*height: 100%;*/
    transform: scale(1);
    transition: transform 1s ease, filter 1s ease, box-shadow 1s ease;
    max-height: 400px;
}

.hero .left-box img {
    border-radius: 20px;
    height: 250px;
}

.hero-slider.owl-theme .owl-dots .owl-dot.active span {
    background: #177b8d;
    width: 35px;
    height: 13px;
}

.hero-slider.owl-theme .owl-dots .owl-dot span {
    width: 23px;
    height: 13px;
    margin: 5px;
    background: #ffffff;
}

.hero-slider.owl-theme .owl-dots {
    margin-top: 100px !important;
    text-align: left;
}

.hero-slider .left-box .slider-buttons {
    margin-top: 20px;
    display: flex;
    gap: 20px;
}

.hero-slider .left-box .slider-buttons button {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 33.333%;
    color: #ffffff;
    padding-block: 0;
}

.hero-slider .left-box .slider-buttons button:focus {
    box-shadow: none;
}

.hero-slider .left-box .slider-buttons button .icon {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: var(--footer-bg-color);
    margin-bottom: 10px;
}

.hero-slider .left-box .slider-buttons button.active .icon {
    background-color: #ffffff;
}

.hero-slider .left-box .slider-buttons button.active .icon svg path {
    fill: #4a4a4a;
}

.hero-slider .left-box .slider-buttons button .text {
    color: #ffffff;
    font-size: 15px;
    margin-bottom: 0;
}

.hero-slider .left-box .bottom-box {
    width: 80%;
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    background-color: var(--footer-bg-color);
    padding: 10px 15px;
    border-radius: 30px;
    box-shadow: 0px 6.61px 9.91px -1.98px #00000082;
    backdrop-filter: blur(2.64346981048584px);
    color: #56ff8e;
    font-size: 15px;
}

.hero .counter-box ul {
    display: flex;
    /*align-items: center;*/
    /*flex-wrap: wrap;*/
    margin-top: 35px;
    gap: 25px;
}

.hero .counter-box ul li {
    width: 33.33333333%;
    padding-inline: 20px;
    position: relative;
    background: #ffffffb0;
    backdrop-filter: blur(4px);
    padding: 20px;
    text-align: center;
    border-radius: 12px;
}

/*.hero .counter-box ul li:first-of-type {*/
/*    padding-right: 0;*/
/*}*/

/*.hero .counter-box ul li:last-of-type {*/
/*    border-left: 0;*/
/*}*/

.hero .counter-box ul li p:first-of-type {
    font-weight: 700;
    font-size: 28px;
    margin-bottom: 5px;
    color: #4a4a4a;
}

.hero .counter-box ul li p:last-of-type {
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 700;
    color: #4a4a4a;
}
.mobile-video {
    display: none;
    width: 100%;
}
@media (max-width: 991.98px) {
    .hero .overlay {
        background-position: center center;
    }

    .hero .right-box {
        margin-bottom: 30px;
    }

    .hero-slider.owl-theme .owl-dots {
        margin-top: 50px !important;
    }
        .desktop-video {
        display: none;
    }
    .mobile-video {
        display: block;
        width: 100% !important;
        height: 100vh !important;
        transform: scale(1.8);
    }
}

@media (max-width: 575.98px) {
    .hero .counter-box ul li {
        width: 100%;
    }

    .hero .counter-box ul {
        display: flex;
        flex-wrap: wrap;
    }

    .hero-slider .left-box .slider-buttons {
        display: none;
    }

    .hero .video-background iframe {
        width: 177.78vh; /* 16/9 * 100vh */
        height: 100vh;
    }


    /* .hero .video-background iframe {
        width: 100%; 
        height: auto
    }
    .hero .video-background iframe {
        position: relative;
    }
    .hero .video-foreground {
        display: flex;
        align-items: center;
        justify-content: center;
        padding-top: 0;
    } */
}


/***********************************************************************************************************************************/
/*** Goals Style ***/
/***********************************************************************************************************************************/

.goals {
    background-image: url("../images/pattern.png");
    background-position: left;
    background-repeat: no-repeat;
    background-color: #f7f7f7;
    padding-block: 50px;
}

.goals .top-box .right .title {
    display: flex;
    align-items: center;
}

.goals .top-box .right .title h3 {
    color: #4a4a4a;
    font-size: 20px;
    font-weight: bold;
    margin-inline: 15px;
}

.goals .top-box .right h2 {
    color: #6b6b6b;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 40px;
}

.goals .top-box .left .description {
    color: #5d5c5c;
    margin-bottom: 20px;
    font-size: 22px;
}

.goals .top-box .left a {
    color: #676767;
    border: 1px solid #676767;
    border-radius: 30px;
    font-weight: bold;
    font-size: 20px;
    padding-inline: 25px;
    padding-block: 8px;
}

.goals .top-box .left a:hover {
    background-color: #676767;
    color: #ffffff;
}

.goals .top-box .left a i {
    color: #8a8a8a;
    margin-right: 5px;
    vertical-align: middle;
}

.goals .top-box .left a:hover i {
    color: #ffffff;
}

.goals .bottom-box .box {
    border: thin solid #f7f7f7;
    background-color: #ffffff;
    text-align: center;
    margin: 0.5rem;
    border-radius: 1rem;
    box-shadow: 5px 5px 35px -25px #000;
    transition: all 0.4s ease-in-out;
}

.goals .bottom-box .box:hover {
    transform: translate(0px, -10px);
}

.goals .bottom-box .item {
    padding: 50px 15px;
}

.goals .bottom-box .item .icon img {
    background-color: #457d9038;
    padding: 10px 15px;
    border-radius: 7px;
    filter: grayscale(1);
}

.goals .bottom-box .item > h4 {
    color: #6b6b6b;
    font-weight: bold;
    font-size: 20px;
    margin-block: 15px;
}

.goals .bottom-box .item:hover > h4 {
    color: #242525;
}

.goals .bottom-box .item .action a span:last-of-type {
    display: none;
    color: #6b6b6b;
    font-weight: bold;
}

.goals .bottom-box .item:hover .action a span:first-of-type {
    display: none;
}

.goals .bottom-box .item:hover .action a span:last-of-type {
    display: block;
}

/*@media (max-width: 575.98px) {*/
/*    .goals .bottom-box .box:nth-child(2n+1) {*/
/*        border-left: none;*/
/*    }*/
/*    .goals .bottom-box .box:nth-child(n+3) {*/
/*        border-top: none;*/
/*    }*/
/*}*/

/*@media (min-width: 576px) and (max-width: 767.98px) {*/
/*    .goals .bottom-box .box:nth-child(2n+1) {*/
/*        border-left: none;*/
/*    }*/
/*    .goals .bottom-box .box:nth-child(n+3) {*/
/*        border-top: none;*/
/*    }*/
/*}*/

/*@media (min-width: 768px) and (max-width: 1199.98px) {*/
/*    .goals .bottom-box .box:nth-child(3n+1) {*/
/*        border-left: none;*/
/*    }*/
/*    .goals .bottom-box .box:nth-child(n+4) {*/
/*        border-top: none;*/
/*    }*/
/*}*/

/*!* من 1200px وأكبر (4 بوكس في الصف) *!*/
/*@media (min-width: 1200px) {*/
/*    !*.goals .bottom-box .box:nth-child(4n-1) ,*!*/
/*    .goals .bottom-box .box:nth-child(2n) {*/
/*        border-left: none;*/
/*    }*/
/*    .goals .bottom-box .box:nth-child(n+5) {*/
/*        border-top: none;*/
/*    }*/
/*}*/

@media (max-width: 576px) {
    .goals .bottom-box .row {
        justify-content: center !important;
    }
}
/***********************************************************************************************************************************/
/*** Map Style ***/
/***********************************************************************************************************************************/
.map-sec {
    background-color: #142b33;
    padding-block: 40px;
    color: #ffffff;
    position: relative;
    overflow: hidden;
    filter: grayscale(1);
}

.map-sec .bottom-box {
    position: absolute;
    background-color: #f5fcff;
    bottom: -100px;
    right: -211px;
    width: 457px;
    height: 177px;
    transform: rotate(144deg);
}

.map-sec .map-bg {
    background-image: url("../images/map_bg.svg");
    background-size: cover;
}

.map-sec .map-bg .right-box .card {
    background-color: #ffffff14;
    backdrop-filter: blur(17px);
    border-radius: 20px;
}

.map-sec .map-bg .right-box .card .card-header {
    text-align: center;
    border-bottom: 2px solid #86868647;
    padding-block: 16px;
}

.map-sec .map-bg .right-box .card .card-header h3 {
    color: #177b8d;
    margin-bottom: 15px;
    font-weight: 700;
}

.map-sec .map-bg .right-box .card .card-header h5 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 20px;
}

.map-sec .map-bg .right-box .card .card-body {
    padding-inline: 0;
    padding-top: 0;
    padding-bottom: 30px;
}

.map-sec .map-bg .right-box .card .card-body ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-block: 20px;
    border-bottom: 1px solid #86868647;
    padding-inline: 16px;
    font-size: 20px;
}

.map-sec .map-bg .left-box .title {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}

.map-sec .map-bg .left-box .title h3 {
    font-size: 18px;
    font-weight: 700;
    margin-inline: 15px;
}

.map-sec .map-bg .left-box .areas-radio h2 {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 15px;
}

.map-sec .map-bg .left-box .areas-radio .info-card-border {
    position: relative;
    padding: 1px;
    width: 250px;
    clip-path: polygon(13% 0, 100% 0, 100% 83%, 87% 100%, 0 100%, 0 17%);
    background-color: #00c1ff;
    border-radius: 8px;
    margin-top: 30px;
}

.map-sec .map-bg .left-box .areas-radio .info-card {
    background-color: #0c0b0bd1;
    padding: 15px;
    clip-path: polygon(13% 0, 100% 0, 100% 83%, 87% 100%, 0 100%, 0 17%);
    color: white;
    font-family: "Cairo", sans-serif;
    border-radius: 8px;
    text-align: center;
}

.map-sec .map-bg .left-box .areas-radio .info-card .city {
    font-size: 25px;
    font-weight: bold;
    margin: 0;
}

.map-sec .map-bg .left-box .areas-radio .info-card .detail {
    margin: 5px 0 0;
    font-size: 20px;
    font-weight: 700;
}

.map-sec .map-bg .left-box-box .areas-radio .info-card .number {
    color: #00c1ff;
    font-weight: bold;
}

.map-sec .map-bg .left-box .areas-radio label {
    display: inline-flex;
    font-size: 17px;
    margin-left: 20px;
    line-height: 2;
    align-items: center;
    cursor: pointer;
    margin-bottom: 10px;
    position: relative;
}

.map-sec .map-bg .left-box .areas-radio label:last-of-type {
    margin-left: 0;
}

.map-sec .map-bg .left-box .areas-radio label .input-box input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    width: 0;
    height: 0;
}

.map-sec .map-bg .left-box .areas-radio label .input-box svg {
    margin-left: 7px;
    cursor: pointer;
}

.map-sec .map-bg .left-box .areas-radio label input:checked + svg {
    fill: #10b8f1;
}

.map-sec .map-bg .middle-box .map svg {
    cursor: pointer;
}

.map-sec .map-bg .left-box .card {
    background-color: #ffffff14;
    backdrop-filter: blur(17px);
    border-radius: 20px;
}

.map-sec .map-bg .left-box .top .card .card-header {
    border-bottom: none;
    padding-top: 16px;
    padding-bottom: 0;
}

.map-sec .map-bg .left-box .top .card .card-header h3 {
    color: #dfdfdf;
    margin-bottom: 0;
    font-weight: 700;
}

.map-sec .map-bg .left-box .top .card .card-header .search {
    position: relative;
}

.map-sec .map-bg .left-box .top .card .card-header .search svg {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
}

.map-sec
    .map-bg
    .left-box
    .top
    .card
    .card-header
    .search
    .custom-search-input {
    border-radius: 0 !important;
    border: none !important;
    border-bottom: 1px solid #ffffff99 !important;
    background-color: transparent !important;
    padding-block: 20px !important;
    padding-right: 55px !important;
    font-size: 26px;
    color: #ffffff;
}

.map-sec
    .map-bg
    .left-box
    .top
    .card
    .card-header
    .search
    .custom-search-input::placeholder {
    color: #ffffff80;
    font-weight: bold;
}

.map-sec .map-bg .left-box .top .card .card-body {
    padding-inline: 0;
    padding-top: 0;
    padding-bottom: 30px;
    position: relative;
}

.map-sec .map-bg .left-box .top .card .card-body .areas {
    display: none;
    align-items: center;
    padding: 20px;
    overflow-x: scroll;
}

.map-sec .map-bg .left-box .top .card .card-body .areas::-webkit-scrollbar {
    height: 8px;
}

.map-sec
    .map-bg
    .left-box
    .top
    .card
    .card-body
    .areas::-webkit-scrollbar-thumb {
    border-radius: 4px;
}
.map-sec
    .map-bg
    .left-box
    .top
    .card
    .card-body
    .areas::-webkit-scrollbar-track {
    background-color: #1a2e38;
}

.map-sec .map-bg .left-box .top .card .card-body .areas .area {
    width: max-content;
    position: relative;
    padding: 1px;
    clip-path: polygon(10px 0, 100% 0, 100% 32px, 95% 100%, 0 100%, 0 10px);
    background-color: #177b8d;
    margin-left: 15px;
    cursor: pointer;
}

.map-sec .map-bg .middle-box .areas-box {
    max-height: 565px;
    overflow-y: auto;
    direction: ltr;
    padding-right: 5px;
    min-width: 215px;
}

.map-sec .map-bg .middle-box .areas-box::-webkit-scrollbar {
    height: 8px;
}

.map-sec .map-bg .middle-box .areas-box::-webkit-scrollbar-thumb {
    border-radius: 4px;
}

.map-sec .map-bg .middle-box .areas-box::-webkit-scrollbar-track {
    background-color: #1a2e38;
}

.map-sec .map-bg .middle-box .areas-box .areas .area {
    /*width: max-content;*/
    position: relative;
    padding: 1px;
    clip-path: polygon(10px 0, 100% 0, 100% 32px, 95% 100%, 0 100%, 0 10px);
    background-color: #177b8d;
    margin-bottom: 10px;
    cursor: pointer;
}

.map-sec .map-bg .left-box .top .card .card-body .areas .area.active {
    background-color: #14a8c3;
}

.map-sec .map-bg .middle-box .areas-box .areas .area.active {
    background-color: #14a8c3;
}

.map-sec .map-bg .left-box .top .card .card-body .areas .area:last-of-type {
    margin-left: 0;
}

.map-sec .map-bg .middle-box .areas-box .areas .area:last-of-type {
    margin-bottom: 0;
}

.map-sec .map-bg .left-box .top .card .card-body .areas .area .city {
    background-color: #273b42;
    padding: 8px 20px;
    clip-path: polygon(10px 0, 100% 0, 100% 30px, 95% 100%, 0 100%, 0 10px);
    color: white;
    font-family: "Cairo", sans-serif;
    text-align: center;
    white-space: nowrap;
    min-width: 80px;
}

.map-sec .map-bg .middle-box .areas-box .areas .area .city {
    background-color: #273b42;
    padding: 8px 20px;
    clip-path: polygon(10px 0, 100% 0, 100% 30px, 95% 100%, 0 100%, 0 10px);
    color: white;
    font-family: "Cairo", sans-serif;
    text-align: center;
    white-space: nowrap;
    min-width: 80px;
}

.map-sec .map-bg .left-box .top .card .card-body .areas .area.active .city {
    color: #14a8c3;
    font-weight: 700;
}

.map-sec .map-bg .middle-box .areas-box .areas .area.active .city {
    color: #14a8c3;
    font-weight: 700;
}

.map-sec .map-bg .left-box .top .card .card-body ul {
    height: auto;
    overflow-y: scroll;
    max-height: 500px;
}

.map-sec .map-bg .left-box .top .card .card-body ul li {
    padding-block: 15px;
    border-bottom: 1px solid #86868647;
    padding-inline: 16px;
    font-size: 20px;
    cursor: pointer;
}

.map-sec .map-bg .left-box .top .card .card-body ul li.active {
    background-color: #177b8d;
    color: #ffffff;
}

.map-sec .map-bg .left-box .top .card .card-body ul li h4 {
    color: #14a8c3;
    font-size: 25px;
    font-weight: 700;
}

.map-sec .map-bg .left-box .top .card .card-body ul li p {
    color: #ffffff;
    font-size: 16px;
    font-weight: normal;
}

.map-sec .map-bg .left-box .bottom {
    display: flex;
    justify-content: space-between;
}

.map-sec .map-bg .left-box .top .right button,
.map-sec .map-bg .left-box .bottom .right button {
    border-radius: 50%;
    border: 1px solid #ffffff;
    color: #ffffff;
    width: 45px;
    height: 45px;
    /*margin-top: 20px;*/
}

.map-sec .map-bg .left-box .bottom .card {
    width: 85%;
}

.map-sec .map-bg .left-box .bottom .card .card-body {
    min-height: 350px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 30px;
}

.map-sec .map-bg .left-box .bottom .card .content .title {
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 12px;
}

.map-sec .map-bg .left-box .bottom .card .content .sub-title {
    color: #ffffffb3;
    margin-bottom: 10px;
    font-weight: 700;
}

.map-sec .map-bg .left-box .bottom .card .content .description {
    color: #ffffffb3;
    line-height: 1.8;
    font-size: 15px;
}

.map-sec .map-bg .left-box .bottom .card .action a {
    background: transparent;
    border-color: #ffffff;
    color: #ffffff !important;
    min-width: 200px;
}

.map-sec .map-bg .left-box .bottom .card .action a:hover {
    background: #ffffff;
    color: #000000 !important;
}

@media (max-width: 575.98px) {
    .map-sec .map-bg .middle-box .map svg {
        height: 350px;
    }

    .map-sec .map-bg .left-box .top .card .card-body ul {
        max-height: 300px;
    }
}

/***********************************************************************************************************************************/
/*** Service Style ***/
/***********************************************************************************************************************************/

.service {
    background-image: url("../images/pattern.png");
    background-position: right;
    background-repeat: no-repeat;
    background-color: #ffffff;
    padding-block: 50px;
}

.service .frame {
    border: 40px solid;
    border-image-source: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="5" height="5" fill="%23cdcbcbc7"><path d="M1 4H0c.3-.3.5-1.1.5-1.5C.5 2.1.3 1.3 0 1h1V0c.3.3 1.1.5 1.5.5C2.9.5 3.7.3 4 0v1h1c-.3.3-.5 1.1-.5 1.5 0 .4.2 1.2.5 1.5H4v1c-.3-.3-1.1-.5-1.5-.5-.4 0-1.2.2-1.5.5V4Z" /></svg>');
    border-image-slice: 1 fill;
}

.service .right-box {
    flex: 1;
}

.service .right-box .frame {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.service .left-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.service .left-box .title {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 0.5rem;
}

.service .left-box .title h3 {
    color: #4a4a4a;
    font-size: 20px;
    font-weight: bold;
    margin-inline: 15px;
}

.service .left-box h2 {
    color: #6b6b6b;
    font-weight: bold;
    margin-block: 13px;
    font-size: 30px;
    text-align: center;
    font-weight: 600;
}

.service .left-box .description {
    color: #5d5c5c;
    margin-bottom: 20px;
    font-size: 22px;
    text-align: right;
}

.service .left-box ul {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.service .left-box ul li {
    width: 50%;
    position: relative;
    margin-bottom: 10px;
    text-align: right;
}

.service .left-box ul li a {
    color: #6a6a6a;
    padding-inline: 25px 10px;
    font-weight: 600;
    font-size: 17px;
    display: inline-block;
    width: fit-content;
    position: relative;
}

.service .left-box ul li a::before {
    content: "\f3e5";
    font-family: "Font Awesome 6 Free", sans-serif;
    font-weight: 600;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #6a6a6a;
    display: block;
}

.service .left-box .action {
    text-align: right;
}

.service .left-box .action a {
    color: #fff;
    border: 1px solid #4a4a4a;
    background-color: #4a4a4a;
    border-radius: 30px;
    font-weight: bold;
    font-size: 17px;
    padding-inline: 25px;
    padding-block: 8px;
    margin-top: 20px;
    min-width: 200px;
}

.service .left-box .action a:hover {
    background-color: #2e2e2e;
    color: #ffffff;
}

.service .left-box .action a i {
    color: #fff;
    margin-right: 5px;
    vertical-align: middle;
}

.service .left-box .action a:hover i {
    color: #ffffff;
}

.map-sec .top .card .card-body .spinner-sec {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
    align-items: center;
    justify-content: center;
}

.map-sec .map-bg .left-box .top .right {
    width: 200px;
}

.map-sec .map-bg .left-box .top .card {
    /*width: calc(100% - 200px);*/
    width: 100%;
}

@media (max-width: 575.98px) {
    .service .left-box ul li {
        width: 100%;
    }

    .home-areas {
        padding-right: 0;
        padding-left: 24px;
    }

    .map-sec .map-bg .left-box .top .card .card-body .areas {
        display: flex !important;
    }

    .map-sec .map-bg .middle-box .areas-box {
        display: none;
    }

    .map-sec .map-bg .left-box .bottom {
        margin-inline: 24px;
    }
}
