/* ================= Font family and colors ================= */

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



@font-face {
    font-family: 'Jost';
    src: url('/assets/font/jost/Jost-300-Light.otf') format('otf');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Jost';
    src: url('/assets/font/jost/Jost-400-Book.otf') format('otf');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Jost';
    src: url('/assets/font/jost/Jost-500-Medium.otf') format('otf');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Jost';
    src: url('/assets/font/jost/Jost-600-Semi.otf') format('otf');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Jost';
    src: url('/assets/font/jost/Jost-700-Bold.otf') format('otf');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Jost';
    src: url('/assets/font/jost/Jost-900-Black.otf') format('otf');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

.fontsize-338686 {
    font-size: 75px;
}

.font-136269 {
    font-family: 'Urbanist', sans-serif;
}

.font-weight-600,
.font-weight-600 *:not(strong):not(b),
.btn-custom-typo.font-weight-600 {
    font-weight: 600 !important;
}


:root {
    --dominant-font-color: #333333;
    --heading-font-color: #303133;
    --secondary-font-color: #303133;
    --body-font-color: #444444;
    --body-font-family: 'Urbanist', sans-serif;
    --heading-font-family: 'Urbanist', sans-serif;
    --border-radius: 2px;
}

.ab-white {

    color: white;
}

.ab-black {

    color: #000000;
}

/* ================= REMOVE TEXT CURSOR / CARET ================= */

/* Prevent text selection */
body {
    user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

/* Ensure text cursor never appears */
* {
    caret-color: transparent;
}

/* Restore normal behavior for form elements */
input,
textarea,
select,
button {
    user-select: text;
    caret-color: auto;
}


/* ===============================
   UNIVERSAL TYPOGRAPHY SYSTEM
   =============================== */

/* Headings */
.h1, h1 {
  font-size: 48px;
  font-weight: 500;
  line-height: 1.15;
}

.h2, h2 {
  font-size: 36px;
  font-weight: 500;
  line-height: 1.2;
}

.h3, h3 {
  font-size: 28px;
  font-weight: 500;
  line-height: 1.25;
}

.h4, h4 {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.3;
}

/* Paragraphs */
.p, p {
  font-size: 16px;
  line-height: 1.75;
  color: #6f6f6f;
}

/* Dark sections override */
.section-dark p {
  color: #e0e0e0;
}

/* Links */
a {
  text-decoration: none;
}

h2:not([class*="fontsize-"]),
.h2:not([class*="fontsize-"]) {
    font-size: 20px;
}

.style-light {
    color: #777777;
}

h1,
h2,
h3,
h4,
h5 {
    font-family: 'Urbanist', sans-serif !important;
    font-weight: 10 !important;
    letter-spacing: 0.02em;
}

h6 {
    font-family: 'Urbanist', sans-serif !important;
    font-weight: 500 !important;
    letter-spacing: 0.02em;
}


.service-title {
    font-weight: 700 !important;
}

.form-title {

    font-weight: 600 !important;
}

.faq-title {

    font-weight: 400 !important;
}

.product-main-title {
    font-weight: 700 !important;
}

.main-banner-title {
    font-weight: 400 !important;
    font-size: 100px;
}

/* ================= Main Menu ================= */

.mainmenu-content .main-wrap ul.menu-ul li.menu-li a.menu-link span.menu-title::after {
    height: 0 !important;
    width: 0 !important;
    background-image: none !important;
}

.mainmenu-content .main-wrap ul.menu-ul li.menu-li:hover a.menu-link span.menu-title::after {
    width: 0 !important;
    height: 0 !important;
}

.mainmenu-content .main-wrap ul.menu-ul li.menu-li a.menu-link:hover,
.mainmenu-content .main-wrap ul.menu-ul li.menu-li a.menu-link:focus {
    text-decoration: none !important;
}

/* ================= Buttons ================= */

.dominant-btn,
.secondary-btn {
    padding: 15px 35px;
    font-size: 14px;
    font-weight: 600;
    text-transform: none;
}

.dominant-btn {
    background-color: var(--dominant-font-color) !important;
    border-color: var(--dominant-font-color) !important;
    color: #ffffff !important;
}

.dominant-btn:hover {
    background-color: #ffffff !important;
    border-color: var(--dominant-font-color) !important;
    color: var(--dominant-font-color) !important;
}

.back-to-top-btn {
    background-color: #1a1a1a;
    color: #ffffff;
    border-radius: 2px;        
    box-shadow: 0 4px 14px rgba(0,0,0,0.35);
}

.back-to-top-btn:hover {
    background-color: #000000;
    color: #ffffff;
}

/* Reduce gap between about-us and service-area */
.about-us {
    padding-bottom: 20px !important;
}

.service-area {
    padding-top: 40px;
}

/* ================= Sidebar Filter ================= */

.sidebar-wrapper .filter-item .filter-title {
    background-color: #eeeeee;
    color: #444444;
    padding: 18px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
}

.sidebar-wrapper .filter-item ul li label {
    font-size: 14px;
}

.catalog-pg-box .catalog-list .list-box {
    min-height: 45px;
    margin-top: 8px;
    display: flex;
    align-items: flex-start;
}

.catalog-pg-box .catalog-list .list-box .catalog-check-input {
    margin-right: 5px;
}

/* ================= Brand Grid Homepage ================= */

.brand-grid-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: row;
    align-items: stretch;
}

.brand-grid-container .brand-col {
    margin-bottom: 20px;
    text-align: center;
    box-sizing: border-box;
}

.brand-grid-container .brand-col {
    width: 24%;
}

@media (max-width: 1024px) {
    .brand-grid-container .brand-col {
        width: 32%;
    }
}

@media (max-width: 767px) {
    .brand-grid-container .brand-col {
        width: 50%;
        margin-bottom: 10px;
    }
}

@media (max-width: 480px) {
    .brand-grid-container .brand-col {
        width: 48%;
    }
    .brand-grid-container .brand-col a {
        height: 150px;
    }
}

.brand-grid-container .brand-col a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 250px;
    border: 1px solid #eeeeee;
    overflow: hidden;
}

