.logo-150 {
    width: 250px !important;
    margin-left: 15%;
}

.outer-box {
    margin-right: 2%;
}

.user-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.user-links li {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    margin-bottom: 6px;
    color: #ffffff;
}

.user-links li i {
    color: #ffffff;
    font-size: 16px;
}

.marg-15-slide {
    margin-bottom: 17%;
}

/*language  */
.language-selector {
    position: relative;
    width: 90px;
}

.language-dropdown {
    background: #fff;
    border: 1px solid #ccc;
    padding: 4px 6px;
    cursor: pointer;
    display: flex;
    align-items: center;
    border-radius: 6px;
}

.language-dropdown .label {
    display: flex;
    align-items: center;
}

.language-dropdown img {
    width: 20px;
    margin-right: 8px;
}

.language-dropdown .arrow {
    width: 12px;
    height: 12px;
    margin-left: auto;
}

.language-options {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    border: 1px solid #ccc;
    background: #fff;
    display: none;
    z-index: 100;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.language-option {
    padding: 8px 12px;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.language-option:hover {
    background-color: #eee;
}

.language-option img {
    width: 20px;
    margin-right: 8px;
}

/*  */

@media screen and (max-width: 768px) {
    .logo-150 {
        margin-left: 0 !important;
    }

    .section-padding {
        padding: 30px 0 !important;
    }

    .feature-growth-section .mbt-25 {
        margin-top: 25px;
    }

    .service-know-box {
        display: flex !important;
        align-items: center;
        max-width: 78%;
        align-content: center;
    }

    .growth-section .theme-btn .icon {
        font-size: 43px !important;
    }

    .ftr-mb {
        flex-direction: column !important;
        row-gap: 10px;
    }

    .mb-text-center {
        text-align: center;
    }

    .sec-cus {
        padding-bottom: 40px !important;
    }
}

.header-contact a.info-btn {
    color: #fff !important;
}

.whatsapp-float {
    position: fixed;
    bottom: 20px;
    left: 20px;
    width: 60px;
    height: 60px;
    background-color: #25D366;
    border-radius: 50%;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    transition: transform 0.3s ease;
}

.whatsapp-float:hover {
    transform: scale(1.1);
}

.whatsapp-float img {
    width: 28px;
    height: 28px;
    object-fit: contain;
}

/*  */
.sec-cus {
    margin-left: 30px !important;
    margin-right: 30px !important;
    border-radius: 30px !important;
}

/*  */
.btn-style-one-custom {
    background-color: #144443 !important;
    color: #f5f5f5 !important;
}

/*  */

.career-form-page .content-column .inner-column.right-column {
    margin-left: unset !important;
}


.contact-details-block:hover a {
    color: var(--theme-color-white);
}



/*  */
.page-title .title-outer {
    text-align: center !important;
}