/* ================= ROOT VARIABLES ================= */

:root {
  --primary-color: #f07f45;
  --secondary-color: #f9e4d7;
  --light-peach: #f4c6a8;
  --dark-color: #222222;
  --white: #ffffff;
  --gray-bg: #f7f7f7;

  --primary-font: "Josefin Sans", sans-serif;
  --secondry-font: "Inter", sans-serif;
}

/* ================= GLOBAL ================= */

body {
  font-family: var(--secondry-font);
  color: var(--dark-color);
}
.up-underline-nav {
  width: 860px;
  height: 3px;
  background: #f27c32;
  margin-top: 15px;
  position: relative;
}

.up-underline-nav::before,
.up-underline-nav::after {
  content: "";
  width: 10px;
  height: 10px;
  background: #f27c32;
  border-radius: 50%;
  position: absolute;
  top: -4px;
}

.up-underline-nav::before {
  left: -5px;
}

.up-underline-nav::after {
  right: -5px;
}

.section {
  padding: 100px 0;
}

.section-title {
  font-family: var(--heading-font);
  font-weight: 700;
  font-size: 28px;
  margin-bottom: 60px;
  text-align: center;
  position: relative;
}

/* ================= HERO ================= */

/* ================= INNER HERO ================= */

.inner-hero {
  position: relative;
  width: 100%;
  min-height: 420px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

/* Banner image using <img src=""> */
.hero-banner-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; /* Important for full cover */
  z-index: 0;
}

/* Text content */
.hero-inner-content {
  position: relative;
  z-index: 2;
  text-align: center;
  color: var(--white);
}

.hero-inner-content h1 {
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 2px;
}

/* ================= NAVBAR ================= */

.site-navbar {
  width: 100%;
  z-index: 1000;
  padding: 0;
}

/* Overlay version (Homepage / Banner pages) */
.navbar-overlay {
  position: absolute;
  top: 60px;
  left: 0;
  width: 100%;
  z-index: 9999;
}

/* Solid version (Inner pages if needed) */
.navbar-solid {
  position: relative;
  background: var(--dark-color);
  padding-top: 40px;
}
.navbar-expand-lg {
  flex-wrap: wrap;
  justify-content: inherit;
}
.nav-inner {
  justify-content: center;
}
.nav-wrap {
  max-width: 1200px;
}

.nav-logo-row {
  text-align: center;
}

.nav-logo {
  margin: 0;
}

.nav-menu-row {
  position: relative;
}

.nav-inner .navbar-nav {
  align-items: center;
  justify-content: center;
  width: 100%;
}

.nav-inner .nav-link {
  color: var(--white);
  text-decoration: none;
  padding: 0 40px;
  font-size: 20px;
  font-family: var(--primary-font);
}

.nav-logo img {
  height: 120px;
}

.site-navbar .navbar-toggler {
  border: 1px solid rgba(255, 255, 255, 0.6);
  padding: 0.35rem 0.5rem;
}

.site-navbar .navbar-toggler:focus {
  box-shadow: none;
}

.site-navbar .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255,255,255,0.95%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.nav-divider {
  margin-top: 10px;
  margin-bottom: 20px;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.hero-content h1 {
  font-size: 30px;
  font-weight: 700;
  font-family: var(--primary-font);
  letter-spacing: 2px;
}

.hero-content p {
  margin-top: 10px;
  font-size: 18px;
}

.hero {
  position: relative;
  overflow: hidden;
}

/* Image full cover */
.hero-img {
  width: 100%;
  object-fit: cover;
}

/* Overlay */
.hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
}

/* HERO TEXT - Centered */
.hero-content {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  text-align: center;
  color: var(--white);
}

/* Wrapper spacing */
.hero-text-wrapper h1 {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 15px;
}

.hero-text-wrapper p {
  font-size: 18px;
  letter-spacing: 1px;
}
/* ================= ABOUT ================= */

.about {
  background: var(--white);
}

.about img {
  width: 100%;
  border-radius: 6px;
}

.about-text h2 {
  font-size: 50px;
  font-family: var(--primary-font);
  font-weight: 700;
  margin-bottom: 20px;
}

.about-text p {
  font-size: 16px;
  color: #414143;
  line-height: 1.7;
}
.about-text {
  position: relative;
  top: 0px;
  left: 0px;
}
.globe {
  width: 200px;
  margin: 20px auto;
  position: absolute;
  right: 180px;
  top: -100px;
}

/* ================= SERVICES ================= */
.services-section {
  background: #f9e4d7;
  margin-top: 80px;
  padding-bottom: 80px;
}

