

:root{
	--primary: #06345B;
	--secondary: #E86020;
	--white: #fff;
	--text-clr: #5b6475;
	--header-clr: #25273d;
	--next-btn-hover: #8577d2;
	--back-btn-hover: #8b8c8c;
	--progress-bar: #EFF0F6;
	--border-color: #EFF0F6;
	--light-grey: #EFF0F6;
	--placeholder-color:757575;
}

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
	list-style: none;
	outline: none;
	text-decoration: none;
}

body{
    font-family: 'Roboto','Montserrat' , sans-serif;
	box-sizing: border-box;
	background-color: #06345B;
    font-weight: 400;
	width:99vw;
	margin: auto;
	height:100vh;
	background-color: #fff;
    /* background-image: url(../img/background_travel_skin.jpg);  */
	/* background-repeat: no-repeat;
    background-size: cover; */
}

body::after {
    content: "";
    display: block;
    position: fixed;
    inset: 0;
    /* background-color: white; Change the alpha value to adjust the opacity */
    z-index: -1;
	opacity: 0.95;
	filter: blur(0px);

  }

.container_nav{
    width: 100%;
    /* max-width: 2200px; */
    margin: 0 auto;
    padding: 30px 0;
}

.container_fluid{
    width: 100%;
    margin: 0 auto;
     display: flex;
    flex-direction: column;
    gap: 100px;
     padding: 0px 50px;
}


.container{
    max-width: 100%;
    /* width: 1600px; */
	width:94%;
    margin: 0 auto;
    padding: 0px;
}

.navbar{
    padding: 0px 100px;
    display: flex;
    justify-content: space-between;
}

.nav_left h2{
    font-size: 28px;
    color: var(--primary);
    letter-spacing: 1px;
}

.nav_right .social_icons{
    color: var(--primary);
    font-size: 21px;
}

.nav_right .social_icons i{
    padding-left: 5px;
}

/* Multi-step form starts here */

.steps_heading{
	/* width: 1000px; */
	/* max-width: 100%; */
	margin: 20px auto;
	display: flex;
	justify-content: center;
}

.steps_heading h2{
	font-size: 34px;
	font-weight: 600;
}



.wrapper .header{
	
	display: flex;
	justify-content: center;
}

.wrapper .header ul{
	display: flex;
}

.wrapper .header ul li{
	position: relative;
}

.wrapper .header ul li:last-child{
	margin-right: 0;
}

.wrapper .header ul li:before{
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 35px;
	width: 60px;
	height: 3px;
	border-radius: 5px;
	background: var(--progress-bar);
	/* display:none; */
}

.wrapper .header ul li:last-child:before{
	display: none;
}

.wrapper .header ul li div{
	padding: 5px;
	border-radius: 50%;
}

.wrapper .header ul li p{
	width: 25px;
	height: 25px;
	background: var(--progress-bar);
	color: var(--primary);
	text-align: center;
	line-height: 25px;
	font-size: 12px;
	border-radius: 50%;
}

.wrapper .header ul li.active:before{
	background: var(--secondary);
	/* display:none; */
}

.wrapper .header ul li.active p{
	background: var(--secondary);
	color: var(--white);
}

.wrapper .form_wrap{
	/* margin-bottom: 35px; */
}

.wrapper .form_wrap h2{
	color: #0078A4;
	font-size: 20px;
	/* text-align: center; */
	/* text-transform: uppercase; */
	/* margin-bottom: 20px; */
}

.note{
	padding-top: 20px;
}

.note p{
	font-size: 12px;
	color: var(--text-clr);
}

.wrapper .form_wrap .sub_head{
	margin: 10px 0px 20px 0px;
	font-weight: 700;
	color: var(--primary);
	border-bottom: 2px solid var(--secondary);
	padding-bottom: 2px;
	width: 90px;
	font-size: 16px;
}

.wrapper .form_wrap .input_wrap{
	/* width: 500px; */
	/* max-width: 100%; */
	/* margin: 0 auto 20px; */
	/* padding-bottom: 10px; */
}

.wrapper .form_wrap .radio_row{
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.wrapper .form_wrap .input_wrap .radio_btn label{
	margin-bottom: 0px !important;
	margin-right: 20px;
}

.wrapper .form_wrap .input_wrap:last-child{
	margin-bottom: 0;
}

.wrapper .form_wrap .input_wrap label{
	display: block;
	margin-bottom: 10px;
	color: var(--primary);
}

.wrapper .form_wrap .input_wrap .input{
	border: 2px solid var(--light-grey);
	border-radius: 3px;
	padding: 10px;
	display: block;
	width: 100%;	
	font-size: 15px;
	transition: 0.5s ease;
}

.wrapper .form_wrap .input_wrap .input:focus{
	border-color:  #d2d0d0;
}

.wrapper .btns_wrap{
	width: 350px;
	/* max-width: 100%; */
	margin: 0 auto;
	padding-top: 20px;
}

.wrapper .btns_wrap .common_btns{
	display: flex;
	justify-content: flex-end;
}

.wrapper .btns_wrap .common_btns.form_1_btns{
	justify-content: flex-end;
}

.wrapper .btns_wrap .common_btns button{
	border: 0;
	padding: 10px 15px;
	background: var(--secondary);
	color: var(--white);
	width: 250px;
	justify-content: center;
	display: flex;
	align-items: center;
	font-size: 14px;
	border-radius: 8px;
	transition: 0.5s ease;
	cursor: pointer;
}

.wrapper .btns_wrap .common_btns button.btn_back{
	/* background: var(--primary); */
	margin-right: 20px;
}

.wrapper .btns_wrap .common_btns button.btn_next .icon{
	display: flex;
	margin-left: 10px;
}

.wrapper .btns_wrap .common_btns button.btn_back .icon{
	display: flex;
	margin-right: 10px;
}

.wrapper .btns_wrap .common_btns button.btn_next:hover,
.wrapper .btns_wrap .common_btns button.btn_done:hover{
	background: var(--primary);
}

.wrapper .btns_wrap .common_btns button.btn_back:hover{
	background: var(--primary);
}

.modal_wrapper{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	visibility: hidden;
}

.modal_wrapper .shadow{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.8);
	opacity: 0;
	transition: 0.2s ease;
}

.modal_wrapper .success_wrap{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-800px);
	background: var(--white);
	padding: 50px;
	display: flex;
	align-items: center;
	border-radius: 5px;
	transition: 0.5s ease;
}

.modal_wrapper .success_wrap .modal_icon{
	margin-right: 20px;
	width: 50px;
	height: 50px;
	background: var(--primary);
	color: var(--white);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 32px;
	font-weight: 700;
}

.modal_wrapper.active{
	visibility: visible;
}

.modal_wrapper.active .shadow{
	opacity: 1;
}

.modal_wrapper.active .success_wrap{
	transform: translate(-50%,-50%);
}


/* Radio Button style start here */


