html, body {
    margin: 0;
    padding: 0;
    height: auto;
    min-height: 100%;
    overflow-x: hidden;
    scroll-behavior: smooth;
    scroll-padding-top: 6rem;
}

h3{
    font-size: 400% !important;
    color:  #67357D !important;
    font-weight: bold !important;
}

h1, .toti{
    font-size: 400%;
    color:  #67357D;
    font-weight: bold;
    text-shadow: 2px 2px 2px #000;
}

.toti{
    margin-top: -0.08rem;
    font-size: 300% !important;
}

img {
    width: 10rem;
    margin: 0 1rem;
}


/* header style */
header {
    display: flex;
    justify-content: space-between;
    position: fixed;
    background-color: white;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    align-items: center;
    z-index: 10; /* Ensures it stays above other elements */
}

/* nav style */
/* navbar style */
.navbar {
    display: flex;
    align-items: center;
    justify-content: space-between; /* Ensure space between logo and nav items */
}

.navbar ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex; /* Ensure items are displayed horizontally */
}

.navbar ul li {
    margin: 0; /* Remove margin to align items horizontally */
}

.navbar ul li a {
    display: block;
    padding: 15px;
    color: #67357D !important;
    text-shadow: 1px 1px 2px #000;
    text-decoration: none;
    font-size: 1.5rem;
}


.signup-button {
    margin-left: auto;
    margin-right: 3rem;
    font-size: 90%;
    background-color: #67357D;
    color: white;
    border: none;
    padding: 0.8rem;
    box-shadow: .2rem .2rem 10px .1rem black;
    text-decoration: none;
}

.signup-button:hover {
    font-size: 85%;
    background-color: #67357D;
    box-shadow: none;
    cursor: pointer;
}

/* home style */

section.home {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    color: #67357D;
    text-align: center;
    background-image: url("../images/hero2.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 6rem; 
    z-index: 1;
}

#title {
    color: #67357D;
    font-size: 2.5rem;
    opacity: 1 !important;
}

.home-content h1{
    font-size: 2rem;
    color: orange;
    font-weight: bold;
    text-shadow: 1px 1px 2px black;

}

.home-content p{
    font-size: 1.5rem;
    color: orange;
    font-weight: bold;
    text-shadow: 1px 1px 2px black;
    margin-top: 20px;
}

.home-button {
    font-size: 110%;
    background-color: #67357D;
    color: white;
    border: none;
    padding: 1rem;
    box-shadow: .2rem .2rem 10px .1rem black;
    text-decoration: none;
    border-radius: 5%;
}

.home-button:hover {
    font-size: 110%;
    background-color: #67357D;
    box-shadow: none;
    cursor: pointer;
}

.home-container{
    background-color: white;
    justify-content: center;
    align-items: center;
    position: flex;
    background-color: rgba(255, 255, 255, 0.8);
    height: fit-content;
    width: fit-content;
    margin: auto;
}

/*book styles*/

/* book styles */

.book {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 100vh;
    text-align: center;
    background: #EBEAEA; /* Background color updated to match palette */
    padding-top: 2rem;
    z-index: 1;
}

.book-content {
    width: 100%;
}

.book-title {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 1rem;
    color: #67357D; /* Text color updated to match palette */
    text-shadow: 2px 2px 2px #000;

}

.booking-section {
    max-width: 1000px;
    margin: 50px auto;
    padding: 20px;
    background-color: #c3aec8; /* Background color updated to match palette */
    border-radius: 10px;
}

.booking-section p{
    color: white;
    font-weight: bold;
    font-size: 150%;
}

.booking-tabs {
    display: flex;
    justify-content: space-around;
    margin-bottom: 20px;
}

.tab-link {
    background-color: #67357D; /* Tab background color updated to match palette */
    color: #EBEAEA; /* Tab text color updated to match palette */
    padding: 10px 17px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    outline: none;
    transition: background-color 0.3s;
}

.tab-link.active, .tab-link:hover {
    background-color: #67357D; /* Active tab color updated to match palette */
}

.booking-form {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    background-color: #EBEAEA; /* Background color updated to match palette */
    border-radius: 8px;
    padding: 20px;
}

.form-group {
    display: flex;
    flex-direction: column;
    margin-right: 10px;
}

.form-group label {
    margin-bottom: 5px;
    font-weight: bold;
    color: #67357D; /* Label color updated to match palette */
}

.form-group input, .form-group select {
    padding: 10px;
    width: 150px;
    border: 1px solid #BC9998; /* Border color updated to match palette */
    border-radius: 5px;
    background-color: #FFFFFF; /* Background color updated to match palette */
    color: #333333;
}

