:root {
    --red: #114359;
    --dark: #0b0d10;
    --accent: #0e4963;
    --header-bg: #111315;
    --nav-pill: #e9e9ea;
    --nav-text: #2c2c2c;
    --nav-muted: #6e6e73;
    --accent-red: #114359;
    --primaryContent: #fff;

    /* Shades of #114359 */
    --red-50: #fdf2f2;
    --red-100: #fbe5e5;
    --red-200: #f5c2c2;
    --red-300: #ee9b9b;
    --red-400: #e26b6b;
    --red-500: #114359;
    --red-600: #a12222;
    --red-700: #8e1e1e;
    --red-800: #7b1a1a;
    --red-900: #681616;
    --red-950: #3a0c0c;
}

html,
body {
    overflow-x: hidden !important;
    width: 100%;
}

body {
    position: relative;
}

/* ===================== */
/* HEADER STYLES */
/* ===================== */
.main-header {
    background: var(--header-bg);
}

.logo {
    height: 80px !important;
    width: auto;
}

.contact-form-areah2 {
    font-weight: 900 !important;
}

.nav-pill {
    background: var(--nav-pill);
    border-radius: 999px;
    padding: 6px 14px;
    display: flex;
    align-items: center;
    gap: 26px;
    height: 48px;
}

.nav-link {
    position: relative;
    font-size: 14px;
    font-weight: 500;
    color: var(--nav-muted);
    transition: .25s ease;
    white-space: nowrap;
}

.nav-link:hover {
    color: var(--nav-text);
}

.nav-link.active {
    color: var(--nav-text);
    font-weight: 600;
    padding-left: 14px;
}

.nav-link.active::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 6px;
    height: 6px;
    background: var(--accent-red);
    border-radius: 50%;
}

.quote-btn {
    background: var(--accent-red);
    color: #fff;
    padding: 10px 20px;
    font-size: 13px;
    font-weight: 600;
    border-radius: 999px;
    letter-spacing: .5px;
    transition: .25s ease;
}

.quote-btn:hover {
    opacity: .9;
}

/* ===================== */
/* HERO SECTION */
/* ===================== */
.hero {
    position: relative;
    background: var(--dark);
    color: white;
    padding: 140px 20px 0;
    overflow: hidden;
}

.hero-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.hero-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, .85), rgba(0, 0, 0, .75));
}

.hero-container {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    margin: auto;
}

.hero-grid {
    display: grid;
    grid-template-columns: 1.1fr .9fr;
    align-items: center;
    gap: 60px;
}

.hero-left h1 {
    font-size: 56px;
    font-weight: 900;
    line-height: 1.05;
}

.hero-left span {
    /* color: var(--red); */
}

.hero-left p {
    margin-top: 22px;
    max-width: 520px;
    opacity: .85;
}

.hero-buttons {
    margin-top: 30px;
    display: flex;
    gap: 20px;
}

.hero-buttons .btn-outline {
    white-space: nowrap;
    width: 50px;
}

.btn-primary {
    background: var(--red);
    padding: 14px 26px;
    border-radius: 30px;
    font-weight: 600;
    color: white;
    text-decoration: none;
    display: inline-block;
}

.btn-outline {
    border: 1px solid rgba(255, 255, 255, .4);
    padding: 14px 25px;
    border-radius: 30px;
    color: white;
    text-decoration: none;
    display: inline-block;
}

.hero-right {
    display: flex;
    justify-content: flex-end;
}

.hero-image-wrapper {
    position: relative;
    width: 405px;
    height: 449px;
}

.hero-red-shape {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 530px;
    height: 365px;
    z-index: 1;
}

.hero-red-shape img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-image-card {
    position: absolute;
    top: 0;
    right: 40px;
    width: 360px;
    background: white;
    border-radius: 12px;
    z-index: 2;
    box-shadow: 0 50px 100px rgba(0, 0, 0, .6);
}

.hero-image-card img {
    width: 100%;
    border-radius: 6px;
    display: block;
}

.hero-stats-bar {
    margin-top: 20px !important;
    backdrop-filter: blur(0px);
    padding: 28px 0;
}

.stats-wrapper {
    max-width: 1200px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
}

.stat {
    display: flex;
    /* flex-direction: column; */
    gap: 4px;
}

.stat strong {
    font-size: 22px;
}

.stat small {
    font-size: 13px;
    opacity: .7;
}

.divider {
    width: 1px;
    height: 40px;
    background: rgba(255, 255, 255, .2);
}

.google {
    flex-direction: row;
    gap: 14px;
    align-items: center;
}

