body {
    background-color: white;
    padding-top: 76px; /* Account for fixed navbar */
    font-family: 'Open Sans', sans-serif;
    color: var(--text-dark);
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat', sans-serif;
}

.w-70 {
    width: 70%;
}

.w-30 {
    width: 30%;
}

h2 {
    color: #4b424e;
    margin-bottom: 30px;
}
h4 {
    font-size: 18px;
    color: #6b656e;
    margin-bottom: 24px;
    font-family: 'Montserrat', sans-serif;
}

.hero-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 50px 0;
}

    .hero-section img {
        max-width: 100%;
        height: auto;
    }

.content-section {
    padding: 50px 20px;
}

.footer-section {
    background-color: #eeeeee; /* Light background */
    font-size: 14px;
    width: 100%;
    box-shadow: -1px -1px 5px #e0e0e0;
}

.footer-links a {
    text-decoration: none;
    color: #333;
}

    .footer-links a:hover {
        text-decoration: underline;
    }

.social-icons img {
    vertical-align: middle;
}

/* Desktop Layout */
@media (min-width: 768px) {
    .footerDiv {
        display: flex;
        justify-content: space-between;
        align-items: center;
        text-align: left;
    }

    .footer-links {
        text-align: left;
    }

    .social-icons {
        text-align: right;
    }


}

.flink
{
    color:#0d68b3 !important;
}



.logo {
    max-width: 140px;
}

.hero-banner {
    width: 100%;
    height: 100vh;
    position: relative;
}

    .hero-banner img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.desktop-image {
    display: none;
}

@media (max-width: 768px) {
    .mobile-image {
        display: none;
    }

    .desktop-image {
        display: block;
    }

    .content-section img {
        margin-left: auto;
        margin-right: auto;
    }

    .content-section .text-content {
        text-align: center !important;
    }

        .content-section .text-content.order-md-1 {
            text-align: center;
        }

    .carousel-caption {
        width: 90%; /* Increase width for smaller screens */
    }

    .mobcenter {
        text-align: center;
        width: 90%;
    }
}


.content-section {
    padding: 40px 0;
}

    .content-section img {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

        .content-section img.order-md-2 {
            margin-left: auto;
            margin-right: auto;
        }

    .content-section .text-content {
        text-align: center;
    }

        .content-section .text-content.order-md-1 {
            text-align: center;
        }

.carousel-inner {
    height: 100vh;
}

.carousel-item {
    position: relative;
    height: 100vh;
    overflow: hidden;
    /*      transition: opacity 1s ease-in-out;*/
}

    .carousel-item img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 4s ease-in-out;
    }

    .carousel-item.active img {
        transform: scale(1.1);
    }

.carousel-fade .carousel-item {
    opacity: 0;
}

    .carousel-fade .carousel-item.active {
        opacity: 1;
    }

.carousel-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

.carousel-caption {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    color: white;
    width: 70%;
}

.contentPara {
    margin-top: 20px;
    padding: 30px;
}

.btn-create-yours {
    color: #fff;
    border-color: #ffffff;
    margin-top: 100px;
    padding: 12px 26px;
    font-size: 24px;
}

    .btn-create-yours:hover {
        color: #fff;
        background-color: #eb2188;
        border-color: #eb2188;
    }

    .btn-create-yours:active {
        color: #fff;
        background-color: #eb2188;
        border-color: #eb2188;
    }

    .btn-create-yours:focus {
        color: #fff;
        background-color: #eb2188;
        border-color: #eb2188;
    }

    .btn-create-yours:visited {
        color: #fff;
        border-color: #ffffff;
        border-color: #ffffff;
    }

.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: none;
}

.main-h2 {
    margin-top: 60px;
}

.margin-bottom-50 {
    margin-bottom: 50px;
}

.full-width {
    width: 100%;
}

.align-center {
    text-align: center;
}
.headerOuter
{
    width:100%;
    text-align:center;
}
.infotxt {
    color: #7a7a7a;
}


.btnCaldo {
    background: var(--gradient-primary);
    padding: 15px 25px;
    border-radius: 8px;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    border:none;
    transition: all 0.3s ease;
}

    .btnCaldo:hover {
        box-shadow: 0 5px 15px rgba(102, 22, 215, 0.4);
        background: var(--gradient-secondary);
        padding: 15px 25px;
        border-radius: 8px;
        color: #fff;
        font-weight: bold;
        text-decoration: none;
        border: none;
        transform: translateY(-2px);
    }
