/* =========================================================
   CLEAN FINAL UI CSS
   Purpose: Single custom stylesheet without conflict
   ========================================================= */

:root{
    --ui-primary: #0B134F;
    --ui-primary-2: #101B66;
    --ui-accent: #E53935;
    --ui-accent-dark: #C62828;
    --ui-white: #ffffff;
    --ui-text: #222B45;
    --ui-text-soft: #5E6785;
    --ui-border: rgba(11, 19, 79, 0.12);
    --ui-shadow: 0 18px 50px rgba(11, 19, 79, 0.12);
    --ui-shadow-dark: 0 18px 50px rgba(0, 0, 0, 0.20);
    --ui-radius: 18px;
    --ui-radius-lg: 26px;
    --ui-header-h: 92px;
}

/* =========================
   GLOBAL RESET / SAFETY
   ========================= */
html{
    scroll-behavior: smooth;
    overflow-x: hidden !important;
}

body.v_royal_blue{
    font-family: 'Poppins', sans-serif;
    color: var(--ui-text);
    background: #fff;
    line-height: 1.7;
    padding-top: var(--ui-header-h);
    overflow-x: hidden !important;
    max-width: 100%;
}

body.v_royal_blue *{
    box-sizing: border-box;
}

body.v_royal_blue img,
body.v_royal_blue video,
body.v_royal_blue iframe{
    max-width: 100%;
    height: auto;
}

body,
section,
header,
footer,
.container,
.container-fluid,
.row,
.carousel,
.carousel-inner,
.carousel-item{
    max-width: 100%;
}

p{
    color: var(--ui-text-soft);
}

a{
    transition: all .30s ease;
    text-decoration: none;
}

h1,h2,h3,h4,h5,h6{
    font-weight: 700;
    line-height: 1.25;
}

.container,
.container-fluid,
.row{
    position: relative;
}

.container-fluid{
    padding-left: 15px;
    padding-right: 15px;
}

.row{
    margin-left: -15px;
    margin-right: -15px;
}

.row > [class*="col-"]{
    padding-left: 15px;
    padding-right: 15px;
}

/* =========================
   HEADER - FIXED STABLE
   ========================= */
.header_wrap,
.header_wrap.fixed-top,
.header_wrap.nav-fixed,
.header_wrap.sticky,
.header_wrap.active{
    background: var(--ui-primary) !important;
    border-bottom: 1px solid rgba(255,255,255,0.08);
    box-shadow: 0 10px 35px rgba(11, 19, 79, 0.22);
    min-height: var(--ui-header-h);
    transform: none !important;
    top: 0 !important;
    padding: 0 !important;
}

.header_wrap .container-fluid{
    padding-left: 16px !important;
    padding-right: 16px !important;
}

.header_wrap .navbar{
    min-height: var(--ui-header-h);
    padding-top: 14px;
    padding-bottom: 14px;
    display: flex;
    align-items: center;
    width: 100%;
}

.header_wrap .navbar-brand{
    display: flex;
    align-items: center;
    margin-right: 16px;
    padding: 0;
}

.header_wrap .navbar-brand img{
    max-height: 54px;
    width: auto;
    display: block;
}

.header_wrap .logo_light{
    display: block !important;
}

.header_wrap .logo_dark{
    display: none !important;
}

.header_wrap .navbar-nav{
    align-items: center;
}

.header_wrap .navbar-nav .nav-link{
    color: #fff !important;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .4px;
    padding: 10px 16px !important;
    border-radius: 999px;
    line-height: 1;
    margin: 0 4px;
    background: transparent;
    white-space: nowrap;
}

.header_wrap .navbar-nav .nav-link:hover,
.header_wrap .navbar-nav .nav-link:focus,
.header_wrap .navbar-nav .active > .nav-link,
.header_wrap .navbar-nav .nav-link.active{
    background: var(--ui-accent) !important;
    color: #fff !important;
    box-shadow: 0 10px 20px rgba(229, 57, 53, 0.25);
    transform: translateY(-1px);
}

