@font-face {
    font-family: Gotham;
    src: url('../fonts/Gotham-Light.eot');
    src: local('Gotham Light'), local('Gotham-Light'), url('../fonts/Gotham-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/Gotham-Light.woff2') format('woff2'), url('../fonts/Gotham-Light.woff') format('woff'), url('../fonts/Gotham-Light.ttf') format('truetype'), url('../fonts/Gotham-Light.svg#Gotham-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Gotham Book';
    src: url('../fonts/Gotham-Book.eot');
    src: local('Gotham Book'), local('Gotham-Book'), url('../fonts/Gotham-Book.eot?#iefix') format('embedded-opentype'), url('../fonts/Gotham-Book.woff2') format('woff2'), url('../fonts/Gotham-Book.woff') format('woff'), url('../fonts/Gotham-Book.ttf') format('truetype'), url('../fonts/Gotham-Book.svg#Gotham-Book') format('svg');
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Gotham;
    src: url('../fonts/Gotham-Medium.eot');
    src: local('Gotham Medium'), local('Gotham-Medium'), url('../fonts/Gotham-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Gotham-Medium.woff2') format('woff2'), url('../fonts/Gotham-Medium.woff') format('woff'), url('../fonts/Gotham-Medium.ttf') format('truetype'), url('../fonts/Gotham-Medium.svg#Gotham-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Gotham;
    src: url('../fonts/Gotham-Bold.eot');
    src: local('Gotham Bold'), local('Gotham-Bold'), url('../fonts/Gotham-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Gotham-Bold.woff2') format('woff2'), url('../fonts/Gotham-Bold.woff') format('woff'), url('../fonts/Gotham-Bold.ttf') format('truetype'), url('../fonts/Gotham-Bold.svg#Gotham-Bold') format('svg');
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Gotham Ultra';
    src: url('../fonts/Gotham-Ultra.eot');
    src: local('Gotham Ultra'), local('Gotham-Ultra'), url('../fonts/Gotham-Ultra.eot?#iefix') format('embedded-opentype'), url('../fonts/Gotham-Ultra.woff2') format('woff2'), url('../fonts/Gotham-Ultra.woff') format('woff'), url('../fonts/Gotham-Ultra.ttf') format('truetype'), url('../fonts/Gotham-Ultra.svg#Gotham-Ultra') format('svg');
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Gotham;
    src: url('../fonts../fonts/Gotham-Black.eot');
    src: local('Gotham Black'), local('Gotham-Black'), url('../fonts/Gotham-Black.eot?#iefix') format('embedded-opentype'), url('../fonts/Gotham-Black.woff2') format('woff2'), url('../fonts/Gotham-Black.woff') format('woff'), url('../fonts/Gotham-Black.ttf') format('truetype'), url('../fonts/Gotham-Black.svg#Gotham-Black') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: icomoon;
    src: url('../fonts/icomoon.eot?5u30ff');
    src: url('../fonts/icomoon.eot?5u30ff#iefix') format('embedded-opentype'), url('../fonts/icomoon.ttf?5u30ff') format('truetype'), url('../fonts/icomoon.woff?5u30ff') format('woff'), url('../fonts/icomoon.svg?5u30ff#icomoon') format('svg');
    font-weight: 400;
    font-style: normal;
    font-display: swap
}


[class*=" icon-"],
[class^=icon-] {
    font-family: icomoon !important;
    speak: never;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    font-display: swap;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-checkmark:before {
    content: "\e900"
}

.icon-twitter:before,
.icon-x:before {
    content: "\e901"
}

.icon-star:before {
    content: "\f005"
}

.icon-star-o:before {
    content: "\f006"
}

.icon-play:before {
    content: "\f04b"
}

.icon-bell-o:before {
    content: "\f0a2"
}

.icon-angle-left:before {
    content: "\f104"
}

.icon-angle-right:before {
    content: "\f105"
}

.icon-angle-up:before {
    content: "\f106"
}

.icon-angle-down:before {
    content: "\f107"
}

.icon-star-half-empty:before,
.icon-star-half-full:before,
.icon-star-half-o:before {
    content: "\f123"
}

.icon-play2:before {
    content: "\ea15"
}

.icon-facebook:before {
    content: "\ea90"
}

.icon-instagram:before {
    content: "\ea92"
}

:root {
    --bs-primary: #01322A;
    --bs-primary-subtle: #04A58C;
    --bs-secondary: linear-gradient(90deg, #DEB01B 0%, #785F0F 220%);
    --bs-secondary-invert: linear-gradient(90deg, #785F0F 0%, #DEB01B 220%);
    --bs-success: #198754;
    --bs-danger: #dc3545;
    --bs-secondary-green: #04A58C;
    --bs-golden-yellow: #DEB01B;
    --bs-green-gradient: linear-gradient(0deg, #01211c, #01322A), linear-gradient(0deg, #002721 -24.51%, rgba(0, 0, 0, 0) 47.54%);
    --bs-form-check-bg: var(--bs-primary-subtle);
}

body {
    font-family: 'Gotham Book' !important;
}

h1,
h2,
h3,
h4 {
    font-family: 'Gotham';
    font-weight: 700;
}

.bg-primary {
    background-color: var(--bs-primary) !important;
}

.text-primary {
    color: var(--bs-primary) !important;
}

.bg-secondary {
    background-color: var(--bs-secondary);
}

.bg-success {
    background-color: var(--bs-success);
}

.bg-danger {
    background-color: var(--bs-danger);
}

.bg-green-gradient {
    background: var(--bs-green-gradient);
}

.text-secondary {
    background: var(--bs-secondary);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.text-decoration-underline {
    border-bottom: 1px solid var(--bs-golden-yellow);
}

.text-grey {
    color: #6F6F6F;
}

.text-success {
    color: var(--bs-primary-subtle) !important;
}

picture {display: block;}

.btn {
    font-family: 'Gotham';
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.5px;
    border: none;
    padding: 12px 24px;
}

.btn-primary {
    background: var(--bs-secondary);
}

.btn-primary:hover {
    background: var(--bs-secondary-invert);
}

.fw-light {
    font-family: Gotham;
    font-weight: 400;
}

.filters {
    background-color: #F5F5F5;
}

.form-check .form-check-input {
    width: 22px;
    height: 22px;
    border-radius: 5px !important;
    margin-right: 10px;
    margin-top: 0;
    background-color: transparent;
    border: 1px solid grey;
}

.form-check .form-check-input:checked {
    background-color: var(--bs-primary-subtle);
    box-shadow: none;
    border-color: var(--bs-primary);
}

.form-check-input:focus {
    border: 1px solid grey;
    box-shadow: none;
}

.swiper-button-next svg path,
.swiper-button-prev svg path {
    fill: var(--bs-golden-yellow);
}

.swiper-button-prev {
    margin-left: 10px !important;
}

.swiper-button-next {
    margin-right: 10px !important;
}

.swiper-navigation-icon {
    border: 2px solid var(--bs-golden-yellow);
    border-radius: 50px;
    padding: 10px;
    width: 40px !important;
    height: 40px !important;
    min-width: 40px;
}

.swiper-button-prev:hover .swiper-navigation-icon,
.swiper-button-next:hover .swiper-navigation-icon {
    background: var(--bs-primary);
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-horizontal.swiper-pagination-bullets {
    text-align: right;
    padding-right: 5%;
    margin-bottom: 20px;
}

.swiper-pagination-bullet {
    width: 30px;
    border-radius: 4px;
    background: white;
    opacity: 1;
    margin: 0 5px !important;
    height: 8px;
    border: 1px solid #ddd;
}

.swiper-pagination-bullet-active {
    background-color: var(--bs-secondary-green);
}

.swiper-button-next.swiper-button-disabled svg path,
.swiper-button-prev.swiper-button-disabled svg path {
    fill: white;
}

.swiper-button-disabled .swiper-navigation-icon {
    border-color: white;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    display: none;
}

@media screen and (max-width: 767px) {

    .hp-blog-slides .swiper-button-next,
    .hp-blog-slides .swiper-button-prev {
        top: auto;
        bottom: 20px;
    }

    .hp-product-video-slides .swiper-button-next,
    .hp-product-video-slides .swiper-button-prev,
    .hp-complete-products .swiper-button-next,
    .hp-complete-products .swiper-button-prev {
        top: auto;
        bottom: 0;
    }
}

.hp-product-video-slides .swiper-button-next.swiper-button-disabled,
.hp-product-video-slides .swiper-button-prev.swiper-button-disabled,
.hp-blog-slides .swiper-button-next.swiper-button-disabled,
.hp-blog-slides .swiper-button-prev.swiper-button-disabled,
.hp-complete-products .swiper-button-next.swiper-button-disabled,
.hp-complete-products .swiper-button-prev.swiper-button-disabled,
.hp-hero-section .swiper-button-next.swiper-button-disabled,
.hp-hero-section .swiper-button-prev.swiper-button-disabled {
    display: block;
}

.navbar {
    border-bottom: 5px solid var(--bs-secondary-green);
    height: 75px;
}

.navbar-nav .nav-link {
    font-family: 'Gotham';
    font-weight: 500;
    font-size: 16px;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

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

.navbar-nav .dropdown-menu {
    left: auto;
}

.dropdown-toggle::after {
    margin-left: 0;
}

.dropdown-item:hover,
.navbar-nav .nav-link:hover {
    background: var(--bs-secondary);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* Mega menu custom styling */
/* .dropdown-mega {
    position: static;
}

.dropdown-mega .dropdown-menu {
    width: 100%;
    margin-top: 15px;
    border-radius: 0;
    padding: 2rem;
    left: 0;
} */

@media screen and (min-width: 992px) {
    .navmenu {
        position: relative !important;
    }
}


.hp-hero-products .card {
    border-bottom: 1px solid var(--bs-golden-yellow) !important;
    background: #014037;

}

.hp-hero-products .card .card-body {
    background-color: #003229;
    position: relative;
    z-index: 0;
    margin-top: -100px;
    padding: 30px;
    padding-top: 100px;
}

.hp-hero-products .card img {
    position: relative;
    z-index: 1;
}
 
.products-list .card picture {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#003229+75,004036+75,004036+76 */
    background: linear-gradient(to bottom, #003229 75%, #004036 75%, #004036 76%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    display: block;
}

.pd-blog-slides .card picture {
    background: none;
}

.card[data-type] {
    transition: all 0.3s ease;
}


.hp-testimonial-slides .swiper-slide.swiper-slide-active .card {
    border: 1px solid var(--bs-golden-yellow) !important;
}

.hp-blog-slides .swiper-slide {
    position: relative;
}

.hp-blog-slides .swiper-slide picture img {
    width: 100%;
}

.hp-blog-slides .slide-wrapper .swiper-slide picture::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 0;
    background-color: rgba(0, 0, 0, 0.5);
    display: block;
}

.blog-slides-wrap .hp-blog-content-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
}

.blog-slides-wrap .blog-thumbnail-slides .swiper-slide-thumb-active {
    border: 1px solid var(--bs-golden-yellow);
}

footer {
    background-color: #212121;
}

.footer-section button,
.footer-section ul li a {
    border-bottom: 1px solid grey;
}

.footer-section ul.sm-icons li a {
    border-bottom: none !important;
}

.footer-section ul li a:hover {
    color: var(--bs-golden-yellow) !important;
}

@media (min-width: 768px) {

    .hp-hero-section .video-overlay-img {
        max-width: 65%;
        margin: 0 auto;
    }

    /* Always show the list */
    .footer-section ul {
        display: block !important;
        height: auto !important;
        opacity: 1 !important;
    }

    .footer-section button {
        border-bottom: 1px solid transparent;
    }

    .footer-section ul li a {
        border-bottom: 1px solid transparent;
        padding: 0 0 5px !important;
    }

    .products-list .card {
        max-width: 47%;
    }

}

/* Remove pointer/toggle style from headings */
.footer-toggle {
    pointer-events: none;
}

.hp-product-video-slides {
    max-width: 1000px;
}

.nav-tabs {
    border-bottom: none;
    display: flex;
    align-items: center;
    justify-content: start;
    flex-direction: row;
    flex-wrap: nowrap;
    overflow: scroll;
    overflow-y: hidden;
}

.nav-tabs .nav-link {
    background-color: #F5F5F5;
    color: var(--bs-primary);
    font-weight: bold;
    margin: 0 10px;
    padding: 10px 20px;
    font-size: 14px;
    border-radius: 6px;
    border: 1px solid #F5F5F5;
    letter-spacing: 0.5px;
    font-family: 'Gotham';
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border: 1px solid var(--bs-primary);
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    background-color: var(--bs-primary);
    color: white;
    border: 1px solid var(--bs-primary);
}

.form-check-label {
    cursor: pointer;
}

.filters-cta {
    font-weight: bold;
    font-size: 14px;
    margin-right: 10px;
    cursor: pointer;
}

.form-select {
    width: fit-content;
    font-weight: bold;
    font-size: 14px;
}

.form-select:focus,
.form-select:hover {
    box-shadow: none;
    border: none;
}

@media screen and (max-width: 767px) {
    .filters {
        position: fixed;
        top: 80px;
        z-index: 9999;
        overflow: scroll;
        bottom: 0;
        right: 0;
        visibility: visible;
        overflow-x: hidden;
        -webkit-transition: all 300ms ease-in-out;
        -moz-transition: all 300ms ease-in-out;
        -ms-transition: all 300ms ease-in-out;
        -o-transition: all 300ms ease-in-out;
        transition: all 300ms ease-in-out;
    }

    .filters.hide {
        visibility: hidden;
        right: -100%;
        -webkit-transition: all 300ms ease-in-out;
        -moz-transition: all 300ms ease-in-out;
        -ms-transition: all 300ms ease-in-out;
        -o-transition: all 300ms ease-in-out;
        transition: all 300ms ease-in-out;
    }
}

@media screen and (min-width: 1170px) {
    .products-list .card {
        max-width: 32%;
    }

    .nav-tabs {
        overflow: hidden;
        flex-wrap: wrap;
        gap: 10px 0;
    }
}

@media screen and (max-width: 767px) {
    .sticky-shop-now {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 999;
    }

    .sticky-shop-now .btn {
        border-radius: 0;
        width: 100%;
    }
}

.product-details-accordion .accordion-item {border: none; border-bottom: 1px solid #ccc; margin-bottom: 15px;}
.product-details-accordion .accordion-header {border: none;}
.product-details-accordion .accordion-header .accordion-button {
    background: transparent;
    font-family: 'Gotham';
    font-weight: 700;
    box-shadow: none;
    padding: 10px 0;
}

.product-details-accordion .accordion-body {
    padding: 10px 0 15px;
}

.product-details-accordion .accordion-button::after {
    background: none;
    content: "+";
    font-size: 26px;
    line-height: 24px; 
   
    font-family: sans-serif; 
    font-weight: 300; 
    border: 2px solid var(--bs-primary);
    text-align: center;
    border-radius: 50%;
    width: 28px;
    height: 28px;
}

.product-details-accordion .accordion-button:not(.collapsed)::after {
     content: "-";
    font-size: 36px;
    line-height: 18px;
}


.faq-accordion .accordion-item {border: none; border-bottom: 1px solid #ccc; margin-bottom: 20px;}
.faq-accordion .accordion-header {border: none;}
.faq-accordion .accordion-header .accordion-button {
    background: transparent;
    font-family: 'Gotham';
    font-weight: 700;
    box-shadow: none;
    padding: 12px 0 10px; 
}
 

.faq-accordion .accordion-body {
    padding: 0 0 20px;
    color: grey;
}

.product-details-accordion .how-to-use-cards {
    max-width: 140px;
}

.product-details-accordion .how-to-use-cards figcaption p {
    font-size: 14px;
    line-height: 1.2;
    margin: 0;
} 
.product-details-accordion .reviews-wrap .review .green-dot {
    width: 6px;
    height: 6px;
    background-color: var(--bs-secondary-green);
    border-radius: 100%;
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px;
}

/* .product-detail-thumbnail-slides {
    min-width: 20%;
} */

/* Make sure swiper containers have proper dimensions */
.product-detail-thumbnail-slides {
  height: 100%; /* important for vertical layout */
  width: 100%; /* adjust as per your design */
}

.product-detail-slides {
  width: 100%;
}

@media screen and (min-width: 768px) {
    .product-detail-thumbnail-slides {
        max-width: 76%;
    }
}

@media screen and (min-width: 992px) {
    .product-detail-thumbnail-slides {
        max-width: 20%;
        height: 370px; 
        margin-top: 0 !important;
    }
}

@media screen and (min-width: 1200px) {
    .product-detail-thumbnail-slides { 
        height: 444px; 
    }
}
@media screen and (min-width: 1400px) {
    .product-detail-thumbnail-slides { 
        height: 520px;
        margin: 0 !important;
    }
}

.ratings figure {max-width: 22%;}

.product-detail-slide-wrap {
    position: sticky;
    top: 100px;
}
.product-detail-slides {
    width: 540px;
    height: 500px;
    border: 1px solid #e6e6e6;
    border-radius: 6px;
    overflow: hidden;
    display: block;
}

.product-detail-slides .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
}

.product-detail-slides img {
    width: 100%;
    height: 100%;
    object-fit: fill;
    cursor: zoom-in;
    user-select: none;
    -webkit-user-drag: none;
    display: block;
}

/* Zoom preview */
.zoom-preview {
    width: 505px;
    height: 500px;
    border: 1px solid #ddd;
    border-radius: 6px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: none;
    /* show only on desktop hover */
    flex-shrink: 0;
    pointer-events: none;
    /* allow mouse events to pass through */
    position: absolute;
    right: 0;
    top: 0;
    z-index: 999;
}

/* Responsive: hide preview on small screens */
@media (max-width: 991px) {
    .product-detail-wrapper {
        flex-wrap: wrap;
    }

    .product-detail-thumbnail-slides {
        width: 100%;
        height: 100px;
        order: 2;
    }

    .product-detail-slides {
        order: 1;
    }

    .zoom-preview {
        display: none !important;
        order: 3;
        width: 100%;
        height: 220px;
        margin-top: 12px;
    }
}

.about-us-video-section {
    position: relative;
    height: 100vh;
    /* Full screen section */
    overflow: hidden;
}

.video-bg-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    /* Behind the content */
    overflow: hidden;
}

.video-bg {
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
    object-position: center center;
    position: absolute;
    top: 0;
    left: 0;
}

.content-overlay {
    position: relative;
    z-index: 1;
    min-height: 100vh;
    padding-top: 100px;
    padding-bottom: 100px;
    text-align: center;
}


/* styling for blogs home page */
.gradient-bg-light-green {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#c1fff5+0,ffffff+70&0.9+0,1+70,1+100 */
    background: linear-gradient(to bottom, rgba(193, 255, 245, 0.9) 0%, rgba(255, 255, 255, 1) 70%, rgba(255, 255, 255, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

}

.blogs-home-page-banner {
    min-height: 40vh;
    background-image: url("../images/checks-bg.jpg");
    background-attachment: fixed;
}

.blog-search-form {
    max-width: 400px;
    margin: 0 auto;
}

.about-us-banner {
    min-height: 60vh;
}

.about-us-journey-wrap {
    background-image: url('../images/journey-bg.png');
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    min-height: 100vh;
    width: 1240px;
    margin: 0 auto;
}

.about-us-journey-wrap .journey-card {
    position: relative;
    max-width: 440px;
    width: 100%;
}

.about-us-journey-wrap .journey-card.card-left::after {
    width: 30px;
    height: 30px;
    background-image: url('../images/journey-dot.svg');
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -15px;
    left: calc(100% + 45px);
}

.about-us-journey-wrap .journey-card.card-right::after {
    width: 30px;
    height: 30px;
    background-image: url('../images/journey-dot.svg');
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -15px;
    right: calc(100% + 45px);
}

.about-us-journey-wrap .journey-cards-wrap {
    height: 57.5vh;
    flex-wrap: wrap;
}

.svg-wrap {
    max-width: 64px;
    margin: 30px auto 0;
}

.svg-path-mask {
    width: 100%; 
}
.dotted-path {
    fill: none;
    stroke: #04A58C;
    stroke-width: 5;
    stroke-linecap: round;
    stroke-dasharray: 23, 23;
}

.mask-path {
    fill: none;
    stroke: white;
    stroke-width: 5;
    stroke-linecap: round;
    stroke-dasharray: 1200; /* Replace with actual path length */
    stroke-dashoffset: 1200;
    /* No animation by default */
}

.mask-path.animate {
    animation: reveal-path 4s forwards linear;
}

@keyframes reveal-path {
    to {
        stroke-dashoffset: 0;
    }
}