.g-icon {
    background: white;
    color: #4285F4;
    padding: 6px 10px;
    border-radius: 6px;
    font-weight: bold;
}

.stars {
    color: #fbbc05;
}

/* ===================== */
/* FINDER SECTION */
/* ===================== */
.finder-section {
    margin-top: 117px;
    position: relative;
    background: #000;
    padding: 20px 20px;
    overflow: visible;
    /* z-index: 5; */
}

.boat-float {
    position: absolute;
    width: 716px;
    opacity: 0.8;
    pointer-events: none;
    /* z-index: 50; */
    filter: blur(2px) brightness(0.9);
    z-index: 99999;

}

.boat-right {
    top: -175px;
    right: -226px;
    transform: rotate(-9deg);
}

.boat-left {
    bottom: -145px;
    left: -234px;
    transform: rotate(2deg);
}



.finder-card {
    max-width: 950px;
    margin: auto;
    background: #111111;
    border-radius: 30px;
    padding: 60px 50px;
    text-align: center;
    box-shadow: 0 40px 100px rgba(0, 0, 0, 0.9);
    position: relative;
    z-index: 10;
}

.finder-card h2 {
    font-size: 48px;
    font-weight: 900;
    margin-bottom: 50px;
    color: white;
    letter-spacing: -1px;
    text-transform: none;
}

.finder-card .red {
    /* color: #114359; */
}

#boatTypeGrid {
    gap: 25px !important;
    margin-bottom: 50px;
}

.boat-tab {
    background: #114359;

}

.boatTypeBtn {
    border: none !important;
    border-radius: 25px !important;
    padding: 35px 15px !important;
    transition: all 0.3s ease;
    background: #114359;
}

.boatTypeBtn:has(.boatTypeActive[style*="opacity-100"]) {
    background: #ffffff !important;
    transform: scale(1.02);
}

.boatTypeBtn[data-boat="sail"]:has(.boatTypeActive[style*="opacity-100"]) {
    background: #ffffff !important;
}

.boatTypeBtn[data-boat="sail"]:has(.boatTypeActive[style*="opacity-100"]) p {
    color: #114359 !important;
}

.finder-card input,
.finder-card select,
.finder-card .relative>div:first-child {
    background: #1c1c1c !important;
    border: 1px solid #333 !important;
    border-radius: 50px !important;
    height: 60px;
    color: white !important;
    padding-left: 25px !important;
    font-size: 15px;
}

.finder-card .relative>div[style*="background"] {
    display: none;
}

.finder-card .absolute.right-0.w-10 {
    background: transparent !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    right: 20px !important;
    height: auto !important;
    color: #666 !important;
    font-weight: bold;
    bottom: auto !important;
}

#finderSubmit {
    background: #114359 !important;
    border: none !important;
    border-radius: 12px !important;
    padding: 22px !important;
    font-size: 18px !important;
    font-weight: 900;
    text-transform: uppercase;
    color: white !important;
    cursor: pointer;
    box-shadow: 0 10px 30px rgba(17, 67, 89, 0.4);
    transition: background 0.3s;
}

#finderSubmit:hover {
    background: #11516d !important;
}

/* ===================== */
/* ELECTRO SECTION */
/* ===================== */
.electro-section {
    background: #000;
    padding: 100px 20px;
    color: #fff;
    font-family: 'Inter', sans-serif;
}

.electro-container {
    max-width: 1200px;
    margin: auto;
}

.electro-title {
    font-size: 56px;
    font-weight: 900;
    margin-bottom: 60px;
    text-transform: uppercase;
}

.electro-title span {
    color: #fff;
}

.electro-top {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 60px;
    align-items: center;
}

.electro-image-wrapper {
    position: relative;
    padding: 20px;
}

.image-layers {
    position: relative;
    width: 100%;
    height: 450px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.image-layers::before {
    content: "";
    position: absolute;
    top: 0;
    right: -40px;
    bottom: 0;
    left: 40px;
    background: #fff;
    clip-path: polygon(0% 0%, 90% 0%, 100% 100%, 0% 100%);
    z-index: 1;
}

.image-layers img {
    position: relative;
    width: 82%;
    height: 100%;
    object-fit: cover;
    z-index: 2;
}

.tech-heading {
    font-size: 38px;
    font-weight: 800;
    margin-bottom: 25px;
    letter-spacing: -1px;
}

.tech-subheading {
    font-size: 32px;
    font-weight: 800;
    margin-top: 40px;
    margin-bottom: 20px;
}

.feature-list {
    list-style: none;
    padding: 0;
    opacity: 0.9;
}

.feature-list li {
    margin-bottom: 12px;
    font-size: 15px;
    position: relative;
    padding-left: 15px;
}

.feature-list li::before {
    content: "•";
    position: absolute;
    left: 0;
    color: #fff;
}

.explore-btn-tech {
    display: inline-block;
    background: #114359;
    color: #fff;
    padding: 14px 40px;
    border-radius: 12px;
    text-decoration: none;
    font-weight: 700;
    margin-top: 30px;
    text-transform: uppercase;
    transition: 0.3s;
}

.explore-btn-tech:hover {
    background: #8e1e1e;
}

.electro-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 80px;
}

