:root {
    --black: #07090f;
    --navy-deep: #0a0f1e;
    --navy: #0d1635;
    --navy-mid: #142050;
    --blue: #1a2f7a;
    --blue-mid: #1e3a9a;
    --blue-bright: #2952cc;
    --steel: #4a6fa5;
    --gold: #c9973a;
    --gold-light: #e8c46a;
    --gold-pale: #f5dfa0;
    --silver: #c8d0e0;
    --silver-light: #e8edf5;
    --white: #f0f4ff;
    --text-main: #e8edf5;
    --text-muted: rgba(200, 208, 224, 0.55);
    --border: rgba(26, 47, 122, 0.4);
    --border-gold: rgba(201, 151, 58, 0.35);
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: "Rajdhani", sans-serif;
    background: var(--black);
    color: var(--text-main);
    overflow-x: hidden;
}
/*** Own Style ***/
.bg-info{
    background: #5c8ae0!important;
}
.text-info{
    color: #5c8ae0!important;
}
.btn-info{
    background: #5c8ae0!important;
    border: none!important;
}
.shadow{
    top: 0!important;
}
#header{
    background: var(--navy-deep);
}
.nav-3 {
    background: #000F31!important;
}
/*.text-white{
    color: #FFFFDD!important;
}*/
#header .menu-nav2{
    padding: 0!important;
}
.fruite-img img {
    width: 100%!important;
/*    height: 300px;*/
}

/*.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(2,0,36);
    background: linear-gradient(269deg, rgba(0,87,206) 0%, rgba(0,87,206) 33%, rgba(6,6,6,0) 50%);
}*/
#logo_slider{
    background:url('img/bg-globe.png');
/*    background: black;*/
    background-size: cover;
    background-repeat: no-repeat;
/*    height: 100vh;*/
}
#card_section{
    background: #F6F8FE;
}


.videos__wrapper {
    max-width: 720px;
    margin: 0 auto;
}
.landing-page-hero-section .videos__wrapper--video {
    box-shadow: 15px 15px #fff;
    border: 1px solid #fff;
}
.videos__wrapper--video {
    position: relative;
    display: block;
    height: 0;
    padding: 0 0 56.25%;
    left: -15px;
    overflow: hidden;
    box-shadow: 15px 15px #004ab1;
    border-radius: 22px;
    border: 1px solid #004AB1;
}
.videos__wrapper--video {
    position: relative;
    display: block;
    height: 0;
    padding: 0 0 56.25%;
    left: -15px;
    overflow: hidden;
    box-shadow: 15px 15px #FFFF;
    border-radius: 22px;
    border: 1px solid #fff;
}

.landing-page-hero-section .videos__wrapper--video iframe {
    box-shadow: 1rem 1rem 1rem #fff;
    border: 1px solid #fff;
}
.videos__wrapper--video iframe {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #006DFF;
    border-radius: 20px;
    box-shadow: 1rem 1rem 1rem #006dff;
}
.videos__wrapper--video2 {
    position: relative;
    display: block;
    height: 0;
    padding: 0 0 50.25%;
    left: -15px;
    overflow: hidden;
    box-shadow: 15px 15px #2D545E;
    border-radius: 22px;
    border: 1px solid #2D545E;
}
#card_section a{
    text-decoration: none;
    color: black;
}
#card_section .pro_c{
    margin-top: 10rem;
}
.slick-arrow.slick-disabled {
  display: none !important;
}
.slick-slide img{
  height: 140px;
}

.lft-video .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg,#202438 3.85%,rgba(217,217,217,0) 151.47%);
    mix-blend-mode: multiply;
}
#text{
    background: #2C7391;
}
/******** tab *******/
.content {
    width: 80%;
    height: auto;
    margin: -90px auto 0;
    /* padding: 30px; */
}
.nav-pills {
    width: 758px;
    height: auto;
}
ul.nav.nav-pills {
    flex-direction: row;
    transform: rotate(90deg);
    margin: auto;
    position: relative;
    top: 520px;
    left: -401px;
}
.nav-pills .nav-item{
  width: 230px;
}
.nav-pills a{
    color: #ffff!important;
}
.nav-pills .nav-link {
    font-weight: bold;
    padding: 20px;
    font-size: 20px;
    text-align: center;
    background: #5c8ae0;
    color: #fff;
}

