/**********
SITEWIDE STYLES
**********/

body,
html,
a,
p,
div,
h1,
h2,
h3,
h4,
h5 {
    font-family: 'Inter', sans-serif;
    line-height: 120%;
    font-size: 16px;
    color: #323232;
    font-weight: 400;
    margin-top: 0;

}
h1{
    font-size: 32px;
    font-weight: 700;
    line-height: normal;
}
h2{
    font-size: 32px;
    font-weight: 700;
    line-height: normal;
}
h3{
    font-size: 18px;
    font-weight: 700;
    line-height: 36px; 
}
h4{
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.7px;
}
:root{
    --color-primary: #010198;
    --color-secondary: #6A9AFC;
}
img {
    max-width: 100%;
    height: auto
}
.fs-xxs,
.fs-xxs p{
    font-size: 12px;
}
.fs-xs,
.fs-xs p{
    font-size: 14px;
    line-height: 20px;
}
.fs-sm,
.fs-sm p{
    font-size: 16px ;
}
.fs-md,
.fs-md p{
    font-size: 18px;
}
.fw-light{
    font-weight: 300;
}
.fw-rg{
    font-weight: 400;
}
.fw-md{
    font-weight: 500;
}
.fw-semibold{
    font-weight: 600;
}
.fw-bold{
    font-weight: 700;
}
a {
    text-decoration: none;
}


a:hover {
    opacity: 0.8;
}

.text-center {
    text-align: center;
}
.text-white{
    color: #fff;
}
.btn{
    text-align: center;
    border-radius: 4px;
    padding: 11px 20px;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.7px;
    text-transform: uppercase;
    display: inline-block;
}
.btn-primary{
    background: var(--color-primary);
    color: #fff;
}
.btn-secondary{
    background: var(--color-secondary);
    color: #fff;
}
.btn-secondary-outline{
    color: var(--color-secondary);
    border: 1px solid var(--color-secondary);
}
.btn-primary-outline{
    color: var(--color-primary);
    border: 1px solid var(--color-primary);
}
.btn-light-outline{
    color: #fff;
    border: 1px solid #fff;
}
.btn-dark-outline{
    color: #323232;
    border: 1px solid #323232;
}

.flex {
    display: flex;
    justify-content: space-between;
}

.container {
    max-width: 1230px;
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto
}
.single-guide section:not(.other-guides) .container{
    max-width: 996px;
}

.cover {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.contain {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

.bottom30 {
    margin-bottom: 30px;
}

.bottom60 {
    margin-bottom: 60px;
}

.bottom90 {
    margin-bottom: 90px;
}



.menu-item-has-children.sub-menu-active::after {
    transform: scaleY(-1);
    color: var(--color-primary)
    ;
}

header {
   
}


/**********
COOKIE    
**********/

#siteCookie {
    background-color: rgba(0, 0, 0, 0.7);
    position: fixed;
    z-index: 30;
    bottom: 0;
    padding: 10px 0;
    width: 100%;
}

#siteCookie,
#siteCookie p,
#siteCookie a,
#siteCookie .fa {
    color: #fff;
    font-weight: 600
}

#siteCookie .inner {
    display: flex;
    align-items: center;
}

#siteCookie p {
    margin-right: 20px
}

#siteCookie .fa {
    font-size: 28px;
    margin-left: auto
}

#siteCookie i {
    cursor: pointer
}

.nav-wrapper {
    position: relative;
}

 .mega-menu-links {
    list-style: none;
    margin: 0;
    padding: 0;
}

footer{
    background: #323232;
    color: #fff;
    padding-top: 43px;
}
footer h4{
    color: #fff;
    position: relative;
    display: block;
    width: 100%;
    margin-top: 0;
    text-transform: uppercase;
}

footer h4::after{
    content: "";
    background: rgba(255, 255, 255, 0.20);
    position: absolute;
    width: 100%;
    height: 1px;
    left: 0;
    bottom: -15px;

}

