body {
  margin: 0;
  padding: 0;
 font-family: 'Roboto Slab', serif;
}

.hero-slider {
  height: 90vh;
  position: relative;
  margin-top: 0;
  margin-bottom: 10px;
  overflow: hidden;
}

.swiper-slide {
  height: 100vh;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
   position: relative;
}

.hero-title {
  font-size: 3rem;
  font-weight: bold;
  color: #fff;
  margin-bottom: 15px;
}

.hero-subheading {
  font-size: 3.2rem;
  color: #fff;
  margin-bottom: 15px;
  max-width: 90%;
}

.hero-line {
  width: 60px;
  height: 4px;
  background-color: maroon;
  margin-bottom: 20px;
}

.hero-paragraph {
  font-size: 1.1rem;
  line-height: 1.6;
  color: #fff;
  margin-bottom: 30px;
  max-width: 90%;
  word-wrap: break-word;
  white-space: normal;
}
.btn-hero {
  background-color: #9D2763;
  color: #fff;
  border-radius: 40px;
  padding: 12px 32px;
  text-decoration: none;
  font-weight: 500;
  display: inline-block;
  border: none;
  transition: 0.3s ease;
}

.btn-hero:hover {
  background-color: #fff;
  color: #9D2763;
  border: 2px solid #9D2763;
}

.hero-overlay {
  position: relative;
  z-index: 2;
}

.btn-hero {
  position: relative;
  z-index: 3;
}



.btn-primary {
  background-color: #9D2763;
  border-color: #9D2763;
  color: #fff;
  border-radius: 40px;
}

.btn-primary:hover {
  background-color: #fff;
  color: #9D2763;
  border-color: #9D2763;
}


/* Optional: background gradient overlay to help with readability */
.hero-swiper .swiper-slide::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.2));
  z-index: 1;
}

.hero-swiper {
  position: relative;
}



/* Remove bullet points and spacing */
.navbar-nav {
  list-style: none;
  margin: 0;
  padding: 0;
}

.navbar-nav li {
  margin-left: 25px;
  position: relative;
}

/* Style the links */
.navbar-nav a {
  color: white !important;
  text-decoration: none;
  font-weight: 500;
  padding: 10px 0;
  transition: all 0.3s ease;
  border-bottom: 2px solid transparent;
}

/* Hover effect with underline */
.navbar-nav a:hover,
.navbar-nav .current-menu-item a {
  border-bottom: 2px solid #9D2763; /* Thin color line */
}

/* Mobile menu fix */
.navbar-light .navbar-toggler {
  border-color: rgba(255, 255, 255, 0.1);
}

/* Fix nav background overlay */
.navbar {
  background-color: rgba(0, 0, 0, 0.4);
  padding-top: 10px;
  padding-bottom: 10px;
  z-index: 9999;
}

.navbar .container {
  display: flex;
  align-items: center;
  height: 100%;
}


/* Ensure text is readable */
.navbar-brand img {
  filter: brightness(1.1);
}
.navbar.position-absolute {
  top: 0;
  left: 0;
  right: 0;
  z-index: 1030; /* Higher than most elements */
}


/* Active menu item style */
.navbar-nav .current-menu-item a {
  border-bottom: 2px solid #9D2763;
}

/* MOBILE MENU FIXES */
@media (max-width: 991px) {
  .navbar-collapse {
    background: #000; /* Mobile menu background */
    padding: 1rem;
  }

  .navbar-nav li {
    margin-left: 0;
    margin-bottom: 15px;
  }

  .navbar-nav a {
    color: white !important; /* Ensures visibility */
    display: block;
    padding: 10px;
  }

  .navbar-nav .current-menu-item a {
    border-bottom: 2px solid #9D2763;
    width: 25%;
  }
}


.hero-swiper .swiper-slide {
  height: 100%;
  min-height: 600px; /* prevent small banners */
}



.product-card {
  padding: 0px;
}

.product-card img {
  width: 100%;
  height: 80%;
  object-fit: cover;
}

.product-name {
  font-size: 1.1rem;
  font-weight: 500;
  margin-top: 10px;
  color: Black;
}

.rounded-circle {
    border-radius: 10%!important;
}



/* Banner Container */
.workforce-banner {
  background-size: cover;
  background-position: center;
  height: 90vh;
  position: relative;
  display: flex;
  align-items: center;
}

/* Overlay Content Container */
.workforce-overlay {
  color: #fff;
  z-index: 2;
  position: relative;
  padding: 40px 15px;
}

