/* WHO WE ARE SECTION */
.who-we-are-section {
  background: var(--color-white);
  padding: 6rem 0;
}

.who-we-are-section .who-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  aspect-ratio: 1 / 1;
}

.who-we-are-section .who-content h2 {
  margin-bottom: 1.8rem;
  color: var(--color-dark);
}

.who-we-are-section .who-content p {
  color: var(--dark01);
  font-size: 1.1rem;
  /* text-align: justify; */
  margin-bottom: 1.2rem;
  line-height: 1.9;
  text-align: justify;
}

@media (max-width: 991px) {
  .who-we-are-section .who-img-wrap {
    margin-bottom: 2.5rem;
  }

  .who-we-are-section .who-img-wrap img {
    height: 300px;
  }
}
/* ===================================== */
/* MISSION VISION VALUES SECTION */
.mvv-section {
  background-image: url('/assets/imgs/bg/1.jpeg');
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  padding: 6rem 0;
}

.mvv-section .mvv-card-wrap {
  margin-bottom: 1.5rem;
}

.mvv-section .mvv-card {
  background: var(--color-white);
  padding: 2.5rem 2rem;
  height: 100%;
}

.mvv-section .mvv-card h2 {
  color: var(--color-dark);
  margin-bottom: 1.2rem;
  text-align: center;
}

.mvv-section .mvv-card p {
  color: var(--dark01);
  text-align: justify;
  line-height: 1.9;
}

.mvv-section .mvv-values-list {
  list-style: disc;
  padding-left: 1.2rem;
  margin: 0;
}

.mvv-section .mvv-values-list li {
  font-family: var(--font-body);
  font-size: var(--fs-p);
  color: var(--dark01);
  padding: 0.3rem 0;
}

@media (max-width: 767px) {
  .mvv-section {
    background-attachment: scroll; 
  }
}
/* ====================================== */


/* WHAT SETS US APART SECTION */
.apart-section {
  background: var(--color-white);
  padding: 5rem 0 4rem;
}

.apart-section .apart-header {
  margin-bottom: 3rem;
}

.apart-section .apart-header h2 {
  color: var(--color-dark);
  margin-bottom: 1rem;
}

.apart-section .apart-header p {
  color: #555;
  max-width: 580px;
  margin: 0 auto;
  text-align: center;
}

.apart-slider-wrap {
  padding: 0 3.5rem;
  position: relative;
}

.apart-swiper {
  padding-bottom: 2.5rem !important;
}

.apart-section .apart-card {
  background: var(--color-white);
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: auto;
}

.apart-section .apart-card-top {
  padding: 1.5rem 1.5rem 1rem;
  flex: 1;
}

.apart-section .apart-card-top h3 {
  color: var(--color-dark);
  margin-bottom: 0.8rem;
  font-size: clamp(1rem, 2vw, 1.2rem);
}

.apart-section .apart-card-top p {
  color: #555;
  font-size: 0.88rem;
  line-height: 1.75;
  margin-bottom: 1rem;
  text-align: justify;
}

.apart-section .apart-card-tag {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-family: var(--font-nav);
  font-size: 0.78rem;
}

.apart-section .apart-card-tag span {
  color: var(--dark01);
  font-weight: 500;
}

.apart-section .apart-card-tag .divider {
  color: #bbb;
}

.apart-section .apart-card-tag a {
  color: #555;
  transition: color 0.2s;
}

.apart-section .apart-card-tag a:hover {
  color: var(--color-green);
}

.apart-section .apart-card-img {
  width: 100%;
  height: 200px;
  overflow: hidden;
}

.apart-section .apart-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Swiper Nav Buttons */
.apart-prev,
.apart-next {
  width: 40px !important;
  height: 40px !important;
  background: var(--color-white) !important;
  border: 1px solid #ddd !important;
  border-radius: 50% !important;
  color: var(--color-dark) !important;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  top: 45% !important;
}

.apart-prev::after,
.apart-next::after {
  font-size: 0.75rem !important;
  font-weight: 700;
  color: var(--color-dark);
}

/* Swiper Scrollbar */
.apart-scrollbar {
  bottom: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 3px !important;
  background: #e5e5e5 !important;
}

.apart-scrollbar .swiper-scrollbar-drag {
  background: #999 !important;
}
/* ======================================= */
/* OUR SERVICES SECTION */
.services-section {
  background-image: url('https://images.pexels.com/photos/16705982/pexels-photo-16705982.jpeg');
  background-size: cover;
  background-position: center;
  /* background-attachment: fixed; */
  padding: 5rem 0 4rem;
  position: relative;
}

