#hero-section {
    position: relative;
    background: url('img/hero-bg.webp') center/cover no-repeat;
    padding: 40px 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.08);
    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;
    border-color: rgba(255,255,255,0.6) !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.6);
}
#hero-section input,
#hero-section textarea,
#hero-section select{
    background: rgba(255,255,255,0.08);
    backdrop-filter: blur(6px);
}
#hero-section select{
    color:#fff !important;
    background: rgba(255,255,255,0.08) !important;
    border:1px solid rgba(255,255,255,0.6) !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 {
    background: rgba(255, 255, 255, 0.05);
    ;
    backdrop-filter: blur(5px);
    padding: 35px;
    border-radius: 15px;
}

.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;
        gap: 20px;
    }

    .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;
    }

    .text-lg-end {
        margin-top: 50px !important;
    }
    #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 {
    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-3.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;
}

.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;
}