.margin-top-30
{
    margin-top:30px;
}
.margin-top-25 {
    margin-top: 25px;
}

html, body {
    height: 100%;
    margin: 0;
    display: flex;
    flex-direction: column;
}

.main-content {
    flex: 1;
   
}
/* Modern Navbar Styles */
:root {
    --primary-color: #6616d7; /* Bright Purple */
    --secondary-color: #a42ec2; /* Bright Magenta */
    --accent-color: #6616d7; /* Purple accent */
    --text-dark: #2b2d42;
    --text-light: #6c757d;
    --gradient-primary: linear-gradient(135deg, #6616d7 0%, #a42ec2 100%);
    --gradient-secondary: linear-gradient(135deg, #a42ec2 0%, #6616d7 100%);
    --gradient-light: linear-gradient(135deg, rgba(102, 22, 215, 0.1) 0%, rgba(164, 46, 194, 0.1) 100%);
}

.navbar {
    background-color: #fff;
    box-shadow: 0 2px 15px rgba(0,0,0,0.05);
    padding: 1rem 2rem;
}

.navbar-toggler {
    border: 1px solid rgba(0,0,0,0.1);
    padding: 0.5rem 0.75rem;
}

.navbar-toggler:focus {
    outline: none;
    box-shadow: none;
}

.navbar-brand {
    font-weight: 700;
    font-size: 1.5rem;
    background: var(--gradient-primary);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-family: 'Montserrat', sans-serif;
    transition: all 0.3s ease;
}

.navbar-brand:hover {
    background: var(--gradient-secondary);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.nav-link {
    font-weight: 600;
    color: var(--text-dark) !important;
    margin-left: 15px;
    transition: color 0.3s;
}

.nav-link:hover {
    color: var(--secondary-color) !important;
}

.btn-custom {
    background: var(--gradient-primary);
    color: #fff;
    padding: 12px 30px;
    border-radius: 50px;
    font-weight: 600;
    border: none;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    overflow: hidden;
    animation: fadeInUp 1s ease-out 0.6s both;
}

.btn-custom::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.3);
    transform: translate(-50%, -50%);
    transition: width 0.6s, height 0.6s;
}

.btn-custom:hover::before {
    width: 300px;
    height: 300px;
}

.btn-custom:hover {
    background: var(--gradient-secondary);
    color: #fff;
    transform: translateY(-3px) scale(1.05);
    box-shadow: 0 8px 20px rgba(102, 22, 215, 0.5);
}

.btn-custom:active {
    transform: translateY(-1px) scale(1.02);
}

.btn-custom i {
    transition: transform 0.3s ease;
}

.btn-custom:hover i {
    transform: translateX(5px);
}

/* Footer Styles */
footer {
    background-color: var(--text-dark);
    color: white;
    padding: 60px 0 20px;
}

footer a {
    color: #aaa;
    text-decoration: none;
}

footer a:hover {
    color: #fff;
}

footer h4, footer h5 {
    font-family: 'Montserrat', sans-serif;
}

footer .text-muted {
    color: #aaa !important;
}

/* Ensure Font Awesome icons display in footer */
footer .fa,
footer i.fa {
    font-family: 'FontAwesome' !important;
    font-style: normal;
    font-weight: normal;
    display: inline-block;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

footer .fa-instagram:before {
    content: "\f16d";
}

footer .fa-facebook:before {
    content: "\f09a";
}

/* Pricing Section Styles */
.pricing-section {
    margin: 15px 0;
}

.pricing-section .original-price {
    color: #adb5bd !important;
    font-size: 20px;
    font-weight: 400;
    display: inline-block;
    position: relative;
    opacity: 0.8;
}

/* Strikethrough using pseudo-element for better visibility and cross-browser support */
.pricing-section .original-price::after {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 2px;
    background-color: #adb5bd;
    transform: translateY(-50%);
    z-index: 1;
}

.pricing-section .discounted-price {
    color: #28a745 !important;
    font-weight: 700 !important;
    font-size: 28px;
    font-family: 'Montserrat', sans-serif;
    line-height: 1.2;
}

.pricing-section .free-shipping-badge {
    display: inline-block;
    background-color: #28a745 !important;
    color: #fff !important;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 600;
    box-shadow: 0 2px 4px rgba(40, 167, 69, 0.3);
    white-space: nowrap;
    margin-top: 5px;
}

@media (max-width: 768px) {
    .pricing-section {
        margin: 10px 0;
        text-align: center;
    }
    
    .pricing-section > div {
        margin-bottom: 8px;
        justify-content: center !important;
    }
    
    .pricing-section .original-price {
        font-size: 18px;
        margin-right: 8px;
    }
    
    .pricing-section .discounted-price {
        font-size: 24px;
        margin-right: 12px;
    }
    
    .pricing-section .free-shipping-badge {
        font-size: 12px;
        padding: 5px 12px;
        margin-top: 8px;
        display: inline-block;
        width: fit-content;
        margin-left: auto;
        margin-right: auto;
    }
}

/* Hero Section */
.hero-section {
    padding: 100px 0;
    background: linear-gradient(135deg, #fff 0%, rgba(102, 22, 215, 0.08) 30%, rgba(164, 46, 194, 0.08) 70%, #fff 100%);
    min-height: 80vh;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.hero-section::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -10%;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(102, 22, 215, 0.1) 0%, transparent 70%);
    border-radius: 50%;
    z-index: 0;
}

.hero-section::after {
    content: '';
    position: absolute;
    bottom: -30%;
    left: -5%;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(164, 46, 194, 0.1) 0%, transparent 70%);
    border-radius: 50%;
    z-index: 0;
}

.hero-section .container {
    position: relative;
    z-index: 1;
}

.hero-title {
    font-size: 3.5rem;
    font-weight: 800;
    line-height: 1.2;
    color: var(--text-dark);
    margin-bottom: 20px;
    font-family: 'Montserrat', sans-serif;
   
}

.hero-subtitle {
    font-size: 1.2rem;
    color: var(--text-light);
    margin-bottom: 30px;
    
}

.hero-img {
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.1);
   
   
}







