body {
   position: inherit !important; 
   min-height: 100%; 
   top: 40px;     
            
}

.c_ab_text h3 {
    margin-bottom: 12px;
    line-height: 1.35;
}

.c_ab_text h4 {
    color: #f58220;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
}

.c_ab_text p {
    line-height: 1.8;
    margin-bottom: 15px;
}

.why_choose_area {
    background: #f8f8f8;
}

.why_choose_area .flag_center_title {
    margin-bottom: 45px;
}

.why_choose_area .flag_center_title h2 {
    text-align: center;
}

.why_choose_item {
    display: flex;
    align-items: flex-start;

    min-height: 150px;

    margin-bottom: 30px;
    padding: 28px 25px;

    background: #fff;

    border: 1px solid #eeeeee;
    border-radius: 5px;

    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.05);

    transition: all 0.3s ease;
}

.why_choose_item:hover {
    transform: translateY(-5px);

    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.10);

    border-color: #f58220;
}

.why_choose_icon {
    flex: 0 0 55px;

    width: 55px;
    height: 55px;

    margin-right: 20px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #f58220;

    border-radius: 50%;

    color: #fff;

    font-size: 22px;
}

.why_choose_text {
    flex: 1;
}

.why_choose_text h4 {
    margin: 0 0 10px;

    color: #333;

    font-size: 19px;
    font-weight: 700;

    line-height: 1.4;
}

.why_choose_text p {
    margin: 0;

    color: #666;

    font-size: 15px;

    line-height: 1.7;
}


/* Mobile */
@media (max-width: 767px) {

    .why_choose_area {
        padding: 60px 0;
    }

    .why_choose_item {
        min-height: auto;

        padding: 22px 18px;
    }

    .why_choose_icon {
        flex: 0 0 48px;

        width: 48px;
        height: 48px;

        margin-right: 15px;

        font-size: 19px;
    }

    .why_choose_text h4 {
        font-size: 17px;
    }

    .why_choose_text p {
        font-size: 14px;
    }
}

.our_services_area {
    background: #fff;
}

.our_services_area .flag_center_title {
    margin-bottom: 45px;
}

.services_inner {
    display: flex;
    flex-wrap: wrap;
}

.service_box {
    height: calc(100% - 30px);
    min-height: 190px;

    margin-bottom: 30px;
    padding: 30px 25px;

    background: #fff;

    border: 1px solid #eeeeee;
    border-radius: 5px;

    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.05);

    display: flex;
    align-items: flex-start;

    transition: all 0.3s ease;
}

.service_box:hover {
    transform: translateY(-6px);

    border-color: #f58220;

    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
}

.service_icon {
    width: 55px;
    height: 55px;

    min-width: 55px;

    margin-right: 18px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #f58220;

    border-radius: 50%;

    color: #fff;

    font-size: 21px;

    transition: all 0.3s ease;
}

.service_box:hover .service_icon {
    background: #333;
}

.service_content {
    flex: 1;
}

.service_content h4 {
    margin: 0 0 10px;

    color: #333;

    font-size: 18px;
    font-weight: 700;

    line-height: 1.4;
}

.service_content p {
    margin: 0;

    color: #666;

    font-size: 14px;

    line-height: 1.7;
}


/* ==========================================
   MOBILE
   ========================================== */

@media (max-width: 767px) {

    .our_services_area {
        padding: 60px 0;
    }

    .service_box {
        min-height: auto;

        padding: 22px 18px;
    }

    .service_icon {
        width: 48px;
        height: 48px;

        min-width: 48px;

        margin-right: 14px;

        font-size: 18px;
    }

    .service_content h4 {
        font-size: 16px;
    }

    .service_content p {
        font-size: 14px;
    }

}

.location_services_area {
    background: #f8f8f8;
}


/* ==========================================
   LOCATION BOX
   ========================================== */

.location_box {
    margin-bottom: 50px;

    padding: 35px 30px;

    background: #fff;

    border-radius: 5px;

    border: 1px solid #eeeeee;

    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);

    display: flex;
    align-items: center;
}

.location_content h2 {
    margin: 0 0 15px;

    color: #333;

    font-size: 26px;

    font-weight: 700;
}


.location_content h2 i {
    color: #f58220;
    font-size: 28px;
    margin-right: 8px;
}

.location_content h2 span {
    margin-right: 6px;
}

.location_address {
    margin-bottom: 8px !important;

    color: #555;

    font-size: 16px;

    font-weight: 500;
}

.location_content p {
    margin-bottom: 0;

    color: #666;

    font-size: 15px;

    line-height: 1.7;
}


/* ==========================================
   PHONE
   ========================================== */

.location_phone {
    padding: 20px;

    text-align: center;

    background: #f58220;

    border-radius: 5px;

    color: #fff;
}

.location_phone span {
    display: block;

    margin-bottom: 5px;

    font-size: 15px;

    font-weight: 600;
}

