/* Fonts now loaded in HTML head for better performance */

.font-mont {
    font-family: 'Montserrat', sans-serif;
}
.luman {
    font-family: 'Lumanosimo', cursive;
}
.ubuntu {
    font-family: 'Ubuntu', sans-serif;
}
.black {
    color: #000000 !important;
}


/* GLOBAL */
#loader{
    z-index: 999999;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(/img/loader.gif) 50% 50% #fffaff;
    background-position: center;
    background-repeat: no-repeat;
}
#logoD, #logoM, .navbar, .navbar-brand {
    transition: all 0.5s ease-in-out;
}
select {
    --webkit-appearance: none;
    --moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
}
::-webkit-input-placeholder { /* Edge */
  color: transparent;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: transparent;
}
::placeholder {
  color: transparent;
}
::-webkit-scrollbar {
  display: none;
}
a, a:hover, a:active {
    text-decoration: none;
    color: inherit;
}
html, head, body, footer {
    background: #2f1d57 !important;
    background-color: #2f1d57 !important;
    text-align: center;
    justify-content: center;
    align-content: center;
    vertical-align: middle;
    transition: all 1s;
    color: #EAEAEA;
    font-family: 'Montserrat', sans-serif;
}
body {
    padding-top: 0;
    transition: padding-top 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
body.scrolled {
    padding-top: 0;
}
.transparent {
    background: transparent;
}
.bg-transparent {
    background: transparent !important;
    background-color: transparent !important;
}
.desktop-only {
    display: inline;
}
.mobile-only {
    display: none;
}
.hide {
    display: none;
}
.text-mobile-start {
    text-align: center;
}
.text-desktop-start {
    text-align: start;
}
img.full {
    padding: 0;
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;    
}
.video-container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    margin-top: 4vh;    
}
.video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 4px 4px 8px #000000;
    border-radius: 25px;
}

/* COLORS */
.charcoal {
    color: #333333 !important;
}
.blue {
    color: #003366 !important;
}
.white {
    color: #EAEAEA !important;
}
.aqua {
    color: #00CCCC !important;
}
.turquoise {
    color: #1abc9c !important;
}
.orange {
    color: #FF9900 !important;
}
.green {
    color: #2ecc71 !important;
}
.silver {
    color: #C0C0C0 !important;
}
.red {
    color: #e74c3c !important;
}
.bg-black {
    background-color: #000000 !important;
}
.bg-charcoal {
    background-color: #1d1d1d !important;
}
.bg-blue {
    background-color: #003366 !important;
}
.bg-turquoise {
    background-color: #1abc9c !important;
}
.bg-white {
    background-color: #EAEAEA !important;
}
.bg-card-white {
    background-color: #FFFFFF !important;
}
.bg-aqua {
    background-color: #00CCCC !important;
}
.bg-orange {
    background-color: #FF9900 !important;
}
.bg-green {
    background-color: #2ecc71 !important;
}
.bg-silver {
    background-color: #C0C0C0 !important;
}
.bg-opaq {
    background-color: #333333a9 !important;
}
.bg-gradient-down {
    background: #0a0a0a;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to bottom, #333333, #0a0a0a);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to bottom, #333333, #0a0a0a); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.bg-gradient-up {
    background: #0a0a0a;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to top, #333333, #0a0a0a);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to top, #333333, #0a0a0a); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.bg-gradient-up-fade {
    background: #0a0a0a;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to top, #202f5696, #1b3456);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to top, #202f5696, #1b3456); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    min-height: 100vh;    
}
.bg-gradient-down-fade {
    background: #0a0a0a;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to bottom, #202f5696, #341857);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to bottom, #202f5696, #341857); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    min-height: 100vh;    
}

/* DROP SHADOW */
.text-shadow {
    text-shadow: 2px 2px 4px #333333;
}
.text-shadow-light {
    text-shadow: 2px 2px 4px #EAEAEA;
}

/* BUTTONS */
.btn-animate {
    transition: all 0.5s ease-in-out;
}
.btn-animate:hover {
    letter-spacing: 0.05rem;
    transition: all 0.5s ease-in-out;
    font-weight: 900;
    color: #EAEAEA !important;
    background: #003366 !important;
    box-shadow: 0 3px 0 #000000;
    border-radius: 50px;
}
.btn-sub {
    font-size: 0.7rem;
    opacity: 0.7;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    color: #FFF;
}

/* NAV */
.navbar {
    color: #FFFFFF;
    background: transparent;
    background-color: transparent;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    border-bottom: none;
    width: 100vw;
    z-index: 2000;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

/* Scrolled navbar - compact with container */
.navbar.scrolled {
    background: #ffffffe8;
    background-color: #ffffffe8;
    color: #333333;
    border-bottom: 2px solid #00CCCC;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.navbar.scrolled:hover {
    background: #ffffff;
    background-color: #ffffff;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
}

/* Container transition for scrolled state */
.navbar .container,
.navbar .container-fluid {
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Nav Links - More spacing by default, compact on scroll */
.navbar .nav-link {
    color: #FFFFFF;
    padding: 0.5rem 1rem;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    font-size: 1rem;
}

.navbar.scrolled .nav-link {
    color: #333333;
    padding: 0.4rem 0.75rem;
    font-size: 0.95rem;
}

.nav-link:hover,
.nav-link:active {
    color: #00CCCC !important;
    transform: translateY(-2px);
}

/* Call Button Styling */
.navbar .btn-call {
    padding: 0.6rem 1.25rem !important;
    font-size: 0.95rem;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    white-space: nowrap;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 180px;
}

.navbar.scrolled .btn-call {
    padding: 0.6rem 0.65rem !important;
    font-size: 0.9rem;
    min-width: 44px;
    width: 44px;
    height: 44px;
    border-radius: 8px !important;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    overflow: hidden;
}

/* Expand button on button hover to show phone number */
.navbar.scrolled .btn-call:hover {
    width: auto;
    min-width: 180px;
    padding: 0.6rem 1.25rem !important;
}

/* Phone button always visible with proper color */
.navbar .nav-link.aqua,
.navbar .nav-link.aqua span,
.navbar .nav-link.aqua i {
    color: #00CCCC !important;
    opacity: 1 !important;
}

.navbar .nav-link.aqua:hover {
    transform: scale(1.05);
    box-shadow: 0 4px 12px rgba(0, 204, 204, 0.4);
}

/* Phone number text transition */
.phone-number {
    transition: opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1), max-width 0.4s cubic-bezier(0.4, 0, 0.2, 1), width 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    display: inline-block;
    white-space: nowrap;
    max-width: 200px;
    opacity: 1;
    overflow: hidden;
}

/* Hide phone number when scrolled on desktop */
@media (min-width: 992px) {
    .navbar.scrolled .phone-number {
        max-width: 0;
        opacity: 0;
        margin-left: 0 !important;
    }
    
    /* Show phone number on button hover when scrolled */
    .navbar.scrolled .btn-call:hover .phone-number {
        max-width: 200px;
        opacity: 1;
        margin-left: 0.5rem !important;
    }
}
}

/* Navbar Brand */
.navbar-brand {
    display: flex;
    align-items: center;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

#navBrand {
    display: none;
    font-size: 1.25rem;
    opacity: 0;
    transition: opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

#navBrand.visible {
    display: inline;
    opacity: 1;
}

