
        @import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');

        body {
            font-family: "Manrope";
            max-width: 100%;
            overflow-x: hidden;
            margin: 0;
            padding: 0;
        }

        .tour_booking-conatiner {
            max-width: 1248px;
            margin: 0 auto;
        }

        .tour_details {
            display: flex;
            justify-content: space-between;
            padding: 45px 0px;
        }

        .tour_details .image_wrapper {
            width: 48%;
        }

		.card-image img{
			width: 100vw;
		}

        .tour_details .image_wrapper img {
            width: 100%;
            border-radius: 14px;
            min-height: 100px;
            max-height: 350px;
        }

        .tour_details .details_container {
            width: 48%;
        }

        .tour_details .details_container h2 {
            font-size: 28px;
            margin-top: 0px;
            margin: 0;
            line-height: 40px;
            font-weight: 600;
            color: #333;
        }

        .tags {
            display: flex;
            padding: 14px 0;
            border-bottom: 1px solid #f0f0f0;
        }

        .tour_details .details_container .border_top {
            border-top: 1px solid rgb(240, 240, 240);
            padding: 5px 0 10px 0;
        }

        .tour_details .details_container .duration_box h3,
        .tour_details .details_container .departure_box h3,
        .tour_details .details_container .include_cities h3 {
            font-size: 14px;
            color: #000;
            font-size: 14px;
            margin: 7px 0px;
        }

        .tour_details .details_container .duration_box p,
        .tour_details .details_container .departure_box p {
            font-size: 14px;
            color: rgb(93, 102, 103);
            margin: 0px;
        }

        .tour_details .details_container .include_cities {
            padding-right: 30px;
        }

        .tour_details .details_container .include_cities span {
            font-size: 14px;
            color: rgb(93, 102, 103);
            display: inline;
        }

        .tour_details .details_container .departure_box .select_box {
            display: flex;
            justify-content: space-between;
            align-items: center;
            max-width: 400px;
        }

        .tour_details .details_container .departure_box .select_box select {
            font-size: 14px;
            color: #606266;
            border: none;
            outline: none;
            background-color: transparent;
        }

        .tour_details .details_container .departure_box .select-preview {
            padding: 10px 25px;
            border: 1px solid #b2bebf;
            font-size: 14px;
            color: #606266;
            border-radius: 4px;
        }

        .tour_details .details_container .departure_box .select_box .line {
            width: 60px;
            border-bottom: 1px solid #000;
        }

        .select_box :nth-child(1) {
            padding: 5px 11px;
            border: 1px solid #b2bebf;
            font-size: 14px;
            color: #606266;
            border-radius: 4px;
            display: flex;
            align-items: center;
        }

        .booking_blk {
            display: flex;
            justify-content: space-between;
            border-top: 1px solid #edf1f1;
            padding: 20px 0 0;
            margin-top: 0.5vw;
        }

        .booking_blk .date-package {
            width: 48%;
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            row-gap: 25px;
        }

        .booking_blk .date-package .input-fields {
            width: 48%;
            border: 2px solid #dcdfe6;
            padding: 2px;
            border-radius: 5px;
            position: relative;
            padding: 5px 0px;
        }

        .booking_blk .date-package .input-fields input,
        .booking_blk .date-package .input-fields select {
            width: 100%;
            border: 0px;
            color: rgb(93, 102, 103);
            background-color: transparent;
            font-size: 14px;
        }

        .booking_blk .date-package .input-fields input:focus-visible,
        .booking_blk .date-package .input-fields select:focus-visible {
            border: 0px;
            outline: 0px;
        }

        .booking_blk .date-package .input-fields label {
            position: absolute;
            top: -10px;
            left: 20px !important;
            background-color: #fff;
            z-index: 5;
            background: #fff;
            left: 20px;
            color: #5d6667;
            font-size: 12px;
        }

        .include_cities div {
            display: flex;
            gap: 0.5vw;
            flex-wrap: wrap;
            line-height: 0.9em;
            margin-top: 0.5rem;
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            color: #bec3c3;
        }

        .input-fields div {
            padding: 5px 15px;
        }

        .request-quote-btn {
            font-weight: 300;
        }

        .request-quote-btn span {
            font-weight: 700;
        }

        .request-quote-btn button {
            width: 208px;
            height: 48px;
            border-radius: var(--4, 4px);
            background: var(-----, #17b290);
            color: #fff;
            text-align: center;
            font-size: 14px;
            line-height: 48px;
            cursor: pointer;
            margin-top: 10px;
            border: none;
        }

        .container {
            max-width: 1248px;
            margin: 0 auto;
            padding: 20px;
        }

        .nav-tabs {
            display: flex;
            border-bottom: 2px solid #e9ecef;
            margin-bottom: 30px;
            gap: 40px;
        }

        .nav-tab {
            font-size: 14px;
            padding: 12px 0;
            color: #666;
            text-decoration: none;
            font-weight: 500;
            border-bottom: 2px solid transparent;
            transition: all 0.3s ease;
        }

        .nav-tab.active {
            color: #20b2aa;
            border-bottom-color: #20b2aa;
        }

        .header {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 40px;
        }

        .header h1 {
            font-size: 24px;
            font-weight: 600;
            color: #333;
            font-family: "Playfair";
        }

        .header-buttons {
            display: flex;
            gap: 15px;
        }

        .btn {
            padding: 10px 20px;
            border: none;
            border-radius: 2px;
            font-weight: 500;
            cursor: pointer;
            transition: all 0.3s ease;
            text-decoration: none;
            display: inline-block;
            font-size: 12px;
            font-family: "Playfair";
        }

        .btn-primary {
            background-color: #333;
            color: white;
            display: flex;
            align-items: center;
        }

        .btn-secondary {
            background: #dce2e3;
            ;
            color: #666;
            border: 1px solid #ddd;
        }

        .itinerary-header {
            display: flex;
            align-items: center;
            padding: 25px 0px;
            cursor: pointer;
        }

        .day-number {
            display: flex;
            flex-direction: column;
            align-items: center;
            margin-right: 64px;
            min-width: 60px;
            width: 60px;
            height: 60px;
            border-radius: 30px;
            background: #edf1f1;
            text-align: center;
            font-size: 38px;
            color: #1b2122;
            ;
            font-weight: 800;
            justify-content: center;
        }

        .day-number .number {
            font-size: 26px;
            font-weight: 700;
            color: #1b2122;
            line-height: 1;
        }

        .day-number .label {
            font-size: 14.4px;
            color: #1b2122;
            text-transform: uppercase;
            letter-spacing: 0.5px;
        }

        .destination-info {
            flex: 1;
        }

        .destination-title {
            font-size: 20px;
            color: #1b2122;
            font-weight: 700;
            line-height: 60px;
            cursor: pointer;
            width: 100%;
            border-bottom: 1px solid var(---, rgba(0, 57, 57, .07));
            position: relative;
            width: 90%;
            margin: 0px;
        }

        .chevron {
            color: #ccc;
            font-size: 19.2px;
            transition: transform 0.3s ease;
        }

        .chevron.expanded {
            transform: rotate(180deg);
        }

        .itinerary-details {
            padding: 0 25px 25px 124px;
        }

        .destination-image {
            width: 100%;
            max-width: 400px;
            height: 200px;
            object-fit: cover;
            border-radius: 8px;
            margin-bottom: 20px;
        }

        .destination-description {
            color: #666;
            font-size: 14px;
            margin-bottom: 25px;
            line-height: 1.6;
        }

        .detail-item {
            display: flex;
            align-items: center;
            margin-bottom: 12px;
            color: #666;
        }

        .detail-icon {
            width: 20px;
            height: 20px;
            margin-right: 12px;
            color: #999;
        }

        .detail-text {
            font-size: 15.2px;
        }

        .detail-label {
            font-weight: 500;
            color: #333;
        }

        .fees-explained-container {
            max-width: 1248px;
            margin: 0 auto;
        }

        .fees-explained-container div {
            margin: 40px auto;
            font-weight: 1000;
            font-size: 28px;
            font-family: "Playfair";
            color: #333;
        }

        .fees-explained-container :nth-child(2) {
            color: var(-----, #17b290);
            font-size: 20px;
            font-weight: var(---, 700);
            text-transform: uppercase;
            font-family: "Manrope";
            margin: 0;
            padding: 0;
            height: 40px;
        }

        .fees-explained-container :nth-child(3) {
            color: var(---text-t3, #5d6667);
            font-size: var(---14, 14px);
            font-weight: var(---, 400);
            line-height: 21px;
            text-transform: capitalize;
            width: 80%;
            padding: 0;
            margin: 0;
        }

        .fees-explained-container :nth-child(4) {
            color: var(-----, #17b290);
            font-size: 20px;
            font-weight: var(---, 700);
            text-transform: uppercase;
            font-family: "Manrope";
            margin: 23px 0px;
            padding: 0;
            height: 20px;
        }

        .fees-explained-container :nth-child(5) {
            color: var(---text-t3, #5d6667);
            font-size: var(---14, 14px);
            font-weight: var(---, 400);
            line-height: 21px;
            text-transform: capitalize;
            width: 80%;
            padding: 0;
            margin: 0;
        }

        .reservation-container {
            max-width: 1248px;
            margin: 0 auto;
        }

        .reservation-container div {
            margin: 40px auto;
            font-weight: 1000;
            font-size: 28px;
            font-family: "Playfair";
            color: #333;
        }

        .reservation-list {
            color: #5d6667;
            font-size: 14px;
            font-weight: 400;
            line-height: 21px;
            padding: 0px 0px 0px 20px;
        }

        .cancellation-policy-container {
            max-width: 1248px;
            margin: 0 auto;
        }

        .cancellation-policy-container div {
            margin: 40px auto;
            font-weight: 1000;
            font-size: 28px;
            font-family: "Playfair";
            color: #333;
        }

        .cancellation-policy-container p {
            color: #5d6667;
            font-size: 14px;
            font-weight: 400;
            line-height: 21px;
            margin: 0;
        }

        .cancellation-policy-container li {
            list-style: none;
            color: #5d6667;
            font-size: 14px;
            font-weight: 400;
            line-height: 21px;
        }

        .you-may-also-like-it-container {
            max-width: 1248px;
            margin: 0 auto;
        }

        #you-may-also-like-it-container-heading {
            margin: 40px auto;
            font-weight: 1000;
            font-size: 28px;
            font-family: "Playfair";
            color: #333;
        }

        .cards-main-div {
            display: flex;
            justify-content: space-between;
            gap: 1vw;
        }

        .card {
            background: white;
            border-radius: 12px;
            overflow: hidden;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
            width: 31%;
            height: 414px;
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            position: relative;
        }

        .card-image {
            height: 300px;
        }

        .card-image img {
            width: 100vw;
            height: 100%;
            object-fit: cover;
        }

        .card-content {
            padding: 20px;
            position: absolute;
            bottom: 0px;
            background: white;
            border-radius: 20px;
        }

        .card-title {
            font-size: 19px;
            font-weight: bold;
            color: #333;
            margin-bottom: 12px;
            line-height: 1.3;
        }

        .card-location {
            display: flex;
            align-items: center;
            margin-bottom: 30px;
            color: #666;
            font-size: 14px;
        }

        .location-icon {
            width: 14px;
            height: 14px;
            margin-right: 8px;
            fill: #4CAF50;
        }

        .card-bottom {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-top: 20px;
        }

        .price-container {
            display: flex;
            align-items: center;
            gap: 8px;
        }

        .price-from {
            font-size: 12px;
            color: #999;
            border: 1px solid #ddd;
            padding: 2px 6px;
            border-radius: 4px;
        }

        .price {
            font-size: 24px;
            font-weight: bold;
            color: #333;
        }

        .currency {
            font-size: 18px;
            margin-right: 4px;
        }

        .detail-button {
            background-color: #333;
            color: white;
            border: none;
            padding: 10px 20px;
            border-radius: 25px;
            font-size: 14px;
            font-weight: bold;
            cursor: pointer;
            transition: background-color 0.3s ease;
            display: flex;
            align-items: center;
            gap: 8px;
        }

        .detail-button::after {
            content: "→";
            font-size: 14px;
        }

        /* Large Laptops (1440px and above) */
        @media screen and (min-width: 1440px) {

            .tour_booking-conatiner,
            .container,
            .fees-explained-container,
            .reservation-container,
            .cancellation-policy-container,
            .you-may-also-like-it-container {
                max-width: 1400px;
            }
        }

        /* Standard Laptops (1024px - 1439px) */
        @media (min-width: 1024px) and (max-width: 1439px) {

            .tour_booking-conatiner,
            .container,
            .fees-explained-container,
            .reservation-container,
            .cancellation-policy-container,
            .you-may-also-like-it-container {
                max-width: 1024px;
                padding: 0 20px;
            }

            .tour_details {
                padding: 30px 0;
            }

            .booking_blk .date-package .input-fields {
                width: 100%;
                margin-bottom: 15px;
            }

            .cards-main-div {
                gap: 2vw;
            }

            .card {
                width: 31%;
            }

            .card-title {
                font-size: 12px;
            }

            .booking_blk .date-package {
                display: grid;
                grid-template-columns: auto auto;
                row-gap: 0px;
                word-wrap: normal;
                justify-content: normal;
                gap: 1vw
            }

			.card{
				height: 290px
			}
			
			.card-content{
				width: 100%;
				padding: 10px;
        	}
			
			.card-location {
				margin-bottom: 5px;
				font-size: 10px;
			}
			.card-bottom {
    			margin-top: 15px;
			}
			
			.price {
    			font-size: 11px;
			}
			
			.detail-cta {
				FONT-SIZE: 12PX;
			}
			
			.card-image img {
				height: 16vw;
			}
		}

		@media (min-width: 1215px) and (max-width: 1335px) {
			.destination-image{
				max-width:22vw;
				margin-right: 3px;
			}
		}

		@media (min-width: 1335px) and (max-width: 1406px) {
			.destination-image{
				max-width: 300px;
    			height: 230px;
				margin-right: 4px;
			}
		}

		@media (min-width: 1407px) and (max-width: 1550px) {
			.destination-image{
				max-width: 325px;
    			height: 230px;
				margin-right: 4px;
			}
		}

		@media (min-width: 1551px) {
			.destination-image{
				max-width: 360px;
    			height: 270px;
				margin-right: 7px;
			}
		}

        /* Medium Laptops (768px - 1023px) */
        @media (min-width: 768px) and (max-width: 1023px) {

            .tour_booking-conatiner,
            .container,
            .fees-explained-container,
            .reservation-container,
            .cancellation-policy-container,
            .you-may-also-like-it-container {
                padding: 0 20px;
            }

            .tour_details {
                flex-direction: column;
                padding: 20px 0;
            }

            .tour_details .image_wrapper,
            .tour_details .details_container {
                width: 100%;
            }

            .tour_details .image_wrapper {
                margin-bottom: 20px;
            }

            .booking_blk {
                flex-direction: column;
            }

            .booking_blk .date-package {
                width: 100%;
                margin-bottom: 20px;
            }

            .booking_blk .date-package .input-fields {
                width: 48%;
            }

            .cards-main-div {
                flex-wrap: wrap;
                gap: 20px;
            }

            .card {
                width: 48%;
                margin-bottom: 20px;
            }

            .day-number {
                margin-right: 40px;
                min-width: 50px;
                width: 50px;
                height: 50px;
                border-radius: 25px;
            }

            .day-number .number {
                font-size: 20px;
            }

            .day-number .label {
                font-size: 12px;
            }

            .itinerary-details {
                padding: 0 20px 20px 90px;
            }

            .destination-title {
                font-size: 18px;
            }
			
			.destination-image {
				width: 100%;
				max-width: 175px;
				height: 150px;
			}

        }

 		@media (min-width: 768px) and (max-width: 1214px) {
			.destination-image {
				max-width: 175px;
				height: 150px;
			}
		}

		#price-doesnot-include{
			color: #17b290;
			font-size: 20px;
			font-weight: var(---, 700);
			text-transform: uppercase;
			font-family: "Manrope";
			margin: 0;
			padding: 0;
			line-height:3vw;
			margin-top:1vw;
		}

        @media screen and (max-width: 767px) {
            body {
                width: 95%;
                margin: auto;
            }

            .header {
                margin-bottom: 5px;
				flex-wrap:wrap;
            }

            .tour_details {
                flex-direction: column;
                padding: 5px 0px;
            }

            .tour_details .image_wrapper {
                width: 100%;
            }

            .tour_details .image_wrapper img {
                max-height: 650px;
                object-fit: cover;
                border-radius: 15px;
            }

            .tour_details .details_container {
                width: 100%;
                margin-top: 20px;
            }

            .tags {
                padding: 8px 0px;
            }

            .tour_details .details_container h2 {
                font-size: 22px;
                line-height: 30px;
            }

            .tour_details .details_container .duration_box h3,
            .tour_details .details_container .departure_box h3,
            .tour_details .details_container .include_cities h3 {
                font-size: 5vw;
                margin: 18px 0px;
            }

            .tour_details .details_container .duration_box p,
            .tour_details .details_container .departure_box p {
                font-size: 14px
            }

            .tour_details .details_container .include_cities span {
                font-size: 14px;
                line-height: 2em;
            }

            .booking_blk {
                flex-direction: column;
            }

            .booking_blk .date-package {
                width: 100%;
            }

            .tour_details .details_container .departure_box .select_box {
                max-width: 100%;
                gap: 2vw;
                justify-content: start;
            }

            .tour_details .details_container .departure_box .select_box select {
                font-size: 14px;
                background-color: transparent;
            }

            .tour_details .details_container .departure_box .select-preview {
                font-size: 14px;
                word-wrap: nowrap;
				padding: 10px 4px;
            }
			
			.tour_details .details_container .departure_box .select_box select {
    border: 1px solid #b2bebf;
    padding: 10px 4px 10px 4px;
			}

            .include_cities div {
                font-size: 9vw;
                font-weight: 100;
            }

            .booking_blk .date-package .input-fields input,
            .booking_blk .date-package .input-fields select {
                font-size: 14px;
            }

            .input-fields div {
                padding: 5px 15px;
            }

            .booking_blk .date-package .input-fields label {
                top: -12px;
                font-size: 14px;
            }

            .request-quote-btn div {
                text-align: end;
                font-size: 14px;
                padding: 12px 0px;
            }

            .request-quote-btn button {
                width: 100%;
                height: 60px;
                font-size: 14px
            }

            .container {
                padding: 30px 0px;
            }

            .nav-tabs {
                flex-wrap: wrap;
                gap: 14px;
            }

            .nav-tab {
                font-size: 14px;
                padding: 5px 0px;
            }

            .header h1 {
                font-size: 14px;
            }

            .btn {
                padding: 15px 20px;
                font-size: 8px;
            }

            .destination-title {
                font-size: 14px;
				line-height: 30px
            }

            .destination-image {
                width: 100%;
                max-width: 480px;
                height: 300px;
            }

            .day-number {
                width: 40px;
                height: 60px;
                margin-right: 38px;
            }

            .itinerary-details {
                padding: 0px;
            }

            .destination-description {
                font-size: 14px;
            }

            .detail-text {
                font-size: 14px;
            }

            .detail-icon {
                height: 14px;
                width: 14px;
            }

            .fees-explained-container div {
                margin: 30px auto;
                font-size: 26px;
            }

            .fees-explained-container :nth-child(2) {
                font-size: 22px;
                height: 45px;
            }

            .fees-explained-container :nth-child(3) {
                font-size: var(---14, 14px);
                line-height: 25px;
            }

            .fees-explained-container :nth-child(4) {
                font-size: 22px;
                height: 25px;
            }

            .fees-explained-container :nth-child(5) {
                font-size: var(---14, 14px);
                line-height: 25px;
            }

            .reservation-container div {
                margin: 30px auto;
                font-size: 26px;
            }

            .reservation-list {
                font-size: var(---14, 14px);
                line-height: 25px;
            }

            .cancellation-policy-container div {
                margin: 30px auto;
                font-size: 26px;
            }

            .cancellation-policy-container p,
            .cancellation-policy-container li {
                font-size: var(---14, 14px);
                line-height: 25px;
            }

            #you-may-also-like-it-container-heading {
                margin: 30px auto;
                font-size: 26px;
            }

            .cards-main-div {
                flex-direction: column;
                gap: 5vw;
            }

            .card {
                border-radius: 30px;
                height: 440px;
                width: 100%;
                align-items: center;
            }

            .card-image {
                height: 314px;
            }

            .card-content {
                bottom: 0px;
                border-radius: 21px;
                padding: 14px;
            }

            .card-title {
                font-size: 18px;
            }

            .card-location {
                font-size: 14px;
                margin-bottom: 30px;
            }

            .price-from {
                font-size: 14px;
            }

            .price {
                font-size: 18px;
            }

            .detail-button {
                font-size: 14px;
            }

            .tour_details .details_container .departure_box .select_box .line {
                width: 30px;
            }

            .location-icon {
                width:40px;
                height: 40px;
                margin-right: 8px;
                fill: #4CAF50;
            }
			
			.header-buttons a{
				font-size: 9px
			}
			
			.detail-cta {
				font-size: 12px
			}
			
			#price-doesnot-include{
				line-height: 17vw;
			}
        }



.booking_blk .date-package .input-fields input:focus, .booking_blk .date-package .input-fields select:active{
	 outline: none !important;
}
    

    .detail-cta{
		background: #333;
		color: white;
		padding: 6px 13px;
		border-radius: 37px;
		text-decoration: none;
    }
	
	.booking_blk .date-package .input-fields{
		border: none;
	}
	
	.booking_blk .date-package .input-fields input, .booking_blk .date-package .input-fields select{
		border: 1px solid #b2bebf;
		padding: 10px 10px;
		gap:0px
	}
	
.booking_blk .date-package .input-fields input:focus, .booking_blk .date-package .input-fields select:focus, .booking_blk .date-package .input-		fields input:focus-visible, .booking_blk .date-package .input-fields select:focus-visible {
		outline: none;
		border:1px solid black;
	}
	
	.booking_blk .date-package .input-fields label {
		top: 0px;
		left: 28px !important;
	}
	
	.booking_blk .date-package{
			gap:0px
	}
	
	.select_box :nth-child(1){
		border: none;
	}
	
	.tour_details .details_container .departure_box .select_box select{
		border:1px solid #b2bebf;
		padding: 10px 40px 10px 10px;
	}
color:black:
	}

