:root {
    --navy: #002855;
    --gold: #FFB800;
    --coral: #E8553E;
    --light-bg: #F5F4EF;
    --white: #ffffff;
    --text-dark: #1A1A2E;
    --text-mid: #555;
    --text-light: #777;
    --border: #ddd;
    --progress-bg: #e0ddd6;
    --green: #008000;
}

.top_head {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
    background-color: #ffffff;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

.th_row_flex {
    display: flex;
    align-content: flex-start;
    flex-wrap: wrap;
    position: relative;
    width: 100%;
}

.logo_blk {
    width: 20%;
    text-align: center;
}

.thmenu_mid {
    width: 55%;
    margin-top: 25px;
}

.logo {
    width: 60%;
    height: auto;
}

.menubtn_blk {
    width:20%;
    display: flex;
    align-items: center;
    justify-content: center; 
}

.mbtn {
    /*background-color: #69727d;*/
    border-radius: 3px;
    color: #fff;
    display: inline-block;
     font-size: 15px; 
    fill: #fff;
    text-align: center;
    transition: all .3s;
    padding: 15px 40px 15px 40px;
    background-color: #002147;
    border-radius: 5px;
    letter-spacing: 2px;
}

.mr_35{
    margin-right: 35px;
}

.mbtn a {
    
    text-decoration: none;
    color: #F7F9FB;
    display: block;

}

.slider_bg {
    background-color: #F9F8F4;
    background-image: url(../images/slider.png);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: 100% auto;    
}

.slider_block {
    margin-top: 105px;
}

.slide_head {
    display: flex;
    text-align: center;
    margin: 5% 12% 2% 12%;
}

.slide_title {
    font-family: "Roboto", Sans-serif;
    font-size: 52px;
    font-weight: 700;
    line-height: 1.2em;
    letter-spacing: 0.5px;
    color: #000105;
}

.flex_row {
    display: flex;
    justify-content: center;
}

.slide_cnt {
    display: flex;
    justify-content: center;
    font-size: 16px;
    font-weight: 400px;
    margin-bottom: 20px;
}

.navbar {
    margin-bottom: 20px;
}

.navbar-nav {
    justify-content: center;
    width: 100%;
    margin-top: 5px;
}

.nav-item a {
    font-size: 20px;
    color: #002147 !important;
    padding: 0px 15px 0px 15px;
    font-weight: 500;;
}

.nav-item {
    display: flex !important;    
}

.nav-item:not(:last-child)::after {
    content: "|" !important;
    color: #002147 !important;
    margin-left: 15px !important;
    margin-right: 5px !important;
    display: inline !important;
    font-size: 16px !important;
}

.bt_20 {
    margin-bottom: 20px;
}

.mtb {
    margin-bottom: 20px;
    margin-top: 20px;
}

.blk_title {
    margin: 0px 0px 10px 0px;
    font-size: 52px;
    font-weight: 900;
}

.blk_cnt {
    color: #0A0A0A;
    font-size: 25px;
    font-weight: 400;
    margin: 0px 10px 0px 10px;
    text-align: center;
}

.blk_desc {
    font-size: 16px;
    line-height: 24px;
    color: #8B8D99;
}

.img_box {
    margin-left: 2px;
    min-height: 240px;
    padding: 10px;
    margin-top: 20px;
}

.img_box_inner {        
    margin-bottom: 20px;    
    background-color: #ffffff;    
    border: 1px solid #D2D3D4;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 1px 1px 26px 0px rgba(23.250000000000018, 23.250000000000018, 23.250000000000018, 0.1);
    padding: 35px 0 20px 0; 
}

.img_box_img {
    text-align: center;
    vertical-align: middle;
} 

.img_box_img img {
    width: 37%;
}

.img_box_img img a{
    display: block;
}

.img_box_title {
    font-size: 15px;
    font-weight: 500;
    color: #000105;
    text-align: center;
    margin: 10px 0 20px 0;
}

.arrow_icon {
    text-align: center;
    width: 100%;
}

.brand_img {    
    width: 158px;
    margin-right: 15px;
    opacity: 0.6;
}

.blk_half {
    width: 50%;
}

.bgimg {
    background-image: linear-gradient(270deg, #F9F8F4 54%, #FFFFFF 52%);
    padding-top: 50px;
}

.blk_half_img {
    width: 351px;
    margin: 0 auto;
}

.half_cnt {
    margin-left: 10%;
    margin-top: 10%;
    margin-right: 25%;

}

.half_title {
    font-size: 35px;
    font-weight: 600;
    color: #000105;
}

.half_desc {
    color: #646778;
    font-size: 16px;
    margin-top: 10px;
}

.readmore {
    color: #000105;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 2px;
    border-bottom: 1px solid #000105;    
    padding: 5px;
}

.mt_35 {
    margin-top: 35px;
}
.mt_1h {
    margin-top: 100px;
}
.mt_75 {
    margin-top: 75px;
}
.mt_50 {
    margin-top: 50px;
}
.mb_50 {
    margin-bottom: 50px;
}
.ml_75 {
    margin-left: 75px;
}
.mt_10 {
    margin-top: 10px;
}

.blk_color_bg {
    background-color: #DFDEFD;    
}

.img_bg {
    background-image: url(../images/injpg015.png);
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: 53% auto;
}

.flex_only {
    display: flex;
}

.blk_40per {
    width: 40%;
}

.overlay_blk {
    margin-top: 100px;
    margin-bottom: 0px;
    padding: 100px 0px 100px 0px;
    position: relative;
}

.bg_overlay {
    background-image: url(../images/BG03.jpg);
    background-position: center center;
    background-size: cover;
    opacity: 0.35;
    inset: 0;
    position: absolute;
}

.position_r {
    position: relative;
}

.img_box1 {
    margin-left: 2px;
    width: 90%;
    padding: 10px 20px;
    margin-top: 70px;
}

.img_box_inner1 {        
    margin-bottom: 20px;    
    background-color: #ffffff;    
    border: 1px solid #D2D3D4;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 1px 1px 26px 0px rgba(23.250000000000018, 23.250000000000018, 23.250000000000018, 0.1);
    padding: 35px 0 20px 0; 
}

.img_box_img1 {
    text-align: center;
    vertical-align: middle;
} 

.img_box_img1 img {
    width: 21%;
}

.img_box_img1 img a{
    display: block;
}

.img_box_title1 {
    font-size: 15px;
    font-weight: 500;
    color: #000105;
    text-align: center;
    margin: 10px 0 20px 0;
}

.input_label {
    font-size: 16px;
    font-weight: 400;
    color: #000105;
    padding: 0px 0px 20px 10px;
    display: block;
    margin-top: 50px;
}

.inputtxt {
    padding: 12px;
    border-width: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    cursor: pointer;
    border-radius: none!important;
    border: 1px solid #eaeaea;
    background-color: transparent;
    width: 100%;
    background-color: #ffffff;
    letter-spacing: 2px;
}

.form_btn {
    /*background-color: #69727d;*/
    border-radius: 3px;
    color: #fff;
    display: inline-block;
     font-size: 15px; 
    fill: #fff;
    text-align: center;
    transition: all .3s;
    padding: 15px 20px 15px 20px;
    background-color: #002147;
    border-radius: 5px;
    letter-spacing: 2px;
}

.bg_blk {
    background-color: #F9F8F4;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin-top: 100px;
    margin-bottom: 0px;
    padding: 6% 0% 10% 0%;
}

.test_section {
    margin-top: -80px;
}

.testimonial_blk {
    background-color: #ffffff;
    background-image: url(../images/Group-3.png); 
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: contain;

    box-shadow: 5px 5px 30px 0px rgba(51, 51, 51, 0.1);
    transition: background 0.5s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin: 10px 10px 10px 10px;
    --e-column-margin-right: 10px;
    --e-column-margin-left: 10px;
    padding: 30px 30px 30px 30px;
}

.circle {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #000000;
}

.testi_cnt {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.7em;
    margin-top: 20px;
    color: #646778;
}

.testi_name {
    color: #000105;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.8em;
    letter-spacing: 0.5px;
    margin-top: 20px;
}

.flex_sb {
    display: flex;
    justify-content: space-between;
}

.footer_bg {
    background-color: #0C0F12;
    padding: 50px 0px 30px 0px;
}

.ft_title {
    color: #F7F9FB;
    font-size: 23px;
    font-weight: 600;
    letter-spacing: 0.5px;
    line-height: 1.5em;
    margin-bottom: 20px;
}

.ft_list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.ft_list li {
    font-family: "Roboto", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    text-transform: none;
    line-height: 1.7em;
    letter-spacing: 0px;
    color: #8B8D99;
    margin-bottom: 10px;
}

.ft_width {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 30px;
}

.disclaim {
    font-family: "Roboto", Sans-serif;
    font-size: 11px;
    font-weight: 400;
    text-decoration: underline;
    line-height: 1.7em;
}

.disclaim_cnt {
    text-align: center;
    font-size: 11px;
    line-height: 18px;
    color: #8B8D99;
}

.address {
    font-family: "Roboto", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    text-transform: none;
    letter-spacing: 0px;
    color: #8B8D99;
    margin: 0;
}

.mt_20 {
    margin-top: 20px;
}

.mar_25per {
    margin: 0% 25% 0% 25%;
}

.breadcrumb-container {
    background: #f5f5f5;
    padding: 12px 20px;
    border-radius: 6px;
    width: 100%;
}

.breadcrumb {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
}

.breadcrumb li {
    font-size: 14px;
    color: #555;
}

.breadcrumb li + li:before {
    content: ">";
    margin: 0 10px;
    color: #999;
}

.breadcrumb a {
    text-decoration: none;
    color: #007bff;
    transition: 0.3s;
}

.breadcrumb a:hover {
    text-decoration: underline;
}

.breadcrumb .active {
    color: #333;
    font-weight: 600;
}

.hero-section {
    background: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)),
                url('../images/about.jpg');
    background-size: cover;
    background-position: center;
    height: 60vh;
    display: flex;
    align-items: center;
    color: #fff;
    text-align: center;
}