.stat {
    /* padding: 60px; */
    border-radius: 10px;
    position: relative;
}

.electro-stats .stat {
    padding: 80px;
}

.stat.red {
    background: #114359;
}

.stat.light {
    background: #f0f0f0;
    color: #000;
}

.stat strong {
    font-size: 32px;
    display: block;
}

.arrow {
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 24px;
}

.electro-bottom {
    display: grid;
    grid-template-columns: 1fr 720px;
    align-items: center;
    gap: 80px;
    margin-top: 120px;
}

.electro-left-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.double-arrow {
    display: flex;
    gap: 12px;
    margin-bottom: 25px;
}

.electro-left-text h3 {
    margin-top: 20px;
    font-size: 48px;
    font-weight: 800;
    line-height: 1.2;
}

.electro-image-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

.small-image {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    height: 380px;
}

.small-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.small-image.overlay::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, .85), transparent 60%);
}

.overlay-content {
    position: absolute;
    bottom: 25px;
    left: 25px;
    right: 25px;
    z-index: 2;
}

.overlay-content p {
    font-size: 13px;
    line-height: 1.5;
    margin-bottom: 15px;
    opacity: .9;
}

.demo-btn {
    display: inline-block;
    background: #114359;
    padding: 8px 18px;
    border-radius: 25px;
    font-size: 13px;
    font-weight: 600;
    color: white;
    text-decoration: none;
}

/* ===================== */
/* SHOWCASES SECTION */
/* ===================== */
.showcases-section {
    margin-top: 80px;
    background: #000;
    padding: 120px 20px;
    color: #fff;
}

.showcases-container {
    max-width: 1200px;
    margin: auto;
}

.showcases-title {
    font-size: 42px;
    font-weight: 800;
    margin-bottom: 70px;
}

.showcases-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 70px 50px;
}

.showcase-card {
    background: #000;
    transition: .3s ease;
    cursor: pointer;
}

.showcase-image {
    overflow: hidden;
    clip-path: polygon(0% 0%,
            100% 8%,
            100% 100%,
            0% 100%);
}

.showcase-image img {
    width: 100%;
    height: 440px;
    object-fit: cover;
    display: block;
}

.showcase-caption {
    background: #114359;
    padding: 22px 24px;
}

.showcase-caption strong {
    display: block;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 5px;
}

.showcase-caption span {
    font-size: 13px;
    opacity: .95;
}

.showcase-card:hover {
    transform: translateY(-8px);
}

.performance-section {
    background: #000;
    padding: 50px 20px;
    color: #fff;
}

.performance-container {
    max-width: 1250px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 100px;
}

.performance-content {
    max-width: 480px;
}

.arrow-icon {
    display: flex;
    gap: 8px;
    margin-bottom: 30px;
}

.arrow-icon span {
    width: 22px;
    height: 22px;
    border-top: 3px solid #114359;
    border-right: 3px solid #114359;
    transform: rotate(45deg);
}

.performance-content h2 {
    font-size: 44px;
    font-weight: 800;
    line-height: 1.3;
    margin-bottom: 30px;
}

.demo-btn {
    display: inline-block;
    padding: 12px 28px;
    background: #114359;
    border-radius: 30px;
    color: #fff;
    text-decoration: none;
    font-size: 15px;
}

.performance-image-wrapper {
    position: relative;
    width: 520px;
}

.image-bg {
    position: absolute;
    inset: 0;
    background: url("{{ asset('vedio/Rectangle 84.png') }}") no-repeat center;
    background-size: cover;
    z-index: 1;
}

.image-accent {
    position: absolute;
    inset: 0;
    background: #114359;
    clip-path: polygon(75% 0%,
            100% 0%,
            100% 100%,
            65% 100%);
    z-index: 2;
}

.main-boat {
    margin-left: 10px;
    position: relative;
    width: 90%;
    height: auto;
    display: block;
    z-index: 3;
}

