.sticky-top {
    position: -webkit-sticky !important;
    position: sticky !important;
    top: 0 !important;
    z-index: 100 !important;
}

.aircraft-name {
    font-family: Bellefair;
    font-weight: 400;
    font-size: 32px;
    line-height: 48px;
    letter-spacing: 0px;
    text-transform: uppercase;
    color: #2C3059;
}
.image-container{
    margin: 24px 0px;
    width: 100%;
    height: auto;
    border-radius: 8px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}
.image-gradient::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 91.5%);
    z-index: 1;
}
.flight-image{
    aspect-ratio: 22 / 9;
   width: 100%;
   /* max-width: 1140px; */
   /* height: 438px; */
   /* height: auto; */
    object-position: 100% 20%;
    object-fit: cover;
    border-radius: 8px;
}
.viewaircraftmap-btn{
    position: absolute;
    left: 50%;
    bottom:5%;
    max-width: 189px;
    transform: translateX(-50%);
    height: 50px;
    width: 189px;
    padding-top: 12px;
    padding-right: 24px;
    padding-bottom: 12px;
    padding-left: 24px;
    border-radius: 30px;
    border-width: 1px;
    box-shadow: 0px 1px 2px 0px #1018280D;
    color: #FFFFFF;
    backdrop-filter: blur(45px);
    z-index: 1;

    border-radius: 30px;
    border: 1px solid #FFF;
    background: linear-gradient(150deg, #FFF -406.67%, rgba(255, 255, 255, 0.00) 187.19%);

    /* Shadow/xs */
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
}

.aircraft-info-container {
    width: min(100%, 1440px);
    height: auto;
    /*min-height: 426px;*/
    flex-direction: row;
    display: flex;
    flex-direction: row;
    gap: 48px;
}

.aircraft-info {
    width: 267px;
    height: auto;
    min-height: 312px;
    display: flex;
    flex-direction: column;
}

.aircraft-info-txt {
    font-family: 'InterBold';
    font-weight: 700;
    font-size: 16px;
    line-height: 25.6px;
    letter-spacing: 0%;
    color: #2C3059;
    margin-bottom: 8px;
}

.craft-list {
    width: min(100%, 267px);
    height: auto;
    /* min-height: 128px; */
    gap: 8px;
    display: flex;
    flex-direction: column;
    margin-bottom: 16px;
}

.craft-information {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    height: 26px;
}
.craft-info-seats {
    width: 100%;
    display: flex;
    flex-direction: row;
	justify-content: space-between;
}

.craft-dec {
    width: 200px;
    height: 26px;
    font-family: 'Inter';
    font-weight: 400;
    font-size: 16px;
    line-height: 25.6px;
    letter-spacing: 0;
    color: #6A6D87;
}

.seats-available {
    width: 11px;
    height: 26px;
    font-family: 'InterMedium';
    font-weight: 500;
    font-size: 16px;
    line-height: 25.6px;
    letter-spacing: 0;
    color: #6A6D87;
}
.craft-info-seats .seats-available {
	font-family: 'InterBold';
    font-weight: 500;
    font-size: 16px;
    line-height: 25.6px;
    letter-spacing: 0;
    color: #6A6D87;
}
.travel-class-txt {
    width: 150px;
    height: 24px;
    font-family: 'Inter';
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0px;
    color: #2C3059;
}
.craft-information span {
    font-family: 'Inter';
    font-weight: 700;
    font-size: 16px;
    line-height: 25.6px;
    letter-spacing: 0%;
    color: #2C3059;
}
.travelclass-txt{
    margin-top: 15px;
}
.right-container{
    width: min(100%,849px);
    height: auto;
    /*min-height: 426px;*/
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.aircraft-dec{
    width: min(100%,849px);
    height: auto;
    min-height: 120px;
}
.craft-txt{
    height: 26px;
    font-family: 'InterBold';
    font-weight: 700;
    font-size: 16px;
    line-height: 25.6px;
    letter-spacing: 0%;
    color: #2C3059;
    margin: auto;
}
.description-txt{
    font-family: 'Inter';
    font-weight: 400;
    font-size: 16px;
    line-height: 25.6px;
    letter-spacing: 0;
    color: #6A6D87;
}
.seatInfo-link{
    width: min(100%, 165px);
    height: auto;
    min-height: 26px;
    gap: 8px;

}
.link-desc{
    width: 131px;
    height: 26px;
    font-family: 'InterBold';
    font-weight: 700;
    font-size: 16px;
    line-height: 25.6px;
    letter-spacing: 0%;
    text-align: right;
    color: #684B9B;
    text-decoration: none;
}
.rightarrow-img{
    width: 20px;
    height: 20px;
    margin: auto;

}
.amenities-container{
    width: min(100%,849px);
    height: auto;
    /*min-height: 274px;*/
}
.amenities-txt{
    font-family: 'InterBold';
    font-weight: 700;
    font-size: 16px;
    line-height: 25.6px;
    letter-spacing: 0%;
    color: #2C3059;
}
.amenities-info{
    display: flex;
    flex-direction: row;
    padding-right: 60px;
}
.amenities-col{
    width: 100%;
    height: auto;
	gap: 20px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}
.amenities-list{
    min-height: 64px;
    height: auto;
    display: flex;
    flex-direction: row;

}
.amenities-img{
    width: 64px;
height: 64px;

}
.amenitie-txt{
    padding: 20px;
    font-family: 'Inter';
    font-weight: 400;
    font-size: 16px;
    line-height: 25.6px;
    letter-spacing: 0;
    color: #6A6D87;

}
@media (max-width: 768px) {
    .aircraft-name {
        font-family: Bellefair;
        font-weight: 400;
        font-size: 24px;
        line-height: 36px;
        letter-spacing: 0%;
        text-transform: uppercase;
        color: #2C3059;
    }
    .aircraft-info-container{
        flex-direction: column;
        gap: 12px;
    }
    .amenities-info{
        flex-direction: column;
        padding-right: 40px;
        gap: 24px;
    }
    .amenities-col{
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
        gap: 20px;
    }
}



.seatinformation-container{
    display: none; /* Initially hidden */
    position: fixed; /* Make it fixed to the screen */
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #2C3059;
    overflow: hidden;


}
.seat-info-cont{
    width: min(100%, 1204px);
    height: auto;
    min-height: 430px;
    padding: 10px;
    display: flex;
    flex-direction: column;
    border-radius: 8px;
    background: #ffffff;
}
.seat-info-header{
    width: min(100%, 1124px);
    min-height: 34px;
    height: auto;
    display: flex;
    flex-direction: row;
    gap: 16px;
    justify-content: space-between;
    margin: 10px auto;
    position: relative;
}
.seat-info-txt{
    display: flex;
    flex-direction: column;
    justify-content: end;
    font-family: 'Inter';
    font-weight: 700;
    font-size: 28px;
    line-height: 33.6px;
    letter-spacing: 0%;
    color: #2C3059;
}
.cancel-icon{
    width: 48px;
    height: 48px;
    margin-top: 7px;
    margin-left: 7px;
    padding: 8px;
    cursor: pointer;
}
.seating-info-table{
    width: 1124px;
    height: 167px;
    margin: 10px auto;
}
.button-section{
    width: min(100%, 1204px);
    height: auto;
    min-height: 125px;
    padding: 32px 24px 32px 24px;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    gap: 24px;
}
.ok-button{
    width: 192px;
    height: auto;
    min-height: 61px;
    border-radius: 30px;
    background-color: rgba(104, 75, 155, 1);
    font-family: 'Inter';
    font-weight: 700;
    font-size: 18px;
    line-height: 28.8px;
    letter-spacing: 0px;
    color: #ffffff;
    border: none;

}
td {
	color: #6A6D87;
}

.card-overlay-text p{
        color: var(--gray-text-invert, #fff) !important;
        font-family: 'Inter' !important;
    }

/* ---------lounge--------- */
.thai-lounge-container {
	display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    align-self: stretch;
}

.thai-lounge-location {
    width: 16px;
    height: 16px;
}

.lounge-location-wrapper {
	display: flex;
    align-items: center;
    gap: 8px;
}

.lounge-name {
    color: var(--gray-text-strong, #6A6D87);
    text-align: center;

    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
}

.lounge-type {
    height: auto;
    align-self: stretch;
    overflow: hidden;
    color: var(--gray-text-strong, #2C3059);
    text-overflow: ellipsis;
    white-space: normal;
    font-family: Bellefair;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    text-transform: uppercase;
}

.thai-lounge-info-container {
	width: min(100%, 1440px);
    height: auto;
    /*min-height: 426px;*/
    flex-direction: row;
    display: flex;
    flex-direction: row;
    gap: 48px;
}

.thai-lounge-info {
	width: 267px;
    height: auto;
    display: flex;
    flex-direction: column;
}

.thai-lounge-info-txt {
	font-family: 'InterBold';
    font-weight: 700;
    font-size: 16px;
    line-height: 25.6px;
    letter-spacing: 0%;
    color: #2C3059;
}

.thai-lounge-level {
	color: var(--gray-text, #6A6D87);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
}

.thai-lounge-level p {
	margin: unset;
}

.left-content-wrap {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
}

.thai-lounge-left-info {
	display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
}

.thai-lounge-right-container {
	width: min(100%,849px);
    height: auto;
    /*min-height: 426px;*/
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.thai-lounge-dec {
	width: min(100%,849px);
    height: auto;
}

.thai-lounge-right-txt {
	height: 26px;
    font-family: 'InterBold';
    font-weight: 700;
    font-size: 16px;
    line-height: 25.6px;
    letter-spacing: 0%;
    color: #2C3059;
    margin: auto;
}

.thai-lounge-amenities-container {
	width: min(100%,849px);
    height: auto;
 }

.thai-lounge-amenities-txt {
    font-family: 'InterBold';
    font-weight: 700;
    font-size: 16px;
    line-height: 25.6px;
    letter-spacing: 0%;
    color: #2C3059;
    padding-bottom: 10px;
}

.thai-lounge-amenities-image {
	width: 64px;
    height: 64px;
    flex-shrink: 0;
}

.thai-lounge-amenities-info {
    display: flex;
    flex-direction: row;
    padding-right: 0px;
}

.thai-lounge-amenities-col {
    width: 100%;
    height: auto;
	gap: 20px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.thai-lounge-amenities-list {
	min-height: 64px;
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 15px;
    align-self: stretch;
}

.thai-lounge-amenitie-txt {
	padding-top: 20px;
    font-family: 'Inter';
    font-weight: 400;
    font-size: 16px;
    line-height: 25.6px;
    letter-spacing: 0;
    color: #6A6D87;
}

@media (min-width: 768px) {
    .thai-lounge-container {
    	padding-bottom: 96px;
    }

    .thai-lounge-amenitie-txt {
        padding: 20px;
        font-family: 'Inter';
        font-weight: 400;
        font-size: 16px;
        line-height: 25.6px;
        letter-spacing: 0;
        color: #6A6D87;
    }

    .thai-lounge-amenities-list {
        min-height: 64px;
        height: auto;
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 24px;
        align-self: stretch;
    }

    .lounge-type {
        height: 48px;
        align-self: stretch;
        overflow: hidden;
        color: var(--gray-text-strong, #2C3059);
        text-overflow: ellipsis;
        white-space: nowrap;
        font-family: Bellefair;
        font-size: 32px;
        font-style: normal;
        font-weight: 400;
        line-height: 150%;
        text-transform: uppercase;
    }
}
 
@media (max-width: 768px) {
	.thai-lounge-info-container {
        flex-direction: column;
        gap: 16px;
    }
 
    .thai-lounge-left-info {
		gap: 16px;
    }
 
    .thai-lounge-container {
        gap: 16px;
    	padding: 24px 0px;
    }
 
	.thai-lounge-amenities-info {
	 	flex-direction: column;
        padding-right: 0px;
        gap: 24px;
	}
 
	.thai-lounge-amenities-col {
		width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
        gap: 20px;
	}

    .lounge-wrap {
    	width: 100% !important;
    }
}
