:root {
    --pol-title: #212529;
    --pol-para: #171717;
    --pol-orng: #dc1818;
    /* --pol-red: #CE2B2B; */
    --pol-red: #c20d2c;
    --pol-orng-grad: linear-gradient(90deg, #bf0000 0%, #7c0000 50.48%, #dc1818 100%);
    /* --pol-orng-grad: linear-gradient(90deg, #DB5320 0%, #CE2B2B 50.48%, #DA5021 100%); */
    --hero-red: #c40000;
    --hero-red-light: #e04343;

}

body {
    overflow-x: hidden;
    /* background-color: #efefef !important; */
    /* background-color: #f2efe6 !important; */
    background-color: #fff7f6 !important;
}

section {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}

/* button design */
.pol-btn2 {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 6px 12px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
    /* IMPORTANT */
    cursor: pointer;

    background: var(--pol-red);
    transition: all 0.3s ease;
}

/* ICON CIRCLE */
.pol-btn2 .pol-btn-icon {
    width: 35px;
    font-size: 5.3rem !important;
    height: 35px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.25);
    display: flex;
    align-items: center;
    justify-content: center;
}

.pol-btn-icon i {
    font-size: 1rem;
}

.pol-btn2:hover {
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(206, 43, 43, 0.3);
    background: var(--pol-orng);
}

.pol-btn2:hover .pol-btn-icon {
    transform: translateX(3px);
    transition: 0.3s;
}

p {
    font-size: 1.1rem !important;
    color: var(--pol-para);
}

h2 {
    font-size: 46px !important;
    font-family: 'Clash Display', sans-serif !important;
    font-weight: 500 !important;
    text-transform: uppercase !important;
}

.top-title {
    font-size: 1rem !important;
    font-weight: 500 !important;
    font-family: "Caveat", cursive !important;
    font-optical-sizing: auto !important;
}

.main-title {
    font-size: 2rem;
    font-weight: 600;
}

.lime-btn {
    margin-top: 50px !important;
    display: inline-block !important;
    background: var(--pol-red) !important;
    padding: 10px 28px !important;
    border-radius: 30px !important;
    text-decoration: none !important;
    color: #fff !important;
    transition: all 0.5s ease-in-out;
}

.lime-btn:hover {
    background: var(--ctma-golden) !important;
    color: var(--ctma-deep-green) !important;
}

.intro-img {
    height: 50vh;
    border-radius: 30px;
}

.intro-img img {
    width: 100%;
    height: 100%;
    border-radius: 20px;
    object-fit: cover;
}


/* default arrow */



/* =========================
   TOP BAR
========================= */
.ctma-topbar {
    background: #f2efe6;
    font-size: 14px;
    padding: 8px 0 !important;
}

.ctma-topbar i {
    color: var(--ctma-pol-title);
    margin-right: 6px;
}

.ctma-topbar a {
    width: 60px;
    display: flex;
    color: var(--ctma-pol-title);
    text-decoration: none;
    flex-direction: row;
    align-content: center;
    align-items: center;
    width: auto;
}

.ctma-topbar-right {
    gap: 25px;
}

/* =========================
   NAVBAR WRAPPER
========================= */
.ctma-navbar-wrapper {
    padding: 15px 0;
}

.ctma-navbar-box {
    background: #fff;
    border-radius: 10px;
    padding: 12px 25px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

/* Nav links */
.ctma-navbar .nav-link {
    color: var(--ctma-pol-title);
    font-weight: 500;
    margin: 0 15px;
}

.ctma-navbar .nav-link:hover {
    color: var(--pol-red) !important;
    opacity: 1 !important;
}

/* Center logo */
.ctma-logo img {
    width: 200px;
}

/* Buttons */
.ctma-btn-outline {
    border: 1px solid var(--pol-red);
    border-radius: 25px;
    padding: 8px 20px;
    background: transparent;
    color: var(--pol-title);
    font-weight: 500;
    transition: all 0.5s ease-in-out;
    gap: 10px;
    display: flex !important;
    align-items: center;
}

.ctma-btn-outline:hover {
    background: var(--pol-red);
    color: #fff;
}

/* Glow outline btns */



.ctma-hero-section {
    background: #E7E4DA;
    padding: 90px 0 60px;
}

.ctma-hero-title {
    font-size: 58px;
    line-height: 1.15;
    color: var(--ctma-pol-title);
}

.ctma-hero-right h5 {
    color: var(--ctma-pol-title);
    font-size: 22px;
}

.ctma-hero-right p {
    color: #4b3a2a;
    font-size: 15px;
    line-height: 1.7;
}

.ctma-register-btn {
    background: var(--ctma-light-green);
    border: none;
    border-radius: 30px;
    padding: 12px 30px;
    font-weight: 500;
    color: var(--ctma-deep-green);
    margin-top: 15px;
}

.ctma-register-btn:hover {
    background: var(--ctma-deep-green);
    color: #fff;
}

/* Feature Pills */
.ctma-feature-pill {
    background: #E9E6E0;
    border-radius: 40px;
    padding: 18px 30px;
    display: flex;
    align-items: center;
    gap: 18px;
}

.ctma-feature-dot {
    width: 45px;
    height: 45px;
    background: #4B2608;
    border-radius: 50%;
    flex-shrink: 0;
}

.ctma-feature-text {

    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
    color: var(--ctma-pol-title);
}

.navbar .navbar-nav .nav-link {
    color: var(--pol-title);
    margin: 0px;
}

#ctmaNavMobile {
    display: none !important;
}

div#ctmaNavLeft {
    display: flex !important;
    max-width: fit-content;
}




/* Hero slider */
.pol-hero-slider {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin-top: -9%;
    z-index: -1;
    padding-bottom: 0px !important;
}

.pol-slide img {
    width: 100%;
    height: auto;
    display: block;
}

/* Arrow Style */

.pol-slider .slick-prev, .pol-slider .slick-next {
    width: 50px;
    height: 50px;
    background: #fff;
    border-radius: 50%;
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
}

.pol-slider .slick-prev {
    left: 20px;
}

.pol-slider .slick-next {
    right: 20px;
}

.pol-slider .slick-prev:before,
.pol-slider .slick-next:before {

    color: var(--pol-title);
    font-size: 22px;

}

.pol-feature-bar {
    padding: 0px !important;
    background-color: #f3f1ec;
}

.pol-feature-wrapper {
    background: #F3F1EC;
    border-radius: 0px;
    padding: 25px 30px;
    /* border-top-left-radius: 0px;
    border-top-right-radius: 0px; */
}

.pol-feature-item {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 10px 25px;
    border-right: 1px solid #dcd8cf;
}

.pol-feature-item.pol-last {
    border-right: none;
}

.icon-wrpr i {
    font-size: 2rem;
    color: #212529;
    display: none;
}

.pol-icon {
    font-size: 22px;
    color: var(--pol-orng);
}

.pol-content h6 {
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--pol-title);
    margin-bottom: 2px;
    letter-spacing: .3px;
}

.pol-content p {
    font-size: 1rem;
    color: var(--pol-para);
    margin: 0;
}

/* =========================
   NAVBAR mega menu WRAPPER
========================= */
/* PARENT */
.ctma-mega-parent {
    position: relative;
}

/* CHEVRON */
.ctma-chevron {
    margin-left: 6px;
    transition: 0.3s;
}

/* ROTATE */
.ctma-mega-parent:hover .ctma-chevron {
    transform: rotate(180deg);
}

/* MEGA MENU */
/* NAV FIX */
.navbar {
    overflow: visible !important;
}

/* PARENT */
.ctma-mega-parent {
    position: relative;
}

/* CHEVRON */
.ctma-mega-trigger i {
    transition: 0.3s;
}

/* ACTIVE ROTATE */
.ctma-mega-parent.active .ctma-mega-trigger i {
    transform: rotate(180deg);
}

/* MENU */
.ctma-mega-menu {
    position: absolute;
    top: 110%;
    left: 200%;
    width: 80vw;
    max-width: 1200px;
    background: #fff;
    padding: 25px;
    border-radius: 12px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: 0.3s ease;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
    z-index: 9999;
}


/* SHOW */
.ctma-mega-parent.active .ctma-mega-menu {
    opacity: 1;
    visibility: visible;
    /* transform: translateX(-50%) translateY(0); */
    pointer-events: auto;
}

/* TOP */
.ctma-mega-top {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
}

/* CATEGORY */
.ctma-mega-cat {
    text-align: center;
    padding: 22px;
    border-radius: 12px;
    cursor: pointer;
    transition: 0.25s;
    width: fit-content;
}

/* ACTIVE */
.ctma-mega-cat.active {
    background: #f5f5f5;
    position: relative;
    color: var(--pol-title);
}

/* UNDERLINE */
.ctma-mega-cat.active::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 20%;
    width: 60%;
    height: 3px;
    background: #CE2B2B;
}

/* ICON */
.ctma-mega-cat img {
    width: 40px;
    margin-bottom: 8px;
}

/* BOTTOM */
.ctma-mega-bottom {
    padding-top: 20px;
    position: relative;
}

/* PANELS */
.ctma-mega-panel {
    display: none;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

/* ACTIVE PANEL */
.ctma-mega-panel.active {
    display: grid;
}

/* ITEMS */
.ctma-sub-item {
    font-size: 14px;
    cursor: pointer;
}

.ctma-sub-item:hover {
    color: #CE2B2B;
}

.ctma-sub-item {
    font-size: 13px;
    line-height: 1.5;
    padding: 6px 0;
}

.ctma-sub-item small {
    display: block;
    color: var(--pol-para);
    font-size: 11px;
}

/* GRID IMPROVEMENT */
.ctma-mega-panel {
    grid-template-columns: repeat(3, 1fr);
}

.ctma-mega-menu {
    transform: translateX(-50%) translateY(20px);
}

.ctma-mega-parent:hover .ctma-mega-menu {
    transform: translateX(-50%) translateY(0);
}

/* ===============================
POL HERO SECTION
================================ */

.pol-hero-section {
    padding: 60px 0;

}

.pol-hero-left {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
}

.pol-hero-left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pol-hero-overlay {
    position: absolute;
    top: 60px;
    left: 60px;
    max-width: 320px;
}

.pol-hero-overlay h3 {
    font-size: 34px;
    font-weight: 700;
    color: #3D2205;
}

.pol-hero-overlay p {
    color: var(--pol-para);
    font-size: 15px;
}

.pol-product-card {
    position: absolute;
    bottom: 25px;
    left: 25px;
    background: #fff;
    padding: 12px 16px;
    border-radius: 14px;
    display: flex;
    gap: 12px;
    align-items: center;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
}

.pol-product-card img {
    width: 55px;
    height: 55px;
    border-radius: 8px;
    object-fit: cover;
}

.pol-product-card h6 {
    margin: 0;
    font-size: 14px;
}

.pol-product-card a {
    font-size: 13px;
    text-decoration: none;
    color: var(--pol-orng);
}

/* RIGHT CONTENT */

.pol-hero-right {
    padding-left: 0px;
}

.pol-tag {
    color: var(--pol-orng);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
}

.pol-hero-title {
    font-size: 46px;
    font-weight: 700;
    margin: 10px 0 20px;
    color: var(--pol-title);
}

.pol-btn {
    background: var(--pol-orng);
    color: #fff;
    border: none;
    padding: 12px 26px;
    border-radius: 30px;
    font-size: 14px;
}

/* SLIDER */

.pol-slider-wrapper {
    margin-top: 40px;
    position: relative;
}

.pol-slide-card {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
}

.pol-slide-card img {
    width: 100%;
    height: 230px;
    object-fit: cover;
}

.pol-slide-overlay {
    position: absolute;
    bottom: 20px;
    left: 20px;
}

.pol-slide-overlay .pol-product-card {
    position: relative;
    left: 0;
    bottom: 0;
}

/* SLIDER ARROWS */

.pol-slider-nav {
    position: absolute;
    top: -60px;
    right: 0;
    display: flex;
    gap: 10px;
}

.pol-arrow {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: 1px solid #ccc;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background: #fff;
}

.pol-arrow:hover {
    background: var(--pol-orng);
    color: #fff;
}

.pol-made-india {
    padding: 80px 0;
    /* background:#f6f6f6; */
}

/* INDIA MAP */

.pol-india-map {
    position: relative;
    display: inline-block;
}

.pol-india-map img {
    max-width: 370px;
}

/* pins */

.pol-pin {
    position: absolute;
    width: 42px;
    height: 42px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.15);
}

.pol-pin img {
    width: 26px;
}

/* approximate map positions */

.pin1 {
    top: 20px;
    left: 100px;
}

.pin2 {
    top: 120px;
    left: 40px;
}

.pin3 {
    top: 150px;
    right: 20px;
}

.pin4 {
    bottom: 20px;
    left: 120px;
}

.pol-made-text {
    margin-top: 20px;
    font-size: 14px;
    color: var(--pol-title);
}

.pol-made-text strong {
    display: block;
    color: #1b8c3c;
}

/* CONTENT */

.pol-made-content h2 {
    font-size: 32px;
    font-weight: 700;
    color: #0f2a4c;
    line-height: 1.3;
}

.pol-made-content h2 span {
    background: #0f2a4c;
    color: #fff;
    padding: 2px 8px;
    border-radius: 6px;
}

.pol-made-content p {
    margin-top: 15px;
    color: var(--pol-para);
    font-size: 1.1rem;
}

/* BUTTON */

.pol-btn {
    margin-top: 25px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 22px;
    background: #d7261e;
    color: #fff;
    border-radius: 30px;
    text-decoration: none;
    font-size: 14px;
}

