/*
Theme Name: ATAS Theme
Theme URI: #
Description: A custom child theme for Genesis Block Theme.
Author: Jerome David
Author URI: #
Template: genesis-block-theme
Version: 1.0
Text Domain: atas-theme
*/

body, h1, h2, h3, h4, h5, h6 {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    overflow-x: unset !important;
}
h1 { font-weight: 700; }
p { font-weight: 400; }
/* .site-header {
    position: sticky;
    top: 0;
    z-index: 999;
    transition: all 0.3s ease;
} */
.default-page-template {
    padding-top: 5%;
    padding-bottom: 5%;
}
.default-page-template .post-content header.entry-header {
    display: none !important;
}
.user-icon {
    display: inline-block;
    background-image: url('assets/images/user.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 27px;
    height: 27px;
}
.briefcase-icon {
    display: inline-block;
    background-image: url('assets/images/briefcase.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 23px;
    height: 23px;
}
.newsletter-icon {
    display: inline-block;
    background-image: url('assets/images/newsletter-icon.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 28.69px;
    height: 28.69px;
}
.arrow-icon {
    display: inline-block;
    background-image: url('assets/images/arrow.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 16px;
    height: 11px;
}
.arrow-dark-icon {
  display: inline-block;
  background-image: url('assets/images/arrow-dark.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 16px;
  height: 11px;
}
.button-dark {
    margin-top: 25px;
    border: 1px solid #000000;
    border-radius: 100px;
    background-color: transparent;
    text-transform: uppercase;
    color: #000000 !important;
    font-size: 16px;
    display: inline-block;
    padding: 12px 35px;
    opacity: 1 !important;
    box-shadow: none !important;
    transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}
.button-dark:hover,
.button-dark:focus {
    background-color: #000 !important;
    color: #ffffff !important;
}
.button-dark:hover .arrow-dark-icon,
.button-dark:focus .arrow-dark-icon {
    background-image: url('assets/images/arrow.png');
}
a span.arrow-dark-icon,
button span.arrow-dark-icon,
a span.arrow-icon,
button span.arrow-icon {
    margin-left: 20px;
}
#page {
    padding-top: 0;
    background: linear-gradient(180deg, #FFFFFF 1.71%, #D9D9D9 100%);
}
.map-marker-icon {
    display: inline-block;
    background-image: url('assets/images/map-marker.png');
    background-repeat: no-repeat;
    background-size: 100%;
    height: 15px;
    width: 11.08px;
}
.question-circle-icon {
    display: inline-block;
    background-image: url('assets/images/circle-question-icon.png');
    background-repeat: no-repeat;
    background-size: 100%;
    height: 15px;
    width: 15px;
}
#masthead {
    background-color: #000000;
}
#masthead .site-identity {
    display: flex;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
}
#masthead .site-identity .top-navigation-right {
    margin-left: auto;
}
.main-navigation ul li {
    padding: 0 10px;
}
.main-navigation ul li a {
    border: 1px solid #D9D9D9;
    padding: 5px 25px;
    border-radius: 26px;
    color: #D9D9D9;
    transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}
.main-navigation ul li a:hover,
.main-navigation ul li a:focus,
.main-navigation ul li.current-menu-item a {
    background-color: #ffffff;
    border-color: #ffffff;
    color: #000000;
    font-weight: bold;
}
#primary {
    width: 100%;
    max-width: 100%;
}
.site-footer {
    background-color: #000000;
    color: #ffffff;
    font-size: 14px;
}
footer .footer-logo-wrapper {
    max-width: 400px;
}
.footer-column p strong {
    text-transform: uppercase;
    font-weight: bold;
}
.footer-column .quick-links-nav ul li {
    display: block;
}
.footer-column .quick-links-nav ul li a {
    color: #ffffff;
}
.footer-column ul.contact-info li {
    display: block;
}
.footer-column ul.contact-info li a {
    color: #ffffff;
}
.footer-column ul.social-links {
    margin-top: 30px;
    display: flex;
    gap: 15px;
}
.footer-column ul.social-links li a {
    transition: opacity 0.3s ease-in-out;
}
.footer-column ul.social-links li a:hover,
.footer-column ul.social-links li a:focus {
    opacity: 0.7;
}
.footer-widgets + .footer-bottom {
    border-top: none;
}
.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
body.home .site {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
body.home .n2-ss-slider .n2-ss-slide-background .n2-ss-slide-background-color[data-overlay="1"] {
    background: linear-gradient(to top, RGB(22, 22, 22) 0%,RGBA(22,22,22,0.37) 100%) !important;
}
.site .site-content {
    padding-bottom: 0 !important;
}
section.section-intro .sub-heading {
    text-transform: uppercase;
    color: #1E1E1E;
}
section.about {
    background-color: #161616;
}
section.about .content-wrapper {
    padding: 10% 0;
    display: flex;
    justify-content: end;
    background-image: url('assets/images/leave.png');
    background-repeat: no-repeat;
    background-size: 405px;
    background-position: 32% 70%;
    color: #ffffff;
}
section.about .content-wrapper .one-half {
    width: 50%;
}
section.about .sub-heading {
    text-transform: uppercase;
    margin-bottom: 5px;
    font-size: 16px;
    color: #FBFBFB;
    font-weight: 400;
}
section.about .heading {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 50px;
    max-width: 450px;
}
section.about .button {
    margin-top: 25px;
    border: 1px solid #D9D9D9;
    border-radius: 100px;
    background-color: transparent;
    text-transform: uppercase;
    color: #D9D9D9;
    font-size: 16px;
    display: inline-block;
    padding: 12px 35px;
    opacity: 1 !important;
}
.atas-services-slider {
    padding: 60px 0;
    background-color: #f9f9f9;
    text-align: center;
    overflow-x: hidden;
}

.atas-services-slider .section-title {
    font-size: 40px;
    color: #1E1E1E;
    font-weight: 700;
    margin-bottom: 30px;
}

.atas-services-slider .section-subtitle {
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    color: #1E1E1E;
    margin-bottom: 5px;
}

.service-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.service-card {
    background: #fff;
    padding: 30px;
    border-radius: 25px;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex !important;
    flex-direction: column;
    justify-content: space-between;
    min-height: 370px;
    max-height: 370px;
    text-align: left;
    position: relative;
    transition: max-height 0.6s ease, box-shadow 0.3s ease, transform 0.3s ease;
}

.service-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
    border-radius: 25px;
    z-index: 0;
}

.service-card .card-content {
    margin-top: auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 100%;
    z-index: 1;
}

.service-card img {
    width: 50px;
    height: 50px;
    margin-bottom: 20px;
    object-fit: contain;
    object-position: bottom;
}

.service-card .card-content h3 {
    color: #ffffff;
    text-transform: capitalize;
    font-size: 18px;
    margin-bottom: 10px;
}

.service-card .card-content p {
    font-size: 14px;
    color: #ffffff;
}

.service-card .card-content .more-content {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.6s ease, opacity 0.6s ease;
    color: #ffffff;
}

.service-card:hover .card-content .more-content {
    max-height: 200px;
    opacity: 1;
}

.service-card .cta-button {
    display: inline-block;
    margin-top: 15px;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
    border-radius: 5px;
    text-decoration: none;
}

.atas-services-slider .swiper {
    padding-bottom: 40px;
}

.atas-services-slider .swiper-button-prev.custom-arrow-prev {
  background-image: url('assets/images/arrow-left.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: transparent;
  position: absolute;
  top: 50%;
  left: -35px;
  /* transform: translateY(50%); */
  z-index: 10;
  cursor: pointer;
}

.atas-services-slider .swiper-button-next.custom-arrow-next {
  background-image: url('assets/images/arrow-right.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: transparent;
  position: absolute;
  top: 50%;
  right: -35px;
  /* transform: translateY(50%); */
  z-index: 10;
  cursor: pointer;
}

/* Hide default Swiper arrows */
.atas-services-slider .swiper-button-next::after,
.atas-services-slider .swiper-button-prev::after {
  display: none;
}

.atas-services-slider .swiper {
    overflow: visible;
}

.why-choose {
    background-image: url('/wp-content/uploads/2025/06/Group-1171275170.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
    position: relative;
    padding: 60px 0;
    text-align: center;
}

.why-choose .container {
    position: relative;
    z-index: 1;
    height: 100vh;
}

.why-choose .section-title {
    font-size: 40px;
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 30px;
}

.why-choose .section-subtitle {
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 5px;
}

.why-choose .description {
    color: #ffffff;
    max-width: 571px;
    margin: 0 auto;
}

.why-choose .why-choose-cards {
  display: flex;
  justify-content: center;
  gap: 50px;
  align-items: center;
  margin: 50px 0 20px;
}

.why-choose .why-choose-cards .why-choose-card {
  display: flex;
  gap: 15px;
  padding: 20px 60px;
  align-items: center;
  box-shadow: 0 4px 20px rgba(0,0,0,0.1);
  background: #FFFFFF;
  border-radius: 10px;
}

.reviews .reviews-container {
  max-width: 1600px;
  margin:0 auto;
  padding:0 8%;
  display: block;
}

.reviews .section-title, 
.reviews .section-subtitle {
    text-align: left;
}

.reviews .review-card {
    background: #fff;
    color: #000;
    padding: 50px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    text-align: left;
}

.reviews .review-card .review-header {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.reviews .review-card .avatar {
    width: 65px;
    height: 65px;
    background: #000000;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    margin-right: 10px;
}

.reviews .review-card .review-info h3 {
    margin: 0;
    font-size: 20px;
    font-weight: 700;
    color: #2C2C2C;
}

.reviews .review-card .review-info p {
    margin: 0;
    font-size: 13px;
    color: #2F2F2F;
}

.reviews .review-card .review-rating {
    color: #FFC107;
    font-size: 20px;
}

.reviews .review-card .review-text {
    font-size: 16px;
    color:#2F2F2F;
    margin: 10px 0;
}

.reviews .review-card .review-footer {
    display: flex;
    align-items: center;
    font-size: 12px;
    line-height: 12px;
    margin-top: 25px;
    color: #424242;
}

.reviews .review-card .review-footer img {
    width: 28px;
    margin-right: 10px;
}

.reviews .reviews-swiper .swiper-button-next, 
.reviews .reviews-swiper .swiper-button-prev {
    position: unset;
    margin: 0;
}
.reviews .reviews-swiper .swiper-button-next::after,
.reviews .reviews-swiper .swiper-button-prev::after {
  display: none;
}
.reviews .reviews-swiper .swiper-button-prev.custom-arrow-prev {
    background-image: url('assets/images/arrow-left.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: transparent;
    cursor: pointer;
  }
  
.reviews .reviews-swiper .swiper-button-next.custom-arrow-next {
    background-image: url('assets/images/arrow-right.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: transparent;
    cursor: pointer;
}
.reviews .top-content {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}
.reviews .top-content .section-subtitle,
.reviews .top-content .section-title {
    margin-bottom: 0;
}
.reviews-arrows {
  margin-left: auto;
  width: 100px;
  display: flex;
  align-items: baseline;
  gap: 2px;
}
.reviews-arrows.google-reviews-logo {
    width: 200px;
}
.partners {
    background-color: #161616;
}
.partners.has-border {
    border-bottom: 1px solid #494949;
}
.partners .heading {
    text-align: center;
    color: #ffffff;
    font-weight: 700;
    font-size: 40px;
    margin-top: 60px;
}
.partners .partners-lists {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 60px 0;
}

.booking-section {
    text-align: center;
    background: #000;
    color: #fff;
    padding: 50px 20px;
}

.booking-section .booking-title {
    font-size: 99px;
    font-weight: 800;
    text-transform: uppercase;
    color: #545454;
    font-family: 'Poppins';
    line-height: 1.2;
    margin-bottom: 3%;
}

.booking-section .booking-container {
    padding: 0 8%;
    max-width: 1600px;
    margin: 0 auto;
    display: block; 
}

.booking-form {
    background:#fff;
    color: #000;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding: 30px;
}

.booking-form .itinerary-selector select {
    border-radius: 20px;
}

.booking-form .booking-form-fields {
    display: flex;
    justify-content: space-between;
    gap: 15px
}

.booking-form .booking-form-fields .location-info-fields,
.booking-form .booking-form-fields .basic-info-fields {
    flex: 1;
}
.booking-form .booking-form-fields .location-info-fields {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    gap: 10px;
}
.booking-form .booking-form-fields .passenger-info {
  width: 165px;
  background-color: #000;
  color: #fff;
  border-radius: 20px;
  padding: 10px;
}

.booking-form #map {
    width: 100%;
    height: 300px;
    border-radius: 5px;
    margin-top: 10px;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #ededed;
}

.booking-form .submit-btn {
    background: #D9D9D9;
    color: #000000;
    padding: 16px 40px;
    font-size: 16px;
    font-weight: 700;
    border: none;
    cursor: pointer;
    width: max-content;
    margin: 0 auto;
    border-radius: 35px;
    transition: 0.3s;
}

.booking-form .submit-btn:hover {
    background: #444;
}
.booking-form .location-info-fields .location-input {
    display: flex;
    align-items: center;
    gap: 10px;
    border: 1px solid #D9D9D9;
    border-radius: 20px;
    padding: 0px 20px;
}
.booking-form .location-info-fields .location-input input {
    border: none;
    outline: none;
    box-shadow: none;
}
.booking-form .location-info-fields .pickup-wrapper {
    display: flex;
    gap: 10px;
    text-align: left;
    background-color: #D9D9D9;
    padding: 20px;
    border-radius: 20px;
}
.booking-form .location-info-fields .pickup-wrapper label {
    display: block;
    margin-bottom: 5px;
}
.booking-form .location-info-fields .pickup-wrapper .pickup-time {
    flex: 1;
}
.booking-form .location-info-fields .pickup-wrapper .pickup-time > div > p {
    display: flex; 
    gap: 5px;
}
.booking-form .location-info-fields .pickup-wrapper .pickup-time > div > p > * {
    flex: 1;
}
.booking-form .location-info-fields .pickup-wrapper .pickup-time input[type="number"] {
    appearance: textfield;
    border-color: #D9D9D9;
}
.booking-form .location-info-fields .pickup-wrapper input[type="text"],
.booking-form .location-info-fields .pickup-wrapper input[type="date"],
.booking-form .location-info-fields .pickup-wrapper input[type="number"],
.booking-form .location-info-fields .pickup-wrapper select {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    width: 100%;
    padding: 12px 4px;
    border-radius: 20px;
    border-color: #D9D9D9;
    outline: none;
}
.booking-form .location-info-fields .pickup-wrapper .flight-no input[type="text"] {
    padding: 12px 10px;
}
.booking-form .location-info-fields .pickup-wrapper .pickup-date,
.booking-form .location-info-fields .pickup-wrapper .flight-no {
    max-width: 126px;
}
.booking-form .basic-info-fields {
    display: flex;
    gap: 10px;
}
.booking-form .basic-info-fields > div {
    flex: 1;
}
.booking-form .basic-info-fields .info-field-one input[type="text"],
.booking-form .basic-info-fields .info-field-one input[type="email"] {
    font-family: 'Poppins', sans-serif;
    margin-bottom: 10px;
    border-radius: 20px;
    border-color: #D9D9D9;
    outline: none;
}
.booking-form .basic-info-fields .info-field-one input[type="tel"]{
    font-family: 'Poppins', sans-serif;
    width: 100%;
    border-radius: 20px;
    outline: none;
}
.booking-form .basic-info-fields .info-field-two textarea {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  height: 100%;
  border-radius: 20px;
  resize: none;
  border-color: #D9D9D9;
}
.booking-form .passenger-info p {
    margin-bottom: 0;
}
.booking-form .passenger-info img {
    display: block;
    margin: 0 auto;
}
.booking-form .passenger-info p.title {
    font-size: 20px;
    border-bottom: 1px solid #474747;
    margin-bottom: 10px;
}
.itinerary-banner {
    background-size: cover;
    background-position: center;
    height: 415px;
    position: relative;
    color: #fff;
}

.itinerary-banner .overlay {
    height: 100%;
    display: flex;
    align-items: end;
    justify-content: start;
    text-align: left;
    padding: 40px;
}

.itinerary-vehicles {
    padding-bottom: 65px;
}

.banner-text h1 {
    font-size: 52px;
    font-weight: 700;
    margin-bottom: 10px;
}

.banner-text p {
    font-size: 1.2rem;
}

.section-intro {
    padding: 65px 0px 20px;
    text-align: center;
}

.section-intro .container {
    /* max-width: 660px; */
    padding-top: 0;
    padding-bottom: 0;
}

.section-intro h2 {
    font-size: 40px;
    font-weight: 700;
}

.vehicle-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    padding: 40px 20px;
}

.vehicle-card {
    background: #fff;
    border-radius: 12px;
    text-align: center;
}

.vehicle-card img {
    width: 100%;
    border-radius: 8px 8px 0px 0px;
    height: 251px;
    object-fit: cover;
}

.vehicle-card .vehicle-content {
    padding: 20px;
    color: #000000;
}

.vehicle-card .vehicle-content h3 {
    font-size: 25px;
    font-weight: 600;
}
.vehicle-card .vehicle-content .rate {
  display: flex;
  justify-content: center;
  align-items: baseline;
  gap: 5px;
  margin-bottom: 0;
}
.vehicle-card .vehicle-content .rate strong {
    font-weight: 400;
    font-size: 14px;
    color: #000000;
    opacity: 0.68;
}
.vehicle-card .vehicle-content .rate .price {
    font-size: 57px;
    font-weight: 700;
    color: #000000;
}
.vehicle-card .vehicle-content .rate .currency {
    font-size: 22px;
    font-weight: 400;
    color: #000000;
    opacity: 0.68;
}
.vehicle-button {
    display: inline-block;
    margin-top: 10px;
    padding: 10px 20px;
    background: #D9D9D9;
    color: #000000;
    border-radius: 30px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
}

.vehicle-meta {
    margin-top: 20px;
}

.vehicle-meta p {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-top: 10px;
    font-size: 14px;
}

.vehicle-meta p img {
    width: 23px;
    height: 23px;
    object-fit: contain;
}

.vehicle-card .swiper-button-prev.custom-arrow-prev,
.vehicle-card .swiper-button-next.custom-arrow-next {
    opacity: 0;
    transition: opacity 0.3s ease;
}

.vehicle-card:hover .swiper-button-prev.custom-arrow-prev,
.vehicle-card:hover .swiper-button-next.custom-arrow-next {
    opacity: 1;
}

.vehicle-card .swiper-button-next::after,
.vehicle-card .swiper-button-prev::after {
  display: none;
}

.vehicle-card .swiper-button-prev.custom-arrow-prev {
    background-image: url('assets/images/arrow-left.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: transparent;
    position: absolute;
    top: 50%;
    left: 12px;
    /* transform: translateY(50%); */
    z-index: 10;
    cursor: pointer;
}
  
.vehicle-card .swiper-button-next.custom-arrow-next {
    background-image: url('assets/images/arrow-right.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: transparent;
    position: absolute;
    top: 50%;
    right: 12px;
    z-index: 10;
    cursor: pointer;
}

.newsletter {
    padding: 80px 0;
    background-image: url('assets/images/newsletter-background.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.newsletter .newsletter-form {
    color: #fff;
    max-width: 600px;
    display: flex;
    gap: 30px;
}

.newsletter .newsletter-form h3 {
    font-size: 40px;
    font-weight: 700;
}

.newsletter .newsletter-form .form p {
    margin-bottom: 25px;
}

.newsletter .newsletter-form .form .input-group {
  display: flex;
  background-color: #fff;
  border-radius: 20px;
  padding: 0px 15px;
  align-items: center;
}

.newsletter .newsletter-form .form .input-group p {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    gap: 10px;
    margin-bottom: 0;
}

.newsletter .newsletter-form .form .input-group p input[type="submit"] {
    background-color: transparent !important;
    display: inline-block;
    background-image: url('assets/images/newsletter-icon.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 28.69px;
    height: 28.69px;
    font-size: 0;
}

.newsletter .newsletter-form .form .input-group input {
    border: none;
}

.newsletter .newsletter-form .form .wpcf7-form:not(.submitting) .input-group .wpcf7-spinner,
.newsletter .newsletter-form .form .input-group .wpcf7-form-control-wrap span {
    display: none;
}

.page-template-services #content.site-content {
    padding-bottom: 0;
}

.services-grid {
    padding-bottom: 7%;
}

section.fleet {
    background-color: #000000;
    padding: 50px 0;
    color: #ffffff;
}

section.fleet .fleet-header {
    text-align: center;
}

section.fleet .fleet-header p {
    text-transform: uppercase;
    font-weight: 400;
}

section.fleet .fleet-header p.subheading {
    text-transform: inherit;
    margin-top: 15px;
}

section.fleet .fleet-header h3 {
    font-weight: 700;
    font-size: 40px;
    margin-bottom: 0;
}

.about-sections {
    padding: 2% 0;
    background-color: #161616;
    color: #ffffff;
}

.about-section-row {
    display: flex;
    align-items: center;
    margin-bottom: 60px;
    gap: 30px;
}

.about-section-row.left-text .about-text { order: 1; }
.about-section-row.left-text .about-image { order: 2; }

.about-section-row.right-text .about-image { order: 1; }
.about-section-row.right-text .about-text { order: 2; }

.about-text, .about-image {
    flex: 1 1 50%;
}

.about-section-row .about-text h2 {
    font-size: 32px;
    font-weight: 700;
    line-height: 50px;
    text-transform: capitalize;
}

.about-section-row .about-text p {
    font-size: 16px;
    font-weight: 400;
}

.about-image img {
    max-width: 100%;
    border-radius: 30px;
}

.page-template-about section.about .content-wrapper {
    background-position: left;
}
.page-template-about section.about .one-half {
    width: 75%;
}

section.tour-group-package {
  background-color: #161616;
  padding: 50px 0;
}
.tour-package-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    padding: 40px 20px;
}

.tour-package-card {
    border-radius: 20px;
    background-color: #FFFFFF;
    overflow: hidden;
}

.tour-package-card .tour-package-card-image img {
    height: 251px;
    width: 100%;
    object-fit: cover;
}

.tour-package-card .tour-package-card-content {
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.tour-package-card .tour-package-card-content .tour-meta {
    display: flex;
    align-items: center;
    gap: 15px;
}

.tour-package-card .tour-package-card-content .tour-meta {
    text-transform: capitalize;
}

.tour-package-card .tour-package-card-content .tour-meta .category {
    background-color: #000000;
    color: #ffffff;
    padding: 5px 16px;
    border-radius: 20px;
}

.tour-package-card .tour-package-card-content h3 {
    font-size: 20px;
    font-weight: 500;
}

.tour-package-card .tour-package-card-content .starting-at .amount {
    font-size: 27px;
    text-transform: uppercase;
    font-weight: 700;
    color: #000000;
    margin-left: 8px;
}

.tour-group-header {
    text-align: center;
}

.tour-group-header h3 {
    color: #ffffff;
    font-weight: 700;
    font-size: 40px;
    margin-bottom: 0;
}

section.popular-itinerary {
    background-color: #000000;
    padding: 50px 0;
}

.popular-itinerary-header {
    text-align: center;
}

.popular-itinerary-header h3 {
    color: #ffffff;
    font-weight: 700;
    font-size: 40px;
    margin-bottom: 0;
}

.popular-itinerary-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    padding: 40px 20px;
}
  
.popular-itinerary-card {
    border-radius: 20px;
    background-color: #FFFFFF;
    overflow: hidden;
}
  
.popular-itinerary .popular-itinerary-card-image img {
    height: 251px;
    width: 100%;
    object-fit: cover;
}

.popular-itinerary-card .popular-itinerary-card-content {
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.popular-itinerary-card .popular-itinerary-card-content h3 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0;
}

.page-template-contact .booking-section {
    background-color: #161616;
}

.about-reviews-section {
    background-color: #000000;
    padding: 120px 0;
} 
.about-reviews-section .section-title {
    font-size: 40px;
    color: #ffffff;
    font-weight: 700;
}
.about-reviews-section .section-subtitle {
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  color: #ffffff;
}

.booking-form .booking-form-fields p,
.booking-form .basic-info-fields p {
    margin: 0;
}

.booking-form .location-input p {
  display: flex;
  align-items: center;
  margin: 0;
  width: 100%;
}

.booking-form .location-input p .wpcf7-form-control-wrap,
.booking-form .basic-info-fields p .wpcf7-form-control-wrap {
    width: 100%;
}

.booking-form .wpcf7-form:not(.submitting) .input-group .wpcf7-spinner,
.booking-form .wpcf7-form-control-wrap span {
    display: none;
}

.booking-form .passenger-info {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.booking-form .basic-info-fields p input {
    margin-bottom: 0 !important;
}


.booking-form .basic-info-fields .info-field-one p {
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: space-between;
    height: 100%;
}

.mobile-navigation {
    background: #000000;
}
.drawer .drawer-navigation a {
    color: #ffffff;
}

.map-tooltip {
    font-size: 12px;
    padding: 10px;
    max-width: 200px;
    line-height: 1.4;
    position: relative;
}
.map-tooltip .info-title {
    font-size: 12px;
    margin-bottom: 8px;
}
.google-maps-closure {
    padding-right: 10px;
}

.grecaptcha-badge {
    z-index: 9999 !important;
}

.partners.has-border .partner {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  color: #fff;
}

.partners.has-border .partner .name strong {
    display: block;
    font-size: 24px;
    font-weight: 500;
}
  
.partners.has-border .partner img {
    max-height: 126px;
}
@media only screen and (min-width: 1001px) {
    .footer-widgets .footer-column:first-of-type:nth-last-of-type(2) {
        width: 54%;
    } 
    .footer-widgets .footer-column:first-of-type:nth-last-of-type(2) ~ .footer-column {
        width: 42%;
    }
}
@media only screen and (max-width: 1480px) {
    .booking-form .location-info-fields .pickup-wrapper {
        flex-direction: column;
    }
    .booking-form .location-info-fields .pickup-wrapper > div {
        max-width: 100% !important;
    }
    .booking-form .basic-info-fields .info-field-one p {
        justify-content: unset;
    }
    .booking-form .booking-form-fields .basic-info-fields {
        flex-direction: column;
    }
    .booking-form .basic-info-fields .info-field-two textarea {
        max-height: 148px;
    }
}
@media only screen and (max-width: 1190px) {
    .main-navigation ul li {
        padding: 0 5px;
    }
    .main-navigation ul li a {
        padding: 5px 15px;
    }
}
@media only screen and (max-width: 1000px) {
    .mobile-navigation {
        width: auto;
    }
    .site-header .container {
        display: inline-block;
        width: calc(100% - 68px);
        text-align: left;
    }
    .site-header .custom-logo-link img {
        margin-left: 0;
        margin-right: 0;
        width: 70px;
    }
    .drawer-menu-explore {
        background: #000000;
    }
    section.about .heading,
    .banner-text h1,
    .section-intro h2 {
        font-size: 40px;
    }
    section.about .button {
        padding: 12px 25px;
    }
    .atas-services-slider .swiper-button-next.custom-arrow-next {
        right: 35px;
    }
    .atas-services-slider .swiper-button-prev.custom-arrow-prev {
        left: 35px;
    }
    .why-choose .why-choose-cards .why-choose-card {
        padding: 20px;
    }
    .why-choose .why-choose-cards .why-choose-card img {
        width: 35px;
    }
    .partners .partners-lists .partner img {
        width: 100px;
    }
    .booking-form .booking-form-fields .passenger-info {
        width: 125px;
    }
    .booking-form .passenger-info p.title {
        font-size: 16px;
    }
    footer .footer-column .container {
        padding: 0;
    }
    .service-cards {
        grid-template-columns: repeat(2, 1fr);
    }
    .service-card {
        min-height: 300px;
        max-height: 300px;
    }
    .about-section-row {
        flex-direction: column;
    }
    .about-section-row.left-text {
        flex-direction: column-reverse;
    }
}
@media only screen and (max-width: 767px) {
    section.about .content-wrapper .one-half {
        width: 100%;
    }
    section.about .heading,
    .atas-services-slider .section-title,
    .why-choose .section-title,
    .section-intro h2,
    .newsletter .newsletter-form h3,
    .partners .heading,
    section.fleet .fleet-header h3,
    .about-section-row .about-text h2,
    .tour-group-header h3,
    .popular-itinerary-header h3,
    .about-reviews-section .section-title {
        font-size: 30px;
    }
    .why-choose .why-choose-cards {
        flex-direction: column;
        gap: 15px;
    }
    .why-choose .why-choose-cards .why-choose-card {
        width: 100%;
        justify-content: center;
    }
    .booking-section .booking-container {
        padding: 0;
    }
    .booking-section .booking-title {
        font-size: 40px;
    }
    .booking-form .booking-form-fields {
        flex-direction: column;
    }
    .booking-form .booking-form-fields .passenger-info {
        width: 100%;
    }
    .vehicle-card .vehicle-content .rate .price {
        font-size: 28px;
    }
    .vehicle-card .vehicle-content h3 {
        font-size: 18px;
    }
    .service-cards {
        grid-template-columns: repeat(1, 1fr);
    }
    .partners.has-border .partner img {
        width: 70px;
        height: 70px;
    }
    .partners.has-border .partner .name {
        font-size: 14px;
    }
    .partners.has-border .partner .name strong {
        font-size: 18px;    
    }
}
@media only screen and (max-width: 627px) {
    .partners:not(.has-border) .partners-lists {
        flex-direction: column;
        gap: 30px;
    }
    .partners:not(.has-border) .partners-lists .partner img {
        width: 100%;
    }

    .partners.has-border .partner {
        flex-direction: column;
        gap: 10px;
    }
    .partners.has-border .partner .name {
        font-size: 12px;
        text-align: center;
    }
    .partners.has-border .partner .name strong {
        font-size: 16px;
    }
}
@media only screen and (max-width: 480px) {
    .partners.partners.has-border .partners-lists .partner img {
        width: 75px;
    }
}