.header_wrap .nav_btn .btn,
.header_wrap .hiddenlg .btn{
    border-radius: 999px !important;
    padding: 12px 24px;
    font-weight: 700;
    font-size: 14px;
    border: 2px solid transparent;
    background: #fff;
    color: var(--ui-primary) !important;
    text-transform: uppercase;
    letter-spacing: .3px;
    box-shadow: none;
    white-space: nowrap;
}

.header_wrap .nav_btn .btn:hover,
.header_wrap .hiddenlg .btn:hover{
    background: var(--ui-accent);
    color: #fff !important;
    border-color: var(--ui-accent);
    box-shadow: 0 12px 24px rgba(229, 57, 53, 0.22);
    transform: translateY(-2px);
}

.header_wrap .navbar-toggler{
    border: 1px solid rgba(255,255,255,0.25);
    border-radius: 12px;
    padding: 8px 12px;
    outline: none !important;
    box-shadow: none !important;
    background: transparent;
}

.header_wrap .navbar-toggler .ion-android-menu{
    color: #fff;
    font-size: 28px;
    line-height: 1;
}

.header_wrap .hiddenlg{
    display: none !important;
}

/* =========================
   SECTION SPACING
   ========================= */
#about,
#service,
.three_steps,
.img_promo,
.wheelhouse_sec,
.about_section,
#contact{
    padding-top: 90px;
    padding-bottom: 90px;
    position: relative;
    overflow: hidden;
}

#slider-animation{
    margin-top: 0 !important;
    padding-top: 0 !important;
}

/* =========================
   ALTERNATING BACKGROUNDS
   ========================= */
#about,
.three_steps,
.wheelhouse_sec,
.about_section_3,
#contact{
    background-color: #fff !important;
}

#service,
.img_promo_1,
.about_section_1,
.about_section_2,
.top_footer.blue_dark_bg,
.bottom_footer{
    background-color: var(--ui-primary) !important;
}

.img_promo_2{
    background-color: #fff !important;
}

/* =========================
   TEXT COLORS BY SECTION
   ========================= */
#about h2, #about h3, #about h4, #about h5, #about h6,
.three_steps h2, .three_steps h3, .three_steps h4, .three_steps h5, .three_steps h6,
.wheelhouse_sec > .container > .section-title h2,
.about_section_3 h2, .about_section_3 h3, .about_section_3 h4,
#contact h2, #contact h3, #contact h4, #contact h5, #contact h6{
    color: var(--ui-primary) !important;
}

#about p,
.three_steps p,
.wheelhouse_sec > .container > .section-title p,
.about_section_3 p,
#contact p{
    color: var(--ui-text-soft) !important;
}

#service h2, #service h3, #service h4, #service h5, #service h6,
.img_promo_1 h2, .img_promo_1 h3, .img_promo_1 h4,
.about_section_1 h2, .about_section_1 h3, .about_section_1 h4,
.about_section_2 h2, .about_section_2 h3, .about_section_2 h4{
    color: #fff !important;
}

#service p,
.img_promo_1 p,
.about_section_1 p,
.about_section_2 p{
    color: rgba(255,255,255,0.84) !important;
}

/* =========================
   TITLES
   ========================= */
.title_default_light h4,
.title_default_light h2,
.section-title h2{
    font-size: 42px;
    margin-bottom: 12px;
    font-weight: 800;
    letter-spacing: -0.5px;
}

.title_border::after,
.title_border::before{
    opacity: 0.25;
}

/* =========================
   SLIDER
   ========================= */
#slider-animation{
    background: var(--ui-primary);
    overflow: hidden !important;
}

#slider-animation .carousel-inner{
    height: auto !important;
    min-height: 300px;
    overflow: hidden !important;
}

#slider-animation .carousel-item{
    overflow: hidden !important;
}

#slider-animation .carousel-item img{
    width: 100% !important;
    height: clamp(300px, 48vw, 640px);
    object-fit: cover;
    display: block;
}

#slider-animation .carousel-control-prev,
#slider-animation .carousel-control-next{
    width: 56px;
    height: 56px;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(11,19,79,0.55);
    border-radius: 50%;
    opacity: 1;
    margin: 0 18px;
}

