/* --- Advanced About Us Section Styling --- */

.about-us-section {
    padding: 60px 0;
    background-color: #f8f9fa; /* Light background for contrast */
}

.about-us-section .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.content-block {
    display: flex;
    align-items: center;
    gap: 40px;
    margin-bottom: 80px;
    padding: 30px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08); /* Subtle shadow for lift */
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* Interactive Hover Effect */
.content-block:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
}

.text-content {
    flex: 1;
    max-width: 55%;
}

.image-content {
    flex: 1;
    max-width: 45%;
    min-height: 350px; /* Ensure a minimum height for the image containers */
    border-radius: 8px;
    overflow: hidden;
}

.section-title {
    font-size: 2.5rem;
    color: #333;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 10px;
}

.section-title .highlight {
    color: #007bff; /* Primary brand color */
    font-weight: 700;
}

.section-title::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 60px;
    height: 4px;
    background-color: #ffc107; /* Secondary accent color */
    border-radius: 2px;
}

.text-content p {
    line-height: 1.7;
    margin-bottom: 15px;
    color: #555;
    font-size: 1.05rem;
    text-align: justify;
}

/* Image Containers - use background-image for better control */
.about-image-one,
.about-image-two,
.about-image-three {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    transition: transform 0.6s ease;
    border-radius: 8px;
}

/* Image Zoom Effect on Hover */
.content-block:hover .about-image-one,
.content-block:hover .about-image-two,
.content-block:hover .about-image-three {
    transform: scale(1.05);
}

/* Specific Image Assignments (Replace with your actual images) */
.about-image-one {
    /* Placeholder for the 'About' section image */
    background-image: url('https://cdn.getyourguide.com/image/format=auto,fit=contain,gravity=auto,quality=60,width=1440,height=650,dpr=2/tour_img/6481b3d674bfb.jpeg');
}

.about-image-two {
    /* Placeholder for the 'Fleet & Logistics' section image */
    background-image: url('https://cdn.getyourguide.com/image/format=auto,fit=contain,gravity=auto,quality=60,width=1440,height=650,dpr=2/tour_img/6481b3d674bfb.jpeg');
}

.about-image-three {
    /* Placeholder for the 'Services' section image */
    background-image: url('https://cdn.getyourguide.com/image/format=auto,fit=contain,gravity=auto,quality=60,width=1440,height=650,dpr=2/tour_img/6481b3d674bfb.jpeg');
}

/* Reversed Layout */
.reversed-layout {
    flex-direction: row-reverse;
}

/* Key Points List */
.key-points-list {
    margin-top: 20px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
}

.key-point {
    padding: 10px 0;
    font-weight: 500;
    color: #333;
    display: flex;
    align-items: center;
    border-bottom: 1px dashed #eee;
}

.key-point i {
    color: #28a745; /* Success/Check color */
    margin-right: 10px;
    font-size: 1.2rem;
}