/* Floating animation for hero background elements */
.hero-section::before {
    animation: float 6s ease-in-out infinite;
}

.hero-section::after {
    animation: float 8s ease-in-out infinite reverse;
}

@keyframes float {
    0%, 100% {
        transform: translateY(0) translateX(0);
    }
    50% {
        transform: translateY(-20px) translateX(10px);
    }
}

.hero-video {
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.1);
    width: 100%;
    max-width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    background: #000;
    animation: fadeInRight 1s ease-out 0.4s both;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
}

.hero-video:hover {
    transform: scale(1.02);
    box-shadow: 0 25px 50px rgba(0,0,0,0.2);
}

/* Feature Cards */
.feature-card {
    border: 2px solid transparent;
    border-radius: 15px;
    padding: 30px;
    text-align: center;
    background: #fff;
    box-shadow: 0 10px 30px rgba(102, 22, 215, 0.1);
    transition: all 0.3s ease;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.feature-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: var(--gradient-primary);
}

.feature-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(102, 22, 215, 0.25);
}

.feature-icon {
    font-size: 3rem;
    background: var(--gradient-primary);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 20px;
}

/* Product Spotlight */
.spotlight-section {
    background-color: #fff;
    padding: 80px 0;
}

.wood-bar-badge {
    background: var(--gradient-primary);
    color: white;
    padding: 5px 15px;
    border-radius: 20px;
    font-size: 0.9rem;
    font-weight: 600;
    text-transform: uppercase;
    box-shadow: 0 4px 10px rgba(102, 22, 215, 0.3);
}

/* Product Carousel */
.product-carousel {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0,0,0,0.1);
    max-width: 100%;
    position: relative;
    background: #f8f9fa;
}

.product-carousel .carousel-inner {
    border-radius: 20px;
    position: relative;
    width: 100%;
    overflow: hidden;
    /* Aspect ratio 2400:1792 = 1.339:1, so height is ~74.67% of width */
    padding-bottom: 74.67%;
    height: 0;
}

.product-carousel .carousel-item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #f8f9fa;
}

