/* ROOT */
:root {
    --ppg-black: #1c1c3a;
    --ppg-white: #fff;
    --ppg-gray: #999;
    --blue-grad: linear-gradient(90deg, #0188FD 0%, #001FAA 100%);
    --ppg-light-green: #E0F500;
    --prestoplast-primary: #6c63ff;
    --prestoplast-light-purple: #cfc8ff;
    --prestoplast-bg-purple: linear-gradient(90deg, #e9e4ff 0%, #cfd6ff 100%);



}

.title-color {
    color: var(--ppg-title-color) !important;
}

.para-color {
    color: var(--ppg-para-color) !important;
}


header .container-fluid {
    padding-left: 25px;
    padding-right: 25px;
}

.grad-bg {
    background: url(../images/grad-bg) no-repeat center center / cover !important;
}

.bg-emo-ease {
    /* width: 100%; */
    /* height: 100vh; */
    background-color: #f3e8ff !important;
    background-image:
        radial-gradient(at 10% 90%, hsla(252, 100%, 85%, 1) 0px, transparent 50%),
        radial-gradient(at 90% 20%, hsla(276, 85%, 90%, 1) 0px, transparent 50%),
        radial-gradient(at 50% 50%, hsla(315, 60%, 95%, 1) 0px, transparent 50%),
        radial-gradient(at 0% 0%, hsla(230, 50%, 92%, 1) 0px, transparent 50%) !important;

    /* Smooth corner if used as a card */
    /* border-radius: 24px;  */
    color: var(--ppg-title-color);
}

.ppg-header-sec-new-logo img {
    margin-bottom: -6px !important;
    height: 44px;
    border-radius: 10px;
    margin-top: auto;
}

/* HEADER BASE */
.ppg-header {
    background: #1c1c3a;
    color: #fff;
    position: sticky;
    top: 0;
    z-index: 999;
}

/* TOPBAR */
.ppg-topbar {
    padding: 12px 0;
}

.ppg-logo {
    font-weight: 700;
    letter-spacing: 2px;
    color: #fff;
}

.ppg-badge {
    background: var(--ppg-title-color);
    padding: 4px 10px;
    border-radius: 20px;
    font-size: 12px;
    display: none;
}

.ppg-icons i {
    margin-left: 15px;
    cursor: pointer;
}

/* SEARCH */
.ppg-search-wrap {
    padding: 10px 0;
}

.ppg-search {
    display: flex !important;
    align-items: center;
    background: var(--ppg-title-color);
    border-radius: 30px;
    padding: 10px 15px;
    /* width: 100%; */
    height: fit-content;
}

.brand-names ul {
    margin-bottom: 0px !important;
}

.brand-names.col-lg-3 {
    display: flex;
    align-items: center;
}

.ppg-search input {
    padding-top: 0px;
    padding-bottom: 0px;
    background: transparent;
    border: none;
    outline: none;
    color: #fff;
    flex: 1;
    margin: 0 10px;
}

.header-logo-wrpr img {
    width: auto;
    height: 50px;
}

/* NAV */
.ppg-navbar {
    border-top: 1px solid var(--ppg-title-color);
}

.ppg-menu {
    display: flex;
    list-style: none;
    padding: 10px 0;
    margin: 0;
    justify-content: center;
}

.ppg-menu-item {
    margin: 0 15px;
    cursor: pointer;
    font-size: 14px;
    color: #bbb;
    transition: 0.3s;
}

.ppg-menu-item:hover,
.ppg-menu-item.active {
    color: #fff;
}

/* MEGA MENU */
.ppg-megamenu {
    position: absolute;
    width: 100%;
    background: #1c1c3a;
    top: 100%;
    left: 0;
    display: none;
    padding: 30px 0;
    border-top: 1px solid var(--ppg-title-color);
}

.ppg-megamenu h6 {
    margin-bottom: 15px;
}

.ppg-megamenu ul {
    list-style: none;
    padding: 0;
}

.ppg-megamenu li {
    color: #bbb;
    margin-bottom: 8px;
    cursor: pointer;
}

.ppg-megamenu li:hover {
    color: #fff;
}

/* IMAGE */
.ppg-menu-banner {
    position: relative;
}

.ppg-menu-banner img {
    width: 100%;
    border-radius: 10px;
}

.ppg-banner-text {
    position: absolute;
    bottom: 15px;
    left: 15px;
    font-weight: 600;
}

/* SHOW ON HOVER */
.ppg-navbar:hover+.ppg-megamenu {
    display: block;
}

/* SCROLL EFFECT */
.ppg-header.scrolled {
    background: #1c1c3a;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
}

/* MOBILE */
@media(max-width: 991px) {

    .ppg-menu {
        display: none;
    }

    .ppg-mobile-menu {
        position: fixed;
        top: 0;
        left: -100%;
        width: 80%;
        height: 100%;
        background: #1c1c3a;
        padding: 20px;
        transition: 0.3s;
        z-index: 9999;
    }

    .ppg-mobile-menu.active {
        left: 0;
    }

}

/* hamburger menu */
/* HAMBURGER */
.ppg-hamburger {
    cursor: pointer;
    font-size: 1.4rem !important;
    margin-left: 15px;
}

/* SIDE MENU */
header .ppg-contact-card {
    text-align: left;
    padding: 11px;
    border-radius: 16px;
    /* background: linear-gradient(135deg, #ffffff, #f1f3ff); */
    border: 1px solid #e5e7ff;
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
}

/* ICON CIRCLE */
header .ppg-contact-card {
    text-align: left;
    padding: 11px;
    border-radius: 16px;
    /* background: linear-gradient(135deg, #ffffff, #f1f3ff); */
    border: 1px solid #e5e7ff;
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
    display: flex;
    gap: 15px;
    margin-top: 10%;
}

header .ppg-contact-icon i {
    color: #fff;
    font-size: 14px;
    background: var(--presto-blue);
    height: 30px;
    width: 30px;
    margin-top: 0px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
}

/* TEXT */
header .ppg-contact-text {
    line-height: 1.3;
    display: flex;
    flex-direction: column;
    align-items: center;
}

header .ppg-email {
    font-size: 1rem;
    color: #1a3b5d;
    font-weight: 600;
}

header .ppg-phone {
    font-size: 1rem;
    color: #1a3b5d;
    font-weight: 600;
}

/* TOP BAR */
.ppg-side-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
    font-size: 16px;
    margin-bottom: 20px;
}

.side-menu-lists {
    max-height: 65vh;
    overflow-y: auto;
}

.side-menu-lists li a {
    color: #fff;
    transition: all 0.3s ease;
    text-transform: capitalize;
}

.side-menu-lists li a:hover {
    color: #E0F500;
    text-decoration: underline;
}

/* CLOSE BUTTON */
.ppg-side-close {
    display: flex;
    font-size: 1rem !important;
    width: 35px;
    height: 35px;
    cursor: pointer;
    border: 1px solid #fff;
    border-radius: 999px;
    justify-content: center;
    align-items: center;
}

.ppg-side-menu {
    position: fixed;
    top: 0;
    right: -50%;
    width: 380px;
    height: 100%;
    background: #1d2143;
    z-index: 9999;
    transition: all 0.3s ease;
    padding: 30px 20px;
}

.ppg-side-menu.active {
    right: 0;
}

/* MENU ITEMS */
.ppg-side-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.ppg-side-menu ul li {
    color: #fff;
    padding: 12px 0;
    font-size: 14px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    cursor: pointer;
    transition: 0.3s;
}

.ppg-side-menu ul li:hover {
    padding-left: 5px;
}

/* OVERLAY */
.ppg-side-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    z-index: 9998;
}

.ppg-side-overlay.active {
    opacity: 1;
    visibility: visible;
}

.ppg-no-scroll {
    overflow: hidden;
    position: fixed;
    width: 100%;
}


.ppg-category-section {
    padding: 30px 40px;
    background: #f4f4f4;

}

/* TITLE */
.ppg-title {
    font-weight: 600;
    font-size: 28px;
    color: var(--ppg-title-color);
}

.ppg-subtitle {
    font-size: 14px;
    color: #777;
    margin-top: 5px;
}

/* CARD */
.ppg-cat-card {
    text-align: center;
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}

/* IMAGE WRAP */
.ppg-img-wrap {
    border-radius: 18px;
    overflow: hidden;
    background: #e9ecef;
    transition: all 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    height: 290px;
}

/* IMAGE */
.ppg-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: transform 0.6s ease;
}

/* TEXT */
.ppg-cat-name {
    margin-top: 10px;
    font-size: 14px;
    font-weight: 600;
    color: var(--ppg-title-color);
}

.ppg-cat-sub {
    margin: 0px;
    color: var(--ppg-para-color);

}

/* HOVER EFFECT */
.ppg-cat-card:hover {
    transform: translateY(-8px);
}

.ppg-cat-card:hover .ppg-img-wrap {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

.ppg-cat-card:hover img {
    transform: scale(1.08);
}

/* RESPONSIVE */
@media(max-width:768px) {
    .ppg-img-wrap img {
        height: 130px;
    }
}

/* SECTION */
.ppg-shop-section {
    padding: 30px 0;
    background: #f5f5f5;
}

.ppg-shop-section .ppg-about-title {
    width: fit-content;
    font-size: 44px;
    color: var(--ppg-title-color);
    margin-bottom: 30px;
}

/* TITLE */
.ppg-shop-title {
    font-size: 34px;
    font-weight: 700;
    color: var(--ppg-title-color);
}

.ppg-shop-subtitle {
    font-size: 14px;
    color: var(--ppg-title-color);
}

/* CARD */
.ppg-shop-card {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    transition: all 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}

/* IMAGE AREA */
.ppg-shop-img {
    position: relative;
    /* background: linear-gradient(135deg, #f39c12, #e67e22); */
    padding: 25px;
    border-radius: 16px 16px 0 0;
    text-align: center;
    border-radius: 15px;
}

.ppg-shop-img img {
    width: 100%;
    max-height: 100%;
    object-fit: contain;
    transition: transform 0.6s ease;
    border-radius: 15px;
    height: 100px;
}

/* BADGE */
.ppg-badge {
    position: absolute;
    top: 12px;
    right: 12px;
    background: #ff3b3b;
    color: #fff;
    font-size: 10px;
    padding: 4px 8px;
    border-radius: 20px;
    display: none;
}

/* CONTENT */
.ppg-shop-content {
    padding: 15px;
    padding-top: 0px;
}

/* RATING */
.ppg-rating {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 6px;
}

.ppg-star {
    background: #2ecc71;
    color: #fff;
    padding: 2px 10px;
    border-radius: 6px;
    font-size: 12px;
    line-height: 2;
}

.ppg-count {
    font-size: 12px;
    color: #777;
}

/* TEXT */
.ppg-product-title {
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 5px !important;
    color: #1c1c3a;
    line-height: 1;
    /* margin-top: 10px !important; */
    margin: 4px;
}
.btn-wrpr.text-center.mt-5 {
    margin-top: 10px !important;
}

.ppg-brand-overlay .lime-btn {
    margin-top: 0px !important;
}

.ppg-product-sub {
    font-size: 1.2rem;
    color: #303030;
    margin-bottom: 4px;
}

.ppg-product-desc {
    font-size: 1rem;
    color: var(--ppg-title-color);
    margin-bottom: 10px !important;
}

.ppg-colors {
    display: flex;
    gap: 6px;
    align-items: center;
    flex-direction: row;
    margin-top: 15px;
}

.ppg-color {
    width: 14px;
    height: 14px;
    border-radius: 4px;
    background: #ccc;
    cursor: pointer;
}

.ppg-color.active {
    background: #8bc34a;
}

/* BUTTONS */
.ppg-btn-wrap {
    display: flex;
    gap: 8px;
    justify-content: space-between;
}

.ppg-btn-wrap .ppg-btn-primary {
    width: fit-content;
    height: auto;
}



.ppg-btn-wrap .ppg-btn-outline:hover {
    background: var(--blue-grad) !important;
    color: #fff !important;
}

.ppg-btn-wrap .ppg-btn-outline:hover i {
    color: #fff !important;
}

.ppg-btn-primary {
    line-height: 1;
    width: 100%;
    /* background: #1c1c3a; */
    background: var(--blue-grad);
    font-weight: 600;
    color: #fff;
    border: none;
    padding: 8px 20px;
    border-radius: 20px;
    transition: all 0.5s ease-in-out;
    font-size: .8rem;
    height: fit-content;
    display: flex;
    align-items: center;
}

.ppg-btn-outline {
    width: 100%;
    font-weight: 600;
    background: #fff;
    border: 1px solid #ccc;
    padding: 5px 20px;
    border-radius: 20px;
    transition: all 0.5s ease-in-out;
    font-size: .8rem;

}

/* HOVER (PREMIUM) */
.ppg-shop-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.ppg-shop-card:hover .ppg-shop-img img {
    transform: scale(1.08);
}

/* BUTTON HOVER */
.ppg-btn-primary:hover {
    background: var(--blue-grad);
}

.ppg-btn-outline:hover {
    /* border-color: #1c1c3a; */
}

/* RESPONSIVE */
@media(max-width:768px) {
    .ppg-btn-wrap {
        flex-direction: column;
    }
}


.btn-wrpr {
    display: flex;
    justify-content: center;
}

.ppg-category2-section {
    padding: 30px 0;
    background: #f5f5f5;
}

/* GRID SYSTEM */
.ppg-cat2-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
    padding: 0px 25px;
}

/* RESPONSIVE */
@media (max-width: 991px) {
    .ppg-cat2-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .ppg-cat2-grid {
        grid-template-columns: 1fr;
    }
}



/* TITLE */
.ppg-cat2-title {
    font-size: 34px;
    font-weight: 700;
    color: var(--ppg-title-color);
}

.ppg-cat2-subtitle {
    font-size: 14px;
    color: var(--ppg-title-color);
}

/* CARD */
.ppg-cat2-card {
    display: block;
    position: relative;
    border-radius: 18px;
    overflow: hidden;
    background: #1c1c3a;
    transition: all 0.45s cubic-bezier(0.22, 1, 0.36, 1);
    /* min-height: 450px;
    min-width: 325px; */
}