.services-title {
  font-size: 50px;
  font-weight: 700;
  line-height: 1.1;
}

.services-underline {
  width: 220px;
  height: 3px;
  background: #f27c32;
  margin-top: 15px;
  position: relative;
}

.services-underline span {
  width: 12px;
  height: 12px;
  background: #f27c32;
  border-radius: 50%;
  position: absolute;
  right: -6px;
  top: -5px;
}

.service-card {
  position: relative;
  overflow: hidden;
}

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

.service-overlay {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 20px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
}

.service-overlay h4 {
  color: #fff;
  font-weight: 700;
  font-size: 20px;
}

.profile-badge {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #fff;
  padding: 5px;
}

.profile-badge img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}

/* Swiper pagination color */
.swiper-pagination-bullet {
  background: #9a9a9a;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  background: #f27c32;
}
.services-header {
  position: relative;
  top: -40px;
  left: 0px;
}
@media (max-width: 576px) {
  .services-title {
    font-size: 28px;
  }
}
/* ================= LATEST PROJECTS ================= */
.latest-projects {
  background: #f2f2f2;
  position: relative;
}

.lp-title {
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 2px;
}

.lp-underline {
  width: 220px;
  height: 3px;
  background: #f27c32;
  margin-top: 15px;
  position: relative;
}

.lp-underline span {
  width: 10px;
  height: 10px;
  background: #f27c32;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -4px;
}

/* Project Card */
.project-card {
  overflow: hidden;
  padding: 20px;
  background: #fde3d5;
}

.project-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.project-overlay {
  text-align: center;
  margin-top: 20px;
}
.project-overlay h4 {
  font-size: 20px;
  font-weight: 700;
  font-family: var(--primary-font);
}

.project-overlay p {
  font-size: 16px;
  color: #000000;
  margin: 10px 0;
  font-weight: normal;
}

.project-overlay a {
  color: #f27c32;
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
}

.project-overlay a:hover {
  text-decoration: underline;
}
@media (max-width: 576px) {
  .lp-title {
    font-size: 28px;
  }
  .project-overlay h4 {
    font-size: 22px;
  }
}
/* ================= UPCOMING PROJECTS ================= */
.upcoming-projects {
  background: #f2f2f2;
  position: relative;
}

.up-title {
  font-size: 42px;
  font-weight: 700;
  letter-spacing: 2px;
}

.up-underline {
  width: 350px;
  height: 3px;
  background: #f27c32;
  margin-top: 15px;
  position: relative;
}

.up-underline::before,
.up-underline::after {
  content: "";
  width: 10px;
  height: 10px;
  background: #f27c32;
  border-radius: 50%;
  position: absolute;
  top: -4px;
}

.up-underline::before {
  left: -5px;
}

.up-underline::after {
  right: -5px;
}

/* Card */
.up-card {
  background: #e8a57c;
  padding: 40px 30px;
  min-height: 480px;
  position: relative;
}

/* Diagonal cut bottom-right */
.up-card::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 80px;
  height: 80px;
  background: #f2f2f2;
  clip-path: polygon(100% 0, 0 100%, 100% 100%);
}

.up-logo {
  text-align: center;
  margin-bottom: 30px;
}

.up-logo img {
  max-width: 200px;
  height: auto;
}

.up-card h4 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px;
}

.up-card p {
  font-size: 15px;
  line-height: 1.6;
  color: #333;
}

/* Pagination */
.swiper-pagination-bullet {
  background: #999;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  background: #f27c32;
}

/* ================= PARTNERS ================= */
.partners-section {
  background: #ffffff;
  position: relative;
}

.partner-title {
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 2px;
}

.partner-underline {
  width: 400px;
  height: 3px;
  background: #f27c32;
  margin-top: 15px;
  position: relative;
}

.partner-underline::before,
.partner-underline::after {
  content: "";
  width: 10px;
  height: 10px;
  background: #f27c32;
  border-radius: 50%;
  position: absolute;
  top: -4px;
}

.partner-underline::before {
  left: -5px;
}

.partner-underline::after {
  right: -5px;
}

/* Logo Styling */
.partner-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 120px;
  width: 150px;
}

.partner-logo img {
  max-height: 80px;
  width: 100%;
  object-fit: contain;
  transition: 0.3s ease;
}

.partner-logo img:hover {
  transform: scale(1.05);
}
@media (max-width: 576px) {
  .up-title {
    font-size: 28px;
  }
}
/* ================= CONTACT ================= */
.contact-section {
  background: #ffffff;
  position: relative;
}

