﻿/*nav-page-section*/
.video-section {
    background-image: url('/images/cottage-si-chang-island-thailand.jpg');
    position: relative;
    width: 100%;
    min-height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 1;
    overflow: hidden;
}

    .video-section .overlay {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background: rgba(0, 0, 0, 0.5);
        z-index: 0;
    }

.z-2 {
    z-index: 2;
    position: relative;
}


.btno {
    border: solid;
    border-radius: 23px;
    border-color: transparent;
    background-color: orange;
    text-align: center;
    color: black;
    width: 156px;
    height: 39px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}


    .btno:hover {
        background-color: #333;
        color: white;
    }

.btn_name {
    font-weight: 500;
}

.ff {
    font-size: 1.1rem;
    transition: transform 0.3s ease;
}

.btno:hover .ff {
    transform: translateX(4px); /* subtle animation */
}

.content-container {
    padding-left: 15px;
    padding-right: 15px;
}

@keyframes pulse {
    0% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
    }

    70% {
        transform: scale(1.1);
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
    }

    100% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

.btn-play-icon {
    animation: pulse 2s infinite;
    border-radius: 50%;
    padding: 1rem 1.2rem;
    transition: transform 0.3s ease;
    border: 2px solid #fff;
    font-size: 2rem;
    width: 70px;
    height: 70px;
    padding: 0;
    text-align: center;
    line-height: 65px;
    background: transparent;
    transition: background 0.3s;
}

    .btn-play-icon:hover {
        background: rgba(255, 255, 255, 0.2);
        box-shadow: 0 0 20px rgba(255, 255, 255, 0.8);
        transform: scale(1.1);
    }

.btn-play-icon {
    position: relative;
    overflow: hidden;
}

    .btn-play-icon::after {
        content: "";
        position: absolute;
        background: rgba(255, 255, 255, 0.5);
        border-radius: 50%;
        width: 100px;
        height: 100px;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%) scale(0);
        opacity: 0;
        transition: transform 0.5s, opacity 1s;
    }

    .btn-play-icon:active::after {
        transform: translate(-50%, -50%) scale(1);
        opacity: 1;
        transition: 0s;
    }