.location_phone a {
    /*display: block;*/

    margin-bottom: 5px;

    color: #fff;

    font-size: 25px;

    font-weight: 700;

    text-decoration: none;
}

.location_phone a:hover {
    color: #333;
}

.location_phone p {
    margin: 0;

    color: #fff;

    font-size: 14px;
}


/* ==========================================
   AUDIENCE BOXES
   ========================================== */

.audience_inner {
    display: flex;
    flex-wrap: wrap;
}

.audience_box {
    height: calc(100% - 30px);

    margin-bottom: 30px;

    padding: 35px 30px;

    background: #fff;

    border: 1px solid #eeeeee;

    border-radius: 5px;

    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);

    transition: all 0.3s ease;
}

.audience_box:hover {
    transform: translateY(-5px);

    border-color: #f58220;

    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.10);
}


/* ==========================================
   ICON
   ========================================== */

.audience_icon {
    width: 60px;
    height: 60px;

    margin-bottom: 20px;

    display: flex;

    align-items: center;
    justify-content: center;

    background: #f58220;

    border-radius: 50%;

    font-size: 25px;
}


/* ==========================================
   CONTENT
   ========================================== */

.audience_content h3 {
    margin: 0 0 15px;

    color: #333;

    font-size: 23px;

    font-weight: 700;
}

.audience_content > p {
    color: #666;

    font-size: 15px;

    line-height: 1.7;
}


/* ==========================================
   LIST
   ========================================== */

.audience_content ul {
    margin: 20px 0;

    padding: 0;

    list-style: none;
}

.audience_content ul li {
    position: relative;

    margin-bottom: 12px;

    padding-left: 25px;

    color: #555;

    font-size: 15px;

    line-height: 1.5;
}

.audience_content ul li i {
    position: absolute;

    left: 0;
    top: 4px;

    color: #f58220;

    font-size: 14px;
}


/* ==========================================
   BOTTOM TEXT
   ========================================== */

.audience_bottom_text {
    margin-top: 20px;

    padding-top: 20px;

    border-top: 1px solid #eeeeee;

    color: #444 !important;

    font-weight: 600;
}


/* ==========================================
   BUTTON
   ========================================== */

.audience_button {
    display: inline-block;

    margin-top: 10px;
}


/* ==========================================
   MOBILE
   ========================================== */

@media (max-width: 767px) {

    .location_services_area {
        padding: 60px 0;
    }

    .location_box {
        padding: 25px 20px;

        text-align: center;
    }

    .location_content h2 {
        font-size: 21px;
    }

    .location_address {
        font-size: 14px;
    }

    .location_phone {
        margin-top: 25px;
    }

    .location_phone a {
        font-size: 22px;
    }

    .audience_box {
        height: auto;

        padding: 28px 22px;
    }

    .audience_content h3 {
        font-size: 20px;
    }

}

.location_phone span i {
    margin-right: 6px;
    font-size: 16px;
}



.google-language {
    display: flex;
    align-items: center;
    margin-left: 15px;
}

.goog-te-gadget select {
    color: #333 !important;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 7px 10px;
    font-size: 14px;
    cursor: pointer;
}

/* Hide Google Translate top popup/banner */
.goog-te-banner-frame,
.skiptranslate iframe {
    display: none !important;
}

/* Prevent page from moving down */
body {
    top: 0 !important;
}

/* Hide Google Translate tooltip popup */
#goog-gt-tt,
.goog-te-balloon-frame {
    display: none !important;
}

/* Hide Google Translate highlight */
.goog-text-highlight {
    background-color: transparent !important;
    box-shadow: none !important;
}



/* Hide "Powered by Google" text */
.goog-te-gadget > span,
.goog-te-gadget .goog-logo-link,
.goog-te-gadget span {
    display: none !important;
}

/* Keep only the language dropdown */
.goog-te-gadget {
    font-size: 0 !important;
    color: transparent !important;
}

.goog-te-gadget select.goog-te-combo {
    display: block !important;
    font-size: 14px !important;
    color: #333 !important;
}



#google_translate_element {
     font-size: 14px;
    display: block !important;
    min-width: 150px;
}

/* Hide Google branding and "Powered by" */
.goog-logo-link,
.goog-te-gadget > span,
.goog-te-gadget span {
    display: none !important;
}

.goog-te-gadget {
    font-size: 0 !important;
    color: transparent !important;
    line-height: 0 !important;
}

/* Show only dropdown */
.goog-te-gadget select.goog-te-combo {
    display: block !important;
    width: 150px !important;
    height: 40px !important;
    margin: 0 !important;
    padding: 0px 12px !important;
    font-size: 14px !important;
    line-height: normal !important;
    color: #333 !important;
    background: #ffffff !important;
    border: 1px solid #ddd !important;
    border-radius: 4px !important;
    cursor: pointer !important;
}









/* =========================================
   HEADER PERFECT ALIGNMENT
========================================= */

