/* Shared Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Arial", sans-serif;
}

body {
    /* color: #FFB6C1 !important; */
    background-color: #fce6e9;
}

a {
    text-decoration: none !important;
}

@media (min-width: 0px) {

    /* Common CSS */

    /* Nav Bar */
    .navbar {
        position: sticky !important;
        top: 0 !important;
        z-index: 1000 !important;
    }

    .nav {
        font-size: 20px !important;
        font-weight: 500 !important;
        background-color: #4A2C2A;
        padding: 0px 18px !important;
    }

    .brand {
        /* font-family: "Playfair Display", serif; */
        /* font-family: "Alex Brush", cursive; */
        font-family: "Ephesis", cursive;

        font-size: 35px !important;
        font-weight: 400 !important;
        font-style: normal;
        margin-left: 60px !important;
        color: white !important;
        /* padding-top: 10px !important; */
    }

    .logo {
        width: 60px;
        border-radius: 25px 2px 25px 2px;
        margin-right: 10px;
    }

    .navlink {
        justify-content: space-between !important;
        padding-left: 7px !important;
        padding-right: 7px !important;
    }

    .nav-link {
        color: white !important;
    }

    .navlink .active {
        color: white !important;
        background-color: #c13a2569;
        border-radius: 20px;
    }

    .navlink :hover {
        background-color: #d5695850 !important;
        color: white !important;
        border-radius: 20px !important;
    }

    .navbutton {
        background-color: #F4C27A !important;
        border-radius: 15px !important;
        font-size: 15px !important;
        font-weight: 500 !important;
        border-color: #4A2C2A !important;
        padding: 5px 0px !important;
    }

    .navbutton span {
        color: brown !important;
    }

    /* Footer Section */
    .footer {
        background-color: #4A2C2A;
        color: white;
        padding: 10px 50px 10px;
    }

    .foot-logo {
        height: 100px;
        width: 100px;
        border-radius: 50%;
        margin-right: 10px;
    }

    .foot-name {
        font-size: 25px !important;
        font-weight: 600 !important;
        padding: 20px 0px;
    }

    .foot-title {
        padding: 35px 0px 15px;
        font-family: "Playfair Display", serif;
        font-style: italic;
        color: rgb(247, 106, 13);
    }

    .footer p {
        font-size: 17px;
        margin-top: 5px;
        color: rgb(239, 237, 165);
    }

    .footer a {
        font-size: 20px;
        margin-top: 15px;
        text-decoration: none;
        color: rgb(239, 237, 165);
    }

    .footer a:hover {
        color: #c07a0a !important;
    }

    /* Copyright Section */
    .copyright {
        text-align: center;
        color: white;
        padding-top: 20px;
        padding-bottom: 5px;
        background-color: #5d3b38;
    }

    .copyright a {
        text-decoration: none;
        color: white;
    }

    .copyright a:hover {
        color: rgb(246, 217, 101);
    }


    /* Index Page CSS */

    /* Hero Section */
    .hero-section {
        height: 91vh;
        background-color: #ffd7b2;
        /* background-image: url('/assets/home-banner.png'); */
        background-image: url('assets/home-banner-v2.png');
        background-size: cover;
        background-position: center;
        /* background-repeat: no-repeat; */
        position: sticky;
    }

    .hero-overlay {
        position: absolute;
        top: 50%;
        left: 80px;
        transform: translateY(-50%);
        max-width: 500px;
    }

    .hero-subtitle {
        color: #D2691E;
        font-size: 40px;
        font-family: cursive;
        font-style: italic;
        margin-bottom: 15px;
        display: none;
    }

    .hero-title {
        color: #4A2C2A;
        font-size: 70px;
        font-family: "Playfair Display", serif;
        font-weight: 700;
        line-height: 1.05;
        margin-bottom: 25px;
    }

    .hero-description {
        color: #a24117;
        font-size: 17px;
        font-weight: 500;
        line-height: 1.8;
        margin-bottom: 30px;
    }

    .hero-buttons {
        display: flex;
        gap: 20px;
    }

    .hero-btn {
        background: #9f3b00 !important;
        color: #f5ecec !important;
        border-radius: 50px !important;
        padding: 14px 30px !important;
        font-size: 20px !important;
        font-weight: 500 !important;
    }

    /* About Section */
    .about-section {
        background-color: #fce6e9;
        color: #c07a0a;
        padding: 50px 50px;
    }

    .about-img {
        width: 250px;
        height: 250px;
        border-radius: 50%;
        margin-left: 150px;
        margin-top: 50px;

    }

    .about-subtitle {
        color: #e27a30;
        font-size: 30px;
        font-family: "Playfair Display", serif;
        font-style: italic;
        margin-bottom: 15px;
    }

    .about-title {
        color: #4A2C2A;
        font-size: 45px;
        font-weight: 700;
        line-height: 1.05;
        margin-bottom: 25px;
    }

    .about-btn {
        background: #9f3b00 !important;
        color: #f5ecec !important;
        border-radius: 50px !important;
        margin-top: 15px !important;
        padding: 14px 30px !important;
        font-size: 20px !important;
        font-weight: 500 !important;
    }

    /* Featured Products Section */
    .featured-section {
        background-color: #fce6e9;
        color: #4A2C2A;
        padding: 5px 50px 25px;
    }

    .featured-title {
        color: #4A2C2A;
        font-size: 35px;
        text-align: center;
        font-family: "Playfair Display", serif;
        font-style: italic;
        margin-bottom: 15px;
    }

    .featured-card {
        background-color: rgb(198, 181, 181);
        color: #4A2C2A;
        height: 180px;
    }

    .card-img {
        width: 200px;
        height: 180px;
    }

    .card-title {
        text-align: center;
        font-weight: 500;
    }

    .card-text {
        text-align: center;
        font-size: 15px;
        min-height: 70px;
    }

    .card-price {
        text-align: center;
        color: brown;
    }

    /* Stats Section */
    .stats-section {
        background-color: #fce6e9;
        border-radius: 20px;
        border: #4A2C2A 2px solid;
        margin: 60px auto;
        max-width: 1200px;
    }

    .stat-icon {
        font-size: 45px;
        color: #ff8f8f;
        margin-bottom: 15px;
    }

    .stat-item {
        border-right: 2px solid #f4c8c8;
    }

    .border-remove {
        border-right: none;
    }

    /* Testimonials Section */
    .testimonials-section {
        /* background-color: #fce6e9; */
        color: #4A2C2A;
        padding: 0px 50px 50px;
    }

    .section-title {
        text-align: center;
        color: #4A2C2A;
        font-size: 35px;
        font-family: "Playfair Display", serif;
        font-style: italic;
        margin-bottom: 15px;
    }

    .comment-card {
        margin: 15px;
        background-color: #fce6e9 !important;
    }

    .rating {
        color: #c07a0a;
        font-size: 25px;
        text-align: center;
        margin-top: 20px;
    }

    .half {
        position: relative;
        display: inline-block;
        width: 0.45em;
        overflow: hidden;
        vertical-align: top;
    }

    .comment {
        font-size: 18px;
        width: 250px;
        margin: auto;
        padding: 10px;
        text-align: center !important;
    }

    .author-info {
        padding: 2px;
        text-align: center;
        color: brown;
    }






    /* Common Carousel Section */

    /* carousel Section */
    .carousel-section {
        height: 30vh;
        background-image: url('/assets/carousel-banner.png');
        background-size: cover;
        background-position: center;
        /* background-repeat: no-repeat; */
        position: sticky;
        /* opacity: 0.8; */
    }

    .carousel {
        background-color: #0000004c !important;
        height: 30vh;
    }

    .carousel-overlay {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background-color: rgba(255, 255, 255, 0.266);
        padding: 10px 50px;
        border-radius: 100px;
        /* opacity: 0.8; */
        /* max-width: 500px; */
    }

    .carousel-title {
        color: rgba(255, 255, 255, 0.848);
        font-size: 70px;
        font-weight: 700;
        line-height: 1.05;
        margin-top: 25px;
    }

    .carousel-subtitle {
        color: rgb(255, 255, 255);
        font-size: 15px;
        font-family: "Playfair Display", serif;
        font-style: italic;
        margin-bottom: 15px;
        text-align: center;
    }

    .carousel-subtitle span {
        color: #00ffe5 !important;
        font-size: 18px !important;
        font-family: "Playfair Display", serif;
        font-weight: 600 !important;
        padding-left: 5px;
        padding-top: 2px;
    }

    .carousel-subtitle a {
        padding-top: 2px;
        padding-right: 5px;
        color: #ffffff !important;
        text-decoration: none !important;
        font-size: 16px;
        font-weight: 600;
    }

    .carousel-subtitle a:hover {
        color: #99bd5e !important;
    }

    .icon {
        font-size: 13px !important;
        font-weight: 900 !important;
        padding-bottom: 5px !important;
    }



    /* About Page css */

    /* Story section */
    .story {
        background-color: #f7d2a4;
        color: #4A2C2A;
        padding: 50px 0px 25px;
    }

    .storyimg {
        margin-left: 40px !important;
        width: 750px !important;
        border-radius: 30px !important;
    }

    .story-title {
        color: #5d3b38;
        font-size: 50px;
        font-weight: 600;
        font-family: "Playfair Display", serif;
        font-style: italic;
    }

    .story-subtitle {
        color: #9c5a5a;
        font-size: 20px;
        font-weight: 600;
        padding: 20px 0px;
    }

    .story-text {
        color: black;
        font-size: 25px;
    }

    /* Mission and Vision */
    .vm {
        background-color: #f7d2a4;
    }

    .mission-card {
        display: flex;
        gap: 20px;
        margin: 30px;
        padding: 25px;

        border: 1px solid #f2d4c6;
        border-radius: 20px;

        background: #fff8f4;
    }

    .mission-card i {
        font-size: 40px;
        color: #ff8d8d;
    }

    /* Achievements section */
    .achievements-section {
        padding: 35px 0;
        margin: 5px 40px;
        background-color: #f7d2a4;
        border: 1px solid #c07a0a;
    }

    .achievement-title {
        text-align: center;
        color: #4A2C2A;
        font-weight: 700;
        margin-bottom: 35px;
        font-family: "Playfair Display", serif;
    }

    .achievement-item {
        padding: 15px;
        border-right: 2px solid #e08989;
    }

    .border-remove {
        border-right: none;
    }

    .achievement-item i {
        font-size: 42px;
        color: #ff8d8d;
        margin-bottom: 15px;
        display: block;
    }

    .achievement-item h6 {
        color: #4A2C2A;
        font-weight: 600;
        line-height: 1.5;
        margin: 0;
    }

    /* Why Us Section */
    .ourteam {
        color: #5d3b38;
        font-size: 20px;
        font-weight: 600;
        font-family: "Playfair Display", serif;
        font-style: italic;
        background-color: #f7d2a4;
    }

    .whyus-title {
        color: #5d3b38;
        font-size: 50px;
        font-weight: 600;
        font-family: "Playfair Display", serif;
        font-style: italic;
        padding: 20px;
    }

    .whyus-item {
        padding-top: 30px;
    }

    .whyus-item span {
        color: black !important;
    }

    .whyus-item i {
        color: rgb(252, 3, 70);
        font-size: 20px;
        margin-right: 10px;
    }

    .team-card {
        text-align: center;
        padding: 20px;
    }

    .team-card img {
        border-radius: 15px !important;
        height: 200px !important;
        width: 200px !important;
    }

    .team-card h6 {
        margin-top: 10px;
    }






    /* Gallery page css */
    .gallery-section {
        padding: 35px 0;
        background-color: #f9ddba;
        border: 1px solid #c07a0a;
    }

    .gallery-image {
        width: 100% !important;
        height: 250px !important;
        background-size: cover;
        background-position: center;
        border-radius: 20px !important;
        margin-bottom: 20px !important;
    }






    /* Products Page css */
    .product-section {
        background-color: #f9ddba;
        color: #4A2C2A;
        padding: 5px 50px 25px;
    }

    .products {
        margin: 5px !important;
    }

    .product-card {
        background-color: rgb(198, 181, 181);
        color: #4A2C2A;
        height: 180px;
    }

    .product-card .card-body {
        display: flex;
        flex-direction: column !important;
    }

    .product-card .card-price {
        margin-top: auto !important;
        font-size: 20px;
        color: #21590d;
        font-weight: 700 !important;
    }






    /* Contact Page */
    .contact-page {
        padding: 35px 20px;
        background-color: #f9ddba;
        border: 1px solid #c07a0a;
    }

    .contact-title {
        color: #5d3b38;
        font-family: "Playfair Display", serif;
        font-size: 40px;
        font-weight: 600;
        font-style: italic;
        text-align: center;
        padding-bottom: 10px;
    }

    .contact-details {
        padding-top: 70px;
        border-right: rgb(148, 127, 77) 2px solid;
    }

    .contact-item {
        display: flex;
        align-items: center;
        gap: 15px;
        margin-bottom: 25px;
    }

    .contact-item i {
        color: #794545;
        font-size: 24px;
        margin-top: 3px;
    }

    .contact-content h5 {
        margin: 0;
        color: #4A2C2A;
        font-weight: 600;
        font-size: 16px;
    }

    .contact-content p {
        margin: 2px 0 0;
        color: #666;
        font-size: 14px;
    }

    .contact-form {
        padding-left: 50px;
        padding-right: 50px;
    }

    .input {
        padding-bottom: 30px;
    }

    .contact-form .form-control {
        border: 1px solid #f1d6d6;
        border-radius: 4px;
        padding: 12px 15px;
        height: 48px;
        box-shadow: none;
        color: #4A2C2A;
    }

    .contact-form .form-control:focus {
        border-color: #ff8d8d;
        box-shadow: none;
    }

    .contact-form textarea.form-control {
        height: 140px;
        resize: none;
    }

}