.nav-pills .nav-link.active{
  background: #fff5d7;
  color: black!important;
}
.tab-content {
    /* position: relative; */
    max-width: 900px;
    padding: 60px 40px!important;
    margin: auto;
    height: auto;
    /* margin-top: -50px; */
    background: #fff5d7;
    color: #000;
    border-radius: 20px!important;
    /* z-index: 1000; */
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.4);
    /* padding: 30px; */
    /* margin-bottom: 50px; */
}
.verticle {
    width: 2px;
    background: black;
    height: 112px;
/*    margin: auto;*/
}
.bg-img{
    padding: 50px 0 70px;
    background-size: 40%;
}
/*.form-control{
    background: none!important;
    border: none!important;
    border-bottom: 1px solid black!important;
    border-radius: none!important;
}*/
/*.form-select{
    background: none!important;
    border: none!important;
    border-bottom: 1px solid black!important;
}*/
.footer_widget img{
    width: auto!important;
    height: 230px;
}
.footer {
    --bs-bg-opacity: 1;
    background-color: #2F3D7E!important;
    height: 80vh;
}
.footer .form-control {
     background: white!important;
}
.footer p{
    color: white;
}
.footer a{
    text-decoration: none;
    color: white!important;
}
/*** Spinner Start ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .8s ease-out, visibility 0s linear .5s;
    z-index: 99999;
 }

 #spinner.show {
     transition: opacity .8s ease-out, visibility 0s linear .0s;
     visibility: visible;
     opacity: 1;
 }

 .back-to-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    display: flex;
    width: 45px;
    height: 45px;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
    z-index: 99;
}
/*** Spinner End ***/


/*** Button Start ***/
.btn {
    font-weight: 600;
    transition: .5s;
}

.btn-square {
    width: 32px;
    height: 32px;
}

.btn-sm-square {
    width: 34px;
    height: 34px;
}

.btn-md-square {
    width: 44px;
    height: 44px;
}

.btn-lg-square {
    width: 56px;
    height: 56px;
}

.btn-square,
.btn-sm-square,
.btn-md-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

.btn.border-secondary {
    transition: 0.5s;
}

.btn.border-secondary:hover {
    background: var(--bs-secondary) !important;
    color: var(--bs-white) !important;
}

/*** Topbar Start ***/
.fixed-top {
    transition: 0.5s;
    background: var(--bs-white);
    border: 0;
}


.topbar .top-info {
    font-size: 15px;
    line-height: 0;
    letter-spacing: 1px;
    display: flex;
    align-items: center;
}

.topbar .top-link {
    font-size: 15px;
    line-height: 0;
    letter-spacing: 1px;
    display: flex;
    align-items: center;
}

.topbar .top-link a {
    letter-spacing: 1px;
}

.topbar .top-link a small:hover {
    color: var(--bs-secondary) !important;
    transition: 0.5s;
}

.topbar .top-link a small:hover i {
    color: var(--bs-primary) !important;
}
/*** Topbar End ***/

/*** Navbar Start ***/
.navbar .navbar-nav .nav-link {
    padding: 10px 30px 0 0;
    font-size: 19px;
    transition: .5s;
    color: white;
    margin-left: 4px;
}



.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active,
.fixed-top.bg-white .navbar .navbar-nav .nav-link:hover,
.fixed-top.bg-white .navbar .navbar-nav .nav-link.active {
    color: var(--bs-primary);
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    vertical-align: middle;
    margin-left: 8px;
}
.lft-hero {
    position: relative;
    text-align: center;
    padding: 150px 0;
}
.lft-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.lft-video video {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
    object-position: top center;
}
.lft-video .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg,#202438 3.85%,rgba(217,217,217,0) 151.47%);
    mix-blend-mode: multiply;
}
.lft-hero__content {
    position: relative;
}
.lft-hero .lft-hero__content h1 {
    color: #fff;
    text-shadow: 7.26087px 7.26087px 16.337px rgba(0,0,0,.25);
    margin-bottom: 30px;
}
.linq-for-teams main h1 {
    font-weight: 400;
    font-size: 64px;
    line-height: 120%;
}
.lft-hero .lft-hero__content p {
    color: #fff;
    text-shadow: 0px 2px 1px #000F31;
    margin-bottom: 30px;
}
.lft-hero__content .button {
    background: #ffff;
    border-radius: 12px;
    color: #000;
    text-decoration: none;
    display: inline-block;
    font-family: Nunito,Outfit,sans-serif;
    font-size: 20px;
    font-weight: 600;
    padding: 12px 24px;
    margin: 0 15px 24px 0;
}
#logo-slider {
/*    background: #030F2F url(/cdn/shop/files/bg-globe.png?v=1678133787);*/
  background: #2F3D7E;
    display: grid;
    align-content: center;
    overflow: hidden;
    width: 100%;
    display: flex;
    flex-direction: column;
    margin: auto;
    max-width: 100vw;
}
@media (min-width: 1200px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        border: 0;
        transition: .5s;
        opacity: 0;
    }
}

.dropdown .dropdown-menu a:hover {
    background: var(--bs-secondary);
    color: var(--bs-primary);
}

.navbar .nav-item:hover .dropdown-menu {
    transform: rotateX(0deg);
    visibility: visible;
    background: var(--bs-light) !important;
    border-radius: 10px !important;
    transition: .5s;
    opacity: 1;
}

#searchModal .modal-content {
    background: rgba(255, 255, 255, .8);
}
/*** Navbar End ***/

/*** Hero Header ***/
.carousel-item {
    position: relative;
}

.carousel-item a {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 25px;
    background: linear-gradient(rgba(255, 181, 36, 0.7), rgba(255, 181, 36, 0.7));
}

