@import url('https://fonts.googleapis.com/css2?family=Tajawal:wght@200;300;400;500;700;800;900&display=swap');


:root {
    --primary-100: #1A2A3A;
    /* Dark Blue */
    --primary-200: #FF5733;
    /* Coral Red */
    --primary-300: #F0F3F4;
    /* Light Gray */
    --accent-100: #00BFFF;
    /* Deep Sky Blue */
    --accent-200: #FF6F61;
    /* Salmon */
    --accent-300: #A9A9A9;
    /* Dark Gray */
    --background-100: #F5F5F5;
    /* Off White */
    --background-200: #FFFFFF;
    /* White */
    --background-300: #E0E0E0;
    /* Light Gray */
    --white-color: #FFFFFF;
    --text-100: #1A2A3A;
    /* Dark Blue */
    --text-200: #7F8C8D;
    /* Gray */
    --text-300: #34495E;
    /* Darker Blue */
    --transition: 0.4s ease;
    --primary-font: "Tajawal", sans-serif;
}

html {
    direction: rtl;
    scroll-behavior: smooth;
}

body {
    overflow-x: hidden;
}

section {
    overflow: hidden;
}

* {
    font-family: var(--primary-font) !important;
}

a {
    text-decoration: none !important;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

/* padding */
.sec_padding_lg {
    padding: 50px 0;
}

.sec_padding_md {
    padding: 60px 0;
}



/*-------theme-btn------*/
.theme-btn {
    position: relative;
    display: inline-block;
    overflow: hidden;
    vertical-align: middle;
    font-size: 14px;
    line-height: 1;
    font-weight: 500;
    padding: 12px 20px;
    color: var(--white-color);
    text-align: center;
    border-radius: 9px;
    letter-spacing: 0.8px;
    z-index: 1;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background-color: var(--accent-300);
    text-transform: uppercase;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    border: none;
}

    .theme-btn:hover {
        color: var(--white-color);
        transform: translateY(-3px);
        box-shadow: 0 6px 8px rgba(0, 0, 0, 0.15);
    }

    .theme-btn.bg-red-2 {
        background-color: var(--accent-200);
        color: var(--white-color);
        border-radius: 7px;
    }

    .theme-btn i {
        transition: var(--transition);
        margin-left: 10px;
        font-size: 30px;
    }


.btn_span_circle {
    position: absolute;
    width: 100px;
    height: 100px;
    background: rgba(255, 255, 255, 0.568);
    border-radius: 50%;
    pointer-events: none;
    transform: translate(-50%, -50%) scale(0);
    animation: ripple 0.6s linear;
}

#hr {
    background: url(../img/title-bg.webp) 50% 100% no-repeat;
    width: 100%;
    height: 3rem;
}