/* IMAGE */
.ppg-cat2-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

/* OVERLAY */
.ppg-cat2-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;

    padding: 12px;
    text-align: center;

    background: linear-gradient(to top,
            rgba(0, 0, 0, 0.8),
            rgba(0, 0, 0, 0));
}

.ppg-cat2-overlay span {
    color: #fff;
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
}

/* HOVER EFFECT */
.ppg-cat2-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}

.ppg-cat2-card:hover img {
    transform: scale(1.1);
}

/* DARKEN ON HOVER */
.ppg-cat2-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0);
    transition: all 0.4s ease;
}

.ppg-cat2-card:hover::after {
    background: rgba(0, 0, 0, 0.2);
}

/* RESPONSIVE */
@media(max-width:768px) {
    .ppg-cat2-card img {
        height: 140px;
    }
}

/* SECTION */
.ppg-brand-section {
    padding: 30px 0;
    background: #f5f5f5;
}

/* TITLE */
.ppg-brand-title {
    font-size: 36px;
    font-weight: 700;
    color: var(--ppg-title-color);
}

.ppg-brand-subtitle {
    font-size: 14px;
    color: #777;
}

/* CARD BASE */
.ppg-brand-card {
    border-radius: 20px;
    overflow: hidden;
    background: #fff;

    transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);

    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
}

/* IMAGE */
.ppg-brand-img {
    position: relative;
    overflow: hidden;
}

.ppg-brand-img img {
    width: 100%;
    height: 300px;
    object-fit: cover;

    transition: transform 1.2s cubic-bezier(0.22, 1, 0.36, 1);
}

/* CONTENT */
.ppg-brand-content {
    text-align: center;
    padding: 16px 10px;
}

.ppg-brand-content h5 {
    font-size: 16px;
    font-weight: 600;
}

.ppg-brand-content p {
    font-size: 13px;
    color: #777;
}

/* ================= PREMIUM CARD ================= */

.ppg-brand-premium {
    position: relative;
}

/* GLASS OVERLAY */
.ppg-brand-overlay {
    position: absolute;
    top: 20px;
    left: 20px;
    backdrop-filter: blur(9px);
    background: rgb(0 7 45 / 35%);
    padding: 18px;
    border-radius: 12px;
    color: #fff;
    transform: translateY(20px);
    opacity: 0;
    transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}

/* TAG */
.ppg-brand-tag {
    background: #fff;
    color: #1c1c3a;
    font-size: 15px;
    padding: 4px 8px;
    border-radius: 4px;
    display: inline-block;
    margin-bottom: 10px;
}

img.card-brnd-logo {
    height: 26px !important;
    width: auto !important;
}

/* HEADING */
.ppg-brand-head {
    font-size: 28px;
    font-weight: 700;
    color: #fff;
    line-height: 1.2;
}

/* SUB */
.ppg-brand-sub {
    font-size: 14px;
    margin-top: 6px;
    color: #fff;
}

/* LIGHT EFFECT */
.ppg-brand-premium::before {
    content: "";
    position: absolute;
    inset: 0;

    background: radial-gradient(circle at 30% 20%,
            rgba(255, 255, 255, 0.2),
            transparent 60%);

    opacity: 0;
    transition: 0.6s;
}

/* ================= HOVER ================= */

.ppg-brand-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.2);
}

.ppg-brand-card:hover img {
    transform: scale(1.08);
}

/* SHOW OVERLAY */
.ppg-brand-premium:hover .ppg-brand-overlay {
    transform: translateY(0);
    opacity: 1;
}

/* LIGHT APPEAR */
.ppg-brand-premium:hover::before {
    opacity: 1;
}

/* ================= RESPONSIVE ================= */

@media(max-width:768px) {

    .ppg-brand-img img {
        height: 240px;
    }

    .ppg-brand-head {
        font-size: 20px;
    }

}

/* SECTION */
.ppg-intro-sec {
    padding: 30px 0;
    background: #f5f5f5;
}

/* IMAGE */
.ppg-intro-img {
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 40px;
}

.ppg-intro-img img {
    width: 100%;
    height: 320px;
    object-fit: cover;
}

/* TITLE */
.ppg-intro-title {
    font-size: 36px;
    font-weight: 700;
    color: var(--ppg-title-color);
    margin-bottom: 15px;
}

/* TEXT */
.ppg-intro-text {
    font-size: 14px;
    color: var(--ppg-title-color);
    max-width: 1000px;
    margin: 0 auto 15px;
    line-height: 1.7;
    text-align: justify;
}

.ppg-intro-subtext {
    font-size: 14px;
    color: var(--ppg-title-color);
    max-width: 850px;
    margin: 0 auto 25px;
    line-height: 1.7;
}

/* BUTTON */
.ppg-intro-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;

    background: linear-gradient(135deg, #1d4ed8, #2563eb);
    color: #fff;
    padding: 10px 20px;
    border-radius: 25px;
    text-decoration: none;

    font-size: 14px;
    font-weight: 500;

    transition: all 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}

/* BUTTON ICON */
.ppg-intro-btn i {
    transition: transform 0.4s ease;
}

/* HOVER */
.ppg-intro-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

.ppg-intro-btn:hover i {
    transform: translateX(5px);
}

/* RESPONSIVE */
@media(max-width:768px) {

    .ppg-intro-img img {
        height: 220px;
    }

    .ppg-intro-title {
        font-size: 28px;
    }

}

/* CARD BASE */
.ppg-what-card {
    position: relative;
    background: #fff;
    padding: 25px 20px;
    border-radius: 16px;
    overflow: hidden;

    transition: all 0.5s cubic-bezier(0.22, 1, 0.36, 1);

    border: 1px solid #eee;
}

/* GRADIENT BORDER (HIDDEN INITIALLY) */
.ppg-what-card::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 16px;
    padding: 1px;

    background: linear-gradient(120deg, #4facfe, #00f2fe, #4facfe);

    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;

    opacity: 0;
    transition: 0.5s;
}

/* SHINE EFFECT */
.ppg-what-card::after {
    content: "";
    position: absolute;
    top: 0;
    left: -120%;
    width: 80%;
    height: 100%;

    background: linear-gradient(120deg,
            transparent,
            rgba(255, 255, 255, 0.6),
            transparent);

    transform: skewX(-20deg);
    transition: 0.7s;
}

/* HOVER */
.ppg-what-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
}

/* SHOW BORDER */
.ppg-what-card:hover::before {
    opacity: 1;
}

/* RUN SHINE */
.ppg-what-card:hover::after {
    left: 120%;
}

/* ICON GLOW */
.ppg-what-card:hover .ppg-what-icon {
    transform: scale(1.1);
    color: #4facfe;
}

/* ICON TRANSITION */
.ppg-what-icon {
    font-size: 28px;
    margin-bottom: 15px;
    transition: all 0.4s ease;
}

.ppg-mvv-sec {
    padding: 30px 0;
    background: #f5f5f5;
}

/* ROW SPACING */
.ppg-mvv-row {
    margin-bottom: 80px;
}

/* IMAGE */
.ppg-mvv-img {
    border-radius: 24px;
    overflow: hidden;
}

.ppg-mvv-img img {
    width: 100%;
    height: 420px;
    object-fit: cover;
    transition: transform 0.8s ease;
}

/* CONTENT */
.ppg-mvv-content {
    padding: 20px 10px;
}

/* TAG */
.ppg-mvv-tag {
    color: #ff3b8b;
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 10px;
    display: inline-block;
}

/* TITLE */
.ppg-mvv-content h2 {
    font-size: 42px;
    font-weight: 700;
    color: #1c1c3a;
    line-height: 1.2;
    margin-bottom: 20px;
}

/* LIST */
.ppg-mvv-list {
    list-style: none;
    padding: 0;
}

.ppg-mvv-list li {
    position: relative;
    padding-left: 18px;
    margin-bottom: 12px;
    font-size: 1.2rem;
    color: var(--ppg-title-color);
}

/* BULLET */
.ppg-mvv-list li::before {
    content: "";
    width: 6px;
    height: 6px;
    background: #2d5bff;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 8px;
}

/* HOVER IMAGE ZOOM */
.ppg-mvv-img:hover img {
    transform: scale(1.05);
}



.ppg-brand-slider-sec {
    padding: 30px 0;
    background: #f5f5f5;
}

/* WRAP */
.ppg-brand-slider-wrap {
    position: relative;
}

/* CARD */
.ppg-brand-card {
    position: relative;
    border-radius: 18px;
    overflow: hidden;
    cursor: pointer;

    transition: all 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}

/* IMAGE */
.ppg-brand-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;

    transition: transform 0.8s ease;
}

/* OVERLAY TEXT */
.ppg-brand-overlay {
    height: fit-content;
    position: absolute;
    bottom: 12px;
    left: 12px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    z-index: 2;
}

/* DARK LAYER */
.ppg-brand-card::after {
    content: "";
    position: absolute;
    inset: 0;
    /* background: linear-gradient(to top, rgba(0,0,0,0.6), transparent); */
}

/* HOVER */
.ppg-brand-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}

.ppg-brand-card:hover img {
    transform: scale(1.1);
}

/* ARROWS */
.ppg-slider-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;

    width: 40px;
    height: 40px;
    border-radius: 50%;

    background: rgba(0, 0, 0, 0.6);
    color: #fff;

    display: flex;
    align-items: center;
    justify-content: center;

    cursor: pointer;

    transition: all 0.3s ease;
}

.ppg-prev {
    left: -60px;
}

.ppg-next {
    right: -60px;
}

.ppg-slider-arrow:hover {
    background: #1c1c3a;
}

/* TITLE */
.ppg-brand-slider-title {
    font-size: 28px;
    font-weight: 600;
    color: var(--ppg-title-color);
}

.ppg-fw-slide-sec {
    padding: 30px 0;
    background: #f5f5f5;
}

/* TITLE */
.ppg-fw-title {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 20px;
    color: var(--ppg-title-color);
}

/* WRAP */
.ppg-fw-slider-wrap {
    position: relative;
}

/* CARD */
.ppg-fw-card {
    border-radius: 18px;
    overflow: hidden;
}

/* IMAGE */
.ppg-fw-card img {
    width: 100%;
    height: 260px;
    object-fit: cover;
}

/* ARROWS */
.ppg-fw-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;

    width: 36px;
    height: 36px;

    border-radius: 8px;
    border: 1px solid #ccc;

    background: #fff;
    color: var(--ppg-title-color);

    display: flex;
    align-items: center;
    justify-content: center;

    cursor: pointer;

    transition: all 0.3s ease;
}

.ppg-fw-prev {
    left: 10px;
}

.ppg-fw-next {
    right: 10px;
}

/* HOVER */
.ppg-fw-arrow:hover {
    background: #1c1c3a;
    color: #fff;
    border-color: #1c1c3a;
}

/* SMOOTH TRANSITION */
.swiper-slide {
    transition: transform 0.6s ease;
}

.ppg-blog-sec {
    padding: 30px 0;
    background: #f5f5f5;
}

/* TITLE */
.ppg-blog-title {
    font-size: 28px;
    font-weight: 600;
}

.ppg-blog-sub {
    font-size: 13px;
    color: #777;
}

/* WRAP */
.ppg-blog-wrap {
    position: relative;
}

/* CARD */
.ppg-blog-card {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;

    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);

    transition: all 0.4s ease;
}


.ppg-blog-card:hover .ppg-blog-content h4 {
    background: linear-gradient(90deg, #1e90ff, #2d5bff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* IMAGE */
.ppg-blog-img img {
    width: 100%;
    height: 180px;
    object-fit: cover;
}

/* CONTENT */
.ppg-blog-content {
    padding: 15px;
}

.ppg-blog-meta {
    font-size: .9rem;
    color: var(--ppg-para-color);
}

.ppg-blog-content h4 {
    font-size: 1.4rem;
    font-weight: 600;
    margin: 5px 0;
    line-height: 1;
    color: var(--ppg-title-color);
    margin-bottom: 15px !important;
    transition: all 0.4s ease !important;
}

.ppg-blog-content p {
    font-size: 1rem;
    font-weight: 500;
    margin: 5px 0;
    line-height: 1.6;
    color: var(--ppg-para-color);
    margin-bottom: 10px !important;
}

.ppg-blog-desc {
    font-size: 12px;
    color: var(--ppg-para-color);
    margin: 6px 0;
}



/* LINK */
.ppg-blog-link {
    font-size: 1rem;
    font-weight: 600;
    color: var(--dark-blue);
    text-decoration: none;
    padding: 7px 15px;
    border: 1px solid var(--dark-blue);
    border-radius: 999px;
    margin-top: 15px !important;
    transition: all 0.3s ease-in-out;
}

.ppg-blog-link:hover {
    background: var(--blue-grad);
    color: #fff;
}

/* HOVER */
.ppg-blog-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);

}

/* ARROWS */
.ppg-blog-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.ppg-blog-card:hover h4 {
    color: var(--ppg-black);
}

.ppg-blog-prev {
    left: -60px;
}

.ppg-blog-next {
    right: -60px;
}

.ppg-blog-arrow:hover {
    background: #1c1c3a;
    color: #fff;
}

.ppg-bigbrand-sec {
    padding: 30px 0;
    background: #f5f5f5;
}

.ppg-bigbrand-sec .swiper-wrapper {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}

/* TITLE */
.ppg-bigbrand-title {
    font-size: 28px;
    font-weight: 600;
}

.ppg-bigbrand-sub {
    font-size: 13px;
    color: #777;
}

/* WRAP */
.ppg-bigbrand-wrap {
    position: relative;
}

/* CARD */
.ppg-bigbrand-card {
    position: relative;
    border-radius: 18px;
    overflow: hidden;
    cursor: pointer;

    transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}

/* IMAGE */
.ppg-bigbrand-card img {
    width: 100%;
    height: 80vh;
    object-fit: cover;

    transition: transform 1s ease;
}

