@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.13.1/font/bootstrap-icons.min.css");
/* @import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@700&display=swap"); */
:root {
  --color-1: #fdc348; /* – Primary accent */
  --color-2: #01548d; /*  – Brand base color */
  --color-3: #ffffff; /*  – Clean contrast for text and sections */
  --color-4: #1e1e1e; /* Dark Charcoal – For footer, headers, or text */
}
.dropdown-item.active {
  background-color: #fdc348 !important;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: oblique;
}
@font-face {
  font-family: "Jost";
  src: url("../fonts/Jost-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
body {
  scroll-behavior: smooth;
  height: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
}
p,
a,
button,
li {
  font-family: "Jost", sans-serif;
  font-weight: normal;
}
a {
  text-decoration: none !important;
}
li {
  list-style-type: none !important;
}
.heading1 {
  font-size: 2.5rem;
}
.heading2 {
  font-size: 2rem;
}
.heading3 {
  font-size: 1.75rem;
}
.heading4 {
  font-size: 1.5rem;
}
.heading5 {
  font-size: 1.25rem;
}
.heading6 {
  font-size: 1rem;
}
.pad {
  padding: 90px 0;
}
.wrdbrk {
  white-space: pre;
}
.fullpad {
  padding: 0 !important;
  margin: 0 !important;
}
/* custom css starts */
/* Navbar Styles - Scoped to .navbar-construction */
.navbar-construction {
  background-color: transparent;
  padding: 15px 0;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 0;
  z-index: 999;
  width: 100%;
  transition: all 0.3s ease-in-out;
}

.navbar-construction.scrolled {
  background-color: rgba(0, 0, 0, 0.9) !important;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2) !important;
  padding: 10px 0;
  position: fixed;
}
.navbar-construction .logo-glow-wrapper {
  position: relative;
  display: inline-block;
  border-radius: 50%;
  padding: 5px; /* Optional for spacing around logo */
  animation: pulse-glow 2s infinite;
  height: 160px;
  width: 160px;
  margin-top: 60px;
}
.navbar-construction .logo-glow-wrapper::before {
  content: "";
  position: absolute;
  inset: 0;
  top: 0px;
  left: 0px;
  border-radius: 50%;
  box-shadow: 0 0 25px 10px rgba(255, 223, 0, 0.6);
  opacity: 0.8;
  animation: glow-pulse 2s infinite;
  z-index: -1;
  width: 107px;
  height: 120px;
  top: 20px;
  left: 28px;
}
.navbar-construction .navbar-brand {
  height: 60px; /* fixed navbar height */
  overflow: visible; /* allows logo to exceed */
  position: relative; /* for logo positioning */
  z-index: 2; /* stay on top of other items */
  display: flex;
  align-items: center;
  margin-top: 0.7em;
}
/* restrict nav height */

.navbar-construction .nav-logo {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  /* padding-top: 40px; */
}

.navbar-construction .brand-text {
  font-size: 24px;
  font-weight: 700;
  color: var(--color-4);
}

.navbar-construction .brand-text span {
  color: var(--color-1);
}

.navbar-construction .nav-main {
  margin-right: auto;
}

.navbar-construction .nav-item {
  margin: 0 8px;
}
.navbar-construction .nav-item .nav-link.active {
  color: var(--color-1);
}
.navbar-construction .nav-link {
  color: var(--color-3);
  font-weight: 500;
  padding: 8px 15px;
  position: relative;
  text-transform: uppercase;
  font-weight: bold;
}

.navbar-construction .nav-link:hover {
  color: var(--color-1);
}

.navbar-construction .nav-link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 15px;
  width: 0;
  height: 2px;
  transition: width 0.3s;
}

.navbar-construction .nav-link:hover::after {
  width: calc(100% - 30px);
}

.navbar-construction .dropdown-toggle {
  display: flex;
  align-items: center;
  gap: 5px;
}

.navbar-construction .dropdown-toggle::after {
  position: static;
  margin-left: 0;
  vertical-align: middle;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-bottom: 0;
  border-left: 0.35em solid transparent;
}

.navbar-construction .dropdown-menu {
  border: none;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  margin-top: 0;
}

.navbar-construction .dropdown-item {
  padding: 8px 20px;
  color: var(--color-4);
}

.navbar-construction .dropdown-item:hover {
  background-color: var(--color-1);
  color: var(--color-4);
}

.navbar-construction .btn-contact {
  background-color: var(--color-1);
  color: var(--color-4);
  border-radius: 4px;
  padding: 8px 20px;
  font-weight: 600;
  transition: all 0.3s;
  white-space: nowrap;
}

.navbar-construction .btn-contact:hover {
  background-color: var(--color-2);
  color: var(--color-3);
}

.navbar-construction .navbar-toggler {
  border-color: var(--color-1);
}

.navbar-construction .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28253, 195, 72, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
/* Keyframes for glow pulse */
@keyframes glow-pulse {
  0% {
    box-shadow: 0 0 0px 0px rgba(255, 223, 0, 0.4);
    opacity: 0.6;
  }
  50% {
    box-shadow: 0 0 25px 10px rgba(255, 223, 0, 0.8);
    opacity: 1;
  }
  100% {
    box-shadow: 0 0 0px 0px rgba(255, 223, 0, 0.4);
    opacity: 0.6;
  }
}

/* index swiper styles */
/* Swiper Styles - Scoped to .construction-swiper */
.construction-swiper {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.construction-swiper .swiper-container {
  width: 100%;
  height: 100%;
}

.construction-swiper .swiper-slide {
  position: relative;
  display: flex;
  align-items: center;
}

.construction-swiper .slide-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.construction-swiper .slide-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(30, 30, 30, 0.6);
  z-index: 2;
}

.construction-swiper .slide-content {
  position: relative;
  z-index: 3;
  color: var(--color-3);
  max-width: 800px;
  padding: 40px;
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.8s ease;
}

.construction-swiper .swiper-slide-active .slide-content {
  opacity: 1;
  transform: translateY(0);
}

.construction-swiper .slide-small-heading {
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--color-1);
  margin-bottom: 1rem;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.construction-swiper .slide-main-heading {
  font-size: 3.5rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  line-height: 1.2;
}

.construction-swiper .slide-description {
  font-size: 1.2rem;
  margin-bottom: 2rem;
  line-height: 1.6;
}

.construction-swiper .slide-buttons {
  display: flex;
  gap: 15px;
}

.construction-swiper .btn {
  padding: 12px 30px;
  font-weight: 600;
  border-radius: 4px;
  text-transform: uppercase;
  transition: all 0.3s;
}

.construction-swiper .btn-primary {
  background-color: var(--color-1);
  color: var(--color-4);
  border: 2px solid var(--color-1);
}

.construction-swiper .btn-primary:hover {
  background-color: transparent;
  color: var(--color-1);
}

.construction-swiper .btn-secondary {
  background-color: transparent;
  color: var(--color-3);
  border: 2px solid var(--color-3);
}

.construction-swiper .btn-secondary:hover {
  background-color: var(--color-3);
  color: var(--color-4);
}

/* Custom Pagination */
.construction-swiper .construction-pagination {
  position: absolute;
  bottom: 30px !important;
  z-index: 10;
}

.construction-swiper .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: var(--color-3);
  opacity: 0.5;
  transition: all 0.3s;
}

.construction-swiper .swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--color-1);
  transform: scale(1.2);
}

/* Custom Navigation */
.construction-swiper .construction-next,
.construction-swiper .construction-prev {
  width: 60px;
  height: 60px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  backdrop-filter: blur(5px);
  color: var(--color-3);
  transition: all 0.3s;
  z-index: 10;
}

.construction-swiper .construction-next::after,
.construction-swiper .construction-prev::after {
  display: none;
}

.construction-swiper .construction-next i,
.construction-swiper .construction-prev i {
  font-size: 1.8rem;
}

.construction-swiper .construction-next:hover,
.construction-swiper .construction-prev:hover {
  background: var(--color-1);
  color: var(--color-4);
}

/* Slide Animation */
@keyframes slideScale {
  0% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}

.construction-swiper .swiper-slide-active .slide-bg {
  animation: slideScale 12s linear forwards;
}
/* index welcome section */
/* Welcome Section Styles */
.welcome-section {
  padding: 100px 0;
  background-color: var(--color-3);
  position: relative;
  overflow: hidden;
}

.welcome-section .welcome-image {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}

.welcome-section .welcome-image img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.5s ease;
}

.welcome-section .image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.welcome-section .welcome-content {
  padding: 40px 0;
}

.welcome-section .welcome-subtitle {
  color: var(--color-1);
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 15px;
  text-transform: uppercase;
  font-size: 14px;
}

.welcome-section .welcome-title {
  font-weight: 700;
  margin-bottom: 25px;
  line-height: 1.3;
  color: var(--color-4);
}

.welcome-section .welcome-text {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 30px;
  color: var(--color-4);
}

.welcome-section .welcome-features {
  list-style: none;
  padding: 15px 30px;
  margin: 0 0 30px 0;
  background-color: #e9f7fe;
}

.welcome-section .feature-item {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 35px;
}

.welcome-section .feature-icon {
  position: absolute;
  left: 0;
  color: var(--color-1);
  font-size: 20px;
}

.welcome-section .feature-item span {
  font-size: 16px;
  color: var(--color-4);
  transition: all 0.3s ease;
}

.welcome-section .feature-item:hover span {
  color: var(--color-2);
}

.welcome-section .welcome-cta {
  margin-top: 40px;
}

.welcome-section .cta-btn {
  padding: 12px 25px;
  border-radius: 4px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background-color: var(--color-1);
  border-color: var(--color-1);
  color: var(--color-4);
}

.welcome-section .cta-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: var(--color-2);
  transition: all 0.4s ease;
  z-index: -1;
}

.welcome-section .cta-btn:hover::before {
  left: 0;
}

.welcome-section .cta-btn:hover {
  color: var(--color-3);
  border-color: var(--color-2);
}

.welcome-section .contact-number {
  font-weight: 600;
  color: var(--color-4);
  transition: all 0.3s ease;
}

.welcome-section .contact-number i {
  color: var(--color-1);
  font-size: 18px;
}

.welcome-section .contact-number:hover {
  color: var(--color-2);
}
/* index two Our Services */
/* Our Services Section Styles */
.our-services-section {
  padding: 100px 0;
  background-blend-mode: overlay;
  background-color: #e9f7fe9b;
  background-image: url("../images/our-service-bg.png");
  position: relative;
  overflow: hidden;
}