#slider-animation .carousel-control-prev:hover,
#slider-animation .carousel-control-next:hover{
    background: var(--ui-accent);
}

/* =========================
   ABOUT
   ========================= */
#about .text-center img{
    width: 100%;
    border-radius: var(--ui-radius-lg);
    box-shadow: var(--ui-shadow);
    display: block;
}

#about .title_default_light{
    background: #fff;
    border: 1px solid var(--ui-border);
    border-radius: var(--ui-radius-lg);
    box-shadow: var(--ui-shadow);
    padding: 36px;
    height: 100%;
}

#about .title_default_light p{
    margin-bottom: 14px;
}

#about .btn-primary{
    background: var(--ui-primary) !important;
    border-color: var(--ui-primary) !important;
    color: #fff !important;
    border-radius: 999px !important;
    padding: 14px 28px;
    font-weight: 700;
    box-shadow: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

#about .btn-primary:hover{
    background: var(--ui-accent) !important;
    border-color: var(--ui-accent) !important;
    transform: translateY(-2px);
    box-shadow: 0 14px 28px rgba(229,57,53,0.22);
}

/* =========================
   SERVICE
   ========================= */
#service{
    overflow: hidden;
}

#service .title_default_light,
#service .title_border{
    margin-bottom: 20px;
}

#service .box_wrap{
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.12);
    border-radius: 22px;
    padding: 34px 28px !important;
    height: 100%;
    transition: all .35s ease;
    backdrop-filter: blur(3px);
    box-shadow: none;
}

#service .box_wrap:hover{
    background: #fff;
    transform: translateY(-8px);
    box-shadow: var(--ui-shadow-dark);
}

#service .box_wrap img{
    max-height: 72px;
    margin-bottom: 20px;
    transition: all .35s ease;
}

#service .box_wrap h4{
    font-size: 28px;
    margin-bottom: 12px;
    font-weight: 800;
}

#service .box_wrap p{
    font-size: 16px;
    margin-bottom: 0;
}

#service .box_wrap:hover h4,
#service .box_wrap:hover p{
    color: var(--ui-primary) !important;
}

/* =========================
   THREE STEPS
   ========================= */
.three_steps{
    background: #fff !important;
    padding: 80px 0;
}

.three_steps .container{
    max-width: 1200px;
    margin: 0 auto;
}

.three_steps .section-title{
    text-align: center;
    margin-bottom: 50px;
}

.three_steps .section-title h2{
    font-size: 56px;
    line-height: 1.1;
    font-weight: 800;
    color: #0B134F !important;
    margin-bottom: 0;
    text-transform: uppercase;
}

.three_steps .row{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
}

.three_steps .thre_sp_box,
.three_steps .thre_sp_box_1,
.three_steps .thre_sp_box_2,
.three_steps .thre_sp_box_3{
    position: relative;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    bottom: auto !important;
    transform: none !important;
    margin-bottom: 30px !important;
    float: none;
}

.three_steps .thre_sp_box > h4{
    display: inline-block;
    background: #7277A1;
    color: #fff !important;
    font-size: 18px;
    font-weight: 700;
    padding: 12px 28px;
    border-radius: 999px;
    margin-bottom: 18px;
    position: relative;
    z-index: 2;
    min-width: 180px;
    text-align: center;
}

.three_steps .thre_sp_box_inr{
    position: relative;
    width: 100%;
    min-height: 250px;
    background: #fff;
    border: 1px solid rgba(11, 19, 79, 0.10);
    border-radius: 28px;
    box-shadow: 0 18px 40px rgba(11, 19, 79, 0.10);
    padding: 40px 24px 85px;
    overflow: hidden;
    transition: all .30s ease;
}

.three_steps .thre_sp_box_inr:hover{
    transform: translateY(-6px);
    box-shadow: 0 22px 45px rgba(11, 19, 79, 0.16);
}

.three_steps .thre_sp_box_inr h6{
    position: absolute;
    top: 18px;
    left: 18px;
    width: 64px;
    height: 64px;
    margin: 0;
    border-radius: 50%;
    background: #E53935;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    font-weight: 800;
    z-index: 3;
    box-shadow: 0 12px 24px rgba(229, 57, 53, 0.25);
}