.services-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(30, 40, 35, 0.78);
}

.services-section .services-header,
.services-slider-wrap {
  position: relative;
  z-index: 1;
}

.services-section .services-header {
  margin-bottom: 3rem;
}

.services-section .services-header h2 {
  color: var(--color-white);
  margin-bottom: 1rem;
}

.services-section .services-header p {
  color: #fff;
  max-width: 540px;
  margin: 0 auto;
  text-align: center;
}

.services-slider-wrap {
  padding: 0 3.5rem;
}

.services-swiper {
  padding-bottom: 2.5rem !important;
}

.services-section .services-card {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  height: 320px;
}

.services-section .services-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.services-section .services-card-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.75) 35%, transparent 100%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 1.5rem;
  transition: background 0.35s ease;
}

.services-section .services-card-content p,
.services-section .services-card-content ul {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 0.35s ease, max-height 0.35s ease;
}

/* Hover */
.services-section .services-card:hover .services-card-overlay {
  background: rgb(20 30 25 / 43%);
  justify-content: flex-start;
}

.services-section .services-card:hover .services-card-content p,
.services-section .services-card:hover .services-card-content ul {
  opacity: 1;
  max-height: 200px;
}
/* First card - full dark overlay with content */
.services-section .services-card-overlay:not(.services-card-overlay--bottom) {
  background: rgb(20 30 25 / 43%);
  align-items: flex-start;
  padding: 1.8rem;
}

.services-section .services-card-content h3 {
  color: var(--color-white);
  font-size: clamp(1rem, 2vw, 1.25rem);
  margin-bottom: 0.6rem;
}

.services-section .services-card-content p {
  color: rgba(255,255,255,0.85);
  font-size: 0.82rem;
  margin-bottom: 0.6rem;
  line-height: 1.6;
}

.services-section .services-card-content ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.services-section .services-card-content ul li {
  font-family: var(--font-body);
  font-size: 0.78rem;
  color: rgba(255,255,255,0.8);
  padding: 0.15rem 0;
}

.services-section .services-card-content ul li::before {
  content: '· ';
  color: rgba(255,255,255,0.5);
}

/* Swiper Nav */
.services-prev,
.services-next {
  width: 40px !important;
  height: 40px !important;
  background: rgba(255,255,255,0.15) !important;
  border: 1px solid rgba(255,255,255,0.3) !important;
  border-radius: 50% !important;
  backdrop-filter: blur(4px);
  top: 45% !important;
}

.services-prev::after,
.services-next::after {
  font-size: 0.75rem !important;
  font-weight: 700;
  color: var(--color-white);
}

.services-scrollbar {
  bottom: 0 !important;
  height: 3px !important;
  background: rgba(255,255,255,0.15) !important;
}

.services-scrollbar .swiper-scrollbar-drag {
  background: rgba(255,255,255,0.5) !important;
}
               .swiper-scrollbar {
  bottom: 0 !important;
  height: 3px !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  width: 40% !important;
  background: rgba(255,255,255,0.15) !important;
}
@media (max-width: 767px) {
  .services-section {
    background-attachment: scroll;
  }
}
/* Sab cards default - title bottom pe */
.services-section .services-card-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.75) 35%, transparent 100%);
  display: flex;
  align-items: flex-end;
  padding: 1.5rem;
  transition: background 0.35s ease;
}

/* Sab cards - p aur ul default hidden */
.services-section .services-card-content p,
.services-section .services-card-content ul {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 0.35s ease, max-height 0.35s ease;
}

/* Card 1 - default mein pura content */
.services-section .swiper-slide:first-child .services-card-overlay {
  background: rgba(20, 30, 25, 0.82);
  align-items: flex-start;
  display: flex;
  align-items: center;
}

.services-section .swiper-slide:first-child .services-card-content p,
.services-section .swiper-slide:first-child .services-card-content ul {
  opacity: 1;
  max-height: 200px;
}

/* Hover - baaki cards pe pura content */
.services-section .services-card:hover .services-card-overlay {
  background: rgba(20, 30, 25, 0.82);
  align-items: flex-start;
}

.services-section .services-card:hover .services-card-content p,
.services-section .services-card:hover .services-card-content ul {
  opacity: 1;
  max-height: 200px;
}
/* ===================================== */
/* SECTORS WE SERVE SECTION */
.sectors-section {
  background: var(--color-white);
  padding: 5rem 0;
}

.sectors-section .sectors-header {
  margin-bottom: 3rem;
}

