* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Mulish", sans-serif;
    font-optical-sizing: auto;
    -webkit-text-size-adjust: 100%;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


.wrapper {
    width: 100%;
    margin: 0 auto;
}

.content-holder {
    width: 100%;
    max-width: 1200px;
    margin: 30px auto 0 auto;
    padding: 0;
    height: auto;
    background-color: white;
}

.image-gallery {
    margin-top: 20px !important;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
    height: auto;

}


.image-grid {
    display: grid;
    gap: 10px;

}

.image-grid img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    cursor: pointer;
    border-radius: 5px;
}

.image-container {
    position: relative;
    display: inline-block;
    background: #e0e0e0;
}

.featured-container {
    display: flex;
    gap: 10px;
    position: absolute;
    top: 15px;
    left: 10px;
}

.quickinfo-priority,
.quickinfo-category {
    padding: .18rem .56rem;
    color: #fff;
    font-size: .70rem;
    letter-spacing: .5px;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 20px;
}



.quickinfo-category {
    background-color: rgba(16, 165, 92, 1);
}

.quickinfo-priority {
    background: rgba(6, 0, 0, 0.9);
}

@media only screen and (max-width:1250px) {
    .image-gallery {
        width: 96%;
    }
}

@media only screen and (max-width:1024px) {
    .image-gallery {
        width: 96%;
    }
}

@media (min-width: 768px) {

    .image-grid {
        grid-template-columns: 3fr 1fr;
        grid-template-rows: repeat(3, 1fr);
        gap: 10px;
        height: 500px;
    }

    .image-grid .image-container {
        background-color: #dddddd;
        border-radius: 5px;
        overflow: hidden;
    }

    .image-grid .image-container:nth-child(1) {
        grid-row: 1 / 4;
        grid-column: 1;
        height: 500px;

    }

    .image-grid .image-container:nth-child(2),
    .image-grid .image-container:nth-child(3),
    .image-grid .image-container:nth-child(4) {
        grid-column: 2;
        height: calc((500px - 20px) / 3);
    }

    .image-grid .image-container:nth-child(4) {
        position: relative;
    }

    .image-grid .image-container:nth-child(4)::after {
        content: "View all images";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: rgba(0, 0, 0, 0.5);
        color: white;
        border-radius: 5px;
        z-index: 1;
        cursor: pointer;
        pointer-events: none;
        font-weight: 600;


    }

    .image-grid .image-container:nth-child(4) img {
        position: relative;
        z-index: 0;

        border-radius: 5px;
    }

    .image-grid .image-container img {
        transition: transform 0.5s ease;
    }

    .image-grid .image-container:hover img {
        transform: scale(1.05);
    }

    .image-grid .image-container:nth-child(n+5) {
        display: none;
    }


}

@media (max-width: 767px) {
    .content {
        margin-top: 0px !important;
    }

    .image-gallery {
        margin-top: 0 !important;
        width: 100%;
    }

    .image-grid {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        position: relative;

    }

    .image-grid .first-image img {
        border-radius: 0;
    }

    .image-container {
        position: relative;
        background: none;
    }

    .image-grid .image-container:nth-child(1) {
        width: 100%;
        height: 250px;
    }

    .image-grid .image-container:nth-child(2) {
        padding-left: 2%;
    }

    .image-grid .image-container:nth-child(n+2) {
        width: calc(33.33% - 6.67px);
        height: 80px;
        float: left;

    }

    .image-grid .image-container:nth-child(n+5) {
        display: none;
    }

    .image-grid .image-container:nth-child(4) {
        position: relative;
        padding-right: 2%;
    }

    .image-grid .image-container:nth-child(4)::after {
        content: "View all images";
        position: absolute;
        top: 0;
        left: 0;
        width: 93.5%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: none;
        color: white;
        border-radius: 5px;
        z-index: 1;
        cursor: pointer;
        pointer-events: none;
        font-weight: 600;
        font-size: 14px;
        text-align: center;

    }

    .image-grid .image-container:nth-child(4) img {
        position: relative;
        z-index: 0;
        border-radius: 5px;
    }
}


@media (max-width: 1250px) {
    .profile {
        padding: 0 2.5%;
        width: 100%;
    }
}

