*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: sans-serif;
}

/* other code internel css start */
.main_body {
    max-width: 450px;
}

.whatsapp-share {
    /* background-color:  */
    border: 2px solid rgb(255, 217, 0);
    /* border-top-right-radius: 10px;
border-bottom-right-radius: 10px; */
    /* max-width: 400px; */
    width: 100%;
    text-align: center;
    height: 49px;

}

.whatsapp-share input {
    float: left;
    width: 45%;
    padding: 10px;
    border: none;
    height: 43px;
}

.whatsapp-share button  {

    float: right;
    margin-right: 0px;
    width: 55%;
    padding: 11px;
    background-color:  #105015;
    color: whitesmoke;
    font-size: 15px;
    font-weight: bolder;
    height: 45px;
}

.whatsapp-share span:hover {
    background-color: rgb(98, 46, 9);
    color: white;
}
/*resposive format*/

@media screen and (max-width: 390px) {
 .second-info h1{
color: rgb(252, 195, 121);
font-weight: bolder;
text-align: center;
font-size: 20px;
margin-top: -70px;
margin-left:5px;
z-index: 1;
}

.second-info .half_line{
width: 30%;
border-bottom: 6px solid  rgb(252, 195, 121);
text-align: center;
margin-left: 130px;
}


.second-info h2{
color: black;
font-weight: bold;
text-align: center;
font-size: 16px;
}
}

.info-address li span {
    margin-left: 10px;
}

.info-address{
    margin-top:-25px;
}

/* other code internel css end */

#first-header img {
    position: absolute;
    width: 120px;
    height: 120px;
    left: 70px;
    top: 160px;
    border-radius: 50%;
}

/* second info start */
.second-info img{
    width: 100%;
    margin-top: -5px;
    z-index: 1000;
  }
    .second-info .half_line{
    width: 30%;
    border-bottom: 6px solid  rgb(252, 195, 121);
    text-align: center;
    margin-left: 160px;
    }

.second-info h1{
    color: rgb(252, 195, 121);
    font-weight: bolder;
    text-align: center;
    font-size: 24px;
    margin-top: -85px;
    z-index: 1;
}
.second-info h2{
    color: black;
    font-weight: 500;
    text-align: center;
    font-size: 18px;
}

/* contact icon start */
/* Contact Icons */
.contact-icons {
    display: flex;
    justify-content: center;
    margin: 20px 0;
}

.contact-icons div {
    text-align: center;
    /* margin: 10px 20px; */
    margin: 5px;
}

.contact-icons i {
    font-size: 1.6rem;
    background-color:  #724633 !important;
    color: white;
    aspect-ratio: 3/2;
    width: 43px;
    padding: 8px;
    border-radius: 50px;
    transition: transform 0.3s ease;
}

.contact-icons i:hover{
    background-color: brown;
    color: rgb(249, 231, 39);
    transform: scale(1.1)
    /* padding: 10px; */
    /* zoom: 5px; */
}

.contact-icons div p{
    color: black;
    font-weight: 500;
    font-size: 14px;
}


.second-info .info-icon{
    list-style-type: none;
    text-align: center;
}

.second-info .info-icon li a{
    background-color: #855a5a;
    margin: 10px;
    padding: 13px;
    border-radius: 50%;
    color: white;
    height: 50px;
    width: 50px;
}

.second-info .info-icon li{
    /* margin: 15px;
    padding: 10px; */
    display: inline-flex;
    /* flex-direction: row; */
    justify-content: space-around;
}
 .info-address{
    list-style-type: none;
}

 .info-address li a{
    background-color: #c4a768;
    margin-bottom: 10px;
    margin-left: -10px;
    padding: 13px;
    border-radius: 50%;

    height: 50px;
    width: 50px;
}

.info-address li a i{
    font-size: 22px;
    color:  #992525;
    font-weight: bold;
    transition: transform 0.3s ease;
}

.info-address li a i:hover{
    /* background-color: brown; */
    color: rgb(249, 85, 39);
    transform: scale(1.1)
    /* padding: 10px; */
    /* zoom: 5px; */
}
 .info-address li{
    background-color: #deb18e;
    /*margin: 10px;*/
    padding: 13px;
    border-radius: 25px;
    color: rgb(9, 8, 8);
    /* height: 50px;
    width: 50px; */
}