.brand-grid-container .brand-col span {
    display: block;
    margin-top: 5px;
    font-weight: 600;
    color: #301333;
}


/* ================================
   Responsive Banner / Breadcrumb
================================ */

/* Banner container */
.breadcrumb-area {
    min-height: 250px;
    padding-top: 40px;
    padding-bottom: 40px;
    background-position: center;
    background-size: cover;
    display: flex;
    align-items: center;
}

/* Banner title base */
.main-banner-title {
    line-height: 1.15;
    max-width: 90%;
}

/* MOBILE */
@media (max-width: 575px) {
    .breadcrumb-area {
        min-height: 180px;
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .main-banner-title {
        font-size: 32px !important;
        margin-top: 0 !important;
    }
}

/* TABLET */
@media (min-width: 576px) and (max-width: 991px) {
    .breadcrumb-area {
        min-height: 220px;
    }

    .main-banner-title {
        font-size: 44px !important;
        margin-top: 20px !important;
    }
}

/* DESKTOP (keep your design) */
@media (min-width: 992px) {
    .breadcrumb-area {
        min-height: 450px;
         
    }


}

/* =====================================
   GLOBAL BREADCRUMB / BANNER FIX
===================================== */

/* Force breadcrumb banner to behave like hero */
.breadcrumb-area {
    position: relative;
    min-height: 420px;
    display: flex;
    align-items: center;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}

/* Remove excessive vertical spacing */
.breadcrumb-area.ptb-30 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

/* Tablet */
@media (max-width: 991px) {
    .breadcrumb-area {
        min-height: 300px !important;
    }
}

/* Mobile */
@media (max-width: 575px) {
    .breadcrumb-area {
        min-height: 220px !important;
    }
}


/* ================= Slider ================= */


.slider-content .home-slider.swiper .swiper-slide {
    overflow: visible !important;
}

.slider-content .home-slider .swiper-slide .video {
    display: block !important;
    visibility: visible !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    z-index: 1 !important;
}

.slider-content .home-slider .swiper-slide .video .video-frame,
.slider-content .home-slider .swiper-slide .video video {
    display: block !important;
    visibility: visible !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    -webkit-filter: none !important;
    filter: none !important;
}

.video .video-loader,
.video .video-img {
    display: none !important;
}

.slider-content .home-slider.swiper .swiper-slide .slider-image .slider-text,
.slider-content .home-slider.swiper .swiper-slide .slider-image h2,
.slider-content .home-slider.swiper .swiper-slide .slider-image .slider-btn-price {
    opacity: 1 !important;
    transform: none !important;
    -webkit-animation: none !important;
    animation: none !important;
}

#dynamic-headline {
    opacity: 1;
    transition: opacity 0.5s ease-in-out;
}



.banner-title-top {
    position: absolute;
    top: 25px;
    left: 25px;
    z-index: 3;
    pointer-events: none;
}

.banner-title-top h2 {
    margin: 0;
    color: #000000;
}