/* Heading */
.contact-title {
  font-size: 48px;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 1.1;
}

/* Orange underline */
.contact-underline {
  width: 180px;
  height: 3px;
  background: #f27c32;
  margin-top: 15px;
  position: relative;
}

.contact-underline::after {
  content: "";
  width: 10px;
  height: 10px;
  background: #f27c32;
  border-radius: 50%;
  position: absolute;
  right: -5px;
  top: -4px;
}

/* Description */
.contact-text {
  font-size: 18px;
  line-height: 1.6;
  color: #444;
  max-width: 450px;
}

/* Inputs */
.contact-input {
  width: 100%;
  background: #f9e4d7;
  border: 1px solid #000000;
  padding: 15px;
  margin-bottom: 20px;
  font-size: 14px;
}

.contact-input::placeholder {
  color: #959393;
  font-weight: 500;
  font-family: var(--secondry-font);
}

/* Button */
.contact-btn {
  width: 100%;
  background: #ff914d;
  color: #fff;
  border: none;
  padding: 16px;
  font-weight: 600;
  letter-spacing: 1px;
  transition: 0.3s ease;
}

.contact-btn:hover {
  background: #e4681f;
}
@media (max-width: 576px) {
  .partner-title {
    font-size: 28px;
  }
  .contact-title {
    font-size: 28px;
  }
}
/* ================= FOOTER ================= */
.main-footer {
  background: #f27c32;
  color: #fff;
  padding: 70px 0;
}

.footer-logo img {
  max-width: 250px;
}

/* Headings */
.footer-heading {
  font-weight: 700;
  margin-bottom: 20px;
}

/* Text */
.main-footer p {
  font-size: 15px;
  line-height: 1.6;
}

/* Links */
.main-footer a {
  color: #fff;
  text-decoration: underline;
}

.main-footer a:hover {
  opacity: 0.8;
}

/* FAQ list */
.footer-faq {
  list-style: none;
  padding: 0;
}

.footer-faq li {
  margin-bottom: 12px;
}

.footer-faq li a {
  text-decoration: none;
  font-size: 15px;
}

/* Social Icons */
.footer-social a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  background: #fff;
  color: #f27c32;
  border-radius: 50%;
  margin: 0 10px;
  font-size: 18px;
  text-decoration: none;
  transition: 0.3s ease;
}
/* ===============================
   FOOTER FAQ ACCORDION
================================ */

.footer-faq-accordion .accordion-item {
  background: transparent;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

.footer-faq-accordion .accordion-button {
  background: transparent;
  color: #fff;
  box-shadow: none;
  padding: 15px 0;
  font-size: 15px;
}

.footer-faq-accordion .accordion-button:not(.collapsed) {
  background: transparent;
  color: #fff;
  box-shadow: none;
}

.footer-faq-accordion .accordion-button::after {
  filter: invert(1); /* makes arrow white */
}

.footer-faq-accordion .accordion-body {
  padding: 0 0 15px 0;
  font-size: 14px;
  color: #fff;
}
/* ================= RESPONSIVE ================= */

@media (max-width: 992px) {
  .about-text {
    margin-top: 50px;
    text-align: center;
  }
  .globe {
    width: 100px;
    margin: 20px auto;
    position: absolute;
    right: 40px;
    top: -60px;
  }
  .navbar-overlay {
    top: 20px;
  }

  .nav-wrap {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
  }

  .nav-logo-row {
    margin-bottom: 0;
    text-align: left;
    padding-left: 16px;
  }

  .nav-logo img {
    height: 80px;
  }

  .nav-menu-row {
    display: flex;
    align-items: center;
    margin-left: auto;
    padding-right: 16px;
    margin-top: -60px;
  }

  .nav-menu-row .navbar-toggler {
    margin-right: 0;
  }

  .nav-inner {
    flex-basis: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.92);
    margin-top: 12px;
    padding: 12px 0;
  }

  .nav-inner .navbar-nav {
    align-items: flex-start;
    width: 100%;
  }

  .nav-inner .nav-link {
    padding: 10px 20px;
    font-size: 16px;
    width: 100%;
  }

  .hero-content h1 {
    font-size: 14px;
  }

  .section {
    padding: 70px 0;
  }

  .about-text h2 {
    font-size: 26px;
  }

  .partner-logos {
    gap: 30px;
  }
}

@media (max-width: 576px) {
  .hero-content h1 {
    font-size: 14px;
  }

  .hero-content p {
    font-size: 10px;
  }
  .up-underline-nav {
    display: none;
  }
}

