    :root {
            --ink: #10201d;
            --muted: #6b7772;
            --dark: #07382f;
            --dark-2: #062d26;
            --dark-3: #0d4135;
            --cream: #f4f4ec;
            --paper: #fbfbf7;
            --line: #dfe4da;
            --lime: #d8ec18;
            --leaf: #8bc545;
            --soft: #a8b7ad;
            --white: #ffffff;
            --black: #000;
        }
        .press-slide{opacity:0;}
        .owl-item.active .press-slide{opacity:1;}
        
        html {
            scroll-behavior: smooth;
        }

       body {
            color: var(--ink);
            background: var(--paper);
           font-family: "Rethink Sans", sans-serif;
        }
       .dMSans {font-family: "DM Sans", Arial, sans-serif;}

        h1, h2, h3, .brand-serif {
            //font-family: "Playfair Display", Georgia, serif;
            letter-spacing: 0;
        }


       .container{max-width:1440px;}    

        * {
            box-sizing: border-box;
        }

       

        img {
            display: block;
            max-width: 100%;
        }

        a {
            color: inherit;
            text-decoration: none;
        }

        button {
            font: inherit;
        }

        .wrap {
            width: min(1280px, calc(100% - 80px));
            margin-inline: auto;
        }

        .site-header {
            position: sticky;
            top: 0;
            z-index: 20;
            background: var(--dark);
            border-bottom: 1px solid rgba(255,255,255,.09);
            transition: background-color .3s ease, border-color .3s ease, box-shadow .3s ease, backdrop-filter .3s ease;
            will-change: background-color, box-shadow;
        }

        .site-header.is-scrolled {
            animation: headerDrop .32s ease both;
            background: rgba(6, 45, 38, .92);
            border-bottom-color: rgba(216,236,24,.22);
            box-shadow: 0 18px 40px rgba(0,0,0,.22);
            backdrop-filter: blur(14px);
        }

        @keyframes headerDrop {
            from {
                transform: translateY(-8px);
            }
            to {
                transform: translateY(0);
            }
        }

        .nav {
            min-height: 84px;
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 32px;
            transition: min-height .3s ease, gap .3s ease;
        }

        .site-header.is-scrolled .nav {
            min-height: 66px;
            gap: 24px;
        }

        .brand {
            color: #f1f6ed;
            font-family: Georgia, "Times New Roman", serif;
            font-size: 18px;
            font-weight: 700;
            letter-spacing: 0;
            white-space: nowrap;
            transition: color .3s ease, font-size .3s ease;
        }

        .site-header.is-scrolled .brand {
            color: #ffffff;
            font-size: 17px;
        }

        .menu {
            display: flex;
            align-items: center;
            gap: 34px;
            color: rgba(255,255,255,.78);
            font-size: 11px;
            font-weight: 700;
            text-transform: uppercase;
            transition: gap .3s ease;
        }
		.menu .mob-view {display: none}

       /* .site-header.is-scrolled .menu {
            gap: 28px;
        }*/
		.site-nav.is-scrolled .brand img {
    max-height: 34px;
    transform: translateY(-1px);
}

        .menu a,
        .btn,
        .nav-pill {
            overflow-wrap: anywhere;
        }

        .menu a {
            position: relative;
            transition: color .2s ease;
            font-size: 14px;font-weight: 400;line-height: 150%; letter-spacing: 0.21px;text-transform: uppercase;color: #FBFBF8;
        }

        /* .menu a::after {
            position: absolute;
            left: 0;
            right: 0;
            bottom: -8px;
            height: 2px;
            content: "";
            background: var(--lime);
            transform: scaleX(0);
            transform-origin: center;
            transition: transform .24s ease;
        } */

        .menu a:hover,
        .menu a:focus-visible,
        .menu a.active {
            color: var(--lime);
        }

        .menu a:hover::after,
        .menu a:focus-visible::after,
        .menu a.active::after {
            transform: scaleX(1);
        }

        .nav-pill {min-width: 130px;
    padding: 7.2px 22px;
            border: 1px solid var(--lime);
            border-radius: 8px;
            color: var(--lime);
            text-align: center;
            transition: background-color .25s ease, color .25s ease, padding .3s ease, box-shadow .3s ease;
        }

        .nav-pill::after {
            display: none;
        }

        .nav-pill.active {
                    color: var(--dark);
         
        }
       .menu a.nav-pill:hover { border: 1px solid #E4F223;box-shadow: 0 0 10px 0 #E4F223;}
        .site-header.is-scrolled .nav-pill {
            padding-block: 9px;
       
            
        }
        .site-header.is-scrolled .nav-pill.active{columns:#fff;}
        .site-header.is-scrolled .nav-pill:hover{box-shadow: 0 0 18px rgba(216,236,24,.12);background-color:#11352D; columns:#fff;}

        .menu-toggle {
            display: none;
            width: 42px;
            height: 42px;
            border: 1px solid rgba(255,255,255,.2);
            border-radius: 8px;
            background: transparent;
            color: white;
            align-items: center;
            justify-content: center;
        }

        .menu-toggle span,
        .menu-toggle span::before,
        .menu-toggle span::after {
            display: block;
            width: 18px;
            height: 2px;
            background: currentColor;
            content: "";
            position: relative;
        }

        .menu-toggle span::before {
            position: absolute;
            top: -6px;
        }

        .menu-toggle span::after {
            position: absolute;
            top: 6px;
        }

        .hero {
            position: relative;
            background: var(--dark);
            color: var(--white);
            min-height: 694px;
            overflow: hidden;

        }

      

        .hero::before {
            right: 190px;
        }

        .hero::after {
            right: 128px;
        }

        .hero-grid {
            display: grid;
            grid-template-columns: minmax(0, .95fr) minmax(430px, 550px);
            gap:50px;
            align-items: start;
            padding:60px 0 0px;
        }
		.hero-grid .pdtp {padding-top: 50px}

        .eyebrow {
            display: flex;
            align-items: center;
            gap: 12px;
            color: var(--lime);
          font-size: 12px;font-weight: 400;line-height: 16px; letter-spacing: 3px;  text-transform: uppercase;
        }
		.gallery .eyebrow {color: #11352D}
		.eyebrow br {display: none}

        .eyebrow::before {
            content: "";
            width: 38px;
            height: 1px;
            background: currentColor;
            opacity: .85;
        }
		.awards .eyebrow::before {display: none}

        .hero .eyebrow::before {
            display: none;
        }

        h1,
        h2,
        h3,
        p {
            margin-top: 0;
        }

        .hero h1 {
            max-width: 620px;
            margin:50px 0 28px;
          color: #F3F3EC;font-size: 75px;font-weight: 700;line-height: 100%;     }

        .hero-copy {
            max-width: 540px;
            margin-bottom: 42px;
           color: #98CF95;font-size: 18px;font-weight: 400;line-height: 30.6px;        }

        .stats {
            display: grid;
            grid-template-columns: repeat(3, minmax(110px, 1fr));
            gap: 30px;
            max-width: 560px;
        }

        .stat strong {
            display: block;
            color: var(--lime); font-size: 42px;font-weight: 700;line-height: 63px;   font-family: "Playfair Display", Georgia, serif;      }

        .stat span {
            display: block;
          color:#FBFBF8;font-size: 13px;font-weight: 400;line-height: 19.5px; letter-spacing: 1px;
text-transform: uppercase;        }

        .portrait-shell {
            position: relative;
            width: min(100%, 560px);
            aspect-ratio: 1;
            margin-left: auto;
            display: grid;
            place-items: center;
           
          
        }

  

        .featured {
            background: #020403;
            color: var(--white);
            min-height: 108px;
            display: flex;
            align-items: center;
        }

        .featured-row {
            display: grid;
            grid-template-columns: 120px minmax(0, 1fr);
            align-items: center;
            gap: 52px;
            overflow: hidden;
        }

        .featured-label {
            position: relative;
            z-index: 1;
            background: #020403;
            color: #8c9791;
            font-size: 9px;
            font-weight: 800;
            letter-spacing: 1.4px;
            text-transform: uppercase;
        }

        .featured-marquee {
            --marquee-gap: 72px;
            --marquee-offset: 36px;
            display: flex;
            align-items: center;
            gap: var(--marquee-gap);
            width: max-content;
            min-width: 80%;
            animation: featureMarquee 18s linear infinite;
            will-change: transform;
            justify-content: center; padding-left: 80px
        }
.featureBg{overflow: hidden;}
        .featured-marquee:hover {
            animation-play-state: paused;
        }

        .featured-marquee .item {
            flex: 0 0 auto;
            min-width: 240px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .featured-marquee .item img {
            width: auto;
            max-width: 230px;
            max-height: 42px;
            object-fit: contain;
        }

        /* @keyframes featureMarquee {
            from {
                transform: translateX(0);
            }
            to {
                transform: translateX(calc(-50% - var(--marquee-offset)));
            }
        } */

        .featured-logos span {
            color: white;
            font-weight: 900;
            line-height: 1;
            white-space: nowrap;
        }

        .logo-forbes,
        .logo-entrepreneur {
            font-family: Georgia, "Times New Roman", serif;
            font-size: clamp(30px, 3vw, 43px);
            letter-spacing: 0;
        }

        .logo-yahoo {
            font-size: clamp(28px, 3vw, 43px);
            letter-spacing: 0;
        }

        .section {
            padding:80px 0;
        }

        .about {
            background: var(--paper);
        }
    .about  .eyebrow{color: var(--green, #11352D);}
        .about-heading {
            max-width: 480px;
            margin: 32px 0 34px;
     font-size: 40px;font-weight: 400;line-height: 50px; background: linear-gradient(97deg, #061B14 24.26%, #A0AC1A 73.47%);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;}
        
        .about-heading span {
            color: #6ca420;
            font-weight: 800;
        }
 .about-heading strong {  font-weight: 800;     }
        .about-grid {
            display: grid;
            grid-template-columns: minmax(330px, 525px) 1fr;
            gap: 72px;
            align-items: center;
        }

        .about-photo {
            border-radius: 6px;
            overflow: hidden;
            background: #d7ded6;
        }

        .about-photo img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .bio h3 {
            margin-bottom: 16px;
         color: #000;font-size: 20px;font-weight: 400;line-height: 35px;font-family: "Playfair Display", Georgia, serif;
        }
.bio h3 strong{font-weight:900;}
        .bio-kicker {
            margin-bottom: 28px;
        color: var(--black);
font-size: 12px;font-weight: 400;line-height: 16px;letter-spacing: 3px;text-transform: uppercase;
        }
		.bio-kicker br {display: none}

        .bio p { margin-bottom: 20px; color: var(--black);font-size: 14px;font-weight: 400;line-height: 22px;        }

        .media {
            background: #041E18;
            color: white;
            padding: 88px 0 96px;
        }

        .media-grid {
            display: grid;
            grid-template-columns: minmax(320px, 520px) minmax(420px, 630px);
            gap: 80px;
            align-items:start;
            margin-top: 42px;
        }

        .press-stack {
            display: block;
            border-radius: 8px;
            overflow: hidden;
        }

        .press-stack .owl-stage-outer {
            border-radius: 8px;
            overflow: hidden;
        }

        .press-stack .owl-item {
            overflow: hidden;
        }

        .press-track {
            display: grid;
            gap: 16px;
            transition: transform .6s cubic-bezier(.22, 1, .36, 1);
            will-change: transform;
        }

        .press-track.is-instant {
            transition: none;
        }

        .press-track .press-item {
            min-height: 130px;
        }

        .press-slide {
            position: relative;
            display: grid;
            gap: 16px;
            grid-template-rows: repeat(3, minmax(130px, auto));
        }
        .press-stack{position: relative;z-index: 9;}
.press-stack::after{content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 45%;
    pointer-events: none;
    background: linear-gradient(
        180deg,
        rgba(4, 30, 24, 0) 0%,
        #041E18 67.13%
    );
    z-index: 2;
}
        .press-item {
         display: flex;
padding: 15px 73px 0px 14px;
flex-direction: column;
align-items: flex-start;
gap: 10px;
align-self: stretch;
border-radius: 10px;
border-left: 4px solid #E4F223;
background: var(--off-white, #FBFBF8);
box-shadow: 0 4px 6.8px 0 rgba(0, 0, 0, 0.10);
        }

        .press-slide .press-item:hover,
        .press-track .press-item:not(.press-item-placeholder):hover{
      border-radius: 10px;
border-left: 4px solid #98CF95;
background: #000;
box-shadow: 0 4px 6.8px 0 rgba(0, 0, 0, 0.10);
        }
         .press-slide .press-item:hover .press-source,
         .press-track .press-item:not(.press-item-placeholder):hover .press-source{color: var(--lemon, #E4F223);}
 .press-slide .press-item:hover h3,
 .press-track .press-item:not(.press-item-placeholder):hover h3{color: #fff}
  .press-slide .press-item:hover a,
  .press-track .press-item:not(.press-item-placeholder):hover a{color: #fff}
        .press-item-placeholder {
            visibility: hidden;
            pointer-events: none;
        }

        .press-item-light {
            background: white;
            color: #121b18;
        }

        .press-item-dark {
            background: #030504;
            color: white;
        }

        .press-item-muted {
           background-color: #fff;
            color: #21302c;
            border-bottom: 0;
        }

        .press-vertical-slider .pressSlideOutUp {
            animation-name: pressSlideOutUp;
        }

        .press-vertical-slider .pressSlideInUp {
            animation-name: pressSlideInUp;
        }

        .press-vertical-slider .animated {
            animation-duration: .48s;
            animation-fill-mode: both;
        }

        @keyframes pressSlideOutUp {
            from {
                opacity: 1;
                transform: translateY(0);
            }
            to {
                opacity: 0;
                transform: translateY(-42px);
            }
        }

        @keyframes pressSlideInUp {
            from {
                opacity: 0;
                transform: translateY(42px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        .press-source {
            display: block;
                color: var(--Accents-Green, #34C759);
font-size: 10px;font-weight: 400;line-height: 16.5px; /* 165% */
letter-spacing: 3px;
text-transform: uppercase;
        }

        .press-item h3 {
   
          color: #000;
font-size: 14px;
font-weight: 400;
line-height: 125%; /* 17.5px */
        }

        .press-item a {
        color: var(--dark, #041E18);
font-size: 12px;
font-weight: 400;
line-height: 130%; /* 15.6px */
        }

        .article-arrows {
            display: flex;
            gap: 14px;
            justify-content: center;
            margin-top:-20px;
            position: relative;
            z-index: 11;
        }

        .round-btn {
            width: 39px;
            height: 39px;
            border: 0;
            border-radius: 50%;
            color: var(--dark);
            background: #a2b924;
            font-size: 20px;
            font-weight: 900;
            cursor: pointer;
        }

        .round-btn:disabled,
        .round-btn[aria-disabled="true"] {
            opacity: .45;
            cursor: not-allowed;
        }

        .round-btn.next {
            background: var(--lime);
        }
		

        .video-card {
            display: block;
        }

        .video-thumb {
            position: relative;
            border-radius: 7px;
            overflow: hidden;
            background: #d9dbe3;
        }

        .video-thumb img {
            width: 100%;
            aspect-ratio: 633 / 394;
            object-fit: cover;
        }

        .play {
            position: absolute;
            inset: 0;
            display: grid;
            place-items: center;
        }

        .play span {
            width: 57px;
            height: 57px;
            display: grid;
            place-items: center;
            border-radius: 50%;
            background: rgba(41,55,61,.84);
            color: white;
            font-size: 22px;
            line-height: 1;
        }

        .video-caption {
            margin-top:20px;
         color: var(--off-white, #FBFBF8);
font-size: 14px;font-weight: 700;line-height: 20px;     }

        .video-caption span {
            display: block;        font-family: "Playfair Display", Georgia, serif;
        color: var(--off-white, #FBFBF8);  margin-bottom:8px;
font-size: 14px;
font-weight: 700;line-height: 20px;
            text-transform: uppercase;
        }

        .frontier {
            background: var(--dark-3);
            color: white;
            padding: 84px 0 110px;
            text-align: center;
        }

        .frontier .eyebrow {
            justify-content: flex-start;
            text-align: left;
        }

        .frontier h2 {
            margin: 58px 0 38px;
       color: var(--off-white, #FBFBF8);
font-size: 40px;font-weight: 400;line-height: 43.95px;
        }

        .frontier h2 span {
        color: var(--atlantis, #A1D074);
        }

        .company-cards {
            width: min(850px, 100%);
            margin-inline: auto;
            display: grid;
            grid-template-columns: repeat(2, minmax(0, 1fr));
            gap: 18px;
        }

        .company-card {
            min-height: 360px;
            padding: 46px 48px 38px;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: space-between;
            border: 1px solid #d6ded4;
            border-radius: 8px;
            background: white;
            color: #1f2926;
            box-shadow: 0 18px 45px rgba(0,0,0,.08);
            min-width: 0;
                transition: box-shadow 0.25s ease, transform 0.25s ease;
        }

        .company-card:hover {
            border-color: var(--lime);
            box-shadow: 0 0 28px rgba(216,236,24,.32);
                transform: translateY(-4px);
        }

        .company-logo {
            display: inline-flex;
            align-items: center;
            gap: 5px;
            color: #25312f;
            font-size: 29px;
            font-weight: 900;
        }

       

        .company-card p {
            margin: 22px 0;
          color: var(--Color, #1E2329);text-align: center;font-size: 14px; font-weight: 300;line-height: 20px;     }

        .company-card strong {
                   font-weight:700;
        }

        .btn {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            min-width: 145px;
            min-height: 38px;
            padding: 9px 22px;
            border: 1px solid #1d7051;
            border-radius: 999px;
            color: #10704c;
            background: transparent;
            font-size: 11px;
            font-weight: 800;
        }
		.company-cards .btn{font-size: 14px;}

        .btn:hover{
            color: white;
            background: var(--dark);
            border-color: var(--dark);
        }

        .awards {
            background: var(--paper);
            padding: 80px 0;
            text-align: center;
        }

        .awards-title {
            margin-bottom: 40px;
            color: #5e6864;
            font-size: 11px;
            font-weight: 900;
            letter-spacing: 6px;
            text-transform: uppercase;
            line-height: 1.8;
        }

        .awards-grid {
            width: min(1060px, 100%);
            margin-inline: auto;
            display: grid;
            grid-template-columns: repeat(4, minmax(0, 1fr));
            gap: 22px;
        }

        .award-card {
            min-height: 78px;
            display: grid;
            grid-template-columns: 76px 1fr;
            align-items: center;
            gap: 14px;
            padding: 14px 18px;
            border: 1px solid #e2e6dc;
            border-radius: 2px;
            background: white;
            text-align: left;
        }

        .award-mark {
            display: grid;
            place-items: center;
            min-height: 45px;
            color: #5eb04e;
            font-size: 18px;
            font-weight: 900;
            line-height: 1;
        }

        .award-mark.circle {
            width: 52px;
            height: 52px;
            border: 5px solid #1b2632;
            border-radius: 50%;
            justify-self: center;
            color: #f05c37;
            font-size: 13px;
        }

        .award-card span:last-child {
            color: #26312f;
            font-size: 10px;
            font-weight: 700;
            line-height: 1.35;
            overflow-wrap: anywhere;
        }

        .gallery {
            background: var(--cream);
            padding: 86px 0 96px;
        }

        .gallery-row {
            margin-top: 42px;
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 18px;
        }

        .gallery-item {
            border-radius: 6px;
            overflow: hidden;
            background: #d9ddd5;
        }

        .gallery-item img {
            width: 100%;
            aspect-ratio: 417 / 278;
            object-fit: cover;
            transition: transform .3s ease;
        }

        .gallery-item:hover img {
            transform: scale(1.03);
        }

        .dots {
            display: flex;
            justify-content: center;
            gap: 8px;
            margin: 34px 0 36px;
        }

        .dot {
            width: 7px;
            height: 7px;
            border-radius: 50%;
            background: #a8b4ad;
        }

        .dot.active {
            background: var(--dark);
        }

        .gallery-action {
            text-align: center;
        }

        .gallery-action .btn {
            min-width: 164px;
            min-height: 40px;font-size: 14px;
font-style: normal;
font-weight: 500;
line-height: 130%;
        }


.awards{
    background:#fff;
    padding:78px 0 82px;
    text-align:center;
}

.awards .eyebrow{
    color:#171f23;
    font-size:14px;
    font-weight:500;
    letter-spacing:5px;
    line-height:130%;
    text-align:center;
    text-transform:uppercase;
    justify-content: center;
}

.awards-grid{
    display:grid;
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:24px 24px;
    margin:34px auto 0;
    max-width:1068px;
}
.mission-card .btn-pill:hover{color:#fff;}
.awards{
    background:#fff;
    padding:78px 0 82px;
    text-align:center;
}

.container-wide{
    width:min(1480px, calc(100% - 48px));
    margin-inline:auto;
    max-width: 1280px;
}
.award-title{ color: #000;font-size: 10px;font-weight: 300;line-height: 130%;}

.award-card{
    align-items:center;
    border-radius:4px;
    box-shadow:0 4px 6.8px 0 rgba(0, 0, 0, 0.10);
    display:grid;
    gap:18px;
    grid-template-columns:50px 1px minmax(0,1fr);
    min-height:50px;
    padding:6px 18px;
    text-align:left;
    transition:box-shadow 0.25s ease, transform 0.25s ease;
    
}

.award-card:hover{
background: linear-gradient(180deg, #FFF 72.87%, #0F7D40 135.14%);
box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    transform:translateY(-4px);
}

.award-card:before{
    background:#E8EBE2;
    content:"";
    grid-column:2;
    grid-row:1;
    height:42px;
    width:1px;
}


        .footer {
            background: var(--dark-2);
            color: white;
            padding: 78px 0 72px;
        }

        .footer-grid {
            display: grid;
            grid-template-columns: 1.8fr .7fr .55fr .9fr;
            gap: 80px;
        }

        .footer-brand h2 {
            margin-bottom: 26px;
            color: #79bd74;
            font-family: Georgia, "Times New Roman", serif;
            font-size: 29px;
            line-height: 1;
        }

        .footer p,
        .footer li {
         color: var(--e8ebe2, #E8EBE2);font-size: 12px;font-weight: 300;line-height: 22px;letter-spacing: 1.2px;        }
		 .footer li {padding-bottom: 5px}

        .footer-brand p {
            max-width: 330px;
        }

        .footer h3 {
      color: var(--Lime-Green, #E4F223);font-size: 12px;font-weight: 500;line-height: 130%; /* 15.6px */
letter-spacing: 3px; text-transform: uppercase;margin-bottom: 15px;        }

        .footer ul {
            list-style: none;
            padding: 0;
            margin: 0;
        }

        .footer a:hover {
            color: var(--lime);
        }

        .copyright {
            margin-top: 12px;
            color: var(--e8ebe2, #E8EBE2);
font-size: 10px;
font-style: normal;
font-weight: 300;
line-height: 130%;
        }


.booking-modal .modal-content{
    background:#041E18;
    border:1px solid rgba(255, 255, 255, 0.28);
    border-radius:16px;
    box-shadow:0 24px 70px rgba(0, 0, 0, 0.45);
    color:#fff;
    overflow:hidden;
}

.booking-modal .modal-body{
    padding:30px;
}

.btnClose{
    position:absolute;
    right:14px;
    top:14px;
    z-index:2;
    color:#E4F223!important;
    border: 0px;
    background-color: transparent;
}

.booking-eyebrow{
    color:#E4F223;
    font-size:14px;
    font-weight:500;
    letter-spacing:5px;
    line-height:130%;
    margin-bottom:14px;
    text-transform:uppercase;
}

.booking-modal h2{
    color:#fff;
    font-family:"Playfair Display", Georgia, serif;
    font-size:22px;
    font-weight:400;
    line-height:125%;
    margin:0 0 26px;
}

.booking-modal h2 span{
    color:#A1D074;
}

.booking-form{
    display:grid;
    gap:16px;
}

.booking-row{
    align-items:start;
    display:grid;
    gap:14px;
    grid-template-columns:81px minmax(0,1fr);
}

.booking-row label{
    color:#fff;
    font-size:14px;
    font-weight:300;
    line-height:40px;
    margin:0;
}

.booking-row label span{
    color:#F4A23A;
}

.booking-form input,
.booking-form textarea{
    background:#D9D9D9;
    border:0;
    border-radius:5px;
    color:#1E2329;
    font-size:14px;
    min-height:40px;
    outline:none;
    padding:8px 12px;
    width:100%;
}

.booking-form textarea{
    min-height:150px;
    resize:vertical;
}

.booking-form input:focus,
.booking-form textarea:focus{
    box-shadow:0 0 0 2px rgba(228, 242, 35, 0.55);
}

.booking-name-grid{
    display:grid;
    gap:1px 12px;
    grid-template-columns:repeat(2,minmax(0,1fr));
}

.booking-name-grid small{
    color:rgba(255,255,255,.72);
    display:block;
    font-size:12px;
    line-height:130%;
    margin-top:2px;
    font-weight:400;
    margin-bottom:5px;
}

.booking-actions{
    display:flex;
    justify-content:flex-end;
    padding-left:95px;
}

.booking-actions button{
    background:transparent;
    border:1px solid #E4F223;
    border-radius:999px;
    color:#E4F223;
    font-size:14px;
    font-weight:500;
    min-width:173px;
    padding:10px 22px;
    transition:background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.booking-actions button:hover,
.booking-actions button:focus-visible{
    background:#E4F223;
    border-color:#E4F223;
    color:#1E2329;
    outline:none;
}

 .gallery-img {
                        cursor: pointer;
                    }

                    .gallery-popup {
                        align-items: center;
                        background: rgba(18, 24, 30, 0.9);
                        backdrop-filter: blur(5px);
                        display: flex;
                        inset: 0;
                        justify-content: center;
                        opacity: 0;
                        padding: 44px 78px;
                        pointer-events: none;
                        position: fixed;
                        transition: opacity .28s ease, visibility 0s linear .28s;
                        visibility: hidden;
                        z-index: 9999;
                    }

                    .gallery-popup.is-open {
                        opacity: 1;
                        pointer-events: auto;
                        transition-delay: 0s;
                        visibility: visible;
                    }

                    .gallery-popup-panel {
                        max-width: min(100%, 760px);
                        opacity: 0;
                        transform: translateY(10px);
                        transition: opacity .28s ease, transform .28s ease;
                        width: 100%;
                    }

                    .gallery-popup.is-open .gallery-popup-panel {
                        opacity: 1;
                        transform: translateY(0);
                    }
 .gallery-popup-main img{border-radius: 14px;}
                    .gallery-popup-main {
                        aspect-ratio: 16 / 10;
                        border-radius: 14px;                       
                        display: block;
                        height: min(68vh, 475px);
                        object-fit:contain;
                        opacity: 1;
                        transition: opacity .22s ease;
                        width: 100%;
                  
                    }

                    .gallery-popup-main[hidden],
                    .gallery-popup-video[hidden] {
                        display: none;
                    }

                    .gallery-popup-video {
                        aspect-ratio: 16 / 9;
                        background: #000;
                        border-radius: 14px;
                        box-shadow: 0 1px 1.2px rgba(0, 0, 0, 0.42);
                        overflow: hidden;
                        width: 100%;
                    }

                    .gallery-popup-video iframe {
                        border: 0;
                        display: block;
                        height: 100%;
                        width: 100%;
                    }

                    .gallery-popup-main.is-fading,
                    .gallery-popup-main.is-sliding-left {
                        opacity: 0;
                    }

                    .gallery-popup-main.is-sliding-right {
                        opacity: 0;
                    }

                    .gallery-popup-thumbs {
                        display: flex;
                        gap: 12px;
                        margin: 18px auto 0;
                        max-width:100%;
                        overflow-x: auto;
                        padding: 0 2px 6px;
                        scrollbar-width: none;
                        /* justify-content: center; */
                    }

                    .gallery-popup-thumbs[hidden] {
                        display: none;
                    }

                    .gallery-popup-thumbs::-webkit-scrollbar {
                        display: none;
                    }

                    .gallery-popup-actions {
                        display: flex;
                        gap: 12px;
                        justify-content: center;
                        margin-top: 14px;
                    }

                    .gallery-popup-action {
                        background: #dfff1f;
                        border: 0;
                        border-radius: 999px;
                        color: #1b232b;
                        cursor: pointer;
                        font-size: 14px;
                        font-weight: 700;
                        min-width: 86px;
                        padding: 9px 18px;
                        text-transform: uppercase;
                    }

                    .gallery-popup-action:hover,
                    .gallery-popup-action:focus-visible {
                        background: #efff2b;
                        outline: 2px solid rgba(255, 255, 255, 0.55);
                        outline-offset: 3px;
                    }

                    .gallery-popup-thumb {
                        aspect-ratio: 16 / 9;
                        border: 2px solid transparent;
                        border-radius: 7px;
                        cursor: pointer;
                        flex: 0 0 118px;
                        object-fit: cover;
                        opacity: 0.72;
                        padding: 0;
                        width: 118px;
                    }

                    .gallery-popup-thumb.is-active,
                    .gallery-popup-thumb:focus-visible {
                        border-color: #dfff1f;
                        opacity: 1;
                        outline: none;
                    }

                    .gallery-popup-arrow,
                    .gallery-popup-close {
                        align-items: center;
                        background: transparent;
                        border: 0;
                        border-radius: 50%;
                        color: #dfff1f;
                        display: inline-flex;
                        font-size: 30px;
                        font-weight: 700;
                        height: 38px;
                        justify-content: center;
                        line-height: 1;
                        position: fixed;
                        width: 38px;
                        z-index: 2;
                    }
    .gallery-popup-close {border-radius: 18.5px;
background: #E4F223;}
.gallery-popup-arrow{border-radius: 18.5px;
background: #E4F223;display: flex;
width: 37px;
height: 37px;
padding: 12px 10px 11px 10px;
flex-direction: column;
align-items: flex-start;
gap: 10px; color: #fff;}

.gallery-popup-arrow[hidden] {
    display: none;
}

                    /* .gallery-popup-arrow:hover,
                    .gallery-popup-close:hover,
                    .gallery-popup-arrow:focus-visible,
                    .gallery-popup-close:focus-visible {
                        background: #efff2b;
                        outline: 2px solid rgba(255, 255, 255, 0.55);
                        outline-offset: 3px;
                    } */

                    .gallery-popup-arrow {
                        top: 50%;
                        transform: translateY(-50%);
                    }

                    .gallery-popup-prev {
                        left: 28px;
                    }

                    .gallery-popup-next {
                        right: 28px;
                    }

                    .gallery-popup-close {
                        right: 24px;
                        top: 20px;
                    }
.press-vertical-slider .owl-stage-outer {
    overflow: hidden;
}

.pressSlideInUp {
    animation: pressSlideInUp 0.45s both;
}

.pressSlideOutUp {
    animation: pressSlideOutUp 0.45s both;
}

.pressSlideInDown {
    animation: pressSlideInDown 0.45s both;
}

.pressSlideOutDown {
    animation: pressSlideOutDown 0.45s both;
}

@keyframes pressSlideInUp {
    from {
        transform: translateY(100%);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes pressSlideOutUp {
    from {
        transform: translateY(0);
        opacity: 1;
    }
    to {
        transform: translateY(-100%);
        opacity: 0;
    }
}

@keyframes pressSlideInDown {
    from {
        transform: translateY(-100%);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes pressSlideOutDown {
    from {
        transform: translateY(0);
        opacity: 1;
    }
    to {
        transform: translateY(100%);
        opacity: 0;
    }
}

.linkedCont{margin:auto; text-align:center;}
.error-message {font-size: 12px;   font-weight: 500;   white-space: nowrap;padding-left: 96px;     color: #dc3545;}
.name-error-message {font-size: 12px;   font-weight: 500;   white-space: nowrap;  color: #dc3545;}
.success-message {font-size: 12px;   font-weight: 500;  white-space: nowrap; padding-left: 96px;    color: #A1D074;}