footer .row{
    padding-bottom: 43px;
}
.footer-info{
    border-radius: 10px;
    background: #3E3E3E;
    padding: 27px 20px;
}
.ftr-contacts p,
.ftr-contacts a{
    color: #FFF;
    font-size: 13px;
    font-weight: 400;
    line-height: 21px;
    display: flex;
    margin-bottom: 15px;
}
.ftr-award img{
    max-height: 57px;
}
.ftr-award p{
    color: #FFF;
    font-size: 11px;
    font-weight: 400;
    line-height: 21px;
}
.ftr-contacts
.footer-info{
    border-radius: 10px;
    background: #3E3E3E;
    padding: 27px 20px;
}
.copyright-wrapper{
    padding: 12px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.20);
}
.copyright p{
    color: #FFF;
    font-size: 10px;
    font-weight: 400;
    line-height: 17px;
    margin: 0;
}
img.ftr-logo{
    max-height: 47px;
}

.ftr-first-links {
    column-count: 3;
    column-gap: 20px;
    column-fill: auto;
    max-height: 175px;
}
.ftr-first-links,
.ftr-link-list{
    list-style: none;
    padding: 15px 0;
}

ul.copyright-links{
     list-style: none;
     padding: 0;
     display: flex;
     gap: 15px;
     flex-wrap: wrap;
}
.ftr-link {
     color: #B3B3B3;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; 
    letter-spacing: 0.6px;
    margin-bottom: 5px;
}
.ftr-link:hover{
    color: #6499FF;
    font-weight: 700;
}
.ftr-first-links .ftr-link {
    display: block;
    break-inside: avoid;
    transition: color 200ms;
   
 
   
}

.hero{
    min-height: 676px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: flex;
    align-items: center;
}
.herobox{
    background: rgba(1, 1, 152, 0.90);
   
}
.herobox h1{
    color: #FFF;
    font-size: 39px;
    font-weight: 700;
    line-height: normal
}
.herobox .info{
     padding: 42px 50px 48px;
}
.herobox .bottom-info{
    background: #fff;
    width: 100%;
    text-align: center;

}
.herobox p{
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px
}
.herobox .bottom-info{
    padding: 14px 20px;
}
.herobox .bottom-info p{
    color: #323232;
    font-size: 18px;
    font-weight: 500;
    line-height: 23px;
    margin-bottom: 6px;
    margin-top: 0;
}
.herobox .bottom-info a{
    color:var(--color-primary);
    font-weight: 700;
}

.tab-panels {
    position: relative;
    min-height: 597px;
}

.tab-panel {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    min-height: 597px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease, visibility 0.5s ease;
    pointer-events: none;
}

.tab-panel.is-active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    position: relative;
}
ul.tab-nav{
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    position: relative;
    height: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE 10+ */
    /* white-space: nowrap; */
    padding-right: 80px;
    max-width: 1051px;
    width: 100%;
}
ul.tab-nav::-webkit-scrollbar {
    display: none; /* Chrome/Safari */
}
ul.tab-nav li{
    height: 100%;
    font-size: 13px;
    font-weight: 500;
    flex: 0 0 auto;
    letter-spacing: 0.65px;
    text-transform: uppercase;
    cursor: pointer;
    position: relative;
    text-align: center;
    height: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    transition: color 0.3s ease, background 0.3s ease, font-weight 0.3s ease;
}

.tab-slider .container{
    position: relative;
 
}
.tab-section{
    max-width: 100%;
    overflow-x: hidden;
}
.tab-slider .arrows {
    position: absolute;
    right: 50px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
}
.tab-slider .arrows .tab-arrow{
    width: 34px;
    height: 34px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #D6D5D5;
    background: none;
    margin: 7px;
}

ul.tab-nav li::after {
    content: "";
    position: absolute;
    width: 0;
    height: 6px;
    left: 0;
    bottom: 0;
    background: var(--color-primary);
    transition: width 0.35s ease;
}

ul.tab-nav li:not(:last-child){
    margin-right: 40px;
}
ul.tab-nav li.is-active{
    color: var(--color-primary);
    font-weight: 700;
}

