.bg-light-dark {
  background-color: #111212 !important;
}

body {
    background-color: #000000 !important;
}

.sm-text-p {
  font-size: 0.75rem !important;
}

::-webkit-scrollbar {
  display: none !important;
}

.white-space-nowrap {
  white-space: nowrap;
}

.bg-instagram {
    background: linear-gradient(115deg, rgb(249, 206, 52), rgb(238, 42, 123), rgb(98, 40, 215)) !important;
}

.my-border {
  border: 1px solid #292929 !important;
}

.light-black {
  background-color: #111111 !important;
}

.object-position-top {
    object-position: top !important;
}

.bg-black {
    background: #000000 !important;
}

.bg-enquiry {
  background: linear-gradient(rgb(0 0 0 / 62%), rgb(0 0 0 / 68%)),
    url(/assets/images/enquiry.jpg);
  background-size: cover;
  background-position: center;
}

.get_quote {
  background: #9d52ff;
  background-image: url("/assets/images/bg_design.png");
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
}

.home-hero {
  background: url("/assets/images/banner/2.jpg");
  height: 33rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 20px;
}

.bg-gradient {
  background-image: linear-gradient(90deg, #000, #fa2864) !important;
  height: 22rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 20px;
  display: flex;
  align-items: center;
}

.light-text {
  color: #c9c9ce !important;
}

.light-dark-icon {
  background-color: #363636;
}

.bg-support-no {
  background-color: #1e2222 !important;
}

.home-card-top {
  background: #ffffff;
  border-radius: 400px;
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.137);
}

.text-home-card-top {
  color: #000000;
  font-size: 1rem !important;
}

.border-end-dark {
  border-right: 1px solid #c7c7c7;
}

.text-border-1 {
  border: 1.3px solid #d5d5d5;
  border-radius: 24px;
  padding: 0 24px 2px;
}

.header-transparency {
  background-color: rgb(0 0 0 / 100%) !important;
  backdrop-filter: blur(8px);
}

.underlined-text {
  background-repeat: no-repeat;
  background-position-y: 100%;
  background-size: 100% 0.2em;
  background-image: url("./images/line.svg");
}

.gradient-text-1 {
  background: linear-gradient(60deg, #0090f7 25%, #de52dc, #f45309 90%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.services-hero-slider {
  position: relative;
  width: 100%;
  height: 47vh;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
   background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url('./images/home/20.jpg');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  transition: background-image 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.services-hero-slider::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.category-hero {
  position: relative;
  width: 100%;
  height: 45vh;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
   background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url('./images/banner/2.jpg');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  transition: background-image 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.category-hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.button-md-circle {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  border-radius: 50%;
}


/* Toggle button */
.mobile-menu-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border: 1px solid rgba(255,255,255,0.15);
    background: #111;
    color: #fff;
    border-radius: 50px;
    padding: 10px 18px;
    font-weight: 600;
    box-shadow: 0 8px 24px rgba(0,0,0,0.18);
}

.mobile-menu-btn:focus,
.mobile-menu-btn:hover {
    background: #000;
    color: #fff;
}

/* Bottom offcanvas styling */
.mobile-offcanvas {
    height: auto !important;
    max-height: 90vh;
    border-top-left-radius: 28px;
    border-top-right-radius: 28px;
    background: linear-gradient(180deg, #ffffff 0%, #f8f8f8 100%);
    box-shadow: 0 -10px 40px rgba(0, 0, 0, 0.18);
    border: 0;
    padding-bottom: 10px;
}

/* Small top drag line */
.mobile-offcanvas::before {
    content: "";
    width: 60px;
    height: 5px;
    background: #d0d0d0;
    border-radius: 20px;
    position: absolute;
    top: 12px;
    left: 50%;
    transform: translateX(-50%);
}

/* Grid menu */
.mobile-menu-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3px;
    margin-top: 10px;
}

/* Menu cards */
.mobile-menu-item {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 68px;
    padding: 8px 14px;
    text-align: center;
    text-decoration: none;
    color: #ffffff;
    font-weight: 400;
    font-size: 15px;
    border-radius: 15px;
    background: #1f1f1f;
    border: 1px solid rgba(0,0,0,0.06);
    box-shadow: 0 6px 18px rgba(0,0,0,0.06);
    transition: all 0.3s ease;
}

.mobile-menu-item:hover {
    transform: translateY(-2px);
    color: #fff;
    background: linear-gradient(135deg, #111 0%, #2b2b2b 100%);
    box-shadow: 0 10px 24px rgba(0,0,0,0.16);
}

.mobile-menu-item:focus {
    color: #fff;
    background: linear-gradient(135deg, #111 0%, #2b2b2b 100%);
}

/* Full width on very small devices */
@media (max-width: 480px) {
    .mobile-menu-grid {
        grid-template-columns: 1fr;
    }

    .mobile-menu-item {
        min-height: 40px;
        font-size: 14px;
    }
}