/* Title Styling */
.workforce-title {
  font-size: 2.2rem;
  font-weight: bold;
  color: #fff;
  margin-bottom: 20px;
  line-height: 1.3;
  max-width: 100%;
  word-wrap: break-word;
  white-space: normal;
}

/* Paragraph Styling */
.workforce-paragraph {
  font-size: 1.2rem;
  line-height: 1.7;
  color: #fff;
  max-width: 90%;
  word-wrap: break-word;
  white-space: normal;
}

/* Gradient Overlay */
.workforce-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, rgba(0,0,0,0.6), rgba(0,0,0,0.2));
  z-index: 1;
}

/* Ensure overlay content stays above gradient */
.workforce-banner > .workforce-overlay {
  position: relative;
  z-index: 2;
}

.about-section {
  display: flex;
  min-height: auto;
  padding-top: 80px;
  padding-bottom: 15px;
  position: relative;
  flex-wrap: wrap; /* ✅ allows content to wrap on smaller screens */
}

.about-img-col {
  flex: 0 0 50%;
  max-width: 50%;
}

.about-img {
  width: 100%;
  height: 85%;
  object-fit: cover;
  border-top-right-radius: 60px;
  border-bottom-roght-radius: 60px;
  max-height: 600px;
}

.about-content-wrapper {
  padding: 40px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}


.about-subheading {
  font-size: 1rem;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 10px;
  font-weight: bold;
}

.about-heading {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 10px;
}

.about-line {
  width: 60px;
  height: 4px;
  background-color: #9D2763;
  margin-bottom: 20px;
  border-radius: 2px;
}

.about-paragraph {
  font-size: 1.1rem;
  line-height: 1.7;
  margin-bottom: 20px;
  color: #333;
  max-width: 100%; /* Ensures wrapping inside content box */
  word-break: break-word;
  white-space: normal;
}

@media (max-width: 767px) {
  .about-paragraph {
    font-size: 1rem;
  }

  .about-content-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
}


.left-content {
  max-width: 700px;
  text-align: left;
}

.banner-heading-wrapper {
  max-width: 600px;
}


.section-label {
  font-size: 1rem;
  text-transform: capitalize;
  letter-spacing: 1px;
  color: #000;
  font-weight: bold;
  margin-bottom: 10px;
  text-align: left;
  font-family: 'Roboto Slab', serif !important;
}
.section-heading {
  font-size: 1.6rem; /* slightly smaller than subtitle */
  font-weight: 700;
  margin-bottom: 10px;
  color: #000000;
  text-align: left;
}

.section-line {
  width: 60px;
  height: 4px;
  background-color: #9D2763;
  margin-bottom: 20px; /* ✅ Ensures spacing below underline */
  border-radius: 2px;
  margin-top: 1px;
  text-align: left;
  margin-left: 0 !important;
}

.section-paragraph {
  font-size: 1.1rem;
  line-height: 1.6;
  color: #333;
  margin-bottom: 20px; /* ✅ Ensures spacing before button */
  max-width: 100%;
  word-break: break-word;
  white-space: normal;
}

/* Optional: tighter spacing for button itself */
.btn-maars span {
  font-size: 1.2rem;
}

/* Maars-style button */
.btn-maars {
  background-color: #9D2763;
  color: #fff;
  border-radius: 40px;
  padding: 12px 32px;
  font-weight: 500;
  text-decoration: none;
  border: 2px solid #9D2763;
  transition: 0.3s ease;
  display: inline-block;
}

.btn-maars:hover {
  background-color: #fff;
  color: #9D2763;
  border-color: #9D2763;
}

.download-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px; /* ✅ space between icon and text */
  padding: 12px 32px;
  background-color: #9D2763;
  color: #fff;
  border-radius: 40px;
  font-weight: bold;
  text-decoration: none;
  border: 2px solid #9D2763;
  transition: 0.3s ease;
}

.download-btn:hover {
  background-color: #fff;
  color: #9D2763;
  border-color: #9D2763;
}

.download-icon {
  background-color: #fff;
  color: #9D2763;
  width: 27px;
  height: 27px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 1rem;
  font-weight: bold;
}

.download-text {
  font-weight: bold;
  color: inherit; /* ✅ matches button text color */
}


@media (max-width: 768px) {
  .btn-maars {
    padding: 10px 24px;
  }

  .download-icon {
    width: 28px;
    height: 28px;
    font-size: 0.9rem;
  }
}