@media(min-width: 992px){
    ul.tab-nav li.is-active{
        background: rgba(1, 1, 152, 0.10);
        color: var(--color-primary);
    }
    ul.tab-nav li.is-active::after{
        content: "";
        position: absolute;
        width: 100%;
        height: 6px;
        left: 0;
        bottom: 0;
        background: var(--color-primary);
        width: 100%;
    }
    ul.tab-nav li{
        max-width: 190px;
    }
}

@media (max-width: 991px) {
    
    .tab-panel__text p{
        font-size: 12px;
    }
    ul.tab-nav {
        padding-right: 0;
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        scroll-snap-type: x mandatory;
        padding: 0;
    }

    ul.tab-nav::-webkit-scrollbar {
        display: none;
    }

    ul.tab-nav li {
        min-width: 100%;
        max-width: 100%;
        flex: 0 0 100%;
        margin-right: 0;
        scroll-snap-align: start;
        justify-content: center;
        padding: 0 15px;
    }

    ul.tab-nav .arrows {
        position: absolute;
        top: 50%;
        left: 0;
        right: 0;
        transform: translateY(-50%);
        justify-content: space-between;
        pointer-events: none;
    }

    ul.tab-nav .arrows .tab-arrow {
        pointer-events: auto;
    }
}

.box-light{
    background: rgba(255, 255, 255, 0.80);
    padding: 43px 48px 50px;
}

