@import url('https://fonts.googleapis.com/css2?family=Aclonica&family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Dancing+Script:wght@400..700&family=Josefin+Sans:ital,wght@0,100..700;1,100..700&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Nunito:ital,wght@0,200..1000;1,200..1000&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Quicksand:wght@300..700&family=Qwigley&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

img {
    max-width: 100%;
}

body,
html {
    overflow-x: hidden;
    font-family: "Rubik", sans-serif;
    font-size: 14px;

}

.container {
    max-width: 1200px;
    padding: 0;
    margin: auto;
}

/* navbar */
.fixed-top {
    z-index: 1030;
    background-color: #fff;
    /* Add background to avoid see-through */
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    /* Optional shadow */
}

.navbar {
    padding: 8px 20px;
    background-color: #f0e6d0;
}

.navbar-nav .nav-link {
    color: #000 !important;
    font-weight: 500;
    font-size: 16px;
    transition: 0.3s ease-in-out;
    margin-right: 20px;
}

.navbar-nav .nav-link:hover {
    color: #e6c170 !important;
}

.navbar-nav .nav-link.active {
    color: #C79E47 !important;
    font-weight: 600;
    font-size: 18px;
}

.contact-number {
    color: white;
    text-decoration: none;
    font-weight: bold;
}

@media (min-width: 992px) {
    .navbar-nav {
        margin: 0 auto;
    }
}

.call-btn {
    background-color: #C79E47;
    padding: 10px;
    border-radius: 10px;
    transition: 0.3s ease-in-out;
}

.call-btn:hover {
    background-color: #000;
}

.navbar-brand img {
    width: 218px !important;
    height: 100px !important;
}

/* navbar */
.main_wrapper .lead {
    font-size: 16px;
    font-weight: 500;
}

@media (max-width:450px) {
    .heading-2 {
        font-size: 21px;
    }
}

/* services_wrapper */
/* banner_wrapper */
.banner_wrapper {
    position: relative;
    background-image: url(./images/banner/banner.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 600px;
    overflow: hidden;
}

.banner_wrapper::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    /* black shadow with 50% opacity */
    z-index: 1;
}

.banner_wrapper>* {
    position: relative;
    z-index: 2;
}

.banner_wrapper h1 {
    color: #fff;
    font-size: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20%;
}

@media (max-width:500px) {
    .banner_wrapper {
        position: relative;
        background-image: url(./images/banner/banner.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        height: 500px;
        overflow: hidden;
    }

    .banner_wrapper h1 {
        margin-top: 60% !important;
    }
}

.breadcrumb {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 16px;
    color: #fff;
    margin-left: 45%;

}

.breadcrumb a {
    text-decoration: none !important;
    color: #007bff;
}

.breadcrumb a:hover {
    color: #ddb046 !important;
}

@media (max-width:500px) {
    .breadcrumb {
        margin-left: 35%;
    }

    .banner_wrapper h1 {
        margin-top: 35%;
    }
}

/* 
banner_wrapper */
/* about_wrapper */
.about_wrapper {
    padding: 50px 0;
}

.about_wrapper h3 {
    font-size: 40px;
    color: #000;
    text-align: center;
    padding-bottom: 20px;
    position: relative;
    margin-bottom: 30px;
}

.about_wrapper h3::after {
    content: "";
    position: absolute;
    bottom: 16px;
    left: 50%;
    transform: translateX(-50%);
    width: 208px;
    /* adjust as needed */
    height: 4px;
    background-color: #C79E47;
    border-radius: 2px;
}

.about_wrapper p {
    padding: 0 20px;
}


.text-purple {
    color: #C79E47;
    font-size: 40px;
    padding: 10px 0;
}

@media (max-width:500px) {
    .text-purple {
        text-align: center;
    }

    .about-column p {
        padding: 0 20px;
    }

    .btn-outline-purple {
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 20px;
    }
}

.btn-outline-purple {
    border: 1px solid #C79E47;
    color: #C79E47;
}

.btn-outline-purple:hover {
    background-color: #C79E47;
    color: #fff;
}

.about-column h2 {
    font-size: 35px;
    text-align: center;
    position: relative;
    padding-top: 15px;
}

.about-column h2::after {
    content: "";
    position: absolute;
    bottom: 10%;
    left: 50%;
    transform: translateX(-50%);
    width: 208px;
    /* adjust as needed */
    height: 4px;
    background-color: #C79E47;
    border-radius: 2px;
}



/* about_wrapper exit */
.services_wrapper {
    padding: 50px 0;
}

.services_wrapper h3 {
    color: #292211;
    font-size: 25px;
    text-align: center;
}

@media (max-width:500px) {
    .services_wrapper h3 {
        font-size: 22px;
        padding: 0 20px;
    }
}

.services_wrapper h2 {
    font-size: 35px;
    text-align: center;
    position: relative;
    padding-top: 15px;
}

.services_wrapper h2::after {
    content: "";
    position: absolute;
    bottom: -10%;
    left: 50%;
    transform: translateX(-50%);
    width: 208px;
    /* adjust as needed */
    height: 4px;
    background-color: #C79E47;
    border-radius: 2px;
}

.services_wrapper p {
    font-size: 14px;
    padding-top: 15px;
}

.services_wrapper img {
    height: 250px;
    width: 100%;
    border-radius: 10px;
}

@media (max-width:500px) {
    .services_wrapper p {
        padding: 20px;
        font-size: 14px;
    }
}

.Arrow_btn {
    background-color: #C79E47;
    border: 1px solid transparent;
    transition: all 0.3s ease-in-out;
    display: inline-block;
    margin-left: 35%;
    margin-top: 8%;
}

.Arrow_btn a {
    color: #fff;
    display: inline-block;
    padding: 10px 20px;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}

/* Hover styles */
.Arrow_btn:hover {
    background: transparent;
    border: 1px solid #C79E47;
}

.Arrow_btn:hover a {
    color: #000;
}

.card-text {
    color: #000;
}

.card.gradient-border {
    position: relative;
    border-radius: 12px;
    background: #fff;
    z-index: 0;
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
    margin: 10px;
}

.card.gradient-border::before {
    content: "";
    position: absolute;
    top: -3px;
    left: -3px;
    right: -3px;
    bottom: -3px;
    z-index: -1;
    background: linear-gradient(135deg, #f1ece4, #C79E47);
    border-radius: 15px;
}

.card.gradient-border:hover::before {
    filter: brightness(1.5);
    border: 2px solid #5d4103;
}

.card.gradient-border .card-body h5 {
    color: #C79E47;
    font-weight: bold;
}

.card.gradient-border a {
    color: #C79E47;
    font-weight: bold;
    text-decoration: none;
}

.card.gradient-border a:hover {
    color: #000;
}

/* why choose us */
.ChooseUs_Wrapper {

    padding: 50px 0;
}

.choose_img img {
    padding: 20px;
    width: 100%;
    height: 280px;

}

.choose_img {
    border-radius: 10px;
}

.Choose-Card {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    margin: 10px;
    border-radius: 20px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;

}

.Choose-Card {
    position: relative;
    padding: 10px;
    background: #fff;
    border-radius: 10px;
    z-index: 1;
}

.Choose-Card::before {
    content: "";
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    background: linear-gradient(to right, #5d4103, #91753a);
    z-index: -1;
    border-radius: 12px;
}

.Choose-Card-body {
    padding: 0 20px 15px;

}

.Choose-Card-body h4 {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
}

.Choose-Card-body p {
    color: #fff;
}

/* why choose Us exit */

/* contact_wrapper */
.contact_wrapper {
    padding: 80px 0;
}

.contact_wrapper h3 {
    text-align: center;
    font-size: 40px;
    color: #000;
    margin-bottom: 30px;
}

.contact_wrapper h3 {
    font-size: 35px;
    text-align: center;
    position: relative;
    padding-top: 15px;
}

.contact_wrapper h3::after {
    content: "";
    position: absolute;
    bottom: -10%;
    left: 50%;
    transform: translateX(-50%);
    width: 208px;
    /* adjust as needed */
    height: 4px;
    background-color: #C79E47;
    border-radius: 2px;
}

.contact_list {
    font-size: 20px;
    text-align: left;
}

@media (max-width:500px) {
    .contact_map {
        margin-top: 20px;
        width: 100% !important;
    }
}



@media(max-width:450px) {
    .contact_text {
        width: 107%;
    }
}

.Contact-text {
    background-color: #C79E47;
    padding: 80px 30px;
}

.contact_list {
    color: #fff;
}

.Contact-text li {
    list-style: none;
    margin-bottom: 20px;
}

/* contact_wrapper */
/* Gallery_wrapper */

.Gallery_wrapper {
    padding: 50px 0;
}

.Gallery_wrapper h3 {
    color: #000;
    font-size: 40px;
    font-weight: 600;
    text-align: center;
    padding-bottom: 30px;
    position: relative;
    margin-bottom: 30px;
}

.Gallery_wrapper h3::after {
    content: "";
    position: absolute;
    bottom: 24px;
    left: 50%;
    transform: translateX(-50%);
    width: 208px;
    /* adjust as needed */
    height: 4px;
    background-color: #C79E47;
    border-radius: 2px;
}



.gallery-img img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    display: block;
    border-radius: 8px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
    transition: transform 0.3s ease;
    margin: 10px;
    transition: 0.3s ease;
    padding: 5px;
}

.gallery-img img:hover {

    background-color: #c09540;
    filter: brightness(80%);
}

/* 2-column layout on mobile */
@media (max-width: 500px) {
    .Gallery_wrapper .col-md-3 {
        width: 40px !important;
        flex: 0 0 50% !important;
        max-width: 50% !important;
        padding: 10px;
        margin-right: -10px;
    }
}

/* whatsapp_icon */

.fixed-contact-icons {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.fixed-contact-icons a {
    width: 50px;
    height: 50px;
    background-color: #25D366;
    /* WhatsApp green for both by default */
    color: white;
    font-size: 24px;
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s;
}

.fixed-contact-icons .call-icon {
    background-color: #0d6efd;
    /* Blue for call */
}

.fixed-contact-icons a:hover {
    transform: scale(1.1);
}

.fixed-contact-icons {
    position: fixed;
    bottom: 20px;
    z-index: 999;
}

.call-icon {
    display: none;
    /* Hide by default (desktop & tablet) */
    background-color: #28D146;
    color: white;
    /* padding: 12px; */
    border-radius: 50%;
    font-size: 20px;
    text-align: center;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}

@media (max-width: 451px) {
    .fixed-contact-icons .call-icon {
        display: inline-block;
        margin-left: 330px;
        margin-bottom: -58px;
    }
}

@media (max-width: 390px) {
    .fixed-contact-icons .call-icon {
        display: inline-block;
        margin-left: 290px;
        margin-bottom: -58px;
    }
}







/* 
Gallery_wrapper */


/* footer */
.footer_wrapper {
    background-color: rgb(10, 10, 56);
}

.list-unstyled li a:hover {
    color: #C79E47 !important;
}

/* footer */

/* footer_start */
.footer {
    background-color: #222;
    color: #fff;
    /* padding: 40px 20px; */
    padding: 50px 20px 0 20px;
    font-family: sans-serif;
}

.footer-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1200px;
    margin: auto;
}

.footer-column {
    flex: 1 1 220px;
    margin: 10px;
}

.footer-column h4 {
    margin-bottom: 15px;
    font-size: 18px;
    border-bottom: 2px solid #555;
    padding-bottom: 5px;
}

.footer-column ul,
.footer-column a {
    font-size: 14px;
    color: #fff;
}

.footer-column p {
    font-size: 14px;
    color: #fff;
    width: 250px;
}

.footer-column ul {
    list-style: none;
    padding: 0;
}

.footer-column ul li {
    margin-bottom: 10px;
}

.footer-column a {
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-column a:hover {
    color: #C79E47;
    font-weight: 600;
}

.social-icons a {
    display: inline-block;
    margin-right: 10px;
}

.social-icons img {
    width: 18px;
    height: 18px;
    filter: brightness(1) invert(1);
    transition: transform 0.3s ease;
}

.social-icons a:hover img {
    transform: scale(1.3);
}


/* Mobile Responsive */
@media (max-width: 768px) {
    .footer-container {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .footer-column {
        margin: 20px 0;
    }
}

/* footer_End */
/* copyright */
.footer-container .copyright-section {
    padding: 1rem 0 1rem;
    text-align: center;
    border-top: 1px solid #fff;
    font-size: 14px;
}

.footer-container .copyright-section a {
    color: #C79E47;
    font-weight: 600;
    text-decoration: none;

}

@media(max-width:450px) {
    .navbar-brand img {
        width: 323px;
        height: 100px !important;
    }
}