* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

@font-face {
  font-family: "Satoshi";
  src: url("../font/Satoshi-Medium.woff") format("ttf"),
    url("../font/Satoshi-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

body {
  font-family: "Satoshi", sans-serif;
  overflow-x: hidden;
}
p {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.section-padding {
  padding-top: 60px;
  padding-bottom: 60px;
}

.navbar-nav .nav-link {
  font-weight: 600;
  /*text-transform: uppercase;*/
  padding: 0.5rem 1rem;
  color: #000;
}
.navbar-nav .nav-link.active {
  color: #d00000;
}
.navbar-brand img {
  height: 65px;
}

.navbar-nav {
  gap: 32px;
}

.navbar-nav ul.dropdown-menu { padding: 0px; }
.navbar-nav ul.dropdown-menu li { white-space: nowrap; }
.navbar-nav ul.dropdown-menu li:hover { background: #d02a17 !important; }
.navbar-nav ul.dropdown-menu li:hover a { color: #fff !important; transition: none !important; }

/* Hide both icons initially */
.toggler-icon,
.close-icon {
  font-size: 24px;
  border: none;
  background: none;
  outline: none;
}

.close-icon {
  display: none;
}

.navbar-toggler.collapsed .toggler-icon {
  display: inline;
}

.navbar-toggler:not(.collapsed) .close-icon {
  display: inline;
}

.navbar-toggler:not(.collapsed) .toggler-icon {
  display: none;
}

.navbar-brand img {
  max-height: 65px;
}

.nav-link {
  font-weight: 500;
  /*text-transform: uppercase;*/
  color: #0b0c2a !important;
}

.nav-link.active {
  color: #d02a17 !important;
}

.hero {
  /*background: linear-gradient(to right, #fff 50%, transparent 90%), url("../img/hero.png") no-repeat center center;*/
  background-size: cover;
  padding: 80px 60px;
}

.banner-title {
  font-size: 65px;
  font-weight: 700;
  color: #1e2238;
}

.banner-details {
  font-size: 16px;
  color: #1e2238;
  max-width: 540px;
  font-weight: 600;
  margin-top: 32px;
}

.handhsake {
  width: 52px;
  height: auto;
}

.info-box {
  background-color: #d02a17;
  border-radius: 30px;
  color: white;
  padding: 30px 40px;
  max-width: 500px;
  margin-top: 40px;
  position: relative;
}

.info-box .read-more {
  background-color: white;
  color: #d02a17;
  font-weight: 500;
  padding: 10px 25px;
  border-radius: 30px;
  display: inline-block;
  margin-bottom: 15px;
}

.read-more-link {
  list-style: none;
  text-decoration: none;
  color: #d02a17;
}

.read-more-link:hover {
  list-style: none;
  text-decoration: none;
  color: #d02a17;
}

.info-box .arrow {
  position: absolute;
  top: 30px;
  right: 30px;
  font-size: 18px;
}

/* Welcome css  */
.welcome-renewsys {
  background-color: #f1f1f1;
}
.about-title {
  color: #1e2238;
  font-weight: 700;
  display: inline-block;
  font-size: 38px;
}
.about-left-section .about-title .highlight {
  background: linear-gradient(90deg, #d02a17, #680f05);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
  border-bottom: 2px solid #d02a17;
  display: inline-block;
}

.highlight-prod {
  border-bottom: unset !important;
}

.full-stop {
  color: #d02a17;
}

.about-details {
  font-size: 28px;
  color: #1e2238;
  font-weight: 700;
  max-width: 621px;
  margin-top: 30px;
}

.about-short-details {
  font-size: 16px;
  color: #1e2238;
  font-weight: 600;
  margin-top: 19px;
  max-width: 655px;
}

.about-left-section .thailand {
  color: #d02a17;
  font-weight: 700;
}

.inquire-btn {
  border: 2px solid #d02a17;
  border-radius: 999px;
  color: #d02a17;
  font-weight: 600;
  padding: 10px 25px;
  transition: all 0.3s ease;
  margin-top: 40px;
  background-color: transparent;
  text-decoration: none;
  display: inline-block;
}

.inquire-btn:hover {
  background-color: #d02a17;
  color: #fff;
}

/* Our Core offering  */

.our-core-offering2 {
  position: relative;
}

.our-core-offering2 .curve-arrow {
  position: absolute;
  top: 45%;
  left: 36%;
}

.our-core-offering {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.our-core-offering-title {
  font-size: 48px;
  font-weight: 700;
  margin: 0;
}

.offering-left {
  padding-top: 40px;
}

.our-core-offering-title .core {
  color: #1e2238;
}

.our-core-offering-title .offerings {
  background: linear-gradient(90deg, #d02a17, #680f05);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
}

.our-core-offering-title .offerings::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  height: 2px;
  width: 100%;
  background-color: #d02a17;
}

.section-line {
  flex-grow: 1;
  height: 1px;
  background-color: #d9d9d9;
  margin-left: 20px;
  margin-right: 20px;
}

.dots-wrapper {
  display: flex;
  gap: 10px;
}

.dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #d9d9d9;
}

/* Our core  offering machines  */

.section-title {
  color: #d02a17;
  font-weight: 700;
  font-size: 1.25rem;
}

.offering-wrapper {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 0;
  max-width: 1320px;
  width: 100%;
}

.machine-options-wrapper {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 26px;
}

.machine-tabs {
  display: flex;
  justify-content: space-between;
  border: 1px solid #d02a17;
  border-radius: 50px;
  padding: 13px 40px;
  color: #d02a17;
  font-size: 16px;
  font-weight: 700;
  background-color: transparent;
  text-transform: uppercase;
  width: 370px;
  height: 54px;
  background-image: url(../img/red-up-arrow.png);
  background-repeat: no-repeat;

  background-position: 302px;
  background-size: 28px;
}

.machine-tabs:hover {
  background-color: #d02a17;
  color: white;
  font-size: 16px;
  font-weight: 700;
  background-image: url(../img/arrow-white.png);
  background-repeat: no-repeat;

  background-position: 302px;
  background-size: 28px;
}

.red-up-arrow {
  width: 28px;
  height: 28px;
}

.category-btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 24px;
  border: 2px solid #b31b00;
  border-radius: 30px;
  margin-bottom: 15px;
  font-weight: 600;
  color: #b31b00;
  background-color: #fff;
  transition: all 0.3s ease;
}

.category-btn.active {
  background-color: #b31b00;
  color: #fff;
}

.category-btn svg {
  width: 18px;
  height: 18px;
  stroke: currentColor;
}

.offering-details {
  font-size: 14px;
  font-weight: 700;
  color: #1e2238;
  max-width: 437px;
}

.note {
  font-size: 12px;
  margin-top: 26px;
  /* max-width: 428px; */
  font-weight: 600;
  color: #727376;
}
.note span {
  color: #b31b00;
}

.machine-img {
  max-width: 756px;
  height: auto;
}

.offering-right-img .dozer2 {
  width: 100%;
}

@media (max-width: 991.97px) {
  .machine-options-wrapper {
    align-items: center;
    justify-content: center; 
  }
}

/* Industrial blades section css */

.industrial-blade-left {
  border: 1px solid #f6dddd;
  border-radius: 12px;
  transition: all 0.3s ease;
  background-color: #fff3f2;
  padding: 12px;
}
.industrial-blade-left:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.industrial-blade-right {
  border: 1px solid #f6dddd;
  border-radius: 12px;
  transition: all 0.3s ease;
  background-color: #fff3f2;
  padding: 12px;
}
.industrial-blade-right:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.industry-title {
  color: #d02a17;
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 0px;
}
/* .card-img-top {
  width: 100%;
  height: auto;
  object-fit: contain;
} */

.industrial-blade-title {
  background-color: white;
  /* padding: 18px 100px 38px 29px; */
  padding: 18px;
  border-radius: 12px;
  inset: 10px;
  border: 4px solid #fff3f1;
}

.industrial-blade-details {
  background-color: white;
  padding: 18px 20px 32px 20px;
  border-radius: 12px;
  inset: 10px;
  border: 4px solid #fff3f1;
  font-size: 14px;
  color: #1e2238;
  max-width: 576px;
  font-weight: 700;
}

.water-img-top {
  width: 85%;
  text-align: center;
  padding-left: 13px;
}

/* why choose us css  */

.why-choose-us-img {
  background-image: url("../img/why-choose-us-img.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 40px 0;
  /*margin-bottom: 40px;*/
  border-radius: 48px;
}

.why-choose-title-wrapper .choose-title {
  font-size: 48px;
  font-weight: 700;
  color: white;
  text-align: center;
}

/* .line2{
  width: 166px;
  height: 2px;
  color: white;
  
} */
.choose-detail-wrapper {
  width: 100%;
  /*max-width: 600px;*/
  margin: 0px auto;
  padding: 0px 30px;
}
.choose-detail-wrapper .choose-detail {
  font-size: 15px;
  font-weight: 500;
  color: white;
  text-align: center;
  margin-top: 40px;
}

.logo-white {
  text-align: center;
  margin-top: 15px;
}

/* Our Products certificates */
.our-products-and-services .prdservices-title {
  color: #1e2238;
  font-weight: 700;
  display: inline-block;
  font-size: 38px;
}
.our-products-and-services .prdservices-title span {
  background: linear-gradient(90deg, #d02a17, #680f05);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
  border-bottom: 2px solid #d02a17;
  display: inline-block;
}
.our-products-and-services .prdservices-subtext {
  margin-top: 10px;
  font-size: 16px;
  color: #1e2238;
  font-weight: 600;
}
.our-products-and-services .products-and-services-slider div img {
  width: 90%;
  height: auto;  
  margin: 0 auto;
}
.our-products-and-services .products-and-services-slider .slick-dots { bottom: -56px;}

.our-products-and-services .items {
  position: relative;
}
.our-products-and-services .slide-title {  
  position: absolute;
  top: 24px;
  left: 45%;
  color: white;
  font-size: 15px;
  font-weight: bold;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.7);
  text-transform: uppercase;
  transform: translateX(-50%);
}
.our-products-and-services .inner-suggestions {  
  position: absolute;
  bottom: 25px;
  left: 50%;
  color: white;
  font-size: 15px;
  font-weight: bold;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.7);
  text-transform: uppercase;
  transform: translateX(-50%);
  width: 50%;
  text-align: center;
  opacity: 0;
  
}
.inner-suggestions a {
  display: block;
  color: #fff;
  text-decoration: none;
  margin-bottom: 8px;
  /* background: #000; */
  background-color: rgba(0, 0, 0, 0.4);
  padding: 6px;
  border-radius: 4px;
}
.inner-suggestions a:hover { 
  background-color: #000;
  color: #fff;
  transition: 300ms ease-in;
}

.image-wrapper:hover .inner-suggestions {
  opacity: 1;
}


/* Project References certificates */
.project-references .prjref-title {
  color: #1e2238;
  font-weight: 700;
  display: inline-block;
  font-size: 38px;
}
.project-references .prjref-title span {
  background: linear-gradient(90deg, #d02a17, #680f05);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
  border-bottom: 2px solid #d02a17;
  display: inline-block;
}
.project-references .prjref-subtext {
  margin-top: 10px;
  font-size: 16px;
  color: #1e2238;
  font-weight: 600;
}
.project-references .prjref-category {
  color: #a6230f;
  font-weight: 700;
  border: 1.4px solid #a6230f;
  float: left;
  padding: 10px 38px;
  border-radius: 24px;
  margin-right: 10px;
  cursor: pointer;
  margin-bottom: 6px;
}
.project-references .prjref-category:hover {
  background: #a6230f;
  color: #fff;
}
.project-references .prjref-category.active {
  background: #a6230f;
  color: #fff;
}
.project-references .projectreferences-slider div img {
  width: 90%;
  height: auto;  
  margin: 0 auto;
}
.project-references .projectreferences-slider .slick-dots { bottom: -56px;}

.project-references .items {
  position: relative;
}
.project-references .pr-title {  
  position: absolute;
  bottom: 5px;
  left: 50%;
  color: white;
  font-size: 15px;
  font-weight: bold;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.7);
  text-transform: uppercase;
  transform: translateX(-50%);
}
.project-references .slick-prev::before, .project-references .slick-next::before { color: #a6230f; }

/* Business Partners certificates */
.business-partners .partner-title {
  color: #1e2238;
  font-weight: 700;
  display: inline-block;
  font-size: 38px;
}
.business-partners .partner-title span {
  background: linear-gradient(90deg, #d02a17, #680f05);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
  border-bottom: 2px solid #d02a17;
  display: inline-block;
}
.business-partners .partner-subtext {
  margin-top: 10px;
  font-size: 16px;
  color: #1e2238;
  font-weight: 600;
}
.business-partners .businesspartners-slider div img {
  width: 90%;
  height: auto;
}
.business-partners .businesspartners-slider .slick-dots { bottom: -56px;}

/* Our certificates */
.our-certificates { background-color: #f1f1f1;}
.our-certificates .cert-title {
  color: #1e2238;
  font-weight: 700;
  display: inline-block;
  font-size: 38px;
}
.our-certificates .cert-title span {
  background: linear-gradient(90deg, #d02a17, #680f05);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
  border-bottom: 2px solid #d02a17;
  display: inline-block;
}
.our-certificates .cert-subtext {
  margin-top: 10px;
  font-size: 16px;
  color: #1e2238;
  font-weight: 600;
}
.our-certificates .certificates-slider div img {
  width: 90%;
  height: auto;
}
.our-certificates .certificates-slider .slick-dots { bottom: -56px;}

/* Ready to start your project css  */

.inquiry-wrapper {
  background-image: url("../img/ready-bg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 40px 0;
}

.contact-us-cta {
  border: 1px solid #d02a17;
  border-radius: 999px;
  color: #d02a17;
  font-weight: 600;
  padding: 10px 25px;
  transition: all 0.3s ease;
  margin-top: 30px;
  background-color: transparent;
  text-decoration: none;
}

.contact-us-cta:hover {
  background-color: #d02a17;
  color: #fff;
}

/* media query starts here  */

.inquiry-title {
  font-size: 48px;
  font-weight: 800;
  color: #1e2238;
  text-align: center;
}

.inquiry-details {
  padding: 0 400px;
  text-align: center;
  margin-top: 30px;
  color: #1e2238;
  font-size: 15px;
  font-weight: 700;
}

.project-word {
  background: linear-gradient(90deg, #d02a17, #680f05);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* News and Blog Css  */
.newsBlogSectionMain {
  margin-bottom: 60px;
}

.newsBlogSectionTitle {
  margin-bottom: 60px;
}

.main-newsBlog-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: 80px;
}

.news-left-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}

.newsblog-title {
  font-size: 38px;
  font-weight: 800;
  color: #1e2238;
  text-align: center;
}

.blog-word {
  background: linear-gradient(90deg, #d02a17, #680f05);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-left: 12px;
  border-bottom: 2px solid #d02a17;
}

.blog-card {
  padding: 20px;
  width: auto;
  height: auto;
}

.large-blog-img {
  width: 100%;
  border-radius: 8px;
}
.sm-blog-img {
  width: 320px;
  height: auto;
}

.sm-blog-card-top {
  display: flex;
  gap: 24px;
}

.sm-blog-card-bottom {
  display: flex;
  gap: 24px;
}

.blog-card-main {
  display: flex;
  gap: 24px;
}

.blog-title-date {
  font-size: 14px;
  color: #9b9da9;
  margin-top: 1rem;
}

.blog-title a {
  font-weight: 700;
  font-size: 20px;
  color: #1e2238;
  margin-top: 12px;
  cursor: pointer;
  text-decoration: none;
}

.blog-title a:hover {
  color: #d02a17;
  transition: 0.3s ease-in;
}

.blog-desc {
  font-size: 15px;
  color: #1e2238;
  font-weight: 500;
  margin-top: 12px;
}

.blog-desc2 {
  max-width: 248px;
}

.right-blog-wrapper {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.badge {
  font-size: 14px;
  border-radius: 999px;
  padding: 5px 15px;
}
.badge-red {
  background-color: #f9f5ff;
  color: #d02a17;
}
.badge-gray {
  background-color: #eaeaea;
  color: #1e2238;
}
.read-more-icon {
  color: #d02a17;
  font-weight: bold;
}

.newsBlogSectionMain .view-all {
  border: 2px solid #d02a17;
  border-radius: 999px;
  color: #d02a17;
  font-weight: 600;
  padding: 10px 25px;
  transition: all 0.3s ease;
  margin-top: 40px;
  background-color: transparent;
  text-decoration: none;
  display: inline-block;
}
.newsBlogSectionMain .view-all:hover {
  background-color: #d02a17;
  color: #fff;
}

/* footer css  */

.footer-wrapper {
  padding-top: 60px;
  background-color: #f9e7e5;
  /* margin-top: 50px; */
}

.download-wrapper {
  border-bottom: 1px solid #1e2238;
  padding-bottom: 50px;
  margin-bottom: 50px;
}

.download-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  background-color: #d02a17;
  color: white;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 15px;
  border-radius: 50px;
  padding: 16px;
  cursor: pointer;
  text-decoration: none;
}

.download-btn:hover {
  background-color: #1e2238;
  color: white;
  transition: 0.3s ease-in;
}

.ft-details {
  font-size: 15px;
  color: #1e2238;
  /* font-weight: 700; */
  max-width: 390px;
}

.social-wrapper {
  display: flex;
  align-items: center;
  gap: 32px;
}

.social-icons a {
  color: #1e223880;
  margin-top: 30px;
}

.social-icons a:hover {
  color: #1e2238;
  cursor: pointer;
  transition: 0.3s ease-in;
}

.contact-main-wrapper {
  display: flex;
  gap: 120px;
  margin-top: 50px;
}

.company-title-all {
  color: #1e2238;
  font-size: 16px;
  font-weight: 800;
}

.company-menu-items {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 0;
  margin-top: 24px;
  font-size: 15px;
  /* font-weight: 700; */
}

.company-menu-items li {
  list-style: none;
}

.company-menu-items li a {
  text-decoration: none;
  color: #1e2238;
}

.company-menu-items li a:hover {
  text-decoration: none;
  color: #d02a17;
  transition: 0.3s ease-in;
}

.company-menu {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
}

.contact .call-items {
  display: flex;
  gap: 14px;
  align-items: center;
  margin-top: 24px;
  /* font-weight: 700; */
}

.contact .call-items a {
  color: #000;
}

.contact .address-items {
  display: flex;
  gap: 14px;
  align-items: start;
  margin-top: 24px;
}

.contact .company-address {
  max-width: 230px;
  /* font-weight: 700; */
  margin-top: -4px;
}

.copyright {
  background-color: #f4d9d4;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 10px;
  margin-top: 24px;
}

/* media query starts  */

@media (max-width: 1024px) {
  .curve-arrow {
    display: none;
  }
  .inquiry-details {
    padding: 0px 20px;
  }

  .choose-detail-wrapper .choose-detail {
    padding: 0px 20px;
  }

  .offering-right-img img {
    width: 100%;
  }

  .sm-blog-card-top,
  .sm-blog-card-bottom {
    flex-direction: column;
  }

  /* .blog-title-date {
    margin-top: 0;
  } */

  .sm-blog-card-bottom {
    margin-top: 24px;
  }
}

@media (max-width: 991.98px) {
  .menu-wrapper {
    margin-left: 0 !important;
  }

  .navbar-nav {
    gap: 20px;
  }
}

@media (max-width: 992px) {
  .hero {
    text-align: center;
    padding: 40px 20px;
  }

  .info-box {
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 768px) {
  .offering-wrapper {
    display: flex;
    flex-direction: column;
  }

  .right-blog-wrapper .blog-desc2 {
    max-width: 100%;
  }

  .sm-blog-img {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .curve-arrow {
    display: none;
  }

  .section-line,
  .dots-wrapper {
    display: none;
  }

  .industrial-blade-right {
    margin-top: 24px;
  }

  /*.why-choose-us-img {
    padding: 15px;
  }*/
  /*.choose-detail-wrapper .choose-detail,
  .inquiry-details {
    padding: 15px;
  }*/

  .sm-blog-card-top {
    margin-top: 32px;
  }
  .ft-details {
    max-width: 100%;
  }

  .footer-company-details {
    margin-bottom: 20px;
  }

  .offering-right-img img {
    width: 100%;
  }
}

@media (max-width: 425px) {
  .sm-blog-card-top,
  .sm-blog-card-bottom {
    flex-direction: column;
  }
  .sm-blog-card-bottom {
    margin-top: 24px;
  }

  .download-btn {
    margin-top: 24px;
  }

  .blog-title-date {
    /* margin-top: 0; */
  }

  /*.newsblog-title,
  .inquiry-title,
  .why-choose-title-wrapper .choose-title,
  .our-core-offering-title,
  .about-title {
    font-size: 32px;
  }*/
}

@media (max-width: 390px) {
  .machine-tabs {
    width: 100%;
    height: auto;
  }
}

@media (max-width: 375px) {
  .navbar-brand img {
    height: 45px;
    max-height: 45px;
  }
}

/* --- Custom Styles for Blog Cards --- */

.blog-section {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.blog-section .blog-header {
    margin-bottom: 2rem;
}

.blog-section .blog-card {
    transition: box-shadow 0.3s ease;
    border: none;
    border-radius: 0.5rem;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    background-color: #fff;
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 10px;
}

.blog-section .blog-card:hover {
    box-shadow: 0 0.75rem 1.25rem rgba(0, 0, 0, 0.1);
}

.blog-section .blog-card img {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
    object-fit: cover;
    height: 180px;
    width: 100%;
}

.blog-section .blog-card-body {
    padding: 1rem;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.blog-section .blog-card-title {
    font-size: 1.05rem;
    font-weight: 600;
    margin-bottom: 0.4rem;
    color: #343a40;
    text-decoration: none;
    line-height: 1.3;
}

.blog-section .blog-card-title:hover {
    color: #d02a17;
    transition: 0.3s ease-in;
    text-decoration: none;
}

.blog-section .blog-card-date {
    font-size: 0.8rem;
    color: #6c757d;
    margin-bottom: 0.6rem;
}

.blog-section .blog-card-excerpt {
    flex-grow: 1;
    font-size: 0.95rem;
    color: #495057;
    margin-bottom: 0.75rem;
    line-height: 1.5;
}

.blog-section .read-more-btn {
    display: inline-block;
    padding: 0.5rem 1rem;
    font-size: 0.9rem;
    font-weight: 700;
    color: #fff;
    background: linear-gradient(90deg, #d02a17, #680f05);
    border: none;
    border-radius: 0.375rem;
    transition: background-color 0.2s ease-in-out;
    text-decoration: none;
}

.blog-section .read-more-btn:hover,
.blog-section .read-more-btn:focus {
    background-color: #0056b3;
    color: #fff;
    text-decoration: none;
}


/* Pagination */
.pagination {
    margin: 40px 0;
}
.pagination ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-flex;
    gap: 6px;
    margin: 0px auto;
}
.pagination li a,
.pagination li span {
    display: block;
    padding: 8px 12px;
    color: #333;
    background-color: #f1f1f1;
    border: 1px solid #ccc;
    border-radius: 4px;
    text-decoration: none;
    transition: background 0.3s;
}
.pagination li a:hover {
    background-color: #ddd;
}
.pagination li span.current {
    background-color: #333;
    color: #fff;
    border-color: #333;
}

.banner-slider .banner-title img { display: inline-block;}

.nav-arrows {
  display: flex;
  gap: 10px;
}

.nav-arrows .nav-btn {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 2px solid #a6230f;
  color: #a6230f;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.25rem;
  cursor: pointer;
  transition: all 0.3s ease;
}

.nav-arrows .nav-btn:hover {
  background-color: #a6230f;
  color: #fff;
}

/* Slick Slider */

.slick-slider { 
  position: relative; 
  margin-bottom: 0px !important;
}

.slick-dots {
  position: absolute;
  /* bottom: 15px !important; */
  width: auto;
  /* padding: 10px 15px; */
  border-radius: 6px;
  display: inline-block;
  margin: 10px auto;
}


.slick-dots li {
  width: 20px !important;
  height: 6px !important;
}
.slick-dots li button {
  width: 20px !important;
  height: 6px !important;
  border-radius: 3px; 
  background-color: #FECBC7;
  opacity: 1 !important;
  transition: background-color 0.3s ease;
}


.slick-dots li button:before {
  content: "" !important;
  display: block;
  width: 100% !important;
  height: 100% !important;
  background-color: #FECBC7;
  opacity: 1 !important;
  border-radius: 3px;
  transition: background-color 0.3s ease;
}


.slick-dots li.slick-active {
  width: 40px !important;
  height: 6px !important;
}
.slick-dots li.slick-active button {
  width: 40px !important;
  height: 6px !important;
}
.slick-dots li.slick-active button:before {
  background-color: #d02a17; 
}

.slick-dots li {
  margin: 0 5px;
}

.inner-page-container ul {
  padding: 15px 0px;
}
.inner-page-container .page-title { 
  /* background: rgba(246, 248, 255, 1);  */
  /*background: linear-gradient(90deg, #D02A17 0%, #680F05 100%);*/
  padding-left: 56px;
  padding-right: 56px;
  padding-top: 20px;
  padding-bottom: 20px;

  width: 100%;
  /* aspect-ratio: 16 / 9; */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 292px;
  word-wrap: break-word;
}
.inner-page-container .page-title h1 { 
  /*color: #D02A17;*/
  color: #fff;
  font-size: 48px; 
  font-weight: 700; 
  margin: 0px; 
}
.inner-page-container .page-title p { 
  color: #fff;
  margin-top: 15px;
  width: 100%;
  max-width: 570px;  
}
.inner-page-container .page-content .container, .inner-page-container .page-content .container-fluid {
  padding-left: 56px;
  padding-right: 56px;
  padding-top: 20px;
  padding-bottom: 20px;
}
/*.inner-page-container .page-content h2 {
  font-size: 26px; 
  font-weight: 700;
  padding: 15px 0px;
  margin: 0px;
  color: #D02A17;
}*/
.inner-page-container .page-content h2 {
  color: #1e2238;
  font-weight: 700;
  display: block;
  font-size: 26px;
  margin-top: 15px;
}
.inner-page-container .page-content h2 span {
  background: linear-gradient(90deg, #d02a17, #680f05);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
  border-bottom: 2px solid #d02a17;
  display: inline-block;
}



.inner-page-container .page-content h3 {
  font-size: 20px; 
  font-weight: 700;
  padding: 5px 0px;
  margin: 0px;
}

/* Contact Form */

form.wpcf7-form {
  max-width: 600px;
  margin: 0 auto;
  padding: 10px 40px;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.06);
  font-family: 'Inter', sans-serif;
}

/* Input & Textarea */
form.wpcf7-form input[type="text"],
form.wpcf7-form input[type="email"],
form.wpcf7-form input[type="tel"],
form.wpcf7-form textarea {
  width: 100%;
  padding: 14px 18px;
  font-size: 16px;
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 12px;
  margin-bottom: 20px;
  transition: border-color 0.3s ease, background-color 0.3s ease;
}

form.wpcf7-form input:focus,
form.wpcf7-form textarea:focus {
  border-color: #aaa;
  background-color: #fff;
  outline: none;
}

/* Textarea specific */
form.wpcf7-form textarea {
  resize: none;
  height: 100px;
}

/* Submit Button */
form.wpcf7-form input[type="submit"] {
  display: inline-block;
  width: 100%;
  background-color: #222;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  padding: 14px 0;
  border: none;
  border-radius: 12px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

form.wpcf7-form input[type="submit"]:hover {
  background-color: #444;
}

/* Optional: Smooth placeholder style */
form.wpcf7-form ::placeholder {
  color: #999;
  opacity: 1;
  font-weight: 300;
}

/* Error + Validation Styling (optional) */
.wpcf7-form-control-wrap .wpcf7-not-valid {
  border-color: #e74c3c !important;
}

span.wpcf7-not-valid-tip {
  color: #e74c3c;
  font-size: 13px;
  margin-top: -15px;
  display: block;
}

div.wpcf7-response-output {
  margin-top: 20px;
  padding: 15px;
  border-radius: 12px;
  font-size: 15px;
}

div.wpcf7-mail-sent-ok {
  background-color: #e7f7ec;
  border: 1px solid #a3d9b1;
  color: #2d7a4c;
}

div.wpcf7-validation-errors {
  background-color: #fef2f2;
  border: 1px solid #e0b4b4;
  color: #b94a48;
}

.single-post .responsive-img {
  max-width: 100%;
  height: auto;
  width: auto;
  display: block;
}
.single-post .image-wrapper {
  width: 100%;
  overflow: hidden;
}

.single-project-reference .page-content p {
  font-size: 16px;
  color: #1e2238;
  font-weight: 700;
}
.single-project-reference .page-content .date-time {
  border-bottom: 1px solid #ccc;
  padding-bottom: 12px;
}

.sidebar h2 {
  background: linear-gradient(90deg, #d02a17, #680f05);
  color: #fff;
  font-size: 17px !important;
  padding-left: 19px !important;
  border-radius: 6px;
  margin-bottom: 10px !important;
}
.sidebar .related_posts .related_post_item { margin-bottom: 10px; }
.sidebar .related_posts .related_post_item h5 a { 
  font-size: 16px;
  color: #1e2238;
  font-weight: 700;
  text-decoration: none;
}
.sidebar .related_posts .related_post_item p { 
  font-size: 14px;
  color: #1e2238;
  font-weight: 700;
}

.single-product h2 {
  color: #1E2238;
}
/*.single-product h2 i {
  color: #d02a17;
}*/
.single-product .short-desc {
  font-size: 16px;
  font-weight: 700;
  color: #1E2238;
}
.single-product .btn-quotation {
  background: #D02A17;
  color: #fff;
  padding: 20px 38px;
  border-radius: 60px;
  text-decoration: none;
  font-weight: 700;
  font-size: 16px;
  display: inline-block;
  margin: 10px 0px;
}
.single-product .product-short-desc {
  font-size: 16px;
  font-weight: 700;
  color: #1E2238;
}
.single-product h3 {
  /*color: #D02A17;*/
  font-weight: 700;
  font-size: 26px;
}
.single-product .product-long-desc-title  {
  margin-top: 15px;
}
.single-product .product-long-desc-details ul li {
  font-size: 16px;
  font-weight: 700;
  color: #1E2238;
}
.single-product .product-long-desc-details span {
  font-size: 26px;
  font-weight: 700;
  color: #1E2238;
}
.single-product .product-video {
  border-top: 1px solid #ccc;
  margin-bottom: 15px;
}
.single-product .product-video iframe {
  width: 100%;
  max-width: 560px;
  height: 315px;
  border: 0;
}
.single-product .product-project-reference {
  border-top: 1px solid #ccc;
}
.single-product .product-project-reference .items {
  position: relative;
}
.single-product .product-project-reference img {
  width: 100%;
  height: auto;
  margin: 10px 0px;
}
.single-product .product-project-reference .pr-title {  
  position: absolute;
  color: #fff;
  top: 24px;
  left: 10%;
  font-size: 16px;
  font-weight: 900;
}

@media (max-width: 576px) {
  .cert-title {
    font-size: 2rem;
  }

  .cert-subtext {
    font-size: 1rem;
  }

  .nav-arrows {
    margin-top: 15px;
  }
}

.inner-page-container .water-section-bg {
  background: #EDFBFF;
}
.inner-page-container .air-section-bg {
  background: #F4F4F4;
}
.inner-page-container .energy-section-bg {
  background: #FFF4F3;
}
.inner-page-container .general-section-bg {
  background: #f6f6f6;
}

/* Animation styles */
.animate-from-left {
  opacity: 0;
  transform: translateX(-100px);
  transition: all 0.8s ease-out;
}

.animate-from-right {
  opacity: 0;
  transform: translateX(100px);
  transition: all 0.8s ease-out;
}

.animate-from-bottom {
  opacity: 0;
  transform: translateY(100px);
  transition: all 0.8s ease-out;
}

.animate-from-top {
  opacity: 0;
  transform: translateY(-100px);
  transition: all 0.8s ease-out;
}

.animate-from-left.animate-in,
.animate-from-right.animate-in,
.animate-from-bottom.animate-in,
.animate-from-top.animate-in {
  opacity: 1;
  transform: translateX(0) translateY(0);
}