/* Mobile Layout */

@media(max-width:840px) {

    .nav {
        padding: 5px !important;
    }

    .nav-link {
        display: block;
        text-align: center !important;
    }

    .brand {
        margin-left: 10px !important;
        font-size: 25px !important;
    }

    .navlink .active {
        color: #99bd5e !important;
        background-color: #4A2C2A !important;
        border-radius: 20px;
    }

    .navlink :hover {
        background-color: #4A2C2A !important;
    }

    .navbutton {
        display: none;
    }

    .logo {
        padding-left: 5px !important;
    }

    .hero-section {
        height: 91vh;
        background-image: url('/assets/mob-banner.png');
        background-size: cover;
        background-position: center;
        /* background-repeat: no-repeat; */
        position: sticky;
        opacity: 0.9;
    }

    .hero-overlay {
        left: 30px;
        right: 30px;
    }

    .hero-title {
        font-size: 55px;
        color: #000000;
    }

    .hero-subtitle {
        font-size: 32px;
        color: rgb(209, 0, 0);
    }

    .hero-description {
        font-size: 18px;
        width: 65%;
        color: rgb(152, 8, 8);
    }

    .hero-buttons {
        flex-direction: column;
    }

    .about-img {
        display: none;
    }

    .about-section {
        padding: 30px 20px;
        text-align: center;
    }

    .about-title {
        font-size: 35px;
    }

    .featured-section {
        padding: 20px 20px;
    }

    .featured-title {
        font-size: 28px;
    }

    .stats {
        padding: 40px 0px !important;
    }

    .stats-section {
        max-width: 75% !important;
        margin: 0px auto !important;
        /* background-color: # !important; */
    }

    .stat-item {
        border-right: none;
        border-bottom: 2px solid #f4c8c8;
        padding: 20px 0;
    }

    .stat-item.border-remove {
        border-bottom: none;
    }

    .testimonials-section {
        padding: 0px 20px 30px;
    }

    .comment-card {
        display: flex;
        flex-direction: column;
    }

    .section-title {
        font-size: 28px;
    }

    .footer {
        padding: 20px 20px;
        text-align: center;
    }

    .foot-title {
        padding: 15px 0px 10px;
    }

    .carousel-title {
        font-size: 45px;
    }

    .story {
        padding: 30px 20px;
        text-align: center;
    }

    .storyimg {
        margin-left: 0 !important;
        width: 100% !important;
        margin-top: 20px;
    }

    .story-title {
        font-size: 35px;
    }

    .mission-card {
        margin: 15px;
    }

    .achievement-item {
        border-right: none;
        border-bottom: 2px solid #e08989;
    }

    .border-remove {
        border-bottom: none;
    }

    .whyus-title {
        font-size: 35px;
        text-align: center;
    }

    .whyus-item {
        text-align: center;
    }

    .product-section {
        padding: 20px;
    }

    .contact-page {
        padding: 20px;
    }

    .contact-details {
        border-right: none;
        border-bottom: rgb(148, 127, 77) 2px solid;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

    .contact-form {
        padding-left: 0;
        padding-right: 0;
    }

    .featured-section .products.d-flex,
    .product-section .products.d-flex {
        justify-content: center !important;
        gap: 10px;
    }

    .featured-section .card,
    .product-section .card {
        width: calc(50% - 8px) !important;
        margin: 0 !important;
        padding: 0px !important;
    }

    .featured-card,
    .product-card {
        height: auto !important;
        padding: 10px;
    }

    .card-title {
        font-size: 16px;
    }

    .card-text {
        font-size: 13px;
        margin-bottom: 5px;
    }

    .card-img {
        width: 100% !important;
        height: 220px !important;
        object-fit: cover;
    }

    .gallery-section .col-sm-6 {
        width: 50% !important;
        padding: 5px;
    }

    .gallery-image {
        height: 150px !important;
        object-fit: cover;
    }
}