/* ===================== */
/* CTA SECTION */
/* ===================== */
.cta-section {
    position: relative;
    background: linear-gradient(90deg, #0c0f12 0%, #1a1f24 100%);
    padding: 140px 20px;
    overflow: hidden;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.cta-content {
    position: relative;
    z-index: 5;
    text-align: center;
    max-width: 900px;
    margin: auto;
}

.cta-content h2 {
    font-size: 42px;
    font-weight: 700;
    color: #f1f1f1;
    margin-bottom: 30px;
    line-height: 1.3;
}

.cta-btn {
    display: inline-block;
    padding: 12px 30px;
    background: #114359;
    border-radius: 30px;
    color: #fff;
    font-size: 14px;
    text-decoration: none;
}

.cta-decor {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: auto;
    object-fit: contain;
    z-index: 1;
    pointer-events: none;
}

/* ===================== */
/* TESTIMONIAL SECTION */
/* ===================== */
.testimonial-section {
    position: relative;
    background: #0a1116;
    padding: 130px 20px;
    overflow: hidden;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.testimonial-section::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 400px;
    height: 100%;
    background: radial-gradient(circle at right, rgba(180, 38, 38, 0.25), transparent 70%);
}

.testimonial-container {
    max-width: 1200px;
    margin: auto;
    position: relative;
}

.testimonial-bg {
    position: absolute;
    top: -131px;
    left: 0;
    font-size: 140px;
    font-weight: 800;
    color: rgba(255, 255, 255, 0.03);
    pointer-events: none;
}

.testimonial-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 80px;
    position: relative;
    z-index: 2;
}

.testimonial-left {
    flex: 0 0 40%;
}

.testimonial-left h2 {
    font-size: 38px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 25px;
    line-height: 1.3;
}

.testimonial-left span {
    color: #114359;
}

.member-avatars {
    display: flex;
    margin-bottom: 15px;
}

.member-avatars img {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: 3px solid #0a1116;
    margin-left: -12px;
}

.member-avatars img:first-child {
    margin-left: 0;
}

.member-info p {
    color: #aaa;
    font-size: 14px;
}

.testimonial-right {
    flex: 0 0 55%;
    display: flex;
    align-items: center;
    position: relative;
    min-width: 0px;
}

.testimonialSwiper {
    width: 100%;
}

.testimonial-card {
    background: #11181f;
    padding: 40px;
    border-radius: 14px;
    color: #ccc;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
}

.stars {
    color: #ffb400;
    margin-bottom: 15px;
    display: flex;
}

.testimonial-card p {
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 25px;
}

.testimonial-user {
    display: flex;
    align-items: center;
    gap: 12px;
}

.testimonial-user img {
    width: 42px;
    height: 42px;
    border-radius: 50%;
}

.nav-btn {
    width: 46px;
    height: 46px;
    background: #151f26;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    cursor: pointer;
    transition: 0.3s;
    flex-shrink: 0;
}

.nav-btn:hover {
    background: #114359;
}

.nav-btn.prev {
    margin-right: 20px;
}

.nav-btn.next {
    margin-left: 20px;
}

/* ===================== */
/* CONTACT SECTION */
/* ===================== */
.contact-section {
    background: #111;
    padding: 140px 20px;
}

.contact-wrapper {
    max-width: 1100px;
    margin: auto;
    padding: 2px;
    background: #114359;
    clip-path: polygon(0% 6%, 100% 0%, 95% 100%, 5% 94%);
}

.contact-inner {
    background: #000;
    clip-path: polygon(0% 6%, 100% 0%, 95% 100%, 5% 94%);
    padding: 80px;
    display: grid;
    grid-template-columns: 350px 1fr;
    gap: 70px;
}

.contact-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.contact-form-area h2 {
    font-weight: 800;
    font-size: 32px;
    margin-bottom: 15px;
    color: white;
}

.contact-form-area p {
    font-size: 14px;
    opacity: .75;
    margin-bottom: 30px;
    max-width: 450px;
    color: white;
}

.contact-form {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
}

.contact-form input,
.contact-form textarea {
    background: transparent;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, .3);
    padding: 8px 0;
    color: #fff;
    font-size: 14px;
    outline: none;
    width: 100%;
}

.contact-form textarea {
    resize: none;
    height: 80px;
}

.contact-form button {
    margin-top: 20px;
    width: 120px;
    padding: 10px 0;
    border: none;
    border-radius: 25px;
    background: #114359;
    color: #fff;
    cursor: pointer;
}

/* ===================== */
/* FOOTER */
/* ===================== */
.main-footer {
    background: #000;
    color: #fff;
    padding: 70px 20px 30px;
}

.footer-container {
    max-width: 1200px;
    margin: auto;
}

