* {
    font-family: "Inria Sans", sans-serif;
}

h3 {
    color: #00793A;
    font-weight: bold;
}

.product-right p {
    font-size: 16px;
}

.plywood-main .right-image {
    width: 100%;
    height: auto;
    border-radius: 20px;
    object-fit: cover;
}

.plywood-main .logo-box {
    margin-top: 20px;
    padding: 20px;
    border-radius: 15px;
    background: linear-gradient(to right, #1fa34a, #8be0ac);
    text-align: center;
}

.plywood-main .logo-box img {
    max-height: 80px;
}

.tab-buttons {
    display: flex;
    gap: 30px;
}

.tab-btn {
    width: fit-content;
    border: 2px solid transparent;
    border-radius: 30px;
    background-image:
        linear-gradient(white, white),
        /* inner fill */
        linear-gradient(to right, #00793A, #ffc107);
    background-origin: border-box;
    background-clip: content-box, border-box;

}

.tab {
    width: fit-content;
    border: 2px solid transparent;
    border-radius: 30px;
    background-image:
        linear-gradient(white, white),
        /* inner fill */
        linear-gradient(to right, #ebd232, #a7c1b3);
    background-origin: border-box;
    background-clip: content-box, border-box;
    margin: 3px 3px;
}

.tab-buttons .btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #fff;
    background: #00793A;
    font-weight: bold;
    font-size: 14px;
    padding: 10px 20px;
    border: 3px solid white;
    border-radius: 30px;
    text-decoration: none;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.tab-buttons .btn:hover,
.tab-buttons .btn.active {
    background-color: #00793A;
    color: white;
}

.plywood-card .product-card {
    background-image: url('/assets/images/plywood/plywood-bg.png');
    /* default background */
    background-size: cover;
    background-position: center;
    border-radius: 15px;
    text-align: center;
    padding: 30px 15px;
    transition: background-image 0.5s ease-in-out;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.plywood-card .product-card:hover {
    background-image: url('/assets/images/plywood/plywood-bg-hover.png');
    cursor: pointer;
    /* background on hover */
}

.plywood-card .product-logo {
    max-height: 100px;
}

.plywood-card .card-title {
    font-weight: bold;
    margin-top: 15px;
}

.plywood-card .card-text {
    color: #444;
}

.plywood-card .learn-more {
    color: #00793A;
    font-weight: 500;
}

.plywood-card .learn-more:hover {
    text-decoration: underline;
}


.veneer .img1 {
    height: 80vh;
    display: block;
}

.veneer .img2 {
    display: none;
}


.veneer-section {
    padding: 60px 0;
    text-align: center;
}

.veneer-title-main {
    color: #00793A;
    font-weight: 700;
    margin-bottom: 10px;
    text-align: left;
}

.veneer-description {
    color: #555;
    text-align: left;
}

.veneer-container {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.veneer-card {
    flex: 1 1 180px;
    position: relative;
    overflow: hidden;
    border-radius: 50px;
    transition: all 0.5s ease;
    height: 500px;
    max-width: 120px;
    cursor: pointer;
    z-index: 1;
}

.veneer-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.veneer-card:hover img {
    transform: scale(1.1);
}

.veneer-card.active {
    flex: 2 1 400px;
    max-width: 850px;
    z-index: 2;
}

.veneer-overlay {
    position: absolute;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.5);
    background: linear-gradient(to top, #000, rgba(0, 0, 0, 0.1));
    color: white;
    opacity: 0;
    transition: opacity 0.4s ease;
    display: flex;
    justify-content: space-evenly;
    align-items: end;
    padding: 30px 100px;
    text-align: left;
}


/* .veneer-overlay > div{
    width: 800px;
} */


.veneer-card.active .veneer-overlay {
    opacity: 1;
}

.veneer-overlay h5 {
    font-size: 1.5rem;
    margin-bottom: 10px;
    color: #fff;
}


.image-box {
    position: relative;
}

.share-icon-wrapper {
    position: absolute;
    top: 10px;
    right: 10px;
    display: none;
}

.image-box:hover .share-icon-wrapper {
    display: block;
}

.share-popup {
    display: none;
    position: absolute;
    top: 30px;
    right: 0;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 4px 8px;
    z-index: 10;
    white-space: nowrap;
}

.share-icon-wrapper:hover .share-popup {
    display: block;
}

.share-popup a {
    margin: 0 5px;
    text-decoration: none;
}


.pill-buttons {
    display: flex;
    justify-content: center;
    margin-top: 40px;
    gap: 15px;
    flex-wrap: wrap;
}

.pill-button {
    border: 1px solid #ccc;
    padding: 6px 20px;
    border-radius: 50px;
    background-color: white;
    color: #000;
    transition: all 0.3s ease-in-out;
}

.pill-button.active {
    background-color: #00a651;
    border-color: #00a651;
    color: #fff;
}


.veneer-indicator-img>img {
    position: absolute;
    bottom: 130px;
    left: 30px;
    width: 65px;
    height: 65px;
    padding: 6px;
    display: flex;
    align-items: end;
    justify-content: center;
    z-index: 2;
    transition: transform 0.3s ease;
}


.veneer-card:hover .veneer-indicator-img>img {
    transform: scale(1.1);
}


.veneer-container .veneer-section {
    background-image: url('/assets/images/veneer-last-section-bg.png');
    background-size: cover;
    background-position: center;
    text-align: left;
}

.veneer-container h6 {
    color: #000;
}

.image-box {
    border: 1px solid #ccc;
    padding: 8px;
    border-radius: 6px;
    margin-bottom: 20px;
}

.image-box:hover {
    background-color: #00793A;
}

.image-box:hover p {
    color: #fff !important;
}

.image-box img {
    width: 100%;
    border-radius: 4px;
}

.type-btn {
    width: 100%;
    text-align: left;
    padding: 10px 0px;
    background: none;
    font-size: 16px;
    border: none;
    color: #000;
    cursor: pointer;
}

.down-arrow {
    width: 10px;
    transition: transform 0.3s ease;
    transform: rotate(180deg);
    /* Initially looks like an up arrow */
    cursor: pointer;
}

.down-arrow.rotate-down {
    transform: rotate(0deg);
    /* Down arrow (normal) */
}



/* .type-btn::after {
    content: ">";
    float: down;
    font-size: 0.8em;
    transition: transform 0.3s;
}

.type-btn.collapsed::after {
    transform: rotate(-90deg);
} */

.subtype-list .veneer-dropdown-item.active {
    color: #00793A;
    font-weight: bold;
}

.subtype-list .veneer-dropdown-item {
    font-size: 14px;
    color: #888484;
    display: flex;
    flex-direction: column;
    text-decoration: none;
}

#categoryList .accordion-item {
    border: none !important;
    background: transparent !important;
    box-shadow: none !important;
}

#categoryList .accordion-header {
    margin-bottom: 0.25rem;
}

#categoryList .accordion-button {
    background: none;
    box-shadow: none;
    border: none;
    padding: 0;
}


.custom-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.6);
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.custom-modal.active {
    display: flex;
}

.modal-img {
    max-width: 90%;
    max-height: 80vh;
    border-radius: 10px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}

.close-btn {
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 30px;
    color: white;
    cursor: pointer;
    z-index: 10000;
}


/* Sovereign Page style */
.sovereign .img1 {
    height: 80vh;
    display: block;
}

.sovereign .img2 {
    display: none;
}


.sovereign-710 .sovereign-content {
    background: #F4F1F1;
}

.tab-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin: 30px 0 10px;
}

