@import url('./variable.css');

/* ===== Top Header ===== */

.service-banner {
    width: 100%;
}

.ser-top-banner {
    height: 500px;
    background: linear-gradient(rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url("../images/slide1.png") center/cover no-repeat;
}

.hero-section {
    min-height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 100px 5% 60px;
    background: var(--white);
    position: relative;
    overflow: hidden;
}

.hero-bg-decor {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    overflow: hidden;
    clip-path: polygon(0% 0, 75% 0, 100% 100%, 0% 100%);
}

#heroSlider,
#heroSlider .carousel-inner,
#heroSlider .carousel-item {
    height: 100%;
}

#heroSlider .carousel-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Overlay */
#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);
}

.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: "";
    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;
    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: 5px;
    color: var(--gold);
    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;
}

.input-date {
    padding: 7px 4px !important;
}

.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;
}

.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(255, 255, 255, 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-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;
}

.form-div {
    font-family: 'Inter', sans-serif;
    background: #ffffff;
    backdrop-filter: blur(12px);
    border-radius: 0 0 16px 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);
}

#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: 2px;
    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);
    color: #000;
}

.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;
}

/* 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;
    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;
}

.head-ta {
    margin-bottom: 40px;
}

.head-taw {
    margin: 40px 0;
}

/* ═════════════════ PACKAGES ══════════════ */

.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-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;
}

.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: center;
    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;
    height: 100%;
}

.form-enquery {
    padding-left: 20px;
}

.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 !important;

}

.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;
    color: var(--gold);
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    font-family: 'Cormorant Garamond', Georgia, serif;
}

.meet-section {
    margin-bottom: 40px;
    padding: 20px 3%;
}

.top-heading {
    font-family: 'Cormorant Garamond', Georgia, serif;
    color: #000;
}

.vip-text {
    color: #6B0F1A;
}

.top-parag {
    font-family: 'Nunito', sans-serif;
    font-size: 14px;
    text-align: justify;
}

.form-control::placeholder {
    color: rgba(255, 255, 255, 0.45);
    opacity: 1;
}

.call-number {
    font-size: 20px;
}

.headings {
    justify-content: center;
}

.service-title-wrap {
    display: flex;
    align-items: flex-start;
    gap: 14px;
}

.service-icon i {
    color: #6B0F1A;
    font-size: 18px;
}

.top-heading {
    margin: 5px 0 8px;
    font-size: 32px;
    font-weight: 700;
}

.vip-text {
    color: #6B0F1A;
}

.top-parag {
    color: #666;
    line-height: 1.6;
}

/* --------------------------------------------- */

.service-icon {
    width: 62px;
    height: 62px;
    min-width: 62px;
    border-radius: 50%;
    background: #fff3ee;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 4px;
}

.vip-icon {
    width: 40px;
    height: 40px;
    color: #6B0F1A;
}

.service-card {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 12px;
    padding: 8px 10px;
    height: 100%;
    position: relative;
    box-shadow: 0 4px 15px rgba(0, 0, 0, .04);
}

.service-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 7px;
}

.service-icon-circle {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #fff3ee;
    display: flex;
    align-items: center;
    justify-content: center;
}

.service-icon-circle i {
    color: #6B0F1A;
    font-size: 20px;
}

.service-number {
    font-size: 48px;
    font-style: italic;
    font-family: 'Cormorant Garamond', serif;
    color: #f1f1f1;
    font-weight: 700;
    line-height: 1;
}

.service-card h4 {
    font-size: 23px;
    font-weight: 700;
    color: #000;
    margin-bottom: 10px;
    font-family: 'Cormorant Garamond', serif;
}

.service-line {
    width: 22px;
    height: 2px;
    background: #6B0F1A;
    margin-bottom: 2px;
}

.service-card p {
    font-size: 13px;
    color: #666;
    margin-bottom: 4px;
}

.service-link {
    color: #6B0F1A;
    text-decoration: none;
    font-size: 13px;
    font-weight: 700;
}

.service-link i {
    margin-left: 8px;
}

.feature-strip {
    margin-bottom: 10px;
    background: #fff3ee54;
    border: 1px solid #f1f1f1;
    border-radius: 12px;
    padding: 10px 8px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0 4px 15px rgba(0, 0, 0, .04);
}

.feature-item {
    display: flex;
    align-items: center;
    gap: 8px;
    flex: 1;
}

.feature-icon {
    width: 50px;
    height: 50px;
    min-width: 50px;
    border-radius: 50%;
    background: #fff3ee;
    display: flex;
    align-items: center;
    justify-content: center;
}

.feature-icon i {
    color: #6B0F1A;
    font-size: 20px;
}