.footer-top {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr 1fr;
    gap: 60px;
    position: relative;
    padding-bottom: 50px;
}



.footer-text {
    font-size: 13px;
    opacity: .7;
    margin-bottom: 25px;
    max-width: 260px;
}

.footer-col h4 {
    font-size: 16px;
    margin-bottom: 20px;
}

.footer-col ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-col ul li {
    font-size: 13px;
    opacity: .7;
    margin-bottom: 12px;
    line-height: 1.6;
}

.footer-col ul li a {
    color: #fff;
    text-decoration: none;
    opacity: .7;
    transition: .3s;
}

.footer-col ul li a:hover {
    opacity: 1;
}

.subscribe-form {
    display: flex;
    border: 1px solid #444;
    max-width: 260px;
}

.subscribe-form input {
    flex: 1;
    background: transparent;
    border: none;
    padding: 10px;
    color: #fff;
    font-size: 13px;
    outline: none;
}

.subscribe-form button {
    width: 40px;
    border: none;
    background: transparent;
    color: #fff;
    cursor: pointer;
}

.footer-social {
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    gap: 15px;
}

.footer-social a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    opacity: .7;
    transition: .3s;
}

.footer-social a:hover {
    opacity: 1;
}

.footer-bottom {
    border-top: 1px solid #222;
    padding-top: 20px;
    text-align: center;
    font-size: 12px;
    opacity: .6;
}

/* ===================== */
/* FINDER HELPER CLASSES */
/* ===================== */
.finder-invalid {
    border-color: rgba(239, 68, 68, .9) !important;
}

.finder-shake {
    animation: finderShake .25s ease-in-out 0s 2;
}

@keyframes finderShake {
    0% {
        transform: translateX(0);
    }

    25% {
        transform: translateX(-3px);
    }

    50% {
        transform: translateX(3px);
    }

    75% {
        transform: translateX(-2px);
    }

    100% {
        transform: translateX(0);
    }
}

.hidden {
    display: none;
}

/* ===================== */
/* BOAT TYPE BUTTONS */
/* ===================== */
.boatTypeBtn {
    border-color: rgba(255, 255, 255, .16);
    /* background: rgba(255, 255, 255, 0.04); */
    padding: 0.5rem;
    border: 1px solid;
    transition: all 0.3s ease;
    border-radius: 1rem;
    text-align: center;
    cursor: pointer;
    display: grid;
    align-items: center;
    justify-content: center;
    gap: 0.25rem;
    position: relative;
    overflow: hidden;
}

.boatTypeBtn img {
    width: 5rem;
    height: 5rem;
    position: relative;
    z-index: 10;
    margin: 0 auto;
}

.boatTypeBtn p {
    font-size: 0.875rem;
    position: relative;
    z-index: 10;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.9);
}

