﻿*{
    box-sizing:border-box;
    margin:0px;
    padding:0px;
}

img{
    width:auto;
    max-width:100%;
}

ul{
  list-style:none;
}

a{
    text-decoration:none;
}

.text-yellow {
    color: #fada2f;
}
.bg-yellow {
    background-color: #fada2f;
}

body {
    color: #000;
    font-size: 16px;
    line-height: normal;
    font-weight: normal;
    font-family: Arial, Helvetica, sans-serif;
   position:relative;
}
    body::before {
        content: "";
        background-image: url('images/mandala_full.jpg');
        background-position: center center;
        background-repeat: no-repeat;
        background-size: contain;
        position: absolute;
        top: 0px;
        left: 0px;
        z-index: -1;
        width: 100%;
        height: 100%;
        opacity: 0.1;
    }

.row{
    margin:0px;
}

.h1,h1{
    font-size:60px;
    line-height:74px;
}

.h2,h2 {
    font-size: 50px;
    line-height: 60px;
}

.h3,h3 {
    font-size: 40px;
    line-height: 50px;
}

.h4,h4 {
    font-size: 30px;
    line-height: 40px;
}

.h5,h5 {
    font-size: 20px;
    line-height: 30px;
}

.h6,h6 {
    font-size: 18px;
    line-height: 28px;
}

.bg-darkgreen {
    background-color: #627750;
}
.menu-btn{
    width:100%;
    max-width:150px;
}
.menuicon img {
    max-width: 50px;
    margin-top: -10px;
}

/*.banner-carousel .owl-stage {
    display: flex;
    width: max-content;
    animation: marqueeMove 20s linear infinite;
}

.banner-carousel .owl-stage-outer {
    overflow: hidden;
}

@keyframes marqueeMove {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }

}*/

.marquee-wrapper {
    overflow: hidden;
    width: 100%;
}

.marquee-track {
    display: flex;
}

.marquee-item {
    flex: 0 0 33.3333%; /* 3 items visible */
    padding: 0 15px;
}

    .marquee-item img {
        width: 100%;
        height: 350px; /* ITEM BADA KIYA */
        object-fit: cover;
        border-radius: 12px;
    }

/*.marquee-wrapper {
    overflow: hidden;
    width: 100%;
}

.marquee-content {
    display: flex;
    width: max-content;
    animation: marquee 20s linear infinite;
}

.marquee-item img, .banner-carousel .item img {
    width: 100%;
    height: 100%;
    max-height: 500px;
}
     .banner-carousel .item img{
         object-fit:cover;
     }

    @keyframes marquee {
        0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}
.fifth-section .marquee-content .marquee-item img {
    max-height: 300px;
    border-radius: 10px;
}

.fifth-section .marquee-content .marquee-item {
    flex: 0 0 33.3333%;*/ /* 3 items visible */
/*}*/


    /*.thred-section-right img {
        max-width: 481px;
        border-radius: 250px 250px 0px 0px;
    }*/

.sixth-section-left img {
    margin-left: 61px;
    border-radius: 265px 265px 0px 0px;
    margin-top: -142px;
}

.sixth-section-right>div{
    width:100%;
    max-width:900px;
    margin:auto;
}

.fifth-sec-left > div {
    max-width: 415px;
    margin-left: auto;
}

.fifth-sec-left img {
    max-width: 275px;
}

.sixth-section {
    margin-top: 50px;
}

.sixth-section-carousel .owl-nav button.owl-prev, .sixth-section-carousel .owl-nav button.owl-next {
    position: absolute;
    top: 0px;
}

.sixth-section-carousel .owl-nav button.owl-prev {
    left: -40px;
}
.sixth-section-carousel .owl-nav button.owl-next {
    right: 0px;
}
    .sixth-section-carousel .owl-nav button.owl-prev span, .sixth-section-carousel .owl-nav button.owl-next span {
        font-size: 45px;
        color: #000000;
    }

.sixth-section-carousel .owl-item {
    opacity: 0;
}

    .sixth-section-carousel .owl-item.active {
        opacity: 1;
        transition: opacity 2s ease-in-out;
    }

.section {
    margin-bottom: 40px;
}

    .section h2 {
        border-bottom: 2px solid #ff9800;
        padding-bottom: 5px;
        margin-bottom: 15px;
        color: #ff9800;
    }

.tab-content .item {
    display: flex;
    justify-content: space-between;
    padding: 8px 0;
    border-bottom: 1px dashed #ddd;
}

.desc {
    font-size: 13px;
    color: #777;
}

.price {
    font-weight: bold;
    color: #2e7d32;
}

.card {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0,0,0,.08);
}
.logo img{
    max-width:215px;
    
}
.our-story-right.story-box-shadow, .thred-section-right {
    box-shadow: 0px 0px 10px #00000036;
    border-radius: 10px;
    background-color: #f1f1eb;
    transform: rotate(-5deg);
}