/* Logo transition */
#logoD {
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    filter: drop-shadow(0 0 8px rgba(255, 255, 255, 0.6)) drop-shadow(0 0 16px rgba(0, 204, 204, 0.4));
}

/* Remove glow on scroll */
.navbar.scrolled #logoD {
    filter: none;
}

/* Mobile Menu Toggle */
.navbar-toggler {
    color: #FFFFFF;
    border: none;
    padding: 0.5rem;
}

.navbar.scrolled .navbar-toggler {
    color: #333333;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.navbar-toggler:hover {
    color: #00CCCC !important;
}

/* Dropdown Menu Styles */
.navbar .dropdown-menu {
    background: #ffffff;
    border: 2px solid #00CCCC;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    margin-top: 0.5rem;
    padding: 0.5rem 0;
    animation: fadeIn 0.2s ease-in;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.navbar .dropdown-item {
    color: #333333;
    padding: 0.6rem 1.5rem;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.navbar .dropdown-item:hover {
    background-color: #00CCCC;
    color: #FFFFFF;
    padding-left: 2rem;
}

.navbar .dropdown-toggle::after {
    margin-left: 0.5rem;
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.navbar .dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(180deg);
}

/* Mobile Menu Styles */
    /* Remove any border-top from first page content elements */
    .container-fluid.parallax,
    .container-fluid.parallax > *,
    .bg-particle,
    .hero-section,
    .container.mast {
        border-top: none !important;
    }
    
@media (max-width: 991.98px) {
    /* Keep navbar sizing stable on mobile to avoid scroll distortion */
    .navbar,
    .navbar.scrolled {
        padding-top: 0.75rem;
        padding-bottom: 0.75rem;
    }
    
    /* Disable scrolled-specific visual changes on mobile */
    .navbar.scrolled {
        background: #ffffffe8 !important;
        background-color: #ffffffe8 !important;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15) !important;
        border-bottom: 2px solid #00CCCC !important;
        /* Keep all sizing/padding the same to prevent layout shifts */
        padding-top: 0.75rem !important;
        padding-bottom: 0.75rem !important;
    }
    
    .navbar.scrolled .nav-link {
        padding: 0.85rem 1rem !important;
        font-size: 1rem !important;
        color: #333333 !important;
    }
    
    .navbar.scrolled .btn-call {
        min-width: 180px !important;
        width: auto !important;
        height: auto !important;
        border-radius: 8px !important;
        padding: 0.6rem 1.25rem !important;
    }
    
    .navbar.scrolled #logoD {
        height: 48px !important;
    }
    
    .navbar .container,
    .navbar .container-fluid {
        width: 100%;
        max-width: 100%;
        padding-left: 1rem;
        padding-right: 1rem;
    }

    /* Keep mobile menu items centered on scroll */
    .navbar-collapse,
    .navbar.scrolled .navbar-collapse {
        margin-left: 0;
        margin-right: 0;
    }

    .navbar-nav {
        width: 100%;
        margin-left: 0 !important;
        margin-right: 0 !important;
        margin-start: 0 !important;
        margin-end: 0 !important;
        justify-content: center;
        display: flex;
        flex-direction: column;
    }
    
    .navbar.scrolled .navbar-nav {
        width: 100%;
        margin-left: 0 !important;
        margin-right: 0 !important;
        margin-start: 0 !important;
        margin-end: 0 !important;
        justify-content: center;
        display: flex;
        flex-direction: column;
    }
    
    #logoD {
        height: 48px !important;
    }
    
    body,
    body.scrolled {
        padding-top: 80px;
    }
    /* Remove all navbar internal borders on mobile */
    .navbar,
    .navbar > .container,
    .navbar > .container-fluid,
    .navbar .container,
    .navbar .container-fluid,
    .navbar *{
        border-top: none !important;
    }
    
    /* Navbar bottom border handled by pseudo-element for clean positioning */
    .navbar {
        border-bottom: none !important;
    }
    
    /* Add border after the entire navbar content */
    .navbar::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: 1px;
        background: #eaeaea8c;
        z-index: 1;
    }
    
    .navbar-collapse {
        background: rgba(47, 29, 87, 0.98);
        padding: 1.5rem;
        margin-top: 1rem;
        border-radius: 12px;
        border: 2px solid #00CCCC !important;
        backdrop-filter: blur(10px);
    }
    
    .navbar.scrolled .navbar-collapse {
        background: rgba(255, 255, 255, 0.98);
        border: 2px solid #00CCCC;
    }
    
    .navbar-nav {
        align-items: center !important;
    }
    
    .navbar .nav-link {
        padding: 0.85rem 1rem;
        width: 100%;
        border-bottom: none;
        text-align: center;
    }
    
    .navbar.scrolled .nav-link {
        border-bottom: none;
        padding: 0.75rem 1rem;
        text-align: center;
    }
    
    /* Always show phone number on mobile */
    .navbar .btn-call .phone-number {
        display: inline !important;
    }
    
    .navbar.scrolled .btn-call .phone-number {
        display: inline !important;
    }
    
    /* Prevent navbar brand from wrapping on mobile */
    .navbar-brand {
        max-width: 70%;
    }
    
    #navBrand {
        font-size: 0.9rem !important;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    
    .navbar .dropdown-menu {
        background: rgba(0, 0, 0, 0.2);
        border: 1px solid rgba(0, 204, 204, 0.3);
        margin-left: 1rem;
    }
    
    .navbar.scrolled .dropdown-menu {
        background: rgba(0, 204, 204, 0.05);
    }
    
    .navbar .btn-call {
        width: 100%;
        text-align: center;
        margin-top: 1rem !important;
    }
}

.disclaimer {
    font-size: 0.7rem;
    opacity: 0.7;
}


