* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Poppins', zarid;
    line-height: 1.6;
    color: #333;
    background-color: #ffffff;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
    line-height: 1.2;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 20px;
    border: none;
    border-radius: 8px;
    font-family: 'Poppins', zarid;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-primary {
    background-color: #0dae91;
    color: white;
}

[dir="rtl"] .btn-primary {
    font-size: 16px !important;
}

[dir="ltr"] .btn-primary {
    font-size: 12px !important;
}

/* .btn-primary:hover {
    background-color: #0b947b;
    transform: translateY(-2px);
} */
.subscribe-btn {
    background-color: #0dae91;
    color: white;
    font-size: 16px !important;
    padding: 12px 20px;
    border: none;
    border-radius: 8px;
    font-family: 'Poppins', zarid;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s ease;
    min-width: 121px;
}

.btn-full {
    width: 100%;
}

.control-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    border: 1px solid #e9e9eb;
    border-radius: 50%;
    background: white;
    cursor: pointer;
    transition: all 0.3s ease;
}

.header {
    background-color: #f8fafc;
    padding: 16px 0;
    position: sticky;
    top: 0;
    z-index: 100;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.header .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo {
    height: 50px;
    max-width: 100%;
}

.nav {
    display: flex;
    align-items: center;
    gap: 24px;
}

.nav-link {
    font-weight: 600;
    color: #64748b;
    text-decoration: none;
    font-size: 18px;
    transition: color 0.3s ease;
}

.nav-link:hover {
    color: #1e293b;
}

.download-link {
    font-weight: 600;
    color: #64748b;
    font-size: 18px;
    cursor: pointer;
    transition: color 0.3s ease;
}

.download-link:hover {
    color: #1e293b;
}

@media (max-width: 768px) {
    .header {
        padding: 0;
    }

    .header-area {
        background: #F8FAFC;
        position: relative;
        z-index: 1000;
        border-bottom: none;
    }

    .main-header {
        padding: 20px 0;
    }

    .main-header .row {
        align-items: center;
        display: flex;
        flex-wrap: nowrap;
    }

    .main-header .container-fluid {
        padding: 0px 0px !important;
    }

    .main-header .col-12.order-3 {
        order: 1 !important;
        flex: 0 0 auto !important;
        width: auto !important;
        max-width: 50px !important;
    }

    .main-header .col-xl-2.col-lg-2.col-md-2.col-6:first-child {
        order: 1 !important;
        text-align: left !important;
        flex: 1 !important;
        padding-left: 12px !important;
    }

    .logo {
        height: auto;
    }

    .logo img {
        height: 40px;
        width: auto;
    }

    .main-header .col-xl-2.col-lg-2.col-md-2.col-6.order-1 {
        order: 3 !important;
        text-align: right !important;
        flex: 0 0 auto !important;
    }

    .main-header .col-xl-8 {
        display: none !important;
    }

    .download-header {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .download-header li {
        display: inline-block;
    }

    .download-header a {
        font-size: 15px;
        font-weight: 600;
        color: #334155;
        text-decoration: none;
    }

    .mobile_menu {
        display: block !important;
        width: auto !important;
    }

    .slicknav_btn {
        background: transparent !important;
        padding: 0 !important;
        margin: 0 !important;
        border: none !important;
        box-shadow: none !important;
    }

    .slicknav_menutxt {
        display: none !important;
    }

    .slicknav_icon {
        margin: 0 !important;
    }

    .slicknav_icon-bar {
        background-color: #64748B !important;
        height: 3px !important;
        width: 24px !important;
        display: block !important;
        margin: 4px 0 !important;
        border-radius: 2px !important;
    }

    .main-menu {
        display: none !important;
    }
}

.hero {
    padding: 96px 0;
    background: #F8FAFC;
    position: relative;
}

.hero-content {
    display: flex;
    align-items: center;
    gap: 133px;
}

.hero-text {
    flex: 1;
    max-width: 625px;
}

.hero-title {
    font-family: 'Poppins', zarid;
    font-size: 60px;
    font-weight: 600;
    color: #181d27;
    line-height: 1.2;
    margin-bottom: 24px;
    letter-spacing: -1.2px;
}

.hero-description {
    font-size: 20px;
    color: #535861;
    margin-bottom: 48px;
    max-width: 433px;
    line-height: 1.5;
}

.hero-image {
    position: relative;
    width: 512px;
    height: 640px;
}

.blob {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 532px;
    height: 480px;
    z-index: 1;
}

.phone-mockup {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 314px;
    height: 640px;
    z-index: 2;
}

.phone-frame {
    position: relative;
    width: 100%;
    height: 100%;
    background: black;
    border-radius: 51px;
    box-shadow: 12px 12px 24px -1.5px rgba(10, 12, 18, 0.08), 24px 24px 48px -3px rgba(10, 12, 18, 0.2);
}

.phone-screen {
    position: absolute;
    top: 2.23%;
    left: 5.02%;
    width: 89.71%;
    height: 95.31%;
    background: white;
    border-radius: 45px;
    overflow: hidden;
}

.screen-content {
    position: absolute;
    top: 3.94%;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
}

.status-bar {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4.68%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 25px;
}

.status-time {
    width: 21px;
    height: 8px;
}

.status-icons {
    width: 50px;
    height: 8px;
}

.home-indicator {
    position: absolute;
    bottom: 6px;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 4px;
    background: black;
    border-radius: 75px;
}

.phone-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 99.77%;
    pointer-events: none;
}

.services {
    padding: 96px 0;
    background: white;
}

.section-header {
    text-align: center;
    margin-bottom: 64px;
}

.service-highlight {
    background: #F8FAFC;
    border-radius: 16px;
    padding: 32px 24px;
    margin-top: 32px;
    text-align: center;
}

.highlight-title {
    font-size: 24px;
    font-weight: 600;
    color: #0dae91;
    margin-bottom: 16px;
}

.highlight-description {
    font-size: 16px;
    color: #64748B;
    line-height: 1.6;
}

.section-title {
    font-size: 32px;
    font-weight: 600;
    color: #1e293b;
    margin-bottom: 20px;
}

.section-description {
    font-size: 20px;
    color: #535861;
    line-height: 1.5;
    max-width: 840px;
    margin: 0 auto;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 30px;
    margin-bottom: 16px;
}

.service-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    padding: 6px;
    background: white;
    border: 2px solid #e2e8f0;
    border-radius: 12px;
    transition: all 0.3s ease;
    cursor: pointer;
}

.service-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.service-card.active {
    border-color: #0dae91;
}

.service-icon {
    width: 60px;
    height: 60px;
}