/* OVERLAY */
.ppg-bigbrand-overlay {

    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    /* padding-bottom: 20px; */
    background: #000000a1;
    height: 15%;
    margin-top: auto;
}


.ppg-bigbrand-card:hover .ppg-bigbrand-overlay {
    height: 19% !important;
    background: #000623d1 !important;
    top: 610px !important;
    position: absolute !important;
    transition: all 0.6s ease !important;
}

.ppg-bigbrand-overlay h4 {
    color: #fff;
    font-size: 1.5rem;
    font-weight: 600;
    margin: 0px;
}

/* HOVER EFFECT */
.ppg-bigbrand-card:hover {
    transform: translateY(-10px);
    /* box-shadow: 0 30px 60px rgba(0,0,0,0.25); */
}

.ppg-bigbrand-card:hover img {
    transform: scale(1.08);
}

/* DARKEN OVERLAY */
.ppg-bigbrand-card:hover .ppg-bigbrand-overlay {
    height: 19% !important;
    background: #000623d1 !important;
    top: 00px !important;
    position: absolute !important;
    transition: all 0.6s ease !important;
}

/* ARROWS */
.ppg-bigbrand-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.ppg-bigbrand-prev {
    left: -10px;
}

.ppg-bigbrand-next {
    right: -10px;
}

.ppg-bigbrand-arrow:hover {
    background: #1c1c3a;
    color: #fff;
}

/* SPACING BETWEEN SLIDES */
.ppg-bigbrand-slider .swiper-slide {
    padding: 5px;
}

.ppg-showcase-sec {
    padding: 30px 0;
    background: #f5f5f5;
}

/* TITLE */
.ppg-showcase-title {
    font-size: 32px;
    font-weight: 700;
}

.ppg-showcase-sub {
    font-size: 13px;
    color: #777;
}

/* CARD */
.ppg-showcase-card {
    text-align: center;
    cursor: pointer;

    transition: all 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}

/* IMAGE */
.ppg-showcase-img {
    border-radius: 18px;
    overflow: hidden;
    background: #eee;

    transition: all 0.5s ease;
}

.ppg-showcase-img img {
    width: 100%;
    height: auto;
    height: 200px;
    object-fit: contain;
    transition: transform 0.8s ease;
}

/* TITLE */
.ppg-showcase-card h5 {
    margin-top: 12px;
    font-size: 01.4rem;
    font-weight: 500;
    color: var(--ppg-title-color);
}

/* HOVER */
.ppg-showcase-card:hover {
    transform: translateY(-8px);
}

.ppg-showcase-card:hover .ppg-showcase-img {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.ppg-showcase-card:hover img {
    transform: scale(1.08);
}

/* SOFT GLOW (ULTRA PREMIUM TOUCH) */
.ppg-showcase-img::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0);
    transition: 0.4s;
    height: fit-content;
    width: fit-content;
}

.ppg-showcase-card:hover .ppg-showcase-img::after {
    background: rgba(255, 255, 255, 0.08);
}

/* RESPONSIVE */
@media(max-width:768px) {
    .ppg-showcase-img img {
        height: 140px;
    }
}

.ppg-story-sec {
    padding: 30px 0;
    background: var(--ppg-prple);
}

/* LEFT STICKY */
.ppg-story-left {
    position: sticky;
    margin-top: auto;
    top: 50%;
}

.ppg-story-left h2 {
    font-size: 60px;
    font-weight: 800;
    color: var(--ppg-title-color);
    line-height: 1.1;
    text-transform: capitalize !important;
    font-family: "Bruno Ace", sans-serif !important;
}

/* GRADIENT TEXT */
.ppg-gradient-text {
    /* display: none !important; */
    background: linear-gradient(90deg, #1e90ff, #2d5bff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* RIGHT */
.ppg-story-item {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
    padding: 40px 0;
    border-bottom: 1px solid #ddd;
    opacity: 0;
    transform: translateY(40px);
    transition: all 0.6s ease;
    flex-direction: column-reverse;
}

/* ACTIVE (SCROLL SHOW) */
.ppg-story-item.ppg-show {
    opacity: 1;
    transform: translateY(0);
}

/* TEXT */
.ppg-story-text h4 {
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 10px;
    color: #1c1c3a;
}

.ppg-story-text p {
    font-size: 15px;
    color: var(--ppg-title-color);
    max-width: 100%;
}

/* VIDEO */
.ppg-story-video {
    position: relative;
    display: block;
    border-radius: 18px;
    overflow: hidden;
    width: 100;
    transition: all 0.5s ease-in-out !important;
    width: 100%;
}

.ppg-story-video img {
    width: 100%;
    height: 50vh;
    object-fit: cover;
    transition: all 0.5s ease-in-out !important;
}

/* PLAY BUTTON */
.ppg-play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

    width: 50px;
    height: 50px;
    border-radius: 50%;

    background: var(--ppg-title-color)0007a;
    /* color: #2d5bff; */
    color: var(--ppg-light-green);

    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 16px;
}

/* HOVER */
.ppg-story-video:hover img {
    transform: scale(1.05);
    transition: all 0.5s ease-in-out !important;
}


.ppg-brand2-sec {
    padding: 40px 0;
    background: #f5f5f5;
    overflow: hidden;
}

/* MARQUEE */
.ppg-marquee {
    overflow: hidden;
    white-space: nowrap;
    margin-bottom: 20px;
}

/* TRACK */
.ppg-track {
    display: inline-flex;
    gap: 20px;
    animation: ppg-scroll 20s linear infinite;
    padding-top: 15px;
}

/* REVERSE DIRECTION */
.ppg-marquee.reverse .ppg-track {
    animation-direction: reverse;
}

/* CARD */
.ppg-brand-box {
    min-width: 220px;
    height: 90px;
    background: transparent;
    color: var(--ppg-title-color);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    font-size: 1.3rem;
    font-weight: 500;
    transition: all 0.3s ease;
    /* padding-top: 15px !important; */
    border: 2px solid var(--dark-blue);
}

/* HOVER */
.ppg-brand-box:hover {
    transform: translateY(-5px);
    background: var(--blue-grad);
    color: #fff;
}

/* ANIMATION */
@keyframes ppg-scroll {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

/* SECTION */
.testimonials1 {
    background: #f5f5f5;
    padding: 30px 0;
}

/* HEADING */
.bh-title {
    font-size: 28px;
    font-weight: 600;
    color: #1c1c3a;
}

.bh-badge {
    color: #1e6fff;
    font-size: 14px;
    font-weight: 500;
}

/* TAB WRAPPER */
.tab-nav .nav {
    /* background: #fff; */
    border: none !important;
}

/* TAB BUTTON */
.nav-tabs .nav-link {
    background: transparent;
    color: var(--ppg-title-color);
    transition: all 0.3s ease;
}

/* ACTIVE TAB */
.nav-tabs .nav-link.active {
    background: linear-gradient(90deg, #1e6fff, #4facfe);
    color: #fff !important;
}

/* CARD */
.testimonial-card22 {
    background: #fff;
    border-radius: 18px;
    padding: 25px;
    text-align: left;
    font-family: 'Poppins', sans-serif !important;
    border: 1px solid #e5e5e5;

    transition: all 0.4s ease;
}

/* TEXT */
.testimonial-card22 h3 {
    font-size: 18px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif !important;
}

.testimonial-card22 p {
    font-size: 13px;
    color: var(--ppg-title-color);
}

.testimonial-card22 h5 {
    font-size: 1.2rem;
    font-family: 'Poppins', sans-serif !important;
}

/* STARS */
.testimonial-card22 i {
    color: #f5a623;
    font-size: 14px;
}

/* 🔥 HOVER VARIANT (TOP RIGHT STYLE) */
.testimonial-card22:hover {
    background: #14124b;
    color: #fff;
    transform: translateY(-6px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
}

/* TEXT COLOR FIX ON HOVER */
.testimonial-card22:hover p,
.testimonial-card22:hover span {
    color: #ccc;
}

/* PAGINATION */
.pagination {
    display: flex;
    gap: 10px;
}

.pagination a {
    width: 36px;
    height: 36px;
    border-radius: 8px;
    border: 1px solid #ddd;

    display: flex;
    align-items: center;
    justify-content: center;

    color: var(--ppg-title-color);
    text-decoration: none;

    transition: 0.3s;
}

.pagination a.active,
.pagination a:hover {
    background: #1e6fff;
    color: #fff;
    border-color: #1e6fff;
}

/* SECTION */
.ppg-leader-sec {
    padding: 30px 0;
    background: #f5f5f5;
}

/* TITLE */
.ppg-leader-title {
    font-size: 32px;
    font-weight: 700;
    color: #1c1c3a;
    margin-bottom: 50px;
}

/* WRAP */
/* .ppg-leader-wrap{
    gap: 30px;
} */

/* IMAGE */
.ppg-leader-img {
    border-radius: 20px;
    overflow: hidden;
    background: #dbe2f1;
    padding: 15px;

    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
}

.ppg-leader-img img {
    width: 100%;
    border-radius: 15px;
    display: block;
}

/* CONTENT CARD */
.ppg-leader-content {
    background: #003263 !important;
    color: #fff;

    padding: 35px;
    border-radius: 25px;

    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);

    transition: all 0.4s ease;
}

/* HOVER PREMIUM */
.ppg-leader-content:hover {
    transform: translateY(-5px);
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.25);
}

/* TEXT */
.ppg-leader-content h4 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
}

.ppg-leader-content p {
    font-size: 14px;
    line-height: 1.7;
    color: #dcdcdc;
}

/* SIGNATURE */
.ppg-leader-sign {
    margin-top: 20px;
    font-size: 14px;
    color: #bbb;
}

/* RESPONSIVE */
@media(max-width:768px) {

    .ppg-leader-title {
        font-size: 24px;
    }

    .ppg-leader-content {
        padding: 25px;
    }
}

/* SECTION */
.ppg-contact-sec {
    padding: 30px 0;
    background: #f5f5f5;
}

/* TITLE */
.ppg-contact-title {
    font-size: 30px;
    font-weight: 700;
    color: #1c1c3a;
    margin-bottom: 40px;
}

/* CARD */
.ppg-contact-card {
    text-align: left;
    padding: 25px;

    border-radius: 16px;

    background: linear-gradient(135deg, #ffffff, #f1f3ff);
    border: 1px solid #e5e7ff;

    transition: all 0.4s ease;

    position: relative;
    overflow: hidden;
}

/* HOVER EFFECT */
.ppg-contact-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 50px rgba(30, 111, 255, 0.2);

    background: linear-gradient(135deg, #eef3ff, #e4ebff);
}

/* GLOW EFFECT */
.ppg-contact-card::before {
    content: "";
    position: absolute;
    width: 150%;
    height: 150%;
    top: -50%;
    left: -50%;

    background: radial-gradient(circle, rgba(30, 111, 255, 0.08), transparent);

    opacity: 0;
    transition: 0.4s;
}

.ppg-contact-card:hover::before {
    opacity: 1;
}

/* TEXT */
.ppg-contact-card h5 {
    font-weight: 700;
    margin-bottom: 10px;
}

.ppg-contact-card hr {
    margin: 10px 0 15px;
    border-color: #ddd;
}

.ppg-contact-card p {
    font-size: 13px;
    color: var(--ppg-title-color);
    margin-bottom: 10px;
}

.ppg-contact-card i {
    margin-right: 8px;
    color: #1e6fff;
}

/* BUTTON */
.ppg-call-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;

    padding: 8px 15px;
    border-radius: 25px;

    border: 1px solid #1e6fff;
    color: #1e6fff;

    text-decoration: none;
    font-size: 13px;

    transition: all 0.3s ease;
}

.ppg-call-btn i {
    font-size: 12px;
}

/* BUTTON HOVER */
.ppg-call-btn:hover {
    background: #1e6fff;
    color: #fff;
}

/* CENTER CARD ALIGN */
.ppg-center-card {
    margin-top: 10px;
}

/* RESPONSIVE */
@media(max-width:768px) {
    .ppg-contact-title {
        font-size: 24px;
    }
}


.ppg-product-sec {
    padding: 30px 0;
    padding-bottom: 60px !important;
    background: linear-gradient(360deg, #ffffff, transparent);
}

/* STICKY LEFT */
.ppg-product-gallery {
    position: sticky;
    top: 100px;
}

/* MAIN IMAGE */
.ppg-main-img {
    background: #fff;
    border-radius: 10px;
    padding: 15px;
}

.ppg-main-img img {
    width: 100%;
    border-radius: 15px;
}

/* THUMB */
.ppg-thumb-wrap {
    display: flex;
    gap: 10px;
    margin-top: 15px;
}

.ppg-thumb {
    width: 70px;
    cursor: pointer;
    border-radius: 6px;
    border: 2px solid transparent;
}

.ppg-thumb.active {
    border-color: #1e6fff;
}

/* CONTENT */
.ppg-product-content h2 {
    font-size: 32px;
    font-weight: 700;
    color: #1c1c3a;
    margin-bottom: 10px !important;
}

/* RATING */
.ppg-rating {
    color: #f5a623;
    font-size: 14px;
}

.ppg-rating span {
    color: var(--ppg-title-color);
    margin-left: 10px;
    line-height: 1;
    padding-top: 5px;
    padding-bottom: 5px;
}


.ppg-color-dot {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 8px;
    cursor: pointer;
}

/* ACCORDION */
.ppg-acc-item {
    border: 1px solid #ddd;
    border-radius: 10px;
    margin-bottom: 10px;
    overflow: hidden;
}

.ppg-acc-title {
    padding: 12px;
    font-weight: 600;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
}

.ppg-acc-content {
    display: none;
    padding: 12px;
    font-size: 14px;
    color: var(--ppg-title-color);
}

.ppg-acc-item.active .ppg-acc-content {
    display: block;
}

/* BUTTON */
.ppg-btn {
    display: inline-block;
    margin-top: 20px;
    background: linear-gradient(90deg, #1e6fff, #4facfe);
    padding: 10px 20px;
    border-radius: 25px;
    color: #fff;
    text-decoration: none;
}

/* HOVER */
.ppg-btn:hover {
    background: #14124b;
}

.ppg-prod-tabs-sec {
    padding: 30px 0;
    background: #f5f5f5;
    min-height: fit-content;
}

/* TABS */
.ppg-tabs {
    margin-bottom: 30px;
}

.ppg-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 .6s ease;
}

.ppg-tab-btn.active {
    border: none;
    background: #e1f5f982;
    color: var(--presto-blue);
    border-bottom: 1.5px solid var(--presto-blue);
    border-radius: 0px;
    font-weight: 500;
}

/* CONTENT */
.ppg-tab-content {
    display: none;
}

.ppg-tab-content.active {
    display: block;
}

/* OVERVIEW */
.ppg-overview-text {
    max-width: 800px;
    margin: auto;
    font-size: 15px;
    color: var(--ppg-title-color);
}

/* SPEC */
.ppg-spec-item {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    border-bottom: 1px solid #ddd;
    font-size: 1rem;
    color: #1c1c3a;
}

.ppg-spec-item span {
    font-size: 1.1rem;
    font-weight: 500;
    color: #1c1c3a;
}

/* SUPPORT CARD */
.ppg-support-card {
    background: #fff;
    padding: 30px;
    border-radius: 20px;
    text-align: center;

    border: 1px solid #eee;

    transition: all 0.4s ease;
}

/* HOVER */
.ppg-support-card:hover {
    transform: translateY(-8px);
    background-color: #f3e8ff !important;
    background-image: radial-gradient(at 10% 90%, hsla(252, 100%, 85%, 1) 0px, transparent 50%), radial-gradient(at 90% 20%, hsla(276, 85%, 90%, 1) 0px, transparent 50%), radial-gradient(at 50% 50%, hsla(315, 60%, 95%, 1) 0px, transparent 50%), radial-gradient(at 0% 0%, hsla(230, 50%, 92%, 1) 0px, transparent 50%) !important;
    color: var(--ppg-title-color) !important;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2);
    border: 2.5px solid #fff;
}

.ppg-support-card:hover h5 {
    color: var(--ppg-title-color) !important;
}

.ppg-support-card:hover p {
    color: var(--ppg-title-color) !important;
}

/* ICON */
.ppg-support-icon {
    font-size: 30px;
    margin-bottom: 10px;
    color: #1e6fff;
}

.ppg-support-card:hover .ppg-support-icon {
    color: #fff;
}

/* BUTTON */
.ppg-prod-tabs-sec .ppg-support-btn {
    display: inline-block !important;
    margin-top: 10px;
    padding: 8px 20px;
    border-radius: 25px;
    border: 1px solid #1e6fff;
    color: #1e6fff;
    text-decoration: none;
    transition: 0.3s;
    font-size: 1rem !important;
}

.ppg-support-card:hover .ppg-support-btn {
    background: #fff;
    color: #14124b;
}

/* HEADER BASE */
.ppg-header-sec-new {
    background: #1c1c3a;
    color: #fff;
    position: relative;
    z-index: 999;
    transition: all .3s ease;
}

/* STICKY */
.ppg-header-sec-new.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    animation: slideDown .4s ease;
}

