
:root{
    --brand1:#221b24; --brand2:#f4cdff; --brand3:#00e0ff;
    --on-black:#f1f1f1; --muted:#b9bdc2;
    --glass: rgba(255,255,255,0.06);
  }

body {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  color: #f1f1f1;
}
.bg-dark{
  background: var(--brand1) !important;
}

.hero {
  position: relative;
  min-height: 100vh;
  background: transparent; /* let the canvas show; your canvas is already black */
  overflow: hidden;
}

.section{ padding: min(8vw,5rem) 0; }
.section-muted{ background: radial-gradient(80% 120% at 50% -10%, #0b0b10 0%, #000 60%); }


#tsparticles { pointer-events: none; } /* not required, but keeps clicks on content */

.navbar, .hero, footer { position: relative; z-index: 1; }

#tsparticles canvas { opacity: 1 !important; visibility: visible !important; display: block !important; }

.hero__content { position: relative; z-index: 2; }


.sticky-top {
  background: var(--brand1) !important;
}
.navbar{
    background-color: var(--brand1); /* Darker background for the header */
}

.brandname {
  align-items: center;
  justify-content: center;
  text-align: center;
}


.navbar-nav .nav-link {
  font-size: 1.2rem; /* Larger font size */
  color: #f8f9fa; /* White font color */
}

.navbar-nav .nav-link:hover {
  color: var(--brand2); /* Lighter white on hover */
}

.gradient-text {
  background: linear-gradient(45deg, #89728f, #f4cdff, #00e0ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.form-control {
  background-color: #333;
  color: #fff;
  border: 1px solid #555;
}

.form-control:focus {
  background-color: #444;
  border-color: #00e0ff;
  box-shadow: 0 0 10px rgba(0, 224, 255, 0.5);
}

.icon-container svg {
  color: #00e0ff;
  margin-right: 10px;
}

/* Contact form spacing */
.contact-info {
  margin-bottom: 20px;
}

.contact-info p {
  margin: 0;
  font-size: 1.2rem;
}

.card {
  background-color: rgba(0, 0, 0, 0.6) !important; 
  backdrop-filter: saturate(120%) blur(2px); /* optional nice touch */
  border: none;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
  border-radius: 10px;
}
.hero header.bg-dark { background-color: transparent !important; }

/* Hover effect on cards */
.card:hover {
  transform: translateY(-10px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.review-card {
  margin-bottom: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  background-color: #1e1e1e; /* Dark background for the cards */
}

.review-card .card-body {
  padding: 20px;
}

.review-card .card-title {
  font-weight: bold;
  font-size: 1.25rem;
  color: #dcdcdc;
}

.review-card .card-text {
  font-style: italic;
  color: #dcdcdc;
}

.review-card .card-footer {
  color: #dcdcdc;
}

.star-rating {
  color: #f39c12; /* Star color */
}

.btn-outline-light {
  display: inline-flex;            /* instead of inline-block */
  align-items: center;             /* vertical centering */
  justify-content: center;         /* horizontal centering */
  gap: .5rem;                      /* space if you have an icon + label */
  line-height: 1;                  /* avoid tall inherited line-height */
  padding: .675rem 1.1rem;         /* tweak to your size */
  border-color: #00e0ff;
  color: #fff;
  border-radius: 999px;
}

.btn-outline-light:hover {
  background-color: #00e0ff;
  color: #fff;
}

.btn-gradient {
  background: linear-gradient(45deg, #403543, #f4cdff, #00e0ff);
  border: none;
  color: white;
  padding: 6px 12px;
  border-radius: 25px;
  font-weight: bold;
  transition: 0.3s ease;
}

.btn-gradient:hover {
  opacity: 0.85;
}

.btn-gradient-muted {
  background: #00e0ff;
  border: none;
  color: white;
  padding: 6px 12px;
  border-radius: 25px;
  font-weight: bold;
  transition: 0.3s ease;
}

.btn-gradient-muted:hover {
  background: #00e0ff;
  opacity: 0.8;
}



.site-footer { background:#000; border-top:1px solid rgba(255,255,255,.15); }
.site-footer .footer-logo { height: 28px; width:auto; }
.site-footer .footer-link { line-height:1; }
.site-footer .footer-link:hover { opacity:.85; }

/* Optional: gradient divider accent under the brand row */
.site-footer .border-bottom {
  border-image: linear-gradient(90deg,#403543,#f4cdff,#00e0ff) 1;
}

.text-light {
  text-decoration: none;
}

@media (max-width: 767.98px) { /* Bootstrap md breakpoint */
  .sticky-cta { display: none !important; }
  .brandname {
 display: none;
  }
}


  /* ... your existing styles ... */

  /* BEFORE / AFTER SECTION */
  .before-after-grid{
    display:grid;
    gap:1.5rem;
    grid-template-columns: repeat(auto-fit, minmax(500px, 1fr));
  }
@media (max-width: 767.98px) { /* Bootstrap md breakpoint */
 .before-after-grid{
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  }
}
  .ba-item .ba-caption{
    font-size: .85rem;
  }

  .ba-image-wrapper{
    position:relative;
    overflow:hidden;
    border-radius: 16px;
    border:1px solid rgba(255,255,255,.12);
    background:#111;
    aspect-ratio: 4 / 3; /* keeps everything same height */
  }

  .ba-img{
    position:absolute;
    inset:0;
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
  }

  .ba-img-before{
    filter:saturate(.85);
  }

  .ba-img-after{
    /* right side revealed by slider; default 50% */
    clip-path: inset(0 0 0 50%);
    transition: clip-path .12s linear;
  }

  .ba-label{
    position:absolute;
    top:.75rem;
    padding:.2rem .55rem;
    border-radius:999px;
    font-size:.7rem;
    font-weight:600;
    text-transform:uppercase;
    letter-spacing:.05em;
    background:rgba(0,0,0,.7);
    border:1px solid rgba(255,255,255,.25);
  }
  .ba-label-before{ left:.75rem; }
  .ba-label-after{ right:.75rem; }

  .ba-slider{
    position:absolute;
    left:50%;
    top:0;
    bottom:0;
    width:100%;
    transform:translateX(-50%);
    appearance:none;
    background:transparent;
    margin:0;
    cursor:ew-resize;
    z-index: 3;
  }

  /* Hide default thumb track, then restyle */
  .ba-slider::-webkit-slider-thumb{
    -webkit-appearance:none;
    width:0; height:100%;
  }
  .ba-slider::-moz-range-thumb{
    width:0; height:100%; border:none; background:transparent;
  }
  .ba-slider::-ms-thumb{
    width:0; height:100%; border:none; background:transparent;
  }

  .ba-handle{
    position:absolute;
    top:0;
    bottom:0;
    width:3px;
    background: linear-gradient(180deg,var(--brand3),var(--brand2));
    left:50%;
    transform:translateX(-50%);
    z-index:2;
    box-shadow:0 0 0 1px rgba(0,0,0,.4);
  }

  .ba-handle::before{
    content:"";
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    width:30px;
    height:30px;
    border-radius:999px;
    border:1px solid rgba(255,255,255,.6);
    background: radial-gradient(circle at 30% 30%, #fff, #d2f4ff 40%, #403543 100%);
    box-shadow:0 4px 20px rgba(0,0,0,.7);
  }

  .ba-handle::after{
    content:"⇆";
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    font-size:.9rem;
    color:#000;
    font-weight:700;
  }

  /* Sticky header spacing & look */
.top-actions-bar{
  font-size: 0.95rem;
  padding-block: 6px;
}

.quick-link{
  color: #fff;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 10px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.2);
  background: rgba(255,255,255,0.3);
}

.quick-link:hover, .quick-book:hover{
  color: var(--brand2);
  border-color: (255,255,255,0.8);
}

.quick-book{
  border-radius: 999px !important;
  color: #ffffff;
  background: rgba(255,255,255,0.3);

}

/* Logos */
.nav-logo{
  height: 75px;
  width: auto;
}

.nav-brandimg{
  height: 75px;
  width: auto;
}

/* Mobile friendliness */
@media (max-width: 991.98px){
  .navbar{
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .quick-left{
    gap: 10px;
  }
  .quick-link{
    padding: 7px 9px;
  }
}
