/* ============================================================
   HOME PAGE — DESIGN ALIGNMENT (Figma)
   Palette: brand blue #1976c9, deep blue #103464, accent orange #ff7400
   ============================================================ */

:root {
  --brand-blue: #1976c9;
  --brand-blue-deep: #103464;
  --brand-orange: #ff7400;
  --brand-orange-hover: #e06700;
  --text-dark: #111;
  --text-muted: #555;
  --border-light: #e6eaf0;
}

/* ============================================================
   1. HERO CAROUSEL — FULLY RESPONSIVE
   ============================================================ */
.slider-carousel {
  position: relative;
  overflow: hidden;
}

/* Override height: 100vh inherited from style.css */
#carouselExampleIndicators.slider-carousel .carousel-item {
  position: relative;
  height: auto;
  min-height: 0;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.slider-carousel .carousel-item .slide-row {
  min-height: 560px;
  padding: 80px 0;
}

.slider-carousel .carousel-item::before {
  content: "";
  position: absolute;
  inset: 0;
  /* background: rgba(0, 0, 0, 0.35); */
  z-index: 1;
}

.slider-carousel .carousel-item > .container {
  position: relative;
  z-index: 2;
}

.slider-carousel .caption {
  text-align: center;
  color: #fff;
  padding: 0 15px;
}

.slider-carousel .caption h2 {
  color: #fff;
  font-size: 42px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 14px;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.9);
}

.slider-carousel .caption p {
  color: #fff;
  font-size: 18px;
  line-height: 1.6;
  margin: 0 0 26px;
  font-weight: 500;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.9);
}

/* .slider-carousel .delicious-btn {
  display: inline-block;
  background: var(--brand-orange);
  color: #fff;
  border-radius: 4px;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 0.5px;
  border: none;
  text-decoration: none;
  transition: background 0.25s ease;
}

.slider-carousel .delicious-btn:hover {
  background: var(--brand-orange-hover);
  color: #fff;
  text-decoration: none;
} */

/* Orange round arrows */
.slider-carousel .carousel-control-prev,
.slider-carousel .carousel-control-next {
  width: 48px;
  height: 48px;
  background: var(--brand-orange);
  border-radius: 50%;
  top: 50%;
  bottom: auto;
  transform: translateY(-50%);
  opacity: 1;
  border: none;
  z-index: 5;
}

.slider-carousel .carousel-control-prev {
  left: 24px;
}
.slider-carousel .carousel-control-next {
  right: 24px;
}

.slider-carousel .carousel-control-prev:hover,
.slider-carousel .carousel-control-next:hover {
  background: var(--brand-orange-hover);
  opacity: 1;
}

.slider-carousel .carousel-control-prev-icon,
.slider-carousel .carousel-control-next-icon {
  width: 20px;
  height: 20px;
}

/* Indicators */
.slider-carousel .carousel-indicators {
  margin-bottom: 18px;
  z-index: 5;
}

.slider-carousel .carousel-indicators [data-bs-target] {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #fff;
  border: 2px solid #fff;
  opacity: 0.55;
  margin: 0 6px;
}

.slider-carousel .carousel-indicators .active {
  opacity: 1;
  background-color: var(--brand-orange);
  border-color: var(--brand-orange);
}

/* Responsive tiers */
@media (max-width: 1199px) {
  .slider-carousel .carousel-item .slide-row {
    min-height: 480px;
    padding: 60px 0;
  }
  .slider-carousel .caption h2 {
    font-size: 36px;
  }
}

@media (max-width: 991px) {
  .slider-carousel .carousel-item .slide-row {
    min-height: 420px;
    padding: 50px 0;
  }
  .slider-carousel .caption h2 {
    font-size: 30px;
  }
  .slider-carousel .caption p {
    font-size: 15px;
  }
  /* .slider-carousel .delicious-btn{
    font-size: 12px;
  } */
}

@media (max-width: 767px) {
  .slider-carousel .carousel-item .slide-row {
    min-height: 340px;
    padding: 40px 0;
  }
  .slider-carousel .caption h2 {
    font-size: 22px;
    margin-bottom: 10px;
  }
  .slider-carousel .caption p {
    font-size: 13px;
    margin-bottom: 18px;
  }
  /* .slider-carousel .delicious-btn {
    font-size: 12px;
  } */
  .slider-carousel .carousel-control-prev,
  .slider-carousel .carousel-control-next {
    width: 36px;
    height: 36px;
  }
  .slider-carousel .carousel-control-prev {
    left: 10px;
  }
  .slider-carousel .carousel-control-next {
    right: 10px;
  }
}

