#hero-section {
    position: relative;
    background: url('./img/hero-final-bg.webp') center/cover no-repeat;
    padding: 40px 0 0 0;
    color: white;
}

#hero-section select option {
    background: #1d1d1d;
    color: #ffffff;
}

#hero-section .form-select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: rgba(255, 255, 255, 0.02) !important;
    color: #ffffff;
}

/* remove bootstrap focus styling completely */
#hero-section input:focus,
#hero-section textarea:focus,
#hero-section select:focus,
#hero-section input:active,
#hero-section textarea:active,
#hero-section select:active,
#hero-section input:focus-visible,
#hero-section textarea:focus-visible,
#hero-section select:focus-visible {
    outline: none !important;
    box-shadow: none !important;
    background-color: transparent !important;
}

#hero-section input,
#hero-section textarea,
#hero-section select {
    color: #ffffff;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.2);
    font-weight: 200;
}

#hero-section input,
#hero-section textarea,
#hero-section select {
    background: rgba(255, 255, 255, 0.02);

}

#hero-section select {
    color: #fff !important;
    background: rgba(255, 255, 255, 0.08) !important;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;

    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

body {
    font-family: 'Roboto' !important;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
a,
button,
input,
textarea {
    font-family: 'Roboto' !important;
}

:root {
    --bs-font-sans-serif: 'Roboto';
}

h1,
h2,
h3,
h4 {
    font-weight: 700 !important;
}

p {
    font-weight: 400 !important;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.65);
}

#hero-section .container {
    position: relative;
    z-index: 2;
}

.hero-content h1 {
    font-size: 52px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 30px;
}

.hero-content span {
    color: #E8A020;
}

.hero-features {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 30px;
}

.feature {
    border: 1px solid rgba(255, 255, 255, 0.4);
    padding: 8px 12px;
    border-radius: 25px;
    font-size: 14px;
}

.hero-buttons {
    display: flex;
    gap: 15px;
}

.imgicn {
    width: 20px;
}

.btn-book {
    background: white;
    color: black;
    padding: 12px 28px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 600;
}

.btn-call {
    border: 1px solid white;
    padding: 12px 25px;
    border-radius: 30px;
    color: white;
    text-decoration: none;
}



.enquiry-form h4 {
    font-weight: 600;
}

.enquiry-form p {
    font-size: 14px;
    margin-bottom: 20px;
}

.stat-number {
    color: rgba(232, 160, 32, 1) !important;
}

.text-secondary {
    color: rgba(29, 29, 29, 0.7);
}

.brand-mark img {
    max-width: 250px;
}

.enquiry-form input,
.enquiry-form textarea,
.enquiry-form .form-select {
    width: 100%;
    padding: 12px;
    margin-bottom: 15px;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 1);
    background: rgba(0, 0, 0, 0.00);
    color: rgba(255, 255, 255, 1);
}


.enquiry-form textarea {
    height: 80px;
    resize: none;
}

.bi-arrow-right {
    color: rgba(232, 160, 32, 1);
}

.bi-dot {
    color: rgba(232, 160, 32, 1);
    align-items: center;
    font-weight: 500;
}

.why-card img {
    margin-bottom: 20px;
}

.enquiry-form button {
    width: 100%;
    padding: 12px;
    border: none;
    border-radius: 12px;
    background: #1D1D1D;
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.20);
    border: rgba(212, 212, 212, 1) 1px solid;
    color: white;
    font-weight: 600;
}

.btnn {
    color: #1D1D1D;
    padding: 12px 24px;
    background-color: #FFFFFF;
    text-decoration: none;
    font-weight: bold;
}

.feature-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    padding: 0.6rem 0.8rem;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    background: rgba(16, 20, 27, 0.5);
    backdrop-filter: blur(8px);
    color: rgba(255, 255, 255, 0.92);

    font-weight: 500;
    white-space: nowrap;
}

.fix-image img {
    width: 300px !important;
    overflow: hidden !important;
}

.enquiry-form input::placeholder {
    color: white;
}

.enquiry-form textarea::placeholder {
    color: white;
}

