.container{
    max-width: 1280px !important;
}
.st-logo{
    width: 250px;
}


/* =========================
   HERO BASE
========================= */

.bl-hero {
  position: relative;
}

.bl-hero-img {
  width: 100%;
  height: 90vh;
  min-height: 600px;
  object-fit: cover;
}

.bl-hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.55);
  display: flex;
  align-items: center;
}

/* =========================
   LEFT CONTENT
========================= */

.bl-hero-content {
  color: #fff;
  /* padding: 20px; */
}

.bl-hero-subtitle {
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1px;
  margin-bottom: 12px;
}

.bl-hero-title {
  font-size: 42px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 16px;
}

.bl-hero-text {
  font-size: 16px;
  margin-bottom: 18px;
  opacity: 0.95;
}

.bl-hero-list {
  list-style: none;
  padding: 0;
  margin-bottom: 25px;
}

.bl-hero-list li {
  margin-bottom: 6px;
  position: relative;
  /* padding-left: 18px; */
}

.bl-hero-list li::before {
  content: "✔";
  position: absolute;
  left: 0;
  color: #0d6efd;
  display: none;
}

/* =========================
   FORM
========================= */

.bl-hero-form {
  background: #fff;
  border-radius: 16px;
  padding: 25px;
  max-width: 420px;
  margin-left: auto;
  box-shadow: 0 10px 40px rgba(0,0,0,0.25);
  border-top: 8px solid #fda12b;
}

.bl-hero-form h4 {
  text-align: center;
  margin-bottom: 5px;
}

.bl-hero-form p {
  text-align: center;
  font-size: 14px;
  color: #666;
  margin-bottom: 15px;
}

.bl-hero-form small {
  display: block;
  text-align: center;
  margin-top: 12px;
  color: #777;
}

 .st-hero{
    font-size: 48px !important;
 }
.sthero-bx{
    border-radius: 20px;
    border-top: 10px solid #fda12b;
}
.int-text{
    color: #000 !important;
}



/* flating button css */
/* Sticky container */
.bluelane-sticky-contact {
  position: fixed;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: 1050;
}

/* Button */
.bluelane-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  margin-bottom: 8px;
  border-radius: 6px 0 0 6px;
  text-decoration: none;
  transition: background 0.3s ease;
}

/* Icon */
.bluelane-btn i {
  font-size: 20px;
}

/* Popup text (hidden by default) */
.bluelane-text {
  position: absolute;
  right: 55px;
  background: #000;
  color: #fff;
  padding: 6px 10px;
  border-radius: 4px;
  font-size: 13px;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  transform: translateX(10px);
  transition: all 0.3s ease;
}

/* Show popup ONLY on hovered button */
.bluelane-btn:hover .bluelane-text {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

/* Small arrow */
.bluelane-text::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -6px;
  transform: translateY(-50%);
  border-width: 6px;
  border-style: solid;
  border-color: transparent transparent transparent #000;
}

/* close */

.st-city{
    border-radius: 15px !important;
}
.bl-overlay {
  background-color: #00000094 !important;
  border-radius: 12px;
}
.st-overcard{
    min-height: 230px;
    border-radius: 12px;
}
.st-overcard img {
    min-height: 230px;
}
.rounded-2{
    border-radius: 12px !important;
}

/* ===== Service Circular Image Style ===== */
.service-circle-img {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    border: 2px solid #08a9a4;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: #fff;
}

.service-circle-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    padding: 6px;
}



/* gallery css */
/* Gallery Section */
.gallery-box {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    height: 180px !important;
}
.gallery-item {
    min-height: 180px !important;
}
.gallery-box img {
    width: 100%;
    /* height: 100%; */
    object-fit: cover;
    transition: transform .5s ease;
    min-height: 180px !important;
}

/* Hover Zoom */
.gallery-box:hover img {
    transform: scale(1.1);
}

/* Overlay */
.gallery-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: 0.4s;
}

.gallery-overlay span {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
}

.gallery-box:hover .gallery-overlay {
    opacity: 1;
}

/* Tabs */
.gallery-tabs .nav-link {
    border-radius: 50px;
    padding: 8px 20px;
    margin: 0 6px;
    font-weight: 500;
}

.stcard{
  background-color: #08a9a4;
  border-radius: 12px;
  height: 100px !important;
}


/* home interier  */

/* ================================
   BlueLane Interior Process Section
   ================================ */

.bluelane-process-section {
    position: relative;
    background-color: #f5ecd6;
}

/* Step Card */
.bluelane-step-card {
    transition: all 0.35s ease;
    border: 1px solid rgba(0, 0, 0, 0.04);
}

.bluelane-step-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
}

/* Icon Wrapper */
.bluelane-icon-wrap {
    min-width: 56px;
    height: 56px;
}

/* Main Icon */
.bluelane-icon {
    width: 56px;
    height: 56px;
    box-shadow: 0 8px 20px rgba(13, 110, 253, 0.35);
}

/* Step Number Badge */
.bluelane-step-badge {
    position: absolute;
    bottom: -6px;
    right: -6px;
    width: 24px;
    height: 24px;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    box-shadow: 0 4px 10px rgba(25, 135, 84, 0.35);
}

/* Text */
.bluelane-step-card h5 {
    line-height: 1.3;
}

.bluelane-step-card p {
    line-height: 1.6;
}

/* Video Card */
.bluelane-video-card {
    position: relative;
}

.bluelane-video-card video {
    border-radius: 1rem;
    object-fit: cover;
}
.st-g {
    height: 230px;
    width: 100%;
    object-fit: cover;
    border-radius: 8px;
}










/* -------------------------------------------------------responsive css---------------------------------- */

/* =========================
   TABLET (≤ 991px)
========================= */

@media (max-width: 991px) {

  .bl-hero-img {
    height: auto;
    min-height: 550px;
  }

  .bl-hero-title {
    font-size: 32px;
    text-align: left;
  }

  .bl-hero-form h4 {
    font-size: 18px;
  }

  .bl-hero-content {
    text-align: left;
  }

  .bl-hero-list {
    display: inline-block;
    text-align: left;
    width: 100%;
  }

  .bl-hero-form {
    margin: 30px auto 0;
  }
  .bluelane-video-card {
    min-height: 280px;
  }
}

/* =========================
   MOBILE (≤ 576px)
========================= */

@media (max-width: 576px) {

  .bl-hero-img {
    min-height: 920px;
  }

  .bl-hero-title {
    font-size: 24px;
  }

  .bl-hero-text {
    font-size: 14px;
  }

  .bl-hero-btn {
    width: 100%;
  }

  .carousel-control-prev,
  .carousel-control-next {
    display: none;
  }

  .bl-hero-content {
    padding: 0px;
  }
  .bl-hero-list{
    margin-bottom:0px;
  }

  .bluelane-step-card {
    flex-direction: column;
    text-align: center;
  }

  .bluelane-icon-wrap {
    margin: 0 auto;
  }
}


/* mobile css */
@media only screen and (max-width: 600px) {
    .st-logo{
       width: 200px;
    }
   .stcard{
      background-color: #08a9a4;
      border-radius: 12px;
      height: 120px !important;
  }
  .st-g {
    height: 180px;
  }
}