.our-services-section .section-header {
  margin-bottom: 60px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.our-services-section .section-subtitle {
  color: var(--color-1);
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.our-services-section .section-title {
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.3;
  color: var(--color-4);
}

.our-services-section .section-description {
  line-height: 1.8;
  color: var(--color-4);
  margin-bottom: 0;
}

.our-services-section .service-item {
  position: relative;
  overflow: hidden;
}

.our-services-section .service-card {
  position: relative;
  height: 400px;
  overflow: hidden;
  margin: 1.5em;
  border-radius: 20%;
}

.our-services-section .service-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.our-services-section .service-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.our-services-section .service-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(1, 84, 141, 0.9);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: all 0.5s ease;
  padding: 30px;
}

.our-services-section .service-content {
  text-align: center;
  transform: translateY(20px);
  transition: all 0.5s ease;
}

.our-services-section .service-name {
  color: var(--color-3);
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 24px;
}

.our-services-section .service-desc {
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 20px;
  font-size: 15px;
  line-height: 1.7;
}

.our-services-section .service-link {
  color: var(--color-1);
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  transition: all 0.3s ease;
}

.our-services-section .service-link:hover {
  color: var(--color-3);
}

.our-services-section .service-link i {
  transition: transform 0.3s ease;
}

.our-services-section .service-link:hover i {
  transform: translateX(5px);
}

/* Hover Effects */
.our-services-section .service-item:hover .service-overlay {
  opacity: 1;
}

.our-services-section .service-item:hover .service-content {
  transform: translateY(0);
}

.our-services-section .service-item:hover .service-image img {
  transform: scale(1.05);
}
/* index whychooseus third section */
/* Why Choose Us Section Styles */
.whychoose-section {
  padding-top: 100px;
  background-color: var(--color-3); /* White background */
  position: relative;
  overflow: hidden;
}

.whychoose-section .section-header {
  margin-bottom: 60px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.whychoose-section .section-subtitle {
  color: var(--color-4);
  background-color: var(--color-1);
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 15px;
  text-transform: uppercase;
  font-size: 14px;
}

.whychoose-section .section-title {
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.3;
  color: var(--color-4);
}

.whychoose-section .section-description {
  font-size: 16px;
  line-height: 1.8;
  color: var(--color-4);
  margin-bottom: 0;
}

.whychoose-section .whychoose-item {
  position: relative;
  overflow: hidden;
}

/* Image Cards */
.whychoose-section .image-card .whychoose-card {
  position: relative;
  height: 100%;
  overflow: hidden;
}

.whychoose-section .image-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.whychoose-section .image-shine {
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.3) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  transition: all 0.7s ease;
}

.whychoose-section .image-card:hover .image-shine {
  left: 100%;
}

.whychoose-section .image-card:hover img {
  transform: scale(1.05);
}

/* Text Cards */
.whychoose-section .text-card .whychoose-card {
  height: 100%;
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: var(--color-3);
  transition: all 0.3s ease;
  border: 1px solid rgba(0, 0, 0, 0.05);
}

.whychoose-section .text-card:hover .whychoose-card {
  background-color: var(--color-2);
  /* transform: translateY(-5px); */
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.whychoose-section .card-icon {
  font-size: 40px;
  color: var(--color-1);
  margin-bottom: 20px;
  transition: all 0.3s ease;
}

.whychoose-section .text-card:hover .card-icon {
  color: var(--color-3);
}

.whychoose-section .card-title {
  font-weight: 700;
  margin-bottom: 15px;
  color: var(--color-4);
  transition: all 0.3s ease;
}

.whychoose-section .text-card:hover .card-title {
  color: var(--color-3);
}

.whychoose-section .card-text {
  font-size: 15px;
  line-height: 1.7;
  color: var(--color-4);
  margin-bottom: 20px;
  transition: all 0.3s ease;
}

.whychoose-section .text-card:hover .card-text {
  color: rgba(255, 255, 255, 0.8);
}

.whychoose-section .divider {
  width: 100%;
  background-color: var(--color-1);
  margin: 20px 0;
  border: none;
  transition: all 0.3s ease;
  padding: 2px;
}

.whychoose-section .text-card:hover .divider {
  background-color: var(--color-3);
}

.whychoose-section .counter {
  display: flex;
  flex-direction: column;
}

.whychoose-section .counter-number {
  font-weight: 700;
  font-size: 36px;
  color: var(--color-1);
  line-height: 1;
  transition: all 0.3s ease;
}

.whychoose-section .text-card:hover .counter-number {
  color: var(--color-3);
}

.whychoose-section .counter-text {
  font-size: 14px;
  color: var(--color-4);
  font-weight: bold;
  transition: all 0.3s ease;
}

.whychoose-section .text-card:hover .counter-text {
  color: var(--color-3);
}
/* counter styles */
/* Odometer Styles */
.odometer {
  font-weight: 700;
  font-size: 36px;
  color: var(--color-1);
  line-height: 1;
  transition: all 0.3s ease;
  font-family: inherit;
}

.whychoose-section .text-card:hover .odometer {
  color: var(--color-3);
}

/* Update existing counter styles */
.whychoose-section .counter {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.whychoose-section .counter-text {
  font-size: 14px;
  color: var(--color-4);
  transition: all 0.3s ease;
  margin-top: 5px;
}
/* gallery section */
/* Gallery Section Styles */
.index-gallery {
  padding-top: 100px;
  background-color: #e9f7fe99;
  position: relative;
  overflow: hidden;
  background-image: url("../images/our-projects-bg.png");
  background-position: center;
  background-size: contain;
  background-blend-mode: overlay;
}

.index-gallery .section-header {
  margin-bottom: 60px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.index-gallery .section-subtitle {
  color: var(--color-1);
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 15px;
  text-transform: uppercase;
  font-size: 14px;
}

.index-gallery .section-title {
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.3;
  color: var(--color-4);
}

.index-gallery .section-description {
  font-size: 16px;
  line-height: 1.8;
  color: var(--color-4);
  margin-bottom: 0;
}

/* Gallery Items */
.index-gallery .gallery-item {
  position: relative;
  overflow: hidden;
}

.index-gallery .gallery-card {
  position: relative;
  height: 350px;
  overflow: hidden;
}

.index-gallery .gallery-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.index-gallery .gallery-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(1, 84, 141, 0.9);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: all 0.5s ease;
  padding: 30px;
}

.index-gallery .gallery-content {
  text-align: center;
  transform: translateY(20px);
  transition: all 0.5s ease;
}

.index-gallery .gallery-title {
  color: var(--color-3);
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 22px;
}

.index-gallery .gallery-text {
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 20px;
  font-size: 15px;
  line-height: 1.7;
}

.index-gallery .gallery-link {
  color: var(--color-1);
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  transition: all 0.3s ease;
}

.index-gallery .gallery-link:hover {
  color: var(--color-3);
}

.index-gallery .gallery-link i {
  transition: transform 0.3s ease;
}

.index-gallery .gallery-link:hover i {
  transform: translateX(5px);
}

/* Hover Effects */
.index-gallery .gallery-item:hover .gallery-overlay {
  opacity: 1;
}

.index-gallery .gallery-item:hover .gallery-content {
  transform: translateY(0);
}

.index-gallery .gallery-item:hover .gallery-card img {
  transform: scale(1.05);
}
/* index cta styles */
.index-cta {
  background-color: #e9ecefaf;
  background-image: url("../images/cta-box-bg-darkpattern.png");
  background-blend-mode: overlay;
  color: var(--color-4);
  text-align: center;
  padding: 10px 60px;
  padding-bottom: 0;
}
/* index page ends */
/* About Section Styles - Scoped to .about-section */
.about-section {
  position: relative;
  width: 100%;
  height: 60vh;
  background-image: url("../images/about-banner.webp");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  overflow: hidden;
}

.about-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(30, 30, 30, 0.7);
}

.about-section .about-banner {
  height: 100%;
  position: relative;
  z-index: 2;
  padding: 0 20px;
}

.about-section .text-container {
  max-width: 800px;
  text-align: center;
}

.about-section .about-heading {
  font-size: 3.5rem;
  color: var(--color-3);
  margin-bottom: 1.5rem;
  line-height: 1.2;
}

.about-section .text-accent {
  color: var(--color-1);
}

.about-section .about-subheading {
  font-size: 1.5rem;
  color: var(--color-3);
  line-height: 1.6;
}
/* about first */
section.about-history {
  padding: 60px 0;
  background-color: var(--color-3);
}
.about-history .year-float {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  animation: translateX 6s ease-in-out infinite alternate;
  /* background-color: var(--color-1); */
}
@media (min-width: 1px) and (max-width: 767.98px) {
  .about-history .year-text {
    font-size: 1rem !important;
  }
  .about-history .year-subtext {
    font-size: 0.5rem !important;
  }
}
/* vision,mission,values */
.vision-mission-values {
  position: relative;
  padding: 120px 0;
  background: linear-gradient(135deg, var(--color-4) 0%, #2d2d2d 100%);
  overflow: hidden;
}

.vision-mission-values::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(
      circle at 30% 20%,
      rgba(253, 195, 72, 0.1) 0%,
      transparent 50%
    ),
    radial-gradient(
      circle at 70% 80%,
      rgba(1, 84, 141, 0.1) 0%,
      transparent 50%
    );
  z-index: 1;
}

.vision-mission-values .container {
  position: relative;
  z-index: 2;
}

.vision-mission-values .section-header {
  text-align: center;
  margin-bottom: 80px;
  position: relative;
}

.vision-mission-values .section-title {
  font-size: 3.5rem;
  font-weight: 800;
  color: var(--color-3);
  margin-bottom: 20px;
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.vision-mission-values .section-title::before {
  content: "";
  position: absolute;
  top: -10px;
  left: -10px;
  right: -10px;
  bottom: -10px;
  background: linear-gradient(45deg, var(--color-1), var(--color-2));
  border-radius: 8px;
  z-index: -1;
  opacity: 0;
  transform: scale(0.9);
  transition: all 0.5s ease;
}

.vision-mission-values .section-title:hover::before {
  opacity: 0.1;
  transform: scale(1);
}

.vision-mission-values .section-title .highlight {
  color: var(--color-1);
  position: relative;
}

.vision-mission-values .section-title .highlight::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, var(--color-1), var(--color-2));
  border-radius: 2px;
  transform: scaleX(0);
  transition: transform 0.6s ease;
}

.vision-mission-values .section-title:hover .highlight::after {
  transform: scaleX(1);
}

.vision-mission-values .section-subtitle {
  font-size: 1.3rem;
  color: var(--color-3);
  opacity: 0.8;
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.6;
}

.vision-mission-values .values-grid {
  display: flex;
  align-items: stretch;
}

.vision-mission-values .value-card {
  position: relative;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 20px;
  padding: 50px 30px;
  height: 100%;
  overflow: hidden;
  transition: all 0.6s cubic-bezier(0.25, 0.8, 0.25, 1);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  cursor: pointer;
}

.vision-mission-values .value-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.1),
    transparent
  );
  transition: left 0.8s ease;
}

.vision-mission-values .value-card:hover::before {
  left: 100%;
}

.vision-mission-values .value-card::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, var(--color-1) 0%, var(--color-2) 100%);
  opacity: 0;
  transition: opacity 0.5s ease;
  z-index: -1;
}

.vision-mission-values .value-card:hover::after {
  opacity: 0.1;
}

.vision-mission-values .value-card:hover {
  transform: translateY(-15px) rotateX(5deg);
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.4), 0 0 40px rgba(253, 195, 72, 0.2);
  border-color: rgba(253, 195, 72, 0.3);
}

.vision-mission-values .card-icon-wrapper {
  position: relative;
  display: inline-block;
  margin-bottom: 30px;
}

.vision-mission-values .card-icon {
  font-size: 4rem;
  color: var(--color-1);
  transition: all 0.6s ease;
  position: relative;
  z-index: 2;
}

.vision-mission-values .card-icon-wrapper::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  background: radial-gradient(circle, var(--color-1) 0%, transparent 70%);
  border-radius: 50%;
  transform: translate(-50%, -50%) scale(0);
  transition: transform 0.5s ease;
  opacity: 0.3;
}

.vision-mission-values .value-card:hover .card-icon-wrapper::before {
  transform: translate(-50%, -50%) scale(1);
}

.vision-mission-values .value-card:hover .card-icon {
  transform: scale(1.2) rotateY(360deg);
  color: var(--color-3);
}

.vision-mission-values .card-title {
  font-size: 2rem;
  font-weight: 700;
  color: var(--color-3);
  margin-bottom: 20px;
  position: relative;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: color 0.3s ease;
}

.vision-mission-values .card-divider {
  width: 60px;
  height: 4px;
  background: linear-gradient(90deg, var(--color-1), var(--color-2));
  margin-bottom: 25px;
  border-radius: 2px;
  position: relative;
  overflow: hidden;
  transition: width 0.5s ease;
}

.vision-mission-values .card-divider::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, var(--color-3), transparent);
  transition: left 0.8s ease;
}

.vision-mission-values .value-card:hover .card-divider {
  width: 100px;
}

.vision-mission-values .value-card:hover .card-divider::before {
  left: 100%;
}

.vision-mission-values .card-text {
  color: var(--color-3);
  opacity: 0.9;
  line-height: 1.8;
  font-size: 1.1rem;
  transition: opacity 0.3s ease;
}

.vision-mission-values .value-card:hover .card-text {
  opacity: 1;
}