.pol-btn span {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #fff;
    color: #d7261e;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* RIGHT PRODUCT */

.pol-product-box {
    /* background:#a06b63; */
    /* padding:20px; */
    border-radius: 16px;
    text-align: center;
}

.pol-product-box img {
    max-width: 330px;
    width: 500px !important;
    border-radius: 20px;
}

/* POPULAR PRODUCT SECTION */

.psp-section {
    padding: 70px 0;

}

.psp-title {
    font-size: 46px;
    font-weight: 600;
    margin-bottom: 40px;
    color: var(--pol-title);
}

/* CARD */

.psp-card {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    height: 340px;
    cursor: pointer;
}

/* BACKGROUND IMAGE */

.psp-bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* BUTTON POSITION */

.psp-overlay-btn {
    position: absolute;
    bottom: 20px;
    left: 20px;
}

/* BLUR BUTTON */

.psp-btn {

    display: inline-flex;
    align-items: center;
    gap: 10px;

    padding: 10px 16px;

    font-size: 13px;
    font-weight: 500;

    color: #fff;
    text-decoration: none;

    border-radius: 6px;

    background: rgba(0, 0, 0, 0.35);

    backdrop-filter: blur(6px);

    transition: all .3s ease;
}

.psp-btn i {
    font-size: 12px;
}

/* HOVER */

.psp-card:hover .psp-btn {
    background: rgba(0, 0, 0, 0.55);
}

/* FEATURE BAR */

.psb-feature-bar {
    /* background: var(--pol-orng); */
    background: url(../images/grad-design.png) no-repeat center center / cover;
    color: #fff;
    padding: 0px !important;
}

.psb-item {

    display: flex;
    align-items: center;
    gap: 14px;

    padding: 22px 35px;

    border-right: 1px solid rgba(255, 255, 255, 0.3);

    height: 100%;
}

.psb-last {
    border-right: none;
}

/* ICON */

.psb-icon {
    font-size: 20px;
}

/* TEXT */

.psb-content h6 {
    font-size: 1.1rem;
    font-weight: 700;
    letter-spacing: .4px;
    margin-bottom: 3px;
}

.psb-content p {
    color: #fff;
    font-size: 1.1rem;
    opacity: .85;
    margin: 0;
}

/* BESTSELLER SECTION */

.psbs-section {
    padding: 80px 0;

}

.psbs-title {
    font-size: 48px;
    letter-spacing: 1px;
    font-weight: 600;
    margin-bottom: 40px;
    color: var(--pol-title);
}

/* CARD */

.psbs-card {
    text-align: left;
}

/* IMAGE */

.psbs-image {
    border-radius: 6px;
    overflow: hidden;
    margin-bottom: 12px;
}

.psbs-image img {
    width: 100%;
    height: 160px;
    object-fit: cover;
    display: block;
}

/* PRODUCT NAME */

.psbs-product {
    font-size: 1.4rem;
    font-weight: 600;
    margin-bottom: 10px;
    color: var(--pol-title);
}

/* BUTTON */

.psbs-btn {
    display: inline-block;
    padding: 8px 16px;
    font-size: .9rem;
    letter-spacing: .6px;
    border: 1px solid var(--pol-title);
    text-decoration: none;
    color: var(--pol-title);
    transition: all .25s ease;
    border-radius: 13px;
}

.psbs-btn:hover {

    background: var(--pol-title);

    color: #fff;

}

/* SECTION */

.psmn-section {
    padding: 80px 0;

}


/* LEFT TEXT */

.psmn-left h3 {

    font-size: 26px;
    font-weight: 700;
    line-height: 1.4;
    color: var(--pol-title);
    margin-bottom: 25px;

}

.psmn-btn {

    display: inline-block;

    padding: 12px 22px;

    background: var(--pol-orng);

    color: #fff;

    font-size: 13px;

    border-radius: 6px;

    text-decoration: none;

}


/* RIGHT BANNER */

.psmn-banner {

    position: relative;

    border-radius: 16px;

    padding: 50px;

    overflow: hidden;

    background: linear-gradient(120deg, #2b0f10, #7a2a1f);

    min-height: 230px;

}


/* CONTENT */

.psmn-content {

    max-width: 380px;

    color: #fff;

}

.psmn-content h2 {

    font-size: 30px;

    font-weight: 700;

    margin-bottom: 10px;

}

.psmn-content p {

    font-size: 13px;

    opacity: .85;

    margin-bottom: 12px;

}

.psmn-explore {

    font-size: 13px;

    color: #ffd5c9;

    text-decoration: none;

}


/* FAN IMAGE */

.psmn-fan {

    position: absolute;

    right: 30px;

    bottom: 0;

    max-height: 190px;

}


.psap-section {
    padding: 80px 0;

}

/* header */

.psap-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
}

.psap-title {
    font-size: 28px;
    font-weight: 700;
    color: var(--pol-title);
    letter-spacing: 1px;
}

.psap-filter-btn {
    width: 40px;
    height: 40px;
    border: none;
    background: #d9362b;
    color: #fff;
    border-radius: 4px;
}

/* card */

.psap-card {
    cursor: pointer;
}

span.card-size-btn {
    padding: 5px 10px !important;
    border: 1px solid;
    border-radius: 999px;
    font-size: .9rem !important;
    transition: all .3s ease;
}

span.card-size-btn:hover {
    background: var(--pol-red);
    color: #fff;
    opacity: 1 !important;
}

.psap-image {
    position: relative;
}

.psap-image img {
    width: 100%;
    transition: .4s;
}

.psap-img-hover {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.psap-card:hover .psap-img-hover {
    opacity: 1;
}

.psap-card:hover .psap-img-main {
    opacity: 0;
}

/* info */

.psap-brand {
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--pol-title);
    opacity: .8;
}

.psap-product {
    font-size: 1.4rem;
    font-weight: 700;
    color: var(--pol-title);
    margin: 4px 0;
    line-height: 1.2;
}

.psap-size {
    font-size: .9rem !important;
    color: var(--pol-title);
    opacity: 1;
    margin-top: 10px;
    margin-bottom: 10px;
}

.psap-card .psap-price i {
    transition: all .3s ease;
}

.psap-card:hover .psap-price i {
    transform: translateX(5px);
}

.psap-price {
    font-size: 1rem;
    color: var(--pol-title);
    font-weight: 600;
    text-decoration: none;
}

/* view all */

.psap-viewall-wrap {
    text-align: center;
    margin-top: 40px;
}

.psap-viewall {
    padding: 10px 20px;
    background: var(--pol-title);
    color: #fff;
    border-radius: 20px;
    border: none;
}

/* CARD POSITION */
.psap-card {
    position: relative;
    overflow: hidden;
}

/* ARROW BOX */
.psap-arrow {
    position: absolute;
    bottom: 0px;
    right: 12px;

    width: 40px;
    height: 40px;

    background: var(--pol-title) !important;
    border-radius: 8px;

    display: flex;
    align-items: center;
    justify-content: center;

    color: #fff;
    text-decoration: none;

    opacity: 0;
    transform: translateY(10px);
    transition: all 0.3s ease;
}

/* HOVER SHOW */
.psap-card:hover .psap-arrow {
    opacity: 1;
    transform: translateY(0);

}

/* ICON STYLE */
.psap-arrow i {
    font-size: 14px;
    transform: rotate(-45deg);
    transition: all 0.3s ease;
}

.psap-arrow:hover i {

    transform: rotate(0deg);
}

/* HOVER EFFECT */
.psap-arrow:hover {
    color: #fff;
    background: var(--pol-red) !important;
}


/* filter popup */

.psap-filter-popup {
    position: fixed;
    top: 0;
    right: -400px;
    width: 320px;
    height: 100%;
    background: #fff;
    box-shadow: -10px 0 30px rgba(0, 0, 0, .2);
    transition: .4s;
    z-index: 999;
}

.psap-filter-popup.active {
    right: 0;
}

.psap-filter-inner {
    padding: 30px;
}

.psap-close {
    margin-top: 20px;
    background: var(--pol-title);
    color: #fff;
    border: none;
    padding: 8px 14px;
}

/* IMAGE AREA */

.psap-image {
    position: relative;
    width: 100%;
    aspect-ratio: 1/1;
    overflow: hidden;
    background: #f6f6f6;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* BOTH IMAGES */

.psap-img-main,
.psap-img-hover {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: opacity .35s ease;
}

/* HOVER IMAGE */

.psap-img-hover {
    opacity: 0;
}

/* HOVER EFFECT */

.psap-card:hover .psap-img-main {
    opacity: 0;
}

.psap-card:hover .psap-img-hover {
    opacity: 1;
}

.pspc-section {
    overflow: hidden;
    overflow-y: auto;
    height: 75vh;

    /* Hide scrollbar for Firefox */
    scrollbar-width: none;

    /* Hide scrollbar for IE / Edge */
    -ms-overflow-style: none;
}

/* Hide scrollbar for Chrome / Safari */
.pspc-section::-webkit-scrollbar {
    display: none;
}

.pspc-section {
    height: 90vh;
    overflow: hidden;
}

.pspc-left {

    /* background: linear-gradient(90deg, #ff4b1f, #ff2e00); */
    background: url(../images/grad-design.png) no-repeat center center/cover;
    padding: 60px;
    color: #fff;
    height: 100%;
}

.pspc-title {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 30px;
}

.pspc-tabs {
    display: flex;
    gap: 20px;
    margin-bottom: 40px;
}

.pspc-tab {
    background: none;
    border: none;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
}

.pspc-tab.active {
    background: #fff;
    color: var(--pol-title);
    padding: 6px 12px;
    border-radius: 6px;
}

.pspc-fans {
    display: flex;
    gap: 40px;
    align-items: end;
}

.pspc-group {
    display: none;
    gap: 40px;
}

.pspc-group.active {
    display: flex;
}

.pspc-group img {
    height: 250px;
    transition: .3s;
}

.pspc-group a:hover img {
    transform: translateY(-10px);
}

/* RIGHT SLIDER */

.pspc-slider {
    padding: 20px;
    padding-top: 0px !important;
}

.pspc-card {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 20px;
}

.pspc-card img {
    width: 100%;
}

.pspc-info {
    padding: 16px;
}

.pspc-info span {
    font-size: 12px;
    font-weight: 600;
}

.pspc-info h4 {
    font-size: 16px;
    font-weight: 700;
    margin: 6px 0;
}

.pspc-info p {
    font-size: 12px;
    opacity: .6;
}

.pspc-info a {
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
}

.pspcard-card {

    background: #fff;

    border-radius: 14px;

    overflow: hidden;

    box-shadow: 0 4px 18px rgba(0, 0, 0, .08);

    max-width: 320px;

}

.pspc-section .pspc-slider .pspcard-card {

    background: #fff;

    border-radius: 14px;

    overflow: hidden;

    box-shadow: 0 4px 18px rgba(0, 0, 0, .08);

    max-width: 320px;
    margin: auto;

}

/* IMAGE */

.pspcard-image {

    position: relative;

}

.pspcard-image img {

    width: 100%;

    display: block;

}

/* SALE BADGE */

.pspcard-sale {

    position: absolute;

    top: 10px;

    left: 10px;

    background: var(--pol-orng);

    color: #fff;

    font-size: 12px;

    padding: 4px 8px;

    font-weight: 600;

    border-radius: 4px;

}

/* TEXT OVERLAY */

.pspcard-overlay {

    display: none;
    position: absolute;

    top: 18px;

    left: 18px;

    color: #fff;

}

.pspcard-overlay h4 {

    font-size: 22px;

    font-weight: 700;

    margin-bottom: 2px;

}

.pspcard-overlay p {

    font-size: 12px;

    opacity: .9;

}

/* DEMAND BAR */

.pspcard-demand {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: var(--pol-title);
    color: #fff;
    font-size: 1rem;
    padding: 8px 14px;
    display: flex;
    align-items: center;
    gap: 6px;
}

/* BODY */

.pspcard-body {
    padding: 18px;
}

/* BRAND */

.pspcard-brand {
    font-size: 1rem;
    font-weight: 600;
    color: var(--pol-title);
}

/* TITLE */

.pspcard-title {
    font-size: 1.4rem;
    font-weight: 700;
    color: var(--pol-title);
    margin: 4px 0;
    line-height: 1.2;
}

/* SIZE */

.pspcard-size {
    font-size: 13px;
    color: var(--pol-para);
    margin-bottom: 14px;
}

/* GET PRICE */

.pspcard-price {
    font-size: 1rem;
    color: var(--pol-title);
    font-weight: 600;
    text-decoration: none;
}

.pspc-section .pspcard-image img {
    width: 100%;
    height: auto;
    object-fit: fill;
    display: block;
}

.pspc-section .pspcard-image {
    height: 310px;
    position: relative;
}


.psstk-section {
    padding: 80px 0;

}

.psstk-title {
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 40px;
    color: var(--pol-title);
}

.psstk-stack {
    position: relative;
}

/* sticky cards */

.psstk-card {

    position: sticky;

    top: 120px;

    margin-bottom: 80px;

    border-radius: 22px;

    overflow: hidden;

    box-shadow: 0 10px 30px rgba(0, 0, 0, .12);

}

/* stacked offsets */

.psstk-card:nth-child(2) {
    top: 150px;
}

.psstk-card:nth-child(3) {
    top: 180px;
}

/* image */

.psstk-card img {
    width: 100%;
    display: block;
    border-radius: 22px;
}

.pstest-section {
    padding: 80px 0;
    /* background: #efece6; */
}

.pstest-title {
    text-align: center;
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 40px;
    color: var(--pol-title);
}

.pstest-slider-wrapper {
    position: relative;
}

.pstest-slider {
    display: flex;
    gap: 20px;
}
.pstest-slider-v {
    display: flex;
    gap: 20px;
}

/* CARD */

.pstest-card {

    background: #fff;

    border-radius: 8px;

    padding: 20px;

    transition: .35s;

}

.pstest-card:hover {

    transform: translateY(-10px);

    box-shadow: 0 12px 30px rgba(0, 0, 0, .15);

}

/* stars */

.pstest-stars {
    color: var(--pol-orng) !important;
    font-size: 12px;
}

.pstest-top {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.pstest-time {
    font-size: 1rem;
    color: var(--pol-para);
    opacity: .6;
    display: none;
}

/* text */

.pstest-heading {
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 6px;
    color: var(--pol-title);
}

.pstest-text {
    line-height: 1.5;
    color: var(--pol-para);
}

/* user */

.pstest-user {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 10px;
}

.pstest-avatar {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #ddd;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    display: none;
}

.pstest-info span {
    font-size: 1rem;
    opacity: .7;
}

/* helpful */

.pstest-help {
    display: flex;
    justify-content: space-between;
    font-size: 1rem;
    margin-top: 10px;
    color: var(--pol-para);
    display: none;
}

/* arrows */

.pstest-arrow {
    z-index: 1;
    margin-right: 0px;
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    border: none;
    background: #fff;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .1);
    cursor: pointer;
}

.pstest-prev {
    left: -50px;
    margin-left: 0;
}

.pstest-next {
    right: -50px;
}

/* view all */

.pstest-viewall-wrap {
    text-align: center;
    margin-top: 40px;
}

.pstest-viewall {
    background: #d93a2e;
    color: #fff;
    padding: 10px 22px;
    border-radius: 6px;
    text-decoration: none;
}

.pstest-slider .slick-slide {
    padding: 0 12px;
}

.pstest-slider .slick-list {
    margin: 0 -12px;
}
.pstest-slider-v .slick-slide {
    padding: 0 12px;
}

.pstest-slider-v .slick-list {
    margin: 0 -12px;
}

.psftr-footer {
    background: #2f2a28;
    color: #fff;
    padding: 0px;
    /* border-top-left-radius: 40px; */
    /* border-top-right-radius: 40px; */
    position: relative;
    /* padding-right: 50px; */
    /* margin-top: 25px; */
}

.psftr-logo {
    height: 45px;
    /* margin-bottom: 18px; */
}

.psftr-desc {
    font-size: 1rem;
    opacity: .85;
    line-height: 1.6;
}


.psftr-heading {
    font-size: 1.15rem;
    font-weight: 600;
    margin-bottom: 18px;
    position: relative;
}

.psftr-heading::after {
    content: "";
    width: 35px;
    height: 3px;
    background: #ffc107;
    display: block;
    margin-top: 6px;
}

.psftr-links {
    list-style: none;
    padding: 0;
}

.psftr-links li {
    margin-bottom: 8px;
}

.psftr-links a {
    color: #ddd;
    text-decoration: none;
    font-size: 1rem;
    text-transform: capitalize;
}

.psftr-links a:hover {
    color: var(--pol-orng) !important;
    text-decoration: underline;
}

/* subscribe */

.psftr-subscribe {
    /* width: 250px; */
    display: flex;
    background: #fff;
    border-radius: 30px;
    padding: 4px;
}

.psftr-subscribe input {
    border: none;
    flex: 1;
    padding: 10px 14px;
    border-radius: 30px;
    font-size: 13px;
}

.psftr-subscribe button {
    border: none;
    background: var(--pol-orng);
    color: #fff;
    padding: 8px 18px;
    border-radius: 30px;
    font-size: 13px;
}

/* contact */

.psftr-contact {
    display: flex;
    gap: 10px;
    font-size: 1rem;
    margin-bottom: 12px;
    align-items: center;
}

.psftr-social a {
    width: 34px;
    height: 34px;
    border: 1px solid var(--pol-para);
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 6px;
    color: #fff;
}

/* QR */

.psftr-qr img {
    width: 150px;
    margin-right: 10px;
    /* border: 4px solid #ffc107; */
    border-radius: 8px;
}

/* fan image */

.psftr-fan-wrap {
    text-align: right;
}

.psftr-fan {
    max-height: 100%;
}

/* copyright */

.psftr-copyright {
    /* margin-top:40px; */
    padding: 14px 0;
    border-top: 1px solid var(--pol-para);
    font-size: 13px;
    color: #ccc;
}

.psftr-copyright a {
    color: #ccc;
    margin: 0 6px;
}

.pol-banner-slider {
    padding: 0px;
}

.pol-banner {
    /* border-radius: 25px; */
    overflow: hidden;
}

.pol-slide img {
    width: 100%;
    height: auto;
    display: block;
}

/* slick arrows */

.pol-banner .slick-prev,
.pol-banner .slick-next {
    width: 45px;
    height: 45px;
    background: #ffffff;
    border-radius: 50%;
    z-index: 5;
}

.pol-banner .slick-prev {
    left: 20px;
    background: var(--pol-title) !important;
    color: #fff !important;
}

.pol-banner .slick-next {
    right: 20px;
    background: var(--pol-title) !important;
    color: #fff !important;
}

.pol-banner .slick-prev:before,
.pol-banner .slick-next:before {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: var(--pol-title);
    font-size: 16px;
}

.pol-banner .slick-prev:before {
    content: "\f053";
}

.pol-banner .slick-next:before {
    content: "\f054";
}

/* dots */

.pol-banner .slick-dots {
    bottom: 15px;
}

.pol-banner .slick-dots li button:before {
    font-size: 10px;
    color: var(--pol-title);
}

.pol-banner .slick-dots li.slick-active button:before {
    color: var(--pol-orng);
}

.pol-room-section {
    padding: 90px 0;
    background: #f6f6f6;
}

.pol-room-left h2 {
    font-size: 54px;
    margin-bottom: 20px;
    font-weight: 700;
    margin: 10px 0 20px;
    color: var(--pol-title);
}

.pol-room-left p {
    color: var(--pol-para);
    max-width: 380px;
    margin-bottom: 25px;
}

.pol-room-btn {
    background: var(--pol-orng);
    color: #fff;
    padding: 12px 28px;
    border-radius: 30px;
    text-decoration: none;
    font-size: 14px;
    display: inline-block;
}


/* SLIDER */

.pol-room-slider-wrap {
    position: relative;
}

.pol-room-item {
    padding-right: 20px;
}

.pol-room-item img {
    width: 100%;
    border-radius: 6px;
}

.pol-room-cat {
    margin-top: 10px;
    font-size: 12px;
    letter-spacing: 1px;
    color: var(--pol-para);
}


/* NAV */

.pol-room-nav {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-top: 20px;
}

.pol-room-arrows button {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 1px solid #ccc;
    background: #fff;
    cursor: pointer;
}

.pol-room-arrows button:hover {
    background: var(--pol-title);
    color: #fff;
}

.pol-room-count {
    font-size: 14px;
    color: var(--pol-para);
}

.pol-brand-stack {
    padding: 100px 0;
    background: #f7f7f7;
}

/* ROW */

.pol-brand-row {
    display: flex;
    gap: 60px;
    margin-bottom: 150px;
}


/* LEFT BRAND NAME */

.pol-brand-left {
    width: 35%;
    position: sticky;
    top: 40vh;
    height: fit-content;
}

.pol-brand-left h2 {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 15px;
    color: var(--pol-title);
}

.pol-brand-btn {
    display: inline-block;
    background: var(--pol-orng);
    color: #fff;
    padding: 8px 20px;
    border-radius: 20px;
    font-size: 12px;
    text-decoration: none;
}


/* RIGHT STACK */

.pol-brand-right {
    width: 65%;
    position: relative;
}

/* PRODUCT STACK */

.pol-product {
    position: sticky;
    top: 120px;
    margin-bottom: 120px;
}

.pol-product img {
    width: 100%;
    border-radius: 8px;
    display: block;
}

.pol-product img {
    transition: transform .6s ease;
}

.pol-product:hover img {
    transform: scale(1.03);
}

.pol-product-page {
    padding-bottom: 50px !important;
    background: linear-gradient(360deg, #ffffff, transparent);
}

.pol-product-container {
    display: grid;
    grid-template-columns: 500px 1fr;
    gap: 60px;
    max-width: 1200px;
    margin: auto;
}


/* GALLERY */

.pol-gallery-sticky {
    position: sticky;
    top: 120px;
}

.pol-main-image {
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid #ddd;
    position: relative;
    overflow: hidden;
}

.pol-main-image img {
    width: 100%;
    display: block;
    transition: opacity 0.35s ease, transform 0.35s ease;
}

pol-main-image img.fade-out {
    opacity: 0;
    transform: scale(1.05);
}

.pol-thumbs {
    display: flex;
    gap: 10px;
    margin-top: 10px;
}

.pol-thumb {
    width: 80px;
    border-radius: 8px;
    cursor: pointer;
    border: 2px solid transparent;
    transition: 0.3s;
}

.pol-thumb.active {
    border-color: #ff5f6d;
}



/* RIGHT */

.pol-rating {
    color: #f7b500;
    font-size: 14px;
    margin-bottom: 10px;
}

.pol-rating span {
    color: var(--pol-para);
    margin-left: 8px;
}

.pol-product-title {
    font-size: 30px;
    margin-bottom: 10px;
}

.pol-product-desc {
    color: var(--pol-para);
    font-size: 14px;
    margin-bottom: 25px;
}


/* SIZE */

.pol-size span {
    padding: 6px 14px;
    border: 1px solid #ccc;
    border-radius: 6px;
    margin-right: 10px;
    cursor: pointer;
}


/* COLOR */

.pol-colors span {
    width: 28px;
    height: 28px;
    border-radius: 6px;
    display: inline-block;
    margin-right: 10px;
    cursor: pointer;
    border: 2px solid #ddd;
}


/* FEATURES */

.pol-feature-grid {
    display: none;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-top: 25px;
}

.pol-feature {
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 20px;
    transition: all .5s ease-in-out;
}

.pol-feature ul {
    padding-left: 0;
    list-style: none;
}

.pol-feature h5 {
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 6px;
    color: var(--pol-title);
}

.pol-feature li {
    margin-bottom: 6px;
    color: var(--pol-para);
    font-size: 1rem;
}

.pol-icon i {
    font-size: 2rem;
    color: var(--pol-orng);
    margin-right: 10px;
    margin-top: 5px;
}

.pol-feature:hover {
    border-color: var(--pol-orng);
}



/* BUTTONS */

.pol-product-buttons {
    display: flex;
    gap: 20px;
    margin-top: 30px;
}

.pol-btn-outline {
    display: flex;
    border: 2px solid red;
    padding: 8px 16px;
    border-radius: 30px;
    text-decoration: none;
    color: var(--pol-title);
    align-items: center;
    justify-content: center;
}

.pol-btn-dark {
    display: flex;
    gap: 10px;
    background: #081a3c;
    color: #fff;
    padding: 12px 25px;
    border-radius: 30px;
    text-decoration: none;
    align-items: center;
}

.pol-btn-outline:hover {
    background: #e60023;
    color: #fff;
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.pol-btn-outline i {
    margin-left: 6px;
    transition: transform .3s ease;
}

.pol-btn-outline:hover i {
    transform: translateX(6px);
}

.pol-btn-dark:hover {
    background: #0d2558;
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.25);
}

.pol-btn-dark:hover i {
    transform: translateX(6px);
}

.pol-thumb:hover {
    transform: scale(1.06);
    border-color: var(--pol-orng);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}

.pol-size span:hover {
    background: var(--pol-orng);
    color: #fff;
    border-color: var(--pol-orng);
}

.pol-colors span:hover {
    transform: scale(1.15);
    border-color: var(--pol-title);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.pol-feature:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
    border-color: var(--pol-orng);
}

.pol-main-image:hover img {
    transform: scale(1.04);
}

.pol-offer-link:hover {
    color: var(--pol-title);
}

.pol-offer-link:hover i {
    transform: translateX(6px);
}

.pol-product-tabs {
    padding: 80px 0;
    max-width: 1100px;
    margin: auto;
    min-height: 62vh;
}

/* CARD */
.kdres-contact-card {
    border-radius: 16px;
    height: 100%;
    min-height: 330px;
    max-height: 350px;
}

/* BG IMAGE */
.kdres-contact-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* OVERLAY */
.kdres-contact-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, rgb(0 0 0 / 0%), rgb(0 0 0 / 75%));
}

/* CONTENT */
.kdres-contact-content {
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
    color: #fff;
}

/* ITEM */
.kdres-contact-item {
    display: flex;
    gap: 15px;
    margin-bottom: 25px;
}

/* ICON */
.kdres-icon {
    width: 40px;
    height: 40px;
    border: 1px solid var(--pol-orng);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--pol-orng);
    font-size: 16px;
}

.kdres-contact-bg {
    height: 100%;
}

/* TEXT */
.kdres-contact-item h6 {
    font-weight: 600;
    margin-bottom: 5px;
    font-size: 1rem;
}

.kdres-contact-item p {
    margin: 0;
    font-size: 14px;
    opacity: 0.9;
    color: #fff;
}

/* PRODUCT RES */
.kdres-product-res h5 {
    font-weight: 500;
    margin-bottom: 15px;
    font-size: 1.3rem;
    color: #212529;
}

.kdres-product-res .ctma-btn-outline {
    width: fit-content;
}



/* TAB BUTTONS */

.pol-tab-buttons {
    margin: auto;
    text-align: center;
    margin-bottom: 40px;
    background: #fff;
    border-radius: 8px;
    max-width: 45vw;
    padding: 0px 20px;
}

.pol-tab-btn {
    border: none;
    /* border-bottom: 2px solid var(--pol-red); */
    background: transparent;
    padding: 8px 22px;
    border-radius: 0px;
    margin: 0 8px;
    cursor: pointer;
    transition: all .3s ease;
    font-weight: 600;
}

.pol-tab-btn.active {
    /* background: var(--pol-red); */
    color: var(--pol-red);
    border: none;
    border-radius: 0px !important;
    border-bottom: 2px solid var(--pol-red);
    font-weight: 600;
}
/* 
.pol-tab-btn:hover {
    transform: translateY(-2px);
} */


/* CONTENT */

.pol-tab-content {
    display: none;
    animation: fade .4s ease;
}

.pol-tab-content.active {
    display: block;
}

@keyframes fade {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}



/* SPEC GRID */

.pol-spec-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.pol-spec {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
    font-size: 14px;
    color: var(--pol-title);
}


/* SUPPORT */

.pol-support-grid {
    display: flex;
    gap: 30px;
}

.pol-support-card {
    flex: 1;
    border: 1px solid #ddd;
    padding: 30px;
    text-align: center;
    border-radius: 12px;
    transition: all .35s ease;
}

.pol-support-grid .pol-support-card h4 {
    border-color: var(--pol-red) !important;
    font-size: 1.5rem;
    margin-bottom: 0px;
}

.pol-support-card i {
    font-size: 28px;
    color: var(--pol-orng);
    margin-bottom: 15px;
}

.pol-support-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
}

