/* generic css*/
html {
  padding: 0;
  margin: 0;
}

body {
  overflow-x: hidden;
  background: #fff;
  font-family: "Poppins", sans-serif;
  margin: 0;

}

a:hover,
a:focus {
  color: #29166f;
}

.overflow-body {
  overflow-x: visible !important;
}

.no-scroll {
  overflow-y: hidden;
}

html,
body {
  margin: 0;
}

button {
  margin: 0;
}

input::placeholder {
  font-family: "Urbanist", serif;
}

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

svg {
  z-index: 1;
}

a {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  text-decoration: none;
  transition: transform 0.3s ease;
  cursor: pointer;
  display: inline-block;
  color: #29166e;
}

button {
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  text-decoration: none;
  transition: transform 0.3s ease;
  cursor: pointer;
  display: inline-block;
  color: #29166e;
}

h1,
h2 {
  font-weight: 400;
}

h2 {
  font-size: 26px;
  color: #0c202d;
}

h1 {
  font-size: 36px;
  line-height: 60px;
  color: #0c202d;
}

.hero-slider-item h2 {
  font-family: "Poppins", sans-serif !important;
}

h3,
h4,
h5 {
  font-size: 24px;
  line-height: normal;
  color: #0c202d;
  font-weight: 400;
  margin: 0;
}

h5 {
  font-size: 16px;
}

p {
  line-height: 26px;
  font-size: 14px;
  font-weight: 400;
  font-family: 'Roboto', sans-serif;
  margin: 0;
  color: #5e646a;
  font-weight: 400;
  letter-spacing: 0.5px;
}

fieldset {
  border: none;
  padding: 0px;
  margin: 0;
}

ol,
ul,
li {
  list-style: none;
  margin: 0;
}

img {
  display: block;
  object-fit: cover;
  margin: 0;
}

.flx-row {
  display: flex;
}

.flx-column {
  display: flex;
  flex-direction: column;
}

.flx-space-between {
  justify-content: space-between;
}

.flx-center-align {
  align-items: center;
}

.flx-stretch-align {
  align-items: stretch;
}

.flx-algn-strt {
  align-items: start;
}

.flx-just-cntr {
  justify-content: center;
}

.flx-wrap {
  flex-wrap: wrap;
}

.about-us-sec,
.our-services,
.norther-sec,
.executive-body,
.projects-gallery,
.dots-sec-about,
.why-chos-sec,
.our-clients-sec,
.quality-sec,
.about-precast-section,
.latest-construction-sec,
.number-step-sec,
.purpose-offer-sec,
.contact-sec,
.bricks-sec,
.all-testimonial-sec,
.all-precst-products-imgs,
.itet-sec,
.construction-expireince-sec,
.pre-cast-intro-sec,
.buildig-sec,
.all-industries-sec,
.tabing-pre-cast-sec,
.single-contact-sec,
.head-office-sec,
.about-industrial-building-sec,
.group-vision-sec,
.construction-need-sec,
.our-blog-slider-sec,
.group-mission-sec {
  padding: 60px 0;
}
.pre-loader-wrapper {
    position: fixed; 
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #ffffff; 
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999; 
}
.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
#header .container,.site-footer .container {
	 max-width: 1340px;
}
.animate-img {
  overflow: hidden;
  display: inline-block;
  border-radius: 20px;
}

.animate-img img {
  filter: blur(10px);
  transform: scale(1.2);
  transition: filter 1s ease-in-out, transform 1s ease-in-out;
  width: 100%;
}

.animate-img img.in-view {
  filter: blur(0);
  transform: scale(1);
}

#header {
  position: fixed;
  width: 100%;
  top: 0;
  background-color: #fff;
  transition: background-color 0.3s ease-in-out;
  z-index: 100;
  left: 0px;
  right: 0px;
 box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}

.top-header {
  background-color: #292929;
  padding: 10px 0;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}

.top-header.hide {
  display: none;
}

.top-header.show {
  display: block;
}

.top-header-content a {
  font-size: 14px;
  color: #fff;
  font-weight: 400;
  letter-spacing: 0.5px;
}

.top-header-content a:hover {
  opacity: .7;
}

.top-links {
  gap: 8px;
}

.top-links i {
  color: #fff;
  font-size: 18px;
}

.social-box a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  background-color: #1877F2;
  color: #fff;
  border-radius: 50%;
  font-size: 16px;
  text-decoration: none;
  transition: transform 0.3s ease, background 0.3s ease;
}

.social-box a:hover {
  background-color: #0d65d9;
  transform: scale(1.2);
}

.social-icons-box {
  min-width: 150px;
  display: flex;
  justify-content: end;
  align-items: center;
}

.site-logo {
  transition: transform 0.3s ease, background 0.3s ease;
	    line-height: 0;
}

.site-logo img {
  width: 114px;
  height: 60px;
  object-fit: contain;
}

.site-logo:hover {
  transform: scale(1.1);
}

.header-menu ul li a {
  line-height: normal;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  color: #222222;
}

.bottom-header {
  padding: 5px 0;
}

.header-menu ul {
  gap: 30px;
}

.header-menu ul li a:hover {
  color: #29166e;
}

.desktop-only {
  display: block;
}

.mobile-only {
  display: none;
}

#mobileMenu {
  display: none;
  background-color: #0c032c;
  padding: 15px;
  border-top: 1px solid #ddd;
  height: 100vh;
}

#mobileMenu.active-menu {
  display: block;
}

.mobile-nav-links {
  list-style: none;
  padding: 0;
  margin: 20px 0 0 0;
}

.mobile-nav-links li {
  margin: 10px 0;
}

.mobile-nav-links a {
  text-decoration: none;
  color: #333;
  font-weight: 500;
}

.top-header-mobile {
  margin-bottom: 15px;
}

.top-header-mobile .top-links {
  margin: 5px 0;
}



.contact-btn a {
  background-color: #fff;
  color: #29166e;
  font-size: 15px;
  padding: 8px 10px;
  border-radius: 3px;
   border: 1px solid #29166e;
}

.contact-btn a:hover {
  border-color: #29166e;
  color: #fff;
  background-color: #29166e;
}

.hero-slider-item {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 100vh;
}

.hero-heading h2 {
  font-size: 28px;
    line-height: normal;
  text-transform: uppercase;
  color: #fff;
  font-weight: 400;
  z-index: 1;
  position: relative;
}

.hero-slider-item {
  padding-top: 250px;
  padding-bottom: 80px;
}

.hero-slider-item {
  position: relative;
}

.hero-slider-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.hero-sec-btn {
  margin-top: 30px;
}

.hero-sec-btn a {
  position: relative;
  z-index: 1;
  background-color: transparent;
  color: #fff;
  font-size: 15px;
  padding: 8px 10px;
  border-radius: 3px;
  border: 1px solid #fff;
}

