/*!
Theme Name: Buggy Rental Dubai
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-rental-dubai
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 Rental Dubai 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 font family */
body {
    font-family: "Istok Web", sans-serif;
    margin: 0;
    padding: 0;
    background-color: #FFFDF4;
}

/* Font family for span elements */
span {
    font-family: "Margarine", cursive;
}

p {
    color: #191919;
    font-family: "Istok Web";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}

/* Custom navbar styling */
.navbar {
    padding: 1rem 0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 1000;
    background-color: #212529 !important;
}

.navbar-nav {
    display: flex;
    flex-direction: row;
    gap: 2rem;
}

.nav-link {
    color: white !important;
    font-weight: 500;
    text-decoration: none;
    transition: color 0.3s ease;
}

.nav-link:hover {
    color: #ccc !important;
}

/* Ensure proper spacing between left and right nav groups */
.navbar-nav.me-auto {
    margin-right: auto;
}

.navbar-nav:not(.me-auto) {
    margin-left: auto;
}

/* Center Logo Styles */
.navbar .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.navbar-brand-center {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1001;
}

.navbar-logo {
    display: flex;
    align-items: center;
    text-decoration: none;
}

.logo-img {
    height: 80px;
    width: auto;
    transition: transform 0.3s ease;
}

.logo-img:hover {
    transform: scale(1.1);
}

/* Text Slider Section */
.text-slider-section {
    padding: 80px 0;
    
    position: relative;
    overflow: hidden;
}