@keyframes slideDown {
    from {
        transform: translateY(-100%);
    }

    to {
        transform: translateY(0);
    }
}

/* TOP */
.ppg-header-sec-new-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 30px;
}

.ppg-pill {
    border: 1px solid #ffffff5e;
    padding: 4px 12px;
    border-radius: 20px;
    margin-right: 6px;
    font-size: 12px;
    cursor: pointer;
}

.ppg-pill.active {
    background: #007cff2e;
}

/* new dropdown */
.ppg-header-sec-new-left {
    display: inline-block;
}

/* Pill Button */
.ppg-pill {
    background: linear-gradient(45deg, #ff5f6d, #ffc371);
    color: #fff;
    border: none;
    padding: 8px 18px;
    border-radius: 50px;
    font-weight: 500;
    cursor: pointer;
}

/* Dropdown */
.ppg-pill-dropdown {
    border-radius: 12px;
    padding: 8px;
    border: none;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    min-width: 180px;
}

/* Dropdown Items */
.ppg-pill-dropdown .dropdown-item {
    border-radius: 8px;
    padding: 8px 12px;
    transition: 0.3s;
    font-size: 14px;
}

/* Hover Effect */
.ppg-pill-dropdown .dropdown-item:hover {
    background: #ff5f6d;
    color: #fff;
}






/* LOGO */
.ppg-header-sec-new-logo {
    font-weight: 600;
    letter-spacing: 2px;
}

.ppg-header-sec-new-logo span {
    font-weight: 300;
}

/* ICONS */
.ppg-header-sec-new-icons i {
    margin-left: 18px;
    cursor: pointer;
    transition: .3s;
}

.ppg-header-sec-new-icons i:hover {
    color: var(--ppg-light-green);
}

/* SEARCH */
.ppg-header-sec-new-search {
    margin: 10px auto;
    width: 60%;
    border: 1px solid #fff;
    border-radius: 40px;
    display: flex;
    align-items: center;
    padding: 10px 20px;
}

.ppg-header-sec-new-search input {
    flex: 1;
    background: transparent;
    border: none;
    outline: none;
    color: #fff;
}

/* NAV */
.ppg-header-sec-new-nav ul {
    display: flex;
    justify-content: center;
    gap: 25px;
    padding: 10px 0;
    list-style: none;
    margin-bottom: 0px !important;
}

.ppg-header-sec-new-nav li {
    cursor: pointer;
    position: relative;
    transition: .3s;
}

.ppg-header-sec-new-nav li:hover {
    color: #ccc;
}

/* UNDERLINE HOVER */
.ppg-header-sec-new-nav li::after {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 0;
    height: 1px;
    background: #fff;
    transition: .3s;
}

.ppg-header-sec-new-nav li:hover::after {
    width: 100%;
}

/* MEGA MENU */
.ppg-header-sec-new-mega {
    position: absolute;
    width: 100%;
    background: var(--ppg-black);
    top: 100%;
    left: 0;
    display: none;
    padding: 30px;
}

/* SHOW */
.ppg-header-sec-new.show-mega .ppg-header-sec-new-mega {
    display: block;
}

/* GRID */
.mega-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
}

.mega-grid h4 {
    margin-bottom: 15px;
}

.mega-grid a {
    display: block;
    margin-bottom: 8px;
    color: #aaa;
    transition: .3s;
}

.mega-grid a:hover {
    color: #fff;
    transform: translateX(5px);
}

/* BANNER */
.mega-banner img {
    width: 100%;
    border-radius: 10px;
}

/* ANIMATION */
.mega-content {
    display: none;
    animation: fadeUp .3s ease;
}

.mega-content.active {
    display: block;
}

@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* RESPONSIVE */
@media(max-width: 992px) {
    .ppg-header-sec-new-search {
        width: 90%;
    }

    .ppg-header-sec-new-nav ul {
        overflow-x: auto;
        white-space: nowrap;
    }

    .mega-grid {
        grid-template-columns: 1fr;
    }
}