.brand-grid .brand-box {
    background: #ffffff;
    border: 1px solid #eee;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 110px;
    border-radius: 6px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.brand-grid .brand-box img {
    max-width: 100%;
    max-height: 60px;
    object-fit: contain;
}

.brand-grid .brand-box:hover {
    transform: translateY(-4px);
    box-shadow: 0 4px 14px rgba(0,0,0,0.12);
}

@media (max-width: 767px) {
    .brand-grid .brand-box {
        height: 90px;
        padding: 10px;
    }
}

/* ================= Header ================= */

.main-header .header-top-first {
    background-color: #000000 !important;
    padding-top: 8px;
    padding-bottom: 8px;
}

.main-header .header-top-first .header-area {
    background-color: #000000 !important;
}

.main-header .header-menu .menu-link .menu-title {
    color: #ffffff !important;
    font-weight: 500;
}

.main-header .menu-title::before,
.main-header .menu-title::after {
    content: none !important;
}

.main-header .header-menu .menu-icon i,
.main-header .header-icon-element .header-block-icon,
.main-header .header-icon-element .header-text-content,
.main-header .header-icon-element .header-block-counter {
    color: #ffffff !important;
}

.main-header .heading-color,
.main-header .gradient-color {
    color: #ffffff !important;
}

.main-header .menu-dropdown {
    background-color: #ffffff !important;
    border-radius: 4px;
    border: 1px solid rgba(0,0,0,0.1);
    padding: 18px 0;
}

.main-header .menu-dropdown .menudrop-li a,
.main-header .menu-dropdown .menu-overview a,
.main-header .menu-dropdown .body-gradient-color {
    color: #444444 !important;
    font-size: 15px;
}

.main-header .menu-dropdown .menudrop-li a:hover,
.main-header .menu-dropdown .menu-overview a:hover {
    background-color: #f5f5f5;
    color: #000000 !important;
}

.main-header .form-search {
    background-color: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 10px;
}

.main-header .search-input {
    background-color: #ffffff;
    color: #000000;
}

.main-header .search-input::placeholder {
    color: #888888;
}

.main-header .form-search .heading-color,
.main-header .form-search .gradient-color {
    color: #000000 !important;
}

.main-header .header-menu .menu-ul .menu-li {
    margin: 0 5px;
}

.main-header .header-menu .menu-ul .menu-li .menu-link:hover .menu-title {
    color: #ffffff !important;
    opacity: 0.85;
}

.main-header .menu-dropdown,
.main-header .menu-dropdown.extra-bg {
    background-color: #000000 !important;
    border-radius: 0;
    border: 1px solid rgba(255, 255, 255, 0.18);
    padding: 18px 0;
}

.main-header .menu-dropdown .menudrop-li a,
.main-header .menu-dropdown .menu-overview a,
.main-header .menu-dropdown .body-gradient-color {
    color: #ffffff !important;
    font-size: 15px;
    display: block;
    padding: 6px 26px;
}

.main-header .menu-dropdown .menudrop-li a:hover,
.main-header .menu-dropdown .menu-overview a:hover {
    background-color: #1a1a1a;
    color: #ffffff !important;
}

.main-header .menu-dropdown .gradient-link,
.main-header .menu-dropdown [data-text-link]::before,
.main-header .menu-dropdown [data-text-link]::after {
    text-decoration: none !important;
}

.main-header .menu-dropdown [data-text-link] {
    color: #ffffff !important;
    position: relative;
}

.main-header .menu-dropdown [data-text-link]::before,
.main-header .menu-dropdown [data-text-link]::after {
    content: none !important;
}

.main-header .menu-dropdown .menudrop-li a:hover,
.main-header .menu-dropdown .menu-overview a:hover {
    background-color: #1a1a1a;
    color: #ffffff !important;
}

.main-header .mainmenu-content .main-wrap ul.menu-ul li.menu-li a.menu-link span.menu-icon i.menu-icon1,
.main-header .mainmenu-content .main-wrap ul.menu-ul li.menu-li a.menu-link span.menu-icon i.menu-icon2 {
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
    background-image: none !important;
    -webkit-background-clip: initial !important;
    background-clip: initial !important;
    opacity: 1 !important;
}

.main-header .mainmenu-content .main-wrap ul.menu-ul li.menu-li:hover a.menu-link span.menu-icon i.menu-icon1,
.main-header .mainmenu-content .main-wrap ul.menu-ul li.menu-li:hover a.menu-link span.menu-icon i.menu-icon2 {
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
    background-image: none !important;
    -webkit-background-clip: initial !important;
    background-clip: initial !important;
    opacity: 1 !important;
}

.main-header .mainmenu-content .main-wrap ul.menu-ul li.menu-li.show a.menu-link span.menu-icon i.menu-icon1,
.main-header .mainmenu-content .main-wrap ul.menu-ul li.menu-li.show a.menu-link span.menu-icon i.menu-icon2 {
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
    background-image: none !important;
    -webkit-background-clip: initial !important;
    background-clip: initial !important;
    opacity: 1 !important;
}

/* ================= About ================= */

.home-about,
.brand-logo.section-ptb {
    background-color: #101214;
    color: #ffffff;
}

.home-about {
    padding-top: 60px;
    padding-bottom: 40px;
}

.brand-logo.section-ptb {
    padding-top: 30px;
    padding-bottom: 50px;
}

.home-about h1 {
    font-family: 'Urbanist', sans-serif;
    font-weight: 900;
    font-style: bold;
    font-size: 72px;
    line-height: 1.1;
    letter-spacing: 0.02em;
    color: #ffffff;
    margin-bottom: 0;
}

.home-about h3 {
    font-family: 'Urbanist', sans-serif;
    font-weight: 400;
    font-size: 29px;
    line-height: 1.4;
    color: #ffffff;
    max-width: 550px;
}

@media (max-width: 767.98px) {
    .home-about {
        text-align: center;
    }
    .home-about h3 {
        margin-top: 16px;
        max-width: 100%;
    }
}

.home-about + .brand-logo.section-ptb .brand-grid-wrapper {
    border-top: 1px solid rgba(255,255,255,0.16);
    padding-top: 30px;
}

.brand-logo.section-ptb .brand-grid .brand-box {
    background: transparent;
    border: none;
    box-shadow: none;
}

.brand-logo.section-ptb .brand-grid .brand-box img {
    max-height: 95px;
    object-fit: contain;
    filter: brightness(1.3);
}

/* === FOOTER === */

#footer,
#footer .footer-area,
#footer .gradient-bg2,
#footer .copyright {
    background-color: #0e1112 !important;
}

#footer .gradient-bg2 {
    background-image: none !important;
}

