body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

@font-face {
    font-family: 'helvetica';
    src: url('./fonts/helvetica/Helvetica.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

html.lenis {
    height: auto
}

.lenis.lenis-smooth {
    scroll-behavior: auto
}

.lenis.lenis-smooth [data-lenis-prevent] {
    overscroll-behavior: contain
}

.lenis.lenis-stopped {
    overflow: hidden
}

.lenis.lenis-scrolling iframe {
    pointer-events: none
}

.bg-banner {
    background-image: url(./images/bg.png);
    height: 975px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.common-container {
    width: 100%;
    position: relative;
    padding-left: 100px;
    padding-right: 100px;
}

.header-section {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: row;
    padding: 21px 30px;
    background-color: #ffffff;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 50px;
    justify-content: space-between;
}

.header-content {
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-size: 33px;
    line-height: 29px;
    font-weight: 700;
    font-style: normal;
    color: #000000;
    display: flex;
    margin: auto 0;
    letter-spacing: -1px;
}
.header-content p{
    margin-bottom: 0px !important;
}
.color-extra {
    color: #D81F29;
    margin-left: 5px;
}

.flight-name {
    display: flex;
    flex-direction: row;
    display: grid;
    width: 100%;
    position: relative;
    flex-wrap: wrap;
    padding-bottom: 90px;
    padding-top: 35px;
}

.col5_col4lg_col3-flight-name {
    grid-auto-flow: row;
    gap: 60px 20px;
    grid-template-columns: repeat(4, 1fr);
    .spanItem {
        grid-column: span 2;
    }
    @media (max-width: 1366px) {
        grid-template-columns: repeat(4, 1fr);
        gap: 40px 20px;
    }
    @media (max-width: 1200px) {
        grid-template-columns: repeat(4, 1fr);
        .spanItem {
            grid-column: span 2;
        }
        gap: 40px 20px;
    }
    @media (max-width: 991px) {
        grid-template-columns: repeat(4, 1fr);
    }
    @media (max-width: 850px) {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px 20px;
    }
    @media (max-width: 575px) {
        grid-template-columns: repeat(2, 1fr);
    }
}

.brd-radius {
    border-radius: 22px;
    border: 4px solid #D81F29;
}

.brd-radius-coming {
    border-radius: 22px;
    border: 1px solid #AEAEAE;
}

.air-bus-area {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: row;
}

.plane-image-area {
    width: 50%;
    position: relative;
    display: flex;
    flex-direction: column;
}

.home-banner-area .plane-image-area {
    width: 52%;
}

.content-img-area {
    width: 50%;
    position: relative;
    display: flex;
    flex-direction: column;
}

.home-banner-area .content-img-area {
    width: 46%;
}

.fly-img {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
}

.logo-text {
    width: 167px;
}

.text-logo-section {
    width: 100%;
    position: relative;
    display: flex;
    padding-top: 60px;
}

.text-logo-content {
    padding-top: 25px;
    width: 80%;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 20px;
    color: #272626;
    line-height: 30px;
}

.register-btn {
    width: fit-content;
    color: #ffffff;
    background-color: #D81F29;
    border-radius: 7px;
    padding: 16px 14px;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 16px;
    cursor: pointer;
}


/* ✅ Responsive for tablets */

.info-card {
    display: flex;
    align-items: center;
    background: #fff;
    border-radius: 40px;
    padding: 10px 10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.08);
    font-size: 14px;
}

.info-card img {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    margin-right: 12px;
}

.grid-text-head {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 14px;
    color: #272626;
    line-height: 20px;
}

.brdr-btm {
    border-bottom: 1px solid #CDCDCD;
}

.bird-head {
    font-family: "Oswald", sans-serif;
    font-size: 55px;
    line-height: 61px;
    font-weight: 900;
    color: #D81F29;
    letter-spacing: -3px;
    padding-bottom: 30px;
}

.early-bird-content {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #272626;
    width: 70%;
}


/* benifit-area-------------------------------------------------------------- */

.benefits-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px 60px;
    /* row gap, column gap */
    max-width: 800px;
    width: 100%;
}

.benefit-item {
    display: flex;
    align-items: center;
    gap: 20px;
}

.circle-icon {
    width: 54px;
    height: 54px;
    border: 1px solid #A7A7A7;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
}

.circle-icon img {
    width: 24px;
    height: 24px;
}


/* Responsive - 2 per row below 991px */

@media (max-width: 991px) {
    .benefits-container {
        grid-template-columns: repeat(2, 1fr);
    }
}


/* Responsive - 1 per row below 575px */

@media (max-width: 575px) {
    .benefits-container {
        grid-template-columns: 1fr;
    }
}

.ben-head {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 20px;
    color: #272626;
    letter-spacing: 0px;
}


/* form-sections------------------------------------------------------ */

.form-container {
    background-color: #ffffff38;
    /* semi-transparent for blur */
    padding: 54px 20px 50px;
    border-radius: 44px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    width: 100%;
    /* always full width in relative */
    text-align: center;
    position: relative;
    /* default */
    transition: all 0s ease;
    /* Blur glass effect */
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}


/* Fixed state */

.form-container.fixed {
    position: fixed;
    top: 20px;
    right: 100px;
    /* change to left if you want it on left side */
    z-index: 1000;
}


/* Placeholder keeps layout stable */

.form-placeholder {
    display: none;
    width: 100%;
    height: 0;
}

.z-indx {
    z-index: 10000;
}

h2 {
    font-size: 24px;
    font-weight: bold;
    color: #333333;
    margin-bottom: 30px;
}

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

.form-row {
    display: flex;
    gap: 20px;
}

.form-row .form-group {
    flex: 1;
}

.form-group input {
    width: 100%;
    padding: 15px;
    border: 1px solid #ABABAB;
    border-radius: 10px;
    font-size: 16px;
    box-sizing: border-box;
    transition: border-color 0.3s;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 15px;
}
.form-group textarea {
    width: 100%;
    padding: 15px;
    border: 1px solid #ABABAB;
    border-radius: 10px;
    font-size: 16px;
    box-sizing: border-box;
    transition: border-color 0.3s;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 15px;
}
.form-group textarea:focus {
    outline: none;
    border-color: #d1d1d1;
}

.form-group textarea::placeholder {
    color: #999;
}


.form-group input:focus {
    outline: none;
    border-color: #d1d1d1;
}

.form-group input::placeholder {
    color: #999;
}


/* New CSS for the intl-tel-input plugin */

.iti {
    width: 100%;
    font-family: sans-serif;
    text-align: left;
    /* Aligns the dropdown to the left */
}

.iti__country-list {
    text-align: left;
}

.iti__flag-container {
    border-radius: 10px 0 0 10px;
    /* Adjust to match your form's border radius */
}

.iti__selected-flag {
    border-radius: 10px 0 0 10px;
    /* Match border radius */
}


/* Style the phone input field itself */

#phone {
    padding-left: 70px;
    /* Adjust this value to accommodate the flag dropdown */
}

button {
    background-color: #e23b3b;
    color: #ffffff;
    border: none;
    padding: 13px;
    border-radius: 10px;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    text-transform: uppercase;
    transition: background-color 0.3s;
}

.form-group input::placeholder {
    color: #3A3A3A;
}

button:hover {
    background-color: #c72c2c;
}

@media (max-width: 600px) {
    .form-row {
        flex-direction: column;
        gap: 20px;
    }
}

.iti__selected-flag {
    z-index: 1;
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
    padding: 0 15px 0 15px !important;
    border-right: 1px solid #c7c7c7;
}

.form-headings {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 30px;
    color: #333333;
    text-align: center;
    line-height: 35px;
    padding-bottom: 36px;
}

