@font-face {
    font-family: "Higuen";
    src: url("../fonts/Higuen-serif.otf") format("opentype");
}
body {
    font-family: "Poppins", sans-serif;
    overflow-x: hidden;
}

/*
* Container
*/
@media (min-width: 1240px) {
    .container {
        max-width: 1240px !important;
    }
}

/*
* Header
*/
.header-top {
    border-bottom: 1px solid var(--grey-100) !important;
}

.header-top .header-top-phone {
    font-size: 16px !important;
    padding: 6px 40px 6px 0 !important;
}

.header-top .header-top-phone img {
    margin-right: 7px;
}

.header-top .header-top-email,
.header-top .header-top-opening-hours {
    font-size: 12px !important;
    letter-spacing: -0.3px;
}

.header-top .header-top-email i,
.header-top .header-top-opening-hours i {
    margin-right: 6px !important;
}

.header-top .header-top-email {
    margin-right: 15px;
}

@media (max-width: 1199px) {
    .header-top .nav-item-header-top-socials {
        width: 100%;
    }
}

.header-top .nav-item-header-top-socials .header-top-socials ul li {
    margin-right: 30px;
}

.header-top .nav-item-header-top-socials .header-top-socials ul li i {
    font-size: 15px !important;
}

.header-top .header-top-button-make-as-appoitment {
    width: 195px;
}

.header-top .header-top-button-make-as-appoitment a {
    font-size: 12px;
}

/*
* Header Container
*/
.header-container .header-nav .nav li > a {
    text-transform: none !important;
    font-size: 14px !important;
}

.header-container .header-nav .nav li .dropdown-menu a {
    font-size: 0.8em !important;
}

.header-container .header-nav .nav li:hover > a {
    background: #fff !important;
}

.header-container .header-nav .nav li:hover > a:before {
    border-bottom: 0 !important;
}

.header-container .header-nav .nav li:hover > a + ul.dropdown-menu {
    border-top: 0 !important;
    margin-top: -5px !important;
}

/*
* Header Search
*/
.header-column-search {
    flex-grow: 0.14 !important;
}

@media (max-width: 1199px) {
    .header-column-search {
        flex-grow: 0.3 !important;
    }
}

@media (max-width: 991px) {
    .header-column-search {
        order: 2;
        flex-grow: 0.1 !important;
        width: 100%;
        padding-right: 15px;
    }
}

@media (max-width: 991px) {
    .header-column-logo {
        order: 1;
    }
}

@media (max-width: 991px) {
    .header-column-nav-menu {
        order: 3;
        flex-grow: 0.1 !important;
    }
}

.header-nav-features {
    padding: 0 !important;
    margin: 0 !important;
}

.header-nav-features:not(.header-nav-features-no-border):before {
    display: none !important;
}

/*
* Carousel Slider
*/
.custom-dots-style-1 .owl-dots .owl-dot {
    background: transparent;
    border-radius: 100%;
    width: 20px;
    height: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #212121;
}

.custom-dots-style-1 .owl-dots .owl-dot > span {
    background: transparent !important;
}

.custom-dots-style-1 .owl-dots .owl-dot.active > span {
    background: #212121 !important;
}

.custom-dots-style-1 .owl-dots .owl-dot + .owl-dot {
    margin-left: 6px !important;
}

/*
* Cards
*/
.custom-cards {
    position: relative;
    min-height: 300px;
}

@media (max-width: 1199px) {
    .custom-cards {
        height: auto;
    }
}

.custom-cards .cards-container {
    /* margin-top: -135px !important; */
}

@media (max-width: 1199px) {
    .custom-cards .cards-container {
        position: static;
    }

    .custom-cards .cards-container {
        margin-top: 3rem !important;
    }
}

.custom-cards .cards-container .card {
    min-height: 420px;
}

.custom-cards .cards-container .card .card-body {
    padding: 50px;
}

.custom-cards .cards-container .card .card-body img {
    padding-bottom: 20px;
}

