:root {

    --color-primary: #732476;
    --color-secondary: #994e4b;
    --color-third: #c88c45;
}

/* .theme-btn,
.view-cart-btn {
    background: var(--color-primary) !important;

}

.theme-btn:after,
.view-cart-btn:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--color-primary) !important;
    transition: opacity 0.5s ease-out;
    opacity: 0;
    z-index: -1;
} */

.contact-widget .contact-info i {
    font-size: 20px;
}

.contact-widget .contact-info li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.contact-widget .contact-info i {
    font-size: 20px;
    min-width: 20px;
    line-height: 1.4;
}

.contact-widget a {
    color: var(--color-secondary);
}

.back-to-top {
    background-color: var(--color-third);
    width: 45px;
    height: 45px;
    line-height: 45px;
    border: 2px solid var(--color-primary);
    border-radius: 45px;
    text-align: center;
    display: none;
    position: fixed;
    z-index: 999;
    right: 15px;
    bottom: 15px;
    transition: all 0.2s;
}

.hero-style-3 .slide-subtitle p {
    color: var(--color-secondary) !important;
    margin-bottom: 15px;
}

.wpo-site-footer .wpo-lower-footer {
    text-align: center;
    position: relative;
    background: var(--color-third);
}

.wpo-site-footer .wpo-lower-footer .copyright {
    display: inline-block;
    font-size: 18px;
    margin: 0;
    color: #ffffff;
}

.whatsapp-float {
    position: fixed;
    width: 55px;
    height: 55px;
    bottom: 80px;
    right: 10px;
    background-color: #25D366;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    font-size: 28px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.whatsapp-float:hover {
    transform: scale(1.1);
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.35);
    color: #fff;
}

.whatsapp-float i {
    font-size: 28px;
}

.top-header {
    background-color: var(--color-primary);
    padding: 10px 0;
    font-size: 14px;
    /* margin: 0px 20px; */
}

.top-contact-info,
.top-social-links {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 20px;
}

.top-contact-info li,
.top-social-links li {
    display: flex;
    align-items: center;
}

.top-contact-info i,
.top-social-links i {
    font-size: 14px;
    margin-right: 6px;
    color: #fff;
}

.top-contact-info a,
.top-social-links a {
    color: #fff;
    text-decoration: none;
}

.top-social-links {
    justify-content: flex-end;
}

.top-social-links a:hover,
.top-contact-info a:hover {
    opacity: 0.8;
}

/* Hide top header on small devices (optional) */
@media (max-width: 767px) {
    .top-header {
        display: none;
    }
}

/* .review-video-section {
    padding: 60px 0;
    background: #f9f9f9;
}

.review-video-card {
    background: #fff;
    border-radius: 10px;
    padding: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    text-align: center;
}

.review-video-card video {
    width: 100%;
    height: 220px;
    border-radius: 8px;
    object-fit: cover;
}

.review-video-card h6 {
    margin-top: 10px;
    font-weight: 600;
    font-size: 14px;
}

.review-video-slider .swiper-button-next,
.review-video-slider .swiper-button-prev {
    color: var(--color-primary);
}

.review-video-slider .swiper-pagination-bullet-active {
    background: var(--color-primary);
} */

.review-video-section {
    padding: 60px 0;
    background: #f9f9f9;
}

.review-video-card {
    background: #fff;
    border-radius: 10px;
    padding: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    text-align: center;
}

.review-video-card iframe {
    width: 100%;
    height: 220px;
    border-radius: 8px;
}

.review-video-card h6 {
    margin-top: 10px;
    font-weight: 600;
    font-size: 14px;
}

.review-video-slider .swiper-button-next,
.review-video-slider .swiper-button-prev {
    color: var(--color-primary);
}

.review-video-slider .swiper-pagination-bullet-active {
    background: var(--color-primary);
}

.review-video-slider .swiper-button-next,
.review-video-slider .swiper-button-prev {
    display: none !important;
}

.google-review-section {
    padding: 60px 0;
    background: #f9f9f9;
}

.google-rating-summary img {
    height: 30px;
    margin-bottom: 10px;
}

.google-rating-summary h2 {
    font-size: 28px;
    font-weight: 700;
    color: #000;
}

.google-rating-summary p {
    color: #666;
    font-size: 14px;
}