.pol-support-card a {
    display: inline-block;
    margin-top: 10px;
    color: var(--pol-orng);
    text-decoration: none;
    font-weight: 600;
}

.pol-product-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    max-width: 1200px;
    margin: auto;
    align-items: center;
}


/* VIEWER */

.pol-viewer {
    text-align: center;
    position: relative;
}

.pol-zoom-container {
    overflow: hidden;
    cursor: grab;
}

.pol-zoom-container img {
    width: 100%;
    transition: transform .25s ease;
}


/* 360 hint */

.pol-360-hint {
    font-size: 13px;
    margin-top: 10px;
    color: var(--pol-para);
}


/* COLOR OPTIONS */

.pol-colors {
    display: flex;
    gap: 12px;
    margin: 20px 0;
}

.pol-color {
    width: 40px;
    height: 40px;
    border-radius: 6px;
    cursor: pointer;
    border: 3px solid transparent;
    transition: .3s;
}

.pol-color.active {
    border-color: var(--pol-title);
}

.pol-color:hover {
    transform: scale(1.1);
}


/* GALLERY */

.pol-gallery {
    margin-top: 25px;
    display: flex;
    gap: 20px;
}

.pol-gallery img {
    width: auto;
    height: 120px;
    border-radius: 6px;
    cursor: pointer;
    transition: .3s;
}

.pol-gallery img:hover {
    transform: scale(1.08);
    box-shadow: 0 10px 20px rgba(0, 0, 0, .2);
}

.pol-related-products {
    padding: 80px 0;

}

.pol-related-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
}

.pol-related-header h3 {
    font-weight: 700;
    margin: 10px 0 20px;
    color: var(--pol-title);

}


/* CARD */

.pol-product-card {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    transition: all .35s ease;
}

.pol-product-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, .15);
}

.pol-product-image img {
    width: 100%;
    transition: transform .4s ease;
}

.pol-product-card:hover img {
    transform: scale(1.05);
}


/* PRODUCT INFO */

.pol-category {
    font-size: 12px;
    color: var(--pol-para);
    display: block;
    margin-bottom: 6px;
}

.pol-product-title {
    font-size: 14px;
    font-weight: 700;
    color: var(--pol-title);
    text-decoration: none;
    display: block;
    margin-bottom: 8px;
}

.pol-product-title:hover {
    color: var(--pol-red);
}

.pol-desc {
    font-size: 12px;
    color: var(--pol-para);
    line-height: 1.4;
}


/* COLORS */

.pol-colors {
    margin: 10px 0;
}

.pol-colors span {
    width: 22px;
    height: 22px;
    border-radius: 7px;
    display: inline-block;
    margin-right: 5px;
}


/* PRICE */

.pol-price {
    font-size: 12px;
    font-weight: 600;
    text-decoration: none;
    color: var(--pol-title);
}

.pol-price:hover i {
    transform: translateX(5px);
}

.pol-price i {
    margin-left: 5px;
    transition: .3s;
}


/* BADGE */

.pol-badge {
    position: absolute;
    top: 10px;
    left: 10px;
}

.pol-badge span {
    font-size: 10px;
    background: var(--pol-red);
    color: #fff;
    padding: 2px 6px;
    border-radius: 10px;
    margin-right: 5px;
}


/* ARROWS */

.pol-related-arrows button {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1px solid #ccc;
    background: #fff;
    cursor: pointer;
}

.pol-related-arrows button:hover {
    background: var(--pol-title);
    color: #fff;
}


/* VIEW ALL */

.pol-view-all {
    text-align: center;
    margin-top: 30px;
}

.pol-view-all a {
    background: var(--pol-red);
    color: #fff;
    padding: 10px 25px;
    border-radius: 25px;
    text-decoration: none;
}

.pol-related-products .pol-related-slider .slick-slide {
    padding: 0 12px;
}

.pol-related-products .pol-related-slider {
    margin: 0 -12px;
}

.pol-brand-banner {
    background: url(assets/images/banner-bg.jpg) center / cover no-repeat;
    border-radius: 20px;
    max-width: 1200px;
    /* margin: 60px auto; */
    padding: 70px 50px;
    overflow: hidden;
    margin: auto;
}


/* TITLE */

.pol-brand-title {
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 15px;
    color: var(--pol-title)
}


/* TEXT */

.pol-brand-text {

    font-size: 15px;
    color: var(--pol-para);
    line-height: 1.7;

}


/* POLSTAR HIGHLIGHT */

.pol-brand-title span,
.pol-brand-text span {
    font-weight: 700;
    color: var(--pol-red);
}

li.nav-item.active a {
    color: var(--pol-orng) !important;
}

/* FAN IMAGE */

.pol-banner-fan {

    max-height: 320px;

}

.pol-contact-section {
    background: #f7f7f7;
}


/* CARD */

.pol-contact-card {
    min-height: 210px;
    background: #fff;
    padding: 20px;
    border-radius: 16px;
    transition: all .35s ease;
    box-shadow: 0 5px 20px rgba(0, 0, 0, .06);
    height: fit-content;
}

.pol-contact-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, .15);
}

.pol-contact-card p {
    margin: 0px !important;
}


/* ICON */

.pol-icon {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    color: #fff;
    font-size: 20px;
    margin-bottom: 18px;
}

.pol-icon-yellow {
    background: var(--pol-red);
}

.pol-icon-green {
    background: var(--pol-red);
}


/* TITLE */

.pol-contact-card h4 {
    font-weight: 600;
    margin-bottom: 10px;
    color: var(--pol-title);
    font-size: 1.5rem;
}


/* TEXT */

.pol-contact-card p {
    color: var(--pol-para);
    font-size: 14px;
    line-height: 1.6;
}


/* MAP */

.pol-map-wrapper {
    border-radius: 18px;
    overflow: hidden;
    /* box-shadow: 0 10px 30px rgba(0, 0, 0, .1);ZZ */
}

.pol-contact-form-section {
    background: #fff;
}


/* IMAGE CARD */

.pol-contact-image {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
}

.pol-contact-image img {
    width: 100%;
    transition: transform .6s ease;
}

.pol-contact-image:hover img {
    transform: scale(1.08);
}


/* OVERLAY */

.pol-contact-overlay {
    display: flex;
    height: 100%;
    width: 100%;
    position: absolute;
    bottom: 0;
    text-align: center;
    font-size: 14px;
    flex-direction: column;
    justify-content: flex-end;
    background: linear-gradient(360deg, black, transparent);
}

.pol-contact-overlay p {
    color: #fff;
}

/* FORM BOX */

.pol-form-wrapper {
    background: #fff;
    padding: 40px;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .08);
}


/* TITLE */

.pol-form-title span {
    font-size: 14px;
    color: var(--pol-red);
    font-style: italic;
}