.hero-sec-btn a:hover {
  border-color: #29166e;
  color: #29166e;
  background-color: #fff;
}

.hero-slider-item-content {
  position: relative;
}

.hwt_dec {
  position: absolute;
  left: -30px;
  width: 370px;
  top: 0px;
  bottom: -30px;
  background: rgba(0, 0, 0, 0.4);
  z-index: 0;
}

.hwt_dec:before {
  content: "";
  position: absolute;
  bottom: -2px;
  right: -2px;
  width: 80px;
  height: 80px;
  border-right: 1px solid rgba(255, 255, 255, 0.4);
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

.hero-sec-slide-detail p {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  position: relative;
  z-index: 1;
  margin-top: 30px;
}

.hero-heading.hero-sec-heading h2 {
  font-size: 26px;
}

.hero-heading span {
  background-color: #29166e;
  padding: 0 10px;
}

.first-heading span {
  display: inline-block;
}

/* Style the Owl Carousel navigation arrows */
.hero-slider .owl-nav button {
  color: white !important;
  /* White color */
  font-size: 32px !important;
  /* Increase font size */
  font-weight: bold;
  background: rgba(0, 0, 0, 0.5) !important;
  /* Semi-transparent background */
  border-radius: 50%;
  /* Circular buttons */
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 90vh;
  /* Position at 90% of viewport height */
  transform: translateY(-50%);
  /* Adjust for centering */
  cursor: pointer;
}



/* Right arrow positioning */
.hero-slider .owl-nav .owl-next {
  right: 30px;
  /* 30px gap from the right */
}

.hero-slider .owl-nav .owl-prev {
  right: 180px;
}

/* Hover effect for arrows */
.hero-slider .owl-nav button:hover {
  background: rgba(255, 255, 255, 0.3) !important;
  color: black !important;
}

.pause-btn {
  position: absolute;
  /* bottom: 45px; */
  right: 40px;
  transform: translateX(-50%);
  background: rgba(0, 0, 0, 0.7);
  color: white;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  font-size: 16px;
  cursor: pointer;
	height:50px;
    width: 90px;
    z-index: 2;
       top: 85vh;
}

.pause-btn:hover {
  background: rgba(0, 0, 0, 0.9);
}



.hero-slider-wrapper {
  position: relative;
}

/* Loader Container */
.loader-container {
  position: absolute;
  top: 150px;
  right: 10px;
  transform: translateX(-50%);
  z-index: 2;
}

/* SVG Circle (Loader) */
.progress-ring {
  transform: rotate(-90deg);
  /* Starts from the top */
}

.loader-circle {
  fill: none;
  stroke: #ffffff;
  stroke-width: 4;
  stroke-dasharray: 157;
  /* Total circumference (2πr) */
  stroke-dashoffset: 157;
  /* Initially hidden */
  transition: stroke-dashoffset 3s linear;
  /* Syncs with slide duration */
}

/* Animation: Circle fills up over 3 seconds */
@keyframes fillUp {
  0% {
    stroke-dashoffset: 157;
  }

  /* Empty */
  100% {
    stroke-dashoffset: 0;
  }

  /* Fully filled */
}

.underline-heading {
  font-weight: 400;
  color: #292929;
  position: relative;
  width: fit-content;
}

.about-all-content p {
  margin-top: 30px;
}

.left-about {
  width: 100%;
  max-width: 47%;
}

.right-about {
  width: 100%;
  max-width: 40%;
}

.right-about img {
  width: 100%;
  z-index: 1;
  position: relative;
}

.underline-heading:before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 30%;
  height: 3px;
  background-color: #292929;
}

.right-about {
  position: relative;
}

.below-bg {
  position: absolute;
  z-index: 0;
  top: -20px;
  background-color: #29166e;
  width: 60%;
  height: 300px;
  left: -20px;
}

.serices-heading h2 {
  margin: 0 auto;
}

.our-services {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.flip-boxes {
  display: grid;
  gap: 20px;
  margin-top: 60px;
  grid-template-columns: repeat(1, 1fr);
}

.flip-box {
  position: relative;
  width: 100%;
  min-height: 250px;
  border-radius: 16px;
  cursor: pointer;
  overflow: hidden;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
  background-color: #fff;
  backdrop-filter: blur(8px);
  transform-style: preserve-3d;
  transition: transform 0.4s ease;

  .front,
  .back {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 30px;
    border-radius: 16px;
    transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    will-change: transform, opacity;
  }

  .front {
    z-index: 2;
    background: #ffffff;
    opacity: 1;
    transform: translateY(0px) scale(1);
    box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
  }

  .back {
    z-index: 1;
	   background-size: cover !important;         
  background-repeat: no-repeat !important;
  background-position: center center;
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(20px);
    opacity: 0;
    transform: translateY(30px) scale(1.05);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.1);
  }

  &:hover {
    .front {
      opacity: 0;
      transform: translateY(-20px) scale(0.96);
      box-shadow: inset 0 -20px 40px rgba(0, 0, 0, 0.05);
    }

    .back {
      opacity: 1;
      transform: translateY(0px) scale(1);
      z-index: 3;
    }
  }
}
.back .content,
.front .content {
  transition: transform 0.6s ease, opacity 0.4s ease;
}

.flip-box:hover .back .content {
  transform: translateY(0);
  opacity: 1;
}

.flip-box .back .content {
  transform: translateY(10px);
  opacity: 0.8;
}




.front h2 {
  line-height: normal;
  font-size: 1.2em;
  min-height: 50px;
  font-weight: 400;
}

.front p {
  font-size: 14px;
  line-height: 23px;
  margin-top: 30px;
}

.back-btn {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.back-btn a {
  position: relative;
  z-index: 1;
  background-color: #29166e;
  color: #fff;
  font-size: 15px;
  padding: 12px 24px;
  border-radius: 3px;
  border: 1px solid transparent;
}

.back-btn a:hover {
  border-color: #29166e;
  color: #29166e;
  background-color: #fff;
}

.executive-single {
  width: 100%;
  max-width: 31%;
}

.executive-heading h2 {
  margin: 0 auto;
}

.executive-single img {
  width: 100%;
  object-fit: cover;
  border-radius: 20px;
  height: 200px;
	object-position: top;
}

.executive-body-wrapper {
  margin-top: 40px;
  flex-wrap: wrap;
  gap: 40px;
}

.body-image {
  width: 100%;
}

.body-image img {
  margin-bottom: 10px;
}

.executive-single h3 {
  font-size: 16px;
	    font-weight: 600;
  line-height: normal;
  text-align: start;
}

.executive-single h4 {
    font-size: 16px !important;
    margin: 10px 0 20px 0;
}

.hero-canvas-wrap {
  position: relative;
  width: 100%;
  height: 200px;
  overflow: hidden;
}

#particles-js {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  /* or any other background you want */
}