.carousel-control-next,
.carousel-control-prev {
    width: 48px;
    height: 48px;
    border-radius: 48px;
    border: 1px solid var(--bs-white);
    background: var(--bs-primary);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.carousel-control-next {
    margin-right: 20px;
}

.carousel-control-prev {
    margin-left: 20px;
}

.page-header {
    position: relative;
    background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../img/cart-page-header-img.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}


@media (max-width: 992px) {
    .hero-header,
    .page-header {
        margin-top: 97px !important;
    }
}
/*** Hero Header end ***/


/*** featurs Start ***/
.featurs .featurs-item .featurs-icon {
    position: relative;
    width: 120px;
    height: 120px;
}

.featurs .featurs-item .featurs-icon::after {
    content: "";
    width: 35px;
    height: 35px;
    background: var(--bs-secondary);
    position: absolute;
    bottom: -10px;
    transform: translate(-50%);
    transform: rotate(45deg);
    background: var(--bs-secondary);
    
}
/*** featurs End ***/


/*** service Start ***/
.service .service-item .service-content {
    position: relative;
    width: 250px; 
    height: 130px; 
    top: -50%; 
    left: 50%; 
    transform: translate(-50%, -50%);
}

/*** service End ***/


/*** Fruits Start ***/
.fruite .tab-class .nav-item a.active {
    background: var(--bs-secondary) !important;
}

.fruite .tab-class .nav-item a.active span {
    color: var(--bs-white) !important; 
}

.fruite .fruite-categorie .fruite-name {
    line-height: 40px;
}

.fruite .fruite-categorie .fruite-name a {
    transition: 0.5s;
}

.fruite .fruite-categorie .fruite-name a:hover {
    color: var(--bs-secondary);
}

.fruite .fruite-item {
    height: 100%;
    transition: 0.5s;
}
.fruite .fruite-item:hover {
    box-shadow: 0 0 55px rgba(0, 0, 0, 0.4);
}

.fruite .fruite-item .fruite-img {
    overflow: hidden;
    transition: 0.5s;
    border-radius: 10px 10px 0 0;
}

.fruite .fruite-item .fruite-img img {
    transition: 0.5s;
}

.fruite .fruite-item .fruite-img img:hover {
    transform: scale(1.3);
}
/*** Fruits End ***/


/*** vesitable Start ***/
/*.vesitable .vesitable-item {
    height: 100%;
    transition: 0.5s;
}*/
/*
.vesitable .vesitable-item:hover {
    box-shadow: 0 0 55px rgba(0, 0, 0, 0.4);
}*/

.vesitable .vesitable-item .vesitable-img {
    overflow: hidden;
    transition: 0.5s;
    border-radius: 10px 10px 0 0;
    width: auto!important;
    height: 300px;
}

.vesitable .vesitable-item .vesitable-img img {
    transition: 0.5s;
}

.vesitable .vesitable-item .vesitable-img img:hover {
    transform: scale(1.2);
}

.vesitable .owl-stage {
    margin: 50px 0;
    position: relative;
}

.vesitable .owl-nav .owl-prev {
    position: absolute;
    top: -8px;
    right: 0;
    color: var(--bs-primary);
    padding: 5px 25px;
    border: 1px solid var(--bs-secondary);
    border-radius: 20px;
    transition: 0.5s;

}

.vesitable .owl-nav .owl-prev:hover {
    background: var(--bs-secondary);
    color: var(--bs-white);
}

.vesitable .owl-nav .owl-next {
    position: absolute;
    top: -8px;
    right: 88px;
    color: var(--bs-primary);
    padding: 5px 25px;
    border: 1px solid var(--bs-secondary);
    border-radius: 20px;
    transition: 0.5s;
}

.vesitable .owl-nav .owl-next:hover {
    background: var(--bs-secondary);
    color: var(--bs-white);
}
/*** vesitable End ***/


/*** Banner Section Start ***/
.banner .banner-btn:hover {
    background: var(--bs-primary);
}
/*** Banner Section End ***/


/*** Facts Start ***/
.counter {
    height: 100%;
    text-align: center;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
}

.counter i {
    font-size: 60px;
    margin-bottom: 25px;
}

.counter h4 {
    color: var(--bs-primary);
    letter-spacing: 1px;
    text-transform: uppercase;
}

.counter h1 {
    margin-bottom: 0;
}
/*** Facts End ***/


/*** testimonial Start ***/
.testimonial .owl-nav .owl-prev {
    position: absolute;
    top: -58px;
    right: 0;
    color: var(--bs-primary);
    padding: 5px 25px;
    border: 1px solid var(--bs-secondary);
    border-radius: 20px;
    transition: 0.5s;
}

.testimonial .owl-nav .owl-prev:hover {
    background: var(--bs-secondary);
    color: var(--bs-white);
}

.testimonial .owl-nav .owl-next {
    position: absolute;
    top: -58px;
    right: 88px;
    color: var(--bs-primary);
    padding: 5px 25px;
    border: 1px solid var(--bs-secondary);
    border-radius: 20px;
    transition: 0.5s;
}

.testimonial .owl-nav .owl-next:hover {
    background: var(--bs-secondary);
    color: var(--bs-white);
}
/*** testimonial End ***/


/*** Single Page Start ***/
.pagination {
    display: inline-block;
}
  
.pagination a {
    color: var(--bs-dark);
    padding: 10px 16px;
    text-decoration: none;
    transition: 0.5s;
    border: 1px solid var(--bs-secondary);
    margin: 0 4px;
}
  
.pagination a.active {
    background-color: var(--bs-primary);
    color: var(--bs-light);
    border: 1px solid var(--bs-secondary);
}
  
.pagination a:hover:not(.active) {background-color: var(--bs-primary)}

.nav.nav-tabs .nav-link.active {
    border-bottom: 2px solid var(--bs-secondary) !important;
}
/*** Single Page End ***/


/*** Footer Start ***/
.footer .footer-item .btn-link {
    line-height: 35px;
    color: rgba(255, 255, 255, .5);
    transition: 0.5s;
}

.footer .footer-item .btn-link:hover {
    color: var(--bs-secondary) !important;
}

.footer .footer-item p.mb-4 {
    line-height: 35px;
}
/*** Footer End ***/
@media only screen and (max-width: 1280px) {
    .slick-slide img {
    height: 114px;
}   
}
@media only screen and (max-width: 1140px) {
    .slick-slide img {
    height: 104px;
}   
}
@media only screen and (max-width: 995px) {
    .slick-slide img {
    /*height: 80px;*/
} 
.footer {
    height: 100%;
}
#card_section .pro_c {
     margin-top: 0rem; 
}  
}
@media only screen and (max-width: 768px) {
   .slick-slide img {
    /*height: 55px;*/
}   
#header h1{
    font-size: 30px!important;
}
.lft-hero {
    padding:120px 0;
}
}
@media only screen and (max-width: 600px) {
   .slick-slide img {
    height: 120px;
}   
}

