﻿


:root {
    --primary-color: #582F3A;
    --secondary-color: #6C757D;
    --bg-light: #F8F9FA;
    --white: #FFFFFF;
}

* {
    box-sizing: border-box;
}

/* General Settings */
html, body {
    background-color: var(--bg-light);
    color: var(--secondary-color);
    font-family: 'Tajawal', sans-serif;
    direction: rtl;
    max-width: 100%;
    overflow-x: hidden;

}

body,
div, p, h1, h2, h3, h4, h5, h6,
a, span,
input, textarea, button, select, option, label {
    font-family: 'Tajawal', sans-serif !important;
}

/* استثناء العناصر التي تحتوي على أيقونات */
[class*="fa-"],
[class^="fa-"],
[class*=" icon-"],
[class^="icon-"],
.fas, .far, .fab, .bi {
    font-family: 'Font Awesome 6 Free', 'Font Awesome 6 Brands', 'bootstrap-icons' !important;
}


.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    position: relative;
    min-height: 100%;
    font-size: 14px;
}
/*
@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
*/





    .btn {
        display: inline-block;
        padding: 8px 16px;
        border-radius: 4px;
        font-weight: bold;
        text-align: center;
        text-decoration: none;
        cursor: pointer;
        transition: all 0.3s ease;
        border: 1px solid transparent;
        font-size: 14px;
    }

    /* تنسيق الأزرار بدون هوفر (الحالة الطبيعية) */
    .btn-outline {
        color: #198754; /* اللون الأخضر كما في الصورة */
        background-color: transparent;
        border-color: #198754;
    }

        /* تنسيق الأزرار عند الهوفر */
        .btn-outline:hover {
            color: white;
            background-color: #198754;
            border-color: #198754;
        }

    /* تنسيق خاص للأزرار الصغيرة كما في الصورة */
    .btn-sm {
        padding: 4px 8px;
        font-size: 12px;
    }

    /* تطبيق عام على جميع الأزرار في الموقع */
    button,
    input[type="button"],
    input[type="submit"],
    a.btn {
        /* تطبيق نفس أنماط .btn */
        display: inline-block;
        padding: 8px 16px;
        border-radius: 4px;
        font-weight: bold;
        text-align: center;
        text-decoration: none;
        cursor: pointer;
        transition: all 0.3s ease;
        border: 1px solid transparent;
        font-size: 14px;
        /* تطبيق أنماط .btn-outline */
        color: #198754;
        background-color: transparent;
        border-color: #198754;
    }

        button:hover,
        input[type="button"]:hover,
        input[type="submit"]:hover,
        a.btn:hover {
            color: white;
            background-color: #198754;
            border-color: #198754;
        }


























    /* Headings */
    h1, h3, h4, h5 {
        color: black;
        font-weight: 400;
    }





    h2 {
        color: #2c3e50;
    }

    P {
        color: #FFFFFF;
    }
    /* Links (No underline) */
    a {
        color: var(--primary-color);
        text-decoration: none;
        transition: 0.3s ease;
    }

        a:hover {
            color: var(--primary-color);
            text-decoration: none; /* ← يمنع الخط تحت الرابط */
        }

 




    /* Cards or Sections */
    .card, .section {
        background-color: var(--white);
        border-radius: 10px;
        box-shadow: 0 2px 8px rgba(0,0,0,0.03);
    }

    /* Footer */
    footer {
        background-color: var(--primary-color);
        color: #fff;
    }

        footer a {
            color: #eee;
            text-decoration: none;
        }

            footer a:hover {
                color: #fff;
            }













    /* General Styles */
    body {
        margin: 0;
        padding: 0;
        display: flex;
        flex-direction: column;
        min-height: 100vh;
    }

    .container-fluid {
        width: 100%;
        padding-right: 1px;
        padding-left: 1px;
        margin-right: auto;
        margin-left: auto;
    }

   

    .navbar {
        position: relative;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
        padding-top: 1px;
        padding-bottom: 1px;
    }

    /* Navigation Bar Styles */
    .fixed-nav {
        position: absolute;
        top: 1rem;
        left: 0;
        right: 0;
        z-index: 1000;
        background-color: rgba(0, 0, 0, 0.7) !important;
        transition: all 0.3s;
        width: 80%;
        margin: 0 auto;
        border-radius: 5px;
    }

        .fixed-nav.scrolled {
            background-color: rgba(0, 0, 0, 0.9);
            top: 1rem;
        }

    .navbar-brand {
        color: #fff !important;
    }

    .nav-link {
        color: rgba(255, 255, 255, 0.8) !important;
        margin: 0 10px;
    }

        .nav-link:hover,
        .nav-link.active {
            color: #fff !important;
        }

    /* Responsive adjustments */
    @media (max-width: 992px) {
        .fixed-nav {
            width: 90%;
        }
    }

    @media (max-width: 768px) {
        .fixed-nav {
            width: 95%;
            top: 0.5rem;
            background-color: rgba(0, 0, 0, 0.9);
        }

        .navbar-collapse {
            background-color: rgba(0, 0, 0, 0.9);
            padding: 15px;
            border-radius: 5px;
            margin-top: 10px;
        }

        .nav-item {
            margin: 5px 0;
        }

        .navbar-toggler {
            border-color: rgba(255,255,255,0.5);
        }

        .navbar-toggler-icon {
            background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.8%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
        }
    }





    .body-content {
        padding-top: 0;
    }







    .footer-section {
        background: linear-gradient(135deg, #1a2a3a 0%, #0d1b29 100%);
        background: #222736;
        color: #ffffff;
        padding: 60px 0 30px;
        position: relative;
        overflow: hidden;
        width: 100%;
        z-index: 100;
        font-family: 'Cabin', 'Tahoma', sans-serif;
    }

        .footer-section::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 4px;
            background: linear-gradient(90deg, #3498db, #2ecc71);
        }

        .footer-section .container {
            width: 100%;
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 15px;
            box-sizing: border-box;
        }

    .footer-content {
        display: flex;
        flex-wrap: wrap;
        gap: 30px;
        margin-bottom: 40px;
    }

    .footer-column {
        flex: 1;
        min-width: 250px;
        padding: 0 15px;
    }

    .logo-container {
        margin-bottom: 20px;
    }

        .logo-container img {
            max-height: 80px;
            width: auto;
            filter: brightness(0) invert(1);
            margin-bottom: 15px;
        }

    .company-description {
        font-size: 0.95rem;
        color: #b0c4de;
        line-height: 1.7;
        margin-bottom: 20px;
    }

    .social-icons {
        display: flex;
        gap: 15px;
    }

    .social-icon {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        background: rgba(255, 255, 255, 0.1);
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all 0.3s ease;
    }

        .social-icon:hover {
            background: #3498db;
            transform: translateY(-3px);
        }

        .social-icon i {
            font-size: 18px;
/*            color: #fff;
*/        }

    .footer-title {
        position: relative;
        font-size: 1.25rem;
        font-weight: 700;
        margin-bottom: 25px;
        padding-bottom: 10px;
        color: #3498db;
    }

        .footer-title::after {
            content: '';
            position: absolute;
            bottom: 0;
            right: 0;
            width: 50px;
            height: 2px;
            background: linear-gradient(90deg, #3498db, #2ecc71);
        }

    .contact-list {
        list-style: none;
        padding: 0;
    }

    .contact-item {
        display: flex;
        align-items: flex-start;
        margin-bottom: 18px;
    }

    .contact-icon {
        width: 20px;
        margin-left: 15px;
        margin-top: 4px;
        color: #3498db;
        text-align: center;
    }

    .contact-text {
        flex: 1;
        color: #b0c4de;
        font-size: 0.95rem;
        transition: all 0.3s;
    }

    .contact-item:hover .contact-text {
        color: #fff;
    }

    .subscribe-form {
        margin-top: 10px;
    }

    .form-group {
        margin-bottom: 15px;
    }

    .form-control {
        width: 80%;
        border-radius: 5px;
        background: rgba(255, 255, 255, 0.1);
        color: black;
        transition: all 0.3s;
        
    }

        .form-control:focus {
            outline: none;
            background: rgba(255, 255, 255, 0.15);
            box-shadow: 0 0 0 2px rgba(52, 152, 219, 0.5);
        }

        .form-control::placeholder {
            color: #a0b1c5;
            font-size: 14px;
        }

    .subscribe-btn {
        width: 100%;
        padding: 12px;
        border: none;
        border-radius: 5px;
        background: linear-gradient(90deg, #3498db, #2ecc71);
        color: white;
        font-weight: 600;
        cursor: pointer;
        transition: all 0.3s ease;
        font-size: 1rem;
    }

        .subscribe-btn:hover {
            transform: translateY(-2px);
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
        }

    .copyright {
        text-align: center;
        padding-top: 30px;
        border-top: 1px solid rgba(255, 255, 255, 0.1);
        color: #8aa1b9;
        font-size: 0.9rem;
    }

        .copyright p {
            margin: 0;
        }




    @media (max-width: 992px) {
        .footer-content {
            gap: 20px;
        }

        .footer-column {
            flex: 0 0 calc(50% - 20px);
        }
    }

    @media (max-width: 768px) {
        .footer-content {
            flex-direction: column;
        }

        .footer-column {
            flex: 0 0 100%;
            text-align: center;
        }

        .footer-title {
            text-align: center;
        }

            .footer-title::after {
                right: 50%;
                transform: translateX(50%);
            }

        .social-icons {
            justify-content: center;
        }
    }













    /***/ /*/*/ /*/

*/

    /* Hero Slider Styles */
    /* Additional styles for the hero section */

.custom-hero-slider {
    height: 100vh;
    min-height: 600px;
    max-height: 1200px;
    overflow: hidden;
    position: relative;
}

.custom-carousel-item img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.custom-hero-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    max-width: 800px;
    padding: 20px;
    z-index: 10;
    color: white;
}

.custom-hero-title {
    font-size: clamp(1.5rem, 5vw, 3rem);
    font-weight: 700;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    line-height: 1.3;
    margin-bottom: 1rem;
}

.custom-hero-title span {
    color: #4CAF50;
}

.custom-explore-btn {
    background: linear-gradient(45deg, #4CAF50, #8BC34A);
    color: white;
    border: none;
    padding: 0.8rem 2rem;
    font-size: clamp(1rem, 2vw, 1.5rem);
    font-weight: 600;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    display: inline-block;
    text-decoration: none;
    white-space: nowrap;
}

.custom-explore-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
    color: white;
}

.custom-features {
    display: flex;
    justify-content: center;
    gap: 1rem;
    margin-top: 2rem;
    flex-wrap: wrap;
}

.custom-feature {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 15px;
    padding: 1rem;
    width: 160px;
    text-align: center;
    transition: all 0.3s ease;
    backdrop-filter: blur(5px);
    color: white;
}

.custom-feature:hover {
    transform: translateY(-5px);
    background: rgba(255, 255, 255, 0.15);
}

.custom-feature i {
    font-size: 1.8rem;
    margin-bottom: 0.8rem;
    color: #4CAF50;
}

.custom-feature h3 {
    font-size: 1rem;
    margin-bottom: 0.5rem;
}

.custom-feature p {
    font-size: 0.8rem;
    opacity: 0.9;
    margin-bottom: 0;
}

/* Media Queries */
@media (max-width: 992px) {
    .custom-hero-slider {
        min-height: 500px;
    }

    .custom-feature {
        width: 140px;
        padding: 0.8rem;
    }
}

@media (max-width: 768px) {
    .custom-hero-content {
        top: 45%;
        transform: translate(-50%, -45%);
        width: 95%;
        padding: 15px;
    }

    .custom-features {
        gap: 0.8rem;
        margin-top: 1.5rem;
    }

    .custom-feature {
        width: 120px;
    }

    .custom-feature i {
        font-size: 1.5rem;
    }
}

@media (max-width: 576px) {
    .custom-hero-slider {
        min-height: 450px;
    }

    .custom-hero-content {
        top: 40%;
        transform: translate(-50%, -40%);
        width: 98%;
        padding: 10px;
    }

    .custom-hero-title {
        margin-bottom: 0.8rem;
    }

    .custom-explore-btn {
        padding: 0.6rem 1.5rem;
        font-size: 1rem;
    }

    .custom-features {
        gap: 0.5rem;
        margin-top: 1rem;
    }

    .custom-feature {
        width: 100px;
        padding: 0.6rem;
        border-radius: 10px;
    }

    .custom-feature i {
        font-size: 1.2rem;
        margin-bottom: 0.5rem;
    }

    .custom-feature h3 {
        font-size: 0.9rem;
    }

    .custom-feature p {
        font-size: 0.7rem;
    }
}


/*.feature {
    width: 140px;
    padding: 1rem;
}*/





    /*صفحه التفاصيل */

    /* تنسيقات الصفحة العربية */
    .main-image-arabic {
        border-radius: 0.25rem 0.25rem 0 0;
    }

    .object-fit-cover {
        object-fit: cover;
    }

    .thumbnail-img {
        transition: all 0.3s ease;
    }

        .thumbnail-img:hover {
            border-color: #198754 !important;
            transform: scale(1.05);
        }

    .text-justify {
        text-align: justify;
        text-justify: inter-word;
    }

    /* تنسيقات RTL للعناصر */
    [dir="rtl"] .breadcrumb-item + .breadcrumb-item::before {
        float: right;
        padding-left: var(--bs-breadcrumb-item-padding-x);
        padding-right: 0;
    }







    .contact-section {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .contact-text h2 {
        font-size: 44px;
        color: #19191a;
        margin-bottom: 24px;
    }

    .contact-text p {
        color: #707079;
    }

    .contact-text table tbody tr td {
        font-size: 16px;
        color: #19191a;
        line-height: 36px;
        font-weight: 500;
    }

        .contact-text table tbody tr td.c-o {
            color: #707079;
            width: 75px;
        }

    .contact-form input {
        width: 100%;
        height: 50px;
        border: 1px solid #e1e1e1;
        font-size: 16px;
        color: #aaaab3;
        padding-left: 25px;
        margin-bottom: 28px;
    }

        .contact-form input::-webkit-input-placeholder {
            color: #aaaab3;
        }

        .contact-form input::-moz-placeholder {
            color: #aaaab3;
        }

        .contact-form input:-ms-input-placeholder {
            color: #aaaab3;
        }

        .contact-form input::-ms-input-placeholder {
            color: #aaaab3;
        }

        .contact-form input::placeholder {
            color: #aaaab3;
        }

    .contact-form textarea {
        width: 100%;
        height: 150px;
        border: 1px solid #e1e1e1;
        font-size: 16px;
        color: #aaaab3;
        padding-left: 25px;
        padding-top: 12px;
        margin-bottom: 33px;
        resize: none;
    }

        .contact-form textarea::-webkit-input-placeholder {
            color: #aaaab3;
        }

        .contact-form textarea::-moz-placeholder {
            color: #aaaab3;
        }

        .contact-form textarea:-ms-input-placeholder {
            color: #aaaab3;
        }

        .contact-form textarea::-ms-input-placeholder {
            color: #aaaab3;
        }

        .contact-form textarea::placeholder {
            color: #aaaab3;
        }

    .contact-form button {
        font-size: 13px;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 2px;
        border: 1px solid;
        padding: 14px 34px 13px;
        display: inline-block;
    }

    .map {
        height: 470px;
        -webkit-box-shadow: 0px 14px 35px rgba(0, 0, 0, 0.15);
        box-shadow: 0px 14px 35px rgba(0, 0, 0, 0.15);
        margin-top: 75px;
    }

        .map iframe {
            width: 100%;
        }



    /*    عقارات مميزه */

    #popular-properties {
        min-height: 600px; /* ارتفاع ثابت للقسم */
    }

    /* تنسيق الصور */
    .property-image-container {
        height: 330px;
        overflow: hidden;
        position: relative;
        border-radius: 5PX;
    }

    .property-image {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 0.3s ease;
    }

        .property-image:hover {
            transform: scale(1.05);
        }

    .property-image-placeholder {
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #f8f9fa;
    }

        .property-image-placeholder i {
            font-size: 3rem;
        }

    /* تنسيق تفاصيل العقار */
    .property-details {
        border-top: 1px solid #eee;
/*        border-bottom: 1px solid #eee;
*/        padding: 10px 0;
    }

    .card {
        transition: all 0.3s ease;
    }

        .card:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 20px rgba(0,0,0,0.1);
        }

    /* تجاوبية للشاشات الصغيرة */
    @media (max-width: 768px) {
        #popular-properties {
            min-height: auto;
        }

        .property-image-container {
            height: 200px;
        }
    }

    .title-with-bg {
        background: linear-gradient(15deg, #f8f9fa 0%, #ffffff 100%);
        border-left: 4px solid #e74c3c;
        box-shadow: 0 5px 15px rgba(0,0,0,0.08);
        transform: skew(-15deg);
        font-weight: 700;
        color: #2c3e50;
    }

        .title-with-bg > span {
            display: inline-block;
            transform: skew(15deg);
        }
}