.pol-form-title h2 {
    font-weight: 600;
    margin-bottom: 30px;
    color: var(--pol-red);
}


/* INPUTS */

.pol-form-wrapper .form-control {
    background: #f1f1f1;
    border: none;
    border-radius: 10px;
    padding: 12px;
}

.pol-form-wrapper .form-control:focus {
    box-shadow: none;
    border: 1px solid var(--pol-red);
}


/* BUTTON */

.pol-submit-btn {
    background: var(--pol-red);
    border: none;
    padding: 10px 35px;
    border-radius: 25px;
    color: var(--pol-title);
    font-weight: 500;
    transition: .3s;
}

.pol-submit-btn:hover {
    background: var(--pol-orng);
    color: #fff;
}

.pol-about-intro {
    background: #f6f3ea;
}


/* BANNER IMAGE */

.pol-about-banner {
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 60px;
}

.pol-about-banner img {
    width: 100%;
    transition: transform .6s ease;
}

.pol-about-banner:hover img {
    transform: scale(1.05);
}


/* SUBTITLE */

.pol-about-subtitle {
    font-size: 14px;
    color: var(--pol-red);
    font-style: italic;
    display: block;
    margin-bottom: 10px;
}


/* TITLE */

.pol-about-title {
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 20px;
    color: var(--pol-title);
}


/* TEXT */

.pol-about-text {
    font-size: 15px;
    line-height: 1.9;
    color: var(--pol-para);
    text-align: justify;
}


/* HIGHLIGHT */

.pol-about-text span {
    font-weight: 600;
    color: var(--pol-red);
}

.pol-store-locator {
    background: #f7f7f7;
}


.form-range {
    border: none !important;
}


/* SEARCH */

.pol-store-search {
    background: #fff;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, .08);
}

.pol-search-btn {
    background: var(--pol-red);
    color: #fff;
    border: none;
}

.pol-refresh-btn {
    border: 1px solid #ddd;
}


/* STORE LIST */

.pol-store-list {
    height: 500px;
    overflow-y: auto;
    padding-right: 10px;
}


/* STORE CARD */

.pol-store-card {
    background: #fff;
    padding: 15px;
    border-radius: 8px;
    margin-bottom: 12px;
    border: 1px solid #eee;
    transition: .3s;
}

.pol-store-card:hover {
    box-shadow: 0 6px 20px rgba(0, 0, 0, .1);
}

.pol-store-card.active {
    border-left: 4px solid var(--pol-red);
}


/* STORE TITLE */

.pol-store-card h6 {
    font-weight: 600;
    margin-bottom: 6px;
    color: var(--pol-title);
    transition: all .3s ease;
    font-size: 1.4rem;
}

.pol-store-card.active h6 {
    color: var(--pol-red);
}

.pol-store-card p {
    font-size: 13px;
    color: var(--pol-para);
}


/* ACTIONS */

.pol-store-actions {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}

.pol-store-actions a {
    font-size: 12px;
    text-decoration: none;
    color: var(--pol-red);
    font-weight: 500;
}


/* MAP */

.pol-map-wrapper {
    border-radius: 12px;
    overflow: hidden;
    /* box-shadow: 0 8px 25px rgba(0, 0, 0, .12); */
}

.pol-mission-vision {
    background: #f6f3ea;
    position: relative;
}


/* RIGHT SIDE STICKY */
.pol-mission-image {}

/* IMAGE FIX */
.pol-mission-image img {}


/* ITEM */

.pol-mission-item {
    position: relative;
    /* padding-left:50px; */
}


/* ICON */

.pol-icon {
    /* position:absolute; */
    left: 0;
    top: 0;
    width: 36px;
    height: 36px;
    background: var(--pol-red);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 16px;
    /* display: none !important; */
}


/* TITLE */

.pol-mission-item h3 {
    font-size: 1.7rem;
    font-weight: 600;
    margin-bottom: 10px;
    color: var(--pol-title);
}


/* TEXT */

.pol-mission-item p {
    font-size: 14px;
    line-height: 1.8;
    color: var(--pol-para);
}


/* HIGHLIGHT */

.pol-mission-item span {
    color: var(--pol-red);
    font-weight: 600;
}


/* IMAGE */

.pol-mission-image {
    border-radius: 20px;
    overflow: hidden;
    position: sticky;
    top: 50%;
    transform: translateY(-50%);
}

.pol-mission-image img {
    width: 100%;
    transition: transform .6s ease;
    border-radius: 20px;
}

.pol-mission-image:hover img {
    transform: scale(1.05);
}

/* .pol-core-values{
background:#f6f3ea;
} */


/* TITLE */

.pol-core-title {
    font-size: 38px;
    font-weight: 700;
    color: #0b1f3a;
}


/* CARD */

.pol-core-card {
    position: relative;
    background: #fff;
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
    transition: .35s;
}

.pol-core-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
}


/* NUMBER BADGE */

.pol-core-number {
    position: absolute;
    top: 0;
    right: 0;
    background: var(--pol-red);
    color: #fff;
    padding: 8px 14px;
    border-radius: 0 10px 0 10px;
    font-size: 14px;
    font-weight: 600;
}


/* ICON */

.pol-core-icon {
    font-size: 26px;
    color: var(--pol-red);
    margin-bottom: 15px;
}


/* TITLE */

.pol-core-card h4 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 10px;
    color: var(--pol-title);
}


/* TEXT */

.pol-core-card p {
    line-height: 1.7;
    color: var(--pol-para);
    margin-bottom: 0px;
}


/* HIGHLIGHT */

.pol-core-card span {
    color: var(--pol-red);
    font-weight: 600;
}

.pol-apple-slider {
    background: #f6f6f6;
}


/* HEADER */

.pol-slider-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 40px;
}

.pol-slider-header h2 {
    font-size: 40px;
    font-weight: 700;
    line-height: 1.2;
    color: var(--pol-title);
}

.pol-slider-link {
    color: var(--pol-red);
    font-weight: 600;
    text-decoration: none;
}



/* CARD */

.pol-card {
    background: #fff;
    border-radius: 22px;
    padding: 15px;
    /* height:420px; */
    height: fit-content;
    position: relative;
    transition: .35s;
}

.pol-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, .12);
}


/* TAG */

.pol-card-tag {
    font-size: 12px;
    color: var(--pol-para);
    display: block;
    margin-bottom: 10px;
}


/* TITLE */

.pol-card h4 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 8px;
    color: var(--pol-title);
}


/* TEXT */

.pol-card p {
    font-size: 14px;
    color: var(--pol-para);
}


/* IMAGE */

.pol-card img {
    width: 100%;
    margin-top: 20px;
}

.pstest-section .pol-card img {
    width: 100%;
    margin-top: 0px !important;
}


/* PLUS */

.pol-plus {
    position: absolute;
    bottom: 18px;
    right: 18px;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #0b1f3a;
    color: #fff;
    border: none;
}


/* SLIDER GAP */

.pol-blog-slider .slick-slide {
    padding: 0 15px;
}

.pol-blog-slider {
    margin: 0 -15px;
}

/* ===== CARD ===== */
.pstest-card {
    position: relative;
    background: #fff;
    border-radius: 14px;
    overflow: hidden;
    padding: 20;
    transition: 0.3s ease;
}

.pstest-card hr{
display: none !important;
}

/* subtle lift */
.pstest-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

/* ===== IMAGE WRAPPER ===== */
.pstest-img {
    position: relative;
    overflow: hidden;
    border-radius: 14px 14px 0 0;
}

/* IMAGE */
.pstest-img img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    transition: transform 0.5s ease;
}

/* ZOOM INSIDE */
.pstest-card:hover .pstest-img img {
    transform: scale(1.08);
}

/* ===== CONTENT ===== */
.pstest-content {
    padding: 0px;
}

/* TAG */
.pol-card-tag {
    display: none !important;
    /* display: inline-block; */
    font-size: 12px;
    background: #FFF4D6;
    color: #FFBB1A;
    padding: 4px 10px;
    border-radius: 20px;
    margin-bottom: 10px;
}

/* TITLE */
.pstest-content h4 {
    font-size: 18px;
    font-weight: 600;
    color: var(--pol-title);
    margin-bottom: 10px;
    transition: 0.3s ease;
}

/* TEXT */
.pstest-content p {
    font-size: 14px;
    color: var(--pol-para);
    margin: 0;
}

/* TITLE HOVER */
.pstest-card:hover h4 {
    color: var(--pol-orng);
}

/* ===== PLUS BUTTON ===== */
.pol-plus {
    position: absolute;
    top: 20px;
    right: 15px;

    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: none;

    background: var(--pol-red);
    color: #fff;

    display: flex;
    align-items: center;
    justify-content: center;

    transition: 0.3s ease;
    display: none !important;
}

/* hover effect */
.pstest-card:hover .pol-plus {
    background: var(--pol-orng);
    color: #fff;
    transform: rotate(90deg);
}


/* ARROWS */

.pol-slider-arrows {
    position: absolute;
    right: 0;
    bottom: -55px;
}

.pol-slider-arrows button {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #ddd;
    background: #fff;
    margin-left: 10px;
}

.pol-slider-arrows button:hover {
    background: var(--pol-red);
    color: #fff;
}

.pol-distributor-cta {
    padding: 80px 0;
    background: #f6f6f6;
}


/* WRAPPER */

.pol-cta-wrapper {
    background: linear-gradient(135deg, #0b1f3a, #1a1a2e);
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    height: fit-content;
}


/* DIAGONAL SHAPE */

.pol-cta-wrapper::before {
    content: "";
    position: absolute;
    right: 47%;
    top: 0;
    width: 50px;
    height: 100%;
    background: var(--pol-red);
    transform: skewX(4deg);
    z-index: 9;
}


/* CONTENT */

.pol-cta-content {
    color: #fff;
    padding: 60px;
    position: relative;
    z-index: 2;
}

.pol-cta-content h2 {
    font-size: 46px;
    font-weight: 700;
    line-height: 1.2;
}

.pol-cta-content span {
    color: var(--pol-orng);
}

.pol-cta-content p {
    margin-top: 20px;
    font-size: 16px;
    color: #ddd;
    max-width: 420px;
}


/* BUTTON */

.pol-cta-btn {
    display: inline-block;
    margin-top: 30px;
    padding: 12px 28px;
    background: var(--pol-orng);
    color: #fff;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 600;
    transition: all .3s ease;
}

.pol-cta-btn:hover {
    background: var(--pol-red);
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, .25);
}


/* IMAGE */

.pol-cta-image {
    height: 100%;
}

.pol-cta-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

section.psms-section {
    padding: 30px;
    background: #fff7f8;
}

.psms-title {
    font-size: 46px;
    font-weight: 700;
    margin: 10px 0 20px;
    color: var(--pol-title);
}

.psms-card img {
    border-radius: 30px;
}

.pspc-section .container-fluid {
    padding: 0px !important;
}

.logo-wrpr {
    padding: 12px;
    background: #fff;
    height: fit-content;
    width: fit-content;
    margin-bottom: 20px !important;
    border-radius: 14px;
}

.ftr-cta-features
 {
    padding: 0px !important;
    /* margin-bottom: 25px !important; */
    border-radius: 0px !important;
}

.psftr-social a {

    transition: all .35s ease;
}

/* Hover lift */

.psftr-social a:hover {
    transform: translateY(-4px) scale(1.05);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    color: #fff;
}

/* Brand Colors */

.psftr-social a:nth-child(1):hover {
    background: #0077b5;
    /* LinkedIn */
}

.psftr-social a:nth-child(2):hover {
    background: #1877f2;
    /* Facebook */
}

.psftr-social a:nth-child(3):hover {
    background: #ff0000;
    /* YouTube */
}

.psftr-social a:nth-child(4):hover {
    background: #e1306c;
    /* Instagram */
}

.psftr-social a:nth-child(5):hover {
    background: #db4437;
    /* Google */
}

.ftr-content-wrapper {
    padding-left: 25px;
    padding-right: 25px;
}

.psap-card:hover .psap-price i {
    transform: translateX(5px);
}

.psap-card:hover .psap-product {
    color: #e11b22;
}

.psap-card .psap-product {
    transition: all .3s ease;
}

.psap-card .psap-price i {
    transition: all .3s ease;
}

.pol-option h4 {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 10px;
    color: var(--pol-title);
}

.pol-product-360 .pol-options h2 {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 20px;
    color: var(--pol-title);
}

.pol-product-360 .pol-options h4 {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 20px;
    color: var(--pol-para);
}


a.pol-offer-link {
    color: var(--pol-red);
    font-weight: 600;
    text-decoration: none;
    transition: all .3s ease;
}

.pol-highlight a {
    color: var(--pol-red);
    font-weight: 600;
    text-decoration: none;
    transition: all .3s ease;
}

.pol-highlight-list{
    height: 200px;
    overflow-y: scroll;

}

.pol-highlight h4 {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 10px;
    color: var(--pol-title);
}

.polstar-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 7px;
    width: 7px;
    height: 7px;
    background: var(--pol-red);
    /* Polstar Red */
    border-radius: 50%;
}

/* Card Base */
.pstest-card.pol-card {
    transition: all .35s ease;
    /* border-radius:20px;
overflow:hidden;
position:relative; */
}

/* Image animation */
.pstest-card.pol-card img {
    transition: transform .4s ease;
}

/* Title */
.pstest-card.pol-card h4 {
    transition: color .3s ease;
}

/* Plus button */
.pstest-card.pol-card .pol-plus {
    transition: all .3s ease;
}

/* Hover Effects */
.pstest-card.pol-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
}

/* Image zoom */
/* .pstest-card.pol-card:hover img{
transform:scale(1.06);
} */

/* Title color change */
.pstest-card.pol-card:hover h4 {
    color: #e11b22;
    /* Polstar red */
}

/* Plus button animation */
.pstest-card.pol-card:hover .pol-plus {
    background: #e11b22;
    color: #fff;
    transform: rotate(90deg) scale(1.1);
}

.psp-card {
    position: relative;
    overflow: hidden;
    border-radius: 14px;
    cursor: pointer;
}

/* Image */

.psp-card .psp-bg {
    width: 100%;
    transition: transform .5s ease;
    display: block;
}

/* Button */

.psp-btn {
    transition: all .35s ease;
}

/* Arrow */

.psp-btn i {
    transition: transform .3s ease;
}

/* Hover Effects */

.psp-card:hover .psp-bg {
    transform: scale(1.08);
}

.psp-card:hover .psp-overlay-btn {
    opacity: 1;
}

.psp-card:hover .psp-btn {
    transform: translateY(0);
}

.psp-card:hover .psp-btn i {
    transform: translateX(5px);
}

/* HERO LEFT IMAGE HOVER */

.pol-hero-left {
    position: relative;
    overflow: hidden;
    border-radius: 16px;
}

.pol-hero-left img {
    transition: transform .6s ease;
}

.pol-hero-left:hover img {
    transform: scale(1.08);
}


/* PRODUCT CARD HOVER REVEAL */

.pol-product-card {
    position: absolute;
    bottom: 20px;
    left: 20px;
    background: #fff;
    padding: 12px 16px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    gap: 12px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    transform: translateY(30px);
    opacity: 0;
    transition: all .4s ease;
}

.pol-hero-left:hover .pol-product-card {
    transform: translateY(0);
    opacity: 1;
}


/* PRODUCT IMAGE */

.pol-product-card img {
    width: 45px;
    border-radius: 6px;
}


/* TITLE */

.pol-product-card h6 {
    margin: 0;
    font-weight: 600;
    font-size: 14px;
}


/* LINK */

.pol-product-card a {
    font-size: 13px;
    color: var(--pol-title);
    text-decoration: none;
    transition: all .3s ease;
}

.pol-product-card a i {
    transition: transform .3s ease;
}


/* ARROW MOVE */

.pol-product-card a:hover {
    color: #e11b22;
}

.pol-product-card a:hover i {
    transform: translateX(5px);
}


/* SLIDE CARD HOVER */

.pol-slide-card {
    overflow: hidden;
    border-radius: 14px;
}

.pol-slide-card img {
    transition: transform .6s ease;
}

.pol-slide-card:hover img {
    transform: scale(1.06);
}


/* DISCOVER BUTTON */

.pol-btn {
    transition: all .3s ease;
}

