

.group-specialize-heading .brush-script, .brush-script {
  font-family: 'Brush Script MT', sans-serif;
  font-weight: 700;
  font-size: 80px;
}
/* 
@font-face {
  font-family: 'Aparajita';
  src: url('fonts/Aparajita.ttf') format('truetype');
} */

body {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  box-sizing: border-box;
  scroll-behavior: smooth;
  overflow-x: hidden;
  /* padding-top: 80px; */
}

.poppins-light {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.font-s-group{
  font-size: 48px;
}
/* .aparajita-regular {
  font-family: 'Aparajita';
  font-weight: 900;
} */

.poppins-regular {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.poppins-medium {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.poppins-semibold {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.poppins-bold {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}

/* Custom Hover Dropdown */
.dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0;
}

.dropdown-menu {
  border-radius: 15px;
  padding: 20px;
  min-width: 650px;
  background: white;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.industries-dropdown img {
  width: 100%;
  border-radius: 10px;
  margin-bottom: 10px;
}

.industries-list {
  list-style: none;
  padding-left: 0;
}

.industries-list li {
  padding: 4px 0;
  font-size: 15px;
}

.navbar-custom {
  /* background: linear-gradient(to right, #175984, #4a9dd9); */
  background: linear-gradient(90deg, #195589 0%, #5597d0 100%);
  position: sticky !important;
  top: 0;
  width: 100%;
  z-index: 11;
}

.nav-link {
  color: white !important;
  font-weight: 500;
}

.nav-link:hover {
  color: #ffdd99 !important;
}

.nav-link.active {
  color: #ffdd99 !important;
  font-weight: 600;
  position: relative;
}

.nav-link.active::after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 0;
  right: 0;
  height: 3px;
  background-color: #ffdd99;
  border-radius: 2px;
}

.dropdown-menu::before {
  content: "";
  position: absolute;
  top: -10px;
  left: 70%;
  border-width: 0 10px 10px;
  border-style: solid;
  border-color: transparent transparent white;
}

.more-dropdown::before {
  left: 65%;
}

li.nav-item {
  padding: 0px 10px;
}

.brdr-right {
  height: 270px;
  position: relative;
  top: 15px;
  border-right: 1px solid #e3e3e3;
}

.brdr-right-indus {
  height: 440px;
}

.text-dd-color {
  color: #717171;
}

.heading-color {
  color: #094b84;
}

.DD-heading-color {
  color: #094b84;
  font-size: 23px;
}

.dd-img {
  border-bottom: 1.5px solid #878787;
}

/* slider  */
.hero-section img {
  height: 720px !important;
  object-fit: cover;
}


.slider-container {

  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.slider-content {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 2rem;
  gap: 2rem;
  height: 600px;
}

.slider-image-wrapper {
  flex: 1;
  position: relative;
  border-radius: 0.75rem;
  overflow: hidden;
  /* box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1); */
  width: 60%;
}

.slider-image {
  width: 90%;
  height: 450px;
  object-fit: fill;
  border-radius: 0.75rem;
  padding-right: 80px;
  display: none;
  transition: opacity 0.5s ease-in-out;
}

.slider-image.active {
  display: block;
  /* Show active slide */
  opacity: 1;
}

.slider-text-content {
  /* flex: 1.5; */
  padding: 1rem 0;
  width: 40%;
}

.slider-text-content h2 {
  font-size: 2.25rem;
  font-weight: bold;
  color: #074B86;
  margin-bottom: 1rem;
}

.slider-text-content p {
  font-size: 14px;
  line-height: 1.6;
  color: #555;
  margin-bottom: 1.5rem;
}


.slider-control-btn {
  background-color: #007bff;
  /* Bootstrap primary blue */
  color: #fff;
  padding: 0.75rem 1.5rem;
  border: none;
  border-radius: 0.5rem;
  font-size: 1rem;
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.2s ease;
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.1);
  text-decoration: none;
  display: inline-block;
  text-align: center;
}


.epoxy-btn {
  color: #fff;
  background: linear-gradient(180deg, #2776bc 0%, #124979 100%);
  padding: 0.75rem 1rem;
  font-size: 22px;
  display: flex;
  align-items: center;
  width: max-content;
  justify-content: center;
  gap: 0.5rem;
  transition: background-color 0.3s ease, transform 0.2s ease;
  position: absolute;
  top: 50%;
  left: 80%;
  transform: translate(-50%, -50%);
  z-index: 10;
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.2);
  text-decoration: none;
}

.flooring-btn {
  background: linear-gradient(180deg, #2776bc 0%, #124979 100%);
  height: 40px;
  display: inline-block;
  border-radius: 5px;
}

.hr-line {
  width: 80%;
  margin: auto;
  color: #c1bcbc;
  height: 2px;
}

.tab button {
  background-color: #fafafa;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 22px 34px;
  transition: 0.3s;
  font-size: 18px;
  background: #fff;
  /* box-shadow: 0px 5px 44px -5px rgba(0, 0, 0, 0.1); */
  box-shadow: 0px 5px 15px 10px rgb(171 171 171 / 10%);
}

.tab button:hover {
  background-color: #ddd;
}

.tab button.active {
  background: linear-gradient(180deg, #2776bc 0%, #124979 100%);
  color: white;
}


.custom-carousel .carousel-control-next {
  position: absolute;
  bottom: auto;
  top: 4% !important;
  justify-content: center;
  width: 4% !important;
  right: 3%;
}

.custom-carousel .carousel-control-prev {
  position: absolute;
  bottom: auto;
  top: 4% !important;
  justify-content: center;
  width: 4% !important;
  left: 3%;
}

.custom-carousel .carousel-control-next-icon,
.custom-carousel .carousel-control-prev-icon {
  width: 2rem;
  height: 2rem;
  color: white !important;
  background: black !important;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}

.build-perform-text {
  color: #4b4b4b;
  box-shadow: 0px 4px 10px 3px rgba(0, 0, 0, 0.1);
  background-color: white;
}

.icon-built {
  font-size: 32px;
}

.custom-carousel-item {
  background-color: #fafafa;
}

#built1 img,
#built2 img,
#built3 img,
#built4 img,
#built5 img {
  height: 600px;
}

.build-img-text {
  position: absolute;
  top: 150px;
  left: 100px;
  z-index: 1;
}

.build-img-text h2 {
  color: #ffc633;
  font-size: 4rem;
  font-style: italic;
}

.built-performance-card::before {
  content: "";
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0;
  height: 100%;
  background-color: rgb(0 0 0 / 34%);
  z-index: 1;
}

.yellow-line {
  width: 90%;
  color: #ffc648;
  /* height: 5%; */
  border-radius: 5px;
  opacity: 1;
  padding: 0px;
}

.btn-yellow {
  background-color: #ffc633;
  color: black;
  font-size: 18px;
}

.btn-yellow:hover {
  background-color: #ffecbd;
}

/* clients slider brands logo  */
@keyframes slides {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-100%);
  }
}

.logos {
  overflow: hidden;
  padding: 30px 0px;
  white-space: nowrap;
  position: relative;
}

.logos:before,
.logos:after {
  position: absolute;
  top: 0;
  content: "";
  width: 250px;
  height: 100%;
  z-index: 2;
}

.logo_items {
  display: inline-block;
  animation: 35s slides infinite linear;
}

.logos:hover .logo_items {
  animation-play-state: paused;
}

.logo_items img {
  height: 100px;
  margin: 10px;
}

.brands-bg {
  /* background-color: #f0eff4; */
  background-color: #fff;
}

.comn-main-heading {
  font-size: 50px;
  line-height: 60px;
  align-items: center;
  color: #3c3c3c;
  font-weight: 700;
}

.fullimg-bg {
  background-image: url("../images/industrail-bg-home.jpg");
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  /* for overlay */
}
.fullimg-bg:before{
content: '';
    position: absolute;
    background-color: #0000004f;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9;
}

.fullimg-bg .container {
  align-items: center;
  position: relative;
    z-index: 10;
}

.fullimg-card i {
  font-size: 4rem;
  opacity: 1;
  margin: 15px auto;
}

.fullimg-card h4 {
  font-size: 34px;
}

.fullimg-card p {
  font-size: 16px;
}

.line-fullimg {
  width: 90px;
  opacity: 1;
  margin: 15px auto;
  height: 3px;
  background-color: #fff;
}

.comn-sub-heading {
  color: #50656c;
  font-size: 20px;
}

/* 3 card section  */
.fv-group-section {
  color: #ffffff;
  background: linear-gradient(180deg, #124979 0%, #2776bc 100%);
}

.fv-group-section h2 {
  font-weight: 500;
  margin-bottom: 20px;
}

.fv-group-section .lead {
  font-size: 1.15rem;
  max-width: 800px;
  margin: 0 auto 50px auto;
  line-height: 1.6;
  font-weight: 300;
}

.fv-group-section h5 {
  color: #ffcc00;
  font-size: 32px;
}

.fv-group-section {
  background-color: #1a73e8;
  padding: 60px 0;
  width: 100%;
}

.fv-group-section h2 {
  font-weight: 500;
  margin-bottom: 20px;
  text-align: center;
}

.fv-group-section .lead {
  font-size: 1.15rem;
  max-width: 800px;
  margin: 0 auto 50px auto;
  line-height: 1.6;
  font-weight: 300;
  text-align: center;
}

.feature-container {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 0px;
}

.content-block {
  text-align: center;
  padding: 20px;
  max-width: 380px;
  flex-shrink: 0;
}

.content-block h3 {
  font-size: 1.5rem;
  margin-bottom: 10px;
  color: #ffcc00;
}

.content-block p {
  font-size: 0.9rem;
  line-height: 1.6;
}

.fading-line {
  width: 2px;
  height: 260px;

  background: linear-gradient(to bottom,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0.8) 20%,
      rgba(255, 255, 255, 1) 50%,
      rgba(255, 255, 255, 0.8) 80%,
      rgba(255, 255, 255, 0) 100%);
  margin: 40px 20px;
}

.icon-wrapper {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 25px auto;
  /* box-shadow: 0 0 15px rgba(255, 255, 255, 0.6); */
}

.icon-wrapper img {
  width: 80px;
  height: 80px;
}

/* Responsive adjustments */
@media (max-width: 992px) {
  .feature-container {
    flex-direction: column;
    align-items: center;
  }

  .fading-line {
    width: 150px;
    height: 2px;
    background: linear-gradient(to right,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.8) 20%,
        rgba(255, 255, 255, 1) 50%,
        rgba(255, 255, 255, 0.8) 80%,
        rgba(255, 255, 255, 0) 100%);
    margin: 20px 0;
  }

  .content-block {
    max-width: 90%;
  }
}

.fv-footer {
  background-color: #212529;
  /* Dark background color from the image */
  color: #ffffff;
  /* White text color */
  padding: 60px 0;
}

.fv-footer .footer-logo {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 25px;
}

.fv-footer h5 {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 25px;
  color: #ffffff;
}

.fv-footer p,
.fv-footer ul li {
  font-size: 0.95rem;
  line-height: 1.6;
  font-weight: 300;
  color: #737373;
  /* Slightly lighter white for body text */
}

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

.fv-footer ul li {
  margin-bottom: 10px;
}

.fv-footer ul li a {
  color: #737373;
  text-decoration: none;
  transition: color 0.3s ease;
  font-size: 16px;
}

.fv-footer ul li a:hover {
  color: #ffffff;
}

.fv-footer .social-icons .icon-wrapper {
  display: inline-flex;
  width: 40px;
  height: 40px;
  background-color: #343a40;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  margin-right: 10px;
  transition: background-color 0.3s ease;
}

.fv-footer .social-icons .icon-wrapper:hover {
  background-color: #0d6efd;
}

.fv-footer .social-icons .icon-wrapper i {
  color: #ffffff;
  font-size: 1.1rem;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .fv-footer {
    padding: 40px 0;
  }

  .fv-footer .footer-logo,
  .fv-footer h5 {
    margin-bottom: 20px;
  }

  .fv-footer .social-icons {
    margin-top: 30px;
  }

  .fv-footer .col-md-3:not(:last-child) {
    margin-bottom: 30px;
  }
}

.testimonial-cards {
  background-image: url("images/testimonial-bg.png");
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 400px;

  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.testimonials-section {
  background-image: url("../images/testimonial-bg.png");
  background-size: cover;
  background-position: center;
  padding: 80px 0;
  color: #ffffff;
  position: relative;
  overflow: hidden;
  /* Hide overflowing content from carousel */
}

/* .testimonials-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(
    0,
    0,
    0,
    0.4
  ); 
  z-index: 1;
} */

.testimonials-section .container {
  position: relative;
  z-index: 2;
}

.testimonials-section h2 {
  font-size: 2.5rem;
  font-weight: 600;
  margin-bottom: 15px;
  text-align: center;
}

.testimonials-section p.lead {
  font-size: 1.1rem;
  max-width: 700px;
  margin: 0 auto 60px auto;
  line-height: 1.6;
  font-weight: 300;
  text-align: center;
}

.testimonial-card {
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 15px;
  padding: 30px;
  text-align: center;
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.9);
  box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.37);
  color: #ffffff;
  min-height: 250px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.testimonial-card .profile-img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 15px;
}

.testimonial-card .customer-name {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 10px;
}

.testimonial-card .customer-title {
  font-size: 0.9rem;
  font-weight: 400;
  color: #e0e0e0;
  /* Slightly off-white for title */
  margin-bottom: 20px;
}

.testimonial-card .testimonial-text {
  font-size: 1rem;
  line-height: 1.6;
  font-weight: 300;
}

/* Responsive adjustments for smaller screens */
@media (max-width: 767.98px) {
  .testimonials-section h2 {
    font-size: 24px;
  }

  .testimonials-section p.lead {
    font-size: 1rem;
    margin-bottom: 40px;
  }

  .testimonial-card {
    min-height: auto;
    /* Allow height to adjust */
    padding: 20px;
  }
}

.testimonials-section .carousel-control-prev {
  left: -60px !important;
}

.testimonials-section .carousel-control-next {
  right: -60px !important;
}

.w-80 {
  width: 80%;
}

.custom-slider-inner {
  overflow: hidden;
}

.video-slides .carousel-control-prev {
  left: -120px !important;
  font-size: 30px !important;
  color: #195589;
  opacity: 4 !important;
}

.video-slides .carousel-control-next i,
.video-slides .carousel-control-prev i {
  border: 2px solid #195589;
  color: #195589 !important;
  border-radius: 50%;
  padding: 8px 16px;
  text-align: center;
  width: 50px;
  height: 50px;
}

.video-slides .carousel-control-next {
  right: -120px !important;
  font-size: 30px !important;
  color: #195589;
  opacity: 4 !important;
}

.custom-carousel .custom-carousel-control-next i,
.custom-carousel .custom-carousel-control-prev i {
  font-size: 40px;
  color: #195589;
}

.custom-carousel-control-prev,
.custom-carousel-control-next {
  opacity: 2 !important;
}

.comn-sub-heading-1 {
  font-size: 18px;
  color: #50656c;
}

.header-logo {
  width: 150px;
}

.abouthero-content h1 {
  font-size: 45px;
  line-height: 50px;
  letter-spacing: 0%;
  text-align: center;
  color: #ffcc00;
  text-shadow: 2px 2px 7px #3d3d3d;
}

.abouthero-content {
  position: relative;
  top: 10rem;
}

.btn-comn-cta {
  color: #074b86;
  border: 1px solid #074b86;
  box-shadow: 2px 4px 7.5px 0px rgba(0, 0, 0, 0.25);
}

.home-banner-txt {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
}

.home-banner-txt h1 {
  width: 60%;
  font-weight: 600;
  margin: auto;
  font-size: 57px;
  line-height: 66px;
  letter-spacing: 0%;
  text-align: center;
  color: #ffcc00;
  text-shadow: 2px 2px 7px #3d3d3d;

}

.hero-section .carousel-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #21252994;
}