#footer,
#footer p,
#footer span,
#footer h1,
#footer h2,
#footer h3,
#footer h4,
#footer h5,
#footer h6
{
    color: #ffffff !important;
}

#footer .gradient-color,
#footer .body-gradient-color {
    color: #ffffff !important;
}

#footer h6 {
    font-weight: 600;
    margin-bottom: 12px;
}

#footer .social-li a {
    background-color: transparent !important;
    border: 1px solid rgba(255,255,255,0.35) !important;
    color: #ffffff !important;
}

#footer .social-li a:hover {
    background-color: #ffffff !important;
    color: #000000 !important;
}

#footer .news-form input {
    background-color: transparent !important;
    border: 1px solid rgba(255,255,255,0.35) !important;
    color: #ffffff !important;
}

#footer .news-form input::placeholder {
    color: rgba(255,255,255,0.6) !important;
}

#footer .news-form button {
    background-color: #ffffff !important;
    color: #000000 !important;
    border: none !important;
}

#footer .about-us {
    background-color: #0e1112 !important;
}

#footer .about-us h5 {
    color: #ffffff !important;
}

#footer .about-us p {
    color: #e9e9e9 !important;
    max-width: 900px;
}

#footer .ftlink-ul li a {
    color: #ffffff !important;
    opacity: 0.85;
}

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

#footer .bst {
    border-top: 1px solid rgba(255,255,255,0.15) !important;
}

#footer .footer-theme-logo img {
    filter: brightness(3);
}

.banner-area {
    width: 100%;
    max-width: 100%;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.banner-area .container {
    max-width: 100%;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.mosaic-grid,
.mosaic-grid .row {
    margin: 0 !important;
    padding: 0 !important;
}

.mosaic-grid .col,
.mosaic-grid [class*="col-"] {
    padding: 0 !important;
    margin: 0 !important;
}

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



.banner-area .row,
.banner-area [class*="col-"] {
    margin: 0 !important;
    padding: 0 !important;
}

.banner-area .row-mtm30 {
    margin: 0 !important;
}

.banner-area .mt-3,
.banner-area .mt-lg-4 {
    margin-top: 0 !important;
}

.banner-area .banner-block {
    margin: 0 !important;
    padding: 0 !important;
}


.banner-area .banner-img {
    height: 800px !important;   
}

.banner-area .col-lg-5 .banner-img {
    height: 400px !important;   
}

.banner-area .banner-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}



.main-header .menu-dropdown {
    background: transparent !important; 
}

.main-header .menu-dropdown::after {
    content: "";
    position: absolute;
    top: 14px;               
    left: 0;
    width: 100%;
    height: calc(100% - 14px);
    background-color: #000000; 
    z-index: -1;
    pointer-events: none;
}

/* Ensure content stays above fake background */
.main-header .menu-dropdown > * {
    position: relative;
    z-index: 1;
}


.main-header .menu-dropdown.menu-mega::after {
    background-color: #000000;
}

.fontheight-357766 {
    line-height: 1.5;
}

.font-weight-300, .font-weight-300 *:not(strong):not(b), .btn-custom-typo.font-weight-300 {
    font-weight: 300 !important;
}

/* Services */

.service-area {
    background-color: #ffffff;
}

.service-content {
    align-items: flex-start !important; /* override center */
    text-align: left !important;
}

.service-text {
    max-width: 360px;
}

/* Heading */
.service-title {
    font-family: 'Urbanist', sans-serif;
    font-size: 22px;
    font-weight: 700;              
    color: #000000;
    margin-bottom: 12px;
    letter-spacing: 0.01em;
}

/* Description text */
.service-desc {
    font-family: 'Urbanist', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.7;
    color: #6f6f6f;                
    margin: 0;
}

/* Tablet spacing */
@media (max-width: 991px) {
    .service-text {
        max-width: 100%;
    }
}

/* Mobile refinement */
@media (max-width: 767px) {
    .service-title {
        font-size: 20px;
    }
    .service-desc {
        font-size: 16px;
    }
}


.banner-img {
    position: relative;
    overflow: hidden;
}

/* Overlay container */
.tile-title-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: flex-end;           
    justify-content: flex-start;
    padding: 20px;

    background: rgba(0, 0, 0, 0.0);  /* invisible by default */
    opacity: 0;
    transition: opacity 0.3s ease, background 0.3s ease;
}

.tile-title-text {
    font-family: var(--heading-font-family);
    font-size: 20px;
    font-weight: 500;
    color: #ffffff;
    line-height: 1.2;
}

.banner-img:hover .tile-title-overlay {
    opacity: 1;
    background: rgba(0, 0, 0, 0.25); 
}


.tile-title-text {
    transform: translateY(10px);
    transition: transform 0.3s ease;
}

.banner-img:hover .tile-title-text {
    transform: translateY(0);
    color: #ffffff;
}

.heading-bold {
    font-weight: 700 !important;

}

.cta-section {
    background-color: #0e1112; 
    padding: 120px 0 80px;
    text-align: center;
}

.cta-pill-title {
    font-family: 'Urbanist', sans-serif;
    font-size: 65px;
    font-weight: 700;
    line-height: 1.15;
    color: #000000; 
    margin-bottom: 40px;
}