@media only screen and (max-width: 480px) {
   .slick-slide img {
    height: 150px;
}
   
}


/* NAV */
.unav {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 200;
    background: rgba(7, 9, 15, 0.97);
    border-bottom: 1px solid rgba(26, 47, 122, 0.5);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 48px;
    height: 90px;
    backdrop-filter: blur(14px);
}

.nav-logo {
    display: flex;
    align-items: center;
    gap: 14px;
    text-decoration: none;
}

.nav-logo img {
    height: 100px;
    width: auto;
    object-fit: contain;
    display: block;
}

.nav-brand-name {
    font-family: "Oswald", sans-serif;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 3px;
    color: var(--white);
    line-height: 1.2;
    text-transform: uppercase;
}

.nav-brand-sub {
    font-size: 9px;
    letter-spacing: 5px;
    color: var(--gold);
    text-transform: uppercase;
}

.unav ul {
    list-style: none;
    display: flex;
    gap: 0;
}

.unav ul li a {
    font-family: "Rajdhani", sans-serif;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 2px;
    color: var(--silver);
    text-decoration: none;
    text-transform: uppercase;
    padding: 0 16px;
    line-height: 88px;
    display: block;
    transition: all .3s;
    border-bottom: 2px solid transparent;
    margin-top: 14px;
}

.unav ul li a:hover,
.unav ul li a.active {
    color: var(--white);
    border-bottom-color: var(--gold);
}

.nav-cta {
    font-family: "Oswald", sans-serif;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 2px;
    padding: 10px 24px;
    background: var(--gold);
    color: var(--black);
    text-decoration: none;
    text-transform: uppercase;
    transition: all .3s;
    clip-path: polygon(8px 0%, 100% 0%, calc(100% - 8px) 100%, 0% 100%);
    white-space: nowrap;
}

.nav-cta:hover {
    background: var(--gold-light);
}

.unav-tog {
    display: none;
    background: none;
    border: 1px solid var(--bd);
    border-radius: 4px;
    padding: 6px 10px;
    cursor: pointer;
}

.unav-tog span {
    display: block;
    width: 22px;
    height: 2px;
    background: var(--cc);
    margin: 4px 0;
    transition: all .3s;
}

/* HERO */
.page-hero {
    padding: 120px 24px 90px;
    background: linear-gradient(160deg, var(--black) 0%, var(--navy-deep) 30%, var(--navy) 60%, var(--navy-deep) 100%);
    position: relative;
    overflow: hidden;
    text-align: center;
}

.hero-grid {
    position: absolute;
    inset: 0;
    background-image: linear-gradient(rgba(26, 47, 122, 0.06) 1px, transparent 1px), linear-gradient(90deg, rgba(26, 47, 122, 0.06) 1px, transparent 1px);
    background-size: 50px 50px;
    pointer-events: none;
}

.hero-scan {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, transparent, var(--blue-bright), var(--gold), var(--blue-bright), transparent);
    animation: scan 4s ease-in-out infinite alternate;
}

@keyframes scan {
    0% {
        transform: translateY(0)
    }

    100% {
        transform: translateY(100vh)
    }
}

.page-hero::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 80px;
    background: linear-gradient(180deg, transparent, var(--black));
    pointer-events: none;
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: "Rajdhani", sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: var(--gold);
    border: 1px solid var(--border-gold);
    padding: 7px 20px;
    margin-bottom: 20px;
    animation: fadeUp .8s ease both;
    clip-path: polygon(6px 0%, 100% 0%, calc(100% - 6px) 100%, 0% 100%);
}