.frm-btn-float {
    font-family: "Montserrat", sans-serif;
    font-weight: 800;
    font-size: 26px;
    color: #ffffff;
}

.slider-section {
    width: 100%;
    position: relative;
    display: flex;
}


/* carousel-section----------------------------------------------------- */


/* Position indicators to the left */

.carousel .custom-indicators {
    position: absolute;
    left: 100px !important;
    bottom: 30px;
    /* adjust spacing from left */
    transform: translateY(-50%);
    display: flex;
    /* stack vertically */
    gap: 4px;
    margin: 0;
    justify-content: left !important;
}


/* Rectangle style indicators */

.carousel .custom-indicators [data-bs-target] {
    width: 14px;
    height: 7px;
    border-radius: 3px;
    background-color: #afacaf;
    border: none;
    transition: background-color 0.3s ease;
}

.carousel .custom-indicators .active {
    background-color: #D81F29;
}

.blank-area {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid #CDCDCD;
}

.blank-area-two {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
}

.tear-dwn-main-head {
    font-family: "Oswald", sans-serif;
    font-size: 55px;
    line-height: 61px;
    font-weight: 900;
    color: #D81F29;
    letter-spacing: -2px;
}

.tear-dwn-main-para {
    width: 50%;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 20px;
    color: #272626;
}

.contact-heads {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 37px;
    color: #272626;
}

.contact-mail {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 26px;
    color: #D81F29;
    text-decoration: none;
}

.footer-section {
    background-color: #272626;
    width: 100%;
    padding-left: 100px;
    padding-right: 100px;
    padding-top: 16px;
    padding-bottom: 16px;
    justify-content: space-between;
}

.ftr-name {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 20px;
    color: #ffffff;
    margin: auto 0;
}


/* second-page-css========================================================================================================================= */

.enq-test {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 21px;
    color: #272626;
    margin: auto 0;
}

.sample-btns {
    font-family: "Montserrat", sans-serif;
    width: fit-content;
    color: #ffffff;
    background-color: #D81F29;
    padding: 10px 16px;
    font-weight: 700;
    border-radius: 7px;
}


/* pagination============================================================================================================================= */

.custom-flex-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}


/* Pagination */

.custom-pagination {
    display: flex;
    gap: 6px;
}

.custom-pagination button {
    padding: 11px 18px;
    border: 1px solid #ccc;
    background: #fff;
    border-radius: 6px;
    cursor: pointer;
    transition: background 0.3s ease;
    color: #000000;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 20px;
}

.next-extra {
    border: 1px solid #000000 !important;
    background: transparent;
    padding: 10px 18px;
    position: relative;
    cursor: pointer;
}

.next-icon::after {
    content: "→";
    margin-left: 8px;
    display: inline-block;
    transition: transform 0.3s ease-in-out;
}

.next-icon:hover::after {
    transform: translateX(5px);
}

.prev-extra {
    border: 1px solid #000 !important;
    background: transparent;
    padding: 10px 18px;
    cursor: pointer;
    position: relative;
    font-size: 14px;
}

.prev-icon::before {
    content: "←";
    margin-right: 8px;
    display: inline-block;
    transition: transform 0.3s ease-in-out;
}

.prev-icon:hover::before {
    transform: translateX(-6px);
}

.previous-extra {
    border: 1px solid #c5c5c5 !important;
    color: #c5c5c5 !important;
}

.previous-extra:hover {
    border: 1px solid #D81F29 !important;
    color: #ffffff !important;
}

.custom-pagination button.active {
    background-color: #D81F29;
    color: #ffffff;
}

.custom-pagination button:hover {
    background-color: #D81F29;
    color: #ffffff;
    border: 1px solid #D81F29 !important;
}

@media(max-width: 1200px) {
    .custom-pagination button {
        font-size: 14px;
    }
    .custom-search-input {
        width: 280px !important;
        font-size: 14px;
    }
}

@media(max-width: 991px) {
    .custom-search-input {
        width: 210px !important;
        font-size: 14px;
    }
}

@media(max-width: 575px) {
    .custom-pagination button {
        padding: 4px 9px !important;
        font-size: 13px !important;
    }
}

/* @media(max-width: 380px) {
    .custom-pagination button {
        padding: 4px 7px !important;
        font-size: 13px !important;
    }
} */


/* Search box */

.custom-search-box {
    display: flex;
    align-items: center;
    flex-direction: row;
    gap: 5px;
}

.custom-search-input {
    padding: 15px 12px;
    border: 1px solid #ccc;
    border-radius: 12px;
    outline: none;
    width: 350px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;
    color: #848484;
}


/* .custom-search-btn {
    padding: 15px 12px;
    border: none;
    background: #D81F29;
    color: #fff;
    border-radius: 12px;
    cursor: pointer;
    font-weight: bold;
    transition: background 0.3s ease;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 15px;
} */

.search-btn {
    width: fit-content;
    display: flex;
    flex-direction: row;
    padding: 15px 12px;
    border: none;
    background: #D81F29;
    color: #fff;
    border-radius: 12px;
    cursor: pointer;
    font-weight: bold;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 15px;
    gap: 5px;
}

.search-logo {
    margin: auto;
}

.parts-list {
    display: flex;
    flex-direction: row;
    display: grid;
    width: 100%;
    position: relative;
    flex-wrap: wrap;
    padding-bottom: 70px;
}

.col5_col4lg_col3-parts-list {
    grid-auto-flow: row;
    gap: 33px 14px;
    grid-template-columns: repeat(4, 1fr);
    .spanItem {
        grid-column: span 2;
    }
    @media (max-width: 1800px) {
        grid-template-columns: repeat(3, 1fr);
        gap: 30px 14px;
    }
    @media (max-width: 1200px) {
        grid-template-columns: repeat(3, 1fr);
        .spanItem {
            grid-column: span 2;
        }
        gap: 30px 14px;
    }
    @media (max-width: 991px) {
        grid-template-columns: repeat(2, 1fr);
    }
    @media (max-width: 850px) {
        grid-template-columns: repeat(2, 1fr);
    }
    @media (max-width: 660px) {
        grid-template-columns: repeat(1, 1fr);
    }
}

.brder-list {
    border: 1px solid #D4D4D4;
    border-radius: 25px;
}

.img-list-area {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    border-bottom: 1px solid #D4D4D4;
}

.product-name-list {
    font-family: "Oswald", sans-serif;
    font-size: 21px;
    font-weight: 600;
    color: #000000;
}

.red-border {
    border: 1px solid #D81F29;
    padding: 2px 15px;
    border-radius: 5px;
    font-family: "Roboto", sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 13px;
    display: flex;
    align-items: center;
}

.extra-list-pad {
    padding: 25px;
}

.beacn-text {
    font-family: "Roboto", sans-serif;
    font-size: 13px;
    font-weight: 400;
    color: #212529;
    text-align: center;
    line-height: 13px;
    display: flex;
}

.quote-btn {
    width: 100%;
    font-size: 18px;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    color: #D81F29;
    padding: 13px 50px;
    border: 1px solid #D81F29;
    border-radius: 9px;
    display: flex;
    justify-content: center;
    transition: all ease-in-out .5s;
    cursor: pointer;
}


/* .quote-btn:hover {
    width: 100%;
    font-size: 19px;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    color: #ffffff;
    padding: 13px 50px;
    border: 1px solid #D81F29;
    background-color: #D81F29;
    border-radius: 9px;
    display: flex;
    justify-content: center;
} */

