/* main color: #0e54ae */
/* color-dig: from  #030a32 to #321d3b*/

@import url("https://fonts.googleapis.com/css2?family=Tajawal:wght@300&display=swap");

:root {
    --bg-color: #f1f1f1;
}

* {
    font-family: "Tajawal", sans-serif;
}

body {
    direction: rtl;
}

.bg-light-gray {
    background-color: #f1f1f1 !important;
}

.color-main-blue {
    color: var(--color) !important;
}

.border-blue {
    border-color: var(--color) !important;
}

.bg-main-blue {
    background-color: var(--color) !important;
}

@media (max-width: 991px) {
    .reverse {
        flex-direction: column-reverse;
    }
}

.main-h {
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
}

.main-h h3 {
    font-weight: bold;
    font-size: 32px;
    text-transform: capitalize;
}

.main-h h3:first-of-type {
    border-bottom: 3px solid var(--color);
}

.main-table {
    border: 1px solid var(--color) !important;
}

.main-table.table-grey {
    border: 1px solid #eaeef3 !important;
}

.main-table tr,
.main-table tbody {
    border: 0 !important;
}

.main-table thead {
    border-bottom: 1px solid var(--color);
}

.main-table.table-grey thead,
.main-table.table-grey td,
.main-table.table-grey th {
    border-bottom: 1px solid #eaeef3 !important;
}

.main-table th {
    background-color: var(--color) !important;
    color: white;
}

.main-table.table-grey th {
    color: black;
    background-color: #eaeef3 !important;
}

.main-table td {
    font-weight: 500;
    font-size: 16px;
    color: black;
}

@media (max-width: 770px) {
    .main-table.print-sm-table td,
    .main-table.print-sm-table th {
        font-size: 13px;
    }
}

.stars-rating {
    display: flex;
    align-items: center;
}

.stars-rating .rating-label {
    cursor: pointer;
    padding: 0 0.1em;
    font-size: 1.5rem;
}

.box-header-invoice {
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 10px;
    margin-bottom: 8px;
    /* display: none; */
}

@media print {
    .box-header-invoice {
        display: block;
    }

    .box-header-invoice .col-md-8 {
        width: 66.66666667% !important;
    }

    .box-header-invoice .col-md-4 {
        width: 33.33333333% !important;
    }
}

.box-header-invoice .img-logo {
    width: 190px;
}

.stars-rating .rating-label .rating-icon {
    color: orange;
}

.stars-rating .rating-input {
    opacity: 0;
    width: 0;
}

.stars-rating .rating-input:checked ~ .rating-label .rating-icon {
    color: #ddd;
}

.nav-fixed {
    z-index: 1002;
}

.nav-list ul li a {
    border-radius: 5px;
    margin-right: 5px;
    transition: 300ms;
    display: block;
}

.nav-list ul li a:hover,
.nav-list ul li a.active {
    background-color: white;
    color: var(--color) !important;
    font-weight: bold;
}

@media (max-width: 1156px) {
    .nav-list ul li a {
        padding: 5px;
        font-size: 15px;
        margin-right: 3px;
    }
}

.navbar-brand img {
    width: 190px;
    height: 90px;
    object-fit: contain;
}

ul.social-list {
    margin-bottom: 0 !important;
}

ul.social-list > li {
    display: inline-flex;
    min-width: 30px;
    border-radius: 100%;
    text-align: center;
}

ul.social-list > li > a {
    padding: 7px;
    width: 100%;
    height: 100%;
    text-decoration: none;
}

ul.social-list > li > a > i {
    color: black;
}

.logo {
    width: 256px;
    height: 100px;
    background: url(/assets/images/logo.JPG) top right no-repeat;
}

.appointment,
.main-nav-bg {
    background-color: var(--color) !important;
}

.obj-cover {
    object-fit: cover;
}

.nav-link {
    font-weight: 500;
    font-size: large;
    color: white !important;
}

.overlay {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
}

.overlay-white {
    background-color: rgba(255, 255, 255, 0.7);
}

.overlay-blue {
    background-color: var(--color);
    opacity: 0.64;
}

.wide-img {
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: cover;
}
.carousel-item {
    width: 100% !important;
    height: 100% !important;
}

.headinImg {
    background-image: url(../images/slide-1.jpg);
}

.servicesImg {
    background-image: url(../images/slide-2.jpg);
}

.offers {
    background-image: url(../images/wide-3.JPG);
    background-color: #5c4226eb;
}

.footer {
    background-image: url(../images/footer-wide.jpg);
}

.text-slide {
    height: 100%;
}

