:root {
    --p1-color: #000;
    --p2-color: #ed8860;
    --p3-color: #f39c12;
    --p4-color: #f8f9fa;
    --p5-color: #000;
}
.error {
    color: red;
}
.thm-card {
    border: 1px solid #f8a484 !important;
}

.thm-card-head {
    background: linear-gradient(135deg, #f8a484, #f1dd85);
    color: white;
    font-size: 18px;
    font-weight: bold;
}

.thm-card-head .card-title {
    color: #fff;
    margin: auto 0px;
}
.floating_btn {
    position: fixed;
    bottom: 40px;
    left: 17px;
    width: 65px;
    height: 65px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}

@keyframes pulsing {
    to {
        box-shadow: 0 0 0 15px #fff0;
    }
}

.contact_icon img {
    border-radius: 50px;
    color: #fff;
    width: 50px;
    height: 50px;
    box-shadow: 2px 2px 3px #999;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: 1.25s cubic-bezier(0.66, 0, 0, 1) infinite pulsing;
    box-shadow: 0 0 0 0 #42db87;
    -webkit-animation: 1.25s cubic-bezier(0.66, 0, 0, 1) infinite pulsing;
    -moz-animation: 1.25s cubic-bezier(0.66, 0, 0, 1) infinite pulsing;
    -ms-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    font-weight: 400;
    font-family: sans-serif;
    text-decoration: none !important;
}

.prd-card {
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    padding: 0;
    text-align: center;
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
    border: 8px solid white;
    width: 100%; /* Square based on viewport height */
    height: calc(43.33vh - 20px); /* Square based on viewport height */
    margin: 0 auto;
    display: flex;
    flex-direction: column;
}

.prd-card:hover {
    transform: scale(1.03);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

.prd-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 20px 15px;
    z-index: 3;
    background: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0.5) 0%,
        rgba(0, 0, 0, 0) 100%
    );
    color: white;
}

.prd-title {
    font-size: 1.5em;
    font-weight: 600;
    color: #fff;
    margin: 0;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.8);
}

.prd-subcategory {
    font-size: 1.1em;
    color: rgba(255, 255, 255, 0.9);
    margin-top: 4px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
}

.prd-image-container {
    position: relative;
    flex-grow: 1;
    overflow: hidden;
}

.prd-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.prd-card:hover .prd-image {
    transform: scale(1.1);
}

.prd-footer {
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 100%;
    padding: 20px 15px;
    z-index: 2;
    background: linear-gradient(
        to top,
        rgba(0, 0, 0, 0.5) 0%,
        rgba(0, 0, 0, 0) 100%
    );
    opacity: 0;
    transition: all 0.3s ease;
}

.prd-card:hover .prd-footer {
    opacity: 1;
    bottom: 0px;
}

.dis-btn {
    display: inline-block;
    padding: 8px 20px;
    background: #f6a383;
    color: white;
    border-radius: 25px;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
}

.dis-btn:hover {
    background: #e59272;
    transform: translateY(-2px);
}

@media (max-width: 768px) {
    .prd-card {
        width: 100%;
        height: calc(50vh - 20px);
    }
}

@media (max-width: 576px) {
    .prd-card {
        width:100%;
        height: calc(40vh - 10px);
    }
    .catelogue-modal{
        height:70vh !important;
    }
}


.about-product-img {
    max-height: 20rem;
    width: auto;
    max-width: 100%;
}

.prd-slider-img {
    height: 17rem;
    width: 100%;
    background-color: #fbfafa;
    text-align: center;
    border-radius: 10px;
    margin-bottom: 10px;
}
.prd-slider-img img {
    height: 100%;
    width: auto;
    max-width: 100%;
    margin: auto;
}

.ftr-sld-img {
    height: 18rem;
    margin: auto;
}
.ftr-sld-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.line-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2; /* Limit to 2 lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.4em;
    max-height: 2.8em; /* 1.4em * 2 lines */
}
ul,
ol {
    padding-left: 1rem !important;
}

.gly-img {
    height: 16rem !important;
}
.gly-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.thm-form .form-control,
.thm-form .form-select {
    border: none;
    border-bottom: 1px solid lightgrey;
    padding: 7px 10px;
    border-radius: 0;
}
.thm-form .form-control:focus,
.thm-form .form-select:focus {
    box-shadow: 1px 2px 1px lightgrey;
    border-bottom: 1px solid #f8a484;
}