.vision-mission-values .card-overlay-icon {
  position: absolute;
  top: -30px;
  right: -30px;
  font-size: 10rem;
  color: var(--color-1);
  opacity: 0.03;
  transform: rotate(-15deg);
  transition: all 0.8s ease;
  z-index: 1;
}

.vision-mission-values .value-card:hover .card-overlay-icon {
  transform: rotate(0deg) scale(1.1);
  opacity: 0.08;
}

/* Vision Card Specific Styles */
.vision-mission-values .vision-card .card-icon {
  color: var(--color-1);
}

.vision-mission-values .vision-card .card-title {
  color: var(--color-1);
}

.vision-mission-values .vision-card .card-overlay-icon {
  color: var(--color-1);
}

.vision-mission-values .vision-card:hover {
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.4), 0 0 40px rgba(1, 84, 141, 0.3);
}

/* Mission Card Specific Styles */
.vision-mission-values .mission-card .card-icon {
  color: var(--color-1);
}

.vision-mission-values .mission-card .card-title {
  color: var(--color-1);
}

.vision-mission-values .mission-card .card-overlay-icon {
  color: var(--color-1);
}

/* Values Card Specific Styles */
.vision-mission-values .values-card .card-icon {
  color: var(--color-1);
}

.vision-mission-values .values-card .card-title {
  color: var(--color-1);
}

.vision-mission-values .values-card .card-overlay-icon {
  color: var(--color-1);
}

.vision-mission-values .values-card:hover {
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.4), 0 0 40px rgba(1, 84, 141, 0.3);
}
/* testimonial section */
.testimonials-section {
  position: relative;
  padding: 80px 0;
  background: linear-gradient(135deg, var(--color-3) 0%, #f8f9fa 100%);
  overflow: hidden;
}

.testimonials-section .container {
  position: relative;
  z-index: 2;
}

.testimonials-section .section-header {
  text-align: center;
  margin-bottom: 80px;
}

.testimonials-section .section-title {
  font-size: 3.5rem;
  font-weight: 800;
  color: var(--color-4);
  margin-bottom: 20px;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: relative;
}

.testimonials-section .section-title::before {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 4px;
  background: linear-gradient(90deg, var(--color-1), var(--color-2));
  border-radius: 2px;
}

.testimonials-section .section-title .highlight {
  color: var(--color-1);
}

.testimonials-section .section-subtitle {
  font-size: 1.3rem;
  color: var(--color-4);
  opacity: 0.8;
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.6;
}

.testimonials-section .testimonials-swiper {
  position: relative;
  /* padding: 40px 0 80px; */
  padding-bottom: 0;
  display: flex;
  justify-content: center;
}

.testimonials-section .swiper {
  width: 100%;
  max-width: 1200px;
}

.testimonials-section .swiper-wrapper {
  align-items: stretch;
}

.testimonials-section .swiper-slide {
  display: flex;
  justify-content: center;
}

.testimonials-section .testimonial-card {
  position: relative;
  background: var(--color-3);
  border-radius: 25px;
  padding: 50px 40px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
  transition: all 0.6s cubic-bezier(0.25, 0.8, 0.25, 1);
  overflow: hidden;
  border: 2px solid transparent;
  cursor: pointer;
  z-index: 1;
}

.testimonials-section .testimonial-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, var(--color-1) 0%, var(--color-2) 100%);
  opacity: 0;
  transition: opacity 0.5s ease;
  z-index: -1;
}

.testimonials-section .testimonial-card::after {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: conic-gradient(
    from 0deg,
    transparent,
    var(--color-1),
    transparent
  );
  opacity: 0;
  transform: rotate(0deg);
  transition: all 0.8s ease;
  z-index: -2;
}

.testimonials-section .testimonial-card:hover {
  transform: translateY(-15px) rotateX(5deg);
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15);
  border-color: var(--color-1);
}

.testimonials-section .testimonial-card:hover::before {
  opacity: 0.03;
}

.testimonials-section .testimonial-card:hover::after {
  opacity: 0.1;
  transform: rotate(360deg);
}

.testimonials-section .star-rating {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
  gap: 5px;
}

.testimonials-section .star {
  font-size: 1.5rem;
  color: #ddd;
  transition: all 0.3s ease;
  position: relative;
}

.testimonials-section .star.active {
  color: var(--color-1);
}

.testimonials-section .testimonial-text {
  font-size: 1.2rem;
  line-height: 1.8;
  color: var(--color-4);
  margin-bottom: 40px;
  text-align: center;
  position: relative;
  font-style: italic;
}

.testimonials-section .client-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.testimonials-section .client-photo-wrapper {
  position: relative;
  margin-bottom: 20px;
}

.testimonials-section .client-photo {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  object-fit: cover;
  border: 4px solid transparent;
  transition: all 0.5s ease;
}
/* mod code */
.testimonials-section .client-photo-wrapper {
  position: relative;
  margin-bottom: 20px;
}

.testimonials-section .client-photo {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  object-fit: cover;
  border: 4px solid transparent;
  transition: all 0.5s ease;
  position: relative;
  z-index: 2;
}

.testimonials-section .client-photo-wrapper::before {
  content: "";
  position: absolute;
  top: -8px;
  left: -8px;
  width: calc(100% + 16px);
  height: calc(100% + 16px);
  border-radius: 50%;
  background: linear-gradient(45deg, var(--color-1), var(--color-2));
  opacity: 0;
  transform: scale(0.8);
  transition: all 0.5s ease;
  z-index: 1;
}

.testimonials-section .client-photo-wrapper::after {
  content: "";
  position: absolute;
  top: -12px;
  left: -12px;
  width: calc(100% + 24px);
  height: calc(100% + 24px);
  border-radius: 50%;
  background: conic-gradient(
    from 0deg,
    var(--color-1),
    var(--color-2),
    var(--color-1)
  );
  opacity: 0;
  transform: rotate(0deg) scale(0.8);
  transition: all 0.8s ease;
  z-index: 0;
}

.testimonials-section .testimonial-card:hover .client-photo {
  transform: scale(1.1);
  border-color: var(--color-3);
}

.testimonials-section .testimonial-card:hover .client-photo-wrapper::before {
  opacity: 1;
  transform: scale(1);
}

.testimonials-section .testimonial-card:hover .client-photo-wrapper::after {
  opacity: 0.6;
  transform: rotate(360deg) scale(1.1);
}

/* mod code ends */

.testimonials-section .client-name {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--color-4);
  margin-bottom: 8px;
  transition: color 0.3s ease;
}

.testimonials-section .client-position {
  font-size: 1rem;
  color: var(--color-1);
  font-weight: 500;
  opacity: 0.8;
  transition: opacity 0.3s ease;
}

/* Navigation */
.testimonials-section .swiper-button-next,
.testimonials-section .swiper-button-prev {
  width: 60px;
  height: 60px;
  background: var(--color-3);
  border-radius: 50%;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  transition: all 0.4s ease;
  border: 2px solid transparent;
}

.testimonials-section .swiper-button-next::after,
.testimonials-section .swiper-button-prev::after {
  font-size: 1.5rem;
  color: var(--color-2);
}

.testimonials-section .swiper-button-next:hover,
.testimonials-section .swiper-button-prev:hover {
  background: var(--color-2);
  border-color: var(--color-1);
  transform: scale(1.1);
}

.testimonials-section .swiper-button-next:hover::after,
.testimonials-section .swiper-button-prev:hover::after {
  color: var(--color-3);
}

/* Pagination */
.testimonials-section .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  background: var(--color-1);
  opacity: 0.3;
  transition: all 0.3s ease;
}

.testimonials-section .swiper-pagination-bullet-active {
  background: var(--color-2);
  opacity: 1;
  transform: scale(1.3);
}
/* last chart section */
/* Construction Chart Section Styles */
.construction-chart-section {
  background: linear-gradient(135deg, var(--color-4) 0%, #0f0f0f 100%);
  position: relative;
  overflow: hidden;
}

.construction-chart-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: radial-gradient(
      circle at 20% 80%,
      rgba(253, 195, 72, 0.1) 0%,
      transparent 50%
    ),
    radial-gradient(
      circle at 80% 20%,
      rgba(1, 84, 141, 0.1) 0%,
      transparent 50%
    );
  pointer-events: none;
}

.construction-chart-section .chart-header {
  position: relative;
  z-index: 2;
}

.construction-chart-section .section-title {
  color: var(--color-3);
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
  position: relative;
}

.construction-chart-section .section-title::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background: linear-gradient(90deg, var(--color-1) 0%, var(--color-2) 100%);
  border-radius: 2px;
}

.construction-chart-section .section-subtitle {
  color: rgba(255, 255, 255, 0.8);
  font-size: 1.1rem;
  margin-bottom: 0;
}

/* Services Chart Container */
.construction-chart-section .services-chart-container {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 15px;
  padding: 2rem;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
  overflow: hidden;
}

.construction-chart-section .services-chart-container::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(253, 195, 72, 0.1),
    transparent
  );
  transition: left 0.8s ease;
}

.construction-chart-section .services-chart-container:hover::before {
  left: 100%;
}

/* Chart Rows */
.construction-chart-section .chart-row {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease;
}

.construction-chart-section .chart-row:not(.chart-header-row) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.construction-chart-section .chart-row:not(.chart-header-row):hover {
  background: rgba(253, 195, 72, 0.1);
  transform: translateX(10px);
}

.construction-chart-section .chart-row:not(.chart-header-row):hover::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background: linear-gradient(180deg, var(--color-1) 0%, var(--color-2) 100%);
  transform: scaleY(1);
  transition: transform 0.3s ease;
}

/* Chart Cells */
.construction-chart-section .chart-cell {
  padding: 1.5rem 1rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  min-height: 80px;
  position: relative;
  transition: all 0.3s ease;
}

/* Header Cells */
.construction-chart-section .header-cell {
  background: rgba(1, 84, 141, 0.3);
  color: var(--color-3);
  font-weight: 700;
  font-size: 0.95rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.construction-chart-section .header-cell::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(253, 195, 72, 0.2),
    transparent
  );
  transition: left 0.6s ease;
}

.construction-chart-section .header-cell:hover::before {
  left: 100%;
}

/* Service Cells */
.construction-chart-section .service-cell {
  color: var(--color-3);
  font-weight: 600;
  font-size: 1.1rem;
  position: relative;
}

.construction-chart-section .service-cell .chart-icon {
  font-size: 1.5rem;
  color: var(--color-1);
  margin-right: 1rem;
  transition: all 0.3s ease;
}

.construction-chart-section .chart-row:hover .service-cell .chart-icon {
  color: var(--color-2);
  transform: scale(1.2) rotate(5deg);
}

/* Stat Cells */
.construction-chart-section .stat-cell {
  justify-content: center;
  position: relative;
}

.construction-chart-section .stat-number,
.construction-chart-section .stat-percentage,
.construction-chart-section .stat-timeline {
  color: var(--color-1);
  font-weight: 700;
  font-size: 1.3rem;
  position: relative;
  transition: all 0.3s ease;
}

.construction-chart-section .chart-row:hover .stat-number,
.construction-chart-section .chart-row:hover .stat-percentage,
.construction-chart-section .chart-row:hover .stat-timeline {
  color: var(--color-2);
  transform: scale(1.1);
}

.construction-chart-section .stat-number::after,
.construction-chart-section .stat-percentage::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%) scaleX(0);
  width: 100%;
  height: 2px;
  background: var(--color-1);
  transition: transform 0.3s ease;
}

.construction-chart-section .chart-row:hover .stat-number::after,
.construction-chart-section .chart-row:hover .stat-percentage::after {
  transform: translateX(-50%) scaleX(1);
}

/* Specialty Cells */
.construction-chart-section .specialty-cell {
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.95rem;
  position: relative;
}

.construction-chart-section .specialty-cell::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 3px;
  height: 0;
  background: var(--color-1);
  transition: height 0.3s ease;
}

.construction-chart-section .chart-row:hover .specialty-cell::before {
  height: 60%;
}

/* Chart Summary */
.construction-chart-section .chart-summary {
  position: relative;
  z-index: 2;
}

