/* ============================================
   RESET & BASE STYLES
   ============================================ */
* {
    margin: 0;
}

body {
    text-align: center;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    background: whitesmoke;
    overflow-x: hidden;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

/* When enter site page is shown (with background image), make body background transparent */
body.show-enter-site {
    background: transparent !important;
    overflow: hidden;
}

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

html {
    background: whitesmoke;
    min-height: 100vh;
}

#footer {
    margin-top: auto;
}

/* When enter site page is shown (with background image), make html background transparent */
html.show-enter-site {
    background: transparent !important;
}

a {
    text-decoration: none !important;
}

/* ============================================
   FONTS
   ============================================ */
@font-face {
    font-family: 'didoni';
    src: url('assets/k22-didoni/K22\ Didoni.ttf');
}

@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');

/* ============================================
   UTILITY CLASSES
   ============================================ */
.hidden {
    display: none;
}

.preload-hidden {
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

#entercontent.hidden {
    display: none !important;
}

#entercontent.enter-site-hiding {
    opacity: 0;
    pointer-events: none;
}

.marginTop {
    margin-top: var(--nav-offset, 60px) !important;
    margin-bottom: 10px;
}

/* ============================================
   HEADER & NAVIGATION
   ============================================ */
header {
    background: #333;
    padding: 1rem 0;
}

.logo {
    max-width: 150px;
    height: auto;
}

#360logo {
    display: none;
}

.nav-container {
    padding: 5px 0;
}

#nav {
    position: relative;
    padding: 12px 16px;
    transition: all 0.3s;
    background: #1a1a1a;
    border-bottom: 3px solid red;
}

/* Navbar brand logo styling */
#nav .navbar-brand {
    display: flex;
    align-items: center;
    padding: 0;
    margin-right: 20px;
}

#nav .navbar-brand img {
    background: rgba(255, 255, 255, 0.5);
    padding: 5px;
    border-radius: 5px;
    height: 50px;
    width: auto;
    max-width: 200px;
}

.sticky {
    background: black;
    padding: 5px !important;
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1030;
}

.brand-logo a {
    display: inline-block;
    width: 65px;
}

/* Navbar menu - prevent wrapping and make responsive */
#nav .navbar-nav {
    flex-wrap: nowrap !important;
    white-space: nowrap;
}

.nav-link span {
    font-size: 14px;
}

.nav-link {
    padding: 4px 14px !important;
    color: rgba(255, 255, 255, 1) !important;
    transition: all 0.3s;
    font-weight: bold;
    white-space: nowrap;
    font-size: 14px;
}

.nav-link:hover {
    color: white !important;
    background: rgba(255, 0, 0, 0.2);
    border-radius: 5px;
}

.active-nav-link {
    color: white !important;
    background: rgba(255, 0, 0, 0.2);
    border-radius: 5px;
}

.custom-nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    max-width: 100%;
    height: 40px;
}

.custom-nav .navbar-brand {
    white-space: nowrap;
}

.navbar-brand:hover {
    font-size: larger;
    font-weight: bold;
    color: limegreen !important;
}

.locate-btn {
    width: 240px;
    height: 37px;
    white-space: nowrap;
    max-width: 100%;
}

.locate-btn:hover {
    background-color: #1e7e34;
}

.locate-btn img {
    width: 30%;
}

/* ============================================
   BANNER
   ============================================ */
.banner {
    position: relative;
    height: 265px;
    background-image: url("../images/topimg5.jpg");
    background-size: cover;
    background-position: center;
}

.banner-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner-wrap img {
    background: rgba(255, 255, 255, 0.5);
    width: 100%;
    max-width: 500px;
}

.editor-banner .banner-logo {
    padding-right: 5px;
}

.editor-banner .banner-logo img {
    width: 100%;
    max-width: 700px;
}

.editor-banner .banner-details-cont {
    padding-left: 5px;
}

.banner-details {
    display: flex;
    align-items: center;
}

.editor-banner .banner-details-cont .details-icon {
    width: 40px;
    text-align: center;
}

.editor-banner .banner-details-cont .details-icon img {
    width: 30px;
}

.editor-banner .banner-details-cont .phone-icon img {
    width: 25px;
}

.editor-banner .banner-details-cont .details-text {
    width: 100%;
    padding-left: 5px;
    font-weight: 700;
    font-size: 25px;
}