.footer-nav {
    background-color:  #7c4e42;
    padding: 15px;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.footer-nav .nav-item,a {
    text-align: center;
    color: white;
}
.footer-nav .nav-item i {
    font-size: 24px;
}
.footer-buttons {
    margin-top: 15px;
    text-align: center;
}
.footer-buttons .btn {
    border-radius: 50px;
    font-size: 16px;
    font-weight: bold;
    margin: 5px;
    padding: 10px 20px;
}
.save-btn {
    color: #724633;
    border: 2px solid #724633;
}
.save-btn:hover {
    background-color: #724633;
    color: white;
}
.share-btn {
    color: #6d4e18;
    border: 2px solid #6d4e18;
}
.share-btn:hover {
    background-color: #6d4e18;
    color: white;
}

/* .whatsapp-share {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: white;
    border: 1px solid #ddd;
    border-radius: 25px;
    padding: 10px;
    width: 350px;
}

.phone-number {
    font-size: 18px;
    font-weight: bold;
    margin-right: 20px;
    color: #333;
}

.whatsapp-button {
    display: flex;
    align-items: center;
    background-color: #7c4e42;
    color: white;
    border-radius: 20px;
    padding: 10px 15px;
    text-decoration: none;
    font-weight: bold;
    font-size: 16px;
}

.whatsapp-button img {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

.whatsapp-button:hover {
    background-color: #6b3c32;
} */

.social-icons {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-bottom: 20px;
}

.social-icons img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    transition: transform 0.3s ease;
}

.social-icons img:hover {
    transform: scale(1.1);
}

.qr-code-section h2 {
    padding: 10px;
    color: white;
    text-align: left;
    font-size: 1rem;
    background-color: #7c4e42;
}

.qr-code img {
    width: 250px;
    height: 250px;
    align-items: center;
}

.qr-link {
    /* margin: 15px; */
    padding: 10px;
    border-top: 1px solid #ddd;
    background-color: #c18576;

}

.qr-link a {
    text-decoration: none;
    font-weight: bold;
    font-size: 14px;
    color: rgb(126, 45, 45);
    text-align: center;
    padding: 10px;

}

.qr-link a:hover {
    text-decoration: underline;
}
.about h2{
    font-size: 1rem;
    background-color: #7c4e42;
    padding: 10px;
    color: white;
    text-align: left;

}

.about .container p{
    text-align: left;
    margin: 10px;
    font-size: 14px;
}
.youtube h2{
    font-size: 1rem;
    background-color: #7c4e42;
    padding: 10px;
    color: white;
    text-align: left;
    margin-bottom: 10px;

}

.gallery h2{
    font-size: 1rem;
    background-color: #7c4e42;
    padding: 10px;
    color: white;
    text-align: left;
    margin-bottom: 10px;

}

.services h2{
    font-size: 1rem;
    background-color: #7c4e42;
    padding: 10px;
    color: white;
    text-align: left;
    margin-bottom: 10px;

}

/* payment section */
/* body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f5f5f5;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
} */
.payment h2{
    font-size: 1rem;
    background-color: #7c4e42;
    padding: 10px;
    color: white;
    text-align: left;
    margin-bottom: 10px;

}


/* .payment-section {
    width: 80%;
    background-color: white;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    text-align: center;
} */



.payment-method {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    gap: 20px;
}

.payment-item {
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 15px;
    width: 300px;
    text-align: center;
    background-color: #f9f9f9;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.payment-logo .logo {
    width: 50px;
    margin-bottom: 10px;
}

.payment-details h3 {
    color: #333;
    margin: 10px 0;
}

.payment-details p {
    color: #555;
    margin: 5px 0;
}

.payment-details .qr-code {
    width: 150px;
    margin: 10px 0;
    border: 1px solid #ccc;
    border-radius: 8px;
}


/* feedback section */
/* body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f5f5f5;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
} */

.feedback h2{
    font-size: 1rem;
    background-color: #7c4e42;
    padding: 10px;
    color: white;
    text-align: left;
    margin-bottom: 10px;

}

/* .feedback-section {
    width: 60%;
    background-color: white;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
} */

.feedback-form {
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
}

.feedback-form h2 {
    color: #7c4e42;
    margin-bottom: 10px;
    font-size: 1rem;
}

.stars {
    font-size: 20px;
    color: #ccc;
    margin: 10px 0;
    cursor: pointer;
}

form input, form textarea {
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid #ddd;
    border-radius: 5px;
    background-color: #f9f9f9;
}

form button {
    background-color: #f9c6b4;
    color: #7c4e42;
    border: none;
    padding: 10px 20px;
    border-radius: 25px;
    cursor: pointer;
    font-size: 16px;
    transition: background-color 0.3s ease;
}

form button:hover {
    background-color: #e5b3a1;
}

.note {
    color: #555;
    font-size: 12px;
    margin-top: 10px;
}

.latest-feedback {
    margin-top: 20px;
}