.custom-cards .cards-container .card .card-body .card-title {
    font-size: 24px;
}

.custom-cards .cards-container .card .card-body .card-text,
.custom-cards .cards-container .card .card-body .card-title {
    margin: 0;
}

/*
* Custom List Icons
*/
.custom-list-icons li {
    line-height: 35px !important;
    padding-left: 52px !important;
}

.custom-list-icons li i {
    border-color: var(--grey) !important;
    width: 40px !important;
    height: 40px !important;
    line-height: 33px !important;
    top: 0 !important;
}

.custom-list-icons:first-child li {
    padding-right: 60px !important;
}

/*
* Custom Carousel
*/
.custom-owl-carousel .owl-next:before {
    content: "\f061" !important;
    color: var(--dark) !important;
    font-size: 20px !important;
}

.custom-owl-carousel .owl-prev:before {
    content: "\f060" !important;
    color: var(--dark) !important;
    font-size: 20px !important;
}

.custom-owl-carousel .owl-carousel .owl-nav {
    top: 40%;
}

/*
* About Me
*/
.more-about {
    background-color: var(--light);
    background-position-y: center;
    background-repeat: no-repeat;
    background-size: contain;
    height: auto;
    position: relative;
    overflow: hidden;
    margin-bottom: 70px;
}

@media (max-width: 991px) {
    .more-about {
        padding-top: 70%;
        position: static;
        background-size: 100%;
        background-position: 0 0;
        background-color: var(--light);
        margin-bottom: 0;
        overflow: auto;
    }
}

@media (min-width: 992px) {
    .more-about .col-cuttin-more-about:before {
        content: "";
        position: absolute;
        top: -35%;
        right: -90%;
        width: 100%;
        height: 100%;
        background: var(--light);
        z-index: 0;
        transform: rotate(75deg);
    }

    .more-about .col-cuttin-more-about:after {
        content: "";
        position: absolute;
        top: 35%;
        right: -90%;
        width: 100%;
        height: 100%;
        background: var(--light);
        z-index: 0;
        transform: rotate(-75deg);
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .more-about {
        background-size: 130%;
    }

    .more-about .col-cuttin-more-about:before {
        right: -127%;
        top: -38%;
    }

    .more-about .col-cuttin-more-about:after {
        right: -127%;
        top: 38%;
    }
}

/*
* Patient Reviews
*/
.patient-reviews {
    background-position: right;
    background-repeat: no-repeat;
    background-color: var(--light);
    background-size: contain;
    height: auto;
    position: relative;
    overflow: hidden;
}

@media (max-width: 1199px) {
    .patient-reviews {
        padding-top: 51%;
        position: static;
        background-size: 100%;
        background-position: 0 0;
        background-color: var(--light);
        margin-bottom: 0;
        overflow: auto;
    }
}

@media (min-width: 1200px) {
    .patient-reviews .col-cutting-patient-reviews:before {
        content: "";
        position: absolute;
        top: -50%;
        left: -68%;
        width: 100%;
        height: 100%;
        background: var(--light);
        z-index: 0;
        transform: rotate(-70deg);
    }

    .patient-reviews .col-cutting-patient-reviews:after {
        content: "";
        position: absolute;
        top: 50%;
        left: -68%;
        width: 100%;
        height: 100%;
        background: var(--light);
        z-index: 0;
        transform: rotate(70deg);
    }
}

@media (max-width: 991px) {
    .patient-reviews {
        padding-top: 54%;
    }
}

.patient-reviews section.section {
    padding: 90px 0 !important;
}

@media (max-width: 1199px) {
    .patient-reviews section.section {
        padding: 30px 0 70px !important;
    }
}

.patient-reviews section.section .owl-carousel .owl-nav {
    top: 19%;
}

.patient-reviews section.section p.lead {
    font-size: 14px;
}

.patient-reviews section.section h4.review-signature {
    font-size: 18px;
}

.patient-reviews .owl-stage-outer .owl-item {
    padding: 0 60px;
}

.patient-reviews .owl-next {
    transform: none !important;
}

.patient-reviews .owl-next:before {
    content: "\f060" !important;
    color: var(--dark) !important;
    font-family: "Font Awesome 6 Free" !important;
    font-weight: 900 !important;
    font-size: 20px !important;
    left: 1px !important;
    top: -1px !important;
    border: none !important;
    position: static !important;
    transform: none !important;
}

.patient-reviews .owl-next:after {
    display: none !important;
}

.patient-reviews .owl-prev {
    transform: none !important;
}

.patient-reviews .owl-prev:before {
    content: "\f060" !important;
    color: var(--dark) !important;
    font-family: "Font Awesome 6 Free" !important;
    font-weight: 900 !important;
    font-size: 20px !important;
    left: 1px !important;
    top: -1px !important;
    border: none !important;
    position: static !important;
    transform: none !important;
}

.patient-reviews .owl-prev:after {
    display: none !important;
}

.patient-reviews .review-quotes {
    left: 0;
    width: 10%;
}

.patient-reviews .review-quotes + .lead {
    width: 90%;
}

/*
* Medical Services
*/
.medical-services {
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

.medical-services .cards-medical-services {
    margin-bottom: 32px;
}

.medical-services .cards-medical-services .card {
    margin-bottom: 30px;
}

.medical-services .section-funnel-layer-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 96px 0;
    padding: 6rem 0;
    transform: translate3d(0, 99%, 0);
    z-index: 20;
}

@media (max-width: 1199px) {
    .medical-services .section-funnel-layer-bottom {
        display: none;
    }
}

.medical-services
    .section-funnel-layer-bottom
    .section-funnel-layer:nth-child(1) {
    transform: skewY(-4.7deg);
    position: absolute;
    top: 0;
    left: -50%;
    width: 100%;
    height: 100%;
    z-index: 6;
}

.medical-services
    .section-funnel-layer-bottom
    .section-funnel-layer:nth-child(2) {
    transform: skewY(-175.3deg);
    position: absolute;
    top: 0;
    left: 50%;
    width: 100%;
    height: 100%;
    z-index: 6;
}

/*
* Google Maps
*/
#googlemaps {
    min-height: 480px;
}