.slide-tear-dwn-head {
    font-family: "Oswald", sans-serif;
    font-size: 55px;
    font-weight: 800;
    color: #D81F29;
    line-height: 61px;
    letter-spacing: -1px;
}

.brd-slider {
    border-radius: 36px;
}

.carousel-indicators.disassembly {
    position: absolute;
    left: 20px;
    /* adjust as needed */
    transform: translateY(-50%);
    margin: 0;
    /* stack vertically */
    justify-content: center;
    align-items: flex-start;
    gap: 5px;
    margin-bottom: 40px;
}

.carousel-indicators.disassembly [data-bs-target] {
    width: 15px;
    height: 9px;
    border-radius: 9px;
    background-color: #808493;
    /* inactive */
    border: none;
    margin: 4px 0;
    /* vertical spacing */
    transition: background-color 0.3s ease;
}

.carousel-indicators.disassembly .active {
    background-color: #D81F29;
    /* active */
}


/* pop-up-section------------------------------------------------------------------------------------------------------------------ */


/* ===== Popup Overlay ===== */

#popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    justify-content: center;
    align-items: center;
    z-index: 1000;
    display: flex;
}


/* ===== Popup Content ===== */

.request-popup {
    max-width: 95%;
    background: #fff;
    border-radius: 10px;
    padding: 40px 50px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
    position: relative;
    width: 700px;
    /* optional – adjust if needed */
    max-height: 90vh;
    /* KEY LINE */
    overflow-y: auto;
}

.request-popup h2 {
    text-align: center;
    color: #d60000;
    font-size: 26px;
    font-weight: 800;
    margin: 0 0 25px;
}

.request-form {
    display: flex !important;
    flex-direction: column !important;
    gap: 10px !important;
}

.close-btn {
    position: absolute;
    right: 20px;
    top: 0px;
    width: 39px;
    height: 39px;
    border-radius: 50%;
    position: absolute;
    right: 35px;
    top: 0px;
    font-size: 35px;
    font-weight: 300 !important;
    cursor: pointer;
    background: none;
    border: none;
    line-height: 1;
    color: #000000;
    background-color: #fbe9ea00 !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.request-popup::-webkit-scrollbar {
    width: 6px;
}

.request-popup::-webkit-scrollbar-thumb {
    background: #808080;
    border-radius: 10px;
}


/* ===== Input Rows ===== */

.request-row {
    display: flex;
    gap: 10px;
}

.request-input {
    flex: 1;
    padding: 10px 15px;
    border: 1px solid #ccc;
    border-radius: 8px;
    font-size: 14px;
    outline: none;
        font-family: "Oswald", sans-serif;
    color: #000000;
}

.request-input.full {
    flex: 100%;
}


/* ===== Table Header ===== */

.request-table-header {
    display: flex;
    margin-top: 25px;
    background: #d60000;
    color: #fff;
    padding: 12px 18px;
    font-weight: bold;
    border-radius: 6px;
    font-size: 14px;
    letter-spacing: 0.5px;
}

.request-table-row {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 0;
}

.input-with-close {
    position: relative;
    display: inline-block;
}

.request-part {
    outline: none;
}

.close-icon {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 25px;
    color: #000000;
    cursor: pointer;
}

.close-icon:hover {
    color: #000;
}

.request-part,
.request-condition,
.request-qty {
    padding: 12px 14px;
    border: 1px solid #ccc;
    border-radius: 8px;
    outline: none;
    font-family: 'helvetica';
    font-size: 15px;
    font-weight: 400;
}

.request-delete {
    cursor: pointer;
    color: #333;
    font-size: 18px;
}

.request-part {
    width: 350px;
}


/* ===== Submit Button ===== */

.request-submit {
    display: block;
    width: 100%;
    padding: 18px;
    background: #333333;
    color: #fff;
    font-size: 26px;
    font-weight: bold;
    text-transform: uppercase;
    border: none;
    border-radius: 8px;
    margin-top: 25px;
    cursor: pointer;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
}

.request-submit:hover {
    background: #000;
}


/* ===== Open Button ===== */


/* ===== Responsive ===== */

