@import url("./variable.css");
a{
    text-decoration:none !important;
}
/* ===== Top Header ===== */
/*.hero-section {*/
/*    min-height: 100%;*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*    padding: 0px 4% 0px 0%;*/
/*    background: var(--white);*/
/*    position: relative;*/
/*    overflow: hidden;*/
/*    margin-top: 70px;*/
/*}*/
.hero-section {
    min-height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0px 1% 0px 0%;
    background: var(--white);
    position: relative;
    overflow: hidden;
    margin-top: 70px;
}
.hero-bg-decor {
    position: absolute;
    top: 0;
    left: 0;
    width: 90%;
    height: 100%;
    overflow: hidden;
    clip-path: polygon(0% 0, 85% 0, 100% 100%, 0% 100%);
}
.hero-bg-decor .carousel-item{
    position: relative;
}

.hero-bg-decor .carousel-item img{
    width:100%;
    height:100vh;
    object-fit:cover;
}

.slide-content{
    position:absolute;
    top:50%;
    left:50px;
    transform:translateY(-50%);
    z-index:2;
    color:#fff;
    width:80%;
}

.slide-content .hero-title{
    color:#fff;
}

#heroSlider,
#heroSlider .carousel-inner,
#heroSlider .carousel-item {
    height: 100%;
}

#heroSlider .carousel-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#heroSlider .carousel-item::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to right,
            rgba(0, 0, 0, .7),
            rgba(0, 0, 0, .4));
}

.carousel-indicators button {
    width: 10px !important;
    height: 10px !important;
    border-radius: 50%;
}

.hero-line {
    position: absolute;
    left: 3%;
    top: 50%;
    transform: translateY(-50%);
    width: 2px;
    height: 230px;
    background: linear-gradient(to bottom, transparent, var(--gold), transparent);
}

/* From Uiverse.io by vinodjangid07 */
.Btn-gold {
    width: 100%;
    height: 45px;
    padding: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    z-index: 1;
    background: linear-gradient(135deg, var(--maroon), var(--maroon-deep), var(--maroon-light));
    border: 1px solid var(--gold-light);
    border-radius: 3px;
    color: var(--gold-light);
    font-family: 'Cinzel', serif;
    font-size: 0.82rem;
    letter-spacing: 3px;
    text-transform: uppercase;
    cursor: pointer;
    box-shadow: 0 0 0 1px rgba(201, 168, 76, 0.3);
    transition: all 0.35s ease;
}

.Btn-gold::before {
    position: absolute;
    /* content: "Submit"; */
    display: flex;
    align-items: center;
    justify-content: center;
    transition-duration: 1s;
    background-size: 200%;
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, var(--gold), var(--gold-light));
    opacity: 0;
    transition: opacity 0.35s;
    z-index: -1;
}

.Btn-gold:hover {
    background-position: right;
    background: var(--gold);
    color: var(--black);
    border-color: var(--maroon);
    transform: translateY(-2px);
    box-shadow: 0 8px 30px rgba(201, 168, 76, 0.35);
    transition: all 0.35s ease;
}

.Btn-gold span {
    position: relative;
    z-index: 1;
}

.Btn-gold:hover::before {
    background-position: right;
    transition-duration: 1s;
    opacity: 1;
}

.Btn-gold:active {
    transform: scale(0.95);
}

.premium-badge {
    font-size: 14px;
    font-family: 'Cinzel', serif;
    letter-spacing: 4px;
    color: #ffd966;
    text-transform: uppercase;
    margin-bottom: 15px;
    animation: fadeUp 0.8s 0.3s forwards;
    margin-left: -10px;
}

.premium-badge::before,
.premium-badge::after {
    content: '—';
    margin: 0 12px;
    color: rgba(201, 168, 76, 0.5);
}

/* nav end */
.hero-title {
    font-size: clamp(32px, 4vw, 5.5rem);
    font-weight: 700;
    font-family: 'Cormorant Garamond', serif;
    line-height: 1;
    color: #fff;
}

.hero-title span {
    color: #ffd966;
}

.hero-desc {
    font-size: 14px;
    line-height: 1.9;
    color: #fff;
    max-width: 380px;
    margin-bottom: 0px;
}

/* left btn */
.btn-77 {
    border: none;
    border-radius: 2px;
    background: linear-gradient(to right, #bf953f, #fcf6ba, #b38728, #fbf5b7, #aa771c);
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: 12px;
    color: rgb(32, 32, 32);
    font-weight: 700;
    position: relative;
    z-index: 2;
    padding: 8px 17px;
    transition-duration: 1.5s;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.144);
    background-size: 200% 200%;
    text-decoration: none;
    cursor: pointer;
    font-family: Arial, Helvetica, sans-serif;
    margin-top: 25px;
}

.logoIcon path {
    fill: rgb(121, 103, 3);
}

.btn-77:hover {
    transform: scale(0.95);
    transition-duration: 3s;
    animation: gradient 5s ease infinite;
    background-position: right;
}

/* date  input  ustm*/
.input-date {
    padding: 7px 4px !important;
}

/* form section */
.form-holder {
    margin-top: 0;
    display: flex;
    align-items: stretch;
    position: relative;
    margin-bottom: 30px;
    width: 100%;
    padding: 40px 0px 20px;
    margin-left: auto;
}

.hero-sec-row {
    position: relative;
    z-index: 1;
    align-items: center;
}

/* left side btn */
.form-tabs {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 6px;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin: 0;
    border-bottom: 1px solid rgba(201, 168, 76, 0.25);
    position: relative;
    z-index: 15;
    background: none;
}

.tab-btn {
    flex: 1;
    padding: 8px 8px;
    background: none;
    border: none;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #565555;
    cursor: pointer;
    transition: all 0.3s;
    position: relative;
}

.form-control::placeholder {
    color: rgba(49, 49, 49, 0.45);
    opacity: 1;
}

.tab-btn.active {
    color: #6B0F1A;
    position: relative;
    background: #fdf8f9;
}

.tab-btn.active::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, var(--maroon), var(--maroon-light));
}

/* FORM CONTENT SWITCH */
.form-select {
    color: #a5151a;
}

.form-control option {
    background: #fff !important;
    color: #222 !important;
    padding: 10px;
}

.form-select option:hover {
    background: #7b0d17 !important;
    color: #fff !important;
}

option:hover {
    background: red !important;
}

.form-content {
    display: none;
}

.form-content.active {
    display: block;
}

.form-content-wrapper {
    padding: 0px 10px 5px 10px;
}

/* left side btn end */
.form-div {
    font-family: 'Inter', sans-serif;
    background: #ffffff;
    backdrop-filter: blur(12px);
    border-radius: 16px;
    width: 100%;
    min-height: unset;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    min-height: 550px;
    /*border: 1px solid #c9a84c33;*/
    box-shadow: 0 24px 80px rgba(0, 0, 0, 0.08);
}

/* this font family */
#vipForm form {
    display: flex;
    flex-direction: column;
    min-height: 443px;
}

#hotelForm .row:last-child {
    margin-top: auto;
}

#vipForm .row:last-child {
    margin-top: auto;
}

#airportForm .row:last-child {
    margin-top: auto;
}

.form-div input,
.form-div textarea,
.form-div select,
.form-div button {
    font-family: 'Poppins', sans-serif;
}

/* form tabs */
.form-inner {
    position: relative;
}

.ribbon-div {
    position: relative !important;
    margin: 0;
    width: 100%;
}

#ribbon {
    margin-left: -19px;
    text-align: center;
    color: var(--gold-light);
    letter-spacing: .8px;
    display: inline-block;
    transform: translateX(-50%);
    z-index: 9999;
    background: var(--maroon);
    font-size: 20px;
    letter-spacing: 1px;
    font-family: "Cormorant Garamond", serif;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .3), inset 0 0 20px rgba(0, 0, 0, .1), 0 2px 8px rgba(0, 0, 0, .3);
    position: relative;
    left: 0;
    transform: none;
    width: 100%;
    margin: 0;
    padding: 14px 20px;
    display: flex;
    justify-content: space-between;
}

#ribbon:before {
    left: -1.35em;
    border-right-width: .75em;
    border-left-color: transparent;
}

#ribbon:after {
    right: -1.35em;
    border-left-width: .75em;
    border-right-color: transparent;
}

/* form tabs end */

.form-lable {
    display: block;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #5d5d5d;
    margin-bottom: 5px;
}

select.form-control option {
    background: #fff2f5;
    color: #989898;
}

.label-star {
    font-size: 16px;
    font-weight: 700;
}

.icon-input {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 9px;
}

.icon-textarea {
    padding: 0px 10px 0px 10px;
}

/* ICON STYLE */

.input-wrapper {
    position: relative;
    width: 100%;
}

.input-wrapper i {
    position: absolute;
    top: 50%;
    padding: 0px 6px;
    transform: translateY(-50%);
    color: #ffff;
    font-size: 12px;
}

/* input padding */

.input-wrapper input,
.input-wrapper select {
    padding-left: 32px;
    padding-right: 35px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.instant-btn {
    margin-left: auto;
    padding: 2px 10px;
    border: 1px solid var(--gold-light);
    background: transparent;
    color: var(--gold-light);
    font-size: 14px;
    letter-spacing: 1.5px;
}

.down-icon {
    right: 0;
}

.input-wrapper .down-icon {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    color: #6B0F1A;
    font-size: 12px;
    pointer-events: none;
    z-index: 5;
}

/* left icons */
.input-wrapper i:not(.down-icon) {
    position: absolute;
    left: 6px;
    top: 50%;
    transform: translateY(-50%);
    color: #6B0F1A;
    font-size: 12px;
    z-index: 2;
}

.textarea-i {
    top: 27% !important;
}

/* INPUTS */
.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 7px 30px;
    border-radius: 4px;
    border: 1px solid rgba(201, 168, 76, 0.25);
    outline: none;
    font-size: 12px;
    background: #FAFAF8;
    color: #565555;
    transition: all 0.2s ease;
}

/* TEXTAREA FIX */
.form-group textarea {
    min-height: 60px;
    resize: vertical;
}

/* FOCUS EFFECT */
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    border-color: rgba(201, 168, 76, 0.6);
    box-shadow: 0 0 0 2px rgba(203, 29, 36, 0.15);
    /* background: rgba(201, 168, 76, 0.06); */
    color: #000;
}

/* HEADING COLOR */
.cont-heading .elevate {
    color: rgb(235, 82, 87);
}

.icon-textarea {
    position: relative;
}