.radio_btn{
	display: flex;
	background: #fff;
	align-items: center;
	/* justify-content: space-between; */
  }


  .radio_btn .option{
	background: #fff;
	display: flex !important;
	align-items: center;
	justify-content: space-evenly;
	/* margin-left: 10px; */
	border-radius: 5px;
	cursor: pointer;
	padding: 10px 20px;
	border: 2px solid var(--border-color);
	transition: all 0.3s ease;
  }
  .radio_btn .option .dot{
	height: 20px;
	width: 20px;
	background: var(--border-color);
	border-radius: 50%;
	position: relative;
  }
  .radio_btn .option .dot::before{
	position: absolute;
	content: "";
	top: 4px;
	left: 4px;
	width: 12px;
	height: 12px;
	background:#12355b;
	border-radius: 50%;
	opacity: 0;
	transform: scale(1.5);
	transition: all 0.3s ease;
  }
  input[name="select"]{
	display: none;
  } 

  input[name="select_travel_to"]{
	display: none;
  }
  #option-1:checked:checked ~ .option-1,
  #option-2:checked:checked ~ .option-2{
	border-color: #d2d0d0;
	/* background: #0069d9; */
  }
  #option-1:checked:checked ~ .option-1 .dot,
  #option-2:checked:checked ~ .option-2 .dot{
	/* background: #fff; */
  }
  #option-1:checked:checked ~ .option-1 .dot::before,
  #option-2:checked:checked ~ .option-2 .dot::before{
	opacity: 1;
	transform: scale(1);
  }
  .radio_btn .option span{
	font-size: 14px;
	/* color: var(--primary); */
	padding-left: 10px;
  }
  #option-1:checked:checked ~ .option-1 span,
  #option-2:checked:checked ~ .option-2 span{
	/* color: var(--secondary); */
  }

/* Radio Button style ends here */
#every_country:checked:checked ~ .every_country,
#schengen_countries:checked:checked ~ .schengen_countries{
	border-color: #d2d0d0;
	
}

#every_country:checked:checked ~ .every_country .dot::before,
#schengen_countries:checked:checked ~ .schengen_countries .dot::before{
opacity: 1;
transform: scale(1);
}

/* Select Button style start here */

li {
	list-style: none;
}

.select {
	/* max-width: 300px; */
	width: 100%;
	position: relative;
}
.custom-select {
	width: 100%;
	padding: 10px 20px;
	border: 2px solid var(--light-grey);
	border-radius: 5px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	cursor: pointer;
	transition: all .3s ease;
	grid-gap: 10px;
}
.custom-select * {
	pointer-events: none;
}
.select.show .custom-select {
	background: var(--light-grey);
}
.custom-select span {
	display: block;
}
.custom-select .label {
	font-size: 10px;
	font-weight: 600;
	color: var(--grey);
}
.custom-select .value {
	display: flex;
	align-items: center;
	grid-gap: 10px;
	font-size: 14px;
}
.custom-select i {
	transition: all .3s ease;
}
.select.show .custom-select i {
	transform: rotateZ(180deg);
}
.option_drop {
	position: absolute;
	top: calc(100% + 10px);
	max-height: 0;
	overflow-y: hidden;
	width: 100%;
	transition: all .3s;
	z-index: 500;
	background: #fff;
}
.select.show .option_drop {
	max-height: 260px;
}
.custom-option {
	border-radius: 10px;
	border: 2px solid var(--light-grey);
	padding: 10px 0;
	width: 100%;
	max-height: 260px;
	overflow-y: auto;
	scrollbar-width: none; /* For firefox */
}
.custom-option::-webkit-scrollbar {
	display: none; /* For chrome browser */
}
.custom-option li {
	padding: 10px 10px 10px 24px;
	display: flex;
	align-items: center;
	grid-gap: 10px;
	transition: all .3s ease;
	cursor: pointer;
}
.custom-option li:hover {
	background: var(--light-grey);
	color: var(--primary);
}

/* Select Button style ends here */


.input_wrap .select_sum{
	width: 314px;
	padding: 10px 20px;
	border: 2px solid var(--light-grey);
	border-radius: 5px;
	display: flex;
	/* justify-content: space-between; */
	align-items: center;
	overflow: hidden;
}
.input_wrap .select_sum select{
	overflow: hidden;
}

.input_wrap .select_sum label{
	margin-bottom: 0px !important;
	/* margin-right: 10px; */
	font-size: 14px;
	color: var(--text-clr) !important;
}

.input_wrap select{
	/* padding: 5px 10px; */
	border: none;
	border-radius: 5px;
	font-size: 14px;
}


/* Date button style starts here */

.date_row{
	display: flex;
	align-items: end;
	justify-content: space-between;
	/* justify-content: space-between; */
}

.del_date_col{
	display: flex;
	gap: 10px;
}

.date_col{
	display: flex;
	align-items: center;
	padding: 6px 10px;
	border: 2px solid var(--light-grey);
	border-radius: 5px;
	width: 260px;

}

.wrapper .form_wrap .input_wrap .date_col label{
	margin-bottom: 0px;
	margin-right: 10px;
	font-size: 14px;
	color: var(--primary);
	font-weight: 600;
	width: 80px;
}

.wrapper .form_wrap .input_wrap .date_col input{
	/* padding: 5px 10px; */
	/* border: 2px solid var(--light-grey); */
	border: none;
	border-radius: 5px;
	width: 100%;
	color: var(--placeholder-color);
	/* font-family: 'Inter', sans-serif; */
}

/* Travel Select */

.travellers{
	display: flex;
	align-items: center;

	padding: 5px 10px;
	border: 2px solid var(--light-grey);
	border-radius: 5px;
	/* width: 140px; */
}


.wrapper .form_wrap .input_wrap .travellers label{
	margin-bottom: 0px;
	margin-right: 10px;
	font-size: 14px;
	font-weight: 600;
	color: var(--primary);
}

.wrapper .form_wrap .input_wrap .travellers select{
	padding: 5px 10px;
	border: none;
	border-radius: 5px;
	width: 100%;
}

.travel_box_2, .travel_box_3, .travel_box_4{
	display: none;
	margin-top: 20px;
}

/* Date button style ends here */

.india_passport_holder{
	display: flex;
	align-items: center;
}

.textField{
	font-size: 14px;
}

.passport_btn{
	display: flex;
	align-items: center;
	margin-left: 20px;
}

.y_n{
	display: flex;
	align-items: center;
	margin-right: 10px;
}

.y_n label{
	margin-bottom: 0px !important;
	margin-left: 5px
}


/* Trip Details ends here */


/* Choose Plan style starts here */

.plan_cards{
	display: flex;
	align-items: center;
	width: 100%;
	border: 1px solid #EFF0F6;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.04);
	border-radius: 5px;
	padding: 20px ;
	margin-top: 20px;
}

.cards_col1{
	/* flex: 1; */
	padding-right: 20px;
}

.cards_col2{
	flex: 2;
}

.card_head{
	display: flex;
	justify-content: space-between;
	align-items: center;
	/* width: 100%; */
}

.card_head h3{
	color: var(--secondary);
	margin-right: 20px;
	font-size: 16px;
	font-weight: 400;
}

.card_head .select_sum{
	padding: 0px 10px;
	border: 2px solid var(--light-grey);
	border-radius: 5px;
}

.card_head label{
	margin-bottom: 0px;
	/* margin-right: 10px; */
	font-size: 12px;
	color: var(--text-clr);
}

.card_head select{
	padding: 5px 10px;
	border: none;
	border-radius: 5px;
	font-size: 12px;
}

.card_head .price{
	/* padding-left: 240px; */
	display: flex;
}

.card_head .price .price_text{
	padding: 5px 10px;
	border: 2px solid var(--secondary);
	border-radius: 5px;
	font-size: 12px;
	color: var(--secondary);
	margin-right: 10px;
}