.pol-btn:hover {
    background: #e11b22;
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

/* ROOM ITEM */

.pol-room-item {
    position: relative;
    overflow: hidden;
    border-radius: 14px;
    cursor: pointer;
    transition: all .35s ease;
}

/* IMAGE */

.pol-room-item img {
    width: 100%;
    display: block;
    transition: transform .6s ease;
}

/* CATEGORY */

.pol-room-cat {
    position: absolute;
    bottom: 20px;
    left: 20px;
    background: #fff;
    padding: 8px 16px;
    font-weight: 600;
    font-size: 13px;
    border-radius: 20px;
    transition: all .35s ease;
}

/* DARK OVERLAY */

.pol-room-item::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.45), transparent);
    opacity: 0;
    transition: opacity .4s ease;
}

/* HOVER EFFECT */

.pol-room-item:hover {
    transform: translateY(-6px);
    /* box-shadow:0 15px 35px rgba(0,0,0,0.18); */
}

.pol-room-item:hover img {
    transform: scale(1.08);
}

.pol-room-item:hover::after {
    opacity: 0;
}

/* CATEGORY ANIMATION */

.pol-room-item:hover .pol-room-cat {
    background: #e11b22;
    /* Polstar red */
    color: #fff;
    transform: translateY(-6px);
}

.ctma-navbar-box {
    position: relative;
}

/* Center Logo */

.ctma-logo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 5;
}

.ctma-logo img {
    height: auto;
}

.navbar .navbar-nav .nav-link {
    padding: 10px 15px;
    text-transform: capitalize;
}

/* Prevent menu from overlapping logo */

#ctmaNavLeft {
    flex: 1;
}

/* Right side buttons */

.ctma-navbar .order-3 {
    margin-left: auto;
}

/* sticky top */
.ctma-navbar-wrapper {
    position: sticky;
    top: 0;
    z-index: 999;
    /* background:#fff; */

}

.ctma-navbar-wrapper {
    position: sticky;
    top: 0;
    z-index: 999;
    /* background: #fff; */
    transition: all .3s ease;
    padding-top: 10px !important;
}

.ctma-navbar-wrapper.scrolled {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
}

/* INDIA MAP HOVER */

.pol-india-map {
    overflow: hidden;
    border-radius: 12px;
}

.pol-india-map img {
    transition: transform .6s ease;
}

.pol-india-map:hover img {
    transform: scale(1.05);
}


/* PRODUCT BOX */

.pol-product-box {
    overflow: hidden;
    border-radius: 14px;
    transition: all .35s ease;
}

.pol-product-box img {
    transition: transform .6s ease;
}

.pol-product-box:hover {
    transform: translateY(-6px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

.pol-product-box:hover img {
    transform: scale(1.08);
}


/* BUTTON HOVER */

.pol-made-content .ctma-btn-primary {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: all .3s ease;
}

.pol-made-content .ctma-btn-primary .icon {
    transition: transform .3s ease;
}

.pol-made-content .ctma-btn-primary:hover {
    background: #e11b22;
    /* Polstar theme */
}

.pol-made-content .ctma-btn-primary:hover .icon {
    transform: translateX(6px);
}


/* TEXT HOVER EFFECT */

.pol-made-content h2 span {
    transition: color .3s ease;
}

.pol-made-content:hover h2 span {
    color: #e11b22;
}

p.psftr-desc {
    color: #fff;
    font-size: 1rem !important;
}

.download-block-one {
    background: #fff;
    border: 1px solid #eaeaea;
    border-radius: 12px;
    padding: 30px 25px;
    margin-bottom: 20px;
    text-align: center;
    transition: all 0.3s ease;
    height: 100%;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

.download-block-one .icon-box {
    width: 80px;
    height: 80px;
    margin: 0 auto 20px;
    border-radius: 50%;
    background: #f2f6ff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.download-block-one h4 {
    font-size: 20px;
    font-weight: 500;
    color: var(--pol-title);
    margin-bottom: 10px;
}

.download-block-one p {
    font-size: 14px;
    color: var(--pol-para);
    margin-bottom: 20px;
}

.download-btn a {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    color: var(--pol-title);
    padding: 10px 20px;
    border-radius: 100px;
    text-decoration: none;
    transition: all 0.3s ease;
    border: 1px solid var(--pol-red);
}

.download-btn a i {
    margin-right: 6px;
}

.custom-bannerpl {
    background-image: url(../images/cta-bg.svg);
    background-position: 100% 0;
    background-repeat: no-repeat;
    background-size: auto;
    background-color: #18283D;
    border-radius: 30px;
    margin-top: 50px;
    margin-bottom: 50px;
    padding: 50px !important;
}

.banner-textpl {
    color: #EDF3FA;
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.3;
}

.catalogue-btnpl {
    background-color: #F59A2E;
    color: white;
    font-size: 1.1rem;
    padding: 12px 28px;
    border-radius: 30px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    border: none;
    text-decoration: none;
}

.arrow-circlepl {
    background-color: white;
    color: var(--pol-title);
    border-radius: 50%;
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.9rem;
}

.section_heding.aos-init.aos-animate {
    margin-bottom: 24px !important;
}

.section_heding h2 {
    font-size: 40px;
    font-weight: 400 !important;
    /* background: var(--grad-secondary);
    -webkit-background-clip: text;
    -webkit-text-fill-color: #fff0; */
    margin-bottom: 10px !important;
    line-height: auto;
    letter-spacing: 0;
    color: var(--pol-title);
}

.slick-list.draggable {
    padding-top: 20px;
}

span.topbar-links,
.wlcm-txt {
    display: flex;
    flex-direction: row;
    align-items: center;
    color: var(--pol-para) !important;
}

.topbar-links {
    transition: all 0.3s ease-in-out;
}

.topbar-links:hover {
    color: var(--pol-red);
}

/* Primary button */
.ctma-btn-primary {
    background: var(--pol-red);
    border-radius: 999px;
    padding: 8px 9px 8px 16px;
    color: #fff;
    font-weight: 500;
    border: none;
    text-transform: capitalize;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    position: relative;
    overflow: hidden;
    transition: all 0.4s ease;
}

/* INNER ICON */
.ctma-btn-primary .btn-icon {
    padding: 6px 10px;
    background: #fff;
    color: var(--pol-red);
    border-radius: 999px;
    transition: all 0.4s ease;
}

/* HOVER BASE */
.ctma-btn-primary:hover {
    background: var(--pol-orng);
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

/* ICON PREMIUM MOTION */
.ctma-btn-primary:hover .btn-icon {
    transform: translateX(6px) scale(1.05);
    background: #fff;
}

/* GLOW SWEEP EFFECT */
.ctma-btn-primary::before {
    content: "";
    position: absolute;
    top: 0;
    left: -75%;
    width: 50%;
    height: 100%;
    background: linear-gradient(120deg,
            rgba(255, 255, 255, 0) 0%,
            rgba(255, 255, 255, 0.5) 50%,
            rgba(255, 255, 255, 0) 100%);
    transform: skewX(-25deg);
    transition: 0.6s;
}

.ctma-btn-primary:hover::before {
    left: 130%;
}

/* button fill */
.ctma-outline-btn {
    position: relative;
    padding: 10px 22px;
    border: 2px solid #CE2B2B;
    /* your red */
    color: #CE2B2B;
    background: transparent;
    border-radius: 30px;
    font-weight: 500;
    cursor: pointer;
    overflow: hidden;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: color 0.4s ease;
}

/* FILL EFFECT */
.ctma-outline-btn::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0%;
    background: #CE2B2B;
    z-index: -1;
    transition: height 0.4s ease;
}

/* HOVER */
.ctma-outline-btn:hover {
    color: #fff;
}

.ctma-outline-btn:hover::before {
    height: 100%;
}

/* ICON ANIMATION */
.ctma-outline-btn i {
    transition: transform 0.3s ease;
}

.ctma-outline-btn:hover i {
    transform: translateX(5px);
}


/* air animation */
.air-blow-sec {
    position: relative;
    width: 400px;
    height: 400px;
    /* margin: 100px auto; */
}

/* CIRCLES */
.air-circle {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100px;
    height: 100px;
    border: 2px solid rgba(255, 255, 255, 0.4);
    border-radius: 50%;
    transform: translate(-50%, -50%) scale(0.5);
    opacity: 0;
    animation: airWave 3s linear infinite;
}

/* DELAY FOR EACH */
.air-circle:nth-child(2) {
    animation-delay: 1s;
}

.air-circle:nth-child(3) {
    animation-delay: 2s;
}

/* ANIMATION */
@keyframes airWave {
    0% {
        transform: translate(-50%, -50%) scale(0.5);
        opacity: 0.8;
    }

    70% {
        opacity: 0.4;
    }

    100% {
        transform: translate(-50%, -50%) scale(4);
        opacity: 0;
    }
}

.psftr-fan-wrap {
    position: relative;
}

/* CIRCLES BACKGROUND */
.air-blow-sec {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

    width: 400px;
    height: 400px;

    z-index: 1;
    /* BELOW fan */
}

/* FAN IMAGE */
.psftr-fan {
    cursor: pointer;
    position: relative;
    z-index: 2;
    width: 80%;
}

.psftr-fan-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
}

.air-blow-sec {
    position: absolute;
    top: 42%;
    left: 48%;
    transform: translate(-50%, -50%);
    width: 400px;
    height: 400px;
    z-index: 1;
    --air-speed: 3s;
    cursor: pointer;
}

/* CIRCLES */
.air-circle {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100px;
    height: 100px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    transform: translate(-50%, -50%) scale(0.5);
    opacity: 0;

    animation: airWave var(--air-speed) linear infinite;
}

.air-circle:nth-child(2) {
    animation-delay: calc(var(--air-speed) / 3);
}

.air-circle:nth-child(3) {
    animation-delay: calc(var(--air-speed) / 1.5);
}

@keyframes airWave {
    0% {
        transform: translate(-50%, -50%) scale(0.5);
        opacity: 0.8;
    }

    70% {
        opacity: 0.4;
    }

    100% {
        transform: translate(-50%, -50%) scale(4);
        opacity: 0;
    }
}


/* slick arrow */
.pol-banner-slider .slick-list.draggable {
    padding-top: 0px !important;
}

.pol-banner .slick-next:hover {
    background-color: var(--pol-red) !important;
    color: #fff !important;
}
.pol-banner .slick-prev:hover {
    background-color: var(--pol-red) !important;
    color: #fff !important;
}


.pol-pagination {
    display: flex;
    justify-content: center;
    margin-top: 40px;
}

.pol-pagination ul {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0;
    list-style: none;
}

/* BASE ITEM */
.pol-pagination ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: 1px solid #ddd;
    color: var(--pol-title);
    font-size: 14px;
    text-decoration: none;
    transition: all 0.3s ease;
}

/* ACTIVE */
.pol-pagination ul li a.active {
    background: var(--pol-red);
    color: #fff;
    border-color: var(--pol-red);
}

/* HOVER */
.pol-pagination ul li a:hover {
    background: var(--pol-red);
    color: #fff;
    border-color: var(--pol-red);
    transform: translateY(-2px);
}

/* ARROWS */
.pol-pagination ul li a i {
    font-size: 12px;
}

/* filter */
/* OPEN BUTTON */
.ps-filter-open {
    display: flex;
    background: var(--pol-red);
    color: #fff;
    border: none;
    padding: 10px 18px;
    border-radius: 25px;
    justify-content: center;
    align-items: center;
}

/* MODAL */
.ps-filter-modal {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 999;
}

.ps-filter-modal.active {
    display: flex;
}

/* BOX */
.ps-filter-box {
    width: 700px;
    max-width: 95%;
    background: #f5f5f5;
    border-radius: 20px;
    padding: 30px;
    position: relative;
}

/* CLOSE */
.ps-filter-close {
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 22px;
    cursor: pointer;
}

/* TITLE */
.ps-filter-title {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 25px;
}

/* GROUP */
.ps-filter-group {
    margin-bottom: 25px;
}

.ps-filter-group h6 {
    font-size: 12px;
    color: var(--pol-para);
    margin-bottom: 15px;
}

/* GRID */
.ps-check-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px 20px;
}

/* CHECKBOX */
.ps-check-grid label {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    cursor: pointer;
}

.ps-check-grid input {
    width: 16px;
    height: 16px;
    accent-color: var(--pol-red);
}

/* FOOTER */
.ps-filter-footer {
    display: flex;
    justify-content: space-between;
    margin-top: 25px;
}

/* BUTTONS */
.ps-clear {
    background: transparent;
    border: none;
    color: var(--pol-para);
}

.ps-apply {
    background: var(--pol-red);
    color: #fff;
    border: none;
    padding: 12px 25px;
    border-radius: 10px;
}

/* IMAGE WRAPPER */
.psbs-image {
    overflow: hidden;
    border-radius: 12px;
    /* optional */
}

/* IMAGE */
.psbs-image img {
    width: 100%;
    transition: transform 0.5s ease;
}

/* TITLE */
.psbs-product {
    transition: color 0.3s ease;
}

/* HOVER EFFECT */
.psbs-card:hover .psbs-image img {
    transform: scale(1.08);
}

/* TITLE COLOR CHANGE */
.psbs-card:hover .psbs-product {
    color: var(--pol-red);
    /* Polstar theme */
}

/* Happy Stories */
/* IMAGE WRAP */
.ps-gallery-img {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

/* IMAGE */
.ps-gallery-img img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    transition: transform 0.5s ease;
}

/* OVERLAY */
.ps-gallery-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
    display: flex;
    align-items: flex-end;
    justify-content: center;
    opacity: 1;
    transition: 0.3s ease;
}

.ps-gallery-overlay h5 {
    color: #fff;
    font-size: 16px;
}

/* HOVER */
.ps-gallery-card:hover img {
    transform: scale(1.1);
}

.ps-gallery-card:hover .ps-gallery-overlay {
    opacity: 0;
}

/* PAGINATION */
.pol-pagination {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.pol-pagination button {
    width: 38px;
    height: 38px;
    margin: 0 5px;
    border-radius: 50%;
    border: 1px solid #ddd;
    background: #fff;
    cursor: pointer;
    transition: 0.3s;
}

.pol-pagination button.active,
.pol-pagination button:hover {
    background: var(--pol-red);
    color: #fff;
    border-color: var(--pol-red);
}

div#galleryGrid {
    display: flex;
    justify-content: center;
}

/* IMAGE WRAP */
.ps-gallery-img {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

/* IMAGE */
.ps-gallery-img img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    transition: transform 0.5s ease;
}

/* VIDEO ICON */
.ps-video-icon {
    position: absolute;
    top: 20px;
    right: 10px;
    width: 36px;
    height: 36px;
    background: var(--pol-red);
    color: #fff;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    z-index: 2;
    opacity: 1;
    transform: translateY(-10px);
    transition: 0.3s ease;
}

.ps-gallery-card:hover .ps-video-icon {
    opacity: 1;
    transform: translateY(0);
}

/* OVERLAY */
.ps-gallery-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    transition: 0.3s ease;
}



.ps-gallery-overlay h5 {
    color: #fff;
    font-size: 16px;
}

/* HOVER */
.ps-gallery-card:hover img {
    transform: scale(1.1);
}

.ps-gallery-card:hover .ps-gallery-overlay {
    opacity: 1;
}

.ps-stats-sec {
    padding: 80px 0;
}

/* TEXT */
.ps-title {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 15px;
}

.ps-desc {
    font-size: 14px;
    color: var(--pol-para);
    margin-bottom: 20px;
}

/* BUTTON */
.ps-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: var(--pol-red);
    color: #fff;
    padding: 10px 18px;
    border-radius: 25px;
    text-decoration: none;
}

/* GRID */
.ps-stats-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    margin-top: 30px;
}

/* CARD */
.ps-card {
    background: #f5f5f5;
    padding: 20px;
    border-radius: 12px;
}

/* DARK CARD */
.ps-card.dark {
    background: #0b2c5f;
    color: #fff;
}

/* COUNTER */
.ps-card h3 {
    font-size: 28px;
    font-weight: 600;
}

/* IMAGE CARD */
.ps-card.img-card {
    padding: 0;
    overflow: hidden;
}

.ps-card.img-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

/* IMAGE HOVER */
.ps-card.img-card:hover img {
    transform: scale(1.08);
}

/* MAIN IMAGE */
.ps-main-img {
    overflow: hidden;
    border-radius: 15px;
}

.ps-main-img img {
    width: 100%;
    transition: transform 0.6s ease;
}