.glass-card {
    background: rgba(17, 24, 39, 0.55);
    border: 1px solid rgba(255, 255, 255, 0.16);
    box-shadow: var(--shadow-soft);
    backdrop-filter: blur(12px);
    border-radius: var(--radius-lg);
}

.form-control,
.form-select {
    border-radius: 12px;
    padding: 0.75rem 0.95rem;

}

.form-control:focus,
.form-select:focus {
    border-color: rgba(246, 196, 67, 0.75);
    box-shadow: 0 0 0 0.2rem rgba(246, 196, 67, 0.18);
}

.form-dark .form-control,
.form-dark .form-select {
    background: rgba(7, 10, 13, 0.35);

    color: #fff;
    border: 1px solid #676767 !important;
}

.form-dark .form-control::placeholder {
    color: rgba(255, 255, 255, 0.62);
}

.form-dark .form-select {
    color: rgba(255, 255, 255, 0.92);
}

.form-dark .form-select option {
    color: #0f172a;
}

.card-soft {
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 16px;
    box-shadow: 0 12px 28px rgba(2, 6, 23, 0.08);
}

.stat-number {
    font-weight: 800;
    letter-spacing: 0.2px;
    color: var(--accent);
    font-size: clamp(1.45rem, 2vw, 2rem);
}

.step-card {
    position: relative;
    overflow: hidden;
}

.step-bg-number {
    position: absolute;
    top: 0.25rem;
    right: 0.6rem;
    font-weight: 700;
    font-size: 3.75rem;
    color: rgba(15, 23, 42, 0.06);
    line-height: 1;
    user-select: none;
    pointer-events: none;
}

.text-secondary {
    color: rgba(136, 136, 136, 1);
}

.step-card .icon-pill {
    width: 44px;
    height: 44px;
    border-radius: 14px;
}

.icon-pill {
    width: 46px;
    height: 46px;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(246, 196, 67, 0.18);
    color: #7a5a00;
}

.dark-title {
    color: #fff;
}

.dark-subtitle {
    color: rgba(255, 255, 255, 0.72);
}

.btn-submit:hover {
    background: #ffb733;
    color: #000;
}

.tech-img {
    width: 100%;
    height: 100%;
    max-height: 460px;
    object-fit: cover;
    border-radius: var(--radius-lg);
    border: 1px solid rgba(255, 255, 255, 0.14);
    box-shadow: var(--shadow-soft);
}

.cta-banner {
    position: relative;
    overflow: hidden;
    background: linear-gradient(90deg, rgba(246, 196, 67, 0.12), rgba(0, 0, 0, 0) 55%),
        linear-gradient(180deg, #0b0d10, #0f131a);
}

.cta-banner::before {
    content: "";
    position: absolute;
    inset: 0;

    background-size: 18px 18px;
    opacity: 0.25;
    pointer-events: none;
}

.cta-device-art {
    position: absolute;
    right: -10%;
    bottom: -22%;
    width: min(560px, 60vw);
    opacity: 0.55;
    filter: drop-shadow(0 22px 50px rgba(0, 0, 0, 0.45));
    pointer-events: none;
}

.stars i {
    color: var(--accent);
}

.avatar {
    width: 44px;
    height: 44px;
    border-radius: 999px;
    object-fit: cover;
}

.map-img {
    width: 100%;
    height: 150px;
    object-fit: cover;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
}

.faq-person-img {
    width: 100%;
    max-width: 420px;
    height: 100%;
    max-height: 520px;
    object-fit: cover;
    border-radius: var(--radius-lg);
    border: 1px solid rgba(15, 23, 42, 0.12);
    box-shadow: 0 18px 44px rgba(2, 6, 23, 0.12);
}

.footer-pattern {
    position: relative;
    overflow: hidden;
    background: linear-gradient(180deg, #0b0d10, #0a0c10);
}



.footer-link {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
}

.footer-link:hover {
    color: #fff;
}

@media (max-width: 650.98px) {
    .log {
        text-align: center;
       
    }

    .btnn {
        border-radius: 12px 12px 0px 0px !important;
        width: 95%;
        position: fixed;
        margin: auto;
        bottom: 0;
        background-color: #F4F3EF;
        text-align: center;
        display: table;
        z-index: 99999999999;

    }
}

@media (max-width: 991.98px) {
    .cta-device-art {
        right: -18%;
        bottom: -32%;
        opacity: 0.35;
    }


    #fix-device {
        padding: 40px 0px !important;
    }
}



.section-title {
    margin-bottom: 40px;
}

.tag {
    font-size: 12px;
    letter-spacing: 2px;
    color: #888;
    display: block;
    margin-bottom: 10px;
}

#why-choose {
    padding: 40px 0px;
}

