.ritika-contact-map-area {
    background: #f9fafb;
}

.ritika-contact-card {
    background: #ffffff;
    padding: 45px;
    border-radius: 18px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
}

.ritika-contact-heading {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 12px;
}

.ritika-contact-text {
    color: #666;
    margin-bottom: 30px;
    line-height: 1.6;
}

.ritika-contact-item {
    display: flex;
    gap: 18px;
    margin-bottom: 25px;
    align-items: flex-start;
}

.ritika-contact-icon {
    width: 55px;
    height: 55px;
    background: #ffeceb;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #d62828;
}

.ritika-contact-item h5 {
    margin: 0;
    font-weight: 600;
}

.ritika-contact-item p {
    margin: 0;
    color: #555;
}

.ritika-emergency-btn {
    display: inline-block;
    margin-top: 20px;
    background: #d62828;
    color: #fff;
    padding: 14px 34px;
    border-radius: 30px;
    font-weight: 600;
    text-decoration: none;
    transition: 0.3s;
}

.ritika-emergency-btn:hover {
    background: #b71c1c;
    color: #fff;
}

/* Contact Items */
.ritika-contact-item {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 25px;
}

/* Icon */
.ritika-contact-icon {
    width: 55px;
    height: 55px;
    min-width: 55px;
    background: #0B3D91;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: white;
}

/* Text */
.ritika-contact-item h5 {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
}

.ritika-contact-item p {
    margin: 0;
    font-size: 14px;
    color: #555;
}

/* Mobile Responsive */
@media (max-width:768px) {

    .ritika-contact-card {
        padding: 30px 25px;
    }

    .ritika-contact-heading {
        font-size: 24px;
    }

    .ritika-contact-item {
        gap: 12px;
    }

    .ritika-contact-icon {
        width: 45px;
        height: 45px;
        min-width: 45px;
        font-size: 18px;
    }

    .ritika-contact-item h5 {
        font-size: 15px;
    }

    .ritika-contact-item p {
        font-size: 13px;
    }

}

.gallery-section {
    background: #f8f9fa;
}

.gallery-title {
    font-size: 32px;
    font-weight: 700;
}

.gallery-subtitle {
    color: #666;
    max-width: 600px;
    margin: 0 auto;
}

.gallery-card {
    position: relative;
    overflow: hidden;
    border-radius: 15px;
    cursor: pointer;
}

.gallery-card img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    transition: 0.5s ease;
    border-radius: 15px;
}

.gallery-card:hover img {
    transform: scale(1.1);
}

/* Overlay */
.gallery-card .overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 15px;
    background: linear-gradient(transparent, rgba(0,0,0,0.7));
    color: #fff;
    opacity: 0;
    transition: 0.4s ease;
    border-radius: 15px;
}

.gallery-card:hover .overlay {
    opacity: 1;
}

.gallery-card h5 {
    margin: 0;
    font-size: 18px;
}

/* ===== COMMON ===== */
.goa-section {
    padding: 80px 0;
}

.goa-heading {
    font-weight: 700;
    font-size: 32px;
    margin-bottom: 10px;
}

.goa-subtext {
    color: #6c757d;
    margin-bottom: 40px;
}

/* ===== WHY CHOOSE ===== */
.goa-why-card {
    background: #fff;
    border-radius: 16px;
    padding: 30px;
    transition: 0.3s;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
    height: 100%;
}

.goa-why-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

.goa-why-icon {
    font-size: 35px;
    color: #0B3D91;
    margin-bottom: 15px;
}

/* ===== SERVICES ===== */
.goa-service-box {
    padding: 18px 20px;
    border-radius: 12px;
    background: #fff;
    border: 1px solid #eee;
    transition: 0.3s;
    font-weight: 500;
}

.goa-service-box:hover {
    background: #FFC107;
    color: #000;
    transform: scale(1.05);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

/* ===== BOOKING STEPS ===== */
.goa-booking {
    background: #111;
    color: #fff;
}

.goa-step-box {
    background: #1c1c1c;
    padding: 30px;
    border-radius: 15px;
    transition: 0.3s;
    height: 100%;
}

.goa-step-box:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.4);
}



/* ===== RESPONSIVE ===== */
@media(max-width:768px) {
    .goa-heading {
        font-size: 24px;
    }
}
/* INLINE SERVICE DESIGN */
.goa-why-card h5 {
    font-size: 20px;
}

.goa-inline-service {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 18px;
    background: #fff;
    border-radius: 5px;
    border: 1px dashed black;
    justify-content: center;
    transition: 0.3s;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
    font-weight: 500;
}

/* ICON */
.goa-inline-service i {
    font-size: 18px;
    color: white;
    background: #0B3D91;
    width: 45px;
    height: 45px;
    line-height: 45px;
    border-radius: 50%;
    text-align: center;
    transition: 0.3s;
}

/* TEXT */
.goa-inline-service span {
    font-size: 17px;
}

/* HOVER EFFECT */
.goa-inline-service:hover {
    background: #0B3D91;
    transform: translateY(-5px);
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.15);
}

.goa-inline-service:hover i {
    background: #000;
    color: white;
}

.goa-inline-service:hover span {
    color: white;
}

/* RESPONSIVE */
@media(max-width:768px) {
    .goa-inline-service {
        justify-content: flex-start;
    }
}
