.route-page-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    align-items: flex-start;
}
.colored-container {
        display: flex;
        gap: 30px;
        flex-wrap: wrap
}
.profile-card  img {
    object-fit: cover !important;
    width: 100% !important;
    height: 100% !important
}

.route-page-left,.card img:not(.map_img)
.route-page-right {
    flex: 1;
    min-width: 300px;
}
.route-page-right img {
    width: 100%;
    height: auto;
    border-radius: 8px;
}
@media (max-width: 768px) {
    .route-page-wrapper {
        flex-direction: column;
    }
}
.profile-card > p {
    margin: 0 !important;
}
.profile-card br {
    display: none;
}
.profile-card {
    width: 100%;
}
.route-page-wrapper br,
.route-page-right br {
    display: none;
}
.route-badge {
    background: #007cff;
    color: white;
    font-size: 12px;
    padding: 5px 10px;
    border-radius: 10px;
    display: inline-block;
}
.route-title {
    margin: 10px 0;
    font-size: 26px;
    font-weight: bold;
}
.route-duration {
    background: #e7007c;
    color: white;
    padding: 10px 15px;
    display: inline-block;
    margin-bottom: 20px;
}
.route-description {
    margin-bottom: 20px;
}
.route-book-button {
    background: black;
    color: white;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 5px;
}

.card {

            background: #fff;

            border: 1px solid #ccc;

            border-radius: 6px;

            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);

            width: 400px;

            display: flex;

            flex-direction: column;

            overflow: hidden;

        }

        .map_img{
            height:100% important;
        }

        .card img:not(.map_img),
        .card img:not(.small-card-img),
        {

            width: 100%;

            height: 260px !important;

            object-fit: cover;

        }
		
		.top-button {
			padding: 0px 120px;
    		margin: -25px 0px 0px 0px;
		}

		.top-button .book-btn {
			border-radius: 5px;
			background-color: #ffffffed !important;
			box-shadow: 0px 10px 15px -8px #93d8fb;
			border: solid 1px #93d8fb;
			padding: 5px!important;
		}		

		.top-button .book-btn:hover {
			color: #000!important;
		}

        .card .top-text {

            font-size: 22px;

            font-weight: bold;

            text-align: center;

            padding: 15px 10px 0px;

            background-color: #F4F4F4;

            /*border-bottom: 1px solid #ccc;*/

            /*border-top: 1px solid #ccc;*/



        }



        .card .top-text span {

            display: block;

            color: #00a9fd;

            line-height: 25px;

        }



        .card h3 {

            text-align: center;

            font-size: 28px;

            margin: 18px 0;

            color: #373737;

        }



        .card .duration {

           /* background: #00A9FD;*/

            color: #E67600;

            text-align: center;

            padding: 14px;

            font-size: 16px;

            font-weight: bold;

          /*  border-bottom: 1px solid #ccc;

            border-top: 1px solid #ccc;*/



        }



        .card .description {

            padding: 0px 20px 30px 20px;

            font-size: 16px;

            line-height: 1.7;

            color: #444;

            flex-grow: 1;

            /* letter-spacing: 1px; */

            word-spacing: 4px;
			
			text-align:center;

        }

		.card-bottom{
			display:flex;
			padding: 0px 110px;
		}

        .card .price {

            font-size: 28px;

            font-weight: bold;

            padding: 30px 0px 80px 0px;

            color: #050505;

            text-align: center;

            line-height: 36px;

        }



        .card .price::after {

            content: " pp";

            font-weight: bold;

        }
        
        
        .card .book-btn {

            background: #4ee33d;

            color: #373737;

            text-align: center;

            text-decoration: none;

            padding: 12px;

            font-weight: bold;

            display: block;

            transition: all ease 0.5s;

            width: 100%;

        }



        .card .book-btn:nth-child(1) {

            border-bottom-left-radius: 5px;

        }

        .card .book-btn:nth-child(2) {

            border-bottom-right-radius: 5px;

            background-color: rgb(255, 221, 28);

        }

        .card .book-btn:hover {

            background: #2d2d2d;
			color:#fff;
        }



.route-page-wrapper br,
route-page-righ br {
    display: none
}


.profile-card {width: 100%;padding: 0;margin-bottom: 20px}

.small-cards {
                justify-content: center;
                align-items: center;
                display: flex;
                flex-direction: column;
            }
            .small-card {
                width: 70%;
                display: flex;
                gap: 10px;
            }
            .icon {
                padding: 10px;
            }
            .icon-inner {
                border-radius: 50%;
                background-color: #92CC67;
                padding: 10px;
                color: white;
            }
            .text {
                margin: auto 0;
            }
            .text p {
                margin: 0;
                line-height: 1;
            }
            .text h6 {
                font-weight: 500;
            }
            .small-card img {
                width: 60px !important;
                height: 60px !important;
                margin-left: 5px;
            }
            .small-card-img {
                margin: 0 0 0 auto;
            }
            .path-title {
                margin-bottom: 15px;
            }
            .profile-card {
                gap: 15px;
                display: flex;flex-direction: row !important;
            }
            
            .profile-card > div {
                width: 50%;
            }
            @media (max-width: 768px) { /* Adjust 768px to your mobile breakpoint */
                .profile-card {
                    display: block;
                }
                 .small-cards {
                    margin-bottom: 20px;
                 }
                 .small-card {
                    width: 100%;
                }
                .profile-card > div {
                    width: 100%;
                }
                .route-page-wrapper {
                    display: block;
                }
            }
            .small-card {margin-top: 10px !important}
            
            
   .image-popup-overlay {
    display: none; /* This hides it by default */
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(0,0,0,0.8);
    align-items: center;
    justify-content: center;
    z-index: 9999;
}
.image-popup-overlay.show {
    display: flex; /* Only when we want to show */
}

.image-popup-overlay .popup-image {
    max-width: 90%;
    max-height: 90%;
    box-shadow: 0 0 20px rgba(0,0,0,0.5);
}

.close-popup {
    position: absolute;
    top: 20px; right: 30px;
    font-size: 40px;
    color: white;
    cursor: pointer;
    font-weight: bold;
}

.pix-topbar, #masthead {
    z-index: 0 !important;
}

.route-page-wrapper img {
    cursor: pointer;
}

   


