        .nav-tabs .nav-link {
            font-weight: 700;
            color: #3156a3;
            border: none;
            border-bottom: 3px solid transparent;
        }

            .nav-tabs .nav-link.active {
                border-color: #42b3e5;
                background-color: #e6f7f7;
            }

        .list-group-item {
            padding: 12px 20px;
            background-color: #ffffff;
        }

        .bg-light {
            background-color: #f4f9fc !important;
        }

        .feature-box {
            border: 1px solid #e3e3e3;
            transition: 0.3s;
            position: relative;
        }

            .feature-box:hover {
                box-shadow: 0 0 12px rgba(0,0,0,0.1);
            }

        .feature-icon {
            position: absolute;
            top: -10px;
            right: -10px;
            padding: 8px 14px;
            border-radius: 50%;
            font-weight: bold;
        }

        .feature-box h5 {
            color: #3156a3;
            margin-top: 15px;
        }

        .feature-box p {
            color: #000;
        }

.trusted-map-section {
    background-color: #ffffff;
}

.trusted-card {
    background-color: #f9fcff;
    border-left: 5px solid #007176;
}

.trusted-card h2 {
    font-size: 1.8rem;
}

.trusted-card ul li {
    font-size: 15.5px;
    color: #333;
    transition: color 0.3s ease;
}

.trusted-card ul li i {
    font-size: 1rem;
    vertical-align: middle;
}

.trusted-card ul li:hover {
    color: #007176;
}

.map-box iframe {
    width: 100%;
    height: 100%;
    min-height: 370px;
    border: none;
    border-radius: 10px;
}

  .bg-gradient {
    background: linear-gradient(135deg, #42b3e5 0%, #3156a3 50%, #f4f9fc 100%);
}
    .glass-card {
        background: rgba(255, 255, 255, 0.1);
        border-radius: 1.5rem;
        backdrop-filter: blur(10px);
        border: 1px solid rgba(255, 255, 255, 0.15);
        color: white;
        transition: transform 0.3s ease, box-shadow 0.3s ease;
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    }

    .glass-card:hover {
        transform: scale(1.03);
        box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);
    }

    .popular-badge {
        position: absolute;
        top: -12px;
        left: 50%;
        transform: translateX(-50%);
        background-color: #ffc107;
        color: #000;
        padding: 4px 12px;
        border-radius: 1rem;
        font-size: 0.75rem;
        font-weight: bold;
    }

    .icon {
        background: rgba(255, 255, 255, 0.15);
        width: 70px;
        height: 70px;
        line-height: 70px;
        border-radius: 50%;
        margin: 0 auto;
    }

    .border-highlight {
        border: 2px solid #fff;
    }

    @media (max-width: 767px) {
        .glass-card {
            margin-bottom: 1rem;
        }
    }

.faq-question {
    font-size: 1rem;
    color: #42b3e5;
    text-decoration: none;
}

.faq-icon {
    font-size: 1.2rem;
    font-weight: bold;
    transition: transform 0.3s ease;
}

.faq-question[aria-expanded="true"] .faq-icon {
    transform: rotate(45deg); /* turns + into x */
}