.cta-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    padding: 14px 36px;
    border-radius: 999px;

    background-color: #ffffff;
    color: #000000;

    font-family: 'Urbanist', sans-serif;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.02em;

    border: 1px solid transparent;
    text-decoration: none;

    transition: 
        background-color 0.25s ease,
        color 0.25s ease,
        border-color 0.25s ease;
}

.cta-pill:hover {
    background-color: transparent;
    color: #ffffff;
    border-color: #ffffff;
}


.cta-divider {
    width: 100%;
    height: 1px;
    background-color: rgba(255,255,255,0.25);
    margin-top: 70px;
}

@media (max-width: 767px) {
    .cta-title {
        font-size: 38px;
    }
}

/* Consistent spacing between tiles */

.collection-block .dominant-link {
    position: static !important;    
    display: block;

    background: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;

    padding: 25px 0 0 !important;    
    margin: 0 !important;

    color: #000000 !important;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;

    text-align: center;
}

.collection-block .banner-img img {
    display: block;
}

.collection-block .body-bg {
    background: none !important;
}

.collection-block .extra-color {
    display: none !important;
}


.collection-block {
    margin-bottom: 30px;
}

@media (max-width: 767px) {
    .collection-block .dominant-link {
        font-size: 13px;
        padding-top: 10px !important;
    }
}


/* Brand filter checkboxes */
.brand-filter label {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 500;
    color: #000;
    cursor: pointer;
}

.brand-filter input[type="checkbox"] {
    width: 16px;
    height: 16px;
    accent-color: #000; /* modern browsers */
}


/* === BRANDS FILTER STYLING === */

.shop-sidebar.brands {
    margin-top: 35px;
}

.brand-list {
    margin-top: 15px;
}

.brand-item {
    margin-bottom: 12px;
    cursor: pointer;
    gap: 10px;
    user-select: none;
}

.brand-checkbox {
    width: 18px;
    height: 18px;
    border: 1px solid #cfcfcf;
    border-radius: 3px;
    cursor: pointer;
}

.brand-label {
    font-size: 14px;
    color: #4a4a4a;
}

.brand-item:hover .brand-label {
    color: #222;
}

/* === Pagination === */

.ab-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.ab-page a,
.ab-page span {
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 500;
    color: #000;
    border-radius: 50%;
    text-decoration: none;
}

.ab-page.active span {
    background: #eeeeee;
}

.ab-page.arrow a {
    font-size: 18px;
}

.ab-page a:hover {
    background: #f3f3f3;
}





/* FORCE product image arrows – rectangular like reference */

.quickview-img-big .swiper-buttons button {
    width: 44px !important;
    height: 90px !important;
    min-width: 44px !important;
    min-height: 90px !important;

    border-radius: 4px !important;
    background: #2b2b2b !important;
    box-shadow: none !important;
    border: none !important;

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    top: 50% !important;
    transform: translateY(-50%) !important;
}

/* Left arrow – lighter */
.quickview-img-big .swiper-prev-quickview-big {
    left: 12px !important;
    background: #9c9c9c !important;
}

/* Right arrow – darker */
.quickview-img-big .swiper-next-quickview-big {
    right: 12px !important;
    background: #2b2b2b !important;
}

/* Remove gradient-btn effect */
.quickview-img-big .gradient-btn {
    background-image: none !important;
}

/* Arrow icon */
.quickview-img-big .swiper-buttons i {
    color: #ffffff !important;
    font-size: 18px !important;
}


/* Pricing table */

.pricing-guide {
    border: 1px solid #e6e6e6;
    border-radius: 4px;
    overflow: hidden;
    background: #ffffff;
}

.pricing-title {
    padding: 14px 18px;
    font-size: 18px;
    font-weight: 500;
    color: #301333;
    border-bottom: 1px solid #e6e6e6;
}

.pricing-table {
    display: grid;
}

.pricing-row {
    display: grid;
    grid-template-columns: 140px repeat(5, 1fr);
}

.pricing-cell {
    padding: 14px 16px;
    font-size: 15px;
    color: #444444;
    border-right: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
}

.pricing-row:last-child .pricing-cell {
    border-bottom: none;
}

.pricing-cell:last-child {
    border-right: none;
}

.pricing-cell.label {
    font-weight: 500;
    color: #303133;
    background: #fafafa;
}

.pricing-head .pricing-cell {
    font-weight: 500;
}



.product-option-row {
    display: flex;
    align-items: center;
    margin-bottom: 22px;
}

.option-label {
    width: 120px;
    font-weight: 500;
    color: #303133;
}


.select-box {
    flex: 1;
}

.select-box select {
    width: 100%;
    padding: 14px 16px;
    border: 1px solid #e6e6e6;
    background: #ffffff;
    font-size: 15px;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23303133' fill='none' stroke-width='1.5'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 16px center;
}


/* ===============================
   FORCE PERFECT CIRCLE – SWIPER ARROWS
   =============================== */

.product-img-big .swiper-prev,
.product-img-big .swiper-next {
    width: 44px !important;
    height: 44px !important;
    min-width: 44px !important;
    min-height: 44px !important;

    padding: 0 !important;
    border-radius: 50% !important;

    background-color: #000000 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    line-height: 1 !important;
    box-shadow: 0 6px 18px rgba(0,0,0,0.25);
}