/* buy button design starts here */


.card_head .price .price_btn{
	display: flex;
	align-items: center;
	/* padding: 5px 10px; */
	border: 2px solid var(--secondary);
	color: var(--secondary);
	border-radius: 5px;
	font-size: 12px;
}

.price_btn label span {
	text-align: center;
	padding: 5px 20px;
	display: block;
  }

.card_head .price .price_btn label input{
	/* display: none; */
	position: absolute;
  	display: none;
  	color: var(--secondary) !important;
}


.price_btn input:checked + span{background-color: #F75A1B;
	color: #fff;}


/* buy button design ends here */

.card_center p{
	font-size: 14px;
	padding-top: 10px;
}

.card_bottom{
	padding-top: 10px;
}

.card_bottom label{
	font-size: 12px;
}

/* Choose Plan style ends here */

/* Travellers information style starts here */

.input_row{
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 10px;
}

.input_row .input_wrap:not(:last-child){
	/* padding-right: 20px; */
}

.input_row .date_col label{
	margin-bottom: 0px;
	margin-right: 10px;
	font-size: 14px;
	color: var(--text-clr);
}


.input_row .date_col input{
	/* padding: 10px 10px !important; */
	border: 2px solid var(--light-grey);
	border-radius: 5px;
	width: 100%;
}

.relationship select{
	padding: 10px 10px;
	border: 2px solid var(--light-grey);
	border-radius: 5px;
	width: 100%;
}

.gender select{
	padding: 10px 10px;
	border: 2px solid var(--light-grey);
	border-radius: 5px;
	width: 100%;
	cursor: pointer;
}

/* Travellers information style starts here */



/* Review and Pay style starts here */

.review_cards{
	width: 100%;
	border: 2px solid #EFF0F6;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.04);
	border-radius: 5px;
	padding: 20px ;
	margin-top: 20px;
}


.review_cards .input_review{
	display: flex;
	align-items: center;
	padding: 10px 10px;
	border: 1px solid var(--light-grey);
	border-radius: 5px;
	margin-bottom: 10px;
	white-space: nowrap;

}

.review_cards .hidden_price{
	display: none !important;
}

.review_cards .input_review:not(:last-child){
	margin-right: 20px;
}

.review_cards .input_review label{
	margin-bottom: 0px !important;
	/* margin-right: 5px; */
	font-size: 14px;
	color: var(--text-clr);
}

.review_cards .input_review input{
	padding: 0px 10px ;
	border: none ;
	font-size: 14px ;
}


.right_align_btn{
	display: flex;
	justify-content: end;
}

.edit_btn {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
    color: var(--white);
    background-color: var(--primary);
    /* border: 1px solid var(--primary); */
    padding: 10px 15px;
    text-align: center;
    border-radius: 3px;
    /* box-shadow: 0px 1px 5px rgb(0 0 0 / 25%); */
    transition: 0.5s;
	width: 135px;
}

.edit_btn:hover {
    color: var(--white);
    /* background-color: var(--secondary); */
    /* border: 1px solid var(--secondary);
    box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.25); */
}
/* Review and Pay style ends here */



/* Upload Button design starts here */

  
  
  .wrapper-upload {
	/* width: 100%; */
	/* height: 100%; */
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0px 5px;
  }

  .wrapper .file-upload {
	height: 20px;
	width: 40px;
	border-radius: 5px;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	/* border: 4px solid #FFFFFF; */
	overflow: hidden;
	background-image: linear-gradient(to bottom, var(--secondary) 50%, #FFFFFF 50%);
	background-size: 100% 200%;
	transition: all 1s;
	color: #FFFFFF;
	font-size: 100px;
  }
  .wrapper .file-upload input[type=file] {
	height: 20px;
	width: 40px;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	cursor: pointer;
  }
  .wrapper .file-upload:hover {
	background-position: 0 -100%;
	color: var(--secondary);
	cursor: pointer;

  }

  .passportNo{
	display: flex !important;
	align-items: center;
  }

  .file-upload .fa-arrow-up{
	font-size: 12px;
  }

  .success{
	display: none;
  }

/* Upload Button design ends here */



/* Loader Design */

.loader {

	
	height: 100%;
	
  }

.new_loadanimation_area {
    background: #fbfbfd;
}

.new_loadanimation_top {
    padding: 120px 0px 270px;
    position: relative;
      overflow-x: hidden;
}



.new_loadanimation_top .loadanimation_bg {
    position: absolute;
    bottom: 0;
    background: url("../img/website_bg_modified_2_h266.png") no-repeat center center;
    background-size: cover; /* Ensures the image covers the entire element */
    width: 100vw; /* Makes sure it takes the full viewport width */
    max-width: 100%; /* Ensures it does not exceed the container */
    height: 266px;
    border-radius: 5px;
}


.new_loadanimation_top .loadanimation_bg .loadanimation_bg_one {
    background: url("../img/person_waiting_150x150.gif") no-repeat center center;
    width: 150px;
    height: 150px;
  	background-size:100%;
    position: absolute;
    /* bottom: 0; */
    left: 40%;
    /* -webkit-animation: myfirst 22s linear infinite; */
    /* animation: myfirst 10s linear infinite; */
}

.new_loadanimation_top .loadanimation_bg .loadanimation_bg_two {
    background: url("https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhyLGwEUVwPK6Vi8xXMymsc-ZXVwLWyXhogZxbcXQYSY55REw_0D4VTQnsVzCrL7nsyjd0P7RVOI5NKJbQ75koZIalD8mqbMquP20fL3DxsWngKkOLOzoOf9sMuxlbyfkIBTsDw5WFUj-YJiI50yzgVjF8cZPHhEjkOP_PRTQXDHEq8AyWpBiJdN9SfQA/s16000/cyclist.gif") no-repeat center center;
    width: 88px;
    height: 100px;
  background-size:100%;
    bottom: 0;
    left: 38%;
    position: absolute;
    -webkit-animation: myfirst 30s linear infinite;
    animation: myfirst 15s linear infinite;
}

  
 
  @-moz-keyframes myfirst {
  0% {
    left: -25%;
  }
  100% {
    left: 100%;
  }
}

@-webkit-keyframes myfirst {
  0% {
    left: -25%;
  }
  100% {
    left: 100%;
  }
}

@keyframes myfirst {
  0% {
    left: -25%;
  }
  100% {
    left: 100%;
  }
}


  /* massage */

  .massage{
	
  }

  /* toast */

  .toast{
    position: fixed;
    top: 25px;
    right: 30px;
    border-radius: 12px;
    background: #fff;
    padding: 20px 35px 20px 25px;
    box-shadow: 0 5px 10px rgba(0,0,0,0.1);
    border-left: 6px solid #ff3333;
    overflow: hidden !important;
    transform: translateX(calc(100% + 30px));
    transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.35);
	/* display: none; */
}
.toast.active{
    transform: translateX(0%);
	/* display: block; */
}
.toast .toast-content{
    display: flex;
    align-items: center;
}
.toast-content .check{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 35px;
    width: 35px;
    background-color: #ff3333;
    color: #fff;
    font-size: 20px;
    border-radius: 50%;
}
.toast-content .message{
    display: flex;
    flex-direction: column;
    margin: 0 20px;
}
.message .text{
    font-size: 16px;
    font-weight: 400;;
    color: #666666;
}
.message .text.text-1{
    font-weight: 600;
    color: #333;
}
.toast .close{
    position: absolute;
    top: 10px;
    right: 15px;
    padding: 5px;
    cursor: pointer;
    opacity: 0.7;
}
.toast .close:hover{
    opacity: 1;
}
.toast .progress{
    position: absolute;
    bottom: 0;
    left: 0;
    height: 3px;
    width: 100%;
    background: #ddd;
}
.toast .progress:before{
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background-color: #ff3333;
}
.progress.active:before{
    animation: progress 5s linear forwards;
}
@keyframes progress {
    100%{
        right: 100%;
    }
}
button{
    padding: 12px 20px;
    font-size: 20px;
    outline: none;
    border: none;
    background-color: #4070f4;
    color: #fff;
    border-radius: 6px;
    cursor: pointer;
    transition: 0.3s;
}
button:hover{
    background-color: #0e4bf1;
}
.toast.active ~ button{
    pointer-events: none;
}

button#clearButton {
	
	padding:10px 15px;
	border-radius: 6px;
	color: #828282;
	cursor: pointer;
	transition: background-color 0.3s;
	font-size: 10px;
	white-space: nowrap;
    text-transform: uppercase !important;
    font-weight: 400 !important;
    font-size: 16px !important;
    text-align: center !important;
}