.construction-chart-section .summary-card {
  background: rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  padding: 2rem 1.5rem;
  text-align: center;
  position: relative;
  overflow: hidden;
  transition: all 0.4s ease;
  border: 1px solid rgba(255, 255, 255, 0.1);
  margin-bottom: 1.5rem;
}

.construction-chart-section .summary-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    45deg,
    #ba2222fa,
    rgba(253, 195, 72, 0.97),
    transparent
  );
  transition: left 0.6s ease;
}

.construction-chart-section .summary-card:hover::before {
  left: 100%;
}

.construction-chart-section .summary-card::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    135deg,
    rgba(253, 195, 72, 0.1) 0%,
    rgba(1, 84, 141, 0.1) 100%
  );
  opacity: 0;
  transition: opacity 0.3s ease;
}

.construction-chart-section .summary-card:hover {
  transform: translateY(-10px) scale(1.05);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

.construction-chart-section .summary-card:hover::after {
  opacity: 1;
}

.construction-chart-section .summary-icon {
  position: relative;
  z-index: 3;
  margin-bottom: 1rem;
}

.construction-chart-section .summary-icon i {
  font-size: 2.5rem;
  color: #9248fd;
  transition: all 0.4s ease;
}

.construction-chart-section .summary-card:hover .summary-icon i {
  color: var(--color-2);
  transform: scale(1.2) rotate(360deg);
}

.construction-chart-section .summary-content {
  position: relative;
  z-index: 3;
}

.construction-chart-section .summary-content h4 {
  color: var(--color-3);
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  transition: color 0.3s ease;
}

.construction-chart-section .summary-content p {
  color: var(--color-4);
  font-size: 1rem;
  margin-bottom: 0;
  transition: color 0.3s ease;
}

.construction-chart-section .summary-card:hover .summary-content h4 {
  color: var(--color-1);
}

.construction-chart-section .summary-card:hover .summary-content p {
  color: var(--color-2);
}
.construction-chart-section .summary-card .counter {
  font-weight: bold;
  font-size: 2rem;
  color: var(--color-4);
  transition: all 1s ease;
}
/* about page ends */
/* Services Section Styles - Scoped to .services-section */
.services-section {
  position: relative;
  width: 100%;
  padding: 120px 0;
  background-image: url("../images/services-banner.webp");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  overflow: hidden;
}

.services-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(30, 30, 30, 0.7);
}

.services-section .services-banner {
  height: 100%;
  position: relative;
  z-index: 2;
  padding: 0 20px;
}

.services-section .text-container {
  max-width: 800px;
  text-align: center;
}

.services-section .services-heading {
  color: var(--color-3);
  margin-bottom: 1.5rem;
  line-height: 1.2;
}

.services-section .text-accent {
  color: var(--color-1);
}

.services-section .services-subheading {
  font-size: 1.5rem;
  color: var(--color-3);
  line-height: 1.6;
}

/* first services page */
/* Service Page Styles */
.service-page {
  padding: 80px 0;
  background-color: var(--color-3);
}

.service-page .service-sidebar {
  position: sticky;
  top: 100px;
  padding-right: 30px;
}

.service-page .widget-title {
  color: var(--color-2);
  font-size: 22px;
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 10px;
}

.service-page .widget-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50px;
  height: 3px;
  background-color: var(--color-1);
}

.service-page .service-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.service-page .service-list li {
  margin-bottom: 10px;
  position: relative;
  padding-left: 20px;
}

.service-page .service-list li::before {
  content: "\F138";
  font-family: "bootstrap-icons";
  position: absolute;
  left: 0;
  top: 8px;
  color: var(--color-1);
}

.service-page .service-list li a {
  color: var(--color-4);
  text-decoration: none;
  display: block;
  padding: 8px 0;
  transition: all 0.3s ease;
}

.service-page .service-list li a:hover,
.service-page .service-list li.active a {
  color: var(--color-2);
  transform: translateX(5px);
}

.service-page .contact-info p {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
}

.service-page .contact-info i {
  margin-right: 10px;
  color: var(--color-1);
}

.service-page .brochure-download {
  background-color: var(--color-2);
  padding: 30px;
  text-align: center;
  border-radius: 5px;
  color: var(--color-3);
}

.service-page .brochure-download i {
  font-size: 50px;
  margin-bottom: 15px;
  display: block;
  color: var(--color-1);
}

.service-page .brochure-download h4 {
  margin-bottom: 20px;
  font-size: 18px;
}

.service-page .brochure-download .btn-download {
  background-color: var(--color-1);
  color: var(--color-4);
  padding: 10px 25px;
  border-radius: 30px;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px;
  transition: all 0.3s ease;
}

.service-page .brochure-download .btn-download:hover {
  background-color: var(--color-3);
}

.service-page .service-slider {
  margin-bottom: 40px;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.service-page .service-slider .swiper-slide img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}

.service-page .service-slider .swiper-pagination-bullet-active {
  background-color: var(--color-1);
}

.service-page .service-slider .swiper-button-next,
.service-page .service-slider .swiper-button-prev {
  color: var(--color-1);
}

.service-page .service-title {
  color: var(--color-2);
  margin-bottom: 20px;
  font-weight: 700;
  position: relative;
  padding-bottom: 15px;
}

.service-page .service-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 80px;
  height: 3px;
  background-color: var(--color-1);
}

.service-page .service-description p {
  margin-bottom: 15px;
  color: var(--color-4);
  line-height: 1.8;
}

.service-page .service-features {
  background-color: #f9f9f9;
  padding: 30px;
  border-radius: 5px;
  margin: 40px 0;
}

.service-page .feature-list {
  list-style: none;
  padding: 0;
}

.service-page .feature-list li {
  margin-bottom: 15px;
  position: relative;
  padding-left: 30px;
  color: var(--color-4);
}

.service-page .feature-list i {
  position: absolute;
  left: 0;
  top: -2px;
  color: var(--color-1);
  font-size: 20px;
}

.service-page .gallery-item {
  position: relative;
  margin-bottom: 30px;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.service-page .gallery-item img {
  transition: all 0.5s ease;
  width: 100%;
  height: 250px;
  object-fit: cover;
}

.service-page .gallery-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: all 0.3s ease;
}

.service-page .gallery-item:hover .gallery-overlay {
  opacity: 1;
}

.service-page .gallery-item:hover img {
  transform: scale(1.05);
}

.service-page .zoom-btn {
  color: var(--color-3);
  background-color: var(--color-1);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 20px;
  transition: all 0.3s ease;
}

.service-page .zoom-btn:hover {
  background-color: var(--color-2);
  transform: scale(1.1);
}

.service-page .content-title {
  color: var(--color-2);
  margin: 40px 0 20px;
  font-weight: 600;
  position: relative;
  padding-bottom: 10px;
}

.service-page .content-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50px;
  height: 2px;
  background-color: var(--color-1);
}
/* Featured Services Section dark second */
.featured-services-section {
  background: linear-gradient(135deg, var(--color-4) 0%, #2a2a2a 100%);
  position: relative;
  overflow: hidden;
}

.featured-services-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grid" width="10" height="10" patternUnits="userSpaceOnUse"><path d="M 10 0 L 0 0 0 10" fill="none" stroke="rgba(253, 195, 72, 0.1)" stroke-width="1"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)"/></svg>');
  opacity: 0.3;
  z-index: 1;
}

.featured-services-section .container {
  position: relative;
  z-index: 2;
}

.featured-services-section .section-title {
  color: var(--color-3);
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
  position: relative;
}

.featured-services-section .section-title::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 3px;
  background: linear-gradient(90deg, var(--color-1), var(--color-2));
  border-radius: 2px;
}

.featured-services-section .section-subtitle {
  color: rgba(255, 255, 255, 0.8);
  font-size: 1.1rem;
  margin-bottom: 0;
}

.featured-services-section .service-cards-row {
  margin-top: 3rem;
}

.featured-services-section .service-card {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 15px;
  padding: 2.5rem 2rem;
  height: 100%;
  position: relative;
  overflow: hidden;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  cursor: pointer;
}

.featured-services-section .service-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(253, 195, 72, 0.1),
    transparent
  );
  transition: left 0.6s ease;
  z-index: 1;
}

.featured-services-section .service-card::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background: radial-gradient(
    circle,
    rgba(253, 195, 72, 0.15) 0%,
    transparent 70%
  );
  transform: translate(-50%, -50%);
  border-radius: 50%;
  transition: all 0.5s ease;
  z-index: 1;
}

.featured-services-section .service-card:hover::before {
  left: 100%;
}

.featured-services-section .service-card:hover::after {
  width: 300px;
  height: 300px;
}

.featured-services-section .service-card:hover {
  transform: translateY(-10px) scale(1.02);
  background: rgba(255, 255, 255, 0.1);
  border-color: var(--color-1);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3), 0 0 20px rgba(253, 195, 72, 0.2);
}

.featured-services-section .service-card-inner {
  position: relative;
  z-index: 2;
  text-align: center;
}

.featured-services-section .service-icon-wrapper {
  width: 80px;
  height: 80px;
  margin: 0 auto 1.5rem;
  background: linear-gradient(135deg, var(--color-1), var(--color-2));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: all 0.4s ease;
}

.featured-services-section .service-icon-wrapper::before {
  content: "";
  position: absolute;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  background: linear-gradient(135deg, var(--color-1), var(--color-2));
  border-radius: 50%;
  opacity: 0;
  transition: all 0.4s ease;
  z-index: -1;
}

.featured-services-section .service-card:hover .service-icon-wrapper::before {
  opacity: 0.3;
  top: -10px;
  left: -10px;
  right: -10px;
  bottom: -10px;
}

.featured-services-section .service-card:hover .service-icon-wrapper {
  transform: rotate(360deg) scale(1.1);
}

.featured-services-section .service-icon {
  font-size: 2rem;
  color: var(--color-3);
  transition: all 0.3s ease;
}

.featured-services-section .service-title {
  color: var(--color-3);
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: 1rem;
  transition: all 0.3s ease;
}

.featured-services-section .service-card:hover .service-title {
  color: var(--color-1);
  transform: translateY(-5px);
}

.featured-services-section .service-description {
  color: rgba(255, 255, 255, 0.85);
  font-size: 0.95rem;
  line-height: 1.6;
  margin-bottom: 0;
  transition: all 0.3s ease;
}

.featured-services-section .service-card:hover .service-description {
  color: var(--color-3);
  transform: translateY(-3px);
}
/* Process Section */
.process-section {
  background-color: var(--color-3);
  position: relative;
  overflow: hidden;
}

.process-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 60 60"><defs><pattern id="dots" width="20" height="20" patternUnits="userSpaceOnUse"><circle cx="10" cy="10" r="1.5" fill="rgba(30, 30, 30, 0.08)"/></pattern></defs><rect width="60" height="60" fill="url(%23dots)"/></svg>');
  opacity: 0.6;
  z-index: 1;
}

.process-section .container {
  position: relative;
  z-index: 2;
}

.process-section .small-heading {
  color: var(--color-2);
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  display: block;
  margin-bottom: 0.5rem;
}

.process-section .main-heading {
  color: var(--color-4);
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  line-height: 1.2;
}

.process-section .section-description {
  color: #666;
  font-size: 1.1rem;
  line-height: 1.7;
  margin-bottom: 0;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.process-section .process-content-row {
  margin-top: 4rem;
}

.process-section .process-cards-wrapper {
  padding-right: 2rem;
}

.process-section .process-card {
  display: flex;
  align-items: flex-start;
  margin-bottom: 3rem;
  position: relative;
  transition: all 0.3s ease;
}

.process-section .process-card::before {
  content: "";
  position: absolute;
  left: 35px;
  top: 70px;
  width: 2px;
  height: calc(100% + 1.5rem);
  background: linear-gradient(to bottom, var(--color-1), transparent);
  opacity: 0.3;
  transition: all 0.3s ease;
}

.process-section .process-card:last-child::before {
  display: none;
}

.process-section .process-card:hover::before {
  opacity: 0.6;
  background: linear-gradient(to bottom, var(--color-1), var(--color-2));
}

.process-section .process-number {
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--color-1);
  margin-right: 1.5rem;
  line-height: 1;
  min-width: 70px;
  position: relative;
  transition: all 0.4s ease;
}