/* Arrow icon */
.product-img-big .swiper-prev i,
.product-img-big .swiper-next i {
    color: #ffffff !important;
    font-size: 18px;
    line-height: 1;
}

/* Hover – NO SCALE (prevents oval distortion) */
.product-img-big .swiper-prev:hover,
.product-img-big .swiper-next:hover {
    background-color: #000000;
}

/* ===============================
   MOBILE BOTTOM MENU – FIX VISIBILITY
   =============================== */

@media (max-width: 767px) {
    .bottom-menu {
        position: fixed !important;
        bottom: 0;
        left: 0;
        right: 0;

        z-index: 9999 !important;
        display: block !important;
    }
}


/* ===============================
   Product Tabs – Arctic Blue Style
   =============================== */

.product-tabs {
    border-top: 1px solid #eaeaea;
}

.product-tabs-nav {
    display: flex;
    justify-content: center;
    gap: 50px;
    list-style: none;
    padding: 0;
    margin: 0 0 40px;
    border-bottom: 1px solid #eaeaea;
}

.product-tabs-nav li {
    font-family: 'Urbanist', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #b5b5b5;
    padding: 18px 0;
    cursor: pointer;
    position: relative;
}

.product-tabs-nav li.active {
    color: #000000;
}

.product-tabs-nav li.active::after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #000000;
}

/* Content */
.product-tabs-content {
    max-width: 900px;
    margin: 0 auto;
}

.tab-panel {
    display: none;
    font-size: 16px;
    line-height: 1.8;
    color: #6f6f6f;
}

.tab-panel.active {
    display: block;
}

/* Product info list */
.product-info-list {
    list-style: none;
    padding: 0;
}

.product-info-list li {
    display: flex;
    gap: 30px;
    margin-bottom: 12px;
    font-size: 16px;
}

.product-info-list strong {
    min-width: 120px;
    color: #000000;
    font-weight: 600;
}

/* Mobile */
@media (max-width: 767px) {
    .product-tabs-nav {
        gap: 20px;
        flex-wrap: wrap;
    }
}



/* Aaron quote Section */
.aaron-section {
  background: #101214;
  min-height: 100vh;              /* allows true centering */
  display: flex;
  align-items: center;            /* vertical center */
}

/* Centered layout like Arctic Blue */
.aaron-inner {
  max-width: 1100px;              /* KEY: controls visual centering */
  margin: 0 auto;
  display: grid;
  grid-template-columns: 307px 1fr;
  column-gap: 72px;               /* spacing between image & text */
  align-items: center;
}

/* Image */
.aaron-photo-wrap img {
  width: 307px;
  height: 461px;
  object-fit: cover;
  display: block;
}

/* Text */
.aaron-content h2 {
  margin-bottom: 20px;
  color: white;
}

.aaron-content p {
  max-width: 520px;
}

/* Signature */
.aaron-signature {
  margin-top: 24px;
  max-width: 160px;
  width: 160px;
}

/* Mobile */
@media (max-width: 768px) {
  .aaron-inner {
    grid-template-columns: 1fr;
    row-gap: 40px;
    text-align: left;
  }

  .aaron-photo-wrap img {
    margin: 0 auto;
  }
}



/* Services Section*/
.ui-bullets {
  list-style: disc;
  padding-left: 18px;
  margin: 0;
}

.ui-bullets li {
  font-size: 16px;
  line-height: 1.6;
  color: #6f6f6f;
  margin-bottom: 8px;
}

.services-grid-section {
  padding: 80px 0;
  background-color: #ffffff;
}

.services-grid-heading {
  max-width: 900px;
  margin-bottom: 50px;
  font-size: 28px;
  line-height: 1.4;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
}

.service-card img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  display: block;
  margin-bottom: 20px;
}

.service-card h4 {
  margin-bottom: 10px;
}

.service-card p {
  color: #6f6f6f;
  line-height: 1.6;
}

/* Tablet */
@media (max-width: 991px) {
  .services-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Mobile */
@media (max-width: 575px) {
  .services-grid {
    grid-template-columns: 1fr;
  }

  .services-grid-heading {
    font-size: 22px;
  }

  .service-card img {
    height: 240px;
  }
}

.section-heading {
        font-size: 30px;
        text-align: center;
        padding-bottom:  40px;
    }


.social-responsibility-section {
  padding: 80px 0;
}

.sr-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-bottom: 40px;
}

.sr-card {
  background: #f7f7f7;
  border-radius: 8px;
  padding: 32px;
}

/* Full-width bottom card */
.sr-card-full {
  max-width: 100%;
}

/* Responsive */
@media (max-width: 991px) {
  .sr-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 575px) {
  .sr-grid {
    grid-template-columns: 1fr;
  }

  .sr-card {
    padding: 24px;
  }
}

/* Code ethics */

.code-ethics-section {
  padding: 0px 20px 40px 0px;
}

.ethics-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.ethics-card {
  background: #f7f7f7;
  border-radius: 8px;
  padding: 32px;
  display: flex;
  flex-direction: column;
}

/* Sub-headings inside cards */
.ethics-card h4 {
  font-size: 15px;
  font-weight: 600;
  margin: 18px 0 8px;
  color: #333;
}

/* Read more link */
.ethics-link {
  margin-top: auto;
  font-weight: 600;
  color: #333;
  text-decoration: none;
}