.feature-content h6 {
    margin: 0 0 4px;
    font-size: 16px;
    font-weight: 700;
    color: #000;
    font-family: 'Cormorant Garamond', serif;
}

.feature-content p {
    margin: 0;
    font-size: 13px;
    color: #777;
    line-height: 1.5;
}

.feature-divider {
    width: 1px;
    height: 50px;
    background: #ececec;
    margin: 0 8px;

}

.contact-strip {
    background: #fff3ee54;
    border: 1px solid #f3e8e5;
    border-radius: 14px;
    padding: 10px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0 4px 20px rgba(0, 0, 0, .05);
}

.contact-info {
    display: flex;
    align-items: center;
    gap: 15px;
}

.contact-content h4 {
    margin: 0;
    color: #6B0F1A;
    font-size: 28px;
    font-weight: 700;
    line-height: 1;
    font-family: 'Cormorant Garamond', serif;
}

.contact-content p {
    margin: 4px 0 0;
    color: #888;
    font-size: 13px;
}

.contact-divider {
    width: 1px;
    height: 55px;
    background: #f2c9bc;
}

.about-btn-new {
    min-width: 160px;
    height: 48px;
    border-radius: 8px;
    background: #6B0F1A;
    color: #fff;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-weight: 600;
}

.about-btn-new:hover {
    background: linear-gradient(135deg, var(--gold), var(--gold-light));
}

.about-btn-new:hover {
    color: #000;
}

.packages-section {
    padding: 40px 2%;
}

.right-side {
    margin-top: 20px;
    color: #fff;
}

.form-new {
    background: linear-gradient(135deg, #680505, #CA1D24);
    padding: 12px;
    border-radius: 4px;

}

.new-labb {
    font-size: 14px;
    font-family: 'Cormorant Garamond', Georgia, serif;
}

.tactt-labb1 {
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.25);
    color: #fff;
    border-radius: 8px;
    margin-bottom: 8px;
    font-size: 12px;
    transition: border-color .25s, background .25s;
    padding: 8px 14px;
    font-family: 'Cormorant Garamond', Georgia, serif;
}

.tactt-labb1::placeholder {
    color: rgba(255, 255, 255, 0.45);
    opacity: 1;
}
.tactt-labb1:focus{
    background: #2e2e2e31;
    color: #fff;
    box-shadow: none;
    border-color: #6B0F1A;
}

@media (max-width: 1399px) and (min-width: 1200px) {
    .luxury-stats {
        padding: 10px 0px;
    }

}

@media(min-width:992px) and (max-width:1200px) {

    .bottom-shape h5 {
        font-size: 16px;
    }

    .premium-badge::before,
    .premium-badge::after {
        margin: 0 6px;
    }
}

@media(max-width:1200px) {
    .hero-title {
        font-size: clamp(32px, 4vw, 5.5rem);
    }

    .luxury-stats {
        gap: 5px;
    }

    .call-number {
        font-size: 18px;
    }

    .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: 10px;
    }


    .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;
    }

    .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;
    }

    /* call banner css end*/
    .text-center-1 {
        font-size: 25px;
        font-weight: 600;
    }

    .contact-box {
        padding: 10px 40px;
    }
    .service-card h4{
        font-size: 20px;
    }
    .feature-content p{
        font-size: 12px;
    }
    .contact-content h4{
        font-size: 25px;
    }
    .feature-content h6{
        font-size: 15px;
    }
    .meet-section{
        padding: 20px 2%;
        margin-bottom: 0px;
    }
    .tactt-labb1{
        margin-bottom: 0px;
    }
}

