*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.container{
    padding-top: 5px;
    margin-top: 0px;
}

/* things_to_do page css */

/* ========================================= */
/* Alternating Cards Section                 */
/* ========================================= */
.alternating-cards-area .card-row {
    margin-bottom: 80px; /* Space between cards */
}

/* Remove margin from last row */
.alternating-cards-area .card-row:last-child {
    margin-bottom: 0;
}

/* Image Styling */
.card-image {
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.card-image:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

.card-image img {
    width: 100%;
    height: 350px; /* Fixed height for consistency */
    object-fit: cover; /* Prevents image stretching */
    transition: transform 0.5s ease;
    display: block;
}

.card-image:hover img {
    transform: scale(1.05);
}

/* Text Content Styling */
.card-text-content {
    padding: 20px 30px;
}

/* For left image layout, add left padding to text */
.row:not(.flex-row-reverse) .card-text-content {
    padding-left: 40px;
}

/* For right image layout (flex-row-reverse), add right padding to text */

/* Tour Package Horizontal Box */
.tour-package-box {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    background: #fff;
    border-radius: 12px;
    margin: 24px 0;
    padding: 18px 14px;
    gap: 18px;
    min-height: 90px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.06);
}
.tour-package-text {
    flex: 1 1 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.tour-title {
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 12px;
    border-bottom: 3px solid #007bff;
    display: inline-block;
    padding-bottom: 4px;
}
.tour-points {
    margin-top: 16px;
    margin-left: 18px;
    color: #333;
    font-size: 1.08rem;
    line-height: 1.7;
}
.tour-points li {
    margin-bottom: 8px;
}
.tour-package-image {
    flex: 0 0 260px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 18px;
}
.tour-package-image img {
    width: 220px;
    height: 170px;
    object-fit: cover;
    border-radius: 10px;
    box-shadow: 0 6px 24px rgba(0,0,0,0.13);
    transform: rotate(-7deg);
    transition: transform 0.3s;
}
.tour-package-image img:hover {
    transform: rotate(-7deg) scale(1.04);
}

@media (max-width: 900px) {
    .tour-package-box {
        flex-direction: column;
        align-items: center;
        min-height: unset;
        padding: 14px 6px;
        gap: 10px;
    }
    .tour-package-image {
        margin-left: 0;
        margin-top: 10px;
        flex-basis: unset;
    }
    .tour-package-image img {
        width: 90vw;
        max-width: 320px;
        height: auto;
        min-height: 120px;
        margin: 0 auto;
        display: block;
    }
    .tour-package-text {
        align-items: center;
        text-align: center;
    }
}
.row.flex-row-reverse .card-text-content {
    padding-right: 40px;
}

.card-title {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #222222;
    position: relative;
}

.card-title:after {
    content: "";
    display: block;
    width: 60px;
    height: 3px;
    background: #f8b600; /* Yellow accent to match template theme */
    margin-top: 15px;
}

.card-description {
    color: #777777;
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 30px;
}

/* Button Styling (Custom to match template but with adjustments) */
.card-text-content .genric-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 30px;
    font-weight: 500;
    border: 1px solid transparent;
    transition: all 0.3s ease;
}

.card-text-content .genric-btn.primary {
    background: #f8b600;
    color: #fff;
    border-color: #f8b600;
}

.card-text-content .genric-btn.primary:hover {
    background: transparent;
    color: #222;
    border-color: #f8b600;
}

.card-text-content .genric-btn .lnr {
    font-size: 12px;
    font-weight: bold;
    transition: transform 0.3s ease;
}

.card-text-content .genric-btn:hover .lnr {
    transform: translateX(5px);
}

/* Mobile Responsive Fixes */
@media (max-width: 767px) {
    /* Force normal order on mobile so images are always on top */
    .alternating-cards-area .row {
        flex-direction: column !important;
    }
    
    .card-text-content {
        padding: 30px 15px !important;
        text-align: center;
    }
    
    .card-title:after {
        margin-left: auto;
        margin-right: auto;
    }
    
    .card-image img {
        height: 250px;
    }
    
    .card-row {
        margin-bottom: 50px;
    }
}

.box {
    background-color: burlywood;
    color: white;
    padding: 20px;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    flex: 1;
    border-radius: 4px;
    display: flex;
}

/* whatsapp */
.whatsapp {
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 1000;
}
.whatsapp-icon{
    width: 65px;
    height: 65px;
    transition: transform 0.3s ease;
}
.whatsapp-icon:hover {
    transform: scale(1.1);
}

/* Tawk.to floating widget on the left side */
#tawkchat-minified,
#tawkchat-wrapper,
#tawkchat-container,
.tawk-minified,
.tawkchat-minified,
#tawkchat-container iframe,
#tawkchat-minified iframe,
#tawkchat-wrapper iframe,
.tawk-minified iframe,
.tawkchat-minified iframe {
    position: fixed !important;
    left: 20px !important;
    right: auto !important;
}