/*
* Contact Form
*/
.custom-form-style-1 .form-control {
    border: 0;
    padding: 19.2px;
    padding: 1.2rem;
    box-shadow: none !important;
    height: auto;
    background: var(--grey-100) !important;
}

/*
* Footer Top Info
*/
.footer-top-info {
    margin-bottom: -1px;
}

.footer-top-info .footer-top-info-detail {
    position: relative;
    width: 100%;
    padding-right: 190px;
}

@media (max-width: 991px) {
    .footer-top-info .footer-top-info-detail {
        margin: 15px;
    }
}

@media (max-width: 575px) {
    .footer-top-info .footer-top-info-detail {
        margin: 0;
        margin-left: -10px;
    }
}

.footer-top-info .footer-top-info-desc {
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.footer-top-info .btn-footer-top-info {
    width: 180px;
    height: 55px;
    line-height: 51px;
    position: absolute;
    right: 20px;
}

.footer-top-info .btn-footer-top-info:hover {
    border-color: var(--light) !important;
}

@media (max-width: 991px) {
    .footer-top-info .btn-footer-top-info {
        margin-right: 15px;
    }
}

@media (max-width: 575px) {
    .footer-top-info .btn-footer-top-info {
        margin-right: -5px;
    }
}

/*
* Footer
*/
#footer .custom-info .custom-info-block span {
    display: block;
    font-size: 14px;
}

#footer .custom-info .custom-info-block span.title-custom-info-block {
    letter-spacing: -0.35px;
}

#footer .custom-info .custom-info-block span.text-custom-info-block {
    letter-spacing: -0.35px;
}

#footer .nav-footer > ul {
    padding: 0;
}