/* أنماط معزولة بمحدد فريد */
.kalamon-section {
    font-family: 'Tajawal', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    box-sizing: border-box;
    background-color: #f9f9f9;
}

.kalamon-container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    max-width: 1500px;
    width: 100%;
    gap: 90px;
    margin:auto;
    padding-top:90px;
    padding-bottom:90px;
}

.kalamon-content {
    flex: 1;
    min-width: 300px;
    max-width: 700px;
    padding: 15px;
    text-align: right;
}

.kalamon-image-container {
    flex: 1;
    min-width: 300px;
    max-width: 500px;
    height: 550px;
    position: relative;
}

.kalamon-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
    box-shadow: 0 25px 35px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
}

.kalamon-image-container:hover .kalamon-image {
    transform: translateY(-5px);
}

.kalamon-title {
    color: #4CAF50;
    font-size: 2.2rem;
    font-weight: 700;
    margin-bottom: 15px;
}

.kalamon-subtitle {
    color: #2a5a78;
    font-size: 1.4rem;
    font-style: italic;
    margin-bottom: 25px;
}

.kalamon-text {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #555;
    margin-bottom: 30px;
}

.kalamon-btn {
    display: inline-block;
    background-color: #e74c3c;
    color: white;
    padding: 12px 30px;
    text-decoration: none;
    font-weight: bold;
    border-radius: 5px;
    font-size: 1.1rem;
    transition: all 0.3s ease;
    border: 2px solid #e74c3c;
}

    .kalamon-btn:hover {
        background-color: transparent;
        color: #e74c3c;
        transform: translateY(-2px);
    }