.editor-banner .banner-details-cont .details-text a {
    color: #be1b2c !important;
    text-decoration: underline !important;
}

/* ============================================
   BACKGROUND & VIDEO
   ============================================ */
#entercontent {
    background: #E72214;
    min-height: 100vh;
    color: #f5f5f5;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    text-align: center;
    opacity: 1;
    transition: opacity 0.3s ease;
}

.enter-site-main {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    padding: 40px 16px;
}

.enter-site-logo {
    width: 500px;
    height: auto;
}

.enter-site-tagline {
    font-family: "Anton", sans-serif;
    font-size: 75px;
    font-weight: 800;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #fff5d6;
    text-shadow: 0 6px 18px rgba(0, 0, 0, 0.35);
    margin-top: 6px;
    margin-bottom: 6px;
    line-height: 1.05;
}

.enter-site-line {
    display: inline;
}

.enter-site-cta {
    background: transparent;
    border: 2px solid #000;
    color: #f5f5f5 !important;
    padding: 14px 26px;
    font-size: 20px;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-radius: 6px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.25);
    cursor: pointer;
}

.enter-site-arrows {
    display: inline-flex;
    gap: 4px;
}

.enter-site-arrows .arrow {
    display: inline-block;
    animation: enter-arrow 1.2s ease-in-out infinite;
}

.enter-site-arrows .arrow:nth-child(2) {
    animation-delay: 0.15s;
}

.enter-site-arrows .arrow:nth-child(3) {
    animation-delay: 0.3s;
}

@keyframes enter-arrow {
    0%,
    100% {
        transform: translateX(0);
        opacity: 0.6;
    }
    50% {
        transform: translateX(6px);
        opacity: 1;
    }
}

.full-screen-background {
    filter: none;
    background: #E72214;
    background-size: cover;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
}

/* Hide background image when it has the hidden class */
.full-screen-background.hidden {
    display: none;
}

.home-video-container {
    position: relative;
}

.fullscreen-video {
    position: fixed;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 9999;
    background-size: cover;
    object-fit: cover;
}

/* ============================================
   MAIN CONTENT
   ============================================ */
.main {
    margin-top: 30px;
}

.main h1 {
    font-weight: 600;
    font-size: 32px;
}

.card-body {
    padding: 0 !important;
}

.bigimage img {
    width: 70% !important;
}

.text-container {
    margin: 0 70px 0 70px;
}

/* ============================================
   BUTTONS
   ============================================ */
.btn-group-sm {
    padding: 10px 0 0 0;
    margin-bottom: 30px;
}

.btn-group-sm .btn {
    text-decoration: underline;
    color: darkred;
    font-weight: bold;
    font-size: 18px;
}

.btn-group-sm .btn-clicked {
    border: 1px solid darkred;
    background-color: white;
    padding: 13px;
    border-radius: 7px;
    box-shadow: 0 2px 20px 0 rgb(0 0 0 / 20%);
}

.buttons-bg {
    margin: auto;
    margin-bottom: 15px;
    margin-top: 15px;
    width: 95%;
    padding: 20px;
    /*background: linear-gradient(90deg, rgba(190, 0, 0, 1) 0%, rgba(255, 199, 199, 0) 44%, rgba(190, 0, 0, 1) 100%);*/
}

#container.buttons-bg,
#container .buttons-bg {
    margin-top: 0;
}

.btn-linka {
    height: 60px;
    border: 3px solid #FFD700;
    color: #FFD700;
    font-weight: bold;
    white-space: nowrap;
}

.btn-linka:hover {
    color: #FFD700;
}

/* Explore page styles */
.explore-list {
    border-right: 2px solid #E72214;
    border-left: 2px solid #E72214;
}

.explore-card {
    display: block;
    text-align: center;
    margin-bottom: 18px;
}

.explore-card img {
    width: 100%;
    object-fit: contain;
    margin-bottom: 5px;
    display: inline-block;
}

.explore-card .btn-linka {
    width: 100%;
    background: transparent !important;
    border: 2px solid #E72214 !important;
    color: #E72214 !important;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
}

.styled-button {
    display: block;
    width: 200px;
    height: 50px;
    font-size: 18px;
    text-align: center;
    line-height: 50px;
    background-color: #007bff;
    color: #fff;
    border: none;
    border-radius: 10px;
    margin: 10px auto;
    cursor: pointer;
}

.styled-button:hover {
    background-color: #0056b3;
}

