*{
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: sans-serif;
}
/* internal css in page end */
@media screen and (max-width: 390px) {

/*.company-name {*/
/* color: #5c2a20;*/
/* background-color: rgb(251, 212, 58);*/
/* width: 185px;*/
/* float: right;*/
/* padding: 10px;*/
/* font-size: 15px;*/
/* font-weight: bold;*/
/*}*/

.leader-details .leader-bio .address {
font-size: 14px;
font-weight: 500;
width: 160px;
padding: 7px;
}

}

.leader-details {
background-image: url(img/mla-line.png);
background-color: white;
width: 100%;
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
/* Ensures the background image covers the area */

height: 270px;
/* Or use min-height if needed */
margin-top: -5px;

}

.leader-details .leader-logo {
width: 40%;

float: left;
margin-top: 35px;
}

.leader-details .leader-logo img {
width: 120px;
height: 120px;
border-radius: 50%;
margin-left: 18px;

}

.leader-details .leader-bio {
width: 57%;
float: right;

text-align: right;
margin-right: 10px;
margin-top: 72px;
}

.leader-details .leader-bio .name h2 {
color: #5c2a20;
font-size: 28px;

}

.leader-details .leader-bio .name p {
font-size: 20px;
font-weight: 500;
}

.leader-details .leader-bio .name .half_line {
border-bottom: 4px solid #5c2a20;
width: 50%;
margin-left: auto;
margin-right: 0
}

.leader-details .leader-bio .address {
font-size: 15px;
font-weight: 500;
width: 185px;
padding: 10px;
margin-top: 40px;
margin-left: 20px;
text-align: center;
background-color: #e7debf;
height: 80px;
border-radius: 2px;
}

/* appointment start */
.appointment-card {
margin-top: 20px;
background-color: #c29d35;
border-radius: 10px;
padding: 20px;
text-align: center;
color: white;
/* position: absolute;
top: 50%;
left: 50%; */
/* transform: translate(-50%, -50%); */
/* mwidth: 300px; */
}

.btn-appointment {
background-color: #8b4e1b;
border: none;
color: white;
border-radius: 5px;
padding: 10px 20px;
font-size: 16px;
margin-top: 20px;
}

.btn-appointment:hover {
background-color: #6d3b14;
}
/* internal css in page end */

.logo-container {
width: 110px;
height: 110px;
margin: 0 auto;
border-radius: 50%;
overflow: hidden;
background-color: #f7f7f7;
}

.logo {
width: 100%;
height: 100%;
object-fit: cover;
}

.card {
border: none;
}

.bg-header{
position: relative;
}

.logo-container{
position: absolute;
/* bottom: 560px; */
right: 45px;
top: 70px;
border-radius: 50%;

}

.company-name{
position: absolute;
color: #7a3a2d;
right: 10px;
top: 190px;
background-color: white;
width: 180px;
padding: 10px;
font-size: 18px;
font-weight: bold;
}

.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 span{

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

.main-body{
max-width: 450px !important;

}
.offer-card .offer-text{
color: #5c2a20;
text-align: center;
}

.store-card .store-text{
background-color: rgb(231, 199, 161);
padding: 3px;
border-radius: 5px;
font-size: 15px;

}

/* Contact Icons */
.contact-icons-details{
background-color: #a0641b;
width: 100%;
border: none;

}

.contact-icons {
display: flex;
justify-content: center;
margin: 20px 0;
padding: 2px;
}

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

.contact-icons i {
font-size: 1.6rem;
background-color: #5c2a20 !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-size: 14px;
font-weight: 500;
}

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

}

.contact-item {
background-color: #e7debf;

padding: 5px;
margin: 5px 0;
display: flex;
align-items: center;
width: 99%;
max-width: 400px;
color: white;

}

.contact-item span{

padding: 8px;
/* border: 2px solid green; */
text-align: left;
color: black;
font-weight: 500;
font-size: 16px;

}

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

.contact-item i {
color: #5c2a20;
font-size: 1.2rem;
background-color:rgb(251, 212, 58);
padding: 10px;

width: 40px;
height: 40px;
transition: transform 0.3s ease;
}

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

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

/* save and share section start */

.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 {
background-color: #a0641b;
color: #f0d6a4;
padding: 10px;
text-align: left;
font-size: 1rem;
/* font-weight: bold; */
}

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

.qr-link {
/* margin: 15px; */
padding: 10px;
/* border-top: 1px solid #773e08; */
background-color: #caa45d;
text-align: center;

}

.qr-link a {
text-decoration: none;
font-weight: bold;
font-size: 16px;
color:#773e08;
text-align: center;
padding: 10px;

}

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

}

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

.services h2{
background-color: #a0641b;
color: #f0d6a4;
padding: 10px;
text-align: left;
font-size: 1rem;

}

/* 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{
background-color: #a0641b;
color: #f0d6a4;
padding: 10px;
text-align: left;
font-size: 1rem;

}

/* .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{
background-color: #a0641b;
color: #f0d6a4;
padding: 10px;
text-align: left;
font-size: 1rem;

}

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

.feedback-form h2 {
color: rgb(132, 62, 12);
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 #e2c8a1;
border-radius: 5px;
background-color: white!important;
color: #a0641b !important;
}

form button {
background-color: #882709;
color: rgb(234, 226, 173);
border: none;
padding: 10px 20px;
border-radius: 25px;
cursor: pointer;
font-size: 16px;
transition: background-color 0.3s ease;
}

form button:hover {
background-color: #c1902e;
color: white;
}

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

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

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

.contact h2{
background-color: #a0641b;
color: #f0d6a4;
padding: 10px;
text-align: left;
font-size: 1rem;

}

.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(176, 98, 9);
}

.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: #b7480d;
border-radius: 10px;
font-size: 20px;
padding: 5px;
color: white;
border: none;
}

.services .service-card h5{
color: #5c2a20;
}

.services .service-card img{
height: 300px;
}

/* feedback start */

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

}

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

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

/* feedback section start */

.feedback-section h3 {
text-align: left;
color: rgb(241, 194, 53);
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: #a0641b;
border: 2px solid #a0641b;
}
.save-btn:hover {
background-color: rgb(132, 62, 12);
color: white;
}
.share-btn {
color: #6d4e18;
border: 2px solid #6d4e18;
}
.share-btn:hover {
background-color: #6d4e18;
color: white;
}

.youtube h2{
background-color: #a0641b;
color: #f0d6a4;
padding: 10px;
text-align: left;
font-size: 1rem;

}

.gallery h2{
background-color: #a0641b;
color: #f0d6a4;
padding: 10px;
text-align: left;
font-size: 1rem;

}

/* 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(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;
}

/* instagram-feed section start */
.feed-header {
background-color: #a0641b;
color: #f0d6a4;
padding: 10px;
text-align: left;
font-size: 1rem;

}

.feed-icons {
display: flex;
justify-content: center;
align-items: center;
margin: 20px 0;
}

.feed-icons i {
font-size: 2rem;
color: #b38c45;
margin: 0 15px;
cursor: pointer;
}

.feed-icons i.active {
border-bottom: 2px solid #b38c45;
}

.feed-card img{
height: 350px;
}

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

}