.ethics-link:hover {
  text-decoration: underline;
}

/* Responsive */
@media (max-width: 991px) {
  .ethics-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 575px) {
  .ethics-grid {
    grid-template-columns: 1fr;
  }

  .ethics-card {
    padding: 24px;
  }
}

/* Campaign */

.campaign-intro {
    padding: 80px 0;
}

.campaign-grid {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 80px;
    align-items: start;
}

/* LEFT */
.campaign-content h1 {
    font-size: 36px;
    line-height: 1.25;
    font-weight: 600;
    margin-bottom: 24px;
}

.campaign-content p {
    font-size: 16px;
    line-height: 1.7;
    color: #777;
    margin-bottom: 16px;
}

/* RIGHT */

.campaign-meta p {
    font-size: 15px;
    color: #777;
    margin-bottom: 24px;
}

.meta-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
}

.campaign-meta ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.campaign-meta li {
    font-size: 15px;
    color: #777;
    margin-bottom: 8px;
}

/* RESPONSIVE */
@media (max-width: 992px) {
    .campaign-grid {
        grid-template-columns: 1fr;
        gap: 48px;
    }

    .meta-grid {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .campaign-content h1 {
        font-size: 30px;
    }
}


/* ================= GALLERY ================= */
.gallery-wrapper {
    overflow: hidden;
    padding: 20px 0;
    position: relative;
}

.gallery-track {
    display: flex;
    gap: 24px;
    scroll-snap-type: x mandatory;
    overflow-x: auto;
    scroll-behavior: smooth;
}

.gallery-track::-webkit-scrollbar {
    display: none;
}

.gallery-item {
    width: 456px;
    height: 456px;
    flex-shrink: 0;
    scroll-snap-align: center;
    background: #fff;
    object-fit: contain;
    cursor: pointer;
}

/* ================= LIGHTBOX ================= */
.lightbox {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,.85);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 999999;
}

.lightbox.active {
    display: flex;
}


.lightbox-close {
    position: absolute;
    top: 24px;
    right: 32px;
    font-size: 32px;
    background: none;
    border: 0;
    color: #fff;
    cursor: pointer;
    z-index: 2;
}

/* MAIN IMAGE FIX (THIS WAS YOUR ISSUE) */

.lightbox-content {
    width: 90vw;
    height: 75vh;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}

#lightbox-main {
    width: 500px;
    height: 500px;
    margin-bottom: 30px;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}


.lightbox-content img {
    max-width: 100%;
    max-height: 100%;
    display: block;
    opacity: 1 !important;
    visibility: visible !important;
}


/* THUMBNAILS */
.lightbox-thumbs {
    position: absolute;
    bottom: 40px;
    display: flex;
    gap: 12px;
    z-index: 2;
}

.lightbox-thumbs img {
    width: 72px;
    height: 72px;
    object-fit: contain;
    cursor: pointer;
    background: #fff;
    opacity: 0.6;
}

.lightbox-thumbs img.active {
    opacity: 1;
    outline: 2px solid #fff;
}

/* MOBILE */
@media (max-width: 768px) {
    .gallery-item {
        width: 280px;
        height: 280px;
    }

    .lightbox-thumbs img {
        width: 56px;
        height: 56px;
    }
}

/* ================= LIGHTBOX ARROWS ================= */

.lightbox-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: 0;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    padding: 12px;
    z-index: 3;
    user-select: none;
}

.lightbox-arrow.prev {
    left: 15px;
}

.lightbox-arrow.next {
    right: 15px;
}

.lightbox-arrow:hover {
    opacity: 0.8;
}

/* Mobile tweak */
@media (max-width: 768px) {
    .lightbox-arrow {
        font-size: 36px;
    }
}


.related-works {
    padding: 90px 0;
    text-align: center;
}

.related-title {
    margin-bottom: 50px;
    font-weight: 600;
}

/* pages */
.related-pages {
    position: relative;
}

.related-page {
    display: none;
    justify-content: center;
    gap: 56px;
}

.related-page.active {
    display: flex;
}

/* items */
.related-item {
    text-decoration: none;
    color: #111;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.related-item img {
    width: 146px;
    height: 96px;
    object-fit: cover;
    margin-bottom: 14px;
}

.related-item span {
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    max-width: 160px;
    line-height: 1.3;
}

/* dots */
.related-dots {
    margin-top: 40px;
    display: flex;
    justify-content: center;
    gap: 10px;
}

.related-dots .dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #cfcfcf;
    border: 0;
    cursor: pointer;
}

.related-dots .dot.active {
    background: #9e9e9e;
}

.section-divider {
    width: 100%;
    height: 1px;
    background-color: #e6e6e6;
    margin: 15px 0; /* adjust spacing as needed */
}

/* ================= PROJECT NAV ================= */

.project-nav {
    padding: 60px 0;
}

/* CENTERED CONTENT WIDTH (KEY FIX) */
.project-nav-inner {
    max-width: 1200px;   /* match your site container */
    margin: 0 auto;
    padding: 0 0px;     /* safe side padding */
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.project-nav-item {
    display: flex;
    align-items: center;
    gap: 14px;
    font-size: 16px;
    font-weight: 500;
    color: #111;
}

.project-link {
    text-decoration: none;
    color: #111;
    position: relative;
}

/* subtle underline hover */
.project-link::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 0;
    height: 1px;
    background: #111;
    transition: width 0.3s ease;
}