.styled-button.red {
    background-color: red;
}

.styled-button.red:hover {
    background-color: darkred;
}

.styled-button.silver {
    background-color: silver;
}

.styled-button.silver:hover {
    background-color: grey;
}

.button-icon {
    vertical-align: middle;
    margin-right: 5px;
}

.button-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.custom-btn {
    border-width: 1.5px;
    font-weight: 500;
    border-radius: 10px;
    padding: 8px 16px;
}

.custom-btn-call {
    background: #e7fff8;
}

.custom-btn-text {
    background: #eefeff;
}

.custom-btn-locate {
    background: #fff5f5;
}

/* Icon styles for bottom buttons - no circles, just colored icons */
.custom-btn i {
    font-size: 18px;
}

.contactsubmitbutton {
    border-radius: 4px !important;
}

.entersite-btn {
    margin-top: 150px;
}

.entervideo-card {
    border-radius: 200px;
    border: 3px solid red;
}

/* ============================================
   CARDS & SIZES
   ============================================ */
.visible-list {
    justify-content: center;
}

.list .col-md-6 {
    margin-bottom: 30px;
}

.size {
    background: #fff;
    color: #fff !important;
    text-decoration: none !important;
    border-radius: 6px;
    box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.05);
    display: flex;
    height: 100%;
    flex-direction: column;
    width: 100%;
    text-align: center;
}

.size > img {
    border-radius: 6px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.size p {
    color: rgba(0, 0, 0, .8);
    font-size: 16px;
    padding: 0;
    margin: 0;
}

.size h5::after {
    border-bottom: 1px solid;
    border-color: #dcdcdc;
    content: "";
    display: block;
    width: 50px;
    margin: 10px auto 0 auto;
}

.size .card-title {
    font-family: didoni, serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
}

.size .card-text {
    font-size: 25px;
    font-weight: 900;
    letter-spacing: -0.025em;
    color: white;
    background: linear-gradient(90deg, rgba(2, 0, 36, 1) 0%, rgba(255, 37, 37, 1) 70%, rgba(255, 255, 255, 0) 100%);
    border-bottom: 2px solid crimson;
    border-top: 2px solid crimson;
    white-space: nowrap;
    line-height: 1.2;
}

.size-last {
    margin: 0 1% 30px 1%;
    max-width: 23%;
    width: 100%;
    padding: 0 0 20px 0;
}

.card-text {
    white-space: nowrap;
    line-height: 1.2;
}

.card-text-explore {
    background: transparent !important;
    border: 2px solid currentColor;
    padding: 10px 12px;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
    white-space: nowrap;
}

/* Buttons page: show label below image, styled like explore buttons */
.size .card-text.card-text-explore {
    background: #E72214 !important;
    border: 0;
    color: #fff !important;
    padding: 4px 10px;
    font-weight: 400;
    letter-spacing: 0.3px;
    text-transform: uppercase;
    box-shadow: none;
    display: block;
    margin: 0;
    white-space: nowrap;
    text-align: center;
}

/* Blane's Favorites header */
.blane-favorites-hero {
    background: transparent;
    border: none;
    border-radius: 0;
    margin: 0 auto 20px;
    /* padding: 0 24px; */
    width: 95%;
    box-shadow: none;
}

.blane-favorites-inner {
    display: flex;
    align-items: center;
    gap: 18px;
    justify-content: center;
}

.blane-favorites-inner img {
    width: 140px;
    height: 140px;
    object-fit: contain;
    flex-shrink: 0;
}

.blane-favorites-text {
    /* text-align: left; */
    color: #111;
    font-weight: bold;
}

.theme-accent {
    color: #E72214 !important;
}

.blane-favorites-text p {
    max-width: 620px;
}

.blane-favorites-text h3 {
    font-size: 20px;
    margin-bottom: 6px;
    font-weight: 700;
}

.blane-favorites-text p {
    margin: 0;
    font-size: 16px;
    line-height: 1.4;
    color: #333;
}

/* ============================================
   IMAGE BUTTONS & FEATURES
   ============================================ */
.image-button-home {
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
    cursor: pointer;
    border-radius: 6px;
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.45);
    border: 1px solid rgba(0, 0, 0, 0.08);
}

.image-button-home img {
    width: 100%;
    height: auto;
}

.size {
    display: block;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.12);
    border: 1px solid rgba(0, 0, 0, 0.08);
    background: #fff;
}