.page-banner {
    min-height: 146px;
    background-image: url('../img/banner-bg.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.page-banner::before {
    content: '';
    position: absolute;
    inset: 0;
    background-color: rgba(1, 1, 152, 0.90);
    z-index: 0;
}

.page-banner > * {
    position: relative;
    z-index: 1;
}
.page-banner h1{
    color: #fff;
    text-transform: capitalize;
    margin: 0;
}
.sticky-image{
    position: sticky;
    top: 20px;
}
.sticky-image .info{
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: var(--color-primary);
    padding: 23px 28px;
}
.sticky-image .info p,
.sticky-image .info a{
    margin: 0 0 8px;
    color: #fff;
}
.sticky-image img{
    width: 100%;
    height: 485px;
    object-fit: cover;
}
.content h2{
	font-size: 24px;
	margin-bottom: 10px;
}
.content p{
    font-size: 14px;
    line-height: 24px;
    margin-top: 0
}
.content ul{
    list-style: none;
    padding: 0;
    margin: 0 0 20px;
}
.content ol{
    padding: 0 0 0 20px;
    margin: 0 0 20px;
}
.content ol li{
    font-size: 14px;
    line-height: 24px;
}
.content ul li{
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
    position: relative;
    padding-left: 20px;
}
.content ul li::before{
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 12px;
    height: 12px;
    background: var(--color-secondary);
}

.form-request-info,
.contact-us-section{
    background-image: url('../img/form-request-info.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
      min-height: 597px;
}
.contact-us-wrapper .form-light{
    display: flex;
    align-items: center;
}
.form-request-info::before,
.contact-us-section::before{ 
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(1, 1, 152, 0.50);
    z-index: 0;
}
.box-primary{
    background: rgba(1, 1, 152, 0.90);
    padding: 46px 40px;
    max-width: 484px;
    margin: auto;
    position: relative;
    z-index: 1;
    text-align: left;
}
.box-primary h2{
    margin-top: 0;
    margin-bottom: 8px;
}
.box-primary p{
    font-size: 14px;
    font-weight: 400;
    line-height: 24px
}
.box-primary h2,
.box-primary p{
    color: #fff;
}
.box-primary form label,
.form-light label{
    display: none;
}
.form-light .gform_wrapper{
    max-width: 403px;
    width: 100%;
    margin: auto;
}
.form-light h2{
    font-size: 39px;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 10px;
}
.form-light p{
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}


.box-primary form input[type="text"],
.box-primary form input[type="email"],
.box-primary form input[type="tel"],
.form-light input[type="text"],
.form-light form input[type="email"],
.form-light form input[type="tel"]{
    width: 100%;
    padding: 10px 15px;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    outline: none;
    box-shadow: none;
    border-radius: 4px;
    border: 1px solid #D7D7D7;
    background: #FFF;
}
.box-primary form input[type="text"]::placeholder,
.box-primary form input[type="email"]::placeholder,
.box-primary form input[type="tel"]::placeholder{
    color: rgba(50, 50, 50, 0.50);
     font-size: 16px;
}
.box-primary form .gform_footer.top_label {
    text-align: center;
}
.box-primary form input[type="submit"],
.form-light form input[type="submit"]{
    display: inline-block;
    margin: 20px auto 0;
    color: #FFF;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.7px;
    border-radius: 4px;
    background: #6A9AFC;
    padding: 14px 42px;
    border: none;
    outline: none;
    box-shadow: none;
    text-transform: uppercase;
}
.gfield_validation_message{
    color: #f00;
    margin-bottom: 15px;
    font-size: 14px;
}
h2.gform_submission_error.hide_summary {
    font-size: 16px;
    color: #f00;
}
.gform_confirmation_message{
    font-size: 18px;
    font-weight: 500;
}
.box-primary .gform_confirmation_message{
    color: #fff;
}

.post-banner{
    height: 236px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding: 20px;
}
.post-banner::after{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.7;
    background: rgba(0, 0, 0, 0.50);
}
a.link{
    font-size: 13px;
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 600;
    position: relative;
    z-index: 1;
    text-transform: uppercase;
    line-height: normal;
}
a.link.light{
    color: #FFF;
    
}
a.icon{
    position: relative;
}
a.icon-left{
    padding-left: 15px;
}
.icon-back::before{
    content: "\f104";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 47%;
    transform: translateY(-50%);
}
.post-banner h1{
    color: #fff;
    position: relative;
    z-index: 1;
    max-width: 690px;
}

.quote-wrapper{
    text-align: center;
    padding: 38px;
    background: #F1F1F1;
}
.guide-item{
    margin-bottom: 30px;
}
.quote-wrapper .text p{
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}
.guide-item h3{
    color: #000;
    font-size: 18px;
    font-weight: 700;
    line-height: normal;
}
.guide-item .image-wrapper{
    position: relative;
    overflow: hidden;
     height: 370px;
      margin-bottom: 18px;
}
.guide-item .image-wrapper::after{
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 151, 0.70);
    mix-blend-mode: multiply;
    opacity: 0;
    transition: opacity 0.3s ease;
}
.guide-item .image-wrapper:hover::after{
    opacity: 1;
}
.guide-item a:hover{
    opacity: 1;
}
.guide-item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-bottom: 4px solid var(--color-primary);
   
}

.contact-us-wrapper{
    background: rgba(255, 255, 255, 0.90);
    padding: 60px;
    position: relative;
    z-index: 1;
}
.contact-us-wrapper img{
    max-height: 57px;
}

.contact-us-wrapper .form-info .info .item h3{
    text-transform: uppercase;
}
.contact-us-wrapper .item p{
    margin-top: 6px;
    margin-bottom: 0;
}
.image-right .info p{
    font-size: 14px;
    line-height: 24px
}
section.team{
    min-height: 541px;
    display: flex;
    align-items: center;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}