.img-fluid {
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.sec-title {
    position: relative;
    z-index: 1;
    align-content: center;
}

.float-text {
    position: absolute;
    left: 50%;
    top: 66%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
    font-size: 72px;
    line-height: 1em;
    color: #001f88;
    font-weight: 700;
    text-transform: uppercase;
    opacity: .40;
    font-family: "Arimo", sans-serif;
    z-index: 1;
}

/* -------------- */
/* login- section */
/* -------------- */

.login-section {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    background: url(../img/login4.jpg) center center/cover no-repeat;
}

    .login-section .container {
        position: relative;
        width: 850px;
        height: 550px;
        background: #fff;
        margin: 20px;
        box-shadow: 0 0 30px rgba(0, 0, 0, .2);
        overflow: hidden;
        padding: 0;
    }

        .login-section .container h1 {
            font-size: 36px;
            margin: -10px 0;
        }

        .login-section .container p {
            font-size: 14.5px;
            margin: 15px 0;
        }

    .login-section form {
        width: 100%;
    }

    .login-section .form-box {
        position: absolute;
        right: 0;
        width: 50%;
        height: 100%;
        background: #fff;
        display: flex;
        align-items: center;
        color: #333;
        text-align: center;
        padding: 40px;
        z-index: 1;
        transition: .6s ease-in-out 1.2s, visibility 0s 1s;
    }

    .login-section .container.login .form-box {
        right: 50%;
    }

    /* .login-section .form-box.register {
    visibility: hidden;
} */

    .login-section .container.active .form-box.register {
        visibility: visible;
    }

    .login-section .input-box {
        position: relative;
        margin: 30px 0;
    }

        .login-section .input-box input {
            width: 100%;
            padding: 13px 50px 13px 20px;
            background: #eee;
            border: none;
            outline: none;
            font-size: 16px;
            color: #333;
            font-weight: 500;
        }

            .login-section .input-box input::placeholder {
                color: #888;
                font-weight: 400;
            }

        .login-section .input-box i {
            position: absolute;
            right: 20px;
            top: 50%;
            transform: translateY(-50%);
            font-size: 20px;
        }

    .login-section .forgot-link {
        margin: -15px 0 15px;
    }

.forgot-link a {
    font-size: 14.5px;
    color: #333;
}

.login-section .btn {
    width: 100%;
    height: 48px;
    background: #7494ec;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    border: none;
    cursor: pointer;
    font-size: 16px;
    color: #fff;
    font-weight: 600;
}

.login-section .social-icons {
    display: flex;
    justify-content: center;
}

    .login-section .social-icons a {
        display: inline-flex;
        padding: 10px;
        border: 2px solid #ccc;
        font-size: 24px;
        color: #333;
        margin: 0 8px;
    }

.login-section .toggle-box {
    position: absolute;
    width: 100%;
    height: 100%;
}

    .login-section .toggle-box::before {
        content: '';
        position: absolute;
        left: -250%;
        width: 300%;
        height: 100%;
        background: linear-gradient(135deg, var(--accent-100), var(--primary-100));
        z-index: 2;
        transition: 1.8s ease-in-out;
    }

.login-section .container.login .toggle-box::before {
    left: 50%;
}

.login-section .toggle-panel {
    position: absolute;
    width: 50%;
    height: 100%;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 2;
    transition: .6s ease-in-out;
}

    .login-section .toggle-panel.toggle-left {
        left: 0;
        transition-delay: 1.2s;
    }

.login-section .container.active .toggle-panel.toggle-left {
    left: -50%;
    transition-delay: .6s;
}

.login-section .toggle-panel.toggle-right {
    right: 0%;
    transition-delay: .6s;
}

.login-section .container.active .toggle-panel.toggle-right {
    right: 0;
    transition-delay: 1.2s;
}

.login-section .toggle-panel p {
    margin-bottom: 20px;
}

.login-section .toggle-panel .btn {
    width: 160px;
    height: 46px;
    background: transparent;
    border: 2px solid #fff;
    box-shadow: none;
}

.register-btn a, .login-btn a {
    color: white !important;
}

/* --------------------- */
/* Banner Section Styles */
/* --------------------- */
.banner-padding {
    padding: 30px 0;
    background: linear-gradient(135deg, var(--primary-100), var(--accent-100));
    position: relative;
}

    .banner-padding::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        background: url(../img/wave.svg) center repeat;
        height: 20%;
    }

.banner-title {
    color: var(--white-color);
    font-weight: 500;
    font-size: 3rem;
    animation: fadeIn 3s ease-in-out;
}

.banner-description {
    color: var(--background-100);
    font-size: 1.5rem;
    margin-top: 20px;
    animation: fadeIn 3s ease-in-out;
}

.cta-btn-primary,
.cta-btn-secondary {
    animation: fadeIn 2s ease-in-out;
    padding: 15px 30px;
    border-radius: 8px;
    margin-top: 20px;
}

.cta-btn-primary {
    background-color: var(--primary-200);
    color: var(--white-color);
}

.cta-btn-secondary {
    background-color: var(--accent-200);
    color: var(--white-color);
}

.banner-image {
    max-width: 100%;
    height: auto;
    animation: float 6s ease-in-out infinite;
}



/* ----------------------- */
/* Features Section Styles */
/* ----------------------- */

.features-section {
    background-color: var(--white-color);
    padding: 60px 0;
}

    .features-section h2 {
        color: var(--text-100);
        font-weight: bold;
        margin-bottom: 40px;
        animation: fadeIn 2s ease-in-out;
    }