@media (max-width: 1024px) {
    .content-holder {
        margin-top: 0;
    }

    .trek-title,
    .trek-booking-form {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .profile {
        flex-direction: column;
        gap: 20px;

        padding: 0 5%;
    }

    .trek-title h1 {
        font-size: 30px !important;
        color: #0f0e0f;
        font-weight: 500;
    }

    .similar-content {
        width: 100%;
        padding: 0 5%;
        border-top: 1px solid #ccc;
    }
}

.profile {
    display: flex;
    align-items: flex-start;
    gap: 1%;
    width: 100%;
    position: relative;
    margin-top: 30px;

}

.trek-title {
    flex: 0 0 74%;

}

.trek-booking-form {
    flex: 0 0 25%;
    position: relative;
}

.trek-title h1 {
    font-family: "DM Serif Text", serif;
    font-size: 40px;
    color: #0f0e0f;
    font-weight: 500;
}

.trek-overview-text p {
    font-size: 16px;
    color: #3f3f3f;
    line-height: 28px;
    margin-bottom: 1rem;
}

.trek-overview-text h2 {
    font-size: 32px;
    color: #0f0e0f;
    line-height: 42px;
    font-family: "DM Serif Text", serif;
    font-weight: 500;
    margin: 30px 0 15px 0;
}

.trek-overview-text .highlights-lists ul {
    list-style-type: none;
    padding-left: 0;
    /* Remove default UL padding */
}

.trek-overview-text .highlights-lists ul li {
    position: relative;
    font-size: 16px;
    color: #3f3f3f;
    line-height: 28px;
    margin-bottom: 10px;
    padding-left: 20px;
    /* Space for the dot */
}

.trek-overview-text .highlights-lists ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 12px;
    /* Vertically center the dot */
    width: 8px;
    height: 8px;
    background-color: #ef8f67;
    border-radius: 50%;
}

/*icon and data begininning*/
.icon-overview {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin: 30px 0;
    font-size: 14px;
    gap: 10px;
}

.icon-box {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 0;
}

.overview-icon img {
    height: 30px;
    width: 30px;
}

.text-group {
    display: flex;
    flex-direction: column;
    line-height: 1.2;
    margin-left: 10px;
}

.label {
    font-size: 11px;
    color: #777;
    text-transform: uppercase;
}

.value {
    font-size: 16px;
    font-weight: bold;
    color: #0f0e0f;
}

/* Responsive Styles */
@media (max-width: 768px) {
    .icon-overview {
        grid-template-columns: repeat(2, 1fr);
    }
}

/*
    @media (max-width: 600px) {
        .icon-overview {
            grid-template-columns: 1fr;
        }
    }*/

/*itenary start*/

.expand-all-btn {
    background-color: #ef8f67;
    color: #fff;
    border: none;
    padding: 5px 10px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    border-radius: 5px;
    transition: background-color 0.3s;
    float: right;

}

.expand-all-btn:hover {
    background-color: #0259ab;
}

.trip-plan {
    border-left: 2px solid #ef8f67;

    background-size: 2px 100%;
    padding-left: 20px;
    position: relative;
}

.trip-plan h2 {
    font-weight: bold;
    margin-bottom: 20px;
}

.trip-day {
    margin-bottom: 25px;
    position: relative;
}

.day-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    position: relative;
    padding-right: 10px;
}

.day-header h3 {
    margin: 0;
    font-size: 16px;
    font-weight: bold;
    flex-grow: 1;
    padding-left: ;
    color: #0f0e0f;
}

.dot-icon {
    position: absolute;
    left: -25px;
    top: 5px;
}

.toggle-icon {
    font-size: 24px;
    color: #ef8f67;
    position: absolute;
    top: -5px;
    right: 0;
    transform: rotate(0deg);
    transition: transform 0.3s ease;
}

.day-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, padding 0.4s ease;
    padding-left: 10px;
}

.day-content.open {
    max-height: 500px;
    padding-top: 10px;
}

.day-content ul.icons {
    list-style-type: circle;
    padding-left: 0;
    margin-top: 10px;
}

.day-content ul.icons li {
    display: inline-block;
    margin-right: 20px;
    font-size: 14px;
    color: #555;
}

/*itinerary ends*/


.pros-cons {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 20px;
    height: auto;
}

.box {
    width: 49%;
    padding: 20px;
    border-radius: 5px;
    box-sizing: border-box;
    margin-bottom: 20px;
    height: auto;
}

.pros {
    background-color: azure;
}

.cons {
    background-color: #fcf5f5;
    height: auto;
}

.pros ul,
.cons ul {
    list-style-type: none;
}

.pros ul li,
.cons ul li {
    position: relative;
    font-size: 16px;
    color: #3f3f3f;
    line-height: 28px;
    margin-bottom: 10px;
    padding-left: 30px;
}

.pros ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    width: 20px;
    height: 20px;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="rgba(100,205,138,1)" viewBox="0 0 24 24"><path d="M4 3H20C20.5523 3 21 3.44772 21 4V20C21 20.5523 20.5523 21 20 21H4C3.44772 21 3 20.5523 3 20V4C3 3.44772 3.44772 3 4 3ZM5 5V19H19V5H5ZM11.0026 16L6.75999 11.7574L8.17421 10.3431L11.0026 13.1716L16.6595 7.51472L18.0737 8.92893L11.0026 16Z"/></svg>');
    background-repeat: no-repeat;
    background-size: contain;

}

