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

/*this section is edited by sk*/
    .contact-icons{
        text-align: center;
        display: inline-flex;
    }
    
    .contact-icons .rounded-pill{
        background-color: #f7608dde;
            color: white;
            border: none;
            border-radius: 20px;
            padding-left: 5px;
            padding-right:5px;
            font-size: 13px;
            display: inline-flex;
            align-items: center;
            margin-left: 3px;
            margin-right:3px;
            height:40px;
            transition: transform 0.3s ease;
            
    }
    
    .contact-icons .rounded-pill i {
        margin-right: 5px;
        color:white;
    }
    
    .contact-icons .rounded-pill p{
        margin-top:15px;
    }
    
    .contact-icons .rounded-pill:hover {
            transform: scale(1.1)
        }
    
    /*this is section end here*/
    



/*internal css start*/
.contact-button {
background-color: #f7608dde;
color: white;
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: #f7608dde;
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: #9d0936de;
text-align: left;
font-weight: 400;
}

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

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

.bg_photo {
background-image: url('img/vag-bg.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: 930px;
/* 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: #f7608dde;
color: white;
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: #6ae870;
padding: 15px;
margin: 15px;
/* margin-right: 60px; */

}

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

}

.travel-details .under_line{
width: 170px;
border-bottom: 4px solid #0c840a;
margin-left: 100px;
}

}

.bg_photo {
background-image: url('img/vag-bg.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: 930px;
/* Set a fixed height */
background-size: cover;
margin-top: -4px;
/* z-index: -1; */

}

.logo_photo {
margin: 25px;
text-align: center;
/* margin-right: 60px; */
}

.logo_photo img {
width: 160px;
height: 160px;
margin-top: 80px;
}

.travel-details .travel_name{
font-size: 33px;
color: #3b0334;
margin-top:-20px;
font-family: "Playwrite VN", serif;
font-optical-sizing: auto;
font-weight: 400;
font-style: normal;
}

.travel-details .under_line{
width: 180px;
border-bottom: 4px solid #0c840a;
margin-left: 110px;
}

.travel-details h4{
color: #c50841de;
font-size: 20px;
}
/*internal css end*/
.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;
}

.whatsapp-share {
/* background-color: */
border: 2px solid rgb(183, 255, 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(62, 145, 27);
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: #2c4764;
color: white;
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 #ddd;
background-color: #77ca81;
text-align: center;

}

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

}

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

.about h2 {

color: red;
padding: 10px;
text-align: left;
font-size: 1.2rem;
border-bottom: 3px solid #552862;
width: 100px;

}

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

}

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

}

.services h2 {
color: red;
padding: 10px;
text-align: left;
font-size: 1.2rem;
border-bottom: 3px solid #552862;
width: 200px;

}

.service h2 {
color: red;
padding: 10px;
text-align: left;
font-size: 1.2rem;
border-bottom: 3px solid #552862;
width: 120px;

}

.facebook h2 {
color: red;
padding: 10px;
text-align: left;
font-size: 1.2rem;
border-bottom: 3px solid #552862;
width: 170px;

}

/* 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 {
color: red;
padding: 10px;
text-align: left;
font-size: 1.2rem;
border-bottom: 3px solid #552862;
width: 140px;

}

/* .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 {
color: red;
padding: 10px;
text-align: left;
font-size: 1.2rem;
border-bottom: 3px solid #552862;
width: 120px;
}

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

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

.feedback-form form button {
background-color: #900e1f;
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: #b40609;
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 {
color: red;
padding: 10px;
text-align: left;
font-size: 1.2rem;
border-bottom: 3px solid #552862;
width: 130px;

}

.contact .contact-form {
font-size: 16px;
font-weight: bolder;
text-align: center;
}
.contact-form form button {
background-color: #961e15;
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 #e394d9;
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 .discount_price {
color: #423836;
border-radius: 10px;
font-size: 20px;

text-decoration: line-through;
}

.services .service-card .card-body .price {
color: #15af31;
border-radius: 10px;
font-size: 20px;

}

.services .service-card .card-body button {
background-color: #15af31;
border-radius: 10px;
font-size: 18px;
padding:7px;
color: white;
border: none;
text-transform: uppercase;
}

.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: #dfb2de;
color: #a5b86c;
}

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

/* feedback section start */

.feedback-section h3 {
text-align: left;
color: rgb(120, 70, 114);
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(119, 57, 97);
border: 2px solid rgb(119, 57, 97);
}

.save-btn:hover {
background-color: rgb(119, 57, 97);
color: white;
}

.share-btn {
color: rgb(119, 57, 97);
border: 2px solid rgb(119, 57, 97);
}

.share-btn:hover {
background-color: rgb(119, 57, 97);
color: white;
}

.youtube h2 {
color: red;
padding: 10px;
text-align: left;
font-size: 1.2rem;
border-bottom: 3px solid #552862;
width: 170px;

}

.gallery h2 {
color: red;
padding: 10px;
text-align: left;
font-size: 1.2rem;
border-bottom: 3px solid #552862;
width: 170px;

}

/* 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: white!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: #403643 !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 {
color: red;
padding: 10px;
text-align: left;
font-size: 1.2rem;
border-bottom: 3px solid #552862;
width: 170px;

}

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

}