#footer .nav-footer > ul li {
    list-style: none;
}

#footer .social-icons li {
    margin: -1px 13px 0 0;
}

#footer .social-icons li a {
    width: 38px;
    height: 38px;
    line-height: 41px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#footer .social-icons li:hover a {
    color: var(--dark--200) !important;
}

#footer .footer-copyright {
    border-top: 1px solid rgba(225, 225, 225, 0.1);
}

#footer .footer-column-opening-hours .custom-info {
    padding: 15px 0;
    border-bottom: 1px solid rgba(225, 225, 225, 0.1);
}

/* Skin */
.border-color-active-primary:active {
    border-color: var(--primary) !important;
}

@media (min-width: 992px) {
    #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li:hover > a,
    #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li:focus > a,
    #header
        .header-nav-main
        nav
        > ul
        > li.dropdown
        .dropdown-menu
        li.active
        > a,
    #header
        .header-nav-main
        nav
        > ul
        > li.dropdown
        .dropdown-menu
        li:active
        > a {
        color: var(--primary) !important;
    }
}

.owl-carousel.dots-inside .owl-dots {
    bottom: -100px !important;
}

.owl-carousel.custom-nav-1-pos-2 .owl-nav .owl-prev {
    margin-left: -25px;
}

.owl-carousel.custom-nav-1 .owl-nav .owl-prev,
.owl-carousel.custom-nav-1 .owl-nav .owl-next {
    width: 50px;
    height: 50px;
    background: #ebedf7 !important;
}

.complaince-img {
    height: 200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.complaince-img img {
    max-width: 120px;
    object-fit: contain;
    filter: grayscale(90);
}
.complaince-img img:hover {
    filter: grayscale(0);
}
.custom-img {
    object-fit: contain;
}
@media (min-width: 992px) {
    .custom-img {
        position: absolute;
        top: 0;
        left: -50px;
        width: auto;
        height: 100%;
        z-index: 100;
    }

    .about-container {
        position: relative !important;
    }
}

.top-info-detail-selected {
    padding-right: 0px !important;
}

.padding-title {
    padding: 120px 0;
}

@media (max-width: 576px) {
    .padding-title {
        padding: 50px 0;
    }
}

.page-header {
    position: relative;
}

.overlay-title {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 1;
}

.page-header.page-header-modern h1 {
    font-size: 32px;
    z-index: 2;
}

.accordion.accordion-modern-status
    > .card
    .card-header
    .accordian-toogle-none:after {
    content: "" !important;
}

.img-thumbnail {
    padding: 0.25rem;
    background-color: var(--bs-body-bg);
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    max-width: 100%;
    height: auto;
}

.color-circle {
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin: 0 5px;
    border: 1px solid #ddd;
}

.df-popup-thumb {
    /* display: inline-block; */
    box-sizing: border-box;
    margin: 30px 15px 15px !important;
    text-align: center;
    border: 0;
    /* width: 140px; */
    height: auto;
    word-break: break-word;
    vertical-align: bottom;
    perspective: 800px;
}

.df-popup-thumb .df-book-wrapper {
    transform-style: preserve-3d;
    transition: transform 0.2s;
    display: inline-block;
    position: relative;
}

.df-popup-thumb .df-book-page1,
.df-popup-thumb .df-book-page2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
    transform-origin: left;
    background-color: #fff;
    transition: transform 0.3s;
    z-index: 1;
}

.df-popup-thumb .df-book-cover {
    background-size: cover;
    transform-origin: left;
    position: relative;
    overflow: hidden;
    transition: transform 0.3s;
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.24);
    z-index: 1;
}

.df-popup-thumb .df-book-cover img {
    min-width: 185px;
    width: 100%;
    max-height: 320px;
    height: 100%;
}

.df-popup-thumb .df-book-title {
    position: absolute;
    width: 100%;
    left: 0;
    padding: 5px;
    font-size: 0.75em;
    background: rgba(255, 255, 255, 0.9);
    opacity: 0;
    transition: opacity 0.4s, bottom 0.4s;
    bottom: -100%;
}