select.form-control {
    appearance: auto !important;
    -webkit-appearance: menulist !important;
    -moz-appearance: menulist !important;
    padding-right: 35px;
}

/* why choose us css start */
.mhy-section {
    padding: 20px 0;
}

.why-choose {
    background: linear-gradient(60deg, #1a0004 0%, #351018 18%, #5a0014 38%, #720018 55%, #4b0010 75%, #160003 100%);
    color: #fff;
    position: relative;
    overflow: hidden;
    justify-content: space-between;
}

/* =========================Explore Button ========================= */

.vip-btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 10px 24px;
    border-radius: 4px;
    text-decoration: none;
    background: linear-gradient(135deg, #FFE9A8 0%, #E0B84C 35%, #B7791F 75%, #F8E7A1 100%);
    color: #3d1200;
    font-family: 'Jost', 'Inter', sans-serif;
    font-weight: 600;
    font-size: 15px;
    box-shadow: inset 0 2px 6px rgba(255, 255, 255, .25), 0 6px 18px rgba(212, 160, 23, .25);
    transition: .35s ease;
}

.vip-btn i {
    font-size: 15px;
    color: #4b1800;
}

.vip-btn:hover {
    transform: translateY(-3px);
    box-shadow: inset 0 2px 8px rgba(255, 255, 255, .3), 0 10px 22px rgba(212, 160, 23, .35);
}

.icon-box-why {
    background: linear-gradient(145deg, rgba(120, 0, 25, 0.18) 0%, rgba(120, 0, 25, 0.10) 35%, rgba(120, 0, 25, 0.06) 60%, rgba(35, 0, 8, 0.92) 100%);
    border: 1px solid rgba(255, 180, 0, 0.18);
    backdrop-filter: blur(10px);
    border-radius: 20px;
    padding: 8px;
    height: 100%;
}

.left-content-div {
    position: relative;
}

/* YELLOW STRIP */
.image-col-why::before {
    content: "";
    position: absolute;
    top: 25%;
    left: -13%;
    width: 80px;
    height: 75%;
    background: #ffc107;
    z-index: 1;
    clip-path: polygon(100% 0%, 100% 0%, 97.9% 0.793%, 92.199% 3.068%, 83.798% 6.669%, 73.597% 11.438%, 62.496% 17.218%, 51.394% 23.854%, 41.193% 31.188%, 32.792% 39.064%, 27.091% 47.325%, 24.991% 55.814%, 24.991% 55.814%, 27.091% 63.977%, 32.792% 71.355%, 41.193% 77.928%, 51.394% 83.681%, 62.496% 88.596%, 73.597% 92.655%, 83.798% 95.843%, 92.199% 98.141%, 97.9% 99.532%, 100% 100%, 50.462% 100%, 50.462% 100%, 48.832% 99.438%, 44.446% 97.793%, 38.061% 95.127%, 30.433% 91.501%, 22.319% 86.977%, 14.477% 81.615%, 7.661% 75.477%, 2.63% 68.625%, 0.139% 61.12%, 0.946% 53.023%, 0.946% 53.023%, 5.912% 44.757%, 14.713% 36.793%, 26.322% 29.263%, 39.712% 22.303%, 53.857% 16.047%, 67.732% 10.627%, 80.31% 6.179%, 90.565% 2.835%, 97.47% 0.731%, 100% 0%);
}

/* RED STRIP */
.image-col-why::after {
    content: "";
    position: absolute;
    top: 0;
    left: -6%;
    width: 125px;
    height: 100%;
    background: #000;
    z-index: 6;
    clip-path: polygon(100% 0%, 100% 0%, 97.9% 0.793%, 92.199% 3.068%, 83.798% 6.669%, 73.597% 11.438%, 62.496% 17.218%, 51.394% 23.854%, 41.193% 31.188%, 32.792% 39.064%, 27.091% 47.325%, 24.991% 55.814%, 24.991% 55.814%, 27.091% 63.977%, 32.792% 71.355%, 41.193% 77.928%, 51.394% 83.681%, 62.496% 88.596%, 73.597% 92.655%, 83.798% 95.843%, 92.199% 98.141%, 97.9% 99.532%, 100% 100%, 50.462% 100%, 50.462% 100%, 48.832% 99.438%, 44.446% 97.793%, 38.061% 95.127%, 30.433% 91.501%, 22.319% 86.977%, 14.477% 81.615%, 7.661% 75.477%, 2.63% 68.625%, 0.139% 61.12%, 0.946% 53.023%, 0.946% 53.023%, 5.912% 44.757%, 14.713% 36.793%, 26.322% 29.263%, 39.712% 22.303%, 53.857% 16.047%, 67.732% 10.627%, 80.31% 6.179%, 90.565% 2.835%, 97.47% 0.731%, 100% 0%);
}

.logo-why-choos {
    width: 30%;
    margin-top: 0px;

}

.small-title-why {
    font-size: 14px;
    letter-spacing: 2px;
    text-transform: uppercase;
    background: linear-gradient(90deg, #F8E7A1 0%, #E0B84C 30%, #ffbb57 50%, #FFE9A8 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    position: relative;
}

/* divider / line gradient */
.vip-divider {
    display: flex;
    justify-content: start;
}

.vip-divider-why {
    width: 95px;
    height: 2px;
    border-radius: 10px;
    margin-top: 10px;
    background: linear-gradient(90deg, #F8E7A1 0%, #E0B84C 35%, #B7791F 70%, #FFE9A8 100%);
    position: absolute;
}

.icon-divider-why {
    width: 60px;
    height: 2px;
    border-radius: 10px;
    margin-bottom: 5px;
    background: linear-gradient(90deg, #F8E7A1 0%, #E0B84C 35%, #B7791F 70%, #FFE9A8 100%);
}

.main-heading-why {
    font-size: 40px;
    font-weight: 700;
    margin: 10px 0;
    font-family: 'Cormorant Garamond', Georgia, serif;
}

.main-heading-color {
    color: #ffd966;
}

.desc {
    color: #cfcfcf;
    font-size: 13px;
    /* font-family: "Josefin Sans", sans-serif; */
}

.icon-box-why h5 {
    font-size: 20px;
    margin-top: 5px;
    font-weight: 600;
    font-family: 'Cormorant Garamond', Georgia, serif;
}

.icon-box-why p {
    font-size: 13px;
    color: #cfcfcf;

    margin-bottom: 5px;
}

.icon-why {
    width: 45px;
    height: 45px;
    background: radial-gradient(circle at top, #ffd978 0%, #e0ab2f 45%, #9c5f00 100%);
    box-shadow: inset 0 2px 6px rgba(255, 255, 255, 0.28), 0 4px 12px rgba(212, 160, 23, 0.25);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: var(--maroon-deep);
}

.image-col-why {
    position: relative;
    display: flex;
    /* height: 550px; */
    width: 700px;
}

.right-image-why {
    position: relative;
    height: 100%;
    flex: 1;
}

.right-image-why::after {
    content: "";
    position: absolute;
    top: -50px;
    left: 20%;
    transform: rotate(-136deg) scaleX(-1);
    width: 38px;
    height: 200px;
    background: #000;
    z-index: 6;
    clip-path: polygon(100% 0%, 100% 0%, 97.9% 0.793%, 92.199% 3.068%, 83.798% 6.669%, 73.597% 11.438%, 62.496% 17.218%, 51.394% 23.854%, 41.193% 31.188%, 32.792% 39.064%, 27.091% 47.325%, 24.991% 55.814%, 24.991% 55.814%, 27.091% 63.977%, 32.792% 71.355%, 41.193% 77.928%, 51.394% 83.681%, 62.496% 88.596%, 73.597% 92.655%, 83.798% 95.843%, 92.199% 98.141%, 97.9% 99.532%, 100% 100%, 50.462% 100%, 50.462% 100%, 48.832% 99.438%, 44.446% 97.793%, 38.061% 95.127%, 30.433% 91.501%, 22.319% 86.977%, 14.477% 81.615%, 7.661% 75.477%, 2.63% 68.625%, 0.139% 61.12%, 0.946% 53.023%, 0.946% 53.023%, 5.912% 44.757%, 14.713% 36.793%, 26.322% 29.263%, 39.712% 22.303%, 53.857% 16.047%, 67.732% 10.627%, 80.31% 6.179%, 90.565% 2.835%, 97.47% 0.731%, 100% 0%);
}

.content-wrapper-why {
    padding: 15px;
    font-family: 'Inter', serif;
}

.main-img-why {
    width: 100%;
    height: 100%;
    object-fit: cover;
    clip-path: polygon(23.133% 0%, 100% 0%, 100% 100%, 26.594% 100%, 26.594% 100%, 25.849% 99.538%, 23.828% 98.131%, 20.85% 95.75%, 17.233% 92.363%, 13.297% 87.94%, 9.361% 82.451%, 5.744% 75.865%, 2.766% 68.152%, 0.745% 59.282%, 0% 49.224%, 0% 49.224%, 0.648% 39.209%, 2.406% 30.457%, 4.997% 22.918%, 8.143% 16.543%, 11.566% 11.284%, 14.99% 7.091%, 18.136% 3.915%, 20.727% 1.707%, 22.485% 0.419%, 23.133% 0%);
}

/* why choose us css end */
/* why chane css start */

.steps-abhi {
    margin: 0px 10px;
}

.step-card {
    text-align: center;
    padding: 8px 10px;
    border: 1px solid #ecebeb;
    border-radius: 10px;
    transition: all 0.35s;
    height: 100%;
}

.step-card::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, var(--maroon), var(--gold));
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.4s;
}

.step-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.09);
}

.step-card:hover::before {
    transform: scale(1);
}

.abhi-col {
    padding: 3px;
    border-radius: 5px;
}

.step-circle {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border: 1px solid #f5e5b4;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    position: relative;
    background: #faf7ed;
}


.step-circle i {
    font-size: 30px;
    color: var(--maroon);
}

.step-title {
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 18px;
    font-family: 'Cormorant Garamond', Georgia, serif;
}

.step-text {
    font-size: 14px;
    color: #646464;
    font-family: "Josefin Sans", sans-serif;
    margin-bottom: 0px;
}

/* why chane css end */
/* all pages header */
/* about section header */
.headings {
    justify-content: center;
}

.tact-headc {
    position: relative;
    width: fit-content;
    padding: 0px 50px;
    display: flex;
    justify-content: center;
    /* horizontal center */
    align-items: center;
    flex-direction: column;
    height: 69px;
}

.tact-up {
    font-family: 'Cormorant Garamond', Georgia, serif;
    padding-top: 32px;
    position: relative;
    top: 5px;
    margin-bottom: 6px;
    font-size: 38px;
    text-transform: uppercase;
    font-weight: 700;
}

.tact-headc::before {
    content: "\f521";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    top: -27px;
    text-align: center;
    background-color: #fff;
    color: #c9a45c;
    font-size: 20px;
    font-weight: 700;
    left: 45%;
    padding: 10px;
    border-radius: 50%;
}

.tact-headP {
    font-family: 'Cinzel', serif;
    font-size: 12px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #c9a45c;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.tact-headP::before,
.tact-headP::after {
    content: "";
    width: 120px;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--gold), transparent);
    display: block;
    position: relative;
}