/* /////////////////////////////////////// About Start /////////////////////////////////////// */
.about-section {
  background: #ffffff;
  position: relative;
  overflow: hidden;
  margin-bottom: 80px;
  padding-top: 80px !important;
}

/* Heading */
.about-title {
  font-size: 44px;
  font-weight: 700;
  letter-spacing: 2px;
}

.about-underline {
  width: 200px;
  height: 3px;
  background: #f27c32;
  margin-top: 15px;
  position: relative;
}

.about-underline::after {
  content: "";
  width: 10px;
  height: 10px;
  background: #f27c32;
  border-radius: 50%;
  position: absolute;
  right: -5px;
  top: -4px;
}

/* Text */
.about-text p {
  font-size: 16px;
  line-height: 1.7;
  color: #444;
  margin-bottom: 20px;
  max-width: 520px;
}

/* IMAGE WRAPPER */
.about-images-wrapper {
  position: relative;
  height: 520px;
}

/* Top Image */
.about-img-top {
  position: absolute;
  top: 0;
  left: 40px;
  width: 320px;
}

.about-img-top img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Diagonal cut */
.about-img-top::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 90px;
  height: 90px;
  background: #ffffff;
  clip-path: polygon(100% 0, 0 100%, 100% 100%);
}

/* Bottom Image */
.about-img-bottom {
  position: absolute;
  bottom: -80px;
  right: 40px;
  width: 320px;
}

.about-img-bottom img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Floating Badge */
.about-badge {
  position: absolute;
  top: -25px;
  right: -25px;
  width: 75px;
  height: 75px;
  background: #fff;
  border-radius: 50%;
  padding: 6px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.about-badge img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}

/* Right Decorative Graphic */
.about-right-graphic {
  position: absolute;
  right: -60px;
  top: -100px;
  width: 120px;
  opacity: 0.9;
  pointer-events: none;
}

.about-right-graphic img {
  width: 100%;
}
@media (max-width: 991px) {
  .about-title {
    font-size: 28px;
    text-align: center;
  }
  .about-underline {
    margin: 0 auto;
  }
  .about-img-top {
    left: 0px;
  }
  .about-img-bottom {
    right: 0px;
    bottom: 0px;
  }
}
@media (max-width: 991px) {
  .about-images-wrapper {
    position: relative;
    height: auto;
    margin-top: 40px;
  }

  .about-img-top,
  .about-img-bottom {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0 0 20px 0;
  }

  .about-img-top::after {
    display: none;
  }

  .about-right-graphic {
    display: none;
  }
}
.mission-vision-section {
  position: relative;
  padding: 100px 0;
  overflow: hidden;
  background: #ffffff; /* base white */
  z-index: 1;
}

/* Half Background Using ::after */
.mission-vision-section::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  z-index: -1;
}

/* Title */
.mv-title {
  font-size: 42px;
  font-weight: 700;
  letter-spacing: 2px;
  font-family: var(--primary-font);
}
.mv-card-title {
  position: relative;
  top: -20px;
}
/* Card */
/* .mv-card {
  background: var(--secondary-color);
  padding: 50px 40px;
  position: relative;
  min-height: 420px;
  z-index: 2;
} */
.mv-card {
  position: relative;
  padding: 0px 50px 40px;
  min-height: 420px;
  background: #ffffff;
  z-index: 1;
}

/* Half Background Inside Card */
.mv-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 70%; /* half background */
  height: 100%;
  background: #edb491;
  z-index: -1;
}
.mv-card::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100px;
  height: 100px;
  background: #ffffff;
  clip-path: polygon(0 0, 0 100%, 100% 100%);
}
/* Underline */
.mv-underline {
  width: 220px;
  height: 3px;
  background: var(--primary-color);
  margin-bottom: 25px;
  position: relative;
}

.mv-underline::after {
  content: "";
  width: 10px;
  height: 10px;
  background: var(--primary-color);
  border-radius: 50%;
  position: absolute;
  right: -5px;
  top: -4px;
}

/* Text */
.mv-card p {
  font-size: 16px;
  line-height: 1.8;
  color: var(--dark-color);
  margin-bottom: 20px;
}

/* Decorative Graphic */
.mv-left-graphic {
  position: absolute;
  left: -100px;
  bottom: 60px;
  width: 150px;
  opacity: 0.8;
}

.mv-left-graphic img {
  width: 100%;
}

