﻿
/* Card */
.login-card {
    border-radius: 25px;
    background: #ffffff;
}


/* Input wrapper */
.accoric-input {
    border: 1px solid #000000; /* black border */
    border-radius: 15px;
    overflow: hidden;
    background: #ffffff; /* white background to prevent autofill color */
}
.required {
    color: red !important;
}

/* Input text */
.accoric-field {
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    padding: 10px 12px;
}

/* Remove autofill background color in Chrome */
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #ffffff inset !important;
    -webkit-text-fill-color: #000 !important;
}

/* Icons (left + right) */
.accoric-icon {
    border: 0 !important;
    background: transparent !important;
    color: #666;
}

/* Eye cursor */
.toggle-eye {
    cursor: pointer;
}


/* Focus effect */
.accoric-input:focus-within {
    border-color: #2196f3;
}



/* Forget password link */

.reset-badge {
    background: linear-gradient(135deg, #2fa4f4 0%, #1e8edc 100%);
    border-radius: 14px 14px 0 0;
    margin: -1.5rem -1.5rem 1.4rem -1.5rem;
    padding: 18px 24px;
}

.badge-icon {
    width: 44px;
    height: 44px;
    background: rgba(255,255,255,0.2);
    border-radius: 50%;
}

.strength-bar-wrap .seg {
    flex: 1;
    height: 4px;
    border-radius: 4px;
    background: #e0e0e0;
    transition: background 0.3s;
}

.req-list {
    list-style: none;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2px 8px;
}

    .req-list li {
        font-size: 11.5px;
        color: #aaa;
        transition: color 0.25s;
    }

        .req-list li .ri {
            font-size: 10px;
        }

        .req-list li.met, .req-list li.met .ri {
            color: #2fa4f4;
        }

.match-ok {
    color: #2fa4f4;
}

.match-fail {
    color: #e53935;
}

.top-left-logo {
    top: 0px;
    left: 20px;
    width: 300px;
    z-index: 10;
}


.large-modal {
}

    .large-modal .modal-dialog {
        max-width: 80% !important;
    }





/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error {
    color: #f00;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid red !important;
}

.validation-summary-errors {
    font-weight: bold;
    color: #f00;
}

.validation-summary-valid {
    display: none;
}


input.error {
    border: 1px solid red;
    color: red;
}

.error {
    color: red;
    font-size: 0.75rem;
}

.checkbox-size{
    width:24px;
    height:24px;
}

/* Styles for navbar
-----------------------------------------------------------*/
/* Navbar Scroll Effect */
#mainNavbar.scrolled {
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-bottom-color: rgba(226, 232, 240, 0.5) !important;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

    #mainNavbar.scrolled .navbar-brand span {
        color: rgb(15, 23, 42) !important;
    }

        #mainNavbar.scrolled .navbar-brand span span {
            color: #DC2626 !important;
        }

    #mainNavbar.scrolled .nav-link {
        color: rgb(71, 85, 105) !important;
    }

        #mainNavbar.scrolled .nav-link:hover {
            color: #DC2626 !important;
        }

    #mainNavbar.scrolled .btn-link {
        color: rgb(71, 85, 105) !important;
    }

.nav-link:hover {
    color: white !important;
}

.transition-all {
    transition: all 0.3s ease;
}

/* Gradient Text */
.gradient-text {
    background: linear-gradient(to right, #60a5fa, #67e8f9);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* Phone Float Animation */
@keyframes float {
    0%, 100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }
}

.phone-float {
    animation: float 6s ease-in-out infinite;
}

/* Phone Mockup Hover */
.phone-mockup:hover {
    transform: rotate(0deg) !important;
}

/* Pulse Animation */
@keyframes pulse {
    0%, 100% {
        opacity: 1;
    }

    50% {
        opacity: 0.5;
    }
}

.animate-pulse {
    animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}
/* Feature Card Hover Effect */
.feature-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12) !important;
}

.feature-card .rounded-3 {
    transition: transform 0.3s;
}

.feature-card:hover .rounded-3 {
    transform: scale(1.1);
}
/* Step Card Hover Effects */
.step-card .rounded-4 {
    transition: all 0.3s ease;
}

.step-card:hover .rounded-4 {
    transform: translateY(-8px);
    border-color: rgba(220, 38, 38, 0.3) !important;
    box-shadow: 0 0 20px rgba(220, 38, 38, 0.4) !important;
}