.size .card-img-top {
    display: block;
}

.card-text-home {
    position: static;
    display: block;
    padding: 10px;
    margin: 0;
    background: #E72214 !important;
    color: white;
    font-family: sans-serif;
    font-style: normal;
    text-align: center;
    white-space: nowrap;
}

.feature-card {
    cursor: pointer;
    position: relative;
    overflow: hidden;
    
}

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

.click-icon {
    position: absolute;
    bottom: 5px;
    right: 5px;
    font-size: 30px;
    color: white;
    padding: 5px;
    border-radius: 50%;
}

.heading {
    position: absolute;
    bottom: 10px;
    left: 10px;
    background-color: rgba(255, 255, 255, 0.7);
    padding: 5px 10px;
    font-size: 20px;
    font-weight: bold;
}

.heading {
    text-align: center;
    margin-top: 20px;
}

.duv-img {
    max-width: 100%;
    height: auto;
}

.black-heading {
    background: #E72214 !important;
    color: white !important;
    font-weight: 600;
    padding: 20px;
    margin: 0px 300px 0px 300px;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 1px;
}

/* ============================================
   CAROUSEL
   ============================================ */
#container {
    width: 100%;
    max-width: 100%;
    padding: 0 !important;
}

#container .m-auto {
    margin: 0 !important;
    width: 100%;
}

.owl-carousel {
    width: 100%;
}

#container .owl-carousel {
    margin: 0 !important;
}

#container .owl-carousel.mt-3 {
    margin-top: 0 !important;
}

.featured-heading-wrap {
    text-align: center;
    margin: 16px 0 20px;
    padding: 0 12px;
}

.featured-heading {
    font-family: 'Poppins', sans-serif;
    letter-spacing: 1px;
    text-transform: none;
    color: white !important;
    background: #E72214 !important;
    padding: 20px;
    margin: 0px 300px 0px 300px;
}

#container .owl-carousel {
    margin: 0 !important;
}

#container .owl-carousel.mt-3 {
    margin-top: 0 !important;
}

.car-section {
    padding: 0 50px;
    background: radial-gradient(circle, rgba(245, 255, 0, 0) 0%, rgba(255, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 100%);
    margin: auto;
    line-height: 2;
    padding: 30px;
    font-weight: bold;
    font-size: 20px;
}

.car-img {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.car-img img {
    width: 100%;
    object-fit: contain;
    display: block;
    margin: 0 auto;
}

/* Home slider */
.slider-main {
    width: 100%;
    text-align: center;
    overflow: visible;
}

.slider-main img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
    margin: 0 auto -5px;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.car-abs {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.car-abs a {
    display: inline-block;
    background: black;
    color: white;
    padding: 15px 30px;
}

.car-abs a:hover {
    background: red;
}

.owl-stage-outer {
    /*padding-bottom: 20px;*/
}

.owl-carousel {
    position: relative;
}

.sec-car {
    margin-bottom: 12px;
}

.owl-nav {
    display: block !important;
}

/* Slider arrows */
.owl-prev, .owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 90px;
    background: rgba(255, 255, 255, 0.95) !important;
    color: #000 !important;
    font-size: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    cursor: pointer;
    border-radius: 4px;
    border: 2px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15), 0 2px 4px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    opacity: 0.9;
}

.owl-prev:hover, .owl-next:hover {
    background: rgba(255, 255, 255, 1) !important;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2), 0 3px 6px rgba(0, 0, 0, 0.15);
    transform: translateY(-50%) scale(1.1);
    opacity: 1;
    border-color: rgba(0, 0, 0, 0.2);
}

.owl-prev {
    left: 15px;
}

.owl-next {
    right: 15px;
}

.owl-prev:focus, .owl-next:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.3), 0 4px 12px rgba(0, 0, 0, 0.15);
}

.owl-prev .fa, .owl-next .fa {
    font-size: 10px;
    line-height: 1;
    color: #000;
}

.owl-prev:hover .fa, .owl-next:hover .fa {
    color: #000;
}

.owl-carousel .item {
    /* display: flex; */
    align-items: center;
    justify-content: center;
    height: 100%;
    position: relative;
}

.owl-carousel button.owl-dot {
    display: none;
}

/* ============================================
   LOGOS
   ============================================ */
.logos {
    box-sizing: border-box;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    margin: auto;
    padding: 30px 10px 20px 10px;
    width: 100%;
}