@media (max-width: 991px) {

    .nav-container {
        padding: 0px 0px;
    }

    .input-wrapper .down-icon {
        right: 34px;
    }

    .navbar-nav a {
        letter-spacing: 0.4px;
        font-weight: 700;
    }

    .hero-section {
        padding: 20px 5% 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: 94px 0px 0px 0px;
        width: 100%;
        margin: 0 auto;
    }

    button.goldrose-btn {
        padding: 3px 3px;
        font-size: 14px;
    }

    .icon-box {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .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;
    }

    .lux-stat h3 {
        font-size: 35px;
    }

    .hero-text {
        font-size: 12px;
    }
    .meet-section{
        padding: 10px 2%;
    }

    .premium-badge {
        font-size: 12px;
        margin-left: 0px;
    }

    .packages-section {
        padding: 35px 2%;
    }

    .new-label-email {
        margin-top: -24px;
    }

    .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;
    }

    .hero-desc {
        max-width: unset;
    }

    .hero-bg-decor {
        width: 100%;
        height: 40%;
        clip-path: unset;
    }

    .hero-line {
        display: none;
    }

    .head-taw {
        margin: 25px 0;
    }

    .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;
    }

    .navbar-log-booking-btn {
        display: none;
    }

    .call-us-txt p {
        font-size: 14px;
    }

    .top-parag {
        font-size: 13px;
    }

    .call-us-text {
        font-size: 15px;
    }

    .call-number {
        font-size: 17px;
    }

    .service-card {
        padding: 14px;
    }

    .feature-strip {
        padding: 14px 9px;
    }

    .feature-divider {
        margin: 0 10px;
    }

    .feature-item {
        gap: 10px;
    }

    .feature-icon {
        width: 50px;
        height: 50px;
        min-width: 50px;
    }

    .feature-icon i {
        font-size: 22px;
    }

    .service-card p {
        font-size: 13px;
    }

    .feature-content p {
        font-size: 12px;
    }

    .about-btn-new {
        font-size: 13px;
        min-width: 150px;
        height: 40px;
    }

    .contact-content h4 {
        font-size: 22px;
    }

    .contact-icon i {
        font-size: 20px;
    }

    .contact-icon {
        width: 42px;
        height: 42px;
    }

    .contact-info {
        gap: 10px;
    }

    .contact-content span {
        font-size: 12px;
    }

    .contact-content p {
        font-size: 11px;
    }

    .contact-strip {
        padding: 10px 14px;
    }

    .top-heading {
        font-size: 28px;
    }

    .service-icon {
        width: 50px;
        height: 50px;
        min-width: 50px;
    }

    .vip-icon {
        width: 35px;
        height: 35px;
    }

    .service-icon-circle {
        width: 50px;
        height: 50px;
    }

    .service-card h4 {
        font-size: 20px;
    }

    .service-top {
        margin-bottom: 10px;
    }

    .service-card p {
        margin-bottom: 12px;
    }

    .meet-row-s {
        justify-content: center;
    }

    .right-side {
        margin-top: 10px;
    }
    
    .service-number{
        font-size: 45px;
    }
    .ser-top-banner{
        height: 400px;
    }
}

@media (min-width: 577px) and (max-width: 992px) {

    .content-col {
        padding: 30px 20px;
    }
}

@media(max-width:767px) {

    .bottom-shape p {
        font-size: 12px;
    }

    .bottom-shape h5 {
        font-size: 15px;
    }

    .nav-cont-div {
        top: 35px;
    }

    .hero-section {
        margin: 52px 0px 0px 0px;
    }

    .form-holder {
        padding: 60px 0px 0px 0px;
    }

    .premium-badge {
        font-size: 11px;
    }

    .hero-title {
        font-size: clamp(25px, 3vw, 50px);
    }

    .hero-bg-decor {
        height: 35%;
    }

    .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;
    }

    .follow-text {
        display: none;
    }

    .right-side {
        justify-content: center;
    }

    #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;
    }


    .icon-box-hvac {
        width: 65px;
        height: 65px;
        bottom: -32px;
    }

    .icon-box-hvac img {
        width: 22px;
    }

    .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;
    }

    .input-wrapper .down-icon {
        right: 5px;
    }

    .tact-headP {
        gap: 0px;
        letter-spacing: 2px;
    }

    .tact-headc {
        padding: 0 25px;
    }

    .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;
    }

    .top-heading {
        font-size: 23px;
    }

    .call-us-txt p {
        font-size: 13px;
    }

    .top-parag {
        font-size: 12px;
    }

    .call-number {
        font-size: 16px;
    }

    .feature-strip {
        padding: 8px 6px;
    }

    .feature-icon {
        width: 36px;
        height: 35px;
        min-width: 35px;
    }

    .feature-icon i {
        font-size: 16px;
    }

    .feature-content h6 {
        font-size: 12px;
    }

    .feature-content p {
        font-size: 10px;
    }

    .feature-item {
        gap: 5px;
    }

    .feature-divider {
        margin: 0 4px;
    }

    .vip-icon {
        width: 30px;
        height: 30px;
    }

    .service-link {
        font-size: 12px;
    }

    .service-card p {
        font-size: 12px;
    }

    .service-icon-circle i {
        color: #6B0F1A;
        font-size: 18px;
    }

    .service-icon-circle {
        width: 40px;
        height: 40px;
    }

    .service-top {
        margin-bottom: 8px;
    }

    .service-card p {
        margin-bottom: 0px;
    }

    .contact-content h4 {
        font-size: 20px;
    }

    .contact-icon {
        width: 32px;
        height: 32px;
    }

    .contact-icon i {
        font-size: 18px;
    }

    .contact-content p {
        font-size: 10px;
        margin: 0;
    }

    .about-btn-new {
        font-size: 12px;
        min-width: 130px;
        height: 35px;
    }

    .contact-info {
        gap: 6px;
    }

    .service-card {
        padding: 10px;
    }
    .service-number{
        font-size: 40px;
    }
    .ser-top-banner{
        height: 300px;
    }

}