.section-title.st-st7:before {
  content: "";
  position: absolute;
  left: 10px;
  top: 50%;
  width: 30px;
  height: 1px;
  z-index: 2;
  background: aqua;
}

.section-title.st-st7 {
  padding: 15px;
  padding-left: 60px;
}

.section-title {
  width: 100%;
  position: relative;
}

.section-title.st-st7 .sec-title {
  font-size: 20px;
  font-weight: 400;
  padding-bottom: 0;
  position: relative;
  z-index: 2;
  margin-bottom: 0;
  line-height: 1.3;
  color: #FFF;
  text-align: left;
}

.dots-box {
  width: 100%;
  max-width: 70%;
  position: relative;
}


.read-us-text.section-title.st-left.st-st7 {
  position: absolute;
  z-index: 2;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  background: #202020;
}

section.dots-sec-about {
  background-color: #f0f0f0;
  border-radius: 20px;
}

.dots-read-us-btn {
  width: 100%;
  max-width: 30%;
  background-color: #071016;
}

.dots-read-us-btn {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.left-chose-img {
  width: 100%;
  max-width: 44%;
}

.why-chose-points {
  width: 100%;
  max-width: 50%;
}

.left-chose-img {
  position: relative;
}

.chose-img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 400px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  position: relative;
  z-index: 1;
  float: right;
  width: 95%;
}

.chose-bg.left-border {
  position: absolute;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  top: -30px;
  left: 0;
  width: 50%;
  height: 430px;
  background-color: #29166e;
  z-index: 0;
}

.success-rate {
  position: absolute;
  top: 50%;
  right: -20px;
  transform: translateY(-50%);
  background-color: #fff;
  padding: 20px;
  border-radius: 8px;
}

.success-rate p {
 color: #000;
    font-size: 14px;
    text-align: center;
    font-weight: 700;
}



.progress-container {
  position: relative;
  width: 120px;
  height: 120px;
}

.progress-circle {
  width: 100%;
  height: 100%;
  transform: rotate(-90deg);
}

.progress-circle circle {
  fill: none;
  stroke-width: 5 !important;
  stroke-linecap: round;
}

.progress-background {
  stroke: #ddd;
}

.progress-bar {
  stroke: #4caf50;
  stroke-dasharray: 314;
  /* 2 * π * 50 (radius) */
  stroke-dashoffset: 314;
  transition: stroke-dashoffset 1.5s ease;
}

.progress-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 18px;
  font-weight: bold;
}

.et_pb_module_header {
  padding-right: 85px;
  width: fit-content;
  position: relative;
}

.et_pb_module_header {
  font-weight: 500;
  color: #1c1c1c77;
  text-transform: uppercase;
  font-size: 24px;
  line-height: 28px;
}

.et_pb_module_header:before {
  top: 60%;
  width: 70px;
  content: "";
  height: 2px;
  right: 0;
  position: absolute;
  background: #29166e;
  display: inline-block;
  box-sizing: border-box;
  box-sizing: border-box;
}

.why-chose-heading h5 {
  margin: 30px 0;
  font-size: 28px;
  font-weight: 500;
}

.why-chose-all-points {
  margin-top: 20px;
}

.why-point {
  padding: 20px 0px 20px 20px;
  border-bottom: 1px solid #d9d9d9;
}

.why-left-icon img {
  width: 50px;
  height: 50px;
  object-fit: contain;
}

.why-left-icon {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.why-point {
  gap: 30px;
  border-radius: 20px;
  cursor: pointer;
}

.why-point:hover p,
.why-point:hover h5 {
  color: #fff;
}

.why-point:hover img {
  filter: invert(1) brightness(1000%);
}



.why-point:hover {
  background-color: #29166e;
}

.why-chose-point-description {
  border-left: 1px solid #d9d9d9;
  padding-left: 30px;
}

.center-heading {
  margin: 0 auto;
}
.single-blog-item {
    transition: box-shadow 0.3s ease, transform 0.3s ease;
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
	  padding: 16px;
	overflow: hidden;
	background: #fff;
	margin:10px;
  border-radius: 12px;
}
.single-blog-item:hover {
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.12);
    transform: translateY(-4px);
}
.our-clients-sec {
  padding-top: 0 !important;
  border-radius: 20px;
}

.all-our-clinets-wrapper {
  margin-top: 60px;
  cursor: pointer;
}

.clients img {
  height: auto;
  width: 200px;
  object-fit: contain;
}

.our-all-clients {
  background: #fff;
  padding: 20px 0;
}

.clients-wrapper {
  display: flex;
}

.clients {
  flex: 0 0 auto;
  margin: 0 15px;
  /* Adjust spacing */
}

.clients img {
  max-height: 80px;
  /* Adjust size */
  display: block;
}



.clients {
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15),
    0px 2px 4px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 10px;
  background: white;
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  margin: 15px;
	height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;

}

/* Hover Effect */
.clients:hover {
  transform: scale(1.05);
  box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.25);
}

.quality-sec {
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 1;
  position: relative;
}

.quality-sec::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  /* Adjust opacity (0.5 for light black effect) */
  z-index: -1;
  /* Ensures it stays behind content */
}

.quality-sec h2 {
  color: #fff;
  font-size: 28px;
  text-align: center;
  width: 70%;
  margin: 0 auto;
}

.quality-sec p {
  color: #fff;
  text-align: center;
  width: 70%;
  margin: 20px auto;
  font-size: 18px;
  line-height: 32px;
}

.cntr-btn {
  width: fit-content;
  margin: 0 auto;
}

.contact-sec {
     background: #efefef;
}

.contact-left,
.contact-right {
  width: 100%;
  max-width: 50%;
}

.contact-us-wrapper h2 {
  margin-bottom: 40px;
}

.contact-left p {
  width: 90%;
}