.logos h2 {
    border-bottom: 1px solid rgba(0, 0, 0, .05);
    font-size: 24px;
    padding-bottom: 10px;
    letter-spacing: -0.015em;
    margin-bottom: 20px;
    width: 100%;
    font-weight: 700;
    padding: 18px 0 20px 0;
    text-align: left;
}

.logos h2 span a, .logos h2 span a:hover {
    float: right;
    margin-top: 3px;
    font-weight: 400;
    font-size: 16px;
    text-transform: none;
    color: darkred;
}

/* ============================================
   FOOTER
   ============================================ */
.footer {
    box-sizing: border-box;
    width: 100%;
    padding: 30px 0;
    background: #dcdcdc;
}

.footer-row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    margin: 20px 40px;
    width: 100%;
    float: left;
}

.footer-row a {
    padding: 5px 15px;
}

.footer-row a img {
    height: auto;
    width: 240px;
    max-width: 160px;
}

.footer-logos {
    text-align: center;
    margin-bottom: 20px;
}

.footer-logos img {
    width: 250px;
}

.footer-main-row {
    justify-content: center;
    gap: 28px;
}

@media (max-width: 991px) {
    .footer-main-row {
        gap: 12px;
    }

    .footer-logos {
        margin-bottom: 8px;
    }

    .footer-reviews-tagline {
        font-size: 40px;
        letter-spacing: 2px;
    }
}

@media (min-width: 992px) {
    .footer-main-row {
        flex-wrap: nowrap;
        /* justify-content: space-between; */
        align-items: center;
    }

    .footer-logos,
    .footer-reviews,
    .footer-reviews-tagline,
    .footer-copyright {
        text-align: left;
        margin-bottom: 0;
    }

    .footer-reviews-stars {
        margin: 4px 0 0;
    }

    .footer-logo.mb-3 {
        margin-bottom: 6px !important;
    }

    .footer-text {
        line-height: 1.4;
    }
}

.footer-reviews {
    text-align: center;
    margin-top: 10px;
}

.footer-reviews-count {
    font-family: "Anton", sans-serif;
    font-size: 26px;
    font-weight: 700;
    color: #111;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.footer-reviews-stars {
    margin: 6px 0;
    color: #E72214;
    font-size: 18px;
}

.footer-reviews-tagline {
    font-family: "Anton", sans-serif;
    font-size: 40px;
    font-weight: 800;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}

.footer-logos .social {
    float: right;
    padding-top: 15px;
}

.social a {
    display: inline-block;
}

.social img {
    width: 50px;
    height: 30px;
}

.footer-text {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    line-height: 35px;
    flex-grow: 1;
    text-align: left;
}

.footer-copyright {
    /* Additional styles if needed */
}

.award-container img {
    width: 239px;
}

.webpuzzle {
    margin-bottom: 60px;
    clear: both;
    float: right;
    max-width: 100px;
    width: 100px;
    height: auto;
    padding: 10px 0 20px 0;
}

/* ============================================
   SOCIAL ICONS
   ============================================ */