.btn-play-icon {
    border: 2px solid #fff;
    color: #fff;
    box-shadow: 0 0 8px rgba(255, 255, 255, 0.4);
    transition: all 0.3s ease;
}
@media (max-width: 767px) {
    .video-section {
        min-height: 70vh;
    }
}
@media (max-width: 767px) {
    .head-home {
        font-size: xx-large;
    }
}

    /*welcome to arrow travels*/
    .main-content-wrapper {
        display: flex;
        gap: 40px;
        max-width: 1200px;
        margin: 0 auto;
        padding: 60px 20px;
        flex-wrap: wrap; /* fallback for smaller screens */
    }

    .feature-cards-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
        flex: 1;
        min-width: 300px;
    }

    .feature-card {
        position: relative;
        border-radius: 10px;
        overflow: hidden;
        min-height: 250px;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }

        .feature-card .card-overlay {
            position: absolute;
            bottom: 0;
            width: 100%;
            padding: 20px;
            background: linear-gradient(to top, rgb(72 174 227 / 60%), #bca67200 80%);
            color: white;
            display: flex;
            flex-direction: column;
            justify-content: flex-end;
        }

    .card-icon {
        width: 40px;
        height: 40px;
        margin-bottom: 10px;
    }

    /* Example background images */
    .card-activities {
        background-image: url('/images/back-view-traveler-holding-backpack_23-2148315694.webp');
    }

    .card-culture {
        background-image: url('/images/istockphoto-891465194-612x612.jpg');
    }

    .card-nature {
        background-image: url('/images/istockphoto-1147931664-612x612.jpg');
    }

    .card-food {
        background-image: url('/images/istockphoto-1500563478-612x612.jpg');
    }

    .welcome-text-column {
        flex: 1;
        min-width: 300px;
        padding: 20px;
        max-width: 500px;
    }

    .intro-greeting {
        font-size: 28px;
        font-family: initial;
        font-style: italic;
        color: #f11515;
        text-align: justify;
    }

    .main-heading {
        font-family: 'Montserrat', sans-serif;
        font-size: 2.5em;
        color: #333;
        margin-bottom: 20px;
    }


    .search-destination-btn {
        display: inline-block;
        background-color: #FF5722;
        color: white;
        padding: 15px 30px;
        border: none;
        border-radius: 5px;
        text-decoration: none;
        cursor: pointer;
        font-size: 1.1em;
        transition: background-color 0.3s ease;
    }

        .search-destination-btn:hover {
            background-color: #E64A19;
        }

@media (max-width: 767px) {
    .main-content-wrapper {
        flex-direction: column;
    }

    .feature-cards-grid {
        grid-template-columns: 1fr;
    }

    .main-heading {
        font-size: 2em;
    }
}
        .search-destination-btn {
            width: 100%;
            text-align: center;
            padding: 12px;
        }
    

    .parp {
        color: black;
        font-size: large;
        font-family: math;
        font-kerning: none;
        text-align: justify;
    }

    /*tour-package section*/
    .h33 {
        font-size: 28px;
        font-family: initial;
        font-style: italic;
        text-align: center;
        color: #f11515;
        padding-top: 40px;
    }

    .h22 {
        font-size: xxx-large;
        text-align: center;
        font-family: system-ui;
        font-style: italic;
        padding-top: 13px;
    }
    /* 1. Overall Section Container */
    .tour-packages-section {
        padding: 4rem 2rem;
        background-color: #f7f7f7;
        max-width: 1200px;
        margin: 0 auto;
    }

    /* 2. Grid Layout */
    .tour-packages-grid {
        display: grid;
        grid-template-columns: repeat(4, 1fr); /* 4 cards per row */
        gap: 2rem;
    }

    /* 3. Individual Tour Card */
    .tour-card {
        background: #fff;
        border-radius: 8px;
        overflow: hidden;
        display: flex;
        flex-direction: column;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
        transition: transform 0.3s ease, box-shadow 0.3s ease;
        cursor: pointer;
    }

        .tour-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
        }

    /* a. Image Area */
    .tour-image-container {
        position: relative;
        overflow: hidden;
        aspect-ratio: 16 / 9;
    }

    .tour-image {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 0.3s ease;
    }

    .tour-card:hover .tour-image {
        transform: scale(1.05);
    }

    /* b. Price Tag */
    .price-tag {
        position: absolute;
        top: 0;
        left: 0;
        background-color: #ff7a00;
        color: #fff;
        font-weight: bold;
        padding: 0.5rem 1rem;
        border-bottom-right-radius: 12px;
        font-size: 0.9rem;
    }

    /* c. Content Area */
    .tour-content {
        padding: 1rem 1.25rem;
        display: flex;
        flex-direction: column;
        flex: 1;
    }

    /* d. Duration Label */
    .tour-duration {
        font-size: 0.75rem;
        font-weight: bold;
        text-transform: uppercase;
        color: #ff7a00;
        margin-bottom: 0.5rem;
    }

    /* e. Tour Title */
    .tour-title {
        font-size: 1.25rem;
        font-weight: 700;
        color: #222;
        margin: 0 0 0.5rem 0;
    }

    /* f. Location Info */
    .tour-location {
        display: flex;
        align-items: center;
        font-size: 0.95rem;
        color: #555;
        margin-bottom: auto;
    }

        .tour-location i {
            margin-right: 0.5rem;
            color: #888;
        }

    /* g. Tour Details */
    .tour-details {
        margin-top: 1.5rem;
    }

        .tour-details hr {
            border: none;
            border-top: 1px solid #eee;
            margin-bottom: 0.75rem;
        }

    .details-list {
        display: flex;
        flex-wrap: wrap;
        gap: 1rem;
        font-size: 0.85rem;
        color: #999;
        list-style: none;
        padding: 0;
        margin: 0;
    }

        .details-list i {
            margin-right: 0.3rem;
        }

    /* Responsive Helpers (Optional but Good) */
    @media (max-width: 768px) {
        .tour-packages-section {
            padding: 2rem 1rem;
        }
    }

    @media (max-width: 1024px) {
        .tour-packages-grid {
            grid-template-columns: repeat(3, 1fr);
        }
    }

    @media (max-width: 768px) {
        .tour-packages-grid {
            grid-template-columns: repeat(2, 1fr);
        }
    }

    @media (max-width: 480px) {
        .tour-packages-grid {
            grid-template-columns: 1fr;
        }
    }
    /*hero-vdieo-overlay*/
    .hero {
        position: relative;
        width: 100%;
        height: 500px; /* can be responsive */
        background: url("../images/cottage-si-chang-island-thailand.jpg");
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        display: flex;
        justify-content: center;
        align-items: center;
        overflow: hidden;
    }

    .hero-overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.3); /* optional dim overlay */
        z-index: 1;
    }

    .hero-content {
        position: relative;
        z-index: 2;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .play-button {
        width: 80px;
        height: 80px;
        border-radius: 50%;
        background-color: white;
        border: none;
        display: flex;
        justify-content: center;
        align-items: center;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
        cursor: pointer;
        transition: transform 0.3s ease;
    }

        .play-button:hover {
            transform: scale(1.1);
        }

    .play-icon {
        font-size: 32px;
        color: red;
        margin-left: 4px; /* minor shift to center the triangle visually */
    }

@media (max-width: 768px) {
    .hero {
        height: 300px;
    }
}
        .play-button {
            width: 60px;
            height: 60px;
        }

        .play-icon {
            font-size: 24px;
        }
    
    /*testimonial-section*/
    .testimonial-section {
        padding: 80px 20px;
        color: white;
        background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('https://images.unsplash.com/photo-1507525428034-b723cf961d3e?auto=format&fit=crop&w=1600&q=80') center/cover no-repeat;
    }

    .testimonial-header {
        text-align: center;
        margin-bottom: 40px;
    }

        .testimonial-header .subtitle {
            font-family: 'Brush Script MT', cursive;
            font-size: 1.5rem;
            color: #e76f51;
        }

        .testimonial-header h2 {
            font-size: 2.5rem;
        }

    .testimonial-swiper {
        max-width: 1000px;
        margin: auto;
        padding: 20px 0;
    }

    .testimonial-card {
        background: #fff;
        color: #333;
        padding: 30px;
        border-radius: 10px;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    }

        .testimonial-card .stars {
            color: #f4a261;
            font-size: 1.2rem;
            margin-bottom: 10px;
        }

    .testimonial-user {
        display: flex;
        align-items: center;
        margin-top: 15px;
    }

        .testimonial-user img {
            width: 50px;
            height: 50px;
            border-radius: 50%;
            margin-right: 10px;
        }

        .testimonial-user .role {
            font-size: 0.8rem;
            color: #e76f51;
        }

    .testimonial-swiper-pagination .swiper-pagination-bullet-active {
        background-color: #e76f51;
    }

    .testimonial-swiper-button-prev,
    .testimonial-swiper-button-next {
        color: #fff;
    }

    /*blog-section*/
    .blog-section {
        padding: 80px 20px;
        background: #f9f9f9;
        text-align: center;
    }

    .blog-header .subtitle {
        font-family: 'Brush Script MT', cursive;
        font-size: 1.5rem;
        color: #e76f51;
        margin-bottom: 10px;
    }

    .blog-header h2 {
        font-size: 2.5rem;
        margin-bottom: 40px;
    }

    .blog-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
        gap: 30px;
        max-width: 1200px;
        margin: 0 auto;
    }

    .blog-card {
        background: white;
        border-radius: 10px;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
        overflow: hidden;
        text-align: left;
        position: relative;
    }

    .image-wrapper {
        position: relative;
    }

        .image-wrapper img {
            width: 100%;
            height: auto;
            display: block;
            border-top-left-radius: 10px;
            border-top-right-radius: 10px;
        }

    .date-badge {
        position: absolute;
        top: 15px;
        left: 15px;
        background: #e76f51;
        color: white;
        padding: 8px 12px;
        text-align: center;
        border-radius: 4px;
        transform: rotate(-2deg);
    }

        .date-badge .day {
            font-size: 1.4rem;
            font-weight: bold;
            line-height: 1;
        }

        .date-badge .month {
            font-size: 0.75rem;
        }

    .blog-card h3 {
        font-size: 1.2rem;
        margin: 20px;
        color: #333;
    }

    .read-more-btn {
        display: inline-block;
        margin: 0 20px 20px;
        padding: 10px 20px;
        background-color: #e76f51;
        color: #fff;
        border-radius: 5px;
        text-decoration: none;
        transition: background 0.3s;
    }

        .read-more-btn:hover {
            background-color: #c75c3f;
        }


    /* what we offer section*/
    /* Section Styling */
    .offerings-section {
        text-align: center;
        padding: 60px 20px;
        background-color: #f4f6f8; /* Optional: light section background */
    }

    .offerings-title {
        font-size: 2.5rem;
        font-weight: 700;
        color: #2c2c2c;
        margin-bottom: 40px;
    }

    /* Cards Grid */
    .offerings-container {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 30px;
        max-width: 1200px;
        margin: 0 auto;
    }

    /* Card Style */
    .offering-card {
        background-color: #ffffff;
        border: 1px solid #e0e0e0;
        border-radius: 12px;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
        padding: 30px 20px;
        width: 300px;
        text-align: center;
        transition: all 0.3s ease-in-out;
    }

        /* Hover Effects */
        .offering-card:hover {
            border-color: #e75c3c;
            background-color: #fff5f2;
            transform: translateY(-5px);
            box-shadow: 0 6px 18px rgba(231, 92, 60, 0.15);
        }

    /* Icon Container */
    .icon-wrapper {
        margin-bottom: 20px;
    }

    .icon-circle {
        border: 2px solid #dcdcdc;
        border-radius: 50%;
        padding: 15px;
        display: inline-block;
        transition: border-color 0.3s;
    }

        .icon-circle:hover {
            border-color: #e75c3c;
        }


    /* Icon Image */
    .icon {
        width: 48px;
        height: 48px;
    }

    /* Card Title */
    .card-title {
        font-size: 1.2rem;
        font-weight: bold;
        color: #2e2e2e;
        margin-bottom: 15px;
        line-height: 1.3;
    }

    /* Card Description */
    .card-description {
        font-size: 0.95rem;
        color: #555;
        line-height: 1.5;
    }

    /* Responsive Tweaks */
    @media (max-width: 960px) {
        .offering-card {
            width: 45%;
        }
    }

    @media (max-width: 640px) {
        .offering-card {
            width: 100%;
        }
    }
    /*company*/
    /* Section and Heading */
    .companies-section {
        padding: 60px 20px;
        background-color: #ffffff;
        text-align: center;
        overflow: hidden;
    }

    .companies-heading {
        font-size: 2rem;
        font-weight: 700;
        color: #3b5323;
        letter-spacing: 1px;
        margin-bottom: 40px;
        text-transform: uppercase;
    }

    /* Carousel Container */
    .logo-carousel {
        overflow: hidden;
        position: relative;
        width: 78%;
        margin-left: 187px;
    }


    /* Logo Track for animation */
    .logo-track {
        display: flex;
        gap: 40px;
        animation: scroll-left 30s linear infinite;
    }

    .logo-carousel:hover .logo-track {
        animation-play-state: paused; /* pause on hover */
    }

    /* Individual Logo Styling */
    .logo-item {
        flex: 0 0 auto;
        display: flex;
        align-items: center;
        justify-content: center;
        max-height: 100px;
        padding: 10px;
    }

        .logo-item img {
            height: 100px;
            width: auto;
            object-fit: contain;
            transition: transform 0.3s ease;
        }

            .logo-item img:hover {
                transform: scale(1.1);
            }

    /* Animation Keyframes */
    @keyframes scroll-left {
        0% {
            transform: translateX(0%);
        }

        100% {
            transform: translateX(-50%);
        }
    }

    /* Responsive */
    @media (max-width: 768px) {
        .logo-item {
            padding: 5px;
        }

            .logo-item img {
                height: 40px;
            }
    }
    /*news*/
    /* Section Wrapper */
    .travel-news-section {
        padding: 60px 20px;
        background-color: #f9f9f9;
        text-align: center;
    }

    /* Heading */
    .travel-news-heading {
        font-size: 32px;
        font-weight: bold;
        color: #2c2c2c;
        margin-bottom: 40px;
    }

    /* Card Container */
    .news-cards-container {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 30px;
    }

    /* Individual Card */
    .news-card {
        background: #fff;
        border-radius: 8px;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
        overflow: hidden;
        max-width: 360px;
        width: 100%;
        display: flex;
        flex-direction: column;
    }

    /* Image */
    .news-image-wrapper {
        position: relative;
    }

        .news-image-wrapper img {
            width: 100%;
            height: 200px;
            object-fit: cover;
            display: block;
            border-top-left-radius: 8px;
            border-top-right-radius: 8px;
        }

    /* Tag */
    .news-tag {
        position: absolute;
        top: 12px;
        left: 12px;
        background-color: rgba(0, 0, 0, 0.6);
        color: white;
        font-size: 12px;
        padding: 4px 10px;
        border-radius: 12px;
        font-weight: bold;
    }

    /* Card Content */
    .news-content {
        padding: 20px;
        text-align: left;
    }

    /* Date */
    .news-date {
        display: flex;
        align-items: center;
        color: #777;
        font-size: 14px;
        margin-bottom: 10px;
    }

    .calendar-icon {
        width: 16px;
        height: 16px;
        margin-right: 6px;
    }

    /* Title */
    .news-title {
        font-size: 16px;
        font-weight: 600;
        color: #2a2a2a;
        line-height: 1.5;
    }

    /* Responsive */
@media (max-width: 768px) {
    .news-cards-container {
        flex-direction: column;
        align-items: center;
    }

    .news-card {
        max-width: 90%;
    }
}
    /*timer*/
    .world-clock {
        padding: 40px;
        text-align: center;
        background: linear-gradient(116deg, orange, #04aab6);
        font-family: Arial, sans-serif;
    }

    .clocks {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 20px;
    }

    .clock {
        background: white;
        border-radius: 10px;
        padding: 20px;
        width: 180px;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    }

        .clock h3 {
            margin-bottom: 10px;
            font-size: 1.1rem;
        }

        .clock p {
            font-size: 1.4rem;
            font-weight: bold;
        }