.contact-form-box {
  padding: 20px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.row {
  display: flex;
  gap: 10px;
}

.column {
  width: 50%;
}

input,
textarea {
  width: 100%;
  padding: 10px;
  margin: 5px 0;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-family: "Poppins", sans-serif !important;
}

textarea {
  resize: none;
  height: 150px;
}

.submit-btn {
  background-color: #29166e;
  color: #fff;
  font-size: 15px;
  padding: 12px 24px;
  border-radius: 3px;
  border: 1px solid transparent;
  cursor: pointer;
}

.submit-btn:hover {
  border-color: #29166e;
  color: #29166e;
  background-color: #fff;
}

.contact-way-img img {
  width: 30px;
  height: 30px;
  object-fit: contain;
}

.contact-box.flx-row {
  gap: 30px;
  align-items: center;
  margin-top: 30px;
}



.contact-content h6 {
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  text-decoration: none;
  transition: transform 0.3s ease;
  color: #29166e;
}

.contact-content {
  padding-left: 20px;
  border-left: 1px solid #d9d9d9;
}

.contact-box.flx-row {
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 10px;
  width: 90%;
}

.contact-box.flx-row:hover img {
  transform: scale(1.3);
  transition: transform 0.3s ease-in-out;
}

.site-footer {
  padding-top: 40px;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.footer-about {
  width: 100%;
  max-width: 20%;
}

.site-footer h2 {
  font-size: 18px;
}

.site-footer h2,
.site-footer p,
.site-footer a {
  color: #fff !important;
}

.footer-about p {
  margin-bottom: 30px;
}

.fit-width {
  width: fit-content;
}

.site-footer .contact-box.flx-row {
  margin-top: 0;
  padding-left: 0;
}

.site-footer .contact-content h6,
.site-footer .contact-content h5 {
  color: #fff;
}

.site-footer .contact-content h6,
.site-footer a {
  color: #fff;
  font-size: 14px;
}

.site-footer .contact-content h5 {
  margin-bottom: 0px;
  font-size: 16px;
}

.site-footer .contact-way-img img {
  filter: invert(1) brightness(1000%);
}

.site-footer .underline-heading:before {
  background-color: #fff;
}

.site-footer .contact-box.flx-row {
  padding: 0;
  padding-bottom: 10px;
}

.site-footer h2 {
  margin-bottom: 30px;
}

.footer-quicknav ul {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.site-footer a:hover {
  opacity: .9;
  transform: scale(1.1);
  transition: transform 0.3s ease-in-out;
}

.footer-bottom {
  margin-top: 30px;
}

.footer-bottom {
  position: relative;
  padding: 20px 0;
}
.site-footer{
	 position: relative;
}
 .site-footer::before {
	 content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1;
}
.footer-all-content {
    position: relative;
    z-index: 2;
}
.footer-bottom::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  z-index: 1;
}

.bottom-content.flx-row.flx-space-between.flx-center-align {
  position: relative;
  z-index: 2;
}


.others-banner {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 110vh;
  position: relative;
  clip-path: polygon(0 0, 100% 0, 100% 80%, 50% 100%, 0 80%);
}

.others-banner::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(8 8 8 / 40%);
  z-index: 0;
}
.others-banner .underline-heading:before{
	    background-color: #fff;
}
.other-banner-content {
  padding-top: 40vh;
  position: relative;
  z-index: 1;
}

.other-banner-content p {
  font-weight: 600;
  font-size: 20px;
	color:#fff;
  width: 70%;
  line-height: 34px;
}

.other-banner-content h1 {
  margin-bottom: 40px;
  width: fit-content;
	    color: #fff !important;
}

.left-brick-img {
  width: 100%;
  max-width: 48%;
}

.left-brick-img img {
  width: 100%;
  border-radius: 20px;
  max-width: 100%;
  height: 420px;
  object-fit: cover;
}

.brick-left-content {
  width: 100%;
  max-width: 48%;
}

.brick-left-content h3 {
  margin-bottom: 40px;
}

.brick-left-content p {
  margin-bottom: 10px;
}

.nav-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 24px;
  width: 40px;
  height: 40px;
  line-height: 38px;
  text-align: center;
  border-radius: 50%;
  cursor: pointer;
  z-index: 1000;
  transition: all 0.3s ease;
  user-select: none;
}

.prev-slide {
  left: 0px;
}

.next-slide {
  right: 0px;
}

.nav-btn:hover {
  background-color: #0c202d;
  color: #fff;
}

.buildings-slider-wrapper {
  max-width: 1440px;
  margin: 0 auto;
  overflow: hidden;
  perspective: 1440px;
}

.buildings-slider img {
  height: 350px;
  border-radius: 20px;
  object-fit: cover;
}

.buildig-sec {
  background-color: #f3f3f3;
}

.why-chose-point-description h5 {
  font-family: "Poppins", sans-serif !important;
}

.top-heading-content {
  margin-bottom: 60px;
}

.top-heading-content h2 {
  margin-bottom: 40px;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
}

.top-heading-content p {
  margin-bottom: 20px;
  text-align: center;
}

.buildings-slider .owl-item {
  transition: transform 0.5s ease;
}

.buildings-slider .owl-item {
  transform: scale(0.7);
}

.buildings-slider .owl-item.center {
  transform: scale(1.5);
  z-index: 2;
}




/* Dark overlay */
.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  display: none;
  z-index: 999;
}

/* Popup container */
.detail-pop-up-box {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 600px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
  z-index: 1000;
  display: none;
  overflow: hidden;
  animation: fadeIn 0.3s ease-out;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: scale(0.95) translate(-50%, -50%);
  }

  to {
    opacity: 1;
    transform: scale(1) translate(-50%, -50%);
  }
}

.detail-pop-up {
  padding: 30px;
  text-align: center;
  position: relative;
}

.close-popup {
  position: absolute;
  top: 15px;
  right: 20px;
  font-size: 28px;
  color: #666;
  cursor: pointer;
  font-weight: bold;
}

.person-img img {
  width: 120px;
  height: 120px;
  object-fit: cover;
  margin: auto;
  border-radius: 50%;
  margin-bottom: 20px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.person-details h2 {
      font-size: 20px !important;
    color: #222 !important;
    margin-bottom: 5px;
}

.person-details h3 {
  font-size: 14px;
  color: #666;
  margin-bottom: 15px;
}

.person-details p {
  font-size: 14px;
  color: #555 !important;
  line-height: 1.6;
}

/* Disable scroll on body when popup is open */
.popup-open-body {
  overflow: hidden;
}

.executive-single {
  cursor: pointer;
}

.executive-single p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-align: justify;
  text-overflow: ellipsis;
}

.executive-single {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  padding: 20px;
  text-align: center;
  transition: all 0.3s ease;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}

.executive-single:hover {
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
}

.left-text-content {
  width: 100%;
  max-width: 50%;
}

.left-text-content h2 {
  margin-bottom: 40px;
}

.left-text-content h4 {
 font-size: 14px;
    margin-bottom: 20px;
}

.blue-box a,
.white-box a {
      padding: 12px;
    font-size: 16px;
    margin-top: 20px;
  width: 100%;
  transition: all 0.35s ease-in-out;
  text-align: center;
}

.blue-box a {
  background-color: #29166e;
  color: #fff;
  border: 3px solid #29166e;
}

.blue-box a:hover {
  background-color: #fff;
  border-color: #29166e;
  color: #29166e;
}

.white-box a {
  background-color: #fff;
  color: #29166e;
  border: 3px solid #29166e;
}