button#clearButton:hover{
	background-color: #12355b !important;
	color: #FFFFFF !important;
	cursor: pointer !important;
}

.ipid_download {
	text-decoration: none !important;
	color: #FFFFFF !important;
	/* border: 1px solid #c2c3c5 !important; */
	padding: 2px 8px !important;
	border-radius: 3px !important;
}

.ipid_download:hover{
	background-color: #0e2e50 !important;
	color: #FFFFFF !important;
}

.ipid_download:hover .ipid_span {
    color: #FFFFFF !important; 
}

.ipid_span:hover {
    color: #FFFFFF !important; 
}

.select-insurance-button:hover{
	background-color: #0e2e50 !important;
	color: #FFFFFF !important;
}

.goog-te-gadget-simple:hover * {
    color: #FFFFFF !important; 
}

.medical_info_section {
    margin-top: 30px;
    padding: 20px;
    background-color: #f9f9f9;
    border-radius: 8px;
    border: 1px solid #ddd;
}

.medical_info_section h3 {
    margin-bottom: 20px;
    color: #333;
}

.declaration_checkbox {
    margin: 20px 0;
    padding: 15px;
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid #eee;
}

.declaration_checkbox input[type="checkbox"] {
    margin-right: 10px;
}

.medical_conditions {
    margin: 20px 0;
}

.medical_conditions h4 {
    margin-bottom: 15px;
}

.conditions_grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(356px, 1fr));
    gap: 15px;
}

.condition_item {
    display: flex;
    align-items: center;
    padding: 8px;
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid #eee;
}

.condition_item input[type="checkbox"] {
    width: 34px;
    margin-top: -10px;
}

.condition_details {
    margin-top: 20px;
    padding: 20px;
    background-color: #fff8f8;
    border-radius: 5px;
    border: 1px solid #ffdddd;
}

.condition_details h4 {
    margin-bottom: 15px;
    color: #d32f2f;
}

.condition_details .input_wrap {
    margin-bottom: 15px;
}

.condition_details textarea {
    min-height: 100px;
    resize: vertical;
}

.input_note {
    font-size: 12px;
    color: #666;
    margin-top: 5px;
    font-style: italic;
}
.required-asterisk {
    color: red;
    margin-left: 2px; /* Small space between label and asterisk */
}


/* stepper.css */
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    list-style: none;
    outline: none;
    text-decoration: none;
}

:root{
	--primary: #06345B;
	--secondry: #E86020;
	--white: #fff;
	--text-clr: #5b6475;
	--header-clr: #25273d;
	--next-btn-hover: #8577d2;
	--back-btn-hover: #8b8c8c;
	--progress-bar: #EFF0F6;
	--border-color: #EFF0F6;
	--light-grey: #EFF0F6;
  --placeholder-color: #757575;
  --card-background: #F7F8FC;
  --card-text: #6F6C90;
}

body{
    font-family: 'Roboto', sans-serif !important;

}

/* body::after {
    content: "";
    display: block;
    position: fixed;
    inset: 0;
    background-color: white; 
    z-index: -1;
	opacity: 0.95;
	filter: blur(0px);

  } */

.container {
  /* width: 100%; */
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}




.initial_doc_terms{
  display: flex;
  justify-content: center;
  margin: 0px auto;
  padding-top: 10px;
  text-align: center;
}

.initial_doc_terms label{
  font-size: 14px;
  color: var(--card-text);
}

.hero_section .left_flex{
    flex: 35%;
    max-width: 100%;
}

.hero_section .right_flex{
    margin: 10px 0px 0px 0px;
    
}

.title{
    color: #0078A4;
}

.title span{
    color: #E63846;
}

.title h1{
    font-size: 22px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 7px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
}

.title h2{
    font-size: 32px;
    font-weight: 600;
    letter-spacing: 1px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
}

.title .element{
    /* font-size: 32px; */
    font-weight: 600;
    letter-spacing: 1.5px;
    text-align: center;
}