.tact-headP::after {
    background: linear-gradient(90deg, transparent, var(--gold), transparent);
}


.tact-headP span {
    position: relative;
}

.tact-headP span::before,
.tact-headP span::after {
    content: "◆";
    font-size: 16px;
    color: #c9a45c;
    position: absolute;
    top: 52%;
    transform: translateY(-52%);
}

.tact-headP span::before {
    left: -18px;
}

.tact-headP span::after {
    right: -18px;
}

.tact-headc-location {
    margin-bottom: 30px;
}

.tact-headc-faq {
    margin-bottom: 20px;
}

.tact-headc-enquire {
    margin-bottom: 10px;
}

.faq-section {
    padding: 20px 0;
}

.accordion-item {
    font-family: 'Montserrat', sans-serif;
    border: 1px solid rgba(201, 168, 76, 0.15);
    margin-bottom: 15px;
    background: #ffffff;
    border-radius: 4px;
    overflow: hidden;
    background-color: #f3f4f6;
    position: relative;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.02);
}

.accordion-header {
    margin-bottom: 0;
}

.accordion-button {
    color: #6B0F1A;
    padding: 18px 10px;
    box-shadow: none;
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    text-align: left;
}

.accordion-button i {
    font-size: 20px;
    font-weight: bold;
}

.accordion-button span {
    font-size: 15px;
    padding-left: 20px;
}

.accordion-button:not(.collapsed) {
    background-color: #fffaed;
    color: #6B0F1A;
}

.accordion-button::after {
    display: none;
}

.icon-circle {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    background: #F5EDD6;
    color: var(--maroon);
    border-radius: 50%;
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15); */
}

.accordion-collapse {
    border: none;
}

.accordion-item:not(:first-of-type) {
    border-top: 1px solid rgba(201, 168, 76, 0.18);
}

.icon-circle svg {
    width: 15px;
    height: 15px;
    color: #4A0A12;
    transition: transform 0.3s ease;
}

.accordion-button:not(.collapsed) .icon-circle svg {
    transform: rotate(180deg);
}

.accordion-body {
    padding: 1rem;
    color: #000;
    line-height: 1.6;
    background-color: #fff;
    font-size: 14px;
    border-top: 1px solid var(--gold);
}

.accordion-button:not(.collapsed) .icon-circle {
    background: linear-gradient(135deg, #C9A84C 0%, #E8C96A 50%, #C9A84C 100%);
}

.accordion-button:not(.collapsed) .accordion-item {
    border-color: var(--gold);
}

.accordion-item:has(.accordion-button:not(.collapsed)) {
    border-color: var(--gold);
}

.accordion-button:focus {
    box-shadow: none;
}

/* faq css start */
.container-faq {
    width: 100%;
    display: flex;
    flex-direction: column;
    height: 100%;
    font-family: 'Inter', sans-serif;
    /* font-family: 'Montserrat', sans-serif; */
    max-height: 567px;

}

.card-faq-black {
    width: 100%;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    margin-bottom: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.card-faq {
    width: 100%;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    margin-bottom: 10px;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 363px;
}

.bg-black {
    background: linear-gradient(135deg, #1a1a1a, #2c1010) !important;
    color: #fff;
    padding: 10px;
    border-radius: 14px;
    text-align: center;
    border-left: 4px solid #c9973a;
}

.bg-white-form {
    background-color: #ffffff;
    padding: 0px;
}

.text-red {
    color: #e63946;
}

.btn-red-faq {
    background: linear-gradient(90deg, #CA1D24, #e03030) !important;
    color: white;
    border: none;
    padding: 5px 25px;
    font-weight: 600;
    text-transform: uppercase;
    cursor: pointer;
    width: 100%;
    border-radius: 4px;
    transition: background 0.3s;
}

.faq-img-left {

    width: 100%;
    height: 100%;
}

.faq-img-l {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.btn-red-faq:hover {
    background-color: #c12a36;
}

.form-group {
    margin-bottom: 10px;
}

.form-control {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-sizing: border-box;
    font-size: 14px;
}

.form-control:focus {
    outline: none;
    border-color: #e63946;
    box-shadow: none;
}

.header-faq-p {
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 5px;
    letter-spacing: 3px;
    color: #ffd277;
}

.header-faq h2 {
    font-size: 26px;
    font-weight: 700;
    font-family: 'Cormorant Garamond', Georgia, serif;
    color: #fff;
}

.faq-p-lorem {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.65);
    line-height: 1.7;
}

.break-section {
    padding: 30px 0;
}

.section-break {
    padding: 45px 3%;
    background: linear-gradient(135deg, var(--maroon-deep) 0%, var(--black) 40%, var(--maroon) 100%);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    position: relative;
    overflow: hidden;
}

.break-content {
    flex: 1;
    position: relative;
    z-index: 2;
}

.break-stats {
    display: flex;
    gap: 20px;
    position: relative;
    z-index: 2;
}

.break-stat {
    text-align: center;
}

.break-stat .big {
    font-family: 'Cormorant Garamond', serif;
    font-size: 45px;
    font-weight: 300;
    color: var(--gold-light);
    line-height: 1;
    display: block;
}

.break-stat .small {
    font-size: 12px;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.5);
    margin-top: 15px;
    display: block;
}

.break-stat sup {
    font-size: 24px;
    color: var(--gold)
}

.break-divider {
    width: 1px;
    background: linear-gradient(180deg, transparent, rgba(201, 168, 76, 0.4), transparent);
    align-self: stretch;
}

.btn-break {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 10px 6px;
    background: transparent;
    border: 1px solid rgba(201, 168, 76, 0.5);
    color: var(--gold-light);
    font-family: 'Cinzel', serif;
    font-size: 0.75rem;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 2px;
    transition: all 0.35s ease;
    margin-top: 5px;
    position: relative;
    overflow: hidden;
}

.btn-break::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, var(--gold), var(--gold-light));
    transform: translateX(-100%);
    transition: transform 0.35s ease;
}

.btn-break:hover {
    color: var(--black);
    border-color: transparent;
}

.btn-break:hover::before {
    transform: translateX(0);
}

.btn-break span {
    position: relative;
    z-index: 1;
}

.section-tag {
    font-family: 'Cinzel', serif;
    font-size: 0.68rem;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: var(--gold);
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 1rem;
}

/*.section-tag::before,*/
/*.section-tag::after {*/
/*    content: '';*/
/*    flex: 1;*/
/*    max-width: 40px;*/
/*    height: 1px;*/
/*    background: linear-gradient(90deg, transparent, var(--gold));*/
/*}*/

/*.section-tag::after {*/
/*    background: linear-gradient(90deg, var(--gold), transparent);*/
/*}*/

.section-tag.left::before {
    display: none;
}

.section-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(20px, 3vw, 3.6rem);
    font-weight: 300;
    color: var(--black);
    line-height: 1.15;
    letter-spacing: 1px;
}

.section-title em {
    font-style: italic;
    color: var(--maroon);
}

.section-title.light {
    color: var(--white);
}

.section-title.light em {
    color: var(--gold-light);
}

.head-ta {
    margin-bottom: 40px;
}

.head-taw {
    margin: 40px 0;
}

.testimonials-section {
    background: linear-gradient(160deg, var(--maroon-deep) 0%, var(--black-soft) 50%, var(--maroon-deep) 100%);
    position: relative;
    overflow: hidden;
    padding: 40px 3%;
    margin-bottom: 30px;
}

.testimonials-section::before {
    content: '"';
    font-family: 'Cormorant Garamond', serif;
    font-size: 40rem;
    font-weight: 700;
    color: rgba(201, 168, 76, 0.03);
    position: absolute;
    top: -10%;
    right: -5%;
    line-height: 1;
    pointer-events: none;
}

.testimonials-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.testi-card {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(201, 168, 76, 0.15);
    border-radius: 4px;
    padding: 34px 28px;
    position: relative;
    overflow: hidden;
    transition: all 0.45s ease;
}

.testi-card::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(201, 168, 76, 0.06), transparent);
    opacity: 0;
    transition: opacity 0.45s;
}

.testi-card:hover {
    transform: translateY(-6px);
    border-color: rgba(201, 168, 76, 0.4);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.4);
    background: rgba(255, 255, 255, 0.07);
}

.testi-card:hover::before {
    opacity: 1;
}

.testi-stars {
    color: var(--gold);
    font-size: 0.85rem;
    letter-spacing: 3px;
    margin-bottom: 18px;
}

.testi-quote {
    font-family: 'Cormorant Garamond', serif;
    font-size: 16px;
    font-style: italic;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.85);
    line-height: 1.75;
    margin-bottom: 24px;
}

.testi-quote::before {
    content: '\201C';
    color: var(--gold);
    font-size: 1.5rem;
    margin-right: 3px;
}

.testi-author {
    display: flex;
    align-items: center;
    gap: 14px;
}

.testi-avatar {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--maroon), var(--gold));
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Cinzel', serif;
    font-size: 1rem;
    color: var(--white);
    font-weight: 600;
    flex-shrink: 0;
}

.testi-name {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1rem;
    color: var(--white);
    font-weight: 500;
}

.testi-role {
    font-size: 0.68rem;
    color: var(--gold);
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin-top: 2px;
}

/* about section div */

.about-section {
    padding: 10px 0;
    position: relative;
}

.about-left {
    padding-right: 10px;
    padding-left: 40px;
}

.about-tag {
    color: #7b0d17;
    letter-spacing: 5px;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 20px;
    position: relative;
    display: inline-block;
}

.about-tag::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 50px;
    height: 2px;
    background: #c9a45c;
}

.about-heading {
    font-family: 'Cormorant Garamond', serif;
    font-size: 40px;
    line-height: 1;
    font-weight: 600;
    color: #11152a;
    margin-bottom: 10px;
}

.about-heading span {
    color: #7b0d17;
}