.section-title h2 {
    font-size: 32px;
    font-weight: 700;
}

#section-light {
    background: #F4F3EF;
    padding: 40px 0px;
}

.why-card {
    background: #fff;
    padding: 25px;
    border-radius: 10px;
    border: 1px solid #e5e5e5;
    height: 100%;
}

.why-row {
    margin-bottom: 20px;
}

.icon {
    font-size: 22px;
    margin-bottom: 10px;
}

.why-card h4 {
    font-size: 16px;
    margin-bottom: 8px;
}

.why-card p {
    font-size: 14px;
    color: #666;
    line-height: 1.5;
}

.why-image img {
    width: 100%;
    border-radius: 10px;
}

.btn3 {
    background-color: #E8A020;
    color: #1A1A1A;
    padding: 12px 24px;
    border-radius: 30px;
    margin-top: 10px;
    border: none;
}

#fix-device {
    background: url('./img/bg-down.webp') center/cover no-repeat;
    padding: 80px 0;
    color: white;
    overflow: hidden !important;
}

#section-light-3 {
    padding: 40px 0px;
}

.fix-content {
    text-align: center;
}

.tag {
    color: #f6a623;
    font-size: 13px;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.fix-content h2 {
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 25px;
}

#section-light-2 {
    padding: 40px 0px;
    background: white !important;
}

.bi-star-fill {
    color: rgba(245, 166, 35, 1) !important;
}

.fix-btn {
    background: rgba(232, 160, 32, 1);
    color: rgba(26, 26, 26, 1);
    padding: 14px 32px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 600;
    display: inline-block;
}

.fix-btn:hover {
    background: #ffb733;
}

.fix-image img {
    width: 100%;
    max-width: 350px;
    display: block;
    margin: auto;
}


#locations {
    padding: 40px 0;
    background: #f7f7f7;
}

.location-heading {
    margin-bottom: 40px;
}

.location-heading .tag {
    font-size: 13px;
    color: #f6a623;
    letter-spacing: 1px;
    margin-bottom: 8px;
}

.location-heading h2 {
    font-size: 32px;
    font-weight: 700;
}

.location-card {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #e5e5e5;
}

.location-map {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.location-info {
    padding: 20px;
}

.location-info h5 {
    font-weight: 600;
    margin-bottom: 5px;
}

.location-info p {
    font-size: 14px;
    color: #666;
    margin-bottom: 15px;
}

.location-buttons {
    display: flex;
    gap: 10px;
}

.btn-direction {
    background: #111;
    color: #fff;
    padding: 8px 16px;
    border-radius: 20px;
    text-decoration: none;
    font-size: 13px;
}

.btn-phone {
    border: 1px solid #ddd;
    padding: 8px 16px;
    border-radius: 20px;
    text-decoration: none;
    font-size: 13px;
    color: #333;
}

#faq-section {
    padding: 40px 0 0 0;
    background: url('./img/fot.webp') center/cover no-repeat;

}

iframe {
    height: 200px;
}

.faq-heading {
    margin-bottom: 30px;
}

.faq-heading .tag {
    font-size: 13px;
    color: #f6a623;
    margin-bottom: 6px;
}

.faq-heading h2 {
    font-size: 32px;
    font-weight: 700;
}

.faq-item {
    margin-bottom: 10px;
    border: 1px solid #e3e3e3;
    border-radius: 6px;
    overflow: hidden;
    background: #fff;
}

.faq-question {
    width: 100%;
    padding: 14px 18px;
    background: #fff;
    border: none;
    text-align: left;
    font-weight: 500;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
}

