html {
    position: relative;
    height: 100%;
    scroll-behavior: smooth;
}
body{
    font-family: "Rubik", sans-serif;
    font-weight: 400;
    overflow-x: hidden;
    padding: 0px;
    margin: 0px;
    background-color: #F3F5F8;
    font-size: 18px;
    color: #5B5B5B;
}
a, a:hover{
    color: inherit;
    text-decoration: none;
}

p{
    line-height: 32px;
}

.btn:focus{
    box-shadow: none;
}

.montserrat{
    font-family: "Montserrat", sans-serif;
}

@media (min-width: 1400px){
    .container{
        max-width: 1206px;
    }
    .header .container, 
    .inner-hero-sec .container{
        max-width: 1396px;
    }
}

/*Header*/
.header{
    background: transparent;
    z-index: 9;
    width: 100%;
    position: relative;
    top: 0;
    left: 0px;
    transition: all 0.3s ease-in-out;
}
.header.scrolled{
    top: 0;
}

/* Landing header: logo only, no site navigation */
.header-landing .container{
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 100%;
}
.header-landing .landing-header-inner{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    background: none;
    width: auto;
    margin-left: auto;
    margin-right: auto;
}
.header-landing .landing-logo{
    display: inline-block;
}
.header-landing .logo-landing{
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/*Main Nav*/
.main-nav{
    padding: 7px 22px;
    position: relative;
    background-color: #FFFFFF;
    border-radius: 10px;
}
.navbar-nav{
    gap: 45px;
}
.nav-link{
    display: block;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    color: #000000;
    font-size: 18px;
    font-weight: 500;
    line-height: normal;
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.nav-item .nav-link.active, 
.nav-item .nav-link:hover{
    color: #1F932C;
}

#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{
    padding: 0px;
    border: 0px;
}
.menu_toggle{
    width: 50px !important;
    height: 50px;
    padding: 9px 10px 9px;
    display: inline-flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
    transition: all 0.2s ease-in;
    text-align: left;
    position: relative;
    right: 0;
    top: 0px;
    z-index: 90;
    border-radius: 3px;
    line-height: 0px;
    align-items: flex-end;
}
.menu_toggle span {
    height: 3px;
    width: 100%;
    background: linear-gradient(90deg, #005295 0%, #1F932C 100%);
    display: inline-block;
    transition: all 0.5s cubic-bezier(.62, .43, .35, 1.47);
    margin: 2px 0px;
}
.menu_toggle span:nth-child(2){
    width: 75%;
}
.menu_toggle span:nth-child(3){
    width: 48%;
}

/* toggle icon animation */
#check1:checked~.menu_toggle span:nth-child(1) {
    width: 90%;
    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: 90%;
    transform: rotate(-45deg) translateY(-4px) translateX(4px);
}
#check1{
    display: none;
}

/*Hero Section*/
.hero-sec{
    background-size: cover;
    background-position: center;
    position: relative;
    height: 775px;
}
.hero-sec::after{
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: linear-gradient(270deg, rgba(0, 42, 76, 0.10) 21.65%, rgba(0, 42, 76, 0.80) 54.35%, rgba(0, 42, 76, 0.99) 79.17%);
}
.hero-title{
    color: #FFF;
    font-family: "Montserrat", sans-serif;
    font-size: 60px;
    font-weight: 800;
    line-height: 78px;
    max-width: 786px;
    width: 100%;
    margin-bottom: 0px;
}
.hero-sec .hero-title{
    max-width: 920px;
    text-align: center;
}
.hero-head{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}
.hero-subtitle{
    color: #ffffff;
    font-family: "Montserrat", sans-serif;
    font-size: 28px;
    font-weight: 600;
    line-height: 1.4;
    max-width: 800px;
    width: 100%;
    margin: 0;
    text-align: center;
    text-shadow:
        0 0 8px rgba(31, 147, 44, 0.95),
        0 0 18px rgba(31, 147, 44, 0.75),
        0 0 36px rgba(31, 147, 44, 0.5),
        0 0 56px rgba(31, 147, 44, 0.35);
}
.hero-sec .container{
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 48px 0;
    max-width: 100%;
    width: 100%;
}