@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(20px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

.hero-title {
    font-family: "Oswald", sans-serif;
    font-size: clamp(38px, 7vw, 88px);
    font-weight: 700;
    color: var(--white);
    line-height: 0.95;
    letter-spacing: 2px;
    text-transform: uppercase;
    animation: fadeUp .9s .1s ease both;
}

.hero-title em {
    font-style: normal;
    color: var(--gold);
}

.hero-sub {
    font-family: "Source Serif 4", serif;
    font-size: clamp(16px, 2vw, 21px);
    font-style: italic;
    color: var(--silver);
    margin-top: 18px;
    max-width: 680px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.75;
    animation: fadeUp .9s .25s ease both;
}

.gold-bar {
    display: block;
    width: 80px;
    height: 2px;
    background: linear-gradient(90deg, transparent, var(--gold), transparent);
    margin: 22px auto;
}

.hero-url {
    display: inline-block;
    margin-top: 20px;
    font-family: "Oswald", sans-serif;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 3px;
    color: var(--gold);
    text-decoration: none;
    border-bottom: 1px solid rgba(201, 151, 58, 0.4);
    padding-bottom: 3px;
    transition: all .3s;
    animation: fadeUp .9s .4s ease both;
}

.hero-url:hover {
    color: var(--gold-light);
    border-bottom-color: var(--gold-light);
}

/* BODY */
.page-body {
    background: var(--black);
}

.section {
    padding: 80px 24px;
    position: relative;
    z-index: 1;
}

.section.navy {
    background: var(--navy-deep);
}

.section.navy-mid {
    background: var(--navy);
}

.section.dark {
    background: var(--black);
}

.container {
    max-width: 1100px;
    margin: 0 auto;
}

/* SEC HEAD */
.sec-badge {
    display: inline-block;
    font-family: "Rajdhani", sans-serif;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: var(--gold);
    background: rgba(201, 151, 58, 0.08);
    border: 1px solid var(--border-gold);
    padding: 5px 18px;
    margin-bottom: 16px;
    clip-path: polygon(6px 0%, 100% 0%, calc(100% - 6px) 100%, 0% 100%);
}

.sec-head {
    text-align: center;
    margin-bottom: 60px;
}

.sec-title {
    font-family: "Oswald", sans-serif;
    font-size: clamp(26px, 4.5vw, 46px);
    font-weight: 700;
    color: var(--white);
    line-height: 1.1;
    margin-bottom: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.sec-title em {
    font-style: normal;
    color: var(--gold);
}

.sec-sub {
    font-family: "Source Serif 4", serif;
    font-size: 18px;
    font-style: italic;
    color: var(--text-muted);
    max-width: 660px;
    margin: 0 auto;
    line-height: 1.75;
}

.ornament {
    color: var(--gold);
    font-size: 16px;
    letter-spacing: 8px;
    opacity: .4;
    display: block;
    text-align: center;
    margin: 14px 0;
}

/* CARDS */
.grid-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2px;
}

.grid-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2px;
}

.grid-4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2px;
}

.card {
    background: rgba(13, 22, 53, 0.7);
    border: 1px solid var(--border);
    padding: 36px 30px;
    transition: all .35s;
    position: relative;
    overflow: hidden;
}

.card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, transparent, var(--blue-bright), transparent);
    opacity: 0;
    transition: opacity .35s;
}

.card::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: var(--gold);
    transition: width .4s;
}

.card:hover {
    border-color: rgba(41, 82, 204, 0.5);
    transform: translateY(-5px);
    box-shadow: 0 16px 50px rgba(10, 15, 30, 0.6), 0 0 30px rgba(26, 47, 122, 0.15);
}

.card:hover::before {
    opacity: 1;
}

.card:hover::after {
    width: 100%;
}

.card-icon {
    font-size: 32px;
    display: block;
    margin-bottom: 14px;
}

.card-num {
    font-family: "Oswald", sans-serif;
    font-size: 64px;
    font-weight: 700;
    color: rgba(41, 82, 204, 0.08);
    position: absolute;
    top: 10px;
    right: 20px;
    line-height: 1;
    user-select: none;
}

.card-title {
    font-family: "Oswald", sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: var(--white);
    margin-bottom: 12px;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}

.card-text {
    font-family: "Source Serif 4", serif;
    font-size: 16px;
    line-height: 1.8;
    color: var(--text-muted);
}

.card-list {
    list-style: none;
    margin-top: 10px;
}

.card-list li {
    font-family: "Source Serif 4", serif;
    font-size: 16px;
    line-height: 1.75;
    color: var(--text-muted);
    padding: 6px 0 6px 20px;
    border-bottom: 1px solid rgba(26, 47, 122, 0.3);
    position: relative;
}

.card-list li:last-child {
    border-bottom: none;
}

.card-list li::before {
    content: "\25B6";
    position: absolute;
    left: 0;
    color: var(--gold);
    font-size: 8px;
    top: 11px;
}