/* BASE TRANSITION */
.ppg-header-sec-new {
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

/* TOP BAR SMOOTH SHRINK */
.ppg-header-sec-new-top {
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

/* SEARCH + NAV INITIAL */
.ppg-header-sec-new-search,
.ppg-header-sec-new-nav {
    transition:
        opacity 0.35s ease,
        transform 0.35s ease,
        height 0.3s ease;
}

/* COMPACT MODE */
.ppg-header-sec-new.compact {
    z-index: 9999 !important;
    background: var(--ppg-black);
    backdrop-filter: blur(12px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
}

/* TOP BAR SHRINK */
.ppg-header-sec-new.compact .ppg-header-sec-new-top {
    padding: 8px 25px;
    transform: scale(0.96);
}

.ppg-header-sec-new.compact .ppg-header-sec-new-search {
    display: none;
    opacity: 0;
    transform: translateY(-20px);
    pointer-events: none;
}

.ppg-header-sec-new.compact .ppg-header-sec-new-nav {
    opacity: 0;
    transform: translateY(-15px);
    pointer-events: none;
}

/* REMOVE HEIGHT WITHOUT JUMP */
.ppg-header-sec-new.compact .ppg-header-sec-new-search,
.ppg-header-sec-new.compact .ppg-header-sec-new-nav {
    height: 0;
    overflow: hidden;
}

/* ICON MICRO ANIMATION */
.ppg-header-sec-new-icons i {
    transition: transform 0.3s ease, color 0.3s ease;
}

.ppg-header-sec-new-icons i:hover {
    transform: translateY(-2px) scale(1.05);
}

/* LOGO PREMIUM FADE */
.ppg-header-sec-new-logo {
    margin-top: 30px;
    position: absolute;
    left: 50%;
    /* top: 50%; */
    transform: translate(-50%, -50%);
    transition: all 0.3s ease;
}

.ppg-header-sec-new.compact .ppg-header-sec-new-logo {
    letter-spacing: 3px;
    opacity: 0.9;
}

.cat-title {
    line-height: 2;
    font-size: .9rem !important;
    font-weight: 600;
    color: #1c1c3a;
    margin: 0px;
}


.ppg-cats {
    margin: 10px 0px;
    margin-top: 0px !important;
}

/* CARD */
.slide-prod-ov-crd .ppg-brand-card {
    position: relative;
    overflow: hidden;
}

/* OVERLAY TEXT (BOTTOM CENTER HIDDEN) */
.slide-prod-ov-crd .ppg-brand-overlay {
    position: absolute;
    top: 70%;
    left: 50%;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    z-index: 2;
    transform: translate(-50%, 20px);
    opacity: 0;
    transition: all 0.4s ease;
}

/* OPTIONAL DARK GRADIENT (for better visibility) */
.slide-prod-ov-crd .ppg-brand-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent);
    opacity: 0;
    transition: opacity 0.4s ease;
}

/* HOVER EFFECT */
.slide-prod-ov-crd .ppg-brand-card:hover .ppg-brand-overlay {
    transform: translate(-50%, 0);
    opacity: 1;
}

.slide-prod-ov-crd .ppg-brand-card:hover::after {
    opacity: 1;
}

a.ppg-support-btn.lime-btn {
    position: absolute;
    right: 10%;
}

.join-sec a.ppg-support-btn.lime-btn {
    position: absolute !important;
    right: 10% !important;
    top: 20% !important;
}

.join-sec .ppg-support-title {
    color: #fff !important;
}


/* SECTION BACKGROUND */
.presto-hero {
    padding: 100px 0 0;
    background: linear-gradient(135deg, #f4f0ff 0%, #ffe9df 100%);
    border-radius: 20px;
    overflow: hidden;
}

.presto-btn:hover {
    background: var(--presto-primary);
}

/* MOBILE IMAGE */
.presto-mockup {
    margin-top: 50px;
}

/* .presto-mockup img {
    max-width: 700px;
    width: 100%;
} */

.presto-mockup img {
    max-width: 700px;
    width: 100%;
    margin-bottom: -20px;
}

.presto-app-btn img {
    width: auto;
    height: 40px;
    transition: all .5s ease-in-out;
}

.presto-app-btn {
    transition: all .5s ease-in-out;
}

.presto-app-btn:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.presto-app-btn:hover img {
    transform: scale(1.05);
    filter: brightness(1.05);
}

/* RESPONSIVE */
@media (max-width: 768px) {
    .presto-title {
        font-size: 30px;
    }

    .presto-sub {
        font-size: 14px;
    }

    .presto-mockup img {
        max-width: 100%;
    }
}

/* new Contact */

/* CONTACT INFO */
.presto-contact-info {
    display: flex !important;
    margin-top: 20px;
    justify-content: center;
}

.presto-info-item {
    display: flex;
    gap: 10px;
    align-items: center;
}

.presto-info-item i {
    width: 40px;
    height: 40px;
    background: #2368f4;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.presto-info-item span {
    font-size: 12px;
    color: var(--ppg-black);
}

.cnt-link a {
    color: var(--ppg-black);
    transition: all 0.3s ease;
}

.cnt-link a:hover {
    color: #2368f4;
}


.presto-info-item p {
    font-size: 14px;
    font-weight: 600;
    margin: 0;
}

/* New contact 2 */
:root {
    --presto-blue: #2f6bff;
    --presto-blue-dark: #1f4ed8;
    --presto-cyan: #2ed3c6;
}

/* SECTION */
.presto-contact-full {
    background: #efefef;
    padding: 30px 0;
}

/* LEFT */
.presto-left {
    position: relative;
}

/* IMAGE */
.presto-img-wrap {
    position: relative;
    display: inline-block;
}

.presto-img-wrap img {
    width: 100%;
    max-width: 420px;
    border-radius: 30px;
}

/* FLOAT BASE */
.presto-float {
    position: absolute;
    background: var(--blue-grad);
    color: #fff;
    padding: 18px;
    border-radius: 20px;
    width: 230px;
    transition: 0.3s ease;
}

/* TOP TAB */
.presto-float-top {
    top: 60px;
    right: -150px;
}

/* FLOAT ICON */
.presto-float-icon {
    font-size: 1.7rem;
    position: absolute;
    top: -15px;
    right: -15px;
    width: 62px;
    height: 62px;
    background: var(--presto-cyan);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.presto-float-icon i {
    color: var(--ppg-title-color);
}

/* TEXT */
.presto-float-top h6 {
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 0px !important;
}

.presto-float-top p {
    font-size: 1.2rem !important;
    line-height: 1.5;
    color: #fff;
    margin-top: 10px;
    margin-bottom: 0px !important;
}

/* BOTTOM TAB */
.presto-float-bottom {
    bottom: 20px;
    right: -150px;
    background: var(--blue-grad);
}

.presto-float-bottom h2 {
    font-size: 40px;
    font-weight: 800;
    line-height: 1.1;
}

/* HOVER */
.presto-float:hover {
    transform: translateY(-6px);
}

/* CONTACT ROW */
.presto-contact-row {
    margin-top: 25px;
}

.presto-contact-item {
    display: flex;
    gap: 12px;
    align-items: center;
}

.presto-contact-item .icon {
    width: 45px;
    height: 45px;
    background: var(--blue-grad);
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.presto-contact-item span {
    font-size: 1rem;
    color: var(--ppg-black);
}

.presto-contact-item p {
    font-weight: 600;
    margin: 0;
}

/* FORM */
.presto-form-box {
    background: #e9e9e9;
    padding: 40px;
    border-radius: 25px;
}

.presto-form-box label {
    font-size: 13px;
    margin-bottom: 5px;
}

.presto-form-box input,
.presto-form-box select,
.presto-form-box textarea {
    width: 100%;
    border: none;
    background: #dcdcdc;
    padding: 14px;
    border-radius: 12px;
    font-size: 14px;
}

.presto-form-box textarea {
    height: 140px;
}


.float-items {
    display: flex;
    justify-content: space-between;
}

.presto-app {
    padding: 30px 0;
    padding-bottom: 0px !important;
    background-image: url(../images/grad-bg.png);
    background-size: cover;
    background-position: center;
}

;

#ppg-category .ppg-cat-card .ppg-cat-name {
    padding-top: 15px !important;
    border: none !important;
    transition: all 0.4s ease-in-out;
}

/* SHop Page */
.presto-plp {
    background: #f6f6f6;
    padding: 20px;
}

/* LEFT FILTER */
.presto-filter {
    position: sticky;
    top: 20px;
    height: calc(100vh - 40px);
    overflow-y: auto;
    padding-right: 10px;
}

/* FILTER BLOCK */
.presto-filter-block {
    margin-bottom: 20px;
}

.presto-filter-block h6 {
    font-size: 14px;
    font-weight: 600;
    display: flex;
    justify-content: space-between;
}

.presto-filter-block label {
    display: flex;
    justify-content: space-between;
    font-size: 13px;
    margin-top: 8px;
    cursor: pointer;
}

.presto-filter-block input {
    margin-right: 8px;
}

/* TOP BAR */
.presto-topbar {
    position: sticky;
    top: 0;
    background: #f6f6f6;
    z-index: 10;
    padding-bottom: 10px;
}

/* TAGS */
.presto-tags {
    margin-top: 10px;
}

.presto-tags span {
    background: #eaeaea;
    padding: 6px 10px;
    border-radius: 20px;
    font-size: 12px;
    margin-right: 5px;
}

.presto-tags a {
    font-size: 12px;
    float: right;
    color: #b8860b;
}

/* PRODUCT GRID */
.presto-products {
    margin-top: 20px;
}

/* CARD */
.presto-product-card {
    text-align: center;
}

/* IMAGE */
.presto-img {
    position: relative;
    background: #fff;
    border-radius: 20px;
    padding: 20px;
}

.presto-img img {
    width: 100%;
}

/* HEART */
.presto-img i {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}

/* TEXT */
.presto-product-card h6 {
    font-size: 13px;
    margin-top: 10px;
}

.presto-product-card p {
    font-size: 12px;
    color: var(--ppg-title-color);
}

.presto-product-card span {
    font-weight: 600;
}

/* VIEW ICON */
.presto-view {
    cursor: pointer;
    opacity: 0.5;
}

.presto-view.active {
    opacity: 1;
}

/* SORT */
.presto-sort {
    border: none;
    background: transparent;
    font-size: 13px;
}

/* RESPONSIVE */
@media (max-width: 992px) {

    .presto-filter {
        position: relative;
        height: auto;
    }

    .presto-topbar {
        position: relative;
    }
}

section.ppg-blog-slider-section.full-width-slider.no-title .swiper .ppg-prev,
section.ppg-blog-slider-section.full-width-slider.no-title .swiper .ppg-next {
    position: absolute;
    display: none !important;
    bottom: 10%;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: none;
    background: #d4d5ff;
    /* your lime */
    color: var(--ppg-title-color);
    font-size: 16px;
    /* display: flex !important; */
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    z-index: 10;
}

/* Position */
section.ppg-blog-slider-section.full-width-slider.no-title .ppg-prev {
    right: 60px;
}

section.ppg-blog-slider-section.full-width-slider.no-title .ppg-next {
    right: 0;
}

section.ppg-blog-slider-section.full-width-slider.no-title .ppg-prev {
    left: 90%;
}

section.ppg-blog-slider-section.full-width-slider.no-title .ppg-next {
    right: 0;
}


.all-product-grid {
    padding: 50px 0px;
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    padding-top: 0px;

}

/* gallery grid */
.masonry:after {
    content: "";
    display: table;
    clear: both;
}

.masonry .grid-sizer,
.masonry_block {
    width: 100%;
}

.masonry_block {
    float: left;
    padding: 20px 20px;
    border-radius: 25px;
}

.masonry-folio {
    position: relative;
    overflow: hidden;
    box-shadow: 1px 4px 15px 1px rgba(0, 0, 0, 0.2);
    border-radius: 1rem;
}

.masonry_thum img {
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    border-radius: 1rem;
}

.masonry_thum a {
    display: block;
}

.masonry_thum a::before {
    display: block;
    background-color: rgba(0, 0, 0, 0.8);
    content: "";
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    z-index: 1;
    border-radius: 1rem;
}

.masonry_thum a::after {
    display: block;
    height: 30px;
    width: 30px;
    line-height: 30px;
    margin-left: -15px;
    margin-top: -15px;
    position: absolute;
    left: 50%;
    top: 50%;
    text-align: center;
    color: rgba(255, 255, 255, 0.5);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    z-index: 1;
    border-radius: 1rem;
    border-top: 1px solid #d7dce1;
    border-left: 3px solid #d7dce1;
}

.masonry_text {
    position: absolute;
    left: 0;
    bottom: 8rem;
    padding: 0 1.5rem;
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.masonry_title {
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 0.2rem;
    margin: 0 0 0.3rem 0;
}

.masonry_cat {
    color: rgba(255, 255, 255, 0.5);
    font-size: 1rem;
    font-weight: 200;
    line-height: 1.714;
    margin-bottom: 0;
}

.masonry_caption {
    display: none;
}

.masonry_project-link {
    display: block;
    color: #ffffff;
    text-align: center;
    z-index: 500;
    top: 3rem;
    left: 2rem;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    -ms-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
}

.masonry_project-link::before {
    display: in-line;
    position: relative;
    top: -2.5rem;
    left: 50%;
}

.masonry_project-link:hover,
.masonry_project-link:focus,
.masonry_project-link:active {
    font-size: 1.1rem;
    color: #ffffff;
    -webkit-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    display: block;
    background-color: transparent;
}

/* on hover 
 * ----------------------------------------------- */
.masonry-folio:hover .masonry_thum a::before {
    opacity: 1;
    visibility: visible;
}

.masonry-folio:hover .masonry_thum a::after {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.masonry-folio:hover .masonry_thum img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.masonry-folio:hover .masonry_project-link,
.masonry-folio:hover .masonry_text {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.masonry_project-link:hover a {
    text-decoration: underline;
}

@media only screen and (max-width: 992px) {
    .s-works {
        padding-top: 15rem;
        padding-bottom: 15rem;
    }
}

@media only screen and (max-width: 768px) {

    .masonry_title,
    .masonry_cat {
        font-size: 1.3rem;
    }
}

@media only screen and (max-width: 576px) {
    .s-works {
        padding-top: 12rem;
    }

    .masonry-wrap {
        padding: 0 35px;
    }

    .masonry_block {
        float: none;
        width: 100%;
    }

    .masonry_title,
    .masonry_cat {
        font-size: 1.4rem;
    }
}

/* lightbox-2 */
/* GRID ITEM */
.ppg-gallery-item {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    cursor: pointer;
}

/* IMAGE */
.ppg-gallery-item img {
    width: 100%;
    height: fit-content;
    object-fit: cover;
    transition: 0.4s ease;
}

/* HOVER ZOOM */
.ppg-gallery-item:hover img {
    transform: scale(1.08);
}

/* OVERLAY */
.ppg-gallery-overlay {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 12px;
    text-align: center;

    color: #fff;
    font-weight: 600;

    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);

    opacity: 0;
    transform: translateY(20px);
    transition: 0.3s;
}

.ppg-gallery-item:hover .ppg-gallery-overlay {
    opacity: 1;
    transform: translateY(0);
}

/* LIGHTBOX */
.ppg-lightbox .modal-content {
    background: var(--ppg-title-color);
    border: none;
    position: relative;
    text-align: center;
    padding: 30px;
}

#lightboxImg {
    max-width: 100%;
    max-height: 80vh;
}

/* CLOSE */
.ppg-close {
    position: absolute;
    top: 10px;
    right: 20px;
    color: #fff;
    font-size: 26px;
    background: none;
    border: none;
}

/* NAV */
.ppg-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.1);
    border: none;
    color: #fff;
    padding: 10px 14px;
    font-size: 20px;
}

.ppg-nav.prev {
    left: 10px;
}

.ppg-nav.next {
    right: 10px;
}

/* RESPONSIVE */
@media(max-width:768px) {
    .ppg-gallery-item img {
        height: 160px;
    }
}

/* Video Album */

/* ITEM */
.ppg-video-item {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    cursor: pointer;
}

/* IMAGE */
.ppg-video-item img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    transition: 0.4s;
}

/* ZOOM */
.ppg-video-item:hover img {
    transform: scale(1.08);
}

/* OVERLAY TEXT */
.ppg-video-overlay {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    padding: 10px;

    color: #fff;
    font-weight: 600;

    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);

    opacity: 0;
    transform: translateY(15px);
    transition: 0.3s;
}

.ppg-video-item:hover .ppg-video-overlay {
    opacity: 1;
    transform: translateY(0);
}

/* PLAY BUTTON */
.ppg-play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

    width: 55px;
    height: 55px;
    border-radius: 50%;

    background: rgba(0, 0, 0, 0.6);
    color: #fff;

    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 18px;
}

/* MODAL */
.ppg-video-modal .modal-content {
    background: var(--ppg-title-color);
    border: none;
    padding: 20px;
    position: relative;
}

/* VIDEO WRAP */
.ppg-video-wrap iframe,
.ppg-video-wrap video {
    width: 100%;
    height: 75vh;
}

/* CLOSE */
.ppg-close {
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 24px;
    color: #fff;
    background: none;
    border: none;
}

/* RESPONSIVE */
@media(max-width:768px) {
    .ppg-video-item img {
        height: 160px;
    }
}

.modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: var(--ppg-title-color)000bf;
    justify-content: center;
    align-items: center;
}

.modal.fade.show .modal-dialog {
    display: flex;
    transform: scale(1);
    opacity: 1;
    justify-content: center;
}

.breadcrumb-banner {
    /* margin-top: 10%; */
    background: linear-gradient(270deg, rgba(16, 13, 77, 0.9) 0%, rgba(0, 31, 170, 0.9) 50%, rgba(16, 13, 77, 0.9) 100%);
    padding: 20px 0;
    color: #fff;
    position: relative;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.sidebar-logo img {
    height: 40px !important;
    width: auto !important;
    border-radius: 10px;
}

.sidebar-logo {}

.ppg-knowledge-section {
    display: none !important;
}

.ppg-event-slider .slick-slide {
    padding: 0 10px;
}

.ppg-event-slider .slick-list {
    margin: 0 -10px;
}

/* new code header */
/* ===============================
   PRESTO BRAND DROPDOWN
================================= */

.ppg-brand-dropdown {
    position: relative;
    display: inline-block;
    font-family: inherit;
}

/* ===== Trigger (Pill Style) ===== */
.ppg-brand-trigger {
    display: flex;
    align-items: center;
    gap: 8px;
    background: #fff;
    color: var(--ppg-title-color) !important;
    padding: 2px 12px;
    border-radius: 50px;
    border: 1px solid #e5e5e5;
    font-size: 12px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.25s ease;
}

/* Hover (subtle Presto feel) */
.ppg-brand-trigger:hover {
    border-color: var(--presto-blue-dark);
    color: #fff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

/* Active (optional) */
.ppg-brand-trigger.active {
    background: var(--presto-blue-dark);
    color: #fff;
    border-color: var(--presto-blue-dark);
}

/* ===== Chevron ===== */
.ppg-chevron {
    font-size: 11px;
    transition: transform 0.3s ease;
}

/* ===== Dropdown Menu ===== */
.ppg-brand-menu {
    position: absolute;
    top: 120%;
    left: 0;
    min-width: 200px;

    background: #ffffffad;
    /* background: rgba(255, 255, 255, 0.6); */
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);

    border-radius: 12px;
    padding: 8px;
    border: 1px solid rgba(255, 255, 255, 0.3);

    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);

    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.25s ease;
    z-index: 9999;
}

/* ===== Links ===== */
.ppg-brand-menu a {
    display: block;
    padding: 10px 14px;

    border-radius: 8px;

    color: #fff;
    text-decoration: none;

    font-size: 14px;
    font-weight: 400;

    transition: all 0.2s ease;
}

/* Hover (Presto style = soft highlight) */
.ppg-brand-menu a:hover {
    background: rgb(0 29 255 / 70%);
    color: #fff;
}

/* Active selected item */
.ppg-brand-menu a.active {
    background: var(--presto-blue-dark);
    color: #fff;
}

/* ===== Desktop Hover ===== */
.ppg-brand-dropdown:hover .ppg-brand-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

/* Chevron rotate */
.ppg-brand-dropdown:hover .ppg-chevron {
    transform: rotate(180deg);
}

/* ===== Mobile Support ===== */
.ppg-brand-menu.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.ppg-chevron.rotate {
    transform: rotate(180deg);
}

/* search Toggle */
/* FULLSCREEN WRAP */
.ppg-search-full {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    background: rgb(255 255 255 / 0%);
    backdrop-filter: blur(21px);

    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;

    z-index: 99999;

    pointer-events: none;
}

/* ACTIVE */
.ppg-search-full.active {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    background: var(--ppg-title-color)00066;
}

