/*...... css internal css paste start.....  */
.custom-section {
    background-color: #545767;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 250px;
    height: 50px;
    clip-path: polygon(0% 5%, 100% 5%, 95% 95%, 5% 100%);
    margin: 0 auto;
    margin-bottom: 20px;
    /* Center horizontally */
}

.custom-text {
    color: #ffffff;
    font-size: 1rem;
    font-weight: bold;
}

.contact-button {
    background-color: #F1D57A;
    color: #4A4A4A;
    border: none;
    border-radius: 20px;
    padding: 10px;
    font-size: 14px;
    display: inline-flex;
    align-items: center;
    margin: 5px;
    margin-bottom: 10px;
}

.contact-button i {
    margin-right: 10px;
}

.contact-container {
    /* padding: 20px; */
    text-align: center;
    display: inline-flex;
}

.contact-item {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.contact-item i {
    background-color: #C0A32B;
    color: white;
    font-size: 20px;
    width: 40px;
    height: 40px;
    aspect-ratio: 3/2;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-right: 15px;
    transition: transform 0.3s ease;

}

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

.contact-item p {
    margin: 0;
    font-size: 15px;
    color: white;
    text-align: left;
}



@media screen and (max-width: 390px) {


    .store-card .store-text {
        font-size: 10px;
    }

    .bg_photo {
    background-image: url('img/bg_img.jpg');
    background-color: white;
    /* 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: 1560px;
    /* Set a fixed height */
    background-size: cover;
     margin-top: -4px;
    /* z-index: -1; */

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



    .contact-button {
    background-color: #F1D57A;
    color: #4A4A4A;
    border: none;
    border-radius: 20px;
    padding: 6px;
    font-size: 12px;
    display: inline-flex;
    align-items: center;
    margin: 5px;
    margin-bottom: 10px;
}

.about .container div {
background-color: #d09a58;
padding: 15px;
margin: 15px;
/* margin-right: 60px; */

}

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


}

}

.bg_photo {
    background-image: url('img/bg_img.jpg');
    background-color: white;
    /* 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: 1460px;
    /* Set a fixed height */
    background-size: cover;
     margin-top: -4px;
    /* z-index: -1; */

    /* Green border */
    /* box-sizing: border-box; */
    /* Include border in dimensions */
}
/*....... css internal css paste start.......  */

.main-body {
    max-width: 450px !important;
    /* margin: -10px !important; */
    /* margin-right: -20px !important; */

}

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

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

.card {
    border: none;
}



.bg-header {
    z-index: -1;
    /* position: relative; */
}

.logo-container {
    /* position: absolute; */
    /* bottom: 560px; */
    left: 35px;
    top: 180px;

}

.company-name {
    color: #5c2a20;
    background-color: rgb(251, 212, 58);
    width: 220px;
    float: right;
    padding: 10px;
    font-size: 18px;
    font-weight: bold;
    margin-top: 10px;
}

.company-address {
    margin-top: 50px;
    background-color: #5c2a20;
    width: 230px;
    padding: 10px;
    color: #fedd1e;
}

.whatsapp-share {
    /* background-color:  */
    border: 2px solid rgb(105, 102, 83);
    /* 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: #223b6e;
    color: white;
}


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

}


/* 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: #545e3d;
    color: white;
    padding: 10px;
    text-align: center;
    font-size: 1rem;
    /* font-weight: bold; */
}

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

.qr-link {
    /* margin: 15px; */
    padding: 10px;
    background-color: #1e549a;
    text-align: center;
    margin-left: 10px;
    margin-right: 10px;
    border-radius: 10px;

}

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

}

.qr-link a:hover {
    text-decoration: underline;
}

.about h2 {
    background-color:#274683;
    color: white;
    padding: 10px;
    text-align: left;
    font-size: 1rem;


}

.about .container div {
    background-color: #deb078;
    padding: 20px;
    margin: 20px;
    /* margin-right: 60px; */

}

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


}

.services h2 {
    background-color:#274683;
    color: white;
    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: #274683;
    color: white;
    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: #274683;
    color: white;
    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;
}

.feedback-form form input,
.feedback-form form textarea {
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid #e2c8a1;
    border-radius: 5px;
    background-color: #f5f5ee !important;
    color: #a0641b !important;
}



.feedback-form form button {
    background-color: #634f2a;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 25px;
    cursor: pointer;
    font-size: 16px;
    transition: background-color 0.3s ease;
}

form button:hover {
    background-color: #514824;
    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: #274683;
    color: white;
    padding: 10px;
    text-align: left;
    font-size: 1rem;

}

.contact .contact-form {
    font-size: 16px;
    font-weight: bolder;
    text-align: center;
}
.contact-form form button {
    background-color: #523b16;
    color: rgb(234, 226, 173);
    border: none;
    padding: 10px 20px;
    border-radius: 25px;
    cursor: pointer;
    font-size: 16px;
    transition: background-color 0.3s ease;
}

.contact-form form input,
.contact-form form textarea {
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    border: 2px solid #5a5349;
    border-radius: 20px;

    color: #a0641b !important;
}

.contact .contact-form button {
    font-size: 16px;
    font-weight: bold;
    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: black;
}

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

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



/* feedback section start */



.feedback-section h3 {
    text-align: left;
    color: rgb(57, 53, 61);
    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: rgb(27, 78, 125);
    border: 2px solid rgb(27, 78, 125);
}

.save-btn:hover {
    background-color: rgb(27, 78, 125);
    color: white;
}

.share-btn {
    color: rgb(27, 78, 125);
    border: 2px solid rgb(27, 78, 125);
}

.share-btn:hover {
    background-color: rgb(27, 78, 125);
    color: white;
}

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

}

.gallery h2 {
    background-color:#274683;
    color: white;
    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:#5b5b5a !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: #274683;
    color: white;
    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;


}