.header_area {
    width: 100%;
    background: #fff;
}

/* TOP PURPLE HEADER */
.top_six_menu {
    background: #654394;
    min-height: 50px;
    display: flex;
    align-items: center;
}

.top_six_menu .container {
    width: 100%;
}

.top_inner {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    min-height: 50px;
    margin: 0 !important;
    padding: 0 !important;
}

/* Remove empty left section */
.top_inner .left,
.top_left {
    display: none !important;
}

/* Right content */
.top_inner .right,
.top_right {
    display: flex;
    align-items: center !important;
    justify-content: flex-end !important;
    gap: 0;
    margin: 0 !important;
    padding: 0 !important;
}

/* Location */
.top_inner .right p,
.top_location {
    margin: 0 !important;
    padding: 0 20px !important;
    height: 50px;
    display: flex !important;
    align-items: center !important;
    color: #fff;
    white-space: nowrap;
}

.top_inner .right p i,
.top_location i {
    margin-right: 7px;
}

/* PHONE */
.top_inner .right .main_btn,
.top_phone {
    height: 50px !important;
    margin: 0 !important;
    padding: 0 15px !important;
    display: flex !important;
    align-items: center !important;
    background: #ffc400 !important;
    color: #fff !important;
    border: 0 !important;
    border-radius: 0 !important;
    white-space: nowrap;
}

/* GOOGLE TRANSLATOR */
.language-translator {
    height: 50px;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 8px !important;
    margin: 0 !important;
     margin-left: 15px !important;
}

#google_translate_element {
    margin: 0 !important;
    padding: 0 !important;
}

.goog-te-gadget {
    margin: 0 !important;
    padding: 0 !important;
    font-size: 0 !important;
}



/* =========================================
   MAIN HEADER
========================================= */

.main_menu {
    background: #fff !important;
    width: 100%;
}

.main_menu .container {
    max-width: 1140px;
}

/* Navigation bar */
.main_menu .navbar {
    min-height: 98px;
    padding: 0 !important;
    background: transparent !important;
    display: flex !important;
    align-items: center !important;
}

/* LOGO */
.main_menu .navbar-brand {
    margin: 0 !important;
    padding: 0 !important;
    display: flex;
    align-items: center;
}

.main_menu .navbar-brand img {
    
    height: auto !important;
   
    object-fit: contain;
}

/* MENU */
.main_menu .navbar-collapse {
    justify-content: flex-end !important;
}

.main_menu .menu_nav {
    display: flex !important;
    align-items: center !important;
    margin: 0 0 0 auto !important;
    padding: 0 !important;
}

/* Menu items */
.main_menu .menu_nav > li {
    margin: 0 !important;
    padding: 0 !important;
}

.main_menu .menu_nav > li > a {
    display: block !important;
    padding: 0px 18px !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    text-transform: uppercase;
    white-space: nowrap;
}

/* Active menu */
.main_menu .menu_nav > li.active > a,
.main_menu .menu_nav > li > a:hover {
    color: #e9af00 !important;
}

/* Remove unnecessary spacing */
.header_area .clear {
    display: none !important;
}




/* LANGUAGE DROPDOWN WITH FLAG IMAGES */

.language-translator {
    position: relative;
    display: flex;
    align-items: center;
}

.custom-language {
    position: relative;
}

.language-btn {
   /* width: 180px;*/
    height: 40px;
    padding: 0 12px;
    display: flex;
    align-items: center;

    background: #fff;
    border: 1px solid #ddd;
    cursor: pointer;

    color: #333;
    font-size: 14px;
}

.language-btn .current-flag {
    width: 22px;
    height: 16px;
    object-fit: cover;
    margin-right: 10px;
}

.current-language {
    flex: 1;
    text-align: left;
}

.language-arrow {
    font-size: 18px;
}

.language-menu {
    display: none;
    position: absolute;
    top: 40px;
    right: 0;

    width: 180px;
    background: #fff;
    border: 1px solid #ddd;

    z-index: 999999;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

.custom-language.active .language-menu {
    display: block;
}

.language-menu button {
    width: 100%;
    padding: 10px 12px;

    display: flex;
    align-items: center;
    gap: 10px;

    border: none;
    background: #fff;

    color: #333;
    font-size: 14px;
    text-align: left;
    cursor: pointer;
}

.language-menu button:hover {
    background: #f3f3f3;
}

.language-menu button img {
    width: 22px;
    height: 16px;
    object-fit: cover;
}

.language-menu img,
.current-flag {
    width: 24px;
    height: 16px;
    object-fit: cover;
    margin-right: 10px;
    vertical-align: middle;
}


/* Do not allow Google Translate to translate language selector */
.language-translator,
.custom-language,
.language-btn,
.language-menu {
    -webkit-translate: no;
}

/* Keep translator text stable */
.language-translator.notranslate {
    direction: ltr !important;
}