@media(max-width:580px) {

    .left-side-div {
        padding-top: 8px;
    }

    .tact-up {
        font-size: 20px;
    }

    .form-holder {
        padding: 75px 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;
    }

    .tab-btn {
        border-radius: 6px;
        font-size: 11px;
        padding: 6px 14px;
        transform: rotate(0);
        margin-right: -4px;
        border-radius: 5px 5px 0px 0px;
    }

    .label-star {
        font-size: 10px;
    }

    .form-group input,
    .form-group select,
    .form-group textarea {
        padding: 7px 30px;
    }

    .ribbon-div {
        margin-top: -60px;
    }

    .new-label-email {
        margin-top: 0px;
    }

    .form-div {
        padding: 60px 0px 10px 0px;
    }

    .off-servise-span {
        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;
    }

    .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;
    }

    .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;
    }

    .count-col {
        padding-left: 0;
    }

    .premium-badge {
        font-size: 10px;
    }

    .hero-title {
        font-size: clamp(24px, 3vw, 50px);
    }

    #ribbon {
        top: -2px;
        font-size: 14px;
    }

    .packages-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }

    .pkg-card:nth-child(2) {
        transform: unset;
    }

    .tact-headP::before,
    .tact-headP::after {
        width: 85px;
    }

    #ribbon {
        padding: 8px 10px;
    }

    .instant-btn {
        font-size: 11px;
    }

    .tact-headP {
        padding-top: 5px;
    }

    .head-taw {
        margin: 18px 0;
    }

    .tact-headP span::before,
    .tact-headP span::after {
        font-size: 12px;
    }

    .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%;
    }

    .feature-strip {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
        padding: 16px;
    }

    .feature-divider {
        width: 100%;
        height: 1px;
        margin: 0;
    }

    .feature-item {
        width: 100%;
    }

    .service-icon {
        width: 40px;
        height: 40px;
        min-width: 40px;
    }

    .vip-icon {
        width: 24px;
        height: 24px;
    }

    .top-heading {
        font-size: 16px;
    }

    .top-parag {
        font-size: 11px;
    }

    .service-top {
        margin-bottom: 0px;
    }

    .service-card h4 {
        font-size: 14px;
        margin-bottom: 4px;
    }

    .service-line {
        margin-bottom: 6px;
    }

    .service-link {
        font-size: 11px;
    }

    .contact-strip {
        padding: 8px 8px;
    }

    .contact-icon i {
        font-size: 14px;
    }

    .contact-content h4 {
        font-size: 14px;
    }

    .about-btn-new {
        font-size: 11px;
        min-width: 106px;
        height: 30px;
    }

    .contact-content span {
        font-size: 11px;
    }

    .contact-info {
        gap: 9px;
    }

    .call-number {
        font-size: 15px;
    }

    .service-number{
        font-size: 35px;
    }
    

}

@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;
    }

    .new-labb {
        font-size: 14px;
    }

    .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;
    }

    .call-us-txt p {
        font-size: 12px;
    }

    .about-btn {
        padding: 8px 9px;
    }
    .cont-sec{
        margin-bottom: 83px;
    }
}

@media (max-width: 427px) {

    .custom-col {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .tact-headc-location {
        margin-bottom: -20px;
    }

    .packages-grid {
        grid-template-columns: repeat(1, 1fr);
    }
}


@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;
    }

    .section-title {
        font-size: clamp(15px, 3vw, 3.6rem);
    }

    .premium-badge {
        font-size: 9px;
        letter-spacing: 2px;
    }

    .lux-stat h3 {
        font-size: 27px;
    }

    .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;
    }

    .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;
    }

    .tact-up {
        font-size: 16px;
    }

    .tact-headc::after {
        font-size: 13px;
    }
    .service-banner{
        margin-bottom: 20px;
    }
     .meet-section{
        padding: 0px 2%;
        margin-bottom: 30px;
    }
    .contact-item{
        width: 100%;
        border-bottom: 1px solid #e7dfd2;
    }
    .form-new{
        padding: 4px;
    }    
    .cont-sec{
        padding: 0 2%;
    }

}

@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);
    }
    
   
    .service-card{
        padding: 6px;
    }
    .service-card p{
        font-size: 11px;
    }
    .service-icon-circle{
        width: 35px;
        height: 35px;
    }
    .service-link{
        font-size: 10px;
    }
    .service-icon-circle i{
        font-size: 15px;
    }
}