/* Responsive */
@media (max-width: 992px) {
    .kalamon-section {
        height: auto;
        padding: 40px 20px;
    }

    .kalamon-container {
        flex-direction: column-reverse;
        gap: 30px;
    }

    .kalamon-image-container {
        height: auto;
        max-width: 100%;
    }

    .kalamon-image {
        height: auto;
    }

    .kalamon-content {
        text-align: center;
    }
}

.goog-te-gadget {
    font-size: 0 !important; /* إخفاء النص الافتراضي */
}

.goog-te-menu-value {
    display: flex !important;
    align-items: center;
}

    .goog-te-menu-value span {
        display: none !important; /* إخفاء نص جوجل */
    }

    .goog-te-menu-value:before {
        content: '';
        display: inline-block;
        width: 24px;
        height: 24px;
        background-image: url('https://cdn-icons-png.flaticon.com/512/323/323310.png');
        background-size: contain;
        background-repeat: no-repeat;
    }

/* تخصيص قائمة اللغات */
.goog-te-menu-frame {
    box-shadow: 0 0 10px rgba(0,0,0,0.2) !important;
    border-radius: 5px !important;
}

.goog-te-menu2 {
    background: #fff !important;
    padding: 5px !important;
}

.goog-te-menu2-item {
    padding: 8px 15px !important;
}

    .goog-te-menu2-item:hover {
        background: #f5f5f5 !important;
    }