.white-box a:hover {
  background-color: #29166e;
  border-color: #29166e;
  color: #fff;
}

.left-image {
  width: 100%;
  max-width: 47%;
}

.right-det-content {
  width: 100%;
  max-width: 46%;
}

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

.right-det-content h2 {
  margin-bottom: 40px;
}

.left-image img {
  width: 100%;
  max-width: 100%;
  object-fit: cover;
  height: 450px;
  border-radius: 20px;
}

.group-vision-sec {
  background-color: #0c032c;
}

.group-vision-sec h2,
.group-vision-sec p {
  color: #fff;
}

.group-vision-sec .underline-heading:before {
  background-color: #fff;
}

.group-txt {
  margin-bottom: 30px;
}

.right-det-content .contact-btn {
  margin-top: 30px;
}

.about-learn-more {
  margin-top: 10px;
  display: flex;
}

button.about-learn-more {
  background: none;
      border: 2px solid #29166e;
}

.head-office-all-content-wrapper {
  margin-top: 30px;
  align-items: center;
}

.executive-single h5 {
  text-align: start;
  margin-bottom: 20px;
  min-height: 22px;
}

.head-office-team-slider {
  width: 100%;
}
.head-office-team-slider {
  display: grid;
  grid-template-columns: repeat(1, 1fr); /* mobile default */
  gap: 20px;
}
.head-office-team-slider .executive-single {
  width: 100%;
  max-width: 100%;
}
.executive-single {
    border-radius: 12px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08); 
    transition: box-shadow 0.3s ease, transform 0.3s ease;
}

/* Optional: subtle hover effect */
.executive-single:hover {
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.12);
    transform: translateY(-4px);
}


.single-contact-sec {
  background-color: #84b6f51f;
}

.blu-line {
  width: 40px;
  height: 2px;
  background-color: #0c202d;
}

.get-in-touch {
  gap: 10px;
  align-items: end;
}

.single-contact-sec h2 {
  margin: 30px auto;
  text-align: center;
}

.single-contact-sec p {
  width: 70%;
  text-align: center;
  margin: 0 auto;
}

.construction-need-left {
  width: 100%;
  max-width: 55%;
}

.construction-need-right-img {
  width: 100%;
  max-width: 40%;
}

.construction-need-left h4 {
  font-size: 24px;
  color: #1c1c1c77;
}

.construction-need-left h5 {
  font-family: 'Roboto', sans-serif !important;
  line-height: 30px;
  margin-bottom: 20px;
}

.construction-need-left h2 {
      margin: 20px 0 30px 0;
}

.bottom-two-links {
  flex-wrap: wrap;
  margin: 20px 0;
}

.all-contact-box {
  display: flex;
  align-items: center;
  background-color: #f9f9f9;
  padding: 10px;
  border-radius: 10px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
  width: 48%;
}

.icon-circle {
  min-width: 40px;
  height: 40px;
  background-color: #29166e;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
}

.icon-circle i {
  color: white;
}

.contact-info-boxes p {
  margin: 0;
  font-size: 14px;
  color: #333;
}

.contact-info-boxes a {
  font-size: 14px;
  font-weight: 600;
  color: #29166e;
}

.quote-now-btn a {
  font-size: 15px;
  background-color: #fff;
  color: #29166e;
  padding: 10px 12px;
  border-radius: 3px;
  border: 1px solid #29166e;
}

.quote-now-btn a:hover {
  color: #fff;
  background-color: #29166e;
  border-color: #29166e;
}

.construction-need-right-img img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  border-radius: 20px;
}


.stats-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
  padding: 50px 20px;
}

.counter-box {
  padding: 20px;
  border-radius: 12px;
  text-align: center;
  width: 220px;
}

.counter-box img {
  width: 60px;
  height: 60px;
  margin: 0 auto;
  margin-bottom: 10px;
}

.counter {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 5px;
}

.counter-box p {
  font-size: 16px;
  color: #fff;
  width: 100%;
  margin: 0;
  line-height: normal;
}

.site-button {
  font-size: 15px;
  background-color: #fff;
  color: #29166e;
  padding: 10px 12px;
  border-radius: 3px;
  border: 1px solid #29166e;
}

.site-button:hover {
  color: #fff;
  background-color:#29166e;
  border-color: #29166e;
}
.construction-page-slider .single-blog-item h3{
	min-height:unset !important;
}
.our-blog-slider-sec h4 {
  font-size: 24px !important;
  color: #1c1c1c77;
  margin-bottom: 20px;
}

.top-blog-slider-heading {
  margin-bottom: 60px;
}

.single-blog-item img {
  width: 100%;
  object-fit: cover;
  height: 200px;
}
.our-blogs-slider {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px; 
}
.single-blog-item h3 {
     min-height: 45px;
    margin-top: 10px;
    font-size: 14px;
}


.our-blogs-slider .owl-nav {
  position: absolute;
  bottom: -80px;
  left: 0;
  width: 100%;
  display: flex;
  gap: 40px;
  justify-content: center;
  pointer-events: none;
  /* prevent overlap blocking clicks */
}

.our-blogs-slider .owl-nav span {
  color: #29166e;
  font-size: 40px;
  font-weight: bold;
  cursor: pointer;
  pointer-events: auto;
  border: none !important;
}

.our-blogs-slider .owl-nav span:hover {
  opacity: .8;
}

.our-blogs-slider {
  position: relative;
}

.left-pre-intro-img {
  width: 100%;
  max-width: 55%;
}

.right-pre-intro-content {
  width: 100%;
  max-width: 40%;
}

.left-pre-intro-img img {
  height: 500px;
  width: 100%;
  border-radius: 20px;
}

.right-pre-intro-content h2 {
  margin-bottom: 30px;
}

.right-pre-intro-content a {
  margin-top: 30px;
}

.welcome-sec {
  padding-top: 50px;
}

.top-blog-slider-heading {
  margin-top: 40px;
  align-items: end;
}

.top-blog-slider-heading h2 {
  width: 40%;
}

.right-det-content a.see-construction {
  margin-top: 40px;
}

.left-const-expi-text {
  width: 100%;
  max-width: 48%;
}

.left-const-expi-text h2 {
  margin-bottom: 40px;
}

.right-constr-exp-imgs {
  width: 100%;
  max-width: 48%;
}

.right-constr-exp-imgs {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
  padding: 20px;
}

.right-constr-exp-imgs img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 10px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* Varying image heights to mimic masonry effect */
.right-constr-exp-imgs img:nth-child(1) {
  grid-row: span 2;
  height: 100%;
  max-height: 400px;
}

.right-constr-exp-imgs img:nth-child(2) {
  max-height: 180px;
}

.right-constr-exp-imgs img:nth-child(3) {
  max-height: 250px;
}