.three_steps .thre_sp_box_inr p{
    margin: 20px 0 0 0;
    padding-left: 78px;
    font-size: 18px;
    line-height: 1.6;
    font-weight: 500;
    color: #0B134F !important;
    text-align: left;
}

.three_steps .thre_sp_box_inr::after{
    content: "";
    position: absolute;
    right: 18px;
    bottom: 18px;
    width: 82px;
    height: 82px;
    border-radius: 18px;
    background: rgba(191, 151, 242, 0.22);
    z-index: 1;
}

.three_steps .thre_sp_box::before,
.three_steps .thre_sp_box::after{
    left: auto !important;
    right: auto !important;
    transform: none !important;
}

/* =========================
   PROMO IMAGE
   ========================= */
.img_promo .section-title{
    margin-bottom: 30px;
}

.img_promo .section-title h2{
    font-size: 40px;
    font-weight: 800;
}

.img_promo_1 img,
.img_promo_2 img{
    display: block;
    margin: 0 auto;
    max-width: 100%;
    width: 100%;
    height: auto;
    border-radius: 24px;
}

.img_promo_1 img{
    background: #fff;
    padding: 16px;
    box-shadow: var(--ui-shadow-dark);
}

.img_promo_2{
    padding-top: 10px;
    padding-bottom: 10px;
}

/* =========================
   WHEELHOUSE
   ========================= */
.wheelhouse_sec > .container > .section-title{
    margin-bottom: 36px;
}

.wheelhouse_sec > .container > .section-title h2{
    font-size: 40px;
    font-weight: 800;
}

.wheelhouse_sec .wheelhouse_sec_div{
    border-radius: 28px;
    overflow: hidden;
    box-shadow: var(--ui-shadow);
    margin-bottom: 26px !important;
    border: 1px solid var(--ui-border);
}

.wheelhouse_sec .w_s_d_1,
.wheelhouse_sec .w_s_d_3,
.wheelhouse_sec .w_s_d_6{
    background: #fff !important;
}

.wheelhouse_sec .w_s_d_2,
.wheelhouse_sec .w_s_d_4{
    background: var(--ui-primary) !important;
    border-color: rgba(255,255,255,0.08);
}

.wheelhouse_sec .img_sec img{
    width: 100%;
    min-height: 320px;
    object-fit: cover;
    display: block;
}

.wheelhouse_sec .wheelhouse_cnt{
    display: flex;
    align-items: center;
}

.wheelhouse_sec .wheelhouse_cnt_inr{
    width: 100%;
    padding: 38px 34px;
}

.wheelhouse_sec .wheelhouse_cnt_inr h2{
    font-size: 52px;
    font-weight: 800;
    margin-bottom: 20px;
    letter-spacing: -1px;
}

.wheelhouse_sec .wheelhouse_cnt_inr p{
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 12px;
    font-weight: 600;
}

.wheelhouse_sec .wheelhouse_cnt_inr li{
    list-style: none;
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 10px;
    font-weight: 600;
    padding-left: 0;
}

.wheelhouse_sec .wheelhouse_cnt_inr span{
    color: var(--ui-accent);
    font-weight: 800;
}

.wheelhouse_sec .w_s_d_1 h2,
.wheelhouse_sec .w_s_d_1 p,
.wheelhouse_sec .w_s_d_3 h2,
.wheelhouse_sec .w_s_d_3 p,
.wheelhouse_sec .w_s_d_6 h2,
.wheelhouse_sec .w_s_d_6 p,
.wheelhouse_sec .w_s_d_6 li{
    color: var(--ui-primary) !important;
}

.wheelhouse_sec .w_s_d_2 h2,
.wheelhouse_sec .w_s_d_2 p,
.wheelhouse_sec .w_s_d_4 h2,
.wheelhouse_sec .w_s_d_4 p{
    color: #fff !important;
}