.process-section .process-number::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  border: 2px solid var(--color-1);
  border-radius: 50%;
  opacity: 0;
  transition: all 0.4s ease;
  z-index: -1;
}

.process-section .process-card:hover .process-number {
  color: var(--color-2);
  transform: scale(1.1);
}

.process-section .process-card:hover .process-number::after {
  opacity: 0.2;
  transform: translate(-50%, -50%) scale(1.2);
}

.process-section .process-content {
  flex: 1;
}

.process-section .process-title {
  color: var(--color-4);
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: 0.8rem;
  transition: all 0.3s ease;
}

.process-section .process-card:hover .process-title {
  color: var(--color-2);
  transform: translateX(5px);
}

.process-section .process-description {
  color: #666;
  font-size: 0.95rem;
  line-height: 1.6;
  margin-bottom: 0;
  transition: all 0.3s ease;
}

.process-section .process-card:hover .process-description {
  color: var(--color-4);
  transform: translateX(5px);
}

.process-section .process-images-wrapper {
  padding-left: 2rem;
}

.process-section .process-image-item {
  margin-bottom: 2rem;
  position: relative;
}

.process-section .process-image-item:last-child {
  margin-bottom: 0;
}

.process-section .image-placeholder {
  width: 100%;
  height: 200px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  transition: all 0.4s ease;
  cursor: pointer;
}

.process-section .image-placeholder::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    45deg,
    transparent 30%,
    rgba(255, 255, 255, 0.1) 50%,
    transparent 70%
  );
  transform: translateX(-100%);
  transition: transform 0.6s ease;
}

.process-section .image-placeholder:hover::before {
  transform: translateX(100%);
}

.process-section .image-1 {
  background: url("../images/service-planning.webp");
  background-size: cover;
}

.process-section .image-2 {
  background: url("../images/services-costcalc.webp");
  background-size: cover;
}

.process-section .image-3 {
  background: url("../images/services-signing.webp");
  background-size: cover;
}

.process-section .image-placeholder:hover {
  transform: translateY(-5px) scale(1.02);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.process-section .image-label {
  color: #ffffff;
  background: linear-gradient(180deg, transparent, var(--color-2));
  padding: 0.5em 1em;
  font-size: 1.1rem;
  font-weight: 600;
  text-align: center;
  position: relative;
  z-index: 2;
  border-radius: 10em;
}
/* services page ends */
/* gallery page */
.gallery-section {
  position: relative;
  width: 100%;
  /* height: 60vh; */
  padding: 120px 0;
  background-image: url("../images/gallery-banner.webp");
  background-size: cover;
  background-position: center 90%;
  overflow: hidden;
}

.gallery-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(30, 30, 30, 0.7);
}

.gallery-section .gallery-banner {
  height: 100%;
  position: relative;
  z-index: 2;
  padding: 0 20px;
}

.gallery-section .text-container {
  max-width: 800px;
  text-align: center;
}

.gallery-section .gallery-heading {
  font-size: 3.5rem;
  color: var(--color-3);
  margin-bottom: 1.5rem;
  line-height: 1.2;
}

.gallery-section .text-accent {
  color: var(--color-1);
}

.gallery-section .gallery-subheading {
  font-size: 1.5rem;
  color: var(--color-3);
  line-height: 1.6;
}
/* gallery page */
/* Gallery Section Styles */
.gallery-section-page {
  background-color: var(--color-3);
  min-height: 100vh;
}

.gallery-section-page .gallery-header {
  margin-bottom: 3rem;
}

.gallery-section-page .gallery-title {
  color: var(--color-2);
  text-transform: uppercase;
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.gallery-section-page .gallery-subtitle {
  color: var(--color-2);
  font-size: 1.2rem;
  margin-bottom: 0;
}

/* Filter Buttons */
.gallery-section-page .gallery-filters {
  margin-bottom: 2.5rem;
}

.gallery-section-page .filter-btn {
  background-color: transparent;
  border: 2px solid var(--color-2);
  color: var(--color-2);
  padding: 0.5rem 1.5rem;
  margin: 0.25rem;
  border-radius: 25px;
  font-weight: 500;
  transition: all 0.3s ease;
  cursor: pointer;
}

.gallery-section-page .filter-btn:hover,
.gallery-section-page .filter-btn.active {
  background-color: var(--color-2);
  color: var(--color-3);
  transform: translateY(-2px);
}

/* Gallery Grid */
.gallery-section-page .gallery-grid {
  margin-bottom: 2rem;
}

.gallery-section-page .gallery-item {
  margin-bottom: 2rem;
  opacity: 1;
  transform: scale(1);
  transition: all 0.5s ease;
}

.gallery-section-page .gallery-item.filtered-out {
  opacity: 0;
  transform: scale(0.8);
  pointer-events: none;
}

.gallery-section-page .gallery-card {
  background-color: var(--color-3);
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.gallery-section-page .gallery-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
}

.gallery-section-page .gallery-image {
  position: relative;
  overflow: hidden;
  height: 250px;
}

.gallery-section-page .gallery-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease;
}

.gallery-section-page .gallery-card:hover .gallery-image img {
  transform: scale(1.1);
}

.gallery-section-page .gallery-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    45deg,
    rgba(1, 84, 141, 0.9),
    rgba(253, 195, 72, 0.9)
  );
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: all 0.3s ease;
}

.gallery-section-page .gallery-card:hover .gallery-overlay {
  opacity: 1;
}

.gallery-section-page .gallery-content {
  text-align: center;
  color: var(--color-3);
}

.gallery-section-page .project-title {
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.gallery-section-page .project-category {
  font-size: 0.9rem;
  opacity: 0.9;
  margin-bottom: 1rem;
}

.gallery-section-page .view-btn {
  background-color: var(--color-3);
  color: var(--color-2);
  border: none;
  padding: 0.5rem 1rem;
  border-radius: 5px;
  font-weight: 500;
  transition: all 0.3s ease;
}

.gallery-section-page .view-btn:hover {
  background-color: var(--color-1);
  color: var(--color-4);
  transform: translateY(-2px);
}

/* Load More Button */
.gallery-section-page .load-more-btn {
  background-color: var(--color-2);
  color: var(--color-3);
  border: none;
  padding: 0.75rem 2rem;
  border-radius: 25px;
  font-size: 1.1rem;
  font-weight: 500;
  transition: all 0.3s ease;
  cursor: pointer;
}

.gallery-section-page .load-more-btn:hover {
  background-color: var(--color-1);
  color: var(--color-4);
  transform: translateY(-2px);
}

/* Modal Styles */
.gallery-section-page .modal-content {
  border: none;
  border-radius: 10px;
}

.gallery-section-page .modal-header {
  background-color: var(--color-2);
  color: var(--color-3);
  border-bottom: none;
}

.gallery-section-page .modal-title {
  font-weight: 600;
}

#projectModal .btn-close {
  background: var(--color-1);
  border: none;
  color: var(--color-4);
  font-size: 1.2rem;
  opacity: 1;
}
#projectModal .btn-close:hover {
  color: var(--color-3);
  background: orangered;
  transition: background 0.3s ease, color 0.3s ease;
}

.gallery-section-page .btn-close:hover {
  color: var(--color-1);
}

.gallery-section-page .project-details {
  padding: 1rem 0;
}

.gallery-section-page .project-details h6 {
  color: var(--color-2);
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.gallery-section-page .project-details p {
  color: var(--color-4);
  margin-bottom: 1rem;
}

.gallery-section-page .project-specs {
  background-color: #f8f9fa;
  padding: 1rem;
  border-radius: 5px;
  margin-bottom: 1rem;
}

.gallery-section-page .spec-item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.5rem;
}

.gallery-section-page .spec-label {
  font-weight: 500;
  color: var(--color-4);
}

.gallery-section-page .spec-value {
  color: var(--color-2);
  font-weight: 600;
}
/* contact page */
.contact-section {
  position: relative;
  width: 100%;
  height: 60vh;
  background-image: url("../images/contact-banner.webp");
  background-size: cover;
  background-position: 100% -270px;
  background-attachment: fixed;
  overflow: hidden;
}

.contact-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(30, 30, 30, 0.7);
}

.contact-section .contact-banner {
  height: 100%;
  position: relative;
  z-index: 2;
  padding: 0 20px;
}

.contact-section .text-container {
  max-width: 800px;
  text-align: center;
}

.contact-section .contact-heading {
  font-size: 3.5rem;
  color: var(--color-3);
  margin-bottom: 1.5rem;
  line-height: 1.2;
}

.contact-section .text-accent {
  color: var(--color-1);
}

.contact-section .contact-subheading {
  font-size: 1.5rem;
  color: var(--color-3);
  line-height: 1.6;
}
/* contact page styles */
/* Contact Hero Section */
.contact-hero {
  background: linear-gradient(
    135deg,
    var(--color-2) 0%,
    rgba(1, 84, 141, 0.8) 100%
  );
  color: var(--color-3);
  padding: 100px 0 80px;
  position: relative;
  overflow: hidden;
}

.contact-hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grid" width="10" height="10" patternUnits="userSpaceOnUse"><path d="M 10 0 L 0 0 0 10" fill="none" stroke="rgba(255,255,255,0.1)" stroke-width="0.5"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)"/></svg>');
  opacity: 0.3;
}

.contact-hero .hero-content {
  position: relative;
  z-index: 2;
}

.contact-hero h1 {
  font-size: 3.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.contact-hero p {
  font-size: 1.3rem;
  opacity: 0.9;
}

/* Contact Info Cards Section */
.contact-info-section {
  padding: 80px 0;
  background-color: #f8f9fa;
}

.contact-info-section .contact-card {
  background: var(--color-3);
  border-radius: 15px;
  padding: 40px 30px;
  text-align: center;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  height: 100%;
  border: 3px solid transparent;
}

.contact-info-section .contact-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
  border-color: var(--color-1);
}

.contact-info-section .contact-icon {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, var(--color-1) 0%, #ffb31a 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 25px;
  transition: all 0.3s ease;
}

.contact-info-section .contact-card:hover .contact-icon {
  transform: scale(1.1);
}

.contact-info-section .contact-icon i {
  font-size: 2rem;
  color: var(--color-3);
}

.contact-info-section .contact-card h4 {
  color: var(--color-2);
  font-weight: 600;
  margin-bottom: 15px;
  font-size: 1.5rem;
}

.contact-info-section .contact-card p {
  color: #666;
  margin-bottom: 10px;
  font-size: 1.1rem;
}

.contact-info-section .contact-card .contact-link {
  color: var(--color-2);
  text-decoration: none;
  font-weight: 500;
  transition: color 0.3s ease;
}

.contact-info-section .contact-card .contact-link:hover {
  color: var(--color-1);
  text-decoration: none;
}

/* Contact Form Section */
.contact-form-section {
  padding: 80px 0;
  background: var(--color-3);
}

.contact-form-section .section-title {
  text-align: center;
  margin-bottom: 60px;
}

.contact-form-section .section-title h2 {
  color: var(--color-2);
  font-size: 2.8rem;
  font-weight: 700;
  margin-bottom: 15px;
}

.contact-form-section .section-title p {
  color: #666;
  font-size: 1.2rem;
  max-width: 600px;
  margin: 0 auto;
}

.contact-form-section .contact-form {
  background: #f8f9fa;
  padding: 20px;
  border-radius: 20px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}

.contact-form-section .form-group label {
  color: var(--color-2);
  font-weight: 600;
  margin-bottom: 8px;
}

.contact-form-section .form-control {
  border: 2px solid #e9ecef;
  border-radius: 5px;
  padding: 15px 20px;
  font-size: 1rem;
  transition: all 0.3s ease;
}