.swap-btn {
    background-color: transparent;
    border: none;
    font-size: 24px;
    color: #67357D; /* Button color updated to match palette */
    cursor: pointer;
}

.search-btn {
    background-color: #67357D; /* Search button color updated to match palette */
    color: #FFFFFF;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-weight: bold;
}

.checkbox-group {
    margin-top: 20px;
    display: flex;
    gap: 20px;
}

.checkbox-group label {
    display: flex;
    align-items: center;
    font-weight: bold;
    color: white; /* Checkbox label color updated to match palette */
}

.checkbox-group input {
    margin-right: 5px;
}

h1 {
    font-size: 24px;
    margin-bottom: 20px;
}


/* services style */
.services {
    padding: 2rem 2rem;
    background-color: #EBEAEA;
    text-align: center;
}


.service-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
}

.service-item {
    background-color: #ffffff;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 2rem 1rem;
    transition: transform 0.3s ease;
}

.service-item:hover {
    transform: translateY(-10px);
}

.service-icon {
    font-size: 3rem;
    color: #67357D;
    margin-bottom: 1rem;
}

.service-item h4 {
    font-size: 1.5rem;
    color: #67357D;
    margin-bottom: 0.5rem;
}

.service-item p {
    font-size: 1rem;
    color: #555555;
}



/* packages style */
.packages {
    padding: 2rem;
    background-color: #EBEAEA;
    text-align: center;
}

.package-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
}

.package-item {
    background-color: #ffffff;
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
    transition: transform 0.3s ease;
    height: fit-content;
    opacity: 1;
}

.package-item:hover {
    transform: scale(1.05);
}

.package-item img {
    width: 100%;
    height: 200px;
    object-fit: fill;
}

.package-caption {
    padding: 1rem;
    background-color: #67357D;
    color: white;
}

.package-caption h4 {
    margin: 0.5rem 0;
    font-size: 1.25rem;
}

.package-caption p {
    margin: 0;
    font-size: 1rem;
    color: white;
    text-shadow: 1px 1px 2px white;
}

.package-item a {
    text-decoration: none;
    color: inherit;
    display: block;
}

/* review style */
.reviews {
    padding: 3rem 2rem;
    background-color: #EBEAEA;
    text-align: center;
}

.review-container {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.review-content {
    background-color: #67357D;
    color: white;
    border-radius: 8px;
    padding: 2rem;
    max-width: 600px;
    text-align: center;
}

.review-content h1 {
    font-size: 2rem;
    margin-bottom: 1rem;
    color: #ffffff;
}

.review-content p {
    font-size: 1.2rem;
}

.arrow {
    background-color: #67357D;
    color: white;
    border: none;
    font-size: 2rem;
    padding: 0.5rem;
    cursor: pointer;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: background-color 0.3s ease;
}

.arrow:hover {
    background-color: #67357D;
}

.left-arrow {
    left: -2.5rem;
}

.right-arrow {
    right: -2.5rem;
}


/* contact style */

.contact-us {
    padding: 4rem 2rem;
    background-color: #EBEAEA;
    display: flex;
    justify-content: center;
    align-items: center;
}

.contact-form {
    background-color: #67357D;
    color: white;
    border-radius: 10px;
    padding: 2rem;
    width: 100%;
    max-width: 600px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.contact-form h2 {
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
    text-align: center;
}

.form-group {
    margin-bottom: 1.5rem;
    display: flex;
    flex-direction: column;
}

.form-group label {
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
}

.form-group input, .form-group textarea {
    width: 100%;
    padding: 0.75rem;
    font-size: 1rem;
    color: #67357D;
    border: none;
    border-radius: 5px;
    box-sizing: border-box; /* Ensures padding is included in width */
}

.form-group textarea {
    resize: none; /* Prevents user from resizing */
    min-height: 100px; /* Ensures a minimum height for the text area */
}

input[type="submit"], .submit {
    background-color: white;
    color: #67357D;
    border: none;
    border-radius: 5px;
    padding: 0.75rem;
    cursor: pointer;
    font-size: 1.2rem;
    transition: background-color 0.3s ease;
    width: 100%;
}

input[type="submit"]:hover, .submit:hover {
    background-color: #c2bec2;
}


/* footer style */

/* Footer Section */
.footer {
    background-color: #67357D; /* Background color for the footer */
    color: white; /* Text color for the footer */
    padding: 1rem 0;
    text-align: center;
    position: relative;
    bottom: 0;
    width: 100%;
}

.footer-content {
    max-width: 1200px;
    margin: 0 auto;
}

.social-icons {
    margin-bottom: 1rem;
}

.social-icon {
    color: white;
    font-size: 2rem; /* Size of the social media icons */
    margin: 0 1rem; /* Space between icons */
    text-decoration: none;
}

.social-icon:hover {
    color: black; /* Change color on hover */
    cursor: pointer;
}

.footer-text {
    font-size: 0.875rem;
}


/*Mobile tweaks*/

.hamburger-menu {
    display: none; /* Hide by default */
    cursor: pointer;
    padding: 15px;
}

.hamburger-menu .bar {
    display: block;
    width: 30px;
    height: 3px;
    background-color: #333;
    margin: 5px 0;
}


.navbar ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.navbar ul li {
    border-bottom: 1px solid #ddd;
}

.navbar ul li a {
    display: block;
    padding: 15px;
    color: #333;
    text-decoration: none;
}


/* The Modal (background) */
.modal {
    display: none; 
    position: fixed;
    z-index: 1; 
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%; 
    overflow: auto; 
    background-color: rgba(0, 0, 0, 0.4); 
}

/* Modal Content */
.modal-content {
    background-color: #fff;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    max-width: 400px;
    border-radius: 8px;
}

/* Close Button */
.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

/* Form Styles */
.modal-content h2 {
    text-align: center;
}

#signupForm .form-group {
    margin-bottom: 15px;
}

#signupForm label {
    display: block;
    margin-bottom: 5px;
}