/* Tutorial Button Hover */
.btn:has(.material-icons-round):hover {
    background: #fee2e2 !important;
}
/* Specialty Card Hover Effects */
.specialty-card {
    transition: all 0.3s ease;
}
.specialty-card:hover {
   box-shadow: 0 10px 30px rgba(220, 38, 38, 0.15) !important;
   border-color: #DC2626 !important;
}

.specialty-card:hover .material-icons-round {
    color: #DC2626 !important;
    transform: scale(1.1);
}

/* Hide Scrollbar */
.hide-scrollbar::-webkit-scrollbar {
    display: none;
}

.hide-scrollbar {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

/* Doctor Card Hover */
.doctor-card:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15) !important;
}

.doctor-img {
    transition: transform 0.5s ease;
}

.doctor-card:hover .doctor-img {
    transform: scale(1.05);
}

/* Video Card Hover Effects */
.video-card:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2) !important;
}

    .video-card:hover .video-thumb {
        transform: scale(1.05);
    }

    .video-card:hover .video-overlay {
        background: rgba(0, 0, 0, 0.3) !important;
    }

    .video-card:hover .play-button {
        transform: scale(1.1);
    }

/* Review Card Hover Effect */
.review-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1) !important;
}
/* Store Button Hover Effects */
.btn:has(.material-icons-round):hover {
    background: rgba(255, 255, 255, 0.2) !important;
    transform: scale(1.05);
}

/* FAQ Accordion Custom Styles */
.accordion-button::after {
    display: none; /* Hide default Bootstrap arrow */
}

.accordion-button:not(.collapsed) {
    background-color: white;
    color: #1e293b;
}

    .accordion-button:not(.collapsed) .material-icons-round {
        transform: rotate(180deg);
    }

.accordion-button:focus {
    box-shadow: none;
    border-color: transparent;
}

.accordion-item {
    transition: all 0.3s ease;
}

    .accordion-item:has(.accordion-button:not(.collapsed)) {
        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    }

.transition-all {
    transition: all 0.3s ease;
}
/* Footer Link Hover */
footer a:hover {
    color: #DC2626 !important;
}

/* App Store Button Hover */
footer .btn:hover {
    background: #0f172a !important;
}

/* Call Button Hover */
.rounded-3:has(.material-icons-round[style*="phone_in_talk"]):hover {
    background: #b91c1c !important;
}

.section-background {
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
}

.doctor-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 24px rgba(0,0,0,0.12) !important;
}

.hero-section {
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
    padding-top: 120px;
    padding-bottom: 80px;
}

.filter-card {
    border-radius: 16px;
    background: rgba(255,255,255,0.95);
}

.icon-small {
    font-size: 1.125rem;
}

.icon-large {
    font-size: 4rem;
}

.spinner-large {
    width: 3rem;
    height: 3rem;
}

.doctors-section {
    background: #f8fafc;
}

.theme-Button-Color {
    background: #DC2626;
}
.theme-text-Color {
    color: #DC2626;
}
html[dir="rtl"] body {
    direction: rtl;
    text-align: right;
}

html[dir="rtl"] .text-start {
    text-align: right !important;
}

html[dir="rtl"] .text-end {
    text-align: left !important;
}

html[dir="rtl"] .ms-auto {
    margin-right: auto !important;
    margin-left: 0 !important;
}

html[dir="rtl"] .me-auto {
    margin-left: auto !important;
    margin-right: 0 !important;
}

.checkbox-container {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
}

.checkbox-large {
    width: 24px;
    height: 24px;
    margin-right: 4px;
}

.radio-large {
    transform: scale(1.8);
    margin-right: 6px;
}

.bubble-own {
    background: #dc3545;
    color: #fff;
    border-radius: 18px 18px 4px 18px;
    padding: 8px 14px;
    max-width: 70%;
    word-break: break-word;
}

.bubble-other {
    background: #f1f3f5;
    color: #212529;
    border-radius: 18px 18px 18px 4px;
    padding: 8px 14px;
    max-width: 70%;
    word-break: break-word;
}

.bubble-name {
    font-size: .72rem;
    font-weight: 600;
    color: #6c757d;
    margin-bottom: 2px;
}

.bubble-text {
    font-size: .95rem;
}

.bubble-time {
    font-size: .68rem;
    opacity: .7;
    text-align: right;
    margin-top: 3px;
}
#messageList {
    background: #f0f2f5;
}