@media(max-width: 575px) {
    .request-row {
        flex-direction: column;
    }
    .close-btn {
        background-color: #fbe9ea !important;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

.pop-form-head {
    font-family: "Oswald", sans-serif;
    font-weight: 500;
    color: #D82028;
    font-size: 32px;
    display: flex;
    justify-content: center;
    padding-bottom: 30px;
}

.form-red-sec {
    font-family: "Montserrat", sans-serif;
    font-size: 17px;
    font-weight: 700;
    color: #ffffff;
}

.extra-pad-two {
    padding-left: 235px;
}

.extra-pad-three {
    padding-left: 45px;
}

.request-part {
    flex: 2 !important;
}

.request-condition {
    width: 160px;
}

.request-qty {
    width: 160px;
}


/* responsive-two-pages========================================================================================== */

@media (max-width: 1650px) {
    .contact-heads {
        font-family: "Montserrat", sans-serif;
        font-weight: 700;
        font-size: 30px;
        color: #272626;
    }
}

@media (max-width: 1600px) {
    .common-container {
        padding-left: 60px;
        padding-right: 60px;
    }
    .air-bus-area {
        gap: 80px;
    }
    .benefits-container {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 30px 18px;
        max-width: 750px;
    }
    .early-bird-content {
        width: 90%;
    }
    .text-logo-content {
        padding-top: 25px;
        width: 93%;
    }
    .tear-dwn-main-para {
        width: 50%;
    }
    .tear-dwn-main-para {
        width: 50%;
    }
    .footer-section {
        padding-left: 60px;
        padding-right: 60px;
    }
    .quote-btn {
        width: 100%;
        font-size: 18px;
        padding: 13px 20px;
    }
}

@media (max-width: 1435px) {
    .aircraft-info {
        gap: 11px;
    }
}

@media (max-width: 1400px) {
    .contact-heads {
        font-family: "Montserrat", sans-serif;
        font-weight: 700;
        font-size: 30px;
        color: #272626;
    }
    .tear-dwn-main-head {
        font-family: "Oswald", sans-serif;
        font-size: 41px;
        line-height: 49px;
        font-weight: 900;
        color: #D81F29;
        letter-spacing: 0px;
    }
    .bird-head {
        font-family: "Oswald", sans-serif;
        font-size: 41px;
        line-height: 46px;
        font-weight: 900;
        color: #D81F29;
        letter-spacing: 0px;
        padding-bottom: 30px;
    }
    .text-logo-content {
        font-size: 17px;
        line-height: 25px;
    }
    .slide-tear-dwn-head {
        font-size: 41px;
        line-height: 46px;
    }
    .gap-seprate {
        gap: 50px;
    }
}

@media (max-width: 1250px) {
    .text-logo-content {
        width: 100%;
        font-size: 17px;
        line-height: 25px;
    }
    .header-content {
        font-size: 25px;
        letter-spacing: 0px;
    }
    .frm-btn-float {
        font-family: "Montserrat", sans-serif;
        font-weight: 800;
        font-size: 18px;
        color: #ffffff;
    }
    .early-bird-content {
        font-family: "Montserrat", sans-serif;
        font-weight: 400;
        font-size: 17px;
        line-height: 25px;
    }
    .tear-dwn-main-para {
        font-size: 17px;
        line-height: 25px;
        color: #272626;
    }
    .quote-btn {
        width: 100%;
        font-size: 15px;
        padding: 13px 20px;
    }
    .product-name-list {
        font-family: "Oswald", sans-serif;
        font-size: 18px;
        font-weight: 600;
        color: #000000;
    }
    .quote-btn {
        width: 100%;
        font-size: 15px;
        padding: 13px 20px;
    }
    .brder-list {
        border: 1px solid #D4D4D4;
        border-radius: 10px;
    }
    .carousel-indicators.disassembly {
        margin-bottom: 30px;
    }
}

@media (max-width: 1150px) {
    /* .extra-pad-xl {
        padding-top: 80px;
    } */
    .bg-banner {
        background-image: url(./images/bg.png);
        height: auto;
    }
}

@media (max-width: 1200px) {
    .air-bus-area {
        width: 100%;
        position: relative;
        display: flex;
        flex-direction: column;
    }
    .content-img-area {
        width: 100%;
    }
    .home-banner-area .content-img-area {
        width: 100%;
    }
    .bg-banner {
        background-image: url(./images/bg.png);
        height: auto;
    }
    .ben-head {
        font-size: 17px;
    }
    .circle-icon {
        width: 40px;
        height: 40px;
        ;
        justify-content: center;
        align-items: center;
    }
    .benefits-container {
        gap: 24px 8px;
    }
    .form-headings {
        font-size: 24px;
        line-height: 25px;
    }
    .frm-btn-float {
        font-size: 15px;
        color: #ffffff;
    }
    .contact-heads {
        font-size: 22px;
    }
    .contact-mail {
        font-size: 20px;
    }
}

@media (max-width: 1180px) {
    .carousel-indicators.disassembly {
        bottom: 44px;
    }
    .text-logo-content {
        width: 100%;
        font-size: 15px;
        line-height: 20px;
    }
}

@media (max-width: 1024px) {
    .header-content {
        font-size: 20px;
        letter-spacing: 0px;
    }
    .logo-main {
        width: 150px;
    }
}

@media (max-width: 1024px) {
    .custom-pagination button {
        padding: 5px 14px;
        border: 1px solid #ccc;
        background: #fff;
        border-radius: 6px;
        cursor: pointer;
        transition: background 0.3s ease;
        color: #000000;
        font-family: "Roboto", sans-serif;
        font-weight: 400;
        font-size: 15px;
        line-height: 20px;
    }
    .custom-search-input {
        padding: 10px 12px;
        width: 298px;
    }
    .search-btn {
        padding: 10px 12px;
        border: none;
        background: #D81F29;
        font-size: 13px;
        gap: 5px;
    }
}

@media (max-width: 991px) {
    .common-container {
        padding-left: 40px;
        padding-right: 40px;
    }
    .fly-img {
        justify-content: center;
    }
    .ben-head {
        font-size: 18px;
    }
    .circle-icon {
        width: 42px;
        height: 42px;
    }
    .footer-section {
        padding-left: 40px;
        padding-right: 40px;
    }
    .ftr-name {
        font-family: "Montserrat", sans-serif;
        font-weight: 400;
        font-size: 16px;
        color: #ffffff;
        margin: auto 0;
    }
    .carousel-indicators.disassembly {
        bottom: 0px;
    }
    .pop-form-head {
        font-size: 30px;
    }
    .request-input {
        flex: 1;
        padding: 9px 7px;
        border-radius: 8px;
        font-size: 14px;
        color: #000000;
    }
    .request-popup {
        max-width: 75%;
        background: #fff;
        padding: 40px 30px;
        box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
        position: relative;
    }
    .form-red-sec {
        font-family: "Montserrat", sans-serif;
        font-size: 14px;
        font-weight: 700;
        color: #ffffff;
    }
    .extra-pad-two {
        padding-left: 225px;
    }
    .request-submit {
        padding: 10px;
        font-size: 18px;
    }
    .request-part {
        width: 250px;
    }
    .extra-pad-two {
        padding-left: 133px;
    }
    .extra-pad-three {
        padding-left: 32px;
    }
    .request-part,
    .request-condition,
    .request-qty {
        font-size: 14px;
    }
    .flight-name {
        padding-bottom: 40px;
    }
    .tear-dwn-main-para {
        width: 100%;
    }
    .form-group input {
        width: 100%;
        padding: 8px;
        border: 1px solid #ABABAB;
        border-radius: 10px;
        font-size: 14px;
    }
    .gap-forms {
        gap: 20px;
    }
}

@media (max-width:900px) {
    .request-part {
        width: 150px;
    }
    .request-popup {
        border-radius: 15px;
    }
    .extra-pad-two {
        padding-left: 30px;
    }
    .ben-head {
        font-size: 16px;
    }
    .circle-icon {
        width: 35px;
        height: 35px;
    }
    .form-headings {
        font-size: 20px;
        line-height: 21px;
    }
    .form-container {
        background-color: #ffffff38;
        padding: 22px 20px 24px;
    }
}

@media (max-width:840px) {
    .custom-flex-wrapper {
        display: flex;
        flex-direction: column-reverse;
        gap: 20px;
        align-items: start;
    }
    .enq-test {
        font-size: 18px;
    }
    .sample-btns {
        padding: 6px 10px;
        font-weight: 700;
        border-radius: 7px;
    }
    .request-row {
        display: flex;
        gap: 10px;
        flex-direction: column;
    }
    .no-chamge {
        flex-direction: row !important;
    }
    .request-popup {
        padding: 20px 20px;
    }
    .request-input {
        flex: 1;
        padding: 13px 7px;
    }
    .request-form {
        gap: 7px !important;
    }
    .request-table-header {
        display: flex;
        margin-top: 10px;
    }
    .request-submit {
        margin-top: 0px;
    }
    .request-condition {
        width: 150px;
    }
    .request-qty {
        width: 150px;
    }
    .res-none-page {
        display: none;
    }
}

@media (max-width:820px) {
    .form-headings {
        padding-top: 60px;
    }
}

@media (max-width:767px) {
    .header-section {
        flex-direction: column;
        align-items: center;
        padding: 15px 20px;
    }
    .header-content {
        display: none;
    }
    .footer-section {
        align-items: center;
        gap: 10px;
    }
    .contact-heads {
        font-size: 30px;
        line-height: 34px;
        color: #272626;
    }
    .gap-in-res {
        gap: 20px;
    }
    .pop-form-head {
        font-size: 25px;
    }
    .pop-form-head {
        padding-bottom: 10px;
    }
}

@media (max-width:700px) {
    .extra-pad-three {
        padding-left: 12px;
    }
    .request-popup {
        max-width: 80%;
    }
    .request-part {
        width: 120px;
    }
    .request-condition {
        width: 120px;
    }
    .request-qty {
        width: 120px;
    }
    .form-red-sec {
        font-family: "Montserrat", sans-serif;
        font-size: 13px;
    }
    .extra-pad-two {
        padding-left: 10px;
    }
}

@media (max-width:575px) {
    .common-container {
        padding-left: 20px;
        padding-right: 20px;
    }
    .footer-section {
        padding-left: 20px;
        padding-right: 20px;
    }
    .aero {
        width: 350px;
    }
    .register-btn {
        font-size: 14px;
        line-height: 16px;
    }
    .bird-head {
        font-family: "Oswald", sans-serif;
        font-size: 43px;
        line-height: 48px;
    }
    .form-headings {
        font-size: 30px;
        line-height: 36px;
        padding-top: 60px;
    }
    .frm-btn-float {
        font-size: 20px;
        color: #ffffff;
    }
    .tear-dwn-main-head {
        font-family: "Oswald", sans-serif;
        font-size: 44px;
        line-height: 48px;
    }
    .contact-heads {
        font-size: 22px;
        line-height: 28px;
        color: #272626;
    }
    .contact-mail {
        font-family: "Montserrat", sans-serif;
        font-weight: 700;
        font-size: 19px;
        color: #D81F29;
        text-decoration: none;
    }
    .carousel .custom-indicators {
        position: absolute;
        left: 20px !important;
        bottom: 15px;
        transform: translateY(-50%);
        display: flex;
        gap: 4px;
        margin: 0;
        justify-content: center !important;
    }
    .benefits-container {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
    .early-bird-content {
        width: 100%;
    }
    .ftr-name {
        text-align: center;
    }
    .ben-head {
        font-size: 16px;
    }
    .text-logo-content {
        font-size: 17px;
        line-height: 25px;
    }
    .slide-tear-dwn-head {
        font-size: 44px;
        line-height: 47px;
    }
    .request-popup {
        border-radius: 10px 10px 0px 0px;
    }
    #popup {
        display: none;
        position: fixed;
        bottom: 0px;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.6);
        justify-content: center;
        align-items: end;
        z-index: 1000;
    }
    .pop-form-head {
        font-size: 38px;
    }
    .pop-form-head {
        padding-bottom: 15px;
    }
}

@media (max-width: 575px) {
    .close-btn {
        right: 50%;
        top: 10px;
        /* adjust as needed */
        transform: translateX(50%);
    }
    .no-chamge {
        flex-direction: column !important;
        width: 100%;
    }
}

.parts-list {
    padding-bottom: 30px;
}

.gap-seprate {
    gap: 20px;
}

.air-bus-area {
    gap: 0px;
}

.flight-name {
    padding-bottom: 30px;
    padding-top: 35px;
}

.form-red-sec {
    font-family: "Montserrat", sans-serif;
    font-size: 13px;
}

.fly-img {
    justify-content: center;
}

.bird-head {
    padding-bottom: 20px;
}


/* Old style (default grid) stays the same */


/* New scroll style if more than 4 items */




/* Scrollbar styling */

.scrollable-flight::-webkit-scrollbar {
    height: 12px;
}

.scrollable-flight::-webkit-scrollbar-track {
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 6px;
}

.scrollable-flight::-webkit-scrollbar-thumb {
    background: #D81F29;
    border-radius: 6px;
    border: 2px solid #fff;
}

.scrollable-flight {
    scrollbar-width: thin;
    scrollbar-color: #D81F29 #fff;
}

@media (max-width: 575px) {
    .flight-name {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: scroll;
        overflow-y: hidden;
        gap: 12px;
        padding-bottom: 15px;
        /* Try to keep scrollbar space always */
        scrollbar-gutter: stable;
    }
    /* Chrome, Edge, Safari */
    .flight-name::-webkit-scrollbar {
        height: 12px;
        /* scrollbar thickness */
    }
    .flight-name::-webkit-scrollbar-track {
        background: #fff;
        /* white track */
        border: 1px solid #ccc;
        /* outline so track is visible */
        border-radius: 6px;
    }
    .flight-name::-webkit-scrollbar-thumb {
        background: #D81F29;
        /* red thumb */
        border-radius: 6px;
        border: 2px solid #fff;
        /* padding inside track */
    }
    /* Firefox */
    .flight-name {
        scrollbar-width: auto;
        /* show scrollbar */
        scrollbar-color: #D81F29 #fff;
        /* thumb red, track white */
    }
    .flight-name>div {
        flex: 0 0 80%;
        max-width: 60%;
    }
    .flight-name>a {
        flex: 0 0 80%;
        max-width: 60%;
    }
    .text-logo-section {
        padding-top: 40px;
    }
    .footer-section {
        padding-top: 29px;
    }
    .ftr-name {
        font-size: 14px;
    }
    .ftr-name {
        border-top: 1px solid #383737;
        padding-top: 15px;
    }
    .request-popup {
        width: 100%;
        max-width: 100%;
    }
    .custom-search-box {
        border: 1px solid #ccc;
        padding: 10px;
        border-radius: 10px;
    }
    .custom-search-box {
        width: 100%;
    }
    .custom-search-input {
        border: 1px solid #ffffff;
    }
    .custom-search-input {
        padding: 10px 10px;
        width: 100%;
    }
    .normal-view{
        display: none !important;
    }

    .res-view{
        display: block !important;
    }
}

@media (max-width:520px) {
    .request-popup {
        width: 100% !important;
    }
    .request-popup {
        max-width: 100%;
    }
    .request-table-header {
        padding: 12px 10px;
    }
}

.name_truncats {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 11;
    -webkit-box-orient: vertical;
}

@media (max-width:430px) {
    .request-popup {
        width: 100% !important;
    }
    .request-popup {
        padding: 20px 10px;
    }
    .request-qty {
        width: 90px;
    }
    .name_truncats {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical;
    }
}

@media (max-width:400px) {
    .tear-dwn-main-head {
        font-family: "Oswald", sans-serif;
        font-size: 37px;
        line-height: 43px;
    }
    .bird-head {
        font-family: "Oswald", sans-serif;
        font-size: 37px;
        line-height: 43px;
    }
    .aero {
        width: 300px;
    }
    .custom-search-input {
        padding: 10px 12px;
        width: 214px;
    }
    .request-table-row {
        display: flex;
        align-items: center;
        gap: 6px;
        padding: 12px 0;
    }
    .request-condition {
        width: 95px;
    }
    .form-headings {
        font-size: 25px;
        line-height: 32px;
        padding-top: 60px;
    }
}

@media (max-width:390px) {
    .extra-pad-three {
        padding-left: 7px;
    }
    .form-red-sec {
        font-family: "Montserrat", sans-serif;
        font-size: 12px;
    }
    .request-part,
    .request-condition,
    .request-qty {
        font-size: 13px;
    }
    .request-qty {
        width: 80px;
    }
}


/***********************************style-changes***********************************/

.status-content-box {
    background-color: #ffffffc9;
    border-radius: 24px;
    border: 1px solid #CDCDCD;
    box-shadow: 0px 4px 4px 0px #00000040;
    width: 92%;
    margin: 0px 70px 0px 0px;
    padding: 17px 0px;
}

.status-content-box .title {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 18px;
    color: #272626;
    line-height: 16px;
}

.status-content-box .top-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.status-progress {
    width: 70%;
    position: relative;
    height: 72px;
}

.progress-track {
    position: relative;
    width: 425px;
    height: 16px;
    background: #d3d3d3;
    border-radius: 999px;
    margin: 18px auto 6px 7px;
    box-shadow: inset 0 1px 0 #ffffff, inset 0 -1px 0 #c2c2c2;
}

.progress-fill {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: var(--progress, 13%);
    background: #D81F29;
    border-radius: 999px;
    transition: width 0.5s ease;
    /* Smooth animation */
}

.progress-plane {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 26px;
    left: calc(var(--progress, 18%) - 16px);
    z-index: 3;
    filter: brightness(0) saturate(100%);
    transition: left 0.5s ease;
    /* Smooth plane movement */
    z-index: 1;
}

.status-progress-bar {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
    width: 492px;
    position: absolute;
    top: 27px;
    left: -20px;
    right: 0px;
}


/* line rendered by .progress-track above */

.step {
    position: relative;
    text-align: center;
    z-index: 2;
    flex: 1;
    text-align: center;
    flex: 1;
}

.circle {
    position: absolute;
    top: -20px;
    left: 0px;
    right: 0px;
    width: 33px;
    height: 33px;
    border-radius: 50%;
    background: linear-gradient(#CDCDCD, #CDCDCD) padding-box, linear-gradient(to bottom, #ffffff, #999999) border-box;
    border: 1px solid transparent;
    /* Must be transparent for gradient to show */
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
}

.step.active .circle {
    background: #D81F29;
    /* red for active */
    background: linear-gradient(#d81f29, #d81f29) padding-box, linear-gradient(to bottom, #ffffff, #d81f29) border-box;
    z-index: 99;
}

.step .status-text {
    display: block;
    text-align: center;
    padding-top: 22px;
    font-family: "Montserrat", sans-serif;
    font-size: 9px;
    font-weight: 700;
    color: #272626;
}

.bottom-content {
    border-top: 1px solid #CDCDCD;
    margin-top: 15px;
    padding-top: 13px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.status-left,
.status-right {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #272626;
}

.status-left span,
.status-right span {
    font-weight: 700;
}

.status-progress-bar .step:first-child .circle {
    left: 25px;
    margin-left: 0;
    margin-right: auto;
}

.status-progress-bar .step:last-child .circle {
    right: 28px;
    left: auto;
    margin-left: auto;
    margin-right: 0;
}


/* @media (max-width:1800px) {
    .status-content-box {
        width: 90%;
    }
} */


/* @media (max-width:1600px) {
    .status-content-box {
        width: 98%;
    }
    .air-bus-area {
        gap: 30px;
    }
} */

@media (max-width:1500px) {
    .progress-track {
        width: 410px;
    }
    .status-progress-bar {
        width: 475px;
    }
    .home-banner-area .content-img-area {
        width: 43%;
    }
    .home-banner-area .plane-image-area {
        width: 54%;
    }
}

@media (max-width:1450px) {
    .home-banner-area .content-img-area {
        width: 39%;
    }
    .home-banner-area .plane-image-area {
        width: 58%;
    }
    .progress-track {
        width: 92%;
    }
    .status-progress-bar {
        width: 105%;
    }
}

@media (max-width:1365px) {
    .status-content-box .top-content {
        flex-wrap: wrap;
        row-gap: 15px;
        justify-content: center;
    }
    .status-progress {
        width: 98%;
    }
    .progress-track {
        width: 95%;
        margin-left: auto;
        margin-right: auto;
    }
    .status-progress-bar {
        width: 100%;
        left: 0px;
    }
    .plane-image-area {
        width: 100%;
        margin: auto;
    }
    .home-banner-area .plane-image-area {
        width: 100%;
    }
    .status-progress-bar .step:last-child .circle {
        right: 10px;
    }
    .status-progress-bar .step:first-child .circle {
        left: 0px;
    }
    .icon.aircraft .status-text {
        text-align: left;
    }
    .icon.available .status-text {
        text-align: right;
    }
    .home-banner-area .content-img-area {
        width: 50%;
    }
}

@media (max-width:1200px) {
    .status-progress-bar .step:last-child .circle {
        right: 15px;
    }
    .home-banner-area .content-img-area,
    .status-content-box {
        width: 100%;
    }
    .status-content-box {
        padding: 20px 0px;
    }
    .step .status-text {
        font-size: 12px;
    }
    .status-content-box .title {
        font-size: 20px;
    }
}

@media (max-width:820px) {
    .status-progress-bar .step:last-child .circle {
        right: 6px;
    }
}

@media (max-width: 767px) {
    .status-content-box .title {
        font-size: 18px;
    }
    .step .status-text {
        font-size: 9px;
    }
}

@media (max-width: 620px) {
    .plane-image-area {
        width: 100%;
        margin: auto;
    }
    .home-banner-area .plane-image-area {
        width: 100%;
    }
    .status-progress {
        width: 94%;
    }
}

@media (max-width: 420px) {
    .circle {
        top: -15px;
        width: 26px;
        height: 26px;
    }
    .circle img {
        width: 18px;
    }
    .icon.parts-inspection .circle img {
        width: 20px;
    }
    .icon.repair .circle img,
    .icon.available .circle img {
        width: 15px;
    }
    .progress-plane {
        left: calc(var(--progress, 18%) - 11px);
        height: 20px;
    }
    .status-content-box .title {
        font-size: 16px;
    }
    .status-left,
    .status-right {
        font-size: 12px;
    }
}

@media (max-width: 1200px) {
    .main-view {
        display: none;
    }
    .responsive-view {
        display: flex;
    }
}

@media (min-width: 1200px) {
    .main-view {
        display: flex;
    }
    .responsive-view {
        display: none;
    }
}


/*********************/

.common-container {
    max-width: 1440px;
    position: relative;
    margin: auto;
    padding-left: 0px;
    padding-right: 0px;
}

.footer-section {
    padding-left: 0px;
    padding-right: 0px;
}

.footer-content {
    justify-content: space-between;
}

@media (max-width: 1500px) {
    .common-container {
        padding-left: 60px;
        padding-right: 60px;
        max-width: 100%;
        width: 100%;
    }
}

@media (max-width: 991px) {
    .common-container {
        padding-left: 40px;
        padding-right: 40px;
    }
    .footer-section {
        padding-left: 40px;
        padding-right: 40px;
    }
    .common-container.footer-content {
        padding-left: 0px;
        padding-right: 0px;
    }
}

@media (max-width: 767px) {
    .footer-section {
        align-items: center;
        gap: 0px;
    }
    .footer-content {
        align-items: center;
        gap: 20px;
    }
}

@media (max-width: 575px) {
    .common-container {
        padding-left: 20px;
        padding-right: 20px;
    }
    .footer-section {
        padding-left: 20px;
        padding-right: 20px;
    }
    .form-group input {
        width: 100%;
        padding: 14px;
        border: 1px solid #ABABAB;
        border-radius: 10px;
        font-size: 14px;
    }
    .slide-height {
        height: 500px;
        object-fit: cover;
    }
}


/*********************/


/* Hide form by default below 820px */

@media (max-width: 820px) {
    .form-container {
        display: none;
        /* hidden by default */
        position: fixed;
        left: 50%;
        bottom: 0;
        transform: translate(-50%, 100%);
        /* start off-screen at bottom */
        opacity: 0;
        width: 100%;
        max-width: 520px;
        background: #fff;
        padding: 20px;
        border-radius: 50px 50px 0 0;
        box-shadow: 0 -6px 24px rgba(0, 0, 0, 0.18);
        z-index: 9999999;
        transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.6s ease;
        will-change: transform, opacity;
    }
    /* When active, slide up + fade in */
    .form-container.active {
        transform: translate(-50%, 0);
        opacity: 1;
    }
}

.new-one-form {
    position: absolute;
    top: 15px;
    left: 50%;
    transform: translateX(-50%);
    width: 39px;
    height: 39px;
    border-radius: 50%;
    border: none;
    background: #fbe9ea;
    color: #000000;
    font-size: 30px;
    font-weight: 300;
    cursor: pointer;
    transition: background 0.3s ease;
    display: none;
    /* hidden by default */
    align-items: center;
    justify-content: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    line-height: 1;
}


/* Show button only on ≤820px */

@media (max-width: 820px) {
    .new-one-form {
        display: flex;
    }
    .gap-forms {
        flex-direction: column;
    }
    .none-820 {
        width: 0% !important;
    }
    .early-bird-content {
        width: 100%;
    }
    form {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }
    .form-row {
        flex-direction: column;
        gap: 10px;
    }
}

@media (min-width: 820px) {
    .new-one-form {
        display: none;
    }
}

.fixed-btn-res {
    width: 100%;
    position: fixed;
    display: flex;
    background-color: #D9D9D9;
    padding: 20px 10px;
    bottom: 0px;
    z-index: 1000;
}

.btm-btn-click {
    width: 100%;
    position: relative;
    display: flex;
    background-color: #D81F29;
    color: #ffffff;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 22px;
    border-radius: 10px;
    padding: 26px 40px;
    justify-content: center;
}

.ftr-btmmar {}

@media (max-width: 420px) {
    .btm-btn-click {
        padding: 26px 10px;
    }
}

@media (max-width: 820px) {
    .fixed-btn-res {
        display: block;
    }
    .ftr-btmmar {
        margin-bottom: 125px;
    }
}

@media (min-width: 820px) {
    .fixed-btn-res {
        display: none;
    }
}

@media (max-width: 575px) {
    .main-view-red {
        display: none;
    }
    .res-view-red {
        display: block;
    }
    .red-border {
        padding: 5px 10px;
        width: fit-content;
    }
    .quote-btn {
        margin-top: 15px;
    }
    .extra-list-pad {
        padding: 15px 15px;
    }
    .product-name-list {
        font-family: "Oswald", sans-serif;
        font-size: 16px;
    }
    .beacn-text {
        font-family: "Roboto", sans-serif;
        font-size: 14px;
        ;
    }
    .quote-btn {
        width: 100%;
        font-size: 14px;
        padding: 8px 5px;
    }
    .pop-form-head {
        padding-top: 60px;
    }
}

@media (min-width: 575px) {
    .main-view-red {
        display: flex;
    }
    .res-view-red {
        display: none;
    }

}

.brd-img-wht {
    border-radius: 20px;
}

@media (max-width: 575px) {
    .brd-img-wht {
        width: 140px;
        padding-top: 10px;
        padding-bottom: 20px;
    }
}

@media (max-width: 420px) {
    .quote-btn {
        font-size: 13px;
    }
    .extra-list-pad {
        padding: 10px 8px;
    }
}

@media (max-width: 375px) {
    .quote-btn {
        font-size: 12px;
    }
}

@media (max-width: 820px) {
    .d-nones {
        display: none;
    }
    .form-red-sec {
        font-family: "Montserrat", sans-serif;
        font-size: 16px;
    }
    .request-table-header {
        padding: 7px 16px;
    }
    .comn-input {
        width: 30%;
    }
}

.info-card.swiper-slide {
    display: flex;
    align-items: center;
    background: #fff;
    border-radius: 40px;
    padding: 10px 10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.08);
    font-size: 14px;
}

.aircraft-info.swiper {
    overflow: initial;
    overflow-y: visible;
    overflow-x: hidden;
}

.swiper-pagination {
    bottom: -50px !important;
    z-index: 999999;
}

.aircraft-info.swiper {
    overflow-y: visible;
}

.swiper-pagination-bullet {
    background: #000;
    /* dot color */
    opacity: 0.4;
}

.swiper-pagination-bullet-active {
    opacity: 1;
}


/* Base dot */

.swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: transparent;
    /* No fill */
    border: 2px solid #ccc;
    /* Grey outline for inactive */
    border-radius: 50%;
    opacity: 1;
    /* Ensure they are always visible */
    margin: 0 5px !important;
    /* Space between dots */
    transition: all 0.3s ease;
}


/* Active dot */

.swiper-pagination-bullet-active {
    background: #d81f29;
    /* Red fill */
    border-color: #d81f29;
    /* Match fill color */
}

@media (min-width: 1201px) {
    .swiper,
    .swiper-wrapper,
    .swiper-slide,
    .swiper-pagination {
        all: unset;
        /* Removes Swiper styles above 1200px */
    }
    .aircraft-info .swiper-wrapper {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 20px;
        width: 100%;
    }
    .swiper-pagination {
        display: none !important;
    }
}

.aircraft-info.swiper {
    overflow: hidden;
    /* Important for slider */
}

.info-card.swiper-slide {
    display: flex;
    align-items: center;
    background: #fff;
    border-radius: 40px;
    padding: 10px 10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.08);
    font-size: 14px;
}

.swiper-pagination {
    bottom: -25px !important;
    position: relative !important;
    /* Ensure it’s rendered */
    text-align: center;
    /* Center bullets */
}

.swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    border: 2px solid #ccc;
    border-radius: 50%;
    background: transparent;
    opacity: 1;
    margin: 0 5px !important;
    transition: all 0.3s ease;
}