.heading-divider {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 20px 0 10px;
}

.heading-divider::before,
.heading-divider::after {
    content: "";
    width: 120px;
    height: 1px;
    background: #d5b06d;
}

.heading-divider i {
    color: #d5b06d;
    font-size: 14px;
}

.about-text {
    color: #555;
    line-height: 2;
    font-size: 14px;
    text-align: justify;
}

.about-right {
    position: relative;
    min-height: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
}

/* RIGHT SIDE IMAGE WRAPPER */
.curve-wrapper {
    position: relative;
    overflow: hidden;
    width: 100%;
    background: #fff;
    border-left: 3px solid #d5b06d;
    clip-path: polygon(99.989% 100%, 10.797% 100%, 10.797% 100%, 6.731% 89.47%, 3.65% 79.063%, 1.523% 68.776%, 0.319% 58.608%, 0.009% 48.557%, 0.562% 38.622%, 1.948% 28.8%, 4.136% 19.09%, 7.096% 9.491%, 10.797% 0%, 99.989% 0%, 99.989% 100%);
}

/* IMAGE */
.curve-wrapper img {
    width: 100%;
    height: 470px;
    object-fit: cover;
    display: block;
}

/* BOTTOM SECTION */
.bottom-card {
    width: 100%;
    display: flex;
    position: relative;
    padding-left: 40px;
}

/* ICON BOX */
.features-box {
    position: absolute;
    bottom: -4px;
    width: 68%;
    background: #fff;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
    border: 1px solid #e4e4e4;
}

/* MAROON BOX */
.maroon-box {
    width: 30%;
    background: #7b0d17;
    color: #f4d18c;
    padding: 10px 10px 10px 25px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.maroon-box-inner {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.brand-call-devide {
    height: 2px;
    width: 300px;
    background: linear-gradient(90deg, transparent, var(--gold), transparent);
    margin: 10px 0;
}

.feature-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
}

.feature-item {
    /*text-align: center;*/
    padding: 20px 10px;
    border-right: 1px solid #ececec;
    border-bottom: 1px solid #ececec;
}

.feature-item i {
    color: #7b0d17;
    font-size: 28px;
}

.feature-item p {
    font-size: 13px;
    color: #333;
    line-height: 1.5;
    margin: 0;
    font-weight: 500;
}

.brand-logo {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
}

.brand-logo i {
    font-size: 30px;
}

.brand-logo h4 {
    font-size: 34px;
    margin: 0;
    font-family: 'Cormorant Garamond', serif;
}

.maroon-title {
    font-size: 18px;
    line-height: 1.1;
    font-family: 'Cormorant Garamond', serif;
    font-weight: 600;
}

.call-box {
    border: 1px solid rgba(255, 255, 255, 0.35);
    border-radius: 60px;
    padding: 10px 10px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.call-box i {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #d4ab67;
    color: #7b0d17;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
}

.call-box p {
    margin: 0;
    color: #fff;
    font-size: 13px;
}

/* ═════════════════ PACKAGES ══════════════ */
.packages-section {
    padding: 30px 2%;
}

.packages-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
}

.pkg-card {
    border-radius: 4px;
    overflow: hidden;
    position: relative;
    transition: all 0.45s ease;
    cursor: default;
}

/*.pkg-card:nth-child(1) {*/
/*    background: var(--white);*/
/*    border: 1px solid rgba(107, 15, 26, 0.18);*/
/*}*/

/*.pkg-card:nth-child(2) {*/
/*    background: linear-gradient(160deg, var(--maroon-deep), var(--maroon), var(--black-soft));*/
/*    border: 1px solid rgba(201, 168, 76, 0.3);*/
/*    transform: scale(1.04);*/
/*    box-shadow: 0 20px 60px rgba(61, 0, 8, 0.4);*/
/*}*/

/*.pkg-card:nth-child(3) {*/
/*    background: var(--black);*/
/*    border: 1px solid rgba(201, 168, 76, 0.2);*/
/*}*/

.pkg-card:hover {
    transform: translateY(-8px) scale(1.02);
    box-shadow: 0 30px 70px rgba(0, 0, 0, 0.25);
}

.pkg-card:nth-child(2):hover {
    transform: scale(1.06) translateY(-6px);
}

.pkg-badge {
    position: absolute;
    top: 0;
    right: 0;
    background: linear-gradient(135deg, var(--gold), var(--gold-light));
    color: var(--black);
    font-family: 'Cinzel', serif;
    font-size: 9px;
    letter-spacing: 2px;
    padding: 7px 18px;
    text-transform: uppercase;
    border-bottom-left-radius: 4px;
    font-weight: 700;
}

.pkg-header {
    padding: 30px 23px 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.pkg-card:nth-child(1) .pkg-header {
    border-color: rgba(107, 15, 26, 0.1);
}

.pkg-tier {
    font-family: 'Cinzel', serif;
    font-size: 0.68rem;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.pkg-card:nth-child(1) .pkg-tier {
    color: var(--maroon);
}

.pkg-card:nth-child(2) .pkg-tier {
    color: var(--gold);
}

.pkg-card:nth-child(3) .pkg-tier {
    color: var(--gold);
}

.pkg-name {
    font-family: 'Cormorant Garamond', serif;
    font-size: 30px;
    font-weight: 400;
}

.pkg-card:nth-child(1) .pkg-name {
    color: var(--maroon-deep);
}

.pkg-card:nth-child(2) .pkg-name {
    color: var(--white);
}

.pkg-card:nth-child(3) .pkg-name {
    color: var(--white);
}

.pkg-price {
    margin-top: 0px;
    display: flex;
    align-items: flex-end;
    gap: 4px;
}

.pkg-amount {
    font-family: 'Cormorant Garamond', serif;
    font-size: 45px;
    font-weight: 300;
    line-height: 1;
}

.pkg-card:nth-child(1) .pkg-amount {
    color: var(--black);
}

.pkg-card:nth-child(2) .pkg-amount {
    color: var(--gold-light);
}

.pkg-card:nth-child(3) .pkg-amount {
    color: var(--gold-light);
}

.pkg-currency {
    font-size: 1rem;
    margin-bottom: 10px;
    opacity: 0.6;
}

.pkg-card:nth-child(1) .pkg-currency {
    color: var(--black);
}

/* .pkg-card:nth-child(2, 3) .pkg-currency {
    color: var(--gold-light);
} */

.pkg-per {
    font-size: 11px;
    opacity: 0.5;
    margin-bottom: 8px;
}

.pkg-card:nth-child(1) .pkg-per {
    color: var(--text-mid);
}

.pkg-card:nth-child(2) .pkg-per {
    color: rgba(255, 255, 255, 0.6);
}

.pkg-card:nth-child(3) .pkg-per {
    color: rgba(255, 255, 255, 0.6);
}

.pkg-features {
    padding: 15px 28px 20px;
}

.pkg-feature {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 14px;
    font-size: 13px;
    line-height: 1.6;
}

.pkg-card:nth-child(1) .pkg-feature {
    color: var(--text-mid);
}

.pkg-card:nth-child(2) .pkg-feature {
    color: rgba(255, 255, 255, 0.78);
}

.pkg-card:nth-child(3) .pkg-feature {
    color: rgba(255, 255, 255, 0.65);
}

.pkg-btn {
    display: block;
    width: calc(100% - 60px);
    margin: 0 25px 20px;
    padding: 14px;
    text-align: center;
    text-decoration: none;
    font-family: 'Cinzel', serif;
    font-size: 11px;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    border-radius: 3px;
    transition: all 0.35s ease;
    position: relative;
    overflow: hidden;
}

.pkg-card:nth-child(1) .pkg-btn {
    background: transparent;
    border: 1px solid rgba(107, 15, 26, 0.3);
    color: var(--maroon);
}

.pkg-card:nth-child(1) .pkg-btn:hover {
    background: var(--maroon);
    color: var(--gold-light);
    border-color: var(--maroon);
}

.pkg-card:nth-child(2) .pkg-btn {
    background: linear-gradient(135deg, var(--gold), var(--gold-light));
    border: none;
    color: var(--black);
    font-weight: 700;
}

.pkg-card:nth-child(2) .pkg-btn:hover {
    background: linear-gradient(135deg, var(--gold-light), #F5E080);
    box-shadow: 0 8px 30px rgba(201, 168, 76, 0.5);
    transform: translateY(-2px);
}

.pkg-card:nth-child(3) .pkg-btn {
    background: transparent;
    border: 1px solid rgba(201, 168, 76, 0.35);
    color: var(--gold);
}

.pkg-card:nth-child(3) .pkg-btn:hover {
    background: linear-gradient(135deg, var(--gold), var(--gold-light));
    color: var(--black);
    border-color: transparent;
}


.place-card {
    position: relative;
    transition: 0.3s ease;
    border-radius: 12px;
    overflow: hidden;
    font-family: Inetr, sans-serif;
    border: 1px solid rgba(0, 0, 0, 0.24);

}

.airport-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(61, 0, 8, 0.88) 0%, rgba(0, 0, 0, 0.1) 100%);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 24px 22px;
    transition: background 0.4s;
}

.airport-iata {
    font-family: 'Cormorant Garamond', serif;
    font-size: 44px;
    font-weight: 300;
    color: rgb(237 195 0);
    position: absolute;
    top: 14px;
    right: 18px;
    letter-spacing: 3px;
    line-height: 1;
    transition: color 0.4s;
}

.place-card img {
    height: 350px;
}

.place-card:hover {
    transform: scale(1.05);
}

.place-name {
    font-size: 15px;
    background: linear-gradient(135deg, #1a1a1a, #2a2a2a) !important;
    color: #ffd277;
    padding: 10px;
    font-weight: 600;
    text-align: center;
    border-top: 2px solid #ffd277;
    text-transform: uppercase;
}

.team-card {
    position: relative;
    text-align: center;
}

.card-top {
    position: relative;
    height: 320px;
}

.v-shape {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #F5EDD6;
    clip-path: polygon(0 0, 50% 20%, 100% 0, 100% 89%, 50% 78%, 0 89%);
    z-index: 1;
}

.team-img {
    position: absolute;
    object-fit: contain;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 300px;
    z-index: 10;
}

.card-bottom {
    position: relative;
    margin-top: -60px;
    z-index: 3;
    background: #e6e6e6;
    clip-path: polygon(0 20%, 50% 0, 100% 20%, 100% 100%, 0 100%);
}

/* INNER SHAPE - yahan clip-path lagega */
.bottom-shape {
    background: #232020;
    color: white;
    padding: 80px 20px 1px;
    border-radius: 8px;
    clip-path: polygon(0 20%, 50% 0, 100% 20%, 100% 100%, 0 100%);
}

.bottom-shape h5 {
    color: goldenrod;
    font-size: 18px;
    font-weight: bold;
    font-family: 'Cormorant Garamond', Georgia, serif;
}

.bottom-shape p {
    color: rgb(224, 219, 219);
    font-size: 14px;
    font-family: 'Nunito', sans-serif;
}

/* btn */
.botn {
    padding: 10px 20px;
    background-color: #a91d00;
    color: white;
    position: relative;
    width: 200px;
    display: inline-block;
    text-decoration: none;
    font-size: 13.5px;
    text-transform: uppercase;
    font-weight: 600;
    text-align: start;
    margin-top: 5px;
    transition: 0.3s ease;
    font-family: 'Jost', 'Inter', sans-serif;
}

.botn-sp {
    display: inline-block;
    width: 61px;
    clip-path: polygon(100% 0, 100% 50%, 100% 100%, 0% 100%, 30% 50%, 0% 0%);
    background: black;
    padding: 10px 33px;
    position: absolute;
    right: 0;
    top: 0;
    text-align: center;
}

.right-side {
    background: rgb(245, 224, 224);
    border-radius: 4px;
}

.botn:hover .botn-sp {
    background: goldenrod;
}

.botn:hover .botn-sp i {
    color: black;
}

.image-col {
    position: relative;
}

.ta-ro {
    justify-content: start;
    align-items: center;
}

.cont-sec {
    margin-bottom: 130px;
}

.contact-box {
    padding: 10px 100px;
}

.contact-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: 15px;
    font-weight: 600;
    color: #1a2238;
    position: relative;
}

.contact-title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -6px;
    width: 45px;
    height: 2px;
    background: #c6a15b;
}

.contact-item {
    display: flex;
    align-items: flex-start;
    gap: 22px;
    padding: 10px 0;
    border-bottom: 1px solid #e7dfd2;
}

.contact-icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid #e7dcc9;
    background: #fbf8f2;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-icon i {
    color: #bb9449;
    font-size: 20px;
}