.btn-banner-1 {
  color: white;
  background-color: #074b86;
  border: 1px solid #ffffff;
  font-weight: 600;
  border-radius: 4px;
  text-decoration: none;
  display: inline-block;
}

.btn-banner-2 {
  background-color: #ffffff;
  color: #000000;
  font-weight: 600;
  border-radius: 4px;
  border: 1px solid #ffffff;
}

.social-icons-links p a {
  color: #737373 !important;
}

.about-company-footer:hover,
.social-icons-links p a:hover {
  color: white !important;
}

/* contact form  */

/* Get In Touch Section */
.hero-section-contact {
  background-image: url("../images/contact-banner.png");
  background-size: cover;
  background-position: 0px -60px;
  color: #fff;
  padding: 0px 0;
  position: relative;
  text-align: center;
  height: 500px;
}

.get-in-touch-section {
  color: #fff;
  padding: 50px 0;
  position: relative;
  text-align: center;
}

.get-in-touch-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #124979 0%, #2776bc 100%);
  z-index: 1;
}

.get-in-touch-content {
  position: relative;
  z-index: 2;
}

.get-in-touch-content h2 {
  font-size: 2.5rem;
  /* font-weight: 700; */
  margin-bottom: 10px;
}

.get-in-touch-content p {
  font-size: 1.1rem;
  margin-bottom: 30px;
}