.project-link:hover::after {
    width: 100%;
}

.arrow {
    font-size: 20px;
    line-height: 1;
}

/* ================= PROJECT NAV — MOBILE ================= */

@media (max-width: 768px) {

    .project-nav-inner {
        flex-direction: row;
        justify-content: space-between;
    }

    /* Hide text links */
    .project-link {
        display: none;
    }

    /* Make arrows tappable */
    .project-nav-item {
        gap: 0;
        padding: 5px;
    }

    .arrow {
        font-size: 24px;
        cursor: pointer;
    }
}

/* ================= SWAG FEATURES ================= */

.swag-features {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 80px;
    padding: 50px 0;
    text-align: center;
}

.swag-feature {
    max-width: 520px;
    margin: 0 auto;
}

/* ================= SWAG ICON HOVER ================= */

/* Base icon */
.swag-icon {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background: #111;
    color: #fff;
    border: 1px solid transparent;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;

    transition: background 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}

/* Hover state */
.swag-icon:hover {
    background: #fff;
    color: #111;
    border-color: #111;

}

/* Font Awesome icon */
.swag-icon i {
    font-size: 26px;
    color: inherit; /* IMPORTANT */
    transition: color 0.3s ease;
}

/* MOBILE */
@media (max-width: 768px) {
    .swag-features {
        grid-template-columns: 1fr;
        gap: 60px;
        padding: 80px 0;
    }
}

/* ================= SWAG SUCCESS SECTION ================= */

.swag-success {
    background: #0e1112;
    padding: 120px 0;
}

.swag-success-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
    text-align: center;
}

/* divider under heading */
.swag-divider {
    width: 100%;
    height: 1px;
    background: rgba(255,255,255,0.25);
    margin: 40px 0 70px;
}

/* grid */
.swag-success-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 70px 60px;
    text-align: center;
}

/* card */
.swag-card {
    max-width: 480px;
    margin: 0 auto;
    margin-bottom: 14px;

}




.swag-card-icon {
    font-size: 28px;
    color: #ffffff;
    margin-bottom: 18px;
}

/* headings & text use YOUR system */
.swag-card h4 {
    margin-bottom: 14px;
    font-size: 24px;
}


.swag-card p {
    color: #e0e0e0; /* matches .section-dark p */
}

/* bottom row wrapper */
.swag-row-center {
    grid-column: 1 / -1; /* span full width */
    display: flex;
    justify-content: center;
    gap: 60px;
}

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

@media (max-width: 991px) {
    .swag-success-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 767px) {
    .swag-success {
        padding: 90px 0;
    }

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

    .swag-divider {
        margin: 30px 0 50px;
    }
}

/* ---- FIX FOR LAST ROW (DESKTOP ONLY) ---- */
@media (min-width: 992px) {

    /* 4th card goes in column 2 */
    .swag-success-grid > .swag-card:nth-child(4) {
        grid-column: 2;
    }

    /* 5th card goes in column 3 */
    .swag-success-grid > .swag-card:nth-child(5) {
        grid-column: 3;
    }
}


/* === CONTACT FORM SAFE FIX === */

.contact-form .field-col {
    margin-bottom: 22px;
}

.contact-form label {
    display: block;
    margin-bottom: 6px;
    font-weight: 500;

}

.contact-form input,
.contact-form textarea {
    padding: 14px 16px;
    border: 1px solid #e6e6e6;
    border-radius: 4px;
    font-size: 14px;
}

.contact-form textarea {
    resize: none;
}

/* Button */
.submit-btn {
    height: 56px;
    border-radius: 999px;
    background: #2e2f31;
    color: #fff;
    border: none;
    font-size: 16px;
}

/* Header spacing */
.contact-header h2 {
    margin-bottom: 12px;
}

.contact-header p {
    max-width: 720px;
    margin: 0 auto;
    font-size: 15px;
}

/* Mobile */
@media (max-width: 768px) {
    .contact-form .field-col {
        margin-bottom: 18px;
    }
}

/* Allow full sentence width for form intro text */
.contact-form p.ptb-25 {
    max-width: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    white-space: normal;
}

.policy-list {
    padding-left: 20px;
    margin: 24px 0;
}

.policy-list li {
    margin-bottom: 12px;
    line-height: 1.6;
}


/* ================= PROCESS GALLERY ================= */

.process-gallery {
    padding: 80px 0;
}

.process-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

.process-item {
    position: relative;
    background: #d9d9d9;
    overflow: hidden;
}

/* Image */
.process-item img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

/* Overlay */
.process-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.65);
    color: #fff;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    text-align: center;
    padding: 24px;

    opacity: 0;
    transition: opacity 0.3s ease;
}

.process-overlay h4 {
    margin-bottom: 10px;
    color: white;
}

.process-overlay p {
    font-size: 14px;
    line-height: 1.5;
    max-width: 240px;
    color: white;
}

/* Hover */
.process-item:hover .process-overlay {
    opacity: 1;
}

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

@media (max-width: 1200px) {
    .process-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 768px) {
    .process-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 480px) {
    .process-grid {
        grid-template-columns: 1fr;
    }
}