#signupForm input[type="tel"] {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.submit-button {
    width: 100%;
    padding: 10px;
    background-color: #A17789;
    color: #fff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
}

.submit-button:hover {
    background-color: #87748C;
}

/* Style for select input */
#signupForm select {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin-bottom: 10px;
    appearance: none;
    background-color: #fff;
    background-image: url("data:image/svg+xml;utf8,<svg fill='gray' height='12' viewBox='0 0 24 24' width='12' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>");
    background-repeat: no-repeat;
    background-position-x: 95%;
    background-position-y: 50%;
}

/* Style for the placeholder in the select input */
#signupForm select option[value=""][disabled] {
    display: none;
}


@media screen and (max-width: 967px) {
    

    .navbar {
        display: none; /* Hide navbar by default */
        flex-direction: column; /* Stack items vertically on small screens */
        position: absolute;
        right: 0;
        top: 10rem;
        background-color: white;
        width: 100%;
        text-align: center;
    }

    .navbar.active {
        display: flex; /* Show navbar when active class is added */
    }

    .hamburger-menu {
        display: block; /* Show hamburger menu on small screens */
    }

    .navbar ul {
        flex-direction: column; /* Stack items vertically in the mobile menu */
    }

    .navbar ul li {
        margin: 0; /* Ensure no extra margin between items */
    }

    .navbar ul li a {
        padding: 15px;
        color: #333;
    }
   
    .form-and-image {
        flex-direction: column;
        align-items: center;
    }
    .form-container, .form-image {
        width: 100%;
        margin-left: 0;
    }
    .form-image img {
        width: 100%;
        margin-left: 0;
        margin-top: 1rem;
    }
    .book-options {
        flex-direction: column;
    }
    .book-options button {
        width: 100%;
        margin-bottom: 1rem;
    }
    
      
    /* Services section */
    
    .services {
        padding: 2rem 1rem;
    }
    
    .service-container {
        grid-template-columns: repeat(2, 1fr);
    }
    
    /* Packages section */
 
    .packages {
        padding: 2rem 1rem;
    }
 
    .package-container {
        grid-template-columns: repeat(2, 1fr);
    }
  
  /* Modal container styles */
#signupModal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1000; /* Make sure it's on top */
    left: 0;
    top: 50px; /* Adjust this value as needed to position the modal below the header */
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgba(0,0,0,0.4); /* Black background with opacity */
}

/* Modal content styles */
.modal-content {
    background-color: #fefefe;
    margin: 15% auto; /* Center the modal */
    padding: 20px;
    border: 1px solid #888;
    width: 80%; /* Could be more or less, depending on screen size */
}

/* Close button */
.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

#icons{
    width: 12px;
}

}


.footer-content img{
    width: 5rem;
}


.iti__country-list {
    font-size: 14px !important; /* smaller text */
    max-height: 200px; /* control dropdown height */
    overflow-y: auto;  /* make it scrollable */
}

.iti__selected-flag {
    font-size: 14px;
    color: black !important;
}

.iti__country-name {
    font-weight: normal;  /* remove bold */
    color: black !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 150px; /* or less if you want tighter */
}