/* BACKGROUNDS */
.masthead {
    background-color: #000000b9;
    background-image: url("/img/mast.gif");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-blend-mode: darken;
    padding-top: 6vh;
    min-height: 55vh;
}
.bg-cover {
    background-image: url("/img/parallax.gif");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 100vh;
}
.bg-mast {
    background-image: url("/img/masthead.gif");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 100vh;
    background-color: #33333338;
    background-blend-mode: overlay;
}
.bg-particle {
    background-color: #000000a8;
    background-image: url("/img/particle.gif");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 100vh;
    background-blend-mode: overlay;
    padding-top: 3rem;
}
.bg-coffee {
    background-image: url("/img/coffee.gif");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.parallax {
    background-image: url("/img/parallax.gif");
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 100vh;
    width: 100vw;
    margin: 0;
    padding: 0;
}

.card {
    background: #FFFFFF;
    background-color: #FFFFFF;
    color: #333333;
    border: 6px solid #00CCCC;
    border-radius: 5px;
    box-shadow: 0 0 8px #0a0a0a;
    transition: all 0.5s ease-in-out;
}
.card:hover {
    background: #FFFFFF;
    background-color: #FFFFFF;
    color: #333333;
    border: 6px solid #003366;
    border-radius: 25px;
    box-shadow: 4px 4px 16px #0a0a0a;
    transition: all 0.5s ease-in-out;
}
.card h6 {
    color: #00CCCC;
    font-size: 1.5rem;
    font-weight: 500;
    color: #00CCCC;
    transition: all 0.5s ease-in-out;
    text-transform: uppercase;
}
.card:hover h6 {
    color: #003366;
    font-weight: 900;
    transition: all 0.5s ease-in-out;
}
.card span {
    color: #000000;
    transition: all 0.5s ease-in-out;
}
.card:hover span {
    color: #003366;
    transition: all 0.5s ease-in-out;
    font-weight: 900;
}
.card.review {
    background: transparent;
    color: #EAEAEA !important;
    padding: 2rem;
    border: 2px solid #333333;
    border-radius: 25px;
}
.card.review:hover {
    background: #eaeaea38;
    color: #0a0a0a;
    padding: 2rem;
    border: 2px solid #333333;
    border-radius: 25px;    
}
.card.review:hover h6 {
    color: #00CCCC;
}
.card.review img {
    width: 250px;
    border-radius: 25px;
    border: 1px solid #00CCCC;
    margin-bottom: 1rem;
}

/* --- FLIP CARD BASE STYLES --- */
.flip-card {
    background-color: #eaeaea6e;
    width: 100%;
    min-height: 410px; /* Minimum height for consistent look */
    /* height: 480px; */ /* REMOVED - Allow height to adjust to content */
    height: auto;      /* ADDED - Allow height to adjust */
    padding: 0.5em;
    border: 2px solid #00CCCC;
    border-radius: 25px;
    perspective: 1000px; /* Needed for 3D effect */
    overflow: hidden; /* Hide anything that might peek out during flip */
    position: relative; /* Establish positioning context */
    -webkit-tap-highlight-color: transparent; /* Improve tap feedback on mobile */
}

/* Specific height override for the 'main' card - use min-height instead */
.flip-card.main {
    min-height: 480px;
    padding: 1em;
    /* height: 660px; */ /* REMOVED */
}


.flip-card.main h1 {
    font-size: 2.5rem;
    font-family: 'Lumanosimo', cursive;
    color: #003366;
    padding-top: 0.2em;
}
.flip-card h1 {
    font-size: 1.8rem;
    font-family: 'Lumanosimo', cursive;
    color: #003366;
    padding-top: 0.2em;
}

.flip-card-inner {
    position: relative; /* Changed from absolute to relative if .flip-card handles perspective */
    width: 100%;
    /* height: 100%; */ /* REMOVED - Let it size based on content */
    min-height: inherit; /* ADDED - Ensure it respects parent's min-height */
    text-align: center;
    transition: transform 0.8s ease-in-out; /* Specify easing */
    transform-style: preserve-3d;
    border-radius: 22px; /* Match parent minus border width */
}

/* --- FLIP TRIGGER --- */
/* Apply flip on hover (desktop) OR when the card itself gains focus (tabbing)
   OR when an element inside it gains focus (clicking interactive elements inside) */
.flip-card:hover .flip-card-inner,
.flip-card:focus .flip-card-inner, /* Added for direct focus */
.flip-card:focus-within .flip-card-inner { /* Added for focus on descendants */
    transform: rotateY(180deg);
    /* transition: transform 1s ease-in-out; */ /* Transition is already on .flip-card-inner */
}

/* --- CARD FACES (FRONT & BACK) --- */
.flip-card-front,
.flip-card-back {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; /* Fill the .flip-card-inner space */
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-radius: 22px;
    display: flex; /* Use flexbox for better content alignment */
    flex-direction: column; /* Stack content vertically */
    justify-content: center; /* Center content vertically */
    align-items: center; /* Center content horizontally */
    padding: 1rem; /* Add some base padding */
    overflow-y: auto; /* ADDED - Allow scrolling if content overflows */
}

.flip-card-front {
    background-color: #eaeaea6e; /* Consider making this transparent if parent has bg */
    color: #0a0a0a;
    /* No transform needed */
}

.flip-card-back {
    background-color: #00CCCC;
    color: #0a0a0a;
    transform: rotateY(180deg); /* Pre-rotated */
    padding: 1rem; /* Base padding */
    padding-top: 2rem; /* Specific top padding */
    font-size: 0.9em;
    justify-content: flex-start; /* Align content to the top */
    text-align: center; /* Align text left for readability, can override */
}
.flip-card.main .flip-card-back {
    font-size: 1em;
}
.flip-card.main .flip-card-back h6 {
    font-family: 'Lumanosimo', cursive;
    color: #003366;
    font-weight: bold;
    font-size: 1.5em;
}
.flip-card .flip-card-back h6 {
    font-family: 'Lumanosimo', cursive;
    color: #003366;
}

/* --- IMAGE STYLING --- */
.flip-card img {
    border-radius: 25px; /* Match outer container */
    box-shadow: 2px 2px 4px #000000;
    width: 90%; /* Make slightly smaller than card width */
    max-width: 300px; /* Optional: Prevent image from getting too large */
    height: auto; /* Maintain aspect ratio */
    margin-bottom: 1rem; /* Add space below image */
    display: block; /* Remove extra space below image */
    margin-left: auto; /* Center if width < 100% */
    margin-right: auto; /* Center if width < 100% */
}

/* --- 1399 BREAK POINT SCREEN SIZE ADJUSTMENTS --- */
@media (max-width: 1399px) {
    .flip-card {
        min-height: 390px;
    }
    .flip-card.main {
        min-height: 480px;
    }
    .flip-card-back {
        font-size: 0.8rem;
    }
    .flip-card.main .flip-card-back {
        font-size: 1em;
    }
}

/* --- 1024 BREAK POINT SCREEN SIZE ADJUSTMENTS --- */
@media (max-width: 1024px) {
    .flip-card {
        min-height: 350px;
    }
    .flip-card.main {
        min-height: 480px;
    }
    .flip-card-back {
        font-size: 0.7rem;
    }
    .flip-card.main .flip-card-back {
        font-size: 0.9em;
    }
    .flip-card.main h1 {
        font-size: 1.5em;
    }
    .flip-card h1 {
        font-size: 1.5em;
    }
    .flip-card.main .flip-card-back h6 {
        font-size: 1.2rem;
    }
}

/* --- 767 BREAK POINT SCREEN SIZE ADJUSTMENTS --- */
@media (max-width: 767px) {
    .flip-card {
        min-height: 390px;
    }
    .flip-card.main {
        min-height: 480px;
    }
    .flip-card-back {
        font-size: 0.8rem;
    }
    .flip-card.main .flip-card-back {
        font-size: 1em;
    }
}

/* --- 430 BREAK POINT SCREEN SIZE ADJUSTMENTS --- */
@media (max-width: 430px) {
    .flip-card {
        min-height: 420px;
    }
    .flip-card.main {
        min-height: 460px;
    }
    .flip-card-back {
        font-size: 0.8rem;
    }
    .flip-card-front {
        padding-top: 2em;
    }
    .flip-card.main .flip-card-back {
        font-size: 0.9em;
    }
    .flip-card.main .flip-card-back h6 {
        font-size: 1.3em;
    }
    .text-desktop-start {
        text-align: center;
    }
}

/* --- 390 BREAK POINT SCREEN SIZE ADJUSTMENTS --- */
@media (max-width: 390px) {
    .flip-card {
        min-height: 420px;
    }
    .flip-card.main {
        min-height: 460px;
    }
    .flip-card-back {
        font-size: 0.8rem;
    }
    .flip-card-front {
        padding-top: 2em;
    }
    .flip-card.main .flip-card-back {
        font-size: 0.9em;
    }
    .flip-card.main .flip-card-back h6 {
        font-size: 1rem;
    }
}

.v-card {
    background: #003366;
    background-color: #003366;
    color: #dfe6e9;
    min-height: 100vh;
}
.card-content {
    border: 4px solid #FFFFFF;
    border-radius: 25px;
}
.card-content img {
    width: 300px;
    max-width: 100%;
    margin: 2vh auto;
    border-radius: 50%;
    border: 6px solid #00CCCC;
    box-shadow: 0 0 18px #000000;
    background: #00CCCC;
}
.card-content a {
    color: #00CCCC;
    font-size: 2rem;
    border: none;
    border-radius: 5px;
    transition: all 0.5s ease-in-out;
}
.card-content a:hover {
    transition: all 0.5s ease-in-out;
    background: #003366;
    border: 1px solid #00CCCC;
    border-radius: 25px;
}
.card-content .contact a {
    font-size: 2.5rem;
}
.card-content .social a {
    font-size: 1.5rem;
}
.card-content .social a:hover {
    transition: all 0.5s ease-in-out;
    background: transparent;
    color: #00CCCC !important;
}



.container.mast {
    
        /* Also remove from Bootstrap row/col that might have borders */
        .row,
        .col,
        [class*="col-"] {
            border-top: none !important;
        }
    margin: auto;
    padding-top: 10vh;
}
.container.mast h1 {
    font-size: 3rem;
    font-weight: 300;
    text-shadow: 4px 4px 8px #333333;
    text-align: start;
    text-transform: uppercase;
    color: #FFFFFF;
    border-left: 4px solid #00CCCC;
    padding-left: 2rem;
    transition: all 0.5s ease-in-out;
}
.container.mast h1:hover {
    font-size: 3rem;
    font-weight: 300;
    text-shadow: 8px 8px 16px #000000;
    text-align: start;
    text-transform: uppercase;
    color: #00CCCC;
    border-left: 4px solid #FFFFFF;
    padding-left: 2rem;
    transition: all 0.5s ease-in-out;
}
.container.mast h5 {
    font-size: 1.25rem;
    text-transform: uppercase;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    background: transparent;
    color: #EAEAEA;
    transition: all 0.5s ease-in-out;
}
.container.mast h5:hover {
    font-size: 1.25rem;
    text-transform: uppercase;
    padding-top: 1rem;
    padding-bottom: 1rem;
    background: transparent;
    color: #00CCCC;
    transition: all 0.5s ease-in-out;
    font-weight: 900;
    letter-spacing: 0.1rem;
}
.container.mast h5 i {
    padding-right: 1rem;
    transition: all 0.5s ease-in-out;
    color: #00CCCC;
    font-size: 1rem;
}
.container.mast h5:hover i {
    padding-right: 2rem;
    transition: all 0.5s ease-in-out;
    color: #00CCCC;
    font-size: 1.5rem;
}
.container.mast .card {
    background: transparent;
    background-color: transparent;
    border: 6px solid transparent;
    color: #FFFFFF;
    box-shadow: none;
    border-radius: 25px;
    transition: all 0.5s ease-in-out;
    padding: 1rem;
}
.container.mast .card:hover {
    border: 8px solid #00CCCC;
    color: #FFFFFF;
    border-radius: 25px;
    box-shadow: 4px 4px 16px #0a0a0a;
    transition: all 0.5s ease-in-out;
}
.container table {
    text-align: center;
    transition: all 0.5s ease-in-out;
}
.container table thead {
    z-index: 2100;
}
.container table thead th {
    color: #003366;
    font-weight: 900;
    padding-top: 20px;
    padding-bottom: 20px;
    transition: all 0.5s ease-in-out;
}
.container table a {
    color: #00CCCC;
    transition: all 0.5s ease-in-out;
}
.container table a:hover {
    color: #003366 !important;
    letter-spacing: 0.1rem;
    transition: all 0.5s ease-in-out;
}
.container ul {
    padding-left: 50px;
}
.container ul li:nth-child(odd) {
    color: #00CCCC;
}

/* WORD ART */
.word-art {
    color: #00CCCC;
    transform: rotate(-10deg);
    display: inline-block;
    font-size: 4rem;
    font-family: 'Lumanosimo', cursive;
    font-style: italic;
    transition: all 0.5s ease-in-out;
}
.word-art:hover {
    color: #00CCCC;
    transform: rotate(-5deg);
    font-size: 4.5rem;
    font-weight: 900;
    transition: all 0.5s ease-in-out;
}

/* MAP */
path {
    stroke: #EAEAEA;
    fill: #00CCCC;
    transition: fill .4s ease;
    transform-origin: center center;
}

/* MAP STYLING */
/* Default state - inactive (dimmed gray) */
#us-map path {
    fill: #4a5568;
    opacity: 0.3;
    stroke: #2d3748;
    stroke-width: 0.97063118;
    transition: all 0.3s ease;
}