.text-slider-wrapper {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

.text-slider {
    position: relative;
    height: 80px;
    overflow: hidden;
}

.slider-content {
    position: relative;
    height: 100%;
}

.slider-item {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.6s ease-in-out;
}

.slider-item.active {
    opacity: 1;
    transform: translateY(0);
}

.slider-text {
    font-size: 2rem;
    font-weight: 600;
    color: #2c3e50;
    margin: 0;
    text-align: center;
    line-height: 1.3;
    font-family: 'Margarine', cursive;
}

/* Responsive Design for Text Slider */
@media (max-width: 768px) {
    .text-slider-section {
        padding: 60px 0;
    }
    
    .text-slider {
        height: 100px;
    }
    
    .slider-text {
        font-size: 1.5rem;
    }
}

@media (max-width: 480px) {
    .text-slider {
        height: 120px;
    }
    
    .slider-text {
        font-size: 1.25rem;
    }
}

/* Hero Section Styling */
.hero-section {
    background: url('assets/images/home-hero-bg.png');
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.hero-content {
    width: 100%;
    z-index: 2;
    padding-top: 80px;
}

.hero-title {
    font-size: 3.5rem;
    font-weight: 700;
    color: white;
    margin-bottom: 1.5rem;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.hero-subtitle {
    font-size: 1.2rem;
    color: white;
    margin-bottom: 2rem;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
    line-height: 1.6;
}

.hero-btn {
    background-color: white;
    color: #8B4513;
    border: none;
    padding: 15px 30px;
    font-size: 1.1rem;
    font-weight: 600;
    border-radius: 5px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.hero-btn:hover {
    background-color: #f8f9fa;
    color: #8B4513;
    transform: translateY(-2px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .hero-title {
        font-size: 2.5rem;
    }

    .hero-subtitle {
        font-size: 1rem;
    }

    .hero-btn {
        padding: 12px 25px;
        font-size: 1rem;
    }
}

/* Enjoy Adventure Section */
.enjoy-adventure-section {
    padding-top: 80px;
}

.content-wrapper {
    padding-right: 2rem;
}

.enjoy-title {
    font-family: "Margarine", cursive;
    font-size: 2.5rem;
    color: #8B4513;
    margin-bottom: 0.5rem;
    font-weight: 400;
}

.dune-buggy-title {
    font-size: 3rem;
    font-weight: 700;
    color: #000;
    margin-bottom: 1.5rem;
    line-height: 1.2;
}

.description-text {
    font-size: 1.1rem;
    color: #333;
    margin-bottom: 1.5rem;
    line-height: 1.6;
}

.fleet-text {
    font-size: 1rem;
    color: #333;
    margin-bottom: 2rem;
    line-height: 1.8;
}

.adventure-btn {
    background-color: #8B4513;
    color: white;
    border: none;
    padding: 15px 35px;
    font-size: 1.1rem;
    font-weight: 600;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.adventure-btn:hover {
    background-color: #A0522D;
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(139, 69, 19, 0.3);
}

/* Image Section */
.image-wrapper {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.adventure-image {
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 15px;
}

.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    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;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.play-button:hover {
    background-color: white;
    transform: translate(-50%, -50%) scale(1.1);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

.play-button i {
    font-size: 24px;
    color: #333;
    margin-left: 3px;
}

/* Responsive adjustments for enjoy adventure section */
@media (max-width: 768px) {
    .enjoy-adventure-section {
        padding: 60px 0;
    }

    .content-wrapper {
        padding-right: 0;
        margin-bottom: 2rem;
    }

    .enjoy-title {
        font-size: 2rem;
    }

    .dune-buggy-title {
        font-size: 2.5rem;
    }

    .adventure-image {
        height: 300px;
    }

    .play-button {
        width: 60px;
        height: 60px;
    }

    .play-button i {
        font-size: 18px;
    }
}

/* Package Section */
.package-section {
    padding: 80px 0;
}

.package-enjoy-title {
    font-family: "Margarine", cursive;
    font-size: 2.5rem;
    color: #8B4513;
    margin-bottom: 0.5rem;
    font-weight: 400;
}

.package-main-title {
    font-size: 3rem;
    font-weight: 700;
    color: #000;
    margin-bottom: 0;
    line-height: 1.2;
}

/* Package Cards */
.package-card {
    background-color: white;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
}

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

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

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

.price-badge {
    position: absolute;
    top: 15px;
    left: 15px;
    background-color: #8B4513;
    color: white;
    padding: 8px 15px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 0.9rem;
}

.card-content {
    padding: 25px;
}

.card-title {
    color: #111;
    font-family: "Istok Web";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 25px; 
    letter-spacing: -0.48px;
    margin-bottom: 15px;
}

.card-description {
    color: #545454;
font-family: "Istok Web";
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: normal;
letter-spacing: -0.176px;
margin-bottom: 20px;
}

.features {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 25px;
    padding: 15px 0;
}

.feature-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    flex: 1;
}

.feature-item i {
    font-size: 1.5rem;
    color: #8B4513;
    margin-bottom: 8px;
}

.feature-item span {
    font-size: 0.85rem;
    color: #333;
    font-weight: 500;
    font-family: "Istok Web";
}

.feature-divider {
    width: 1px;
    height: 40px;
    background-color: #ddd;
    margin: 0 10px;
}

.card-buttons {
    display: flex;
    gap: 10px;
}

.book-btn {
    flex: 1;
    background-color: white;
    color: #000;
    border: 1px solid #ddd;
    padding: 12px 20px;
    border-radius: 8px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.book-btn:hover {
    background-color: #f8f9fa;
    border-color: #8B4513;
    color: #8B4513;
}

.details-btn {
    flex: 1;
    background-color: #8B4513;
    color: white;
    border: none;
    padding: 12px 20px;
    border-radius: 8px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.details-btn:hover {
    background-color: #A0522D;
    color: white;
}

/* Responsive adjustments for package section */
@media (max-width: 768px) {
    .package-section {
        padding: 60px 0;
    }

    .package-enjoy-title {
        font-size: 2rem;
    }

    .package-main-title {
        font-size: 2.5rem;
    }

    .card-image-wrapper {
        height: 200px;
    }

    .features {
        flex-direction: column;
        gap: 15px;
    }

    .feature-divider {
        display: none;
    }

    .card-buttons {
        flex-direction: column;
    }
}

/* Tab Section */
.tab-section {
    padding-bottom: 80px;
}

.tab-enjoy-title {
    font-family: "Margarine", cursive;
    font-size: 2.5rem;
    color: #8B4513;
    margin-bottom: 0;
    font-weight: 400;
}

.tab-navigation {
    display: flex;
    background-color: white;
    border-radius: 15px;
    padding: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    border: 1px solid #e9ecef;
    gap: 4px;
}

.tab-btn {
    flex: 1;
    padding: 15px 20px;
    border: none;
    background-color: transparent;
    color: #333;
    font-weight: 600;
    border-radius: 10px;
    transition: all 0.3s ease;
    cursor: pointer;
    font-size: 20px;
}

.tab-btn.active {
    background-color: #8B4513;
    color: white;
    box-shadow: 0 2px 8px rgba(139, 69, 19, 0.3);
}

.tab-btn:hover:not(.active) {
    background-color: #f8f9fa;
    color: #8B4513;
}

.tab-content-wrapper {
    background-color: white;
    border-radius: 15px;
    padding: 40px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    border: 1px solid #e9ecef;
}

.tab-content {
    display: none;
}

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

.content-title {
    font-family: "Margarine", cursive;
    font-size: 2rem;
    color: #8B4513;
    text-align: center;
    margin-bottom: 30px;
    font-weight: 400;
}

.content-text p {
    margin-bottom: 20px;
    text-align: center;
}

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

/* Responsive adjustments for tab section */
@media (max-width: 768px) {
    .tab-section {
        padding: 60px 0;
    }

    .tab-enjoy-title {
        font-size: 2rem;
    }

    .tab-navigation {
        flex-direction: column;
        gap: 2px;
    }

    .tab-btn {
        padding: 12px 15px;
        font-size: 0.9rem;
    }

    .tab-content-wrapper {
        padding: 25px 20px;
    }

    .content-title {
        font-size: 1.5rem;
        margin-bottom: 20px;
    }

    .content-text p {
        font-size: 0.95rem;
        line-height: 1.6;
    }
}

/* Banner Section */
.banner-section {
    background: url('assets/images/home-banner-section.png');
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.banner-content {
    width: 100%;
    z-index: 2;
}

.banner-title {
    font-size: 3rem;
    font-weight: 700;
    color: white;
    margin-bottom: 1rem;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
    line-height: 1.2;
}

.banner-subtitle {
    font-size: 2rem;
    font-weight: 600;
    color: white;
    margin-bottom: 2rem;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
    font-style: italic;
}

.banner-btn {
    background-color: white;
    color: #000;
    border: none;
    padding: 18px 40px;
    font-size: 1.2rem;
    font-weight: 700;
    border-radius: 8px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    text-transform: uppercase;
    letter-spacing: 1px;
}

.banner-btn:hover {
    background-color: #f8f9fa;
    color: #000;
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4);
}

/* Responsive adjustments for banner section */
@media (max-width: 768px) {
    .banner-section {
        height: 60vh;
        background-attachment: scroll;
    }

    .banner-title {
        font-size: 2.2rem;
    }

    .banner-subtitle {
        font-size: 1.5rem;
    }

    .banner-btn {
        padding: 15px 30px;
        font-size: 1rem;
    }
}

@media (max-width: 480px) {
    .banner-title {
        font-size: 1.8rem;
    }

    .banner-subtitle {
        font-size: 1.2rem;
    }

    .banner-btn {
        padding: 12px 25px;
        font-size: 0.9rem;
    }
}

/* Gallery Section */
.gallery-section {
    padding: 80px 0;
}

.gallery-title {
    font-family: "Margarine", cursive;
    font-size: 2.5rem;
    color: #8B4513;
    margin-bottom: 0.5rem;
    font-weight: 400;
}

.gallery-subtitle {
    color: #000;
    text-align: center;
    font-family: "Istok Web";
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 56px; 
    margin: 0;
}

/* Swiper Gallery Styling */
.gallery-swiper {
    padding: 20px 0;
}

.gallery-slide {
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    transition: transform 0.3s ease;
}

.gallery-slide:hover {
    transform: translateY(-5px);
}

.gallery-image {
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 15px;
}

/* Custom Navigation Buttons */
.gallery-nav-next,
.gallery-nav-prev {
    width: 50px;
    height: 50px;
    background-color: white;
    border: 2px solid #8B4513;
    border-radius: 50%;
    color: #8B4513;
    font-size: 18px;
    font-weight: bold;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.gallery-nav-next:hover,
.gallery-nav-prev:hover {
    background-color: #8B4513;
    color: white;
    transform: scale(1.1);
}

.gallery-nav-next::after,
.gallery-nav-prev::after {
    font-size: 18px;
    font-weight: bold;
}

/* Swiper Customizations */
.gallery-swiper .swiper-slide {
    height: auto;
}

.gallery-swiper .swiper-button-disabled {
    opacity: 0.3;
    cursor: not-allowed;
}

/* Responsive adjustments for gallery section */
@media (max-width: 768px) {
    .gallery-section {
        padding: 60px 0;
    }

    .gallery-title {
        font-size: 2rem;
    }

    .gallery-subtitle {
        font-size: 1.2rem;
    }

    .gallery-image {
        height: 300px;
    }

    .gallery-nav-next,
    .gallery-nav-prev {
        width: 40px;
        height: 40px;
        font-size: 14px;
    }

    .gallery-nav-next::after,
    .gallery-nav-prev::after {
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .gallery-image {
        height: 250px;
    }

    .gallery-nav-next,
    .gallery-nav-prev {
        width: 35px;
        height: 35px;
        font-size: 12px;
    }

    .gallery-nav-next::after,
    .gallery-nav-prev::after {
        font-size: 12px;
    }
}

/* Testimonials Section */
.testimonials-section {
    
}

.testimonials-title {
    font-family: "Margarine", cursive;
    font-size: 2.5rem;
    color: #8B4513;
    margin-bottom: 0.5rem;
    font-weight: 400;
}

.testimonials-subtitle {
    font-size: 1.5rem;
    font-weight: 700;
    color: #000;
    margin-bottom: 0;
    line-height: 1.3;
}

/* Testimonial Cards */
.testimonial-card {
    background-color: white;
    border-radius: 15px;
    padding: 25px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    height: 100%;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

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

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

.testimonial-image {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 15px;
}

.testimonial-info {
    flex: 1;
}

.testimonial-name {
    font-size: 1.1rem;
    font-weight: 700;
    color: #000;
    margin-bottom: 5px;
}

.testimonial-role {
    font-size: 0.9rem;
    color: #8B4513;
    margin-bottom: 0;
    font-weight: 500;
}

.testimonial-content {
    margin-bottom: 20px;
}

.testimonial-quote {
    color: #333;
    line-height: 1.6;
    margin-bottom: 0;
    font-style: italic;
}

.testimonial-rating {
    display: flex;
    gap: 3px;
}

.testimonial-rating i {
    color: #ffc107;
    font-size: 1rem;
}

.testimonial-rating i.far {
    color: #ddd;
}

/* Swiper Testimonials Styling */
.testimonials-swiper {
    padding: 20px 0;
}

.testimonials-swiper .swiper-slide {
    height: auto;
}

/* Responsive adjustments for testimonials section */
@media (max-width: 768px) {
   

    .testimonials-title {
        font-size: 2rem;
    }

    .testimonials-subtitle {
        font-size: 1.2rem;
    }

    .testimonial-card {
        padding: 20px;
    }

    .testimonial-image {
        width: 50px;
        height: 50px;
        margin-right: 12px;
    }

    .testimonial-name {
        font-size: 1rem;
    }

    .testimonial-role {
        font-size: 0.85rem;
    }

    .testimonial-quote {
        font-size: 0.9rem;
    }
}

/* FAQ Section */
.faq-section {
   
    padding: 80px 0;
}

.faq-title {
    font-family: "Margarine", cursive;
    font-size: 3rem;
    color: #8B4513;
    margin-bottom: 0.5rem;
    font-weight: 400;
}

.faq-subtitle {
    font-size: 1.8rem;
    font-weight: 700;
    color: #000;
    margin-bottom: 1rem;
    line-height: 1.3;
}

.faq-description {
    font-size: 1.1rem;
    color: #666;
    line-height: 1.6;
    margin-bottom: 0;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

/* FAQ Accordion Styling */
.accordion {
    --bs-accordion-bg: transparent;
    --bs-accordion-border-color: #e9ecef;
    --bs-accordion-border-width: 1px;
    --bs-accordion-border-radius: 15px;
    --bs-accordion-inner-border-radius: 15px;
    --bs-accordion-btn-padding-x: 25px;
    --bs-accordion-btn-padding-y: 20px;
    --bs-accordion-btn-color: #333;
    --bs-accordion-btn-bg: white;
    --bs-accordion-btn-icon-width: 1.5rem;
    --bs-accordion-btn-icon-transform: rotate(-180deg);
    --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
    --bs-accordion-btn-active-icon-transform: rotate(0deg);
    --bs-accordion-btn-focus-border-color: transparent;
    --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(139, 69, 19, 0.25);
    --bs-accordion-body-padding-x: 25px;
    --bs-accordion-body-padding-y: 20px;
}

.accordion-item {
    border: 1px solid #e9ecef;
    border-radius: 15px !important;
    margin-bottom: 15px;
    background-color: white;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    overflow: hidden;
}

.accordion-item:last-child {
    margin-bottom: 0;
}

.accordion-button {
    background-color: white;
    border: none;
    border-radius: 15px !important;
    font-weight: 600;
    font-size: 1rem;
    color: #333;
    padding: 20px 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    text-align: left;
    box-shadow: none;
}

.accordion-button:not(.collapsed) {
    background-color: white;
    color: #8B4513;
    box-shadow: none;
}

.accordion-button:focus {
    border-color: transparent;
    box-shadow: 0 0 0 0.25rem rgba(139, 69, 19, 0.25);
}

.accordion-button::after {
    display: none;
}

.faq-question {
    flex: 1;
    font-weight: 600;
    font-size: 1rem;
    color: #333;
    font-family: "Istok Web", sans-serif;
}

.accordion-button:not(.collapsed) .faq-question {
    color: #8B4513;
}

.faq-icon {
    font-size: 1.5rem;
    font-weight: bold;
    color: #8B4513;
    transition: transform 0.3s ease;
    margin-left: 15px;
}

.accordion-button:not(.collapsed) .faq-icon {
    transform: rotate(45deg);
}

.accordion-body {
    padding: 20px;
    background-color: white;
    border-top: 1px solid #e9ecef;
}

.accordion-body p {
    color: #666;
    line-height: 1.6;
    margin-bottom: 0;
    font-size: 0.95rem;
}

/* Responsive adjustments for FAQ section */
@media (max-width: 768px) {
    .faq-section {
        padding: 60px 0;
    }

    .faq-title {
        font-size: 2.5rem;
    }

    .faq-subtitle {
        font-size: 1.4rem;
    }

    .faq-description {
        font-size: 1rem;
    }

    .accordion-button {
        padding: 15px 20px;
        font-size: 0.9rem;
    }

    .faq-question {
        font-size: 0.9rem;
    }

    .faq-icon {
        font-size: 1.2rem;
    }

    .accordion-body {
        padding: 0 20px 20px 20px;
    }

    .accordion-body p {
        font-size: 0.9rem;
    }
}

/* Footer Section */
.footer-section {
    background-color: #2c1810;
}

/* Upper Footer */
.footer-upper {
    background: linear-gradient(135deg, #8B4513 0%, #A0522D 50%, #8B4513 100%);
    padding: 60px 0 40px 0;
    position: relative;
    overflow: hidden;
}


.footer-column {
    padding: 0 15px;
}

.footer-title {
    color: white;
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 25px;
    position: relative;
}

.footer-title.with-underline {
    font-size: 1.2rem;
    font-weight: 600;
}

.footer-title.with-underline::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 40px;
    height: 3px;
    background-color: #ff8c00;
}

/* Social Links */
.social-links {
    display: flex;
    gap: 15px;
}

.social-link {
    width: 45px;
    height: 45px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: transform 0.3s ease;
}

.social-link:hover {
    transform: translateY(-3px);
}

.social-link.facebook {
    background-color: #ff8c00;
    color: white;
    font-weight: bold;
}

.social-link.instagram {
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    color: white;
}

.social-link.youtube {
    background-color: #ff0000;
    color: white;
}

.social-link i {
    font-size: 1.2rem;
}

.social-text {
    font-size: 1.2rem;
    font-weight: bold;
}

/* Contact Info */
.contact-info {
    color: white;
}

.contact-item {
    margin-bottom: 20px;
    line-height: 1.6;
}

.contact-item strong {
    color: white;
    font-weight: 600;
    font-size: 1rem;
    display: block;
}

.contact-item span {
    color: #f0f0f0;
    font-size: 0.95rem;
    line-height: 1.5;
    font-family: "Istok Web", sans-serif;
}

/* Footer Links */
.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

.footer-links a {
    color: #f0f0f0;
    text-decoration: none;
    font-size: 0.95rem;
    transition: color 0.3s ease;
}

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

/* Lower Footer */
.footer-lower {
    background-color: #000;
    padding: 20px 0;
}

.copyright-text {
    color: white;
    margin: 0;
    font-size: 0.9rem;
}

/* Responsive adjustments for footer */
@media (max-width: 768px) {
    .footer-upper {
        padding: 40px 0 30px 0;
    }

    .footer-title {
        font-size: 1.1rem;
        margin-bottom: 20px;
    }

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

    .social-link i {
        font-size: 1rem;
    }

    .contact-item {
        margin-bottom: 15px;
        font-size: 0.9rem;
    }

    .footer-links a {
        font-size: 0.9rem;
    }

    .copyright-text {
        font-size: 0.8rem;
    }
}

@media (max-width: 480px) {
    .social-links {
        gap: 10px;
    }

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

    .social-link i {
        font-size: 0.9rem;
    }
}

/* Who We Are Section */
.who-we-are-section {
    padding: 80px 0;
}

.content-wrapper {
    padding-right: 2rem;
}

.section-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #000;
    margin-bottom: 1.5rem;
    line-height: 1.2;
}

.section-description {
    font-size: 1.1rem;
    color: #333;
    line-height: 1.7;
    margin-bottom: 0;
}

.image-wrapper {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.section-image {
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 15px;
    transition: transform 0.3s ease;
}

.section-image:hover {
    transform: scale(1.02);
}

/* Responsive adjustments for who we are section */
@media (max-width: 768px) {
    .who-we-are-section {
        padding: 60px 0;
    }

    .content-wrapper {
        padding-right: 0;
        margin-bottom: 2rem;
    }

    .section-title {
        font-size: 2rem;
        margin-bottom: 1rem;
    }

    .section-description {
        font-size: 1rem;
        line-height: 1.6;
    }

    .section-image {
        height: 300px;
    }
}

@media (max-width: 480px) {
    .section-title {
        font-size: 1.8rem;
    }

    .section-description {
        font-size: 0.95rem;
    }

    .section-image {
        height: 250px;
    }
}

/* Meet Our Team Section */


.team-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #000;
    margin-bottom: 1.5rem;
    line-height: 1.2;
}

.team-description {
    font-size: 1.1rem;
    color: #333;
    line-height: 1.7;
    margin-bottom: 0;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

/* Team Cards */
.team-card {
    background-color: white;
    border-radius: 15px;
    padding: 30px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid #f0f0f0;
}

.team-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.team-member-info {
    text-align: left;
}

.member-name {
    font-size: 1.4rem;
    font-weight: 700;
    color: #000;
    margin-bottom: 15px;
    line-height: 1.3;
}

.member-description {
    font-size: 1rem;
    color: #333;
    line-height: 1.6;
    margin-bottom: 0;
}

/* Responsive adjustments for meet team section */
@media (max-width: 768px) {
   
    

    .team-title {
        font-size: 2rem;
        margin-bottom: 1rem;
    }

    .team-description {
        font-size: 1rem;
        line-height: 1.6;
    }

    .team-card {
        padding: 25px;
    }

    .member-name {
        font-size: 1.2rem;
        margin-bottom: 12px;
    }

    .member-description {
        font-size: 0.95rem;
        line-height: 1.5;
    }
}

@media (max-width: 480px) {
    .team-title {
        font-size: 1.8rem;
    }

    .team-description {
        font-size: 0.95rem;
    }

    .team-card {
        padding: 20px;
    }

    .member-name {
        font-size: 1.1rem;
    }

    .member-description {
        font-size: 0.9rem;
    }
}

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

.section-main-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #000;
    margin-bottom: 1.5rem;
    line-height: 1.2;
}




.content-text-wrapper {
    padding: 20px 0;
}

.subsection-title {
    font-size: 1.6rem;
    font-weight: 700;
    color: #000;
    margin-bottom: 15px;
    line-height: 1.3;
}


.subsection-image {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 15px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.subsection-image:hover {
    transform: scale(1.02);
}

/* Responsive adjustments for why choose section */
@media (max-width: 768px) {
    .why-choose-section {
        padding: 60px 0;
    }

    .section-main-title {
        font-size: 2rem;
        margin-bottom: 1rem;
    }

    

    .subsection-title {
        font-size: 1.4rem;
        margin-bottom: 12px;
    }

    

    .subsection-image {
        height: 250px;
    }

    .content-text-wrapper {
        padding: 15px 0;
        margin-bottom: 1rem;
    }
}

@media (max-width: 480px) {
    .section-main-title {
        font-size: 1.8rem;
    }

   

    .subsection-title {
        font-size: 1.2rem;
    }

    

    .subsection-image {
        height: 200px;
    }
}

/* Best Suit For You Section */
.best-suit-section {
    padding: 80px 0;
}

.best-suit-section .image-wrapper {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.best-suit-section .section-image {
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 15px;
    transition: transform 0.3s ease;
}

.best-suit-section .section-image:hover {
    transform: scale(1.02);
}

.best-suit-section .content-wrapper {
    padding-left: 2rem;
}

.best-suit-section .section-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #000;
    margin-bottom: 1.5rem;
    line-height: 1.2;
}

.best-suit-section .section-description {
    font-size: 1.1rem;
    color: #333;
    line-height: 1.7;
    margin-bottom: 0;
}

/* Responsive adjustments for best suit section */
@media (max-width: 768px) {
    .best-suit-section {
        padding: 60px 0;
    }

    .best-suit-section .content-wrapper {
        padding-left: 0;
        margin-top: 2rem;
    }

    .best-suit-section .section-title {
        font-size: 2rem;
        margin-bottom: 1rem;
    }

    .best-suit-section .section-description {
        font-size: 1rem;
        line-height: 1.6;
    }

    .best-suit-section .section-image {
        height: 300px;
    }
}

@media (max-width: 480px) {
    .best-suit-section .section-title {
        font-size: 1.8rem;
    }

    .best-suit-section .section-description {
        font-size: 0.95rem;
    }

    .best-suit-section .section-image {
        height: 250px;
    }
}

/* Enjoy Adventure Features Section */
.enjoy-adventure-features-section {
    padding: 80px 0;
}

.enjoy-adventure-features-section .section-subtitle {
    font-family: "Margarine", cursive;
    font-size: 2rem;
    color: #8B4513;
    margin-bottom: 0.5rem;
    font-weight: 400;
    font-style: italic;
}

.enjoy-adventure-features-section .section-main-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #000;
    margin-bottom: 0;
    line-height: 1.2;
}

/* Feature Boxes */
.feature-box {
    background-color: white;
    border: 1px solid #e9ecef;
    border-radius: 10px;
    padding: 25px 20px;
    height: 100%;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.feature-box:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.feature-text {
    font-size: 1rem;
    color: #333;
    line-height: 1.5;
    margin-bottom: 0;
    font-weight: 500;
}

/* Responsive adjustments for enjoy adventure features section */
@media (max-width: 768px) {
    .enjoy-adventure-features-section {
        padding: 60px 0;
    }

    .enjoy-adventure-features-section .section-subtitle {
        font-size: 1.6rem;
    }

    .enjoy-adventure-features-section .section-main-title {
        font-size: 2rem;
    }

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

    .feature-text {
        font-size: 0.95rem;
    }
}

@media (max-width: 480px) {
    .enjoy-adventure-features-section .section-subtitle {
        font-size: 1.4rem;
    }

    .enjoy-adventure-features-section .section-main-title {
        font-size: 1.8rem;
    }

    .feature-box {
        padding: 18px 12px;
    }

    .feature-text {
        font-size: 0.9rem;
    }
}

/* Contact Us Page Styles */
.contact-hero-section {
    background: linear-gradient(135deg, rgba(139, 69, 19, 0.9), rgba(160, 82, 45, 0.9)), url('https://images.unsplash.com/photo-1559827260-dc66d52bef19?ixlib=rb-4.0.3&auto=format&fit=crop&w=1920&q=80');
    background-size: cover;
    background-position: center;
    min-height: 70vh;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.contact-hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, rgba(139, 69, 19, 0.8) 0%, rgba(160, 82, 45, 0.6) 100%);
    z-index: 1;
}

.contact-hero-section .hero-overlay {
    position: relative;
    z-index: 2;
    width: 100%;
}

.contact-hero-section .hero-title {
    font-size: 4rem;
    font-weight: bold;
    color: #fff;
    margin-bottom: 1.5rem;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.3);
    animation: fadeInUp 1s ease-out;
}

.contact-hero-section .hero-subtitle {
    font-size: 1.5rem;
    color: #fff;
    margin-bottom: 0;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3);
    animation: fadeInUp 1s ease-out 0.3s both;
}

.contact-info-section {
    padding-top: 80px;
    position: relative;
}

.contact-info-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.8), transparent);
    z-index: 1;
}

.contact-info-section .container {
    position: relative;
    z-index: 2;
}

.contact-info-content .main-title {
    font-size: 3rem;
    font-weight: bold;
    color: #2c3e50;
    margin-bottom: 1.5rem;
    position: relative;
}

.contact-info-content .main-title::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 60px;
    height: 4px;
    background: linear-gradient(135deg, #8B4513, #A0522D);
    border-radius: 2px;
}

.contact-info-content .main-description {
    font-size: 1.25rem;
    color: #6c757d;
    margin-bottom: 3rem;
    line-height: 1.8;
}

.contact-items {
    margin-top: 2rem;
}






.contact-item-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #8B4513, #A0522D);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 1.5rem;
    color: #fff;
    font-size: 1.25rem;
    flex-shrink: 0;
}

.contact-item-content h4 {
    font-size: 1.25rem;
    font-weight: bold;
    color: #2c3e50;
    margin-bottom: 0.5rem;
}

.contact-item-content p {
    font-size: 1rem;
    color: #6c757d;
    margin-bottom: 0;
    line-height: 1.6;
}

.contact-item-content a {
    color: #8B4513;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s ease;
}

.contact-item-content a:hover {
    color: #A0522D;
}

.contact-form-wrapper {
    background: #fff;
    padding: 3rem;
    border-radius: 20px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;
}

.contact-form-wrapper::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 5px;
    background: linear-gradient(135deg, #8B4513, #A0522D);
}

.contact-form-wrapper .form-title {
    font-size: 2.25rem;
    font-weight: bold;
    color: #2c3e50;
    margin-bottom: 2rem;
    text-align: center;
}

.contact-form .form-control {
    padding: 15px 20px;
    border: 2px solid #e9ecef;
    border-radius: 12px;
    font-size: 1rem;
    transition: all 0.3s ease;
    background: #fff;
    margin-bottom: 1rem;
}

.contact-form .form-control:focus {
    border-color: #8B4513;
    box-shadow: 0 0 0 0.2rem rgba(139, 69, 19, 0.25);
    background: #fff;
    transform: translateY(-2px);
}

.contact-form .wpcf7-submit {
    background: linear-gradient(135deg, #8B4513, #A0522D);
    border: none;
    padding: 15px 40px;
    font-size: 1.125rem;
    font-weight: 600;
    border-radius: 30px;
    color: #fff;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    margin-top: 1rem;
	    font-family: "Margarine", cursive;
		width:100%;
}
.contact-form .btn {
		width:100%;
}
.contact-form .wpcf7-submit:hover {
    background: linear-gradient(135deg, #A0522D, #8B4513);
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(139, 69, 19, 0.4);
}

.contact-form .submit-btn i {
    font-size: 1rem;
}

.map-section {
    padding: 100px 0;

    position: relative;
}



.map-section .container {
    position: relative;
    z-index: 2;
}

.map-title {
    font-size: 3rem;
    font-weight: bold;

    margin-bottom: 1rem;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.map-subtitle {
    font-size: 1.25rem;
   
    margin-bottom: 3rem;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

.map-wrapper {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.3);
    position: relative;
}

.map-wrapper::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, rgba(139, 69, 19, 0.1), rgba(160, 82, 45, 0.1));
    z-index: 1;
    pointer-events: none;
}

.map-wrapper iframe {
    border-radius: 20px;
    position: relative;
    z-index: 2;
}

/* Animations */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsive Design for Contact Us Page */
@media (max-width: 768px) {
    .contact-hero-section .hero-title {
        font-size: 2.5rem;
    }

    .contact-hero-section .hero-subtitle {
        font-size: 1.125rem;
    }

    .contact-info-content .main-title {
        font-size: 2.25rem;
    }

    .contact-form-wrapper {
        padding: 2rem;
        margin-top: 2rem;
    }

    .contact-item {
        flex-direction: column;
        text-align: center;
    }

    .contact-item-icon {
        margin-right: 0;
        margin-bottom: 1rem;
    }

    .map-title {
        font-size: 2.25rem;
    }
}