.left_flex{
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.title_description{
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.des_element{
    display: flex;
    gap: 10px;
}

.des_element span{
    width: 20px;
}

.des_element span i{
    color: var(--primary);
}

.title_insurer_logo{
  display: flex;
  align-items: center;
  gap: 30px;
}

.insurer_logo{
  width: 100px;
}

.insurer_logo img{
  width: 100%;
}

/* ========== toast =============== */

.toast{
    position: fixed;
    top: 25px;
    right: 30px;
    border-radius: 12px;
    background: #fff;
    padding: 20px 35px 20px 25px;
    box-shadow: 0 5px 10px rgba(0,0,0,0.1);
    border-left: 6px solid #ff3333;
    overflow: hidden !important;
    transform: translateX(calc(100% + 30px));
    transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.35);
	/* display: none; */
}
.toast.active{
    transform: translateX(0%);
	/* display: block; */
}
.toast .toast-content{
    display: flex;
    align-items: center;
}
.toast-content .check{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 35px;
    width: 35px;
    background-color: #ff3333;
    color: #fff;
    font-size: 20px;
    border-radius: 50%;
}
.toast-content .message{
    display: flex;
    flex-direction: column;
    margin: 0 20px;
}
.message .text{
    font-size: 16px;
    font-weight: 400;;
    color: #666666;
}
.message .text.text-1{
    font-weight: 600;
    color: #333;
}
.toast .close{
    position: absolute;
    top: 10px;
    right: 15px;
    padding: 5px;
    cursor: pointer;
    opacity: 0.7;
}
.toast .close:hover{
    opacity: 1;
}
.toast .progress{
    position: absolute;
    bottom: 0;
    left: 0;
    height: 3px;
    width: 100%;
    background: #ddd;
}
.toast .progress:before{
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background-color: #ff3333;
}
.progress.active:before{
    animation: progress 5s linear forwards;
}
@keyframes progress {
    100%{
        right: 100%;
    }
}
button{
    padding: 0px;
    font-size: 20px;
    outline: none;
    border: none;
    background-color: #4070f4;
    color: #fff;
    border-radius: 6px;
    cursor: pointer;
    transition: 0.3s;
}
button:hover{
    background-color: #0e4bf1;
}
.toast.active ~ button{
    pointer-events: none;
}
/* ============ multi step form ========= */

.custom-line {
  height: 2px; /* Set the height of the line */
  background-color: var(--progress-bar); /* Set the color of the line */
  width: 100%; /* Set the width of the line (optional) */
  margin: 16px 0 30px 0px; /* Add margin for spacing (optional) */
}

.steps_heading{
	margin: 10px auto;
	display: flex;
	justify-content: center;
}

.steps_heading h2{
	font-size: 20px;
	font-weight: 600;
    color: var(--primary);
    text-transform: uppercase;
}

.step_count_title{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.wrapper{
    
	max-width: 100%;
	background: var(--white);
	
	border-radius: 24px;
	box-shadow: -10px 10px 30px 7px #080F340F;
  border: 1px solid var(--border-color);
  border: 2px solid transparent;
	
}

.wrapper .header{
	/* margin-bottom: 45px; */
	display: flex;
	justify-content: center;
}

.wrapper .header ul{
	display: flex;
}

.wrapper .header ul li{
	margin-right: 70px;
	position: relative;
}

.wrapper .header ul li:last-child{
	margin-right: 0;
}

.wrapper .header ul li:before{
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 45px;
	width: 60px;
	height: 8px;
	border-radius: 5px;
	background: var(--progress-bar);
  /* background: linear-gradient(to right, var(--secondary) 50%, var(--progress-bar) 50%); */
}

.wrapper .header ul li:last-child:before{
	display: none;
}

.wrapper .header ul li div{
	padding: 5px;
	border-radius: 50%;
}

.wrapper .header ul li p{
	width: 30px;
	height: 30px;
	background: var(--progress-bar);
	color: var(--primary);
	text-align: center;
	line-height: 30px;
	font-size: 14px;
  font-weight: 600;
	border-radius: 50%;
}

.wrapper .header ul li.active:before{
	background: linear-gradient(to right, var(--secondary) 50%, var(--progress-bar) 50%);
}

.wrapper .header ul li.completed:before {
  background: var(--secondary); /* Fully filled for completed bars */
}

.wrapper .header ul li.active p{
	background: var(--secondary);
	color: var(--white);
}

/* step 1 */

/* trip detail row */

.form_container{
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.trip_details{
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.trip_det_row{
    display: flex;
    align-items: center;
    gap: 40px;
}

.trip_det_col_1{
    width: 150px;
}

.trip_det_col_2{
    width: 100%;
}

/* Radio Button style start here */

.radio_btn{
	display: flex;
	background: #fff;
	align-items: center;
  gap: 10px;
	/* justify-content: space-between; */
  }


  .radio_btn .option{
  width: 220px;
	background: #fff;
	display: flex !important;
	align-items: center;
	justify-content: space-evenly;
	/* margin-left: 10px; */
	border-radius: 5px;
	cursor: pointer;
	padding: 8px 20px;
	border: 2px solid var(--border-color);
	transition: all 0.3s ease;
  }
  .radio_btn .option .dot{
	height: 20px;
	width: 20px;
	background: var(--border-color);
	border-radius: 50%;
	position: relative;
  }
  .radio_btn .option .dot::before{
	position: absolute;
	content: "";
	top: 4px;
	left: 4px;
	width: 12px;
	height: 12px;
	background: var(--secondary);
	border-radius: 50%;
	opacity: 0;
	transform: scale(1.5);
	transition: all 0.3s ease;
  }
  input[name="select"]{
	display: none;
  }
  #option-1:checked:checked ~ .option-1,
  #option-2:checked:checked ~ .option-2{
	border-color: var(--secondary);
	/* background: #0069d9; */
  }
  #option-1:checked:checked ~ .option-1 .dot,
  #option-2:checked:checked ~ .option-2 .dot{
	/* background: #fff; */
  }
  #option-1:checked:checked ~ .option-1 .dot::before,
  #option-2:checked:checked ~ .option-2 .dot::before{
	opacity: 1;
	transform: scale(1);
  }
  .radio_btn .option span{
	font-size: 14px;
	color: var(--placeholder-color);
	padding-left: 10px;
  }
  #option-1:checked:checked ~ .option-1 span,
  #option-2:checked:checked ~ .option-2 span{
	/* color: var(--secondary); */
  }

/* Radio Button style ends here */



/* sort by */