/* Active/Served states - highlight in aqua */
#us-map path#AK,
#us-map path#AL,
#us-map path#AR,
#us-map path#AZ,
#us-map path#CA,
#us-map path#CO,
#us-map path#CT,
#us-map path#DE,
#us-map path#FL,
#us-map path#GA,
#us-map path#HI,
#us-map path#IA,
#us-map path#ID,
#us-map path#IL,
#us-map path#IN,
#us-map path#KS,
#us-map path#KY,
#us-map path#LA,
#us-map path#MA,
#us-map path#MD,
#us-map path#ME,
#us-map path#MI,
#us-map path#MN,
#us-map path#MO,
#us-map path#MS,
#us-map path#MT,
#us-map path#NC,
#us-map path#ND,
#us-map path#NE,
#us-map path#NH,
#us-map path#NJ,
#us-map path#NM,
#us-map path#NV,
#us-map path#NY,
#us-map path#OH,
#us-map path#OK,
#us-map path#OR,
#us-map path#PA,
#us-map path#RI,
#us-map path#SC,
#us-map path#SD,
#us-map path#TN,
#us-map path#TX,
#us-map path#UT,
#us-map path#VA,
#us-map path#VT,
#us-map path#WA,
#us-map path#WI,
#us-map path#WV,
#us-map path#WY {
    fill: #00d4ff;
    opacity: 1;
    stroke: #003366;
}

/* Hover effect for active states */
#us-map path#AK:hover,
#us-map path#AL:hover,
#us-map path#AR:hover,
#us-map path#AZ:hover,
#us-map path#CA:hover,
#us-map path#CO:hover,
#us-map path#CT:hover,
#us-map path#DE:hover,
#us-map path#FL:hover,
#us-map path#GA:hover,
#us-map path#HI:hover,
#us-map path#IA:hover,
#us-map path#ID:hover,
#us-map path#IL:hover,
#us-map path#IN:hover,
#us-map path#KS:hover,
#us-map path#KY:hover,
#us-map path#LA:hover,
#us-map path#MA:hover,
#us-map path#MD:hover,
#us-map path#ME:hover,
#us-map path#MI:hover,
#us-map path#MN:hover,
#us-map path#MO:hover,
#us-map path#MS:hover,
#us-map path#MT:hover,
#us-map path#NC:hover,
#us-map path#ND:hover,
#us-map path#NE:hover,
#us-map path#NH:hover,
#us-map path#NJ:hover,
#us-map path#NM:hover,
#us-map path#NV:hover,
#us-map path#NY:hover,
#us-map path#OH:hover,
#us-map path#OK:hover,
#us-map path#OR:hover,
#us-map path#PA:hover,
#us-map path#RI:hover,
#us-map path#SC:hover,
#us-map path#SD:hover,
#us-map path#TN:hover,
#us-map path#TX:hover,
#us-map path#UT:hover,
#us-map path#VA:hover,
#us-map path#VT:hover,
#us-map path#WA:hover,
#us-map path#WI:hover,
#us-map path#WV:hover,
#us-map path#WY:hover {
    fill: #003366;
    cursor: pointer;
    transform: scale(1.005, 1.005);
    opacity: 1;
}

