.hero-circle-img {
    max-width: 100%;
    height: auto;
    width: 450px;
    height: 450px;
    object-fit: cover;
    border-radius: 50%;
    z-index: 2;
}

.hero-image-container {
    position: relative;
    width: 450px;
    height: 450px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

    .hero-image-container::after {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        border-radius: 50%;
        border: 12px solid #ff8c1a;
        border-left-color: transparent;
        transform: rotate(45deg);
        z-index: 1;
    }


.hero-slide-animation {
    animation: slideInRight 1.2s ease-out forwards;
}

.hero-wrapper, welcome-section-wrapper {
    background-color: #f5f7f9;
    width: 100%;
    border-bottom-left-radius: 50% 20px;
    border-bottom-right-radius: 50% 20px;
}

@media (max-width: 960px) {
    .hero-image-container {
        width: 300px;
        height: 300px;
    }
}

@keyframes slideInRight {
    from {
        transform: translateX(100px);
        opacity: 0;
    }

    to {
        transform: translateX(0);
        opacity: 1;
    }
}

.welcome-section-wrapper {
    padding: 120px 0;
    background-color: #ffffff;
}

.pebble-image-container {
    position: relative;
    padding: 15px;
    background-color: #ff8c1a;
    border-radius: 40% 60% 40% 70% / 60% 40% 60% 40%;
    display: inline-block;
    transition: transform 0.5s ease;
}

    .pebble-image-container:hover {
        transform: scale(1.02);
    }

.pebble-img {
    border-radius: 40% 60% 40% 70% / 60% 40% 60% 40%;
    width: 100%;
    max-width: 450px;
    height: 550px;
    object-fit: cover;
    display: block;
    box-shadow: inset 0 0 20px rgba(0,0,0,0.2);
}

.hero-section {
    background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('images/welcome_section_image.webp');
    background-size: cover;
    background-position: center;
    height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: white;
}

.wave-container {
    position: absolute;
    top: -79px;
    left: 0;
    width: 100%;
    height: 80px;
    line-height: 0;
    z-index: 10;
}

.wave-svg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.main-footer-area {
    background-color: #001D4A;
    color: #FFFFFF;
    padding: 60px 0 30px 0;
    border: none;
}

.stats-section {
    background-color: #001D4A;
    color: white;
    padding: 80px 0;
}

.stat-icon-circle {
    border: 2px solid white !important;
    background-color: transparent !important;
    width: 80px !important;
    height: 80px !important;
}

.custom-faq-panels .mud-expansion-panel {
    background-color: #001D4A !important;
    color: white !important;
    margin-bottom: 8px;
}

.custom-faq-panels .mud-expansion-panel-header {
    font-weight: bold;
}

.faq-answer-text {
    background-color: white;
    color: #333;
    padding: 16px;
}

.contact-wrapper {
    position: relative;
    width: 100%;
}

.map-header {
    height: 450px;
    width: 100%;
    z-index: 1;
}

.form-overlay-container {
    position: relative;
    z-index: 5;
}

.floating-contact-card {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0px 15px 35px rgba(0,0,0,0.2) !important;
}

.contact-info-sidebar {
    background-color: #001D4A;
    color: white;
}

.bg-white {
    background-color: white;
}

.feature-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.08) !important;
    border-color: transparent !important;
}

.hover-button-link {
    transition: all 0.3s ease;
}

    .hover-button-link:hover {
        background-color: transparent !important;
        padding-left: 10px !important;
        color: #e67e17 !important;
    }

.service-card {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    cursor: pointer;
    height: 320px;
    transition: transform 0.4s ease;
}

.image-container {
    position: relative;
    width: 100%;
    height: 100%;
}

.service-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.image-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 70%;
    background: linear-gradient(transparent, rgba(0,0,0,0.95));
    transition: height 0.4s ease;
}

.card-content {
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
    z-index: 2;
}

.expand-content {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: all 0.4s ease;
}

/* Hover Effects */
.service-card:hover {
    transform: translateY(-8px);
}

    .service-card:hover .service-img {
        transform: scale(1.1);
    }

    .service-card:hover .image-overlay {
        height: 100%;
        background: rgba(0, 0, 0, 0.6); /* Tint the whole image on hover */
        backdrop-filter: blur(2px);
    }

    .service-card:hover .expand-content {
        max-height: 150px;
        opacity: 1;
        margin-top: 8px;
    }

.footer-link {
    transition: color 0.2s ease, transform 0.2s ease;
    display: inline-block;
}

    .footer-link:hover {
        color: #ff8c1a !important;
        transform: translateX(4px);
    }

.social-btn:hover {
    color: #ff8c1a !important;
    background-color: rgba(255, 140, 26, 0.1) !important;
}

.nav-link {
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 1px;
    color: #94a3b8 !important;
    transition: all 0.3s ease;
    position: relative;
}

    .nav-link:hover {
        color: white !important;
    }

    .nav-link.active {
        color: white !important;
    }

.nav-link.active::after {
    content: '';
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #ff8c1a;
    border-radius: 2px;
}

.stats-wrapper {
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.stats-wrapper .mud-grid-item {
    animation: fadeInUp 0.8s ease-out forwards;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.modern-faq .mud-expansion-panel {
    border: 1px solid #eee !important;
    border-radius: 12px !important;
    transition: all 0.3s ease;
}

    .modern-faq .mud-expansion-panel::before {
        display: none; /* Remove the default MudBlazor divider lines */
    }

.modern-faq .mud-expansion-panel-header {
    padding: 20px 24px;
    font-weight: 700 !important;
    font-size: 1.1rem;
}

.modern-faq .mud-expansion-panel:hover {
    border-color: #ff8c1a !important;
    background-color: #fafafa;
}

.modern-faq .mud-expand-icon {
    color: #ff8c1a !important;
}