* {
  padding: 0;
  margin: 0;
}

body {
  font-family: "Lato", sans-serif;
}

h1,
h2,
h3,
.heading {
  font-family: "Lato", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  /*    font-family: "DM Serif Display", serif;*/
  margin: 0;
  color: #292f36;
}

p {
  font-size: 16px;
  line-height: 22px;
  font-family: "Lato", sans-serif;
  color: #4d5053;
  margin-bottom: 0;
}

.btn.btn-primary {
  background: #979797;
  box-shadow: 0px 10px 20px 0px #c0c0c059;
  padding: 15px 35px;
  font-size: 18px;
  line-height: 23px;
  color: #ffffff;
  font-family: "Inter", serif;
  border-color: #979797;
  border-radius: 18px;
}

.header {
  position: fixed;
  top: 10px;
  width: 100%;
  left: 0;
  z-index: 999;
  background: #fff; /* Add this */
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}

.header.fixed {
  top: 0;
  padding: 20px 0;
  background: #fff; /* Ensure it stays white on scroll */
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08); /* Optional */
}

.header .navbar-brand {
  padding: 0;
  margin: 0;
  max-width: 170px;
}

.header .navbar-nav .nav-item:not(:first-child) {
  margin-left: 35px;
}

.header .navbar-nav .nav-item .nav-link {
  font-size: 18px;
  line-height: 24px;
  color: #292f36;
  font-weight: 500;
  padding: 8px 15px;
}

section {
  padding: 50px 0;
  overflow: hidden;
}

.banner-wrapper {
  padding: 90px 0 57px;
}

.breadcrumb li a,
.breadcrumb li.active {
  text-decoration: none;
  color: #ffffff;
}

.breadcrumb-item + .breadcrumb-item::before {
  color: #ffffff;
}

/*.inner_block{
    background: #C4C4C4;
    border: 1px solid #F6F6F6FA;
    height: 800px;
    overflow: hidden;
    position: relative;
    z-index: 0;
}*/

.inner_block::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.title-head {
  font-size: 60px;
  line-height: 80px;
  font-weight: 600;
  color: #fff;
}

.inner_block video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.inner_block .banner-caption {
  position: absolute;
  top: 50%;
  left: 40%;
  transform: translate(-40%, -50%) !important;
  z-index: 9;
}

.banner-caption h1 {
  color: #ffffff;
  font-size: 65px;
  line-height: 85px;
}

.banner-caption p {
  color: #ffffff;
  font-size: 18px;
  line-height: 26px;
  margin: 8px 0 28px;
  font-family: "Inter", serif;
}

.about-wrapper .heading {
  margin-bottom: 91px;
}
.about-banner {
  height: 70vh; /* 70% of screen height */
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  display: flex;
  align-items: center;
}

/* optional dark overlay for better text visibility */
.about-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
}

.about-banner .container {
  position: relative;
  z-index: 2;
}

.about-banner .title-head {
  font-size: 48px;
  font-weight: 700;
}
.heading h2 {
  font-size: 35px;
  line-height: 30px;
  margin: 0 0 15px;
}

.about-wrapper .heading p {
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
}

.category-block {
  display: grid;
  grid-template-columns: auto auto auto;
  gap: 20px;
}

.category-innerside {
  background: #e0dddd;
  border-radius: 70px;
  padding: 50px 30px 150px;
}

.category-box {
  width: 100%;
  height: 339px;
  background-color: #ffffff;
  border-radius: 16px;
}

.category-wrapper .heading {
  margin-bottom: 62px;
}

.product-block {
  padding-right: 60px;
}
.product-banner {
  height: 70vh;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  display: flex;
  align-items: center;
}

.product-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
}

.product-banner .container {
  position: relative;
  z-index: 2;
}

.product-banner .title-head {
  font-size: 48px;
  font-weight: 700;
}
.product-block .product-img {
  background-color: #ffffff;
  width: 100%;
  height: 400px;
  overflow: hidden;
  border-radius: 0 100px 0 0;
  filter: none;
  -webkit-filter: none;
}