/* Header overlays full-width hero (home + landing); scrolls away with page — not fixed */
.hero-stack{
    position: relative;
}
.hero-stack > .header{
    position: absolute;
    top: 40px;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 10;
}
.hero-stack > .header.scrolled{
    top: 20px;
}
.hero-stack .hero-sec .container{
    padding-top: 130px;
    padding-bottom: 48px;
}
.hero-stack--minimal .hero-sec .container{
    padding-top: 88px;
}
.hero-content{
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    gap: 50px;
    text-align: center;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    padding-top: 140px;
}
.hero-sec .hero-content > div:not(.hero-head){
    display: flex;
    justify-content: center;
    width: 100%;
}
.btn-theme{
    position: relative;
    display: inline-block;
    overflow: hidden;
    color: #FFF !important;
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    border-radius: 10px;
    background: linear-gradient(90deg, #005295 0%, #1F932C 100%) !important;
    padding: 17px 28px;
    transition: all 0.4s ease-in-out;
    border: 0px !important;
}

/* Shine element */
.btn-theme::before {
    content: "";
    position: absolute;
    top: 0;
    left: -75%;
    width: 50%;
    height: 100%;
    background: linear-gradient(
        120deg,
        rgba(255,255,255,0) 0%,
        rgba(255,255,255,0.5) 50%,
        rgba(255,255,255,0) 100%
    );
    transform: skewX(-25deg);
}

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

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

/*Our Simple 3-Step Process*/
.sec-pad{
    padding: 80px 0px;
}
.white-bg{
    background-color: #FFFFFF;
}
.title{
    color: #002A4C;
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-size: 40px;
    font-weight: 800;
    line-height: 54px;
    margin-bottom: 20px;
}
.step-box{
    width: 100px;
    height: 100px;
    border-radius: 30px;
    background-color: #F3F5F8;
    color: #002A4C;
    font-size: 70px;
    font-weight: 700;
    line-height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 30px;
}
.step-text{
    color: #002A4C;
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    font-weight: 800;
    line-height: 32px;
    margin-bottom: 15px;
}
.arrow-gradient-box{
    position: relative;
    display: inline-block;
    overflow: hidden;
    width: 56px;
    height: 56px;
    border-radius: 10px;
    background: linear-gradient(90deg, #005295 0%, #1F932C 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}
/* Shine element */
.arrow-gradient-box::before {
    content: "";
    position: absolute;
    top: 0;
    left: -75%;
    width: 50%;
    height: 100%;
    background: linear-gradient(
        120deg,
        rgba(255,255,255,0) 0%,
        rgba(255,255,255,0.5) 50%,
        rgba(255,255,255,0) 100%
    );
    transform: skewX(-25deg);
}

/* Hover animation */
.arrow-gradient-box:hover::before {
    animation: shine 0.8s ease forwards;
}

.center-step{
    margin-top: 60px;
}
.step-process-box{
    position: relative;
}
.steps-line{
    position: absolute;
    top: 50px;
    left: 50%;
    transform: translateX(-50%);
}
.landing-steps .row > [class*="col-"]{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.landing-step-actions{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 6px;
}
.landing-step-actions .btn{
    white-space: normal;
    max-width: 100%;
    text-align: center;
}
.landing-steps .step-text{
    width: 100%;
    max-width: 100%;
}
hr.step-process-divider{
    border: 0;
    height: 0;
    border-top: 4px solid #005295;
    margin: 52px 0 28px;
    width: 100%;
    opacity: 1;
}
.step-process-followup__title{
    color: #002a4c;
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-size: 28px;
    font-weight: 800;
    line-height: 1.3;
    margin: 0 0 24px;
}
.step-process-followup{
    margin-top: 0;
    padding-top: 0;
}
.step-process-followup__inner{
    max-width: 520px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 28px 24px 32px;
    border-radius: 16px;
    border: 1px solid #e4e8ee;
    background: linear-gradient(180deg, #f6f8fa 0%, #ffffff 55%);
    box-shadow: 0 2px 14px rgba(0, 42, 76, 0.06);
}
.step-process-followup .step-text{
    margin-bottom: 18px;
}

/*Feature Section*/
.br-50{
    border-radius: 50px;
}
.feature-hr{
    margin: 60px 0;
    color: #0000001a;
    opacity: 1;
}
.home-services-head{
    margin-bottom: 44px;
}
.home-services-eyebrow{
    display: inline-block;
    margin-bottom: 14px;
    padding: 8px 16px;
    border-radius: 999px;
    background: rgba(0, 82, 149, 0.08);
    color: #005295;
    font-family: "Montserrat", sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}
.home-services-intro{
    color: #5B5B5B;
    font-size: 18px;
    line-height: 28px;
    max-width: 560px;
    margin: 0 auto;
}
.home-services-grid{
    align-items: stretch;
}
.home-service-card{
    --service-accent: #005295;
    height: 100%;
    border-radius: 28px;
    background: #FFF;
    padding: 0;
    position: relative;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border: 1px solid rgba(0, 42, 76, 0.08);
    box-shadow: 0 10px 30px rgba(0, 42, 76, 0.08);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.home-service-card:hover{
    transform: translateY(-6px);
    box-shadow: 0 18px 40px rgba(0, 42, 76, 0.12);
}
.home-service-card--assets{
    --service-accent: #005295;
}
.home-service-card--individuals{
    --service-accent: #1F932C;
}
.home-service-card__accent{
    height: 6px;
    width: 100%;
    background: linear-gradient(90deg, #005295 0%, #1F932C 100%);
}
.home-service-card__header{
    display: flex;
    align-items: center;
    padding: 28px 32px 0;
}
.home-service-card__icon{
    width: 72px;
    height: 72px;
    border-radius: 20px;
    background: linear-gradient(145deg, #F3F5F8 0%, #E8EEF4 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    box-shadow: inset 0 0 0 1px rgba(0, 42, 76, 0.06);
}
.home-service-card__icon img{
    width: 34px;
    height: auto;
    max-height: 40px;
    object-fit: contain;
}
.home-service-card__title{
    color: #002A4C;
    font-family: "Montserrat", sans-serif;
    font-size: 26px;
    font-weight: 800;
    line-height: 1.25;
    margin: 22px 32px 12px;
}
.home-service-card__text{
    color: #5B5B5B;
    font-size: 16px;
    line-height: 26px;
    margin: 0 32px 20px;
}
.home-service-card__list{
    list-style: none;
    padding: 0 32px;
    margin: 0 0 auto;
    flex-grow: 1;
}
.home-service-card__list li{
    position: relative;
    padding: 12px 0 12px 28px;
    margin: 0;
    color: #002A4C;
    font-size: 15px;
    font-weight: 500;
    line-height: 22px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
.home-service-card__list li:last-child{
    border-bottom: 0;
}
.home-service-card__list li::before{
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: linear-gradient(90deg, #005295 0%, #1F932C 100%);
}
.home-service-card__tags{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding: 0 32px;
    margin: 0 0 auto;
}
.home-service-card__tag{
    display: inline-flex;
    align-items: center;
    padding: 8px 14px;
    border-radius: 10px;
    background: #F3F5F8;
    color: #002A4C;
    font-family: "Montserrat", sans-serif;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    border: 1px solid rgba(0, 42, 76, 0.06);
}
.home-service-card__pricing{
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 12px;
    margin: 24px 32px 0;
}
.home-service-card__price-block,
.home-service-card__turnaround{
    border-radius: 16px;
    padding: 16px 18px;
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.home-service-card__price-block{
    background: linear-gradient(135deg, rgba(0, 82, 149, 0.08) 0%, rgba(31, 147, 44, 0.1) 100%);
}
.home-service-card__turnaround{
    background: #F3F5F8;
}
.home-service-card__price{
    color: #002A4C;
    font-family: "Montserrat", sans-serif;
    font-size: 34px;
    font-weight: 800;
    line-height: 1;
}
.home-service-card__price-label,
.home-service-card__turnaround-label{
    color: #5B5B5B;
    font-size: 13px;
    font-weight: 500;
}
.home-service-card__turnaround-value{
    color: #1F932C;
    font-family: "Montserrat", sans-serif;
    font-size: 22px;
    font-weight: 800;
    line-height: 1.1;
}
.home-service-card__footer{
    padding: 28px 32px 32px;
    margin-top: auto;
}
.home-service-card__footer .btn{
    width: 100%;
    text-align: center;
}
.feature-box{
    border-radius: 30px;
    background: #FFF;
    padding: 35px 35px 18px;
    position: relative;
}
.feature-title{
    color: #002A4C;
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    font-weight: 800;
    line-height: normal;
    border-bottom: 1px solid #0000001a;
    padding-right: 84px;
    padding-bottom: 24px;
    margin-bottom: 16px;
}
.wave-shape{
    position: absolute;
    top: 0px;
    right: 0px;
}
.f-number{
    width: 60px;
    height: 60px;
    background-color: #FFFFFF;
    border-radius: 50%;
    color: #002A4C;
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: normal;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 6px;
    right: 6px;
}
.feature-bottom{
    display: flex;
    align-items: center;
    gap: 32px;
}
.feature-text{
    color: #5B5B5B;
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.feature-btn{
    min-width: 60px;
    height: 60px;
    border-radius: 12px;
    background-color: #EFF0F0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease-in-out;
}
.feature-btn:hover{
    background-color: #002A4C;
}
.feature-btn svg path{
    transition: all 0.3s ease-in-out;
}
.feature-btn:hover svg path{
    fill: #FFFFFF;
}

/*Why Choose Our Asset Search Services?*/
.bg-blue{
    background-color: #005295;
    position: relative;
}
.bg-blue::after{
    content: '';
    background-image: url(../../img/bg-blue-img.png);
    background-size: cover;
    background-position: left bottom;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
}
.mb-40{
    margin-bottom: 40px;
}
.btn-theme.btn-white{
    background: #FFFFFF !important;
    color: #002A4C !important;
    font-weight: 700;
    transition: all 0.3s ease-in-out;
}
.btn-theme.btn-white::before {
    display: none;
}
.btn.btn-theme.btn-white:hover{
    background: #002A4C !important;
    color: #FFFFFF !important;
}
.content-sec{
    padding-left: 73px;
}
.sub-title{
    color: #002A4C;
    font-family: "Montserrat", sans-serif;
    font-size: 22px;
    font-weight: 800;
    line-height: 34px;
    margin-bottom: 20px;
}
.cust-ul{
    list-style: none;
    padding-left: 0px;
    margin-bottom: 0px;
    display: flex;
    flex-direction: column;
    gap: 14px;
}
.cust-ul li{
    display: flex;
    align-items: flex-start;
    gap: 10px;
}
.list-icon{
    min-width: 22px;
    height: 22px;
    border-radius: 6px;
    background-color: #D9D9D94D;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 2px;
}
.list-icon img{
    margin-left: 1px;
}

/*How Asset Searches Work*/
.icon-box{
    width: 100px;
    height: 100px;
    border-radius: 30px;
    background-color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 30px;
}
.asw-title{
    color: #002A4C;
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    font-weight: 800;
    line-height: normal;
    margin-bottom: 14px;
}
.asw-text{
    text-align: center;
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
}
.asw-sec{
    position: relative;
    margin-bottom: 50px;
}
.asw-line{
    position: absolute;
    top: 45px;
    left: 50%;
    transform: translateX(-50%);
}
.asw-box.box02{
    margin-top: 90px;
}
.asw-box.box03{
    margin-top: 40px;
}
.asw-box.box04{
    margin-top: 30px;
}


/*Services Page*/
.inner-hero-sec{
    background-size: cover;
    background-position: center;
    position: relative;
    padding: 130px 0 80px;
}
.inner-hero-sec::after{
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: linear-gradient(270deg, rgba(0, 42, 76, 0.10) 21.65%, rgba(0, 42, 76, 0.80) 54.35%, rgba(0, 42, 76, 0.99) 79.17%);
}
.bg-grey{
    background-color: #E4E8EE;
}


/*How It Works Page*/
.timeline-sec{
    padding: 12px 0px 24px 43px;
    border-left: 3px solid #002A4C;
}
.timeline-box{
    margin-bottom: 40px;
    position: relative;
}
.timeline-sec .timeline-box:last-child{
    margin-bottom: 0px;
}
.timeline-box::before{
    content: '';
    min-width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 3px solid #FFF;
    background: linear-gradient(90deg, #005295 0%, #1F932C 100%);
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    position: absolute;
    top: 25px;
    left: -54px;
}
.icon-box1{
    width: 70px;
    height: 70px;
    border-radius: 15px;
    background-color: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}
.timeline-box .asw-title{
    text-align: left;
}
.timeline-box p{
    font-size: 15px;
    line-height: 22px;
}
.timeline-box p:last-child{
    margin-bottom: 0px;
}


/*FAQ Page*/
.accordion-button{
    background-color: #ffffff;
    padding: 19px 30px 19px 68px;
    color: #002A4C;
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
}
.accordion-button:not(.collapsed) {
    color: #FFF;
    background-color: #002A4C;
    box-shadow: none;
    border-radius: 10px;
}
.accordion-body{
    padding: 20px 30px 20px 68px;
    color: #5B5B5B;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
}
.accordion-button:focus{
    box-shadow: none;
}
.accordion-button::after{
    background-image: none !important;
    width: 18px;
    height: 3px;
    border-radius: 50px;
    background-color: #002A4C;
    position: absolute;
    top: 32px;
    left: 30px;
    transition: all 0.3s ease-in-out;
}
.accordion-button::before{
    content: '';
    position: absolute;
    top: 25px;
    left: 37px;
    width: 3px;
    height: 17px;
    border-radius: 50px;
    background-color: #002A4C;
    opacity: 1;
    visibility: visible;
    transition: all 0.3s ease-in-out;
}
.accordion-button[aria-expanded="true"]::before{
    opacity: 0;
    visibility: hidden;
    transform: rotate(45deg);
    background-color: #FFFFFF;
}
.accordion-button[aria-expanded="true"]::after{
    background-color: #FFFFFF;
}
.accordion-item{
    background-color: #FFFFFF;
    border-radius: 10px !important;
    overflow: hidden;
    margin-bottom: 20px;
    border: 0px;
}
.accordion .accordion-item:last-child{
    margin-bottom: 0px;
}


/*Contact Page*/
.form-label{
    color: #002A4C;
    font-size: 18px;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 10px;
}
.form-control{
    border-radius: 9px;
    background-color: #E4E8EE !important;
    border: 0px !important;
    color: #000000;
    font-size: 18px;
    font-weight: 600;
    line-height: normal;
    padding: 14px 20px;
}
.form-control:focus{
    box-shadow: none;
}
textarea{
    resize: none;
}



























/*Footer*/
.footer{
    background-color: #002A4C;
    position: relative;
}
.footer::after{
    content: '';
    background-image: url(../../img/footer-bg.png);
    background-size: cover;
    background-position: left center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
}
.p-footer{
    padding: 50px 0 30px;
    display: flex;
    justify-content: space-between;
    gap: 20px;
}
.f-ul{
    list-style: none;
    padding-left: 0px;
    margin-bottom: 0px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.f-ul li a{
    color: #FFF;
    font-size: 18px;
    font-weight: 500;
    line-height: normal;
    transition: all 0.3s ease-in-out;
}
.f-ul li a:hover{
    color: #1F932C;
}
.contact-sec{
    display: flex;
    flex-direction: column;
    gap: 25px;
}
.contact-box{
    display: flex;
    align-items: flex-start;
    gap: 14px;
}
.contact-icon-box{
    min-width: 50px;
    height: 50px;
    background-color: #ffffff;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.contact-title{
    color: #FFF;
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-weight: 800;
    line-height: normal;
    margin-bottom: 7px;
}
.contact-text{
    color: #FFF;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
}
.contact-text.contact-link{
    transition: all 0.3s ease-in-out;
}
.contact-text.contact-link:hover{
    color: #1F932C;
}
.s-footer{
    padding: 17px 0px;
    border-top: 1px solid #ffffff33;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}
.copyright-text{
    color: #FFF;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
}
.social-sec{
    display: flex;
    align-items: center;
    gap: 10px;
}
.social-box{
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 34px;
    height: 34px;
    background-color: #ffffff;
    border: 2px solid #ffffff;
    border-radius: 50%;
    transition: all 0.3s ease-in-out;
}
.social-box:hover{
    background-color: transparent;
}
.social-box svg path{
    transition: all 0.3s ease-in-out;
}
.social-box:hover svg path{
    fill: #ffffff;
}
.social-box .insta-b{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 1;
    visibility: visible;
    transition: all 0.3s ease-in-out;
}
.social-box:hover .insta-b{
    opacity: 0;
    visibility: hidden;
}
.social-box .insta-w{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    visibility: 0;
    transition: all 0.3s ease-in-out;
}
.social-box:hover .insta-w{
    opacity: 1;
    visibility: visible;
}

@keyframes shine {
    100% {
        left: 125%;
    }
}

/* Fee sheet modal (landing) */
.fee-sheet-modal .modal-content{
    border: none;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 24px 48px rgba(0, 42, 76, 0.25);
}
.fee-sheet-modal .modal-header{
    border: none;
    padding: 22px 26px;
    background: linear-gradient(90deg, #005295 0%, #1f932c 100%);
    align-items: center;
}
.fee-sheet-modal__title{
    font-family: "Montserrat", sans-serif;
    font-size: 26px;
    font-weight: 800;
    color: #ffffff;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    margin: 0;
}
.fee-sheet-modal .btn-close-white{
    opacity: 0.9;
    filter: brightness(0) invert(1);
}
.fee-sheet-modal .btn-close-white:hover{
    opacity: 1;
}
.fee-sheet-modal__body{
    padding: 28px 26px 24px;
    font-family: "Rubik", sans-serif;
    font-size: 16px;
    line-height: 1.55;
    color: #5b5b5b;
    background-color: #f9fafb;
}
.fee-sheet-modal__intro{
    color: #002a4c;
    font-size: 17px;
    margin-bottom: 22px;
}
.fee-sheet-modal__row{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px 24px;
    padding: 16px 0;
    border-bottom: 1px solid #e4e8ee;
}
.fee-sheet-modal__row--compact{
    padding: 12px 0 0;
    border-bottom: none;
}
.fee-sheet-modal__row--last{
    border-bottom: none;
    padding-bottom: 0;
}
.fee-sheet-modal__desc{
    display: flex;
    align-items: flex-start;
    gap: 14px;
    flex: 1;
    min-width: 0;
}
.fee-sheet-modal__num{
    flex-shrink: 0;
    min-width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: linear-gradient(135deg, #005295 0%, #1f932c 100%);
    color: #ffffff;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 800;
    line-height: 1;
}
.fee-sheet-modal__label{
    display: block;
    color: #002a4c;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 15px;
    line-height: 1.35;
}
.fee-sheet-modal__sub{
    display: block;
    margin-top: 4px;
    font-size: 14px;
    font-weight: 400;
    color: #6b7280;
    line-height: 1.4;
}
.fee-sheet-modal__price{
    flex-shrink: 0;
    font-family: "Montserrat", sans-serif;
    font-weight: 800;
    font-size: 18px;
    color: #1f932c;
    text-align: right;
    white-space: nowrap;
}
.fee-sheet-modal__per{
    font-size: 13px;
    font-weight: 600;
    color: #5b5b5b;
}
.fee-sheet-modal__callout{
    margin: 8px 0 20px;
    padding: 18px 18px 8px;
    background-color: #ffffff;
    border-radius: 12px;
    border: 1px solid #e4e8ee;
    box-shadow: 0 2px 8px rgba(0, 42, 76, 0.06);
}
.fee-sheet-modal__callout--rush{
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 22px 20px;
}
.fee-sheet-modal__row--rush{
    align-items: center;
    padding: 0;
    border-bottom: none;
}
.fee-sheet-modal__row--rush .fee-sheet-modal__desc{
    display: block;
    flex: 1;
    min-width: 0;
}
.fee-sheet-modal__row--rush .fee-sheet-modal__desc > div{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
}
.fee-sheet-modal__row--rush .fee-sheet-modal__sub{
    margin-top: 0;
}
.fee-sheet-modal__row--rush .fee-sheet-modal__price{
    align-self: center;
}
.fee-sheet-modal__callout-text{
    margin: 0 0 4px;
    font-size: 15px;
    color: #002a4c;
}
.fee-sheet-modal__section-title--first{
    margin-top: 0;
}
.fee-sheet-modal__section-title{
    font-family: "Montserrat", sans-serif;
    font-size: 17px;
    font-weight: 800;
    color: #002a4c;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    margin: 28px 0 12px;
    padding-top: 8px;
    border-top: 2px solid #e4e8ee;
}
.fee-sheet-modal__footer{
    border: none;
    padding: 16px 26px 22px;
    background-color: #f3f5f8;
    justify-content: center;
}

/* Client order modal (landing) — shares fee-sheet-modal shell */
.client-order-modal__footer{
    gap: 12px;
    flex-wrap: wrap;
}
.client-order-modal__body{
    padding-bottom: 12px;
}
.client-order-form__section-title{
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 800;
    color: #002a4c;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    margin: 0 0 18px;
}
.client-order-form__label{
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 14px;
    color: #002a4c;
    margin-bottom: 6px;
}
.client-order-form__control{
    border-radius: 8px;
    border: 1px solid #d1d5db;
    font-size: 15px;
    padding: 10px 14px;
    color: #374151;
}
.client-order-form__control:focus{
    border-color: #005295;
    box-shadow: 0 0 0 3px rgba(0, 82, 149, 0.15);
}
.client-order-form__rule{
    margin: 24px 0 20px;
    border: 0;
    border-top: 2px solid #e4e8ee;
    opacity: 1;
}
.client-order-form__btn-secondary{
    border-radius: 10px;
    font-weight: 500;
    padding: 12px 22px;
    border-color: #cbd5e1;
    color: #002a4c;
}
.client-order-form__btn-secondary:hover{
    border-color: #002a4c;
    background-color: #ffffff;
    color: #002a4c;
}

/* Submit order modal: scrollable body + asset accordions */
#submitOrderModal.client-order-modal .client-order-modal__dialog{
    max-height: calc(100vh - 1.5rem);
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
}
#submitOrderModal.client-order-modal .client-order-modal__content{
    max-height: calc(100vh - 1.5rem);
    display: flex;
    flex-direction: column;
    overflow: hidden;
}
#submitOrderModal.client-order-modal .client-order-form{
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    min-height: 0;
    overflow: hidden;
}
#submitOrderModal.client-order-modal .client-order-modal__body{
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    flex: 1 1 auto;
    min-height: 0;
}
.client-order-form__accordion-hint{
    font-size: 15px;
    color: #002a4c;
    margin-bottom: 12px;
    font-weight: 500;
}
.client-order-accordion .accordion-item{
    border: none;
    background: transparent;
}
.client-order-accordion__header{
    margin: 0;
}
.client-order-accordion__trigger.accordion-button{
    display: flex;
    align-items: center;
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    font-weight: 700;
    border-radius: 10px;
    padding: 14px 18px;
    box-shadow: none;
    border: 2px solid #005295;
    background-color: #ffffff;
    color: #002a4c;
}
.client-order-accordion__trigger.accordion-button:not(.collapsed){
    background: linear-gradient(90deg, #005295 0%, #1f932c 100%);
    color: #ffffff;
    border-color: transparent;
}
/* FAQ accordions use ::before/::after as a left “+”; reset so modal triggers use a normal end chevron only */
.client-order-accordion__trigger.accordion-button::before{
    content: none;
    display: none;
}
.client-order-accordion__trigger.accordion-button::after{
    position: static;
    top: auto;
    left: auto;
    width: 1rem;
    height: 1rem;
    margin-left: auto;
    flex-shrink: 0;
    border-radius: 0;
    background-color: transparent !important;
    background-repeat: no-repeat;
    background-size: 1rem;
    background-position: center;
    transform: none;
    transition: transform 0.2s ease-in-out;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23002A4C'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
}
.client-order-accordion__trigger.accordion-button:not(.collapsed)::after{
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
    transform: rotate(-180deg);
}
.client-order-accordion .accordion-collapse{
    border: none;
}
.client-order-accordion__body{
    padding: 18px 0 8px;
    background: transparent;
}
.client-order-accordion__body-title{
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 800;
    color: #002a4c;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    margin: 0 0 14px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e4e8ee;
}