/* Inactive states hover (no pointer) */
#us-map path:not(#AK):not(#AL):not(#AR):not(#AZ):not(#CA):not(#CO):not(#CT):not(#DE):not(#FL):not(#GA):not(#HI):not(#IA):not(#ID):not(#IL):not(#IN):not(#KS):not(#KY):not(#LA):not(#MA):not(#MD):not(#ME):not(#MI):not(#MN):not(#MO):not(#MS):not(#MT):not(#NC):not(#ND):not(#NE):not(#NH):not(#NJ):not(#NM):not(#NV):not(#NY):not(#OH):not(#OK):not(#OR):not(#PA):not(#RI):not(#SC):not(#SD):not(#TN):not(#TX):not(#UT):not(#VA):not(#VT):not(#WA):not(#WI):not(#WV):not(#WY):hover {
    cursor: not-allowed;
}

/* #map-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
} */
#us-map {
    display: block;
    width: 100%;
    height: 100%;
}

#details-box {
    box-shadow: 0px 7px 40px rgba(0, 0, 0, 0.7);
    opacity: 0;
    padding: 1rem;
    border-radius: 8px;
    font-size: 1rem;
    position: fixed;
    color: #EAEAEA;
    background-color: #333333;
    width: auto;
    pointer-events: none;
    transition: opacity .3s ease;
    z-index: 9999;
}

/* QUOTE TOOL */
.quote {
    background-color: rgba(0, 0, 0, 0.9);
    background-image: url(/img/cover.gif);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-blend-mode: darken;
    min-height: 100vh;
}
.estimate {
    background-color: rgba(0, 0, 0, 0.9);
    background-image: url(/img/cover.gif);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-blend-mode: darken;
    min-height: 100vh;
}
.myquote {
    background: #003366;
    color: #FFF;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 100vh;
}
.quote .part {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #FFFFFF;
    max-height: 100%;
}
#quoteWizard .form-control, #quoteWizard .form-select {
    background-color: #fff;
    color: #00cccc;
    border: 2px solid #003366;
    border-radius: 25px;
    font-size: 2rem;
    text-align: center;
    -webkit-text-align: center;
    text-align-last: center;
    padding: 0.5rem;
    box-sizing: border-box;
}
#quoteWizard select option {
    padding: 0.5rem; /* Consistent padding */
    color: #003366;
    text-align: center;
    -webkit-text-align: center;
}
#quoteWizard .form-control-plaintext {
    color: #00cccc;
}
#quoteWizard .form-control:active {
    background-color: #fff;
    font-weight: 900;
    transition: all 0.5s ease-in-out;
    color: #00cccc;
    text-align: center;
    -webkit-text-align: center;
}
#quoteWizard .form-check-input:checked {
    background-color: #00cccc; /* Checked background color */
    border: none;
}
#quoteWizard .form-check {
    color: #FFFFFF;
    font-size: 1.25rem;
}

.card.quoted {
    background: #00CCCC;
    border: 4px solid #000000;
    border-radius: 25px;
    box-shadow: 4px 4px 8px #000000a4;
}

/* TICKER */
.ticker-container {
    width: 100vw;
    overflow: hidden; /* Hide horizontal scroll */
    position: relative;
}
.ticker {
    display: flex;
    width: fit-content; /* Adjust as needed */
    white-space: nowrap; /* Prevent items from wrapping */
    animation: scroll 22s linear infinite; /* Adjust animation duration as needed */
}
.ticker.reverse {
    display: flex;
    width: fit-content; /* Adjust as needed */
    white-space: nowrap; /* Prevent items from wrapping */
    animation: scrollR 30s linear infinite; /* Adjust animation duration as needed */
}
.ticker-item {
    width: 100vw; /* Adjust item width as needed */
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 3rem;
    text-transform: uppercase;
    font-style: italic;
}
.ticker-item i {
    color: #00CCCC;
    font-size: 4rem;
    padding-left: 2rem;
    padding-right: 2rem;
    text-shadow: 2px 2px 4px #0a0a0a;
}
@keyframes scroll {
    0% {
        transform: translateX(120%);
    }
    100% {
        transform: translateX(-120%);
    }
}
@keyframes scrollR {
    0% {
        transform: translateX(-120%);
    }
    100% {
        transform: translateX(120%);
    }
}


/* APP */
.app-cover {
    background-color: #003366;
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
    color: #000;
    padding-top: 15vh;
    min-height: 105vh;    
}
.app {
    background: #FFF;
    background-color: #FFF;
    color: #000;
    margin-top: -4vh;
}

.app .category {
    background: #003366;
    color: #FFFFFF;
    border: none;
    border-radius: 15px;
    padding: 20px;
    text-align: center;
    transition: all 0.5s ease-in-out;
    margin-bottom: 2vh;
    font-size: 0.9rem;
    box-shadow: 0 6px 4px #000000;
    padding-left: 10px;
    padding-right: 10px;
}
.app .category.small {
    font-size: 0.8rem !important;
    width: 46%;
    margin: auto;    
}
.app .category.xsmall {
    font-size: 0.7rem !important;
    width: 30%;
    margin: auto;    
}
.app .category:hover {
    border-radius: 25px;
    background: #00CCCC;
    padding: 20px;
    text-align: center;
    transition: all 0.5s ease-in-out;
    letter-spacing: 0.1rem;
}
.app-cover .content {
    margin-top: 2vh;
}
.app-cover .profile {
    margin: auto;
    width: 90%;
}
.app-cover .profile-d {
    border-radius: 50%;
    border: 4px solid #00CCCC;
    background: #FFFFFF;
    width: 90%;
    margin: auto;
}
.title-name {
    font-weight: 900;
    margin-bottom: 0;
}
.title-area {
    bottom: 12vh;
    position: absolute;
}


/* Main footer container */
footer {
    background-color: #1a1a2e; /* Matching your dark purple background */
    color: #ffffff;
    font-size: 0.9rem;
}
/* Style for the top row CTAs */
footer .border-bottom {
    border-color: rgba(255, 255, 255, 0.1) !important;
}
/* Headings for the footer columns */
footer h6.lead {
    font-weight: 600;
    margin-bottom: 1rem;
}
/* Styling for all links in the footer */
footer a {
    text-decoration: none;
    color: #ffffff;
    transition: color 0.3s ease-in-out;
}
/* Specific styling for links within the lists */
footer ul.list-unstyled a.btn {
    padding: 0.25rem 0; /* Makes the click area cleaner */
    text-align: inherit; /* Aligns text left on desktop */
}
/* Hover effect for all text links */
footer a:not(.btn-animate):hover {
    color: #00CCCC; /* Your brand's aqua color */
}
/* Styling for the main brand name */
footer h6.fw-bold {
    font-size: 1.1rem;
}
/* Subdued text color for descriptions */
footer .text-white-50 {
    color: rgba(255, 255, 255, 0.6) !important;
}
/* Styling for the standout CTA box */
footer .bg-dark {
    background-color: #11111f !important; /* Slightly darker than the footer bg */
    border: 1px solid rgba(255, 255, 255, 0.1);
}
/* Copyright and legal text at the very bottom */
footer .terms p.grey,
footer .terms a {
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.5);
    transition: color 0.3s ease-in-out;
}
footer .terms a:hover {
    color: #00CCCC;
}

