html {
    position: relative;
    height: 100%;
    scroll-behavior: smooth;
}
body{
    font-family: "Poppins", sans-serif;
    overflow-x: hidden;
    padding: 0px;
    margin: 0px;
    background-color: #F9F9F9;
    color: #000000;
    font-size: 16px;
    font-weight: 500;
}
a, a:hover{
    color: inherit;
    text-decoration: none;
}
.btn:focus{
    box-shadow: none;
}
:focus-visible {
outline: 0;
}
p{
    line-height: 26px;
}

.oswald{
    font-family: "Oswald", sans-serif;
    font-weight: 600;
}

.z-1{
    position: relative;
    z-index: 1;
}
.z-2{
    z-index: 2;
    position: relative;
}

.theme-color{
    color: #0056BB;
}

.container{
    padding-left: 20px;
    padding-right: 20px;
}

@media (min-width: 576px){
.header .container, 
.hero-sec .container{
    max-width: 650px;
}
}

@media (min-width: 768px){
.header .container, 
.hero-sec .container{
    max-width: 850px;
}
.container{
    padding-left: 30px;
    padding-right: 30px;
}
}

@media (min-width: 992px){
.header .container, 
.hero-sec .container{
    max-width: 1050px;
}
}

@media (min-width: 1200px){
.header .container, 
.hero-sec .container{
    max-width: 1250px;
}
}

@media (min-width: 1400px){
.container{
    max-width: 1206px;
}
}

@media (min-width: 1480px){
.header .container, 
.hero-sec .container{
    max-width: 1500px;
}
}

/* Navigation: extra horizontal padding (nav uses Bootstrap .container) */
.header nav.container{
    padding-left: 36px;
    padding-right: 36px;
}
@media (min-width: 768px){
.header nav.container{
    padding-left: 48px;
    padding-right: 48px;
}
}
@media (min-width: 1200px){
.header nav.container{
    padding-left: 60px;
    padding-right: 60px;
}
}

/* Hero (all pages): stronger left inset for headline block */
.hero-sec .container{
    padding-left: 40px;
}
@media (min-width: 576px){
.hero-sec .container{
    padding-left: 44px;
}
}
@media (min-width: 768px){
.hero-sec .container{
    padding-left: 56px;
}
}
@media (min-width: 992px){
.hero-sec .container{
    padding-left: 64px;
}
}
@media (min-width: 1200px){
.hero-sec .container{
    padding-left: 76px;
}
}
@media (min-width: 1400px){
.hero-sec .container{
    padding-left: 88px;
}
}

/*Header*/
.header {
    background: linear-gradient(180deg, #0B1632 0%, #0b163200 100%);
    z-index: 99;
    width: 100%;
    transition: all 0.3s ease-in-out;
    position: fixed;
    top: 0px;
    left: 0px;
    padding: 20px 0;
}
.bottom-head{
    position: relative;
    transition: all 0.3s ease-in-out;
}
.header.sticky-bar {
    background: linear-gradient(180deg, #0B1632 0%, #0b1632 100%);
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 99;
    padding: 10px 0px;
}
.header.menu-open{
    background: linear-gradient(180deg, #0B1632 0%, #0b1632 100%);
}
.sticky-bar .logo {
    width: 120px;
}
.navbar{
    padding: 0px !important;
}
.navbar-brand{
    padding: 0px;
}
.logo{
    width: 100%;
    transition: all 0.3s ease-in-out;
}
.navbar-nav{
    display: flex;
    align-items: center;
    gap: 46px;
}
.nav-link{
    display: block;
    transition: all 0.3s ease-in-out;
    color: #FFF;
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    padding: 0px !important;
}
.nav-item .nav-link:hover, 
.navbar-nav .nav-item .nav-link.active, 
.navbar-nav .nav-link.show{
    color: #0056BB !important;
}
.btn-theme{
    position: relative;
    display: inline-block;
    overflow: hidden;
    background-color: #0056BB !important;
    color: #FFF !important;
    font-size: 18px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 1.8px;
    text-transform: uppercase;
    padding: 18px 30px;
    border-radius: 10px;
    border: 0px !important;
    transition: all 0.3s ease-in-out;
}
.header .btn-theme{
    font-size: 16px;
    padding: 16px 32px;
}
/* Shine element */
.btn-theme::before{
    content:"";
    position:absolute;
    top:0;
    left:-90%;
    width:70%;
    height:100%;
    background: linear-gradient(
        120deg,
        rgba(255,255,255,0) 0%,
        rgba(255,255,255,0.8) 45%,
        rgba(255,255,255,0.5) 50%,
        rgba(255,255,255,0.8) 55%,
        rgba(255,255,255,0) 100%
    );
    transform: skewX(-25deg);
}

/* Hover shine animation */
.btn-theme:hover::before{
    animation: shine 0.9s ease forwards;
}

@keyframes shine{
    0%{
        left:-90%;
    }
    100%{
        left:140%;
    }
}
#navbar-hamburger.show{
    display: block;
}
#navbar-hamburger, #navbar-close{
    display: none;
}
#navbar-close.show{
    display: block;
}
.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: 0 0 0 0rem;
}