.terms-container {
    background: white;
    border-radius: 10px;
    box-shadow: 10px 10px 5px rgba(0, 0, 0, 0.05);
    padding: 2rem;
    margin-bottom: 3rem;
}

.term-title {
    color: var(--p1-color);
    position: relative;
    padding: 15px 0 15px 30px;
    margin: 30px 0 25px;
    font-weight: 700;
    font-size: 1.9rem;
    letter-spacing: -0.5px;
    text-transform: uppercase;
}

.term-title::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
    height: 80%;
    background-color: var(--p3-color);
    border-radius: 4px;
}

.term-title::after {
    content: "";
    position: absolute;
    left: 30px;
    bottom: 10px;
    width: 40px;
    height: 3px;
    background-color: var(--p2-color);
    transition: width 0.3s ease;
}

.term-title:hover::after {
    width: 80px;
}

.sub-term-title {
    color: var(--p5-color);
    position: relative;
    margin: 25px 15px 30px 0px;
    font-weight: 600;
    font-size: 1.4rem;
}

.sub-term-title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -15px;
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, #ed8860, #edd773 100%);
}

.list-group-item {
    border-left: 3px solid var(--p1-color);
    margin-bottom: 10px;
    border-radius: 4px !important;
}

.highlight {
    background-color: rgba(233, 236, 239, 0.5);
    padding: 15px;
    border-radius: 5px;
    border-left: 4px solid var(--p3-color);
}

.logo-container {
    animation: flipScale 2s ease-in-out infinite;
}

/* Flip + Scale animation */
@keyframes flipScale {
    0% {
        transform: rotateY(-180deg) scale(0.8);
        opacity: 0.8;
    }
    50% {
        transform: rotateY(0deg) scale(1.15);
        opacity: 1;
    }

    100% {
        transform: rotateY(-180deg) scale(0.8);
        opacity: 0.8;
    }
}

/* Custom Checkbox Styling */
.form-check-input {
    opacity: 0;
    position: absolute;
}

.custom-checkbox {
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 2px solid #494949ff;
    border-radius: 4px;
    position: relative;
    transition: all 0.2s ease;
    background-color: white;
}

.form-check-input:checked + .form-check-label .custom-checkbox {
    background-color: #f8a484;
    border-color: #f8a484;
}

.form-check-input:checked + .form-check-label .custom-checkbox::after {
    content: "";
    position: absolute;
    left: 6px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.form-check-label {
    cursor: pointer;
    padding-left: 0;
    transition: all 0.2s ease;
}

.form-check-input:focus + .form-check-label .custom-checkbox {
    box-shadow: 0 0 0 0.25rem rgba(219, 33, 132, 0.25);
}

.form-check-input:not(:checked) + .form-check-label:hover .custom-checkbox {
    background-color: rgba(219, 33, 132, 0.1);
}

/* Room Card Styling */
.room-card {
    cursor: pointer;
    border: none;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    height: 100%;
}

.room-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

.room-card .card-img-top {
    height: 200px;
    object-fit: cover;
}

.room-card .card-body {
    padding: 15px;
}

.room-card .card-title {
    font-size: 1rem;
    margin-bottom: 0.5rem;
    color: #333;
}

.card-header {
    border-bottom: 1px solid #dee2e6;
}

.card-header.bg-light {
    background-color: #f8f9fa;
    /* Slightly off-white */
}

.pastal-grd {
    background: -webkit-linear-gradient(
        0deg,
        #f8d8cf,
        #f8a484,
        #f1dd85,
        #daecd9 100%
    );
}

.visualize-section {
    background-size: cover;
    background-position: center;
    position: relative;
    height: 500px;
    color: white;
}

.visualize-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
}

.visualize-content {
    position: relative;
    z-index: 2;
    color: #000;
}
.bgptn1 {
    max-height: 400px;
    height: auto;
    position: absolute;
    top: 2rem;
    right: 10px;
    opacity: 0.05;
}

.bgptn2 {
    max-height: 400px;
    height: auto;
    position: absolute;
    top: 2rem;
    left: 10px;
    opacity: 0.05;
}
.bgptn3 {
    max-height: 400px;
    height: auto;
    position: absolute;
    bottom: 2rem;
    right: 10px;
    opacity: 0.08;
}
.bgptn4 {
    max-height: 400px;
    height: auto;
    position: absolute;
    bottom: 2rem;
    left: 10px;
    opacity: 0.08;
}
.bgptn5 {
    max-height: 400px;
    height: auto;
    position: absolute;
    top: 2rem;
    opacity: 0.08;
}