/* --- SCREEN SIZE ADJUSTMENTS --- */
@media (max-width: 767px) {
    .desktop-only {
        display: none;
    }
    .mobile-only {
        display: inline; /* Or block, depending on context */
    }
    .bg-coffee {
        background-image: none;
        background: #0a0a0a; /* fallback for old browsers */
        background: -webkit-linear-gradient(to top, #333333, #0a0a0a); /* Chrome 10-25, Safari 5.1-6 */
        background: linear-gradient(to top, #333333, #0a0a0a); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    }
    /* Mobile fallback: solid background to avoid seam */
    .parallax,
    .bg-particle {
        background-image: none !important;
        background-color: #2b1d57;
    }
    .parallax {
        overflow-x: hidden;
        background-attachment: scroll;
    }
    .bg-particle::before,
    .bg-particle::after {
        content: none;
    }
    .hero-section {
        background-color: #2b1d57;
    }
    .bg-particle,
    .hero-section {
        background-position: top center;
        border-top: none !important;
        box-shadow: none !important;
    }
    .text-mobile-start {
        text-align: start !important; /* Ensure alignment override */
    }
}

/* Samsung S9+ */
@media (max-width: 320px) {
    .xs-hide {
        display: none;
    }
}

/* Utility class if needed for specific back card alignment */
.flip-card-back.align-top-left {
    justify-content: flex-start;
    align-items: flex-start;
    text-align: left;
}


/* UPDATES 4/24/2025 FOR STATES FUNNELS */
/* Simple text shadow utility */
.text-shadow {
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
}
.text-shadow-light {
     text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}

/* Style for the statistics cards */
.stat-card {
    background-color: #f8f9fa; /* Light background */
    border: 1px solid #dee2e6; /* Subtle border */
    border-radius: 0.375rem; /* Standard Bootstrap rounding */
    padding: 1rem;
    margin-bottom: 1rem;
    text-align: center;
}
.stat-card h5 {
    font-size: 1rem;
    color: #6c757d; /* Muted color for label */
    margin-bottom: 0.5rem;
}
 .stat-card hr {
    margin-top: 0.25rem;
    margin-bottom: 0.5rem;
    border-top: 1px solid rgba(0,0,0,.1);
 }
.stat-card .stat-value {
    font-size: 1.75rem; /* Slightly smaller than original H2 */
    font-weight: bold;
    color: #212529; /* Darker color for value */
    margin-bottom: 0;
}
.stat-card .stat-icon {
    font-size: 1.5rem; /* Icon size */
    color: #007bff; /* Example primary color for icons */
    margin-bottom: 0.5rem;
}
/* Style for the fact cards */
.fact-card {
    background-color: #003366;
    border: 1px solid #00CCCC;
    border-radius: 0.375rem;
    padding: 1rem;
    margin-bottom: 1rem;
    display: flex; /* Use flexbox for alignment */
    align-items: center; /* Center items vertically */
}
.fact-card .icon-col {
    flex: 0 0 auto; /* Don't grow, don't shrink, base size on content */
    padding-right: 1rem;
    font-size: 2rem; /* Larger icon */
    color: #00CCCC; /* Example primary color */
}
.fact-card .text-col {
    flex: 1 1 auto; /* Grow and shrink */
    text-align: left;
}
.fact-card h6 {
    font-size: 0.9rem;
    color: #FFF;
    margin-bottom: 0.1rem;
    text-transform: uppercase;
}
.fact-card .fact-value {
    font-size: 1.5rem;
    font-weight: bold;
    color: #FFF;
     margin-bottom: 0;
}
.list-unstyled {
    text-align: start;
    font-size: 1.2rem;
}


/* NEW STYLES 10/19/2025 */

/* Main container for the reviews section */
.thig-reviews-section {
    width: 100%;
    max-width: 1280px; /* or your site's max width */
    margin-left: auto;
    margin-right: auto;
    padding: 4rem 1rem; /* 64px top/bottom, 16px left/right */
}

/* Header Styles */
.thig-reviews-header {
    text-align: center;
    margin-bottom: 3rem; /* 48px */
}

.thig-reviews-subtitle {
    font-size: 1rem; /* 16px */
    font-weight: 600;
    color: #2dd4bf; /* Teal color */
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.thig-reviews-title {
    margin-top: 0.5rem; /* 8px */
    font-size: 2.25rem; /* 36px */
    font-weight: 700;
    color: #ffffff;
}

.thig-reviews-description {
    margin-top: 1.5rem; /* 24px */
    max-width: 42rem; /* 672px */
    margin-left: auto;
    margin-right: auto;
    font-size: 1.125rem; /* 18px */
    line-height: 1.75rem; /* 28px */
    color: #d1d5db; /* Light gray */
}

/* Grid container for review cards */
.thig-reviews-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    gap: 1.5rem; /* 24px */
}

/* Individual review card styling */
.thig-review-card {
    background-color: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 0.5rem; /* 8px */
    padding: 1.5rem; /* 24px */
    display: flex;
    flex-direction: column;
    height: 100%;
    position: relative;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.thig-review-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.thig-review-card-quote-icon {
    color: rgba(255, 255, 255, 0.1);
    font-size: 4rem; /* 64px */
    position: absolute;
    top: 0.5rem;
    left: 1rem;
    z-index: 1;
}

.thig-review-card-content {
    flex-grow: 1;
    margin-bottom: 1rem;
    position: relative;
    z-index: 2;
    margin-bottom: 0;
}

.thig-review-card-text {
    margin-top: 1rem;
    color: #d1d5db; /* Light gray */
    line-height: 1.65;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* Star Rating Styles */
.thig-star-rating .fa-star {
    color: #2dd4bf; /* Teal color */
    margin-right: 0.125rem;
}

.thig-star-rating .fa-star.inactive {
    opacity: 0.3;
}

/* Author section at the bottom of the card */
.thig-review-card-author {
    flex-shrink: 0;
    text-align: right;
    position: relative;
    z-index: 2;
    margin-top: 1rem;
}

.thig-review-card-name {
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 0;
}

.thig-review-card-location {
    font-size: 0.875rem; /* 14px */
    color: #2dd4bf; /* Teal color */
    margin-bottom: 0;
}

/* Carousel Pagination Styles */
.thig-reviews-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2rem;
    margin-top: 2rem;
    flex-wrap: wrap;
}

.thig-carousel-btn {
    padding: 10px 16px;
    border-radius: 8px;
    border: none;
    background-color: #00CCCC;
    color: #003366;
    font-weight: 800;
    cursor: pointer;
    font-size: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 44px;
    height: 44px;
    transition: all 0.3s ease;
}

.thig-carousel-btn:hover {
    background-color: #00b3b3;
    transform: scale(1.05);
}

.thig-carousel-btn i {
    margin: 0 4px;
}

.thig-carousel-indicators {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.thig-page-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: none;
    background-color: #999;
    cursor: pointer;
    transition: all 0.3s ease;
    opacity: 0.6;
    padding: 0;
}

.thig-page-dot.active {
    background-color: #00CCCC;
    opacity: 1;
    width: 16px;
    height: 16px;
}

.thig-page-dot:hover {
    opacity: 0.8;
}

/* Slide animations for testimonials */
@keyframes slideOutLeft {
    0% {
        opacity: 1;
        transform: translateX(0);
    }
    100% {
        opacity: 0;
        transform: translateX(-100%);
    }
}

@keyframes slideOutRight {
    0% {
        opacity: 1;
        transform: translateX(0);
    }
    100% {
        opacity: 0;
        transform: translateX(100%);
    }
}

@keyframes slideIn {
    0% {
        opacity: 0;
        transform: translateX(100%);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

.thig-reviews-grid.slide-out-left {
    animation: slideOutLeft 0.3s ease-out forwards;
}

.thig-reviews-grid.slide-out-right {
    animation: slideOutRight 0.3s ease-out forwards;
}

.thig-reviews-grid.slide-in {
    animation: slideIn 0.3s ease-in;
}

/* Responsive adjustments for smaller screens */
@media (max-width: 640px) {
    .thig-reviews-title {
        font-size: 1.875rem; /* 30px */
    }
    .thig-reviews-section {
        padding: 2.5rem 1rem;
    }
    .thig-reviews-pagination {
        gap: 1rem;
    }
    .thig-carousel-btn {
        font-size: 0.85rem;
        padding: 8px 12px;
        min-width: 40px;
        height: 40px;
    }
}


.quote-option-card {
    background-color: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 15px;
    padding: 2.5rem 2rem;
    transition: all 0.3s ease-in-out;
}
.quote-option-card:hover {
    transform: translateY(-5px);
    border-color: #00CCCC; /* Aqua color on hover */
}
.quote-option-card p {
    font-size: 1rem;
    color: #adb5bd; /* Lighter grey for better readability */
}

/* ====== ENHANCED HERO SECTION STYLES ====== */

/* ===== ENHANCED HERO SECTION - PREMIUM KNOCKOUT DESIGN ===== */

.hero-section-enhanced {
    background-color: #000000cc;
    background-image: url("/img/particle.gif");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-blend-mode: overlay;
    padding: 5rem 0 4rem;
    transition: padding 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}

.hero-section-enhanced.hero-scrolled {
    padding: 2.5rem 0;
}

.hero-enhanced-content {
    display: flex;
    flex-direction: column;
    gap: 3.5rem;
    animation: fadeInUp 1.2s cubic-bezier(0.4, 0, 0.2, 1);
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* ========== PREMIUM STATS BAR ========== */
.hero-stats-premium {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3rem;
    padding: 2rem 2rem;
    background: linear-gradient(135deg, rgba(0, 204, 204, 0.08) 0%, rgba(0, 204, 204, 0.04) 100%);
    border: 2px solid rgba(0, 204, 204, 0.25);
    border-radius: 12px;
    backdrop-filter: blur(10px);
    margin-bottom: 1rem;
}

.stat-pill {
    display: flex;
    align-items: center;
    gap: 1.25rem;
    text-decoration: none;
    color: inherit;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    flex: 1;
    justify-content: center;
}

.stat-pill:hover {
    transform: translateY(-4px);
}

.stat-icon-bg {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, rgba(0, 204, 204, 0.2) 0%, rgba(0, 204, 204, 0.1) 100%);
    border: 2px solid rgba(0, 204, 204, 0.4);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #00CCCC;
    font-size: 1.5rem;
    flex-shrink: 0;
    transition: all 0.4s ease;
}

.stat-pill:hover .stat-icon-bg {
    background: linear-gradient(135deg, rgba(0, 204, 204, 0.35) 0%, rgba(0, 204, 204, 0.2) 100%);
    border-color: #00DDDD;
    box-shadow: 0 0 20px rgba(0, 204, 204, 0.3);
}

.stat-info {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    text-align: left;
}

.stat-number {
    font-size: 1.35rem;
    font-weight: 800;
    color: #00CCCC;
    letter-spacing: -0.5px;
}

.stat-label {
    font-size: 0.8rem;
    color: #A8A8A8;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.3px;
}

.stat-divider {
    width: 2px;
    height: 50px;
    background: linear-gradient(180deg, transparent, rgba(0, 204, 204, 0.3), transparent);
}

/* ========== MAIN HERO GRID ========== */
.hero-grid-premium {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
    min-height: 550px;
}

/* LEFT COLUMN */
.hero-col-left {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    padding-right: 1rem;
}

.hero-headline-premium {
    position: relative;
}

.hero-title-premium {
    font-size: clamp(2.5rem, 6vw, 3.8rem);
    font-weight: 900;
    line-height: 1.15;
    color: #FFFFFF;
    margin: 0;
    letter-spacing: -1px;
}

.hero-title-premium .aqua-bold {
    color: #00CCCC;
    font-weight: 900;
    display: inline;
    background: linear-gradient(135deg, #00CCCC 0%, #00E5E5 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.hero-title-premium .grad-accent {
    background: linear-gradient(135deg, #FFFFFF 0%, #00CCCC 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: 900;
}

.hero-subtitle-premium {
    font-size: 1.15rem;
    color: #D8D8D8;
    line-height: 1.65;
    margin: 0;
    opacity: 0.95;
}

/* PREMIUM BADGES */
.hero-badges-premium {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.25rem;
    margin: 1.5rem 0;
}

.badge-premium {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.75rem;
    padding: 1.25rem;
    background: linear-gradient(135deg, rgba(0, 204, 204, 0.12) 0%, rgba(0, 204, 204, 0.05) 100%);
    border: 2px solid rgba(0, 204, 204, 0.25);
    border-radius: 12px;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: default;
    position: relative;
    overflow: hidden;
}

.badge-premium::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    transition: left 0.6s ease;
}

.badge-premium:hover {
    background: linear-gradient(135deg, rgba(0, 204, 204, 0.2) 0%, rgba(0, 204, 204, 0.1) 100%);
    border-color: rgba(0, 204, 204, 0.4);
    transform: translateY(-6px);
    box-shadow: 0 12px 30px rgba(0, 204, 204, 0.15);
}

.badge-premium:hover::before {
    left: 100%;
}

.badge-icon {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, rgba(0, 204, 204, 0.3) 0%, rgba(0, 204, 204, 0.15) 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #00CCCC;
    font-size: 1.75rem;
    transition: all 0.4s ease;
}

.badge-premium:hover .badge-icon {
    transform: scale(1.12) rotateZ(5deg);
    background: linear-gradient(135deg, rgba(0, 204, 204, 0.45) 0%, rgba(0, 204, 204, 0.25) 100%);
}

.badge-text {
    text-align: center;
    font-size: 0.9rem;
    line-height: 1.4;
    color: #EAEAEA;
}

.badge-text strong {
    display: block;
    font-size: 1.1rem;
    color: #00CCCC;
    font-weight: 800;
}

/* PREMIUM BUTTONS */
.hero-buttons-premium {
    display: flex;
    gap: 1rem;
    margin-top: 1rem;
}

.btn-premium {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    padding: 1.1rem 2rem;
    border-radius: 10px;
    border: none;
    font-size: 1rem;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    text-decoration: none;
    white-space: nowrap;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    position: relative;
    overflow: hidden;
}

.btn-premium::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    transition: width 0.6s, height 0.6s;
}

.btn-premium:hover::before {
    width: 300px;
    height: 300px;
}

.btn-primary-glow {
    background: linear-gradient(135deg, #00CCCC 0%, #00A8A8 100%);
    color: #003366;
    box-shadow: 0 10px 30px rgba(0, 204, 204, 0.25);
}

.btn-primary-glow:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 40px rgba(0, 204, 204, 0.4);
    background: linear-gradient(135deg, #00DDDD 0%, #00B8B8 100%);
}

.btn-secondary-outline {
    background: transparent;
    color: #00CCCC;
    border: 2.5px solid #00CCCC;
}

.btn-secondary-outline:hover {
    background: rgba(0, 204, 204, 0.1);
    border-color: #00DDDD;
    color: #00DDDD;
    box-shadow: 0 8px 20px rgba(0, 204, 204, 0.2);
    transform: translateY(-3px);
}

/* RIGHT COLUMN - MAP */
.hero-col-right {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.map-card-premium {
    display: flex;
    flex-direction: column;
    background: linear-gradient(135deg, rgba(0, 204, 204, 0.08) 0%, rgba(0, 0, 0, 0.3) 100%);
    border: 2px solid rgba(0, 204, 204, 0.3);
    border-radius: 16px;
    overflow: hidden;
    min-height: 480px;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.1);
    position: relative;
}

.map-card-premium::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at center, rgba(0, 204, 204, 0.05) 0%, transparent 70%);
    pointer-events: none;
    z-index: 1;
}

.map-card-premium:hover {
    background: linear-gradient(135deg, rgba(0, 204, 204, 0.12) 0%, rgba(0, 0, 0, 0.25) 100%);
    border-color: rgba(0, 204, 204, 0.45);
    box-shadow: 0 30px 80px rgba(0, 204, 204, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.15);
    transform: translateY(-6px);
}

.map-badge-top {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    padding: 1rem 1.5rem;
    background: rgba(0, 0, 0, 0.6);
    border-bottom: 1px solid rgba(0, 204, 204, 0.2);
    color: #00CCCC;
    font-weight: 700;
    font-size: 0.95rem;
    z-index: 2;
}

.map-badge-top i {
    font-size: 1.1rem;
}

.map-container-premium {
    flex: 1;
    position: relative;
    overflow: hidden;
    z-index: 2;
}

.map-info-bottom {
    padding: 1.25rem 1.5rem;
    background: rgba(0, 0, 0, 0.5);
    border-top: 1px solid rgba(0, 204, 204, 0.15);
    text-align: center;
    font-size: 0.9rem;
    color: #B0B0B0;
    z-index: 2;
}

.map-info-bottom p {
    margin: 0;
    line-height: 1.4;
}

.map-info-bottom strong {
    color: #00CCCC;
    font-weight: 700;
}

/* ========== POWERFUL STAT CALLOUT ========== */
.hero-stat-callout {
    background: linear-gradient(135deg, rgba(0, 204, 204, 0.15) 0%, rgba(0, 204, 204, 0.08) 100%);
    border: 2px solid rgba(0, 204, 204, 0.35);
    border-radius: 14px;
    padding: 2.5rem;
    margin-top: 1.5rem;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}

.hero-stat-callout::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -50%;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(0, 204, 204, 0.1) 0%, transparent 70%);
    pointer-events: none;
}

.hero-stat-callout::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, transparent, rgba(0, 204, 204, 0.5), transparent);
    pointer-events: none;
}

.hero-stat-callout:hover {
    background: linear-gradient(135deg, rgba(0, 204, 204, 0.22) 0%, rgba(0, 204, 204, 0.12) 100%);
    border-color: rgba(0, 204, 204, 0.5);
    box-shadow: 0 15px 40px rgba(0, 204, 204, 0.18);
    transform: translateY(-4px);
}

.stat-callout-content {
    display: flex;
    align-items: center;
    gap: 2.5rem;
    position: relative;
    z-index: 2;
}

.stat-callout-number {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    flex-shrink: 0;
}

.stat-callout-number .number {
    font-size: 3.5rem;
    font-weight: 900;
    background: linear-gradient(135deg, #00CCCC 0%, #00E5E5 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    line-height: 1;
}

.stat-callout-number .label {
    font-size: 0.85rem;
    color: #A0A0A0;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.stat-callout-message {
    flex: 1;
}

.callout-headline {
    font-size: 1.4rem;
    font-weight: 800;
    color: #FFFFFF;
    margin: 0 0 0.5rem 0;
    letter-spacing: -0.5px;
}

.callout-text {
    font-size: 1rem;
    color: #D0D0D0;
    line-height: 1.6;
    margin: 0;
}

/* ========== RESPONSIVE DESIGN ========== */
@media (max-width: 1024px) {
    .hero-grid-premium {
        grid-template-columns: 1fr;
        gap: 3rem;
        min-height: auto;
    }

    .hero-col-left {
        padding-right: 0;
    }

    .hero-title-premium {
        font-size: 2.8rem;
    }

    .map-card-premium {
        min-height: 400px;
    }

    .stat-callout-content {
        gap: 2rem;
    }

    .stat-callout-number .number {
        font-size: 3rem;
    }

    .hero-stats-premium {
        flex-direction: column;
        gap: 1.5rem;
    }

    .stat-divider {
        width: 30px;
        height: 2px;
    }
}

@media (max-width: 768px) {
    .hero-section-enhanced {
        padding: 3.5rem 0 3rem;
    }

    .hero-enhanced-content {
        gap: 2.5rem;
    }

    .hero-stats-premium {
        flex-direction: column;
        gap: 1rem;
        padding: 1.5rem;
        gap: 1rem;
    }

    .stat-pill {
        width: 100%;
        justify-content: flex-start;
    }

    .stat-divider {
        display: none;
    }

    .hero-title-premium {
        font-size: 2rem;
    }

    .hero-subtitle-premium {
        font-size: 1rem;
    }

    .hero-badges-premium {
        grid-template-columns: 1fr;
        gap: 0.75rem;
        margin: 1rem 0;
    }

    .badge-premium {
        padding: 1rem;
    }

    .badge-icon {
        width: 45px;
        height: 45px;
        font-size: 1.5rem;
    }

    .badge-text {
        font-size: 0.85rem;
    }

    .badge-text strong {
        font-size: 1rem;
    }

    .hero-buttons-premium {
        flex-direction: column;
        gap: 0.75rem;
    }

    .btn-premium {
        width: 100%;
        padding: 1rem 1.5rem;
    }

    .map-card-premium {
        min-height: 350px;
    }

    .stat-callout-content {
        flex-direction: column;
        text-align: center;
        gap: 1.5rem;
    }

    .stat-callout-number .number {
        font-size: 2.5rem;
    }

    .callout-headline {
        font-size: 1.2rem;
    }

    .callout-text {
        font-size: 0.95rem;
    }

    .hero-stat-callout {
        padding: 1.75rem;
        margin-top: 1rem;
    }
}