@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
.engine-section {  
        background-image: url(../images/package/packagebanner.png);
        background-repeat: no-repeat;
        background-size: cover; 
     .engine {
        p.big-org { 
            font-size: 16px; 
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }
        p.sml-org {
            font-size: 13px; 
        }
        input.form-control { 
            font-size: 16px; 
        }
         .btn-search {
            button {
                background: none;
                border: none;
                color: white;
                font-size: 22px;
                font-weight: 600;
            }
        }
        .btn-search {
            border-radius: 0 10px 10px 0;
            background: linear-gradient(180deg, #FD5D68 0%, #F62053 100%);
            border-left: 4px solid #002374 !important;
            border-top: none !important;
            border-bottom: none !important;
            display: flex;
            align-items: center;
            justify-content: center;
        }
        .col-lg-1 {
            border: 1px solid #B4B4B4;
            border-right: none;
            padding: 12px 16px;
            background-color: white;
        } 
    }
    .pop-log1 { 
        top: 96px;
    }
}
.room-error{
	font-size: 12px;
	color: red;
	margin-top: -14px;
	margin-bottom : 8px;
}
.pera{
	text-align: justify;
}
 .jsder{
	color: #002374; 
font-family: Montserrat;
font-size: 45px;
font-style: normal;
font-weight: 600;
line-height: normal;
text-transform: capitalize;
margin-top: 23px;
text-align: center;
 }
 .fjghtd{
	height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between; 
	width: 100%;
 }
 
  .ftju {
    color: #002374 !important;
    font-family: Poppins;
    font-size: 18px !important; 
    font-weight: 600 !important; 
}
.dfgsh {
    color: #002374;
    text-align: left;
    font-size:18px;
    font-weight: 500;
    margin-bottom: 10px;
}
.fgsfdh{
    label{
        color: #002374;
        font-family: Poppins;
        font-size: 16px; 
        font-weight: 400; 
    }
}
/* package css start here
============================================================ */
.route-heading-main.text-center.package .route {
	font-size: 20px;
	font-weight: 600;
	color: #002374;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 10px;
}

.route-heading-main.text-center.package .route span.dottedline {
	border-bottom: 1px dashed #002374;
	height: 2px;
	position: relative;
	transform: translate(0%, 0%);
	width: 50px;
	display: inline-block;
}

.hp-slider-wrapper {
	font-family: 'Poppins', sans-serif;
	padding: 50px 0;
}

.hp-slider-container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 15px;
	position: relative;
}

h2.hp-section-title {
	text-align: center;
	font-weight: 600;
	font-size: 45px;
	margin-bottom: 25px;
	color: #323232;
}

.hp-card {
	background: #fff;
	border-radius: 12px;
	overflow: hidden;
	margin: 10px;
}

.hp-card img {
	width: 100%;
	height: 250px;
	object-fit: cover;
	display: block;
}

div#hp-holiday-carousel .owl-nav {
	margin-top: 40px;
}

.hp-slider-container .owl-nav button.owl-prev,
.hp-slider-container .owl-nav button.owl-next {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	border-radius: 50% !important;
	color: #333 !important;
	font-size: 24px !important;
	margin: 0;
}

.hp-slider-container .owl-prev {
	left: -25px;
}

.hp-slider-container .owl-next {
	right: -25px;
}

.hp-slider-container .owl-nav button:hover {
	background: none !important;
}
.hp-slider-container .owl-dots {
    display: none;
}
@media (max-width: 768px) {
	.hp-slider-container .owl-nav {
		display: none;
	}
	h2.hp-section-title { 
		font-size: 28px;
		margin-bottom: 10px; 
	}
	.hp-card img { 
		height: 100%; 
	}
	.hp-slider-container .owl-dots {
		display: block;
	}
	.hp-slider-wrapper { 
		padding: 20px 0;
	}
}


.travel-card-container {
	position: relative;
	overflow: hidden;
	cursor: pointer;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
	transition: box-shadow 0.3s ease;
	background-color: #000;
}

.textContent{
	text-align: justify;
}