/* Call to Action Button in Content */
.cta-button {
    background-color: #ffc107;
    color: #333;
    padding: 12px 25px;
    border: none;
    border-radius: 50px;
    font-weight: bold;
    cursor: pointer;
    margin-top: 20px;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.cta-button:hover {
    background-color: #e0a800;
    transform: translateY(-2px);
}

/* --- Media Queries for Responsiveness --- */
@media (max-width: 992px) {
    .content-block {
        flex-direction: column;
        gap: 20px;
        padding: 20px;
    }

    .reversed-layout {
        flex-direction: column; /* Stacks columns normally on smaller screens */
    }

    .text-content,
    .image-content {
        max-width: 100%;
    }

    .image-content {
        min-height: 300px;
    }

    .section-title {
        font-size: 2rem;
    }
}
.content-block.advanced-v2 {
    /* Resetting the box-shadow/background for the white card look */
    background: transparent;
    box-shadow: none; 
    padding: 35px;
    gap: 60px; /* Increased gap */
}

.content-block.advanced-v2 .text-content {
    max-width: 50%; /* Adjusted text content width */
    padding-right: 20px;
}

.content-block.advanced-v2 .image-content {
    max-width: 50%;
    position: relative; /* To position the overlapping elements */
    padding: 20px 0; /* Add padding for offset elements */
}

/* --- Typography and Titles --- */
.advanced-v2 .sub-title {
    background-color: #e6f7e8; /* Light green background */
    color: #38a169; /* Dark green text */
    padding: 5px 15px;
    border-radius: 4px;
    font-size: 0.85rem;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 10px;
}

.advanced-v2 .section-title {
    font-size: 3rem;
    line-height: 1.1;
    color: #212529; /* Darker text */
    margin-bottom: 25px;
    padding-bottom: 0; /* Remove previous underline */
}

.advanced-v2 .section-title::after {
    display: none; /* Remove previous underline */
}

.advanced-v2 .highlight-orange {
    color: #f7931a; /* The orange accent color */
    font-weight: 700;
}

/* --- Image and Accents Styling --- */

.main-about-image {
    width: 100%;
    height: 550px; /* Set a fixed height */
    background-image: url('https://cdn.getyourguide.com/image/format=auto,fit=contain,gravity=auto,quality=60,width=1440,height=650,dpr=2/tour_img/6481b3d6da770.jpeg'); /* Main image placeholder */
    background-size: cover;
    background-position: center;
    border-radius: 12px;
    position: relative;
    overflow: hidden;
}

.orange-accent-box {
    position: absolute;
    top: -20px; /* Offset from top */
    right: -20px; /* Offset from right */
    width: 80px;
    height: 80px;
    background-color: #003f61; /* Dark blue accent color */
    border-radius: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 5px 15px rgba(0, 63, 97, 0.4);
    z-index: 10;
}

.orange-accent-box i {
    color: #fff;
    font-size: 2.5rem;
}

/* Secondary Overlapping Image */
.overlapping-small-image {
    position: absolute;
    bottom: -30px; /* Offset from bottom */
    left: -40px; /* Offset from left */
    width: 250px;
    height: 200px;
    background-image: url('https://cdn.getyourguide.com/image/format=auto,fit=contain,gravity=auto,quality=60,width=1440,height=650,dpr=2/tour_img/6481b3d674bfb.jpeg'); /* Small image placeholder */
    background-size: cover;
    background-position: center;
    border-radius: 12px;
    border: 5px solid #fff; /* White border to make it pop */
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    z-index: 20;
}

/* Experience Badge */
.experience-badge {
    position: absolute;
    bottom: 20px;
    right: 20px;
    background-color: #fce8d5; /* Light peach/cream background */
    color: #333;
    padding: 15px 20px;
    border-radius: 8px;
    text-align: center;
    z-index: 15;
}

.years-number {
    font-size: 3rem;
    font-weight: 800;
    line-height: 1;
    color: #f7931a; /* Orange text for the number */
}

.years-text {
    font-size: 0.9rem;
    font-weight: 600;
    margin-top: 5px;
}

/* --- Feature List Styling --- */
.feature-list {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.feature-item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
}

.feature-icon {
    width: 50px;
    height: 50px;
    min-width: 50px;
    background-color: #e6f7e8; /* Light green background */
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.5rem;
    color: #38a169; /* Dark green icon color */
}

.feature-icon .fa-rupee-sign {
    font-size: 1.2rem;
}

.feature-details h4 {
    margin: 0 0 5px 0;
    font-size: 1.15rem;
    color: #333;
}

.feature-details p {
    margin: 0;
    font-size: 0.95rem;
    color: #777;
    line-height: 1.4;
}

/* --- Media Queries for responsiveness for V2 Design --- */
@media (max-width: 992px) {
    .content-block.advanced-v2 {
        flex-direction: column-reverse; /* Put the text block first on mobile */
        gap: 40px;
    }
    
    .content-block.advanced-v2 .text-content,
    .content-block.advanced-v2 .image-content {
        max-width: 100%;
        padding: 0;
    }

    .main-about-image {
        height: 450px;
    }

    .overlapping-small-image {
        left: 20px;
        bottom: -20px;
    }

    .experience-badge {
        right: 20px;
        bottom: 20px;
    }
    
    .advanced-v2 .section-title {
        font-size: 2.5rem;
    }
}

/* --- Small screen adjustments (phones) --- */
@media (max-width: 600px) {
    .about-us-section { padding: 30px 10px; }

    .content-block {
        flex-direction: column;
        gap: 18px;
        padding: 14px;
        margin-bottom: 30px;
    }

    .content-block.advanced-v2 {
        padding: 12px;
        gap: 18px;
    }

    .text-content,
    .image-content {
        max-width: 100%;
        width: 100%;
        padding: 0;
    }

    .main-about-image {
        height: auto;
        min-height: 220px;
        background-size: cover;
        background-position: center;
        border-radius: 10px;
    }

    .orange-accent-box {
        top: 5px;
        right: 5px;
        width: 45px;
        height: 45px;
    }
.orange-accent-box i {
    color: #fff;
    font-size: 1.5rem;
}
    .overlapping-small-image {
        position: relative;
        bottom: auto;
        left: auto;
        width: 120px;
        height: 90px;
        margin-top: -55px;
        border: 3px solid #fff;
        box-shadow: 0 6px 12px rgba(0,0,0,0.12);
        z-index: 5;
    }

    .experience-badge {
        position: relative;
        right: auto;
        bottom: auto;
        margin-top: 12px;
        display: inline-block;
    }

    .section-title { font-size: 1.6rem; }
    .advanced-v2 .section-title { font-size: 1.8rem; }
    .text-content p { font-size: 0.95rem; line-height: 1.6; }
    .cta-button { padding: 10px 16px; }

    /* reduce heavy shadows on small screens */
    .content-block { box-shadow: none; }
}