.right-constr-exp-imgs img:nth-child(4) {
  max-height: 200px;
}

/* Hover effect for modern touch */
.right-constr-exp-imgs img:hover {
  transform: scale(1.03);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.top-latest-construction-box {
  margin: 40px 0 80px 0;
}

.left-latest-text,
.right-latest-text {
  width: 100%;
  max-width: 48%;
}

.single-latest-cons-box img {
  width: 50px;
  height: 50px;
}

.bottom-latest-construction-box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.single-latest-cons-box {
  padding: 20px;
  gap: 20px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.single-latest-cons-box:hover {
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
  transform: translateY(-5px);
}

.single-latest-cons-box h4 {
  margin-bottom: 20px;
  font-size: 18px;
}

.latest-construction-sec {
  background-color: #ededed;
}

.single-person-all-content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.single-content-side-person img {
  width: 50px;
  height: 50px;
}

.right-per-content h5 {
  margin-bottom: 20px;
  font-size: 20px;
}

.right-side-person,
.left-content-person {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.single-content-side-person {
  gap: 15px;
}

.person-img-cont img {
  width: 100%;
  height: 400px;
  border-radius: 20px;
}

.single-person-all-content {
  align-items: start;
}

.number-step-sec{
	background-color: #ededed;
}
.number-step-sec .subtitle {
  font-weight: 600;
  font-size: 14px;
  color: #6c757d;
  margin-bottom: 20px;
}

.number-step-sec .title {
  font-size: 22px;
  font-weight: 400;
  width: 70%;
  margin: 0 auto;
}

.highlight {
  font-weight: 700;
}

.number-step-sec .steps {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 50px;
  position: relative;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.number-step-sec .steps::before {
  content: "";
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
  height: 2px;
  background-color: #29166e;
  z-index: 0;
}

.number-step-sec .step {
  flex: 1;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.step-circle {
  background-color: #29166e;
  color: #fff;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 18px;
  border: 4px solid #fff;
  box-shadow: 0 0 0 4px #29166e22;
  margin-bottom: 20px;
  transition: transform 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease;
  cursor: pointer;
}

.number-step-sec .step:hover .step-circle {
  transform: scale(1.1);
  box-shadow: 0 0 0 6px #29166e55;
  background-color: #3a2c85;
}

.number-step-sec .step-title {
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 10px;
}

.step-desc {
  font-size: 14px;
  color: #6c757d;
  max-width: 220px;
  margin: 0 auto;
  text-align: center;
}

.number-step-sec .subtitle {
  text-align: center;
}

.number-step-sec .title {
  text-align: center;
}

.person-show-sec {
  padding-top: 100px;
}

.left-box,
.right-box {
  width: 100%;
  max-width: 48%;
}

.left-box img {
  width: 100%;
  border-radius: 20px;
  height: 400px;
}

.right-box p {
  margin: 40px 0;
}

.purpose-offer-sec {
  background-color: #ededed;
}

.left-box h2 {
  margin-bottom: 40px;
}


.features {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.feature-box {
  background: white;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  padding: 20px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border-left: 6px solid #29166e;
}

.feature-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.feature-title {
  font-size: 16px;
  margin-bottom: 10px;
  color: #29166e;
  font-weight: bold;
}

.feature-description {
  font-size: 14px;
  line-height: 1.6;
}


.sticky-box {
  position: sticky;
  top: 200px;
}

.industry-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
  margin-top: 60px;
}

.industry-item {
  background: #f0f4f8;
  padding: 20px;
  border-radius: 8px;
  font-size: 16px;
  color: #2c3e50;
  transition: all 0.3s ease;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.03);
  text-align: center;
}

.industry-item:hover {
  background: #e0ecf4;
  transform: translateY(-4px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.08);
}

.image-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); 
  gap: 10px;
}

.image-grid .grid-item {
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.image-grid .grid-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.image-grid .grid-item {
  aspect-ratio: 1 / 1; 
  object-fit: cover;
  width: 100%;
  height: auto;
}

.load-more-wrapper {
  text-align: center;
  margin-top: 60px;
}

#loadMoreBtn {
  padding: 12px 30px;
  font-size: 16px;
  border: none;
  background: #29166e;
  color: #fff;
  border-radius: 6px;
  border: 1px solid transparent;
  cursor: pointer;
  transition: background 0.3s ease;
}

#loadMoreBtn:hover {
  background: transparent;
  color: #29166e;
  border-color: #29166e;
}

.image-section {
  padding-bottom: 100px;
}


.section-title {
  font-size: 26px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 40px;
  color: #1e2a36;
}

.section-title span {
  color: #29166e;
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 30px;
}

.feature-card {
  background: #fff;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
  transition: all 0.3s ease;
  border-left: 4px solid #29166e;
}

.feature-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
}

.feature-card h3 {
  font-size: 16px;
  color: #1e2a36;
  margin-bottom: 12px;
}

.feature-card p {
  font-size: 14px;
  color: #555;
  line-height: 1.6;
}

.why-choose-section-wrap {
  padding-bottom: 60px;
}


.itet-sec {
  background-color: #0c032c;
}

.left-itet-img {
  width: 100%;
  max-width: 55%;
}

.left-itet-img img {
  width: 100%;
  max-width: 100%;
  border-radius: 22px;
}

.right-itet-content {
  width: 100%;
  max-width: 40%;
}

.right-itet-content p {
  margin: 40px 0;
}

.right-itet-content p,
.right-itet-content h2 {
  color: #fff;
}

.right-itet-content a {
  padding: 12px 20px;
  color: #fff;
  background-color: transparent;
  border: 2px solid #fff;
  border-radius: 6px;
}

.right-itet-content a:hover {
  color: #0c032c;
  background-color: #fff;
}

.section-title.st-st7 .sec-title span {
  color: #fff !important;
}

section.why-choose-section-wrap h2 {
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}

.about-pre-text-right h2 {
  margin-bottom: 60px;
}

.about-pre-text-right {
  width: 100%;
  max-width: 42%;
}

.left-all-pre-img {
  width: 100%;
  max-width: 55%;
}

.left-all-pre-img {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); 
  gap: 10px;
}
.left-all-pre-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 8px;
}


.left-all-pre-img img {
  width: 100%;
  aspect-ratio: 1 / 1; 
  object-fit: cover;   
  border-radius: 8px;  
}