.bgptn1 img,
.bgptn2 img,
.bgptn3 img,
.bgptn4 img,
.bgptn5 img {
    height: 100%;
    width: 100%;
}

/* Responsive Adjustments */
@media (max-width: 767.98px) {
    .filter-card {
        position: static;
        margin-bottom: 20px;
        max-height: none;
    }
    #preview-box {
        height: auto !important;
        min-height: auto !important;
    }
    #color-grid {
        margin-left: 0 !important;
        margin-top: 0 !important;
        padding: 0 !important;
    }
    .color-swatch {
        height: 6rem !important;
    }
}

@media (min-width: 1600px) {
    .banner-carousel .owl-item {
        height: 38rem;
    }
    .banner-carousel .slide-item {
        height: 100%;
    }
    .banner-carousel .content-box {
        margin-top: 8rem;
    }
    .banner-carousel .owl-nav {
        top: 50%;
    }
    .visualize-section {
        height: 75vh;
    }
}

@media (min-width: 1700px) {
    .banner-carousel .owl-item {
        height: 43rem;
    }
}

.srv-card {
    height: 20rem;
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    transition: all 0.5s ease;
}

/* Dark overlay - added this */
.srv-card .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.1);
    z-index: 0;
    transition: all 0.5s ease-in;
}

.srv-card:hover .overlay {
    background: rgba(0, 0, 0, 0.5);
}

/* Corner borders - now with pointer-events: none */
.srv-card::before,
.srv-card::after,
.corner-bottom-left,
.corner-top-right,
.corner-bottom-right {
    pointer-events: none;
}

.srv-card::before {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border: 1px solid transparent;
    transition: all 0.5s ease;
    z-index: 1; /* Lower than content */
}

/* Individual corner lines */
.srv-card::after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    width: 20px;
    height: 20px;
    border-top: 2px solid rgba(255, 255, 255, 0.5);
    border-left: 2px solid rgba(255, 255, 255, 0.5);
    transition: all 0.5s ease;
    z-index: 1;
}

.corner-bottom-left {
    position: absolute;
    bottom: 15px;
    left: 15px;
    width: 20px;
    height: 20px;
    border-bottom: 2px solid rgba(255, 255, 255, 0.5);
    border-left: 2px solid rgba(255, 255, 255, 0.5);
    transition: all 0.5s ease;
    z-index: 1;
}

.corner-top-right {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 20px;
    height: 20px;
    border-top: 2px solid rgba(255, 255, 255, 0.5);
    border-right: 2px solid rgba(255, 255, 255, 0.5);
    transition: all 0.5s ease;
    z-index: 1;
}

.corner-bottom-right {
    position: absolute;
    bottom: 15px;
    right: 15px;
    width: 20px;
    height: 20px;
    border-bottom: 2px solid rgba(255, 255, 255, 0.5);
    border-right: 2px solid rgba(255, 255, 255, 0.5);
    transition: all 0.5s ease;
    z-index: 1;
}

/* Hover effects */
.srv-card:hover::before {
    border: 1px solid rgba(255, 255, 255, 0.8);
}

.srv-card:hover::after,
.srv-card:hover .corner-bottom-left,
.srv-card:hover .corner-top-right,
.srv-card:hover .corner-bottom-right {
    width: calc(50% - 15px);
    height: calc(50% - 15px);
    border-color: rgba(255, 255, 255, 0.8);
}

/* Content styling - higher z-index */
.srv-card-content {
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 2rem;
    color: white;
    z-index: 2; /* Higher than borders */
}

.srv-card-title {
    font-family: "Rubik", sans-serif;
    font-weight: bold;
    transform: translateY(80px);
    transition: all 0.5s ease;
}

.srv-card-copy {
    font-family: "Cardo", serif;
    font-style: italic;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.5s ease;
    color: #fff;
}

.srv-card-btn {
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.5s ease 0.1s;
    position: relative;
    z-index: 3; /* Highest z-index */
}

.srv-card:hover .srv-card-copy,
.srv-card:hover .srv-card-btn,
.srv-card:hover .srv-card-title {
    opacity: 1;
    transform: translateY(0);
}

.custom-video-card {
    border-radius: 16px;
    overflow: hidden;
    position: relative;
    height: 25rem;
    background-color: #1a1a1a;
    z-index: 2;
    transition: transform 0.3s ease;
}