.product-block .product-img:hover {
  filter: grayscale(0);
}

.product-block .product-img .img-fluid {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-block span.next-btn {
  background: #e2e1e0;
}

.product-block span.next-btn a {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}
.conter-block {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  text-align: center;
  padding: 150px 0;
}

.count-box {
  position: relative;
  padding: 0 50px; /* increase horizontal gap */
}

.count-box::after {
  content: "";
  display: inline-block;
  width: 2px;
  height: 140px; /* increase vertical line height */
  background: #000;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}

.count-box:last-child::after {
  display: none;
}

.count-box h5 {
  font-size: 85px;
  line-height: 102px;
  margin: 0;
}

.count-box span {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 1px;
}
.projects-wrapper .heading {
  margin-bottom: 69px;
}

.project-block {
  height: 100%;
  background: #ffffff;
  padding: 15px 15px 20px;
  border-radius: 40px 40px 0 0;
  border: 1px solid #e7e7e7;
  box-shadow: 0px 10px 30px 0px #ffffff40;
  -webkit-box-shadow: 0px 10px 30px 0px #ffffff40;
}

.project-block figure {
  background-color: #b8b6b6;
  height: 200px;
  overflow: hidden;
  width: 100%;
  border-radius: 40px 40px 0 0;
}

.project-block figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.project-details h5 {
  font-size: 20px;
  line-height: 28px;
}

.project-details p {
  font-size: 16px;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.next-btn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #efefef;
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact-wrapper .heading {
  margin-bottom: 20px;
  text-align: left !important;
}

.contact-wrapper .heading h2 {
  font-size: 64px;
  font-weight: 700;
  line-height: 1;
  text-align: left;
  margin: 0;
}

/* Subheading */
.contact-wrapper > .container > .row:first-of-type > .col-md-12 h3 {
  font-size: 22px;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  margin: 0;
}

/* Map */
.contact-wrapper .map {
  width: 100%;
}

.contact-wrapper .map iframe {
  width: 100%;
  height: 450px;
  display: block;
}

@media (max-width: 767px) {
  .contact-wrapper .heading h2 {
    font-size: 48px;
  }

  .contact-wrapper > .container > .row:first-of-type > .col-md-12 h3 {
    font-size: 18px;
  }
}
.contact-wrapper .map {
  width: 100%;
}

.contact-wrapper .map iframe {
  width: 100%;
  height: 450px;
  display: block;
}
@media (max-width: 767px) {
  .contact-wrapper .heading h2 {
    font-size: 48px;
  }
}
.contact-banner {
  height: 70vh;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  display: flex;
  align-items: center;
}

/* dark overlay for readability */
.contact-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
}

.contact-banner .container {
  position: relative;
  z-index: 2;
}

.contact-banner .title-head {
  font-size: 48px;
  font-weight: 700;
}
.get-in-touch ul.list-inline.address_block li a {
  color: #4d5053;
  text-decoration: none;
}

.get-in-touch ul.list-inline.address_block li:not(:first-child) {
  margin-top: 25px;
  padding-top: 20px;
}

.social-media-links {
  margin-left: 80px;
}
.get-in-touch ul.list-inline.address_block li {
  text-decoration: none;
  color: #4d5053;
  font-size: 20px;
  line-height: 30px;
  position: relative;
  padding-left: 70px;
  display: block;
}

.get-in-touch ul.list-inline.address_block li span {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  margin-right: 15px;
  border-radius: 50%;
  background: #ffffff;
  text-align: center;
  position: absolute;
  left: 0;
}

.contact-form h3 {
  font-size: 50px;
  line-height: 75px;
  color: #292f36;
  padding-bottom: 60px;
  text-align: center;
}

.contact-form .form-control {
  background: transparent;
  border: 0;
  border-bottom: 1px #000000 solid;
  font-size: 22px;
  line-height: 33px;
  border-radius: 0;
}

.form-control:focus {
  box-shadow: none;
  border-color: #292f36;
}

.contact-form .btn.btn-primary {
  background: #4d5053;
  box-shadow: 0px 10px 20px 0px #c0c0c059;
  -webkit-box-shadow: 0px 10px 20px 0px #c0c0c059;
}

.footer {
  background: #e2e1e0;
  padding: 70px 0;
}

.footer-logo a {
  display: block;
  max-width: 180px;
}

.footer-logo p {
  padding: 31px 0;
  font-size: 22px;
  line-height: 33px;
}
.footer-phone {
  color: #b79959;
  text-decoration: none;
  font-weight: 500;
}

.footer-phone:hover {
  color: #b79959;
  text-decoration: underline;
}
.social-media-links li:not(:first-child) {
  margin-left: 30px;
}

.footer-links ul.list-inline li a {
  color: #101010;
  font-size: 18px;
  line-height: 34px;
  text-decoration: none;
}

.contact-page-wrapper {
  height: 356px;
  background-color: #ffffff;
}

.mt-top {
  margin-top: 100px;
}

.projects-wrapper.project-list {
  padding: 200px 0;
}

.prodcuts-page-wrapper {
  padding: 130px 0;
}

.prodcuts-tabs ul.nav-tabs {
  border: 1px solid #5b5b5b;
  border-radius: 18px;
  max-width: 880px;
  margin: 0 auto;
}

.prodcuts-tabs ul.nav-tabs .nav-item .nav-link {
  padding: 20px 50px;
  border-radius: 18px;
  color: #292f36;
  font-size: 18px;
  line-height: 23px;
  border: 0;
  margin: 0;
}

.prodcuts-tabs ul.nav-tabs .nav-item .nav-link.active {
  background: #e4e4e4;
}

.inner-proucts-list .product-block .product-img {
  border-radius: 8px;
  background: #c4c4c4;
  height: 500px;
}

.inner-proucts-list .product-block {
  padding-right: 0;
}

.inner-proucts-list .product-block .next-btn {
  background: #ffffff;
}

.inner-proucts-list .product-block .next-btn svg path {
  stroke: #292f36;
}

.left-side-product-list ul li strong {
  font-family: "DM Serif Display", serif;
}

.left-side-product-list ul li {
  font-size: 22px;
  line-height: 33px;
  color: #4d5053;
  font-family: "Jost", serif;
}

.product-description-wrapper {
  padding: 120px 0;
}

.products-descrip h3 {
  font-size: 50px;
  line-height: 62px;
  color: #292f36;
  padding-bottom: 11px;
}

.products-descrip p {
  font-size: 22px;
  line-height: 33px;
}

.product-slide {
  width: 100%;
  height: 540px;
  background: #ffffff;
  border-radius: 100px;
  margin-top: 150px;
}

.left-side-project {
  background: #d9d9d9;
  height: 400px;
  overflow: hidden;
  border-radius: 30px;
}

.mission-vision-caption h3 {
  font-size: 50px;
  line-height: 62px;
}

.mission-vision-caption p {
  font-size: 18px;
  line-height: 30px;
  color: #4d5053;
  margin-top: 23px;
}

.mission-vision-img,
.vision-img {
  /*width: 100%;
    height: 500px;*/
  background: #ffffff;
  border-radius: 100px 0 0 0;
}

.vision-img {
  border-radius: 0 100px 0 0;
}

.history-grid {
  display: grid;
  grid-template-columns: auto auto auto auto;
  gap: 0 20px;
  position: relative;
  padding: 200px 0;
}

.history-grid::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 2px;
  background: #000000;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

.history-grid .grid-block {
  position: relative;
  bottom: 105px;
}

.history-grid .third-block {
  position: relative;
  bottom: 195px;
}
.history-grid .grid-block.bottom-block {
  position: relative;
  top: 164px;
}

.custom-shape {
  border: 2px solid #000;
  width: 60%;
  padding: 5px 5px;
}

.grid-block p {
  font-size: 15px;
  line-height: 20px;
  color: #4d5053;
  margin-bottom: 60px;
}

.grid-block span {
  font-size: 14px;
  line-height: 30px;
  color: #292f36;
  display: block;
  text-align: center;
  font-family: "DM Serif Display", serif;
}

.history-grid .grid-block.bottom-block span {
  text-align: left;
}

.history-grid .grid-block.bottom-block p {
  margin: 10px 0 0;
}

.mission-vision-wrapper .heading p {
  font-size: 18px;
  line-height: 30px;
}

/* =========================================
   ABOUT SECTION
========================================= */

.about-section {
  position: relative;
  padding: 80px 0 100px;
  background: #fff;
  overflow: hidden;
}

/* =========================================
   ABOUT HEADING
========================================= */

.about-sketch-title {
  display: block !important;
  position: relative !important;

  width: 100%;
  height: auto;

  margin: 0 0 25px 0 !important;
  padding: 0 !important;

  float: none !important;
  clear: both !important;

  transform: none !important;

  font-family: "Lato", sans-serif;
  font-size: 72px;
  font-weight: 300;
  line-height: 1.1;

  color: #111;

  text-align: left;

  z-index: 2;
}

/* =========================================
   DESCRIPTION
========================================= */

.about-content {
  display: block !important;
  position: relative !important;

  width: 100%;
  max-width: 1050px;

  margin: 0 !important;
  padding: 0 !important;

  float: none !important;
  clear: both !important;

  text-align: left;
}

.about-content p {
  display: block;

  margin: 0;
  padding: 0;

  font-family: "Open Sans", sans-serif;
  font-size: 17px;
  line-height: 1.65;
  color: #444;

  text-align: left;
}
.about-content p {
  margin: 0;

  font-family: "Open Sans", sans-serif;
  font-size: 17px;
  line-height: 1.65;
  color: #444;

  text-align: left;
}
.about-section .about-sketch-title,
.about-section .about-content {
  flex: none !important;
}
/* =========================================
   READ MORE
========================================= */

.about-read-more {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  margin-top: 35px;
  min-width: 145px;
  height: 52px;
  padding: 0 28px;

  border-radius: 12px;
  background: #999;
  color: #fff !important;

  font-family: "Lato", sans-serif;
  font-size: 16px;
  text-decoration: none;

  transition: all 0.3s ease;
}

.about-read-more:hover {
  background: #292f36;
  color: #fff !important;
}

/* =========================================
   COUNTER BLOCK
========================================= */

.conter-block {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 70px;

  margin-top: 55px;
}

.count-box {
  text-align: left;
}

.count-box h5 {
  margin: 0 0 8px;

  font-family: "Lato", sans-serif;
  font-size: 42px;
  font-weight: 400;
  line-height: 1;
  color: #111;
}

.count-box span {
  display: block;

  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #555;
}

/* =========================================
   OLD HEADING WRAPPER
   ========================================= */

.about-heading-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-bottom: 25px;
}

.about-line {
  height: 1px;
  background: #222;
  flex: 1;
}

.about-heading-wrap h2 {
  margin: 0 25px;
  padding: 0;

  font-family: "Lato", sans-serif;
  font-size: 36px;
  font-weight: 400;
  color: #292f36;
  white-space: nowrap;
}

/* =========================================
   RESPONSIVE
========================================= */

@media (max-width: 991px) {
  .about-section {
    padding: 60px 0 70px;
  }

  .about-sketch-title {
    font-size: 58px;
    margin-bottom: 30px;
  }

  .about-content {
    max-width: 90%;
    margin: 0;
  }

  .about-content p {
    font-size: 16px;
  }

  .conter-block {
    gap: 45px;
  }

  .count-box h5 {
    font-size: 36px;
  }
}

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

  .about-sketch-title {
    font-size: 45px;
    margin-bottom: 25px;
  }

  .about-content {
    max-width: 100%;
    margin: 0;
  }

  .about-content p {
    font-size: 15px;
    line-height: 1.6;
    text-align: left;
  }

  /* Stack counters on mobile */
  .conter-block {
    flex-direction: column;
    gap: 30px;
    margin-top: 40px;
  }

  .count-box {
    text-align: left;
  }

  .count-box h5 {
    font-size: 34px;
  }

  .count-box span {
    font-size: 12px;
  }

  .about-heading-wrap {
    display: block;
    text-align: center;
  }

  .about-line {
    display: none;
  }

  .about-heading-wrap h2 {
    margin: 0;
    font-size: 28px;
  }
}