.df-popup-thumb .df-book-cover:after {
    content: "";
    height: 100%;
    width: 100%;
    background: linear-gradient(
        90deg,
        rgba(255, 255, 255, 0.15) 1%,
        rgba(0, 0, 0, 0.15) 3%,
        rgba(255, 255, 255, 0.15) 5%,
        rgba(255, 255, 255, 0) 7%
    );
    box-shadow: inset 0px -1px 3px 0px #5050508c;
    z-index: 3;
    position: absolute;
    top: 0;
    left: 0;
}

.df-popup-thumb:hover .df-book-wrapper {
    transform: rotateY(-15deg);
}

.df-popup-thumb:hover .df-book-page1 {
    transform: rotateY(-8deg);
    box-shadow: 2px 0px 4px rgba(0, 0, 0, 0.2);
}

.df-popup-thumb:hover .df-book-page2 {
    transform: rotateY(-14deg);
    box-shadow: 2px 0px 4px rgba(0, 0, 0, 0.2);
}

.df-popup-thumb:hover .df-book-cover {
    transform: rotateY(-18deg);
}

.df-popup-thumb:hover .df-book-title {
    opacity: 1;
    bottom: 0;
}

/* Video Section */
.video {
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: 15px;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.2);
}

/* Image Styling */
.video img {
    width: 100%;
    height: auto;
    transition: transform 0.3s ease, opacity 0.3s ease;
    border-radius: 15px;
}

/* Overlay Styling */
.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    transition: opacity 0.3s ease;
    border-radius: 15px;
}

/* Play Button Styling */
.btn-play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    background-color: var(--primary);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    opacity: 0;
    transition: opacity 0.3s ease, transform 0.3s ease;
    transition-delay: 0.1s;
}

/* Play Icon inside the button */
.play-icon {
    position: relative;
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: transform 0.3s ease;
}

/* Play Icon Image */
.play-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: transform 0.3s ease;
}

/* Play Icon Animation */

/* Hover Effects */
.video:hover .video-overlay {
    opacity: 1;
}

.video:hover img {
    transform: scale(1.1);
}

.video:hover .btn-play {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1.2);
}

.video:hover .play-icon {
    transform: scale(1.2);
}

.video:hover .play-icon img {
    transform: scale(1.1);
}

.video:hover .play-icon::before {
    opacity: 1;
    transform: scale(1);
}

.text-align-justify {
    text-align: justify;
}

.language-section {
    margin-right: 10px !important;
}

.language-section select {
    height: 35px !important;
    border-radius: 0px !important;
}

.dropdown-toggle::after {
    border-top: none !important;
}

.subscribe-popup-overflow {
    overflow-x: hidden;
}

.subscribe-popup .mfp-close {
    margin: 20px;
}

.subscribe-popup-bg {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 100%;
    min-height: 800px;
}

@media (max-width: 992px) {
    .subscribe-popup-bg {
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        height: 100%;
        min-height: 400px;
    }
}