.social-icons {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.social-icons a {
    margin: 20px;
    font-size: 140px;
    color: #fff;
    text-decoration: none;
    border-radius: 32%;
    width: 200px;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.social-grid {
    justify-content: center;
    align-items: stretch;
    gap: 20px 0;
}

.social-grid .social-icons a {
    margin: 0;
    width: auto;
    height: auto;
    background: transparent;
    border-radius: 0;
}

.social-grid img {
    width: 100%;
    max-width: 500px;
    height: auto;
    display: block;
    margin: 0 auto;
}

@media screen and (max-width: 768px) {
    .social-grid {
        gap: 16px 0;
    }
}

.facebook {
    background-color: #3b5998;
}

.twitter {
    background-color: #1da1f2;
}

.instagram {
    background: linear-gradient(to right, #405de6, #5851db, #833ab4, #c13584, #e1306c, #fd1d1d, #f56040, #f77737, #fcaf45, #ffdc80);
}

.linkedin {
    background-color: #0077b5;
}

.tiktok {
    background-color: #333;
}

.youtube {
    background-color: red;
}

.fa-tiktok {
    color: #fff;
}

.social-btns {
    height: 90px;
    margin: auto;
    font-size: 0;
    text-align: center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.social-btns .btn:before {
    top: 90%;
    left: -110%;
}

.social-btns .btn .fa {
    transform: scale(0.8);
}

.social-btns .btn.facebook:before {
    background-color: #3b5998;
}

.social-btns .btn.facebook .fa {
    color: #3b5998;
}

.social-btns .btn.twitter:before {
    background-color: #3cf;
}

.social-btns .btn.twitter .fa {
    color: #3cf;
}

.social-btns .btn.google:before {
    background-color: #dc4a38;
}

.social-btns .btn.google .fa {
    color: #dc4a38;
}

.social-btns .btn.dribbble:before {
    background-color: #f26798;
}

.social-btns .btn.dribbble .fa {
    color: #f26798;
}

.social-btns .btn.skype:before {
    background-color: #00aff0;
}

.social-btns .btn.skype .fa {
    color: #00aff0;
}

.social-btns .btn:focus .fa, .social-btns .btn:hover .fa {
    color: #fff;
}

.social-btns .btn {
    display: inline-block;
    background-color: #fff;
    width: 50px;
    height: 50px;
    line-height: 30px;
    margin: 5px 10px;
    text-align: center;
    position: relative;
    overflow: hidden;
    border-radius: 28%;
    box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.1);
    opacity: 0.99;
}

.social-btns .btn:before {
    content: '';
    width: 120%;
    height: 120%;
    position: absolute;
    transform: rotate(45deg);
}

.social-btns .btn .fa {
    font-size: 38px;
    vertical-align: middle;
}

/* ============================================
   PRELOADER
   ============================================ */
.preloaderBg {
    position: fixed;
    z-index: 10000;
    top: 0;
    background: white;
    width: 100%;
    height: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.preloader-wrap {
    position: relative;
    width: 250px;
    height: 320px;
}

.preloader-logo {
    margin: auto;
    background: url(../images/outrageous-logo.svg) no-repeat center;
    background-size: 150px;
    width: 200px;
    height: 200px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: fadeIn 1s ease-in-out infinite;
    will-change: opacity;
}

.preloader-circle {
    border: 5px solid #f3f3f3;
    border-top: 5px solid #25a3ff;
    border-radius: 50%;
    width: 250px;
    height: 250px;
    animation: spin 1s ease-in-out infinite;
    position: absolute;
    top: 0;
    will-change: transform;
}

.preloader-line {
    position: absolute;
    left: 50%;
    bottom: 50px;
    transform: translateX(-50%);
    width: 180px;
    height: 5px;
    background: rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    overflow: hidden;
}

.preloader-line::before {
    content: "";
    position: absolute;
    left: -40%;
    width: 40%;
    height: 100%;
    background: #E72214;
    animation: beat 0.9s ease-in-out infinite;
}

.preloader-tagline {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    padding: 0;
    background: transparent;
    color: #666;
    font-family: "Anton", sans-serif;
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    white-space: nowrap;
}

@keyframes beat {
    0% {
        left: -40%;
        opacity: 0.4;
    }
    50% {
        left: 30%;
        opacity: 1;
    }
    100% {
        left: 100%;
        opacity: 0.4;
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/* ============================================
   ANIMATIONS
   ============================================ */
.pulse-button-container {
    -webkit-perspective: 1000;
    -webkit-backface-visibility: hidden;
}

.pulse-button {
    box-shadow: 0 0 0 0 rgba(90, 153, 212, 0.5);
    -webkit-animation: pulse 1.5s infinite;
    will-change: transform, box-shadow;
}

@-webkit-keyframes pulse {
    0% {
        -moz-transform: scale(0.9);
        -ms-transform: scale(0.9);
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
    70% {
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
        box-shadow: 0 0 0 50px rgba(90, 153, 212, 0);
    }
    100% {
        -moz-transform: scale(0.9);
        -ms-transform: scale(0.9);
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
        box-shadow: 0 0 0 0 rgba(90, 153, 212, 0);
    }
}

@keyframes fadeOut {
    to {
        opacity: 0;
        transform: translateY(100%);
        visibility: hidden;
    }
}

/* ============================================
   GO TO TOP BUTTON
   ============================================ */
.go-to-top-btn {
    display: none;
    position: fixed;
    bottom: 300px;
    right: 20px;
    background-color: #E72214;
    color: white;
    border: none;
    padding: 10px;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s, color 0.3s;
}

.go-to-top-btn:hover {
    background-color: #c61c10;
    color: whitesmoke;
}

/* ============================================
   MODAL
   ============================================ */
.modal-content {
    border-radius: 1rem;
}

.modal-header {
    border-bottom: none;
}

.modal-body {
    background: #eefeff;
}

.btn-close {
    opacity: 0.9;
}

.custom-success-message {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #28a745;
    color: white;
    text-align: center;
    padding: 12px;
    font-weight: 500;
    font-size: 16px;
    z-index: 9999;
    animation: fadeOut 3s ease-out 3s forwards;
}

/* ============================================
   LOGIN PAGE
   ============================================ */
.login-body {
    font-family: 'Poppins', sans-serif;
    background-color: black;
}

.content {
    margin: 8%;
    background-color: #fff;
    padding: 4rem 1rem 4rem 1rem;
    box-shadow: 0 0 5px 5px rgba(0, 0, 0, .05);
}

.signin-text {
    font-style: normal;
    font-weight: 600 !important;
}

.login-form-control {
    display: block;
    width: 100%;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    border-color: black !important;
    border-style: solid !important;
    border-width: 0 0 1px 0 !important;
    padding: 0px !important;
    color: #495057;
    height: auto;
    border-radius: 0;
    background-color: #fff;
    background-clip: padding-box;
}

.login-form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #fff;
    outline: 0;
    box-shadow: none;
}

.btn-class {
    border-color: #00ac96;
    color: #00ac96;
}

.btn-class:hover {
    background-color: #00ac96;
    color: #fff;
}

/* ============================================
   STICKY 360
   ============================================ */
div.sticky360 {
    position: fixed;
    top: 367px;
    padding: 0;
    z-index: 1000;
}

.call-abs-cont {
    display: none;
}

.visible-cont {
    width: 85%;
    margin: auto;
}

/* ============================================
   FINANCE
   ============================================ */
.financeheading {
    /* Add styles if needed */
}

/* ============================================
   MEDIA QUERIES
   ============================================ */
@media screen and (max-width: 768px) {
    /* Hide banner on mobile screens */
    .banner {
        display: none !important;
    }

    .fullscreen-video {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .call-abs-cont {
        display: block;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        z-index: 1000;
        background: lawngreen;
        padding: 20px;
        font-weight: 900;
        font-size: 35px;
    }

    .call-abs-cont img {
        width: 30px;
    }

    .call-abs-cont a {
        color: black !important;
        margin-left: 10px;
    }

    .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
        width: 32px !important;
        height: 50px !important;
    }

    #360logo {
        display: block !important;
    }

    #brandlogo {
        display: none;
    }

    #360icon {
        display: none;
    }

    .second360icon {
        display: none !important;
    }

    .bigimage img {
        width: 100% !important;
    }

    .car-img img {
        width: 89%;
        /* max-height: 220px; */
    }

    /* Premium arrows for mobile - positioned inside container, smaller size */
    .owl-prev, .owl-next {
        width: 30px !important;
        height: 30px !important;
        font-size: 1em !important;
        /* left: 10px !important; */
        /* right: 10px !important; */
        background: rgba(255, 255, 255, 0.95) !important;
        box-shadow: 0 3px 10px rgba(0, 0, 0, 0.25), 0 2px 4px rgba(0, 0, 0, 0.15) !important;
        color: #000 !important;
    }
    
    .owl-prev .fa, .owl-next .fa {
        font-size: 1em !important;
        color: #000 !important;
    }
    
    .owl-prev:hover, .owl-next:hover {
        transform: translateY(-50%) scale(1.05) !important;
        box-shadow: 0 4px 14px rgba(0, 0, 0, 0.3), 0 3px 6px rgba(0, 0, 0, 0.2) !important;
    }

    .visible-cont {
        width: 100%;
        margin: auto;
    }

.visible-list {
    justify-content: center;
}

    .buttons-bg {
        padding: 0;
        padding-top: 10px;
    }

    .size .card-text {
        font-size: 16px;
    }

    .card-text-home {
        padding: 4px;
        font-size: 18px;
    }

    .preloader-wrap {
        height: 300px;
    }

    .preloader-tagline {
        font-size: 12px;
        letter-spacing: 0.5px;
        padding: 0;
    }

    .enter-site-tagline {
        font-size: 26px;
        letter-spacing: 2px;
    }

    .text-container {
        margin: 0 !important;
    }

    .custom-btn {
        padding: 8px 12px;
    }

    .custom-btn i {
        font-size: 16px;
    }

    .featured-heading {
        padding: 8px;
        margin: 0;
        font-size: 20px;
    }

    .black-heading {
        padding: 8px;
        margin: 0;
        font-size: 20px;
    }

}

@media screen and (max-width: 500px) {
    .locate-btn {
        width: 200px;
    }
}

@media only screen and (max-width: 600px) {
    .car-section {
        width: 100%;
        font-size: 14px;
    }

    .text-container {
        margin: 0 !important;
    }
}

@media (max-width: 944px) {
    .footer-copyright {
        flex-direction: column;
        gap: 10px;
    }

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

    .webpuzzle {
        float: none;
    }
}

@media screen and (min-width: 280px) and (max-width: 900px) {
    .footer-copyright {
        padding: 10px 0;
        margin-top: 10px;
        text-align: center;
    }

    .footer-row a {
        padding: 5px;
    }

    .footer-row a img {
        width: auto;
        height: 60px;
    }

    .container-fluid .row {
        justify-content: space-between;
        padding: 0 15px;
    }

    .size:first-of-type {
        max-width: 100%;
        width: 100%;
    }

    .size {
        max-width: 48%;
        margin-left: 0;
        margin-right: 0;
    }
}

@media screen and (min-width: 901px) and (max-width: 1600px) {
    .logos {
        box-sizing: border-box;
        padding-left: 20px;
        padding-right: 20px;
    }
}

/* Medium screens - adjust arrow size */
@media screen and (min-width: 769px) and (max-width: 1200px) {
    .owl-prev, .owl-next {
        width: 30px;
        height: 30px;
        left: 12px;
        right: 12px;
    }
    
    .owl-prev .fa, .owl-next .fa {
        font-size: 10px;
    }
}

@media screen and (max-width: 991px) {
    .nav-container {
        background: black;
    }

    .brand-logo a {
        width: 55px;
    }

    /* Responsive nav items - reduce size on smaller screens */
    #nav .nav-link {
        padding: 5px 12px !important;
        font-size: 14px !important;
    }

    #nav .nav-link span {
        font-size: 14px !important;
    }

    #nav .navbar-brand img {
        height: 40px !important;
    }
}