.vertical-center {
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.reserveing {
    margin-top: -5%;
}

.slide-img {
    margin: auto;
    width: 150px !important;
    height: 150px !important;
}

.offer-img {
    height: 170px;
}

.quote-card {
    background: #fff;
    color: #222222;
    padding: 20px;
    padding-left: 50px;
    box-sizing: border-box;
    box-shadow: 0 2px 4px rgba(34, 34, 34, 0.12);
    position: relative;
    overflow: hidden;
    min-height: 120px;
    padding: 30px;
}

.quote-card p {
    font-size: 22px;
    line-height: 1.5;
    margin: 0;
}

.quote-card.blue-card {
    background: var(--color);
    color: #ffffff;
    box-shadow: 2px 2px 2px rgba(34, 34, 34, 0.5),
        0 2px 4px rgba(34, 34, 34, 0.5);
}

.quote-card.blue-card:before,
.quote-card.blue-card:after {
    color: #5faaff;
}

.qoute {
    font-weight: 900;
    font-size: 3em;
}

.qoute-to-top {
    margin-top: -30px;
}

.slideBtn {
    background-color: gray !important;
    height: 8px !important;
    width: 50px !important;
}

.slideBtn.active {
    background-color: var(--color) !important;
}

.testimonial-swiper {
    height: fit-content;
    padding: 10px 12px 25px;
    .swiper-wrapper {
        .swiper-slide:nth-child(odd) .quote-card {
            background-color: var(--color);
            color: white;
        }
    }
    .swiper-pagination {
        bottom: -7px;
        .swiper-pagination-bullet {
            width: 50px;
            height: 8px;
            border-radius: 0;
            transition: 0.3s;
            background-color: gray;
            &.swiper-pagination-bullet-active {
                background-color: var(--color);
            }
        }
    }
}
.mapouter {
    position: relative;
    text-align: right;
    height: 450px;
    width: 100%;
}

.gmap_canvas {
    overflow: hidden;
    background: none !important;
    height: 450px;
    width: 100%;
}

.contact-icon {
    color: white;
    font-size: 2em;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    padding-top: 14px;
}

.contact-icon-mail {
    background-color: #e0ac0e;
}

.contact-icon-whatsapp {
    background-color: #049225;
}

.contact-icon-location {
    background-color: #0e54ae;
}

.footer-list > li > a > i {
    color: white !important;
    background-color: var(--color);
    padding: 10px;
    margin-left: 0 !important;
}

.footer-list > li > a {
    padding: 0 !important;
}

#toTopBtn {
    display: none;
    position: fixed;
    cursor: pointer;
    bottom: 20px;
    left: 30px;
    z-index: 1000;
    background-color: var(--color);
}

.footer-img {
    margin-right: 5px;
    width: 100px;
    margin-top: -20px;
}

.btn-whatsapp {
    position: fixed;
    left: 25px;
    bottom: 109px;
    width: 50px;
    height: 50px;
}

/* Start Services */
.services .box {
    box-shadow: #bbb 0 0 7px 0;
    border-radius: 5px;
}

.services .box h4 {
    border-right: 4px solid var(--color);
    padding: 0 5px;
    margin-bottom: 1rem;
}

.services .box p {
    border-left: 4px solid var(--color);
    padding: 0 5px;
    margin-bottom: 1rem;
}

.services .box img {
    width: 70%;

    border-radius: 5px;
    height: auto;
    margin-bottom: 1rem;
}

.services .box a {
    display: block;
    background-color: var(--color);
    color: white;
    padding: 0.5rem 1rem;
    text-decoration: none;
    width: fit-content;
    border-radius: 5px;
    margin: auto;
    margin-top: 1.5rem;
    z-index: 1;
    overflow: hidden;
    transition: 300ms;
    position: relative;
}

.services .box a::before {
    position: absolute;
    content: "";
    background-color: #ddd;
    left: 0;
    transition: 300ms;
    top: 0;
    bottom: 0;
    transform: translateX(100%);
    z-index: -1;
    right: 0;
}

.services .box a:hover:before {
    transform: translateX(0);
}

.services .box a:hover {
    color: var(--color);
    font-weight: bold;
}

/* End Services */

/* start contact */
.contact form .label {
    color: #555;
    font-weight: bold;
    margin-bottom: 0.5rem;
    display: block;
}

.contact form input[type="text"],
.contact form input[type="email"],
.contact form textarea {
    width: 100%;
    outline: none;
    border: none;
    padding: 0.9rem;
    font-weight: bold;
    box-shadow: #bbb 0 0 7px 0;
    border-radius: 4px;
}

.contact form textarea {
    height: 120px;
}

.contact form input[type="submit"] {
    background-color: var(--color);
    color: white;
    padding: 0.7rem 5rem;
    border-radius: 5px;
    margin: auto;
    font-weight: bold;
    display: block;
    z-index: 1;
    border: 0;
    outline: 0;
    overflow: hidden;
    transition: 300ms;
    position: relative;
}