.tab-buttons button {
    border: 1px solid #ccc;
    background-color: #f8f8f8;
    padding: 10px 30px;
    border-radius: 6px;
    font-weight: bold;
    color: #000;
}

.tab-buttons button.active {
    background-color: #007a3d;
    color: #fff;
    border-color: #007a3d;
}

.tab-content {
    width: 100%;
    overflow: scroll;
    display: none;
    margin-top: 30px;
    /* Hide scrollbar in most browsers */
    scrollbar-width: none;
    /* Firefox */
    -ms-overflow-style: none;
    /* IE and Edge */
}

.tab-content::-webkit-scrollbar {
    display: none;
    /* Chrome, Safari, Opera */
}


.tab-content.active {
    display: block;
}

/* KEY FEATURES */
.features-section {
    padding: 20px 40px;
    text-align: left;
}

.features-title h3 {
    color: #007a3d;
    font-weight: bold;
}

.feature-cards {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 40px;
    margin-top: 30px;
}

.feature-card {
    width: 260px;
    padding: 20px;
    border-radius: 10px;
    background: #FCFBF6;
    border: 1px solid #e6e6e6;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
}

.feature-card:hover {
    border: 1px solid #e6e6e6;
    transform: translateY(-40px);
    background: linear-gradient(to bottom, #DEEEE5, #FFF8DD);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.feature-card img {
    height: 150px;
    margin-bottom: 15px;
}


.feature-card.highlight {
    background: linear-gradient(to bottom, #e0f2f1, #fffde7);
    transform: scale(1.05);
    border: 2px solid #007a3d;
}

.data-table {
    /* width: 80%; */
    margin: 0 auto;
    border-collapse: collapse;
    font-family: sans-serif;
    font-size: 14px;
}

.data-table thead th {
    padding: 12px;
    text-align: center;
    color: white;
    font-weight: bold;
    background-color: #007a3d;
    /* Green for all header columns */
}

.data-table tbody td {
    width: fit-content !important;
    padding: 12px;
    border: 1px solid #ccc;
    vertical-align: middle;
    /* text-align: center; */
}



/* Style for left-most column (property names) */
.data-table tbody td:first-child {
    text-align: left;
}

/* Target only the special row */
.data-table tr.multi-line-row td {
    /* vertical-align: top; */
    padding: 12px;
    border: 1px solid #ccc;
}

/* Style for values inside Grade I, II, Sharon columns */
.data-table tr.multi-line-row td:not(:first-child)>div {
    padding: 6px 0;
    /* text-align: center; */
}


/* Zebra striping for first column */
.data-table tbody tr:nth-child(odd) td:first-child {
    background-color: #fff;
}

.data-table tbody tr:nth-child(even) td:first-child {
    background-color: #F2F2F2;
}

/* Background for Grade I (2nd column) */
.data-table tbody tr:nth-child(odd) td:nth-child(2) {
    background-color: #edf6f1;
}

.data-table tbody tr:nth-child(even) td:nth-child(2) {
    background-color: #fff;
}

/* Background for Grade II (3rd column) */
.data-table tbody tr:nth-child(odd) td:nth-child(3) {
    background-color: #edf6f1;
}

.data-table tbody tr:nth-child(even) td:nth-child(3) {
    background-color: #fff;
}

.data-table tbody tr:nth-child(odd) td:nth-child(4) {
    background-color: #edf6f1;
}

.data-table tbody tr:nth-child(odd) td:nth-child(5) {
    background-color: #edf6f1;
}

.data-table tbody tr:nth-child(odd) td:nth-child(6) {
    background-color: #edf6f1;
}

.data-table tbody tr:nth-child(odd) td:nth-child(7) {
    background-color: #edf6f1;
}

/* Background for Sharon Particle Board (last column) */
.data-table tbody tr:nth-child(odd) td:last-child {
    background-color: #edf6f1;
}

.data-table tbody tr:nth-child(even) td:last-child {
    background-color: #fff;
}


/* Platinumply Page style */
.platinumply .img1 {
    height: 80vh;
    display: block;
}

.platinumply .img2 {
    display: none;
}

/* .sharon-platinum {
    background-image: url('/assets/images/plywood/platinum-bg.png');
    background-size: cover;
    background-position: center;
} */

.sharon-platinum .comparison-wrapper {
    position: relative;
    width: 100%;
    height: 400px;
    overflow: hidden;
    border-radius: 10px;
}

.sharon-platinum .comparison-wrapper img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.sharon-platinum .before-image {
    z-index: 2;
    clip-path: inset(0 50% 0 0);
    /* Start by showing left half */
    /* transition: clip-path 0.1s ease; */
}

.sharon-platinum .after-image {
    z-index: 1;
}

.sharon-platinum .slider {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 2px;
    background-color: #fff;
    z-index: 3;
    cursor: ew-resize;
}

.sharon-platinum .slider-circle {
    position: absolute;
    top: 50%;
    width: 18px;
    height: 18px;
    background-color: #fff;
    border: 3px solid #fff;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    z-index: 4;
}

.sharon-platinum .carousel-control-prev,
.sharon-platinum .carousel-control-next {
    opacity: 1 !important;
    width: 10px;
}

.sharon-platinum .carousel-control-prev img,
.sharon-platinum .carousel-control-next img {
    width: 40px;
}

.platinum-key>div p {
    font-size: 14px;
}

.platinum-key>div img {
    width: 140px;
    height: 90px;
}


/* Prelam Page style */
.prelam .img1 {
    height: 80vh;
    display: block;
}

.prelam .img2 {
    display: none;
}



.prelam-practicle .img1 {
    height: 80vh;
    display: block;
}

.prelam-practicle .img2 {
    display: none;
}

/* .sharon-prelam {
    background-image: url('/assets/images/product/product-right-bg.png');
    background-size: cover;
    background-position: center;
} */

.sharon-prelam .comparison-wrapper {
    position: relative;
    width: 100%;
    height: 400px;
    overflow: hidden;
    border-radius: 10px;
}

.sharon-prelam .comparison-wrapper img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.sharon-prelam .before-image {
    z-index: 2;
    clip-path: inset(0 50% 0 0);
    /* Start by showing left half */
    /* transition: clip-path 0.1s ease; */
}

.sharon-prelam .after-image {
    z-index: 1;
}

.sharon-prelam .slider {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 2px;
    background-color: #fff;
    z-index: 3;
    cursor: ew-resize;
}

.sharon-prelam .slider-circle {
    position: absolute;
    top: 50%;
    width: 18px;
    height: 18px;
    background-color: #fff;
    border: 3px solid #fff;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    z-index: 4;
}

.sharon-prelam .carousel-control-prev,
.sharon-prelam .carousel-control-next {
    opacity: 1 !important;
    width: 10px;
}

.sharon-prelam .carousel-control-prev img,
.sharon-prelam .carousel-control-next img {
    width: 40px;
}


/* Door page style */
.door .img1 {
    height: 80vh;
    display: block;
}

.door .img2 {
    display: none;
}

/* .sharon-door {
    background-image: url('/assets/images/product/product-right-bg.png');
    background-size: cover;
    background-position: center;
} */

.sharon-door .comparison-wrapper {
    position: relative;
    width: 100%;
    height: 400px;
    overflow: hidden;
    border-radius: 10px;
}

.sharon-door .comparison-wrapper img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.sharon-door .before-image {
    z-index: 2;
    clip-path: inset(0 50% 0 0);
    /* Start by showing left half */
    /* transition: clip-path 0.1s ease; */
}

.sharon-door .after-image {
    z-index: 1;
}

.sharon-door .slider {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 2px;
    background-color: #fff;
    z-index: 3;
    cursor: ew-resize;
}

.sharon-door .slider-circle {
    position: absolute;
    top: 50%;
    width: 18px;
    height: 18px;
    background-color: #fff;
    border: 3px solid #fff;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    z-index: 4;
}

.sharon-door .carousel-control-prev,
.sharon-door .carousel-control-next {
    opacity: 1 !important;
    width: 10px;
}

.sharon-door .carousel-control-prev img,
.sharon-door .carousel-control-next img {
    width: 40px;
}

.door-key>div p {
    font-size: 14px;
}


/* Teak page style */
.teak .img1 {
    height: 80vh;
    display: block;
}

.teak .img2 {
    display: none;
}


/* .sharon-teak {
    background-image: url('/assets/images/product/product-right-bg.png');
    background-size: cover;
    background-position: center;
} */

.sharon-teak .comparison-wrapper {
    position: relative;
    width: 100%;
    height: 400px;
    overflow: hidden;
    border-radius: 10px;
}

.sharon-teak .comparison-wrapper img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.sharon-teak .before-image {
    z-index: 2;
    clip-path: inset(0 50% 0 0);
    /* Start by showing left half */
    /* transition: clip-path 0.1s ease; */
}

.sharon-teak .after-image {
    z-index: 1;
}

.sharon-teak .slider {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 2px;
    background-color: #fff;
    z-index: 3;
    cursor: ew-resize;
}

.sharon-teak .slider-circle {
    position: absolute;
    top: 50%;
    width: 18px;
    height: 18px;
    background-color: #fff;
    border: 3px solid #fff;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    z-index: 4;
}

.sharon-teak .carousel-control-prev,
.sharon-teak .carousel-control-next {
    opacity: 1 !important;
    width: 10px;
}

.sharon-teak .carousel-control-prev img,
.sharon-teak .carousel-control-next img {
    width: 40px;
}

.teak-key>div p {
    font-size: 14px;
}

.teak-key>div img {
    width: 140px;
    height: 90px;
}


/* Sharon Gold page style */
.gold .img1 {
    height: 80vh;
    display: block;
}

.gold .img2 {
    display: none;
}

/* .sharon-gold {
    background-image: url('/assets/images/product/product-right-bg.png');
    background-size: cover;
    background-position: center;
} */

.sharon-gold .comparison-wrapper {
    position: relative;
    width: 100%;
    height: 400px;
    overflow: hidden;
    border-radius: 10px;
}

.sharon-gold .comparison-wrapper img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.sharon-gold .before-image {
    z-index: 2;
    clip-path: inset(0 50% 0 0);
    /* Start by showing left half */
    /* transition: clip-path 0.1s ease; */
}

.sharon-gold .after-image {
    z-index: 1;
}

.sharon-gold .slider {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 2px;
    background-color: #fff;
    z-index: 3;
    cursor: ew-resize;
}

.sharon-gold .slider-circle {
    position: absolute;
    top: 50%;
    width: 18px;
    height: 18px;
    background-color: #fff;
    border: 3px solid #fff;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    z-index: 4;
}

.sharon-gold .carousel-control-prev,
.sharon-gold .carousel-control-next {
    opacity: 1 !important;
    width: 10px;
}

.sharon-gold .carousel-control-prev img,
.sharon-gold .carousel-control-next img {
    width: 40px;
}

.gold-key>div p {
    font-size: 14px;
}

.gold-key>div img {
    width: 140px;
    height: 120px;
}

.poster-modal {
    display: none;
    position: fixed;
    z-index: 999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
}

.poster-modal-content {
    position: relative;
    margin: 5% auto;
    width: 80%;
    max-width: 500px;
    background: white;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
}

.poster-modal-content img {
    max-width: 100%;
    height: 550px;
    border-radius: 6px;
}

.close-btn {
    position: absolute;
    top: 8px;
    right: 12px;
    font-size: 24px;
    cursor: pointer;
    font-weight: bold;
    color: #333;
}


/* Sharon Prima page style */
.prima .img1 {
    height: 80vh;
    display: block;
}

.prima .img2 {
    display: none;
}

/* .sharon-prima {
    background-image: url('/assets/images/product/product-right-bg.png');
    background-size: cover;
    background-position: center;
} */

.sharon-prima .comparison-wrapper {
    position: relative;
    width: 100%;
    height: 400px;
    overflow: hidden;
    border-radius: 10px;
}

.sharon-prima .comparison-wrapper img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.sharon-prima .before-image {
    z-index: 2;
    clip-path: inset(0 50% 0 0);
    /* Start by showing left half */
    /* transition: clip-path 0.1s ease; */
}

.sharon-prima .after-image {
    z-index: 1;
}

.sharon-prima .slider {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 2px;
    background-color: #fff;
    z-index: 3;
    cursor: ew-resize;
}

.sharon-prima .slider-circle {
    position: absolute;
    top: 50%;
    width: 18px;
    height: 18px;
    background-color: #fff;
    border: 3px solid #fff;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    z-index: 4;
}

.sharon-prima .carousel-control-prev,
.sharon-prima .carousel-control-next {
    opacity: 1 !important;
    width: 10px;
}

.sharon-prima .carousel-control-prev img,
.sharon-prima .carousel-control-next img {
    width: 40px;
}

.prima-key>div p {
    font-size: 14px;
}

.prima-key>div img {
    width: 140px;
    height: 120px;
}


/* Sharon Gold-mr page style */
.gold-mr .img1 {
    height: 80vh;
    display: block;
}

.gold-mr .img2 {
    display: none;
}

/* .sharon-gold-mr {
    background-image: url('/assets/images/product/product-right-bg.png');
    background-size: cover;
    background-position: center;
} */

.sharon-gold-mr .comparison-wrapper {
    position: relative;
    width: 100%;
    height: 400px;
    overflow: hidden;
    border-radius: 10px;
}

.sharon-gold-mr .comparison-wrapper img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.sharon-gold-mr .before-image {
    z-index: 2;
    clip-path: inset(0 50% 0 0);
    /* Start by showing left half */
    /* transition: clip-path 0.1s ease; */
}

.sharon-gold-mr .after-image {
    z-index: 1;
}

.sharon-gold-mr .slider {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 2px;
    background-color: #fff;
    z-index: 3;
    cursor: ew-resize;
}

.sharon-gold-mr .slider-circle {
    position: absolute;
    top: 50%;
    width: 18px;
    height: 18px;
    background-color: #fff;
    border: 3px solid #fff;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    z-index: 4;
}

.sharon-gold-mr .carousel-control-prev,
.sharon-gold-mr .carousel-control-next {
    opacity: 1 !important;
    width: 10px;
}

.sharon-gold-mr .carousel-control-prev img,
.sharon-gold-mr .carousel-control-next img {
    width: 40px;
}

.gold-mr-key>div p {
    font-size: 14px;
}

.gold-mr-key>div img {
    width: 140px;
    height: 120px;
}


/* Sovereign-mr-water page style */
.sovereign-mr-water .img1 {
    height: 80vh;
    display: block;
}

.sovereign-mr-water .img2 {
    display: none;
}

/* .sovereign-mr {
    background-image: url('/assets/images/product/product-right-bg.png');
    background-size: cover;
    background-position: center;
} */

.sovereign-mr .comparison-wrapper {
    position: relative;
    width: 100%;
    height: 400px;
    overflow: hidden;
    border-radius: 10px;
}

.sovereign-mr .comparison-wrapper img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.sovereign-mr .before-image {
    z-index: 2;
    clip-path: inset(0 50% 0 0);
    /* Start by showing left half */
    /* transition: clip-path 0.1s ease; */
}

.sovereign-mr .after-image {
    z-index: 1;
}

.sovereign-mr .slider {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 2px;
    background-color: #fff;
    z-index: 3;
    cursor: ew-resize;
}

.sovereign-mr .slider-circle {
    position: absolute;
    top: 50%;
    width: 18px;
    height: 18px;
    background-color: #fff;
    border: 3px solid #fff;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    z-index: 4;
}

.sovereign-mr .carousel-control-prev,
.sovereign-mr .carousel-control-next {
    opacity: 1 !important;
    width: 10px;
}

.sovereign-mr .carousel-control-prev img,
.sovereign-mr .carousel-control-next img {
    width: 40px;
}

.sovereign-mr-key>div p {
    font-size: 14px;
}

.sovereign-mr-key>div img {
    width: 120px;
    height: 120px;
}


/* Sovereign-film-face page style */
.sovereign-film-face .img1 {
    height: 80vh;
    display: block;
}

.sovereign-film-face .img2 {
    display: none;
}

/* .sovereign-film {
    background-image: url('/assets/images/product/product-right-bg.png');
    background-size: cover;
    background-position: center;
} */

.sovereign-film .comparison-wrapper {
    position: relative;
    width: 100%;
    height: 400px;
    overflow: hidden;
    border-radius: 10px;
}

.sovereign-film .comparison-wrapper img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.sovereign-film .before-image {
    z-index: 2;
    clip-path: inset(0 50% 0 0);
    /* Start by showing left half */
    /* transition: clip-path 0.1s ease; */
}

.sovereign-film .after-image {
    z-index: 1;
}

.sovereign-film .slider {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 2px;
    background-color: #fff;
    z-index: 3;
    cursor: ew-resize;
}

.sovereign-film .slider-circle {
    position: absolute;
    top: 50%;
    width: 18px;
    height: 18px;
    background-color: #fff;
    border: 3px solid #fff;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    z-index: 4;
}

.sovereign-film .carousel-control-prev,
.sovereign-film .carousel-control-next {
    opacity: 1 !important;
    width: 10px;
}

.sovereign-film .carousel-control-prev img,
.sovereign-film .carousel-control-next img {
    width: 40px;
}

.sovereign-film-key>div p {
    font-size: 14px;
}

.sovereign-film-key>div img {
    width: 100px;
    height: 100px;
}