/* TOP BAR */
.ppg-search-top {
    margin-top: 30vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 40px;
}

/* INPUT WRAP */
.ppg-search-input-wrap {
    display: flex;
    align-items: center;
    gap: 12px;

    background: #fff;
    padding: 12px 18px;
    border-radius: 50px;

    width: 60%;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}

/* INPUT */
.ppg-search-input-wrap input {
    border: none;
    outline: none;
    width: 100%;
    font-size: 16px;
}

/* CLOSE BUTTON */
.ppg-search-close {
    position: absolute;
    font-size: 1rem;
    cursor: pointer;
    top: 40px;
    right: 50px;
    border: 1px solid #fff;
    width: 42px;
    height: 42px;
    display: flex;
    border-radius: 999px;
    align-content: center;
    align-items: center;
    justify-content: center;
}

.ppg-search-close:hover {
    color: #e0f500;
    background: #e0f50012;
}

/* VOICE */
.ppg-voice {
    cursor: pointer;
}

/* SUGGESTIONS */
.ppg-search-suggestions {
    max-width: 700px;
    margin: 20px auto;
    padding: 0 20px;
}

/* SUGGESTION ITEM */
.ppg-suggestion-item {
    padding: 12px 16px;
    border-bottom: 1px solid #eee;
    cursor: pointer;
    transition: 0.2s;
    color: #fff;
    margin-top: 15px;
}

.ppg-suggestion-item:hover {
    background: rgb(255 255 255 / 11%);
    border-radius: 12px;
}

body.ppg-search-open {
    overflow: hidden;
    height: 100%;
}

.ppg-search-top .ppg-search-input-wrap i {
    background: var(--blue-grad);
    padding: 10px;
    border-radius: 999px;
    width: 40px !important;
    height: 40px !important;
    display: flex;
    margin-left: 18px;
    cursor: pointer;
    transition: .3s;
    align-items: center;
    justify-content: center;
}

.ppg-search-input-wrap .search {
    background: transparent !important;
    color: var(--ppg-black) !important;
}

.ppg-search-input-wrap #ppgSearchInput {
    padding-left: 0px !important;
}

.welcome-text {
    color: var(--ppg-light-green) !important;
    font-size: .9rem !important;
}

.ppg-header-sec-new-icons.presto-header-right {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* overlay 4 card */

/* SECTION */
.ppg-hosting-sec {
    background: #f5f7f6;
}

/* CARD BASE */
.ppg-hosting-card {
    border-radius: 12px;
    padding: 20px;
    height: 100%;
    transition: 0.3s ease;
}

/* TITLE */
.ppg-title {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 8px;
}

/* SUB */
.ppg-sub {
    font-size: 12px;
    opacity: 0.8;
}

/* PRICE */
.ppg-price {
    font-size: 28px;
    font-weight: 700;
    margin: 10px 0;
}

/* LINK */
.ppg-link {
    font-size: 13px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

/* DARK CARDS */
.dark-card {
    background: linear-gradient(135deg, #0f2f2a, #134f44);
    color: #fff;
}

.dark-card .ppg-link {
    color: #9ef0c4;
}

/* HIGHLIGHT CARD */
.highlight-card {
    background: linear-gradient(135deg, #2be29b, #3fffd3);
    color: #0a2b26;
}

.highlight-card .ppg-link {
    color: #0a2b26;
}

/* LIGHT CARD */
.light-card {
    background: #ffffff;
    color: var(--ppg-title-color);
    border: 1px solid #eee;
}

.light-card .ppg-link {
    color: #0f7a6c;
}

/* HOVER */
.ppg-hosting-card:hover {
    transform: translateY(-5px);
}


/* MAIN IMAGE */
.ppg-main-img img {
    width: 100%;
    transition: opacity 0.3s ease;
}

/* FADE EFFECT */
.ppg-main-img img.fade-out {
    opacity: 0;
}

/* THUMB ACTIVE */
.ppg-thumb {
    cursor: pointer;
    border: 2px solid transparent;
    border-radius: 6px;
    transition: 0.3s;
}

.ppg-thumb.active {
    border-color: #ff5f6d;
    /* Presto theme */
}

/* Product description */
/* PRODUCT INFO */
.ppg-product-info {
    margin-top: 20px;
    max-height: 50vh;
    overflow: auto;
}

.ppg-info-item {
    margin-bottom: 18px;
}

.ppg-info-item h5 {
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 6px;
    color: var(--ppg-black);
}

.ppg-info-item p {
    font-size: 1.1rem !important;
    color: var(--ppg-para-color);
    margin: 0;
    line-height: 1.6;
}

.ppg-color-title {
    font-size: 1rem !important;
    color: var(--ppg-black);
}

.ppg-colors .ppg-cat-name:hover {
    background: var(--ppg-light-green) !important;
}

/* footer app section CSS */
/* WRAPPER */
.presto-mockup {
    margin-top: 40px;
    overflow: hidden;
    /* 🔥 prevents overflow */
}

/* INNER WRAP */
.presto-tilt-wrap {
    display: inline-block;
    transition: transform 0.2s ease;
    will-change: transform;
}

/* IMAGE */
.phones-image {
    max-width: 100%;
    display: block;
    transition: transform 0.2s ease;
}

/* =======================
        New Header 
==========================*/

.pp-search input {
    width: 100% !important;
    padding: 1px 40px !important;
    border-radius: 25px !important;
    border: 1px solid #ddd !important;
}

/* HEADER */
.pp-header {
    position: sticky;
    top: -64px;
    z-index: 999 !important;
    background: #fff;
}



/* TOPBAR */
.pp-topbar {
    padding: 12px 0;
    border-bottom: 1px solid #eee;
    transition: 0.3s;
}

.pp-topbar.hide {
    transform: translateY(-100%);
}

/* LOGO */
.pp-logo {
    height: 30px !important;
}

/* SEARCH */
.pp-search {
    position: relative;
    width: 40%;
}

.pp-social {
    display: none;
}

.pp-search input {
    width: 100%;
    padding: 1px 40px;
    border-radius: 25px;
    border: 1px solid #ddd;
}

.pp-search i {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
}

/* LINKS */
.pp-top-links a {
    color: var(--ppg-title-color);
    font-size: 14px;
}

/* NAVBAR */
.pp-navbar {
    padding: 12px 0;
}

/* MENU */
.pp-menu {
    list-style: none;
    display: flex;
    gap: 20px;
    margin: 0;
}

.pp-menu li a:hover {
    text-decoration: underline;
}

.pp-menu li a {
    color: var(--ppg-title-color);
    font-weight: 500;
    font-size: 1.15rem !important;
    transition: all 0.5s ease-in-out;
}

/* CTA */
.pp-btn {
    background: var(--pp-orange) !important;
    color: #fff !important;
    padding: 10px 20px !important;
    border-radius: 25px !important;
}

/* MEGA MENU */
.pp-has-mega {
    position: relative;
}

.pp-has-mega>a i {
    transition: transform 0.3s ease;
    font-size: 14px !important;
}

.pp-has-mega:hover>a i {
    transform: rotate(180deg);
}

.pp-mega {
    position: absolute;
    top: 100%;
    left: 0;
    width: 600px;
    background: #fff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    display: none;
    border-radius: 10px;
    overflow: hidden;
}

.pp-has-mega:hover .pp-mega {
    display: flex;
}

.pp-mega-left {
    width: 40%;
    background: #f7f7f7;
}

header .pp-mega-cat {
    padding: 15px;
    cursor: pointer;
    color: var(--ppg-title-color);
    font-weight: 500 !important;
}

.wlcm-txt {
    font-size: .8rem !important;
    font-family: "Bruno Ace", sans-serif !important;
}

.pp-mega-cat.active {
    background: #fff;
    color: var(--presto-blue);
}

.pp-mega-right {
    width: 60%;
    padding: 15px;
}

.pp-mega-content {
    display: none;
}

.pp-mega-content.active {
    display: block;
}

.pp-mega-content a {
    display: block;
    padding: 5px 0;
    padding-bottom: 10px !important;
}

/* MOBILE */
@media(max-width:991px) {}

/* Sticky header-3*/
/* ===== RESET ===== */
body {
    margin: 0;
    font-family: 'Poppins', sans-serif;
}

/* ===== HEADER ===== */
.kp-header {
    width: 100%;
    background: #fff;
}

/* ===== TOPBAR ===== */
.kp-topbar {
    padding: 14px 0;
    border-bottom: 1px solid #eee;
}

.kp-topbar-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* LOGO */
.kp-logo img {
    height: 60px;
}

/* SEARCH */
.kp-search {
    position: relative;
    width: 420px;
}

.kp-search input {
    width: 100%;
    height: 44px;
    border-radius: 30px;
    border: 1px solid #ddd;
    padding: 0 45px;
    font-size: 14px;
    outline: none;
}

.kp-search i {
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    color: #999;
}

/* RIGHT LINKS */
.kp-top-links {
    display: flex;
    align-items: center;
    gap: 18px;
}

.kp-top-links a {
    font-size: 14px;
    color: var(--ppg-title-color);
    text-decoration: none;
}

/* ===== NAVBAR ===== */
.kp-navbar {
    position: sticky;
    top: 0;
    z-index: 999;
    background: #fff;
    padding: 12px 0;
}

/* INNER */
.kp-navbar-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* MENU PILL */
.kp-menu-wrap {
    background: #f6f6f6;
    padding: 10px 20px;
    border-radius: 50px;
}

.kp-menu {
    display: flex;
    gap: 28px;
    list-style: none;
    margin: 0;
    padding: 0;
    align-items: center;
}

.kp-menu li {
    font-size: 15px;
    color: var(--ppg-title-color);
    cursor: pointer;
}

.kp-menu li.active {
    color: #f58220;
}

/* BUTTON */
.kp-btn {
    background: #f58220;
    color: #fff;
    padding: 10px 24px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 600;
}

/* ===== SCROLL EFFECT ===== */
.kp-header.scrolled .kp-navbar {
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}

.btn-wrpr .ppg-about-btn {
    margin: 0px !important;
    font-weight: 600 !important;
}

.btn-wrpr .ppg-impact-btn {
    background: var(--ppg-golden);
    color: var(--ppg-title-color);
    padding: 12px 28px;
    border-radius: 25px;
    text-decoration: none;
    font-weight: 600 !important;
    transition: 0.3s ease;
    white-space: nowrap;
    height: 48px;
    display: flex;
    align-items: center;
    font-size: 1.05rem;
}

/* mission vision section sticky */
.ppg-mvv-sec {
    padding: 80px 0;
}

/* STICKY IMAGE */
.ppg-mvv-sticky {
    position: sticky;
    top: 100px;
}

.ppg-mvv-sticky img {
    width: 100%;
    border-radius: 12px;
}

/* CONTENT BLOCK */
.ppg-mvv-content-block {
    margin-bottom: 60px;
}

/* LIST STYLE */
.ppg-mvv-list {
    padding-left: 0;
    list-style: none;
    margin-left: 20px !important;
}

.ppg-mvv-list li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 12px;
    color: var(--ppg-title-color) !important;
    font-size: 1.3rem;
}

/* mission vision section sticky */
.ppg-mvv-sec {
    background: #f6eeff;
    padding: 80px 0;
}

/* LEFT IMAGE */
.ppg-mvv-sticky {
    position: sticky;
    top: 120px;
    height: 60vh;
}

.ppg-mvv-sticky img {
    width: 100%;
    border-radius: 12px;
    transition: all 0.4s ease;
    height: 100%;
    object-fit: cover;
}

/* RIGHT BLOCK */
.ppg-mvv-block {
    margin-bottom: 120px;
    opacity: 1;
    transform: translateY(40px);
    transition: all 0.4s ease;
    margin-left: 60px;
}

.ppg-mvv-block.active {
    opacity: 1;
    transform: translateY(0);
}



/* ========== Side Support =========== */

/* 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 / 95%));
}

/* CONTENT */
.kdres-contact-content {
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
    color: #fff;
}

/* ITEM */
.kdres-contact-item {
    display: flex;
    gap: 15px;
    margin-bottom: 5px;
}

/* 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: 25px;
}

.kdres-contact-bg {
    height: 100%;
}

/* TEXT */
.kdres-contact-item h6 {
    font-weight: 600;
    margin-bottom: 5px;
    font-size: 1.3rem;
}

.kdres-contact-item p {
    margin: 0;
    font-size: 1.2rem !important;
    opacity: 0.9;
    color: #fff;
}

/* PRODUCT RES */
.kdres-product-res h5 {
    font-weight: 500;
    margin-bottom: 15px;
    font-size: 1.3rem;
    color: var(--ppg-title-color);
}

.kdres-product-res .ctma-btn-outline {
    width: fit-content;
}

/* new */
.ctma-btn-outline {
    border: 1px solid var(--presto-blue);
    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(--blue-grad);
    color: #fff;
}

.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: 600;
    font-size: 16px;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
}

.pol-btn-wa:hover {
    background: #1ebe5d;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(37, 211, 102, 0.3);
}

.pol-btn-wa i {
    font-size: 27px;
}

.pol-product-buttons {
    display: flex;
    gap: 20px;
    margin-top: 30px;
}

button.ctma-btn-outline.d-none.d-lg-block {
    height: fit-content;
    color: var(--pp-dark);
    font-weight: 600;
}

.pol-product-buttons .lime-btn,
.kdres-product-res .lime-btn {
    margin: 0px !important;
    font-weight: 600;
}

button.ctma-btn-outline.d-none.d-lg-block:hover {
    color: #fff !important;
}

.pol-product-buttons

/* ITEM */
.ppg-gallery-item {
    display: block;
}

/* IMAGE WRAPPER */
.ppg-gallery-img {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
}

/* IMAGE */
.ppg-gallery-img img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    transition: transform 0.5s ease;
}

/* ZOOM */
.ppg-gallery-item:hover img {
    transform: scale(1.08);
}

/* ICON (TOP RIGHT) */
.ppg-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 STYLE */
.ppg-gallery-icon i {
    color: #fff;
    font-size: 16px;
}

/* SHOW ON HOVER */
.ppg-gallery-item:hover .ppg-gallery-icon {
    opacity: 1;
    transform: translateY(0);
}

/* TITLE BELOW */
.ppg-gallery-title {
    margin-top: 10px;
    font-size: 1.3rem !important;
    font-weight: 600;
    color: var(--ppg-black);
    transition: 0.3s ease;
    text-align: center;
}

/* TITLE HOVER */
.ppg-gallery-item:hover .ppg-gallery-title {
    color: var(--presto-blue);
}



/* ============ brands Dropdown mega ============= */

/* CHEVRON */
.presto-chevron {
    font-size: 12px;
    transition: 0.3s ease;
}

/* ROTATE ON HOVER */
.presto-mega-parent:hover .presto-chevron {
    transform: rotate(180deg);
}

/* MEGA WRAPPER */
.presto-mega-parent {
    position: relative;
}

.presto-mega {
    position: absolute;
    top: 120%;
    left: 50%;
    transform: translateX(-50%);
    width: 900px;

    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: 0.25s ease;
}

/* SHOW */
.presto-mega-parent:hover .presto-mega {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    top: 100%;
}

/* INNER BOX */
.presto-mega-inner {
    background: #fff;
    border-radius: 14px;
    padding: 25px;
    border: 1px solid #eee;
}

/* GRID */
.presto-mega-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
}