.feature-card {
    background-color: var(--white-color);
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
    align-content: center;
}

    .feature-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
    }

    .feature-card img {
        width: 70px;
        height: 70px;
        margin-bottom: 15px;
    }

    .feature-card h4 {
        color: var(--primary-100);
        margin-bottom: 10px;
    }

    .feature-card p {
        color: var(--text-200);
        font-size: 0.9rem;
    }


/* ---------------------------------- */
/* Updated Overview Section Styles with New Background */
/* ---------------------------------- */

.overview-section {
    background-image: linear-gradient(180deg, #d2edf8 0%, #fff 85%);
    color: #333;
    padding: 60px 0;
}

    .overview-section h2 {
        font-size: 2.5rem;
        font-weight: bold;
        margin-bottom: 20px;
        color: #2c3e50;
    }

    .overview-section p.lead {
        font-size: 1.25rem;
        line-height: 1.6;
        max-width: 800px;
        margin: 0 auto 40px;
        color: #34495e;
    }

.overview-card {
    background-color: var(--white-color);
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    text-align: center;
    height: 100%;
}

    .overview-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
    }

    .overview-card i {
        color: var(--primary-200);
        font-size: 3em;
        margin-bottom: 1rem
    }

    .overview-card h4 {
        color: var(--primary-100);
        margin-bottom: 10px;
    }

    .overview-card p {
        color: var(--text-200);
        font-size: 0.9rem;
    }


/* ---------------------------------- */
/* Split Layout for Unit & Property Management Section */
/* ---------------------------------- */
.unit-management-section {
    background-image: linear-gradient(180deg, #d2edf8 0%, #fff 85%);
    padding: 60px 0;
}

    .unit-management-section h2 {
        font-size: 2.5rem;
        font-weight: bold;
        margin-bottom: 40px;
        color: var(--primary-100);
    }

.management-content .bg-icon {
    background: var(--white-color);
    padding: 9px;
    border-radius: 10px;
    border: 1px solid var(--accent-100);
}

.management-content i {
    color: var(--accent-100);
    font-weight: 600;
}

.management-content h4 {
    color: var(--white-color);
    margin-bottom: 10px;
}

.management-content p {
    color: var(--background-200);
    margin: 0;
}

.management-content .info {
    background: linear-gradient(135deg, var(--text-100), var(--accent-100));
    transition: all 0.5s ease;
    padding: 15px;
    border-radius: 10px;
}

    .management-content .info:hover {
        transform: translateY(-5px);
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
    }



/* ---------------------------------- */
/* Vertical Card Layout for Billing & Payments Section */
/* ---------------------------------- */
.billing-payments-section {
    padding: 60px 0;
}

    .billing-payments-section h2 {
        font-size: 2.5rem;
        font-weight: bold;
        margin-bottom: 40px;
        color: var(--primary-100);
    }

.billing-card {
    background-color: var(--white-color);
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    text-align: center;
    padding: 5px;
}

    .billing-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
    }

.icon-circle {
    background-image: linear-gradient(180deg, #d2edf8 0%, #fff 85%);
    padding: 15px;
    display: inline-block;
    transition: all 0.3s ease;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .icon-circle i {
        color: var(--accent-200);
        font-size: 3rem;
    }

.billing-card h4 {
    color: var(--primary-100);
    margin-bottom: 10px;
}

.billing-card p {
    color: var(--text-200);
    font-size: 0.9rem;
}


/* ---------------------------------- */
/* Staggered Layout for Tenants & Owners Management Section */
/* ---------------------------------- */
.tenants-owners-section {
    background: url(../img/Tenants.jpg) center center/cover no-repeat;
    padding: 60px 0;
}

    .tenants-owners-section h2 {
        font-size: 2.5rem;
        font-weight: bold;
        margin-bottom: 40px;
        color: var(--primary-100);
    }

.management-card {
    background-color: var(--white-color);
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    text-align: center;
    padding: 20px;
    position: relative;
    overflow: hidden;
}

    .management-card::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(135deg, var(--background-100), var(--accent-100));
        clip-path: circle(0% at 0% 100%);
        transition: clip-path 0.5s ease;
        z-index: 0;
    }

    .management-card:hover::before {
        clip-path: circle(150% at 0% 100%);
    }

    .management-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
    }