@media (max-width: 480px) {
  .slider-carousel .carousel-item .slide-row {
    min-height: 260px;
    padding: 30px 0;
  }
  .slider-carousel .caption h2 {
    font-size: 18px;
  }
  .slider-carousel .caption p {
    font-size: 12px;
    margin-bottom: 14px;
  }
}

/* ============================================================
   2. QUALITY SERVICES
   ============================================================ */
#work {
  padding-top: 60px;
  padding-bottom: 60px;
}

#work .section-title_home {
  text-align: center;
}

#work .section-title_home h2 {
  font-size: 30px;
  font-weight: 700;
  color: var(--text-dark);
  margin: 0 0 8px;
}

#work .section-title_home .b-line {
  display: inline-block;
  width: 60px;
  height: 2px;
  background: var(--brand-blue-deep);
  margin: 6px 0 0;
}

#work .container-grid {
  margin-top: 10px;
}

#work .nf-item {
  padding: 12px;
  float: none;
}

#work .nf-item .item-box {
  position: relative;
  background: #fff;
  border: 1px solid var(--border-light);
  border-radius: 4px;
  overflow: hidden;
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease;
}

#work .nf-item .item-box:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 18px rgba(16, 52, 100, 0.12);
}

#work .nf-item .item-box > a:first-child {
  display: block;
  overflow: hidden;
}

#work .nf-item .item-box img.item-container {
  width: 100%;
  height: 265px;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}

#work .nf-item .item-box:hover img.item-container {
  transform: scale(1.05);
}

/* Blue label bar below image, orange accent stripe at bottom */
#work .nf-item .link-zoom {
  position: static !important;
  display: block !important;
  background: var(--brand-blue);
  color: #fff;
  padding: 14px 12px 16px;
  border-bottom: 3px solid var(--brand-orange);
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
  transition: none;
}

#work .nf-item .link-zoom a.project_links,
#work .nf-item .link-zoom a.fancylight {
  display: none !important;
}

#work .nf-item .link-zoom .gallery-heading {
  position: static !important;
  transform: none !important;
  text-align: center;
  margin: 0;
  padding: 0;
  background: transparent !important;
}

#work .nf-item .link-zoom .gallery-heading h4 {
  margin: 0;
  padding: 0;
}

#work .nf-item .link-zoom .gallery-heading h4 a {
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  text-decoration: none;
}

/* 4-column grid on large screens */
#work .nf-col-4 > .nf-item {
  width: 25%;
  box-sizing: border-box;
}

@media (max-width: 991px) {
  #work .nf-col-4 > .nf-item {
    width: 50%;
  }
}

@media (max-width: 575px) {
  #work .nf-col-4 > .nf-item {
    width: 100%;
  }
}

/* View All button */
.btn-view-all {
  display: inline-block;
  background: var(--brand-orange);
  color: #fff;
  padding: 6px 28px;
  border-radius: 32px;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  margin-top: 24px;
  transition: background 0.25s ease;
  border: solid 2px var(--brand-orange) !important;
}

.btn-view-all:hover {
  background: #fff;
  color: var(--brand-orange);
  text-decoration: none;
}

.btn-view-all i {
  margin-left: 8px;
}

/* ============================================================
   3. ABOUT US — DIAMOND BOXES
   ============================================================ */
.section_tit {
  text-align: center;
}

.section_tit h2 {
  font-size: 30px;
  font-weight: 700;
  color: var(--text-dark);
  margin: 0 0 8px;
}

.section_tit .three_line {
  display: inline-block;
  width: 60px;
  height: 2px;
  background: var(--brand-blue-deep);
  margin-top: 6px;
}

.process_box {
  text-align: center;
  padding: 0px 15px;
  border: 1px solid var(--border-light);
  border-radius: 4px;
  background: #fff;
  height: 100%;
  position: relative;
  margin-top: 45px;
}

.process_box:hover {
  border: 1px solid #ef872b;
}
.triangle_box p {
  margin-bottom: 0px !important;
}

.process_box .triangle_box {
  width: 90px;
  height: 90px;
  background: var(--brand-blue);
  transform: rotate(45deg);
  margin: -65px auto 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 10px rgba(25, 118, 201, 0.25);
}