.wheelhouse_sec .w_s_d_6 .color_1,
.wheelhouse_sec .w_s_d_6 .color_2,
.wheelhouse_sec .w_s_d_6 .color_3,
.wheelhouse_sec .w_s_d_6 .color_4,
.wheelhouse_sec .w_s_d_6 .color_6{
    color: var(--ui-accent) !important;
}

/* =========================
   ABOUT CONTENT BLOCKS
   ========================= */
.about_section{
    position: relative;
}

.about_section .about_cnt{
    display: flex;
    align-items: center;
}

.about_section .about_cnt_inr{
    padding: 42px 36px;
    border-radius: 28px;
    box-shadow: var(--ui-shadow);
    position: relative;
    z-index: 2;
    width: 100%;
}

.about_section_1 .about_cnt_inr,
.about_section_2 .about_cnt_inr{
    background: rgba(11, 19, 79, 0.92);
    border: 1px solid rgba(255,255,255,0.08);
    box-shadow: var(--ui-shadow-dark);
}

.about_section_3 .about_cnt_inr{
    background: #fff;
    border: 1px solid var(--ui-border);
}

.about_section .about_cnt_inr h2{
    font-size: 34px;
    line-height: 1.3;
    font-weight: 800;
    margin-bottom: 18px;
}

.about_section .about_cnt_inr p{
    font-size: 16px;
    margin-bottom: 14px;
}

.about_section_1 .about_cnt_inr h2,
.about_section_1 .about_cnt_inr p,
.about_section_2 .about_cnt_inr h2,
.about_section_2 .about_cnt_inr p{
    color: #fff !important;
}

.about_section_3 .about_cnt_inr h2,
.about_section_3 .about_cnt_inr p{
    color: var(--ui-primary) !important;
}

.about_section .btn_sec{
    margin-top: 22px;
}

.about_section .btn_sec a{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: var(--ui-accent);
    color: #fff !important;
    padding: 14px 28px;
    border-radius: 999px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .4px;
    box-shadow: 0 14px 28px rgba(229,57,53,0.20);
    min-width: 180px;
}

.about_section .btn_sec a:hover{
    background: var(--ui-primary-2);
    transform: translateY(-2px);
}

/* =========================
   CONTACT
   ========================= */
#contact .title_default_light{
    margin-bottom: 26px;
}

#contact .contact_box_s2{
    background: var(--ui-primary) !important;
    border-radius: 26px;
    padding: 34px 28px;
    box-shadow: var(--ui-shadow);
    height: 100%;
}

#contact .contact_title h5{
    font-size: 30px;
    font-weight: 800;
    color: #fff !important;
    margin-bottom: 14px;
}

#contact .contact_title p{
    color: rgba(255,255,255,0.85) !important;
    font-size: 16px;
}

#contact .contact_info li{
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 20px;
}

#contact .contact_info li i{
    width: 56px;
    height: 56px;
    min-width: 56px;
    border-radius: 50%;
    background: #fff;
    color: var(--ui-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    box-shadow: 0 10px 22px rgba(0,0,0,0.12);
}

#contact .contact_detail span{
    color: #fff !important;
    font-size: 18px;
    font-weight: 700;
    display: block;
    margin-bottom: 3px;
}

#contact .contact_detail p{
    color: rgba(255,255,255,0.90) !important;
    margin-bottom: 0;
}

#contact .field_form .form-control{
    height: 58px;
    border-radius: 16px;
    border: 2px solid rgba(11, 19, 79, 0.14);
    background: #fff;
    color: var(--ui-primary);
    padding: 14px 18px;
    box-shadow: none !important;
    font-size: 15px;
}

#contact .field_form textarea.form-control{
    height: 140px;
    resize: vertical;
    padding-top: 16px;
}

#contact .field_form .form-control:focus{
    border-color: var(--ui-primary);
    box-shadow: 0 0 0 4px rgba(11, 19, 79, 0.08) !important;
}

#contact .field_form .btn{
    height: 58px;
    border-radius: 999px;
    border: none;
    background: var(--ui-primary);
    color: #fff !important;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .4px;
}

