    html, body {
        height: 100%;
    }

    @media (max-width: 767.98px) {
        .container-fluid.content, .row.content {
            height: 100%;
        }
    }

    @media (max-width: 767.98px) {
        .col-left {
            display: none;
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100vh;
            background: rgba(0, 0, 0, 0.85);
            z-index: 2000;
            overflow-y: auto;
        }

        .col-left .leftlineinside {
            background-color: rgba(18, 123, 61, 0.95) !important;
            margin: 20px;
        }

        .col-left.mobile-visible {
            display: block;
            animation: fadeInUp 0.4s ease-in-out;
        }
    }

    @media (max-width: 767.98px) {
        #mobileContactPanel {
            height: calc(100vh - 60px); /* leave room for bottom menu */
            bottom: 60px;
        }

        .mobile-bottom-menu {
            height: 60px; /* matches the space we reserved */
        }
    }



    @media (max-width: 767.98px) {
        h2.wow.bounceInDown {
            margin-top: 80px; /* adjust as needed */
            text-align: left;
        }
    }

    .leftline {
        /* background-color: #127b3d;  */
    }
    .custom-download-btn {
        background-color: #ebcc6e;
        color: #000;
        padding: 2px 2px;
        font-size: 14px;
        border-radius: 10px;
        font-weight: bold;
        text-decoration: none;
        display: flex;
        align-items: center;
        gap: 1px;
        box-shadow: 0 4px 10px rgba(0,0,0,0.2);
        transition: background 0.3s ease;
        margin-bottom: 2px;
    }

    .custom-download-btn:hover {
        background-color: #e3bc3e;
        text-decoration: none;
        color: #000;
    }

    .download-icon {
        height: 50px;
        width: auto;
    }

    .social-icon {
        font-size: 22px;
        color: #ebcc6e;
        transition: transform 0.3s ease, color 0.3s ease;
    }

    .social-icon:hover {
        color: #ffffff;
        transform: scale(1.2);
    }

    .contact-item i {
        min-width: 20px;
    }

    .section-space {
    padding: 4rem 0;
    }

    @media (max-width: 576px) {
    .section-space {
        padding: 2rem 0;
    }
    }

    /* ---------- Start-Menu toggle button ---------- */
#startToggle{
    position:fixed;
    top:20px; left:20px;
    z-index:1100;
    background:#ebcc6e;
    color:#000;
    border:none; outline:none;
    padding:10px 12px;
    border-radius:6px;
    font-size:20px;
    box-shadow:0 4px 12px rgba(0,0,0,.25);
    transition:background .3s;
}
#startToggle:hover{background:#e3bc3e;}

/* ---------- Sidebar container ---------- */
#startMenu{
    position:fixed; top:0; left:0;
    height:100vh; width:260px;
    transform:translateX(-100%);
    transition:transform .4s ease;
    z-index:1099;
    /* glassy transparent surface */
    background:rgba(18,18,18,.6);
    backdrop-filter:blur(6px);
    /* shadow separating it from page */
    box-shadow:4px 0 18px rgba(0,0,0,.4);
    display:flex; flex-direction:column;
}

/* ---------- Inner elements ---------- */
.start-header{
    padding:40px 28px 24px;
    text-align:center;
    color:#fff;
}
.start-header img{width:120px; margin-bottom:12px;}

.start-links{
    list-style:none; padding:0; margin:0;
    flex:1;                      /* push footer down */
}
.start-links li{border-bottom:1px solid rgba(255,255,255,.1);}
.start-links a{
    display:block;
    padding:14px 28px;
    color:#fff;
    text-decoration:none;
    font-weight:600;
    letter-spacing:.2px;
    transition:background .25s;
}
.start-links a:hover{
    background:rgba(255,255,255,.08);
}

.start-footer{
    padding:16px 28px;
    color:#ccc;
    font-size:13px;
    text-align:center;
    border-top:1px solid rgba(255,255,255,.08);
}

/* ---------- ‘open’ class shows the menu ---------- */
#startMenu.open{transform:translateX(0);}
body.menu-open{overflow:hidden;}  /* prevent background scroll */

/* ✅ Hide toggle button on mobile */
@media (max-width: 767.98px) {
    #startToggle {
        display: none;
    }
}

/* ✅ Mobile logo (top center) */
.mobile-logo {
    text-align: center;
    padding: 12px;
    background-color: rgba(255, 255, 255, 0.9);
    position: fixed;
    width: 100%;
    z-index: 1050;
    top: 0;
    left: 0;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}
.mobile-logo img {
    height: 45px;
}



/* ✅ Hide these elements on larger screens */
.custom-mobile-only {
    display: none;
}

@media (max-width: 767.98px) {
    .custom-mobile-only {
        display: block !important;; 
    }

    /* Flex layout for bottom menu on mobile */
    .mobile-bottom-menu {
        display: flex !important;
    }
}

@media (max-width: 767.98px) {
  #servicesModal .row > div {
    text-align: center;
  }
}

.phone-frame {
  border: 10px solid #000;
  border-radius: 30px;
  overflow: hidden;
  box-shadow: 0 0 15px rgba(0,0,0,0.2);
}

#bgVideo {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    z-index: -1;
    object-fit: cover;
}

body {
    background: url('img/misc/hustel-background.png') no-repeat center center fixed;
    background-size: cover;
}


@media (max-width: 575.98px) {
  .hide-on-mobile {
    display: none !important;
  }
}

@media (min-width: 576px) {
    .show-on-mobile-only {
      display: none !important;
    }
}


  .join-waitlist-btn {
    display: inline-block;
    padding: 14px 28px;
    font-size: 8px;
    font-weight: 600;
    color: #000 !important;
    background: linear-gradient(145deg, #f5d76e, #e4be45);
    border: none;
    border-radius: 10px;
    box-shadow: 0 6px 20px rgba(228, 190, 69, 0.5);
    transition: all 0.3s ease-in-out;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
    margin-bottom: 10px;
  }

  .join-waitlist-btn:hover {
    background: linear-gradient(145deg, #e4be45, #f5d76e);
    transform: scale(1.05);
    box-shadow: 0 10px 24px rgba(228, 190, 69, 0.6);
    color: #fff;
    text-decoration: none;
  }
  
  
  .book-verified-professionals {
    display: inline-block;
    padding: 14px 28px;
    font-size: 8px;
    font-weight: 600;
    color: #fff !important;
    background: linear-gradient(145deg, #f5d76e, #e4be45);
    border: none;
    border-radius: 10px;
    box-shadow: 0 6px 20px rgba(228, 190, 69, 0.5);
    transition: all 0.3s ease-in-out;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
   
  }

  .book-verified-professionals:hover {
    background: linear-gradient(145deg, #e4be45, #f5d76e);
    transform: scale(1.05);
    box-shadow: 0 10px 24px rgba(228, 190, 69, 0.6);
    color: #fff;
    text-decoration: none;
  }