.pre-cast-bg-sec {
  padding: 60px 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.box-pre {
  width: 100%;
  max-width: 48%;
  padding: 40px;
  border-radius: 20px;
  background-color: #0c032c;
}

.box-pre p,
.box-pre h2 {
  color: #fff;
}

.box-pre h2 {
  margin-bottom: 40px;
}

.box-pre p {
  margin-bottom: 20px;
}

.all-fixed-pre-sec-content {
  align-items: stretch;
}

.box-pre ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.box-pre ul li {
  color: #fff;
  list-style: disc;
  margin-left: 10px;
}

.tab-images {
  margin-top: 60px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  /* 3 columns */
  gap: 20px;
  /* space between images */
}

.tab-images img {
  width: 100%;
  height: 300px;
  display: block;
  border-radius: 5px;
}

.single-tab-content p {
  margin-top: 40px;
  width: 70%;
}

.top-tabing-buttons {
  margin-bottom: 40px;
  display: flex;
  gap: 20px;
  background-color: #fff;
  /* light background */
  border-radius: 12px;
  padding: 16px 24px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  /* subtle professional shadow */
  border: 1px solid #e0e0e0;
  /* optional: light border for definition */

}

.tab-button a {
  padding: 15px;
  border-radius: 8px;
}


.tab-button a:hover {
  background-color: #0c032c;
  color: #fff;
}

.active-tab {
  background-color: #0c032c;
  color: #fff !important;
}

.top-tabing-buttons {
  overflow-x: auto;
  white-space: nowrap;
  width: 100%;
  -ms-overflow-style: none;
  /* IE & Edge */
  scrollbar-width: none;
  /* Firefox */
}

.top-tabing-buttons::-webkit-scrollbar {
  display: none;
  /* Chrome, Safari */
}

.tab-button {
  flex: 0 0 auto;
}

.tab-button a {
  display: inline-block;
  white-space: nowrap;
}

.top-tabing-buttons {
  scroll-behavior: smooth;
}

.scroll-arrow {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  font-size: 20px;
  background: white;
  padding: 0 5px;
  pointer-events: none;
}


.single-tab-content {
  display: none;
}

.manufacturing-units-section {
  padding: 60px 20px;
  background: #f9fafc;
  font-family: 'Segoe UI', sans-serif;
}



.section-title {
  text-align: center;
  font-size: 26px;
  font-weight: 600;
  color: #2c3e50;
  margin-bottom: 40px;
  position: relative;
}


.units-table-wrapper {
  overflow-x: auto;
}

.units-table {
  width: 100%;
  border-collapse: collapse;
  background-color: #ffffff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.06);
}

.units-table th,
.units-table td {
  padding: 16px 20px;
  text-align: left;
}

.units-table thead {
  background-color: #e5e7eb;
  color: #111827;
  font-weight: 600;
}

.units-table tbody tr:nth-child(even) {
  background-color: #f3f4f6;
}

.units-table tbody td small {
  font-size: 0.85rem;
  color: #6b7280;
}

.tabing-pre-cast-sec {
  background-color: #f3f3f3;
}

.fit-width-hading {
  width: fit-content;
  margin: 0 auto;
}



.all-precast-products {
  margin-top: 100px;
  column-count: 4;
  column-gap: 15px;
}

.all-precast-products img {
  width: 100%;
	height:250px;
  margin-bottom: 15px;
  border-radius: 10px;
  display: block;
  break-inside: avoid;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.all-northern-asso {
  display: flex;
  flex-wrap: wrap;
  margin-top: 60px;
  border-radius: 20px;
  gap: 30px;
  justify-content: center;
  align-items: center;
  padding: 40px 20px;
  background-color: #0c032c;
}

.single-asso img {
  width: 90%;
  object-fit: contain;
}

.single-asso {
  flex: 1 1 calc(25% - 30px);
  /* 4 items in a row minus gap */
  max-width: calc(25% - 30px);
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
  padding: 20px;
  text-align: center;
  transition: transform 0.3s ease;
}

.single-asso:hover {
  transform: translateY(-5px);
}

.asso-logo img {
  max-width: 100%;
  height: 70px;
  object-fit: contain;
  margin-bottom: 15px;
}

.single-asso p {
  font-size: 12px;
  font-weight: 500;
  color: #333;
  margin: 0;
}

.right-header-content {
  width: 84%;
  display: flex;
  justify-content: space-between;
	align-items:center;
}

.contact-sec.white-bg {
  background-color: #fff !important;
}

.map-container {
  margin-top: 60px;
}

.single-testi img {
  height: 500px;
  width: 100%;
  object-fit: fill;
  cursor: pointer;
  display: block;
}

.testi-detail {
  padding: 0 20px 20px;
}

.testimonials-heading {
  text-align: center;
  margin-bottom: 40px;
}

.testimonials-heading h2 {
  margin-bottom: 20px;
}

.all-testi-wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.single-testi {
  background-color: #fff;
  border-radius: 15px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  transition: transform 0.3s ease;
}

.single-testi:hover {
  transform: translateY(-5px);
}

.testi-detail h4 {
  font-size: 14px;
  margin-bottom: 10px;
  color: #333;
}

.testi-detail p {
  color: #777;
  font-size:12px;
}

.lightbox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.lightbox.active-img {
  visibility: visible;
  opacity: 1;
}

.lightbox img {
  max-width: 90%;
  max-height: 90%;
  border-radius: 10px;
}

.lightbox-close {
  position: absolute;
  top: 30px;
  right: 40px;
  color: #fff;
  font-size: 30px;
  cursor: pointer;
  font-weight: bold;
}


.our-gallery-heading {
  text-align: center;
  margin-bottom: 40px;
}

.our-gallery-heading h2 {
  font-size: 2.5rem;
  margin-bottom: 30px;
}

.our-gallery-images {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 200px;
  gap: 15px;
}

.our-gallery-images img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease;
  cursor: pointer;
  break-inside: avoid;
}

.our-gallery-images img:hover {
  transform: scale(1.03);
}

/* Style some images to span more space for dynamic layout */
.our-gallery-images img:nth-child(3n) {
  grid-row: 2 2;
}

.our-gallery-images img:nth-child(5n) {
  grid-column: 2 2;
}

.our-gallery-images img:nth-child(7n) {
  grid-row: span 2;
  grid-column: 2 2;
}

.our-gallery-images {
  column-gap: 15px;
}

.our-gallery-images img {
  display: block;
  margin: 0 0 10px;
  /* small bottom space only */
}

.footer-quicknav li {
  list-style: disc;
  color: aliceblue;
}

.projects-table-sec {
  padding-top: 100px;
}

.projects-table {
  width: 100%;
  border-collapse: collapse;
}

.projects-table:not(:last-of-type) {
  margin-bottom: 60px;
}

.projects-table thead th {
  background-color: #29166e;
  color: white;
  padding: 10px;
  text-align: left;
  font-weight: bold;
  font-size: 12px;
}

.projects-table td {
  padding: 10px;
  border: 1px solid #ccc;
  font-size: 14px;
  color: #000;
}

.section-header td {
  background-color: #f2f0ff;
  color: #29166e;
  font-weight: bold;
  text-align: center;
}

.sub-header td {
  background-color: #fff;
  color: #29166e;
  font-weight: bold;
  text-align: center;
}


section.tools-plants {
  padding: 100px 0;
}

section.tools-plants h2 {
  margin-bottom: 30px;
  border-left: 6px solid #29166e;
  padding-left: 15px;
}

.table-wrapper {
  overflow-x: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.table-wrapper::-webkit-scrollbar {
  display: none;
}


table {
  width: 100%;
  border-collapse: collapse;
  min-width: 900px;
}

th,
td {
  border: 1px solid #ccc;
  padding: 10px 15px;
  text-align: left;
}

th {
  background-color: #29166e;
  color: #fff;
}

tr:nth-child(even) {
  background-color: #f9f9f9;
}

button.about-learn-more:hover {
  background-color: #0c032c
}

.brick-left-content div {
  line-height: 28px;
  font-size: 14px;
  font-weight: 400;
  font-family: 'Roboto', sans-serif;
  margin: 0;
  color: #5e646a;
  font-weight: 400;
  letter-spacing: 0.5px;
}

.south-sec {
  padding-bottom: 100px;
}

.single-asso {
  min-height: 100px;
}



.menu-toggle,
button,
.ast-button,
.ast-custom-button,
.button,
input#submit,
input[type="button"],
input[type="submit"],
input[type="reset"],
#comments .submit,
.search .search-submit,
form[CLASS*="wp-block-search__"].wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button,
body .wp-block-file .wp-block-file__button,
.search .search-submit,
.woocommerce-js a.button,
.woocommerce button.button,
.woocommerce .woocommerce-message a.button,
.woocommerce #respond input#submit.alt,
.woocommerce input.button.alt,
.woocommerce input.button,
.woocommerce input.button:disabled,
.woocommerce input.button:disabled[disabled],
.woocommerce input.button:disabled:hover,
.woocommerce input.button:disabled[disabled]:hover,
.woocommerce #respond input#submit,
.woocommerce button.button.alt.disabled,
.wc-block-grid__products .wc-block-grid__product .wp-block-button__link,
.wc-block-grid__product-onsale,
[CLASS*="wc-block"] button,
.woocommerce-js .astra-cart-drawer .astra-cart-drawer-content .woocommerce-mini-cart__buttons .button:not(.checkout):not(.ast-continue-shopping),
.woocommerce-js .astra-cart-drawer .astra-cart-drawer-content .woocommerce-mini-cart__buttons a.checkout,
.woocommerce button.button.alt.disabled.wc-variation-selection-needed,
[CLASS*="wc-block"] .wc-block-components-button {
  background-color: #0c032c;
}


.blog-section {
    padding: 60px 0;
}


.blog-heading {
    text-align: center;
    margin-bottom: 40px;
}

.blog-heading h2 {
    font-size: 26px;
    color: #29166e;
    font-weight: 500;
    margin-bottom: 10px;
}

.blog-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}

.blog-card {
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    transition: transform 0.3s;
}

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

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

.blog-card-content {
    padding: 20px;
}

.blog-card-content h3 {
    font-size: 16px;
    margin-bottom: 10px;
    color: #29166e;
}

.blog-card-content p {
    font-size: 12px;
    color: #555;
}

.blog-card-content a.read-more {
    display: inline-block;
    margin-top: 15px;
    color: #29166e;
    font-weight: bold;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: border-color 0.3s;
}

.blog-card-content a.read-more:hover {
    border-color: #29166e;
}

.pagination {
    text-align: center;
    margin-top: 40px;
}

.pagination .page-numbers {
    display: inline-block;
    margin: 0 8px;
    padding: 10px 15px;
    background: #fff;
    border: 1px solid #ddd;
    color: #333;
    text-decoration: none;
    border-radius: 5px;
}

.pagination .current {
    background: #29166e;
    color: #fff;
    border-color: #29166e;
}


.single-post-wrapper {
    max-width: 1280px;
    margin: 160px auto 60px auto;
    padding: 0 20px;
}

.single-post-header {
    text-align: center;
    margin-bottom: 40px;
}

.single-post-header h1 {
    font-size: 40px;
    color: #29166e;
    margin-bottom: 10px;
}

.post-meta {
    color: #777;
    font-size: 14px;
    margin-bottom: 10px;
}

.single-featured-img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 10px;
    margin-bottom: 30px;
}