.faq-question span {
    font-size: 18px;
}

.faq-answer {
    display: none;
    padding: 15px 18px;
    border-top: 1px solid #eee;
    font-size: 14px;
    color: #555;
}

.faq-image img {
    width: 100%;
    display: block;
    margin: auto;
}

#contact-section {
    background: url('./img/nav-bg-1.webp') center/cover no-repeat;
    color: #fff;
    padding: 80px 0;
    position: relative;
}

/* honeycomb pattern */
#contact-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    background-size: 20px 20px;
    opacity: 0.4;
}

/* content above pattern */
.contact-wrapper {
    position: relative;

}

.contact-title {
    font-size: 40px;
    font-weight: 700;
}

.contact-title span {
    color: #f7b500;
}

.contact-text {
    color: #bbb;
    margin-top: 10px;
    margin-bottom: 30px;
}

.contact-item {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.contact-icon {
    width: 45px;
    height: 45px;
    background: #1f1f1f;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    font-size: 18px;
}

.contact-item small {
    color: rgba(145, 145, 145, 1);
    display: block;
}

/* form card */

.enquiry-card {
    background: rgba(255, 255, 255, 0.10);
    backdrop-filter: blur(10px);
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

.enquiry-card h5 {
    margin-bottom: 20px;
}

.form-control,
.form-select {
    background: #414141;
    border: 1px solid #676767;
    color: #fff;
}

.form-control::placeholder {
    color: #aaa;
}

.btn-submit {
    background: #fff;
    color: #000;
    font-weight: 600;
    border-radius: 6px;
}

#footer-section {
    background: #FFFFFF;
    padding: 25px 0;
    text-align: center;
}

#footer-section .copyright {
    font-weight: 600;
    margin-bottom: 6px;
    color: #000;
}

#footer-section .disclaimer {
    font-size: 14px;
    color: #555;
    max-width: 900px;
    margin: 0 auto;
}

.contact-text {
    color: rgba(255, 255, 255, 0.8);
}

.contact-item img {
    margin-right: 10px;
    width: 40px;
}

#section-light-2,
#section-light-3 {
    background-color: #F4F3EF;
}

/* COMMON FORM STYLE (TOP + BOTTOM FORM) */

.enquiry-form .form-control,
.enquiry-form .form-select,
.enquiry-form textarea {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.6);
    color: #ffffff;
    border-radius: 8px;
    padding: 12px;
}

/* placeholder */
.enquiry-form .form-control::placeholder,
.enquiry-form textarea::placeholder {
    color: rgba(255, 255, 255, 0.8);
}

/* focus remove bootstrap glow */
.enquiry-form .form-control:focus,
.enquiry-form .form-select:focus,
.enquiry-form textarea:focus {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.6);
    color: #ffffff;
    outline: none;
    box-shadow: none;
}

/* dropdown styling */
.enquiry-form .form-select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml;utf8,<svg fill='white' height='20' viewBox='0 0 24 24' width='20' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>");
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 16px;
}

/* dropdown option color */
.enquiry-form select option {
    background: #1d1d1d;
    color: #ffffff;
}

/* typing caret color */
.enquiry-form input,
.enquiry-form textarea {
    caret-color: #ffffff;
}

/* FORCE SAME STYLE FOR DEVICE & MODEL (TOP + BOTTOM FORM) */

.enquiry-form select.form-select {
    background: rgba(255, 255, 255, 0.08) !important;
    border: 1px solid rgba(255, 255, 255, 0.6) !important;
    color: #ffffff !important;
    border-radius: 8px;
    padding: 12px;

    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;

    background-image: url("data:image/svg+xml;utf8,<svg fill='white' height='20' viewBox='0 0 24 24' width='20' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>");
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 16px;
}

.enquiry-form select.form-select option {
    background: #1d1d1d;
    color: #ffffff;
}

/* Fix disabled model dropdown color */
.enquiry-form select:disabled {
    background: rgba(255, 255, 255, 0.08) !important;
    color: rgba(255, 255, 255, 0.7) !important;
    border: 1px solid rgba(255, 255, 255, 0.6) !important;
    opacity: 1 !important;
}