/* Feature box */
.feature-box {
  background-color: #9D2763;
  color: #fff;
  border-radius: 20px;
  padding: 30px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  text-align: left;
}

/* Icon with white circular background */
.feature-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;              /* ✅ Circular */
  padding: 0px;
  object-fit: contain;
  display: inline-block;
}

/* Title inside square */
.feature-title {
  font-size: 1.2rem;
  font-weight: 600;
  margin-top: 15px;
  margin-bottom: 8px;
  color: #fff;
}

/* Paragraph inside square - slightly smaller */
.feature-text {
  font-size: 0.95rem;             /* ✅ Slightly smaller */
  line-height: 1.5;
  color: #fff;
}

@media (max-width: 768px) {
  .feature-box {
    text-align: center;
    align-items: center;
  }

  .feature-icon {
    margin: 0 auto 10px auto;
  }

  .feature-title,
  .feature-text {
    text-align: center;
  }
}

.client-logos-section {
  background-color: #fff;
}

.left-content {
  text-align: left;
  max-width: 700px;
}


.client-logo-swiper .swiper-slide {
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.client-logos-section {
  background-color: transparent; /* ✅ Remove background */
  padding-top: 40px;
  padding-bottom: 40px;
}

.client-logo {
  max-height: 100px;       /* ✅ Smaller logo height */
  width: auto;
  margin: auto;
  display: block;
  filter: grayscale(100%);
  opacity: 0.8;
  transition: all 0.3s ease;
}

.client-logo:hover {
  filter: none;
  opacity: 1;
}

.cta-section {
  background-color: transparent;
}

.cta-paragraph {
  font-size: 1.1rem;
  color: #444;
  max-width: 600px;
}

.btn-maars {
  background-color: #9D2763;
  color: #fff;
  border-radius: 8px;
  padding: 12px 24px;
  text-decoration: none;
  font-weight: 500;
  border: none;
  transition: 0.3s ease;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.btn-maars:hover {
  background-color: #910566;
  color: #fff;
}

.btn-icon {
  font-size: 1.2rem;
  color: #fff; /* ✅ ensures white icon */
  display: inline-block;
}

.btn-text {
  font-weight: bold;
}

.cta-buttons .btn-maars:first-child {
  margin-right: 16px;
}


@media (max-width: 576px) {
  .cta-buttons {
    flex-direction: column;
  }

  .cta-buttons .btn-maars {
    width: 100%;
  }

  .cta-buttons .btn-maars:first-child {
    margin-right: 0;
    margin-bottom: 12px;
  }
}


.site-footer {
  background-color: #9D2763;
  color: #fff;
}

.footer-logo {
  font-size: 1.5rem;
  font-weight: bold;
  color: #fff;
}

.footer-desc {
  font-size: 0.95rem;
  line-height: 1.6;
  margin-top: 41px;
}

.footer-heading {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 15px;
  color: #fff;
}

.footer-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-list li {
  font-size: 0.95rem;
  line-height: 1.8;
  color: #fff;
}
.footer-list a {
  color: white;              /* Make link text white */
  text-decoration: none;     /* Remove underline */
}
.footer-list a:hover {
  text-decoration: underline;  /* Optional: show underline on hover */
}

.footer-bottom {
  border-color: rgba(255, 255, 255, 0.2);
  font-size: 0.9rem;
}

.footer-link {
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  padding: 5px;
}

.footer-link:hover {
  text-decoration: underline;
}

.floating-whatsapp {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999;
}

.contact-info-boxes .info-box {
  background-color: #9D2763;
  color: white;
  border-radius: 20px;
  height: 250px;
  transition: transform 0.3s ease;
}

.contact-info-boxes .info-box:hover {
  transform: translateY(-5px);
}

.contact-info-boxes i {
  color: white;
}



header {
  position: relative;
  z-index: 999;
}

.about-banner {
  position: relative;
  z-index: 1;
  height: 65vh;
  
}

.about-tab-nav {
  margin-left: 10px;
}

.about-tab-nav .nav-link {
  border: none;
  color: #333;
  font-weight: 500;
  margin-right: 20px;
  position: relative;
}

.about-tab-nav .nav-link.active::after {
  content: '';
  display: block;
  height: 2px;
  background-color: #9D2763;
  width: 100%;
  position: absolute;
  bottom: -8px;
  left: 0;
}

.tab-pane h2 {
  color: #9D2763;
  font-weight: 600;
}

.content-narrow {
  max-width: 600px;
  margin-bottom: 20px;
}

.large-img {
  width: 100%;
  max-height: 400px;
  object-fit: cover;
  border-radius: 40px;
}

.paragraph-centered {
  max-width: 700px;
  margin: 0 auto;
  text-align: left;
}

.about-tab-nav {
  justify-content: center;
}

.about-img {
  width: 100%;
  border-radius: 40px !important;
  object-fit: cover;
}

.paragraph-centered {
  max-width: 700px;
  margin: 0 auto;
  text-align: left;
}

.nav-tabs .nav-link {
  border: none;
  color: #000;
  position: relative;
  margin: 0 10px;
}

.nav-tabs .nav-link.active::after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #9D2763;
}

.custom-about-image {
  width: 66%;            /* Slightly less than full width */
  height: 300px;         /* Taller height */
  border-radius: 40px;   /* Rounded corners */
  object-fit: cover;     /* Keeps image from stretching */
  display: block;
  margin: 0 auto;        /* Center the image */
}

.underline-maroon {
  display: inline-block;
  border-bottom: 3px solid maroon;
  padding-bottom: 4px;
}

.products-banner {
  position: relative;
  overflow: hidden;
  border-bottom-left-radius: 40px;
  border-bottom-right-radius: 40px;
  height: 400px; /* Adjust this value as needed */
}

.products-banner .banner-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  z-index: 1;
}