.web-clamp-2 {
    width: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.web-clamp {
    width: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.cash-icon-img img {
    width: 40px;
    height: 30px;
    object-fit: contain;
    background-color: var(--white);
    margin-right: 7px;
    margin-top: 7px;
    border-radius: 4px;
    filter: grayscale(100%);
    background-color: #fff;
}

.product-description h1,
.product-description h2,
.product-description h3,
.product-description h4 {
    font-size: 1.2em !important;
}

.mySwiper {
    width: 100%;
    height: 600px;
}

.slider-slide {
    background-position: center;
    background-size: cover;
    position: relative;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
}

.image-right img {
    position: relative;
    top: 10px;
}

.text-left h1 {
    font-family: "Higuen", serif;
}

.product-description p,
.product-description p strong,
.product-description ul li {
    display: flex !important;
    flex-direction: column !important;
}

.category-title {
    color: #000;
    text-align: center;
    font-size: 12px;
    font-weight: 500;
    margin-top: 0.687rem;
    text-transform: uppercase;
}

.product-category .category-title span {
    position: relative;
}

.product-category .category-title span:before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    border-bottom: 1px solid #e5e5e5 !important;
    bottom: 0px !important;
    transform-origin: right;
    transform: scaleX(1) translateZ(0);
    transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
}

.product-category .category-title span:after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    border-bottom: 1px solid #e5e5e5 !important;
    bottom: 0px !important;
    transform-origin: left;
    transform: scaleX(0) translateZ(0);
    transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.product-category:hover .category-title span:before {
    transform: scaleX(0) translateZ(0);
    transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    border-bottom-color: #222222 !important;
}

.product-category:hover .category-title span:after {
    transform: scaleX(1) translateZ(0);
    transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
    border-bottom-color: #222222 !important;
}

/* Additional spacing for category title */
.thumb-info .category-title span {
    display: inline-block;
}

.floating-logo {
    position: absolute;
    top: 50%;
    left: -14%;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    animation: float 6s infinite linear;
}

.floating-logo .logo {
    opacity: 0.4; /* Adjust the opacity for the watermark effect */
    max-width: 150px;
    max-height: 150px;
    object-fit: contain;
}

.floating-logo-top {
    position: absolute;
    top: 20%;
    left: -9.5%;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    animation: float 6s infinite linear;
}

.floating-logo-top .logo {
    opacity: 0.4; /* Adjust the opacity for the watermark effect */
    max-width: 140px;
    max-height: 140px;
    object-fit: contain;
}

@keyframes float {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-20px); /* Adjust vertical float distance */
    }
    100% {
        transform: translateY(0);
    }
}

.move-right {
    text-align: end;
}

@media (max-width: 1440px) {
    .slide {
        width: 100%;
        height: 480px !important;
    }
}

@media (max-width: 1200px) {
    .slide {
        width: 100%;
        height: 400px !important;
    }
}
@media (max-width: 1024px) {
    .slide {
        width: 100%;
        height: 360px !important;
    }
}

@media (max-width: 576px) {
    .slide {
        width: 100%;
        height: 460px !important;
    }

    .slider-slide {
        background-position: center;
        background-size: cover;
        position: relative;
        width: 100%;
        height: 100%;
        background-repeat: no-repeat;
    }
}

.main-collection-text {
    font-size: 20px !important;
    text-decoration: underline;
}

/* @media (max-width: 576px) {
    #header .header-nav-main nav > ul li {
        padding-top: 5px !important;
        padding-bottom: 5px !important;
    }
} */

.mobile-text {
    text-align: center !important;
    margin-top: 60%;
}

.mobile-text h3 {
    font-family: "Higuen", serif;
    margin-bottom: 10px;
    font-weight: 700;
}

.mobile-text h4 {
    font-weight: 600;
    margin-bottom: 10px;
}

.header-bottom {
    border-top: 1px solid var(--grey-100);
}

.promo-background {
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0 20px;
    position: relative;
}

.promo-content {
    background: rgba(0, 0, 0, 0.5); /* Semi-transparent background */
    padding: 40px;
    border-radius: 10px;
    max-width: 800px;
    text-align: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}
.promo-background a:hover {
    text-decoration: none;
}
.promo-content h2 {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #fff;
}

.promo-content p {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 30px;
    color: #fff;
}

.cta-button {
    background-color: #1751ff;
    /*background-color:red;*/
    color: #fff;
    padding: 12px 25px;
    font-size: 16px;
    border: none;
    border-radius: 30px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    text-transform: uppercase;
    z-index: 99999999999;
}

.cta-button:hover {
    background-color: var(--primary);
    /*background-color: #AA0000;*/
}

.cta-button:focus {
    outline: none;
}