.sectors-section .sectors-header h2 {
  color: var(--color-dark);
  margin-bottom: 1rem;
}

.sectors-section .sectors-header p {
  color: #555;
  max-width: 540px;
  margin: 0 auto;
  text-align: center;
}

.sectors-section .sectors-grid {
  gap: 0;
  row-gap: 1.2rem;
  column-gap: 0;
}

.sectors-section .sectors-item {
  padding: 0.6rem;
}

.sectors-section .sectors-card {
  position: relative;
  border-radius: 6px;
  overflow: hidden;
  height: 240px;
  cursor: pointer;
}

.sectors-section .sectors-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}

.sectors-section .sectors-card:hover img {
  transform: scale(1.05);
}

/* Overlay - default: dark gradient, only title visible at bottom */
.sectors-section .sectors-card-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(10,30,20,0.85) 35%, rgba(10,30,20,0.25) 100%);
  padding: 1.4rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  transition: background 0.35s ease;
}

/* Hover: full dark overlay, description appears */
.sectors-section .sectors-card:hover .sectors-card-overlay {
  background: rgba(10, 30, 20, 0.82);
  justify-content: center;
}

.sectors-section .sectors-card-overlay h3 {
  color: var(--color-white);
  font-size: clamp(1rem, 2vw, 1.2rem);
  margin-bottom: 0;
  transition: margin 0.3s ease;
}

.sectors-section .sectors-card:hover .sectors-card-overlay h3 {
  margin-bottom: 0.7rem;
}

.sectors-section .sectors-card-overlay p {
  color: rgba(255,255,255,0.85);
  font-size: 0.82rem;
  line-height: 1.65;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.4s ease, opacity 0.35s ease;
  margin: 0;
}

.sectors-section .sectors-card:hover .sectors-card-overlay p {
  max-height: 100px;
  opacity: 1;
}

@media (max-width: 767px) {
  .sectors-section .sectors-card {
    height: 200px;
  }
}

/* ================================== */
/* OUR PROCESS SECTION */
.process-section {
  background: #f0f2f4;
  padding: 5rem 0;
}

.process-section .process-header {
  margin-bottom: 2.5rem;
}

.process-section .process-header h2 {
  color: var(--color-dark);
  margin-bottom: 0.6rem;
}

.process-section .process-header p {
  color: #555;
}

.process-section .process-item {
  padding: 0.6rem;
}

.process-section .process-card {
  background: var(--color-white);
  border-radius: 6px;
  padding: 2rem 1.8rem;
  height: 100%;
  border-left: 4px solid transparent;
}

.process-section .process-card h3 {
  font-size: clamp(1rem, 2vw, 1.15rem);
  margin-bottom: 0.8rem;
}

.process-section .process-card p {
  color: #555;
  font-size: var(--fs-p);
}