#contact .field_form .btn:hover{
    background: var(--ui-accent);
    box-shadow: 0 14px 28px rgba(229,57,53,0.20);
}

/* =========================
   PLACEHOLDER
   ========================= */
.field-validation-error{
    color: #ff4d4f;
}

::placeholder{
    color: #66708f;
    opacity: 1;
}

:-ms-input-placeholder{
    color: #66708f;
}

::-ms-input-placeholder{
    color: #66708f;
}

/* =========================
   FOOTER
   ========================= */
footer{
    overflow: hidden;
}

.top_footer.blue_dark_bg{
    padding-top: 80px;
    padding-bottom: 60px;
}

.bottom_footer{
    padding-top: 18px;
    padding-bottom: 18px;
    border-top: 1px solid rgba(255,255,255,0.08);
}

footer .footer_title,
footer .footer_desc p,
footer .copyright,
footer a,
footer li{
    color: #fff !important;
}

footer .footer_logo img{
    max-height: 56px;
    width: auto;
}

footer .footer_desc p{
    opacity: 0.90;
    font-size: 16px;
}

footer .newsletter_form{
    padding-left: 10px;
    padding-right: 10px;
}

footer .subscribe_form{
    max-width: 520px;
    margin: 0 auto;
    background: #fff;
    border-radius: 999px;
    padding: 6px;
    display: flex;
    align-items: center;
    gap: 0;
    box-shadow: 0 12px 24px rgba(0,0,0,0.14);
}

footer .subscribe_form .input-rounded{
    flex: 1 1 auto;
    border: none !important;
    background: transparent !important;
    height: 50px;
    color: var(--ui-primary);
    padding: 0 18px;
    border-radius: 999px;
    outline: none;
}

footer .subscribe_form .btn-info{
    height: 50px;
    border: none;
    border-radius: 999px;
    background: var(--ui-primary);
    color: #fff;
    font-weight: 700;
    min-width: 150px;
    padding: 0 24px;
    text-transform: uppercase;
}

footer .subscribe_form .btn-info:hover{
    background: var(--ui-accent);
}

footer .social_icon{
    gap: 10px;
}

footer .social_icon li{
    margin: 0 4px;
}

footer .social_icon li a{
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: rgba(255,255,255,0.10);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}

footer .social_icon li a:hover{
    background: var(--ui-accent);
    transform: translateY(-2px);
}

footer .footer_link li,
footer .footer_menu li{
    margin-bottom: 8px;
}

footer .footer_link li a:hover,
footer .footer_menu li a:hover{
    color: #ffd6d6 !important;
    padding-left: 5px;
}

/* =========================
   GENERIC BUTTONS / UI
   ========================= */
.btn-default,
.btn-radius{
    border-radius: 999px !important;
}

.scrollup.btn-default{
    background: var(--ui-accent) !important;
    color: #fff !important;
    border-radius: 16px;
    box-shadow: 0 12px 24px rgba(229,57,53,0.22);
}

.scrollup.btn-default:hover{
    background: var(--ui-primary) !important;
}

.modal-content,
.modal-dialog img{
    border-radius: 20px;
    overflow: hidden;
}

.blue_dark_bg{
    background: var(--ui-primary) !important;
}

.gradient_box2{
    background: var(--ui-primary) !important;
}

.brand_bg{
    background: #fff !important;
}

.box_shadow_none{
    box-shadow: none;
}

.list_none{
    padding-left: 0;
}

/* =========================
   DESKTOP / LARGE TABLET
   ========================= */
@media (max-width: 1199.98px){
    :root{
        --ui-header-h: 88px;
    }

    .title_default_light h4,
    .title_default_light h2,
    .section-title h2{
        font-size: 36px;
    }

    .wheelhouse_sec .wheelhouse_cnt_inr h2{
        font-size: 42px;
    }

    .about_section .about_cnt_inr h2{
        font-size: 30px;
    }

    .header_wrap .navbar-brand img{
        max-height: 48px;
    }

    .header_wrap .navbar-nav .nav-link{
        font-size: 14px;
        padding: 10px 12px !important;
    }

    .header_wrap .nav_btn .btn{
        padding: 12px 18px;
    }
}