.travel-card-container::before {
	content: "";
	display: block;
	padding-top: 120%;
}

.travel-card-container:hover {
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.card-bg-layer {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url('../images/package/beach-back.png');
	background-size: cover;
	background-position: center;
	filter: grayscale(100%);
	opacity: 0.6;
	transition: filter 0.5s ease, opacity 0.5s ease;
	z-index: 1;
}

.card-front-overlay {
	position: absolute;
	top: 10%;
	left: 10%;
	width: 80%;
	height: 80%;
	background-image: url('../images/package/beach.png');
	background-size: cover;
	background-position: center;
	filter: grayscale(0%);
	transition: filter 0.5s ease, transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	    border-radius: 12px;
    box-shadow: 1px 6px 4px 0 rgba(0, 0, 0, 0.25);
	z-index: 2;
}

.card-bg-layer-tw {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url('../images/package/mountain-back.png');
	background-size: cover;
	background-position: center;
	filter: grayscale(100%);
	opacity: 0.6;
	transition: filter 0.5s ease, opacity 0.5s ease;
	z-index: 1;
}

.card-front-overlay-tw {
	position: absolute;
	top: 10%;
	left: 10%;
	width: 80%;
	height: 80%;
	background-image: url('../images/package/mountain.png');
	background-size: cover;
	background-position: center;
	filter: grayscale(0%);
	transition: filter 0.5s ease, transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	border-radius: 12px;
    box-shadow: 1px 6px 4px 0 rgba(0, 0, 0, 0.25);
	z-index: 2;
}

.card-bg-layer-th {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url('../images/package/dwine-back.png');
	background-size: cover;
	background-position: center;
	filter: grayscale(100%);
	opacity: 0.6;
	transition: filter 0.5s ease, opacity 0.5s ease;
	z-index: 1;
}

.card-front-overlay-th {
	position: absolute;
	top: 10%;
	left: 10%;
	width: 80%;
	height: 80%;
	background-image: url('../images/package/dwine.png');
	background-size: cover;
	background-position: center;
	filter: grayscale(0%);
	transition: filter 0.5s ease, transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	border-radius: 12px;
    box-shadow: 1px 6px 4px 0 rgba(0, 0, 0, 0.25);
	z-index: 2;
}

.card-bg-layer-fr {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url('../images/package/citybreak-back.png');
	background-size: cover;
	background-position: center;
	filter: grayscale(100%);
	opacity: 0.6;
	transition: filter 0.5s ease, opacity 0.5s ease;
	z-index: 1;
}

.card-front-overlay-fr {
	position: absolute;
	top: 10%;
	left: 10%;
	width: 80%;
	height: 80%;
	background-image: url('../images/package/citybreak.png');
	background-size: cover;
	background-position: center;
	filter: grayscale(0%); 
	transition: filter 0.5s ease, transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	border-radius: 12px;
    box-shadow: 1px 6px 4px 0 rgba(0, 0, 0, 0.25);
	z-index: 2;
}

/* -- HOVER EFFECTS -- */
@media (min-width: 992px) {
	.travel-card-container:hover .card-bg-layer {
		filter: grayscale(0%);
		opacity: 1;
	}

	.travel-card-container:hover .card-front-overlay {
		filter: grayscale(100%);
		transform: scale(1.05);
	}

	.travel-card-container:hover .card-bg-layer-tw {
		filter: grayscale(0%);
		opacity: 1;
	}

	.travel-card-container:hover .card-front-overlay-tw {
		filter: grayscale(100%);
		transform: scale(1.05);
	}

	.travel-card-container:hover .card-bg-layer-th {
		filter: grayscale(0%);
		opacity: 1;
	}

	.travel-card-container:hover .card-front-overlay-th {
		filter: grayscale(100%);
		transform: scale(1.05);
	}

	.travel-card-container:hover .card-bg-layer-fr {
		filter: grayscale(0%);
		opacity: 1;
	}

	.travel-card-container:hover .card-front-overlay-fr {
		filter: grayscale(100%);
		transform: scale(1.05);
	}
}

.card-content-ui {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 60px;
	z-index: 3;
	color: #ffffff;
	text-align: center;
}

.main-title {
	font-size: 2.8rem;
	font-weight: 800;
	margin-bottom: -5px;
	line-height: 1;
	text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
}

.sub-title {
	font-size: 1.1rem;
	font-weight: 300;
	opacity: 0.9;
	margin-bottom: 20px;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.service-tags {
	display: flex;
	gap: 8px;
	margin-bottom: 20px;
}

.service-tag {
	border-radius: 10px;
	background: var(--CTA, linear-gradient(180deg, #FD5D68 0%, #F62053 100%));
	color: white;
	padding: 6px 6px;
	font-size: 8px;
	font-weight: 600;
	display: flex;
	align-items: center;
	gap: 5px;
	text-align: center;
	display: block;
}

.price-tag {
	border-radius: 4px;
	border: 1px solid rgba(246, 246, 246, 0.40);
	background: #FFF;
	color: #333;
	padding: 5px;
}

.price-label {
	font-size: 10px;
	color: #555;
	display: block;
	font-weight: 500;
	text-align: left;
}

.price-value {
	font-size: 1.3rem;
	font-weight: 700;
	color: #002374;
}

/* Mobile fallback: Keep it clean on touch screens */
@media (max-width: 991px) {
	.card-front-overlay {
		filter: grayscale(0%);
	}

	.card-bg-layer {
		filter: grayscale(0%);
		opacity: 0.5;
	}
}

.icon-box {
	background-color: var(--travel-pink);
	color: white;
	border-radius: 18px;
	width: 75px;
	height: 75px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	font-size: 0.75rem;
	margin: 0 5px;
}

.icon-box i {
	font-size: 1.5rem;
	margin-bottom: 2px;
}

.price-tag-card {
	background-color: white;
	border-radius: 12px;
	padding: 15px 25px;
	display: flex;
	align-items: center;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.price-text {
	color: var(--travel-dark-blue);
	font-weight: 800;
	font-size: 2.2rem;
	line-height: 1;
}

.label-text {
	color: #666;
	font-size: 1.1rem;
	margin-bottom: 0;
}

.tag-icon {
	color: var(--travel-pink);
	font-size: 3rem;
	margin-right: 20px;
	transform: rotate(-15deg);
}

.service-tags {
	display: flex;
	gap: 15px;
	justify-content: center;
}

.service-tag {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: 8px;
}

.prtxt {
	color: #002374;
	font-size: 10px;
}


.tp-slider-container {
	position: relative;
	width: 100%; 
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center; 
}

.tp-slider {
	position: relative;
	width: 285px;
	height: 414px; 
}

.tp-card {
	position: absolute;
	top: 224px;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 15px;
	overflow: hidden;  
	transition: all 0.7s cubic-bezier(0.23, 1, 0.32, 1);
	cursor: pointer;
	transform-origin: center 600px;
}

.tp-card img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.tp-card .tp-content {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 40%;
	background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent);
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: center;
	padding-bottom: 15px;
}

.tp-explore-btn {
	padding: 8px 30px;
	border-radius: 10px;
	background: var(--123456, linear-gradient(180deg, #FD5D68 0%, #F62053 100%));
	color: white;
	font-size: 18px;
	font-weight: 600;
}

.tp-card.tp-inactive .tp-explore-btn {
	background: rgba(255, 255, 255, 0.5);
	color: #666;
}

.tp-footer-text {
	text-align: center;
	z-index: 10;
	margin-top: -50px;
}

.tp-footer-text h1 {
	margin: 0;
    letter-spacing: 1px;
    color: #002374;
    font-family: Windhavi;
    font-size: 60px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.tp-footer-text h1 .ihreg {
    color: #002374;
    font-family: Poppins;
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
}
.tp-footer-text h1 .sdite{
    color: #002374;
    font-family: Poppins;
    font-size: 65px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
}

.tp-footer-text p {
    margin-top: -14px;
    color: #002374;
    font-family: Poppins;
    font-size: 45px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 18px;
    text-transform: uppercase;
}

.tp-card.tp-inactive {
	filter: grayscale(100%);
	opacity: 0.6; 
}

.tp-card {
    transition: transform 0.6s ease, opacity 0.6s ease;
}
.tp-dots {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%); 
    gap: 8px;
    display: none;
}

.tp-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #aaa;
    cursor: pointer;
    transition: 0.3s;
}

.tp-dot.active {
    background: #000 !important;
    transform: scale(1.3);
}
 

  @media screen and (max-width:768px) {
    .tp-dots {
        display: flex;
        bottom: 62px;
    }
	.w-90{
		width: 90% !important;
	}
    /* Engine section start */
.engine-section{ 
  .engine {
     width:100%;
    .col-lg-1 {
        border: 1px solid #C0C0C0;
        border-right: 1px solid #C0C0C0;
        margin-bottom: 10px;
        border-radius: 13px !important;
        padding: 8px;
    }
    .btn-search {
        border: none !important;
        border-radius: 20px !important;
        margin-bottom: 14px;
        button {
            font-size: 19px;
            font-weight: 500;
        }
    }
    }
    }
    .tp-footer-text p { 
        font-size: 34px; 
        letter-spacing: 5px; 
    }
    .tp-footer-text h1 { 
        font-size: 42px; 
    }
    .tp-footer-text h1 .sdite { 
        font-size: 40px; 
    }
    .tp-footer-text h1 .ihreg  { 
        font-size: 20px; 
    }

  }
/* banner section starts here */
.mounti{
    background-image: url(../images/mountain.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 402px;
    display: flex;
    align-items: start;
    justify-content: center;
    h1{
     color: #002374;
    text-align: center;
    font-family: Montserrat;
    font-size: 45px;
    font-weight: 600;
    text-transform: capitalize;
    }
}

@media screen and (max-width: 768px) {
    .mounti{
        height: 100px;
            h1{
                font-size: 15px;
            }
    }
}
/* banner section ends here */

/* cards section starts here */
.pease{
    .tour-card {
    border-radius: 8px;
    border: 1px solid #DFDFDF;
    background: #FFFAFA;
    box-shadow: 4px 6px 4.7px 0 rgba(0, 0, 0, 0.10);
}


.image-wrapper {
	height:400px ;
  position: relative;
}

.image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.card-body{
    padding: 15px 10px;
}

.overlay-text {
    position: absolute;
    bottom: 10px;
    left: 15px;
    color: #FFF;
    font-family: Poppins;
    font-size: 14px;
    font-weight: 600;
    img{
        width: 20px;
        height: 20px;
    }
}

.title {
color: #002374;
font-family: Montserrat;
font-size: 20px;
font-weight: 700;
text-transform: capitalize;
 white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.desc {
color: #6E6E6E;
font-family: Poppins;
font-size: 14px;
font-weight: 400;

  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.tags span {
        padding: 2px 8px;
        color: #424242;
        font-family: Poppins;
        font-size: 14px;
        font-weight: 400;
        text-transform: capitalize;
        border-radius: 20px;
        border: 1px solid rgb(246 34 82 / 15%);
        background: linear-gradient(162deg, rgb(246 34 82 / 90%) -350.32%, #FFF 100%);
}

.rating {
  font-size: 14px;
   .grgr{
     width: 20px;
     height: 20px;
  }
  .text-mu{
color: #323232;
font-family: Poppins;
font-size: 12px;
font-weight: 400;
  }
  .ttyht-mu{
    color: #002374;
font-family: Poppins;
font-size: 14px;
font-weight: 600;

  }
}

.more-link {
font-family: Poppins;
font-size: 12px;
font-weight: 500;
text-decoration: underline;
 background: linear-gradient(180deg, #FD5D68 0%, #F62053 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.text-mudsd{
    font-family: Poppins;
    font-weight: 500;
    font-size: 12px;
    color: #323232;
}

.price {
font-family: Montserrat;
font-weight: 700;
font-size: 26px;
color: #029302;
}


.fefefoo{
    color: #BEBDBD;
}

.price span {
font-family: Montserrat;
font-weight: 500;
font-size: 14px;
color: #029302;
}

.view-btn {
font-family: Lato;
font-weight: 700;
font-size: 18px;
padding: 8px 15px;
color: #fff;
background: linear-gradient(180deg, #FD5D68 0%, #F62053 100%);
border-radius: 8px;
border: none;
}

.view-btn:hover {
  color: white !important;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.erfefw{
    display: none;
    .sdfewa{
    color: #002374;
    font-family: Poppins;
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    }
    .rfwoli{
        color: #029302;
    font-family: Poppins;
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    }
    .erefk{
       width: 20px;
       height: 20px;
    }
}
}

@media screen and (max-width: 768px) {

/* .fffedgr{
    overflow-x: auto;
    flex-wrap: nowrap !important;
    scroll-behavior: smooth;
    scrollbar-width: none;
}
.fefwoi{
    width: 85% !important;
} */
}
/* cards section ends here */
.modal-content {
	border-radius: 12px;
	overflow: hidden;
	border: none;
	box-shadow: 0 20px 60px rgba(0,0,0,0.15);
	}
	.image-section {
	padding: 0;
	display: flex;
	background-color: #fff;
	}
	.image-section img {
	width: 100%;
	height: 100%;
	display: block;
	}
	.form-section { 
	padding: 30px 20px; 
	background: white; 
	}
	.form-title { 
	color: #002374; 
	font-weight: 600; 
	margin-bottom: 15px; 
	font-size: 1.2rem; 
	}
	.form-floating { margin-bottom: 0.5rem !important; }
	.form-floating > .form-control {
	border: none;
	border: 1px solid #E9E9E9;
	border-radius: 4px;
	font-weight: 600;
	color: #002374;
	height: 40px;
	font-size: 0.95rem;
	}
	.form-floating > .form-control:focus {
	box-shadow: none;
	border-bottom: 2px solid #002374;
	}
	.form-floating > label { 
	color: #707070!important; 
	font-size: 0.8rem; 
	}
	.btn-submit {
	border-radius: 4px;
	background: var(--CTA, linear-gradient(180deg, #FD5D68 0%, #F62053 100%));
	border: none;
	color: #fff!important;
	padding: 12px;
	width: 100%;
	font-weight: 500;
	margin-top: 15px;
	transition: all 0.3s ease;
	}
	.btn-close-custom {
	position: absolute;
	right: 15px;
	top: 10px;
	z-index: 1060;
	background: none;
	border: none;
	font-size: 1.8rem;
	color: #333;
	cursor: pointer;
	opacity: 0.5;
	}
	@media (max-width: 767px) {
	.image-section { height: 200px; }
	.form-section { padding: 25px; }
	.image-section img {object-fit:cover;}
	.jkhgdfsx .col-md-6.image-section{
		display: none;
	}
	.jsder { 
		font-size: 25px; 
		margin-top: 15px; 
	}
	#searchEngine{
		border-radius: 20px !important; 
	}
		.package-tabs {
			display: flex;
			overflow-x: auto;
			white-space: nowrap;
			gap: 10px;
			-webkit-overflow-scrolling: touch;
			scrollbar-width: none;
		}

		.package-tabs::-webkit-scrollbar {
			display: none;
		}

		.package-tabs label {
			flex-shrink: 0;
		}
	}
	@media (min-width: 992px) {
	.modal-lg { max-width: 850px; }
	}
	.jkhgdfsx{
		z-index: 99999 ;
	}
#responseMessage{
	display:block;
	max-width:500px;
	/* margin:0 auto;*/
	/*padding:12px 20px;*/
	border-radius:8px;
	font-size:19px;
	font-weight:800;
	transition:0.3s;
}
.big-org-display{
	margin-bottom: 0;
	color: #002374;
	font-weight: 600;
}
.success-message{
	display:block;
	background: none;
	color: #155724;
	position: absolute;
	top: 100%;
	left: 0;
	padding: 0 !important;
}

.airport-list{
	position:absolute;
	width:100%;
	background:#fff;
	border:1px solid #ddd;
	border-radius:6px;
	max-height:300px;
	overflow-y:auto;
	display:none;
	z-index:9999;
}

.airport-item{
	padding:10px;
	cursor:pointer;
	border-bottom:1px solid #eee;
}

.airport-item:hover{
	background:#f5f5f5;
}

.airport-item strong{
	display:block;
	color:#002366;
}

.error-message{
	display:block ;
	color:#721c24;
	background: none;
	position: absolute;
	top: 100%;
	left: 0;
	padding: 0 !important;
}
	.name-title
	{
		color: #002374;
	}
	.small-org{
		color: #404040 !important;
		margin-bottom: 0;
		text-overflow: ellipsis;
		overflow: hidden;
		white-space: nowrap;
		font-size: 13px !important;
		font-weight: 400 !important;
		&::placeholder{
			color: #404040 !important;
		}
	}
.booking-field{
	border:1px solid #ddd;
	border-radius:8px;
	padding:12px 16px;
	margin-bottom:15px;
	position:relative;
}

.booking-field .label-stick{
	font-size:14px;
	color:#777;
	margin-bottom:6px;
}

.booking-field .big-org{
	font-size:22px;
	font-weight:600;
	margin-bottom:0;
}

.booking-field .sml-org{
	font-size:14px;
	color:#666;
}
#travelModal .mob-trav{
	position: static;
	display: block;
	width: 100%;
}

#travelModal .pop-log1{
	position: static;
	width: 100%;
	box-shadow: none;
	border: none;
	display: block;
}



.pop-log1 {
	position: absolute;
	background: white;
	width: 232px;
	z-index: 9;
	top: 109px;
	left: 0px;
	box-shadow: 0 1px 5.3px 0 rgba(0, 0, 0, 0.15);
	padding: 12px;
	display: none;

	p {
		&:first-child {
			font-size: 14px;
			font-weight: 600;
			color: #323232;
			margin-bottom: 10px;
		}
	}
}

.pop-log1 {
	position: absolute !important;
	background: white;
	width: 100%;
	z-index: 9;
	top: 60px;
	left: 0px;
	box-shadow: 0 1px 5.3px 0 rgba(0, 0, 0, 0.15);
	padding: 12px;
	display: none;
	border: 1px solid #E9E9E9 !important;
	border-radius: 10px ;
	display:none ;
	 .icnre{
		border: 1px solid #ACACAC;
		border-radius: 6px;
		width: fit-content;
		overflow: hidden;
		margin-bottom: 20px;
		button {
			border: none;
			background: white;
			width: 28px;
			height: 32px;
			display: flex;
			align-items: center;
			justify-content: center;
			color: #404040;
			font-size: 21px;
			font-weight: 300;
		}
	}
}

.pop-log1 {
	& .icnre {
		p {
			width: 43px;
			height: 32px;
			display: flex;
			border-left: 1px solid #ACACAC;
			background: #F3F7FF;
			align-items: center;
			justify-content: center;
			font-size: 14px;
			font-weight: 600;
			color: #000000;
			border-right: 1px solid #ACACAC;
		}
	}
}

button.trav-btn {
	border-radius: 6px;
	background: linear-gradient(180deg, #FD5D68 0%, #F62053 100%);
	width: 100%;
	color: white;
	font-size: 14px;
	padding: 9px;
	border: none ;
}
#travelModal .pop-log1{
	display: none;
}
.input-block{
	border: none !important;
	color: #002374;
	font-weight: 600;
	font-size: 16px;
	margin-bottom: 1px;
}
.input-block:focus-visible{
	border:none !important;
	outline: none;
	color: #002374;
	font-weight: 600;
	font-size: 16px;
	margin-bottom: 1px;
}
.input-block-day{
	font-size: 13px;
}
@media screen and (max-width: 768px) {
	.ujikollo {
		position: absolute;
		top: -25px !important;
		left: 11px !important;
		color: #155724;
	}
}
.ujikollo{
	position: absolute;
	top: -10px ;
	left: 0 !important;
	/*color:#155724;*/

}