.contact-form-container {
  background-color: #ffffff12;
  padding: 40px 30px;
  border-radius: 7px;
  backdrop-filter: blur(5px);
}

.form-control-custom {
  background-color: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #fff;
  border-radius: 8px;
  padding: 12px 15px;
  margin-bottom: 15px;
}

.form-control-custom::placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.form-control-custom:focus {
  background-color: rgba(255, 255, 255, 0.3);
  border-color: #fff;
  box-shadow: none;
  color: #fff;
}

.btn-submit-custom {
  background-color: #fff;
  color: #1e72bc;
  /* Dodger Blue */
  font-weight: 600;
  padding: 12px 30px;
  border-radius: 8px;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.btn-submit-custom:hover {
  background-color: #e0e0e0;
  color: #1e90ff;
}

.contact-images img {
  width: 100%;
}

/* Location Section */
.location-section {
  padding: 80px 0;
  background-color: #f8f9fa;
  text-align: center;
}

.location-section .section-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #343a40;
  /* Dark gray */
  margin-bottom: 10px;
}

.location-section .section-subtitle {
  font-size: 20px;
  color: #6c757d;
  /* Medium gray */
  margin-bottom: 50px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.map-container {
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  height: 450px;
  /* Fixed height for the map */
  width: 100%;
}

.map-container iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.have-project h3 {
  color: #ffc600;
  font-size: 50px;
}

.have-project p {
  font-size: 20px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .get-in-touch-content h2 {
    font-size: 2rem;
  }

  .get-in-touch-content p {
    font-size: 0.9rem;
  }

  .contact-images {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .contact-images img {
    width: 48%;
    /* Adjust for two images per row on small screens */
    margin: 1%;
  }
}

@media (max-width: 576px) {
  .contact-images img {
    width: 98%;
    /* One image per row on extra small screens */
  }
}

/* about page  */

.hero-section-about {
  background-image: url("../images/about-banner.png");
  /* Placeholder for the garage image */
  background-size: cover;
  background-position: center;
  color: #fff;
  padding: 280px 0 50px;
  position: relative;
  text-align: center;
  height: 600px;
}

.hero-section-guide-specification {
  background-image: url("../images/guide-specification.png");
}

/* General Section Styling */
.section-padding {
  padding: 80px 0;
}

.section-title-about {
  font-size: 3.5rem;
  font-weight: 500;
  color: #083343;
  /* Dark gray */
  margin-bottom: 15px;
}

.section-subtitle {
  font-size: 1.1rem;
  color: #6c757d;
  /* Medium gray */
  margin-bottom: 40px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

/* Where It All Began / Expanding Across The Globe Sections */
.content-block img {
  border-radius: 15px;
  /* box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1); */
}

.content-block h3 {
  font-size: 1.8rem;
  font-weight: 600;
  color: #FFCC00;
  margin-bottom: 10px;
  text-shadow: 2px 2px 7px #10437b;
}

.content-block p {
  font-size: 1.05rem;
  line-height: 1.7;
  color: #ffffff;
}

/* Meet the Experts Section */
.expert-card {
  text-align: center;
  margin-bottom: 30px;
  background-color: #fbfbfb;
  border: 1px solid #e8e8e8;
}

.expert-card img {
  margin-bottom: 20px;
  width: 100%;
}

.expert-card h4 {
  font-size: 1.3rem;
  font-weight: 600;
  color: #083343;
  margin-bottom: 5px;
}

.expert-card p {
  font-size: 0.95rem;
  color: #50656c;
  font-weight: 400;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .section-title-about {
    font-size: 2rem;
  }

  .content-block img {
    margin-bottom: 30px;
  }
}

/* service page  */

.hero-section-mmmflooring {
  background-image: url("../images/mmm-flooring-bg.png");
  /* Placeholder for the garage image */
  background-size: cover;
  background-position: center;
  color: #fff;
  padding: 100px 0;
  position: relative;
  text-align: center;
  height: 450px;
}

.food-beverage-banner {
  background-image: url("../images/food-beverages.png");
}

.abouthero-content {
  position: relative;
  top: 3rem;
}

.section-padding {
  padding: 80px 0;
}

.section-title-about {
  font-size: 3.5rem;
  font-weight: 500;
  color: #074B86;
  margin-bottom: 15px;
}

.section-subtitle {
  font-size: 1.1rem;
  color: #6c757d;
  margin-bottom: 40px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.content-block img {
  border-radius: 15px;
}

.expert-card {
  text-align: center;
  margin-bottom: 30px;
  background-color: #fbfbfb;
  border: 1px solid #e8e8e8;
}

.expert-card img {
  margin-bottom: 20px;
  width: 100%;
}

.expert-card h4 {
  font-size: 1.3rem;
  font-weight: 600;
  color: #083343;
  margin-bottom: 5px;
}

.expert-card p {
  font-size: 0.95rem;
  color: #50656c;
  font-weight: 400;
}

.industry-card {
  border-radius: 12px;
  overflow: hidden;
  transition: transform 0.3s ease;
}

.industry-card:hover {
  transform: translateY(-5px);
}

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

.industry-title {
  background-color: #195589;
  color: #fff;
  padding: 20px 12px;
  font-weight: 500;
  text-align: left;
}

.carousel-item img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.project-info {
  padding: 10px 15px;
  font-size: 14px;
}

.carousel-indicators [data-bs-target] {
  background-color: #195589;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .section-title-about {
    font-size: 24px;
  }

  .content-block img {
    margin-bottom: 30px;
  }
}

/*Carousel*/
.carousel-control-prev {
  left: -140px;
}

#projectCarousel .carousel-control-prev,
#projectCarousel .carousel-control-next {
  height: 220px;
}

.carousel-control-next {
  right: -140px;
}

/*Navbar*/
.navbar-nav li a {
  text-decoration: none;
  color: #717171;
}


/*Industries*/
.carousel-control-prev-icon,
.carousel-control-next-icon {
  /* background-image: none; */
  opacity: 1;
}

.carousel-control-prev-icon img,
.carousel-control-next-icon img {
  width: 20px;
  height: 30px;
  opacity: 1;
}

.bg-mob {
  display: none !important;
}

.about-txt-red {
  color: #D81616;
  font-size: 20px;
}

.theme-blue {
  color: #074B86;
}

iframe {
  width: 100%;
}

.mobile-slider {
  display: none
}

/*New Tab Slider*/
.wrapper {
  max-width: 100%;
  margin: 50px auto;
  padding: 20px 0;
  width: 100%;
  border-radius: 5px;
}

.tab-content {
  padding: 0px 0px;
  display: flex;
  transition: transform 0.3s ease-in-out;
}

.tab-pane {
  flex-shrink: 0;
  width: 100%;
  position: relative;
}

.tab-list {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  overflow-x: auto;
  list-style: none;
  padding: 0;
  margin: 0;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.tab-list::-webkit-scrollbar {
  display: none;
}

.tab-list li {
  flex-shrink: 0;
  flex-basis: 20%;
  min-width: 20%;
  display: flex;
  align-items: flex-start;
  margin: 0;
  border-bottom: 2px solid transparent;
  height: 100px;
}

.tab-list li.active {
  border-bottom: 2px solid #5453d2;
}

.tab-list li a {
  height: 100%;
  width: 100%;
  text-align: center;
  color: #333;
  text-decoration: none;
  padding: 10px 0;
}

.tab-list li.active a {
  color: #5453d2;
}

.tabs-wrapper {
  position: relative;
  overflow: hidden;
  padding: 0px 70px;
}

span.left,
span.right {
  position: absolute;
  height: 40px;
  width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #2b5c91;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  color: #ffffff;
  z-index: 10;
  font-size: 24px;
}

span.left {
  left: 10px;
}

span.right {
  right: 10px;
  left: unset;
}

.scroller-btn.inactive {
  opacity: 0.3;
  pointer-events: none;
}

/*New Tabbing*/
.tab-list li a {
  background-color: #fafafa;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 20px 28px;
  transition: 0.3s;
  font-size: 18px;
  background: #fff;
  /* box-shadow: 0px 5px 44px -5px rgba(0, 0, 0, 0.1); */
  box-shadow: 0px 5px 15px 10px rgb(171 171 171 / 10%);
}

.tab-list li.active a {
  background: linear-gradient(180deg, #2776bc 0%, #124979 100%);
  color: white;
}

/*Sample form*/
.form-section {
  background: #143b6b;
  padding: 3rem;
  border-radius: 8px;
  color: white;
}

.form-section input,
.form-section textarea {
  background-color: rgba(255, 255, 255, 0.25);
  border: none;
  color: white;
  height: 60px;
  border-radius: 0;
}

.form-section input::placeholder,
.form-section textarea::placeholder {
  color: rgba(255, 255, 255, 0.8);
}

.form-section input:focus,
.form-section textarea:focus {
  background-color: rgba(255, 255, 255, 0.35);
  outline: none;
  box-shadow: none;
}

.blend-card {
  border: none;
  border-radius: 24px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  transition: transform .2s ease;
}

.blend-card:hover {
  transform: translateY(-5px);
}

.blend-card img {
  border-radius: 24px;
}

.bg-gradient-blue {
  background: linear-gradient(180deg, #124979, #2776BC);
}

.sample-heading {
  font-size: 50px;
}

.btn-submit {
  border-radius: 0;
  font-size: 20px;
  width: 180px;
  height: 60px;
  font-weight: 600;
}

.qnty-box {
  background: #E8E8E8AD;
  width: 180px;
  margin: 0px auto;
  border-radius: 4px;
  border: solid thin #e1e1e1;
}

.minus-sign {
  border: none;
  font-size: 24px;
}

.input-qty {
  width: 60px;
  background: transparent;
  border: none;
  font-size: 24px;
}

.plus-sign {
  border: none;
  font-size: 24px;
}

.bg-lightgray {
  background-color: #F0EFF4;
}

/*Guide Specification*/
.floor-card {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  transition: transform 0.2s ease-in-out;
}

.floor-card:hover {
  transform: translateY(-5px);
}

.floor-card img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}

.floor-info {
  padding: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
}

.download-btn {
  background-color: #e63946;
  color: white;
  border-radius: 50%;
  padding: 8px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s ease;
  text-decoration: none;
}

.download-btn:hover {
  background-color: #d62828;
  color: #fff;
}

.page-item.active .page-line {
  background: #5c93ce !important;
  color: #fff !important;
}

.page-item .page-line {
  color: #333;
}

.real-floor-container {
  padding: 25px;
}

.placeholder-text {
  font-style: italic;
  font-weight: 500;
  color: #4b5563;
  background-color: #f3f4f6;
  padding: 2px 8px;
  border-radius: 4px;
  border: 1px dashed #d1d5db;
}

/* Document Card Styles */
.document-card {
  background-color: white;
  border-radius: 0.75rem;
  box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  padding: 15px;
  text-align: center;
  transition: all 0.2s ease-in-out;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.document-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
}

.document-card .icon {
  color: #ef4444;
  /* Red color for the PDF icon */
  margin-bottom: 1rem;
}

.document-card .icon svg {

  height: 60px;
  width: 60px;
}

.document-card h3 {
  font-size: 1.125rem;
  font-weight: 600;
  color: #1f2937;
  margin-bottom: 0.5rem;
}

.document-card p {
  font-size: 0.875rem;
  color: #6b7280;
  margin-bottom: 1.5rem;
  min-height: 40px;
  /* Ensures cards have consistent height */
}

.document-card .download-btn {
  display: inline-block;
  background-color: #374151;
  /* Dark gray button */
  color: white;
  font-weight: 500;
  padding: 0.6rem 1.5rem;
  border-radius: 0.5rem;
  text-decoration: none;
  transition: background-color 0.2s ease-in-out;
  margin-top: auto;
  /* Push button to the bottom */
}

.document-card .download-btn:hover {
  background-color: #1f2937;
  /* Even darker on hover */
}

.com-img-flooring img {
  width: 450px;
}

/*Demo design css*/


/* Custom Card Styling */
.profile-card {
  border: none;
  border-radius: 20px;
  overflow: hidden;
  transition: all 0.3s ease;
  background: #fff;
}

/* Avatar Circle */
.avatar-circle {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, #2b5c92, #5d94cf);
  color: white;
  font-size: 2rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-bottom: 1rem;
}

/* Icon Boxes */
.contact-icon-box {
  width: 45px;
  height: 45px;
  background-color: rgba(13, 110, 253, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  font-size: 1.2rem;
  transition: all 0.3s ease;
}

/* Contact Links */
.contact-link {
  text-decoration: none;
  color: #2c3e50;
  display: flex;
  align-items: center;
  padding: 15px;
  border-radius: 12px;
  border: 1px solid transparent;
  transition: all 0.3s ease;
  background-color: #fff;
}

/* Custom Button */
.btn-glow {
  border-radius: 50px;
  padding: 12px 30px;
  font-weight: 600;
  box-shadow: 0 4px 15px rgba(13, 110, 253, 0.4);
  transition: all 0.3s ease;
}

.btn-glow:hover {
  box-shadow: 0 6px 20px rgba(13, 110, 253, 0.6);
  transform: translateY(-2px);
}

.doc-how-to-install {
  width: 50%;
}
.desk-none{
  display: none !important;
}
.reg-btn{
  background-color: #376aa1;
    color: #ffffff;
    padding: 10px;
    margin-top: 10px;
    display: inline-block;
    border-radius: 5px;
    text-decoration: none;
}