#contact-section .form-control,
#contact-section .form-select {
    background: #414141;
}

/* Fix Chrome autofill background + text color */
.enquiry-form input:-webkit-autofill,
.enquiry-form textarea:-webkit-autofill,
.enquiry-form select:-webkit-autofill {
    -webkit-text-fill-color: #ffffff !important;
    caret-color: #ffffff !important;
    transition: background-color 5000s ease-in-out 0s;
}

/* keep background same */
.enquiry-form input:-webkit-autofill,
.enquiry-form textarea:-webkit-autofill {
    box-shadow: 0 0 0px 1000px rgba(255, 255, 255, 0.08) inset !important;
    -webkit-box-shadow: 0 0 0px 1000px rgba(255, 255, 255, 0.08) inset !important;
}

/* FIX bottom form typing color */
#contact-section input,
#contact-section textarea,
#contact-section select {
    color: #ffffff !important;
    caret-color: #ffffff !important;
}

/* Fix chrome autofill for bottom form */
#contact-section input:-webkit-autofill,
#contact-section textarea:-webkit-autofill {
    -webkit-text-fill-color: #ffffff !important;
    caret-color: #ffffff !important;
    box-shadow: 0 0 0px 1000px #414141 inset !important;
    -webkit-box-shadow: 0 0 0px 1000px #414141 inset !important;
    transition: background-color 5000s ease-in-out 0s;
}

/* keep placeholder visible */
#contact-section input::placeholder,
#contact-section textarea::placeholder {
    color: rgba(255, 255, 255, 0.7);
}

.formbtn,
#submitbtn2 {
    width: 100%;
    padding: 12px;
    border: none;
    border-radius: 12px;
    background: #1D1D1D;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.20);
    border: 1px solid rgba(212, 212, 212, 1);
    color: white;
    font-weight: 600;
}

.formbtn:hover,
#submitbtn2:hover {
    background: #ffb733;
    color: #000;
}


.contact-item {
    display: flex;
    align-items: flex-start;
    /* aligns icon to top instead of center */
    gap: 12px;
    /* optional, for spacing between icon and text */
}

/* ===== QUICK ENQUIRY FORM (TOP / HERO) ===== */

/* grid layout: 3 across, button full width */
.enquiry-form #topform {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
}

/* hidden field must not eat a grid cell */
.enquiry-form #topform>input[type="hidden"] {
    display: none;
}

/* kill bootstrap spacing on the wrappers */
.enquiry-form #topform>div {
    margin: 0 !important;
}

/* button spans the full row */
.enquiry-form #topform .text-center {
    grid-column: 1 / -1;
}

/* fields */
.enquiry-form #topform .form-control,
.enquiry-form #topform .form-select,
.enquiry-form #topform textarea {
    width: 100%;
    height: 48px;
    padding: 0 14px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.06) !important;
    border: 1px solid rgba(255, 255, 255, 0.18) !important;
    color: #fff !important;
    font-weight: 300;
    backdrop-filter: blur(6px);
}

/* textarea = same height, no drag */
.enquiry-form #topform textarea {
    padding: 12px 14px;
    resize: none;
    overflow: hidden;
}

/* placeholders */
.enquiry-form #topform .form-control::placeholder,
.enquiry-form #topform textarea::placeholder {
    color: rgba(255, 255, 255, 0.6);
}

/* focus (remove bootstrap glow) */
.enquiry-form #topform .form-control:focus,
.enquiry-form #topform .form-select:focus,
.enquiry-form #topform textarea:focus {
    outline: none;
    box-shadow: none;
    background: rgba(255, 255, 255, 0.09) !important;
    border-color: rgba(255, 255, 255, 0.35) !important;
    color: #fff !important;
}

/* select arrow + options */
.enquiry-form #topform .form-select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml;utf8,<svg fill='white' height='20' viewBox='0 0 24 24' width='20' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>") !important;
    background-repeat: no-repeat !important;
    background-position: right 12px center !important;
    background-size: 16px !important;
}

.enquiry-form #topform .form-select option {
    background: #1d1d1d;
    color: #fff;
}