/* Mobile responsiveness */
@media screen and (max-width: 768px) {
    .promo-background {
        height: 400px; /* Adjust height for smaller screens */
    }

    .promo-content {
        padding: 30px;
    }

    .promo-content h2 {
        font-size: 28px; /* Smaller heading size on mobile */
        margin-bottom: 15px;
    }

    .promo-content p {
        font-size: 16px; /* Smaller paragraph font size */
        margin-bottom: 20px;
    }

    .cta-button {
        padding: 10px 20px;
        font-size: 14px; /* Smaller button size */
    }
}

@media screen and (max-width: 480px) {
    .promo-background {
        height: 350px; /* Further adjust height for very small screens */
    }

    .promo-content {
        padding: 20px;
    }

    .promo-content h2 {
        font-size: 24px; /* Even smaller heading for very small screens */
        margin-bottom: 10px;
    }

    .promo-content p {
        font-size: 14px; /* Smaller paragraph font size */
        margin-bottom: 15px;
    }

    .cta-button {
        padding: 8px 15px;
        font-size: 12px; /* Even smaller button size for very small screens */
    }
}

.catalogue-section {
    position: relative;
    background-color: #f8f9fa;
    padding-top: 80px;
}

.catalogue-bg {
    position: relative;
    background-size: cover;
    background-position: center;
    padding: 40px 0;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

/* Overlay to improve text readability */
.catalogue-bg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /*background: rgba(0, 0, 0, 0.3);*/
    border-radius: 8px;
}

/* Content Styling */
.text-content {
    position: relative;
    z-index: 1;
    color: #fff;
    text-align: left;
    margin-top: 30px;
}

.section-title .subtitle {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #f8f9fa;
    margin-bottom: 10px;
}

.section-title .main-title {
    font-size: 36px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 15px;
}

.description {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 30px;
    color: #f1f1f1;
}

/* Button Styling */
.buttons .btn {
    display: inline-block;
    padding: 12px 25px;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 4px;
    margin-right: 15px;
    margin-bottom: 10px;
    transition: all 0.3s ease;
    text-align: center;
}

.btn-browse {
    /*background-color: #28a745;*/
    background-color: red;
    color: #fff;
    text-decoration: none;
}

.btn-browse:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    /*background-color: #28a745;*/
    background-color: #aa0000;
}

/* Responsive Styling */
@media (max-width: 767px) {
    .catalogue-bg {
        padding: 30px 0;
    }

    .section-title .main-title {
        font-size: 28px;
    }

    .description {
        font-size: 16px;
    }

    .buttons .btn {
        width: 100%;
        text-align: center;
    }
    .text-content {
        padding: 20px;
    }
}
.video-thumbnail {
    transition: transform 0.3s ease;
}
.video-thumbnail:hover {
    transform: scale(1.03);
}
.play-icon {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0.8;
    transition: opacity 0.3s ease;
    background: red !important;
    height: 60px;
    width: 60px;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.play-icon svg {
    height: 30px;
    width: 30px;
}
.video-thumbnail:hover .play-icon {
    opacity: 1;
    animation: vibrate 0.7s ease-in-out infinite;
}
.cursor-pointer {
    cursor: pointer;
}
/* .rounded-lg {
        border-radius: 1rem !important;
    } */

/* Vibrate effect */
@keyframes vibrate {
    0% {
        transform: translate(-50%, -50%) translateY(0);
    }
    25% {
        transform: translate(-50%, -50%) translateY(-5px);
    }
    50% {
        transform: translate(-50%, -50%) translateY(5px);
    }
    75% {
        transform: translate(-50%, -50%) translateY(-5px);
    }
    100% {
        transform: translate(-50%, -50%) translateY(5px);
    }
}

.productswiper {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.swiper-slide.product {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

@media (max-width: 576px) {
    .thumb-info-wrapper img {
        max-height: 220px;
        object-fit: cover;
    }
    .mt-sm-0 {
        margin-top: 0px !important;
    }
    .text-5{
        font-size:1.2em !important;
    }
}