.aircraft-info .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #D81F29;
    border-color: #D81F29;
}

.aircraft-info .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #fff;
    border-color: #D81F29;
    border: 1px solid #B3B3B3;
}


/* Swiper layout below 1200px */

@media (max-width: 1200px) {
    .aircraft-info .swiper-wrapper {
        display: flex !important;
        /* Swiper will handle rows/columns */
    }
    .aircraft-info.swiper {
        overflow-y: visible;
        overflow-x: hidden;
        height: auto;
        padding-bottom: 25px;
    }
}

@media (max-width: 450px) {
    .request-table-row {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
    .row-full {
        flex-direction: row !important;
        display: flex;
        gap: 20px;
    }
    .input-with-close {
        width: 100%;
    }
    .request-part {
        width: 100%;
    }
    .request-delete {
        cursor: pointer;
        color: #333;
        font-size: 18px;
        margin: auto;
    }
}

.dropdown-wrapper {
    position: relative;
    width: 250px;
}

.dropdown-list {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    border: 1px solid #ddd;
    max-height: 150px;
    overflow-y: auto;
    z-index: 999;
    list-style: none;
    margin: 0;
    padding: 0;
}

.dropdown-list li {
    padding: 8px 12px;
    cursor: pointer;
}

.dropdown-list li:hover {
    background: #f2f2f2;
}

.request-input.comn-input {
    color: #838383;
}

@media(min-width:575px){
    .normal-view{
        display: block !important;
    }
    .res-view{
        display:none !important;
    }
}
/*############# New style for listing page last section ##############*/
.teardown-wrap {
    align-items: stretch;
}
/* Slider column */
.teardown-slider,
.teardown-slider .brd-slider,
.teardown-slider .carousel-inner,
.teardown-slider .carousel-item {
    height: 100%;
}
/* Images take full height */
.teardown-slider .carousel-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* fills the space, crops if needed */
}
/* Group heading + contents neatly */
.teardown-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* centers vertically inside the container */
}