.cons ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    width: 20px;
    height: 20px;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="rgba(239, 143, 103, 1)"><path d="M4 3H20C20.5523 3 21 3.44772 21 4V20C21 20.5523 20.5523 21 20 21H4C3.44772 21 3 20.5523 3 20V4C3 3.44772 3.44772 3 4 3ZM5 5V19H19V5H5ZM7 11H17V13H7V11Z"></path></svg>');
    background-repeat: no-repeat;
    background-size: contain;
}


.box h3 {
    margin: 0 0 20px 0;
    font-size: 22px;
}

.box h3 span {
    margin: 0 0 0 5px;
}

/*faws starts*/



.faq-item {

    margin-bottom: 10px;
    background: #fff;
    cursor: pointer;
    transition: background 0.2s;
}


.faq-question {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    /* Top align */
    font-weight: 700;
    font-size: 16px;
    border-left: 2px solid #ef8f67;
    padding: 10px 20px;
    margin: 20px 0;
    color: #0f0e0f;
    position: relative;
}

.question-text {
    flex: 1;
    /* Let text wrap naturally */
    padding-right: 30px;
    /* Space to prevent overlap with icon */
}

.icon {
    font-size: 24px;
    color: #ef8f67;
    line-height: 1;
    margin-left: 10px;
    position: absolute;
    right: 20px;
    top: 10px;
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, opacity 0.4s ease;
    opacity: 0;
    margin-top: 0;
    font-size: 16px;
    color: #444;
    padding-left: 20px;
}

.faq-item.open .faq-answer {
    max-height: 1000px;
    /* enough height to accommodate tall answers */
    opacity: 1;
    margin-top: 8px;
}




/*faqs ends*/


@media (max-width: 768px) {
    .box {
        width: 100%;
    }
}


.trek-booking-form {
    flex: 0 0 25%;
    position: relative;
}

.booking-card {
    width: 100%;
    position: absolute;
    top: 0;
    background-color: #f7f9fb;
    border-radius: 5px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px,
        rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    padding: 15px 20px;
}

.booking-card.fixed {
    position: fixed;
    top: 20px;
    z-index: 3;
}

.booking-card.bottom {
    position: absolute;
    bottom: 0;
}


/* Override .fixed and .bottom styles for mobile and tablet */
@media (max-width: 1024px) {
    .booking-card {
        position: fixed !important;
        bottom: 0 !important;
        top: auto !important;
        left: 0;
        right: 0;
        width: 100% !important;
        border-radius: 5px 5px 0 0;
        z-index: 3;
        box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.15);
        padding: 10px 5%;
    }

    .booking-card.fixed,
    .booking-card.bottom {
        position: fixed !important;
        bottom: 0 !important;
        top: auto !important;
        width: 100% !important;
        right: auto;
        left: 0;
    }



    .date-picker1 {
        width: 50% !important;
    }

    .people {
        width: 49% !important;
        margin-left: 1% !important;
    }

    .cancellation-info {
        display: none;
    }


}

@media (max-width: 1024px) {

    .input-group .date-picker1,
    .input-group.people {
        flex: 1 1 50%;
    }
}

.package-wrapper {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    gap: 20px;
}

.left-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.package-info h1 {
    font-size: 25px;
    line-height: 40px;
    font-weight: 700;
    color: #0f0e0f;
    margin: 0;
}

.price-package {
    font-size: 24px;
    font-weight: 600;
    color: #0f0e0f !important;
    margin: 0;
}

.price-package span {
    font-size: 16px;
    font-weight: 500;
}

.trek-days {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: aliceblue;
    padding: 10px;
    width: 60px;
    text-align: center;
    color: #0f0e0f;
}

.days-number {
    font-size: 32px;
    font-weight: bold;
    line-height: 1;
}

.days-text {
    font-size: 14px;
    margin-top: 4px;
    line-height: 1;
}


.price-guarantee {
    font-size: 13px !important;
    color: #666;
    text-decoration: none;
    line-height: 13px;
    margin: 0 !important;
    padding: 0;
}

form {
    margin-top: 10px;
}

.input-group {
    position: relative;
    margin-bottom: 10px;
    float: left;
    width: 100%;
}

.date-picker1 {
    width: 100%;

}


.people {
    width: 100%;
}




.input-group label {
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    font-size: 18px;
}

.input-group input {
    width: 100%;
    padding: 10px 10px 10px 41px;
    border-radius: 5px;
    border: 1px solid #ccc;
    font-size: 16px;
    color: #0f0e0f;
}

.input-group select {
    width: 100%;
    padding: 10px 10px 10px 35px;
    border-radius: 5px;
    border: 1px solid #ccc;
    font-size: 16px;
    color: #0f0e0f;
}

