/*!
Theme Name: Buggy Ride Dxb
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: buggy-ride-dxb
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Buggy Ride Dxb is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/* Global Styles */
body {
    font-family: "Istok Web", sans-serif;
    margin: 0;
    padding: 0;
}

.jaro-font {
    font-family: "Jaro", sans-serif;
}

/* Header Overlay Styles */
.header-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
}

.navbar {
    padding: 0.5rem 0;
    background-color: transparent !important;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

.navbar.scrolled {
    background-color: rgba(255, 255, 255, 0.95) !important;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.navbar-brand img {
    height: 50px;
}

.navbar-nav {
    gap: 1.5rem;
}

.nav-link {
    color: #000 !important;
    font-weight: 400;
    font-size: 15px;
    padding: 0.5rem 0 !important;
    transition: color 0.3s ease;
}

.nav-link:hover,
.nav-link.active {
    color: #000 !important;
    font-weight: 500;
}

.navbar.scrolled .nav-link {
    color: #333 !important;
}

.navbar.scrolled .nav-link:hover,
.navbar.scrolled .nav-link.active {
    color: #000 !important;
}

/* Hero Section */
.hero-section {

    background: url('assets/images/hero-bg.png') center center / cover no-repeat;
    display: flex;
    align-items: center;
    padding: 100px 0 60px;
    position: relative;
}

.hero-content {
    color: #fff;
    max-width: 500px;
	    margin-left: 30px;
}



/* About Text Section */
.about-text-section {
    padding: 80px 0;
    background-color: #fff;
}

.about-text-content {
    max-width: 100%;
}



.about-text-actions {
    display: flex;
    gap: 20px;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.btn-book-now {
    background-color: #679D2C;
    color: #fff;
    padding: 10px 50px;
    border-radius: 8px;
    text-decoration: none;
    font-family: "Istok Web", sans-serif;
    font-size: 16px;
    font-weight: 400;
    transition: all 0.3s ease;
    border: 2px solid #679D2C;
    display: inline-block;
}

.btn-book-now:hover {
    background-color: #679D2C;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(103, 157, 44, 0.3);
}

.btn-details {
    background-color: transparent;
    color: #333;
    padding: 10px 50px;
    border: 2px solid #333;
    border-radius: 8px;
    text-decoration: none;
    font-family: "Istok Web", sans-serif;
    font-size: 16px;
    font-weight: 400;
    transition: all 0.3s ease;
    display: inline-block;
}

.btn-details:hover {
    background-color: #333;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}
.buggy-packages-table-wrap {
  overflow-x: auto;
}
.why-choose-section .feature-item {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    gap: 15px;
}
.why-choose-section .feature-icon{
	  width: 40px;
    height: 40px;
    background: #8C5C10;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: white;
}
  
.buggy-packages-table {
  width: 100%;
  border-collapse: collapse;
  font-family: Arial, sans-serif;
}

.buggy-packages-table th,
.buggy-packages-table td {
  padding: 12px 14px;
  border: 1px solid #ddd;
  text-align: left;
}

.buggy-packages-table thead {
  background: #111;
  color: #fff;
}

.buggy-packages-table tbody tr:nth-child(even) {
  background: #f7f7f7;
}

.buggy-packages-table tbody tr:hover {
  background: #eee;
}


/* Mission & Vision Section */
.mission-vision-section {
    padding: 80px 0;
    background-color: #fff;
}

.mission-vision-content {
    padding-right: 40px;
}

.mission-badge {
    display: inline-block;
    background-image: url('assets/images/badge-img.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    color: #fff;
    padding: 20px 40px;
    font-family: "Jaro", sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 20px;
}

.mission-title {
    font-family: "Jaro", sans-serif;
    font-size: 48px;
    font-weight: 700;
    color: #000;
    margin-bottom: 30px;
    line-height: 1.2;
}

.mission-text p {
    font-family: "Istok Web", sans-serif;
    font-size: 18px;
    color: #333;
    line-height: 1.8;
    margin-bottom: 20px;
}

.mission-text p:last-child {
    margin-bottom: 0;
}

.mission-image {
    text-align: center;
}



/* Packages Hero Section */
.packages-hero-section {
    background: url('assets/images/packages-bg.png') center center / cover no-repeat;
    display: flex;
    align-items: center;
    padding: 100px 0 60px;
    position: relative;
    min-height: 60vh;
}

.packages-hero-content {
    color: #fff;
    max-width: 700px;
    margin: 0 auto;
}


.packages-hero-title {
    color: #FFF;
    text-align: center;
    font-size: 64px;
    font-weight: 700;
    line-height: 70px;
}

.hero-title {
    color: #FFF;
    font-family: "Istok Web";
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: 50px;
    /* 109.375% */
}

.hero-description {
    color: #FFF;
    font-family: "Istok Web";
    font-size: 24px;
    font-weight: 400;
    line-height: normal;
}

.btn-hero {
    border-radius: 40px;
    background: rgba(103, 157, 44, 0.70);
    transition: all 0.3s ease;
    border: none;
    color: #FFF;
    font-size: 20px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.48px;
    padding: 10px 29px;
}

.btn-hero:hover {
    background: rgba(103, 157, 44, 0.70);
}


/* About Section */
.about-section {
    padding: 80px 0;
    background-color: #fff;
}

.about-slider-wrapper {
    position: relative;
    padding: 0 50px;
}

.aboutSwiper {
    border-radius: 20px;
    overflow: hidden;
}

.about-slide-image {
    position: relative;
    width: 100%;
    height: 450px;
    border-radius: 20px;
    overflow: hidden;
}

.about-slide-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 70px;
    height: 70px;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.play-button:hover {
    background-color: #fff;
    transform: translate(-50%, -50%) scale(1.1);
}

.play-button svg {
    margin-left: 3px;
}

/* Swiper Navigation Buttons */
.about-prev,
.about-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
    transition: all 0.3s ease;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.about-prev {
    left: 0;
}

.about-next {
    right: 0;
}

.about-prev:hover,
.about-next:hover {
    background-color: #4CAF50;
    color: #fff;
}

.about-prev::after,
.about-next::after {
    font-size: 18px;
    font-weight: bold;
    color: #333;
}

.about-prev:hover::after,
.about-next:hover::after {
    color: #fff;
}

/* About Content */
.about-content {
    padding-left: 40px;
}

.section-badge {
    display: inline-block;
    background-image: url('assets/images/badge-img.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    padding: 20px 40px;
    color: #FFF;
    text-align: center;
    font-family: Jaro;
    font-size: 24px;
    font-weight: 400;
    line-height: normal;
}


.section-title {
    color: #000;
    font-size: 40px;
    font-weight: 700;
    line-height: 50px;
    letter-spacing: normal;
}

.section-title-2 {
    color: #030303;
    font-size: 48px;
    font-weight: 700;
    line-height: normal;
    margin: 0px;
}
.ourlocationsection h3{
    color: #030303;
    font-size: 36px;
    font-weight: 700;
    line-height: 50px;
    margin: 0px;
}
.ourlocationsection p{
	color: #191919;
    font-size: 20px;
    font-weight: 400;
    line-height: normal;
}    
.ourlocationsection ul li{
	color: #191919;
    font-size: 20px;
    font-weight: 400;
    line-height: normal;
} 
/* Priority Text Section */
.priority-text-section {
    padding: 80px 0;
    background-color: #fff;
}
.priority-text-section h3 {
    color: #000;
    font-size: 30px;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: normal;
}
.priority-text-content {
        background: #fff;
    border-radius: 22px;
    box-shadow: 0 4px 32px rgba(0, 0, 0, 0.10);
    padding: 2.2rem 2.5rem;
    margin: 0 auto;
    color: #222;
    line-height: 1.7;
}

.section-description {
    color: #191919;
    font-size: 20px;
    font-weight: 400;
    line-height: normal;
}

/* Team Text Section */
/* Our Team Section */
.our-team-section {
    padding: 80px 0;
    background-color: #fff;
}

.team-header {
    margin-bottom: 50px;
}

.team-main-title {
    font-family: "Jaro", sans-serif;
    font-size: 48px;
    font-weight: 700;
    color: #000;
    margin-bottom: 15px;
    line-height: 1.2;
}

.team-subtitle {
    font-family: "Istok Web", sans-serif;
    font-size: 18px;
    color: #333;
    margin-bottom: 0;
    line-height: 1.6;
}

.team-card {
    background-color: #fff;
    border-radius: 15px;
    padding: 25px;
    text-align: center;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    cursor: pointer;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.team-card:hover {
    background-color: #8B4513;
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.team-avatar {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 20px;
}

.team-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.team-name {
    color: #000;
    text-align: center;
    font-size: 22px;
  line-height: normal;
    font-weight: 600;
    margin: 0px;
}

.team-card:hover .team-name {
    color: #fff;
}

.team-role {
    color: #505050;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px; 
    margin: 0px;
}

.team-card:hover .team-role {
    color: #fff;
}

.team-text-section {
    padding: 80px 0;
    background-color: #fff;
}

.team-text-content {
    max-width: 100%;
}

/* Booking Form Section */
.booking-form-section {
    padding: 80px 0;
    background-color: #fff;
}

.booking-form-content {
    max-width: 100%;
}

.booking-header {
    margin-bottom: 50px;
}

.booking-title {
    font-family: "Jaro", sans-serif;
    font-size: 48px;
    font-weight: 700;
    color: #000;
    margin-bottom: 15px;
    line-height: 1.2;
}

.booking-subtitle {
    font-family: "Istok Web", sans-serif;
    font-size: 18px;
    color: #333;
    margin-bottom: 0;
    line-height: 1.6;
}

.booking-steps {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-bottom: 50px;
    flex-wrap: wrap;
}

.step-item {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.step-item.active .step-label {
    background-color: #679D2C;
    color: #fff;
    border: none;
}

.step-number {
    width: 30px;
    height: 30px;
    background-color: #679D2C;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 14px;
}

.step-label {
    background-color: #fff;
    color: #000;
    padding: 8px 16px;
    border: 1px solid #000;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 500;
    white-space: nowrap;
}

.calendar-container {
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    max-width: 500px;
    margin: 0 auto;
}

.calendar-header {
    background-color: #679D2C;
    color: #fff;
    padding: 20px;
    text-align: center;
}

.calendar-header h3 {
    font-size: 24px;
    font-weight: 700;
    margin: 0;
}

.calendar-grid {
    padding: 20px;
}

.calendar-weekdays {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 5px;
    margin-bottom: 15px;
}

.weekday {
    text-align: center;
    font-weight: 600;
    font-size: 14px;
    color: #333;
    padding: 10px 0;
}

.calendar-dates {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 5px;
}

.date {
    text-align: center;
    padding: 12px 0;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.date.unavailable {
    color: #ccc;
    cursor: not-allowed;
}

.date.available {
    color: #000;
    font-weight: 700;
}

.date.available:hover {
    background-color: #679D2C;
    color: #fff;
}

.date.available.selected {
    background-color: #679D2C;
    color: #fff;
}

.calendar-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    border-top: 1px solid #eee;
}

.calendar-instruction p {
    font-family: "Istok Web", sans-serif;
    font-size: 16px;
    color: #333;
    margin: 0;
}

.calendar-total p {
    font-family: "Istok Web", sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #000;
    margin: 0;
}

/* Step Content Styles */
.step-content-container {
    max-width: 500px;
    margin: 0 auto;
}

.step-content {
    display: none;
}

.step-content.active {
    display: block;
}

.form-container {
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.form-container h3 {
    background-color: #679D2C;
    color: #fff;
    padding: 20px;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    margin: 0;
}

/* Tour Options */
.tour-options {
    padding: 20px;
}

.tour-option {
    margin-bottom: 15px;
}

.tour-option input[type="radio"] {
    display: none;
}

.tour-option label {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px;
    border: 2px solid #eee;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.tour-option input[type="radio"]:checked + label {
    border-color: #679D2C;
    background-color: #f8f9fa;
}

.tour-name {
    font-family: "Istok Web", sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #000;
}

.tour-price {
    font-family: "Istok Web", sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #679D2C;
}

/* Buggy Quantity */
.buggy-quantity {
    padding: 20px;
    text-align: center;
}

.quantity-controls {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-bottom: 15px;
}

.quantity-btn {
    width: 40px;
    height: 40px;
    background-color: #679D2C;
    color: #fff;
    border: none;
    border-radius: 50%;
    font-size: 20px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.quantity-btn:hover {
    background-color: #5a8a26;
    transform: scale(1.1);
}

#buggy-count {
    width: 60px;
    height: 40px;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    border: 2px solid #679D2C;
    border-radius: 8px;
    background-color: #f8f9fa;
}

.quantity-info p {
    font-family: "Istok Web", sans-serif;
    font-size: 14px;
    color: #666;
    margin: 0;
}

/* Contact Form */
.contact-form {
    padding: 20px;
}

.form-group {
    margin-bottom: 20px;
}

.form-group label {
    display: block;
    font-family: "Istok Web", sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #333;
    margin-bottom: 8px;
}

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 12px 15px;
    border: 2px solid #eee;
    border-radius: 8px;
    font-family: "Istok Web", sans-serif;
    font-size: 16px;
    transition: border-color 0.3s ease;
}

.form-group input:focus,
.form-group textarea:focus {
    outline: none;
    border-color: #679D2C;
}

.form-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    border-top: 1px solid #eee;
}

.form-instruction p {
    font-family: "Istok Web", sans-serif;
    font-size: 16px;
    color: #333;
    margin: 0;
}

.form-total p {
    font-family: "Istok Web", sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #000;
    margin: 0;
}



/* Packages Section */
.packages-section {
    padding: 0px 0px 80px 0px;
    background-color: #fff;
}

.section-header {
    max-width: 90%;
    margin: 0 auto 0;
}

.section-header .section-badge {
    margin-bottom: 20px;
}

.section-header .section-title {
    margin-bottom: 25px;
    text-align: center;
}

.section-intro {
    font-size: 16px;
    line-height: 1.8;
    color: #333;
    text-align: center;
    margin: 0;
}

/* Package Cards */
.package-card {
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.package-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.package-image {
    position: relative;
    height: 250px;
    overflow: hidden;
}

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

.package-badge {
    position: absolute;
    top: 15px;
    left: 15px;
    background-color: #3498db;
    color: #fff;
    width: 35px;
    height: 35px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 16px;
}

.package-content {
    padding: 25px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.package-title {
    color: #432605;

    font-size: 28px;

    font-weight: 700;
    line-height: normal;
}

.package-details {
    list-style: none;
    padding: 0;
    margin: 0 0 20px 0;
}
.package-details .package-price{
   float: right;
}
.package-details li {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #000;
    font-size: 20px;
    font-weight: 400;
    line-height: normal;
}

.package-details li svg {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    color: #666;
}





.package-price .price {
    color: #000;

    font-size: 23px;

    font-weight: 700;
    line-height: normal;
}

.package-price .per-person {
    color: #000;
    font-size: 18px;

    font-weight: 400;
    line-height: normal;
}

.package-actions {
    display: flex;
    gap: 10px;
}

.btn-outline {
    flex: 1;
    padding: 12px 20px;
    border: 2px solid #ddd;
    border-radius: 30px;
    color: #333;
    text-decoration: none;
    font-weight: 400;
    font-size: 18px;
    text-align: center;
    transition: all 0.3s ease;
    display: inline-block;
}

.btn-outline:hover {
    border-color: #4CAF50;
    color: #4CAF50;
    background-color: rgba(76, 175, 80, 0.05);
}

.btn-green {
    flex: 1;
    padding: 12px 20px;
    border-radius: 40px;
    background: #679D2C;
    color: #fff;
    text-decoration: none;
    font-weight: 400;
    font-size: 18px;
    text-align: center;
    transition: all 0.3s ease;
    display: inline-block;
    border: 2px solid #679D2C;
}

.btn-green:hover {
    background-color: #679D2C;
    border-color: #679D2C;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(76, 175, 80, 0.3);
}

.btn-view-more {
    padding: 12px 50px;
    border: 2px solid #333;
    border-radius: 30px;
    color: #333;
    text-decoration: none;
    font-weight: 400;
    font-size: 18px;
    transition: all 0.3s ease;
    display: inline-block;
}

.btn-view-more:hover {
    background-color: #333;
    color: #fff;
}

/* CTA Section */
.cta-section {
    position: relative;
    padding: 50px 0;
    background: url('assets/images/cta-bg.png') center center / cover no-repeat;
    border-radius: 26px;
    margin-bottom: 80px;
}

.cta-content {
    position: relative;
    z-index: 2;
    max-width: 700px;
    margin: 0 auto;
}

.cta-title {
    font-family: "Jaro", sans-serif;
    font-size: 48px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 20px;
    line-height: 1.2;
}

.cta-description {
    font-size: 16px;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.95);
    margin-bottom: 30px;
}

.btn-cta {
    border-radius: 7px;
    background: #679D2C;
    color: #FFF;
    font-family: "Istok Web";
    font-size: 20px;
    font-weight: 700;
    line-height: 100%;
    padding: 13px 40px;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
    border: none;
}

.btn-cta:hover {
    background: #679D2C;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(76, 175, 80, 0.4);
    color: #fff;
}

/* Desert Driving Mastery Section */
.mastery-section {
    padding: 0px 0px 80px 0px;
    background-color: #fff;
}

.mastery-content {
    max-width: 1000px;
    margin: 0 auto;
}

.mastery-content .section-badge {
    margin-bottom: 20px;
}

.mastery-content .section-title {
    margin-bottom: 40px;
    text-align: center;
}

.mastery-text {
    margin-bottom: 40px;
}

.mastery-text p {
    font-size: 16px;
    line-height: 1.8;
    color: #333;
    text-align: center;
    margin-bottom: 25px;
}

.mastery-text p:last-child {
    margin-bottom: 0;
}
.newmasterycontent ul {
	    list-style: none;
    font-size: 20px;
    font-weight: bold;
}
.buggy-types-section {
  max-width: 1200px;
  margin: 80px auto;
  padding: 0 20px;
  font-family: Arial, sans-serif;
}

.buggy-types-section h2 {
  text-align: center;
  font-size: 36px;
  margin-bottom: 15px;
}

.section-intro {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 50px;
  font-size: 17px;
  color: #555;
}

.buggy-box-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 25px;
}

.buggy-box {
  background: #fff;
  border-radius: 14px;
  padding: 28px;
  box-shadow: 0 8px 25px rgba(0,0,0,0.08);
  transition: transform .3s ease, box-shadow .3s ease;
}

.buggy-box:hover {
  transform: translateY(-6px);
  box-shadow: 0 15px 40px rgba(0,0,0,0.12);
}

.buggy-box h3 {
  font-size: 22px;
  margin-bottom: 12px;
  color: #111;
}

.buggy-box p {
  font-size: 15px;
  color: #555;
  margin-bottom: 14px;
}

.buggy-box ul {
  padding-left: 18px;
}

.buggy-box ul li {
  margin-bottom: 8px;
  font-size: 14.5px;
}

.buggy-box strong {
  color: #000;
}
.btn-mastery {
    background-color: #000;
    color: #fff;
    padding: 14px 50px;
    border-radius: 30px;
    font-weight: 600;
    font-size: 16px;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
    border: 2px solid #000;
}

.btn-mastery:hover {
    background-color: transparent;
    color: #000;
    transform: translateY(-2px);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
}

/* Highlights Section */
.highlights-section {
    padding: 80px 0;
    background-color: #fff;
}

.highlights-section .section-header {
    max-width: 900px;
    margin: 0 auto 50px;
}

.highlights-section .section-badge {
    margin-bottom: 20px;
}

.highlights-section .section-title {
    margin-bottom: 0;
}

.highlight-image {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.highlight-image:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.highlight-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.3s ease;
}

.highlight-image:hover img {
    transform: scale(1.05);
}

.highlight-large {
    height: 400px;
}

.highlight-small {
    height: 400px;
}

/* Why Choose Us Section */
.why-choose-section {
    padding: 80px 0;
    background-color: #fff;
}

.why-choose-section .section-header {
    margin-bottom: 60px;
}

.why-choose-section .row.align-items-center {
    position: relative;
    min-height: 700px;
}

.why-choose-section .col-lg-2 {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    width: auto;
}

.center-buggy-image {
    text-align: center;
}

.center-buggy-image img {
    width: 100%;
    max-width: 500px;
    height: auto;
}

.why-choose-section .col-lg-5 {
    position: relative;
    z-index: 2;
}

.why-choose-section .col-lg-5:first-of-type {
    margin-left: 0;
}

.why-choose-section .col-lg-5:last-of-type {
    margin-left: auto;
}

.feature-box {
    display: flex;
    gap: 9px;
    margin-bottom: 30px;
    background-color: #6BA547;
    padding: 18px;
    border-radius: 15px;
    transition: all 0.3s ease;
    max-width: 360px;
}
.newwhychoosee .feature-box {
    max-width: 450px;
}

.feature-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(107, 165, 71, 0.3);
}

.feature-left {
    flex-direction: row;
}

.feature-right {
    flex-direction: row-reverse;
    margin-left: auto;
}

.feature-icon {
    flex-shrink: 0;
    width: 60px;
    height: 60px;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px;
}

.feature-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.feature-content h3 {
    color: #FFF;
    font-size: 24px;
    font-weight: 700;
    line-height: 27px;
    letter-spacing: -0.72px;
}

.feature-content p {
    color: #FFF;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: -0.36px;
    margin: 0px;
}

/* Testimonials Section */
.testimonials-section {
    padding: 80px 0;
    background-color: #f8f9fa;
}

.testimonials-section .section-header {
    margin-bottom: 50px;
}

.testimonials-badge {
    background-image: url('assets/images/testimonials-badge.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #4CAF50;
    padding: 8px 30px;
    border-radius: 20px;
}

.testimonial-card {
    background: #fff;
    border-radius: 20px;
    padding: 20px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.testimonial-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

.testimonial-header {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
}

.testimonial-avatar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
}

.testimonial-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.testimonial-info {
    flex: 1;
}

.testimonial-name {
    color: #000;
    font-size: 20px;
    font-weight: 700;
    line-height: normal;
    margin: 0;
}

.testimonial-date {
    color: #000;
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
    margin: 0;
}



.star {
    color: #679D2C;
    font-size: 18px;
    margin-right: 2px;
}

.testimonial-text {
    color: #000;
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
    margin: 0;
    flex: 1;
}
.maintext_section {
    padding: 80px 0;
    background-color: #f8f9fa;
}
.maintext_section .text_section {
	background: #fff;
    border-radius: 22px;
    box-shadow: 0 4px 32px rgba(0, 0, 0, 0.10);
    padding: 2.2rem 2.5rem;
    margin: 0 auto;
    color: #222;
    line-height: 1.7;
}
   
.maintext_section .text_section h2{
    color: #000;
    font-size: 40px;
    font-weight: 700;
    line-height: 50px;
    letter-spacing: normal;
    text-align: center;
} 
.maintext_section .text_section h3{
    color: #000;
    font-size: 30px;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: normal;
} 
.maintext_section .text_section p{
    color: #000;
}
/* FAQ Section */
.faq-section {
    padding: 80px 0;
    background-color: #fff;
}

.faq-section .section-header {
    margin-bottom: 50px;
}

.faq-badge {
    background-image: url('assets/images/faq-badge.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #4CAF50;
    padding: 8px 30px;
    border-radius: 20px;
}

.faq-accordion {
    max-width: 100%;
}

.faq-item {
    margin-bottom: 15px;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.faq-item.active {
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.faq-question {
    background-color: #fff;
    border: 1px solid #e9ecef;
    padding: 20px 25px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all 0.3s ease;
    border-radius: 15px;
    color: #333;
}

.faq-item.active .faq-question {
    background-color: #679D2C !important;
    color: #fff !important;
    border-color: #679D2C !important;
    border-radius: 15px 15px 0 0;
}

.faq-item:not(.active) .faq-question {
    background-color: #fff !important;
    color: #333 !important;
    border-color: #e9ecef !important;
}

.faq-question {
    background-color: #fff !important;
    color: #333 !important;
}



.faq-question span {
    font-size: 16px;
    font-weight: 600;
    flex: 1;
    margin-right: 15px;
}

.faq-question i {
    font-size: 14px;
    transition: transform 0.3s ease;
}

.faq-item.active .faq-question i {
    transform: rotate(180deg);
}

.faq-answer {
    background-color: #fff;
    padding: 25px;
    border: 1px solid #e9ecef;
    border-top: none;
    border-radius: 0 0 15px 15px;
}

.faq-answer p {
    font-size: 14px;
    line-height: 1.6;
    color: #555;
    margin: 0;
}

/* Footer Section */
.footer-section {
    background-color: #000;
    color: #fff;
    padding: 60px 0 0;
}

.footer-content {
    margin-bottom: 40px;
}

.footer-description {
    color: #FFF;
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
}

.footer-heading {
    color: #FFF;
    font-size: 24px;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: -6px;
}



.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 12px;
}

.footer-links a {
    color: #FFF;
    font-family: "Istok Web";
    font-size: 20px;
    font-weight: 400;
    line-height: normal;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-links a:hover {
    color: #679D2C;
}

.social-links {
    display: flex;
    gap: 15px;
    margin-top: 10px;
}

.social-link {
    width: 40px;
    height: 40px;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: all 0.3s ease;
}

.social-link:hover {
    background-color: #679D2C;
    transform: translateY(-2px);
}

.social-link i {
    color: #000;
    font-size: 16px;
    transition: color 0.3s ease;
}

.social-link:hover i {
    color: #fff;
}

.copyright-bar {
    background-color: #679D2C;
    padding: 10px 0;
}

.copyright-text {
    color: #fff;
    font-size: 16px;
    margin: 0;
    font-weight: 500;
}

/* Responsive */
@media (max-width: 991px) {
    .navbar-nav {
        margin-top: 1rem;
        gap: 0.5rem;
        background-color: rgba(0, 0, 0, 0.9);
        padding: 20px;
        border-radius: 10px;
    }

    .nav-link {
        padding: 0.5rem 0 !important;
    }




    .hero-section {
        padding: 100px 0 40px;
    }

    .packages-hero-section {
        padding: 80px 0 40px;
        min-height: 50vh;
    }

    .packages-hero-title {
        font-size: 48px;
        line-height: 55px;
    }

    .about-text-section {
        padding: 60px 0;
    }

    .mission-vision-section {
        padding: 60px 0;
    }

    .mission-vision-content {
        padding-right: 0;
        margin-bottom: 40px;
    }

    .mission-title {
        font-size: 40px;
    }

    .mission-text p {
        font-size: 16px;
    }
    
    .our-team-section {
        padding: 60px 0;
    }
    
    .team-main-title {
        font-size: 40px;
    }
    
    .team-subtitle {
        font-size: 16px;
    }
    
    .team-card {
        padding: 25px 15px;
    }
    
    .team-avatar {
        width: 100px;
        height: 100px;
    }
    
    .team-name {
        font-size: 18px;
    }
    
    .team-role {
        font-size: 13px;
    }
    
    .booking-form-section {
        padding: 60px 0;
    }
    
    .booking-title {
        font-size: 40px;
    }
    
    .booking-subtitle {
        font-size: 16px;
    }
    
    .booking-steps {
        gap: 15px;
        margin-bottom: 40px;
    }
    
    .step-label {
        font-size: 13px;
        padding: 6px 12px;
    }
    
    .calendar-container {
        max-width: 450px;
    }
    
    .team-text-section {
        padding: 60px 0;
    }
    
  
    
    .priority-text-section {
        padding: 60px 0;
    }
    
  




    .about-content {
        padding-left: 0;
        margin-top: 40px;
    }

    .section-title {
        font-size: 36px;
    }

    .about-slider-wrapper {
        padding: 0 40px;
    }

    .section-intro {
        font-size: 15px;
    }

    .package-title {
        font-size: 20px;
    }

    .package-actions {
        flex-direction: column;
    }

    .cta-title {
        font-size: 38px;
    }

    .cta-description {
        font-size: 15px;
    }

    .mastery-text p {
        font-size: 15px;
    }

    .highlight-large,
    .highlight-small {
        height: 300px;
    }

    .why-choose-section .row.align-items-center {
        min-height: auto;
    }

    .why-choose-section .col-lg-2 {
        position: relative;
        left: auto;
        top: auto;
        transform: none;
        margin: 40px 0;
        width: 100%;
    }

    .center-buggy-image img {
        max-width: 400px;
    }

    .feature-box {
        margin-bottom: 20px;
    }

    .testimonials-section {
        padding: 60px 0;
    }

    .testimonial-card {
        padding: 25px;
    }

    .faq-section {
        padding: 60px 0;
    }

    .faq-question {
        padding: 18px 20px;
    }

    .faq-question span {
        font-size: 15px;
    }

    .faq-answer {
        padding: 20px;
    }
}

@media (max-width: 768px) {


    .hero-description {
        font-size: 15px;
    }

    .packages-hero-section {
        padding: 60px 0 30px;
        min-height: 40vh;
    }

    .packages-hero-title {
        font-size: 36px;
        line-height: 42px;
    }

    .about-text-section {
        padding: 50px 0;
    }

    .mission-vision-section {
        padding: 50px 0;
    }

    .mission-vision-content {
        margin-bottom: 30px;
    }

    .mission-title {
        font-size: 32px;
    }

    .mission-text p {
        font-size: 15px;
    }
    
    .our-team-section {
        padding: 50px 0;
    }
    
    .team-main-title {
        font-size: 32px;
    }
    
    .team-subtitle {
        font-size: 15px;
    }
    
    .team-card {
        padding: 20px 15px;
    }
    
    .team-avatar {
        width: 80px;
        height: 80px;
    }
    
    .team-name {
        font-size: 16px;
    }
    
    .team-role {
        font-size: 12px;
    }
    
    .booking-form-section {
        padding: 50px 0;
    }
    
    .booking-title {
        font-size: 32px;
    }
    
    .booking-subtitle {
        font-size: 15px;
    }
    
    .booking-steps {
        flex-direction: column;
        gap: 10px;
        margin-bottom: 30px;
    }
    
    .step-item {
        width: 100%;
        justify-content: center;
    }
    
    .step-label {
        font-size: 12px;
        padding: 5px 10px;
    }
    
    .calendar-container {
        max-width: 100%;
    }
    
    .calendar-grid {
        padding: 15px;
    }
    
    .date {
        padding: 8px 0;
        font-size: 13px;
    }
    
    .calendar-footer {
        flex-direction: column;
        gap: 10px;
        text-align: center;
    }
    
    .team-text-section {
        padding: 50px 0;
    }
    
 
    
    .priority-text-section {
        padding: 50px 0;
    }
    
 




    .about-text-actions {
        flex-direction: column;
        gap: 15px;
    }

    .btn-book-now,
    .btn-details {
        padding: 12px 30px;
        font-size: 15px;
        width: 100%;
        max-width: 200px;
    }

    .btn-hero {
        padding: 12px 30px;
        font-size: 15px;
    }

    .section-title {
        font-size: 32px;
    }

    .section-description {
        font-size: 15px;
    }

    .about-slide-image {
        height: 350px;
    }

    .about-slider-wrapper {
        padding: 0 35px;
    }

    .section-intro {
        font-size: 14px;
    }

    .section-header {
        margin: 0 auto 30px;
    }

    .package-title {
        font-size: 18px;
    }

    .package-details li {
        font-size: 13px;
    }

    .package-price .price {
        font-size: 20px;
    }

    .btn-view-more {
        padding: 12px 35px;
        font-size: 15px;
    }

    .cta-section {
        padding: 60px 0;
        background-attachment: scroll;
    }

    .cta-title {
        font-size: 32px;
    }

    .cta-description {
        font-size: 14px;
    }

    .btn-cta {
        padding: 12px 35px;
        font-size: 15px;
    }

    .mastery-section {
        padding: 60px 0;
    }

    .mastery-text p {
        font-size: 14px;
        text-align: left;
    }

    .btn-mastery {
        padding: 12px 35px;
        font-size: 15px;
    }

    .highlights-section {
        padding: 60px 0;
    }

    .highlights-section .section-header {
        margin: 0 auto 30px;
    }

    .highlight-large,
    .highlight-small {
        height: 250px;
    }

    .why-choose-section {
        padding: 60px 0;
    }

    .why-choose-section .section-header {
        margin-bottom: 30px;
    }

    .why-choose-section .row.align-items-center {
        min-height: auto;
    }

    .why-choose-section .col-lg-2 {
        position: relative;
        left: auto;
        top: auto;
        transform: none;
        margin: 30px 0;
        width: 100%;
    }

    .center-buggy-image img {
        max-width: 300px;
    }

    .why-choose-section .col-lg-5 {
        z-index: auto;
    }

    .feature-box {
        padding: 20px;
        margin-bottom: 15px;
    }

    .feature-icon {
        width: 50px;
        height: 50px;
    }

    .feature-content h3 {
        font-size: 16px;
    }

    .feature-content p {
        font-size: 13px;
    }

    .testimonials-section {
        padding: 50px 0;
    }

    .testimonials-section .section-header {
        margin-bottom: 30px;
    }

    .testimonial-card {
        padding: 20px;
    }

    .testimonial-header {
        gap: 12px;
    }

    .testimonial-avatar {
        width: 50px;
        height: 50px;
    }

    .testimonial-name {
        font-size: 15px;
    }

    .testimonial-date {
        font-size: 11px;
    }

    .star {
        font-size: 16px;
    }

    .testimonial-text {
        font-size: 13px;
    }

    .faq-section {
        padding: 50px 0;
    }

    .faq-section .section-header {
        margin-bottom: 30px;
    }

    .faq-question {
        padding: 15px 18px;
    }

    .faq-question span {
        font-size: 14px;
    }

    .faq-answer {
        padding: 18px;
    }

    .faq-answer p {
        font-size: 13px;
    }

    .footer-section {
        padding: 50px 0 0;
    }

    .footer-content {
        margin-bottom: 30px;
    }

    .footer-heading {
        font-size: 16px;
        margin-bottom: 15px;
    }

    .footer-description {
        font-size: 13px;
    }

    .footer-links a {
        font-size: 13px;
    }

    .social-link {
        width: 35px;
        height: 35px;
    }

    .social-link i {
        font-size: 14px;
    }

    .copyright-text {
        font-size: 13px;
    }
}