.ps-main-img:hover img {
    transform: scale(1.08);
}

.counter {
    font-variant-numeric: tabular-nums;
    letter-spacing: 1px;
}

.ps-choose-sec {
    padding: 40px;

}

/* WRAP */
.ps-choose-wrap {
    display: flex;
    border-radius: 20px;
    overflow: hidden;
}

/* LEFT */
.ps-left {
    width: 50%;
    background: #0b2c5f;
    padding: 40px;
    color: #fff;
    position: relative;
}

/* GRID LINE EFFECT */
.ps-left::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: linear-gradient(rgba(255, 255, 255, 0.01) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.01) 1px, transparent 1px);
    background-size: 40px 40px;
}

/* TITLE */
.ps-title {
    font-size: 28px;
    font-weight: 500;
    margin-bottom: 30px;
    position: relative;
}

/* IMAGE */
.ps-img-wrap {
    border-radius: 20px;
    overflow: hidden;
    position: relative;
}

.ps-img-wrap img {
    width: 100%;
    transition: transform 0.6s ease;
}

/* HOVER ZOOM */
.ps-img-wrap:hover img {
    transform: scale(1.08);
}

/* TEXT */
.ps-bottom-text {
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    margin-top: 15px;
    opacity: 0.7;
}

/* RIGHT */
.ps-right {
    width: 50%;
    background: var(--pol-red);
    padding: 40px;
    color: #fff;
}

/* DESC */
.ps-desc {
    font-size: 13px;
    line-height: 1.6;
    margin-bottom: 30px;
}

/* ACCORDION */
.ps-acc-item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    padding: 15px 0;
    cursor: pointer;
}

/* HEAD */
.ps-acc-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* BODY */
.ps-acc-body {
    max-height: 0;
    overflow: hidden;
    font-size: 13px;
    opacity: 0.8;
    transition: all 0.3s ease;
}

/* ACTIVE */
.ps-acc-item.active .ps-acc-body {
    max-height: 100px;
    margin-top: 10px;
}

/* ICON ROTATE */
.ps-acc-item.active i {
    transform: rotate(45deg);
}

.ps-acc-head i {
    transition: 0.3s;
}

/* faq */



.faq-section h2 {
    text-align: center;
    margin-bottom: 0;
    font-weight: 600;
}

.accordion-button::after {
    display: none !important;
    /* hide default arrow */
}

.accordion-button.collapsed .fa-minus {
    display: none;
}

.accordion-button:not(.collapsed) .fa-plus {
    display: none;
}

.faq-section .accordion-item {
    border: 0;
}

.accordion-button {
    font-size: 1.2rem !important;
}


.faq-section {
    padding: 60px 0;
    margin-top: 0px;
}

.faq-section .pol-about-title {
    margin-bottom: 25px;
}


.accordion-button::after {
    display: none !important;
    /* hide default arrow */
}

.accordion-button.collapsed .fa-minus {
    display: none;
}

.accordion-button:not(.collapsed) .fa-plus {
    display: none;
}

.faq-section .accordion-item {
    border: 0;
    margin-bottom: 25px;
}

.accordion-button {
    font-size: 1.2rem !important;
    line-height: 2rem;
}

.accordion-body {
    color: var(--pol-para);
    font-weight: 500;
    font-size: 18px;
    padding-top: 20px !important;
}

.accordion-button:not(.collapsed) {
    color: #ff7a00 !important;
    background-color: #fff9f3 !important;
    /* box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color); */
}

.accordion-button:focus {
    border-color: transparent !important;
}

.faq-cta {
    background-color: #fff3e7 !important;
    color: var(--pol-title);
    border-radius: 100px !important;
    padding: 10px 20px !important;
}

.alert a {
    font-weight: 500;
    color: var(--pol-title);
    transition: transform 0.3s ease;
    text-decoration: underline;
}

.alert {
    background-color: #fffbee;
    border-radius: 999px;
    padding: 14px 30px !important;
    text-align: center;
    width: fit-content;
}


/* Mobile Menu */
/* DRAWER BASE */
.ctma-mobile-menu {
    position: fixed;
    top: 0;
    left: -320px;
    width: 280px;
    height: 100%;

    z-index: 9999;
    transition: 0.3s ease;
}

.ctma-mobile-menu.active {
    left: 0;
}

/* INNER */
.ctma-mobile-inner {
    padding: 20px;
    height: 100%;
    overflow-y: auto;
}

/* TOP */
.ctma-mobile-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.mobile-logo {
    height: 28px;
}

.ctma-mobile-close {
    border: none;
    background: #fff;
    border-radius: 50%;
    width: 32px;
    height: 32px;
}

/* MENU */
.ctma-mobile-links {
    list-style: none;
    padding: 0;
}

.ctma-mobile-links li {
    margin: 12px 0;
}

.ctma-mobile-links a {
    text-decoration: none;
    color: var(--pol-title);
    font-weight: 500;
}

/* CONTACT */


/* SCROLL LOCK */
.ctma-no-scroll {
    overflow: hidden;
    position: fixed;
    width: 100%;
}

/* ONLY MOBILE */
@media (min-width: 992px) {
    .ctma-mobile-menu {
        display: none;
    }
}


/* sidebar */
/* HAMBURGER */
.ctma-hamburger {
    border: none;
    background: none;
    font-size: 20px;
}
.ctma-mobile-menu {
    position: fixed;
    top: 0;
    left: -326px;
    width: 75vw;
    height: 100%;
    z-index: 9999;
    transition: 0.35s ease;
}

.ctma-mobile-menu.active {
    left: 0;
}

/* INNER */
.ctma-mobile-inner {
    padding: 20px;
    height: 100%;
    overflow-y: auto;
    padding-top: 30px;
}

/* TOP */
.ctma-mobile-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.mobile-logo {
    height: 30px;
}

.ctma-mobile-close
 {
    border: 1px solid;
    background: #fff;
    border-radius: 50%;
    width: 34px;
    height: 34px;
}

/* MENU */
.ctma-mobile-links {
    list-style: none;
    padding: 0;
}

.ctma-mobile-links li {
    margin: 14px 0;
}

.ctma-mobile-links a {
    text-decoration: none;
    color: var(--pol-title);
    font-size: 15px;
    font-weight: 500;
}

/* CONTACT */
.ctma-mobile-contact {
    margin-top: 30px;
    display: flex;
    gap: 12px;
    align-items: center;
    background: #fff;
    padding: 15px;
    border-radius: 20px;
    justify-content: center;
}

.ctma-contact-icon {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #cfeef7;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* SCROLL LOCK */
.ctma-no-scroll {
    overflow: hidden;
    position: fixed;
    width: 100%;
}

/* STRICT MOBILE CONTROL */
@media (min-width: 992px) {
    .ctma-mobile-menu {
        display: none !important;
    }
}

.sidebar-contact {
    display: flex;
    flex-direction: column;
    gap: 0px;
    align-items: center;
}

.sidebar-contact p {
    margin: 0px !important;
    font-size: 1.2rem !important;
    font-weight: 600;
    color: var(--pol-title);
}

.sidebar-contact span {
    margin: 0px !important;
    font-size: 1.2rem !important;
    font-weight: 600;
    color: var(--pol-title);
}


/* Modal */

/* OVERLAY */
.pol-modal-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;

    opacity: 0;
    visibility: hidden;
    transition: 0.3s ease;
}

.pol-modal-overlay.active {
    opacity: 1;
    visibility: visible;
}

/* MODAL */
.pol-modal {
    width: 900px;
    max-height: 80vh;
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    position: relative;
}

/* CLOSE */
.pol-close {
    position: absolute;
    top: 15px;
    right: 15px;
    border: none;
    background: transparent;
    font-size: 20px;
    cursor: pointer;
    z-index: 2;
}

/* LEFT */
.pol-left {
    position: relative;
}

.pol-left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* DOCTOR INFO */
.pol-doctor-info {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: var(--pol-red);
    color: #fff;
    padding: 20px;
}

.pol-doctor-info h4 {
    font-size: 18px;
    margin-bottom: 5px;
}

.pol-doctor-info p {
    font-size: 13px;
    margin: 0;
}

/* RIGHT */
.pol-right {
    display: flex;
    height: fit-content;
    padding-right: 20px !important;
    padding-left: 20px !important;
    padding-top: 20px !important;
    padding-bottom: 20px !important;
    flex-direction: column;
    align-items: center;
}
.pol-right h3 {
    font-weight: 600;
}

.pol-sub {
    font-size: 13px;
    margin-bottom: 20px;
}

/* FORM */
.pol-right input,
.pol-right textarea {
    width: 100%;
    border: none;
    border-bottom: 1px solid #ddd;
    padding: 10px 5px;
    margin-bottom: 15px;
    outline: none;
}

/* PHONE */
.pol-phone {
    display: flex;
    align-items: center;
    gap: 8px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 15px;
}

.pol-phone input {
    border: none;
    width: 100%;
}

/* BUTTON */
.pol-submit {
    background: var(--pol-red);
    color: #fff;
    border: none;
    padding: 10px 25px;
    border-radius: 25px;
    cursor: pointer;
}

/* BODY SCROLL LOCK */
body.pol-modal-open {
    overflow: hidden;
}

/* MOBILE */
@media(max-width:768px) {
    .pol-left {
        display: none;
    }

    .pol-modal {
        width: 95%;
    }
}

.pol-right .pstest-title {
    margin: 0px !important;
}

.pol-doctor-info {
    display: none !important;
    position: absolute;
    bottom: 0;
    width: 100%;
    background: #CE2B2B;
    color: #fff;
    padding: 18px;
    flex-wrap: wrap;
}

/* ITEM */
.pol-contact-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 12px;
}

.pol-contact-item:last-child {
    margin-bottom: 0;
}

/* ICON CIRCLE */
.pol-icon {
    width: 38px;
    height: 38px;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    flex-shrink: 0;
}

/* TEXT */
.pol-label {
    color: #fff;
    font-size: 11px;
    opacity: 0.8;
    margin: 0;
}

.pol-value {
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    margin: 0;
}

#polModal form {
    max-height: 290px;
    overflow-y: auto;
}

.pol-main-image img {
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.pol-main-image img.fade-out {
    opacity: 0;
    transform: scale(1.05);
}

/* REMOVE DEFAULT BULLET */
.pol-highlight ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

/* EACH ITEM */
.pol-highlight ul li {
    position: relative;
    padding-left: 28px;
    margin-bottom: 10px;
    font-size: 14px;
    color: var(--pol-para);
}

/* CUSTOM BULLET */
.pol-highlight ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 7px;

    width: 10px;
    height: 10px;
    border-radius: 50%;

    background: #ff5f6d;
    /* Presto theme color */
}

/* OPTIONAL: subtle glow */
.pol-highlight ul li::after {
    content: "";
    position: absolute;
    left: 0;
    top: 7px;

    width: 10px;
    height: 10px;
    border-radius: 50%;

    background: rgba(255, 95, 109, 0.3);
    transform: scale(1.8);
    z-index: -1;
}

/* ICON */
.pol-highlight a i {
    transition: transform 0.3s ease;
}

/* HOVER EFFECT */
.pol-highlight a:hover {
    letter-spacing: 0.5px;
}

/* ARROW MOVE */
.pol-highlight a:hover i {
    transform: translateX(6px);
}

/* BUTTON BASE */
.pol-btn-wa {
    display: inline-flex;
    align-items: center;
    gap: 10px;

    background: #25D366;
    color: #fff;
    text-decoration: none;

    padding: 0px 22px;
    border-radius: 50px;

    font-weight: 500;
    font-size: 14px;

    position: relative;
    overflow: hidden;

    transition: all 0.3s ease;
}

/* ICON */
.pol-btn-wa i {
    font-size: 27px;
}

/* ARROW WRAP */
.wa-arrow {
    display: inline-flex;
    transition: transform 0.3s ease;
}

/* HOVER EFFECT */
.pol-btn-wa:hover {
    background: #1ebe5d;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(37, 211, 102, 0.3);
}

/* ARROW SLIDE */
.pol-btn-wa:hover .wa-arrow {
    transform: translateX(6px);
}

/* SUBTLE SHINE EFFECT */
.pol-btn-wa::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(120deg,
            transparent,
            rgba(255, 255, 255, 0.4),
            transparent);
    transition: 0.5s;
}

.pol-btn-wa:hover::before {
    left: 100%;
}

/* new all page dropdown */
.custom-dropdown {
    width: fit-content;
    position: relative;
    font-family: Arial;
}

.dropdown-btn {
    color: var(--pol-title);
    padding: 10px;
    cursor: pointer;
}

.dropdown-list {
    display: none;
    list-style: none;
    padding: 0;
    margin: 0;
    position: absolute;
    width: 100%;
    background: #fff;
    border: 1px solid #ccc;
}

.dropdown-list li {
    border-bottom: 1px solid #eee;
}

.dropdown-list li a {
    display: block;
    padding: 10px;
    text-decoration: none;
    color: var(--pol-title);
}

.dropdown-list li a:hover {
    background: #f5f5f5;
}

/* show dropdown */
.custom-dropdown.active .dropdown-list {
    display: block;
}

div#videoGrid {
    display: flex;
    justify-content: center;
}



/* SECTION */
.ps-md-section {
    padding: 80px 0;
}

/* HEADER */
.ps-md-title {
    font-size: 34px;
    font-weight: 700;
    color: var(--ps-primary);
    margin-bottom: 10px;
}

.ps-md-subtitle {
    font-size: 14px;
    color: var(--ps-text);
    max-width: 700px;
    margin: 0 auto;
}

/* CARD */
.ps-md-card {
    margin-top: 40px;
    background: #fff;
    border-radius: 12px;
    padding: 35px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transition: 0.3s;
}

/* subtle hover (as per your preference) */
.ps-md-card:hover {
    transform: translateY(-4px);
}

/* CONTENT */
.ps-md-card-title {
    font-size: 18px;
    font-weight: 600;
    color: var(--pol-title);
    margin-bottom: 5px;
}

.ps-md-role {
    font-size: 13px;
    color: var(--pol-para);
    font-weight: 500;
    display: block;
    margin-bottom: 15px;
}

.ps-md-text
 {
    text-align: justify;
    font-size: 14px;
    color: var(--pol-para);
    line-height: 1.7;
    margin-bottom: 12px;
}
.md-message-sec
 {
    max-height: 50vh;
    overflow-y: auto;
    margin-top: 0px !important;
}

/* QUOTE */
.ps-md-quote {
    margin-top: 20px;
    font-size: 14px;
    font-style: italic;
    font-weight: 600;
    color: var(--pol-title);
    border-left: 3px solid var(--pol-para);
    padding-left: 12px;
}

.ps-md-img-box {
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 12px;
}

.ps-md-img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* ======================
TEAM SECTION 
=========================*/

/* SECTION */
.ps-team-section {
    padding: 80px 0;
    background: #fff;
}

/* CARD */
.ps-team-card {
    text-align: center;
}

/* IMAGE */
.ps-team-img {
    position: relative;
    overflow: hidden;
    border-radius: 6px;
    background: #f4f6fb;
    margin-bottom: 15px;
}

.ps-team-img img {
    width: 100%;
    transition: 0.4s ease;
}

/* HOVER ZOOM */
.ps-team-card:hover img {
    transform: scale(1.06);
}

/* SOCIAL ICONS */
.ps-team-social {
    position: absolute;
    bottom: -50px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
    transition: 0.3s;
}

/* SHOW ON HOVER */
.ps-team-card:hover .ps-team-social {
    bottom: 12px;
}

/* ICON STYLE */
.ps-team-social a {
    width: 34px;
    height: 34px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--ps-primary);
    font-size: 14px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
    transition: 0.3s;
}

.ps-team-social a:hover {
    background: var(--ps-accent);
    color: #fff;
}

/* TEXT */
.ps-team-card .team-mem-name {
    margin-top: 15px;
    font-size: 1.4rem;
    font-weight: 600;
    color: var(--pol-title);
    margin-bottom: 0px !important;
    transition: all 0.3s ease;
    margin-top: 10px !important;
}

.ps-team-card:hover .team-mem-name {
    color: var(--pol-red);
}

.ps-team-card p {
    font-size: 13px;
    color: var(--pol-para);
    margin: 0;
}

/* Full width slider */
/* SECTION */
.ps-featured-sec {
    padding: 60px 0;
}