/* Floating Badge */
.mv-floating-badge {
  position: absolute;
  left: 140px;
  bottom: -30px;
  width: 75px;
  height: 75px;
  background: #fff;
  border-radius: 50%;
  padding: 6px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.mv-floating-badge img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}
/* Make both columns equal height */
.mission-vision-section .row {
  display: flex;
  align-items: stretch;
}

/* Ensure columns stretch */
.mission-vision-section .col-lg-5 {
  display: flex;
  flex-direction: column;
}

/* Make card fill full height */
.mv-card {
  flex: 1;
  display: flex;
  flex-direction: column;
}
@media (max-width: 768px) {
  .mv-title {
    font-size: 28px;
  }
  .mv-card {
    padding: 0px 30px 34px;
  }
}
/* /////////////////////////////////////// About end /////////////////////////////////////// */

/* ////////////////////////////////// Teams Start /////////////////////////// */
.team-section {
  background: #f9e4d7;
  margin-top: 80px;
  padding-bottom: 80px;
}

/* Heading */
.team-title {
  font-size: 48px;
  font-weight: 700;
  font-family: var(--primary-font);
  line-height: 1.1;
}

.team-underline {
  width: 250px;
  height: 3px;
  background: var(--primary-color);
  margin-top: 15px;
  position: relative;
}

.team-underline::after {
  content: "";
  width: 10px;
  height: 10px;
  background: var(--primary-color);
  border-radius: 50%;
  position: absolute;
  right: -5px;
  top: -4px;
}

/* Floating Badge */
.team-floating-badge {
  position: absolute;
  top: 40px;
  left: 55%;
  width: 75px;
  height: 75px;
  background: #000;
  border-radius: 50%;
  padding: 6px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

.team-floating-badge img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}

/* Team Image */
.team-img {
  width: 280px;
  height: 280px;
  position: relative;
}

.team-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Bottom Right Cut */
.left-cut::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 80px;
  height: 80px;
  background: #f9e4d7;
  clip-path: polygon(100% 0, 0 100%, 100% 100%);
}

/* Bottom Right Cut (Right image) */
.right-cut::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 80px;
  height: 80px;
  background: #f9e4d7;
  clip-path: polygon(100% 0, 0 100%, 100% 100%);
}

/* Top Left Cut (Third image) */
.top-left-cut::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 80px;
  height: 80px;
  background: #f9e4d7;
  clip-path: polygon(0 0, 100% 0, 0 100%);
}

/* Info */
.team-info h3 {
  font-size: 30px;
  font-weight: 700;
  font-family: var(--primary-font);
}

.team-info p {
  font-size: 18px;
  color: #888;
  font-weight: 600;
}

/* Decorative Globe */
.team-globe {
  position: absolute;
  bottom: -60px;
  left: -100px;
  width: 350px;
  opacity: 0.9;
}

.team-globe img {
  width: 100%;
}
/* ////////////////////////////////// Teams End /////////////////////////// */

/* ////////////////////////////////// Design Teams start /////////////////////////// */

.design-lab-section {
  background: var(--gray-bg);
  padding: 74px 0 0;
  position: relative;
  overflow: hidden;
}
.design-header {
  top: -70px;
  position: relative;
}
/* Title */
.design-title {
  font-size: 48px;
  font-weight: 700;
  font-family: var(--primary-font);
  line-height: 1.1;
}

.design-underline {
  width: 260px;
  height: 3px;
  background: var(--primary-color);
  margin-top: 15px;
  position: relative;
}

.design-underline::before {
  content: "";
  width: 10px;
  height: 10px;
  background: var(--primary-color);
  border-radius: 50%;
  position: absolute;
  left: -5px;
  top: -4px;
}

/* Image */
.design-img {
  width: 280px;
  height: 280px;
  position: relative;
}

.design-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Bottom right cut */
.bottom-cut::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 80px;
  height: 80px;
  background: var(--gray-bg);
  clip-path: polygon(130% 0, 0 130%, 130% 130%);
}

/* Info */
.design-info h3 {
  font-size: 30px;
  font-weight: 700;
  font-family: var(--primary-font);
}

.design-info p {
  font-size: 18px;
  color: #888;
  font-weight: 600;
}

/* Floating badges */
.design-floating-top,
.design-floating-middle {
  position: absolute;
  width: 70px;
  height: 70px;
  background: #000;
  border-radius: 50%;
  padding: 6px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

.design-floating-top {
  top: 60px;
  left: 50%;
}

.design-floating-middle {
  top: 360px;
  left: 250px;
}

.design-floating-top img,
.design-floating-middle img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}