section.team::before {
    content: '';
    position: absolute;
    inset: 0;
    background-color: rgba(50, 50, 50, 0.90);
    z-index: 0;
}
section.team .container{
    position: relative;
    z-index: 1;
    max-width: 1020px;

}
section.text-plain .container{
    z-index: 1;
    max-width: 1170px;
    
}
.team-member img{
    display: block;
    margin: 0 auto 15px;
    max-width: 271px;
    width: 100%;
    height: 282px;
    object-fit: cover;
    border-radius: 18px;
    background: linear-gradient(180deg, #494949 0%, #8F8F90 100%);
}
.team-member h3,
.team-member p{
    color: #fff;
    text-align: center;
}
.team-member h3{
    margin-bottom: 0;
}
.team-member p{
    color: rgba(255, 255, 255, 0.70);
    font-size: 14px;
    font-weight: 400;
    line-height: 19px;
}
section.logos{
    background: #F3F3F3;
}
section.logos img.logo{
    width: 100%;
    max-width: 220px;
    height: 85px;
    object-fit: contain;
}
.image-right-left h3{
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
    margin-bottom: 20px;
}
.image-right-left p{
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px
}
.image-right-left img{
    width: 100%;
    object-fit: cover;
}
section.three-col{
    background: #F3F3F3;
    padding-top: 68px;
    padding-bottom: 68px;
}
section.three-col .icon{
    width: 54px;
    height: 54px;
    object-fit: contain;
    margin-bottom: 25px;
}
section.three-col .item h4{
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 6px;
}
section.three-col .item .text,
section.three-col .item .text p{
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
@media only screen and (min-width: 1140px) {
     .menu-item-has-children::after {
        content: "\f078";
        font-family: "Font Awesome 6 Free";
        font-weight: 900;
        font-size: 11px;
        display: inline-block;
        top: -1px;
        transition: all 300ms;
        transform: scaleY(1);
    }

    header .links .quote{
        margin-right: 8px;
    }
    nav.nav ul li.menu-item-has-children > .sub-menu {
        display: none !important;
    }

      nav.nav ul li {
        padding: 0;
    }

    nav.nav ul li a {
        padding: 4px 0;
        display: inline-block;
        color: #323232;
    }

    nav.nav ul li.menu-item-has-children > a {
        gap: 6px;
    }

    /* Reset default sub-menu positioning */
    nav.nav .sub-menu {
        position: static;
        max-height: 0;
        overflow: hidden;
        width: auto !important; /* override JS longestWidth calc */
    }

    /* Mega menu container — full width, anchored to nav-wrapper */
   .mega-menu-panel {
        position: absolute;
        left: 0;
        right: 0;
        top: 100%;
        background: #fff;
        box-shadow: 0 8px 24px rgba(0,0,0,0.10);
        z-index: 100;
        padding: 32px 0;

        /* Drop-down animation */
        transform-origin: top center;
        transform: scaleY(0) translateY(-10px);
        opacity: 0;
        pointer-events: none;
        transition: transform 250ms ease, opacity 200ms ease;
    }

    .mega-menu-panel.is-open {
        transform: scaleY(1) translateY(0);
        opacity: 1;
        pointer-events: auto;
    }

    .mega-menu-inner {
        display: flex;
        gap: 0;
        align-items: flex-start;
    }

    /* Two link columns */
    .mega-menu-links {
        flex: 1;
        display: flex;
        flex-direction: column;
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .mega-menu-links li {
        max-width: 288px;
        width: 100%;
        padding: 0;
        margin-bottom: 8px;
    }

    .mega-menu-links li a {
        display: flex;
        align-items: center;
        justify-content: space-between;
       font-size: 14px;
        font-weight: 400;
        line-height: 27px; 
        letter-spacing: 0.7px;
        text-transform: none;
        transition: color 200ms;
    }

   

    .mega-menu-links li.current-menu-item > a,
    .mega-menu-links li a:hover {
        color: var(--color-primary);
        opacity: 1;
    }
    .mega-menu-links li.current-menu-item svg path,
    .mega-menu-links li a:hover svg path{
        fill: var(--color-primary);
    }

    /* Featured image column */
    .mega-menu-image {
        flex: 0 0 413px;
        margin-left: 40px;
        align-self: stretch;
    }

    .mega-menu-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
        border-radius: 2px;
        height: 250px;
    }

    /* Hide native WP sub-menu on desktop for mega-menu parents */
    .has-mega-menu > .sub-menu {
        display: none !important;
    }

    /* Active nav item highlight */
    nav.nav ul li.sub-menu-active > a {
        color: var(--color-primary);
    }

    /* Chevron adjustment */
    .menu-item-has-children::after {
        margin-left: 5px;
        position: relative;
        top: 0;
    }


    /**********
    COLUMNS
    **********/
    .twoCol {
        width: calc(100% + 30px);
        position: relative;
        left: -15px;
    }
    .twoCol .col {
        width: 50%;
        padding: 15px;
    }
    .threeCol .col {
        width: 33.33%;
        padding: 15px;
    }
    .fourCol .col {
        width: 25%;
        padding: 15px;
    }
    .fiveCol .col {
        width: 20%;
        padding: 15px;
    }
    /**********
    HEADER NAV
    **********/
    header .flex {
        padding-top: 16px;
        padding-bottom: 16px;
        align-items: center;
       
    }
    .nav-wrapper{
        background: #FAFAFA;
        padding-top: 20px;
        padding-bottom: 23px;
    }
    header .logo img {
        max-height: 47px;
    }
    nav.nav {
        margin-left: auto;
    }
    nav.nav ul {
        display: flex;
        list-style: none;
        margin: 0;
        padding: 0;
        justify-content: space-between;
    }
    nav.nav ul li {
        position: relative;
       
    }
    nav.nav ul li a{
        font-size: 12px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        letter-spacing: 0.6px;
        text-transform: uppercase;
    }
    nav.nav ul li:first-child {
        margin-left: 0;
    }
    /**********
    submenu popup
    **********/
    nav.nav .sub-menu {
        max-height: 0;
        overflow: hidden;
        position: absolute;
        flex-wrap: wrap;
        transition: all 200ms;
    }
    .menu-item-has-children::after {}
    .menu-item-has-children::after {}
    nav.nav .menu-item-has-children.sub-menu-active>.sub-menu {
        max-height: 900px;
    }
    nav.nav .sub-menu li {
        width: 100%;
        margin-left: 0;
        display: inline-block;
        white-space: nowrap;
    }
}

@media only screen and (max-width: 1140px) {
    header .links{
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }
     header .links a{
        margin: 5px;
     }
    

    .mega-menu-panel.mobile-active ~ * #burgerNav,
    body.has-mobile-panel #burgerNav {
        display: none !important;
    }
    
   
    .flex {
        flex-wrap: wrap;
        flex-direction: column;
        align-items: center;
        padding: 20px 0;
    }
    header .links {
        padding: 20px 20px 15px;
    }   
    header .logo img {
        max-height: 34px;
    }
    header .logo {
        position: relative;
        z-index: 20;
    }
    /**********
    HEADER NAV
    **********/
    body.fix {
        overflow: hidden;
    }

    header .nav {
        position: fixed;
        left: 0;
        z-index: 50;
        height: 100vh;
        width: 100%;
        top: -100vh;
        background-color: #fff;
        transition: top 300ms ease;
    }
    header .nav.navActive {
        top: 0;
        transition: top 300ms ease;
    }
    
    header .nav ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }
    header .nav>ul {
        border-top: 1px solid rgba(0, 0, 0, 0.20);
        margin-top: 80px;
        box-sizing: border-box;
        padding: 10px 15px;
    }
    header .nav>ul li {
        position: relative;
    }
    header .nav>ul li a {
        display: block;
        width: 100%;
    }
    .menu-item-has-children::after {
        position: absolute;
        right: 0;
    }
    #burgerNav {
        position: absolute;
        top: 25px;
        left: 15px;
        width: 24px;
        height: 40px;
        cursor: pointer;
        z-index: 90
    }
    #burgerNav .innerBurger {
        position: relative;
        height: 30px;
    }
    #burgerNav .innerBurger span {
        width: 100%;
        height: 3px;
        top: 0;
        background-color: #000;
        position: absolute;
        opacity: 1;
        transition: all 300ms;
        transform: rotate(0deg);
    }
    #burgerNav.navActive .innerBurger span {
        transition: all 300ms;
    }
    #burgerNav .innerBurger span:nth-child(1) {
        top: 25%;
    }
    #burgerNav .innerBurger span:nth-child(2) {
        top: 50%;
    }
    #burgerNav .innerBurger span:nth-child(3) {
        top: 75%;
    }
    #burgerNav.navActive .innerBurger span:nth-child(1) {
        top: 50%;
        transform: rotate(-45deg);
    }
    #burgerNav.navActive .innerBurger span:nth-child(2) {
        top: 50%;
        opacity: 0;
    }
    #burgerNav.navActive .innerBurger span:nth-child(3) {
        top: 50%;
        transform: rotate(45deg);
    }
    nav.nav .sub-menu {
        max-height: 0;
        overflow: hidden;
        flex-wrap: wrap;
        transition: all 200ms;
    }
    .menu-item-has-children::after {}
    .menu-item-has-children::after {}
    nav.nav .menu-item-has-children.sub-menu-active>.sub-menu {
        max-height: 900px;
    }

    /**********
    MOBILE MEGA MENU FEATURE
    **********/
    /* Hide menu items marked as hidden on mobile */
    nav.nav > ul > li.menu-hidden {
        display: none !important;
    }

    /* Style main nav menu items on mobile */
    header .nav > ul > li > a {
        font-size: 14px;
        font-weight: 500;
        padding: 16px 0;
        position: relative;
        text-transform: uppercase;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    header .nav > ul > li > a:hover {
        color: var(--color-primary);
    }

    /* Chevron indicator for menu items with children */
    nav.nav > ul > li.menu-item-has-children > a::after {
        content: "\f054";
        font-family: "Font Awesome 6 Free";
        font-weight: 900;
        font-size: 11px;
        margin-left: auto;
        margin-right: 0;
        transition: transform 300ms ease;
    }

    nav.nav > ul > li.menu-item-has-children.sub-menu-active > a::after {
        transform: rotate(90deg);
    }

    /* Mobile menu back button header */
    .mega-menu-panel::before {
        content: var(--menu-title);
        display: block;
        background: #ffffff;
        text-transform: uppercase;
        padding: 33px 15px 33px 76px;
       font-size: 14px;
        font-weight: 700;
        letter-spacing: 0.7px;
        border-bottom: 2px solid rgba(0, 0, 0, 0.20);
        cursor: pointer;
        margin: 0 -15px 0 -15px;
        margin-bottom: 0;
        width: calc(100% + 30px);
        box-sizing: border-box;
        letter-spacing: 0.5px;
        position: relative;
    }
    .mega-menu-panel::after{
        content: "\f053"; /* chevron-left */
        font-family: "Font Awesome 6 Free";
        font-weight: 900;
        margin-left: 10px;
        font-size: 14px;
        position: absolute;
        top: 34px;
        left: 26px;
        width: 25px;
        height: 25px;
    }

    /* Hide mega-menu-panels by default on mobile */
    .mega-menu-panel {
        position: fixed !important;
        top: 0 !important;
        transform: none !important;
        max-height: 0;
        overflow: hidden;
        opacity: 0;
        visibility: hidden;
        transition: max-height 300ms ease, opacity 300ms ease, visibility 300ms ease;
        background: #fff;
        padding: 0 !important;
        width: calc(100% + 30px) !important;
        margin: 0 -15px !important;
        box-shadow: none !important;
        z-index: 50;
        container: none;
    }

    /* Show mega-menu-panel when mobile-active */
    .mega-menu-panel.mobile-active {
        max-height: 3000px;
        opacity: 1;
        visibility: visible;
    }

    /* Mobile mega menu container padding */
    .mega-menu-panel .container {
        padding: 20px 15px;
        max-height: 83vh;
         overflow-y: auto;
    }

    /* Mobile mega menu inner layout - single column */
    .mega-menu-panel .mega-menu-inner {
        display: block ;
        flex-direction: column;
    }

    .mega-menu-panel .mega-menu-links {
        flex: none ;
        display: block ;
        width: 100% ;
        margin: 0 ;
        padding: 0 ;
        list-style: none;
       
    }
    .mega-menu-inner{
/*         height: 100vh; */
    }

    .mega-menu-panel .mega-menu-links li {
        max-width: none ;
        width: 100%;
        margin: 0 ;
        padding: 0 ;
        display: block;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }

    .mega-menu-panel .mega-menu-links li:last-child {
        border-bottom: none;
    }

    .mega-menu-panel .mega-menu-links li a {
        display: block ;
        padding: 14px 20px ;
        font-size: 16px;
        align-items: flex-start;
        justify-content: flex-start ;
        text-decoration: none;
        position: relative;
    }

    /* Show menu arrow SVG on mobile, positioned right */
    .mega-menu-panel .mega-menu-links li a .menu-arrow {
        display: inline-flex !important;
        position: absolute;
        right: 20px;
        top: 50%;
        transform: translateY(-50%);
    }


    

    .mega-menu-panel .mega-menu-links li a:hover {
        color: var(--color-primary);
    }
    .mega-menu-panel .mega-menu-links li a:hover .menu-arrow svg path{
          fill: var(--color-primary);
    }

    /* Hide featured image on mobile */
    .mega-menu-panel .mega-menu-image {
        display: none ;
    }
}
@media(max-width: 991px){
    .hero{
        padding-top: 50px;
        padding-bottom: 50px;
    }
    h1,
    h2{
        font-size: 24px;
        font-weight: 700;
        line-height: normal;
    }
    .herobox h1{
        font-size: 34px;
    }
    .herobox .bottom-info p,
    .herobox .bottom-info a{
        font-size: 14px;
    }
   
    .sticky-image img{
        height: 318px;
    }
    
    .box-light{
        padding: 22px 30px 35px;
    }
    .tab-slider .arrows {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        display: flex;
        width: 94%;
        justify-content: space-between;
        
    }
    .herobox .info{
        padding: 36px 27px;
        text-align: center;
    }
    .herobox .info .cta{
        justify-content: center;
    }
    header .links{
        padding: 10px 0 0;
        display: flex;
        width: 100%;
        flex-wrap: nowrap;
    }
    header .links a{
        width: 100%;
    }
    
}