/*############ Form country select box   ##############*/
.iti__country-list {
    text-align: left;
    z-index: 99999999;
}
.iti-mobile .iti--container {
    top: 30px;
    bottom: 30px;
    left: 30px;
    right: 30px;
    position: fixed;
    z-index: 999999 !important;
}
@media(max-width:575px){
    .iti-mobile .iti--container {
        top: 30px;
        bottom: 30px;
        left: 0px;
        right: 30px;
        position: fixed;
        z-index: 999999 !important;
    }
}
/*######## To add the carousel indicator #############*/

.my-carousel-indicators button {
    width: 14px !important;
    height: 8px !important;
    border-radius: 10px !important;
    /* pill shape */
    background-color: #7F8489 !important;
    /* non-active color */
    border: none !important;
    margin: 0 5px !important;
    padding: 0 !important;
    display: inline-block !important;
    appearance: none !important;
    overflow: hidden !important;
    transition: all 0.3s ease !important;
}
/* Active indicator */
.my-carousel-indicators .active {
    background-color: #D81F29 !important;
    /* active color */
    width: 14px !important;
    height: 8px !important;
    border-radius: 10px !important;
}


@media (max-width: 575px) {
    .teardown-slider,
    .teardown-slider .brd-slider,
    .teardown-slider .carousel-inner,
    .teardown-slider .carousel-item,
    .teardown-slider .carousel-item img {
        height: 350px !important;
        /* fixed height */
        object-fit: cover;
        /* fill space nicely */
    }
    .comn-input {
        width: 100%;
    }
    .request-input.full {
        padding: 12px 41px 12px 8px;
    }
}

