.faq-section {
      text-align: center;
      margin-bottom: 30px;
  }
  .faq-box {
      background-color: #222;
      border-radius: 10px;
      overflow: hidden;
      margin-bottom: 15px;
      border: 1px solid #444;
  }
  .faq-header {
      background: linear-gradient(to bottom, #aaa, #333);
      color: #fff;
      font-weight: bold;
      padding: 15px;
      text-align: left;
  }
  .faq-content {
      padding: 15px;
      text-align: left;
      background-color: #111;
  }

.section-title {
            font-weight: bold;
            text-align: center;
            margin-bottom: 30px;
        }
        .info-card {
            background-color: #111;
            padding: 25px;
            border-radius: 15px;
            text-align: center;
            height: 100%;
        }
        .info-card h4 {
            font-weight: bold;
        }
        .info-card hr {
            width: 50px;
            border: 2px solid #fff;
            margin: 10px auto;
        }

.brochure-section {
            background-color: #111;
            color: white;
            padding: 50px;
            border-radius: 15px;
        }
        .brochure-title {
            font-weight: bold;
            font-size: 1.8rem;
        }
        .brochure-btn {
            background-color: white;
            color: black;
            border-radius: 10px;
            padding: 12px 20px;
            font-weight: bold;
            text-decoration: none;
            display: inline-block;
        }
        .brochure-btn:hover {
            background-color: #ddd;
        }
.cta-section {
            background-color: #161616;
            padding: 30px 0;
            border-radius: 10px;
        }
        .cta-title {
            font-weight: bold;
            color: #ffffff;
        }
        .cta-btn {
            background-color: black;
            color: white;
            border-radius: 10px;
            padding: 10px 20px;
            font-weight: bold;
            text-decoration: none;
            display: inline-block;
        }
        .cta-btn:hover {
            background-color: #333;
        }
 .safety-section {
            padding: 80px 0;
            background-color: #000000;
        }
        .safety-title {
            text-align: center;
            font-weight: bold;
            color: #ffffff;
        }
        .safety-subtitle {
            text-align: center;
            color: #6c757d;
            font-size: 18px;
            margin-bottom: 40px;
        }
        .safety-card {
            background: #161616;
            padding: 20px;
            border-radius: 10px;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
            text-align: left;
        }
        .safety-icon {
            width: 50px;
            height: 50px;
            margin-right: 15px;
        }
        .safety-heading {
            font-weight: bold;
            margin-bottom: 10px;
        }
.products-new img {
    height: 400px;
    object-fit: cover;
}
.tab-section {
            padding: 50px 0;
            text-align: center;
        }
        .tab-section h2 {
            font-weight: bold;
        }
        .nav-tabs .nav-link {
            color: white;
            border: none;
            background: #201e1e;
            font-weight: bold;
        }
       /*.nav-link:hover {
    color:#ffffff !important; }*/
        .nav-link:focus, .nav-link:hover {color: #fff;}
        .tab-content {
            background: #000;
            padding: 30px;
            border-radius: 10px;
            text-align: left;
        }
        .tab-content img {
            max-width: 100%;
            border-radius: 10px;
        }
        .read-more-btn {
            background: white;
            color: #000;
            border: none;
            font-weight: bold;
            padding: 10px 20px;
            border-radius: 5px;
            text-decoration: none;
        }
        button.nav-link {font-size: 24px;width: 250px; height: 55px; margin-right: 5px;}
        .elitetabs.nav-tabs {border-bottom: none;}
        ul.product-lits li {padding-bottom: 10px;}
         .feat-section {
            padding: 50px 0;
        }
        .feat-item {
            display: flex;
            align-items: flex-start;
            gap: 10px;
            font-size: 18px;
            margin-bottom: 20px;
        }
        .feat-icon {
            font-size: 24px;
            color: white;
        }
        .image-container img {
            width: 80%;
            border-radius: 8px;
        }

.design-section {
    background-color: #161616;
    color: white;
    padding: 60px 0;
}

.elevator-section {
            padding: 60px 0;
        }
        .elevator-section h2 {
            font-weight: bold;
        }
        .highlight {
            color: #2d0e3e;
            font-weight: bold;
        }
        .contact-btn {
            background: #000000;
            color: white;
            border-radius: 5px;
            padding: 10px 20px;
            text-decoration: none;
            display: inline-block;
        }
        .contact-btn:hover {
            background: #fff;
            color: #000;
        }
        .elevator-img {
            max-width: 100%;
            border-radius: 10px;
        }


    .main-content.page p {
    font-size: 16px;
}
  @media (max-width: 768px) {
    .design-section {
        padding: 40px 20px;
    }
    .section-title {
        font-size: 1.5rem;
        text-align: center;
    }
    .image-stack {
        flex-direction: column;
        align-items: center;
    }
    .overlay-image {
        position: relative;
        bottom: 0;
        right: 0;
        width: 80%;
        margin-top: 15px;
    }
  }
 .who-are-sec {
    background: black;
    padding: 30px;
    z-index: 1;
    margin-top: 40px;
    border-radius: 50px;
}
.design-section {
    background-color: #161616;
    color: white;
    padding: 60px 0;
}

/* Stacked Images */
.image-stack {
    position: relative;
    display: flex;
    flex-direction: column;
    /*align-items: center;*/
}
.stacked-image {
    width: 100%;
    border-radius: 10px;
}
.overlay-image {
    position: absolute;
    bottom: -30px;
    right: -65px;
    width: 60%;
    border-radius: 10px;
}
  .bg-dark {
    background-color: #111 !important;
}
  .vision-mission-section {
            
            padding: 50px 0;
        }
        .vision-mission-box {
            background: #111;
            color: #ffffff;
            padding: 30px;
            text-align: center;
            border-radius: 10px;
        }
        .vision-mission-box h3 {
            font-size: 20px;
            font-weight: bold;
            color: #fff;
        }
        .vision-mission-box hr {
            width: 50px;
            border: 1px solid #ffffff;
            margin: 10px auto;
        }
        .vision-mission-box p {
            font-size: 16px;
            margin-top: 10px;
            color: #fff;
        }
  .bread_link.text-center.margin-auto {
    padding-top: 10%;
    padding-bottom: 10%;
}
  .sec_pad {
    padding-left: 5%;
    padding-right: 5%;
}
.pd_top {
    padding-top: 4%;
    padding-bottom: 4%;
}
.testminonial_item {
    text-align: center;
}
.testminonial_item i {
    font-size: 55px;
    color: #fff !important;
}
.testminonial_item h3 {
    font-size: 18px;
}
form.vertical-form .iti.iti--allow-dropdown.iti--separate-dial-code {
    margin-bottom: 10px !important;
}
.container_page form.vertical-form input, .container_page form.vertical-form select, .container_page form.vertical-form button {
    padding: 12px;
    margin-bottom: 10px;
    min-height: 49px !important;
}


@media (max-width: 540px) {
    .bread_link.text-center.margin-auto {
        padding-top: 25% !important;
        padding-bottom: 20% !important;
    }
}
@media (max-width: 980px) {
    .image-stack {
        display: none !important;
    }
    .design-section {
    background-color: #161616;
    color: white;
    padding-top: 20px !important;
    padding-bottom: 40px !important;
}
.who-are-sec {
    background: black;
    padding: 30px;
    z-index: 1;
    margin-top: 0px !important;
    border-radius: 50px;
}
}
.container_page .purple-icon {
  font-size: 14px;
}
.container_page .cursor-pointer li {
  cursor: pointer;
}
.container_page form.vertical-form {
  padding: 0 !important;
  margin: 0 auto !important;
}
.container_page .form-container {
  max-width: 80%;
}
.container_page form.vertical-form input,
.container_page form.vertical-form select,
.container_page form.vertical-form button {
  padding: 12px;
  margin-bottom: 10px;
  min-height: 30px;
}
.container_page form.vertical-form button {
  background-color: #fff !important;
  border: 1px solid #fff !important;
  color: #000 !important;
  margin: 0 0 6px 0;
}
.container_page form.vertical-form button:hover {
  background-color: #30123d !important;
  color: #fff !important;
  border: 1px solid #fff !important;
}
.container_page form.vertical-form .iti.iti--allow-dropdown.iti--separate-dial-code {
  margin-bottom: 10px;
}
.container_page .col_right {
  background-color: #30123d;
  padding: 20px;
  border-radius: 8px;
  color: #fff;
}
.container_page .card-address {
  display: flex;
  flex-direction: column;
  height: 100%;
  text-align: center;
}
.container_page .card-address h4 {
  font-size: 36px !important;
}
.container_page .bg-lists {
  background-color: #000;
  color: #fff;
}
.container_page .experience-centres {
  background-color: #30123d;
  color: #fff;
  border: 1px solid #30123d;
}
.container_page .experience-centres h4 {
  font-size: 2.25rem;
}
.container_page .experience-centres-2 {
  background-color: #f7f7f7;
  color: #000;
 /* border: 1px solid #f7f7f7;*/
}
.container_page .experience-centres-2 h4 {
  font-size: 3.25rem;
}
.container_page .experience-centres-1 {
  background-color: #f7f7f7;
  color: #000;
  border: 1px solid #f7f7f7;
}
.container_page .experience-centres-1 h4 {
  font-size: 2.25rem;
}
.grey_bk {
  background: #f7f7f7;
}
.banner_text h6 {
  color: #160a25;
  text-align: center;
}
.bread_link.text-center.margin-auto {
  display: flex;
}
ol.breadcrumb li {
  color: #007bff !important;
  font-weight: 400;
}
ol.breadcrumb li a {
  color: #ffffff;
  font-weight: 400;
  text-decoration: none;
}

.breadcrumb-item + .breadcrumb-item::before {
  color: #ffffff !important;
  text-decoration: none;
  content: " » " !important;
}

ol.breadcrumb li:before {
  color: #fff !important;
}
.bread_link.text-center.margin-auto {
  display: flex;
}
.margin-auto nav {
  margin: 0 auto;
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-color: none;
}
.width_100 {
  width: 100%;
}
.testimonials-home-wrap .card-body {
  padding: 0px 0px !important;
}
img.proimg.width_100 {
  height: 500px;
  object-fit: cover;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  color: #160a25;
}
.container_page img.proimg.width_100 {
  max-height: 355px;
  object-fit: cover;
}
.container_page .card-body.text-center {
    height: 355px;
}
.carousel-indicators [data-bs-target] {
  background-color: #fff;
}
.banner_new {
  position: relative;
}
.banner_contenmt {
  position: absolute;
  top: 34%;
  width: 100%;
  text-align: center;
}
.banner_contenmt h1,
.banner_contenmt h6 {
  color: #fff;
}
.Testimonials h2 {
  color: #160a25 !important;
}
.container_page iframe {
  height: 315px;
}
.md-width {
	  width: 75%;
  }	  
@media (max-width: 900px) {
  img.width_100.dynamic-image.banner_img_city {
    height: 240px;
    object-fit: cover;
  }
  .card-body.text-center {
    height: auto !important;
  }
  img.proimg.width_100 {
    height: 350px;
    object-fit: cover;
  }
  .container_page iframe {
  height: 200px;
 }cx	  
}
@media (max-width: 769px) { 
  .mobile_view {
    display: block;
    padding: 3% 0;
  }
  .desk_view {
    display: none;
  }
  .banner_contenmt {
    position: relative;
  }
  .grey_bk {
    background: #f5f1fa;
  }
  section.banner_new.grey_bk {
    padding: 25px 0 20px;
    color: #000;
  }
  section.banner_new.grey_bk h1,
  section.banner_new.grey_bk h6 {
    color: #160a25;
  }
  .container_page iframe {
  height: 200px;
 } 
  .md-width {
	  width: 100%;
  }	  
}