.contact form input[type="submit"]:hover {
    color: var(--color);
    background-color: white;
}

/* end contact */

.landing-slider {
    position: relative;
    width: 100%;
    height: 210px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    background: url("../images/appointment-landing.jpg") center center/cover
        no-repeat;
}

.landing-slider::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: #5c4226a2;
}

.landing-slider .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.landing-slider .container .title {
    font-size: 40px;
    color: #fff;
    font-weight: 700;
}

.border-content {
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.landing-slider .container .des {
    font-size: 30px;
    color: #fff;
    font-weight: 600;
}

.btns-check {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.btns-check .btn-item {
    padding: 7px 10px;
    border: 1px solid #d8e1e3;
    display: flex;
    align-items: center;
    justify-content: center;
    word-break: break-word;
    transition: 300ms;
    text-align: center;
    width: calc(25% - 4.5px);
    cursor: pointer;
}

.btns-check .btn-item:hover {
    background-color: var(--color);
    color: #fff;
}

.btns-check input {
    position: absolute;
    z-index: -999;
    opacity: 0;
}

.btns-check input:checked + .btn-item {
    background-color: var(--color);
    color: #fff;
    font-weight: bold;
}

.main-checkbox {
    position: relative;
    width: 17px;
    height: 17px;
}

.main-checkbox::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    border: 2px solid #000;
    border-radius: 3px;
    cursor: pointer;
}

.main-checkbox::after {
    content: "🗸";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-34%, -46%);
    font-size: 23px;
    font-weight: 600;
    color: #1ba31b;
    transition: 0.1s;
    opacity: 0;
    cursor: pointer;
}

.main-checkbox:checked::after {
    opacity: 1;
}

/* Start Offer Section */
.section-offer {
    position: relative;
    overflow: hidden;
    background: linear-gradient(
        135deg,
        #f8f9ff 0%,
        #e8f2ff 25%,
        #d4e7ff 50%,
        #c2dbff 75%,
        #b5d0ff 100%
    );

    /* إضافة طبقة تدرج إضافية للعمق */
    background-image: radial-gradient(
            circle at 20% 80%,
            rgba(120, 160, 255, 0.1) 0%,
            transparent 50%
        ),
        radial-gradient(
            circle at 80% 20%,
            rgba(100, 200, 255, 0.1) 0%,
            transparent 50%
        ),
        radial-gradient(
            circle at 40% 40%,
            rgba(180, 220, 255, 0.08) 0%,
            transparent 50%
        );

    &::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-image: radial-gradient(
                circle at 25% 25%,
                rgba(255, 255, 255, 0.3) 1px,
                transparent 1px
            ),
            radial-gradient(
                circle at 75% 75%,
                rgba(255, 255, 255, 0.2) 1px,
                transparent 1px
            );
        background-size: 60px 60px, 80px 80px;
        opacity: 0.4;
        animation: float 20s ease-in-out infinite;
    }

    &::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: linear-gradient(
            45deg,
            transparent 48%,
            rgba(255, 255, 255, 0.05) 49%,
            rgba(255, 255, 255, 0.05) 51%,
            transparent 52%
        );
        background-size: 100px 100px;
        animation: slide 30s linear infinite;
    }
}

/* إضافة عناصر تزيينية خفيفة */
@keyframes float {
    0%,
    100% {
        transform: translateY(0px) rotate(0deg);
    }
    33% {
        transform: translateY(-10px) rotate(1deg);
    }
    66% {
        transform: translateY(5px) rotate(-1deg);
    }
}

@keyframes slide {
    0% {
        transform: translateX(-100px);
    }
    100% {
        transform: translateX(100px);
    }
}
.header-sections {
    .main-title {
        text-align: center;
        color: #333;
        font-size: 24px;
        font-weight: bold;
        margin-bottom: 10px;
    }

    .sub-title {
        text-align: center;
        color: #666;
        font-size: 14px;
        margin-bottom: 30px;
    }
}

.service-card {
    position: relative;
    height: 250px;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    background-color: white;

    .service-image {
        width: 100%;
        height: 165px;
        object-fit: cover;
    }

    .service-content {
        position: relative;
        height: 85px;
        padding: 15px;
        text-align: center;

        .icon-circle {
            position: absolute;
            top: -30px;
            left: 50%;
            transform: translateX(-50%);
            width: 60px;
            height: 60px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            background: #4a90e2;

            img {
                width: 35px;
                height: auto;
                filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(298deg) brightness(103%) contrast(101%);
            }
        }

        .service-title {
            display: flex;
            align-items: center;
            justify-content: center;
            margin-top: 25px;
            margin-bottom: 0px;
            font-size: 18px;
            font-weight: bold;
            line-height: 1.2;
            color: #555;
        }
    }
}
/* End Offer Section */