.contact-content h5 {
    font-size: 13px;
    letter-spacing: 2px;
    font-weight: 600;
    color: #000;
    margin-bottom: 1px;
    font-family: 'Cormorant Garamond', Georgia, serif;
}

.contact-content p {
    font-size: 13px;
    color: #5c5c5c;
    margin-bottom: 0px;
}

.contact-content span {
    color: #bb9449;
    font-size: 13px;
    font-weight: 500;
}

.support-box {
    border: 1px solid #d9c6a0;
    border-radius: 8px;
    padding: 10px 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 5px;
    background: #fcfaf6;
    margin-top: 10px;
}

.support-left {
    display: flex;
    align-items: center;
    gap: 16px;
}

.support-left i {
    color: #bb9449;
    font-size: 30px;
}

.contact-content {
    font-family: 'Montserrat', sans-serif;
}

.support-text h6 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 18px;
    color: #222;
    margin-bottom: 5px;
    font-weight: 600;
}

.support-text p {
    margin: 0;
    color: #666;
    font-size: 13px;
}

.support-number {
    color: #bb9449;
    font-size: 18px;
    font-weight: 600;
    font-family: 'Cormorant Garamond', serif;
    white-space: nowrap;
}


.form-tactt {
    background: #fff;
    border-radius: 12px;
    padding: 25px;
    box-shadow: 0 6px 25px rgba(0, 0, 0, 0.06);
    border: 1px solid #efe8db;
}

.tactt-labb {
    margin-bottom: 12px;
    font-size: 15px;
    transition: border-color .25s, background .25s;
    padding: 10px 14px;
    font-family: 'Cormorant Garamond', Georgia, serif;
    border: 1px solid #ece6dc;
    border-radius: 6px;
    color: #555;
    box-shadow: none;
    background: #fff;
}

.tactt-labb::placeholder {
    color: #1b1b1b;

}

.tactt-labb:focus {
    background: rgba(255, 255, 255, 0.18);
    border-color: #ffc107;
    outline: none;
    box-shadow: none;
    color: #1b1b1b;
}

.my-la {
    font-size: 26px;
    margin-bottom: 18px;
    color: var(--gold);
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    font-family: 'Cormorant Garamond', Georgia, serif;
}

/* counter css start */
.stats-sectionl-count {
    background: linear-gradient(rgb(0 0 0 / 70%), rgb(0 0 0 / 75%)), url('../images/tact-bg.png') center / cover no-repeat;
    padding: 40px 0;
    margin-bottom: 40px;
}

.stat-box-count {
    position: relative;
    margin: auto;
    width: 150px;
    height: 150px;
    border-bottom: 1px solid #ffffff;
    border-left: 1px solid #ffffff;
    border-top: 1px solid #ffffff;
    border-right: 1px solid transparent;
    border-radius: 50%;
    background: transparent;
}

.stat-box-count svg {
    width: 100%;
    height: 100%;
}

.stat-box-count circle {
    fill: none;
    stroke-width: 2;
    stroke: #fd0404;
}

/* CONTENT POSITION */
.stat-content-count {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%);
    text-align: left;
    width: 100%;
}

.stat-number-count {
    font-size: 60px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    font-family: 'Cormorant Garamond', Georgia, serif;
}

.stat-number-count span {
    color: #d4ff00;
}

.stat-label-count {
    font-size: 12px;
    white-space: nowrap;
    color: #aaa;
    margin-top: 8px;
    text-overflow: ellipsis;
    font-family: 'Montserrat', sans-serif;
}
.aci-section {
    padding: 70px 0;
    font-family: 'Inter', sans-serif;
    color: #0B1E3D;
    overflow: hidden;
}

.aci-media-col {
    position: relative;
    display: flex;
}

.aci-media-frame {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 30px 60px -28px rgba(11, 30, 61, 0.4);
    width: 100%;
    cursor: zoom-in;
}

.aci-media-frame img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: opacity .35s ease, transform .5s ease;
}

.aci-media-frame:hover img {
    transform: scale(1.03);
}

.aci-media-frame.aci-fading img {
    opacity: 0;
}

.aci-media-badge {
    position: absolute;
    top: 22px;
    left: 22px;
    background: rgba(11, 30, 61, 0.72);
    backdrop-filter: blur(6px);
    color: #FFFFFF;
    font-family: 'IBM Plex Mono', monospace;
    font-size: 0.72rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    padding: 8px 14px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.aci-media-badge .aci-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #5FC98B;
    display: inline-block;
    animation: aci-pulse 1.6s infinite ease-in-out;
}

@keyframes aci-pulse {

    0%,
    100% {
        opacity: 1;
    }

    50% {
        opacity: 0.3;
    }
}

.aci-content-col {
    padding-left: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.aci-content-title {
    font-family: 'Fraunces', serif;
    font-weight: 600;
    font-size: clamp(1.5rem, 2.6vw, 2.25rem);
    line-height: 1.2;
    color: #0B1E3D;
    margin-bottom: 10px;
}

.aci-content-desc {
    color: #5B6472;
    font-size: 15px;
    line-height: 1.75;
    margin-bottom: 15px;
    max-width: 480px;
}

.aci-feature-list {
    list-style: none;
    padding: 0;
    margin: 0 0 10px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px 10px;
}

.aci-feature-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 0.92rem;
    color: #0B1E3D;
}

.aci-feature-item i {
    color: #1C4E4A;
    font-size: 1rem;
    margin-top: 2px;
    flex-shrink: 0;
}

.aci-stat-row {
    display: flex;
    gap: 28px;
    padding: 10px 0;
    border-top: 1px solid #E4DFD3;
    border-bottom: 1px solid #E4DFD3;
    margin-bottom: 32px;
}

.aci-stat {
    display: flex;
    flex-direction: column;
}

.aci-stat-value {
    font-family: 'Fraunces', serif;
    font-weight: 600;
    font-size: 1.5rem;
    color: #0B1E3D;
}

.aci-stat-label {
    font-family: 'IBM Plex Mono', monospace;
    font-size: 0.68rem;
    text-transform: uppercase;
    color: #8A93A3;
    margin-top: 2px;
}

.aci-cta-row {
    display: flex;
    gap: 14px;
}

.aci-btn-primary {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 0.95rem;
    background: #0B1E3D;
    color: #FFFFFF;
    border: 1px solid #0B1E3D;
    padding: 10px 9px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: background .25s ease, color .25s ease, transform .2s ease;
}

.aci-btn-primary:hover {
    background: #C9A227;
    border-color: #C9A227;
    color: #0B1E3D;
    transform: translateY(-2px);
}

.aci-btn-ghost {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 0.95rem;
    background: transparent;
    color: #0B1E3D;
    border: 1px solid #E4DFD3;
    padding: 10px 10px;
    text-decoration: none;
    border-radius: 999px;
    transition: border-color .2s ease, background .2s ease;
}

.aci-btn-ghost:hover {
    border-color: #0B1E3D;
    background: #FFFFFF;
}

.aci-eyebrow {
    font-family: 'IBM Plex Mono', monospace;
    font-size: 0.75rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #1C4E4A;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
    transition: opacity .25s ease;
}

.aci-eyebrow::before {
    content: "";
    width: 24px;
    height: 1px;
    background: #C9A227;
    display: inline-block;
}

