        body,
        html {
            margin: 0;
            padding: 0;
            width: 100%;
            height: 100vh;
            overflow: hidden;
            font-family: "Roboto Condensed", sans-serif;
            color: #fff;
            background-color: #0b1d2e;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
        }

        .container {
            position: relative;
            width: 100vw;
            height: 100vh;
            background-color: #0b1d2e;
            background-image: url('../Images/PNG/Yacht Armor - Edited Photos - FLIBS (1)/DJI_0013.webp');
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
            display: flex;
            flex-direction: column;
            box-sizing: border-box;
            padding-bottom: 20px;
            transition: background-image 1s ease-in-out;
        }

        .frosted {
            background: rgba(255, 255, 255, 0.1);
            backdrop-filter: blur(10px);
            -webkit-backdrop-filter: blur(10px);
            border: 1px solid rgba(255, 255, 255, 0.2);
        }

        .header {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 20px 40px;
            width: 100%;
            position: absolute;
            top: 0;
            left: 0;
            z-index: 10;
            box-sizing: border-box;
            padding-left: 100px;
            padding-top: 30px;
        }

        .logo {
            display: flex;
            align-items: center;
            gap: 10px;
            font-family: "Roboto", sans-serif;
            font-size: 35px;
            font-weight: 700;
            color: #fff;
        }

        .logo img {
            height: 40px;
            width: auto;
        }

        .logo span {
            display: inline;
        }

        .header-right {
            display: flex;
            align-items: center;
            gap: 15px;
        }

        .fullscreen-button {
            background-color: rgba(255, 255, 255, 0.2);
            border: 1px solid rgba(255, 255, 255, 0.4);
            padding: 0;
            cursor: pointer;
            font-size: 10px;
            font-weight: 600;
            transition: background-color 0.3s ease, border-color 0.3s ease;
            background-image: url('../Images/fullscreen-white.png');
            background-size: 60%;
            background-position: center 9px;
            background-repeat: no-repeat;
            width: 48px;
            height: 47px;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: flex-end;
            /* box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5); */
            color: #fff;
            text-align: center;
            overflow: hidden;
            font-family: 'Open Sans', sans-serif;
        }


        .fullscreen-button span {
            display: inline;
        }

        .fullscreen-button.frosted-button {
            backdrop-filter: blur(5px);
            -webkit-backdrop-filter: blur(5px);
        }

        .fullscreen-button:hover {
            background-color: rgba(255, 255, 255, 0.3);
            border-color: rgba(255, 255, 255, 0.6);
        }

        .content {
            display: flex;
            flex-direction: column;
            justify-content: flex-start;
            align-items: flex-start;
            flex-grow: 1;
            padding-top: 18vh;
            padding-left: 9%;
            z-index: 5;
            position: relative;
            box-sizing: border-box;
            width: 100%;
            height: 100%;
        }

        .main-title-container {
            color: #fff;
            text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
            margin-bottom: 25px;
            box-sizing: border-box;
            margin-top: 135px;
            text-align: left;
            width: fit-content;
            max-width: 100%;
            z-index: 6;
        }

        .main-title-container h1,
        .main-title-container h2,
        .main-title-container h3,
        .main-title-container p {
            margin: 0;
            padding: 0;
            font-family: "Open Sans", sans-serif;
            line-height: 0.85;
            white-space: nowrap;
            text-align: left;
            box-sizing: border-box;
        }

        .main-title-container h1.main-title-line-1 {
            font-size: 45px;
            font-weight: 500;
            letter-spacing: -2px;
            text-transform: uppercase;
            /* color: #00000080; */
            color: #ffffffe8;

        }

        .main-title-container h2.main-title-line-2 {
            font-size: 45px;
            font-weight: 500;
            letter-spacing: -2.5px;
            margin-top: 20px;
            text-transform: uppercase;
            /* color: #00000080; */
            color: #ffffffe8;

        }

        .main-title-container h3.main-title-line-3 {
            font-size: 100px;
            font-weight: 500;
            letter-spacing: -3px;
            margin-top: 20px;
            text-transform: uppercase;
            /* color: #00000080; */
            color: #ffffffe8;

            margin-left: -3px;
        }

        .main-title-container p.subtitle {
            font-size: 18px;
            font-weight: 400;
            margin-top: 15px;
            line-height: 1.5;
            white-space: normal;
            max-width: 600px;
            margin-left: 4px;
        }

        .booking-form {
            display: flex;
            flex-direction: column;
            width: 80%;
            max-width: 900px;
            margin-left: 0;
            z-index: 6;
            position: fixed;
            margin-top: 460px;
        }

        .button-group.top-buttons {
            display: flex;
            gap: 10px;
            margin-bottom: 20px;
            justify-content: flex-start;
            /* flex-wrap: nowrap; */
            flex-wrap: wrap;
        }

        .round-trip {
            background: rgba(255, 255, 255, 0.15);
            border: none;
            color: #fff;
            padding: 10px 25px;
            cursor: pointer;
            font-size: 14px;
            font-weight: 600;
            transition: background 0.3s ease;
            height: 45px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-family: "Open Sans", sans-serif;
        }

        .round-trip.active {
            background: rgba(255, 255, 255, 0.3);
            border: 1px solid rgba(255, 255, 255, 0.4);
        }

        .button-group.top-buttons .round-trip:nth-child(1),
        .button-group.top-buttons .round-trip:nth-child(2),
        .button-group.top-buttons .round-trip:nth-child(3) {
            width: 20%;
        }

        /* View Configurator initial hero button */
        #changeBoatBtn.round-trip {
            background: linear-gradient(180deg, rgba(18, 38, 58, 0.55) 0%, rgba(8, 20, 35, 0.75) 100%);
            backdrop-filter: blur(12px);
            -webkit-backdrop-filter: blur(12px);
            border: 1px solid rgba(255, 255, 255, 0.4);
            color: #ffffff;
            padding: 10px 24px;
            cursor: pointer;
            font-size: 15px;
            font-weight: 700;
            text-shadow: 0 1px 3px rgba(0, 0, 0, 0.7);
            letter-spacing: 0.3px;
            transition: all 0.3s ease;
            height: 48px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-family: "Open Sans", sans-serif;
            box-shadow: 0 4px 18px rgba(0, 0, 0, 0.35);
            border-radius: 0px;
            width: auto;
            min-width: 175px;
        }

        #changeBoatBtn.round-trip:hover {
            background: linear-gradient(180deg, rgba(28, 55, 82, 0.7) 0%, rgba(14, 30, 50, 0.85) 100%);
            border-color: rgba(255, 255, 255, 0.65);
            box-shadow: 0 6px 22px rgba(0, 0, 0, 0.45);
        }

        #changeBoatBtn.round-trip.active {
            background: linear-gradient(180deg, rgba(20, 42, 65, 0.65) 0%, rgba(10, 24, 40, 0.8) 100%);
            border: 1px solid rgba(255, 255, 255, 0.5);
            box-shadow: 0 4px 18px rgba(0, 0, 0, 0.4);
        }

        /* /////////////// */
        .input-row {
            display: flex;
            align-items: flex-end;
            gap: 10px;
            /* width: 100%; */
            width: 155%;
        }

        .scroll-wrapper {
            display: flex;
            gap: 10px;
            flex-wrap: nowrap;
            overflow-x: auto;
            overflow-y: hidden;
            padding-bottom: 5px;
            scrollbar-width: thin;
            scrollbar-color: rgba(255, 255, 255, 0.3) transparent;
            flex-grow: 1;
        }

        .scroll-wrapper::-webkit-scrollbar {
            height: 8px;
        }

        .scroll-wrapper::-webkit-scrollbar-track {
            background: transparent;
        }

        .scroll-wrapper::-webkit-scrollbar-thumb {
            background: rgba(255, 255, 255, 0.3);
            border-radius: 4px;
        }

        .input-field {
            flex: 0 0 190px;
        }



        /* //////////// */
        .input-row.active {
            display: flex;
        }

        .input-row .input-field:nth-child(1) {
            width: 15%;
        }

        .input-row .input-field:nth-child(2) {
            width: 15%;
        }

        .input-row .input-field:nth-child(3) {
            width: 15%;
        }

        .input-row .input-field:nth-child(4) {
            width: 15%;
        }

        .input-row .arrow-button {
            width: 6%;
            height: 88px;
            flex-shrink: 0;
            background-color: #444444;
            border: none;
            cursor: pointer;
            transition: background-color 0.3s ease;
            margin-left: 5px;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #fff;
            font-size: 20px;
        }

        .input-field {
            display: flex;
            flex-direction: column;
            padding: 27px 20px;
            position: relative;
            box-sizing: border-box;
            justify-content: center;
            align-items: flex-start;
            overflow: hidden;
            height: 75px;
            cursor: pointer;
            z-index: 7;
        }

        #stripeArrowButton {
            height: 75px;
        }

        #boat1 {
            height: 88px;
        }

        #boat2 {
            height: 88px;
        }

        #boat3 {
            height: 88px;
        }

        #boat4 {
            height: 88px;
        }

        .input-field.frosted {
            background: rgba(255, 255, 255, 0.1);
            backdrop-filter: blur(10px);
            -webkit-backdrop-filter: blur(10px);
            border: 1px solid rgba(255, 255, 255, 0.2);
        }

        .input-field label {
            font-size: 11px;
            color: rgba(255, 255, 255, 0.7);
            margin-bottom: 3px;
            text-transform: uppercase;
            font-family: "Open Sans", sans-serif;
            transition: opacity 0.3s ease, transform 0.3s ease;
            z-index: 2;
            position: relative;
        }

        .input-field span {
            font-size: 15px;
            color: #fff;
            font-weight: 600;
            font-family: "Open Sans", sans-serif;
            transition: opacity 0.3s ease, transform 0.3s ease;
            z-index: 2;
            position: relative;
        }

        .input-field .image-wrapper {
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 100%;
            overflow: hidden;
            transform-origin: bottom;
            transform: scaleY(0);
            opacity: 0;
            transition: transform 0.3s ease-out, opacity 0.3s ease-out;
            z-index: 1;
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .image-wrapper.color-block {
            background-color: #020202;
            width: 200px;
            height: 100px;
            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
        }

        .input-field .hover-content-image {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
        }


        .input-field:hover .image-wrapper {
            transform: scaleY(1);
            opacity: 1;
        }

        .input-field:hover label,
        .input-field:hover span {
            opacity: 0;
            transform: translateY(-10px);
        }

        .arrow-button:hover {
            background-color: #313131b0;
        }

        .search-container {
            display: flex;
            align-items: center;
            overflow: hidden;
            height: 45px;
            z-index: 10;
        }

        .search-input {
            background: transparent;
            border: none;
            outline: none;
            color: #fff;
            padding: 0 10px;
            font-size: 16px;
            height: 100%;
            flex-grow: 1;
        }

        .search-input::placeholder {
            color: rgba(255, 255, 255, 0.7);
        }

        .search-go-button {
            background-color: rgba(255, 255, 255, 0.2);
            border: none;
            color: #fff;
            padding: 10px 15px;
            cursor: pointer;
            font-size: 14px;
            font-weight: 600;
            height: 100%;
            transition: background-color 0.3s ease;
        }

        .search-go-button:hover {
            background-color: rgba(255, 255, 255, 0.3);
        }

        .search-container.hidden {
            display: none;
        }

        #app {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: 3;
            border: none;
            opacity: 0;
            pointer-events: none;
            transition: opacity .3s ease;
            background-color: #0b1d2e;
        }

        #app.visible {
            opacity: 1;
            pointer-events: auto;
        }

        .back-button {
            position: absolute;
            bottom: 20px;
            left: 9%;
            z-index: 999;
            background: rgba(255, 255, 255, 0.2);
            border: 1px solid rgba(255, 255, 255, 0.4);
            color: #fff;
            padding: 12px 20px;
            cursor: pointer;
            font-size: 14px;
            font-weight: 600;
            transition: background-color 0.3s ease, border-color 0.3s ease;
            display: flex;
            align-items: center;
            gap: 8px;
            font-family: "Open Sans", sans-serif;
            box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
            margin-top: 10px;
        }



        .back-button:hover {
            background-color: rgba(255, 255, 255, 0.3);
            border-color: rgba(255, 255, 255, 0.6);
        }

        /* Popup Styles */
        .popup-overlay {
            position: fixed;
            top: 0;
            left: 0;
            width: 100vw;
            height: 100vh;
            background: rgba(0, 0, 0, 0.7);
            display: flex;
            align-items: center;
            justify-content: center;
            z-index: 20;
            backdrop-filter: blur(5px);
        }

        .popup-content {
            background: rgba(255, 255, 255, 0.15);
            backdrop-filter: blur(15px);
            -webkit-backdrop-filter: blur(15px);
            border: 1px solid rgba(255, 255, 255, 0.3);
            padding: 0px;
            /* border-radius: 10px; */
            max-width: 650px;
            width: 100%;
            max-height: 90vh;
            overflow-y: auto;
            text-align: center;
            position: relative;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
        }


        .popup-close {
            position: absolute;
            top: 15px;
            right: 15px;
            background: transparent;
            border: none;
            color: #fff;
            cursor: pointer;
            padding: 5px;
            transition: opacity 0.3s ease;
            font-size: 20px;
        }

        .popup-close:hover {
            opacity: 0.7;
        }

        .popup-content h2 {
            /* font-size: 28px; */
            font-weight: 600;
            /* margin-bottom: 30px; */
            color: #fff;
            font-family: "Open Sans", sans-serif;
        }

        .popup-content p {
            font-size: 16px;
            color: rgba(255, 255, 255, 0.9);
            margin-bottom: 30px;
            line-height: 1.6;
            font-family: "Open Sans", sans-serif;
        }

        .popup-form {
            display: flex;
            flex-direction: column;
            gap: 20px;
            margin-bottom: 30px;
        }

        .popup-input {
            background: rgba(255, 255, 255, 0.1);
            border: 1px solid rgba(255, 255, 255, 0.3);
            color: #fff;
            padding: 15px;
            border-radius: 5px;
            font-size: 16px;
            font-family: "Open Sans", sans-serif;
            outline: none;
            transition: border-color 0.3s ease, background-color 0.3s ease;
        }

        .popup-input::placeholder {
            color: rgba(255, 255, 255, 0.6);
        }

        .popup-input:focus {
            border-color: rgba(255, 255, 255, 0.5);
            background: rgba(255, 255, 255, 0.15);
        }

        .popup-buttons {
            display: flex;
            gap: 15px;
            justify-content: center;
            flex-wrap: wrap;
        }

        .popup-button {
            padding: 12px 25px;
            border: none;
            cursor: pointer;
            font-size: 14px;
            font-weight: 600;
            transition: background-color 0.3s ease, border-color 0.3s ease;
            font-family: "Open Sans", sans-serif;
            min-width: 120px;
            border-radius: 5px;
        }

        .popup-button.primary {
            background: #4A90E2;
            border: 1px solid #4A90E2;
            color: #fff;
        }

        .popup-button.primary:hover {
            background: #357ABD;
            border-color: #357ABD;
        }

        .popup-button.secondary {
            background: rgba(255, 255, 255, 0.1);
            border: 1px solid rgba(255, 255, 255, 0.3);
            color: #fff;
        }

        .popup-button.secondary:hover {
            background: rgba(255, 255, 255, 0.2);
            border-color: rgba(255, 255, 255, 0.4);
        }

        .hullbox {
            flex: 0 0 120px;
        }

        /* =========================================================
           LAPTOP SCREENS (Large Laptop 1504x846, 1440x900, 1536x864)
           ========================================================= */
        @media screen and (min-width: 993px) and (max-height: 900px), screen and (min-width: 993px) and (max-width: 1550px) {
            .header {
                padding-left: 100px;
                padding-top: 25px;
                padding-right: 40px;
            }

            .content {
                display: flex;
                flex-direction: column;
                justify-content: center;
                align-items: flex-start;
                padding-top: 0;
                padding-bottom: 150px;
                padding-left: 9%;
                height: 100vh;
            }

            .main-title-container {
                margin: 0;
            }

            .main-title-container h1.main-title-line-1 {
                font-size: 40px;
            }

            .main-title-container h2.main-title-line-2 {
                font-size: 40px;
                margin-top: 14px;
            }

            .main-title-container h3.main-title-line-3 {
                font-size: 86px;
                margin-top: 14px;
            }

            .main-title-container p.subtitle {
                font-size: 16px;
                margin-top: 12px;
                max-width: 540px;
                line-height: 1.45;
            }

            .booking-form {
                position: fixed;
                bottom: 30px;
                margin-top: 0;
                left: 9%;
                width: auto;
                max-width: calc(100vw - 18%);
            }

            .button-group.top-buttons {
                margin-bottom: 16px;
                gap: 10px;
            }

            .round-trip {
                height: 44px;
                padding: 10px 24px;
                font-size: 14px;
            }

            .input-row {
                gap: 10px;
                width: auto;
            }

            .scroll-wrapper {
                gap: 10px;
                max-width: calc(100vw - 18%);
                padding-bottom: 5px;
            }

            .input-field {
                height: 84px;
                padding: 24px 18px;
            }

            #boat1,
            #boat2,
            #boat3,
            #boat4 {
                height: 84px;
                width: 180px;
            }

            .input-row .arrow-button {
                height: 84px;
                width: 60px;
            }

            .hullbox {
                flex: 0 0 120px;
                height: 84px;
            }
        }

        /* =========================================================
           SMALL LAPTOP SCREENS (1280x720, 1366x768)
           ========================================================= */
        @media screen and (min-width: 993px) and (max-height: 768px) {
            .header {
                padding-left: 100px;
                padding-top: 20px;
                padding-right: 40px;
            }

            .content {
                display: flex;
                flex-direction: column;
                justify-content: center;
                align-items: flex-start;
                padding-left: 9%;
                padding-top: 0;
                padding-bottom: 130px;
                height: 100vh;
            }

            .main-title-container {
                margin: 0;
            }

            .main-title-container h1.main-title-line-1 {
                font-size: 34px;
            }

            .main-title-container h2.main-title-line-2 {
                font-size: 34px;
                margin-top: 10px;
            }

            .main-title-container h3.main-title-line-3 {
                font-size: 72px;
                margin-top: 10px;
            }

            .main-title-container p.subtitle {
                font-size: 14px;
                margin-top: 10px;
                max-width: 480px;
                line-height: 1.4;
            }

            .booking-form {
                bottom: 25px;
                left: 9%;
                margin-top: 0;
                width: auto;
                max-width: calc(100vw - 18%);
            }

            .button-group.top-buttons {
                margin-bottom: 14px;
                gap: 10px;
            }

            .round-trip {
                height: 40px;
                padding: 8px 20px;
                font-size: 13px;
            }

            .input-row {
                gap: 10px;
                width: auto;
            }

            .scroll-wrapper {
                gap: 10px;
                max-width: calc(100vw - 18%);
                padding-bottom: 5px;
            }

            .input-field {
                height: 76px;
                padding: 18px 16px;
            }

            #boat1,
            #boat2,
            #boat3,
            #boat4 {
                height: 76px;
                width: 165px;
            }

            .input-row .arrow-button {
                height: 76px;
                width: 54px;
            }

            .hullbox {
                flex: 0 0 115px;
                height: 78px;
            }
        }

        /* Responsive Design */
        @media (max-width: 1200px) {
            .container {
                padding: 0px;
            }

            .main-title-container {
                flex-direction: column;
                align-items: flex-start;
            }

            .booking-form {
                max-width: 92vw;
            }
        }

        @media (max-width: 992px) {
            .header {
                align-items: flex-start;
            }

            .main-title-container {
                font-size: 1.5rem;
            }

            .booking-form {
                padding: 15px 5px;
            }

            .input-row {
                flex-direction: row;
                align-items: stretch;
            }
        }

        @media (max-width: 768px) {
            .container {
                padding: 0px;
            }

            .header {
                display: flex;
                justify-content: space-between;
                align-items: center;
                padding: 15px 18px;
                width: 100%;
                position: absolute;
                top: 0;
                left: 0;
                z-index: 10;
                box-sizing: border-box;
            }

            .logo img {
                height: 32px;
                width: auto;
            }

            .logo span {
                display: none;
            }

            .content {
                padding-top: 0;
                padding-left: 16px;
                height: 100%;
                justify-content: flex-start;
            }

            .main-title-container {
                margin-top: 75px;
                margin-bottom: 0;
                padding: 0;
            }

            .main-title-container h1.main-title-line-1 {
                font-size: 22px;
            }

            .main-title-container h2.main-title-line-2 {
                font-size: 22px;
                margin-top: 6px;
            }

            .main-title-container h3.main-title-line-3 {
                font-size: 42px;
                margin-top: 6px;
            }

            .main-title-container p.subtitle {
                font-size: 12px;
                margin-top: 8px;
                line-height: 1.35;
                max-width: 85vw;
            }

            .booking-form {
                position: fixed;
                bottom: 18px;
                left: 14px;
                top: auto;
                margin-top: 0;
                padding: 0;
                width: calc(100% - 28px);
                max-width: 100%;
                box-sizing: border-box;
                z-index: 6;
            }

            .button-group.top-buttons {
                display: flex;
                flex-direction: row;
                flex-wrap: nowrap;
                gap: 5px;
                width: 100%;
                margin-bottom: 8px;
                box-sizing: border-box;
            }

            .round-trip {
                height: 35px;
                padding: 6px 8px;
                font-size: 10.5px;
                flex: 1 1 0;
                min-width: 0;
                text-align: center;
                white-space: nowrap;
                box-sizing: border-box;
            }

            .button-group.top-buttons .round-trip:nth-child(1),
            .button-group.top-buttons .round-trip:nth-child(2),
            .button-group.top-buttons .round-trip:nth-child(3),
            #getQuoteBtn,
            #backButton {
                width: auto;
                flex: 1 1 0;
                min-width: 0;
            }

            #changeBoatBtn {
                flex: 0 0 auto;
                padding: 6px 14px;
            }

            #boatRow {
                display: flex;
                flex-wrap: nowrap;
                gap: 5px;
                width: 100%;
                box-sizing: border-box;
            }

            #boat1,
            #boat2,
            #boat3,
            #boat4 {
                flex: 1 1 0;
                min-width: 0;
                height: 68px;
                padding: 8px 6px;
                box-sizing: border-box;
            }

            .input-field label {
                font-size: 9.5px;
                margin-bottom: 1px;
                white-space: nowrap;
            }

            .input-field span {
                font-size: 11px;
                line-height: 1.15;
            }

            #boatRow .arrow-button {
                flex: 0 0 32px;
                height: 68px;
                margin-left: 0;
                font-size: 16px;
                box-sizing: border-box;
            }

            #hullRow {
                display: flex;
                flex-direction: row;
                flex-wrap: nowrap;
                align-items: center;
                gap: 4px;
                width: 100%;
                box-sizing: border-box;
            }

            #hullRow .scroll-wrapper {
                display: flex;
                flex-wrap: nowrap;
                overflow-x: auto;
                -webkit-overflow-scrolling: touch;
                gap: 4px;
                flex: 1 1 auto;
                min-width: 0;
                padding-bottom: 2px;
                box-sizing: border-box;
            }

            #hullRow .scroll-wrapper::-webkit-scrollbar {
                height: 3px;
            }

            #hullRow .hullbox {
                flex: 0 0 84px !important;
                height: 68px !important;
                padding: 3px 4px !important;
                box-sizing: border-box !important;
            }

            #hullRow .color-img {
                height: 36px !important;
                width: 58px !important;
                margin: 0 auto 2px auto !important;
            }

            #hullRow .label {
                font-size: 9.5px !important;
            }

            #stripeRow {
                flex-direction: row;
                flex-wrap: nowrap;
                gap: 4px;
                width: 100%;
                box-sizing: border-box;
            }

            #stripeRow.active {
                display: flex !important;
            }

            #stripeRow .input-field-nohover {
                flex: 1 1 0 !important;
                min-width: 0 !important;
                height: 68px !important;
                padding: 3px 4px !important;
                box-sizing: border-box !important;
            }

            #stripeRow .color-imgstrip {
                height: 36px !important;
                width: 80px !important;
                max-width: 92% !important;
                margin: 0 auto 2px auto !important;
                display: block !important;
            }

            #stripeRow .labelstrip {
                font-size: 9px !important;
                white-space: nowrap !important;
                overflow: hidden !important;
                text-overflow: ellipsis !important;
                display: block !important;
                text-align: center !important;
                width: 100% !important;
            }

            #searchContainer {
                display: none;
            }

            .fullscreen-button {
                width: 44px;
                height: 42px;
                background-position: center 8px;
            }

            .popup-content {
                background: rgba(255, 255, 255, 0.15);
                backdrop-filter: blur(15px);
                -webkit-backdrop-filter: blur(15px);
                border: 1px solid rgba(255, 255, 255, 0.3);
                padding: 20px;
                border-radius: 10px;
                max-width: 90vw;
                width: 90%;
                text-align: center;
                position: relative;
                box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
            }

            #inline-2x8HQbUPm7lmYoCkwk5P-div {
                border-radius: 0px;
                display: block;
                overflow: scroll;
                height: 38vh;
            }
        }

        @media (max-width: 480px) {
            .header {
                padding: 12px 14px;
            }

            .content {
                padding-left: 14px;
            }

            .main-title-container {
                margin-top: 70px;
            }

            .booking-form {
                bottom: 15px;
                left: 12px;
                width: calc(100% - 24px);
            }

            .button-group.top-buttons {
                gap: 4px;
                margin-bottom: 6px;
            }

            .round-trip {
                font-size: 10px;
                padding: 5px 4px;
                height: 34px;
            }

            #boatRow {
                gap: 4px;
            }

            #boat1,
            #boat2,
            #boat3,
            #boat4 {
                height: 65px;
                padding: 6px 4px;
            }

            .input-field span {
                font-size: 10.5px;
            }

            #boatRow .arrow-button {
                flex: 0 0 30px;
                height: 65px;
            }

            #hullRow .hullbox {
                flex: 0 0 78px !important;
                height: 65px !important;
            }

            #stripeRow .input-field-nohover {
                height: 65px !important;
                padding: 2px 2px !important;
            }

            #stripeRow .labelstrip {
                font-size: 8.5px !important;
            }
        }


        @keyframes pulse {
            0% {
                transform: scale(1);
            }

            50% {
                transform: scale(1.05);
            }

            100% {
                transform: scale(1);
            }
        }

        @keyframes slideInUp {
            0% {
                transform: translateY(20px);
                opacity: 0;
            }

            100% {
                transform: translateY(0);
                opacity: 1;
            }
        }

        @keyframes fadeScaleIn {
            0% {
                opacity: 0;
                transform: scale(0.95);
            }

            100% {
                opacity: 1;
                transform: scale(1);
            }
        }

        @keyframes growShrink {
            0% {
                transform: scale(1);
            }

            50% {
                transform: scale(1.1);
            }

            100% {
                transform: scale(1);
            }
        }

        @keyframes shakeHorizontally {

            0%,
            100% {
                transform: translateX(0);
            }

            20%,
            60% {
                transform: translateX(-5px);
            }

            40%,
            80% {
                transform: translateX(5px);
            }
        }

        @keyframes fadeInLeft {
            0% {
                opacity: 0;
                transform: translateX(-20px);
            }

            100% {
                opacity: 1;
                transform: translateX(0);
            }
        }

        .pulse {
            animation: pulse 0.3s ease-in-out;
        }

        .slide-in-up {
            animation: slideInUp 0.4s ease-out forwards;
        }

        .fade-scale-in {
            animation: fadeScaleIn 0.5s ease-out forwards;
        }

        .grow-shrink {
            animation: growShrink 0.3s ease-in-out;
        }

        .shake-horizontally {
            animation: shakeHorizontally 0.4s ease-in-out;
        }

        .fade-in-left {
            animation: fadeInLeft 0.6s ease-out forwards;
            opacity: 0;
        }

        #search {
            background: transparent;
            border: none;
        }

        #stripeRow br,
        .hullbox br,
        .input-field-image br {
            display: none !important;
        }

        @media (min-width: 769px) {
            #stripeRow .input-field-nohover {
                display: flex !important;
                flex-direction: column !important;
                align-items: center !important;
                justify-content: center !important;
                padding: 6px 8px !important;
                box-sizing: border-box !important;
                flex: 0 0 160px !important;
                height: 88px !important;
                overflow: hidden !important;
            }

            .hullbox {
                display: flex !important;
                flex-direction: column !important;
                align-items: center !important;
                justify-content: center !important;
                padding: 6px 8px !important;
                box-sizing: border-box !important;
                flex: 0 0 120px !important;
                height: 88px !important;
                overflow: hidden !important;
            }

            .color-img {
                height: 48px !important;
                width: 78px !important;
                max-width: 90% !important;
                object-fit: cover !important;
                margin: 0 auto 4px auto !important;
                display: block !important;
                flex-shrink: 0 !important;
            }

            .color-imgstrip {
                height: 48px !important;
                width: 135px !important;
                max-width: 95% !important;
                object-fit: cover !important;
                margin: 0 auto 4px auto !important;
                display: block !important;
                flex-shrink: 0 !important;
            }

            .label,
            .labelstrip {
                display: block !important;
                text-align: center !important;
                font-size: 11px !important;
                line-height: 1.2 !important;
                margin: 0 !important;
                padding: 0 2px !important;
                color: #fff !important;
                white-space: nowrap !important;
                overflow: hidden !important;
                text-overflow: ellipsis !important;
                width: 100% !important;
                box-sizing: border-box !important;
            }
        }

        @media (max-width: 768px) {
            #stripeRow .input-field-nohover {
                display: flex !important;
                flex-direction: column !important;
                align-items: center !important;
                justify-content: center !important;
                padding: 3px 2px !important;
                box-sizing: border-box !important;
                flex: 1 1 0 !important;
                width: 32% !important;
                max-width: 33.33% !important;
                min-width: 0 !important;
                height: 66px !important;
                overflow: hidden !important;
            }

            #stripeRow .color-imgstrip {
                height: 34px !important;
                width: 70px !important;
                max-width: 88% !important;
                object-fit: cover !important;
                margin: 0 auto 2px auto !important;
                display: block !important;
                flex-shrink: 0 !important;
            }

            #stripeRow .labelstrip {
                display: block !important;
                text-align: center !important;
                font-size: 8.5px !important;
                line-height: 1.15 !important;
                margin: 0 !important;
                padding: 0 1px !important;
                color: #fff !important;
                white-space: nowrap !important;
                overflow: hidden !important;
                text-overflow: ellipsis !important;
                width: 100% !important;
                box-sizing: border-box !important;
            }

            #hullRow .hullbox {
                display: flex !important;
                flex-direction: column !important;
                align-items: center !important;
                justify-content: center !important;
                padding: 3px 2px !important;
                box-sizing: border-box !important;
                flex: 0 0 80px !important;
                height: 66px !important;
                overflow: hidden !important;
            }

            #hullRow .color-img {
                height: 34px !important;
                width: 56px !important;
                max-width: 88% !important;
                object-fit: cover !important;
                margin: 0 auto 2px auto !important;
                display: block !important;
                flex-shrink: 0 !important;
            }

            #hullRow .label {
                display: block !important;
                text-align: center !important;
                font-size: 8.5px !important;
                line-height: 1.15 !important;
                margin: 0 !important;
                padding: 0 1px !important;
                color: #fff !important;
                white-space: nowrap !important;
                overflow: hidden !important;
                text-overflow: ellipsis !important;
                width: 100% !important;
                box-sizing: border-box !important;
            }
        }

        .input-field.clicked .image-wrapper {
            transform: scaleY(1) !important;
            opacity: 1 !important;
        }

        .input-field.clicked label,
        .input-field.clicked span {
            opacity: 0 !important;
            transform: translateY(-10px) !important;
        }