/* ==========================================================================
   1. CORE UI & UTILITIES (Spinner, Buttons, Policy)
   ========================================================================== */
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}

.btn { transition: .5s; }
.btn-square { width: 38px; height: 38px; }
.btn-sm-square { width: 32px; height: 32px; }
.btn-lg-square { width: 48px; height: 48px; }

.btn-square, .btn-sm-square, .btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

.privacy-policy, .terms-conditions {
    max-width: 900px;
    margin: auto;
    padding: 30px;
    line-height: 1.7;
}

.privacy-policy h1, .privacy-policy h3,
.terms-conditions h1, .terms-conditions h3 { margin-top: 20px; }

/* ==========================================================================
   2. NAVBAR & NAVIGATION
   ========================================================================== */
.sticky-top { top: -150px; transition: .5s; }

.navbar {
    padding: 15px 0;
    font-family: "Space Grotesk", sans-serif;
    font-size: 18px;
}

.navbar .navbar-nav .nav-link {
    margin-left: 30px;
    padding: 0;
    outline: none;
    color: var(--bs-dark);
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active { color: var(--bs-primary); }

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-right: 8px;
}

.navbar .dropdown-menu .dropdown-item:hover,
.navbar .dropdown-menu .dropdown-item.active {
    color: var(--bs-white);
    background: var(--bs-primary);
}

.order-link { transition: all 0.3s ease; }
.order-link:hover {
    box-shadow: 0 0 10px;
    outline-offset: 4px;
    border-radius: 8px;
}

.navbar-right-logo img { height: 36px; width: auto; }

/* Desktop Dropdown Logic */
@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }
    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        opacity: 1;
    }
}

/* ==========================================================================
   3. GLASS MENU & DROPDOWNS (Mobile & Desktop)
   ========================================================================== */
.logo-circle {
    width: 70px; height: 70px;
    border-radius: 50%;
    border: 2px solid #0c6b67;
    object-fit: cover;
    cursor: pointer;
}

.glass-menu {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.35);
    backdrop-filter: blur(-20px);
    -webkit-backdrop-filter: blur(-20px);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-25px);
    transition: all 0.45s ease;
    z-index: 9999;
}

.glass-menu.show { opacity: 1; pointer-events: auto; transform: translateY(0); }

.menu-list {
    list-style: none; padding: 0; margin: 0;
    height: 100%; display: flex;
    flex-direction: column; justify-content: center;
    align-items: center; gap: 14px;
}

.menu-list li { width: 100%; text-align: center; }
.menu-list a {
    display: block; width: 100%; padding: 14px 0;
    font-size: 26px; font-weight: 600; color: #fff;
    text-decoration: none; transition: 0.3s ease;
}