/* disabled model select stays readable */
.enquiry-form #topform .form-select:disabled {
    opacity: 1;
    color: rgba(255, 255, 255, 0.55) !important;
}

/* submit button */
.enquiry-form #topform .formbtn {
    width: 100%;
    padding: 14px;
    border: none;
    border-radius: 10px;
    background: #E8A020;
    color: #1A1A1A;
    font-weight: 700;
    font-size: 16px;
}

.enquiry-form #topform .formbtn:hover {
    background: #ffb733;
    color: #1A1A1A;
}

/* mobile: single column */
@media (max-width: 767.98px) {
    .enquiry-form #topform {
        grid-template-columns: 1fr;
    }
}

/* Issue field = same compact height as other fields */
.enquiry-form #topform textarea#issue {
    height: 48px !important;
    min-height: 48px !important;
    padding: 12px 14px !important;
    resize: none;
    overflow: hidden;
    line-height: 1.4;
    background: rgba(255, 255, 255, 0.06) !important;

}

/* ===== HERO SIZING FIX — match target design ===== */

/* logo: smaller, like the design */
.brand-mark img {
    max-width: 120px !important;
}

/* heading: compact size + tight line-height */
.hero-content h1 {
    font-size: 52px !important;
    line-height: 1.15 !important;
    margin-bottom: 24px !important;
}

/* buttons: smaller pill size to match */
.btn-book,
.btn-call {
    padding: 10px 22px !important;
    font-size: 15px !important;
}

/* enquiry heading spacing tighter */
.enquiry-form {
    margin-top: 28px !important;
}

.enquiry-form h4 {
    font-size: 20px !important;
    margin-bottom: 4px !important;
}

.enquiry-form p {
    font-size: 13px !important;
    margin-bottom: 16px !important;
}

.hero-content h1 {

    line-height: 1.15 !important;
    margin-bottom: 24px !important;
}

/* ===== WHY CHOOSE SECTION ===== */

#why-choose {
    padding: 60px 0;
    background: #fff;
}

/* section heading */
#why-choose .section-title {
    margin-bottom: 30px;
}

#why-choose .section-title p {
    font-size: 12px;
    letter-spacing: 2px;
    font-weight: 600;
    text-transform: uppercase;
    color: rgba(29, 29, 29, 0.7);
    margin-bottom: 8px;
    display: flex;
    align-items: center;
}

#why-choose .section-title .bi-dot {
    color: #E8A020;
    font-size: 28px;
}

#why-choose .section-title h2 {
    font-size: 32px;
    font-weight: 700;
    color: #1D1D1D;
    margin: 0;
}

/* card = icon left, text right */
#why-choose .why-card {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    background: #fff;
    padding: 22px;
    border-radius: 14px;
    border: 1px solid #ececec;
    height: 100%;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.03);
}

/* dark rounded icon box */
#why-choose .why-card img {
    width: 46px;
    height: 46px;
    background: #1D1D1D;
    border-radius: 12px;
    flex-shrink: 0;
    margin-bottom: 0;
    object-fit: contain;
}

/* text stacks vertically */
#why-choose .why-text {
    display: flex;
    flex-direction: column;
}

#why-choose .why-card h4 {
    font-size: 16px;
    font-weight: 700;
    color: #1D1D1D;
    margin-bottom: 6px;
    line-height: 1.3;
}

#why-choose .why-card p {
    font-size: 14px;
    color: #888;
    line-height: 1.55;
    margin-bottom: 0;
}

/* right image fills full column height */
#why-choose .why-image {
    height: 100%;
}

#why-choose .why-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 14px;
}

/* mobile */
@media (max-width: 991.98px) {
    #why-choose .why-image {
        margin-top: 20px;
    }

    #why-choose .why-image img {
        height: 280px;
    }
}

/* ===== TESTIMONIALS ===== */

#testimonials {
    padding: 60px 0;
    background: #F4F3EF;
    overflow: hidden;
}

/* header row */
#testimonials .testi-head {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 30px;
}

#testimonials .testi-tag {
    font-size: 12px;
    letter-spacing: 2px;
    font-weight: 600;
    text-transform: uppercase;
    color: rgba(29, 29, 29, 0.7);
    margin-bottom: 6px;
    display: flex;
    align-items: center;
}