/* Decorative graphics */
.design-globe-left {
  position: absolute;
  bottom: -64px;
  left: -70px;
  width: 480px;
}

.design-globe-right {
  position: absolute;
  top: -80px;
  right: -60px;
  width: 250px;
}

.design-globe-left img,
.design-globe-right img {
  width: 100%;
}
@media (max-width: 768px) {
  .design-header {
    top: 0;
  }
  .design-title {
    font-size: 28px;
  }
  .design-globe-left {
    width: 350px;
  }
  .team-title {
    font-size: 28px;
  }
  .services-header {
    top: -30px;
  }
  .design-globe-right {
    width: 200px;
  }
}
/* ////////////////////////////////// Design Teams end /////////////////////////// */

/* ////////////////////////////////// Waht we do start /////////////////////////// */
.what-we-do-section {
  background: var(--gray-bg);
}

.wwd-block {
  padding: 120px 0 0;
  background: var(--secondary-color);
  position: relative;
}

.wwd-block:nth-child(even) {
  background: var(--secondary-color);
  margin: 160px 0px;
}

.wwd-text {
  padding-right: 70px;
}
.reverse .wwd-text {
  padding-right: 0;
  padding-left: 0px;
}
.wwd-number {
  padding-left: 30px;
}
.wwd-block h1 {
  font-size: 45px;
  font-weight: 700;
  font-family: var(--secondry-font);
}
/* Heading */
.wwd-text h2 {
  font-family: var(--primary-font);
  font-weight: 700;
  font-size: 36px;
  line-height: 1.2;
  letter-spacing: 1px;
  margin-bottom: 15px;
  display: flex;
  align-items: flex-start;
  gap: 15px;
}

/* Number */
.wwd-text h2 span {
  font-size: 36px;
  font-weight: 700;
  line-height: 1;
}

/* Underline */
.wwd-underline {
  width: 180px;
  height: 3px;
  background: var(--primary-color);
  margin: 15px 0 20px 0;
  position: relative;
}

.wwd-underline::after {
  content: "";
  width: 10px;
  height: 10px;
  background: var(--primary-color);
  border-radius: 50%;
  position: absolute;
  right: -5px;
  top: -4px;
}

/* Paragraph */
.wwd-text p {
  font-family: var(--secondry-font);
  font-size: 17px;
  line-height: 1.7;
  color: #414143;
}
.wwd-underline {
  width: 200px;
  height: 3px;
  background: var(--primary-color);
  margin: 20px 0;
}

.wwd-img {
  position: relative;
  top: 70px;
  z-index: 9;
}
.reverse .wwd-img {
  position: relative;
  top: -190px;
  z-index: 9;
}
.wwd-img img {
  width: 100%;
  object-fit: cover;
}

/* Diagonal Cut */
.wwd-img::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 80px;
  height: 80px;
  background: inherit;
  clip-path: polygon(100% 0, 0 100%, 100% 100%);
}
@media screen and (max-width: 768px) {
  .wwd-text {
    padding-right: 0px;
  }
  .reverse .wwd-text {
    padding-right: 0;
    padding-left: 0px;
  }
  .wwd-main-title {
    font-size: 28px !important;
  }
  .wwd-globe {
    display: none;
  }
}
/* ================= WHAT WE DO HEADER ================= */

.wwd-header-section {
  background: var(--gray-bg);
  padding: 120px 0 120px;
  position: relative;
  overflow: hidden;
}

/* Title */
.wwd-main-title {
  font-size: 48px;
  font-weight: 700;
  font-family: var(--primary-font);
  letter-spacing: 3px;
}

/* Long underline */
.wwd-main-underline {
  width: 600px;
  height: 3px;
  background: var(--primary-color);
  margin: 0 auto;
  position: relative;
}

/* Left Dot */
.wwd-main-underline::before {
  content: "";
  position: absolute;
  left: -6px;
  top: -5px;
  width: 12px;
  height: 12px;
  background: var(--primary-color);
  border-radius: 50%;
}

/* Right Dot */
.wwd-main-underline::after {
  content: "";
  position: absolute;
  right: -6px;
  top: -5px;
  width: 12px;
  height: 12px;
  background: var(--primary-color);
  border-radius: 50%;
}

/* Decorative Globe */
.wwd-globe {
  position: absolute;
  top: -240px;
  left: -60px;
  width: 300px;
  opacity: 0.9;
}

