/* Custom styles for Surya Hospital */

/* Reduce topbar font size and vertical space */
.navbar-center.topbar {
    padding: 10px 0;
}

.navbar-center.topbar .contact-card-wrap.style-two .contact-card {
    margin-bottom: 0;
}

.navbar-center.topbar .contact-card .contact-info span {
    font-size: 12px;
}

.navbar-center.topbar .contact-card .contact-info a,
.navbar-center.topbar .contact-card .contact-info p {
    font-size: 13px;
}

.navbar-center.topbar .contact-icon {
    width: 40px;
    height: 40px;
}

/* Hide logos (keep in DOM for later replacement) */
.logo img {
    display: none;
}

/* FAQ Accordion Professional Styling */
.faq-category {
    margin-bottom: 40px;
}

.faq-category h3 {
    font-size: 24px;
    font-weight: 800;
    color: #000d44;
    margin-bottom: 25px;
    padding-bottom: 12px;
    border-bottom: 2px solid #e8ecf4;
    display: flex;
    align-items: center;
}

.faq-category h3::before {
    content: "";
    display: inline-block;
    width: 4px;
    height: 24px;
    background-color: #0066cc;
    margin-right: 12px;
    border-radius: 2px;
}

.accordion.style-two .accordion-item {
    background: #ffffff;
    border: 1px solid #e8ecf4;
    margin-bottom: 15px;
    border-radius: 10px;
    transition: all 0.3s ease;
}

.accordion.style-two .accordion-item:hover {
    box-shadow: 0 4px 15px rgba(0, 13, 68, 0.05);
}

.accordion.style-two .accordion-button {
    font-size: 16px;
    font-weight: 600;
    color: #000d44;
    padding: 20px 65px 20px 25px;
    position: relative;
    box-shadow: none !important;
}

.accordion.style-two .accordion-button span.me-1 {
    font-weight: 700;
    color: #0066cc;
    margin-right: 8px;
}

.accordion.style-two .accordion-item .accordion-header .accordion-button .accord-arrow {
    width: 28px;
    height: 28px;
    border: 1px solid #e8ecf4;
    border-radius: 50%;
    position: absolute;
    right: 25px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    transition: all 0.3s ease;
}

.accordion.style-two .accordion-item .accordion-header .accordion-button .accord-arrow i {
    color: #0066cc !important;
    font-size: 16px !important;
    line-height: 1 !important;
    margin: 0 !important;
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
    transform: none !important;
}

.accordion.style-two .accordion-item:not(.collapsed) .accordion-button .accord-arrow {
    background: #0066cc;
    border-color: #0066cc;
}

.accordion.style-two .accordion-item:not(.collapsed) .accordion-button .accord-arrow i {
    color: #ffffff !important;
}

.accordion.style-two .accordion-body {
    font-size: 15px;
    line-height: 1.7;
    color: #5a6c7d;
    padding: 0 25px 25px 25px;
    border-top: 1px solid #f4f6fa;
    margin-top: 5px;
    padding-top: 15px;
}

/* Contact page marquee - remove outline, solid color, smaller font */
.move-text ul li {
    color: #0066cc !important;
    -webkit-text-stroke: 0 !important;
    font-size: 30px !important;
    line-height: 48px !important;
    font-weight: 800;
}

.move-text {
    height: 55px;
}

/* Professional Directory Cards (Three Boxes) */
.directory-card.pro-card {
    background-color: #ffffff;
    border: 1px solid #e8ecf4;
    box-shadow: 0 4px 15px rgba(0, 13, 68, 0.05);
    transition: all 0.3s ease;
}

.directory-card.pro-card:hover {
    box-shadow: 0 10px 25px rgba(0, 13, 68, 0.1);
    transform: translateY(-5px);
    border-color: var(--secondaryColor);
}

.directory-card.pro-card .directory-icon {
    background-color: rgba(4, 206, 120, 0.1) !important;
    color: var(--secondaryColor);
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.directory-card.pro-card .directory-icon i {
    font-size: 38px;
    line-height: 1;
}

.directory-card.pro-card .directory-info h4 a:hover {
    color: var(--secondaryColor);
}
/* Floating WhatsApp Button */
.whatsapp-float {
    position: fixed;
    bottom: 100px;
    right: 30px;
    width: 50px;
    height: 50px;
    background-color: #25d366;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999;
    box-shadow: 0 4px 12px rgba(37, 211, 102, 0.4);
    transition: all 0.3s ease;
    animation: whatsapp-pulse 2s infinite;
}

.whatsapp-float:hover {
    background-color: #128c7e;
    box-shadow: 0 6px 16px rgba(37, 211, 102, 0.6);
    transform: scale(1.1);
}

.whatsapp-float i {
    color: #ffffff;
    font-size: 26px;
    line-height: 1;
}

@keyframes whatsapp-pulse {
    0%, 100% {
        box-shadow: 0 4px 12px rgba(37, 211, 102, 0.4);
    }
    50% {
        box-shadow: 0 4px 20px rgba(37, 211, 102, 0.7);
    }
}

@media (max-width: 768px) {
    .whatsapp-float {
        bottom: 80px;
        right: 20px;
        width: 50px;
        height: 50px;
    }
    
    .whatsapp-float i {
        font-size: 26px;
    }
}

/* Footer contact box background override */
.footer-area .contact-info-box {
    background-color: #F8F9FA !important;
}

/* Footer services two column layout */
.footer-services-columns {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 30px;
}

.footer-services-columns li {
    margin-bottom: 8px;
}

@media (max-width: 768px) {
    .footer-services-columns {
        grid-template-columns: 1fr;
    }
}