.contact-form-section .form-control:focus {
  border-color: var(--color-1);
  box-shadow: 0 0 0 0.2rem rgba(253, 195, 72, 0.25);
}

.contact-form-section .form-control::placeholder {
  color: #adb5bd;
}

.contact-form-section textarea.form-control {
  min-height: 120px;
  resize: vertical;
}

.contact-form-section .btn-submit {
  background: linear-gradient(135deg, var(--color-2) 0%, #0066b3 100%);
  color: var(--color-3);
  border: none;
  padding: 15px 40px;
  border-radius: 50px;
  font-weight: 600;
  font-size: 1.1rem;
  transition: all 0.3s ease;
  width: 100%;
}

.contact-form-section .btn-submit:hover {
  background: linear-gradient(135deg, #0066b3 0%, var(--color-2) 100%);
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(1, 84, 141, 0.3);
}

.contact-form-section .contact-info-box {
  background: var(--color-2);
  color: var(--color-3);
  padding: 40px;
  border-radius: 20px;
  height: 100%;
}

.contact-form-section .info-item {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}

.contact-form-section .info-item i {
  background: var(--color-1);
  color: var(--color-2);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
  font-size: 1.2rem;
}

.contact-form-section .info-item-content h5 {
  margin-bottom: 5px;
  font-weight: 600;
}

.contact-form-section .info-item-content p {
  margin: 0;
  opacity: 0.9;
}

/* Map Section */
.map-section {
  padding: 0;
  background: var(--color-3);
}

.map-section .map-container {
  height: 100%;
  border-radius: 0;
  overflow: hidden;
  position: relative;
}

.map-section .map-overlay {
  position: absolute;
  top: 10px;
  right: 30px;
  background: var(--color-3);
  padding: 25px;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  z-index: 1000;
  max-width: 300px;
}

.map-section .map-overlay h5 {
  color: var(--color-2);
  font-weight: 600;
  margin-bottom: 10px;
}

.map-section .map-overlay p {
  color: #666;
  margin: 0;
  font-size: 0.95rem;
}

/* Social Media Section */
.social-section {
  padding: 80px 0;
  background: linear-gradient(135deg, var(--color-4) 0%, #2a2a2a 100%);
  color: var(--color-3);
  text-align: center;
}

.social-section h3 {
  font-size: 2.5rem;
  font-weight: 600;
  margin-bottom: 20px;
}

.social-section p {
  font-size: 1.2rem;
  opacity: 0.8;
  margin-bottom: 40px;
}

.social-section .social-links {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.social-section .social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background: transparent;
  border: 3px solid var(--color-1);
  border-radius: 50%;
  color: var(--color-1);
  font-size: 1.5rem;
  text-decoration: none;
  transition: all 0.3s ease;
}

.social-section .social-link:hover {
  background: var(--color-1);
  color: var(--color-4);
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(253, 195, 72, 0.3);
  text-decoration: none;
}

/* Business Hours Section */
.business-hours-section {
  padding: 80px 0;
  background: var(--color-3);
}

.business-hours-section .hours-card {
  background: #f8f9fa;
  border-radius: 15px;
  padding: 40px;
  text-align: center;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.business-hours-section .hours-card h4 {
  color: var(--color-2);
  font-weight: 600;
  margin-bottom: 30px;
  font-size: 1.8rem;
}

.business-hours-section .hours-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 0;
  border-bottom: 1px solid #e9ecef;
}

.business-hours-section .hours-item:last-child {
  border-bottom: none;
}

.business-hours-section .hours-item .day {
  font-weight: 600;
  color: var(--color-2);
}

.business-hours-section .hours-item .time {
  color: #666;
}

.business-hours-section .hours-item.weekend {
  opacity: 0.7;
}

/* footer styles */
/* Footer Styles - Scoped to .footer-section */
.footer-section {
  background-color: var(--color-4);
  color: var(--color-3);
  padding: 60px 0 20px;
}

.footer-section .footer-col {
  margin-bottom: 40px;
}

.footer-section .footer-logo img {
  max-width: 100%;
  height: auto;
}

.footer-section .footer-description {
  color: rgba(255, 255, 255, 0.7);
  margin-top: 20px;
  line-height: 1.6;
}

.footer-section .footer-heading {
  color: var(--color-1);
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 25px;
  position: relative;
  padding-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
}

.footer-section .footer-heading::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50px;
  height: 2px;
  background-color: var(--color-1);
}

.footer-section .footer-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-section .footer-menu li {
  margin-bottom: 12px;
}

.footer-section .footer-menu a {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  transition: all 0.3s;
}

.footer-section .footer-menu a:hover {
  color: var(--color-1);
  padding-left: 5px;
}

.footer-section .contact-info {
  margin-top: 20px;
}

.footer-section .contact-item {
  display: flex;
  margin-bottom: 20px;
}

.footer-section .contact-icon {
  color: var(--color-1);
  font-size: 1.2rem;
  margin-right: 15px;
  width: 25px;
}

.footer-section .contact-text {
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.6;
}

.footer-section .contact-text a {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  transition: all 0.3s;
}

.footer-section .contact-text a:hover {
  color: var(--color-1);
}

.footer-section .footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  margin-top: 20px;
}

.footer-section .copyright {
  color: rgba(255, 255, 255, 0.5);
  margin: 0;
}

.footer-section .social-media {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: flex-end;
}

.footer-section .social-media li {
  margin-left: 15px;
}

.footer-section .social-media a {
  color: var(--color-3);
  background-color: rgba(255, 255, 255, 0.1);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}

.footer-section .social-media a:hover {
  background-color: var(--color-1);
  color: var(--color-4);
}

/* Tablet (md) styles */

/* Mobile (col-12) styles */

/* utility classes */
/* colors */
.text-yellow {
  color: var(--color-1);
}
.text-blue {
  color: var(--color-2);
}
.text-oit {
  color: var(--color-3);
}
.text-black {
  color: var(--color-4);
}
/* backgrounds */
.bg-yellow {
  background-color: var(--color-1);
}
.bg-blue {
  background-color: var(--color-2);
}
.bg-oit {
  background-color: var(--color-3);
}
.bg-black {
  background-color: var(--color-4);
}
/* font family */
.font-monserrat {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}
.font-jost {
  font-family: "Jost", sans-serif;
  font-weight: normal;
}
/* theme-btn */
.theme-button {
  font-size: 1.15rem;
  color: #000;
  background: none;
  padding: 0;
}

.theme-button .button__bg {
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background: var(--color-1);
  border-radius: 0.85rem;
  overflow: hidden;
  transition: transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
}

.theme-button:hover .button__bg {
  transform: scale3d(1.2, 1.2, 1);
}

.theme-button .button__bg::before,
.theme-button .button__bg::after {
  content: "";
  position: absolute;
  background: #db2a1b;
  color: white !important;
}

.theme-button .button__bg::before {
  width: 110%;
  height: 0;
  padding-bottom: 110%;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  transform: translate3d(-50%, -50%, 0) scale3d(0, 0, 1);
}

.theme-button:hover .button__bg::before {
  transition: transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
  transform: translate3d(-50%, -50%, 0) scale3d(1, 1, 1);
}

.theme-button .button__bg::after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.3s;
}

.theme-button:hover .button__bg::after {
  opacity: 1;
  transition-duration: 0.01s;
  transition-delay: 0.3s;
}

.theme-button span {
  display: block;
  position: relative;
  padding: 1.5rem 3rem;
  /* mix-blend-mode: difference; */ /* ← remove or comment this line */
  color: #000000; /* initial color */
  transition: color 0.3s ease; /* smooth transition */
}
.theme-button:hover span {
  color: #ffffff; /* change to white on hover */
  font-weight: bold;
}
/* theme-btn-2 */
.theme-btn-2 {
  overflow: hidden;
  font-size: 1.15rem;
  border-radius: 0.85rem;
  position: relative;
  display: inline-block;
  padding: 15px 30px;
  background-color: var(--color-2);
  font-weight: bold;
}

.theme-btn-2 span {
  display: block;
  position: relative;
  /* mix-blend-mode: difference; */
  z-index: 10;
  color: white;
}
.theme-btn-2:hover span {
  display: block;
  position: relative;
  z-index: 10;
  color: black;
}

.theme-btn-2:hover span {
  animation: MoveScaleUpInitial 0.3s forwards, MoveScaleUpEnd 0.3s forwards 0.3s;
}

@keyframes MoveScaleUpInitial {
  to {
    transform: translate3d(0, -105%, 0) scale3d(1, 2, 1);
    opacity: 0;
  }
}

@keyframes MoveScaleUpEnd {
  from {
    transform: translate3d(0, 100%, 0) scale3d(1, 2, 1);
    opacity: 0;
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.theme-btn-2::before {
  content: "";
  position: absolute;
  background: var(--color-1);
  width: 120%;
  height: 0;
  padding-bottom: 120%;
  top: -110%;
  left: -10%;
  border-radius: 50%;
  transform: translate3d(0, 68%, 0) scale3d(0, 0, 0);
  z-index: 1;
}

.theme-btn-2:hover::before {
  transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  transition: transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
}

.theme-btn-2::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--color-1);
  transform: translate3d(0, -100%, 0);
  transition: transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
  z-index: 5;
}

.theme-btn-2:hover::after {
  transform: translate3d(0, 0, 0);
  transition-duration: 0.05s;
  transition-delay: 0.4s;
  transition-timing-function: linear;
  color: #000000 !important;
}