/* BENEFIT CARDS */
.benefit-card {
    background: rgba(13, 22, 53, 0.8);
    border: 1px solid var(--border);
    padding: 28px 24px;
    display: flex;
    align-items: flex-start;
    gap: 18px;
    transition: all .3s;
}

.benefit-card:hover {
    border-color: rgba(201, 151, 58, 0.4);
    transform: translateY(-3px);
}

.benefit-icon {
    width: 52px;
    height: 52px;
    flex-shrink: 0;
    background: rgba(201, 151, 58, 0.1);
    border: 1px solid var(--border-gold);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    clip-path: polygon(8px 0%, 100% 0%, calc(100% - 8px) 100%, 0% 100%);
}

.benefit-text h4 {
    font-family: "Oswald", sans-serif;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 2px;
    color: var(--gold);
    text-transform: uppercase;
    margin-bottom: 7px;
}

.benefit-text p {
    font-family: "Source Serif 4", serif;
    font-size: 15px;
    line-height: 1.7;
    color: var(--text-muted);
}

/* STATS */
.stats-band {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
    max-width: 800px;
    margin: 50px auto;
    border: 1px solid rgba(41, 82, 204, 0.3);
    overflow: hidden;
}

.stat {
    padding: 36px 20px;
    text-align: center;
    border-right: 1px solid rgba(41, 82, 204, 0.3);
    background: rgba(13, 22, 53, 0.9);
    position: relative;
}

.stat:last-child {
    border-right: none;
}

.stat::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, transparent, var(--gold), transparent);
}

.stat-num {
    font-family: "Oswald", sans-serif;
    font-size: 44px;
    font-weight: 700;
    color: var(--gold);
    display: block;
    line-height: 1;
}

.stat-lbl {
    font-size: 10px;
    letter-spacing: 2px;
    color: var(--text-muted);
    margin-top: 8px;
    text-transform: uppercase;
    font-family: "Rajdhani", sans-serif;
    font-weight: 600;
    line-height: 1.5;
}

/* HOW IT WORKS STEPS */
.steps-row {
    display: flex;
    justify-content: center;
    gap: 0;
    max-width: 960px;
    margin: 40px auto 0;
    flex-wrap: wrap;
}

.step {
    flex: 1;
    min-width: 200px;
    padding: 36px 24px;
    /*background: rgba(13, 22, 53, 0.7);*/
    /*border: 1px solid var(--border);*/
    text-align: center;
    position: relative;
    transition: all .3s;
}

.step:hover {
    border-color: rgba(201, 151, 58, 0.4);
    transform: translateY(-4px);
}

.step-num {
    font-family: "Oswald", sans-serif;
    font-size: 48px;
    font-weight: 700;
    color: rgba(41, 82, 204, 0.2);
    line-height: 1;
    margin-bottom: 12px;
}

.step-icon {
    font-size: 34px;
    display: block;
    margin-bottom: 12px;
}

.step-title {
    font-family: "Oswald", sans-serif;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 2px;
    color: var(--gold);
    text-transform: uppercase;
    margin-bottom: 8px;
}

.step-sub {
    font-family: "Source Serif 4", serif;
    font-size: 15px;
    font-style: italic;
    color: var(--text-muted);
    line-height: 1.6;
}

.step-arr {
    display: flex;
    align-items: center;
    color: var(--gold);
    font-size: 20px;
    opacity: .4;
    padding: 0 4px;
    align-self: center;
}

/* ALLOC BARS */
.alloc-wrap {
    max-width: 800px;
    margin: 0 auto;
}

.alloc {
    margin-bottom: 40px;
}

.alloc-top {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin-bottom: 12px;
}

.alloc-name {
    font-family: "Rajdhani", sans-serif;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1.5px;
    color: var(--white);
}

.alloc-pct {
    font-family: "Oswald", sans-serif;
    font-size: 28px;
    font-weight: 700;
}

.alloc-track {
    height: 10px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 0;
    overflow: hidden;
}

.alloc-fill {
    height: 100%;
    width: 0;
    transition: width 1.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.f30 {
    background: linear-gradient(90deg, var(--gold), var(--gold-light));
}

.f20 {
    background: linear-gradient(90deg, var(--blue-bright), var(--steel));
}

.f50 {
    background: linear-gradient(90deg, #1e5e38, #27ae60);
}

.alloc-note {
    font-family: "Source Serif 4", serif;
    font-size: 14px;
    color: var(--text-muted);
    margin-top: 8px;
    font-style: italic;
    line-height: 1.6;
}

/* PRICING */
.pricing-row {
    display: flex;
    gap: 2px;
    max-width: 960px;
    margin: 0 auto;
}

.price-tile {
    flex: 1;
    padding: 44px 32px;
    background: rgba(13, 22, 53, 0.8);
    border: 1px solid var(--border);
    position: relative;
    overflow: hidden;
    transition: all .35s;
}

.price-tile::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
}

.price-tile:nth-child(1)::before {
    background: var(--gold);
}

.price-tile:nth-child(2)::before {
    background: var(--blue-bright);
}

.price-tile:nth-child(3)::before {
    background: var(--steel);
}

.price-tile.featured {
    background: rgba(26, 47, 122, 0.4);
    border-color: rgba(201, 151, 58, 0.4);
}

.price-tile:hover {
    border-color: rgba(201, 151, 58, 0.4);
    transform: translateY(-6px);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.6);
}