/* =========================
   MOBILE / TABLET
   ========================= */
@media (max-width: 991.98px){
    :root{
        --ui-header-h: 86px;
    }

    body.v_royal_blue{
        padding-top: var(--ui-header-h);
    }

    .container,
    .container-fluid{
        padding-left: 12px !important;
        padding-right: 12px !important;
    }

    .row{
        margin-left: -8px !important;
        margin-right: -8px !important;
    }

    .row > [class*="col-"]{
        padding-left: 8px !important;
        padding-right: 8px !important;
    }

    /* mobile header */
    .header_wrap .navbar{
        min-height: auto !important;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }

    .header_wrap .navbar-brand{
        order: 1;
        flex: 0 0 auto;
        max-width: calc(100% - 58px);
        margin-right: 0;
    }

    .header_wrap .navbar-brand img{
        max-height: 42px;
    }

    .header_wrap .navbar-toggler{
        order: 2;
        margin-left: auto;
        width: 44px;
        height: 44px;
        padding: 0 !important;
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

    .header_wrap .hiddenlg{
        order: 3;
        width: 100%;
        display: flex !important;
        gap: 8px;
        margin-top: 10px;
        margin-bottom: 6px;
    }

    .header_wrap .hiddenlg .btn{
        flex: 1 1 50%;
        min-width: 0;
        width: calc(50% - 4px);
        height: 42px;
        min-height: 42px;
        margin: 0 !important;
        padding: 8px 10px !important;
        font-size: 13px !important;
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

    .header_wrap .navbar-collapse{
        order: 4;
        width: 100%;
        flex: 0 0 100%;
        margin-top: 10px !important;
        padding: 12px;
        background: var(--ui-primary);
        border-radius: 16px;
        box-shadow: 0 16px 36px rgba(0,0,0,0.18);
    }

    .header_wrap .navbar-collapse .nav_btn{
        display: none !important;
    }

    .header_wrap .navbar-collapse .navbar-nav{
        width: 100%;
        margin: 0 !important;
    }

    .header_wrap .navbar-collapse .navbar-nav.m-auto{
        margin: 0 !important;
    }

    .header_wrap .navbar-collapse .navbar-nav .nav-link{
        width: 100%;
        display: block;
        text-align: left;
        margin: 4px 0 !important;
        padding: 12px 14px !important;
        border-radius: 12px;
    }

    /* section spacing */
    #about,
    #service,
    .three_steps,
    .img_promo,
    .wheelhouse_sec,
    .about_section,
    #contact{
        padding-top: 75px;
        padding-bottom: 75px;
    }

    #about .title_default_light{
        margin-top: 24px;
    }

    .wheelhouse_sec .img_sec img{
        min-height: 250px;
    }

    .wheelhouse_sec .wheelhouse_cnt_inr{
        padding: 30px 26px;
    }

    .about_section .about_cnt_inr{
        margin-top: 20px;
    }

    footer .newsletter_form{
        margin-top: 20px;
    }

    .three_steps .section-title h2{
        font-size: 40px;
    }

    .three_steps .thre_sp_box{
        flex: 0 0 100%;
        max-width: 100%;
    }

    .three_steps .thre_sp_box > h4{
        width: 100%;
        min-width: 0;
    }

    .three_steps .thre_sp_box_inr{
        min-height: auto;
        padding: 28px 20px 70px;
    }

    .three_steps .thre_sp_box_inr p{
        font-size: 17px;
    }

    #slider-animation .carousel-item img{
        height: 300px;
    }

    .img_promo_1 img{
        padding: 10px;
    }
}

/* =========================
   MOBILE
   ========================= */
