body{
    margin:0;
    padding:0;
}

#daramaForm{
    max-width:100%;
    margin:auto;
         padding-bottom: 50px;
}

.form-content {
	padding: 100px;
}
.form-top-back {
	height: 500px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
	    justify-content: center;
    align-items: center;
	display:flex;
	position:relative;
	margin-bottom: 50px;
	padding: 20px;
}

.form-top-back h2 {
	color: #fff !important;
	z-index: 1;
}

.form-top-back .overlay {
	z-index: 0;
	background: rgb(0 0 0 / 70%);
}


.step{
    display:none;
	text-align:center;
}

.step.active{
    display:block;
}

.center-step{
    text-align:center;

}

.options-grid{
display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    margin-top: 20px;
	max-width: 1200px;
	width: 100%;
}
.full-width-content {
	display: flex;
    justify-content: center;
	padding-left:10px;
	padding-right: 10px;
}

.image-card{
	    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
	width: 250px;
    height:150px;
    border-radius:24px;
    overflow:hidden;
    background-size:cover;
    background-position:center;
    position:relative;
    cursor:pointer;
}

.overlay{
    position:absolute;
    inset:0;
    background:rgb(0 0 0 / 80%);
}
.image-card:hover .overlay{
 background:rgb(0 0 0 / 30%);	
}

.card-content{
/*     position:absolute; */
    bottom:20px;
    left:20px;
    color:#fff;
    font-size:24px;
    font-weight:600;
    z-index:2;
}

.option-card.active{
    border: 4px solid #96463c;
}

.option-card.active .overlay{
 background:rgb(0 0 0 / 30%);	
}

.monthselect-section {
	display: flex;
    justify-content: center;
    column-gap: 25px;
}
.minput , .flexiblem {
	position: relative;
	    width: 250px;
    height: 150px;
    display: flex;
    justify-content: center;
	align-items: center;
	border-radius: 20px;
	z-index: 1;
	    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.monthselect-section .travel-overlay {
    position:absolute;
    inset:0;
    background:rgba(0,0,0,.45);
	border-radius: 20px;
}
.minput input {
	z-index: 1;
}
.travel-bg{
    background:url('../images/travel-bg.jpg');
    background-size:cover;
    border-radius:30px;
    position:relative;
}


.travel-overlay{
    position:absolute;
    inset:0;
    background:rgba(0,0,0,.75);
}

.budget-setion .option-card:hover .travel-overlay {
	background:rgba(0,0,0,.35);
}

.travel-content{
    position:relative;
    z-index:2;
    color:#fff;
}

.step-navigation{
    margin-top:30px;
    display:flex;
    gap:15px;
	justify-content: center;
}

button{
    padding:14px 30px;
    border:none;
    cursor:pointer;
}

.journey-loader{
    width:70px;
    height:70px;
    border:6px solid #ddd;
    border-top:6px solid #000;
    border-radius:50%;
    animation:spin 1s linear infinite;
    margin:auto;
}

@keyframes spin{
    100%{
        transform:rotate(360deg);
    }
}

.journey-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:20px;
    margin-top:40px;
	max-width: 1200px;
}

.journey-card{
    padding:20px;
    border-radius:20px;
    text-decoration:none;
    color:#000;
    display:block;
}
.locked-inner {
	z-index: 1;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.locked-inner  div{
	width:100%;
}

.locked-card{
    color:#fff;
    border-radius:20px;
    display:flex;
    align-items:center;
    justify-content:center;
    min-height:280px;
	position: relative;
		    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.form-tour-card {
	background: #fff;
	border-radius:20px;
	display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
	position: relative;
	align-items: center;
}

.form-tour-card  .overlay-card {
	    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, .75);
	z-index: 0;
	border-radius: 20px;
}
.form-tour-card:hover .overlay-card {
	background: rgba(0, 0, 0, .35);
}

.form-tour-card a {
	width: 100%;
	z-index: 1;
}

.form-tour-card h3 {
	font-size: 20px;
}
.lock-card-overlay {
     position: absolute;
    inset: 0;
    background: #96463c99;
    border-radius: 20px;
	z-index: 0;
}

.error-message{
    color:red;
    margin-top:10px;
}

.monthselect-section{
    display: flex;
    gap: 20px;
    align-items: center;
	margin-top: 40px;
}

#travelMonth{
    padding: 12px;
    border-radius: 10px;
    border: 2px solid #ddd;
	height: 50px;
}

.flexiblem{
    border-radius: 20px;
    cursor: pointer;
    transition: 0.3s;
	z-index: 1;
	height: 150px;
    width: 250px;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.user-field {
	display: flex;
    flex-wrap: wrap;
	    justify-content: center;
    gap: 20px;	
}

.user-field input {
	height: 50px;
	width: 60% !important;
	  border: 2px solid #96463c !important;
	    border-radius: 20px !important;
}

input::placeholder,
textarea::placeholder{
    color: #96463c;
    opacity: 1;
}

.form-textarea {
	width: 50%;
    border-radius: 20px;
    border: 2px solid #96463c;
}

.budget-setion .option-card{
display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    margin-top:10px;
    width: 200px;
    height: 125px;
    border-radius: 20px;
    border: 3px solid #B2B1AE;
    align-items: center;
	    background-size: cover;
    background-repeat: no-repeat;
	    position: relative;
}

.budget-setion .option-card .travel-overlay {
    border-radius: 17px;
}

.budget-setion .option-card.active{
    border: 3px solid #96463C; 
}

.flexiblem.active{
    border: 4px solid #96463c;
    color: #fff;
	border-radius: 20px;
}

.journey-loader-wrap {
	padding: 300px;
}

.budget-setion .bgval {
	z-index:1;
		    color: #fff;
    font-weight: 600;
    font-size: 24px;

}
.budget-setion .travel-overlay {
	z-index: 0;
}



@media(max-width:768px){

    .options-grid{
        grid-template-columns:1fr;
		gap: 10px;
    }

    .journey-grid{
        grid-template-columns:1fr;
    }
	.journey-loader-wrap {
	padding: 200px;
}
	
	.form-top-back {
	height: 300px;
	}

	
	#daramaForm{
    padding:0px;
		padding-bottom:30px;
}
	.center-step{
    text-align:center;
}
	
	.image-card {
    text-align: center;
    justify-content: center;
    width: 48%;
	}
	
	.monthselect-section{
    flex-wrap: wrap;
}
	
	.budget-setion .option-card {
	 width: 48%;
	 margin-top: 10px;
	}
	.form-textarea {
    width: 90%;
}
	.user-field input {
    height: 50px;
    width: 90% !important;
	}
	    .journey-loader-wrap {
        padding: 50px;
    }
}