.carousel-items {
    height: 100%;
    background: linear-gradient(30deg, #1e0306, #700512);
}

.prime-con {
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #ffd966;
}

.personalize {
    font-size: 16px;
    color: #fff;
    letter-spacing: 1px;
    margin-bottom: 25px;
}

.pri-loun {
    display: flex;
    align-items: center;
    gap: 8px;
}

.aiportname {
    font-size: 40px;
    display: inline-block;
    max-width: 600px;
    line-height: 1.2;
    word-wrap: break-word;
}

.airport-city {
    color: #fff !important;
}

.pri-status {
    display: flex;
    align-items: center;
    gap: 8px;
}

.pri-icon-div {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffd966;
    background: #ffd96618;
    height: 50px;
    width: 50px;
    border-radius: 50%;
}

.pri-icon-div i {
    font-size: 25px;
}

.pri-texts {
    font-size: 15px;
}
sup {
  top: 0 !important;
}

/* Responsive */
@media(max-width:1400px) {

    .circular-link-wrapper {
        width: clamp(110px, 14vw, 120px);
        top: 79%;
        left: 49.5%;
    }

    .image-col-why {
        width: 600px;
    }

    .image-col-why::after {
        left: -42px;
    }

    .image-col-why::before {
        left: -14%;
    }

}

@media (max-width: 1399px) and (min-width: 1200px) {
    .luxury-stats {
        padding: 10px 0px;
    }

}

@media(min-width:992px) and (max-width:1200px) {
    .col-custom {
        width: 33%;
    }

    .bottom-shape h5 {
        font-size: 16px;
    }

    .premium-badge::before,
    .premium-badge::after {
        margin: 0 6px;
    }
}
@media(max-width:1200px) and (min-width:992px) {
    .airport-banner {
        width: 30%;
        left: 20px;
    }
    .aiportname{
        font-size: 35px;
    }

    .pri-status {
        display: flex;
        align-items: start;
        flex-direction: column;
        gap: 8px;
    }
}
@media(max-width:1200px) {
    .hero-title {
        font-size: clamp(32px, 4vw, 5.5rem);
    }

    .luxury-stats {
        gap: 5px;
    }

    .lux-stat p {
        font-size: 11px;
        letter-spacing: 1px;
    }

    #ribbon {
        padding: 12px 14px;
        font-size: 17px;
    }

    .form-tactt {
        height: 470px;
    }

    .circular-link-wrapper {
        width: clamp(100px, 14vw, 100px);
        top: 82%;
        left: 49.2%;
    }

    .form-lable {
        font-size: 9px;
        letter-spacing: 0px;
    }


    .navbar-nav {
        gap: 0px;

    }

    .navbar-nav a {
        font-size: 12px;

    }

    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 0px;
    }

    .input-wrapper i:not(.down-icon) {
        left: 6px;
        font-size: 10px;
    }

    .input-wrapper input,
    .input-wrapper select {
        padding-left: 28px;
    }

    .form-group {
        margin-bottom: 6px;
    }

    .form-group input,
    .form-group select,
    .form-group textarea {
        width: 100%;
        padding: 7px 30px;
        font-size: 11px;
    }

    .form-content-wrapper {
        padding: 0px 10px 5px 10px;
    }

    .label-star {
        font-size: 14px;
    }

    /* why choose us css start */
    .main-heading-why {
        font-size: 28px;
    }

    .icon-box-why h5 {
        font-size: 18px;
    }

    .tab-btn {
        font-size: 12px;
    }

    .form-div {
        min-height: 435px;
    }

    .call-banner-m {
        padding: 50px 32px;
    }

    .call-title-m {
        font-size: 24px;
        padding-left: 0;
        text-align: left;
        font-family: 'Montserrat', sans-serif;
    }

    .call-btn-m {
        font-size: 11px;
        padding: 14px 22px 14px 52px;
        font-family: 'Montserrat', sans-serif;
    }

    .call-btn-m span {
        font-size: 13px;
    }

    .image-col-why {
        width: 485px;
    }

    .image-col-why::before {
        left: -17%;
    }

    .small-title-why {
        font-size: 12px;
    }

    /* call banner css end*/
    .text-center-1 {
        font-size: 25px;
        font-weight: 600;
    }

    .place-name {
        font-size: 13px;
    }

    .stat-content-count {
        left: 60%;
        transform: translateY(-60%);
    }

    .stat-number-count {
        font-size: 55px;
    }

    .vip-btn {
        font-size: 13px;
        padding: 8px 10px;
    }

    .contact-box {
        padding: 10px 40px;
    }
}
@media(max-width:991px) {
    .aci-content-desc {
        margin-bottom: 10px;
        font-size: 14px;
    }

    .aci-feature-item {
        font-size: 13px;
    }

    .aci-stat-value {
        font-size: 22px;
    }

    .aci-btn-primary {
        font-size: 14px;
    }

    .aci-btn-ghost {
        font-size: 14px;
    }

    .aci-content-col {
        margin-top: 20px;
    }

    .aci-media-col {
        margin-top: 20px;
    }
    .aci-section {
        padding: 50px 0;
    }
.pri-status {
        justify-content: center;
    }

    .personalize {
        font-size: 15px;
    }

    .pri-texts {
        font-size: 14px;
    }

    .pri-icon-div {
        width: 45px;
        height: 45px;
    }

    .pri-icon-div i {
        font-size: 20px;
    }

    .aiportname {
        font-size: 35px;
    }

    .prime-con {
        font-size: 12px;
    }    
}
@media (max-width: 991px) {

    .icon-box-why {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .accordion-button span {
        font-size: 14px;
    }

    .nav-container {
        padding: 0px 0px;
    }

    .input-wrapper .down-icon {
        right: 34px;
    }

    .navbar-nav a {
        /* font-size: 8px; */
        letter-spacing: 0.4px;
        font-weight: 700;
    }

    .place-name {
        font-size: 12px;
    }

    .hero-section {
        padding: 0px 0% 0px;
        margin: 73px 0px 0px 0px;

    }


    .hero-title {
        font-size: clamp(28px, 3vw, 50px);
    }

    .instant-btn {
        font-size: 16px;
    }

    .left-side-div {
        text-align: center;
        padding: 10px 0px 0px 0px;
    }

    .form-holder {
        padding: 20px 30px 0px 30px;
        width: 100%;
        margin: 0 auto;
    }

    .image-col-why::before {
        display: none;
    }

    button.goldrose-btn {
        padding: 3px 3px;
        font-size: 14px;
    }

    /* why choose us css start */
    .why-choose {
        justify-content: center;
    }

    .left-content-div {
        justify-content: center;
    }

    .content-wrapper-why {
        text-align: center;
    }

    .icon-box {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .right-image-why {
        text-align: center;
    }

    .main-img-why {
        object-fit: fill;
        height: 540px;
        width: 540px;
        border-radius: 50%;
    }

    .image-col-why {
        width: 100%;
    }

    .image-col-why::after {

        display: none;
    }

    .main-heading-why {
        margin: 15px 0;
        font-size: 25px;
    }

    .tact-up {
        font-size: 33px;
    }

    .call-banner-m {
        padding: 40px 24px;
    }

    .call-title-m {
        font-size: 22px;
        padding-left: 0;
        text-align: left;
        font-family: 'Montserrat', sans-serif;
    }

    .call-btn-m {
        font-size: 11px;
        max-width: 250;
        padding: 14px 18px 14px 48px;
        font-family: 'Montserrat', sans-serif;
    }

    .call-btn-m span {
        font-size: 12px;
    }

    .bottom-shape h5 {
        font-size: 15px;
    }

    .header-faq h2 {
        font-size: 24px;
    }

    .faq-p-lorem {
        font-size: 12px;
    }

    .stat-box-count {
        width: 100px;
        height: 100px;
    }

    .stat-number-count {
        font-size: 38px;
    }

    .right-image-why::after {
        display: none;
    }

    .stat-content-count {
        top: 60%;
        left: 60%;
        transform: translateY(-60%);
    }

    .stat-box-count svg {
        width: 80%;
    }

    .stat-label-count {
        font-size: 10px;
    }

    .lux-stat h3 {
        font-size: 35px;
    }

    .hero-text {
        font-size: 12px;
    }

    .premium-badge {
        font-size: 12px;
        margin-left: 0px;
    }

    .section-break {
        gap: 10px;
    }

    .break-stats {
        gap: 10px;
    }

    .break-stat .big {
        font-size: 35px;
    }

    .break-stat .small {
        font-size: 11px;
        letter-spacing: 1.5px;
    }

    .airport-iata {
        font-size: 40px;
    }

    .testimonials-grid {
        gap: 10px;
    }

    .testi-card {
        padding: 10px 12px;
    }

    .testi-stars {
        margin-bottom: 0px;
    }

    .testi-quote {
        margin-bottom: 12px;
        font-size: 15px;
    }

    .testi-name {
        font-size: 15px;
    }

    .testi-role {
        font-size: 9px;
    }

    .testi-avatar {
        width: 40px;
        height: 40px;
        font-size: 15px;
    }

    .packages-section {
        padding: 35px 2%;
    }

    .pkg-header {
        padding: 25px 15px 16px;
    }

    .pkg-features {
        padding: 15px 20px 10px;
    }

    .packages-grid {
        gap: 20px;
    }

    .pkg-tier {
        margin-bottom: 4px;
    }

    .pkg-name {
        font-size: 26px;
    }

    .pkg-amount {
        font-size: 40px;
    }

    .pkg-feature {
        margin-bottom: 10px;
        font-size: 12px;
        line-height: 1.2;
    }

    .pkg-btn {
        padding: 10px;
    }

    .image-col-why {
        display: none;
    }

    .vip-divider {
        justify-content: center;
    }

    .vip-divider-why {
        width: 260px;
        margin-top: 1px;
    }

    .hero-desc {
        max-width: unset;
    }

    .hero-bg-decor {
        width: 100%;
        height: 350px;
        clip-path: unset;
        position: relative;
    }

    .hero-line {
        display: none;
    }

    .about-left {
        padding: 10px 10px;
        align-items: center;
        text-align: center;
    }

    .heading-divider {
        justify-content: center;
        margin: 10px 0 10px;
    }

    .about-col-img {
        display: none;
    }

    .bottom-card {
        display: none;
    }

    .head-taw {
        margin: 25px 0;
    }

    .about-text {
        text-align: center;
        margin-bottom: 5px;
        font-size: 13px;
    }

    .about-tag::after {
        left: -2px;
        width: 100%;
    }

    .about-heading {
        font-size: 35px;
    }

    .about-tag {
        font-size: 13px;
    }

    .step-circle {
        width: 55px;
        height: 55px;
    }

    .step-circle i {
        font-size: 25px;
    }

    .step-title {
        font-size: 16px;
    }

    .step-text {
        font-size: 13px;
    }

    .ta-ro {
        justify-content: center;
    }

    .contact-box {
        padding: 10px 18px;
    }

    .contact-title {
        font-size: 14px;
    }

    .contact-icon {
        width: 40px;
        height: 40px;
    }

    .contact-icon i {
        font-size: 16px;
    }

    .contact-content p {
        font-size: 11px;
    }

    .support-left i {
        font-size: 25px;
    }

    .support-text h6 {
        font-size: 16px;
    }

    .support-text p {
        font-size: 12px;
    }

    .support-number {
        font-size: 16px;
    }

    .support-box {
        padding: 10px 5px;
    }

    .support-left {
        gap: 6px;
    }

    .my-la {
        font-size: 22px;
    }
    .slide-content{
        text-align: center;
        width: 100%;
        left: 0;
        top: 45%;
    }
    .left-side-div{
        padding: 0;
    }
}

@media (min-width: 577px) and (max-width: 992px) {

    .content-col {
        padding: 30px 20px;
    }
}

@media(min-width:769px) and (max-width:800px) {
    .v-shape {
        clip-path: polygon(0 0, 50% 20%, 100% 0, 100% 90%, 50% 78%, 0 90%);
    }

}

@media(max-width:767px) {

    .bottom-shape p {
        font-size: 12px;
    }

    .bottom-shape h5 {
        font-size: 15px;
    }

    .nav-cont-div {
        top: 35px;
    }

    .premium-badge {
        font-size: 11px;
    }

    .hero-section {
        margin: 52px 0px 0px 0px;
    }

    .hero-bg-decor {
        height: 300px;
    }
    .hero-title {
        font-size: clamp(25px, 3vw, 50px);
    }

    .hero-desc {
        font-size: 12px;
    }

    .btn-77 {
        margin-top: 10px;
        padding: 6px 10px;
        font-size: 11px;
    }

    #ribbon {
        font-size: 16px;
    }

    .instant-btn {
        padding: 2px 5px;
    }

    .tact-up {
        font-size: 25px;
    }

    .tact-headc::after {
        bottom: 1px;
    }

    .small-title-why {
        font-size: 11px;
    }

    .follow-text {
        display: none;
    }

    .place-name {
        font-size: 11px;
    }

    .place-card img {
        height: 250px;
    }

    #ribbon {
        font-size: 19px 'Patua One', sans-serif;
    }

    .ta-ro {
        justify-content: center;
    }

    .form-tactt {
        background: #fff;
        height: 400px;
        padding: 20px 5px;
        position: relative;
    }

    .hero-text {
        font-size: 11px;
    }

    .tactt-con {
        background-color: #fff;
    }

    .tactt-labb {
        font-size: 14px;
    }

    .circular-link-wrapper {
        width: clamp(80px, 0vw, 110px);
        top: 90%;
        left: 50%;
    }

    .off-social-left {
        flex-direction: column;
    }

    .off-social-a {
        background-color: #ffffff34;
        border: none;
    }

    .off-social-a i {
        color: #fff;
    }

    .off-social-a:hover i {
        color: #fff;
    }

    .off-div-a i {
        color: white !important;
    }

    .drop-service {
        justify-content: space-between;
    }

    /* call banner css start */
    .call-banner-m {
        padding: 40px 16px;
        text-align: center;
    }

    .call-banner-m .row {
        flex-direction: column;
        align-items: center;
        gap: 16px;
    }

    .instant-btn {
        font-size: 12px;
    }

    .call-title-m {
        font-size: 20px;
        padding-left: 0;
        text-align: center;
        font-family: 'Montserrat', sans-serif;
    }

    .call-btn-m {
        max-width: 220px;
        font-size: 11px;
        padding: 14px 18px 14px 48px;
        text-align: center;
        font-family: 'Montserrat', sans-serif;
    }

    .call-btn-m span {
        font-size: 12px;
    }

    .imgm {
        height: 240px;
    }

    .profile-img {
        top: 160px;
    }

    .accordion-body {
        font-size: 14px;
    }

    .icon-box-hvac {
        width: 65px;
        height: 65px;
        bottom: -32px;
    }

    .icon-box-hvac img {
        width: 22px;
    }

    .card-faq {
        min-height: auto;
    }

    .stat-box-count {
        margin-left: 5px;
        width: 80px;
        height: 80px;
    }

    .stat-content-count {
        left: 60%;
        top: 55%;
        transform: translateY(-50%);
        text-align: center;
    }

    .stat-number-count {
        font-size: 25px;
    }

    .stat-box-count svg {
        width: 78%;
    }

    .stat-label-count {
        font-size: 10px;
    }

    .break-stats {
        gap: 10px;
    }

    .break-stat .big {
        font-size: 28px;
    }

    .section-tag {
        font-size: 10px;
    }

    .btn-break {
        padding: 6px 4px;
        font-size: 9px;
        margin-top: 5px;
    }

    .break-stat .small {
        letter-spacing: 0.5px;
        font-size: 9px;
    }

    .airport-iata {
        font-size: 35px;
    }

    .testi-card {
        padding: 10px 6px;
    }

    .testi-quote {
        line-height: 1.2;
        font-size: 14px;
        margin-bottom: 8px;
    }

    .testi-author {
        gap: 6px;
    }

    .testi-avatar {
        width: 35px;
        height: 35px;
        font-size: 13px;
    }

    .testimonials-grid {
        gap: 6px;
    }

    .testimonials-section {
        padding: 30px 2%;
    }

    .testi-name {
        font-size: 14px;
    }

    .pkg-badge {
        padding: 4px 7px;
        font-size: 8px;
    }

    .pkg-header {
        padding: 20px 10px 10px;
    }

    .pkg-amount {
        font-size: 33px;
    }

    .pkg-features {
        padding: 10px 10px 6px;
    }

    .pkg-feature {
        gap: 8px;
    }

    .pkg-check {
        font-size: 11px;
    }

    .pkg-feature {
        font-size: 11px;
        line-height: 1;
    }

    .pkg-btn {
        margin: 0 23px 7px;
        width: calc(100% - 40px);
    }

    .pkg-btn {
        padding: 5px;
        font-size: 10px;
        letter-spacing: 1.5px;
    }

    .about-tag {
        font-size: 12px;
    }

    .about-heading {
        font-size: 30px;
    }

    .about-text {
        font-size: 12px;
        margin-bottom: 0px;
    }

    .input-wrapper .down-icon {
        right: 5px;
    }

    .tact-headP {
        gap: 0px;
        letter-spacing: 2px;
    }

    .tact-headc {
        padding: 0 25px;
    }

    .main-heading-why {
        margin: 10px 0;
        font-size: 23px;
    }

    .desc {
        font-size: 12px;
    }

    .vip-btn {
        font-size: 12px;
        padding: 6px 8px;
    }

    .icon-box-why h5 {
        font-size: 16px;
    }

    .icon-box-why p {
        font-size: 12px;
    }

    .icon-why {
        width: 40px;
        height: 40px;
        font-size: 16px;
    }

    .contact-item {
        border-bottom: none;
        gap: 10px;
    }

    .contact-sub {
        padding: 5px 20px;
    }

    .contact-title {
        font-size: 13px;
    }

    .contact-content h5 {
        font-size: 12px;
    }

    .contact-content span {
        font-size: 12px;
    }
}