.process_box .triangle_box img {
  transform: rotate(-45deg);
  width: 42px;
  height: auto;
  filter: brightness(0) invert(1);
}

.process_detail h3 {
  font-size: 17px;
  font-weight: 700;
  color: #000;
  margin: 0 0 12px;
  text-transform: capitalize;
}

.process_detail p {
  font-size: 13.5px;
  line-height: 1.65;
  color: #000;
  margin: 0;
}

/* ============================================================
   4. OUR OFFERS / TESTIMONIALS — BS5 MULTI-ITEM CAROUSEL
   ============================================================ */
.testimonial_section.bg-check {
  position: relative;
  background: #f5f7fb url("/images/bg_99.webp") no-repeat center center;
  background-size: cover;
  padding: 100px 0;
}

.testimonial_section.bg-check::before {
  content: "";
  position: absolute;
  inset: 0;
}

.testimonial_section.bg-check > .container {
  position: relative;
  z-index: 2;
}

.testimonial_section.bg-check .section_tit h2 {
  color: var(--text-dark);
}

.testimonial_section.bg-checkA {
  position: relative;
  background: #f5f7fb;
  background-size: cover;
  padding: 60px 0;
}

.testimonial_section.bg-checkA::before {
  content: "";
  position: absolute;
  inset: 0;
}

.testimonial_section.bg-checkA > .container {
  position: relative;
  z-index: 2;
}

.testimonial_section.bg-checkA .section_tit h2 {
  color: var(--text-dark);
}

.bs-multi-carousel {
  position: relative;
  padding: 0px 40px 0px;
}

.bs-multi-carousel .carousel-inner {
  overflow: hidden;
}

.bs-multi-carousel .carousel-item {
  transition: transform 0.6s ease-in-out;
}