.item-inner-box div.position-absolute {
    bottom: 15px;
    left: 20px;
}
.card {
    background: #ffffff;
    width: 700px;
    padding: 30px 40px;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

    .card h2 {
        text-align: center;
        margin-bottom: 25px;
        font-weight: 600;
        color: #333;
    }

table {
    width: 100%;
    border-collapse: collapse;
}

thead {
    background: #111827;
    color: #fff;
}

    thead th {
        padding: 15px;
        font-weight: 500;
        text-transform: uppercase;
        font-size: 14px;
        letter-spacing: 1px;
        text-align:center;
    }

tbody tr {
    border-bottom: 1px solid #eee;
    transition: 0.3s ease;
}

    tbody tr:hover {
        background-color: #f9fafb;
        transform: scale(1.01);
    }

tbody td {
    padding: 15px;
    text-align: center;
    font-size: 14px;
    color: #444;
}

    tbody td:first-child {
        text-align: left;
        font-weight: 500;
        color: #111;
        text-align:center;
    }

.closed {
    color: #ef4444;
    font-weight: 600;
}
.fourth-sec-box {
    box-shadow: 0px 0px 10px #00000047;
}
.about-banner-sec {
    background-image: url('images/indian_aroma_exterior_night.jpeg');
    background-position:top center;
    background-repeat:no-repeat;
    background-size:cover;
    z-index:0;
}
    .about-banner-sec:before{
        content:"";
        width:100%;
        height:100%;
        position:absolute;
        top:0;
        left:0;
        background-color:#00000070;
        z-index:-1;
    }
.warmth-icon img{
    max-width:65px;
}
@media screen and (max-width:991px) {
    .sixth-section-left img{
            display:none;
        }

        .h1, h1 {
            font-size: 47px;
            line-height: 60px;
        }
        .h2, h2 {
            font-size: 40px;
            line-height: 50px;
        }


        .navbar-nav {
            position: absolute;
            top: 100%;
            background-color: #fada2f;
            width: 100%;
            left: 0;
            text-align: justify;
        }

            .navbar-nav li {
                border-bottom: 1px solid #000;
                margin:0px !important;
            }

                .navbar-nav li a {
                    padding: 10px;
                    color: #000 !important;
                    display: block;
                }

    }

@media screen and (max-width: 768px) {
    .h1, h1 {
        font-size: 32px;
        line-height: 42px;
    }
    .h2, h2 {
        font-size: 28px;
        line-height: 38px;
    }

    .card {
        width: 90%;
        padding: 20px;
    }

    tbody td {
        font-size: 13px;
    }
    .thred-section-inner p.w-75.h5{
        font-size:16px;
        width:100% !important;
    }
    .sixth-section {
        margin-top: 0px;
    }
}

@media screen and (max-width:575px) {
    .thred-section-right img {
        max-width: 100%;
         }

    .sixth-section-left img {
        margin-left: 0px;
     
    }
}

.menu-sec .nav-pills .nav-item button.nav-link.active {
    background-color: #fada2f !important; 
    color:black !important;
}
.menu-sec .nav-pills .nav-item button.nav-link{
    color:#000;
}
/* Contact Box Row */
.contact-inner-box {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    justify-content: center;
}

    .contact-inner-box > div {
        flex: 1 1 45%;
        min-width: 280px;
    }

/* Box Styling */
    .contact-inner-box .fourth-sec-box {
        background-color: #fdd835; /* yellow background */
        border-radius: 20px;
        padding: 2rem;
        color: #000;
        box-shadow: 0 5px 15px rgba(0,0,0,0.15);
        transition: transform 0.3s ease;
    }

        .contact-inner-box .fourth-sec-box:hover {
            transform: translateY(-10px);
            box-shadow: 0 8px 25px rgba(0,0,0,0.3);
        }

    /* SVG icon color */
        .contact-inner-box .fourth-sec-box svg path {
            fill: #000;
        }

    /* Contact Labels */
        .contact-inner-box .fourth-sec-box p.pt-3 {
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 1rem;
            letter-spacing: 1px;
            color: #212121;
        }

    /* Contact Details */
        .contact-inner-box .fourth-sec-box p:not(.pt-3) {
            font-weight: 600;
            font-size: 1rem;
            line-height: 1.5;
            margin-top: 0.5rem;
        }

    /* Email Link */
        .contact-inner-box .fourth-sec-box a {
            color: #000;
            text-decoration: underline;
        }

        .fourth-sec-box a:hover {
            color: #212121;
        }

    /* Social Media Icons */
.contact-inner-box .fourth-sec-box ul {
    list-style: none;
    padding: 0;
    margin: 1rem 0 0;
    display: flex;
    justify-content: center;
    gap: 15px;
}

    .contact-inner-box .fourth-sec-box ul li a img {
        filter: brightness(0) invert(0); /* black icons */
        transition: filter 0.3s ease;
    }

    .contact-inner-box .fourth-sec-box ul li a:hover img {
        filter: brightness(0) invert(1); /* white on hover */
    }

/* Google Maps iframe styling */
.iframe-sec iframe {
    border: none;
    border-radius: 20px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.2);
    transition: box-shadow 0.3s ease;
}

    .iframe-sec iframe:hover {
        box-shadow: 0 8px 30px rgba(0,0,0,0.4);
    }