/* ITEM */
.presto-item {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    padding: 5px 10px !important;
    margin-bottom: 0 !important;
    border: 1px solid #eee !important;
    border-radius: 10px !important;
    background: #fff !important;
    transition: all 0.3s ease !important;
    height: fit-content !important;
}

.presto-item img {
    width: 100%;
    height: 70px;
    object-fit: contain;
    transition: 0.25s ease;
}

/* HOVER */
.presto-item:hover {
    background: #f7f7f7;
}

.presto-item:hover img {
    transform: translateY(-3px);
}



.ppg-tabs {
    margin: auto;
    text-align: center;
    margin-bottom: 40px;
    background: #fff;
    border-radius: 8px;
    max-width: fit-content;
    padding: 0px 20px;
}

/* verticle scroll ui */
.orla-horizontal-wrapper {
    position: relative;
    height: 300vh;
    /* 3 slides */
}

.orla-horizontal-track {
    position: sticky;
    top: 0;
    display: flex;
    height: 100vh;
    overflow: hidden;
}

.orla-slide {
    min-width: 100vw;
    height: 100vh;
}

/* appear animation */
.orla-slide .orla-left-inner {
    opacity: 0;
    transform: translateY(60px);
    transition: 0.8s ease;
}

.orla-slide.active .orla-left-inner {
    opacity: 1;
    transform: translateY(0);
}

.orla-slide .orla-right-img img {
    transform: scale(1.2);
    transition: 1s ease;
}

.orla-slide.active .orla-right-img img {
    transform: scale(1);
}




/* SECTION FULL HEIGHT */
.orla-product-sec {
    /* height: 100vh; */
}

/* ROW FULL HEIGHT */
.orla-product-sec .row {
    height: 100%;
}

/* LEFT SIDE */
.orla-left {
    /* background: #f6f4ef; */
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

/* INNER CONTENT CENTER */
.orla-left-inner {
    text-align: center;
    max-width: 400px;
    margin: auto;
}

/* PRODUCT IMAGE */
.orla-product-img img {
    width: 50vw;
    margin-bottom: 40px;
}

/* RIGHT SIDE */
.orla-right {
    position: relative;
    height: 100%;
}

/* IMAGE WRAPPER */
.orla-right-img {
    width: 100%;
    height: 100%;
}

/* IMAGE FULL COVER */
.orla-right-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* IMPORTANT */
}

/* TEXT */
.orla-title {
    font-size: 18px;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.orla-price {
    font-size: 14px;
    margin-bottom: 30px;
}

/* BUTTON */
.orla-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 13px;
    text-decoration: none;
    color: var(--ppg-title-color);
    border-bottom: 1px solid var(--ppg-title-color);
}



/* MOBILE FIX */
@media (max-width: 991px) {

    .orla-product-sec {
        height: auto;
    }

    .orla-right {
        height: 400px;
    }

    .orla-right-img img {
        object-fit: cover;
    }

    .orla-left {
        padding: 50px 20px;
    }
}


/* ============================    New Shop Page design     ===================================== */

/* ================= LAYOUT ================= */
.shop-section {
    padding: 10px 20px;
}

.filter-sidebar {
    border-right: 1px solid #eaeaec;
    padding-right: 0;
    max-height: 100vh;
    overflow-y: auto;
}

/* ================= LEFT MENU ================= */
.filter-header {
    padding: 10px 15px;
    font-size: 13px;
    font-weight: 600;
}

.filter-block {
    border-bottom: 1px solid #eaeaec;
    padding: 12px 15px;
}

/* TITLE */
.filter-title {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
}

/* ================= FILTER ITEMS ================= */
.filter-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 13px;
    color: #282c3f;
    margin-top: 10px;
    cursor: pointer;
}

/* LEFT SIDE */
.filter-left {
    display: flex;
    align-items: center;
    gap: 8px;
}

/* checkbox */
.filter-left input {
    width: 14px;
    height: 14px;
    accent-color: #ff3f6c;
}

/* count */
.filter-count {
    color: #94969f;
    font-size: 12px;
}

/* ACTIVE BRAND COLOR */
.filter-item.active span {
    color: #ff905a;
    font-weight: 600;
}

/* ================= RIGHT SIDE ================= */
.product-section {
    padding-left: 20px;
}

/* ================= TOP BAR ================= */
.topbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

/* title */
.topbar h5 {
    font-size: 14px;
    font-weight: 600;
}

.topbar span {
    color: #94969f;
    font-weight: 400;
}

/* sort */
.sort-box {
    border: 1px solid #d4d5d9;
    padding: 6px 10px;
    font-size: 13px;
    border-radius: 2px;
}

/* ================= FILTER TAG ================= */
.filter-tags {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
}

.tag {
    background: #f5f5f6;
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 2px;
}

.clear-all {
    margin-left: auto;
    font-size: 12px;
    color: #ff905a;
    cursor: pointer;
}

/* ================= PRODUCT GRID ================= */
.product-card {
    text-align: center;
    position: relative;
}

.product-card img {
    width: 100%;
    height: 320px;
    object-fit: contain;
}

/* ================= HEART ICON ================= */
.wishlist {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 16px;
    color: #94969f;
}

/* ================= PRODUCT TEXT ================= */
.product-title {
    font-size: 12px;
    font-weight: 700;
    margin-top: 10px;
}

.product-desc {
    font-size: 12px;
    color: #94969f;
    margin-top: 2px;
}

/* ================= PRICE ================= */
.price {
    font-size: 13px;
    font-weight: 600;
    margin-top: 4px;
}

.price del {
    color: #94969f;
    margin-left: 5px;
}

.discount {
    color: #03a685;
    font-size: 12px;
    margin-left: 5px;
}


/* ppg service cta */
/* SECTION */
.ppg-services-section {
    padding: 50px 0;
    background: #fff;
}

/* TITLE */
.ppg-services-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 25px;
    color: var(--ppg-title-color);
}

/* WRAPPER */
.ppg-services-wrapper {
    display: flex;
    background: var(--ppg-light);
    border-radius: 8px;
    overflow: hidden;
}

/* ITEM */
.ppg-service-item {
    flex: 1;
    text-align: center;
    padding: 30px 20px;
    border-right: 1px solid #8b8b8b;
    transition: 0.3s ease;
    /* border-radius: 12px; */
    border: none !important;
}

.ppg-service-item:last-child {
    border-right: none;
}

/* ICON */
.ppg-service-item i {
    font-size: 26px;
    color: var(--ppg-primary);
    margin-bottom: 10px;
}

/* TITLE */
.ppg-service-item h6 {
    font-weight: 600;
    margin-bottom: 6px;
    color: var(--ppg-title-color);
    font-size: 1.2rem;
}

/* TEXT */
.ppg-service-item p {
    font-size: .9rem;
    color: var(--ppg-para-color);
    margin-bottom: 8px;
}

/* LINK */
.ppg-service-item a {
    font-size: .9rem;
    text-decoration: underline;
    color: var(--pp-dark);
}

/* HOVER (subtle like design) */
.ppg-service-item:hover {
    background-color: #f3e8ff !important;
    background-image: radial-gradient(at 10% 90%, hsla(252, 100%, 85%, 1) 0px, transparent 50%), radial-gradient(at 90% 20%, hsla(276, 85%, 90%, 1) 0px, transparent 50%), radial-gradient(at 50% 50%, hsla(315, 60%, 95%, 1) 0px, transparent 50%), radial-gradient(at 0% 0%, hsla(230, 50%, 92%, 1) 0px, transparent 50%) !important;
    /* border-radius: 12px; */
}


/* MOBILE */
@media (max-width: 768px) {
    .ppg-services-wrapper {
        flex-direction: column;
    }

    .ppg-service-item {
        border-right: none;
        border-bottom: 1px solid #e5e5e5;
    }

    .ppg-service-item:last-child {
        border-bottom: none;
    }
}

.join-cta-small .ppg-support-title {
    color: #fff !important;
}

.join-cta-small .ppg-support-desc {
    color: #fff !important;
}



/* IMAGE */
.video-thumb img {
    width: 100%;
    height: 100%;
    transition: transform 0.5s ease;
}

/* ZOOM EFFECT */
.video-thumb:hover img {
    transform: scale(1.1);
}

/* VIDEO ICON */
.video-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.8);

    width: 60px;
    height: 60px;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;
    font-size: 20px;

    opacity: 1;
    transition: all 0.3s ease;
}

/* SHOW ICON ON HOVER */
.video-thumb:hover .video-icon {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
}

/* OPTIONAL: ICON HOVER FEEL */
.video-icon:hover {
    background: var(--ppg-light-green);
    /* your theme color */
    color: var(--ppg-title-color);
}

.testimonial-card22.video-card.p-2 {
    padding: 20px !important;
}

.testimonial-card22.video-card .video-icon i {
    color: var(--ppg-light-green);
    font-size: 14px;
}

.video-icon:hover i {
    color: var(--ppg-title-color);
}

/* ===============     happy stories     =============================== */

/* SECTION */
.presto-video-sec {
    background: var(--presto-bg);
    padding: 30px 0px;
}

/* LEFT CONTENT */
.presto-video-sec .content-item {
    display: none;
    animation: fadeUp 0.4s ease;
}

.presto-video-sec .content-item.active {
    display: block;
}

.presto-video-sec h4 {
    color: var(--ppg-title-color);
    font-weight: 700;
}

.presto-video-sec p {
    color: var(--ppg-title-color);
}

/* ARROWS */
.presto-video-sec .presto-arrows button {
    width: 45px;
    height: 45px;
    border: none;
    background: var(--ppg-light-green);
    margin-right: 10px;
    border-radius: 50%;
    transition: 0.3s;
}

.presto-video-sec .presto-arrows button:hover {
    background: var(--ppg-light-green);
}

/* SLIDER CARD */
.presto-video-sec .presto-card {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
}

.presto-video-sec .presto-card img {
    width: 100%;
    height: 380px;
    object-fit: cover;
    transition: transform 0.5s ease;
}

/* ZOOM */
.presto-video-sec .presto-card:hover img {
    transform: scale(1.1);
}

/* OVERLAY */
.presto-video-sec .overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.8);

    width: 70px;
    height: 70px;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;
    font-size: 22px;

    opacity: 0;
    transition: all 0.3s ease;
}

.presto-video-sec .presto-card:hover .overlay {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
}

/* ANIMATION */
@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(15px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}


/* IMAGE WRAPPER */
.ppg-gallery-sec .ps-gallery-img {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

/* IMAGE */
.ppg-gallery-sec .ps-gallery-img img {
    width: 100%;
    transition: transform 0.4s ease;
}

/* ZOOM ON HOVER */
.ppg-gallery-sec .ps-gallery-card:hover img {
    transform: scale(1.1);
}

/* ICON - TOP RIGHT */
.ppg-gallery-sec .ps-gallery-icon {
    position: absolute;
    top: 10px;
    right: 10px;

    width: 38px;
    height: 38px;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;
    font-size: 14px;

    opacity: 0;
    transform: translateY(-10px);
    transition: all 0.3s ease;
}

/* SHOW ICON */
.ppg-gallery-sec .ps-gallery-card:hover .ps-gallery-icon {
    opacity: 1;
    transform: translateY(0);
}

/* ICON HOVER EFFECT */
.ppg-gallery-sec .ps-gallery-icon:hover {
    background: var(--ppg-light-green);
    color: var(--ppg-title-color);
}

/* TITLE */
.ppg-gallery-sec .ps-gallery-title {
    margin-top: 10px;
    text-align: center;
}

.ppg-gallery-sec .ps-gallery-title h5 {
    color: var(--ppg-title-color);
    font-weight: 500;
    margin: 0;
    font-size: 1.3rem !important;
}

/* OPTIONAL CARD HOVER LIFT */
.ppg-gallery-sec .ps-gallery-card {
    display: block;
    transition: transform 0.3s ease;
}

.ppg-gallery-sec .ps-gallery-card:hover {
    transform: translateY(-4px);
}


/* IMAGE WRAPPER */
.ppg-gallery-sec .ps-gallery-img {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

/* IMAGE */
.ppg-gallery-sec .ps-gallery-img img {
    width: 100%;
    transition: transform 0.4s ease;
}

/* ZOOM */
.ppg-gallery-sec .ps-gallery-card:hover img {
    transform: scale(1.1);
}

/* VIDEO ICON (CENTER) */
.ppg-gallery-sec .ps-video-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.8);

    width: 60px;
    height: 60px;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;
    font-size: 20px;

    opacity: 0;
    transition: all 0.3s ease;
}

/* SHOW ICON */
.ppg-gallery-sec .ps-gallery-card:hover .ps-video-icon {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
}