.wwd-globe img {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .wwd-main-title {
    font-size: 28px;
  }
  .wwd-globe {
    width: 250px;
  }
  .wwd-main-underline {
    width: 100%;
  }
  .wwd-text h2 {
    font-size: 28px;
  }
  .wwd-block h1 {
    font-size: 28px;
  }
  .wwd-number {
    padding-left: 10px;
  }
  .reverse .wwd-img {
    top: 0px;
  }
  .wwd-block {
    padding: 120px 0;
  }
  .reverse .wwd-img {
    top: 0px;
    margin-bottom: 50px;
  }
  .wwd-block:nth-child(even) {
    margin: 50px 0px;
  }
}
/* ////////////////////////////////// Waht we do end /////////////////////////// */

/* ////////////////////////////////// Projects start /////////////////////////// */
/* ===============================
   PROJECTS HEADER SECTION
================================ */

.wwd-header-section {
  background: var(--gray-bg);
  padding: 140px 0 120px;
  position: relative;
  overflow: hidden;
}

.wwd-main-title {
  font-size: 60px;
  font-weight: 700;
  font-family: var(--primary-font);
  letter-spacing: 3px;
  margin-bottom: 30px;
}

.wwd-main-underline {
  width: 600px;
  height: 3px;
  background: var(--primary-color);
  margin: 0 auto;
  position: relative;
}

.wwd-main-underline::before,
.wwd-main-underline::after {
  content: "";
  position: absolute;
  top: -5px;
  width: 12px;
  height: 12px;
  background: var(--primary-color);
  border-radius: 50%;
}

.wwd-main-underline::before {
  left: -6px;
}
.wwd-main-underline::after {
  right: -6px;
}

.wwd-globe {
  position: absolute;
  top: -120px;
  left: -120px;
  width: 300px;
}

/* ===============================
   PROJECT BLOCK STYLING
================================ */

.project-block.orange {
  background: var(--primary-color);
  color: #ffffff;
  padding: 50px 0;
}

.project-block.white {
  background: #f07f45;
  padding: 50px 0;
}

/* ===============================
   PROJECT HEADER (Logo + Text)
================================ */

.project-header {
  margin-bottom: 70px;
}

.project-header-inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 60px;
}

/* Auto reverse when align right */
.project-header.right .project-header-inner {
  flex-direction: row-reverse;
}

/* Logo */
.project-logo img {
  width: 50%;
}

/* Text */
.project-text {
  flex: 1;
}

.project-text h2 {
  font-size: 48px;
  font-family: var(--primary-font);
  font-weight: 700;
  margin-bottom: 20px;
  color: #ffffff;
}

.project-text p {
  font-size: 18px;

  color: #ffffff;
}

/* ===============================
   MASONRY GRID (NO GAPS)
================================ */

.masonry-grid {
  column-count: 3;
  column-gap: 20px;
}

.project-img {
  margin-bottom: 20px;
  break-inside: avoid;
  overflow: hidden;
}

.project-img img {
  width: 100%;
  height: auto;
  display: block;
  transition: 0.4s ease;
}

.project-img:hover img {
  transform: scale(1.05);
}

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

@media (max-width: 992px) {
  .project-header-inner {
    flex-direction: column !important;
    gap: 30px;
  }

  .masonry-grid {
    column-count: 2;
  }

  .wwd-main-title {
    font-size: 36px;
  }

  .wwd-main-underline {
    width: 80%;
  }
  .project-text h2 {
    font-size: 28px;
  }
  .upcoming-item-title {
    font-size: 28px !important;
  }
}

@media (max-width: 576px) {
  .masonry-grid {
    column-count: 1;
  }
}
/* ////////////////////////////////// Projects end /////////////////////////// */

/* ===============================
   UPCOMING SECTION
================================ */

.upcoming-section {
  background: var(--gray-bg);
  padding: 120px 0;
}

.upcoming-title {
  font-size: 36px;
  font-family: var(--primary-font);
  font-weight: 700;
  letter-spacing: 2px;
  margin-bottom: 20px;
}

/* Underline */
.upcoming-underline {
  width: 200px;
  height: 3px;
  background: var(--primary-color);
  position: relative;
}

.upcoming-underline::before,
.upcoming-underline::after {
  content: "";
  width: 10px;
  height: 10px;
  background: var(--primary-color);
  border-radius: 50%;
  position: absolute;
  top: -4px;
}

.upcoming-underline::before {
  left: -5px;
}
.upcoming-underline::after {
  right: -5px;
}

/* Item Title */
.upcoming-item-title {
  font-size: 36px;
  font-weight: 700;
  font-family: var(--primary-font);
  margin-bottom: 5px;
}

