
    .feature-card {
      background-color: #222;
      border: 1px solid #333;
      padding: 2rem;
      border-radius: 15px;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      height: 100%;
    }
    .feature-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 10px 20px rgba(255, 255, 255, 0.1);
    }
    .feature-icon {
      color: #f7941d;
      font-size: 2rem;
      margin-bottom: 1rem;
    }
    .section-title {
      font-size: 2.5rem;
      font-weight: bold;
    }
    .section-subtitle {
      color: #f7941d;
      letter-spacing: 3px;
      text-transform: uppercase;
    }



    /* raanges  */
.elevator-section {
    background-color: #f8f9fa;
    padding: 80px 0;
  }

  .elevator-section .section-subtitle {
    color: #f7941d;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 600;
    font-size: 14px;
  }

  .elevator-section .section-title {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 40px;
  }

  .elevator-card {
    background-color: #fff;
    border-radius: 15px;
    overflow: hidden;
    transition: all 0.3s ease;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
    height: 100%;
  }

  .elevator-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.1);
  }

  .elevator-card img {
    width: 100%;
    height: 220px;
    object-fit: cover;
  }

  .elevator-card .card-body {
    padding: 20px;
  }

  .elevator-card h6 {
    font-size: 16px;
    color: #555;
    font-weight: 500;
  }

  .elevator-card h5 {
    font-size: 20px;
    font-weight: 700;
    margin-top: 5px;
  }

  .elevator-card ul {
    padding-left: 18px;
    margin: 10px 0;
  }

  .elevator-card ul li {
    font-size: 14px;
    color: #555;
    line-height: 1.6;
  }

  .elevator-card .btn-link {
    color: #f7941d;
    font-weight: 500;
    text-decoration: none;
  }

  .elevator-card .btn-link:hover {
    text-decoration: underline;
  }

  /* exclusive  */ 

    .banner-content {
      position: relative;
      z-index: 2;
      text-align: center;
    }

    .banner-content h5 {
      font-size: 20px;
      text-transform: uppercase;
      letter-spacing: 1px;
    }

    .banner-content h1 {
      font-size: 42px;
      font-weight: 700;
      margin-top: 15px;
    }

    .faq-section {
      
      padding: 60px 0;
    }

    .accordion-button::after {
      /* content: '\002B'; */
      font-size: 1.5rem;
      margin-left: auto;
    }

    

    .accordion-button:not(.collapsed)::after {
      content: '\2212'; /* minus sign */
    }

    .accordion-button {
       background: linear-gradient(to right, #91542d, #e2bb86);
      color: #292721;
      font-weight: 500;
    }

    .accordion-body {
      background: #fff;
      color: #444;
    }

    .section-title {
      text-align: center;
      margin-bottom: 40px;
    }

    .staglogoicon::before {
      content: "★ ";
      color: #ff6600;
      margin-right: 5px;
    }




    /* color change seciton  */
   .color-options {
  display: flex;
  gap: 10px;
}

.color-btn {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 2px solid #333;
  cursor: pointer;
  outline: none;
}

.elevator-img {
  max-height: 500px;
}





/* featured section  */
/* .features-section {
      padding: 4rem 2rem;
      text-align: center;
    }
    .features-section h2 {
      font-weight: 700;
      margin-bottom: 1.5rem;
    }
    .feature-icon {
      font-size: 2rem;
      color: #000000;
    }
    .feature-card {
      border: none;
      background-color: #ffffff;
      padding: 1.5rem;
      border-radius: 1rem;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
      transition: transform 0.3s;
    }
    .feature-card:hover {
      transform: translateY(-5px);
    }
    .btn-custom {
      background-color: #c16363;
      color: rgb(5, 5, 5);
      font-weight: 600;
      padding: 0.75rem 2rem;
      border-radius: 2rem;
      margin-top: 2rem;
      transition: background-color 0.3s;
    }
    .btn-custom:hover {
      background-color: #a65050;
    } */

    /* gallery  */
    .gallery-title {
      font-weight: bold;
      text-align: center;
      margin: 40px 0 20px;
      font-size: 2.5rem;
    }
    .gallery-img {
      width: 100%;
      height: 300px;
      object-fit: cover;
      border-radius: 10px;
      box-shadow: 0 2px 8px rgba(0,0,0,0.1);
      transition: transform 0.3s;
    }
    .gallery-img:hover {
      transform: scale(1.03);
    }

    

    /* testimonials section  */
     .testimonial {
      text-align: center;
      padding: 2rem;
    }

    .testimonial img {
      width: 80px;
      height: 80px;
      object-fit: cover;
      border-radius: 50%;
      margin-bottom: 1rem;
    }

    .testimonial .name {
      font-weight: bold;
      margin-top: 0.5rem;
    }

    .carousel-item {
      min-height: 300px;
    }

/* faq section  */
 .faq-container {
    
      margin: 60px auto;
      padding: 30px;
      background-color: #1a1d24;
      border-radius: 12px;
      box-shadow: 0 0 20px rgba(0,0,0,0.4);
    }

    .faq-title {
      text-align: center;
      font-size: 36px;
      font-weight: bold;
      margin-bottom: 40px;
    }

    .faq-box {
      background-color: #2c2f36;
      padding: 20px 25px;
      border-radius: 10px;
      margin-bottom: 20px;
      position: relative;
      cursor: pointer;
      transition: all 0.3s ease;
    }

    .faq-box:hover {
      background-color: #3b3f47;
    }

    .faq-question {
      font-weight: 600;
      font-size: 18px;
      margin: 0;
    }

    .faq-icon {
      position: absolute;
      right: 25px;
      top: 50%;
      transform: translateY(-50%);
      font-size: 24px;
      color: #999;
    }

 @media (max-width: 768px) {
  .navbar-brand img {
    height: 80px !important;
  }
}