@media(max-width: 991px){
	.contact-us-wrapper {
        padding: 60px 30px;
    }
}
@media(min-width: 768px){
    
    .form-light h2,
    .form-light p,
    .contact-us-wrapper .form-info{
        text-align: left;
    }
    .contact-us-wrapper .form-light{
        border-left: 1px solid #C1C1C1;
    }
}
@media(max-width: 767px){
    .image-right-left h3{
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 20px;
    }
    .other-guides{
        display: none;
    }
    .contact-us-wrapper .form-info .info .item h3,
    .form-info .info .item p,
    .contact-us-wrapper .form-info .info .item a{
        font-size: 14px;
    }
    .form-info .info .item p,
    .contact-us-wrapper .form-info .info .item a{
        margin-top: 10px;
    }
   
    .form-light h2{
        font-size: 24px;
        line-height: normal;
    }
    
    .contact-us-wrapper .form-info .info .item h3,
    .contact-us-wrapper .form-info .info .item p,
    .contact-us-wrapper .form-info .info .item a{
        text-align: left;
    }
    .contact-us-wrapper .form-light{

        border-top: 1px solid #C1C1C1;
        padding: 26px 0;
    }
    .tab-panel{
        align-items: end;
        padding-bottom: 20px;
    }
    
    .ftr-first-links {
        column-count: 2;
        max-height: none;
    }
    .box-primary{
        text-align: center;
        padding: 25px 30px;
    }
    .sticky-image .info{
        flex-direction: column;
        align-items: center;
    }
    .herobox p{
        font-size: 16px;
        font-weight: 400;
        line-height: 28px
    }
    .sticky-image .info p, 
    .sticky-image .info a{
        font-size: 14px;
        font-weight: 400;
        line-height: 24px;
        margin-bottom: 0;
    }
}