.part_table {
    width: 100%;
    max-width: 650px;
    border-radius: 6px;
    overflow: hidden;
    font-family: Arial, Helvetica, sans-serif;
    border: 1px solid #e5e5e5;
}


/* Header */

.part_header {
    display: flex;
    background: #D82028;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
}

.part_header div {
    flex: 1;
    padding: 12px 16px;
}


/* Row */

.part_row {
    display: flex;
    background: #ffffff;
}

.part_row>div {
    flex: 1;
    padding: 14px 16px;
}


/* Inputs */

.part_input,
.qty_input {
    width: 100%;
    height: 42px;
    border: 1px solid #cfcfcf;
    border-radius: 6px;
    padding: 0 12px;
    font-size: 14px;
    outline: none;
    background: #fff;
}

.part_input[readonly] {
    background: #ffffff;
    cursor: default;
}

.part_input.small {
    max-width: 80px;
}


/* Quantity arrows visible */

.qty_input {
    max-width: 90px;
}


/* Wrapper */

.request-input-wrap {
    position: relative;
    width: 100%;
}


/* Input */

.request-input.full {
    width: 100%;
    padding: 12px 44px 12px 14px;
    /* space for icon */
    border: 1px solid #ccc;
    border-radius: 8px;
    font-family: 'helvetica';
    font-size: 15px;
    outline: none;
    resize: none;
}