/* Border & heading colors */
.process-section .process-card--green  { border-left-color: #2e7d32; }
.process-section .process-card--green h3  { color: #2e7d32; }

.process-section .process-card--blue   { border-left-color: #1565c0; }
.process-section .process-card--blue h3   { color: #1565c0; }

.process-section .process-card--purple { border-left-color: #6a1b9a; }
.process-section .process-card--purple h3 { color: #6a1b9a; }

.process-section .process-card--orange { border-left-color: #e65100; }
.process-section .process-card--orange h3 { color: #e65100; }
/* ============================ */
/* CONTACT SECTION */
.contact-section {
  background: var(--color-white);
}

.contact-section .contact-img-side {
  position: relative;
  min-height: 600px;
}

.contact-section .contact-img-side img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: grayscale(20%);
}

.contact-section .contact-img-overlay {
  position: absolute;
  inset: 0;
  background: rgba(10, 20, 30, 0.62);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 3rem;
}

.contact-section .contact-img-overlay h2 {
  color: var(--color-white);
  margin-bottom: 1rem;
}

.contact-section .contact-img-overlay p {
  color: rgba(255,255,255,0.82);
  font-size: var(--fs-p);
  max-width: 420px;
  text-align: justify;
}

/* Form Side */
.contact-section .contact-form-side {
  background: #f8f9fa;
  display: flex;
  align-items: center;
}

.contact-section .contact-form-wrap {
  padding: 5.2rem;
  width: 100%;
}

.contact-section .contact-form-wrap > h2 {
  color: var(--color-dark);
  margin-bottom: 0.4rem;
}

.contact-section .contact-form-wrap > p {
  color: #555;
  margin-bottom: 1rem;
  font-size: var(--fs-p);
}

.contact-section .contact-field {
  margin-bottom: 1rem;
}

.contact-section .contact-field label {
  font-family: var(--font-nav);
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--color-dark);
  display: block;
  margin-bottom: 0.4rem;
  letter-spacing: 0.02em;
}

.contact-section .contact-field label span {
  color: #c0392b;
}

.contact-section .contact-field input,
.contact-section .contact-field textarea {
  width: 100%;
  border: 1px solid #dde1e7;
  border-radius: 7px;
  padding: 0.4rem 1rem;
  font-family: var(--font-body);
  font-size: var(--fs-p);
  color: var(--color-dark);
  background: var(--color-white);
  outline: none;
  transition: border-color 0.2s;
  resize: none;
}

.contact-section .contact-field input:focus,
.contact-section .contact-field textarea:focus {
  border-color: #999;
}

.contact-section .contact-field input::placeholder,
.contact-section .contact-field textarea::placeholder {
  color: #aaa;
}

.contact-section .contact-submit {
  width: 100%;
  background: var(--color-dark-navy);
  color: var(--color-white);
  border: none;
  padding: 0.85rem;
  font-family: var(--font-nav);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 4px;
  margin-top: 0.5rem;
  transition: background 0.2s;
}

.contact-section .contact-submit:hover {
  background: #1e2d42;
}

.contact-section .contact-info {
  display: flex;
  gap: 1.5rem;
  margin-top: 1.2rem;
  flex-wrap: wrap;
}

.contact-section .contact-info span {
  font-family: var(--font-nav);
  font-size: 0.78rem;
  color: #555;
  display: flex;
  align-items: center;
  gap: 0.4rem;
}

.contact-section .contact-info span i {
  font-size: 0.9rem;
}

@media (max-width: 991px) {
  .contact-section .contact-img-side {
    min-height: 350px;
  }

  .contact-section .contact-form-wrap {
    padding: 2.5rem 1.5rem;
  }
}
/* ============================ */
/* FOOTER */
.site-footer {
  background: #151515;
  padding-top: 4rem;
}

.site-footer .footer-top {
  padding-bottom: 3rem;
}

.site-footer .footer-logo {
  display: flex;
  flex-direction: column;
  line-height: 1.1;
  margin-bottom: 1.2rem;
  justify-content: center;
    align-items: center;
    width: fit-content;
}

.site-footer .footer-logo .brand-name {
  font-family: var(--font-nav);
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: 0.12em;
  color: var(--color-white);
  text-transform: uppercase;
  margin-bottom: 4px;
}

.site-footer .footer-logo .brand-sub {
  font-size: 0.65rem;
  letter-spacing: 0.18em;
  color: rgba(255,255,255,0.45);
  text-transform: uppercase;
}

.site-footer .footer-about p {
  color: rgba(255,255,255,0.6);
  font-size: 0.88rem;
  line-height: 1.8;
  max-width: 380px;
  margin-bottom: 1.5rem;
  text-align: justify;
}

.site-footer .footer-socials {
  display: flex;
  gap: 0.6rem;
}

.site-footer .footer-socials a {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(255,255,255,0.12);
  color: var(--color-white);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.85rem;
  transition: background 0.2s;
}

.site-footer .footer-socials a:hover {
  background: rgba(255,255,255,0.22);
}

.site-footer .footer-links h3 {
  color: var(--color-white);
  font-size: 1rem;
  margin-bottom: 1.2rem;
}

.site-footer .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.site-footer .footer-links ul li {
  margin-bottom: 0.55rem;
}

.site-footer .footer-links ul li a {
  font-family: var(--font-body);
  font-size: 0.88rem;
  color: rgba(255,255,255,0.6);
  transition: color 0.2s;
}

.site-footer .footer-links ul li a:hover {
  color: var(--color-white);
}

/* Footer Bottom Bar */
.site-footer .footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.08);
  padding: 1.2rem 0;
}

.site-footer .footer-bottom .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.site-footer .footer-bottom span {
  font-family: var(--font-nav);
  font-size: 0.75rem;
  color: rgba(255,255,255,0.45);
}

.site-footer .footer-bottom-links {
  display: flex;
  gap: 1.2rem;
}

.site-footer .footer-bottom-links a {
  font-family: var(--font-nav);
  font-size: 0.75rem;
  color: rgba(255,255,255,0.45);
  transition: color 0.2s;
}

.site-footer .footer-bottom-links a:hover {
  color: var(--color-white);
}

@media (max-width: 767px) {
  .site-footer .footer-links {
    margin-top: 2rem;
  }
}
.headline_1{
  font-family: var( --font-nav) !important;
  color: #151515;
}