@media(max-width:580px) {
    .v-shape {
        clip-path: polygon(0 0, 50% 20%, 100% 0, 100% 87%, 50% 78%, 0 87%);
    }

    .left-side-div {
        /* padding-top: 8px; */
    }

    .tact-up {
        font-size: 20px;
    }

    .form-holder {
        padding: 15px 0px 0px 0px;
    }

    .ta-ro {
        justify-content: center;
    }

    .my-la {
        padding-top: 10px;
        font-size: 20px;
    }

    .ta-col {
        height: auto;
        justify-items: center;
    }

    .form-tactt {
        height: fit-content;
        padding: 12px;
        padding-top: 10px;
    }

    .tactt-labb {
        font-size: 13px;
    }

    .form-tabs {
        flex-direction: row;
        justify-content: center;
        margin: 0px -9px -1px 0px;
        gap: 0px;
    }

    .accordion-button span {
        font-size: 13px;
    }

    .accordion-body {
        font-size: 11px;
        padding: 8px;
    }

    .place-card img {
        height: 200px;
    }

    .tab-btn {
        border-radius: 6px;
        font-size: 11px;
        padding: 6px 14px;
        transform: rotate(0);
        margin-right: -4px;
        border-radius: 5px 5px 0px 0px;
    }

    .step-card {
        padding: 15px;
    }

    .step-title {
        font-size: 15px;
    }

    .step-text {
        font-size: 12px;
        margin-bottom: 0px;
    }

    .label-star {
        font-size: 10px;
    }

    .form-group input,
    .form-group select,
    .form-group textarea {
        padding: 7px 30px;
    }

    .ribbon-div {
        margin-top: -60px;
    }

    .form-div {
        padding: 60px 0px 10px 0px;
    }

    .off-servise-span {
        /* padding: 0px 165px 0px 0px; */
        font-size: 15px;
    }

    .offcanvas-body {
        padding: 0px 22px;
    }

    .hero-text {
        font-size: 10px;
        letter-spacing: 2px;
    }

    .luxury-stats {
        padding: 10px 0px;
    }

    .lux-stat h3 {
        font-size: 30px;
    }

    .lux-stat p {
        font-size: 9px;
        letter-spacing: 0px;
    }

    .airport-iata {
        font-size: 30px;
    }

    .btn-77 {
        padding: 6px 10px;
        font-size: 10px;
    }

    .tact-headc::after {
        font-size: 13px;
    }

    .circular-link-wrapper {
        width: clamp(60px, 0vw, 110px);
        top: 92%;
    }

    .Btn-gold {
        height: 35px;
    }

    .main-heading-why {
        font-size: 22px;
    }

    .content-wrapper-why {
        padding: 10px;
    }

    .icon-box-why h5 {
        font-size: 14px;
    }

    .icon-box-why p {
        font-size: 11px;
    }

    .desc {
        font-size: 12px;
    }

    /* call banner css start */
    .call-title-m {
        font-size: 18px;
        line-height: 1.3;
        font-family: 'Montserrat', sans-serif;
    }

    .call-btn-m {
        max-width: 200px;
        font-size: 8px;
        font-family: 'Montserrat', sans-serif;
    }

    .content-col {
        padding: 20px 15px;
    }

    .header-faq h2 {
        font-size: 22px;
    }

    .stat-label-count {
        font-size: 11px;
    }

    .stat-box-count {
        margin-top: 10px;
        margin-left: 10px;
    }

    .stat-box-count svg {
        width: 65%;
    }

    .count-col {
        padding-left: 0;
    }

    .stat-content-count {
        left: 50%;
        transform: translateY(-50%);
    }

    .premium-badge {
        font-size: 10px;
    }

    .hero-title {
        font-size: clamp(24px, 3vw, 50px);
    }

    .section-break {
        flex-direction: column;
    }

    .section-break {
        padding: 15px 3%;
        gap: 5px;
    }

    .break-content {
        text-align: center;
    }

    .break-stat .big {
        font-size: 30px;
    }

    .section-tag {
        font-size: 8px;
        margin-bottom: 8px;
        justify-content: center;
        gap: 0px;
    }

    .btn-break {
        padding: 6px 4px;
        font-size: 8px;
    }

    .break-stats {
        gap: 10px;
    }

    #ribbon {
        top: -2px;
        font-size: 14px;
    }

    .testimonials-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .packages-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }

    .pkg-card:nth-child(2) {
        transform: unset;
    }

    .about-heading {
        font-size: 25px;
    }

    .heading-divider {
        margin: 10px 0 3px;
    }

    .tact-headP::before,
    .tact-headP::after {
        width: 85px;
    }

    #ribbon {
        padding: 8px 10px;
    }

    .instant-btn {
        font-size: 11px;
    }

    .tact-headP {
        padding-top: 5px;
    }


    .step-circle {
        width: 45px;
        height: 45px;
    }

    .step-circle i {
        font-size: 18px;
    }

    .head-taw {
        margin: 18px 0;
    }

    .tact-headP span::before,
    .tact-headP span::after {
        font-size: 12px;
    }

    .about-left {
        padding: 0px 10px;
        margin-top: -15px;
    }

    .about-tag {
        margin-bottom: 15px;
    }

    .about-tag::after {
        bottom: -5px;
    }

    .contact-sub {
        padding: 5px 0px;
    }

    .contact-icon {
        width: 30px;
        height: 30px;
    }

    .contact-icon i {
        font-size: 14px;
    }

    .contact-box {
        padding: 10px 0px;
    }

    .contact-content h5 {
        font-size: 11px;
    }

    .contact-content span {
        font-size: 10px;
    }

    .contact-content p {
        font-size: 10px;
    }

    .support-text h6 {
        font-size: 15px;
    }

    .support-text p {
        font-size: 11px;
    }

    .support-left i {
        font-size: 22px;
    }

    .packages-section {
        padding: 15px 2%;
    }

}
@media(max-width:576px) {
    .aci-media-badge {
        display: none;
    }

    .aci-eyebrow {
        font-size: 11px;
    }

    .aci-content-title {
        font-size: 20px;
    }

    .aci-content-desc {
        font-size: 12px;
    }

    .aci-feature-list {
        gap: 6px 5px;
    }

    .aci-feature-item {
        gap: 6px;
        font-size: 12px;
    }

    .aci-feature-item i {
        font-size: 14px;
    }

    .aci-stat-row {
        gap: 10px;
        align-items: center;
        justify-content: space-between;
    }

    .aci-stat-label {
        font-size: 9px;
    }

    .aci-cta-row {
        flex-wrap: wrap;
    }

    .aci-btn-primary {
        font-size: 12px;
    }

    .aci-btn-ghost {
        font-size: 12px;
    }
.prime-con {
        font-size: 11px;
        margin-bottom: 0px;
    }

    .aiportname {
        font-size: 30px;
    }

    .personalize {
        font-size: 13px;
    }

    .pri-status {
        gap: 10px;
    }

    .pri-loun {
        gap: 6px;
    }

    .pri-texts {
        font-size: 11px;
    }

    .pri-icon-div {
        width: 38px;
        min-width: 38px;
        height: 38px;
    }

    .pri-icon-div i {
        font-size: 18px;
    }    
}
@media (max-width: 479px) {

    .tact-up {
        font-size: 16px;
    }
}