.boatTypeActive {
    position: absolute;
    inset: 0;
    opacity: 0;
    background: color-mix(in srgb, #114359 28%, transparent);
}

/* ===================== */
/* BRAND STRIP */
/* ===================== */
.wrapper-track {
    position: absolute !important;
    background: black;
    padding: 0px 0;
    /* overflow: hidden; */
    width: 100%;
    z-index: 7 !important;
}

.brand-strip {
    background: white;
    padding: 9px 0;
    position: relative;
    display: flex;
    align-items: center;
}

.brand-track {
    background: #114359;
    color: white;
    font-family: "Arial Black", sans-serif;
    font-weight: 900;
    font-size: 32px;
    padding: 25px 0;
    white-space: nowrap;
    width: 110%;
    margin-left: -5%;
    transform: skewY(-2.7deg);
    display: flex;
    overflow: hidden;
}

.track-content {
    display: flex;
    animation: scroll 20s linear infinite;
}

.track-content span {
    padding-right: 50px;
}

@keyframes scroll {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

/* ===================== */
/* RESPONSIVE DESIGN */
/* ===================== */

@media (max-width: 1200px) {
    .hero-left h1 {
        font-size: 48px;
    }

    .electro-title {
        font-size: 58px;
    }

    .electro-bottom {
        grid-template-columns: 1fr 600px;
        gap: 40px;
    }

    .electro-image-row {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 1024px) {
    .nav-pill {
        display: none;
    }

    .hero-grid {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .hero-left p {
        margin: 22px auto 0;
    }

    .hero-buttons {
        justify-content: center;
    }

    .hero-right {
        justify-content: center;
        margin-top: 50px;
    }

    .hero-red-shape {
        display: none;
    }

    .electro-top {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .electro-big-image {
        width: 100%;
        height: 380px;
    }

    .electro-stats {
        gap: 20px;
    }

    .stat strong {
        font-size: 28px;
    }

    .stat small {
        font-size: 16px;
    }

    .electro-bottom {
        grid-template-columns: 1fr;
        gap: 50px;
    }

    .testimonial-grid {
        grid-template-columns: 1fr;
        gap: 50px;
    }

    .testimonial-bg-text {
        font-size: 80px;
    }

    .testimonial-right {
        justify-content: center;
    }

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

    .footer-top {
        grid-template-columns: 1fr 1fr;
        gap: 40px;
    }

    .footer-social {
        position: static;
        margin-top: 20px;
    }
}

@media (max-width: 900px) {
    .hero-left h1 {
        font-size: 42px;
    }

    .stats-wrapper {
        flex-direction: column;
        /* gap: 25px; */
    }

    .divider {
        display: none;
    }

    .boat-types {
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }

    .boat-type {
        width: 100%;
        max-width: 300px;
    }

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

    .boat-float {
        display: none;
    }

    .finder-card {
        padding: 40px 25px;
    }

    .electro-title {
        font-size: 48px;
    }

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

    .stat {
        height: auto;
        min-height: 100px;
    }

    .contact-inner {
        grid-template-columns: 1fr;
        padding: 50px 40px;
    }

    .form-row {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .contact-image {
        max-height: 300px;
    }

    .cta-section h2 {
        font-size: 32px;
    }

    .cta-accent-left,
    .cta-accent-right {
        display: none;
    }
}

@media (max-width: 768px) {
    .finder-section {
        margin-top: 90px;

        /* z-index: 5; */
    }

    .hero {
        padding: 100px 20px 0;
    }

    .hero-left h1 {
        font-size: 36px;
    }

    .hero-buttons {
        flex-direction: column;
        align-items: center;
        gap: 15px;
    }

    .btn-primary,
    .btn-outline {
        width: 100%;
        max-width: 250px;
        text-align: center;
    }

    .hero-image-wrapper {
        width: 100%;
        height: auto;
    }

    .hero-image-card {
        position: relative;
        right: 0;
        width: 100%;
        max-width: 360px;
        margin: 0 auto;
    }

    .hero-red-shape {
        display: none;
    }

    .hero-stats-bar {
        margin-top: 50px;
    }

    .stat {
        width: 100%;
        text-align: center;
    }

    .google {
        justify-content: center;
    }

    .electro-section {
        padding: 80px 20px;
    }

    .electro-title {
        font-size: 36px;
    }

    .electro-left-text h3 {
        font-size: 32px;
    }

    .electro-image-row {
        grid-template-columns: 1fr;
    }

    .small-image {
        height: 300px;
    }

    .hero-buttons .btn-outline {
        width: 100%;
    }

    .showcases-section {
        padding: 80px 20px;
    }

    .showcases-title {
        font-size: 32px;
        margin-bottom: 40px;
    }

    .showcases-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .showcase-image img {
        height: 300px;
    }

    .testimonial-section {
        padding: 80px 20px;
    }

    .testimonial-left h2 {
        font-size: 32px;
    }

    .testimonial-bg-text {
        font-size: 60px;
    }

    .testimonial-card {
        padding: 30px 20px;
    }

    .nav-arrow {
        width: 35px;
        height: 35px;
        font-size: 18px;
    }

    .contact-section {
        padding: 80px 20px;
    }

    .contact-inner {
        padding: 80px 20px;
    }

    .contact-form-area h2 {
        font-size: 28px;
    }

    .contact-form button {
        width: 100%;
    }

    .footer-top {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .footer-text {
        max-width: 100%;
    }

    .subscribe-form {
        max-width: 100%;
    }

    .footer-social {
        position: relative;
        justify-content: center;
    }

    .footer-bottom {
        margin-top: 30px;
    }
}

@media (max-width: 480px) {
    .hero-left h1 {
        font-size: 30px;
    }

    .hero-left p {
        font-size: 14px;
    }

    .btn-primary,
    .btn-outline {
        padding: 12px 20px;
        font-size: 14px;
    }

    .brand-track {
        font-size: 14px;
    }

    .finder-card h2 {
        font-size: 26px;
    }

    .boat-type {
        padding: 20px 15px;
    }

    .boat-type img {
        width: 60px;
        height: 60px;
    }

    .input-group input {
        padding: 12px 15px;
        font-size: 13px;
    }

    .finder-btn {
        padding: 14px;
        font-size: 14px;
    }

    .electro-title {
        font-size: 28px;
    }

    .electro-right h3 {
        font-size: 18px;
    }

    .electro-right p {
        font-size: 13px;
    }

    .stat strong {
        font-size: 24px;
    }

    .stat small {
        font-size: 14px;
    }

    .arrow {
        font-size: 24px;
        right: 10px;
    }

    .double-arrow img {
        width: 30px;
    }

    .electro-left-text h3 {
        font-size: 24px;
    }

    .overlay-content p {
        font-size: 12px;
    }

    .demo-btn {
        padding: 6px 12px;
        font-size: 11px;
    }

    .showcases-title {
        font-size: 28px;
    }

    .showcase-caption {
        padding: 15px 20px;
    }

    .showcase-caption strong {
        font-size: 13px;
    }

    .testimonial-left h2 {
        font-size: 26px;
    }

    .member-info p {
        font-size: 12px;
    }

    .testimonial-text {
        font-size: 12px;
    }

    .testimonial-user span {
        font-size: 13px;
    }

    .testimonial-bg-text {
        font-size: 40px;
        top: 20px;
    }

    .cta-section h2 {
        font-size: 24px;
    }

    .cta-btn {
        padding: 12px 20px;
        font-size: 13px;
    }

    .contact-form-area h2 {
        font-size: 24px;
    }

    .contact-form-area p {
        font-size: 12px;
    }

    .contact-form input,
    .contact-form textarea {
        font-size: 12px;
    }

    .footer-logo {
        width: 120px;
    }

    .footer-col h4 {
        font-size: 14px;
    }

    .footer-col ul li {
        font-size: 12px;
    }

    .subscribe-form input {
        font-size: 12px;
    }

    .footer-bottom {
        font-size: 10px;
    }
}

@media (max-width: 1024px) {
    .main-header .max-w-7xl {
        justify-content: space-between;
        padding: 1rem;
        gap: 50px;
    }

    .logo {
        height: 40px;
    }

    .quote-btn {
        padding: 8px 16px;
        font-size: 12px;
    }
}

.grid {
    display: grid;
}

.gap-2 {
    gap: 0.5rem;
}

.gap-4 {
    gap: 1rem;
}

.mb-5 {
    margin-bottom: 1.25rem;
}

.mt-2 {
    margin-top: 0.5rem;
}

.mt-6 {
    margin-top: 1.5rem;
}

.p-3 {
    padding: 0.75rem;
}

.p-4 {
    padding: 1rem;
}

.p-5 {
    padding: 1.25rem;
}

.relative {
    position: relative;
}

.absolute {
    position: absolute;
}

.w-full {
    width: 100%;
}

.h-full {
    height: 100%;
}

.rounded-2xl {
    border-radius: 1rem;
}

.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}

.text-white {
    color: #fff;
}

.bg-transparent {
    background: transparent;
}

.border-b-2 {
    border-bottom-width: 2px;
}

.cursor-pointer {
    cursor: pointer;
}

.select-none {
    user-select: none;
}

.z-10 {
    z-index: 10;
}

.z-50 {
    z-index: 50;
}

.sticky {
    position: sticky;
}

.top-0 {
    top: 0;
}

.max-w-7xl {
    max-width: 80rem;
}

.mx-auto {
    margin-left: auto;
    margin-right: auto;
}

.px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.flex {
    display: flex;
}

.items-center {
    align-items: center;
}

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

@media (min-width: 640px) {
    .sm\:grid-cols-2 {
        grid-template-columns: repeat(2, 1fr);
    }

    .sm\:p-6 {
        padding: 1.5rem;
    }
}

@media (min-width: 768px) {
    .md\:text-base {
        font-size: 1rem;
    }
}

@media (min-width: 1024px) {
    .lg\:text-lg {
        font-size: 1.125rem;
    }
}

@media (min-width: 1280px) {
    .xl\:text-lg {
        font-size: 1.125rem;
    }
}

select option {
    background-color: #333;
    color: white;
}

select option.text-black {
    color: black;
    background-color: white;
}

select {
    color-scheme: dark;
}

#finderErrorList {
    list-style: none;
    padding: 0;
    margin: 0.5rem 0 0;
}

#finderErrorList li {
    color: rgba(255, 255, 255, 0.85);
    font-size: 0.875rem;
    margin-bottom: 0.25rem;
}

[style*="--accent"] {
    --accent: #114359;
}

/* ===================== ENHANCED FULL RESPONSIVE FIX ===================== */

/* Center hero content on tablets & mobile */
@media (max-width: 1024px) {
    .hero-grid {
        grid-template-columns: 1fr !important;
        text-align: center !important;
    }

    .hero-left {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .hero-left h1,
    .hero-left p {
        text-align: center !important;
        margin-left: auto;
        margin-right: auto;
    }

    .hero-buttons {
        justify-content: center !important;
        flex-wrap: wrap;
    }
}

/* iPhone 17 Pro Max (~430px width) */
@media (max-width: 430px) {
    .hero-left h1 {
        font-size: 26px !important;
        line-height: 1.2 !important;
    }

    .hero-left p {
        font-size: 14px !important;
    }

    .btn-primary,
    .btn-outline {
        width: 100% !important;
        max-width: 280px !important;
    }

    .showcases-grid {
        grid-template-columns: 1fr !important;
    }

    .electro-title {
        font-size: 26px !important;
        text-align: center !important;
    }

    .electro-left-text h3 {
        text-align: center !important;
    }

    .cta-content h2 {
        text-align: center !important;
        font-size: 22px !important;
    }

    .contact-form-area {
        text-align: center !important;
    }
}

/* Extra small screens */
@media (max-width: 360px) {
    .hero-left h1 {
        font-size: 30px !important;
    }

    .electro-title {
        font-size: 22px !important;
    }
}


/* ===================== GREEN GLOW BACKGROUND EFFECT ===================== */

body::before,
body::after {
    content: "";
    position: fixed;
    width: 600px;
    height: 600px;
    border-radius: 50%;
    filter: blur(140px);
    z-index: 0;
    pointer-events: none;
}
/* 
body::before {
    background: radial-gradient(circle, rgba(0, 255, 180, 0.35) 0%, rgba(0, 255, 180, 0.15) 40%, transparent 70%);
    top: 10%;
    left: -200px;
}

body::after {
    background: radial-gradient(circle, rgba(0, 180, 255, 0.35) 0%, rgba(0, 180, 255, 0.15) 40%, transparent 70%);
    bottom: 5%;
    right: -200px;
} */

/* Ensure content stays above glow */
section,
header,
footer {
    position: relative;
    /* z-index: 2; */
}

/* Optional deeper glow for dark sections */
.electro-section::before {
    content: "";
    position: absolute;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(0, 255, 150, 0.25), transparent 70%);
    filter: blur(120px);
    top: 20%;
    right: -150px;
    z-index: 0;
    pointer-events: none;
}

.boat-active {
    background: #ffffff !important;
    color: #000000 !important;
}

/* ===================== TESTIMONIAL MOBILE STACK FIX ===================== */

@media (max-width: 1024px) {

    .testimonial-wrapper {
        flex-direction: column;
        align-items: center;
        gap: 50px;
    }

    .testimonial-left,
    .testimonial-right {
        flex: unset;
        width: 100%;
        max-width: 100%;
    }

    .testimonial-left {
        text-align: center;
    }

    .member-avatars {
        justify-content: center;
    }

    .member-info p {
        text-align: center;
    }

    /* .testimonial-right {
        justify-content: center;
    }

    .testimonialSwiper {
        width: 100%;
    }

    .testimonial-card {
        padding: 30px 20px;
    }

    /* Arrows side by side under card */
    /* .testimonial-right {
        flex-direction: column;
    } */

    /* .testimonial-prev,
    .testimonial-next {
        position: static;
        margin: 15px 8px 0;
    }

    .testimonial-prev,
    .testimonial-next {
        display: inline-flex;
    } */
}

@media (max-width: 430px) {

    .testimonial-section {
        padding: 70px 20px;
    }

    .testimonial-left h2 {
        font-size: 26px;
        line-height: 1.3;
    }

    .testimonial-card p {
        font-size: 13px;
    }

    .testimonial-bg {
        font-size: 60px;
        top: -40px;
    }
}

/* ===================== BOAT TABS RESPONSIVE FIX ===================== */

@media (max-width: 1024px) {

    #boatTypeGrid {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 15px !important;
    }

    .boatTypeBtn {
        padding: 25px 10px !important;
    }

    .boatTypeBtn img {
        width: 60px !important;
        height: 60px !important;
    }
}

/* Small mobile */
@media (max-width: 600px) {

    #boatTypeGrid {
        grid-template-columns: 1fr !important;
    }

    .boatTypeBtn {
        padding: 20px 10px !important;
    }

    .boatTypeBtn img {
        width: 50px !important;
        height: 50px !important;
    }

    .boatTypeBtn p {
        font-size: 14px !important;
    }

    .image-layers::before {
        right: -9px;
    }
}


.finder-section {
    position: relative;
    /* z-index: 20; */
    overflow: visible;
}

.boat-float {
    position: absolute;
    z-index: 50;
}

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