:root {
        --white: #ffffff;
        --black: #000000;
    }

    .fs-60 {
        font-size: 60px;
    }

    .fs-16 {
        font-size: 16px;
    }

    .fs-24 {
        font-size: 24px;
    }

    .m-0 {
        margin: 0;
    }

    .mt-16 {
        margin-top: 16px;
    }

    .mb-30 {
        margin-bottom: 30px;
    }

    .bold {
        font-weight: 700 !important;
    }

    body {
        font-family: 'Roboto', sans-serif;
        background: var(--white);
        margin: 0;
    }

    .ar {
        font-family: 'Tajawal', sans-serif !important;
        direction: rtl;
        display: inline-block;
    }

    .container {
        max-width: 1150px;
        margin: auto;
        padding: 0 20px;
    }

    .banner::after {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.404);
        top: 0;
        left: 0;
    }

	.logo-right {
		position: absolute;
        top: 40px;
        right: 90px;
        z-index: 3;
	}
    .logo {
        position: absolute;
        top: 40px;
        left: 90px;
        z-index: 3;
    }

    .logo img,.logo-right img {
        max-height: 56px;
        max-width: 225px;
    }

    .banner-content {
        position: relative;
        z-index: 3;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        color: var(--white);
        max-width: 800px;
        margin: 0 auto;
        padding: 0 20px;
    }

    .banner-content h1 {
        font-style: normal;
        font-weight: 500;
        letter-spacing: -0.5px;
        line-height: 1.26;
    }

    .banner-content p {
        font-weight: 400;
        line-height: 1.56;
    }

    .section {
        padding: 30px 0;
    }

    .last-section {
        padding: 0 0 30px 0;
    }

    .form-section {
        padding-top: 30px;
    }

    .section h2 {
        text-align: center;
        margin-bottom: 40px;
    }

    .owl-carousel .item img {
        width: 100%;
        height: auto;
        object-fit: cover;
    }

    .owl-nav button {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        background: rgba(0, 0, 0, 0.6) !important;
        color: var(--white) !important;
        font-size: 28px !important;
        width: 50px;
        height: 50px;
        border-radius: 50% !important;
    }

    .owl-nav .owl-prev {
        left: 20px;
    }

    .owl-nav .owl-next {
        right: 20px;
    }

    .owl-nav button:hover {
        background: rgba(0, 0, 0, 0.349) !important;
    }

    .owl-dots {
        display: none;
    }

    .map-section iframe {
        width: 100%;
        height: 400px;
        border-radius: 10px;
        border: none;
    }

    .social-icons {
        text-align: center;
        padding: 0 0 30px 0;
    }

    .social-icons a {
        display: inline-block;
        margin: 0 5px;
    }

    .social-icons a img {
        width: 32px;
        height: 32px;
    }

    .bg-social {
        width: 32px;
        height: 32px;
        margin: 6px;
        background-color: rgb(95, 99, 104);
        border-radius: 50%;
    }

    .wpcf7-form label {
        display: block;
        font-family: 'Roboto', sans-serif;
        font-size: 16px;
    }

    .wpcf7-form input[type="text"],
    .wpcf7-form input[type="tel"],
    .wpcf7-form select {
        width: 100%;
        padding: 10px;
        font-size: 16px;
        border: 1px solid #ddd;
        border-radius: 5px;
        box-sizing: border-box;
    }

    .contact-form input[type="submit"],
    .contact-form .wpcf7-submit {
        background: linear-gradient(90deg, #307fe1, #1e22a9);
        border: none;
        color: #ffffff;
        padding: 12px 30px;
        font-size: 16px;
        font-weight: 600;
        border-radius: 8px;
        cursor: pointer;
        transition: all 0.3s ease;
    }

    .contact-form input[type="submit"]:hover,
    .contact-form .wpcf7-submit:hover {
        opacity: 0.9;
    }

    [dir="rtl"] .wpcf7-form label {
        text-align: right;
        direction: rtl;
    }

    .form-section {
        width: 800px !important;
        margin: 0 auto;
        max-width: 100%;
    }

    .wpcf7-response-output {
        border-color: var(--black) !important;
    }

    @media (max-width:1440px) {
        .fs-60 {
            font-size: 50px;
        }
    }

    @media (max-width:1024px) {
        .fs-60 {
            font-size: 40px;
        }
    }

    @media (max-width:768px) {
        .fs-60 {
            font-size: 35px;
        }

        .logo {
            left: 25px;
        }
		.logo-right {
			right:25px;
		}

        .logo-right img ,.logo img {
            max-width: 180px;
        }
    }