@media screen and (max-width: 600px) {
    .btn-linka,
    .card-text-explore,
    .card-text-home,
    .size .card-text.card-text-explore {
        font-size: clamp(12px, 3.4vw, 18px);
        letter-spacing: 0.2px;
    }

    .enter-site-tagline {
        font-size: 65px;
        letter-spacing: 2px;
    }

    .enter-site-line {
        display: block;
    }
}

@media screen and (max-width: 1200px) {
    /* Medium screens - slightly reduce nav item sizes */
    #nav .nav-link {
        padding: 5px 15px !important;
        font-size: 15px !important;
    }

    #nav .nav-link span {
        font-size: 15px !important;
    }
}

@media (max-width: 767.98px) {
    .fixed-bottom .container .d-flex {
        gap: 8px;
    }

    .custom-btn {
        padding: 8px 10px;
        font-size: 12px;
        flex: 1;
        min-width: 0;
        max-width: calc(33.333% - 6px);
    }

    .custom-btn .d-inline {
        font-size: 11px;
        padding-left: 4px;
    }

    .custom-btn i {
        font-size: 15px;
    }
}

@media (max-width: 575px) {
    .fixed-bottom {
        padding: 10px 0 !important;
    }

    .fixed-bottom .container {
        padding-left: 8px;
        padding-right: 8px;
    }

    .fixed-bottom .container .d-flex {
        gap: 6px;
        justify-content: space-between;
    }

    .custom-btn {
        padding: 8px 6px;
        font-size: 11px;
        flex: 1 1 auto;
        max-width: calc(33.333% - 4px);
    }

    .custom-btn .d-inline {
        font-size: 10px;
        padding-left: 3px;
        white-space: nowrap;
    }

    .custom-btn i {
        font-size: 14px;
    }
}

@media (max-width: 400px) {
    .fixed-bottom .container .d-flex {
        gap: 4px;
    }

    .custom-btn {
        padding: 8px 4px;
        font-size: 10px;
        max-width: calc(33.333% - 3px);
    }

    .custom-btn .d-inline {
        font-size: 9px;
        padding-left: 2px;
    }

    .custom-btn i {
        font-size: 13px;
    }
}
