/* General Styles */
body {
margin: 0;
font-family: Arial, sans-serif;
padding-bottom: 80px; /* Prevent content from hiding under fixed navbar */

}

.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: rgba(180, 126, 40, 0.956) !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;
}

/* For Firefox Scrollbar */
/* .navbar {
scrollbar-color: #555 #ddd !important;
scrollbar-width: thin !important;
} */

.section-container {
background-image: url('img/bg_img.jpg');
background-color: #b27641;
/* Path to the image */
background-repeat: no-repeat;
/* Prevent image repetition */
background-position: center;
/* Center the image */
background-size: contain;
/* Adjust image to fit */
width: 100%;
/* Full width */
height: 880px;
/* Set a fixed height */
background-size: cover;
/* margin-top: 30px; */
z-index: -1;

/* Green border */
/* box-sizing: border-box; */
/* Include border in dimensions */
}

.image-container {
text-align: right;
}

.image-container img {
width: 230px;
text-align: right;
height: 150px;
z-index: 1;
border-radius: 5px;
margin-right: 25px;
margin-top: 35px;

}

/* home section start */
/* Section Container */

/* Image Section */

/* Heading Section */
.heading {
text-align: right;
margin-right: 35px;
margin-top: 20px;
}

.heading h1 {
margin: 0;
font-size: 25px;

color: white;

font-family: "Playwrite VN", serif;
font-optical-sizing: auto;
font-weight: 400;
font-style: italic;
}

.heading p {
font-style: italic;
font-size: 14px;
/* margin: 10px 0; */
color: white;
margin-top: 20px;
}

.heading .address {
color: #fbf13d;
margin-left: 80px;
text-align: left;
}

.divider {
height: 2px;
background-color: #6b3f23;
width: 50%;
margin: 10px auto;
}

@media screen and (max-width: 390px) {
body {
.image-container img {
width: 200px;
text-align: right;
height: 130px;
z-index: 1;
border-radius: 5px;
margin-right: 20px;
margin-top: 55px;

}

.heading h1 {
margin: 0;
font-size: 22px;

color: white;

font-family: "Playwrite VN", serif;
font-optical-sizing: auto;
font-weight: 400;
font-style: italic;
}

.contact-item {
/* background-color: rgb(102, 67, 36); */
border-radius: 10px;
/* padding: 10px 15px; */
/*margin: 5px 0;*/
display: flex;
align-items: center;
width: 99%;
max-width: 400px;
color: white;
margin-bottom: 14px;
}

.contact-item i {
margin-right: 10px;
margin-left: -15px;
margin-top: -10px;
color: white;
font-size: 1.2rem;
border-bottom: 2px solid white;
/* background-color:rgb(251, 212, 58); */
padding: 8px;
border-radius: 10px;
width: 50px;
transition: transform 0.3s ease;
}
}
}

/* internal css paste start */

.main-body{
max-width: 450px;
}

/* 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: #53403d !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: #5c2a20;
font-size: 14px;
}

/* Contact Details */
.contact-details {
display: flex;
flex-direction: column;
align-items: center;
}

.contact-item {
/* background-color: rgb(102, 67, 36); */
border-radius: 10px;
/* padding: 10px 15px; */
margin: 5px 0;
display: flex;
align-items: center;
width: 99%;
max-width: 400px;
color: white;
margin-bottom: 25px;
}

.contact-item span{
/* background-color: #5c2a20; */
/* width: 40%; */
padding: 8px;
/* border: 2px solid green; */
text-align: left;
border-radius: 10px;
font-size: 14px;

}

.content-item .number{
width: 30%;
}
.content-item .mail{
width: 50%;
}

.contact-item i {
margin-right: 10px;
margin-left: 10px;
color: white;
font-size: 1.2rem;
border-bottom: 2px solid white;
/* background-color:rgb(251, 212, 58); */
padding: 8px;
border-radius: 10px;
width: 50px;
transition: transform 0.3s ease;
}

.contact-item i:hover{
/* background-color: rgb(247, 191, 35) ;
color: brown; */
transform: scale(1.2)
}

.contact-item span{
margin-left: 10px;
}

/* whatsapp share start */
.whatsapp-share{

/* background-color: */
border: 2px solid rgb(150, 141, 89);
/* border-top-right-radius: 10px;
border-bottom-right-radius: 10px; */
/* max-width: 400px; */
width: 100%;
text-align: center;
height: 49px;
/*margin-left: 16px;*/
/*margin-right: 20px;*/

}

.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(75, 60, 50);
color: white;
}

.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 {
font-size: 20px;
background-color: #b27641;;
padding: 10px;
color: white;
text-align: center;
}

.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: 20px;
background-color: #b27641;;
padding: 10px;
color: white;
text-align: left;

}

.about .container p{
text-align: left;
margin: 10px;
font-size: 15px;
}

.services h2{
font-size: 20px;
background-color: #b27641;;
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: 20px;
background-color: #b27641;;
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: 20px;
background-color:#b27641;;
padding: 10px;
color: white;
text-align: left;
margin-bottom: 10px;

}

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

.feedback-form h2 {
color: #b27641;
margin-bottom: 10px;
}

.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;
}

.contact h2{
font-size: 20px;
background-color: #b27641;
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 #b27641; ;
}

.service-card img{
height:250px;
}

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

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

/* feedback start */

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

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

.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;
}

/* feedback section start */

.feedback-section h3 {
text-align: center;
color: #b27641;
margin-bottom: 15px;
}

.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;
}

/* share button start */
.footer-buttons {
margin-top: 15px;
text-align: center;
margin-bottom: 45px;
}
.footer-buttons .btn {
border-radius: 50px;
font-size: 16px;
font-weight: bold;
margin: 5px;
padding: 10px 20px;
}
.save-btn {
color: #d4af37;
border: 2px solid #d4af37;
}
.save-btn:hover {
background-color: #d4af37;
color: white;
}
.share-btn {
color: #d4af37;
border: 2px solid #d4af37;
}
.share-btn:hover {
background-color: #d4af37;
color: white;
}

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

}

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

}

.try_get{
background-color: #d09a58;
display: inline-block;
color:whitesmoke;
transform: rotate(45deg);
float: inline-end;
position: fixed;
right: 0;
top: 0;
padding: 7px;

}