.section-padding {
    padding: 80px 0;
}

.icon-box {
    background: #f8f9fa;
    padding: 30px;
    border-radius: 10px;
    transition: 0.3s;
}

.icon-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}

.team-img {
    border-radius: 10px;
}

main {
    flex: 1;
    max-width: 680px;
    width: 100%;
    margin: 0 auto;
    padding: 52px 32px 40px;
}

/* ── BUTTONS ── */
  .bbtn-row {
    display: flex;
    gap: 12px;
    align-items: center;
  }
  .bbtn-back {
    background: transparent;
    color: var(--green);
    border: 2px solid var(--green);
    padding: 11px 28px;
    border-radius: 28px;
    font-size: 15px;
    font-weight: 700;
    font-family: inherit;
    cursor: pointer;
    transition: background 0.2s, color 0.2s;
  }
  .bbtn-back:hover { background: var(--green); color: var(--white); }
  .bbtn-next {
    background: var(--green);
    color: var(--white);
    border: 2px solid var(--green);
    padding: 11px 32px;
    border-radius: 28px;
    font-size: 15px;
    font-weight: 700;
    font-family: inherit;
    cursor: pointer;
    transition: background 0.2s, transform 0.15s;
  }
  .bbtn-next:hover { background: #green; transform: translateY(-1px); }