.bs-multi-carousel .carousel-item.active,
.bs-multi-carousel .carousel-item-next,
.bs-multi-carousel .carousel-item-prev {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.bs-multi-carousel .item-card {
  flex: 0 0 100%;
  max-width: 100%;
  padding: 10px;
  box-sizing: border-box;
}

@media (min-width: 576px) {
  .bs-multi-carousel .item-card {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (min-width: 992px) {
  .bs-multi-carousel .item-card {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
}

.bs-multi-carousel .item-card img.img-fluid {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 6px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
  transition: transform 0.25s ease;
}

.bs-multi-carousel .item-card a {
  display: block;
}

.bs-multi-carousel .item-card a:hover img.img-fluid {
  transform: translateY(-4px);
}

.bs-multi-carousel .carousel-control-prev,
.bs-multi-carousel .carousel-control-next {
  width: 42px;
  height: 42px;
  background: var(--brand-orange);
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  bottom: auto;
  opacity: 1;
  border: none;
  z-index: 5;
}

.bs-multi-carousel .carousel-control-prev {
  left: 4px;
}
.bs-multi-carousel .carousel-control-next {
  right: 4px;
}

.bs-multi-carousel .carousel-control-prev:hover,
.bs-multi-carousel .carousel-control-next:hover {
  background: var(--brand-orange-hover);
  opacity: 1;
}

.bs-multi-carousel .carousel-control-prev-icon,
.bs-multi-carousel .carousel-control-next-icon {
  width: 18px;
  height: 18px;
}

.bs-multi-carousel .carousel-indicators {
  position: static;
  margin: 18px 0 0;
}

.bs-multi-carousel .carousel-indicators [data-bs-target] {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #bdbbbb;
  opacity: 0.8;
  border: none;
  margin: 0 5px;
}

.bs-multi-carousel .carousel-indicators .active {
  opacity: 1;
  background-color: #1976d2;
}

@media (max-width: 575px) {
  .bs-multi-carousel {
    padding: 10px 36px 40px;
  }
  .bs-multi-carousel .carousel-control-prev,
  .bs-multi-carousel .carousel-control-next {
    width: 34px;
    height: 34px;
  }
  .bs-multi-carousel .carousel-control-prev {
    left: 0;
  }
  .bs-multi-carousel .carousel-control-next {
    right: 0;
  }
}

.testimonial_section .say_testimonial .item_testimonial img {
  width: 100%;
  /* height: auto; */
  border-radius: 4px;
  display: block;
}

/* ============================================================
   5. CTA BANNER
   ============================================================ */
.bg_contact {
  background: url("/images/bg_87.webp") no-repeat center center;
  background-size: cover;
  position: relative;
  padding: 55px 0;
}

.bg_contact::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(16, 52, 100, 0.75);
}

.bg_contact > .container {
  position: relative;
  z-index: 2;
}

.bg_contact .call_headding h3 {
  color: #fff;
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 20px;
}

.bg_contact .contact_info {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

.bg_contact .contact_info a {
  text-decoration: none;
}

.bg_contact .call-us {
  color: #fff;
  font-size: 17px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.bg_contact .call-us i {
  font-size: 22px;
}

.bg_contact .contact_info > span {
  color: #fff;
  font-size: 15px;
}

.bg_contact .btn-text {
  background: var(--brand-orange) !important;
  /* border: none !important; */
  color: #fff;
  /* padding: 10px 28px; */
  border-radius: 4px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  transition: background 0.25s ease;
}

.bg_contact .btn-text:hover {
  background: var(--brand-orange-hover) !important;
  color: #fff;
}

/* ============================================================
   6. LATEST BLOGS
   ============================================================ */
.about-us.background-color-white #our-news {
  margin: 0;
}

.blog-card {
  border: 1px solid var(--border-light) !important;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease;
  background: #fff;
}

.blog-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 20px rgba(16, 52, 100, 0.15);
}

.blog-card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
}

.blog-card .blog-card-content {
  padding: 18px 15px;
  text-align: center;
}

.blog-card .blog-card-content h4 {
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 10px;
  color: var(--text-dark);
  letter-spacing: 0.3px;
}

.blog-card .blog-card-content p {
  color: var(--text-muted);
  font-size: 13px;
  margin: 0;
}

.blog-card .blog-card-content .read-more {
  color: var(--brand-orange);
  font-weight: 600;
  font-size: 13px;
  text-transform: uppercase;
  text-decoration: none;
}

/* ============================================================
   7. TESTIMONIAL CARDS (Our Testimonials)
   ============================================================ */
.testimonials-carousel .item-card {
  display: flex;
}

.testimonial-card {
  background: #fff;
  border: 1px solid var(--border-light);
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  width: 100%;
  display: flex;
  flex-direction: column;
}

.patient_head {
  background: var(--brand-blue) !important;
  padding: 14px 16px;
  align-items: center;
}

.patient_img figure {
  margin: 0;
}

.patient_img img {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #fff;
}

.patient_detail {
  padding-left: 14px;
}

.patient_detail h3 {
  color: #fff !important;
  font-size: 16px;
  font-weight: 700;
  margin: 0;
}

.patient_detail span {
  color: #e3efff;
  font-size: 11.5px;
  text-transform: uppercase;
  letter-spacing: 0.6px;
}

.patient_text {
  padding: 18px 18px 22px !important;
  color: var(--text-muted);
  font-size: 13.5px;
  line-height: 1.65;
}

.patient_text p {
  margin: 0;
  color: var(--text-muted);
}

/* ============================================================
   8. VIDEO SECTION (background + play icon)
   ============================================================ */
.video_sec {
  position: relative;
  background: url("/images/bg_99.webp") no-repeat center center;
  background-size: cover;
  padding: 110px 0 180px;
}

.video_sec .opacity-extra-medium {
  position: absolute;
  inset: 0;
  /* background: linear-gradient(rgba(16, 52, 100, 0.72), rgba(0, 0, 0, 0.6)); */
  background-image: url(../images/bg_87.webp);
  height: 500px;
  background-size: cover;
}

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

.video_sec .pop_section {
  color: #fff;
}

.video_sec .video-tagline {
  display: inline-block;
  color: var(--brand-orange);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.video_sec .video-heading {
  color: #fff;
  font-size: 32px;
  font-weight: 700;
  margin: 0 0 14px;
  line-height: 1.25;
}

.video_sec .video-lead {
  color: #eaf1fb;
  font-size: 15px;
  line-height: 1.65;
  margin: 0 0 26px;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

/* Pulsing orange play button */
.video_sec .play-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 84px;
  height: 84px;
  border-radius: 50%;
  /* background: var(--brand-orange); */
  box-shadow: 0 0 0 0 rgba(255, 116, 0, 0.55);
  animation: pulse-orange 1.8s infinite;
  transition:
    transform 0.25s ease,
    background 0.25s ease;
}

.video_sec .play-btn:hover {
  background: var(--brand-orange-hover);
  transform: scale(1.06);
}

.video_sec .play-btn img {
  width: 80px;
  height: 80px;
  filter: brightness(0) invert(1);
  /* margin-left: 4px; */
}

@keyframes pulse-orange {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 116, 0, 0.55);
  }
  70% {
    box-shadow: 0 0 0 20px rgba(255, 116, 0, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 116, 0, 0);
  }
}

@media (max-width: 767px) {
  .video_sec {
    padding: 70px 0 140px;
  }
  .video_sec .video-heading {
    font-size: 22px;
  }
  .video_sec .video-lead {
    font-size: 13.5px;
    margin-bottom: 20px;
  }
  .video_sec .play-btn {
    width: 68px;
    height: 68px;
  }
  .video_sec .play-btn img {
    width: 26px;
    height: 26px;
  }
}

/* Video modal content */
#videoModal .modal-content {
  background: transparent;
}