.menu-list a:hover { background: rgba(13, 110, 253, 0.85); color: #fff; }
.menu-list a.active { background: #0c6b67; }

/* Desktop Specific Glass Menu */
@media (min-width: 992px) {
    .glass-menu {
        position: absolute; inset: auto; top: 60px; left: 0;
        width: 220px; height: auto; border-radius: 14px;
        background: rgba(255,255,255,0.9); transform: translateY(10px);
    }
    .menu-list { align-items: stretch; padding: 8px; }
    .menu-list a { font-size: 16px; color: #000; padding: 10px 14px; border-radius: 8px; }
    .menu-list a:hover { background: #0c6b67; color: #fff; }
}

/* ==========================================================================
   4. HERO, CAROUSEL & ABOUT
   ========================================================================== */
.hero-header {
    margin-top: -100px; padding-top: 150px;
    background: url(../img/hero-bg.jpg) top center no-repeat;
    background-size: cover;
}

.hero-header .breadcrumb-item+.breadcrumb-item::before { color: var(--light); }

.header-carousel { position: relative; padding: 45px 90px 45px 0; }
.header-carousel::before {
    position: absolute; content: ""; top: 0; right: 0;
    width: calc(50% + 45px); height: 100%;
    background: var(--bs-primary); z-index: -1;
}

.header-carousel .owl-dots {
    position: absolute; top: 50%; right: 38px;
    transform: translateY(-50%);
    display: flex; flex-direction: column; align-items: center;
}

.header-carousel .owl-dot {
    position: relative; display: inline-block; margin: 5px 0;
    width: 15px; height: 15px; border: 2px solid var(--bs-white); transition: .5s;
}

.header-carousel .owl-dot.active { height: 30px; background: var(--bs-white); }

.about-img { position: relative; overflow: hidden; }
.about-img::after {
    position: absolute; content: ""; width: 100%; height: 100%; top: 0; left: 0;
    background: url(../img/bg-about-img.png) top left no-repeat;
    background-size: contain;
}

/* ==========================================================================
   5. PROJECT, SERVICE & TEAM
   ========================================================================== */
.project-item img, .team-item img { transition: .5s; }
.project-item:hover img, .team-item:hover img { transform: scale(1.2); }

.project-overlay, .team-overlay {
    position: absolute; padding: 25px; width: 100%; height: 100%; top: 0; left: 0;
    display: flex; flex-direction: column; align-items: flex-start;
    justify-content: flex-end; z-index: 1;
    background: linear-gradient(rgba(255, 255, 255, .1) 50%, var(--bs-dark));
}

.team-overlay small { display: inline-block; padding: 3px 15px; color: var(--bs-white); background: var(--bs-primary); }

.service-item { position: relative; padding: 30px 25px; transition: .5s; }
.service-item.bg-primary:hover { background: var(--bs-light) !important; }
.service-item.bg-primary p { color: var(--bs-light); transition: .5s; }
.service-item.bg-primary:hover p { color: var(--bs-secondary); }
.service-item.bg-light:hover { background: var(--bs-primary) !important; }
.service-item.bg-light p { color: var(--bs-secondary); transition: .5s; }
.service-item.bg-light:hover p { color: var(--bs-light); }

.service-item .service-img h3 { position: absolute; top: 0; left: 0; padding: 0 12px 7px 0; }
.service-item.bg-primary .service-img h3 { background: var(--bs-primary); color: var(--bs-white); transition: .5s; }
.service-item.bg-primary:hover .service-img h3 { background: var(--bs-light); color: var(--bs-dark); }
.service-item.bg-light .service-img h3 { background: var(--bs-light); color: var(--bs-dark); transition: .5s; }
.service-item.bg-light:hover .service-img h3 { background: var(--bs-primary); color: var(--bs-white); }

/* ==========================================================================
   6. TESTIMONIAL, NEWSLETTER & FOOTER
   ========================================================================== */
.testimonial-img { position: relative; padding: 45px 0 45px 90px; }
.testimonial-img::before {
    position: absolute; content: ""; top: 0; left: 0;
    width: calc(50% + 45px); height: 100%;
    background: var(--bs-primary); z-index: -1;
}

.testimonial-text h5 { position: relative; padding-left: 45px; }
.testimonial-text h5::before {
    position: absolute; content: ""; top: 50%; left: 0;
    transform: translateY(-50%); width: 40px; height: 2px; background: var(--bs-primary);
}

.testimonial-carousel .owl-dots { position: absolute; height: 17px; bottom: 0; right: 0; }
.testimonial-carousel .owl-dot {
    position: relative; display: inline-block; margin-left: 10px;
    width: 15px; height: 15px; background: var(--bs-white);
    border: 2px solid var(--bs-primary); transition: .5s;
}
.testimonial-carousel .owl-dot.active { width: 30px; background: var(--bs-primary); }

.newsletter { background: url(../img/hero-bg.jpg) bottom right no-repeat; background-size: cover; }
@media (min-width: 992px) {
    .newsletter .container { max-width: 100% !important; }
    .newsletter .newsletter-text { padding-right: calc(((100% - 960px) / 2) + .75rem); }
}

.footer .btn.btn-link {
    display: block; margin-bottom: 10px; padding: 0; text-align: left;
    color: rgba(255,255,255,.5); font-weight: normal; transition: .3s;
}
.footer .btn.btn-link:hover { color: var(--bs-white); letter-spacing: 1px; box-shadow: none; }
.footer .btn.btn-link::before {
    position: relative; content: "\f105"; font-family: "Font Awesome 5 Free";
    font-weight: 900; margin-right: 10px;
}

.footer .copyright { padding: 25px 0; font-size: 14px; border-top: 1px solid rgba(256, 256, 256, .1); }
.footer .copyright a { color: rgba(255,255,255,.5); }
.footer .copyright a:hover { color: var(--bs-white); }
.footer .footer-menu a { margin-right: 15px; padding-right: 15px; border-right: 1px solid rgba(255, 255, 255, .1); }
.footer .footer-menu a:last-child { border-right: none; }

/* ==========================================================================
   7. ANIMATED SLIDERS (Title Dec & Service Slider)
   ========================================================================== */
.slider-viewport {
    height: 180px; overflow: hidden; display: flex; padding: 5px; justify-content: flex-start;
}
.slider-track { display: flex; flex-direction: column; animation: slide-down-loop 15s infinite ease-in-out; }
.slider-item {
    height: 180px; display: flex; padding: 30px; flex-direction: column;
    align-items: flex-start; justify-content: flex-start; transition: filter 0.3s;
}

@keyframes slide-down-loop {
    0%, 14% { transform: translateY(-190px); }
    16%, 30% { transform: translateY(-360px); }
    33%, 47% { transform: translateY(-540px); }
    50%, 64% { transform: translateY(-720px); }
    66%, 80% { transform: translateY(-900px); }
    83%, 97% { transform: translateY(-1080px); }
    100% { transform: translateY(-1260px); }
}

.slider-container {
    height: 180px; width: 100%; max-width: 500px; margin-left: auto;
    position: relative; overflow: hidden; display: flex; justify-content: flex-end;
}
.slider-wrapper { position: relative; width: 100%; height: 180px; }
.slider-wrapper p {
    position: absolute; top: 0; right: 0; width: 100%; height: 180px;
    margin: 0; padding: 0 30px; opacity: 0; display: flex;
    align-items: center; justify-content: flex-end; text-align: right;
    backdrop-filter: blur(8px); font-size: 14px; animation: fade-loop 15s infinite ease-in-out;
}

.slider-wrapper p:nth-child(1) { animation-delay: 0s; }
.slider-wrapper p:nth-child(2) { animation-delay: 2.5s; }
.slider-wrapper p:nth-child(3) { animation-delay: 5s; }
.slider-wrapper p:nth-child(4) { animation-delay: 7.5s; }
.slider-wrapper p:nth-child(5) { animation-delay: 10s; }
.slider-wrapper p:nth-child(6) { animation-delay: 12.5s; }

@keyframes fade-loop {
    0% { opacity: 0; }
    10%, 20% { opacity: 1; }
    25%, 100% { opacity: 0; }
}

/* Service Slider */
.service-slider-container {
    position: relative; height: 300px; background: #ffffff;
    border-radius: 16px; display: flex; align-items: center;
    justify-content: center; overflow: hidden; color: white;
}
.service-slide {
    position: absolute; opacity: 0; transform: translateX(100%);
    transition: transform 0.7s ease, opacity 0.7s ease; text-align: center;
}
.service-slide.active { opacity: 1; transform: translateX(0); }
.service-slide.exit-left { transform: translateX(-100%); opacity: 0; }
.service-slide.exit-right { transform: translateX(100%); opacity: 0; }
.service-icon { font-size: 50px; margin-bottom: 15px; color: #011f1f; opacity: 0.9; }

.slider-arrow {
    position: absolute; top: 50%; transform: translateY(-50%);
    font-size: 32px; color: #011f1f; cursor: pointer; padding: 8px 12px;
    background: rgba(255,255,255,0.15); backdrop-filter: blur(6px);
    border-radius: 50%; z-index: 10; transition: 0.3s ease;
}
.slider-arrow:hover { background: #011f1f; color: #fff; }
.slider-arrow.left { left: 15px; }
.slider-arrow.right { right: 15px; }

/* ==========================================================================
   8. FAQ POPUPS & OVERLAYS
   ========================================================================== */
.faq-overlay, .fraq-overlay {
    position: fixed; inset: 0; background: rgba(0, 0, 0, 0.45);
    backdrop-filter: blur(8px); display: none;
    align-items: center; justify-content: center; z-index: 99999;
}
.faq-popup, .fraq-popup {
    background: #011f1f; width: 92%; max-width: 520px;
    border-radius: 14px; padding: 28px 26px; position: relative;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.25);
}
.fraq-popup { background: #e4efe7; max-width: 420px; animation: fraqSlideUp 0.35s ease; }

@keyframes fraqSlideUp {
    from { transform: translateY(30px); opacity: 0; }
    to { transform: translateY(0); opacity: 1; }
}

.faq-close, .fraq-close { position: absolute; top: 14px; right: 16px; font-size: 22px; cursor: pointer; }
.faq-close { color: #ffffff; }
.fraq-close { color: #0c6b67; float: right; position: static; font-size: 18px; }

.faq-item { background: #021f1f; padding: 14px 16px; border-radius: 8px; margin-bottom: 14px; }
.faq-item h5 { font-size: 15.5px; font-weight: 600; color: #ffffff; }
.faq-item h5::before { content: "▶"; color: #ffffff; margin-right: 8px; font-size: 12px; }

/* FAQ Button & Dropdown */
.faq-btn {
    position: fixed; top: 35px; right: 75px; width: 36px; height: 28px;
    display: flex; flex-direction: column; justify-content: space-between;
    background: none; border: none; cursor: pointer; padding: 5px; z-index: 900;
}
.faq-btn span { height: 3px; width: 100%; background: #0c6b67; border-radius: 3px; }

.faq-dropdown {
    position: fixed; top: 60px; right: 0; width: 220px;
    background: rgba(228, 239, 231, 0.95); backdrop-filter: blur(14px);
    border-radius: 12px 0 0 12px; box-shadow: 0 12px 30px rgba(0,0,0,0.15);
    opacity: 0; transform: translateY(-8px); pointer-events: none;
    transition: all 0.25s ease; z-index: 1000;
}
.faq-dropdown.show { opacity: 1; transform: translateY(0); pointer-events: auto; }
.faq-dropdown ul { list-style: none; margin: 0; padding: 8px; }
.faq-dropdown li a {
    display: flex; align-items: center; gap: 10px; padding: 10px 12px;
    font-size: 14px; color: #0c6b67; text-decoration: none; border-radius: 8px;
}
.faq-dropdown li a:hover { background: #0c6b67; color: #e4efe7; }

/* ==========================================================================
   9. COMMENTS & ORDERS
   ========================================================================== */
.comment-section, .order-section {
    max-width: 700px; margin: 60px auto; padding: 24px;
    background: #ffffff; border-radius: 14px; box-shadow: 0 20px 40px rgba(0,0,0,0.08);
}
.order-section { max-width: 720px; }

#commentForm, #orderForm { display: flex; flex-direction: column; gap: 12px; }

#orderForm input, #orderForm select, #orderForm textarea {
    width: 100%; padding: 14px 6px; background: transparent;
    border: none; border-bottom: 2px solid #cfdede; color: #021f1f; transition: 0.3s ease;
}
#orderForm input:focus, #orderForm select:focus, #orderForm textarea:focus { outline: none; border-bottom-color: #021f1f; }

.avatar {
    min-width: 46px; height: 46px; border-radius: 50%;
    background: #98cce4; color: #021f1f; font-weight: 600;
    display: flex; align-items: center; justify-content: center;
    box-shadow: 0 0 0 2px rgba(56,241,241,0.25), 0 8px 18px rgba(56,241,241,0.45);
}

.comment { display: flex; gap: 14px; align-items: flex-start; background: #f9fafb; padding: 16px; border-radius: 12px; }
.comment:hover .avatar { transform: scale(1.05); transition: 0.3s ease; }

/* ==========================================================================
   10. MOBILE RESPONSIVENESS
   ========================================================================== */
@media (max-width: 991px) {
    .navbar .navbar-nav .nav-link { margin-left: 0; padding: 10px 0; }
    .navbar-right-logo img { height: 28px; }
    
    .glass-menu {
        position: absolute; inset: auto; top: 52px; left: 12px;
        width: 200px; height: auto; border-radius: 12px;
        background: rgba(228, 239, 231, 0.92); opacity: 0;
        transform: translateY(-8px); transition: all 0.25s ease;
    }
    .glass-menu.show { opacity: 1; transform: translateY(0); pointer-events: auto; }
    .menu-list { padding: 6px; align-items: stretch; }
    .menu-list a { font-size: 15px; color: #0c6b67; padding: 10px 12px; }
}

@media (max-width: 768px) {
    .hero-header { margin-top: -50px; padding-top: 100px; }
    .testimonial-carousel .owl-dots { left: 0; right: auto; }
    .testimonial-carousel .owl-dot { margin-right: 10px; margin-left: 0; }
    .comment-section, .order-section { margin: 20px; padding: 20px; }
}

.comment-section {
  max-width: 700px;
  margin: 60px auto;
  padding: 24px;
  background: #ffffff;
  border-radius: 14px;
  box-shadow: 0 20px 40px rgba(0,0,0,0.08);
  font-family: "Poppins", system-ui, sans-serif;
}

.comment-section h3 {
  margin-bottom: 18px;
  font-size: 22px;
  font-weight: 600;
  text-align: center;
  color: #021f1f;
}

/* --- Form Elements --- */
#commentForm {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

#commentForm input,
#commentForm textarea {
  width: 100%;
  padding: 14px 16px;
  border-radius: 10px;
  border: 1.5px solid #e0e0e0;
  font-size: 14px;
  transition: 0.3s ease;
  background: #fafafa;
}

#commentForm textarea {
  resize: none;
  min-height: 120px;
}

#commentForm input:focus,
#commentForm textarea:focus {
  outline: none;
  border-color: #4f46e5;
  background: #fff;
  box-shadow: 0 0 0 3px rgba(79,70,229,0.15);
}

#commentForm button {
  margin-top: 6px;
  padding: 14px;
  border-radius: 10px;
  border: none;
  background: #021f1f;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  cursor: pointer;
  transition: 0.3s ease;
}

#commentForm button:hover {
  transform: translateY(-1px);
  box-shadow: 0 12px 24px rgba(79,70,229,0.3);
}

/* --- Comment List & Items --- */
#commentList {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.comment {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  background: #f9fafb;
  border-radius: 12px;
  padding: 16px 18px;
  animation: fadeUp 0.4s ease;
}

/* --- Avatar (Luxury Design) --- */
.avatar {
  min-width: 46px;
  height: 46px;
  border-radius: 50%;
  background: #98cce4;
  color: #021f1f;
  font-weight: 600;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-shadow: 
    0 0 0 2px rgba(56,241,241,0.25), 
    0 8px 18px rgba(56,241,241,0.45);
}

.comment:hover .avatar {
  box-shadow: 
    0 0 0 3px rgba(56,241,241,0.45), 
    0 12px 28px rgba(56,241,241,0.7);
  transform: scale(1.05);
  transition: 0.3s ease;
}

/* --- Typography inside Comments --- */
.comment-body { flex: 1; }
.comment strong { font-size: 14px; color: #111827; }
.comment p { margin: 8px 0 10px; font-size: 14px; color: #374151; line-height: 1.5; }
.comment small { font-size: 12px; color: #6b7280; }

/* --- Load More Button --- */
.load-more {
  background: transparent;
  border: 1px solid #021f1f;
  color: #021f1f;
  padding: 10px 20px;
  border-radius: 25px;
  cursor: pointer;
  margin: 20px auto;
  display: none;
}

.load-more:hover {
  background: #021f1f;
  color: #fff;
}

/* --- Animation --- */
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

/* Disable text selection */
* {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Disable image dragging */
img {
  pointer-events: none;
  -webkit-user-drag: none;
}

/* Prevent tap-hold on mobile */
body {
  -webkit-touch-callout: none;
}

* {
  -webkit-user-select: none;
  user-select: none;
}

img {
  -webkit-user-drag: none;
  pointer-events: none;
}

body {
  -webkit-touch-callout: none;
}


/* ===============================
   FLOATING CHAT BUTTON
================================ */
#sm-chat-toggle {
  position: fixed;
  bottom: 18px;
  right: 18px;
  width: 48px;
  height: 48px;
  background: #011f1f;
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  cursor: pointer;
  box-shadow: 0 8px 20px rgba(1,31,31,0.45);
  z-index: 9999;
}

/* ===============================
   CHATBOX
================================ */
#sm-chatbot {
  position: fixed;
  bottom: 78px;
  right: 18px;
  width: 280px;
  height: 400px;
  background: #ffffff;
  border-radius: 14px;
  box-shadow: 0 12px 28px rgba(0,0,0,0.22);
  display: none;
  flex-direction: column;
  z-index: 9999;
}

/* ===============================
   HEADER
================================ */
.sm-header {
  background: linear-gradient(135deg, #011f1f, #0b3a3a);
  color: #ffffff;
  padding: 10px 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 14px 14px 0 0;
}

.sm-header strong {
  font-size: 14px;
}

.sm-header small {
  font-size: 11px;
  opacity: 0.85;
}

.sm-header-right {
  display: flex;
  align-items: center;
  gap: 6px;
}

.sm-header button {
  background: none;
  border: none;
  color: #ffffff;
  font-size: 16px;
  cursor: pointer;
}

.ai-toggle {
  font-size: 10px;
}

/* ===============================
   MESSAGES AREA
================================ */
.sm-messages {
  flex: 1;
  padding: 8px;
  overflow-y: auto;
  font-size: 13px;
  background: #f4fafa;
}

.sm-bot {
  background: #e6f2f2;
  color: #022c2c;
  padding: 7px 9px;
  border-radius: 8px;
  margin-bottom: 6px;
  line-height: 1.4;
}

.sm-user {
  background: #e6f2f2;
  color: #022c2c;
  padding: 7px 9px;
  border-radius: 8px;
  margin-bottom: 6px;
  text-align: right;
  line-height: 1.4;
}

/* ===============================
   QUICK FAQ BUTTONS
================================ */
.sm-faq-buttons {
  margin-top: 6px;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}

.sm-faq-buttons button {
  background: #d9eeee;
  color: #011f1f;
  border: none;
  padding: 5px 9px;
  border-radius: 14px;
  font-size: 11px;
  cursor: pointer;
}

.sm-faq-buttons button:hover {
  background: #c4e3e3;
}

/* ===============================
   INPUT AREA
================================ */
.sm-input {
  border-top: 1px solid #d3e6e6;
  padding: 7px;
  position: relative;
  background: #ffffff;
}

.sm-input input {
  width: 100%;
  padding: 7px;
  border: 1px solid #cde3e3;
  border-radius: 6px;
  font-size: 13px;
  outline: none;
}

.sm-input input:focus {
  border-color: #14b8a6;
}

.sm-input button {
  width: 100%;
  margin-top: 6px;
  padding: 7px;
  background: #011f1f;
  border: none;
  color: #ffffff;
  border-radius: 6px;
  font-size: 13px;
  cursor: pointer;
}

.sm-input button:hover {
  background: #0b3a3a;
}

/* ===============================
   AUTO-SUGGEST DROPDOWN
================================ */
.sm-suggestions {
  position: absolute;
  bottom: 58px;
  left: 5%;
  width: 90%;
  background: #ffffff;
  border-radius: 6px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.15);
  display: none;
  overflow: hidden;
  z-index: 9999;
}

.sm-suggestions div {
  padding: 7px;
  font-size: 12px;
  cursor: pointer;
  color: #022c2c;
}

.sm-suggestions div:hover {
  background: #e6f2f2;
}

/* ===============================
   MOBILE VIEW
================================ */
@media (max-width: 480px) {
  #sm-chatbot {
    width: 95%;
    right: 2.5%;
    height: 380px;
  }
}

/* ===============================
   Skaler Make – Form Only
================================ */

.skaler-form {
  background: #ffffff;
  padding: 28px;
  border-radius: 16px;
  border: 1px solid #e5e7eb;
  box-shadow: 0 20px 40px rgba(15, 23, 42, 0.08);
}

/* Heading inside form */
.skaler-form h2 {
  text-align: center;
  margin-bottom: 20px;
  font-weight: 700;
  color: #011f01f;
}

/* Labels */
.skaler-form label {
  display: block;
  margin-top: 16px;
  font-size: 14px;
  font-weight: 600;
  color: #0f172a;
}

/* Inputs */
.skaler-form input,
.skaler-form select,
.skaler-form textarea {
  width: 100%;
  margin-top: 8px;
  padding: 12px 14px;
  font-size: 14px;
  border-radius: 10px;
  border: 1px solid #e5e7eb;
  background: #ffffff;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.skaler-form input::placeholder,
.skaler-form textarea::placeholder {
  color: #64748b;
}

/* Focus state */
.skaler-form input:focus,
.skaler-form select:focus,
.skaler-form textarea:focus {
  outline: none;
  border-color: #2563eb;
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.15);
}

/* Hidden sections */
.skaler-form .hidden {
  display: none;
}

/* Cost box */
.skaler-form .cost-box {
  margin-top: 14px;
  padding: 14px;
  border-radius: 12px;
  background: linear-gradient(135deg, #eff6ff, #e0f2fe);
  border: 1px solid #dbeafe;
  font-weight: 600;
  color: #1e40af;
}

/* QR section */
.skaler-form .qr {
  margin-top: 20px;
  text-align: center;
}

.skaler-form .qr img {
  margin-top: 10px;
  padding: 10px;
  background: #ffffff;
  border-radius: 12px;
  border: 1px solid #e5e7eb;
  box-shadow: 0 10px 20px rgba(0,0,0,0.08);
}

/* Submit button */
.skaler-form button {
  width: 100%;
  margin-top: 24px;
  padding: 14px;
  border-radius: 12px;
  border: none;
  background: linear-gradient(135deg, #2563eb, #1e40af);
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.skaler-form button:hover {
  transform: translateY(-1px);
  box-shadow: 0 12px 25px rgba(37, 99, 235, 0.35);
}

.skaler-form button:disabled {
  background: #94a3b8;
  cursor: not-allowed;
  box-shadow: none;
  transform: none;
}

/* Mobile */
@media (max-width: 600px) {
  .skaler-form {
    padding: 20px;
    border-radius: 12px;
  }

  .skaler-form h2 {
    font-size: 20px;
  }
}