/* =========================================
   ABOUT SLIDES
========================================= */

.about-slides {
  height: 356px;
  background-color: #ffffff;
  display: flex;
  align-items: end;
  justify-content: center;
  padding-bottom: 40px;
}

.about-slides h1 {
  font-size: 70px;
  line-height: 88px;
  color: #ffffff;
  text-shadow: 4px 4px 0px #00000040;
}

.about-wrapper .owl-theme .owl-dots {
  margin-top: -30px !important;
  position: relative;
}
.small-box {
  width: 61px;
}

.small-large-box {
  width: 95px;
}

.extra-small-large-box {
  width: 148px;
}

.large-center-box {
  width: 1200px;
  background: #dad9d9;
}

.about-wrapper .owl-theme .owl-dots .owl-dot span {
  background: #ffffff;
}

.about-wrapper .owl-theme .owl-dots .owl-dot.active span {
  background: #4d5053;
}

.gallery-box {
  height: 320px;
  overflow: hidden;
}

.product-img {
  overflow: hidden;
  transition: all 1s ease-in-out;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
}

.product-img img.img-fluid {
  transition: all 1s ease-in-out;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
}

.product-img:hover img.img-fluid {
  transform: scale(1.5);
}

.contact-page-wrapper figure .img-fluid {
  object-fit: cover;
  object-position: center;
}