.google-review-card {
    background: #fff;
    border-radius: 12px;
    padding: 20px;
    height: 100%;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.review-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.review-top h6 {
    font-weight: 600;
    margin: 0;
}

.verified {
    font-size: 12px;
    color: #28a745;
}

.rating {
    display: block;
    margin: 8px 0;
    color: #fbbc04;
    font-size: 14px;
}

.google-review-card p {
    font-size: 14px;
    line-height: 1.6;
    color: #555;
}

.view-all-reviews {
    color: #416523;
    font-weight: 600;
    text-decoration: none;
}

.view-all-reviews:hover {
    text-decoration: underline;
}

.google-rating-summary img {
    height: 28px;
    width: auto;
}

.hero-style-3 {
    margin: 0px 0px;
}

.review-video-card iframe {
    width: 100%;
    height: 300px;
    border-radius: 10px;
}

/* Make swiper slides equal height */
.google-review-slider .swiper-slide {
    height: auto;
    display: flex;
}

/* Equal height cards */
.google-review-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    padding: 20px;
    border: 1px solid var(--color-primary);
    border-radius: 12px;
    background: #fff;
    box-shadow: none;
}

/* Optional: consistent text height */
.google-review-card p {
    flex-grow: 1;
    margin-bottom: 0;
}

/* Optional hover effect */
.google-review-card:hover {
    border-color: var(--color-primary);
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: var(--color-primary);
}

.pengu-banner-section .banner-wrap,
.pengu-banner-section-s2 .banner-wrap {
    padding-top: 140px;
    padding-bottom: 120px;
    padding-right: 130px;
    /* background: url(../images/banner-bg-3.png); */

    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background: linear-gradient(135deg, #fdf1f2, #ffe4e6);
}

.slide-bg-1 {
    background: linear-gradient(135deg, #fdf1f2, #ffe4e6);
}

.slide-bg-2 {
    background: linear-gradient(135deg, #f1f8ff, #e0f0ff);
}

.slide-bg-3 {
    background: linear-gradient(135deg, #fff0ff, #fdc5ff);
}

.rounded-20px {
    border-radius: 20px;
}


.price-range {
    padding-top: 10px;
}

.price-values {
    display: flex;
    justify-content: space-between;
    font-weight: 600;
    margin-bottom: 12px;
}

/* Slider container */
.slider-container {
    position: relative;
    height: 6px;
}

/* Background track */
.slider-track {
    position: absolute;
    height: 6px;
    width: 100%;
    background: #ddd;
    border-radius: 5px;
    top: 50%;
    transform: translateY(-50%);
}

/* Range inputs */
.slider-container input[type="range"] {
    position: absolute;
    width: 100%;
    height: 6px;
    background: none;
    pointer-events: none;
    appearance: none;
}

/* Thumbs */
input[type="range"]::-webkit-slider-thumb {
    pointer-events: auto;
    appearance: none;
    width: 16px;
    height: 16px;
    background: #732476 !important;
    border-radius: 50%;
    cursor: pointer;
}

input[type="range"]::-moz-range-thumb {
    pointer-events: auto;
    width: 16px;
    height: 16px;
    background: #732476 !important;
    border-radius: 50%;
    cursor: pointer;
}

.wpo-page-title {
    background: url(../images/banner-bg.jpg) no-repeat center top / cover;

}

.color-name input[type="radio"]:checked+label {
    border: 2px solid #732476 !important;
    box-shadow: 0 0 0 2px #732476 inset;
}

.btn-danger {
    background-color: #cc383f !important;
    border-color: #cc383f !important;
}

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

.bg-secondary-light {
    background: linear-gradient(135deg, #fff0ff, #fdc5ff);
}

.track-order .step span {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #ddd;
    color: #fff;
    font-weight: bold;
}

.track-order .step.active span {
    background: #28a745;
}

.track-order .step p {
    margin-top: 10px;
    font-size: 14px;
}

.invoice-wrapper {
    background: linear-gradient(135deg, #f1f8ff, #e0f0ff);
    padding: 30px;
    border-radius: 6px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
}

.invoice-table th {
    background: var(--color-primary);
    color: #fff;
    font-weight: 600;
}

.invoice-table td,
.invoice-table th {
    vertical-align: middle;
}

.invoice-summary td {
    border: none;
    padding: 8px 0;
}

.invoice-summary .total-row td {
    border-top: 2px solid #ddd;
    padding-top: 12px;
}

.invoice-footer {
    border-top: 1px solid #eee;
    padding-top: 15px;
}

/* Print Styles */
@media print {

    header,
    footer,
    .btn {
        display: none !important;
    }

    .invoice-wrapper {
        box-shadow: none;
        padding: 0;
    }
}