.input-group input:focus,
.input-group select:focus {
    border: 1px solid #ccc !important;
}

.input-group input:active,
.input-group select:active {
    border: 1px solid #ccc !important;
}

.input-group svg {
    position: absolute;
    top: 50%;
    left: 5px;
    transform: translateY(-50%);
}

.check-availability-btn {
    width: 100%;
    padding: 10px;
    background-color: #0259ab;
    ;
    color: white;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
}

.check-availability-btn:hover {
    opacity: 0.9;
}

.cancellation-info {
    margin-top: 20px;
    padding: 3px 10px;
    background-color: rgba(8, 16, 20, 0.1);
    border-radius: 5px;
    font-size: 14px !important;
}

.cancellation-info p {
    margin: 5px 0;
}

.cancellation-info svg {
    margin-right: 5px;
    fill: rgba(239, 143, 103, 1);

    width: 16px;
    height: 16px;
}

.ui-datepicker {
    z-index: 100 !important;
   
}
@media screen and (max-width: 1024px) {

    .ui-datepicker {
        z-index: 100 !important;
        position: absolute !important;
    }


    select {
        position: relative;
        z-index: 2;
        background: #fff;
    }
}

.modal {
    position: fixed;
    z-index: 5;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: none; /* Change this to 'flex' to show the modal */
    justify-content: center;
    align-items: center;
}

.modal-content {
    background-color: #fefefe;
    padding: 20px;
    border: 1px solid #888;
    width: 100%;
    max-width: 400px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
}


.modal-content h2 {
    color: #0f0e0f;
    font-size: 22px;
    font-weight: 700;
}

.modal-content .modal-selection {
    font-size: 13px;
    color: #0f0e0f;
    margin-bottom: 10px;
}

.modal-content .modal-selection strong {
    font-weight: 400;
}

.modal-content .input-group2 input {
    width: 100% !important;
}

.input-group2 {
    position: relative;
    margin-bottom: 15px;
    float: left;
    width: 100%;
}

.input-group2 label {
    position: absolute;
    top: 20px;
    left: 10px;
    transform: translateY(-50%);
    font-size: 16px;
    color: #555;
    /* Change label color if needed */
    pointer-events: none;
    /* Ensures clicks go to the input field */
    transition: all 0.2s ease-in-out;
    /* Smooth transition for label movement */
}

.input-group2 input {
    width: 100%;
    padding: 12px 10px 8px 10px;
    border-radius: 5px;
    border: 1px solid #ccc;
    font-size: 14px;
    color: #0f0e0f;
    outline: none;
}

.input-group2 textarea {
    width: 100%;
    padding: 12px 10px 10px 10px;
    border-radius: 5px;
    border: 1px solid #ccc;
    font-size: 15px;
    outline: none;
    top: 0;
    color: #0f0e0f;
}

.input-group2 input:focus + label,
.input-group2 input:not(:placeholder-shown) + label {
    top: 0;
    left: 10px;
    font-size: 11px;
    color:#0259ab;
    background: white;
}

.input-group2 textarea:focus + label,
.input-group2 textarea:not(:placeholder-shown) + label {
    top: 0;
    left: 10px;
    font-size: 11px;
  color: #0259ab;
     background: white;
}

.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #0f0e0f;
    text-decoration: none;
    cursor: pointer;
}

.book-message {
    clear: left;

}

.book-message textarea {
    width: 100%;
    height: 60px;

}
.modal-submit{
    
}
.market-right {
    margin-top: 20px;
}

.market-right .small-grids .sg-title .sg-head:hover {
    color: #ef8f67;

}

.market-right .small-grids {
    width: 100%;
    overflow: hidden;
    height: 85px;
    flex: wrap;
    margin: 0 0 20px 0;
}

.market-right .small-grids a {
    font-size: 16px;
    font-weight: 600;
    color: #0f0e0f;
    line-height: 18px;
    text-decoration: none;

    border-radius: 5px;

}

.small-grids .sg-image {
    width: 30%;
    margin-right: 4%;
    height: auto;
    float: left
}

.small-grids .sg-image img {
    width: 100%;
    height: 85px;
    object-fit: cover;
    border-radius: 8px;
}

.small-grids .sg-title .sg-head {

    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}





.sg-title .time {
    font-size: 13px;
    line-height: 22px;
    color: #222222;
    font-weight: 700;
    margin-top: 2px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;

}

.sg-title .time span {
    font-weight: 500;
    color: #676767;

}

.sg-title .time .dot {

    color: #0f0e0f;

}

@media only screen and (max-width:1025px) {
    .market-right .small-grids {
        width: 49%;
        margin-right: 1%;
    }
}

@media only screen and (max-width:750px) {
    .market-right .small-grids {
        width: 100%
    }
}

/*similar properties blog style ends*/