/*-------Responsive CSS START-------*/

@media screen and (max-width: 1440px) {
  .inner_block .banner-caption {
    left: 30%;
    transform: translate(-30%, -50%) !important;
  }

  .product-block .product-img {
    height: 300px;
  }

  .inner-proucts-list .product-block .product-img {
    height: 300px;
  }
}

@media screen and (max-width: 991px) {
  .inner_block {
    height: 600px;
  }

  .header {
    top: 20px;
  }

  .header .navbar-brand {
    max-width: 150px;
  }

  .header .nav-item:not(:first-child) {
    margin-left: 0 !important;
  }

  .banner-caption h1 {
    font-size: 34px;
    line-height: 44px;
  }

  .banner-wrapper {
    padding: 120px 0 40px;
  }

  .about-wrapper {
    margin-top: 0;
  }

  .about-wrapper .heading p {
    font-size: 24px;
    line-height: 34px;
  }

  .about-wrapper .heading {
    margin-bottom: 40px;
  }

  .category-block {
    grid-template-columns: auto;
    gap: 10;
  }

  .heading h2 {
    font-size: 40px;
    line-height: 50px;
    margin: 0;
  }

  .category-wrapper .heading {
    margin-bottom: 30px;
  }

  .product-block {
    padding-right: 10px;
    padding-left: 10px;
  }

  .category-innerside {
    border-radius: 40px;
    padding: 50px 30px;
  }

  .conter-block {
    grid-template-columns: auto auto;
    padding: 50px 0 0;
  }

  .count-box h5 {
    font-size: 60px;
    line-height: 85px;
  }

  .count-box::after {
    height: 70px;
  }

  .contact-form h3 {
    font-size: 28px;
    line-height: 40px;
    padding-bottom: 20px;
  }

  .footer-links ul li:not(:first-child) {
    margin-top: 10px;
  }

  .inner_block .banner-caption {
    width: 90%;
  }

  .btn.btn-primary {
    padding: 12px 30px;
    font-size: 14px;
    line-height: 20px;
    border-radius: 10px;
  }
}

@media screen and (max-width: 767px) {
  .title-head {
    font-size: 40px;
    line-height: 50px;
  }
}