/* close */
.navbar-toggler{
    border: 0px;
    padding: 0px;
}
.menu_toggle {
    display: inline-block;
    cursor: pointer;
    transition: all 0.2s ease-in;
    text-align: left;
    position: relative;
    right: 0;
    z-index: 90;
    transition: all 0.3s ease-in-out;
    height: 45px;
    width: 45px;
    padding: 12px;
    line-height: 0px;
}
.menu_toggle span {
    height: 2px;
    width: 100%;
    background: #ffffff;
    display: inline-block;
    transition: all 0.5s cubic-bezier(.62, .43, .35, 1.47);
}

/* toggle icon animation */
#check1:checked~.menu_toggle span:nth-child(1) {
    width: 100%;
    transform: rotate(45deg) translateY(6px) translateX(6px);
}

#check1:checked~.menu_toggle span:nth-child(2) {
    width: 0;
}

#check1:checked~.menu_toggle span:nth-child(3) {
    width: 100%;
    transform: rotate(-45deg) translateY(-4px) translateX(4px);
}
#check1{
    display: none;
}

/*hero-sec*/
.hero-sec{
    position: relative;
    width: 100%;
    min-height: 100vh;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
}
.hero-sec::after{
    content: '';
    width: 100%;
    height: 100%;
    background: linear-gradient(270deg, rgba(11, 22, 50, 0.00) 0.03%, rgba(2, 4, 11, 0.56) 51.91%, rgba(2, 4, 11, 0.80) 91.46%);
    position: absolute;
    top: 0px;
    left: 0px;
}
.hb-shape{
    width: 100%;
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 1;
}
.hero-title{
    color: #FFF;
    font-size: 80px;
    font-weight: 600;
    line-height: 100%;
    margin-bottom: 40px;
}
.hero-title-line{
    width: 148px;
    height: 3px;
    background-color: #0055BA;
    margin-bottom: 30px;
}
.hero-text{
    color: #FFF;
    font-size: 20px;
    font-weight: 600;
    line-height: 170%;
    max-width: 682px;
    margin-bottom: 40px;
}

/*Our Product*/
.sec-pad{
    padding: 80px 0;
}
.line-title-box{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 48px;
    margin-bottom: 20px;
}
.ltb-line{
    min-width: 160px;
    height: 1px;
    background-color: #00000033;
}
.ltb-title{
    color: #0055BA;
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    width: fit-content;
}
.title{
    color: #1A1A1A;
    text-align: center;
    font-size: 60px;
    font-weight: 600;
    line-height: 70px;
    margin-bottom: 40px;
}
.op-box{
    width: 100%;
    height: 100%;
    border-radius: 20px;
    border: 1px solid #F0F0F0;
    background-color: #FFF;
    box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.05);
    overflow: hidden;
}
.op-box .bottom{
    padding: 0 40px 30px;
    text-align: center;
}
.op-box .bottom .icon-box{
    width: 100px;
    height: 100px;
    background-color: #0056BB;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: -50px auto 22px;
    z-index: 1;
    position: relative;
}
.sub-title{
    color: #1A1A1A;
    text-align: center;
    font-size: 26px;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 0px;
}
.op-box .bottom .sub-title{
    margin-bottom: 16px;
}
.op-box .bottom p{
    margin-bottom: 20px;
}
.btn-learn-more{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    color: #0056BB !important;
    font-size: 16px;
    font-weight: 700;
    line-height: 26px;
    text-transform: uppercase;
    width: fit-content;
    margin: 0 auto;
    padding: 0px;
    border: 0px !important;
}
.btn-learn-more .lm-arrow{
    transition: all 0.3s ease-in-out;
}
.btn-learn-more:hover .lm-arrow{
   transform: translateX(5px);
}


