:root {
    --primary-color: #0047CE;
    --secondary-color: #0E1F40;
    --accent-color: #3CB371;
}

.about-area.style-foure .about-title.style-two {
    margin-left: 0 !important;
}



@media (max-width: 789px) {
    .about-area .section-title {
        text-align: center;
    }
}



.faqs-area .img-absolute {
    position: relative;
    width: 50vh;
    top: 118px;
    right: 470px;
    top: 150px;
}


.mean-container
.mean-bar
img {
    width: 124px !important;
}

.btn-custom {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    border-radius: 30px;
    padding: 10px 25px;
    transition: all 0.3s;
}

.btn-custom:hover {
    background-color: var(--secondary-color);
    transform: translateY(-2px);
}

.form-icon-circle {
    background-color: #e0f7e5;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px;
}

.custom-section {
    min-height: 100vh;
    display: flex;
    align-items: center;
}

.form-submit-btn {
    background-color: var(--primary-color);
    border: none;
}

.form-submit-btn:hover {
    background-color: var(--secondary-color);
}

.mobile-menu-area .mobile-menu .mean-bar img {
    width: 124px !important;
    height: auto !important;
}

.flip-box-thumb {
    color: white !important;
}