.products-banner .container {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.products-banner h1 {
  color: #fff;
  margin: 0;
}


.products-banner .text-center {
  padding: 120px 0; /* Adjust this value to match About/Contact banners */
}

@media (max-width: 768px) {
  .products-banner {
    height: 300px; /* Adjust as needed for smaller screens */
  }
}


/* --- Grid layout --- */
.product-grid-section .col-md-6 {
  margin-bottom: 30px;
}

/* --- Card wrapper --- */
.product-card {
  display: block;
  text-decoration: none;
  overflow: hidden;
}

/* --- Product Image Wrapper --- */
.product-img-wrapper {
  position: relative;
  aspect-ratio: 1; /* Shorter image than before */
  overflow: hidden;
 
}

/* --- Product Image --- */
.product-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease, border 0.4s ease;
}

/* --- Zoom and border on hover --- */
.product-card:hover .product-img {
  transform: scale(1.05);
  border: 5px solid #9D2763; /* Maroon border */
}

/* --- Overlay Content at Bottom of Image --- */
.overlay-content {
  position: absolute;
  bottom: 19%;
  left: 0;
  width: 100%;
  padding: 15px 20px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent);
  color: #fff;
  z-index: 2;
}

/* --- Title and subtitle --- */
.product-title {
  font-size: 1.4rem;
  font-weight: 600;
  margin: 0;
}

.product-subtitle {
  font-size: 1rem;
  margin-top: 5px;
}

@media (max-width: 767.98px) {
  .product-img-wrapper {
    aspect-ratio: 0; /* Slightly taller on mobile if needed */
  }

 
  .overlay-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
   padding: 10px 15px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent);
  color: #fff;
  z-index: 2;
}

  .product-title {
    font-size: 1.1rem;
  }

  .product-subtitle {
    font-size: 0.95rem;
  }
}
/* Align both columns to stretch equally */
.second-section .row {
  align-items: stretch;
}

/* Right image should fill the column height and scale properly */
.second-section .content-right {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.second-section .content-right img.rounded-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 30px;
  max-height: 100%;
}


.footer-heading img {
  display: block;
  max-height: 60px;
  margin-bottom: 10px;
}

.site-footer .row {
  align-items: flex-start; /* Top-align all columns consistently */
}

.site-footer .col-md-3 {
  min-height: 120px; /* Adjust as needed */
}


.application-box {
  background-color: #9D2763;
  border-radius: 25px;
  height: 155px;
  padding: 15px 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  margin-bottom: 10px;
}

.application-icon {
  width: 60px;
  height: 60px;
  object-fit: contain;
}

.application-text {
  font-family: 'Inter', sans-serif;
  font-size: 10px;
  line-height: 1.2;
  text-align: center;
}

.application-underline {
  display: block;
  width: 6%;
  height: 3px;
  background-color: #9D2763; /* Maroon color */
  margin-top: 5px;
}

.faq-item {
  background-color: #9D2763;
  color: white;
  padding: 16px 20px;
  border-radius: 12px;
  margin-bottom: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transition: transform 0.2s ease;
}

.faq-item:hover {
  transform: translateY(-2px);
}