/* ICON HOVER FEEL */
.ppg-gallery-sec .ps-video-icon:hover {
    background: var(--ppg-light-green);
    color: #000;
}

/* TITLE */
.ppg-gallery-sec .ps-gallery-title {
    margin-top: 10px;
    text-align: center;
    color: var(--ppg-title-color);
    font-weight: 600;
}

/* CARD HOVER LIFT */
.ppg-gallery-sec .ps-gallery-card {
    display: block;
    transition: transform 0.3s ease;
}

.ppg-gallery-sec .ps-gallery-card:hover {
    transform: translateY(-4px);
}

.pstest-title {
    color: var(--ppg-title-color) !important;
}

/* TEXT CARD */
.ppg-testimonial-text-sec .testimonial-card22 {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    transition: 0.3s;
}

.ppg-testimonial-text-sec .testimonial-card22:hover {
    transform: translateY(-5px);
}

/* VIDEO CARD */
.ppg-testimonial-video-sec .video-thumb {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.ppg-testimonial-video-sec img {
    width: 100%;
    transition: 0.4s;
}

.ppg-testimonial-video-sec .video-card:hover img {
    transform: scale(1.1);
}

/* PLAY ICON */
.ppg-testimonial-video-sec .video-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.8);

    width: 60px;
    height: 60px;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    opacity: 1;
    transition: 0.3s;
}

.ppg-testimonial-video-sec .video-card:hover .video-icon {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
}

/* ========== brand stack section ========== */
.ppg-brand-sec {
    padding: 30px 0px;
    position: relative;
}

.ppg-brand-slide {
    position: relative;
    /* height: 250vh; */
}

.ppg-brand-item {
    height: 60vh;
    position: sticky;
    top: 100px;
    display: flex;
    justify-content: center;
    transition: transform 0.5s ease, opacity 0.5s ease;
    align-items: center;
}

.brand-sec-image {
    width: 300px;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.skip-btn-wrpr {
    position: sticky;
    bottom: 40px;
    /* keeps near bottom */
    display: flex;
    justify-content: center;
    z-index: 20;
    gap: 20px265;
    /* margin-top: 40px; */
}

/* Optional polish */
.skip-btn-wrpr .ppg-about-btn {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.support-dark .ppg-support-title,
.ppg-support-desc {
    color: #fff
}

/* ftr banner */
/* SECTION */
.prestoplast-email-banner {
    padding: 20px;
}

.prestoplast-banner-image img {
    transition: all 0.5s ease;
}

.prestoplast-banner-box:hover .prestoplast-banner-image img {
    transform: scale(1.08);
}

/* BOX */
.prestoplast-banner-box {
    position: relative;
    border-radius: 14px;
    /* background: var(--prestoplast-bg-purple); */
    background: radial-gradient(at top left, rgba(255, 255, 255, 0.4), transparent), linear-gradient(90deg, #ece9f6, #b8aef3, #8ca6ed);
    padding: 28px 30px;
    overflow: hidden;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-right: 0px;
}

/* CONTENT */
.prestoplast-banner-content {
    max-width: 65%;
}

.prestoplast-banner-title {
    font-size: 22px;
    font-weight: 600;
    color: var(--ppg-title-color);
    margin-bottom: 10px;
}

.prestoplast-banner-desc {
    font-size: 14px;
    color: var(--ppg-para-color);
    line-height: 1.6;
    margin-bottom: 18px;
}

/* BUTTONS */
.prestoplast-banner-actions {
    display: flex;
    gap: 15px;
    align-items: center;
}

.prestoplast-btn-primary {
    background: var(--ppg-title-color);
    color: #fff;
    padding: 10px 20px;
    border-radius: 8px;
    text-decoration: none;
    font-size: 14px;
    transition: 0.3s;
}

.prestoplast-btn-primary:hover {
    background: var(--ppg-black);
}

.prestoplast-btn-link {
    color: var(--ppg-title-color);
    font-size: 14px;
    text-decoration: none;
}

.prestoplast-btn-link:hover {
    text-decoration: underline;
}

/* IMAGE */
.prestoplast-banner-image {
    max-width: 388px;
    height: 300px;
}

.prestoplast-banner-image img {
    width: 100%;
}

/* CLOSE BUTTON */
.prestoplast-close-btn {
    position: absolute;
    top: 12px;
    right: 15px;
    background: transparent;
    border: none;
    font-size: 14px;
    color: var(--ppg-para-color);
    cursor: pointer;
}

/* RESPONSIVE */
@media (max-width: 768px) {
    .prestoplast-banner-box {
        flex-direction: column;
        text-align: center;
    }

    .prestoplast-banner-content {
        max-width: 100%;
    }

    .prestoplast-banner-image {
        margin-top: 20px;
    }
}

/* single product */
img.brand-name-img.img-fluid {
    width: 180px;
    margin-bottom: 15px;
}

.brand-name-title {
    font-size: 1rem;
    font-weight: 600 !important;
    margin-bottom: 6px !important;
    color: var(--ppg-black);
    line-height: 1;
}

.brand-name-title h4::before {
    content: "";
    position: absolute;
    left: 0;
    top: 6px;
    width: 4px;
    height: 14px;
    background: var(--dark-blue);
    border-radius: 2px;
}

/* brand slider image sec */
/* SECTION */
.brand-logo-img-slide {
    background: #ffffff;
    padding: 40px 0;
    overflow: hidden;
}

/* MARQUEE */
.logo-marquee {
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
    padding: 20px 0px;
}

/* TRACK */
.logo-track {
    display: flex;
    width: max-content;
    animation: slideLeft 20s linear infinite;
}

/* REVERSE */
.logo-marquee.reverse .logo-track {
    animation: slideRight 20s linear infinite;
}

/* PAUSE ON HOVER */
.logo-marquee:hover .logo-track {
    animation-play-state: paused;
}

/* CARD DESIGN */
.logo-card {
    flex: 0 0 auto;
    margin: 0 15px;
    background: #ffffff;
    border-radius: 12px;
    padding: 10px 20px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
    transition: all 0.3s ease;
}

/* IMAGE */
.logo-card img {
    height: 55px;
    object-fit: contain;
    opacity: 0.8;
    transition: all 0.3s ease;
}

/* HOVER EFFECT */
.logo-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
}

.logo-card:hover img {
    opacity: 1;
    transform: scale(1.05);
}

/* ANIMATION */
@keyframes slideLeft {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

@keyframes slideRight {
    0% {
        transform: translateX(-50%);
    }

    100% {
        transform: translateX(0);
    }
}


/* MAP SECTION */
.ppg-map-section {
    background: var(--ppg-white);
    padding-bottom: 80px;
}

/* MAP BOX */
.ppg-map-box {
    border-radius: 20px;
    overflow: hidden;
    margin: 0 20px;
}

/* INFO STRIP */
.ppg-info-strip {
    background-color: #f3e8ff !important;
    background-image: radial-gradient(at 10% 90%, hsla(252, 100%, 85%, 1) 0px, transparent 50%), radial-gradient(at 90% 20%, hsla(276, 85%, 90%, 1) 0px, transparent 50%), radial-gradient(at 50% 50%, hsla(315, 60%, 95%, 1) 0px, transparent 50%), radial-gradient(at 0% 0%, hsla(230, 50%, 92%, 1) 0px, transparent 50%) !important;
    border-radius: 25px;
    /* margin-top: -70px; */
    overflow: hidden;
    color: var(--ppg-title-color);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    max-width: 90%;
    margin: auto !important;
}

/* BOX */
.ppg-info-box {
    padding: 30px;
}

.ppg-info-box p {
    color: var(--ppg-title-color) !important;
    font-weight: 500;
}

/* ICON */
.ppg-info-box i {
    font-size: 16px;
    margin-bottom: 0px;
}

/* TITLE */
.ppg-info-box h5 {
    font-weight: 600;
    margin-bottom: 12px;
    font-size: 1.6rem !important;
}

.accordion-body p {
    margin-bottom: 0px !important;
}

/* SUB */
.ppg-sub {
    display: flex;
    gap: 10px;
    align-items: flex-start;
}

/* BORDER */
.border-mid {
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    border-right: 1px solid rgba(255, 255, 255, 0.2);
}

/* ACTIONS */
.ppg-actions a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: var(--ppg-title-color);
    text-decoration: none;
    margin-bottom: 10px;
    transition: 0.3s;
}

/* ICON BUTTON */
.ppg-actions span {
    width: 40px;
    height: 40px;
    background: var(--ppg-light-green);
    color: var(--ppg-title-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
}

.ppg-actions .ppg-info-box i {
    font-size: 14px !important;
    margin-bottom: 0px !important;
}

/* HOVER */
.ppg-actions a:hover {
    transform: translateX(5px);
    opacity: 0.9;
}


section.ppg-support-section.support-dark .ppg-support-content h2 {
    color: #fff !important;
}

section.ppg-support-section.support-dark .ppg-support-content p {
    color: #fff !important;
}

section.ppg-support-section.join-sec p.ppg-support-desc.text-white {
    color: #fff !important;
}

.presto-modal-close {
    position: absolute;
    top: 18px;
    right: 18px;
    z-index: 10;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    border: none;
    background: #fff;
    color: #253D03;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.presto-modal-close:hover {
    background: var(--dark-blue);
    color: #fff;
    transform: rotate(90deg);
}

body.modal-open {
    overflow: hidden !important;
    padding-right: 0 !important;
}

.presto-contact-modal .modal-dialog {
    transform: scale(0.9);
    transition: all 0.3s ease;
}

.presto-contact-modal.show .modal-dialog {
    transform: scale(1);
}

/* MODAL ABOVE EVERYTHING */
.presto-contact-modal {
    z-index: 99999 !important;
}

/* BACKDROP ALSO ABOVE HEADER */
.modal-backdrop {
    z-index: 99998 !important;
}

:root {
    --ppg-purple: #4B11B7;
    --ppg-purple2: #8A2BFF;
    --ppg-text: #34108E;
    --ppg-bg1: #d9ecff;
    --ppg-bg2: #efe5ff;
}

/* SECTION */
.ppg-trust-strip {
    background: linear-gradient(90deg, var(--ppg-bg1), var(--ppg-bg2));
    padding: 20px 0 0;
    overflow: hidden;
    font-family: 'Poppins', sans-serif;
}

/* LOGO */
.ppg-main-logo {
    display: inline-block;
    background: #fff;
    padding: 12px 30px;
    font-size: 34px;
    font-weight: 900;
    color: var(--ppg-text);
    letter-spacing: 1px;
    margin-bottom: 18px;
}

/* TITLE */
.ppg-trust-title {
    color: var(--ppg-title-color) !important;
    margin: 0px;
}

.ppg-trust-subtitle {
    font-size: 28px;
    font-style: italic;
    color: var(--ppg-para-color);
    font-weight: 700;
    margin-bottom: 0;
}

/* MAP */
.ppg-india-map img {
    max-height: 430px;
    object-fit: contain;
}

/* POINTS */
.ppg-point-box {
    display: flex;
    align-items: center;
    gap: 18px;
    background: linear-gradient(90deg, #6652ff, #8d2eff);
    color: #fff;
    padding: 16px 28px;
    border-radius: 50px;
    margin-bottom: 20px;
    font-size: 1.5rem;
    font-weight: 500;
    box-shadow: 0 10px 25px rgba(90, 0, 255, .15);
}

.ppg-point-box i {
    color: #3f42a8;
    font-size: 28px;
    background: #fff;
    border-radius: 50%;
}

.ppg-point-box strong {
    font-weight: 900;
}

/* BOTTOM TEXT */
.ppg-bottom-text {
    color: var(--ppg-purple);
    font-size: 32px;
    font-weight: 900;
    line-height: 1.35;
    margin-top: 15px;
}

/* CTA */
.ppg-cta-bar .seperator {
    color: #fff;
    font-weight: 70;
}

.ppg-cta-bar {
    margin-top: 18px;
    background: linear-gradient(90deg, #7b00ff, #aa00ff);
    padding: 18px 20px;
    display: flex;
    justify-content: center;
    gap: 22px;
    flex-wrap: wrap;
}

.ppg-cta-bar a {
    color: #fff;
    text-decoration: none;
    font-size: 34px;
    font-weight: 600;
    transition: .3s;
}

.ppg-cta-bar a:hover {
    opacity: 1;
}



/* BRANDS */
.ppg-brand-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 25px;
    padding: 18px 0;
    flex-wrap: wrap;
    color: #3d3398;
    font-size: 38px;
    font-weight: 700;
}

.brnd-logo-wrpr {
    background: #fff;
    padding: 6px 13px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: 0.3s;
}

.brnd-logos {
    height: 35px;
    width: auto;
}

.ppg-brand-title {
    color: #ff2ea8;
    font-style: italic;
    font-weight: 900;
}

/* RESPONSIVE */
@media(max-width:991px) {

    .ppg-trust-title {
        font-size: 28px;
    }

    .ppg-trust-subtitle {
        font-size: 20px;
    }

    .ppg-point-box {
        font-size: 18px;
        padding: 14px 18px;
    }

    .ppg-bottom-text {
        font-size: 22px;
        text-align: center;
    }

    .ppg-cta-bar a {
        font-size: 18px;
    }

    .ppg-brand-row {
        font-size: 20px;
        justify-content: center;
    }
}

@media(max-width:576px) {

    .ppg-main-logo {
        font-size: 22px;
        padding: 10px 20px;
    }

    .ppg-trust-title {
        font-size: 22px;
    }

    .ppg-trust-subtitle {
        font-size: 16px;
    }

    .ppg-point-box {
        border-radius: 18px;
        font-size: 15px;
        gap: 10px;
    }

    .ppg-point-box i {
        font-size: 18px;
    }

    .ppg-bottom-text {
        font-size: 18px;
    }

    .ppg-cta-bar {
        flex-direction: column;
        text-align: center;
        gap: 10px;
    }

    .ppg-cta-bar a {
        font-size: 16px;
    }

    .ppg-brand-row {
        flex-direction: column;
        font-size: 18px;
    }
}