.single-content {
    font-size: 18px;
    line-height: 1.8;
    color: #333;
}

.single-content h2, .single-content h3 {
    color: #29166e;
    margin-top: 30px;
}

.single-content img {
    max-width: 100%;
    border-radius: 8px;
    margin: 20px 0;
}

/* Optional Author Box */
.author-box {
    margin-top: 50px;
    padding: 20px;
    background: #f3f3f3;
    border-left: 4px solid #29166e;
    border-radius: 6px;
}

.author-box h4 {
    margin-bottom: 10px;
    color: #29166e;
}

/* Related Posts */
.related-posts {
    margin-top: 60px;
}

.related-posts h3 {
    font-size: 24px;
    margin-bottom: 20px;
    color: #29166e;
}

.related-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 20px;
    margin-bottom: 60px;
}
.related-post a {
    width: 100%;
}
.related-post {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 8px;
    overflow: hidden;
    transition: transform 0.3s;
}

.related-post:hover {
    transform: translateY(-5px);
}

.related-post img {
    width: 100%;
    height: 160px;
    object-fit: cover;
}

.related-post h4 {
    padding: 15px;
    font-size: 16px;
    color: #29166e;
}
nav.navigation.post-navigation {
    width: 95%;
    margin: 0 auto;
}

p.logged-in-as {
    display: none;
}
.author-box {
    display: none;
}
.entry-meta {
    display: none;
}

.post-meta {
    display: none;
}
.animate-links a {
  display: inline-block;
  transition: transform 0.8s ease, color 0.3s ease, opacity 0.3s ease;
}

.animate-links a:hover {
  transform: translateX(8px);
  opacity: .8;
}

.our-all-constructions-item .single-blog-item {
  background: #fff;
  border-radius: 12px;
    box-shadow: 0 8px 14px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  text-align: center;
}
.our-all-constructions-item .single-blog-item img {
  border-radius: 8px;
}
.executive-single{
	  border-radius: 12px;
}
.our-all-constructions-item .single-blog-item:hover {
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
  transform: translateY(-4px);
}

.contact-info a{
	font-size:12px;
}

.footer-about p{
	font-size:12px;
	line-height:24px;
}
section.our-blog-slider-sec {
    margin-bottom: 20px;
}


.box-pre ul li {
	font-size: 14px;}


.contact-page-form .contact-sec {
    background: #ffff;
}