/* TITLE */
.ps-sec-head span {
    font-size: 13px;
    color: #6c63ff;
}

.ps-sec-head h2 {
    font-size: 32px;
    font-weight: 600;
}

/* CARD */
.ps-featured-card {
    background: #f8f8f8;
    border-radius: 20px;
    padding: 40px;
    position: relative;
    overflow: hidden;
}

/* TEXT */
.ps-content h3 {
    font-size: 36px;
    font-weight: 600;
}

.ps-content p {
    font-size: 14px;
    color: var(--pol-para);
    margin: 15px 0;
}

/* BUTTON */
.ps-btn-outline {
    border: 1px solid var(--pol-title);
    padding: 8px 20px;
    border-radius: 25px;
    text-decoration: none;
    color: var(--pol-title);
    font-size: 14px;
}

/* IMAGE */
.ps-img-wrap {
    position: relative;
}

.ps-img-wrap img {
    max-width: 100%;
}

/* HOVER ARROW */
.ps-arrow {
    position: absolute;
    top: 15px;
    right: 15px;
    background: var(--pol-red);
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transform: scale(0.8);
    transition: 0.3s;
}

.ps-img-wrap:hover .ps-arrow {
    opacity: 1;
    transform: scale(1);
}

/* slider with arrow  */
/* ===== SLIDER BASE ===== */
.ps-featured-item {
    position: relative;
}

.ps-featured-item img {
    width: 100%;
    height: 80vh;
    object-fit: cover;
}

/* ===== CONTENT OVERLAY ===== */
.ps-featured-content {
    position: absolute;
    top: 50%;
    left: 8%;
    transform: translateY(-50%);
    max-width: 500px;
    color: #fff;
}

.ps-featured-content h2 {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 15px;
}

.ps-featured-content p {
    font-size: 16px;
    margin-bottom: 20px;
}

/* ===== BUTTON ===== */
.ps-featured-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: var(--pol-red);
    color: #fff;
    padding: 12px 22px;
    border-radius: 50px;
    font-weight: 600;
    text-decoration: none;
    transition: 0.3s ease;
}

.ps-featured-btn i {
    transition: 0.3s ease;
}

/* Hover (minimal, premium) */
.ps-featured-btn:hover {
    background: #fff;
    color: #212529;
}

.ps-featured-btn:hover i {
    transform: translateX(6px);
}

/* ===== CUSTOM ARROWS ===== */
.ps-featured-slider-b .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;

    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.5);
    border: none;

    display: flex !important;
    align-items: center;
    justify-content: center;

    transition: 0.3s ease;
}

/* LEFT */
.ps-featured-slider-b .slick-prev {
    left: 20px;
}

/* RIGHT */
.ps-featured-slider-b .slick-next {
    right: 20px;
}

/* ICON */
.ps-featured-slider-b .slick-arrow i {
    color: #fff;
    font-size: 18px;
}

/* HOVER EFFECT */
.ps-featured-slider-b .slick-arrow:hover {
    background: var(--pol-orng);
}

.ps-featured-slider-b .slick-arrow:hover i {
    color: #212529;
}

/* ===== DOTS ===== */
.ps-featured-slider-b .slick-dots li button:before {
    color: #fff;
}

.ps-featured-slider-b .slick-dots li.slick-active button:before {
    color: var(--pol-orng);
}







/* SLIDER ARROWS */
.ps-featured-slider .slick-prev,
.ps-featured-slider .slick-next {
    position: absolute;
    top: -60px;
    right: 0;
    background: var(--pol-red);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    z-index: 2;
}

.ps-featured-slider .slick-prev {
    left: 90% !important;
}

.ps-featured-slider .slick-prev:before,
.ps-featured-slider .slick-next:before {
    color: var(--pol-title);
}


.ps-featured-sec .slick-slide img {
    width: 100% !important;
    object-fit: cover !important;
    height: 80vh;
    border-radius: 25px;
}

.pol-hero-slider .slick-prev:before,
.pol-hero-slider .slick-next:before {
    color: #212529 !important;
}


.slick-prev:before {
    content: "\f060" !important;
    /* left arrow */
    font-family: "Font Awesome 7 Free" !important;
    font-weight: 900;
    color: #fff !important;
    font-size: 1rem !important;
}

.slick-next:before {
    content: "\f061" !important;
    /* right arrow */
    font-family: "Font Awesome 7 Free" !important;
    font-weight: 900;
    color: #fff !important;
    font-size: 1rem !important;
}

.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {

    background: var(--ps-accent) !important;
    outline: 0;
    background: 0 0;
}

.full-w-slider .slick-arrow {
    display: none !important;
}

/* DOT CONTAINER */
.ps-featured-slider .slick-dots {
    bottom: -35px;
    display: flex !important;
    justify-content: center;
    gap: 8px;
}

/* DOT BUTTON RESET */
.ps-featured-slider .slick-dots li button:before {
    display: none;
}

/* DOT STYLE */
.ps-featured-slider .slick-dots li button {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #ccc;
    border: none;
    transition: all 0.3s ease;
}

/* ACTIVE DOT */
.ps-featured-slider .slick-dots li.slick-active button {
    width: 22px;
    border-radius: 10px;
    background: var(--pol-red);
}


/* =============== New UI================ */
/* SECTION */
.pol-m-v-sec {
    position: relative;
    background-color: #f6f3ea;
}

/* IMAGE STICKY */
.pol-m-v-image {
    height: 70vh;
    position: sticky;
    top: 23%;
    /* transform: translateY(-50%); */
}

.pol-m-v-image img {
    width: 100%;
    border-radius: 20px;
    height: 100%;
    object-fit: cover;
}

/* ITEM */
.pol-m-v-item {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

/* ICON */
.pol-m-v-icon {
    width: 50px;
    height: 50px;
    background: var(--pol-red);
    border-radius: 12px;

    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 18px;
    color: #fff;
}

/* TITLE */
.pol-m-v-item h3 {
    font-size: 26px;
    font-weight: 600;
    color: var(--pol-title);
    margin-bottom: 15px !important;
}

/* TEXT */
.pol-m-v-item p {
    font-size: 15px;
    color: var(--pol-para);
    line-height: 1.7;
}

/* BRAND HIGHLIGHT */
.pol-m-v-item span {
    font-weight: 600;
    color: var(--pol-title);
}


/* ========== Galary SLider =========== */
/* ITEM */
.psgal-img {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
}

/* IMAGE */
.psgal-img img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    transition: transform 0.4s ease;
}

/* HOVER ZOOM */
.psgal-img:hover img {
    transform: scale(1.05);
}

/* OVERLAY (ALWAYS VISIBLE) */
.psgal-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;

    padding: 12px;

    background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent);
}

/* TITLE */
.psgal-overlay h5 {
    color: #fff;
    font-size: 14px;
    margin: auto;
    text-align: center;
}

.psgal-slide-sec .slick-prev,
.psgal-slide-sec .slick-next {
    width: 40px;
    height: 40px;
    background: var(--pol-red);
    border-radius: 50%;
    z-index: 9;
}

.psgal-slide-sec .slick-prev:before,
.psgal-slide-sec .slick-next:before {
    color: #212529;
}

/* ADD GAP */
.psgal-slider .slick-slide {
    padding: 0 8px;
    /* gap = 16px total */
}

/* FIX EDGE CUT */
.psgal-slider .slick-list {
    margin: 0 -8px;
}

.accordion-button i.fa-minus {
    display: none;
}

.accordion-button:not(.collapsed) i.fa-plus {
    display: none;
}

.accordion-button:not(.collapsed) i.fa-minus {
    display: inline-block;
}

/* FAQ SECTION */
.fa-minus {
    display: none;
}

.accordion-button:not(.collapsed) .fa-minus {
    display: inline-block;
}

.accordion-button:not(.collapsed) .fa-plus {
    display: none;
}

.alert:hover a {
    color: var(--pol-red);
}


.pol-video-sec {
    padding: 80px 0;
    background: #ededed;
}

/* CONTENT */
.pol-video-content .content-item {
    display: none;
}

.pol-video-content .content-item.active {
    display: block;
}

/* ARROWS */
.pol-arrows button {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: none;
    background: var(--pol-red);
    color: #fff;
    margin-right: 10px;
    transition: 0.3s;
}

.pol-arrows button:hover {
    background: var(--pol-title);
}

/* SLIDER */
.pol-video-slider .slide {
    padding: 10px;
}

.pol-card {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    height: 420px;
}

.pstest-section .pol-card {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    height: fit-content !important;
}

.pol-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.5s;
}

/* HOVER EFFECT */
.pol-card:hover img {
    transform: scale(1.1);
}

/* OVERLAY */
.pol-card .overlay {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.2);
    opacity: 1;
    transition: 0.3s;
}

.pol-card:hover .overlay {
    background: transparent !important;
    cursor: pointer;
}

/* PLAY ICON */
.pol-card .overlay i {
    font-size: 22px;
    width: 55px;
    height: 55px;
    background: #fff;
    color: var(--pol-red);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* ACTIVE SCALE */
.slick-center .pol-card {
    transform: scale(1.05);
}

.pol-video-content .content-item.active h4 {
    color: var(--pol-title) !important;
}

.pol-video-content .content-item.active p {
    color: var(--pol-para) !important;
}

.pol-video-sec .pol-video-slider .slick-slide img {
    display: flex !important;
    height: 100% !important;
    object-fit: cover !important;
    margin: 0px !important;
    border-radius: 15px !important;
}

.pol-card:hover img {
    transform: scale(1.1);
}

/* spacing */
.pol-product-slider {
    position: relative;
}

/* image styling */
.pol-product-box img {
    width: 100%;
    border-radius: 10px;
}

/* DOTS STYLE */
.pol-product-slider .slick-dots {
    bottom: -25px;
}

.pol-product-slider .slick-dots {
    bottom: -30px;
    display: flex !important;
    justify-content: center;
    gap: 8px;
}

.pol-product-slider .slick-dots li {
    margin: 0;
}

.pol-product-slider .slick-dots li button {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #dcdcdc;
    border: none;
    padding: 0;
}

.pol-product-slider .slick-dots li button:before {
    display: none;
}

.pol-product-slider .slick-dots li.slick-active button {
    background: var(--pol-red);
    width: 22px;
    border-radius: 20px;
}

/* optional hover zoom */
.pol-product-box {
    overflow: hidden;
    border-radius: 10px;
}

.pol-product-box img {
    transition: transform 0.4s ease;
}

.pol-product-box:hover img {
    transform: scale(1.05);
}


/* Gallery design */

/* ===== CARD ===== */
.ps-gallery-card {
    display: block;
    text-decoration: none;
}

/* ===== IMAGE WRAPPER ===== */
.ps-gallery-img {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
}

/* IMAGE */
.ps-gallery-img img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    transition: transform 0.5s ease;
}

/* ===== ZOOM EFFECT ===== */
.ps-gallery-card:hover .ps-gallery-img img {
    transform: scale(1.08);
}

/* ===== ICON (TOP RIGHT RECTANGLE) ===== */
.ps-gallery-icon {
    position: absolute;
    top: 10px;
    right: 10px;

    width: 40px;
    height: 40px;
    background: rgba(0, 0, 0, 0.6);

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 6px;

    opacity: 0;
    transform: translateY(-10px);
    transition: 0.3s ease;
}

/* ICON */
.ps-gallery-icon i {
    color: #fff;
    font-size: 16px;
}

/* SHOW ICON ON HOVER */
.ps-gallery-card:hover .ps-gallery-icon {
    opacity: 1;
    transform: translateY(0);
}

/* ===== TITLE BELOW ===== */
.ps-gallery-title {
    margin-top: 10px;
    font-size: 1.2rem;
    font-weight: 600;
    color: var(--pol-title);
    margin: 0;
    transition: 0.3s ease;
    text-align: center;
}

.ps-gallery-title h5 {
    font-size: 1.2rem;
    font-weight: 600;
    color: var(--pol-title);
    margin: 0;
    transition: 0.3s ease;
    text-align: center;
}

.ps-gallery-card:hover .ps-gallery-title h5 {
    color: var(--pol-red);
}
.ps-gallery-card:hover .ps-gallery-title {
    color: var(--pol-red);
}

/* TITLE HOVER EFFECT */
.ps-gallery-card:hover .ps-gallery-title h5 {
    color: var(--pol-red);
}

.readmore-btn {
    color: var(--pol-title);
    transition: all 0.5s ease-in-out;
}

.readmore-btn:hover {
    color: var(--pol-red);
}

.readmore-btn:hover i {
    transform: translateX(5px);
}

.readmore-btn i {
    transition: all 0.3s ease-in-out;
}

/* SECTION */
.pol-adv-sec {
    background: #f6f6f6;
}

/* LEFT */
.pol-adv-title {
    font-size: 34px;
    font-weight: 700;
    color: var(--pol-title);
    margin-bottom: 10px;
}

.pol-adv-sub {
    font-size: 13px;
    color: var(--pol-para);
    margin-bottom: 20px;
}

.pol-adv-img img {
    max-width: 90%;
}

/* CARD */
.pol-adv-card {
    background: #fff;
    padding: 30px 20px;
    text-align: center;
    border-radius: 12px;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

/* ICON */
.pol-adv-card i {
    font-size: 28px;
    color: var(--pol-title);
    margin-bottom: 15px;
    transition: 0.3s ease;
}

/* TITLE */
.pol-adv-card h5 {
    font-size: 16px;
    font-weight: 600;
    color: var(--pol-title);
    margin-bottom: 8px;
}

/* MORE */
.pol-adv-card span {
    font-size: 12px;
    letter-spacing: 1px;
    color: var(--pol-para);
    transition: 0.3s ease;
}

/* HOVER EFFECT (Polstar Style) */
.pol-adv-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
}

/* ICON HOVER */
.pol-adv-card:hover i {
    color: var(--pol-red);
    transform: scale(1.1);
}

/* TEXT HOVER */
.pol-adv-card:hover span {
    color: var(--pol-red);
}

/* OPTIONAL subtle top glow */
.pol-adv-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: var(--pol-red);
    transform: scaleX(0);
    transition: 0.3s ease;
}

.pol-adv-card:hover::before {
    transform: scaleX(1);
}

/* SUPPORT CARD TEXT */
.pol-support-card p {
    font-size: 14px;
    color: var(--pol-title);
    margin: 0;
    line-height: 1.6;
}

/* LINKS */
.pol-support-card p a {
    color: var(--pol-title);
    text-decoration: none;
    transition: 0.3s ease;
    font-size: 1rem !important;
}

/* HOVER LINK */
.pol-support-card p a:hover {
    color: var(--pol-red);
}

/* CARD ALIGN */
.pol-support-card {
    text-align: left;
    padding: 25px;
    height: 100%;
}

/* ICON LEFT ALIGN */
.pol-support-card i {
    display: inline-block;
    margin-bottom: 10px;
}

/* SLIDER WRAPPER */
.pol-cta-image-slider {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
}

/* IMAGE */
.pol-cta-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* DOTS OVERLAY */
.pol-cta-image-slider .slick-dots {
    position: absolute;
    bottom: 10px;
    left: 96%;
    transform: translateX(-50%);
    display: flex !important;
    gap: 8px;
}

/* DOT BASE */
.pol-cta-image-slider .slick-dots li {
    margin: 0;
}

.pol-cta-image-slider .slick-dots li button {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.5);
    border: none;
    padding: 0;
}

.pol-cta-image-slider .slick-dots li button:before {
    display: none;
}

/* ACTIVE DOT */
.pol-cta-image-slider .slick-dots li.slick-active button {
    background: var(--pol-red);
    width: 20px;
    border-radius: 10px;
}

/* SMOOTH */
.pol-cta-image-slider .slick-dots li button {
    transition: all 0.3s ease;
}

.pol-cta-image-slider.slick-initialized.slick-slider.slick-dotted {
    margin: 0px;
    padding: 0px !important;
}

.pol-cta-image-slider .slick-list.draggable {
    padding-top: 0px !important;
}

.pol-cta-slide {
    display: flex !important;
    height: 100% !important;
    border-radius: 0px !important;
}

/* VIDEO CARD */
.pstest-video-card {
    padding: 0;
    overflow: hidden;
}

/* VIDEO WRAPPER */
.pstest-video {
    position: relative;
    height: 170px;
    overflow: hidden;
}