.complex-icon {
    position: relative;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.game-console {
    width: 42px;
    height: 42px;
    z-index: 2;
}

.cards-stack {
    position: absolute;
    top: 9px;
    left: 5px;
    width: 48px;
    height: 34px;
    transform: rotate(30deg);
}

.card {
    position: absolute;
    width: 37px;
    height: 23px;
    border-radius: 1px;
}

.card-1 {
    background: #cbd5e1;
    top: 11px;
    left: 1px;
}

.card-2 {
    background: #0b947b;
    top: 1px;
    left: 9px;
}

.card-3 {
    background: #0dae91;
    top: 0;
    left: 9px;
}

.service-title {
    font-size: 16px;
    font-weight: 500;
    color: #475569;
    text-align: center;
}

.service-card.active .service-title {
    color: #0dae91;
    font-weight: 600;
}

.service-highlight {
    background: #f8fafc;
    border-radius: 12px;
    padding: 16px;
    text-align: center;
}

.highlight-title {
    font-size: 20px;
    font-weight: 600;
    color: #086857;
    margin-bottom: 16px;
}

.highlight-description {
    font-size: 18px;
    color: #475569;
    line-height: 1.5;
    max-width: 844px;
    margin: 0 auto;
}

.registration {
    padding: 96px 0;
    background: white;
}

.registration-cards {
    display: flex;
    gap: 30px;
}

.registration-card {
    flex: 1;
    background: #f8fafc;
    border-radius: 12px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.card-content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.card-text {
    flex: 1;
    max-width: 375px;
}

.card-title {
    font-size: 32px;
    font-weight: 600;
    color: #022410;
    margin-bottom: 16px;
    line-height: 1.2;
}

.card-description {
    font-size: 20px;
    color: #4b5563;
    line-height: 1.5;
}

.card-image {
    width: 100%;
}

.btn-primary:active,
.btn-primary:focus {
    background-color: #0dae91 !important;
}

.registration-cards {
    display: flex;
    gap: 20px;
}

.registration-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: #F1F5F9;
    border-radius: 12px;
    /* padding: 20px; */
    /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05); */
    flex: 1;
    min-height: 335px;
    max-height: 335px;
}

.card-content {
    flex: 1;
}

.registration-card .btn-full {
    margin-top: auto;
}

.registration-card .btn-full:hover {
    background-color: #009874;
}

.app-download {
    padding: 96px 0;
    background: white;
}

.download-content {
    background: #0dae91;
    border-radius: 24px;
    padding: 0px 64px 0 64px;
    display: flex;
    align-items: center;
    gap: 64px;
    overflow: hidden;
    position: relative;
}

.download-text {
    flex: 1;
    max-width: 480px;
}

.download-title {
    font-family: 'Poppins', zarid;
    font-size: 48px;
    font-weight: 600;
    color: white;
    margin-bottom: 24px;
    line-height: 1.25;
    letter-spacing: -0.96px;
}

.download-description {
    font-size: 20px;
    color: #e6fdf9;
    margin-bottom: 48px;
    line-height: 1.5;
}

.download-options {
    display: flex;
    align-items: center;
    gap: 16px;
}

.qr-card {
    width: 160px;
    height: 160px;
    display: flex;
}

.qr-code {
    width: 100%;
    height: 100%;
    border-radius: 16px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    display: block;
}