/* .latest-feedback h3 {
    color: #7c4e42;
    margin-bottom: 10px;
} */

/* feedback section start */



.feedback-section h3 {
    text-align: left;
    color: #7c4e42;
    margin-bottom: 15px;
    font-size: 1rem;
}

.feedback-container {
    display: flex;
    overflow-x: auto; /* Horizontal scroll */
    gap: 20px;
    padding: 10px;
    scroll-behavior: smooth; /* Smooth scrolling */
    /* border: 1px solid #ddd; */
    /* border-radius: 8px;
    background-color: #f9f9f9; */
}

.feedback-card {
    flex: 0 0 auto; /* Ensures each card takes up fixed space */
    width: 300px;
    padding: 15px;
    border-radius: 8px;
    background-color: #ffffff;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    text-align: left;
    border: 1px solid #ddd;
    height: 120px;
    /* margin-top: -30px; */


}
.feedback-card p{
    font-size: 12px;
    color: black;
}

/* .feedback-card .stars{
    margin-top: -150;
    margin-bottom: -30px;
} */

.feedback-card .rating{
    font-size: 15px;
    color: black;
    margin-top: -12px;

}

.feedback-card .name-details p,.date{
    font-size: 10px;
    color: black;
    display: inline-block;
    /* width: 50%; */
}
.feedback-card .name-details{
    width: 100%;
}

.feedback-card .name-details .name{
    width: 40%;
    float: left;
}

.feedback-card .name-details .date{
    width: 58%;
    float: right;
    margin-top: -25px;
}



.feedback-card .stars {
    color: #ff8c00; /* Golden star color */
    font-size: 20px;
}

.feedback-card p {
    margin: 8px 0;
    color: #555;
    margin-top: -5px;
}

.feedback-container::-webkit-scrollbar {
    height: 8px; /* Height of the horizontal scrollbar */
}

.feedback-container::-webkit-scrollbar-thumb {
    background-color: #bbb;
    border-radius: 10px;
}

.feedback-container::-webkit-scrollbar-track {
    background-color: #f1f1f1;
}


.contact h2{
    font-size: 20px;
    background-color: #7c4e42;
    padding: 10px;
    color: white;
    text-align: left;
    margin-bottom: 10px;

}

.contact .contact-form{
    font-size: 16px;
    font-weight: bolder;
    text-align: center;
}

.contact .contact-form button{
    font-size: 16px;
    font-weight: bolder;
    text-align: center;
}

.feedback-form form{
    font-size: 16px;
    font-weight: bolder;
    text-align: center;
}

.feedback-form form button{
    font-size: 16px;
    font-weight: bolder;
    text-align: center;
}

.container .whatsappshare{
    text-align: center;
}

.visiting-card .qr-code{
    text-align: center;
}

/* services start */
.services .service-card{
    text-align: center;
    padding: 10px;
    border: 3px solid #7c4e42 ;
}

.services .service-card .card-body p{
    background-color: #eec4a3;
    border-radius: 10px;
    font-size: 20px;
    padding: 5px;
    font-weight: 500;
}

.services .service-card .card-body button{
    background-color: #eec4a3;
    border-radius: 10px;
    font-size: 20px;
    padding: 7px;
    border: none;
    color: white;
}

/* feedback start */

.stars{
    font-size: 30px;
    /* color: #6b3c32; */
}

.feedback-form label{
    font-size: 25px;
    color: #7c4a3f;
}

.feedback-form form input{
    background-color: #eee1de;
    color: #7c4e42;
}
.feedback-form form textarea{
    background-color: #eee1de;
    color: #7c4e42;
}

.contact-form textarea{
    background-color: #eee1de;
    color: #7c4e42;
}

 /* Navigation Container */
 .navbar {
    display: inline !important;
    position: fixed !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    overflow-x: scroll !important; /* Horizontal Scroll */
    white-space: nowrap !important;
    background-color:  #724633!important;
    padding: 10px 0 !important;
    z-index: 1000 !important; /* Always on top */
    /* height: 100px; */
    margin: -10px;
}

/* Individual Menu Items */
.menu-item {
    display: inline-block !important;
    text-align: center !important;
    color: #fff !important;
    font-size: 16px !important;
    font-weight: bold !important;
    /* margin: 0 15px !important; */
    text-decoration: none !important;
}

/* Icons and Text */
.menu-item i {
    display: block !important;
    font-size: 20px !important;
    margin-bottom: 5px !important;
}
.try_get{
    background-color: #d09a58;
    display: inline-block;
    color:whitesmoke;
    transform: rotate(45deg);
    float: inline-end;
    position: fixed;
    right: 0;
    top: 0;
    padding: 7px;




}