/* VIDEO */
.pstest-video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.4s ease;
}

/* PLAY BUTTON */
.pstest-play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1);

    width: 60px;
    height: 60px;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 50%;

    display: flex;
    align-items: center;
    justify-content: center;

    color: #fff;
    font-size: 18px;

    transition: 0.3s ease;
}

/* HOVER EFFECT */
.pstest-video-card:hover video {
    transform: scale(1.08);
}

/* PLAY BUTTON HOVER */
.pstest-video-card:hover .pstest-play {
    background: var(--pol-orng);
    color: #fff !important;
    transform: translate(-50%, -50%) scale(1.1);
}

/* CONTENT */
.pstest-video-content {
    display: flex;
    padding: 15px;
    flex-direction: column;
    gap: 5px;
}

.pstest-video-content {
    display: flex;
    padding: 15px;
    flex-direction: column;
    gap: 0px;
    padding-top: 0px !important;
}

.pstest-video-content p {
    font-size: 13px;
    color: var(--pol-para);
    margin: 0px !important;
    display: none;
}

.pstest-video-content h4 {
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 6px;
    color: var(--pol-title);
    margin: 0px !important;
}

.psap-header {
    gap: 20px;
    margin-bottom: 25px;
}

/* TITLE */
.psap-title {
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 1px;
    color: var(--pol-title);
}

/* DROPDOWN WRAPPER */
.psap-category-dropdown {
    flex: 1;
    max-width: 280px;
}

/* SELECT DESIGN */
.psap-select {
    height: 44px;
    border-radius: 8px;
    border: 1px solid #e5e5e5;
    font-size: 14px;
    font-weight: 500;
    color: var(--pol-title);
    box-shadow: none;
    transition: all 0.3s ease;
    padding: 0px !important;
    padding-left: 15px !important;
}

/* FOCUS STATE */
.psap-select:focus {
    box-shadow: none;

    border: 1px solid var(--pol-red) !important;
}

/* 
.psap-filter-btn {
    width: 44px;
    height: 44px;
    border-radius: 8px;
    border: 1px solid #e5e5e5;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.psap-filter-btn:hover {
    background: #212529;
    color: #fff;
    border-color: #212529;
}

.psap-filter-btn i {
    font-size: 14px;
} */

.psap-header {
    gap: 20px;
    margin-bottom: 25px;
}

/* TITLE */
.psap-title {
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 1px;
    color: var(--pol-title);
}

/* TABS WRAPPER */
.psap-tabs {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

/* TAB BUTTON */
.psap-tab {
    padding: 8px 16px;
    border-radius: 30px;
    border: 1px solid #e5e5e5;
    background: #fff;
    font-size: 1rem;
    font-weight: 500;
    color: var(--pol-title);
    transition: all 0.3s ease;
    cursor: pointer;
}

/* ACTIVE TAB */
.psap-tab.active {
    background: var(--pol-red);
    color: #fff;
    border-color: var(--pol-red);
}

/* HOVER (minimal) */
.psap-tab:hover {
    border-color: var(--pol-red);
}


.psap-filter-btn i {
    font-size: 14px;
}

.faq-search-wrapper {
    display: flex;
    justify-content: center;
}

.faq-search-box {
    position: relative;
    width: 100%;
    max-width: 420px;
}

.faq-search-box i {
    position: absolute;
    top: 50%;
    left: 14px;
    transform: translateY(-50%);
    font-size: 14px;
    color: var(--pol-para);
}

.faq-search-box input {
    width: 100%;
    height: 46px;
    padding: 0 15px 0 38px;
    border-radius: 8px;
    border: 1px solid #e5e5e5;
    font-size: 14px;
    outline: none;
    transition: all 0.3s ease;
}

/* Focus */
.faq-search-box input:focus {
    border-color: #212529;
}

section.pol-about-intro.py-5.small-intro img {
    max-height: 50vh !important;
    object-fit: cover;
    object-position: top;
}

section.pol-about-intro.py-5.small-intro {
    background: transparent !important;
}

.ps-travel-hero {
    padding: 40px 0;
}

/* HERO BOX */
.ps-hero-box {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    padding: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: url(../images/store_finder.png) center / cover no-repeat;
    height: 50vh;
}

/* DARK OVERLAY */
.ps-hero-box::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.35);
}

.ps-hero-content,
.ps-hero-search {
    position: relative;
    z-index: 2;
}

/* LEFT TEXT */
.ps-hero-content h2 {
    color: #fff;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 10px;
}

.ps-hero-content p {
    color: #ddd;
    font-size: 15px;
}

/* SEARCH CARD */
.ps-search-card {
    display: flex;
    gap: 12px;
    align-items: center;
    background: rgba(255,255,255,0.15);
    backdrop-filter: blur(10px);
    padding: 12px;
    border-radius: 14px;
}

/* INPUT BLOCK */
.ps-search-field {
    background: #fff;
    border-radius: 10px;
    padding: 10px 14px;
    min-width: 260px;
}

.ps-search-field label {
    font-size: 12px;
    font-weight: 600;
    color: var(--pol-para);
    display: block;
    margin-bottom: 4px;
}

.ps-search-field label i {
    margin-right: 6px;
}

/* INPUT */
.ps-input {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ps-input input {
    border: none;
    outline: none;
    font-size: 14px;
    width: 100%;
}

.ps-input i {
    font-size: 12px;
    color: var(--pol-para);
}

/* BUTTON */
.ps-search-btn {
    background: var(--pol-title);
    color: #fff;
    border: none;
    border-radius: 10px;
    padding: 14px 18px;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.3s ease;
}

/* HOVER (minimal) */
.ps-search-btn:hover {
    background: #212529;
}

/* RESPONSIVE */
@media (max-width: 992px) {
    .ps-hero-box {
        flex-direction: column;
        gap: 20px;
        text-align: center;
    }

    .ps-search-card {
        flex-direction: column;
        width: 100%;
    }

    .ps-search-field {
        width: 100%;
    }

    .ps-search-btn {
        width: 100%;
        justify-content: center;
    }
}

.pstest-rating {
    color: var(--pol-orng);
    margin-bottom: 0px;
}

.pstest-user {
    margin-top: 0px !important;
}

.pstest-name {
    font-size: 16px;
    font-weight: 600;
    margin: 0;
}

.pstest-designation {
    font-size: 13px;
    color: var(--pol-para);
}

/* Slider container fix */
.pol-hero-slider {
  position: relative;
}

/* Image full width */
.pol-slide img {
  width: 100%;
  display: block;
}

/* Custom arrows */
.custom-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 999;
  background: rgba(0, 0, 0, 0.6);
  border: none;
  color: #fff;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  cursor: pointer;
  transition: 0.3s;
}

/* Hover effect */
.custom-arrow:hover {
  background: #000;
}

/* Icon size */
.custom-arrow i {
  font-size: 18px;
}

/* Left & Right positioning */
.slick-prev {
  left: 15px;
}

.slick-next {
  right: 15px;
}

/* Responsive */
@media (max-width: 768px) {
  .custom-arrow {
    width: 35px;
    height: 35px;
  }

  .custom-arrow i {
    font-size: 14px;
  }
}


/* Initial State */
h2 {
    opacity: 0;
    transform: translateY(40px);
    transition: all 0.6s ease;
}

/* When visible */
h2.appear {
    opacity: 1;
    transform: translateY(0);
}

/* CARD */
.ps-gallery-card {
    display: block !important;
    text-decoration: none !important;
    color: inherit !important;
}

/* IMAGE WRAPPER */
.ps-gallery-img {
    position: relative !important;
    overflow: hidden !important;
    border-radius: 10px !important;
}

.ps-gallery-img img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    display: block !important;
}

/* ALWAYS VISIBLE ICON */
.ps-gallery-icon {
    position: absolute !important;
    top: 20px !important;
    right: 10px !important;
    background: rgba(0,0,0,0.6) !important;
    color: #fff !important;
    width: 35px !important;
    height: 35px !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    z-index: 2 !important;
    opacity: 1 !important;
}

/* CONTENT */
.ps-gallery-content {
    padding: 10px 5px !important;
    text-align: center !important;
}

/* RATING */
.ps-rating {
    color: #FFBB1A !important;
    font-size: 14px !important;
    margin-bottom: 5px !important;
}

/* TITLE */
.ps-gallery-title {
    font-size: 1.2rem !important;
    font-weight: 600 !important;
    margin-bottom: 4px !important;
}

/* DESCRIPTION */
.ps-gallery-desc {
    /* font-size: 13px !important; */
    color: var(--pol-para) !important;
    margin: 0 !important;
}


/* Support card */
/* TITLE */
.download-card-outer h4 {
    color: var(--pol-title);
    transition: color 0.3s ease;
}

.download-card-outer:hover h4 {
    color: var(--pol-orng);
}

/* BUTTON */
.download-btn a {
    transition: all 0.3s ease;
}

.download-card-outer:hover .download-btn a {
    background: var(--pol-orng);
    color: #fff;
}

/* PDF ICON */
.download-btn i {
    transition: transform 0.3s ease;
}

.download-card-outer:hover .download-btn i {
    transform: scale(1.3);
}


/* Event slider */
.pol-event-sec {
    padding: 80px 0;
}

/* Slider spacing fix */
.pol-event-slider {
    margin: 0 -12px; /* negative to balance card margin */
}

.pol-event-card {
    margin: 12px; /* THIS creates equal gap */
}

.pol-title {
    font-weight: 700;
    color: var(--pol-title);
}

.pol-sub {
    color: var(--pol-para);
}

/* Card */
.pol-event-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.4s ease;
    margin: 10px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.05);
}

.pol-event-img img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    transition: 0.4s ease;
}

/* Content */
.pol-event-content {
    padding: 20px;
}

.pol-meta {
    font-size: 13px;
    color: var(--pol-red);
    font-weight: 500;
}

.pol-event-title {
    font-weight: 600;
    margin: 10px 0;
    color: var(--pol-title);
    transition: 0.3s;
}

.pol-event-desc {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;

    font-size: 14px;
    color: var(--pol-para);
    margin-bottom: 5px;
}
/* Read More */
.pol-read-more {
    font-size: 14px;
    font-weight: 600;
    color: var(--pol-orng);
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transition: 0.3s;
}

/* Hover Effects */
.pol-event-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0,0,0,0.1);
}

.pol-event-card:hover .pol-event-img img {
    transform: scale(1.08);
}

.pol-event-card:hover .pol-event-title {
    color: var(--pol-orng);
}

.pol-event-card:hover .pol-read-more {
    color: var(--pol-red);
    gap: 10px;
}

/* Slick arrows */
.pol-event-slider .slick-prev,
.pol-event-slider .slick-next {
    z-index: 10;
}

.pol-event-slider .slick-prev:before,
.pol-event-slider .slick-next:before {
    color: var(--pol-orng);
    font-size: 24px;
}


/* GAP FIX */
.pol-event-slider {
    margin: 0 -10px;
}

.pol-event-slider .slick-slide {
    padding: 0 10px;
}

/* CARD */
.pol-event-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    height: 100%;
    box-shadow: 0 5px 20px rgba(0,0,0,0.05);
    transition: 0.3s;
}

.pol-event-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* CONTENT */
.pol-event-content {
    padding: 20px;
}

.pol-meta {
    color: #CE2B2B;
    font-size: 13px;
}

.pol-event-title {
    font-weight: 600;
    margin: 10px 0;
    font-size: 1.5rem;
}

.pol-read-more {
    color: var(--pol-orng);
    font-weight: 600;
    text-decoration: none;
}

/* HOVER */
.pol-event-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 40px rgba(0,0,0,0.1);
}

/* ===== ARROWS ===== */
.pol-event-slider-wrapper {
    position: relative;
}

.pol-arrow {
    position: absolute;
    top: 45%;
    transform: translateY(-50%);
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: none;
    background: #fff;
    color: var(--pol-title);
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    z-index: 10;
    transition: 0.3s;
}

.pol-prev {
    left: -25px;
}

.pol-next {
    right: -25px;
}

.pol-arrow:hover {
    background: var(--pol-orng);
    color: #fff;
}

button.pstest-arrow.pstest-next-v.slick-arrow{
    right: -50px;
}
button.pstest-arrow.pstest-prev-v.slick-arrow{
left: -50px;
    margin-left: 0;

}
button.pstest-arrow.pstest-next-t.slick-arrow{
    right: -50px;
}
button.pstest-arrow.pstest-prev-t.slick-arrow{
left: -50px;
    margin-left: 0;

}

.psgal-slide-sec .slick-next:focus{
    background: var(--pol-red);
}

/* add gap between slides */
.pstest-slider-t .slick-slide {
    padding: 0 10px; /* total gap = 20px */
}

/* fix outer overflow cut */
.pstest-slider-t .slick-list {
    margin: 0 -10px;
}




/* SECTION */
.hero-section {
    position: relative;
    background: #ae0000;
    min-height: 80vh;
    overflow: hidden;
    color: #fff;
    padding: 100px 0;
}

/* TITLE */
.hero-title {
    font-family: "Playfair Display", serif;
    font-size: 70px;
    font-weight: 400;
    line-height: 1.1;
}

.hero-title .italic {
    font-style: italic;
}

/* DESC */
.hero-desc {
    font-size: 18px;
    max-width: 520px;
    color: #f1f1f1;
}

/* BUTTON */
.hero-btn {
    background: #fff;
    color: #333;
    padding: 14px 24px;
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    font-size: 16px;
    transition: 0.3s ease;
}

.hero-btn:hover {
    background: #f2f2f2;
}

/* STAR SHAPE */
.hero-star {
    position: absolute;
    right: -150px;
    top: 50%;
    transform: translateY(-50%);
    width: 600px;
    height: 600px;
    background: var(--hero-red-light);
    opacity: 0.35;

    clip-path: polygon(
        50% 0%, 
        61% 35%, 
        98% 35%, 
        68% 57%, 
        79% 91%, 
        50% 70%, 
        21% 91%, 
        32% 57%, 
        2% 35%, 
        39% 35%
    );

    transition: transform 1.5s ease;
}

/* HOVER EFFECT (smooth floating) */
.hero-section:hover .hero-star {
    transform: translateY(-50%) translateX(-30px) rotate(5deg) scale(1.05);
}

/* SUBTLE AUTO FLOAT */
@keyframes floatStar {
    0% { transform: translateY(-50%) translateX(0); }
    50% { transform: translateY(-55%) translateX(-10px); }
    100% { transform: translateY(-50%) translateX(0); }
}

.hero-star {
    animation: floatStar 8s ease-in-out infinite;
}

/* RESPONSIVE */
@media (max-width: 991px) {
    .hero-title {
        font-size: 48px;
    }

    .hero-star {
        width: 400px;
        height: 400px;
        right: -120px;
    }
}



/* TITLE */

.realisation-section{
    background: url(../images/res-bg.png) no-repeat center center / cover;
    height: 80vh;
}

.realisation-title {
    font-size: 70px;
    line-height: 1.1;
    font-weight: 400;
    color: #fff;
}

.realisation-title .italic {
    font-style: italic;
}

/* DESCRIPTION */
.realisation-desc {
    max-width: 650px;
    font-size: 18px;
    line-height: 1.7;
    color: #f2f2f2;
}

/* BACKGROUND LAYERS */
.bg-layer {
    position: absolute;
    right: 0;
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(8px);
    transition: all 0.6s ease;
}

/* INDIVIDUAL LAYERS */
.layer-1 {
    width: 420px;
    height: 240px;
    top: 120px;
    right: 60px;
}

.layer-2 {
    width: 480px;
    height: 260px;
    top: 180px;
    right: 20px;
}

.layer-3 {
    width: 540px;
    height: 300px;
    top: 240px;
    right: -40px;
}

/* HOVER FLOAT EFFECT */
.realisation-section:hover .bg-layer {
    transform: translateY(-10px) translateX(-10px);
}

/* SUBTLE AUTO FLOAT */
@keyframes floatLayer {
    0% { transform: translateY(0); }
    50% { transform: translateY(-8px); }
    100% { transform: translateY(0); }
}

.bg-layer {
    animation: floatLayer 10s ease-in-out infinite;
}

/* RESPONSIVE */
@media (max-width: 991px) {
    .realisation-title {
        font-size: 44px;
    }

    .bg-layer {
        display: none;
    }
}