.custom-video-card:hover {
    transform: translateY(-6px);
}

.custom-video-card::before,
.custom-video-card::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    z-index: 1;
    opacity: 0.2;
}

.custom-video-card::before {
    width: 60px;
    height: 60px;
    background: #ffffff;
    top: -20px;
    left: -20px;
}

.custom-video-card::after {
    width: 80px;
    height: 80px;
    background: #ff6600;
    bottom: -30px;
    right: -30px;
}

/* Video background */
.video-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

/* hero banner video style  */
.videoSection {
    position: relative;
    width: 100%;
    height: calc(100vh - 16rem);
    min-height: 28rem;
    overflow: hidden;
}
.videoSection video {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
    opacity: 1;
}
.videoSection-card {
    position: absolute;
    top: 50%;
    right:1%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.699);
    backdrop-filter: blur(10px);
    border-radius: 16px;
    padding: 1.5rem;
    width: 22rem;
    /* height: 30rem; */
    max-width: 100%;
    z-index: 2;
    box-shadow: 0 10px 35px rgba(0, 0, 0, 0.2);
}
.videoSection-card h2 {
    font-size: 1.3rem;
    color: #000;
    font-weight: 700;
    margin-bottom: 1.5rem;
    font-family: "Helvetica Neue", sans-serif;
}
.step-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}
.step {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.step .srv-png {
    height: 40px;
    width: 40px;
    margin-bottom: 10px;
}
.step span {
    font-size: 0.85rem;
    color: #000000;
}

.videoSection-bannerText {
    position: absolute;
    top: 50%;
    left: -1%;
    transform: translateY(-50%);
    z-index: 2;
    max-width: 30rem;
    padding: 2rem;
    color: #fff;
}

.videoSection-bannerText h1 {
    font-size: 2rem;
    font-weight: 800;
    margin-bottom: 1rem;
    color: #fff;
    text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.45); /* Black shadow */
}

.videoSection-bannerText p {
    font-size: 1.1rem;
    margin-bottom: 1.5rem;
    color: #fff;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.8);
}

.mb-slider {
    display: none;
}

.showcase-card {
    border: none;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transition: all 0.4s ease;
    background: white;
    height: 100%;
}

.showcase-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

.showcase-card-img-container {
    position: relative;
    overflow: hidden;
    height: 250px;
}