@media (max-width: 767.98px){
    .title_default_light h4,
    .title_default_light h2,
    .section-title h2{
        font-size: 30px;
    }

    #slider-animation .carousel-item img{
        height: 260px;
    }

    #about,
    #service,
    .three_steps,
    .img_promo,
    .wheelhouse_sec,
    .about_section,
    #contact{
        padding-top: 60px;
        padding-bottom: 60px;
    }

    #about .title_default_light{
        padding: 26px 22px;
    }

    #service .box_wrap{
        padding: 26px 20px !important;
    }

    .wheelhouse_sec .wheelhouse_cnt_inr h2{
        font-size: 34px;
    }

    .wheelhouse_sec .wheelhouse_cnt_inr p,
    .wheelhouse_sec .wheelhouse_cnt_inr li{
        font-size: 17px;
    }

    .about_section .about_cnt_inr{
        padding: 28px 22px;
    }

    .about_section .about_cnt_inr h2{
        font-size: 25px;
    }

    .about_section .btn_sec a{
        width: 100%;
    }

    #contact .contact_box_s2{
        margin-bottom: 24px;
        padding: 28px 22px;
    }

    footer .subscribe_form{
        flex-direction: column;
        border-radius: 20px;
        padding: 12px;
    }

    footer .subscribe_form .input-rounded,
    footer .subscribe_form .btn-info{
        width: 100%;
        min-width: 100%;
        border-radius: 14px;
    }

    footer .subscribe_form .btn-info{
        margin-top: 8px;
    }

    .top_footer.blue_dark_bg{
        padding-top: 60px;
        padding-bottom: 40px;
    }

    .three_steps .section-title h2{
        font-size: 34px;
    }

    .three_steps .thre_sp_box_inr p{
        padding-left: 70px;
        font-size: 16px;
    }
}

/* =========================
   SMALL MOBILE
   ========================= */
@media (max-width: 575.98px){
    :root{
        --ui-header-h: 84px;
    }

    body.v_royal_blue{
        padding-top: var(--ui-header-h);
    }

    .header_wrap .navbar-brand img{
        max-height: 38px;
    }

    .header_wrap .navbar{
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .header_wrap .hiddenlg .btn{
        font-size: 12px !important;
        padding: 8px 8px !important;
    }

    .title_default_light h4,
    .title_default_light h2,
    .section-title h2{
        font-size: 26px;
    }

    #slider-animation .carousel-item img{
        height: 220px;
    }

    #about,
    #service,
    .three_steps,
    .img_promo,
    .wheelhouse_sec,
    .about_section,
    #contact{
        padding-top: 50px;
        padding-bottom: 50px;
    }

    #about .title_default_light,
    .about_section .about_cnt_inr,
    #contact .contact_box_s2{
        border-radius: 20px;
    }

    .wheelhouse_sec .wheelhouse_sec_div{
        border-radius: 20px;
    }

    .wheelhouse_sec .wheelhouse_cnt_inr{
        padding: 24px 18px;
    }

    .wheelhouse_sec .wheelhouse_cnt_inr h2{
        font-size: 28px;
    }

    .three_steps{
        padding: 50px 0;
    }

    .three_steps .section-title h2{
        font-size: 28px;
    }

    .three_steps .thre_sp_box > h4{
        min-width: 0;
        width: 100%;
        font-size: 16px;
        padding: 10px 18px;
        margin-bottom: 12px;
    }

    .three_steps .thre_sp_box_inr{
        padding: 20px 16px 72px;
        border-radius: 20px;
    }

    .three_steps .thre_sp_box_inr p{
        padding-left: 0;
        padding-top: 70px;
        text-align: center;
        font-size: 16px;
    }

    .three_steps .thre_sp_box_inr h6{
        left: 50%;
        transform: translateX(-50%);
        top: 16px;
        width: 58px;
        height: 58px;
        font-size: 22px;
    }

    .three_steps .thre_sp_box_inr::after{
        width: 64px;
        height: 64px;
        right: 12px;
        bottom: 12px;
    }

    #contact .field_form .form-control,
    #contact .field_form .btn{
        height: 54px;
    }

    #contact .field_form textarea.form-control{
        height: 120px;
    }

    footer .social_icon li a{
        width: 40px;
        height: 40px;
    }

    .img_promo_1 img,
    .img_promo_2 img{
        border-radius: 16px;
    }
}



/* --------------------------------------------------
 Signin Page css 
 ---------------------------------------------------*/
 
 
 