/* custom css ends */
.w0 {
  width: 0%;
}
.fixed {
  position: fixed;
  z-index: 2;
}
.priceicn {
  width: 50px;
}
.priceicn2 {
  width: 120px;
}
.point {
  bottom: 10px;
  left: 10px;
}
.point1 {
  bottom: 70px;
  left: 10px;
}
.point2 {
  bottom: 15px;
  right: 10px;
}
.blink {
  -webkit-animation: blink 1s;
  animation: blink 1s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes translateX {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(100%);
  }
}
/* ************************************************************* Media Queries ********************************************************************************** */
/* tablet media queries */
@media (min-width: 768px) and (max-width: 991.98px) {
  /* logo glow */
  .navbar-construction .logo-glow-wrapper {
    width: 130px;
    height: 130px;
    margin-top: 50px;
  }

  .navbar-construction .logo-glow-wrapper::before {
    width: 100px;
    height: 100px;
    top: 17px;
    left: 20px;
    box-shadow: 0 0 20px 8px rgba(255, 223, 0, 0.55);
  }
  .navbar-construction .nav-logo {
    width: 130px;
  }
  /* footer styles */
  .navbar-construction .dropdown-toggle {
    display: block;
  }
  .footer-section {
    padding: 50px 0 20px;
  }

  .footer-section .footer-heading {
    font-size: 1.3rem;
  }

  .footer-section .contact-icon {
    font-size: 1.1rem;
  }
  .footer-section .footer-logo {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  /* contact business hours */
  .business-hours-section {
    padding: 60px 0;
  }
  .business-hours-section .hours-card {
    padding: 35px;
  }
  /* contact socials  */
  .social-section {
    padding: 60px 0;
  }
  .social-section h3 {
    font-size: 2.2rem;
  }
  .social-section .social-links {
    gap: 15px;
  }
  /* contact map */
  .map-section .map-container {
    height: 100%;
  }
  .map-section .map-overlay {
    max-width: 280px;
    padding: 20px;
  }
  /* contact form */
  .contact-form-section {
    padding: 60px 0;
  }
  .contact-form-section .contact-form {
    padding: 40px;
    margin-bottom: 30px;
  }
  .contact-form-section .section-title h2 {
    font-size: 2.4rem;
  }
  /* contact info */
  .contact-info-section {
    padding: 60px 0;
  }
  .contact-info-section .contact-card {
    padding: 35px 25px;
    margin-bottom: 30px;
  }
  /* contact hero */
  .contact-hero {
    padding: 80px 0 60px;
  }
  .contact-hero h1 {
    font-size: 2.8rem;
  }
  .contact-hero p {
    font-size: 1.2rem;
  }
  /* contact page */
  .contact-section {
    height: 30vh;
  }

  .contact-section .contact-heading {
    font-size: 2.8rem;
  }

  .contact-section .contact-subheading {
    font-size: 1.3rem;
  }
  /* gallery page */
  .gallery-section {
    height: 50vh;
  }

  .gallery-section .gallery-heading {
    font-size: 2.8rem;
  }

  .gallery-section .gallery-subheading {
    font-size: 1.3rem;
  }
  /* service page ends */
  /* process */
  .process-section .main-heading {
    font-size: 2.2rem;
  }

  .process-section .process-content-row {
    margin-top: 3rem;
  }

  .process-section .process-cards-wrapper {
    padding-right: 0;
    margin-bottom: 3rem;
  }

  .process-section .process-images-wrapper {
    padding-left: 0;
  }

  .process-section .process-card {
    margin-bottom: 2.5rem;
  }

  .process-section .process-number {
    font-size: 2.2rem;
    margin-right: 1.2rem;
  }

  .process-section .process-title {
    font-size: 1.3rem;
  }

  .process-section .image-placeholder {
    height: 180px;
  }

  .process-section .process-image-item {
    margin-bottom: 1.5rem;
  }
  /* features */
  .featured-services-section .section-title {
    font-size: 2.2rem;
  }

  .featured-services-section .service-card {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }

  .featured-services-section .service-icon-wrapper {
    width: 70px;
    height: 70px;
  }

  .featured-services-section .service-icon {
    font-size: 1.8rem;
  }

  .featured-services-section .service-title {
    font-size: 1.3rem;
  }

  .featured-services-section .service-description {
    font-size: 0.9rem;
  }
  /* services section */
  .services-section {
    height: 50vh;
  }

  .services-section .services-heading {
    font-size: 2.8rem;
  }

  .services-section .services-subheading {
    font-size: 1.3rem;
  }
  /* service page */
  .service-page {
    padding: 60px 0;
  }

  .service-page .service-sidebar {
    padding-right: 15px;
  }

  .service-page .service-slider .swiper-slide img {
    height: 350px;
  }

  .service-page .service-features {
    padding: 20px;
  }

  .service-page .gallery-item img {
    height: 200px;
  }
  /* about ends */
  /* about chart section */
  .construction-chart-section .section-title {
    font-size: 2.2rem;
  }

  .construction-chart-section .services-chart-container {
    padding: 1.5rem;
  }

  .construction-chart-section .chart-cell {
    padding: 1.2rem 0.8rem;
    min-height: 70px;
  }

  .construction-chart-section .header-cell {
    font-size: 0.85rem;
  }

  .construction-chart-section .service-cell {
    font-size: 1rem;
  }

  .construction-chart-section .service-cell .chart-icon {
    font-size: 1.3rem;
    margin-right: 0.8rem;
  }

  .construction-chart-section .stat-number,
  .construction-chart-section .stat-percentage,
  .construction-chart-section .stat-timeline {
    font-size: 1.1rem;
  }

  .construction-chart-section .specialty-cell {
    font-size: 0.9rem;
  }

  .construction-chart-section .summary-card {
    padding: 1.5rem 1rem;
  }

  .construction-chart-section .summary-icon i {
    font-size: 2rem;
  }

  .construction-chart-section .summary-content h4 {
    font-size: 1.8rem;
  }
  /* about testimonial */
  .testimonials-section .section-title {
    font-size: 2.8rem;
  }
  .testimonials-section .testimonial-card {
    padding: 40px 30px;
  }
  .testimonials-section .testimonial-text {
    font-size: 1.1rem;
  }
  .testimonials-section .client-photo {
    width: 70px;
    height: 70px;
  }
  .testimonials-section .client-name {
    font-size: 1.3rem;
  }
  /* about vision mission values */
  .vision-mission-values {
    padding: 80px 0;
  }

  .vision-mission-values .section-title {
    font-size: 2.8rem;
  }

  .vision-mission-values .section-header {
    margin-bottom: 60px;
  }

  .vision-mission-values .value-card {
    padding: 40px 25px;
    margin-bottom: 30px;
  }

  .vision-mission-values .card-icon {
    font-size: 3.5rem;
  }

  .vision-mission-values .card-title {
    font-size: 1.8rem;
  }

  .vision-mission-values .card-overlay-icon {
    font-size: 8rem;
  }
  /* about intro */
  .about-section {
    height: 50vh;
  }

  .about-section .about-heading {
    font-size: 2.8rem;
  }

  .about-section .about-subheading {
    font-size: 1.3rem;
  }
  /* index ends */
  /* index cta */
  section.index-cta {
    padding: 0;
  }
  /* index gallery */
  .index-gallery {
    padding: 80px 0;
  }

  .index-gallery .gallery-card {
    height: 300px;
  }
  /* index whychoose */
  .whychoose-section {
    padding: 80px 0;
  }
  .whychoose-section .section-header {
    margin-bottom: 50px;
    padding: 0 15px;
  }

  .whychoose-section .image-card .whychoose-card,
  .whychoose-section .text-card .whychoose-card {
    height: 400px;
  }

  .whychoose-section .text-card .whychoose-card {
    padding: 25px;
  }
  /* Font size adjustments */
  .whychoose-section .card-title {
    font-size: 20px;
  }

  .whychoose-section .card-text {
    font-size: 14px;
  }
  .whychoose-section .odometer {
    font-size: 30px;
  }
  /* index services */
  .our-services-section {
    padding: 80px 0;
  }

  .our-services-section .service-card {
    height: 350px;
  }

  .our-services-section .section-header {
    margin-bottom: 50px;
  }
  /* welcome section index */
  .welcome-section {
    padding: 80px 0;
  }

  .welcome-section .welcome-content {
    padding: 30px 0 30px 30px;
  }

  .welcome-section .welcome-title {
    font-size: 32px;
  }

  .welcome-section .welcome-cta {
    flex-direction: column;
    align-items: flex-start;
  }

  .welcome-section .cta-btn {
    margin-bottom: 15px;
  }
  /* swiper */
  .construction-swiper {
    height: 60vh;
  }

  .construction-swiper .slide-main-heading {
    font-size: 2.8rem;
  }

  .construction-swiper .slide-description {
    font-size: 1.1rem;
  }

  .construction-swiper .btn {
    padding: 10px 25px;
  }

  .construction-swiper .construction-next,
  .construction-swiper .construction-prev {
    width: 50px;
    height: 50px;
  }
  .navbar-construction {
    padding: 12px 0;
  }

  .navbar-construction .brand-text {
    font-size: 20px;
  }

  .navbar-construction .nav-item {
    margin: 0 5px;
  }

  .navbar-construction .nav-link {
    padding: 8px 10px;
    font-size: 14px;
  }

  .navbar-construction .btn-contact {
    padding: 8px 15px;
    font-size: 14px;
  }
  nav.navbar-construction .navbar-nav.nav-main {
    background-color: #000000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 0.6em;
  }
  nav.navbar-construction .navbar-nav.nav-main .nav-contact {
    text-align: center;
  }

  .pad {
    padding: 40px 0;
  }
}
/* mobile media queries */
@media (min-width: 1px) and (max-width: 767.98px) {
  /* logo glow */
  .navbar-construction .logo-glow-wrapper {
    width: 120px;
    height: 120px;
    margin-top: 50px;
  }
  .navbar-construction .navbar-brand {
    margin-top: 0;
  }

  .navbar-construction .logo-glow-wrapper::before {
    width: 100px;
    height: 100px;
    top: 9px;
    left: 12px;
    box-shadow: 0 0 15px 5px rgba(255, 223, 0, 0.5);
  }
  .navbar-construction .dropdown-toggle {
    display: block;
  }
  /* footer styles */
  .footer-section {
    padding: 40px 0 20px;
  }
  .footer-section .footer-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
  }
  .footer-section .footer-col {
    display: flex;
    flex-direction: column;
    justify-content: center; /* vertical centering */
    align-items: flex-start; /* horizontal left alignment */
    text-align: left;
    min-height: 100%;
  }
  .footer-section .footer-heading::after {
    left: 50%;
    transform: translateX(-50%);
  }

  .footer-section .footer-menu {
    margin-bottom: 30px;
  }

  .footer-section .contact-item {
    justify-content: start;
  }

  .footer-section .footer-bottom .row > div {
    text-align: center !important;
    margin-bottom: 15px;
  }

  .footer-section .social-media {
    justify-content: center;
  }

  .footer-section .social-media li {
    margin: 0 8px;
  }
  /* contact business hours */
  .business-hours-section {
    padding: 50px 0;
  }
  .business-hours-section .hours-card {
    padding: 30px 20px;
  }
  .business-hours-section .hours-card h4 {
    font-size: 1.5rem;
  }
  /* contact socials */
  .social-section {
    padding: 50px 0;
  }
  .social-section h3 {
    font-size: 1.8rem;
  }
  .social-section .social-links {
    flex-wrap: wrap;
    gap: 15px;
  }
  .social-section .social-link {
    width: 55px;
    height: 55px;
    font-size: 1.3rem;
  }
  /* contact map */
  .map-section .map-container {
    height: 350px;
  }
  .map-section .map-overlay {
    position: relative;
    top: 0;
    left: 0;
    margin: 20px;
    max-width: none;
  }
  /* contact form */
  .contact-form-section {
    padding: 50px 0;
  }
  .contact-form-section .contact-form {
    padding: 30px 20px;
    margin-bottom: 30px;
  }
  .contact-form-section .section-title h2 {
    font-size: 2rem;
  }
  .contact-form-section .section-title {
    margin-bottom: 40px;
  }
  /* contact info */
  .contact-info-section {
    padding: 50px 0;
  }
  .contact-info-section .contact-card {
    padding: 30px 20px;
    margin-bottom: 25px;
  }
  .contact-info-section .contact-icon {
    width: 70px;
    height: 70px;
  }
  /* contact hero */
  .contact-hero {
    padding: 60px 0 40px;
  }
  .contact-hero h1 {
    font-size: 2.2rem;
  }
  .contact-hero p {
    font-size: 1.1rem;
  }
  /* contact page */
  .contact-section {
    height: 40vh;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
  }

  .contact-section .contact-heading {
    font-size: 2.2rem;
  }

  .contact-section .contact-subheading {
    font-size: 1.1rem;
  }
  /* gallery section page */
  .gallery-section-page .gallery-title {
    font-size: 1.8rem;
  }

  .gallery-section-page .gallery-subtitle {
    font-size: 1rem;
  }

  .gallery-section-page .gallery-filters {
    margin-bottom: 2rem;
  }

  .gallery-section-page .filter-btn {
    padding: 0.4rem 1rem;
    font-size: 0.85rem;
    margin: 0.2rem;
  }

  .gallery-section-page .gallery-item {
    margin-bottom: 1.5rem;
  }

  .gallery-section-page .gallery-image {
    height: 200px;
  }

  .gallery-section-page .project-title {
    font-size: 1.1rem;
  }

  .gallery-section-page .project-category {
    font-size: 0.85rem;
  }

  .gallery-section-page .view-btn {
    padding: 0.4rem 0.8rem;
    font-size: 0.85rem;
  }

  .gallery-section-page .load-more-btn {
    padding: 0.6rem 1.5rem;
    font-size: 1rem;
  }

  .gallery-section-page .modal-dialog {
    margin: 1rem;
  }

  .gallery-section-page .project-specs {
    padding: 0.8rem;
  }

  .gallery-section-page .spec-item {
    flex-direction: column;
    margin-bottom: 0.8rem;
  }

  .gallery-section-page .spec-label {
    margin-bottom: 0.2rem;
  }
  /* gallery section */
  .gallery-section-page .gallery-title {
    font-size: 2.2rem;
  }

  .gallery-section-page .gallery-subtitle {
    font-size: 1.1rem;
  }

  .gallery-section-page .filter-btn {
    padding: 0.4rem 1.2rem;
    font-size: 0.9rem;
  }

  .gallery-section-page .gallery-image {
    height: 220px;
  }

  .gallery-section-page .project-title {
    font-size: 1.2rem;
  }
  /* gallery page */
  .gallery-section {
    height: 60vh;
    background-attachment: scroll;
  }

  .gallery-section .gallery-heading {
    font-size: 2.2rem;
  }

  .gallery-section .gallery-subheading {
    font-size: 1.1rem;
  }
  /* service page ends */
  /* process */
  .process-section {
    padding: 3rem 0;
  }

  .process-section .main-heading {
    font-size: 1.8rem;
  }

  .process-section .section-description {
    font-size: 1rem;
  }

  .process-section .process-content-row {
    margin-top: 2.5rem;
  }

  .process-section .process-cards-wrapper {
    padding-right: 0;
    margin-bottom: 2.5rem;
  }

  .process-section .process-images-wrapper {
    padding-left: 0;
  }

  .process-section .process-card {
    margin-bottom: 2rem;
    flex-direction: column;
    text-align: center;
  }

  .process-section .process-card::before {
    display: none;
  }

  .process-section .process-number {
    font-size: 2rem;
    margin-right: 0;
    margin-bottom: 1rem;
  }

  .process-section .process-title {
    font-size: 1.2rem;
    margin-bottom: 0.6rem;
  }

  .process-section .process-description {
    font-size: 0.9rem;
  }

  .process-section .image-placeholder {
    height: 160px;
    margin-bottom: 1rem;
  }

  .process-section .process-card:hover .process-title,
  .process-section .process-card:hover .process-description {
    transform: none;
  }
  /* featured services */
  .featured-services-section {
    padding: 3rem 0;
  }

  .featured-services-section .section-title {
    font-size: 1.8rem;
  }

  .featured-services-section .section-subtitle {
    font-size: 1rem;
  }

  .featured-services-section .service-cards-row {
    margin-top: 2rem;
  }

  .featured-services-section .service-card {
    padding: 2rem 1.5rem;
    margin-bottom: 1.5rem;
  }

  .featured-services-section .service-card:hover {
    transform: translateY(-5px) scale(1.01);
  }

  .featured-services-section .service-icon-wrapper {
    width: 60px;
    height: 60px;
    margin-bottom: 1rem;
  }

  .featured-services-section .service-icon {
    font-size: 1.5rem;
  }

  .featured-services-section .service-title {
    font-size: 1.2rem;
    margin-bottom: 0.8rem;
  }

  .featured-services-section .service-description {
    font-size: 0.85rem;
    line-height: 1.5;
  }

  .featured-services-section .service-card::after {
    display: none;
  }
  /* services section */
  .services-section {
    height: 60vh;
    background-attachment: scroll;
  }

  .services-section .services-heading {
    font-size: 2.2rem;
  }

  .services-section .services-subheading {
    font-size: 1.1rem;
  }
  /* service page */
  .service-page {
    padding: 40px 0;
  }

  .service-page .service-sidebar {
    position: static;
    margin-top: 40px;
    padding-right: 0;
  }

  .service-page .service-slider .swiper-slide img {
    height: 250px;
  }

  .service-page .service-title {
    font-size: 24px;
  }

  .service-page .service-features {
    margin: 30px 0;
  }

  .service-page .gallery-item {
    margin-bottom: 15px;
  }

  .service-page .gallery-item img {
    height: 180px;
  }
  /* about ends */
  /* about chart */
  .construction-chart-section .section-title {
    font-size: 1.8rem;
  }

  .construction-chart-section .section-subtitle {
    font-size: 1rem;
  }

  .construction-chart-section .services-chart-container {
    padding: 1rem;
  }

  .construction-chart-section .chart-row {
    flex-direction: column;
  }

  .construction-chart-section .chart-row:not(.chart-header-row):hover {
    transform: translateY(-5px);
  }

  .construction-chart-section .chart-cell {
    padding: 1rem 0.5rem;
    min-height: 60px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  }

  .construction-chart-section .header-cell {
    font-size: 0.8rem;
    padding: 0.8rem 0.5rem;
    background: rgba(1, 84, 141, 0.5);
  }

  .construction-chart-section .service-cell {
    font-size: 0.95rem;
    justify-content: flex-start;
  }

  .construction-chart-section .service-cell .chart-icon {
    font-size: 1.2rem;
    margin-right: 0.5rem;
  }

  .construction-chart-section .stat-cell {
    justify-content: flex-start;
  }

  .construction-chart-section .stat-number,
  .construction-chart-section .stat-percentage,
  .construction-chart-section .stat-timeline {
    font-size: 1rem;
  }

  .construction-chart-section .specialty-cell {
    font-size: 0.85rem;
  }

  .construction-chart-section .summary-card {
    padding: 1.5rem 1rem;
    margin-bottom: 1rem;
  }

  .construction-chart-section .summary-icon i {
    font-size: 1.8rem;
  }

  .construction-chart-section .summary-content h4 {
    font-size: 1.5rem;
  }

  .construction-chart-section .summary-content p {
    font-size: 0.9rem;
  }
  /* about testimonial */
  .testimonials-section {
    padding: 60px 0;
  }
  .testimonials-section .section-title {
    font-size: 2.2rem;
    letter-spacing: 1px;
  }
  .testimonials-section .section-subtitle {
    font-size: 1.1rem;
  }
  .testimonials-section .testimonials-swiper {
    padding: 30px 0 60px;
  }
  .testimonials-section .testimonial-card {
    padding: 35px 25px;
  }
  .testimonials-section .testimonial-text {
    font-size: 1rem;
    margin-bottom: 30px;
  }
  .testimonials-section .client-photo {
    width: 60px;
    height: 60px;
  }
  .testimonials-section .client-name {
    font-size: 1.2rem;
  }
  .testimonials-section .client-position {
    font-size: 0.9rem;
  }
  /* about vision mission */
  .vision-mission-values {
    padding: 60px 0;
  }

  .vision-mission-values .section-title {
    font-size: 2.2rem;
    letter-spacing: 1px;
  }

  .vision-mission-values .section-subtitle {
    font-size: 1.1rem;
  }

  .vision-mission-values .section-header {
    margin-bottom: 50px;
  }

  .vision-mission-values .value-card {
    padding: 35px 20px;
    margin-bottom: 25px;
  }

  .vision-mission-values .card-icon {
    font-size: 3rem;
  }

  .vision-mission-values .card-title {
    font-size: 1.6rem;
  }

  .vision-mission-values .card-text {
    font-size: 1rem;
  }

  .vision-mission-values .card-overlay-icon {
    font-size: 6rem;
    top: -20px;
    right: -20px;
  }

  .vision-mission-values .value-card:hover {
    transform: translateY(-8px);
  }
  /* about intro */
  .about-section {
    height: 60vh;
    background-attachment: scroll;
  }

  .about-section .about-heading {
    font-size: 2.2rem;
  }

  .about-section .about-subheading {
    font-size: 1.1rem;
  }
  /* index ends */
  /* index cta */
  .index-cta {
    padding: 0px 0px !important;
  }
  .index-cta h2 {
    font-size: 2rem;
  }
  .index-cta .theme-button {
    margin-bottom: 0.5em;
  }
  /* index gallery */
  .index-gallery {
    padding: 60px 0;
  }

  .index-gallery .gallery-card {
    height: 250px;
  }

  .index-gallery .gallery-overlay {
    padding: 20px;
  }

  .index-gallery .gallery-title {
    font-size: 20px;
  }

  .index-gallery .gallery-text {
    font-size: 14px;
  }
  /* index whychoose */
  .whychoose-section {
    padding: 60px 0;
  }

  .whychoose-section .image-card .whychoose-card,
  .whychoose-section .text-card .whychoose-card {
    height: 100%;
  }

  .whychoose-section .text-card .whychoose-card {
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .whychoose-section .card-title {
    font-size: 20px;
  }

  .whychoose-section .card-text {
    font-size: 14px;
  }

  .whychoose-section .counter-number {
    font-size: 28px;
  }
  /* index services */
  .our-services-section {
    padding: 60px 0;
  }

  .our-services-section .service-card {
    height: 300px;
  }

  .our-services-section .section-header {
    margin-bottom: 40px;
  }

  .our-services-section .section-title {
    font-size: 28px;
  }

  .our-services-section .section-description {
    font-size: 15px;
  }

  .our-services-section .service-name {
    font-size: 20px;
  }

  .our-services-section .service-desc {
    font-size: 14px;
  }
  /* welcome section index */
  .welcome-section {
    padding: 60px 0;
  }

  .welcome-section .welcome-image {
    margin-bottom: 30px;
  }

  .welcome-section .welcome-title {
    font-size: 28px;
  }

  .welcome-section .welcome-text {
    font-size: 15px;
  }

  .welcome-section .feature-item span {
    font-size: 15px;
  }

  .welcome-section .welcome-cta {
    flex-direction: column;
    align-items: flex-start;
  }

  .welcome-section .cta-btn {
    margin-bottom: 15px;
    width: 100%;
    justify-content: center;
  }
  .welcome-section .welcome-features {
    padding: 0;
  }
  /* swiper */
  .construction-swiper {
    height: 90vh;
  }

  .construction-swiper .slide-content {
    padding: 20px;
    text-align: center;
  }

  .construction-swiper .slide-small-heading {
    font-size: 1rem;
  }

  .construction-swiper .slide-main-heading {
    font-size: 2rem;
  }

  .construction-swiper .slide-description {
    font-size: 1rem;
  }

  .construction-swiper .slide-buttons {
    flex-direction: column;
    gap: 10px;
  }

  .construction-swiper .btn {
    width: 100%;
    padding: 10px;
  }

  .construction-swiper .construction-next,
  .construction-swiper .construction-prev {
    display: none;
  }
  /* navbar */
  .navbar-construction {
    padding: 10px 0;
  }

  .navbar-construction .navbar-collapse {
    padding: 15px;
    margin-top: 10px;
    border-radius: 4px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    background-color: #000000f4;
  }

  .navbar-construction .nav-item {
    margin: 5px 0;
  }

  .navbar-construction .nav-link {
    padding: 10px 0;
  }

  .navbar-construction .nav-link::after {
    left: 0;
  }

  .navbar-construction .nav-link:hover::after {
    width: 100%;
  }

  .navbar-construction .nav-contact {
    margin-top: 15px;
    padding-top: 10px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }

  .navbar-construction .btn-contact {
    display: block;
    text-align: center;
  }
  nav.navbar-construction .navbar-nav.nav-main {
    align-items: center;
    justify-content: center;
  }
  .pad {
    padding: 40px 0;
  }
}
#notfound {
  position: relative;
  height: 100vh;
}
#notfound .notfound {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.notfound {
  max-width: 410px;
  width: 100%;
  text-align: center;
}
.oopslogo {
  width: 350px;
}
.notfound h2 {
  color: #000;
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
}
.notfound p {
  color: #000;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 15px;
  margin-top: 5px;
}
.notfound a {
  font-size: 14px;
  text-decoration: none;
  text-transform: uppercase;
  background: #0046d5;
  display: inline-block;
  padding: 15px 30px;
  border-radius: 40px;
  color: #fff;
  font-weight: 700;
  box-shadow: 0px 4px 15px -5px #0046d5;
}

@media only screen and (max-width: 767px) {
  .notfound .notfound-404 {
    height: 142px;
  }
}

.time-of-year {
  margin: 100px 75px 10px 75px;
  position: relative;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
}
.time-of-year .tooltip {
  background: #db2a1b;
  border-radius: 3px;
  bottom: -49px;
  font-size: 20px;
  display: block;
  left: -67px;
  padding: 15px;
  pointer-events: none;
  position: absolute;
  width: 320px;
  height: 100px;
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
}
.time-of-year .tooltip::after {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #db2a1b;
  bottom: 58px;
  content: " ";
  position: absolute;
  left: 0%;
  margin-left: -13px;
  transform: rotate(92deg);
}
.time-of-year:hover .tooltip {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

span.infos {
  font-size: 14px;
  line-height: 15px;
  display: inline-block;
  color: #d93025;
  font-weight: bold;
}