/* Search icon */

.request-search-icon {
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    /* allows typing normally */
    display: flex;
    align-items: center;
}

.request-submit-new {
    background: #D91414 !important;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    font-size: 1em;
    font-weight: bold;
    cursor: pointer;
    width: 100%;
    max-width: 220px;
    transition: background-color 0.2s ease;
    margin: auto;
}

.pad-top-new {
    padding-bottom: 30px;
}

@media (max-width: 575px) {
    .request-input.full {
        padding: 12px 41px 12px 8px;
    }
}

/**************************************/
@media (max-width: 1300px) {
    .img-list-area img{
        width: 100% !important;
        object-fit: cover;
        /* height: 100% !important; */
    }
}
@media (max-width: 840px) {
    .parts-containerSection .custom-search-input,  .parts-containerSection .custom-search-box{
        width: 100% !important;
    }
}

@media (max-width: 575px) {
    /* .img-list-area img{
        width: fit-content !important;
        height: fit-content !important; 
    } */
    .parts-containerSection .custom-search-box{
        border: 0px solid #ccc;
        padding: 0px;
    }
    .parts-containerSection .custom-search-input {
        border: 1px solid #ccc;
    }
    .form-popup .request-popup {
        width: 90%;
        max-width: 90%;
}
 .form-popup .request-submit-new {

    padding: 7px 10px;
    max-width: fit-content;
}
 .form-popup .close-btn {
        right: 2%;
        transform: translateX(2%);
    }
    .form-popup .pop-form-head {
        padding-top: 25px;
        font-size: 35px;
    }
}
@media (max-width: 430px) {
    .img-list-area img{
        width: 100% !important;
        height: 100% !important;
    }
     .form-popup .pop-form-head {
        padding-top: 35px;
    }
}
.parts-list .part-item .beacn-text{
    text-align: left;
}
/**************************************/



.flight-type-row {
    display: flex !important;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
}

.click-btn {
    flex: 0 0 154px; 
    width: 154px;
    height: 154px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    text-decoration: none;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.click-btn .flight-icon{
    width: 154px;
    height: 154px;
    object-fit: cover;
}
.active-tab{
    border: 2px solid  #D81F29;
}

.jet-button-container {
    position: relative;
  
}
.flight-icon{
    border-radius: 50%;
}
/* Position the SVG to cover the container */
.border-svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: rotate(90deg); 
    pointer-events: none;
}

.border-circle {
    fill: none;
    stroke: #D81F29;
    stroke-width: 1.5;
    stroke-dasharray: 310; 
    stroke-dashoffset: 310;
    transition: stroke-dashoffset 0.6s ease-in-out;
}

.jet-button-container:hover .flight-icon:not(.active-tab) ~ .border-svg .border-circle {
    stroke-dashoffset: 0;
}

.flight-icon.active-tab ~ .border-svg .border-circle {
   display: none;       
}


@media (max-width: 1500px) {
    .click-btn {
        width: 130px;
        height: 130px;
        flex: 0 0 130px; 
    }
    .click-btn .flight-icon{
        width: 130px;
        height: 130px;
    }
}
@media (max-width: 1360px) {
    
    .click-btn {
       width: 120px;
        height: 120px;
        flex: 0 0 120px;
    }
    .click-btn .flight-icon{
        width: 120px;
        height: 120px;
    }
    
}
@media (max-width: 1220px) {
.flight-type-row {
        flex-wrap: wrap;
        gap: 17px;
    }
    
    .click-btn {
       width: 110px;
        height: 110px;
        flex: 0 0 110px;
    }
    .click-btn .flight-icon{
        width: 110px;
        height: 110px;
    }
}
@media (max-width: 1120px) {
.flight-type-row {
        gap: 13px;
    }
    
    .click-btn {
       width: 100px;
        height: 100px;
        flex: 0 0 100px;
    }
    .click-btn .flight-icon{
        width: 100px;
        height: 100px;
    }
}
@media (max-width: 1012px) {
    
    .click-btn {
        width: 90px;
        height: 90px;
        flex: 0 0 90px;
    }
    .click-btn .flight-icon{
        width: 90px;
        height: 90px;
    }
    
}
/* @media (max-width: 860px) {
    .flight-type-row {
    justify-content: center;
}
} */
@media (max-width: 650px) {
 .click-btn {
        width: 100px;
        max-width: 100px !important;
        height: 100px;
        flex: 0 0 100px !important;
    }
    .click-btn .flight-icon{
        width: 100px;
        height: 100px;
    }
    .flight-type-row {
        gap: 14px;
    }
    .custom-pagination button {
        padding: 5px 10px;
    }
}
@media (max-width: 482px) {
    
    .click-btn {
        width: 84px;
        max-width: 84px !important;
        height: 84px;
        flex: 0 0 84px !important;
    }
    .click-btn .flight-icon{
        width: 84px;
        height: 84px;
    }
}
@media (max-width: 420px) {
    .flight-type-row{
        gap: 10px;
    }
    .click-btn {
        width: 78px;
        max-width: 78px !important;
        height: 78px;
        flex: 0 0 78px !important;
    }
    .click-btn .flight-icon{
        width: 78px;
        height: 78px;
    }
    .custom-pagination {
        gap: 3px;
    }
    .custom-pagination button {
        padding: 4px 7px !important;
        font-size: 10px !important;
    }
}
@media (max-width: 382px) {
    
    .click-btn {
        width: 72px;
        max-width: 72px !important;
        height: 72px;
        flex: 0 0 72px !important;
    }
    .click-btn .flight-icon{
        width: 72px;
        height: 72px;
    }
       
}


/* on-repair-section----------------------- */

.repair-status {
    position: absolute;
    bottom: 12px;
    right: 25px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.status-dot {
    width: 13px;
    height: 13px;
    background-color: #2ecc40;
    border-radius: 50%;
    margin: auto;
}

.status-text-rep {
    font-size: 20px;
    font-weight: 500;
    color: #000000;
}

@media (max-width: 1200px) {
    .status-text-rep {
        font-size: 15px;
        font-weight: 500;
        color: #000000;
    }
}

@media (max-width: 575px) {
    .repair-status {
        right: 15px;
    }
    .status-text-rep {
        font-size: 14px;
    }
}

@media (max-width: 420px) {
    .repair-status {
        right: 8px;
    }
}