.price-who {
    font-family: "Rajdhani", sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: var(--gold);
    margin-bottom: 8px;
}

.price-name {
    font-family: "Oswald", sans-serif;
    font-size: 17px;
    font-weight: 600;
    color: var(--white);
    margin-bottom: 16px;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.price-amt {
    font-family: "Oswald", sans-serif;
    font-size: 52px;
    font-weight: 700;
    color: var(--gold);
    line-height: 1;
}

.price-per {
    font-size: 11px;
    letter-spacing: 2px;
    color: var(--text-muted);
    margin-top: 4px;
    font-family: "Rajdhani", sans-serif;
}

.price-desc {
    font-family: "Source Serif 4", serif;
    font-size: 15px;
    line-height: 1.75;
    color: var(--text-muted);
    margin-top: 16px;
}

.price-btn {
    display: inline-block;
    margin-top: 22px;
    padding: 12px 28px;
    font-family: "Oswald", sans-serif;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
    border: none;
    transition: all .3s;
    clip-path: polygon(8px 0%, 100% 0%, calc(100% - 8px) 100%, 0% 100%);
}

.price-btn.gold {
    background: var(--gold);
    color: var(--black);
}

.price-btn.gold:hover {
    background: var(--gold-light);
}

.price-btn.outline {
    border: 1px solid var(--gold);
    color: var(--gold);
    background: transparent;
    clip-path: none;
}

.price-btn.outline:hover {
    background: var(--gold);
    color: var(--black);
}

/* HIGHLIGHT */
.highlight-strip {
    max-width: 820px;
    margin: 40px auto;
    padding: 26px 40px;
    background: rgba(13, 22, 53, 0.8);
    border-left: 4px solid var(--gold);
    font-family: "Source Serif 4", serif;
    font-size: 19px;
    font-style: italic;
    color: var(--silver);
    line-height: 1.85;
}

.highlight-strip.blue {
    border-left-color: var(--blue-bright);
}

/* SERVE TAGS */
.serve-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    margin-top: 36px;
}

.serve-tag {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 11px 20px;
    background: rgba(13, 22, 53, 0.8);
    border: 1px solid var(--border);
    font-family: "Rajdhani", sans-serif;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    color: var(--silver);
    text-transform: uppercase;
    transition: all .3s;
    clip-path: polygon(6px 0%, 100% 0%, calc(100% - 6px) 100%, 0% 100%);
}

.serve-tag:hover {
    background: rgba(26, 47, 122, 0.3);
    border-color: rgba(41, 82, 204, 0.5);
    color: var(--white);
}

.serve-tag span {
    font-size: 18px;
}

/* FLYER */
.flyer-wrap {
    display: flex;
    justify-content: center;
    margin-top: 36px;
}

.flyer-wrap img {
    max-width: 500px;
    width: 100%;
    border: 1px solid rgba(201, 151, 58, 0.3);
    box-shadow: 0 20px 70px rgba(0, 0, 0, 0.8), 0 0 40px rgba(26, 47, 122, 0.2);
    display: block;
    transition: transform .4s;
}

.flyer-wrap img:hover {
    transform: scale(1.02);
}

/* FORM */
.form-shell {
    max-width: 700px;
    margin: 0 auto;
    background: rgba(13, 22, 53, 0.85);
    border: 1px solid rgba(41, 82, 204, 0.3);
    padding: 52px;
    position: relative;
}

.form-shell::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--blue-bright), var(--gold), var(--blue-bright));
}

.form-title {
    font-family: "Oswald", sans-serif;
    font-size: clamp(20px, 3vw, 30px);
    font-weight: 700;
    color: var(--white);
    text-align: center;
    margin-bottom: 8px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.form-sub {
    font-family: "Source Serif 4", serif;
    font-size: 16px;
    font-style: italic;
    color: var(--text-muted);
    text-align: center;
    margin-bottom: 36px;
}

.form-label {
    display: block;
    font-family: "Rajdhani", sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--gold);
    margin-bottom: 7px;
}

.form-input {
    width: 100%;
    padding: 13px 16px;
    background: rgba(7, 9, 15, 0.8);
    border: 1px solid rgba(26, 47, 122, 0.5);
    color: var(--text-main);
    font-family: "Source Serif 4", serif;
    font-size: 16px;
    outline: none;
    transition: border-color .3s;
}

.form-input:focus {
    border-color: var(--gold);
}

.form-input option {
    background: #0a0f1e;
}

.form-row-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
    margin-bottom: 22px;
}

.form-field {
    margin-bottom: 22px;
}

.form-btn {
    width: 100%;
    padding: 17px;
    background: var(--gold);
    color: var(--black);
    font-family: "Oswald", sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    border: none;
    cursor: pointer;
    transition: all .3s;
    margin-top: 8px;
    clip-path: polygon(8px 0%, 100% 0%, calc(100% - 8px) 100%, 0% 100%);
}