.product-carousel .carousel-item img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
    border-radius: 20px;
    transition: transform 3s ease-in-out;
}

.product-carousel .carousel-item.active img {
    transform: scale(1.05);
    animation: slowZoom 6s ease-in-out infinite alternate;
}

@keyframes slowZoom {
    0% {
        transform: scale(1.0);
    }
    100% {
        transform: scale(1.08);
    }
}

/* Hide navigation arrows */
.product-carousel .carousel-control-prev,
.product-carousel .carousel-control-next {
    display: none;
}

.product-carousel .carousel-indicators {
    bottom: 15px;
    margin-bottom: 0;
}

.product-carousel .carousel-indicators li {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.5);
    border: 2px solid rgba(102, 22, 215, 0.8);
    margin: 0 5px;
    transition: all 0.3s ease;
}

.product-carousel .carousel-indicators li.active {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    transform: scale(1.2);
}

/* Themes Section */
#themes .col-md-4 {
    margin-bottom: 30px;
    padding: 0 15px;
}

.theme-card {
    background: transparent;
    border-radius: 12px;
    overflow: visible;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    height: 100%;
    display: flex;
    flex-direction: column;
    cursor: pointer;
    opacity: 0;
    animation: fadeInScale 0.6s ease-out forwards;
}

.theme-card:nth-child(1) {
    animation-delay: 0.1s;
}

.theme-card:nth-child(2) {
    animation-delay: 0.2s;
}

.theme-card:nth-child(3) {
    animation-delay: 0.3s;
}

.theme-card:nth-child(4) {
    animation-delay: 0.4s;
}

.theme-card:nth-child(5) {
    animation-delay: 0.5s;
}

.theme-card:nth-child(6) {
    animation-delay: 0.6s;
}

.theme-card:hover {
    transform: translateY(-10px) scale(1.03);
    box-shadow: 0 15px 30px rgba(102, 22, 215, 0.25);
}

@keyframes fadeInScale {
    from {
        opacity: 0;
        transform: scale(0.9) translateY(20px);
    }
    to {
        opacity: 1;
        transform: scale(1) translateY(0);
    }
}

.theme-img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 12px;
    margin-bottom: 0;
    display: block;
    border: 1px solid rgba(0, 0, 0, 0.08);
}

.theme-card-content {
    padding: 20px;
    padding-top: 15px;
    text-align: center;
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 0 0 12px 12px;
}

.theme-card h5 {
    margin: 0;
    color: var(--text-dark);
    font-weight: 600;
    font-size: 1.1rem;
    font-family: 'Montserrat', sans-serif;
}

/* Theme Lightbox */
.theme-lightbox {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.9);
    animation: fadeIn 0.3s;
}