/*Topsoil Section*/
.hero-sec.inner-hero-sec{
    min-height: auto;
    padding: 260px 0 240px;
}
.white-box{
    width: 100%;
    height: 100%;
    padding: 0 30px 40px;
    border-radius: 20px;
    border: 1px solid #F0F0F0;
    background: #FFF;
    box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.05);
}
.icon-box{
    width: 80px;
    height: 80px;
    background-color: #0056BB;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: -40px auto 32px;
}
.cust-pad{
    padding-top: 40px;
}
.br-10{
    border-radius: 10px;
}
.topsoil-text{
    text-align: center;
    margin: 0 40px;
}
.bg-grey{
    background-color: #F0F0F0;
}
.cust-gap{
    --bs-gutter-x: 24px;
    --bs-gutter-y: 80px;
}


/*Contact Us Page*/
.ct-sec{
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.ct-box{
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding-bottom: 30px;
    border-bottom: 1px solid #00000033;
    line-height: 26px;
}
.ct-sec .ct-box:last-child{
    border-bottom: 0px;
    padding-bottom: 0px;
}
.ct-box a{
    transition: all 0.3s ease-in-out;
}
.ct-box a:hover{
    color: #0056BB;
}
.form-label{
    color: #0D162C;
    font-size: 16px;
    font-weight: 600;
    line-height: 26px;
    margin-bottom: 7px;
}
.form-control{
    border-radius: 5px 12px 5px 5px;
    border: 1px solid #DBDBDB;
    background-color: #F0F0F0;
    color: #000;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    padding: 11px 20px;
}
.form-control:focus{
    box-shadow: none;
    border-color: #0056BB;
    background-color: #F0F0F0;
}
textarea{
    resize: none;
}
.cust-form .btn-theme{
    padding: 13px 30px;
    margin-top: 15px;
}
.cust-form .g-recaptcha{
    margin-bottom: 8px;
}
.contact-form-alert{
    padding: 14px 18px;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    margin-bottom: 24px;
}
.contact-form-success{
    background-color: #e8f4ea;
    border: 1px solid #2e7d32;
    color: #1b5e20;
}
.contact-form-error{
    background-color: #fdecea;
    border: 1px solid #c62828;
    color: #b71c1c;
}
.contact-form-err-detail{
    font-size: 14px;
}


/*Footer*/
.footer{
    background-color: #051B30;
}
.p-footer{
    padding: 60px 0 40px;
    display: flex;
    align-items: stretch;
}
.pf-box{
    padding: 0 44px;
    border-left: 1px solid #FFFFFF66;
    min-height: 100%;
}
.p-footer .pf-box:first-child{
    padding-left: 0px;
    border-left: 0px;
}
.p-footer .pf-box:last-child{
    padding-right: 0px;
}
.pf-box .logo-sec{
    max-width: 228px;
    min-width: 228px;
}
.f-text{
    color: #FFF;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    margin-bottom: 10px;
}
.social{
    width: 45px;
    height: 45px;
    background-color: #0056BB;
    border: 2px solid #0056BB;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease-in-out;
}
.social:hover{
    background-color: #051B30;
}
.social svg path{
    transition: all 0.3s ease-in-out;
}
.social:hover svg path{
    fill: #0056BB;
}
.ql-sec{
    min-width: 154px;
    max-width: 154px;
}
.f-title{
    color: #0056BB;
    font-family: "Oswald", sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 26px;
    margin-bottom: 26px;
}
.f-ul{
    list-style: none;
    padding-left: 0px;
    margin-bottom: 0px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.f-ul a{
    color: #FFF;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    transition: all 0.3s ease-in-out;
}
.f-ul a:hover{
    color: #0056BB;
}
.contact-sec{
    min-width: 263px;
    max-width: 263px;
}
.contact-box{
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.cb-detail{
    display: flex;
    align-items: flex-start;
    gap: 12px;
    color: #FFF;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
}
.cb-icon{
    min-width: 24px;
    margin-top: 4px;
}
.f-link{
    transition: all 0.3s ease-in-out;
}
.f-link:hover{
    color: #0056BB;
}
.hoo-text{
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    padding-top: 26px;
    margin-top: 26px;
    border-top: 1px solid #FFFFFF66;
}
.s-footer{
    padding: 16px 0;
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    border-top: 1px solid #FFFFFF66;
}
.footer-xponex-credit{
    margin-top: 10px;
    font-size: 14px;
    line-height: 22px;
    color: rgba(255, 255, 255, 0.85);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    flex-wrap: wrap;
}
.footer-xponex-credit a{
    display: inline-flex;
    align-items: center;
    line-height: 0;
    transition: opacity 0.3s ease-in-out;
}
.footer-xponex-credit a:hover{
    opacity: 0.88;
}
.footer-xponex-logo{
    vertical-align: middle;
}

h1, h2, h3, h4, h5, h6{
    font-family: "Oswald", sans-serif;
}