/*
Theme Name: Atlantis Travels Child
Author: Mohsin Ali Usman
Description: Your description goes here
Version: 1.0
Template: atlantis-travels

This is the child theme for Atlantis Travels theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/

body {
    font-family: "Poppins", Arial, sans-serif;
    background: #fff;
    font-size: 16px;
    line-height: 1.8;
    font-weight: 400;
    color: #999999;
}

.menu-item {
    font-size: 15px;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    padding-left: 20px;
    padding-right: 20px;
    color: #fff !important;
    font-weight: 500;
    opacity: 1 !important;
}
.menu-item a{
    color: #fff;
}
.custom-logo-link {
    width: 146px;
}
.ftco-navbar-light .navbar-nav > .nav-item > .nav-link:hover {
    color: #d19300 !important;
}
.ftco-navbar-light .navbar-nav > .nav-item > .nav-link:focus {
    color: #d19300 !important;
}

section#flights {
    background-size: contain !important;
}
section#flights::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background-image: url('http://localhost/atlantis-travels/wp-content/themes/atlantis-travels-child/images/07-section1-background.jpg'); */
    background-size: cover;
    background-position: center;
    opacity: 0.5 !important;
    z-index: -1 !important; /* Places the overlay behind the section content */
  }

.project-wrap .text h3{
    font-size: 20px !important;
}
/* Style the form inputs */
.wpcf7-form-control {
    border-radius: 5px;
    border: 1px solid #ddd;
    padding: 12px;
    width: 100%;
    margin-bottom: 15px;
    box-sizing: border-box;
    font-size: 16px;
}

/* Focus effect on input fields */
.wpcf7-form-control:focus {
    border-color: #007bff;
    box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
}

/* Style the submit button */
.wpcf7-submit {
    background-color: #007bff;
    color: white;
    padding: 12px 25px;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.wpcf7-submit:hover {
    background-color: #0056b3;
}

/* Add some spacing between form fields */
.wpcf7-form {
    padding: 20px;
    background-color: #f9f9f9;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

/* Style for the modal header */
.modal-header {
    border-bottom: none;
    padding-bottom: 10px;
}

.modal-header .modal-title {
    font-size: 1.5rem;
    font-weight: 600;
}

/* Add some spacing between the modal body and footer */
.modal-body {
    padding-bottom: 20px;
}

/* Style the close button in the modal */
.modal-header .close {
    font-size: 1.5rem;
    color: #333;
}

/* Add a subtle shadow to the modal content */
.modal-content {
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

input.wpcf7-form-control.wpcf7-submit.has-spinner {
    background: #043c75 !important;
    border: 1px solid #043c75 !important;
    color: #fff !important;
    text-align: center;
    padding: 1rem;
    border-radius: 5px;
    font-size: 16px;
}

/* Style Contact Form 7 */
.wpcf7 form {
    padding: 20px;
    background-color: #f9f9f9;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 textarea {
    width: 100%;
    padding: 10px;
    margin: 10px 0;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.wpcf7 input[type="submit"] {
    background-color: #007bff;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.wpcf7 input[type="submit"]:hover {
    background-color: #0056b3;
}
/*sticky book now button*/
.sticky-whatsapp {
  position: -webkit-sticky;
  position: sticky;
  top: 630px; /* Adjust based on your header height */
}


/* Make the modal a bit more responsive */
@media (max-width: 768px) {
    .modal-dialog {
        max-width: 90%;
    }
	.ftco-navbar-light {
		background: #fff !important;
	}
	.ftco-navbar-light .navbar-toggler {
		color: #000 !important;
	}
	.ftco-navbar-light .navbar-nav > .nav-item > .nav-link {
		color: #000 !important;
	}
	.ftco-navbar-light .navbar-nav > .nav-item.active > a {
        color: #043c75 !important;
    }
}