.theme-lightbox.show {
    display: flex;
    align-items: center;
    justify-content: center;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.theme-lightbox-content {
    margin: auto;
    display: block;
    width: 90%;
    max-width: 1200px;
    max-height: 90vh;
    object-fit: contain;
    border-radius: 12px;
    animation: zoomIn 0.3s;
}

@keyframes zoomIn {
    from {
        transform: scale(0.8);
        opacity: 0;
    }
    to {
        transform: scale(1);
        opacity: 1;
    }
}

.theme-lightbox-caption {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    font-size: 1.2rem;
    font-weight: 600;
    text-align: center;
    background: rgba(0, 0, 0, 0.7);
    padding: 10px 20px;
    border-radius: 8px;
    font-family: 'Montserrat', sans-serif;
}

.theme-lightbox-close {
    position: absolute;
    top: 30px;
    right: 45px;
    color: #fff;
    font-size: 50px;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 10000;
    line-height: 1;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
}

.theme-lightbox-close:hover,
.theme-lightbox-close:focus {
    color: #fff;
    background: rgba(255, 255, 255, 0.2);
    transform: rotate(90deg);
}

.theme-img {
    cursor: pointer;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.theme-img:hover {
    transform: scale(1.05);
}

/* Section Headings Animation */
section h2 {
    animation: fadeInUp 0.8s ease-out;
}

/* Check marks animation */
.text-success i {
    animation: checkBounce 0.6s ease-out 0.8s both;
    display: inline-block;
}

@keyframes checkBounce {
    0% {
        opacity: 0;
        transform: scale(0) rotate(-180deg);
    }
    50% {
        transform: scale(1.2) rotate(10deg);
    }
    100% {
        opacity: 1;
        transform: scale(1) rotate(0deg);
    }
}

/* Wood bar badge animation */
.wood-bar-badge {
    animation: pulse 2s ease-in-out infinite;
}

@keyframes pulse {
    0%, 100% {
        transform: scale(1);
        box-shadow: 0 4px 10px rgba(102, 22, 215, 0.3);
    }
    50% {
        transform: scale(1.05);
        box-shadow: 0 6px 15px rgba(102, 22, 215, 0.5);
    }
}

/* Steps section numbers animation */
.display-4.text-warning {
    animation: numberPop 0.8s ease-out;
    display: inline-block;
}

.display-4.text-warning:nth-of-type(1) {
    animation-delay: 0.1s;
}

.display-4.text-warning:nth-of-type(2) {
    animation-delay: 0.2s;
}

.display-4.text-warning:nth-of-type(3) {
    animation-delay: 0.3s;
}

@keyframes numberPop {
    0% {
        opacity: 0;
        transform: scale(0) rotate(-180deg);
    }
    60% {
        transform: scale(1.2) rotate(10deg);
    }
    100% {
        opacity: 1;
        transform: scale(1) rotate(0deg);
    }
}

/* Spotlight section list items animation */
.spotlight-section .list-unstyled li {
    opacity: 0;
    animation: slideInLeft 0.6s ease-out forwards;
}

.spotlight-section .list-unstyled li:nth-child(1) {
    animation-delay: 0.2s;
}

.spotlight-section .list-unstyled li:nth-child(2) {
    animation-delay: 0.4s;
}

.spotlight-section .list-unstyled li:nth-child(3) {
    animation-delay: 0.6s;
}

@keyframes slideInLeft {
    from {
        opacity: 0;
        transform: translateX(-30px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

/* Spotlight section icon animation */
.spotlight-section .list-unstyled li i {
    animation: iconSpin 0.6s ease-out;
}

@keyframes iconSpin {
    0% {
        transform: rotate(-180deg) scale(0);
    }
    100% {
        transform: rotate(0deg) scale(1);
    }
}

/* Section Headings Animation */
section h2 {
    animation: fadeInUp 0.8s ease-out;
}

/* Check marks animation */
.text-success i {
    animation: checkBounce 0.6s ease-out 0.8s both;
    display: inline-block;
}

@keyframes checkBounce {
    0% {
        opacity: 0;
        transform: scale(0) rotate(-180deg);
    }
    50% {
        transform: scale(1.2) rotate(10deg);
    }
    100% {
        opacity: 1;
        transform: scale(1) rotate(0deg);
    }
}

/* Wood bar badge animation */
.wood-bar-badge {
    animation: pulse 2s ease-in-out infinite;
}

@keyframes pulse {
    0%, 100% {
        transform: scale(1);
        box-shadow: 0 4px 10px rgba(102, 22, 215, 0.3);
    }
    50% {
        transform: scale(1.05);
        box-shadow: 0 6px 15px rgba(102, 22, 215, 0.5);
    }
}

/* Steps section numbers animation */
.display-4.text-warning {
    animation: numberPop 0.8s ease-out;
    display: inline-block;
}

.display-4.text-warning:nth-child(1) {
    animation-delay: 0.1s;
}

.display-4.text-warning:nth-child(2) {
    animation-delay: 0.2s;
}

.display-4.text-warning:nth-child(3) {
    animation-delay: 0.3s;
}

@keyframes numberPop {
    0% {
        opacity: 0;
        transform: scale(0) rotate(-180deg);
    }
    60% {
        transform: scale(1.2) rotate(10deg);
    }
    100% {
        opacity: 1;
        transform: scale(1) rotate(0deg);
    }
}

/* Override Bootstrap utility colors with playful theme */
.text-primary {
    color: var(--primary-color) !important;
}

.text-warning {
    background: var(--gradient-primary);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.text-success {
    color: var(--secondary-color) !important;
}

/* Playful outline button */
.btn-outline-dark {
    border: 2px solid var(--primary-color);
    color: var(--primary-color);
    transition: all 0.3s ease;
}

.btn-outline-dark:hover {
    background: var(--gradient-primary);
    border-color: transparent;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(102, 22, 215, 0.3);
}

/* Steps Section - Light Separators */
section.py-5 .row.text-center .col-md-4:not(:last-child) {
    border-right: 1px solid rgba(0, 0, 0, 0.08);
    padding-right: 30px;
}

section.py-5 .row.text-center .col-md-4:not(:first-child) {
    padding-left: 30px;
}

/* Mobile Adjustments */
@media (max-width: 768px) {

    .clsBannerVideo {
        margin-top: 30px;
        width: 100% !important;
        max-width: 100%;
        height: auto;
    }

    .hero-section {
        background: #fff;
        text-align: center;
        padding: 50px 0;
    }
    .hero-title {
        font-size: 2.5rem;
    }
    .hero-img {
        margin-top: 40px;
        transform: none;
    }
    
    /* Spotlight Section Mobile Fixes */
    .spotlight-section {
        padding: 40px 0px;
    }
    
    .spotlight-section .row {
        margin: 0;
    }
    
    .spotlight-section .col-lg-6 {
        padding-left: 15px;
        padding-right: 15px;
        margin-bottom: 30px;
    }
    
    .spotlight-section .order-lg-2 {
        text-align: center;
    }
    
    .spotlight-section .order-lg-1 {
        margin-bottom: 30px;
    }
    
    /* Product Carousel Mobile */
    .product-carousel .carousel-inner {
        padding-bottom: 74.67%; /* Maintain aspect ratio on mobile */
    }
    
    .product-carousel .carousel-item img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
    
    /* Navigation arrows are hidden in main styles */
    
    .product-carousel .carousel-indicators {
        bottom: 10px;
    }
    
    .product-carousel .carousel-indicators li {
        width: 10px;
        height: 10px;
        margin: 0 4px;
    }
    
    .spotlight-section .wood-bar-badge {
        display: block;
        margin: 0 auto 20px;
        width: fit-content;
    }
    
    .spotlight-section h2 {
        text-align: center;
        margin-bottom: 20px;
    }
    
    .spotlight-section .lead,
    .spotlight-section .text-muted {
        text-align: center;
    }
    
    .spotlight-section .list-unstyled {
        text-align: left;
        display: inline-block;
        margin: 20px auto;
        padding-left: 0;
    }
    
    .spotlight-section .list-unstyled li {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        margin-bottom: 12px;
    }
    
    .spotlight-section .list-unstyled li i {
        margin-right: 10px;
        flex-shrink: 0;
    }
    
    .spotlight-section .btn-outline-dark {
        display: block;
        margin: 20px auto 0;
        width: fit-content;
    }
    
    .spotlight-section img {
        width: 100%;
        margin: 0 auto;
        display: block;
    }
    
    /* Steps Section - Add horizontal separators on mobile */
    section.py-5 .row.text-center .col-md-4:not(:last-child) {
        border-right: none;
        border-bottom: 1px solid rgba(0, 0, 0, 0.08);
        padding-right: 15px;
        padding-bottom: 30px;
        margin-bottom: 30px;
    }
    
    section.py-5 .row.text-center .col-md-4:not(:first-child) {
        padding-left: 15px;
    }
    
    section.py-5 .row.text-center .col-md-4:last-child {
        padding-bottom: 0;
    }
    
    /* Themes Section Mobile */
    #themes .col-md-4 {
        margin-bottom: 20px;
        padding: 0 10px;
    }
    
    .theme-card-content {
        padding: 15px;
    }
    
    .theme-card h5 {
        font-size: 1rem;
    }
}

.paddingTop20 {
    padding-top: 20px;
}
.footer-links.mb-2 a {
    margin-right: 6px;
    margin-left: 6px;
}
.btnCaldoSM
{
    padding:5px 10px !important;

}
.btnCaldoSM:hover {
    padding: 5px 10px !important;
}

.loader {
    width: 60px;
    aspect-ratio: 1;
    display: grid;
    grid: 50%/50%;
    color: #25b09b;
    --_g: no-repeat linear-gradient(currentColor 0 0);
    background: var(--_g),var(--_g),var(--_g);
    background-size: 50.1% 50.1%;
    animation: l6-0 1.5s infinite steps(1) alternate, l6-0-0 3s infinite steps(1);
}

    .loader::before {
        content: "";
        background: currentColor;
        transform: perspective(150px) rotateY(0deg) rotateX(0deg);
        transform-origin: bottom right;
        animation: l6-1 1.5s infinite linear alternate;
    }

@keyframes l6-0 {
    0% {
        background-position: 0 100%,100% 100%,100% 0
    }

    33% {
        background-position: 100% 100%,100% 100%,100% 0
    }

    66% {
        background-position: 100% 0,100% 0,100% 0
    }
}

@keyframes l6-0-0 {
    0% {
        transform: scaleX(1) rotate(0deg)
    }

    50% {
        transform: scaleX(-1) rotate(-90deg)
    }
}

@keyframes l6-1 {
    16.5% {
        transform: perspective(150px) rotateX(-90deg) rotateY(0deg) rotateX(0deg);
        filter: grayscale(0.8)
    }

    33% {
        transform: perspective(150px) rotateX(-180deg) rotateY(0deg) rotateX(0deg)
    }

    66% {
        transform: perspective(150px) rotateX(-180deg) rotateY(-180deg) rotateX(0deg)
    }

    100% {
        transform: perspective(150px) rotateX(-180deg) rotateY(-180deg) rotateX(-180deg);
        filter: grayscale(0.8)
    }
}

/* Collections Section on Home Page */
.collection-thumbnail-card {
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
}

    .collection-thumbnail-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    }

.collection-thumbnail-link {
    display: block;
    text-decoration: none;
    color: inherit;
}

.collection-thumbnail-image-wrapper {
    position: relative;
    width: 100%;
    padding-bottom: 75%; /* 4:3 aspect ratio */
    overflow: hidden;
    background: #f8f9fa;
}

.collection-thumbnail-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.collection-thumbnail-card:hover .collection-thumbnail-image {
    transform: scale(1.05);
}

.collection-thumbnail-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgb(120 117 120 / 80%) 0%, rgba(0, 0, 0, 0) 100%);
    padding: 30px 20px 20px;
    color: #fff;
    transition: opacity 0.3s ease;
}

.collection-thumbnail-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: 600;
    display: block;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

@media (max-width: 768px) {
    .collection-thumbnail-image-wrapper {
        padding-bottom: 70%; /* Slightly different aspect ratio on mobile */
    }
    
    .collection-thumbnail-title {
        font-size: 18px;
    }
}

/* Testimonials Section */
.testimonial-card {
    background: #fff;
    border-radius: 15px;
    padding: 0;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
}

.testimonial-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.testimonial-image-wrapper {
    width: 100%;
    padding-bottom: 60%; /* 5:3 aspect ratio */
    position: relative;
    overflow: hidden;
    background: #f8f9fa;
}

.testimonial-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0;
}

.testimonial-content {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    padding: 25px;
}

.testimonial-quote {
    position: relative;
    flex-grow: 1;
}

.quote-icon {
    color: #d4af37;
    font-size: 2rem;
    opacity: 0.3;
    margin-bottom: 15px;
    display: block;
}

.testimonial-text {
    color: #555;
    font-size: 1rem;
    line-height: 1.6;
    font-style: italic;
    margin-bottom: 20px;
    min-height: 80px;
}

.testimonial-author {
    border-top: 1px solid #f0f0f0;
    padding-top: 15px;
    text-align: center;
}

.testimonial-name {
    color: #333;
    font-weight: 600;
    font-size: 1.1rem;
    margin: 0;
    font-family: 'Montserrat', sans-serif;
}

/* Responsive Testimonials */
@media (max-width: 768px) {
    .testimonial-card {
        margin-bottom: 30px;
    }
    
    .testimonial-image-wrapper {
        padding-bottom: 65%; /* Slightly different aspect ratio on mobile */
    }
    
    .testimonial-content {
        padding: 20px;
    }
    
    .testimonial-text {
        font-size: 0.95rem;
        min-height: auto;
    }
    
    .quote-icon {
        font-size: 1.5rem;
    }
    
    .testimonial-name {
        font-size: 1rem;
    }
}