.showcase-card-img-top {
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.showcase-card:hover .showcase-card-img-top {
    transform: scale(1.05);
}

.showcase-video-container {
    position: relative;
    overflow: hidden;
    height: 250px;
    background: #000;
}

.showcase-video-container iframe {
    width: 100%;
    height: 100%;
    border: none;
}

.play-indicator {
    position: absolute;
    top: 15px;
    left: 15px;
    background: rgba(0, 0, 0, 0.7);
    color: white;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 0.8rem;
    z-index: 5;
}





.showcase-card-body {
    padding: 1.5rem;
}

.showcase-card-title {
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 0.75rem;
    font-size: 1.25rem;
}

.showcase-card-text {
    color: #7f8c8d;
    margin-bottom: 1.25rem;
    line-height: 1.5;
}

.showcase-filter-btn {
    border: 1px solid #f8a484;
    background: transparent;
    font-weight: 500;
    padding: 0.6rem 1rem;
    margin: 0 0.3rem 1rem;
    border-radius: 30px;
    transition: all 0.3s ease;
    color: #7f8c8d;
}

.showcase-filter-btn:hover,
.showcase-filter-btn.active {
    background: linear-gradient(135deg, #f8a484, #f1dd85);
    color: white;
    box-shadow: 0 5px 15px rgba(248, 165, 132, 0.312);
}

.characteristics-section, .application-section, .care-section {
    margin-bottom: 20px;
}

.characteristics-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 20px;
}

.characteristic-card {
    background: #fffdf6;
    border-radius: 8px;
    padding: 20px 15px 15px 15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    text-align: center;
    height: 100%;
    margin-bottom: 25px;
}

.characteristic-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

.characteristic-icon-container {
    width: 80px;
    height: 80px;
    margin: 0 auto 15px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(248, 164, 132, 0.1);
    border: 2px solid #f8a484;
    padding: 15px;
    transition: all 0.3s ease;
}

.characteristic-card:hover .characteristic-icon-container {
    background: linear-gradient(135deg, #f8a484, #f1dd85);
    transform: scale(1.1);
}

.characteristic-icon {
    width: 100%;
    height: auto;
    max-width: 40px;
    max-height: 40px;
    object-fit: contain;
}

.characteristic-title {
    font-size: 1.3rem;
    margin-bottom: 10px;
    color: #333;
}

.characteristic-content{
    height: 5rem;
    overflow-y: auto;
}
.characteristic-content::-webkit-scrollbar{
width: 5px;
border-radius:5px;
}
.characteristic-content::-webkit-scrollbar-thumb{
width: 5px;
border-radius:5px; 
}
.characteristic-content::-webkit-scrollbar-track{
    background-color: none;
}



.application-card {
    background: white;
    border-radius: 8px;
    padding: 20px 10px 10px 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    text-align: center;
    margin-bottom: 20px;
    border-bottom: 5px solid #f8a484;
    height: 100%;
}

.application-card:hover {
    background: #f1dd85;
    color: white;
    transform: translateY(-5px);
}

.application-icon-container {
    width: 80px;
    height: 80px;
    margin: 0 auto 15px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(248, 164, 132, 0.1);
    padding: 10px;
    transition: all 0.3s ease;
}

.application-card:hover .application-icon-container {
    background: rgba(255, 255, 255, 0.2);
}

.application-icon {
    width: 100%;
    height: auto;
    max-width: 45px;
    max-height: 45px;
    object-fit: contain;
}
.application-card .application-card-title {
    display: block;
    font-size: 1.17em;
    font-weight: bold;
    unicode-bidi: isolate;
}

/* Care Instructions Section */
.care-section {
    margin-bottom: 40px;
    animation: slideUp 0.8s ease 0.6s both;
}


.care-item {
    padding: 15px 0;
    border-bottom: 1px solid #eee;
    display: flex;
    align-items: center;
    transition: all 0.3s ease;
}

.care-item:last-child {
    border-bottom: none;
}

.care-item:hover{
    padding-left: 10px;
}

.care-item:hover p{
    color: #f8a484;
}

.care-icon-container {
    width: 30px;
    height: 30px;
    margin-right: 15px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f1dd85;
    flex-shrink: 0;
}

.care-icon {
    width: 16px;
    height: 16px;
    object-fit: contain;
}


 .char-card {
                background: white;
                border-radius: 10px;
                box-shadow: 0 5px 5px rgba(0, 0, 0, 0.05);
                padding: 30px;
                height: 100%;
                border-left: 5px solid #3498db;
                transition: transform 0.3s ease;
            }

            .char-card:hover {
                transform: translateY(-5px);
            }

            .char-icon {
                font-size: 2.5rem;
                color: #3498db;
                margin-bottom: 20px;
            }

            .char-list {
                list-style-type: none;
                padding-left: 0;
            }

            .char-list li {
                padding: 12px 0;
                border-bottom: 1px solid var(--border-color);
                position: relative;
                padding-left: 35px;
            }

            .char-list li:before {
                content: "\f058";
                font-family: "Font Awesome 5 Free";
                font-weight: 900;
                position: absolute;
                left: 0;
                color: #3498db;
                font-size: 1.2rem;
            }

            .app-card {
                background: white;
                border-radius: 10px;
                box-shadow: 0 5px 5px rgba(0, 0, 0, 0.05);
                padding: 30px;
                height: 100%;
                border-left: 5px solid #2ecc71;
                transition: transform 0.3s ease;
            }
            .app-card:hover {
                transform: translateY(-5px);
            }

            .app-icon {
                font-size: 2.5rem;
                color: #2ecc71;
                margin-bottom: 20px;
            }

            .app-list {
                list-style-type: none;
                padding-left: 0;
                counter-reset: step-counter;
            }

            .app-list li {
                counter-increment: step-counter;
                padding: 15px 0 15px 60px;
                margin-bottom: 5px;
                position: relative;
                border-bottom: 1px dashed var(--border-color);
            }

            .app-list li:before {
                content: counter(step-counter);
                background-color: #2ecc71;
                color: white;
                font-weight: bold;
                border-radius: 50%;
                width: 40px;
                height: 40px;
                display: inline-flex;
                align-items: center;
                justify-content: center;
                position: absolute;
                left: 0;
                top: 10px;
                font-size: 1.2rem;
                box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
            }

            /* Tools Section */

            .tools-card {
                background: white;
                border-radius: 10px;
                box-shadow: 0 5px 5px rgba(0, 0, 0, 0.05);
                padding: 30px;
                height: 100%;
                border-left: 5px solid #e67e22;
                transition: transform 0.3s ease;
            }
            .tools-card:hover {
                transform: translateY(-5px);
            }
            .tools-icon {
                font-size: 2.5rem;
                color: #e67e22;
                margin-bottom: 20px;
            }

            .tools-list {
                list-style-type: none;
                padding-left: 0;
            }

            .tools-list li {
                padding: 12px 0;
                border-bottom: 1px solid var(--border-color);
                position: relative;
                padding-left: 40px;
            }

            .tools-list li:before {
                content: "\f0ad";
                font-family: "Font Awesome 5 Free";
                font-weight: 900;
                position: absolute;
                left: 0;
                color: #e67e22;
                font-size: 1.2rem;
            }

            /* Shelf Life Section */

            .shelf-card {
                background: white;
                border-radius: 10px;
                box-shadow: 0 5px 5px rgba(0, 0, 0, 0.05);
                padding: 30px;
                height: 100%;
                border-left: 5px solid #9b59b6;
                text-align: center;
                transition: transform 0.3s ease;
            }

            .shelf-card:hover {
                transform: translateY(-5px);
            }
            .shelf-icon {
                font-size: 2.5rem;
                color: #9b59b6;
                margin-bottom: 20px;
            }

            .shelf-duration {
                color: #9b59b6;
                font-weight: 700;
                margin: 20px 0;
                padding: 15px;
                background: rgba(155, 89, 182, 0.1);
                border-radius: 8px;
            }
            

.pigmented-row {
  transition: transform 0.3s ease;
  border-bottom:1px solid lightgrey;
  padding:25px 0;
}

.pigmented-row:hover {
  transform: translateY(-5px);
}

.pigmented-img-wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 1rem;
  box-shadow:5px 5px 3px lightgrey;
  padding:5px;
  border:1px solid #cfcfcf;
}


.pigmented-img {
  transition: all 0.6s ease;
  border-radius: 1rem;
}

.pigmented-img-wrapper:hover .pigmented-img {
  transform: scale(1.04);
  filter: brightness(1.05);
}

.pigmented-info {
  background: #fff;
  border-radius: 1rem;
  box-shadow: 0 5px 25px rgba(0,0,0,0.1);
}

.pigmented-title {
  font-weight: 700;
  font-size: 1.8rem;
  color: #333;
}

.pigmented-desc {
  color: #555;
  font-size: 1.05rem;
  line-height: 1.6;
}



@media (max-width: 1100px){
.main-menu .navigation > li{
    margin: 0 10px !important;
}
}
@media (max-width: 991px) {
    .custom-video-card {
        height: 40rem;
    }

    .videoSection-bannerText {
        display: none;
    }
}

/* Responsive */
@media (max-width: 768px) {
    .videoSection-card {
        max-width: 90%;
        right: 50%;
        transform: translate(50%, -50%);
    }
    .pdf-embed-container {
        height: 350px;
    }

    .pdf-controls {
        flex-direction: column;
        gap: 10px;
        padding: 15px;
    }

    .pdf-nav,
    .pdf-actions {
        width: 100%;
        justify-content: center;
    }

    .showcase-card-img-container,
    .showcase-video-container {
        height: 350px;
    }
    .pigmented-img-wrapper{
        border-radius:1rem 1rem 0 0;
        box-shadow:none;
        text-align:center;
        padding:10px 5px;
    }
    .pigmented-img-wrapper .pigmented-img{
       max-height:15rem;
    }
    .pigmented-info {
         border-radius:0 0 1rem 1rem ;
    }
    
}

@media (max-width: 767.98px) {
    .srv-card-copy,
    .srv-card-btn,
    .srv-card-title {
        opacity: 1;
        transform: translateY(0);
    }
}

@media only screen and (max-width: 576px) {
    .pdf-embed-container {
        height: 300px;
    }
    .terms-container {
        padding: 0.5rem;
    }
    .gly-img {
        height: 20rem !important;
    }
    .room-card .card-img-top {
        height: 250px;
    }
    .videoSection-card {
        background: rgba(255, 255, 255, 0.1);
    }
    .videoSection{
        height:22rem;
    }
    .showcase-filter-btn{
        padding:0.6rem 0.8rem;
    }
}