/* إخفاء شريط جوجل السفلي */
.goog-te-banner-frame {
    display: none !important;
}

.goog-te-gadget-icon {
    display: none !important;
}




/* تأثير البارالاكس للخلفية */
.parallax-bg {
    background-image: url('/Image/IMG-20250719-WA0007.JPG');
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.2;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

/* التأكد من أن المحتوى يظهر فوق الخلفية */
.position-relative {
    position: relative;
    z-index: 1;
}

.hover-effect {
    transition: all 0.3s ease;
    border-radius: 10px;
    background-color: rgba(255,255,255,0.9); /* خلفية شبه شفافة للبطاقات */
}

    .hover-effect:hover {
        transform: translateY(-10px);
        box-shadow: 0 10px 25px rgba(0,0,0,0.1) !important;
    }

.divider {
    width: 80px;
    height: 3px;
    margin-top: 15px;
}

.icon-box {
    width: 80px;
    height: 80px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.bg-primary-light {
    background-color: rgba(13, 110, 253, 0.1);
}

.bg-success-light {
    background-color: rgba(25, 135, 84, 0.1);
}

.bg-warning-light {
    background-color: rgba(255, 193, 7, 0.1);
}

.bg-info-light {
    background-color: rgba(13, 202, 240, 0.1);
}


/* أنماط قسم الإحصائيات */
.stats-section {
    // background-color: rgba(255, 255, 255, 0.9);
    // border-radius: 15px;
    // box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.stat-card {
    transition: all 0.3s ease;
}

    .stat-card:hover {
        transform: translateY(-5px);
    }

.stat-icon {
    transition: all 0.3s ease;
}

.stat-card:hover .stat-icon {
    transform: scale(1.1);
}

.stat-number {
    font-size: 2.5rem;
    color: #2c3e50;
}

.stat-label {
    font-size: 1.1rem;
}


















.goog-te-banner-frame {
    display: none !important;
}

.goog-te-menu-value span {
    display: none;
}

.goog-te-menu-value:before {
    content: '🌐'; /* أيقونة الترجمة */
    font-size: 20px;
}

.goog-te-menu-frame {
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
}

#google_translate_element {
    display: inline-block;
    vertical-align: middle;
    margin-left: 15px;
}

.goog-te-gadget {
    font-size: 0 !important;
}



/*
    .search-container {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        gap: 7px;
        width: 100%;
    }

    .search-input-container {
        flex: 1;
        min-width: 200px;
    }

    .search-input {
        width: 85%;
        padding: 12px 20px;
        border: none;
        border-radius: 7px;
        font-size: 1rem;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
        margin-left: 3px;
    }

        .search-input:focus {
            outline: none;
            box-shadow: 0 2px 15px rgba(0, 0, 0, 0.15);
        }

    .search-button {
        background-color: #e74c3c;
        color: white;
        border: none;
        padding: 12px 25px;
        border-radius: 7px;
        font-weight: 600;
        cursor: pointer;
        transition: all 0.3s ease;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
        white-space: nowrap;
    }

        .search-button:hover {
            background-color: #c0392b;
            transform: translateY(-2px);
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
        }*/



/*     .search-container {
            flex-direction: column;
            gap: 10px;
        }

        .search-input-container,
        .search-button {
            width: 100%;
        }

        .search-button {
            padding: 12px;
        }*/


/* .hero-content {
        padding: 3rem;
        max-width: 900px;
        margin: 0 auto;
    }*/

/*  .hero-title {
        font-size: 2.8rem;
        font-weight: 700;
        line-height: 1.3;
        margin-bottom: 2rem !important;
    }*/