.form-btn:hover {
    background: var(--gold-light);
    box-shadow: 0 8px 30px rgba(201, 151, 58, 0.3);
}

.form-note {
    font-family: "Source Serif 4", serif;
    font-size: 14px;
    color: var(--text-muted);
    text-align: center;
    margin-top: 20px;
    font-style: italic;
    line-height: 1.7;
}

/* PAGE NAV */
.page-nav-bar {
    background: rgba(10, 15, 30, 0.99);
    border-top: 1px solid rgba(41, 82, 204, 0.3);
    padding: 24px;
    display: flex;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
}

.pnav {
    font-family: "Oswald", sans-serif;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-decoration: none;
    padding: 13px 30px;
    transition: all .3s;
    clip-path: polygon(8px 0%, 100% 0%, calc(100% - 8px) 100%, 0% 100%);
}

.pnav.gold {
    background: var(--gold);
    color: var(--black);
}

.pnav.gold:hover {
    background: var(--gold-light);
}

.pnav.blue {
    background: var(--blue-bright);
    color: var(--white);
}

.pnav.blue:hover {
    background: var(--blue-mid);
}

.pnav.outline {
    border: 1px solid var(--gold);
    color: var(--gold);
    background: transparent;
    clip-path: none;
}

.pnav.outline:hover {
    background: var(--gold);
    color: var(--black);
}

/* FOOTER */
.site-footer {
    background: rgba(7, 9, 15, 0.99);
    padding: 60px 48px 30px;
    border-top: 2px solid rgba(41, 82, 204, 0.4);
}

.footer-inner {
    max-width: 1100px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 48px;
}

.footer-logo img {
    height: 100px;
    width: auto;
    margin-bottom: 16px;
    display: block;
    object-fit: contain;
}

.footer-brand {
    font-family: "Oswald", sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: var(--white);
    margin-bottom: 4px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.footer-sub-txt {
    font-size: 9px;
    letter-spacing: 4px;
    color: var(--gold);
    text-transform: uppercase;
    font-family: "Rajdhani", sans-serif;
}

.footer-url {
    display: block;
    margin-top: 14px;
    font-family: "Rajdhani", sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: var(--gold);
    text-decoration: none;
    letter-spacing: 1px;
}

.footer-col-title {
    font-family: "Rajdhani", sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: var(--gold);
    margin-bottom: 18px;
}

.footer-links {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.footer-links a {
    font-family: "Source Serif 4", serif;
    font-size: 15px;
    color: var(--text-muted);
    text-decoration: none;
    transition: color .3s;
}

.footer-links a:hover {
    color: var(--gold);
}

.footer-contact {
    font-family: "Source Serif 4", serif;
    font-size: 15px;
    color: var(--text-muted);
    line-height: 2.1;
}

.footer-contact a {
    color: var(--gold);
    text-decoration: none;
}

.footer-bottom {
    text-align: center;
    padding: 18px;
    background: #030407;
    font-family: "Rajdhani", sans-serif;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 3px;
    color: rgba(200, 208, 224, 0.2);
    text-transform: uppercase;
    border-top: 1px solid rgba(26, 47, 122, 0.2);
}

[data-aos] {
    transition-property: transform, opacity !important;
}

@media(max-width:900px) {
    .unav ul {
        display: none;
    }

    .unav ul.nav-open {
        display: flex;
        flex-direction: column;
        position: absolute;
        top: 68px;
        left: 0;
        right: 0;
        background: rgba(4,13,24,.98);
        padding: 1rem 2rem;
        border-bottom: 1px solid rgba(0, 212, 255, 0.1);
        z-index: 999;
    }
    .unav ul li a {
        line-height: 45px;
        
         margin-top: 0px; 
    }

    .unav-tog {
        display: block;
    }

    .unav {
        padding: 0 20px;
    }

    .grid-3,
    .grid-2,
    .grid-4 {
        grid-template-columns: 1fr !important;
    }

    .pricing-row {
        flex-direction: column;
        align-items: center;
    }

    .price-tile {
        min-width: 280px;
        max-width: 100%;
    }

    .footer-inner {
        grid-template-columns: 1fr;
    }

    .form-row-2 {
        grid-template-columns: 1fr;
    }

    .form-shell {
        padding: 32px 20px;
    }

    .stats-band {
        grid-template-columns: 1fr;
    }

    .stat {
        border-right: none;
        border-bottom: 1px solid rgba(41, 82, 204, 0.3);
    }

    .steps-row {
        flex-direction: column;
        align-items: center;
    }

    .step-arr {
        display: none;
    }

    .unav-tog span {
        display: block;
        background: var(--silver);
    }

    .unav-tog {
        border: 1px solid var(--silver);
    }

    .nav-cta {
        display: none;
    }
    .section.navy ul{
        padding-left: 0px;
    }
}

@media (max-width: 768px) {
    .nav-logo img {
        height: 70px;
    }
}

@media (max-width: 400px) {
    .nav-cta {
        font-size: 10px;
        padding: 8px 15px;
    }

    .nav-brand-name {
        letter-spacing: 2px;
        font-size: 11px;
    }
}