#testimonials .testi-tag .bi-dot {
    color: #E8A020;
    font-size: 26px;
}

#testimonials .testi-head h2 {
    font-size: 32px;
    font-weight: 700;
    color: #1D1D1D;
    margin: 0;
}

/* nav (arrows + dots) */
#testimonials .testi-nav {
    display: flex;
    align-items: center;
    gap: 10px;
}

#testimonials .testi-arrow {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    border: 1px solid #d8d8d3;
    background: #fff;
    color: #1D1D1D;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s ease;
}

#testimonials .testi-arrow:hover {
    background: #1D1D1D;
    color: #fff;
    border-color: #1D1D1D;
}

#testimonials .testi-dots {
    display: flex;
    align-items: center;
    gap: 6px;
}

#testimonials .testi-dots span {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #cfcfca;
    cursor: pointer;
    transition: all 0.25s ease;
}

#testimonials .testi-dots span.active {
    width: 22px;
    border-radius: 10px;
    background: #E8A020;
}

/* slider viewport + track */
#testimonials .testi-viewport {
    overflow: hidden;
}

#testimonials .testi-track {
    display: flex;
    transition: transform 0.5s ease;
}

/* each slide = 1/3.5 width so a 4th peeks in like the design */
#testimonials .testi-slide {
    flex: 0 0 28.5%;
    padding: 0 10px;
    box-sizing: border-box;
}

/* card */
#testimonials .testi-card {
    background: #fff;
    border: 1px solid #ececec;
    border-radius: 14px;
    padding: 24px 22px;
    height: 100%;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.03);
}

#testimonials .testi-stars {
    color: #E8A020;
    font-size: 13px;
    margin-bottom: 14px;
    display: flex;
    gap: 2px;
}

#testimonials .testi-text {
    font-size: 13.5px;
    color: #555;
    line-height: 1.6;
    margin-bottom: 22px;
}

/* person */
#testimonials .testi-person {
    display: flex;
    align-items: center;
    gap: 12px;
}

#testimonials .testi-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #1D1D1D;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

#testimonials .testi-name {
    font-size: 14px;
    font-weight: 600;
    color: #1D1D1D;
}

/* responsive slide widths */
@media (max-width: 1199.98px) {
    #testimonials .testi-slide {
        flex: 0 0 33.33%;
    }
}

@media (max-width: 991.98px) {
    #testimonials .testi-slide {
        flex: 0 0 50%;
    }
}

@media (max-width: 767.98px) {
    #testimonials .testi-head {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
    }

    #testimonials .testi-slide {
        flex: 0 0 85%;
    }
}

/* ============================================================
   RESPONSIVE FIXES — TABLET & MOBILE
   ============================================================ */

/* ---------- TABLET (≤ 991.98px) ---------- */
@media (max-width: 991.98px) {

    /* HERO */
    #hero-section {
        padding: 30px 0 0 0;
    }

    .hero-content h1 {
        font-size: 40px !important;
    }

    .log {
        margin-bottom: 24px;
    }

    /* hero enquiry form → 2 columns */
    .enquiry-form #topform {
        grid-template-columns: repeat(2, 1fr);
    }

    /* hero side image spacing when it drops below */
    .hero-image {
        margin-top: 30px;
    }

    /* HOW IT WORKS → 2 cards per row */
    #section-light-2 .row.g-4>div {
        flex: 0 0 50%;
        max-width: 50%;
    }

    /* WHY CHOOSE → image below cards */
    #why-choose .why-image img {
        height: 300px;
        margin-top: 10px;
    }

    /* FAQ → image below list */
    .faq-image {
        margin-top: 30px;
    }

    .faq-image img {
        max-width: 480px;
    }

    /* CONTACT → form below content */
    #contact-section {
        padding: 50px 0;
    }

    .enquiry-card {
        margin-top: 30px;
    }

    /* trim big section paddings */
    #why-choose,
    #testimonials,
    #locations {
        padding: 45px 0 !important;
    }
}