.store-badges {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.store-badge {
    width: 149px;
    height: 44px;
}

.google-play-badge {
    position: relative;
    width: 148.5px;
    height: 44px;
    background: black;
    border-radius: 7px;
    border: 1px solid #a6a6a6;
    display: flex;
    align-items: center;
    justify-content: center;
}

.play-logo {
    position: absolute;
    top: 8px;
    left: 11px;
    width: 25px;
    height: 28px;
}

.get-it-on {
    position: absolute;
    top: 16.94%;
    left: 30.56%;
    width: 28.78%;
    height: 15.67%;
}

.google-play-text {
    position: absolute;
    top: 42.62%;
    left: 30.40%;
    width: 62.80%;
    height: 42.58%;
}

.download-phones {
    flex: 1;
    position: relative;
    height: 512px;
}

.app-download .app-img {
    flex: 1;
    position: relative;
    height: 520px;
}

.app-download .app-img img {
    position: absolute;
    bottom: 0;
    width: auto;
}

.phone-left {
    position: absolute;
    top: 112px;
    left: 48px;
}

.phone-right {
    position: absolute;
    top: 48px;
    right: 48px;
}

.advantages {
    padding: 96px 0;
    background: white;
}

.advantages-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

.advantage-card {
    background: #f8fafc;
    border-radius: 12px;
    padding: 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    text-align: center;
    transition: all 0.3s ease;
}

.advantage-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.advantage-icon {
    width: 48px;
    height: 48px;
    border-radius: 24px;
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.icon-circle {
    width: 32px;
    height: 32px;
    background: #bbede4;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon-circle img {
    width: 20px;
    height: 20px;
}

.advantage-title {
    font-size: 18px;
    font-weight: 600;
    color: #1e293b;
    line-height: 1.4;
}

.advantage-description {
    font-size: 16px;
    color: #475569;
    line-height: 1.5;
}

.appointment {
    padding: 96px 0;
    background: white;
}

.appointment-content {
    background: #f5f5f5;
    border-radius: 24px;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.appointment-text {
    flex: 1;
    padding: 64px;
}

.appointment-title {
    font-family: 'Poppins', zarid;
    font-size: 36px;
    font-weight: 600;
    color: #181d27;
    margin-bottom: 20px;
    line-height: 1.22;
    letter-spacing: -0.72px;
}

.appointment-description {
    font-size: 20px;
    color: #535861;
    margin-bottom: 48px;
    line-height: 1.5;
    max-width: 480px;
}

.appointment-image {
    flex: 1;
    height: 480px;
    position: relative;
    padding: 47px;
}

.mockup-container {
    background: white;
    border-radius: 20px;
    border: 0.63px solid rgba(0, 0, 0, 0.08);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    padding: 2.53px;
    height: 120%;
    width: 115%;
}

.mockup-frame {
    background: white;
    border-radius: 17.68px;
    overflow: hidden;
    box-shadow: inset 0 0 2.53px 1.26px rgba(10, 12, 18, 0.03), inset 0 0 3.79px 1.26px rgba(10, 12, 18, 0.08);
    height: 100%;
}

.mockup-screen {
    background: #f5f5f5;
    border-radius: 15.16px;
    border: 1.26px solid #e9e9eb;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
}

.testimonials {
    background: white;
}

.testimonial-card {
    background: #F8FAFC;
    border-radius: 15px;
    padding: 20px;
    margin: 0 15px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.06);
    text-align: left;
    min-height: 180px;
}

.testimonial-text {
    font-size: 15px;
    margin-bottom: 15px;
    color: #333;
}

.testimonial-author {
    display: flex;
    align-items: center;
    gap: 6px;
    font-weight: 600;
}

.verified-icon {
    width: 16px;
    height: 16px;
}

.testimonial-controls {
    display: flex;
    justify-content: center;
    gap: 15px;
}

.control-btn {
    background: #f3f4f6;
    color: #4b5563;
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: poPoppins;
}

.control-btn:hover {
    background: #e5e7eb;
}

/* Newsletter Section */
.newsletter {
    padding: 96px 0;
    background: #f1f5f9;
}

.newsletter-content {
    text-align: center;
    max-width: 768px;
    margin: 0 auto;
}

.newsletter-title {
    font-family: 'Poppins', zarid;
    font-size: 36px;
    font-weight: 600;
    color: #181d27;
    margin-bottom: 12px;
    line-height: 1.22;
    letter-spacing: -0.72px;
}

[dir="rtl"] .newsletter-title {
    letter-spacing: 0;
}

.newsletter-description {
    font-size: 20px;
    color: #535861;
    margin-bottom: 24px;
    line-height: 1.5;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.newsletter-form {
    font-family: "Poppins", zarid !important;
    display: flex;
    justify-content: center;
    gap: 12px;
    max-width: 520px;
    margin: 0 auto;
    flex-wrap: wrap;
    align-items: center;
}

[dir="rtl"] .newsletter-form {
    flex-direction: row-reverse;
}

.newsletter-input {
    flex: 1 1 220px;
    min-width: 220px;
    padding: 12px 16px;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    font-size: 16px;
    background: #fff;
    direction: ltr;
    text-align: left;
    line-height: 1.5;
}

.newsletter-input::placeholder {
    color: #94a3b8;
    font-size: 15px;
}

.newsletter-form .btn-primary,
.newsletter-form .btn,
.newsletter-btn {
    font-family: "Poppins", zarid !important;
    font-size: 16px;
    white-space: nowrap;
    border-radius: 8px;
    background: #0dae91;
    color: #fff;
    border: none;
    font-weight: 600;
    cursor: pointer;
}

/* Footer */
.footer {
    background: white;
    padding: 56px 0 24px;
    position: relative;
}

.footer-content {
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 64px;
    margin-bottom: 40px;
}

.footer-logo img {
    width: 164px;
    height: 71px;
}

.footer-links {
    display: flex;
    gap: 64px;
}

.footer-section {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.footer-title {
    font-size: 18px;
    font-weight: 500;
    color: #1e293b;
}

.footer-list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.footer-link {
    font-size: 16px;
    color: #4b5563;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-link:hover {
    color: #1e293b;
}

.footer-contact {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.contact-info {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.contact-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    color: #4b5563;
}

.contact-icon {
    width: 16px;
    height: 16px;
}

.directions-link {
    font-size: 16px;
    color: #4b5563;
    text-decoration: underline;
    margin-left: 24px;
}

.social-links {
    display: flex;
    align-items: center;
    gap: 16px;
}

.social-group {
    display: flex;
    gap: 16px;
}

.social-icon {
    width: 24px;
    height: 24px;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.social-icon:hover {
    transform: scale(1.1);
}

.divider {
    width: 1px;
    height: 20px;
    background: #cbd5e1;
}

.app-links {
    display: flex;
    gap: 16px;
}

.app-icon {
    width: 24px;
    height: 24px;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.app-icon:hover {
    transform: scale(1.1);
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 24px;
    border-top: 1px solid #d1d5db;
}

.copyright {
    font-size: 20px;
    font-weight: 500;
    color: #111827;
}

.language-selector {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 20px;
    color: #1e293b;
}

.language {
    font-weight: 500;
    color: #4b5563;
}

/* Responsive Design */
@media (max-width: 1024px) {
    .hero-content {
        flex-direction: column;
        gap: 64px;
        text-align: center;
    }

    .hero-title {
        font-size: 48px;
    }

    .hero-text {
        max-width: 100%;
    }

    .hero-description {
        max-width: 100%;
    }

    .services-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .advantages-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .testimonials-grid {
        grid-template-columns: repeat(2, 1fr);
        padding-left: 0;
    }

    .testimonial-card:last-child {
        margin-right: 0;
    }

    .registration-cards {
        flex-direction: column;
    }

    .download-content {
        flex-direction: column;
        text-align: center;
        gap: 32px;
    }

    .app-download .app-img {
        height: 360px;
    }

    .app-download .app-img img {
        position: static;
        height: auto;
        width: 100%;
        max-width: 400px;
        margin: 0 auto;
    }

    .appointment-content {
        flex-direction: column;
    }

    .footer-content {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .footer-links {
        justify-content: space-between;
    }
}

@media (max-width: 768px) {

    .container,
    .container-sm {
        max-width: 100% !important;
        width: 100% !important;
        padding: 0 20px !important;
    }

    .nav {
        display: none;
    }

    .hero {
        padding: 60px 0;
    }

    .hero-content {
        gap: 40px;
    }

    .hero-title {
        font-size: 32px;
        line-height: 1.3;
    }

    .hero-description {
        font-size: 16px;
        margin-bottom: 32px;
    }

    .hero-image {
        width: 100%;
        max-width: 350px;
        height: 500px;
        margin: 0 auto;
    }

    /* Services section - horizontal scroll */
    .services {
        padding: 48px 0;
    }

    .services-grid {
        display: flex;
        overflow-x: auto;
        gap: 12px;
        padding: 0 20px;
        margin: 0 -20px;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
    }

    .services-grid::-webkit-scrollbar {
        display: none;
    }

    .service-card {
        flex: 0 0 140px;
        min-width: 140px;
        scroll-snap-align: start;
    }

    .service-card.active {
        border-color: #0dae91;
        border-width: 2px;
    }

    .service-card {
        padding: 12px 8px;
    }

    /* Service highlight */
    .service-highlight {
        margin-top: 24px;
        padding: 24px 20px;
    }

    .highlight-title {
        font-size: 20px;
        margin-bottom: 12px;
    }

    .highlight-description {
        font-size: 15px;
    }

    .service-icon {
        width: 48px;
        height: 48px;
    }

    .service-title {
        font-size: 14px;
    }

    .advantages-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .testimonials-grid {
        grid-template-columns: 1fr;
    }

    .registration-card {
        padding: 24px 20px;
    }

    .card-title {
        font-size: 24px;
    }

    .card-description {
        font-size: 16px;
    }

    .download-content {
        padding: 32px 24px 0;
    }

    .download-title {
        font-size: 28px;
    }

    .download-description {
        font-size: 16px;
    }

    .qr-card {
        width: 120px;
        height: 120px;
    }

    .store-badge {
        width: 130px;
        height: 38px;
    }

    .appointment-text {
        padding: 40px 24px;
    }

    .appointment-title {
        font-size: 28px;
    }

    .appointment-description {
        font-size: 16px;
    }

    .footer-links {
        flex-direction: column;
        gap: 32px;
    }

    .footer-bottom {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }

    .newsletter-form {
        flex-direction: column;
    }

    .section-title {
        font-size: 26px;
    }

    .section-description {
        font-size: 16px;
    }
}

@media (max-width: 480px) {
    .container {
        padding: 0 16px !important;
    }

    .hero {
        padding: 32px 0 40px;
    }

    .hero-content {
        gap: 20px;
    }

    .hero-title {
        font-size: 26px !important;
        margin-bottom: 14px;
        line-height: 1.2;
    }

    .hero-description {
        font-size: 14px;
        margin-bottom: 24px;
        line-height: 1.5;
    }

    .hero-image {
        max-width: 280px;
        height: 420px;
    }

    .blob {
        width: 260px;
        height: 300px;
    }

    .phone-mockup {
        width: 220px;
        height: 440px;
    }

    .hero-btns .btn {
        padding: 12px 28px;
        font-size: 15px;
        min-width: 180px;
        background-color: #0dae91;
        color: white;
    }

    .hero-btns .btn:hover {
        background-color: #0b947b;
        color: white;
    }

    /* Services section - horizontal scroll */
    .services {
        padding: 48px 0;
    }

    .services-grid {
        display: flex;
        overflow-x: auto;
        gap: 12px;
        padding: 0 16px;
        margin: 0 -16px;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
    }

    .services-grid::-webkit-scrollbar {
        display: none;
    }

    .service-card {
        flex: 0 0 130px;
        min-width: 130px;
        scroll-snap-align: start;
        padding: 16px 12px;
    }

    .service-card.active {
        border-color: #0dae91;
        border-width: 2px;
    }

    .hero-btns {
        padding-bottom: 0;
    }

    .service-card {
        padding: 10px 6px;
        flex: 0 0 120px;
        min-width: 120px;
    }

    /* Service highlight */
    .service-highlight {
        margin-top: 20px;
        padding: 20px 16px;
    }

    .highlight-title {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .highlight-description {
        font-size: 14px;
    }

    .service-icon {
        width: 40px;
        height: 40px;
    }

    .service-title {
        font-size: 12px;
    }

    .section-title {
        font-size: 22px;
    }

    .section-description {
        font-size: 14px;
    }

    .card-title {
        font-size: 20px;
    }

    .card-description {
        font-size: 14px;
    }

    .download-title {
        font-size: 24px;
    }

    .download-description {
        font-size: 14px;
    }

    .store-badge {
        width: 120px;
        height: 36px;
    }
}

@media (max-width: 767px) {
    .newsletter-input {
        min-width: 100%;
        width: 100%;
        flex: 1 1 100%;
    }
}

@media (max-width: 767px) {

    /* Remove ALL gaps and fix container */
    .container,
    .container-sm {
        max-width: 100% !important;
        width: 100% !important;
        padding: 0 16px !important;
        margin: 0 auto !important;
    }

    /* Fix body and html */
    body {
        overflow-x: hidden;
        width: 100%;
        margin: 0;
        padding: 0;
        background: #F8FAFC;
    }

    html {
        overflow-x: hidden;
        width: 100%;
    }

    main {
        overflow: visible;
    }

    /* Remove row gaps */
    .row {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .row>* {
        padding-left: 8px !important;
        padding-right: 8px !important;
    }

    /* Fix header */
    .header-area {
        padding: 0;
        background: #F8FAFC;
        box-shadow: none;
        border-bottom: none;
        position: relative;
        z-index: 1000;
    }

    .main-header {
        padding: 20px 0;
    }

    .main-header .container-fluid {
        padding: 0 20px;
    }

    .header-sticky {
        position: relative;
        background: #F8FAFC;
    }

    .main-header .row {
        display: flex;
        align-items: center;
        flex-wrap: nowrap;
        padding: 7px;
    }

    /* Mobile menu column - order 1 (left) */
    .main-header .col-12.order-3 {
        order: 1 !important;
        flex: 0 0 auto !important;
        width: auto !important;
        max-width: 50px !important;
    }

    /* Logo column - order 2 (center-left) */
    .main-header .col-xl-2.col-lg-2.col-md-2.col-6:first-child {
        order: 2 !important;
        text-align: left !important;
        flex: 1 !important;
        padding-left: 12px !important;
    }

    /* Download column - order 3 (right) */
    .main-header .col-xl-2.col-lg-2.col-md-2.col-6.order-1 {
        order: 3 !important;
        text-align: right !important;
        flex: 0 0 auto !important;
    }

    /* Hide center navigation */
    .main-header .col-xl-8 {
        display: none !important;
    }

    .logo img {
        max-height: 40px;
        width: auto;
    }

    .download-header a {
        font-size: 15px;
        font-weight: 600;
        color: #334155;
        white-space: nowrap;
    }

    /* Hamburger menu styling */
    .slicknav_btn {
        background: transparent !important;
        padding: 0 !important;
        margin: 0 !important;
        border: none !important;
    }

    .slicknav_menutxt {
        display: none !important;
    }

    .slicknav_icon-bar {
        background-color: #64748B !important;
        height: 3px !important;
        width: 24px !important;
        border-radius: 2px !important;
    }

    /* Hero Section - Mobile Design */
    .hero {
        padding: 32px 0 48px;
        background: #F8FAFC;
        margin-top: 0;
        overflow: visible;
        position: relative;
    }

    .hero-content {
        flex-direction: column;
        gap: 24px;
        padding-top: 75px;
    }

    .hero-text {
        order: 2;
        max-width: 100%;
        padding: 0 16px;
        text-align: center;
    }

    .hero-image {
        order: 1;
        width: 100%;
        max-width: 300px;
        height: 450px;
        margin: 0 auto;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .hero-title {
        font-size: 28px !important;
        line-height: 1.25;
        margin-bottom: 16px;
        font-weight: 600;
        color: #0F172A;
    }

    .hero-description {
        font-size: 15px;
        line-height: 1.6;
        margin-bottom: 28px;
        color: #535861;
        max-width: 100%;
    }

    .hero-btns {
        padding-bottom: 0;
        display: flex;
        justify-content: center;
        width: 100%;
    }

    .hero-btns .btn {
        padding: 25px 32px;
        font-size: 16px;
        border-radius: 8px;
        font-weight: 600;
        min-width: 200px;
        background-color: #0dae91;
        color: white;
        text-decoration: none;
        display: inline-block;
        text-align: center;
    }

    .hero-btns .btn:hover {
        background-color: #0b947b;
        color: white;
    }

    /* Scale phone mockup for mobile */
    .blob {
        width: 280px;
        height: 320px;
    }

    .phone-mockup {
        width: 240px;
        height: 480px;
    }

    .phone-frame {
        position: relative;
        width: 100%;
        height: 100%;
    }

    /* Fix all sections padding */
    .services,
    .registration,
    .app-download,
    .advantages,
    .appointment,
    .testimonials,
    .newsletter {
        padding: 48px 0;
    }

    /* Services section */
    .services-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
        padding: 4px;
    }

    .hero-btns {
        padding-bottom: 38px;
    }

    .service-card {
        padding: 10px 8px;
        min-height: 90px;
    }

    .service-icon {
        width: 36px;
        height: 36px;
    }

    .service-title {
        font-size: 12px;
    }

    /* Registration cards */
    .registration-cards {
        gap: 16px;
    }

    .registration-card {
        padding: 20px 16px;
    }

    .card-content {
        flex-direction: column;
    }

    .card-content .row {
        flex-direction: column-reverse;
    }

    .card-text {
        text-align: center;
        margin-bottom: 16px;
    }

    .card-title {
        font-size: 22px;
        margin-bottom: 12px;
    }

    .card-description {
        font-size: 15px;
    }

    .card-image {
        max-width: 120px;
        margin: 0 auto 16px;
        height: auto;
    }

    /* Download section */
    .download-content {
        padding: 0px 14px 0;
        border-radius: 16px;
    }

    .download-text {
        text-align: center;
        padding: 0;
    }

    .download-title {
        font-size: 26px;
        line-height: 1.3;
    }

    .download-description {
        font-size: 15px;
    }

    .download-options {
        justify-content: center;
        padding: 16px;
    }

    .app-download .app-img {
        display: none;
    }

    .advantages-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .appointment-content {
        flex-direction: column;
        padding: 0;
    }

    .appointment-text {
        padding: 24px 20px;
        text-align: center;
        order: 1;
    }

    .appointment-image {
        order: 2;
        height: auto;
        padding: 20px;
    }

    .appointment-title {
        font-size: 24px;
    }

    .appointment-description {
        font-size: 15px;
    }

    .mockup-container {
        max-width: 300px;
        height: auto;
        width: 100%;
        margin: 0 auto;
    }

    .testimonial-card {
        padding: 16px;
        margin: 0 8px;
        min-height: 160px;
    }

    .testimonial-text {
        font-size: 14px;
        line-height: 1.6;
    }

    .newsletter {
        padding: 40px 0;
    }

    .newsletter-title {
        font-size: 22px;
        line-height: 1.3;
    }

    .newsletter-description {
        font-size: 15px;
    }

    .newsletter-form {
        max-width: 100%;
    }

    .newsletter-input {
        width: 100%;
        min-width: 100%;
        margin-bottom: 12px;
    }

    .subscribe-btn {
        width: 100%;
        min-width: 100%;
    }

    .footer-area {
        padding: 32px 0 0 0;
    }

    .footer-content {
        gap: 24px;
    }

    .footer-copy-right {
        padding-top: 16px;
        margin-top: 24px;
    }

    .section-header {
        margin-bottom: 32px;
        padding: 0 16px;
    }

    .section-title {
        font-size: 22px;
        line-height: 1.3;
    }

    .section-description {
        font-size: 15px;
        line-height: 1.5;
    }

    * {
        max-width: 100%;
    }

    img {
        max-width: 100%;
        height: auto;
    }
}

@media (max-width: 375px) {
    .container {
        padding: 0 12px !important;
    }

    .hero {
        padding: 24px 0 32px;
    }

    .hero-content {
        gap: 18px;
    }

    .hero-title {
        font-size: 24px !important;
        line-height: 1.2;
        margin-bottom: 12px;
    }

    .hero-description {
        font-size: 13px;
        line-height: 1.4;
        margin-bottom: 20px;
    }

    .hero-image {
        max-width: 260px;
        height: 380px;
    }

    .blob {
        width: 240px;
        height: 280px;
    }

    .phone-mockup {
        width: 200px;
        height: 400px;
    }

    .hero-btns .btn {
        font-size: 14px;
        padding: 11px 24px;
        min-width: 160px;
        background-color: #0dae91;
        color: white;
    }

    .hero-btns .btn:hover {
        background-color: #0b947b;
        color: white;
    }

    .section-title {
        font-size: 20px;
        line-height: 1.3;
    }

    .section-description {
        font-size: 13px;
    }

    .services-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }

    .service-highlight {
        padding: 12px;
    }

    .highlight-title {
        font-size: 16px;
    }

    .highlight-description {
        font-size: 14px;
    }

    .advantage-card {
        padding: 16px 12px;
    }

    .advantage-title {
        font-size: 16px;
    }

    .advantage-description {
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .mobile_menu {
        width: 100%;
    }

    .slicknav_menu {
        background: transparent;
    }
}

@media (max-width: 767px) {
    .testimonials-slider {
        margin: 0 auto;
        padding: 0 16px;
        max-width: 100%;
    }

    .testimonials-slider .slick-list {
        overflow: hidden;
        height: auto !important;
        min-height: 180px;
        padding: 10px 0;
    }

    .testimonials-slider .slick-track {
        display: flex !important;
        align-items: stretch;
    }

    .testimonials-slider .slick-slide {
        opacity: 0.5;
        transform: scale(0.95);
        transition: all 0.3s ease;
        margin: 0;
        padding: 0;
        width: 100% !important;
        max-width: 100% !important;
    }

    .testimonials-slider .slick-slide.slick-current {
        opacity: 1;
        transform: scale(1);
    }

    .testimonial-card {
        min-height: auto !important;
        padding: 20px 16px !important;
        margin: 0 8px !important;
        background: #F8FAFC;
        border-radius: 15px;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.06);
        width: 100% !important;
        max-width: 100% !important;
        height: auto !important;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .testimonial-text {
        font-size: 14px !important;
        line-height: 1.6 !important;
        margin-bottom: 16px !important;
        color: #333;
        word-break: break-word;
        hyphens: auto;
    }

    .testimonial-author {
        display: flex;
        align-items: center;
        gap: 6px;
        font-weight: 600;
        font-size: 14px;
    }

    .verified-icon {
        width: 16px;
        height: 16px;
    }

    .testimonial-controls {
        margin-top: 32px !important;
        display: flex;
        justify-content: center;
        gap: 15px;
    }

    .control-btn {
        width: 40px !important;
        height: 40px !important;
        background: #f3f4f6;
        color: #4b5563;
        border: none;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
    }

    .control-btn:hover {
        background: #e5e7eb;
    }

    .control-btn svg {
        width: 20px;
        height: 20px;
    }

    /* Optional: Show dots if needed */
    .testimonials-slider .slick-dots {
        bottom: -40px;
        display: flex !important;
        justify-content: center;
        list-style: none;
        padding: 0;
        margin: 20px 0 0 0;
    }

    .testimonials-slider .slick-dots li {
        margin: 0 4px;
    }

    .testimonials-slider .slick-dots li button {
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background: #E2E8F0;
        border: none;
        padding: 0;
        font-size: 0;
        cursor: pointer;
    }

    .testimonials-slider .slick-dots li.slick-active button {
        width: 24px;
        border-radius: 4px;
        background: #0DAE91;
    }
}

@media (max-width: 480px) {
    .testimonial-card {
        padding: 16px 12px !important;
        margin: 0 8px !important;
    }

    .testimonial-text {
        font-size: 13px !important;
        line-height: 1.5;
    }

    .control-btn {
        width: 36px !important;
        height: 36px !important;
    }
}

.testimonial-text {
    word-break: break-word;
    hyphens: auto;
}

.testimonials-swiper-wrapper {
    position: relative;
    width: 100%;
    padding: 20px 0;
}

.testimonialsSwiper {
    width: 100%;
    padding: 10px 0 20px 0;
}

.swiper-slide {
    height: auto;
    display: flex;
}

.testimonial-card {
    background: #F8FAFC;
    border-radius: 15px;
    padding: 24px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.06);
    text-align: left;
    min-height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    height: 100%;
}

.testimonial-text {
    font-size: 15px;
    margin-bottom: 20px;
    color: #333;
    line-height: 1.6;
    flex-grow: 1;
}

.testimonial-author {
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 600;
    font-size: 14px;
}

.verified-icon {
    width: 18px;
    height: 18px;
}

.testimonial-controls {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-top: 30px;
}

.control-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border: 1px solid #e9e9eb;
    border-radius: 50%;
    background: white;
    cursor: pointer;
    transition: all 0.3s ease;
    flex-shrink: 0;
    z-index: 10;
}

.control-btn:hover:not(.swiper-button-disabled) {
    background-color: #f8f9fa;
    transform: scale(1.05);
}

.control-btn.swiper-button-disabled {
    opacity: 0.3;
    cursor: not-allowed;
}

/* Custom Pagination Dots */
.swiper-pagination-custom {
    display: flex;
    gap: 8px;
    align-items: center;
}

.swiper-pagination-custom .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #E2E8F0;
    cursor: pointer;
    transition: all 0.3s ease;
    opacity: 1;
}

.swiper-pagination-custom .swiper-pagination-bullet:hover {
    background: #CBD5E1;
}

.swiper-pagination-custom .swiper-pagination-bullet-active {
    width: 28px;
    border-radius: 5px;
    background: #0DAE91;
}

/* Mobile Styles */
@media (max-width: 767px) {
    .testimonial-card {
        min-height: 180px;
        padding: 20px;
    }

    .testimonial-text {
        font-size: 14px;
        margin-bottom: 16px;
    }

    .control-btn {
        width: 40px;
        height: 40px;
    }

    .control-btn svg {
        width: 20px;
        height: 20px;
    }
}

@media (max-width: 480px) {
    .testimonial-card {
        padding: 16px;
    }

    .testimonial-text {
        font-size: 13px;
    }

    .control-btn {
        width: 36px;
        height: 36px;
    }
}

.mobile-menu {
    position: fixed;
    top: 0;
    bottom: 0;
    width: 80%;
    max-width: 305px;
    background: #fff;
    z-index: 9999;
    overflow-y: auto;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease-in-out;
    padding-bottom: 40px;
}

/* direction */
.mobile-menu.ltr {
    left: 0;
    transform: translateX(-100%);
}

.mobile-menu.rtl {
    right: 0;
    transform: translateX(100%);
}

.mobile-menu.active.ltr {
    transform: translateX(0);
}

.mobile-menu.active.rtl {
    transform: translateX(0);
}

.menu-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px;
    border-bottom: 1px solid #eee;
}

.menu-logo img {
    height: 40px;
}

.menu-close {
    background: none;
    border: none;
    font-size: 30px;
    cursor: pointer;
    color: #333;
}

.language-switcher {
    display: flex;
    justify-content: space-between;
    padding: 15px 20px;
    border-bottom: 1px solid #eee;
    font-weight: 600;
}

.menu-links li a {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    border-bottom: 1px solid #eeeeee;
    padding: 14px 20px;
    color: #222;
    text-decoration: none;
    font-weight: 500;
    transition: background 0.2s;
}

.menu-links li a:hover {
    background: #f8f8f8;
}

.arrow {
    color: #999;
}

@media (min-width: 992px) {

    .mobile-menu,
    #openMenu {
        display: none !important;
    }
}

/* === Responsive Header Fix === */
@media (max-width: 767.98px) {
    header .main-header {
        padding: 0.5rem 1rem;
    }

    header .logo {
        display: flex;
        align-items: center;
    }

    /* Adjust direction for Arabic */
    [dir="rtl"] header .logo {
        flex-direction: row-reverse;
        order: 2 !important;
        direction: ltr !important;
    }

    [dir="rtl"] header .main-header {
        flex-direction: row-reverse;
        order: 1 !important;
    }

    header .logo img {
        max-height: 45px;
    }

    header .logo button {
        background: none;
        border: none;
        padding: 0;
        margin: 0 8px;
    }
}

/* Hide menu icon on desktop */
@media (min-width: 768px) {
    #openMenu {
        display: none !important;
    }
}

/* 📱 Responsive: Show 2 cards per row on mobile */
@media (max-width: 767.98px) {
    .advantages-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .advantage-card {
        padding: 10px;
        gap: 12px;
    }

    .advantage-title {
        font-size: 15px;
    }

    .advantage-description {
        font-size: 13px;
    }
}

/* 📱 Optional: extra small screens (like old phones) */
@media (max-width: 480px) {
    .advantages-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }

    .advantage-title {
        font-size: 14px;
    }

    .advantage-description {
        font-size: 12px;
    }
}

@media (max-width: 767px) {

    /* Registration Section */
    .registration {
        padding: 48px 0;
        background: white;
    }

    .registration-cards {
        display: flex;
        flex-direction: column;
        gap: 16px;
    }

    /* Card with light green/teal background */
    .registration-card {
        background: #F1F5F9;
        border-radius: 16px;
        padding: 20px;
        display: flex;
        flex-direction: column;
        gap: 16px;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
        min-height: auto;
    }

    /* Horizontal layout for content */
    .registration-card .card-content {
        display: flex !important;
        flex-direction: row !important;
        align-items: flex-start;
        justify-content: space-between;
        gap: 1px;
        margin-bottom: 0;
        flex: 1;
    }

    .registration-card .card-content .row {
        display: flex !important;
        flex-direction: row !important;
        align-items: flex-start;
        gap: 4px;
        width: 100%;
        margin: 0 !important;
    }

    .registration-card .card-text {
        flex: 1;
        max-width: none !important;
        padding: 0 !important;
        margin: 0;
    }

    html[dir="rtl"] .registration-card .card-text,
    body[dir="rtl"] .registration-card .card-text,
    [dir="rtl"] .registration-card .card-text {
        text-align: right !important;
        order: 2;
    }

    html[dir="rtl"] .registration-card .card-image,
    body[dir="rtl"] .registration-card .card-image,
    [dir="rtl"] .registration-card .card-image {
        order: 1;
    }

    html[dir="rtl"] .registration-card .card-title,
    body[dir="rtl"] .registration-card .card-title,
    [dir="rtl"] .registration-card .card-title {
        text-align: right !important;
    }

    html[dir="rtl"] .registration-card .card-description,
    body[dir="rtl"] .registration-card .card-description,
    [dir="rtl"] .registration-card .card-description {
        text-align: right !important;
    }

    html[dir="ltr"] .registration-card .card-text,
    body[dir="ltr"] .registration-card .card-text,
    [dir="ltr"] .registration-card .card-text {
        text-align: left !important;
        order: 1;
    }

    html[dir="ltr"] .registration-card .card-image,
    body[dir="ltr"] .registration-card .card-image,
    [dir="ltr"] .registration-card .card-image {
        order: 2;
    }

    html[dir="ltr"] .registration-card .card-title,
    body[dir="ltr"] .registration-card .card-title,
    [dir="ltr"] .registration-card .card-title {
        text-align: left !important;
    }

    html[dir="ltr"] .registration-card .card-description,
    body[dir="ltr"] .registration-card .card-description,
    [dir="ltr"] .registration-card .card-description {
        text-align: left !important;
    }

    .registration-card .card-text {
        text-align: right;
    }

    .registration-card .card-image {
        order: 1;
    }

    .registration-card .card-image {
        flex: 0 0 80px !important;
        width: 80px !important;
        max-width: 80px !important;
        min-width: 80px !important;
        height: auto;
        margin: 0 !important;
        padding: 0 !important;
        display: flex;
        align-items: flex-start;
    }

    .registration-card .card-image img {
        width: 100%;
        height: auto;
        object-fit: contain;
    }

    .registration-card .card-title {
        font-size: 18px !important;
        font-weight: 600;
        color: #0F172A;
        margin-bottom: 8px;
        line-height: 1.3;
        text-align: right;
    }

    /* Card Description - Smaller */
    .registration-card .card-description {
        font-size: 13px !important;
        color: #64748B;
        line-height: 1.5;
        margin-bottom: 0;
        text-align: right;
        /* Default RTL */
    }

    /* Button - Full Width at bottom */
    .registration-card .btn-full {
        width: 100% !important;
        padding: 14px 20px !important;
        font-size: 15px !important;
        font-weight: 600;
        border-radius: 8px;
        margin-top: 0 !important;
        background-color: #0dae91 !important;
        color: white !important;
        text-align: center;
        text-decoration: none;
        display: block;
        transition: background-color 0.3s ease;
        border: none;
    }

    .registration-card .btn-full:hover,
    .registration-card .btn-full:focus,
    .registration-card .btn-full:active {
        background-color: #0b947b !important;
        color: white !important;
    }

    /* Remove all Bootstrap padding */
    .registration-card .card-content .col-md-8,
    .registration-card .card-content .col-12,
    .registration-card .card-content .col-md-4,
    .registration-card .card-content .col-4,
    .registration-card .card-content [class*="col-"] {
        padding: 0 !important;
        margin: 0 !important;
    }
}

/* Extra small screens */
@media (max-width: 480px) {

    .container,
    .container-fluid {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .registration-card {
        padding: 16px !important;
        gap: 12px;
    }

    .registration-card .card-title {
        font-size: 18px !important;
        margin-bottom: 6px;
    }

    /* RTL text alignment for small screens */
    html[dir="rtl"] .registration-card .card-title,
    body[dir="rtl"] .registration-card .card-title,
    [dir="rtl"] .registration-card .card-title {
        text-align: right !important;
    }

    html[dir="ltr"] .registration-card .card-title,
    body[dir="ltr"] .registration-card .card-title,
    [dir="ltr"] .registration-card .card-title {
        text-align: left !important;
    }

    .registration-card .card-description {
        font-size: 14px !important;
    }

    /* RTL text alignment for small screens */
    html[dir="rtl"] .registration-card .card-description,
    body[dir="rtl"] .registration-card .card-description,
    [dir="rtl"] .registration-card .card-description {
        text-align: right !important;
    }

    html[dir="ltr"] .registration-card .card-description,
    body[dir="ltr"] .registration-card .card-description,
    [dir="ltr"] .registration-card .card-description {
        text-align: left !important;
    }

    .registration-card .card-image {
        flex: 0 0 70px !important;
        width: 70px !important;
        max-width: 70px !important;
        min-width: 70px !important;
    }

    .registration-card .btn-full {
        padding: 20px 16px !important;
        font-size: 14px !important;
    }
}

@media (max-width: 767px) {

    /* Appointment Section */
    .appointment {
        padding: 48px 0;
        background: white;
    }

    .appointment .container {
        padding: 0 16px;
    }

    /* Card Container with Border */
    .appointment-content {
        background: white !important;
        border-radius: 16px !important;
        display: flex !important;
        flex-direction: column !important;
        overflow: hidden;
        box-shadow: none !important;
        border: 2px dashed #CBD5E1 !important;
        padding: 0 !important;
    }

    /* Image at Top with Rounded Corners */
    .appointment-image {
        order: 1 !important;
        height: auto !important;
        padding: 12px 12px 0 12px !important;
        width: 100%;
        margin: 0 !important;
    }

    /* Remove mockup container effects */
    .appointment-image .mockup-container {
        background: transparent !important;
        border: none !important;
        box-shadow: none !important;
        padding: 0 !important;
        height: auto !important;
        width: 100% !important;
        max-width: 100% !important;
    }

    .appointment-image .mockup-frame {
        background: transparent !important;
        border-radius: 12px !important;
        overflow: hidden;
        box-shadow: none !important;
        height: auto !important;
        width: 100% !important;
    }

    /* Actual Image Display */
    .appointment-image .mockup-screen {
        background-size: cover !important;
        background-position: center !important;
        border-radius: 12px !important;
        border: none !important;
        width: 100% !important;
        height: 220px !important;
        min-height: 220px;
        position: relative;
    }

    /* If using img tag directly */
    .appointment-image img {
        width: 100%;
        height: auto;
        max-height: 220px;
        object-fit: cover;
        border-radius: 12px;
    }

    /* Text Content */
    .appointment-text {
        order: 2 !important;
        padding: 20px !important;
        text-align: center !important;
        background: white;
    }

    .appointment-title {
        font-size: 18px !important;
        font-weight: 600 !important;
        color: #0F172A !important;
        margin-bottom: 8px !important;
        line-height: 1.3 !important;
        text-align: center !important;
    }

    .appointment-description {
        font-size: 13px !important;
        color: #64748B !important;
        line-height: 1.6 !important;
        margin-bottom: 20px !important;
        max-width: 100%;
        text-align: center !important;
    }

    /* Full Width Teal Button */
    .appointment-text .btn,
    .appointment-text .btn-primary,
    .appointment-text a.btn {
        width: 100% !important;
        padding: 20px 20px !important;
        font-size: 15px !important;
        font-weight: 600 !important;
        border-radius: 8px !important;
        background-color: #0dae91 !important;
        color: white !important;
        text-align: center !important;
        text-decoration: none !important;
        display: block !important;
        border: none !important;
        margin: 0 !important;
        box-shadow: none !important;
    }

    .appointment-text .btn:hover,
    .appointment-text .btn:focus,
    .appointment-text .btn:active,
    .appointment-text .btn-primary:hover,
    .appointment-text .btn-primary:focus,
    .appointment-text .btn-primary:active {
        background-color: #0b947b !important;
        color: white !important;
    }

    /* RTL/LTR Support */
    html[dir="rtl"] .appointment-description,
    body[dir="rtl"] .appointment-description {
        text-align: right !important;
    }

    html[dir="ltr"] .appointment-description,
    body[dir="ltr"] .appointment-description {
        text-align: left !important;
    }
}

/* Extra Small Screens */
@media (max-width: 480px) {
    .appointment-content {
        border-width: 1.5px !important;
    }

    .appointment-image {
        padding: 10px 10px 0 10px !important;
    }

    .appointment-image .mockup-screen {
        height: 200px !important;
        min-height: 200px;
        border-radius: 10px !important;
    }

    .appointment-image img {
        max-height: 200px;
        border-radius: 10px;
    }

    .appointment-text {
        padding: 16px !important;
    }

    .appointment-title {
        font-size: 16px !important;
        margin-bottom: 8px !important;
    }

    .appointment-description {
        font-size: 12px !important;
        margin-bottom: 16px !important;
    }

    .appointment-text .btn,
    .appointment-text .btn-primary {
        padding: 12px 16px !important;
        font-size: 14px !important;
    }
}

@media (min-width: 768px) {
    .appointment-content {
        background: #f5f5f5 !important;
        border-radius: 24px !important;
        display: flex !important;
        flex-direction: row !important;
        align-items: center;
        overflow: hidden;
        border: none !important;
    }

    .appointment-text {
        flex: 1;
        padding: 64px !important;
        text-align: left !important;
    }

    html[dir="rtl"] .appointment-text {
        text-align: right !important;
    }

    .appointment-title {
        font-family: 'Poppins', zarid;
        font-size: 36px !important;
        font-weight: 600;
        color: #181d27 !important;
        margin-bottom: 20px !important;
        line-height: 1.22 !important;
        letter-spacing: -0.72px;
    }

    .appointment-description {
        font-size: 20px !important;
        color: #535861 !important;
        margin-bottom: 48px !important;
        line-height: 1.5;
        max-width: 480px;
    }

    .appointment-image {
        flex: 1;
        height: 480px !important;
        position: relative;
        padding: 47px !important;
    }

    .appointment-image .mockup-container {
        background: white !important;
        border-radius: 20px !important;
        border: 0.63px solid rgba(0, 0, 0, 0.08) !important;
        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1) !important;
        padding: 2.53px !important;
        height: 120% !important;
        width: 115% !important;
    }

    .appointment-text .btn,
    .appointment-text .btn-primary {
        width: auto !important;
        display: inline-block !important;
    }
}

@media (min-width: 768px) {
    .header {
        box-shadow: none !important;
        top: 0;
        z-index: 1000;
        padding: 0 !important;
    }

    .header-area {
        top: 0;
        z-index: 1000;
        box-shadow: none !important;
    }

    .main-header {
        padding: 0px 0 !important;
    }

    .header-sticky {
        top: 0;
        width: 100%;
        box-shadow: none !important;
    }

    .main-header .container-fluid {
        max-width: 1420px !important;
        padding: 0 0px !important;
        margin: 0 auto !important;
    }

    .logo img {
        height: 50px !important;
        width: auto !important;
    }

    .main-menu nav ul {
        display: flex;
        align-items: flex-start;
        justify-content: center;
        gap: 24px;
        margin: 0;
        padding: 0;
    }

    .main-menu nav ul li {
        list-style: none;
        margin: 0;
    }

    .main-menu nav ul li a {
        color: #475569 !important;
        font-weight: 600 !important;
        font-size: 18px !important;
        text-decoration: none;
        transition: color 0.3s ease;
        padding: 8px 0;
    }

    .main-menu nav ul li a:hover {
        color: #0dae91 !important;
    }

    .download-header {
        margin: 0;
        padding: 0;
    }

    .download-header li {
        list-style: none;
    }

    .download-header li a {
        color: #475569 !important;
        font-weight: 600 !important;
        font-size: 18px !important;
        text-decoration: none;
        padding: 8px 20px;
        background: transparent;
        border-radius: 6px;
        transition: all 0.3s ease;
    }

    .download-header li a:hover {
        color: #0dae91 !important;
    }

    .main-header .row {
        align-items: center !important;
    }

    .main-header .col-xl-2,
    .main-header .col-xl-8,
    .main-header .col-lg-2,
    .main-header .col-lg-8 {
        display: flex;
        align-items: center;
    }

    .main-header .col-xl-8,
    .main-header .col-lg-8 {
        justify-content: center;
    }

    .main-header .col-xl-2:last-child,
    .main-header .col-lg-2:last-child {
        justify-content: flex-end;
    }
}

@media (max-width: 767px) {
    .header-area {
        padding-top: 10px !important;
        position: relative !important;
        z-index: 1000;
        border-bottom: none !important;
    }

    .main-header {
        padding-top: 9px !important;
        padding: 0px 0 !important;
    }

    .main-header .container-fluid {
        padding: 0 0px !important;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1280px !important;
    }
}

.main-header .main-menu ul li>a {
    padding: 27px 16px !important;
}

.container {
    padding: 0 !important;
}

@media (max-width: 480px) {
    .container,
    .container-fluid {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}