/* Date */
.upcoming-date {
  font-size: 18px;
  color: #000000;
  margin-bottom: 15px;
  font-weight: 500;
  font-family: var(--primary-font);
}

/* Description */
.upcoming-desc {
  font-size: 16px;
  color: #414143;
}

@media (max-width: 768px) {
  .upcoming-title {
    font-size: 28px;
  }
  .upcoming-section img {
    width: 200px;
  }
}

/* ===============================
   CONTACT PAGE SECTION
================================ */

.contact-page-section {
  background: var(--gray-bg);
  padding: 120px 0;
  position: relative;
  overflow: hidden;
}

/* Title */
.contact-page-title {
  font-size: 48px;
  font-family: var(--primary-font);
  font-weight: 700;
  line-height: 1.1;
}

.contact-page-underline {
  width: 180px;
  height: 3px;
  background: var(--primary-color);
  margin: 20px 0;
  position: relative;
}

.contact-page-underline::after {
  content: "";
  width: 10px;
  height: 10px;
  background: var(--primary-color);
  border-radius: 50%;
  position: absolute;
  right: -5px;
  top: -4px;
}

/* Description */
.contact-page-desc {
  font-size: 16px;
  color: #555;
  margin: 50px 0px;
}

/* Inputs */
.contact-input {
  background: #f4d4c1;
  border: 1px solid #000;
  border-radius: 0;
  padding: 14px;
  margin-bottom: 15px;
  font-size: 14px;
}

.contact-input::placeholder {
  font-weight: 500;
  color: #888;
}

/* Button */
.contact-submit-btn {
  width: 100%;
  background: var(--primary-color);
  color: #fff;
  border: none;
  padding: 16px;
  font-weight: 600;
  letter-spacing: 1px;
  transition: 0.3s ease;
}

.contact-submit-btn:hover {
  background: #d9651e;
}

/* Right Side */
.contact-company {
  font-weight: 700;
  margin-bottom: 20px;
}

.contact-address {
  font-size: 14px;
  margin-bottom: 25px;
  color: #444;
}

.contact-info p {
  margin-bottom: 10px;
  font-size: 14px;
}

/* Social */
.contact-social a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #000000;
  border-radius: 50%;
  margin-right: 40px;
  transition: 0.3s ease;
  text-decoration: none;
}

/* Map */
.contact-map iframe {
  border-radius: 4px;
}

/* Decorative Graphic */
.contact-decor {
  position: absolute;
  top: 0;
  right: 0;
  width: 250px;
  opacity: 0.9;
}

/* Responsive */
@media (max-width: 992px) {
  .contact-page-title {
    font-size: 28px;
  }

  .contact-decor {
    display: none;
  }
}

/* ===============================
   FAQ SECTION
================================ */

.faq-section {
  background: var(--gray-bg);
  padding: 120px 0 400px;
  position: relative;
  overflow: hidden;
}

/* Title */
.faq-title {
  font-size: 36px;
  font-family: var(--primary-font);
  font-weight: 700;
  margin-bottom: 15px;
}

/* Underline */
.faq-underline {
  width: 180px;
  height: 3px;
  background: var(--primary-color);
  position: relative;
}

.faq-underline::before,
.faq-underline::after {
  content: "";
  position: absolute;
  top: -4px;
  width: 10px;
  height: 10px;
  background: var(--primary-color);
  border-radius: 50%;
}

.faq-underline::before {
  left: -5px;
}
.faq-underline::after {
  right: -5px;
}

/* Accordion Clean Style */
.faq-accordion .accordion-item {
  background: transparent;
  border: none;
  border-bottom: 1px solid #999;
}

.faq-accordion .accordion-button {
  background: transparent;
  box-shadow: none;
  padding: 25px 0;
  font-size: 20px;
  font-weight: 500;
  color: #444;
}

.faq-accordion .accordion-button:not(.collapsed) {
  color: #000;
  background: transparent;
  box-shadow: none;
}

.faq-accordion .accordion-button::after {
  filter: invert(0);
}

.faq-accordion .accordion-body {
  padding: 0 0 20px 0;
  font-size: 16px;
  color: #555;
}

/* Decorative Globe */
.faq-decor {
  position: absolute;
  bottom: -60px;
  left: -80px;
  width: 300px;
  opacity: 0.9;
}

@media (max-width: 992px) {
  .faq-decor {
    display: none;
  }
}
@media (max-width: 768px) {
  .faq-section {
    padding: 120px 0 100px;
  }
  .faq-title {
    font-size: 28px;
  }
}
