    /* Video Wrapper */
    .video-wrapper {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        overflow: hidden;
    }
    
    /* Video Styling */
    .banner-video {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    
    /* Dark Overlay */
    .video-wrapper::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.4); /* Adjust opacity (0.4 for light darkness) */
        z-index: 1;
    }
    .display-4{
        font-size: 3rem !important;
    }

    .service-section {
        width: 100%;
    }
    
    .flip-card {
        perspective: 1000px;
        width: 100%;
        height: 200px;
    }
    
    .flip-card-inner {
        position: relative;
        width: 100%;
        height: 100%;
        text-align: center;
        transition: transform 0.6s;
        transform-style: preserve-3d;
    }
    
    .flip-card:hover .flip-card-inner {
        transform: rotateY(180deg);
    }
    
    .flip-card-front, .flip-card-back {
        position: absolute;
        width: 100%;
        height: 100%;
        backface-visibility: hidden;
        border-radius: 10px;
        box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
        padding: 20px;
    }
    
    .flip-card-front {
        background: #fff;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    
    .flip-card-back {
        background: #fff;
        color: white;
        display: flex;
        justify-content: center;
        align-items: center;
        transform: rotateY(180deg);
        border-radius: 10px;
    }
    
    .icon-img {
        width: 50px;
        height: auto;
    }
    .btn-primary{
        background-color:rgb(0, 56, 116) !important;
    }

    .blue-text {
        background: #003165;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        font-size: 2.5rem;
        font-weight: bold;
        text-align: center;
    }
    
    .blue-section {
        width: 100%;
        border-radius: 10px; /* Optional for a smooth look */
        justify-items: center;
        justify-content: center;
        align-items: center;
    }
    .blue-section p{
        font-size: 18px !important;
    }
    
    .has-colored-text .text-center {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        font-size: 18px; /* Adjust as needed */
        font-weight: 500;
    }
    
    .has-colored-text h2 {
        font-size: 24px; /* Larger and bold */
        font-weight: 700;
    }
    
    .shape-1, .shape-2, .shape-3,.shape-4 {
        position: absolute;
        border-radius: 50%;
        opacity: 0.6; /* Slight transparency for a modern look */
    }
    
    /* Small Shape */
    .shape-1 {
        width: 40px;
        height: 40px;
        background-color: var(--secondary-color,rgb(108, 247, 221));
        top: -10px;
        left: -10px;
    }
    .shape-4 {
        width: 60px;
        height: 60px;
        background-color: var(--secondary-color,rgb(108, 247, 221));
        top: -10px;
        left: -10px;
    }
    
    /* Medium Shape */
    .shape-2 {
        width: 80px;
        height: 80px;
        background-color: var(--tertiary-color, #ff5733);
        bottom: -20px;
        right: -20px;
    }
    
    /* Large Shape */
    .shape-3 {
        width: 100px;
        height: 100px;
        background-color: var(--primary-color, #007bff);
        bottom: -80px;
        right: -80px;
        transform: translate(-50%, -50%);
    }
    /* .shape-4 {
        width: 100px;
        height: 100px;
        background-color: var(--primary-color, #007bff);
        bottom: -60px;
        right: -80px;
        transform: translate(-50%, -50%);
    } */
    .section-title {
        color: #333333 !important;
    }
    @keyframes glow {
        0% { text-shadow: 0 0 10px rgba(0, 123, 255, 0.6); }
        50% { text-shadow: 0 0 20px rgba(0, 123, 255, 0.9); }
        100% { text-shadow: 0 0 10px rgba(0, 123, 255, 0.6); }
    }

.blue-text {
color: #007bff;
font-size: 2.5rem;
font-weight: bold;
text-align: center;
animation: glow 7s infinite alternate;
}

@media (max-width: 768px) {
.shape-1 {
    width: 50px;
    height: 50px;
}
.shape-2 {
    width: 60px;
    height: 60px;
}
.shape-3 {
    width: 80px;
    height: 80px;
}
.shape-4{
    width: 60px;
    height: 60px;
}
}

.contact-section {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 80%;
    margin: auto;
    gap: 20px;
    flex-wrap: wrap; /* Wrap items for smaller screens */
}

.contact-box {
    background: white;
    padding: 20px;
    text-align: center;
    width: 30%; /* Three boxes in a row for larger screens */
    height: 200px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

.contact-box img {
    width: 50px;
    height: 50px;
    margin-bottom: 10px;
}

.contact-box h3 {
    font-size: 20px;
    margin-bottom: 8px;
    color: #333;
}

.contact-box p {
    font-size: 14px;
    color: #666;
    margin: 5px 0;
}

.contact-box:hover {
    transform: scale(1.05);
    box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.2);
}

/* Mobile Responsive */
@media screen and (max-width: 768px) {
    .contact-section {
        flex-direction: column; /* Stack items vertically */
        width: 90%;
    }

    .contact-box {
        width: 100%; /* Full width on smaller screens */
        margin-bottom: 15px;
    }
}

.who_we_are h1{
    color: var(--primary-color);
}
.who_we_are h4{
    color: var(--primary-color);
}

.contact-section a{
    color: #003165;
    text-decoration: none !important;
}
.faq-section form {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    padding: 20px;
    background-color: white; /* Using root variable */
    border-radius: 10px;
    border: 1px solid #003165;
    margin-top: 72px;
  }