/* ---------- MOBILE (≤ 767.98px) ---------- */
@media (max-width: 767.98px) {

    /* HERO */
    #hero-section {
        padding: 20px 0 0 0;
    }

    .hero-content h1 {
        font-size: 30px !important;
        margin-bottom: 20px !important;
    }

    .log {
        text-align: center;
    }

    .brand-mark img {
        max-width: 100px !important;
    }

    

    .btn-book,
    .btn-call {
        margin: auto;
    }

    /* form single column already handled — just tighten */
    .enquiry-form {
        margin-top: 20px !important;
    }

    /* SECTION HEADINGS smaller across the page */
    .section-title h2,
    #why-choose .section-title h2,
    #testimonials .testi-head h2,
    .location-heading h2,
    .faq-heading h2,
    #section-light-2 h2,
    .contact-title {
        font-size: 26px !important;
    }

    /* HOW IT WORKS back to 1 per row on phone */
    #section-light-2 .row.g-4>div {
        flex: 0 0 100%;
        max-width: 100%;
    }

    /* WHY CHOOSE image height */
    #why-choose .why-image img {
        height: 260px;
    }

    /* LOCATIONS map height */
    .location-map iframe {
        height: 220px !important;
    }

    /* CONTACT */
    #contact-section {
        padding: 40px 0;
    }

    .contact-item {
        margin-bottom: 16px;
    }

    /* reduce section paddings */
    #section-light,
    #section-light-2,
    #why-choose,
    #testimonials,
    #locations,
    #faq-section {
        padding: 35px 0 !important;
    }
}

/* ---------- SMALL PHONES (≤ 575.98px) ---------- */
@media (max-width: 575.98px) {

    .hero-content h1 {
        font-size: 46px !important;
        text-align: center;
        margin-bottom: 40px !important;
        
    }

    /* stats: keep 2 per row, tighten text */
    #section-light .stat-number {
        font-size: 1.3rem !important;
    }

    #section-light .text-secondary.small {
        font-size: 11px;
    }

    /* location buttons stack */
    .location-buttons {
        flex-wrap: wrap;
    }

    .btn-direction,
    .btn-phone {
        flex: 1;
        text-align: center;
    }

    /* testimonials card padding */
    #testimonials .testi-card {
        padding: 20px 18px;
    }
}

/* fields more opaque on tablet/mobile so white text stays visible */
@media (max-width: 991.98px) {

    .enquiry-form #topform .form-control,
    .enquiry-form #topform .form-select,
    .enquiry-form #topform textarea,
    .enquiry-form #topform textarea#issue {
        background: rgba(20, 24, 30, 0.55) !important;
        border-color: rgba(255, 255, 255, 0.25) !important;
         backdrop-filter: none !important;
    }
    h1{
        margin-top: 40px;
    }

    .enquiry-form #topform .form-control:focus,
    .enquiry-form #topform .form-select:focus,
    .enquiry-form #topform textarea:focus {
        background: rgba(20, 24, 30, 0.7) !important;
    }

    /* brighter placeholders */
    .enquiry-form #topform .form-control::placeholder,
    .enquiry-form #topform textarea::placeholder {
        color: rgba(255, 255, 255, 0.85) !important;
    }
}

@media (max-width: 767.98px) {
    .hero-image {
        display: none;
       
    }


}
/* TABLET ONLY (768px – 991.98px) */
@media (min-width: 768px) and (max-width: 991.98px) {
    #hero-section .log {
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
        justify-content: space-between;
    }
    #hero-section .log > [class*="col-"] {
        width: auto;
        flex: 0 0 auto;
        max-width: none;
        text-align: left !important;
    }
    #hero-section .log > [class*="col-"]:last-child {
        text-align: right !important;
    }
}
@media (max-width: 650.98px) {
    #hero-section {
        padding-bottom: 80px;
    }
        .log{
            margin-bottom: 0px !important;
        }
}

#fix-device {
    background:url('./img/bg-down.webp') center/cover no-repeat;
    padding:80px 0;
    color: white;
    overflow: hidden !important;
}

@media (max-width: 991.98px) {
  #fix-device{
        padding: 40px 0px !important;
    }
}

#locations img{
   
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}