.icon-circle {
    background-image: linear-gradient(180deg, #d2edf8 0%, #fff 85%);
    padding: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease;
    position: relative;
    z-index: 1;
    border-radius: 10px;
}

    .icon-circle i {
        color: var(--accent-200);
        font-size: 3rem;
    }

.management-card h4 {
    color: var(--primary-100);
    margin-bottom: 10px;
    position: relative;
    z-index: 1;
}

.management-card p {
    color: var(--text-200);
    font-size: 0.9rem;
    position: relative;
    z-index: 1;
}


/* ---------------------------------- */
/* Vertical Timeline Layout for Contracts Section */
/* ---------------------------------- */
.contracts-section {
    background-color: var(--background-200);
    padding: 60px 0;
}

.vertical-timeline {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    margin-top: 40px;
}

.timeline-stage {
    text-align: center;
    position: relative;
    z-index: 1;
    width: 80%;
    margin-bottom: 40px;
    padding: 20px;
    background-color: var(--primary-300);
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

    .timeline-stage:hover {
        transform: translateY(-5px);
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
    }

    .timeline-stage h4 {
        color: var(--primary-100);
        margin-bottom: 10px;
    }

    .timeline-stage p {
        color: var(--text-300);
        font-size: 0.9rem;
    }

.contracts-section .icon-circle {
    background-image: linear-gradient(180deg, #d2edf8 0%, #fff 85%);
    padding: 5px 10px;
    border-radius: 10px;
    margin-bottom: 1rem;
}

    .contracts-section .icon-circle i {
        color: var(--accent-200);
        font-size: 2rem;
    }

/* 3D Card Flip Animation for Contracts Section */

.card-flip {
    width: 100%;
    height: 200px;
    position: relative;
    transform-style: preserve-3d;
    transition: transform 0.6s;
    cursor: pointer;
}

    .card-flip:hover {
        transform: rotateY(180deg);
    }

.card-front,
.card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
    color: var(--white-color);
    text-align: center;
    margin: 5px;
}

.card-front {
    background: linear-gradient(135deg, var(--primary-100), var(--accent-100));
    padding: 10px;
}

.card-back {
    background: linear-gradient(135deg, var(--primary-100), var(--primary-300));
    transform: rotateY(180deg);
}



/* ---------------------------------- */
/* Split Layout for Requests & Complaints Section */
/* ---------------------------------- */
.requests-complaints-section {
    background-image: linear-gradient(180deg, #d2edf8 0%, #fff 85%);
    padding: 60px 0;
}

    .requests-complaints-section h2 {
        font-size: 2.5rem;
        font-weight: bold;
        margin-bottom: 40px;
        color: var(--primary-100);
    }

.management-content .bg-icon {
    background: var(--white-color);
    padding: 9px;
    border-radius: 10px;
    border: 1px solid var(--accent-100);
}

.management-content i {
    color: var(--accent-100);
    font-weight: 600;
}

.animation-container img {
    animation: float 3s ease-in-out infinite;
}


/* ------------------------- */
/* reports-analytics-section */
/* ------------------------- */
.reports-analytics-section {
    padding: 60px 0;
}

    .reports-analytics-section h2 {
        font-size: 2.5rem;
        font-weight: bold;
        margin-bottom: 40px;
        color: var(--primary-100);
    }

.report-card {
    background-color: var(--white-color);
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
    padding: 5px;
}

    .report-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
    }

    .report-card .icon-circle {
        background-image: linear-gradient(180deg, #d2edf8 0%, #fff 85%);
        padding: 15px;
        display: inline-block;
        transition: all 0.3s ease;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 10px;
    }

        .report-card .icon-circle i {
            color: var(--accent-200);
            font-size: 3rem;
        }

    .report-card h4 {
        color: var(--primary-100);
        margin-bottom: 10px;
    }

    .report-card p {
        color: var(--text-200);
        font-size: 0.9rem;
    }



/* ------------------------------------ */
/* Integrated Accounting Section Styles */
/* ------------------------------------ */

.integrated-accounting-section {
    background: url(../img/accounting-system2.jpg) center center/cover no-repeat fixed;
    padding: 60px 0;
    position: relative;
}

    .integrated-accounting-section::before {
        position: absolute;
        content: "";
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: rgba(0, 0, 0, 0.425);
    }

    .integrated-accounting-section h2 {
        font-size: 2.5rem;
        font-weight: bold;
        margin-bottom: 40px;
        color: var(--white-color);
    }

.accounting-card {
    background-color: var(--white-color);
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
    padding: 20px;
    text-align: justify;
    gap: 15px;
}

    .accounting-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
    }

    .accounting-card .icon-circle {
        background-image: linear-gradient(180deg, #d2edf8 0%, #fff 85%);
        padding: 12px;
        display: inline-block;
        transition: all 0.3s ease;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 10px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    }

        .accounting-card .icon-circle i {
            color: var(--accent-100);
            font-size: 3rem;
        }

    .accounting-card h4 {
        color: var(--primary-100);
        margin-bottom: 10px;
    }

    .accounting-card p {
        color: var(--text-200);
        font-size: 1rem;
    }


/* ----------------------------- */
/* Extra Features Section Styles */
/* ----------------------------- */
.extra-features-section {
    background-image: linear-gradient(180deg, #d2edf8 0%, #fff 85%);
    padding: 60px 0;
}

    .extra-features-section h2 {
        font-size: 2.5rem;
        font-weight: bold;
        margin-bottom: 40px;
        color: var(--primary-100);
    }



/* -------------------------------------- */
/* Main Dashboard Overview Section Styles */
/* -------------------------------------- */
.dashboard-overview-section {
    padding: 60px 0;
}

    .dashboard-overview-section h2 {
        font-size: 2.5rem;
        font-weight: bold;
        margin-bottom: 40px;
        color: var(--primary-100);
    }

.dashboard-card {
    background-color: var(--white-color);
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
    padding: 5px;
}

    .dashboard-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
    }

    .dashboard-card .icon-circle {
        background-image: linear-gradient(180deg, #d2edf8 0%, #fff 85%);
        padding: 15px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 10px;
    }

        .dashboard-card .icon-circle i {
            color: var(--accent-200);
            font-size: 3rem;
        }

.large-number {
    font-size: 2rem;
    font-weight: bold;
    color: var(--text-200);
}

.dashboard-overview-section h4 {
    font-weight: 600;
    /* font-size: 1rem; */
    color: var(--text-100);
}

.dashboard-overview-section p {
    color: var(--text-100);
    font-size: 1rem;
    font-weight: 600;
}

/* --------------------- */
/* why-choose-us-section */
/* --------------------- */

.why-choose-us-section {
    padding: 60px 0;
}

    .why-choose-us-section h2 {
        font-size: 2.5rem;
        font-weight: bold;
        margin-bottom: 40px;
        color: var(--primary-100);
    }

.features-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.feature-item {
    flex: 1 1 calc(35% - 20px);
    min-width: 200px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 15px;
    background: #f3f7fb;
    border-right: 6px solid var(--accent-100);
    padding: 15px 20px;
    border-radius: 12px;
    transition: 0.3s ease-in-out;
}

    .feature-item:hover {
        background: var(--background-300);
    }

    .feature-item p {
        font-weight: 600;
        color: var(--accent-100);
        font-size: 1rem;
    }

.icon {
    font-size: 22px;
    color: var(--accent-100);
    font-weight: bold;
}

.text {
    font-size: 18px;
    color: var(--text-100);
    font-weight: 600;
}

/* --------------------- */
/* Contact Section Styles */
/* --------------------- */

.contact-section {
    position: relative;
    background: linear-gradient(135deg, var(--primary-300) 0%, #ffffff 100%);
    overflow: hidden;
    text-align: right;
}

    .contact-section::before {
        content: '';
        position: absolute;
        width: 300px;
        height: 300px;
        background: var(--accent-100);
        opacity: 0.1;
        border-radius: 50%;
        top: -150px;
        right: -150px;
    }

    .contact-section::after {
        content: '';
        position: absolute;
        width: 200px;
        height: 200px;
        background: var(--accent-100);
        opacity: 0.1;
        border-radius: 50%;
        bottom: -100px;
        left: -100px;
    }

.section-header {
    position: relative;
    z-index: 1;
}

.contact-form-wrapper {
    position: relative;
    background: var(--white-color);
    padding: 2.5rem;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    z-index: 1;
}

    .contact-form-wrapper::before {
        content: '';
        position: absolute;
        width: 100px;
        height: 100px;
        background: var(--accent-200);
        opacity: 0.1;
        border-radius: 50%;
        top: -20px;
        right: -20px;
        z-index: -1;
    }

.contact-info-wrapper {
    position: relative;
    background: var(--white-color);
    padding: 2.5rem;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    height: 100%;
    z-index: 1;
}

/* Contact Form Bottom Section */
.contact-bottom-info {
    margin-top: 2rem;
    padding-top: 2rem;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 1rem;
}

.contact-highlight {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.highlight-icon {
    width: 45px;
    height: 45px;
    background: var(--background-200);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--secondary-color);
    font-size: 1.2rem;
}

.highlight-text {
    color: var(--accent-100);
    font-size: 0.9rem;
}

    .highlight-text strong {
        display: block;
        font-size: 1.1rem;
        color: var(--secondary-color);
    }

/* Form Styles */
.form-header h3 {
    color: var(--accent-100);
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.form-header p {
    color: var(--text-200);
    ;
    font-size: 1rem;
}

.form-floating {
    position: relative;
}

    .form-floating > .form-control {
        height: 60px;
        padding: 1rem;
        border-radius: 10px;
        border: 2px solid #eee;
        font-size: 1rem;
        transition: all 0.3s ease;
        margin-bottom: 1rem;
        text-align: right;
    }

    .form-floating > textarea.form-control {
        min-height: 150px;
    }

    .form-floating > label {
        padding: .5rem;
        color: var(--text-200);
        ;
    }

    .form-floating > .form-control:focus {
        border-color: var(--secondary-color);
        box-shadow: none;
    }

/* Contact Info Styles */
.info-title {
    color: var(--accent-100);
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    position: relative;
}

    .info-title::after {
        content: '';
        position: absolute;
        bottom: -8px;
        right: 0;
        width: 40px;
        height: 3px;
        background: var(--secondary-color);
        border-radius: 2px;
    }

/* Quick Contact Card */
.contact-card {
    display: flex;
    align-items: center;
    gap: 1rem;
    background: #f0f0f0;
    ;
    padding: 1.5rem;
    border-radius: 12px;
    margin-bottom: 1rem;
}

    .contact-card i {
        width: 50px;
        height: 50px;
        background: var(--secondary-color);
        color: var(--white-color);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 1.2rem;
    }

.contact-details {
    flex: 1;
}

    .contact-details .label {
        display: block;
        color: var(--text-200);
        ;
        font-size: 0.9rem;
        margin-bottom: 0.3rem;
    }

    .contact-details .value {
        display: block;
        color: var(--accent-100);
        font-size: 1.4rem;
        font-weight: 700;
        text-decoration: none;
    }

/* Contact Form Bottom Section */
.contact-bottom-info {
    margin-top: 2rem;
    padding: 2rem;
    background: #f0f0f0;
    ;
    border-radius: 12px;
    margin-bottom: -1rem;
}

.contact-highlight {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem;
    background: var(--white-color);
    border-radius: 10px;
    margin-bottom: 1rem;
    transition: all 0.3s ease;
}

    .contact-highlight:last-child {
        margin-bottom: 0;
    }

    .contact-highlight:hover {
        transform: translateY(-3px);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    }

.highlight-icon {
    width: 45px;
    height: 45px;
    background: var(--secondary-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white-color);
    font-size: 1.2rem;
    flex-shrink: 0;
}

.highlight-text {
    flex: 1;
}

    .highlight-text strong {
        display: block;
        color: var(--accent-100);
        font-size: 1.1rem;
        margin-bottom: 0.2rem;
    }

    .highlight-text span {
        color: var(--text-200);
        ;
        font-size: 0.9rem;
        display: block;
    }

/* Method Grid */
.method-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
}

.method-card {
    background: #f0f0f0;
    ;
    padding: 1.2rem;
    border-radius: 10px;
    text-align: center;
    text-decoration: none;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
}

    .method-card i {
        font-size: 1.5rem;
        color: var(--secondary-color);
        transition: all 0.3s ease;
    }

    .method-card span {
        color: var(--accent-100);
        font-size: 0.9rem;
        font-weight: 500;
    }

    .method-card:hover {
        background: var(--accent-300);
    }

        .method-card:hover i,
        .method-card:hover span {
            color: var(--white-color);
        }

/* Hours Grid */
.hours-grid {
    display: grid;
    gap: 1rem;
}

.hours-card {
    background: #f0f0f0;
    ;
    padding: 1rem;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .hours-card .day {
        color: var(--accent-100);
        font-weight: 600;
    }

    .hours-card .time {
        color: var(--secondary-color);
    }

/* Location Card */
.location-card {
    background: var(--white-color);
    padding: 1.5rem;
    margin-top: 1rem;
    border-radius: 12px;
}

    .location-card .address {
        display: flex;
        align-items: center;
        gap: 0.8rem;
        color: var(--accent-100);
        margin-bottom: 1rem;
    }

        .location-card .address i {
            color: var(--secondary-color);
        }

    .location-card .map-container {
        border-radius: 10px;
        overflow: hidden;
    }




/* --------------------- */
/* About Section Styles */
/* --------------------- */

.about-section {
    background-color: var(--white-color);
    overflow: hidden;
    padding: 80px 0;
}

.about-images {
    position: relative;
    width: 100%;
    padding: 15px;
}

/* Image Grid Layout */
.image-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 15px;
    height: 600px;
}

.grid-item {
    position: relative;
    overflow: hidden;
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

    .grid-item img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 0.3s ease;
    }

        .grid-item img:hover {
            transform: scale(1.05);
        }

/* Grid Item Specific Layouts */
.grid-item-1 {
    grid-column: 1;
    grid-row: 1 / span 2;
}

.grid-item-2,
.grid-item-3 {
    height: 100%;
}


.section-badge {
    display: inline-block;
    padding: 8px 16px;
    background-color: var(--secondary-color);
    color: var(--white-color);
    border-radius: 5px;
    font-weight: 600;
    font-size: 0.9rem;
}

.section-title {
    color: var(--text-100);
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.4;
}

.section-description {
    color: var(--text-200);
    ;
    font-size: 1.1rem;
    line-height: 1.8;
}

.features-list .feature-item {
    display: flex;
    align-items: center;
    gap: 10px;
}

    .features-list .feature-item i {
        color: var(--secondary-color);
        font-size: 1.2rem;
    }

    .features-list .feature-item span {
        color: var(--accent-200);
        ;
        font-size: 1.1rem;
    }

.contact-info {
    padding-right: 20px;
}

    .contact-info .icon-box {
        width: 50px;
        height: 50px;
        background-color: var(--secondary-color);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-left: 15px;
    }

        .contact-info .icon-box i {
            color: var(--white-color);
            font-size: 1.2rem;
        }

    .contact-info .contact-details p {
        color: var(--text-200);
        ;
        font-size: 0.9rem;
    }

    .contact-info .contact-details h5 {
        color: var(--accent-100);
        font-weight: 700;
        font-size: 1.2rem;
    }



/* --------------------- */
/* Footer Section Styles */
/* --------------------- */
.footer-section {
    background: url(../img/cta.jpg) center center/cover no-repeat;
    color: var(--white-color);
    padding: 60px 0;
    align-content: center;
    position: relative;
}

    .footer-section::before {
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
        content: "";
        /* background: rgba(0, 0, 0, 0.466); */
        background: rgba(0, 0, 0, 0.6);
    }


.footer-title {
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 20px;
}

.footer-description {
    font-size: 1rem;
}

.logo-mozeny {
    width: 50%;
    margin: auto;
    backdrop-filter: blur(50px);
    -webkit-backdrop-filter: blur(10px);
    background-color: #00bfff34;
    padding: 1rem;
    border-radius: 10px;
}

    .logo-mozeny img {
        width: 100px;
        margin-bottom: 20px;
    }
