body {
margin: 0;
padding: 0;
font-family: Arial, sans-serif;
}

/* internal css pase start */
.rounded-pill .fas, .fab{
/* background-color: aqua; */
padding: 10px;
border-radius: 50%;
}

.banner{
background-image: url(img/bg-head.jpeg);
background-color: rgb(226, 132, 132);
height: 280px;
background-repeat: no-repeat;
background-position: center;
overflow: hidden;
position: relative;
/* width: 100%; */
background-size: cover;
margin-bottom: 50px;
z-index: -2;

}
.banner-foot{
position: absolute;
/* top: 150px; */
/* height: 20px; */
bottom: -5px;
z-index: -1;

}

.logo-container {
/* position: absolute; */
background-color: #ff0000;
margin-top: -90px;
margin-left: 40px;
width: 125px;
height: 125px;
z-index: 1;

/* top: 200px; */
background: white;
padding: 1px;
border-radius: 2px;
border: 2px solid rebeccapurple;
}

.logo-container img {
width: 120px;
height: 120px;

}

/* Info Box */
.info-box {
/* position: absolute; */
margin: -10px 0 20px 0;
margin-left: 190px;
margin-top: -60px;
background: #514460d9;
color: white;
border-radius: 5px;
padding: 10px;

width: 170px;
height: 130px;
}

.info-box h5{
margin-left: 10px;
font-weight: 300;
}

.info-box p{
text-align: center;
margin-top: 8px;
}

@media screen and (max-width: 380px){
.logo-container{
width: 120px;
height: 110px;
}
.logo-container img {
width: 110px;
height: 100px;

}

.info-box {

width: 140px;
height: 115px;
margin-left:175px;
}
}

.main-body{
max-width: 480px !important;
/* text-align: center; */
/* border: 2px solid red; */

}

.service-card .card-body button{
border:none;
}

/* internal css pase end */

/* Curved Line Section */
.curve-line {
position: relative;
width: 100%;
overflow: hidden;
}

.curve-line svg {
display: block;
width: 100%;
height: 100px; /* Adjust height as needed */
}

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

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

.contact-icons i {
font-size: 1.4rem;
background-color: rgb(104, 119, 9) !important;
color: white;
width: 45px;
transition: transform 0.3s ease;
}

.contact-icons i:hover{
transform: scale(1.1);
}

.contact-icons div p{
font-size: 14px;
color: #395d12;
}

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

.contact-item {
margin: 5px;
display: flex;
align-items: center;
width: 90%;
max-width: 400px;
}

.contact-item i {
margin-right: 10px;
background-color: #615463d9;
font-size: 1.5rem;
width: 45px;
padding: 10px;
border-radius: 50px;
color: rgb(245, 229, 198);
transition: transform 0.3s ease;
}

.contact-item i:hover{
transform: scale(1.1);
}

.contact-item span{
margin-left: 10px;
font-size: 13px;
padding: 10px;
border-radius: 5px;
background-color: #b891a5;
}

#curve {
margin-top: -20px;
text-align: center; /* Center-align the image inside the container */
}

.responsive-img {
width: 100%; /* Image will scale based on the container's width */
max-width: 150px; /* Prevent the image from getting too large */
height: auto; /* Maintain aspect ratio */
}

/* Media Query for smaller screens */
@media (max-width: 768px) {
.responsive-img {
max-width: 768px; /* Adjust size for smaller screens */
}
}

/* copy code */
/* whatsapp share start */
.whatsapp-share{
/* background-color: */
border: 2px solid rgb(168, 223, 106);
/* 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: #77c425;
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: 17px;
background-color: #514460d9;
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: #89be47;
text-align: center;

}

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

}

.qr-link a:hover {
text-decoration: underline;
}
.about h2{
font-size: 20px;
background-color: #514460d9;
padding: 10px;
color: white;
text-align: left;
font-size: 16px;

}

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

.services h2{
font-size: 20px;
background-color: #514460d9;
padding: 10px;
color: white;
text-align: left;
margin-bottom: 10px;
font-size: 16px;

}

/* 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: #514460d9;
padding: 10px;
color: white;
text-align: left;
margin-bottom: 10px;
font-size: 16px;

}

/* .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: #514460d9;
padding: 10px;
color: white;
text-align: left;
margin-bottom: 10px;
font-size: 16px;

}

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

.feedback-form h2 {
color: #514460d9;
margin-bottom: 10px;
font-size: 16px;
}

.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: #efe6e6;
color: #a0641b;
}

form button {
background-color: #8ab3c0;
color: rgb(49, 67, 87);
border: none;
padding: 10px 20px;
border-radius: 25px;
cursor: pointer;
font-size: 16px;
transition: background-color 0.3s ease;
}

form button:hover {
background-color: #4794c0;
}

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

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

.latest-feedback h3 {
color: #514460d9;
margin-bottom: 10px;
}

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

}

.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 rgb(217, 221, 103);
}

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

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

/* feedback start */

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

.feedback-form label{
font-size: 25px;
color: rgb(109, 73, 96);
}

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

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

/* feedback section start */

.feedback-section h3 {
text-align: center;
color: rgb(151, 65, 171);
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: #514460d9;
border: 2px solid#514460d9;
}
.save-btn:hover {
background-color:#514460d9;
color: white;
}
.share-btn {
color: #6d4e18;
border: 2px solid #6d4e18;
}
.share-btn:hover {
background-color: #6d4e18;
color: white;
}

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

}

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

}

/* 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: rgba(134, 95, 130, 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;
}

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

}

/* Scrollbar Styling */
/* .navbar::-webkit-scrollbar {
height: 8px !important; /* Height of the scrollbar */
/* } */

/* .navbar::-webkit-scrollbar-thumb {
background-color: #555 !important; /* Scrollbar Thumb Color */
/* border-radius: 10px !important;
} */

/* .navbar::-webkit-scrollbar-track {
background: #ddd !important; */
/* Scrollbar Track Color */
/* } */

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