.choose_plan_header{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sort-container {
    display: flex;
    align-items: center;
    background: linear-gradient(135deg, #f8f9fc, #e6ebf5);
    padding: 8px 12px;
    border-radius: 10px;
    border: 1px solid #d1d9e6;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.08);
    width: fit-content;
    gap: 12px;
    margin-left: auto;
    margin-right: 9px;
  }
  
  /* Individual fields inside the sort container */
  .sort-field {
    display: flex;
    flex-direction: column;
    gap: 4px;
    flex: 1;
  }
  
  .sort-field label {
    font-weight: 600;
    font-size: 13px;
    color: #333;
  }

   /* Select policy on step 2*/

   .selected-policy{
    background-color: #f0e6f6 !important;
  }
  
  /* Dropdown styling */
  .sort-content {
    display: flex;
    align-items: center;
    background: white;
    border-radius: 8px;
    padding: 6px 12px;
    border: 1px solid #c7d1ff;
    box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.08);
    transition: 0.2s ease-in-out;
  }
  
  /* Hover and Focus Effects */
  .sort-content:hover {
    border-color: #4f6ef7;
    box-shadow: 0 0 6px rgba(79, 110, 247, 0.2);
    transform: translateY(-1px);
  }
  
  .sort-content select {
    border: none;
    background: transparent;
    font-size: 14px;
    font-weight: 500;
    color: #333;
    outline: none;
    width: 100%;
    cursor: pointer;
  }


  /* --- traveller_row --- */

  .traveller_row{
    display: flex;
    justify-content: space-between;
    width: 100%;
  }

  .traveller_col{
    width: 260px;
  }

.traveller_col:last-child{
  margin-right: 50px;
}

  .common_btns.form_1_btns label{
    font-size: 14px;
    font-weight: 500;
    text-align: center;
  }

  /* ========== traveller date row ============== */
  .traveller_date_row{
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  /* ============================= Custom CSS for Select2 dropdown ============================= */
.select2-container--default .select2-selection--multiple {
  border: 2px solid var(--border-color) !important;
  border-radius: 4px !important;
  padding: 5px !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4 !important;
  border: 2px solid var(--border-color) !important;
  border-radius: 4px !important;
  padding: 2px 5px !important;
  margin: 3px !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999 !important;
  margin-right: 5px !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333 !important;
}

.select2-container .select2-search--inline .select2-search__field{
  margin: 3px !important;
}
.flag-icon {
  margin-right: 5px;
}
/* stepper 3rd page design */

.wrapper .form_wrap .input_wrap{
  flex: 1 !important;
}

.wrapper .form_wrap .sm_input{
  flex: none !important;
}

.dob_date{
  padding: 11px;
  width: 130px;
}

/* ========== others button colapsible */
.collapsible{
  padding: 5px;
  background: var(--back-btn-hover);
} 

.collapsible:hover{
  background-color: var(--secondry);
}

.content_collapse {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  /* background-color: #f1f1f1; */
  display: flex;
  flex-direction: column;
  gap: 20px;
}

/* summery card design */

.card-container{
  margin: 40px 0px 0px 10px !important;
}

.card-container .card{
  display: flex;
  flex-direction: column;
  gap: 10px;
  background: var(--card-background);
  padding: 10px 20px;
  border-radius: 10px;
  width: 350px;
}

.card-container .card .card-title{
  color: var(--primary);
  text-align: center;
}

.card-container .card .card-tabs .tab-button {
  background-color: var(--primary) !important;
  padding: 5px 0px;
  border-radius: 0px;
  width: 100%;
}

.card-container .card .card-details{
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.card-container .card .card-details .detail-item{
  display: flex;
  gap: 5px;
}

.card-container .card .card-details .detail-item .detail-value{
  color: var(--card-text);
  font-weight: 500;
}

.card-container .card .card-details .detail-item .icon{
  color: var(--primary);
}

.card-container .card .card-details .detail-item span{
  color: var(--primary);
  font-size: 14px;
  font-weight: 600;
}

.card-container .card .card-details .two_column{
  display: flex;
  justify-content: space-between;
  text-align: start;
}

.card-details .two_column .two_column_1{
  flex: 2%;
}

.card-details .two_column .two_column_2{
  flex: 40%;
}

.card-details .two_column .two_column_3{
  flex: 40%;
}

.custom-line-sum{
  height: 2px; /* Set the height of the line */
  background-color: var(--progress-bar); /* Set the color of the line */
  width: 100%; /* Set the width of the line (optional) */
  margin: 5px 0px;
}

.toggle-container{
  padding-top: 10px;
}

.image_container{
  display: flex;
  margin: 0px auto;
  justify-content: center;
  align-items: center;
  width: 300px;
  padding: 30px 0px;
}

.image_container img{
  width: 300px !important;
}


  /* ================== partner logo ================= */

.isurer_logo{
    width: 1200px;
    margin: 0px auto;
}

.img_insurer img{
    width: 140px;
    height: 58px;
}

/* ================ REQUIRED INSURER  =================== */
.required_insurence{
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.required_insurence .container{
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.required_insurence .card{
  width: 100%;
  height: 100px;
  background-color: white;
  padding: 20px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 10px;
  border-radius: 5px;
}

.required_insurence .card i{
  font-size: 30px;
}

.required_insurence .card h2{
  font-size: 16px;
  font-weight: 600;
  color: #fafaf5;
}

.required_insurence .card p{
  font-size: 16px;
  font-weight: 500;
  color: var(--card-text);
}

.required_insurence .container > .card:nth-child(3){
  background-color: #FEF0EB;
}

.required_insurence .container > .card:nth-child(5){
  background-color: #E63846;
}

.required_insurence .item_card{
  display: flex;
  flex-direction: row;
  gap: 40px;
  width: 100%;
}

.required_insurence .item_card .item_col{
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 300px;
}

.item_card .item_col .item{
  padding: 10px 20px;
  background-color: #ffff;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 500;
  color: var(--card-text);
}

/* ================ INSURER DETAILS =================== */
.insurer_card{
  width: 302px;
  height: 340px;
  border-radius: 15px;
  box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.1);
  padding: 30px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.insurer_card .insurer_card_head{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.insurer_card_head .insurer_img img{
  width: 100px;
  height: 40px;
  object-fit: contain;
}

.insurer_card_head .insurer_price p{
  font-size: 12px;
  color: var(--primary);
  font-weight: 600;
  letter-spacing: 0.5px;
}
.insurer_price span{
  color: var(--secondry);
}

.insurer_card_body{
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.insurer_card_body .body_row{
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.insurer_card_body h4{
  font-size: 13px;
  font-weight: 550;
  color: var(--primary);
}

.insurer_card_body p{
  font-size: 12px;
  font-weight: 500;
  color: var(--card-text);
}

.insurer_card_body .insure_card_btn{
  display: flex;
  justify-content: end;
}

.insure_card_btn a{
  border: 1px solid var(--secondry);
  font-size: 14px;
  color: var(--secondry);
  width: 100%;
  text-align: center;
  padding: 7px ;
  border-radius: 4px;
  transition: 0.5s ease;
}

.insure_card_btn a:hover{
  background-color: var(--primary);
  border: 1px solid var(--primary);
  color: white;
  cursor: pointer;
}

  /* ================== How it works ================= */

  .process{

  }

   /* ================== why choose multi-trip ================= */

.why_choose_multitrip_travel_insurance {
    overflow: hidden;
}

.multiTripSliderViewport {
    overflow: hidden;
    width: 100%;
}

.multiTripSlider {
    display: flex;
    gap: 20px;
    transition: transform 1.5s ease;
}

.multiTripFeature {
    flex: 0 0 calc(33.33% - 15px); /* 3 items fully visible at a time */
    display: flex;
    align-items: center;
    gap: 10px;
    /* background: #ffff; */
    padding: 15px;
    border-radius: 5px;
    /* box-shadow: 0 2px 6px rgba(0,0,0,0.1); */
}

/* Tick Icon Style */
.multiTripFeature i{
    color: var(--primary);
    font-size: 30px;
    /* display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: bold;
    border-radius: 4px;
    flex-shrink: 0; */
}

  /* ================== what_can_go_wrong ================= */

  .what_can_go_wrong{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }

  .what_can_go_wrong .card__header{
    width: 200px;
    height: 132px;
    background-color: white;
  }

  .what_can_go_wrong img {
    max-width: 100%; /* Ensure the image doesn't exceed the container's width */
    max-height: 100%; /* Ensure the image doesn't exceed the container's height */
    object-fit:contain;
    /* box-shadow: 3px 3px 10px #6e6e6f; */
    border: 1px solid #e5e8f3;
    border-radius: 6px;
  }
  
  .what_can_go_wrong .card {
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 414px; 
    height: 329px;
    overflow: hidden;
    /* box-shadow: 0 .1rem 1rem rgba(0, 0, 0, 0.1); */
    border-radius: 15px;
    background: var(--card-background);
  
  }
  
  
  
  .what_can_go_wrong .card__body {
    display: flex;
    flex-direction: column;
    text-align: center;
    gap: .5rem;
  }
  
  
  .what_can_go_wrong .tag {
    align-self: flex-start;
    padding: .25em .75em;
    border-radius: 1em;
    font-size: .75rem;
  }
  
  .what_can_go_wrong .tag + .tag {
    margin-left: .5em;
  }
  
  .what_can_go_wrong .tag-blue {
    background: #56CCF2;
  background: linear-gradient(to bottom, #2F80ED, #56CCF2);
    color: #fafafa;
  }
  
  .what_can_go_wrong .tag-brown {
    background: #D1913C;
  background: linear-gradient(to bottom, #FFD194, #D1913C);
    color: #fafafa;
  }
  
  .what_can_go_wrong .tag-red {
    background: #cb2d3e;
  background: linear-gradient(to bottom, #ef473a, #cb2d3e);
    color: #fafafa;
  }
  
  .what_can_go_wrong .card__body h4 {
    font-size: 18px;
    font-weight: 600;
    color: var(--primary);
  }
  
  .what_can_go_wrong .card__body p{
    font-size: 14px;
    font-weight: 500;
    color: var(--card-text);
}

  .what_can_go_wrong .card__footer {
    display: flex;
    padding: 1rem;
    margin-top: auto;
  }
  
  .what_can_go_wrong .user {
    display: flex;
    gap: .5rem;
  }
  
  .what_can_go_wrong .user__image {
    border-radius: 50%;
  }
  
  .what_can_go_wrong .user__info > small {
    color: #666;
  }
  /* ========== WHO NEEDS MULTI-TRIP ===========  */
.grey_container{
  background-color: #FAFAF5;
  margin: 70px 0px;
  padding: 70px 0px;
}

.who_needs_multi_trip{
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.who_needs_multi_trip .card{
  width: 320px;
  height: 200px;
  background-color: white;
  padding: 20px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 10px;
  border-radius: 5px;
}

.who_needs_multi_trip .card i{
  font-size: 30px;
}

.who_needs_multi_trip .card h2{
  font-size: 16px;
  font-weight: 600;
  color: var(--primary);
}

.who_needs_multi_trip .card p{
  font-size: 14px;
  font-weight: 500;
  color: var(--card-text);
}

  /* ========== MULTI TRIP OPTION INSURANCE ===========  */

  .multi_trip_option{
    width: 1200px;
    margin: 0px auto;
    display: flex;
    flex-direction: column;
    gap: 40px;
    margin-bottom: 40px;
  }

  .multi_trip_option .img_insurer img{
    width: 200px;
    height: 70px;
  }

  .multi_btn a{
    padding: 10px 20px;
    background: var(--secondry);
    color: var(--white);
    border-radius: 5px;
    transition: 0.5s ease;
  }

  .multi_btn a:hover{
    background: var(--primary);
  }


  /* ========== MULTI TRIP OPTION INSURANCE ===========  */

  .contact_us{
    display: flex;
    flex-direction: column;
    gap: 40px;
  }

  .contact_us_container{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 1000px;
    margin: 0px auto;
  }

  .contact_us .contact_left{
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    padding: 20px 40px;
  }

  .contact_us .contact_left .img_contact{
    width: 300px;
  }

  .img_contact img{
    width: 100%;
  }

  .contact_left p{
    font-size: 14px;
    font-weight: 500;
    color: var(--card-text);
    text-align: center;
  }

  .contact_us .contact_right{
    flex: 1;
    display: flex;
    align-items: center;
  }
  
  .contact_us .contact_right form{
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 40px 30px;
    box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.1);
    border: 1px solid var(--border-color);
    border-radius: 10px;
    width: 350px;
  }


  .contact_right input {
    padding: 10px 20px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 16px;
}

.contact_right button {
    padding: 10px 20px;
    background-color: var(--primary);
    color: #fff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
}

  /* ========== pdf modal style starts ===========  */

  .modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
    overflow: hidden;
    z-index:  1050;
  }
  
  .modal-content {
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    width: 80%;
    height: 80%;
    display: flex;
    flex-direction: column;
    position: relative;
    outline: 0;
  }
  
  .modal-content iframe {
    flex-grow: 1;
    border: none;
  } 


/* zoomIN and zoomOut */
.zoom-controls {
    margin: 10px 0;
    text-align: center;
}

#zoomLevel{
  margin: 0 10px;
  border: 2px solid var(--primary);
  font-size: 14px;
  padding: 2px;
}

.zoom-button {
    padding: 5px 10px;
    background-color: var(--primary);
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
}

.zoom-button:hover {
    background-color: var(--secondry);
}

  /* ========== pdf modal style ends ===========  */
  footer table td span, footer table td div, footer table tr td span a{
    color: #E0E0E0;
  }


  /* ============= langauge selection modal ========== */
  .language_modal_overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.language_modal {
    background: white;
    padding: 2rem;
    border-radius: 8px;
    width: 400px;
    max-width: 90%;
    text-align: center;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
}

#language-form {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 20px;
    justify-content: center;
}

.language_modal h2 {
    font-size: 21px;

}

#language-form label {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 8px 12px;
    background-color: #f0f0f0;
    border-radius: 6px;
    cursor: pointer;
    box-sizing: border-box;
    text-align: left;
    justify-content: flex-start;
}

#language-form button[type="submit"] {
    margin-top: 1rem;
    padding: 10px 20px;
    background-color: #12355b;
}


/* Review and Pay page design starts here */

.review_box_1{
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.review_row{
  display: flex;
  flex-direction: row;
  gap: 40px;
  border: 1px solid #EFF0F6;
  padding: 5px 10px;
}

.review_row input{
  width: 100%;
  padding: 5px 10px;
  border: none;
}


#traveler1_section h3{
  padding: 20px 10px;
  color: #06345B;
}

.review_box_tr tbody{
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.tr_review_row {
  padding: 5px 10px;
  border: 1px solid #EFF0F6;
  display: flex;
  flex-direction: row;
  gap: 40px;
}

.tr_review_row > td {
        flex: 1;
        padding: 0;
        border: none;
    }

    /* next btn loader css */

        .loader_button {
            margin-left: 5px;
            width: 20px;
            height: 20px;
            border-radius: 50%;
            position: relative;
            animation: rotate 1s linear infinite
        }

        .loader_button::before,
        .loader_button::after {
            content: "";
            box-sizing: border-box;
            position: absolute;
            inset: 0px;
            border-radius: 50%;
            border: 3px solid #FFF;
            animation: prixClipFix 2s linear infinite;
        }

        .loader_button::after {
            border-color: #FF3D00;
            animation: prixClipFix 2s linear infinite, rotate 0.5s linear infinite reverse;
            inset: 6px;
        }

        @keyframes rotate {
            0% {
                transform: rotate(0deg)
            }

            100% {
                transform: rotate(360deg)
            }
        }

        @keyframes prixClipFix {
            0% {
                clip-path: polygon(50% 50%, 0 0, 0 0, 0 0, 0 0, 0 0)
            }

            25% {
                clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 0, 100% 0, 100% 0)
            }

            50% {
                clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 100% 100%, 100% 100%)
            }

            75% {
                clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 100%)
            }

            100% {
                clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 0)
            }
        }

	/* new stepper.css */
	/* Hamburger Menu Styles */
.hamburger-menu {
    display: none; /* Hidden by default */
    font-size: 24px;
    cursor: pointer;
    color: var(--primary);
    padding: 10px;
}

/* Navbar Links */
.nav_link {
    display: flex;
    align-items: center;
    gap: 20px; /* Adjust spacing between links */
}

/* media query for mobile */
@media (max-width: 768px) {

    .container_fluid {
        padding: 0px 4px;
        gap: 50px;
    }
    /* ======= navbar start here ============= */

    .navbar{
        padding: 15px 0px;
    }

   

    .hamburger-menu {
        display: block; /* Show hamburger menu on small screens */
    }

    .nav_link {
        display: none; /* Hide navbar links by default on small screens */
        flex-direction: column;
        position: absolute;
        top: 70px; /* Adjust based on your navbar height */
        right: 0px;
        background-color: var(--primary);
        border: 1px solid #ddd;
        border-radius: 5px;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
        z-index: 1000;
        padding: 10px;
        width: 100%;
    }

    .nav_link.active {
        display: flex;
        background-color: #125677; /* Show navbar links when active class is added */
        justify-content: center;
    }

    .nav_link a {
        padding: 10px;
        text-align: center;
        color: white;
    }

    .journey-protection {
        font-size: 18px; /* Adjust font size for smaller screens */
        width: auto !important;
    }

    .image-slider {
        display: none;
    }

    .journey-protection {
        display: none;
    }

    /* ======= navbar ends here ============= */

    /* ======= Hero Section starts here ============= */

    /* TEXT design */

    .title{
        text-align: center;
    }

    .title .element{
    }


    .title h1{
        font-size: 32px;
    }

    .title h2{
        font-size: 24px;
    }


    /* multi form design */
    .hero_section .container{
        flex-direction: column !important;  /* ✅ Stack vertically */
        gap: 20px;
    }
    .hero_section .right_flex{
        margin-top: 0px;
        margin-left: 0 !important;  /* Remove the 3% margin */
        width: 100% !important;
        display: flex;
        flex-direction: column;  /* Stack children vertically */
        gap: 15px;
    }
   .wrapper {
        /* padding: 20px; */
        border-radius: 15px;
       
        max-width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        border-left: none !important;  /* Remove orange left border on mobile */
    }
    
    
    .trip_details{
        gap: 10px;
    }

    .trip_det_row{
        flex-direction: column;
        align-items: start;
        gap: 10px;
    }

    .radio_btn .option {
        width: 100%;
        padding: 8px;
    }

    .radio_btn .option span {
        font-size: 12px;
        font-weight: 550;
    }

    .date_row{
        flex-direction: column;
        align-items: start;
        gap: 10px;
    }

    .dob_date{
        width: 100% !important;
    }

    .traveller_row{
        flex-direction: row;
        /* gap: 10px; */
    }

    .traveller_col{
        width: 100%;
        padding: 2px;
    }

    .wrapper .form_wrap .input_wrap .date_col label{
        font-size: 12px;
        font-weight: 600;
    }

    .title_description{
        display: none;
    }

    .hero_section .left_flex{
		flex-direction: column;
        margin-top: 40px;
    }

    .steps_heading h2{
        font-size: 14px;
    }

    .traveler_info_fill_form .input_row{
        display: flex;
        flex-direction: column;
        align-items: start;
      }

    #sortContainer{
        display: none !important;
    }

     /* Select policy on step 2*/

    .selected-policy{
        width: 370px !important;
    }

    .title_insurer_logo{
        display: none;
    }

    /* ======= Hero Section ends here ============= */


    /* ======= Required Insurance starts here ============= */

    .required_insurence .item_card{
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }


    /* ======= Required Insurance ends here ============= */



    /* ======= Insurer Section starts here ============= */

    .insurer_details .container{
        flex-direction: column;
        gap: 20px;
    }

    /* ======= Insurer Section ends here ============= */




    /* ======= who_needs_multi_trip Section starts here ============= */

    .who_needs_multi_trip .container{
        flex-direction: column;
    }

    /* ======= who_needs_multi_trip Section ends here ============= */



    /* ======= what_can_go_wrong Section starts here ============= */

    .what_can_go_wrong .container{
        flex-direction: column;
    }

    .what_can_go_wrong .card{
        width: 100%;
    }


    /* ======= what_can_go_wrong Section ends here ============= */





    /* ======= multi_trip_option Section starts here ============= */

    .multi_trip_option{
        width: 100%;
    }

    .multi_trip_option .container{
        flex-direction: column;
    }

    /* ======= multi_trip_option Section ends here ============= */

    .presentation_inline_table{
        width: 340px !important;
    }
    .policy_row{
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .policy_price_col{
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 10px;
        padding: 10px 0px;
    }

    .wrapper .btns_wrap .common_btns button {
        width: 150px;
    }

    .input_row .input_wrap{
        width: 100%;
    }

    .input_row .input_wrap:not(:last-child){
        padding-right: 0px;
        margin-bottom: 10px;
    }

    /* ======= why_choose_multi-trip Section starts here ============= */

    .why_choose_multitrip_travel_insurance{
        display: none;
    }

    /* ======= Contact Us Section starts here ============= */
    .contact_us .container{
        flex-direction: column;
    }

    .contact_us .contact_us_container{
        flex-direction: column;
        width: 100%;
    }

      .stepper_form {
        width: 100% !important;
        margin-bottom: 15px;
    }
/* Force quotes container to stack vertically */
    #quotesContainer {
        display: flex !important;
        flex-direction: column !important;
        /* gap: 20px !important;
        width: 100% !important; */
    }
    
    
        /* Review & Pay section responsive styles */
        .stepper_form.data_info .review_row {
            flex-direction: column;
            align-items: flex-start;
        }
    
        .stepper_form.data_info .review_row > div[align="left"] {
            width: 100% !important;
            /* margin-bottom: 5px; */
        }
    
        .stepper_form.data_info .review_box_1 input.input {
            width: 100%;
        }
    
        .stepper_form.data_info .review_cards {
            padding: 10px;
        }
    
        .stepper_form.data_info h2 {
            font-size: 20px;
            text-align: center;
            margin-bottom: 15px;
        }

        .review_box_1 .review_row{
            flex-direction: column;
            gap: 10px;
        }
        
        /* Payment review section responsive styles */
        .review_cards .input_row {
            flex-direction: column;
            margin-bottom: 15px;
        }
        
        .review_cards .input_review {
            width: 100%;
            /* margin-bottom: 10px; */
        }
        
        .review_cards .input_review input {
            width: 100% !important;
        }
        
        .review_cards .input_review label {
            display: block;
            margin-bottom: 5px;
            font-weight: 600;
        }
        
        .review_cards .traveller_details_terms .input_review {
            flex-direction: row;
            align-items: flex-start;
        }
        
        /* Button section responsive styles */
        .btns_wrap {
            display: flex;
            justify-content: center;
            padding: 10px 0;
        }
        
        .btns_wrap .common_btns {
            width: 100%;
            display: flex;
            justify-content: space-between;
        }
        
        .btns_wrap .common_btns button {
            min-width: 120px;
            margin: 0 5px;
        }

        .review_cards .input_review{
            white-space: wrap;
        }

        .tr_review_row{
            flex-direction: column;
            gap: 14px;
        }

        .quotes_list_1 table{
            width: 100% !important;
        }

        .quotes_list_1 table span{
            font-size: 12px !important;
        }
}

/* Container wrapper */
.useful-links-section {
  margin: 40px auto;
  text-align: center;
  width: 100%;
  max-width: 900px;
}

/* Section Title */
.useful-links-title {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
}

/* FLEX container for horizontal layout */
.useful-links-container {
  display: flex;
  flex-wrap: wrap;         /* Allows automatic wrapping */
  justify-content: center; /* Centers all items */
  gap: 12px;               /* Space between pills */
  padding: 0 10px;
}

/* Pill-style link */
.useful-link {
  background: #E8F3FF;
  padding: 10px 18px;
  border-radius: 50px;
  text-decoration: none;
  color: #0078FF;
  font-size: 16px;
  font-weight: 500;
  white-space: nowrap;  /* Keep text in single pill */
  transition: 0.2s ease;
}

/* Hover effect */
.useful-link:hover {
  background: #dcecff;
  color: #005FCC;
}

/* Mobile responsiveness */
@media (max-width: 600px) {
  .useful-link {
      font-size: 14px;
      padding: 8px 14px;
  }
}

