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: 24px;
    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.3s ease;
}

.btn-custom:hover {
    background: var(--gradient-secondary);
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(102, 22, 215, 0.4);
}

/* 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;
}

/* 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);
    transform: rotate(-3deg);
    transition: transform 0.5s;
}

.hero-img:hover {
    transform: rotate(0deg);
}

/* 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);
}

/* Themes Section */
.theme-img {
    height: 250px;
    object-fit: cover;
    border-radius: 15px;
    margin-bottom: 15px;
}

/* 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);
}

/* Mobile Adjustments */
@media (max-width: 768px) {
    .hero-section {
        background: #fff;
        text-align: center;
        padding: 50px 0;
    }
    .hero-title {
        font-size: 2.5rem;
    }
    .hero-img {
        margin-top: 40px;
        transform: none;
    }
}

.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)
    }
}