#videoModal video {
  background: #000;
  display: block;
}

#videoModal .btn-close {
  opacity: 0.9;
  filter: invert(1) grayscale(100%) brightness(200%);
}

/* ============================================================
   9. GET IN TOUCH FORM (floats over video section)
   ============================================================ */
.margin_top {
  /* margin-top: -120px; */
  position: relative;
  z-index: 3;
  padding-bottom: 60px;
}

.margin_top .bg_black {
  background: rgba(25, 118, 201, 0.95) !important;
  padding: 40px 45px 34px !important;
  border-radius: 8px;
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.25);
  width: 100%;
  position: relative;
  overflow: hidden;
  margin: auto;
  margin-top: 30px;
}

/* Orange accent stripe on top */
.margin_top .bg_black::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: var(--brand-orange);
}

.form_home {
  width: 100%;
}

.form_home .section_heading h2 {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  margin: 0 0 6px;
  text-align: center;
  letter-spacing: 0.3px;
}

.form_home .section_heading::after {
  content: "";
  display: block;
  width: 50px;
  height: 2px;
  background: var(--brand-orange);
  margin: 8px auto 22px;
}

.form_home .form-field {
  margin-bottom: 14px;
}

.form_home input,
.form_home textarea {
  width: 100%;
  background: #fff;
  border: 1px solid #cfe0f1;
  padding: 12px 14px;
  border-radius: 4px;
  font-size: 14px;
  color: #333;
  box-shadow: none;
  outline: none;
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease;
}

.form_home input::placeholder,
.form_home textarea::placeholder {
  color: #9aa7b4;
}

.form_home input:focus,
.form_home textarea:focus {
  border-color: var(--brand-orange);
  box-shadow: 0 0 0 2px rgba(255, 116, 0, 0.18);
}

.form_home textarea {
  min-height: 120px;
  resize: vertical;
}

.form_home .sent-but {
  background: var(--brand-orange) !important;
  color: #fff !important;
  /* padding: 12px 42px; */
  border: none !important;
  border-radius: 4px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  font-size: 13px;
  cursor: pointer;
  transition:
    background 0.25s ease,
    transform 0.2s ease;
  display: inline-block;
  margin-top: 6px;
}

.form_home .sent-but:hover {
  background: var(--brand-orange-hover) !important;
  transform: translateY(-1px);
}

.form_home #success {
  display: none;
}

/* Drop the negative overlap on small screens so the form sits below the video cleanly */
@media (max-width: 767px) {
  .margin_top {
    margin-top: -40px;
    padding-bottom: 40px;
  }
  .margin_top .bg_black {
    padding: 28px 22px 24px !important;
  }
  .form_home .section_heading h2 {
    font-size: 22px;
  }
}

@media (max-width: 480px) {
  .margin_top {
    margin-top: 0;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

/* ============================================================
   10. GENERIC SECTION SPACING
   ============================================================ */
section.padding {
  padding: 60px 0;
}

@media (max-width: 767px) {
  section.padding {
    padding: 40px 0;
  }

  #carouselExampleIndicators .carousel-item {
    max-height: 350px !important;
  }
  .section_tit h2,
  #work .section-title_home h2 {
    font-size: 24px;
  }
}

/* Decorative dash indicators */
.section-dash-indicators {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-top: 30px;
}
.section-dash-indicators .dash {
  display: inline-block;
  width: 40px;
  height: 4px;
  background: #e6e6e6;
  border-radius: 2px;
  border: solid 1px #f57c1f;
}
.section-dash-indicators .dash.dash-active {
  background: #f57c1f;
  border: solid 1px #f57c1f;
  width: 55px;
}