@media(max-width:470px) {
    .form-div {
        padding: 60px 0 6px 0;
    }

    .tab-btn {
        font-size: 11px;
        padding: 6px 10px;
    }

    .form-lable {
        font-size: 10px;
    }

    .form-group input,
    .form-group select,
    .form-group textarea {
        font-size: 11px;
    }

    .icon-input {
        padding-left: 8px;
        padding-right: 8px;
    }

    .right-side-div {
        padding: 0px 0px 0px 0px;
    }

    .input-wrapper i {
        font-size: 10px;
    }

    .circular-link-wrapper {
        width: clamp(60px, 0vw, 110px);
        top: 91%;
    }

    .custom-toggler {
        height: 35px;
        width: 40px;
        margin-left: 3px;
    }

    .off-sign-btn {
        padding: 10px 38px;
    }

    .off-servise-span {
        padding: 0px 65px 0px 0px;
    }

    .off-sign-btn i {
        padding: 0px 8px;
    }

    .off-sign-btn span {
        padding: 0px 0px;
    }
}

@media (max-width: 427px) {

    .custom-col {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .place-card img {
        height: 150px;
    }

    .tact-headc-location {
        margin-bottom: -20px;
    }

    .packages-grid {
        grid-template-columns: repeat(1, 1fr);
    }

    .stat-number-count {
        font-size: 20px;
    }

    .stat-label-count {
        font-size: 11px;
    }
}

@media(max-width:415px) {
    .v-shape {
        clip-path: polygon(0 0, 50% 20%, 100% 0, 100% 89%, 50% 78%, 0 89%);
    }

    .team-card {
        padding: 15px;
    }
}

@media (max-width: 400px) {
    .form-tactt {
        padding: 8px;
        height: fit-content;
        padding-top: 40px;
    }

    .ta-coll {
        padding: 0;
    }

    .my-la {
        padding-top: 18px;
    }

    .lux-stat h3 {
        font-size: 25px;
    }

    .luxury-stats {
        gap: 0px;
    }

    .tact-headc {
        padding: 0px 0px;
    }

    .hero-desc {
        font-size: 11px;
    }

    .tact-headc::before {
        top: -20px;
        padding: 5px;
        font-size: 16px;
    }

    #ribbon {
        font-size: 12px;
        padding: 12px 5px 10px 5px;
    }

    .instant-btn {
        font-size: 10px;
        padding: 2px 5px;
    }

    .tact-headc::after {
        bottom: -4px;
    }

    .form-tabs {
        gap: 2px;
    }

    .form-group input,
    .form-group select,
    .form-group textarea {
        padding: 6px 30px;
        font-size: 9px;
        margin-bottom: 8px;
    }

    .tact-up {
        padding-top: 10px;
    }

    .form-group {
        margin-bottom: 0px;
    }

    .tab-btn {
        font-size: 10px;
        padding: 4px 2px;
    }

    .small-title-why {
        font-size: 10px;
    }

    .main-heading-why {
        font-size: 20px;
        margin: 10px 0;
    }

    .desc {
        font-size: 11px;
    }

    .icon-why {
        width: 45px;
        height: 45px;
        font-size: 14px;
    }

    .icon-box-why {
        padding: 4px;
    }

    .icon-box-why h5 {
        font-size: 14px;
    }

    .icon-box-why p {
        font-size: 11px;
    }

    .section-break {
        padding: 15px 2%;
        gap: 2px;
    }

    .section-title {
        font-size: clamp(15px, 3vw, 3.6rem);
    }

    .btn-break {
        letter-spacing: 0.5px;
    }

    .break-stats {
        gap: 5px;
    }

    .break-stat .big {
        font-size: 20px;
    }

    .break-stat .small {
        letter-spacing: 0.5px;
        font-size: 8px;
    }

    .airport-iata {
        font-size: 25px;
    }

    .premium-badge {
        font-size: 9px;
        letter-spacing: 2px;
    }

    .lux-stat h3 {
        font-size: 27px;
    }

    .testi-card {
        padding: 4px 4px;
    }

    .testi-quote {
        font-size: 13px;
        margin-bottom: 5px;
    }

    .testi-author {
        gap: 3px;
    }

    .testi-avatar {
        width: 30px;
        height: 30px;
        font-size: 11px;
    }

    .testi-name {
        font-size: 12px;
    }

    .testi-role {
        letter-spacing: 1px;
        font-size: 8px;
    }

    .about-tag {
        font-size: 11px;
    }

    .about-heading {
        font-size: 18px;
    }

    .botn {
        font-size: 11.5px;
    }

    .premium-badge::before,
    .premium-badge::after {
        margin: 0 4px;
    }

    .hero-title {
        font-size: clamp(22px, 3vw, 50px);
    }

    .Btn-gold {
        height: 30px;
        font-size: 11px;
    }

    .form-lable {
        font-size: 9px;
        letter-spacing: 1px;
    }

    .tact-headP::before,
    .tact-headP::after {
        width: 80px;
    }

    .tact-headP {
        gap: 0px;
        font-size: 10px;
        letter-spacing: 1px;
        margin-bottom: 0px;
    }

    .step-card {
        padding: 6px;
    }

    .step-title {
        font-size: 13px;
    }

    .step-text {
        font-size: 11px;
    }

    .accordion-button span {
        font-size: 12px;
    }

    .accordion-button span {
        font-size: 11px;
        padding-left: 5px;
    }

    .accordion-button {
        padding: 10px 6px;
    }

    .accordion-button i {
        font-size: 15px;
    }

    .icon-circle {
        right: 4px;
        width: 25px;
        height: 25px;
    }

    .support-left i {
        font-size: 18px;
    }

    .support-number {
        font-size: 14px;
    }

    .support-text p {
        font-size: 10px;
    }

    .support-text h6 {
        font-size: 14px;
    }

    .head-taw {
        margin: 10px 0;
    }
.pri-status {
        gap: 6px;
        padding-left: 6px;
    }

    .pri-loun {
        gap: 2px;
    }

    .pri-icon-div {
        width: 35px;
        min-width: 35px;
        height: 35px;
    }

    .pri-icon-div i {
        font-size: 16px;
    }    

}

@media (max-width: 360px) {

    .tact-up {
        font-size: 14px;
    }

    .tact-headc::after {
        font-size: 13px;
    }

    .pkg-header {
        padding: 15px 5px 6px;
    }

    .pkg-tier {
        font-size: 9px;
    }

    .pkg-badge {
        padding: 4px 5px;
        font-size: 7px;
    }

    .pkg-name {
        font-size: 20px;
    }

    .pkg-amount {
        font-size: 25px;
    }

    .pkg-currency {
        margin-bottom: 5px;
        font-size: 14px;
    }

    .pkg-per {
        font-size: 10px;
        margin-bottom: 5px;
    }

    .pkg-features {
        padding: 7px 6px 4px;
    }

    .pkg-feature {
        font-size: 10px;
    }

    .pkg-feature {
        margin-bottom: 7px;
    }

    .pkg-btn {
        font-size: 9px;
    }

    .pkg-card:nth-child(2):hover {
        transform: scale(0.98) translateY(-6px);
    }
}

@media(max-width:350px) {
    .stat-box-count svg {
        width: 60%;
    }

    .stat-number-count {
        font-size: 17px;
    }

    .stat-label-count {
        font-size: 9px;
    }

    .contact-item {
        width: 100%;
        border-bottom: 1px solid #e7dfd2;
    }
}