.faq-toggle {
  font-size: 1rem;
  font-weight: 500;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  cursor: pointer;
}

.faq-icon {
  font-size: 1.2rem;
  margin-left: 12px;
  transition: transform 0.3s ease;
}

/* Rotate the icon when open */
.faq-toggle[aria-expanded="true"] .faq-icon {
  transform: rotate(45deg);
}

.faq-answer {
  padding-top: 10px;
  font-size: 0.95rem;
  line-height: 1.6;
}



.contact-submit-btn {
  background-color:#9D2763;
  color: white;
  padding: 10px 25px;
  border: none;
  border-radius: 5px;
  font-weight: bold;
  transition: background-color 0.3s ease;
}

.contact-submit-btn:hover {
  background-color: #9D2763; /* Darker maroon */
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  margin-bottom: 15px;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #ccc;
}

.contact-form-map-section .row {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}

.contact-form-map-section .col-md-6 {
  display: flex;
  flex-direction: column;
}

.contact-form {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center; /* or 'space-between' if you want top & bottom spacing */
}

.contact-form form {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 65px;
}

textarea.wpcf7-form-control.wpcf7-textarea {
    height: 83px !important;
}

@media (max-width: 767px) {
  .about-tab-nav {
    display: flex;
    flex-direction: column; /* Stack tabs vertically */
    overflow-x: hidden !important; /* Remove horizontal scroll */
    white-space: normal;
    padding: 0;
    margin: 0;
  }

  .about-tab-nav .nav-item {
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
  }

  .about-tab-nav .nav-link {
    width: 100%;
    display: block;
    padding: 0.75rem 1rem;
  }
  
  /* Common: Ensure base relative positioning */
.nav-tabs .nav-link.active {
  position: relative;
}

/* Desktop & default underline */
.nav-tabs .nav-link.active::after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #9D2763;
}

  .nav-tabs .nav-link.active::after {
    width: 100%; /* Full width underline */
    left: 0;
    transform: none; /* Remove any centering transforms */
  }

}

@media (max-width: 767.98px) {
  .key-feature-section .col-12 {
    margin-bottom: 1rem;
  }
  
  .faq-list li {
    padding: 11px 12px;
    font-size: 16px;
}
}

/* Section title underline (optional) */
.product-section-title {
  font-size: 2rem;
  font-weight: 700;
  position: relative;
  padding-left: 60px;
}

.product-section-title::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 60px;
  width: 50px;
  height: 4px;
  background-color: #9D2763;
  border-radius: 2px;
}

/* Paragraph styling */
.product-section-paragraph {
  max-width: 554px;
  font-size: 1.05rem;
  color: #333;
  padding-left: 60px;
}

/* Wrapper: shared alignment for all content */
.product-content-wrap {
  max-width: 850px;       /* Wider but not full */
  padding-left: 30px;     /* Shift text slightly inward */
  padding-right: 30px;
}

/* Title styling with underline */



/* Carousel wrapper (centered) */
.product-slider {
  max-width: 750px; /* Wider than before */
  margin: 0 auto;
  padding-top: 30px;
}

/* Carousel image styling */
.carousel-img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  border-radius: 12px;
  transition: transform 0.3s ease;
}

.carousel-img:hover {
  transform: scale(1.03);
}

/* Responsive */
@media (max-width: 767.98px) {
  .product-content-wrap {
    padding-left: 15px;
    padding-right: 15px;
  }

  .product-slider {
    max-width: 100%;
  }
 .product-section-paragraph {
  max-width: 554px;
  font-size: 1.05rem;
  color: #333;
  padding-left: 0px;
}

.product-section-title {
  font-size: 2rem;
  font-weight: 700;
  position: relative;
   padding-left: 0px;
}

.product-section-title::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 50px;
  height: 4px;
  background-color: #9D2763;
  border-radius: 2px;
}


  .carousel-img {
    height: 220px;
  }
}
/* Equal height and styling */
.spec-card-content {
  background-color: #9D2763;
  border-radius: 20px;
  height: 100%;
  min-height: 220px; /* Adjust based on your tallest card */
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.object-fit-cover {
  object-fit: cover;
}

.about-two-col .about-text-wrapper {
  background-color: #f8f9fa; /* Optional: light background to match height */
  border-radius: 40px;
  height: 100%;
}

 

@media (max-width: 767px) {
  .about-banner {
    height: 35vh;
  }
}

img.img-fluid.border.mb-3 {
     border: 1px solid #dee2e6 !important;
}