@import url("https://fonts.googleapis.com/css2?family=Phudu:wght@300..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
:root {
  --primary-color: #2563eb;
  --dot-inactive: rgba(255, 255, 255, 0.4);
  --dot-active: #ffffff;
}
body {
  font-family: "Poppins", sans-serif;
  overflow-x: hidden;
}
.section-padding {
  padding: 0 70px;
}
.navbar-toggler {
  border: none;
}

.navbar-toggler-icon {
  filter: unset !important;
}
.phone-icon {
  width: 40px;
  height: 40px;
  background: #2f6df6;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0;
  font-size: 16px;
}
.custom-btn {
  background: var(--primary-color);
  color: #fff;
  padding: 14px 36px;
  border-radius: 0;
  font-weight: 500;
  font-size: 18px;
  border: none;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-transform: uppercase;
}

@media (max-width: 1700px) {
  .custom-btn {
    padding: 11px 20px;
    font-size: 14px;
    gap: 7px;
  }
  .contactus-pg-main-title {
  font-size: 2rem !important;
}
.contactus-pg-form-title {
    font-size: 20px !important;
}
.contactus-pg-text-desc {
    font-size: 13px !important;
    line-height: 20px !important
}
  .services-pg-card-title
{
    font-size: 30px !important;
}
.services-pg-card-subtitle {
  font-size: 15px !important;
}

.services-pg-list li {
  font-size: 12px !important;
}
.services-pg-main-title {
  font-size: 30px !important;
}

.services-pg-card-content {
  padding: 20px !important;
}
}

@media (max-width: 1440px) {
  .custom-btn {
    padding: 10px 20px;
    font-size: 13px;
    gap: 6px;
  }
}

@media (max-width: 1199px) {
  .custom-btn {
    padding: 8px 16px;
    font-size: 13px;
  }
}

@media (max-width: 991px) {
  .custom-btn {
    padding: 7px 14px;
    font-size: 12px;
  }
}

@media (max-width: 575px) {
  .custom-btn {
    padding: 6px 13px;
    font-size: 11px;
    gap: 4px;
  }
}

.custom-btn .iconwrap {
  width: 46px;
  height: 46px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

@media (max-width: 1700px) {
  .custom-btn .iconwrap {
    width: 34px;
    height: 34px;
  }
}

@media (max-width: 1440px) {
  .custom-btn .iconwrap {
    width: 31px;
    height: 31px;
  }
}

@media (max-width: 1199px) {
  .custom-btn .iconwrap {
    width: 28px;
    height: 28px;
  }
}

@media (max-width: 991px) {
  .custom-btn .iconwrap {
    width: 24px;
    height: 24px;
  }
}

@media (max-width: 575px) {
  .custom-btn .iconwrap {
    width: 21px;
    height: 21px;
  }
}
.custom-btn:hover,
.custom-btn:focus,
.custom-btn:active {
  background: var(--primary-color) !important;
  color: #fff !important;
  border-color: transparent !important;
}

.custom-btn i {
  transition: 0.3s;
  color: #1e1e1e;
  background-color: #fff;
  font-size: 20px;
}

@media (max-width: 1700px) {
  .custom-btn i {
    font-size: 15px;
  }
}

@media (max-width: 1440px) {
  .custom-btn i {
    font-size: 14px;
  }
}

@media (max-width: 1199px) {
  .custom-btn i {
    font-size: 13px;
  }
}

@media (max-width: 991px) {
  .custom-btn i {
    font-size: 12px;
  }
}

@media (max-width: 575px) {
  .custom-btn i {
    font-size: 10px;
  }
}
.phone-box span {
  font-size: 12px;
  color: #777;
}

.phone-box strong {
  font-size: 14px;
}

/* ================= NAVBAR ================= */
.custom-navbar {
  position: absolute;
  top: 20px;
  left: 0;
  width: 100%;
  z-index: 999;
  padding: 0 70px;
}
.custom-navbar .container-fluid {
  background: #fff;
  padding: 12px 15px;
  border-radius: 6px;
}

/* SAME PADDING AS ALL SECTIONS */
.hero-wrapper {
  padding: 0 70px;
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* LEFT TEXT */
.hero-inner {
  max-width: 900px;
  color: #fff;
  z-index: 2;
}

@media (max-width: 1700px) {
  .hero-inner {
    max-width: 662px;
  }
}

@media (max-width: 1440px) {
  .hero-inner {
    max-width: 583px;
  }
}

@media (max-width: 1199px) {
  .hero-inner {
    max-width: 486px;
  }
}

@media (max-width: 991px) {
  .hero-inner {
    max-width: 100%;
  }
}

/* SIDE LOGOS FIXED INSIDE GRID */
.side-logos {
  position: static; /* remove absolute */
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.hero-slide {
  padding-top: 120px;
}

/* ================= PAGE HERO (Service Details, etc.) ================= */
.page-hero {
  position: relative;
  background-size: cover;
  background-position: center;
  min-height: 420px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
}

.page-hero-content {
  position: relative;
  z-index: 1;
  padding-top: 80px;
}

.page-hero-title {
  font-family: "Phudu", sans-serif;
  font-size: 56px;
  font-weight: 800;
  color: #ffffff;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.page-hero-breadcrumb {
  font-size: 29px;
  color: #ffffff;
  margin: 0;
}

.page-hero-breadcrumb a {
  color: #ffffff;
  text-decoration: none;
}

.page-hero-breadcrumb a:hover {
  text-decoration: underline;
}

/* ================= SERVICE DETAIL SECTION ================= */
.service-detail-section {
  background: #fff;
      padding-bottom: 0 !important;
}

.service-sidebar {
  display: flex;
  flex-direction: column;
  border: 1px solid #e5e7eb;
  background-color: #f5f6f8;
}

.service-sidebar-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 28px 34px;
  color: #222;
  text-decoration: none;
  border-bottom: 1px solid #aeaeae;
  transition:
    background 0.2s,
    color 0.2s;
  font-family: Poppins;
  font-weight: 500;
  font-size: 24px;
  line-height: 45px;
  letter-spacing: 0%;
  color: #808386;
}

.service-sidebar-item:last-child {
  border-bottom: none;
}

.service-sidebar-item i {
  font-size: 32px;
  flex-shrink: 0;
  color: #222222;
}
.service-sidebar-item.active i {
  color: #fff;
}

.service-sidebar-item.active {
  background: #2563eb;
  color: #fff;
}

.service-sidebar-item:hover:not(.active) {
  background: #f0f4ff;
  color: #2563eb;
}

/* ---- Sidebar responsive scaling ---- */
@media (max-width: 1700px) {
  .service-sidebar-item {
    font-size: 17px;
    padding: 20px 23px;
  }

  .service-sidebar-item i {
    font-size: 22px;
  }
}

@media (max-width: 1440px) {
  .service-sidebar-item {
    font-size: 14px;
    line-height: 1.5;
    padding: 16px 20px;
  }

  .service-sidebar-item i {
    font-size: 18px;
  }
}

@media (max-width: 1199px) {
  .service-sidebar-item {
    font-size: 13px;
    padding: 13px 16px;
  }

  .service-sidebar-item i {
    font-size: 14px;
  }
}

@media (max-width: 991px) {
  .service-sidebar-item {
    font-size: 13px;
    padding: 12px 13px;
  }

  .service-sidebar-item i {
    font-size: 13px;
  }
}

@media (max-width: 575px) {
  .service-sidebar-item {
    font-size: 12px;
    padding: 10px 12px;
  }

  .service-sidebar-item i {
    font-size: 13px;
  }
}

.service-detail-title {
  font-family: "Phudu", sans-serif;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 20px;
  font-weight: 700;
  font-style: Bold;
  font-size: 64px;
  line-height: 85px;
  letter-spacing: 0.02em;
}
 
@media (max-width: 1700px) {
  .service-detail-title {
    font-size: 47px;
    line-height: 63px;
    margin-bottom: 16px;
  }
}
 
@media (max-width: 1440px) {
  .service-detail-title {
    font-size: 40px;
    line-height: 54px;
    margin-bottom: 14px;
  }
}
 
@media (max-width: 1199px) {
  .service-detail-title {
    font-size: 32px;
    line-height: 44px;
    margin-bottom: 12px;
  }
}
 
@media (max-width: 991px) {
  .service-detail-title {
    font-size: 26px;
    line-height: 36px;
    margin-bottom: 10px;
  }
}
 
@media (max-width: 767px) {
  .service-detail-title {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 8px;
  }
}
 
@media (max-width: 575px) {
  .service-detail-title {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 8px;
  }
}

.service-image-box {
  border: 2px solid #2563eb;
  overflow: hidden;
}

.service-logo-panel {
  position: absolute;
  background: #fff;
  min-height: 320px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 2px solid #2563eb;
  width: 310px;
}

.service-detail-photo {
  width: 100%;
  height: 650px;
  object-fit: cover;
  display: block;
}

/* Large desktop */
@media (max-width: 1700px) {
  .service-logo-panel {
    min-height: 218px;
    width: 218px;
  }

  .service-detail-photo {
    height: 448px;
  }
}

@media (max-width: 1440px) {
  .service-logo-panel {
    min-height: 170px;
    width: 178px;
  }

  .service-detail-photo {
    height: 356px;
  }
}

/* Tablet landscape */
@media (max-width: 1199px) {
  .service-logo-panel {
    min-height: 138px;
    width: 146px;
  }

  .service-detail-photo {
    height: 292px;
  }
}

/* Tablet portrait */
@media (max-width: 767px) {
  .service-detail-title {
    font-size: 20px;
  }

  .service-logo-panel {
    min-height: 162px !important;
    width: 130px !important;
  }
  .company-content-section .mb-5{
    margin-bottom: 0 !important;
  }

  .service-detail-photo {
    height: 162px;
  }
}

/* Mobile */
@media (max-width: 575px) {
  .service-image-box .row {
    flex-direction: column;
  }

  .service-image-box .col-4,
  .service-image-box .col-8 {
    width: 100%;
  }

  .service-logo-panel {
    position: relative;
    width: 100%;
    min-height: 97px;
    border-right: none;
    border-bottom: 2px solid #2563eb;
  }

  .service-detail-photo {
    height: 162px;
  }
}

/* ================= COMPANY CONTENT SECTION ================= */
.company-content-section {
  background: #fff;
      padding-top: 10px !important;
}

.content-heading {
  font-family: "Phudu", sans-serif;
  font-weight: 700;
  font-size: 48px;
  line-height: 35px;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 16px;
}

@media (max-width: 1700px) {
  .content-heading {
    font-size: 35px;
    line-height: 58px;
  }
}

@media (max-width: 1440px) {
  .content-heading {
    font-size: 31px;
    line-height: 49px;
  }
}

@media (max-width: 1199px) {
  .content-heading {
    font-size: 26px;
    line-height: 39px;
  }
}

@media (max-width: 767px) {
  .content-heading {
    font-size: 21px;
    line-height: 31px;
  }
}

@media (max-width: 575px) {
  .content-heading {
    font-size: 18px;
    line-height: 26px;
  }
}

.content-text {
  font-family: Poppins, sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 35px;
  letter-spacing: 0%;
  color: #555;
  margin-bottom: 16px;
}

@media (max-width: 1700px) {
  .content-text {
    font-size: 15px;
    line-height: 27px;
  }
}

@media (max-width: 1440px) {
  .content-text {
    font-size: 14px;
    line-height: 24px;
  }
}

@media (max-width: 1199px) {
  .content-text {
    font-size: 13px;
    line-height: 22px;
  }
}

@media (max-width: 767px) {
  .content-text {
    font-size: 12px;
    line-height: 20px;
  }
}

@media (max-width: 575px) {
  .content-text {
    font-size: 11px;
    line-height: 18px;
  }
}

/* Mission / Vision vertical divider on md+ */
@media (min-width: 768px) {
  .mission-vision-divider {
    border-left: 1px solid #d1d5db;
  }
}

.core-values-list {
  margin: 0;
}

.core-values-list li {
  font-size: 15px;
  line-height: 1.8;
  color: #555555;
  padding: 6px 0 6px 0px;
  position: relative;
}
 

@media (max-width: 767px) {
  .content-heading {
    font-size: 18px;
  }

  .mission-vision-row .col-12:first-child {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #d1d5db;
  }
  .core-values-list li {
    font-size: 12px;
}
.company-content-section {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
}

/* ================= SERVICES & CORE ACTIVITIES ================= */
.core-activities-section {
  background: #fff;
   padding-top: 0 !important;
}

.core-activities-title {
  font-family: "Phudu", sans-serif;
  text-transform: uppercase;
  color: #222;
  margin-bottom: 28px;
  font-weight: 700;
  font-style: Bold;
  font-size: 48px;
  line-height: 85px;
  letter-spacing: 0.02em;
}
 
@media (max-width: 1700px) {
  .core-activities-title {
    font-size: 35px;
    line-height: 63px;
    margin-bottom: 21px;
  }
}
 
@media (max-width: 1440px) {
  .core-activities-title {
    font-size: 30px;
    line-height: 54px;
    margin-bottom: 18px;
  }
}
 
@media (max-width: 1199px) {
  .core-activities-title {
    font-size: 24px;
    line-height: 44px;
    margin-bottom: 16px;
  }
}
 
@media (max-width: 991px) {
  .core-activities-title {
    font-size: 20px;
    line-height: 36px;
    margin-bottom: 14px;
  }
}
 
@media (max-width: 767px) {
  .core-activities-title {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 12px;
  }
}
 
@media (max-width: 575px) {
  .core-activities-title {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 10px;
  }
}

.activity-card {
  display: flex;
  flex-direction: column;
}

.activity-img-wrap {
  width: 100%;
  overflow: hidden;
  margin-bottom: 16px;
}

.activity-img {
  width: 100%;
  height: 450px;
  object-fit: cover;
  display: block;
}

.activity-card-title {
  text-transform: uppercase;
  color: #222222;
  margin-bottom: 10px;
  font-family: "Phudu", sans-serif;
  font-weight: 700;
  font-style: Bold;
  font-size: 36px;
  line-height: 50px;
  letter-spacing: 2%;
}

.activity-card-text {
  color: #555;
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 35px;
  letter-spacing: 0%;
}

/* ≤1700px */
@media (max-width: 1700px) {
  .core-activities-title {
    font-size: 21px;
  }

  .activity-img {
    height: 309px;
  }

  .activity-card-title {
    font-size: 26px;
    line-height: 36px;
  }

  .activity-card-text {
    font-size: 15px;
    line-height: 26px;
  }
}

/* ≤1440px */
@media (max-width: 1440px) {
  .core-activities-title {
    font-size: 20px;
  }

  .activity-img {
    height: 243px;
  }

  .activity-card-title {
    font-size: 22px;
    line-height: 31px;
  }

  .activity-card-text {
    font-size: 14px;
    line-height: 22px;
  }
}

/* ≤1199px */
@media (max-width: 1199px) {
  .core-activities-title {
    font-size: 18px;
  }

  .activity-img {
    height: 211px;
  }

  .activity-card-title {
    font-size: 20px;
    line-height: 26px;
  }

  .activity-card-text {
    font-size: 13px;
    line-height: 21px;
  }
}

/* ≤991px — tablet */
@media (max-width: 991px) {
  .activity-img {
    height: 178px;
  }

  .activity-card-title {
    font-size: 16px;
    line-height: 22px;
  }

  .activity-card-text {
    font-size: 12px;
    line-height: 20px;
  }
}

/* ≤575px — mobile */
@media (max-width: 575px) {
  .core-activities-title {
    font-size: 16px;
  }

  .activity-img {
    height: 162px;
  }

  .activity-card-title {
    font-size: 16px;
    line-height: 20px;
  }

  .activity-card-text {
    font-size: 11px;
    line-height: 18px;
  }
  .industries-section {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
.industries-section .mb-5{
  margin-bottom: 10px !important;
}
.info-block {
    margin-bottom: 8px !important;
}
}

/* ================= INDUSTRIES & INFO SECTION ================= */
.industries-section {
  background: #fff;
}

/* 4-col grid with blue borders */
.industries-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid #2563eb;
  border-left: 1px solid #2563eb;
}

.industry-cell {
  font-family: "Phudu", sans-serif;
  font-weight: 400;
  font-size: 30px;
  line-height: 35px;
  text-transform: uppercase;
  color: #000;
  padding: 28px 24px;
  border-right: 1px solid #2563eb;
  border-bottom: 1px solid #2563eb;
}

.industry-cell--empty {
  background: #fff;
}

/* Info blocks */
.info-block {
  border: none;
}

/* ≤1700px */
@media (max-width: 1700px) {
  .industry-cell {
    font-size: 22px;
    line-height: 27px;
    padding: 20px 18px;
  }
}

/* ≤1440px */
@media (max-width: 1440px) {
  .industry-cell {
    font-size: 20px;
    line-height: 24px;
    padding: 18px 16px;
  }
}

/* ≤1199px */
@media (max-width: 1199px) {
  .industry-cell {
    font-size: 16px;
    line-height: 21px;
    padding: 14px 13px;
  }
}

/* ≤991px — tablet: 2 columns */
@media (max-width: 991px) {
  .industries-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .industry-cell--empty {
    display: none;
  }

  .industry-cell {
    font-size: 14px;
    line-height: 20px;
    padding: 13px 12px;
  }
}

/* ≤575px — mobile: 1 column */
@media (max-width: 575px) {
  .industries-grid {
    grid-template-columns: 1fr;
  }

  .industry-cell {
    font-size: 13px;
    line-height: 18px;
    padding: 12px 10px;
  }
}

/* ================= CONNECT SECTION ================= */
.connect-section {
  background: #fff;
}

.connect-left {
  background: #dae9f2;
  padding: 48px 48px;
  display: flex;
  flex-direction: column;
  /* justify-content: center; */
}

/* White logo card */
.connect-logo-card {
  background: #fff;
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 20px 24px;
  margin-bottom: 32px;
}

.connect-logo {
  height: 296px;
  width: 296px;
  object-fit: contain;
  flex-shrink: 0;
}

@media (max-width: 1700px) {
  .connect-logo {
    height: 212px;
    width: 212px;
  }
}

@media (max-width: 1440px) {
  .connect-logo {
    height: 178px;
    width: 178px;
  }
}

@media (max-width: 1199px) {
  .connect-logo {
    height: 146px;
    width: 146px;
  }
}

@media (max-width: 991px) {
  .connect-logo {
    height: 113px;
    width: 113px;
  }
}

@media (max-width: 767px) {
  .connect-logo {
    height: 89px;
    width: 89px;
  }
}

@media (max-width: 575px) {
  .connect-logo {
    height: 73px;
    width: 73px;
  }
}

.connect-tagline {
  font-family: Poppins, sans-serif;
  font-weight: 500;
  font-size: 32px;
  line-height: 50px;
  color: #525e74;
  margin: 0;
}

@media (max-width: 1700px) {
  .connect-tagline {
    font-size: 23px;
    line-height: 36px;
  }
}

@media (max-width: 1440px) {
  .connect-tagline {
    font-size: 21px;
    line-height: 32px;
  }
}

@media (max-width: 1199px) {
  .connect-tagline {
    font-size: 18px;
    line-height: 28px;
  }
}

@media (max-width: 991px) {
  .connect-tagline {
    font-size: 14px;
    line-height: 22px;
  }
}

@media (max-width: 767px) {
  .connect-tagline {
    font-size: 13px;
    line-height: 21px;
  }
}

@media (max-width: 575px) {
  .connect-tagline {
    font-size: 12px;
    line-height: 18px;
  }
}

/* Tag pill */
.connect-tag {
  display: inline-block;
  background: #2563eb;
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 5px 12px;
  margin-bottom: 16px;
}

/* Heading */
.connect-heading {
  font-family: "Phudu", sans-serif;
  font-weight: 700;
  font-size: 80px;
  line-height: 80px;
  color: #000;
  margin-bottom: 32px;
  text-transform: uppercase;
}

@media (max-width: 1700px) {
  .connect-heading {
    font-size: 58px;
    line-height: 59px;
  }
}

@media (max-width: 1440px) {
  .connect-heading {
    font-size: 49px;
    line-height: 52px;
  }
}

@media (max-width: 1199px) {
  .connect-heading {
    font-size: 39px;
    line-height: 42px;
  }
}

@media (max-width: 991px) {
  .connect-heading {
    font-size: 31px;
    line-height: 36px;
  }
}

@media (max-width: 767px) {
  .connect-heading {
    font-size: 24px;
    line-height: 29px;
  }
}

@media (max-width: 575px) {
  .connect-heading {
    font-size: 21px;
    line-height: 26px;
  }
}

/* Contact items */
.connect-items {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.connect-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}

.connect-icon {
  width: 60px;
  height: 60px;
  background: #2563eb;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.connect-icon i {
  font-size: 28px;
}

@media (max-width: 1700px) {
  .connect-icon i {
    font-size: 20px;
  }

  .connect-icon {
    width: 45px;
    height: 45px;
  }
}

@media (max-width: 1440px) {
  .connect-icon i {
    font-size: 18px;
  }

  .connect-icon {
    width: 40px;
    height: 40px;
  }
}

@media (max-width: 1199px) {
  .connect-icon {
    width: 36px;
    height: 36px;
  }

  .connect-icon i {
    font-size: 16px;
  }
}

@media (max-width: 991px) {
  .connect-icon {
    width: 31px;
    height: 31px;
  }

  .connect-icon i {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .connect-icon {
    width: 28px;
    height: 28px;
  }

  .connect-icon i {
    font-size: 13px;
  }
}

@media (max-width: 575px) {
  .connect-icon {
    width: 24px;
    height: 24px;
  }

  .connect-icon i {
    font-size: 11px;
  }
}

.connect-item-label {
  font-family: "Phudu", sans-serif;
  font-weight: 500;
  font-size: 32px;
  line-height: 35px;
  color: #000;
  margin: 0 0 16px 0;
}

@media (max-width: 1700px) {
  .connect-item-label {
    font-size: 22px;
    line-height: 26px;
  }
}

@media (max-width: 1440px) {
  .connect-item-label {
    font-size: 20px;
    line-height: 22px;
  }
}

@media (max-width: 1199px) {
  .connect-item-label {
    font-size: 16px;
    line-height: 20px;
  }
}

@media (max-width: 991px) {
  .connect-item-label {
    font-size: 14px;
    line-height: 18px;
  }
}

@media (max-width: 767px) {
  .connect-item-label {
    font-size: 13px;
    line-height: 16px;
  }
}

@media (max-width: 575px) {
  .connect-item-label {
    font-size: 12px;
    line-height: 14px;
  }
}

.connect-item-value {
  font-family: Poppins, sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 35px;
  color: #555555;
  margin: 0;
}

@media (max-width: 1700px) {
  .connect-item-value {
    font-size: 18px;
    line-height: 27px;
  }
}

@media (max-width: 1440px) {
  .connect-item-value {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (max-width: 1199px) {
  .connect-item-value {
    font-size: 14px;
    line-height: 21px;
  }
}

@media (max-width: 991px) {
  .connect-item-value {
    font-size: 13px;
    line-height: 20px;
  }
}

@media (max-width: 767px) {
  .connect-item-value {
    font-size: 12px;
    line-height: 18px;
  }
}

@media (max-width: 575px) {
  .connect-item-value {
    font-size: 11px;
    line-height: 16px;
  }
}

/* Right photo */
.connect-right {
  padding: 0;
  overflow: hidden;
  max-height: 100%;
}
.service-sidebar img.active{
  filter: invert(1);
      width: 32px;
}
.service-sidebar img{
      width: 32px;
}
.connect-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

@media (max-width: 1700px) {
  .connect-photo {
    height: 830px;
  }
}

@media (max-width: 1440px) {
  .connect-photo {
    height: 700px;
  }
}

@media (max-width: 1199px) {
  .connect-photo {
    height: 628px;
  }
}

/* Tablet */
@media (max-width: 991px) {
  .connect-left {
    padding: 29px 26px;
  }

  .connect-heading {
    font-size: 24px;
  }

  .connect-photo {
    height: 389px;
  }
}

/* Mobile: stack, photo below */
@media (max-width: 767px) {
  .connect-left {
    padding: 29px 20px;
  }

  .connect-heading {
    font-size: 22px;
  }
  .connect-heading br{
    display: none;
  }

  .connect-right {
    max-height: 292px;
  }

  .connect-photo {
    height: 292px;
  }

  .connect-logo-card {
    flex-direction: column;
    align-items: center;
    gap: 0;
    padding: 9px 11px;
  }
}

@media (max-width: 575px) {
  .connect-right {
    max-height: 211px;
  }

  .connect-photo {
    height: 211px;
  }
}

/* Center menu properly */
/* Desktop */
.navbar-nav {
  display: flex;
  align-items: center;
  gap: 25px;
}
/* SAME LEFT ALIGN FOR NAVBAR + HERO */
/* Mobile only */
@media (max-width: 991px) {
  .navbar-nav {
    list-style: none;
    padding-left: 0;
  }
}
/* ================= DRAWER ================= */
/* ================= MOBILE DRAWER ================= */
.mobile-drawer {
  position: fixed;
  top: 0;
  right: -340px;
  width: 320px;
  max-width: 85vw;
  height: 100%;
  background: #fff;
  box-shadow: -10px 0 40px rgba(0, 0, 0, 0.15);
  transition: right 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 9999;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
}

.mobile-drawer.open {
  right: 0;
}

/* ── Header: logo + close ── */
.drawer-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 24px;
  border-bottom: 1px solid #f1f5f9;
}

.drawer-logo img {
  height: 40px;
  width: auto;
}

.drawer-header button {
  background: #f1f5f9;
  border: none;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  font-size: 16px;
  cursor: pointer;
  transition: 0.25s;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #64748b;
}

.drawer-header button:hover {
  background: #2f6df6;
  color: #fff;
}

/* ── Navigation ── */
.drawer-nav {
  flex: 1;
  padding: 16px 0;
}

.drawer-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.drawer-nav li {
  margin: 0;
}

.drawer-nav a {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 24px;
  font-size: 15px;
  font-weight: 500;
  color: #374151;
  text-decoration: none;
  transition: all 0.2s;
  border-left: 3px solid transparent;
}

.drawer-nav a i {
  font-size: 17px;
  width: 20px;
  text-align: center;
  color: #94a3b8;
  transition: color 0.2s;
}

.drawer-nav a:hover {
  background: #f8fafc;
  color: #2f6df6;
  border-left-color: #2f6df6;
  transform: none;
}

.drawer-nav a:hover i {
  color: #2f6df6;
}

.drawer-nav a.active {
  background: linear-gradient(90deg, #eff6ff, #fff);
  color: #2f6df6;
  border-left-color: #2f6df6;
  font-weight: 600;
}

.drawer-nav a.active i {
  color: #2f6df6;
}

/* Remove underline effect from nav links */
.drawer-nav a::after {
  display: none;
}

/* ── Footer section ── */
.drawer-footer {
  margin-top: auto;
  padding: 20px 24px 24px;
  border-top: 1px solid #f1f5f9;
  background: #f8fafc;
}

/* Phone box */
.drawer-phone-box {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 14px;
  margin-bottom: 14px;
  background: #fff;
  border-radius: 12px;
  border: 1px solid #e5e7eb;
  text-decoration: none;
  transition: border-color 0.2s, box-shadow 0.2s;
}

.drawer-phone-box::after {
  display: none;
}

.drawer-phone-box:hover {
  border-color: #2f6df6;
  box-shadow: 0 2px 8px rgba(47, 109, 246, 0.1);
  transform: none;
}

.drawer-phone-icon {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: linear-gradient(135deg, #2f6df6, #1d4ed8);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  flex-shrink: 0;
}

.drawer-phone-box span {
  font-size: 11px;
  color: #94a3b8;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  display: block;
}

.drawer-phone-box strong {
  font-size: 15px;
  color: #111;
  display: block;
  margin-top: 1px;
}

/* CTA button */
.drawer-cta-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  padding: 13px 20px;
  background: linear-gradient(135deg, #2f6df6, #1d4ed8);
  color: #fff !important;
  border: none;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-decoration: none;
  transition: all 0.25s;
  box-shadow: 0 4px 12px rgba(47, 109, 246, 0.3);
}

.drawer-cta-btn::after {
  display: none;
}

.drawer-cta-btn:hover {
  background: linear-gradient(135deg, #1d4ed8, #1e40af);
  box-shadow: 0 6px 20px rgba(47, 109, 246, 0.4);
  transform: translateY(-1px) !important;
  color: #fff;
}

.drawer-cta-btn i {
  font-size: 14px;
}

/* Social links */
.drawer-social {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 16px;
}

.drawer-social a {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #e5e7eb;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #64748b;
  font-size: 14px;
  text-decoration: none;
  transition: all 0.2s;
}

.drawer-social a::after {
  display: none;
}

.drawer-social a:hover {
  background: #2f6df6;
  border-color: #2f6df6;
  color: #fff;
  transform: translateY(-2px) !important;
  box-shadow: 0 4px 10px rgba(47, 109, 246, 0.3);
}

.navbar .custom-btn i {
  background-color: transparent;
  color: #fff;
  margin-right: 10px;
  font-size: 15px;
}

/* Hide mobile drawer on desktop */
@media (min-width: 992px) {
  .mobile-drawer {
    display: none;
  }
}
/* Nav links */
.nav-link {
  color: #333 !important;
  font-weight: 500;
}

.nav-link.active {
  color: #0d6efd !important;
}

/* Right side */
.phone-box {
  font-size: 14px;
  color: #333;
}

/* Button */
.btn-primary {
  background: var(--primary-color);
  border: none;
  border-radius: 4px;
  font-weight: 500;
}

/* ================= HERO ================= */
.hero {
  position: relative;
}

.hero-carousel .hero-slide {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background-size: cover;
  background-position: center;
}

/* LIGHT overlay (important fix) */
.overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
}

/* Content */
.hero-contents {
  position: relative;
  z-index: 2;
  color: #fff;
}
/* Heading EXACT look */
.hero-contents h1 {
  font-size: 60px;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -1px;
  font-family: "Phudu", sans-serif;
}

.hero-contents p {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.8);
  max-width: 520px;
}
.owl-carousel {
  position: relative;
}

.owl-dots {
  position: absolute;
  bottom: 25px;
  left: 60px; /* align with content */
  transform: none;
}
/* Button */
.hero-contents .btn {
  margin-top: 25px;
  padding: 10px 22px;
}

/* ================= SIDE LOGOS ================= */
.side-logos {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.logo-box {
  position: relative;
  background: #fff;
  padding: 0px;
  border-radius: 4px;
  cursor: pointer;
  width: 60px;
  transition: 0.3s;
}

.logo-box:hover {
  transform: translateX(-5px);
}

/* Tooltip */
.logo-text {
  position: absolute;
  right: 120%;
  top: 50%;
  transform: translateY(-50%) translateX(10px);
  background: #1e3a5f;
  color: #fff;
  padding: 6px 14px;
  font-size: 12px;
  opacity: 0;
  transition: 0.3s;
  border-radius: 4px;
}

.logo-box:hover .logo-text {
  opacity: 1;
  transform: translateY(-50%) translateX(0);
}
.drawer-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}

.drawer-overlay.active {
  opacity: 1;
  visibility: visible;
}
.logo-box img {
  width: 42px;
}
.mobile-drawer.open {
  right: 0;
}

/* ================= OWL DOTS ================= */
.owl-dots {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
}

.owl-dot span {
  background: #ccc !important;
}

.owl-dot.active span {
  background: var(--primary-color) !important;
}

/* ================= MOBILE ================= */
@media (max-width: 992px) {
  .section-padding {
    padding: 0 12px 0 !important;
  }
  .custom-navbar {
    padding: 0 12px 0 !important;
  }
  .hero-content {
    padding: 11px !important;
  }
  .hero-content p {
    margin-top: 6px !important;
    font-size: 15px !important;
  }
  .custom-navbar .container-fluid {
    border-radius: 0;
  }

  .hero-content h1 {
    font-size: 34px;
  }

  .hero-content {
    padding-left: 20px;
  }

  .side-logos {
    display: flex;
  }
}

/* Wrapper */
.custom-dots {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  display: flex !important;
  gap: 0;
  z-index: 5;
}

/* Each dot */
.custom-dot span {
  width: 8px;
  height: 8px;
  background: #fff;
  display: block;
  border-radius: 1%;
  transition: 0.3s;
  border: 0;
}
.custom-dot {
  border: 0;
  background: unset !important;
}

/* Active dot */
.custom-dot.active span {
  width: 8px;
  border-radius: 1%;
  background: var(--primary-color);
}
.custom-dot span {
  transition: all 0.4s ease;
}

/* ================= ABOUT ================= */
.about-section {
  padding: 50px 0;
  background: #f8f8f8;
}

/* Tag */
.about-tag {
  display: inline-block;
  background: var(--primary-color);
  color: #fff;
  padding: 6px 14px;
  font-size: 12px;
  border-radius: 3px;
  margin-bottom: 20px;
}

/* Title */
.about-title {
  font-family: "Phudu", sans-serif;
  font-weight: 700;
  font-size: 80px;
  line-height: 85px;
  margin-bottom: 25px;
}

@media (max-width: 1700px) {
  .about-title {
    font-size: 58px;
    line-height: 62px;
  }
}

@media (max-width: 1440px) {
  .about-title {
    font-size: 50px;
    line-height: 55px;
  }
}

@media (max-width: 1199px) {
  .about-title {
    font-size: 40px;
    line-height: 45px;
  }
}

@media (max-width: 991px) {
  .about-title {
    font-size: 32px;
    line-height: 37px;
  }
}

@media (max-width: 767px) {
  .about-title {
    font-size: 26px;
    line-height: 31px;
  }
}

@media (max-width: 575px) {
  .about-title {
    font-size: 21px;
    line-height: 26px;
  }
}

/* Text */
.about-text {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 40px;
  color: #555555;
  margin-bottom: 15px;
  max-width: 820px;
}

@media (max-width: 1700px) {
  .about-text {
    font-size: 18px;
    line-height: 30px;
    max-width: 604px;
  }
}

@media (max-width: 1440px) {
  .about-text {
    font-size: 16px;
    line-height: 28px;
    max-width: 535px;
  }
}

@media (max-width: 1199px) {
  .about-text {
    font-size: 14px;
    line-height: 22px;
    max-width: 437px;
  }
}

@media (max-width: 991px) {
  .about-text {
    font-size: 13px;
    line-height: 21px;
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .about-text {
    font-size: 12px;
    line-height: 20px;
    max-width: 100%;
  }
}

@media (max-width: 575px) {
  .about-text {
   font-size: 10px;
        line-height: 15px;
        max-width: 100%;
  }
}

/* Link */
.about-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 1;
  text-transform: uppercase;
  color: #1e1e1e;
  text-decoration: none;
}

@media (max-width: 1700px) {
  .about-link {
    font-size: 15px;
  }
}

@media (max-width: 1440px) {
  .about-link {
    font-size: 14px;
  }
}

@media (max-width: 1199px) {
  .about-link {
    font-size: 13px;
  }
}

@media (max-width: 991px) {
  .about-link {
    font-size: 12px;
    gap: 4px;
  }
}

@media (max-width: 575px) {
  .about-link {
        font-size: 11px;
        gap: 4px;
        margin-top: 0;
  }
}

.about-link i {
  transition: 0.3s;
}

.about-link:hover i {
  transform: translate(4px, -4px);
}

/* IMAGE */
.about-image img {
  width: 100%;
  height: 824px;
  object-fit: cover;
  border-radius: 4px;
  display: block;
}

@media (max-width: 1700px) {
  .about-image img {
    height: 607px;
  }
}

@media (max-width: 1440px) {
  .about-image img {
    height: 535px;
  }
}

@media (max-width: 1199px) {
  .about-image img {
    height: 437px;
  }
}

@media (max-width: 991px) {
  .about-image img {
    height: 340px;
  }

  .about-section {
    padding: 14px 0;
  }
.group-icon {
    height: 23px !important;
}
  .about-title {
    font-size: 29px;
  }

  .experience-box {
    left: 0;
    bottom: 0;
    width: 178px;
    padding: 16px;
  }
}

@media (max-width: 575px) {
  .about-image img {
    max-height: 243px;
  }

  .about-title {
    font-size: 22px;
  }

  .experience-box {
    position: relative;
    left: auto;
    bottom: auto;
    width: 100%;
    margin-top: 13px;
  }
}

/* EXPERIENCE BOX */
.experience-box {
  position: absolute;
  bottom: 0;
  left: -100px;
  background: var(--primary-color);
  color: #fff;
  padding: 30px;
  width: 345px;
}

.experience-box h3 {
  font-size: 110px;
  line-height: 110px;
  font-weight: 700;
  margin-bottom: 10px;
}

.experience-box h3 span {
  font-size: 120px;
}

.exp-title {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 10px;
}

.exp-text {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.8);
}

@media (max-width: 1700px) {
  .experience-box {
    width: 256px;
    padding: 22px;
    left: -69px;
  }

  .experience-box h3 {
    font-size: 77px;
    line-height: 79px;
  }

  .experience-box h3 span {
    font-size: 85px;
  }

  .exp-title {
    font-size: 16px;
  }

  .exp-text {
    font-size: 14px;
  }
}

@media (max-width: 1440px) {
  .experience-box {
    width: 227px;
    padding: 20px;
    left: -57px;
  }

  .experience-box h3 {
    font-size: 65px;
    line-height: 68px;
  }

  .experience-box h3 span {
    font-size: 71px;
  }

  .exp-title {
    font-size: 14px;
  }

  .exp-text {
    font-size: 13px;
  }
}

@media (max-width: 1199px) {
  .experience-box {
    width: 194px;
    padding: 16px;
    left: -40px;
  }

  .experience-box h3 {
    font-size: 52px;
    line-height: 55px;
  }

  .experience-box h3 span {
    font-size: 57px;
  }

  .exp-title {
    font-size: 13px;
  }

  .exp-text {
    font-size: 11px;
  }
}

@media (max-width: 992px) {
  .about-title {
    font-size: 22px;
    margin-bottom: 15px;
  }

  .experience-box {
    position: relative;
    left: 0;
    bottom: 0;
    margin-top: 20px;
    width: 100%;
    padding: 20px;
  }

  .experience-box h3 {
    font-size: 52px;
    line-height: 56px;
  }

  .experience-box h3 span {
    font-size: 58px;
  }

  .exp-title {
    font-size: 14px;
  }

  .exp-text {
    font-size: 13px;
  }
}

/* ================= STATS SECTION ================= */
.stats-section {
  position: relative;
  background: url("../assets/images/banner1.png") center/cover no-repeat;
  color: #fff;
  height: 560px;
}

/* DARK OVERLAY */
.stats-section .overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.65);
}

/* CONTENT ABOVE OVERLAY */
.stats-section .container {
  position: relative;
  z-index: 2;
}

/* ITEM */
.stat-item {
  margin-bottom: 30px;
  text-align: left;
}

/* TITLE */
.stat-title {
  font-family: "Phudu", sans-serif;
  font-weight: 600;
  font-size: 30px;
  line-height: 35px;
  color: #fff;
  margin-bottom: 10px;
}

/* LINE */
.stat-line {
  height: 3px;
  width: 100%;
  background: #c8c8c8;
  margin: 40px auto 30px;
}

@media (max-width: 1700px) {
  .stat-line {
    margin: 29px auto 21px;
  }
}

@media (max-width: 1440px) {
  .stat-line {
    margin: 24px auto 18px;
  }
}

@media (max-width: 1199px) {
  .stat-line {
    margin: 20px auto 14px;
  }
}

@media (max-width: 991px) {
  .stat-line {
    margin: 14px auto 12px;
  }
}

@media (max-width: 575px) {
  .stat-line {
    margin: 12px auto 8px;
  }
}

.completed-projects-wrapper {
  position: relative;
  top: 40%;
}

/* NUMBER */
.stat-item h2 {
  font-family: "Phudu", sans-serif;
  font-weight: 700;
  font-size: 100px;
  line-height: 100px;
  display: inline-flex;
  align-items: center;
}

.stat-item h2 span {
  font-size: 60px;
}

@media (max-width: 1700px) {
  .stats-section {
    height: 424px;
  }

  .stat-item h2 {
    font-size: 74px;
    line-height: 74px;
  }

  .stat-item h2 span {
    font-size: 44px;
  }

  .stat-title {
    font-size: 22px;
    line-height: 27px;
  }
}

@media (max-width: 1440px) {
  .stats-section {
    height: 389px;
  }

  .stat-item h2 {
    font-size: 65px;
    line-height: 65px;
  }

  .stat-item h2 span {
    font-size: 39px;
  }

  .stat-title {
    font-size: 20px;
    line-height: 24px;
  }
}

@media (max-width: 1199px) {
  .stats-section {
    height: 340px;
  }

  .stat-item h2 {
    font-size: 52px;
    line-height: 52px;
  }

  .stat-item h2 span {
    font-size: 31px;
  }

  .stat-title {
    font-size: 16px;
    line-height: 21px;
  }
}

@media (max-width: 991px) {
  .stats-section {
    height: auto;
    padding: 49px 0;
  }

  .stat-item h2 {
    font-size: 39px;
    line-height: 39px;
  }

  .stat-item h2 span {
    font-size: 22px;
  }

  .stat-title {
    font-size: 13px;
    line-height: 18px;
  }
}

@media (max-width: 575px) {
  .stat-item h2 {
    font-size: 31px;
    line-height: 31px;
  }

  .stat-item h2 span {
    font-size: 18px;
  }

  .stat-title {
    font-size: 12px;
    line-height: 16px;
  }
}

/* ================= DIVISION ================= */
.division-section {
  padding: 125px 0 200px;
  background: #f8f8f8;
}

@media (max-width: 1700px) {
  .division-section {
    padding: 85px 0 125px;
  }
}

@media (max-width: 1440px) {
  .division-section {
    padding: 65px 0 81px;
  }
}

@media (max-width: 1199px) {
  .division-section {
    padding: 57px 0 65px;
  }
}

@media (max-width: 991px) {
  .division-section {
    padding: 49px 0 57px;
  }
}

@media (max-width: 575px) {
  .division-section {
            padding: 16px 0 19px;
  }
}

/* TAG */
.section-tag {
  display: inline-block;
  background: var(--primary-color);
  color: #fff;
  padding: 13px 31px;
  border-radius: 0;
  margin-bottom: 15px;
  width: fit-content;
  font-family: Poppins, sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 1;
  text-transform: uppercase;
      margin-bottom: 20px;
}

@media (max-width: 1700px) {
  .section-tag {
    font-size: 14px;
    padding: 7px 14px;
  }
}

@media (max-width: 1440px) {
  .section-tag {
    font-size: 13px;
    padding: 6px 13px;
  }
}

@media (max-width: 1199px) {
  .section-tag {
    font-size: 12px;
    padding: 5px 12px;
  }
}

@media (max-width: 991px) {
  .section-tag {
    font-size: 11px;
    padding: 4px 10px;
  }
}

@media (max-width: 575px) {
  .section-tag {
    font-size: 10px;
    padding: 4px 8px;
  }
}

/* TITLE */
.section-title {
  font-family: "Phudu", sans-serif;
  font-weight: 700;
  font-size: 80px;
  line-height: 80px;
}

@media (max-width: 1700px) {
  .section-title {
    font-size: 58px;
    line-height: 59px;
  }
}

@media (max-width: 1440px) {
  .section-title {
    font-size: 50px;
    line-height: 52px;
  }
}

@media (max-width: 1199px) {
  .section-title {
    font-size: 40px;
    line-height: 42px;
  }
}

@media (max-width: 991px) {
  .section-title {
    font-size: 32px;
    line-height: 36px;
  }
}

@media (max-width: 767px) {
  .section-title {
    font-size: 26px;
    line-height: 32px;
  }
}

@media (max-width: 575px) {
  .section-title {
    font-size: 21px;
    line-height:30px;
  }
}

/* ARROWS */
.division-arrows {
  display: flex;
  gap: 10px;
}

.arrow-btn {
  width: 45px;
  height: 45px;
  border: 1px solid #ddd;
  background: transparent;
  transition: 0.3s;
}

.arrow-btn:hover {
  background: var(--primary-color);
  color: #fff;
}

/* CARD */
.division-card {
  position: relative;
  overflow: hidden;
}
.division-carousel {
  overflow: hidden;
}
.division-card img:first-child {
  width: 100%;
  height: 562px;
  object-fit: cover;
}

@media (max-width: 1700px) {
  .division-card img:first-child {
    height: 415px !important;
  }
}

@media (max-width: 1440px) {
  .division-card img:first-child {
    height: 500px !important;
  }
}

@media (max-width: 1199px) {
  .division-card img:first-child {
    height: 400px !important;
  }
}

/* DARK OVERLAY */
.card-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
}

/* CONTENT */
.card-content {
  position: absolute;
  bottom: 40px;
  left: 40px;
  color: #fff;
  z-index: 2;
  margin-right: 40px;
}

/* LOGO */
.card-logo {
  width: 94px !important;
  height: 94px !important;
  position: absolute;
  top: 40px;
  left: 40px;
}

/* TITLE */
.card-content h4 {
  font-family: "Phudu", sans-serif;
  font-weight: 700;
  font-size: 36px;
  line-height: 40px;
  margin-bottom: 11px;
}

/* TEXT */
.card-content p {
  font-family: Poppins, sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  color: #fff;
  margin-bottom: 38px;
}

/* LINK */
.card-content a {
  font-size: 16px;
  text-decoration: none;
  color: #fff;
  display: inline-flex;
  gap: 6px;
}

@media (max-width: 1700px) {
  .card-content {
    bottom: 28px;
    left: 28px;
  }

  .card-logo {
    width: 68px !important;
    height: 68px !important;
    top: 28px;
    left: 28px;
  }

  .card-content h4 {
    font-size: 26px;
    line-height: 29px;
  }

  .card-content p {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 27px;
  }

  .card-content a {
    font-size: 13px;
  }
}

@media (max-width: 1440px) {
  .card-content {
    bottom: 25px;
    left: 25px;
  }

  .card-logo {
    width: 58px !important;
    height: 58px !important;
    top: 25px;
    left: 25px;
  }

  .card-content h4 {
    font-size: 22px;
    line-height: 26px;
  }

  .card-content p {
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 22px;
  }

  .card-content a {
    font-size: 12px;
  }
}

@media (max-width: 1199px) {


  .card-logo {
    width: 49px !important;
    height: 49px !important;
  }

  .card-content h4 {
    font-size: 18px;
    line-height: 21px;
  }

  .card-content p {
    font-size: 11px;
    line-height: 18px;
    margin-bottom: 18px;
  }

  .card-content a {
    font-size: 11px;
  }
}

@media (max-width: 991px) {


  .card-logo {
    width: 40px !important;
    height: 40px !important;
  }

  .card-content h4 {
    font-size: 14px;
    line-height: 18px;
  }

  .card-content p {
    font-size: 10px;
    line-height: 16px;
    margin-bottom: 13px;
  }

  .card-content a {
    font-size: 10px;
  }
}

@media (max-width: 575px) {
  .card-content h4 {
    font-size: 13px;
    line-height: 16px;
  }

  .card-content p {
    font-size: 10px;
    line-height: 14px;
    margin-bottom: 10px;
  }
}

.card-content a i {
  transition: 0.3s;
}

.card-content a:hover i {
  transform: translate(3px, -3px);
}

/* HOVER EFFECT */
.division-card:hover img {
  transform: scale(1.05);
  transition: 0.4s;
}
.division-carousel .division-card {
  margin: 0 5px;
}
@media (max-width: 992px) {
  .section-title {
    font-size: 23px;
  }

  .division-card img {
    height: 400px;
  }
}

/* ── Why Choose Us ── */
.rectangle-parent17 {
  background-color: #dae9f2;
  width: 100%;
  font-family: Phudu;
  color: #000;
  overflow: hidden;
}

/* Top row: heading + image */
.why-top-row {
  min-height: 360px;
}

@media (max-width: 1700px) {
  .why-top-row {
    min-height: 270px;
  }
}

@media (max-width: 1440px) {
  .why-top-row {
    min-height: 230px;
  }
}

@media (max-width: 1199px) {
  .why-top-row {
    min-height: 190px;
  }
}

@media (max-width: 991px) {
  .why-top-row {
    min-height: auto;
    margin-top: 8%;
  }
}

.why-heading-col {
  display: flex;
  flex-direction: column;
  gap: 32px;
  justify-content: center;
}
.why-image-col {
  position: absolute;
  min-height: 1018px;
  overflow: hidden;
  top: 0;
  right: 0;
  z-index: 0;
  width: 50%;
}

@media (max-width: 1700px) {
  .why-image-col {
    min-height: 795px;
  }
}

@media (max-width: 1440px) {
  .why-image-col {
    min-height: 693px;
  }
}

@media (max-width: 1199px) {
  .why-image-col {
    min-height: 945px;
  }
}

@media (max-width: 991px) {
  .why-image-col {
    position: relative;
    width: 100%;
    min-height: 324px;
    top: auto;
    right: auto;
  }
}

@media (max-width: 575px) {
  .why-image-col {
    min-height: 227px;
  }
}
.frame-child34 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.start-hiring-frame {
  height: 46px;
  width: 219px;
  background-color: #2563eb;
  overflow: hidden;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  box-sizing: border-box;
}
.why-choose-us-wrapper {
  padding-top: 162px;
  padding-bottom: 148px;
}

@media (max-width: 1700px) {
  .why-choose-us-wrapper {
    padding-top: 116px;
    padding-bottom: 106px;
  }
}

@media (max-width: 1440px) {
  .why-choose-us-wrapper {
    padding-top: 97px;
    padding-bottom: 89px;
  }
}

@media (max-width: 1199px) {
  .why-choose-us-wrapper {
    padding-top: 73px;
    padding-bottom: 65px;
  }
}

@media (max-width: 991px) {
  .why-choose-us-wrapper {
    padding-top: 49px;
    padding-bottom: 49px;
  }
}

@media (max-width: 575px) {
  .why-choose-us-wrapper {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}
.choose-us-for {
  font-family: "Phudu", sans-serif;
  font-weight: 600;
  font-size: 80px;
  line-height: 80px;
  color: #000;
}

@media (max-width: 1700px) {
  .choose-us-for {
    font-size: 58px;
    line-height: 59px;
  }
}

@media (max-width: 1440px) {
  .choose-us-for {
    font-size: 50px;
    line-height: 52px;
  }
}

@media (max-width: 1199px) {
  .choose-us-for {
    font-size: 40px;
    line-height: 42px;
  }
}

@media (max-width: 991px) {
  .choose-us-for {
    font-size: 32px;
    line-height: 36px;
  }
}

@media (max-width: 767px) {
  .choose-us-for {
    font-size: 26px;
    line-height: 29px;
  }
}

@media (max-width: 575px) {
  .choose-us-for {
    font-size: 21px;
    line-height: 24px;
  }
}

/* Cards grid */
.why-cards-row {
  width: 100%;
  z-index: 1;
  position: relative;
}
.why-card {
  background-color: #fff;
  border: 1px solid #c8c8c8;
  padding: 60px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  height: 100%;
  box-sizing: border-box;
}

@media (max-width: 1700px) {
  .why-card {
    padding: 36px;
    gap: 12px;
  }
}

@media (max-width: 1440px) {
  .why-card {
    padding: 20px;
    gap: 6px;
  }
}

@media (max-width: 1199px) {
  .why-card {
    padding: 26px;
    gap: 12px;
  }
}

@media (max-width: 991px) {
  .why-card {
    padding: 20px;
    gap: 10px;
  }
}

@media (max-width: 575px) {
  .why-card {
    padding: 14px;
    gap: 8px;
  }
}

/* Card headings */
.multi-service-solutions-under,
.safety-focused-approach,
.reliable-efficient,
.quality-accountability,
.professional-coordination,
.residential-commercial {
  font-family: "Phudu", sans-serif;
  font-weight: 600;
  font-size: 30px;
  line-height: 35px;
  color: #000;
}

@media (max-width: 1700px) {
  .multi-service-solutions-under,
  .safety-focused-approach,
  .reliable-efficient,
  .quality-accountability,
  .professional-coordination,
  .residential-commercial {
    font-size: 22px;
    line-height: 27px;
  }
}

@media (max-width: 1440px) {
  .multi-service-solutions-under,
  .safety-focused-approach,
  .reliable-efficient,
  .quality-accountability,
  .professional-coordination,
  .residential-commercial {
    font-size: 20px;
    line-height: 24px;
  }
}

@media (max-width: 1199px) {
  .multi-service-solutions-under,
  .safety-focused-approach,
  .reliable-efficient,
  .quality-accountability,
  .professional-coordination,
  .residential-commercial {
    font-size: 16px;
    line-height: 21px;
  }
}

@media (max-width: 991px) {
  .multi-service-solutions-under,
  .safety-focused-approach,
  .reliable-efficient,
  .quality-accountability,
  .professional-coordination,
  .residential-commercial {
    font-size: 14px;
    line-height: 18px;
  }
}

@media (max-width: 767px) {
  .multi-service-solutions-under,
  .safety-focused-approach,
  .reliable-efficient,
  .quality-accountability,
  .professional-coordination,
  .residential-commercial {
    font-size: 13px;
    line-height: 16px;
  }
}

@media (max-width: 575px) {
  .multi-service-solutions-under,
  .safety-focused-approach,
  .reliable-efficient,
  .quality-accountability,
  .professional-coordination,
  .residential-commercial {
    font-size: 12px;
    line-height: 14px;
  }
}

/* Card body text */
.we-provide-a,
.we-follow-responsible,
.we-are-committed,
.we-maintain-high,
.our-divisions-work,
.we-serve-both {
  font-family: Poppins, sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  color: #707070;
  margin-top: 20px;
}

@media (max-width: 1700px) {
  .we-provide-a,
  .we-follow-responsible,
  .we-are-committed,
  .we-maintain-high,
  .our-divisions-work,
  .we-serve-both {
    font-size: 15px;
    line-height: 22px;
  }
}

@media (max-width: 1440px) {
  .we-provide-a,
  .we-follow-responsible,
  .we-are-committed,
  .we-maintain-high,
  .our-divisions-work,
  .we-serve-both {
    font-size: 14px;
    line-height: 21px;
  }
}

@media (max-width: 1199px) {
  .we-provide-a,
  .we-follow-responsible,
  .we-are-committed,
  .we-maintain-high,
  .our-divisions-work,
  .we-serve-both {
    font-size: 13px;
    line-height: 20px;
  }
}

@media (max-width: 991px) {
  .we-provide-a,
  .we-follow-responsible,
  .we-are-committed,
  .we-maintain-high,
  .our-divisions-work,
  .we-serve-both {
    font-size: 12px;
    line-height: 18px;
    margin-top: 10px;
  }
}

@media (max-width: 575px) {
  .we-provide-a,
  .we-follow-responsible,
  .we-are-committed,
  .we-maintain-high,
  .our-divisions-work,
  .we-serve-both {
    font-size: 11px;
    line-height: 16px;
    margin-top: 8px;
  }
}
.frame-main {
  color: #fff;
}
/* Image column — stretches to match content column height via Bootstrap align-items-stretch */
.hww-img-col {
  overflow: hidden;
  min-height: 1340px;
}

.frame-child39 {
  width: 100%;
  height: 100%;
  min-height: 400px;
  display: block;
  object-fit: cover;
  z-index: 1;
}

@media (max-width: 1700px) {
  .hww-img-col {
    min-height: 981px;
  }
}

@media (max-width: 1440px) {
  .hww-img-col {
    min-height: 859px;
  }
}

@media (max-width: 1199px) {
  .hww-img-col {
    min-height: 697px;
  }
}

@media (max-width: 991px) {
  .hww-img-col {
    min-height: 340px;
  }

  .frame-child39 {
    min-height: 340px;
  }
}

@media (max-width: 575px) {
  .hww-img-col {
    min-height: 227px;
  }

  .frame-child39 {
    min-height: 227px;
  }
}
.frame-child40,
.rectangle-parent25 {
  background-color: #000;
  max-width: 100%;
}
.rectangle-parent25 {
  padding-top: 106px;
  padding-left: 67px;
}

@media (max-width: 1700px) {
  .rectangle-parent25 {
    padding-top: 76px;
    padding-left: 48px;
  }
}

@media (max-width: 1440px) {
  .rectangle-parent25 {
    padding-top: 65px;
    padding-left: 40px;
  }
}

@media (max-width: 1199px) {
  .rectangle-parent25 {
    padding-top: 49px;
    padding-left: 32px;
  }
}

@media (max-width: 991px) {
  .rectangle-parent25 {
    padding-top: 32px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 575px) {
  .rectangle-parent25 {
    padding-top: 24px;
    padding-left: 13px;
    padding-right: 13px;
  }
}
.steps-grid {
  width: 100%;
  margin: 0;
}
.frame-child40 {
  width: 961px;
  height: 1340px;
  position: relative;
  display: none;
  flex-shrink: 0;
}
.frame-parent27,
.start-hiring-wrapper2 {
  flex-shrink: 0;
  display: flex;
  box-sizing: border-box;
}
.frame-parent27 {
  width: 781px;
  flex-direction: column;
  align-items: flex-start;
  padding: 0 0 21px;
  gap: 38px;
  max-width: 100%;
  text-align: left;
  font-size: 80px;
  color: #fff;
  font-family: Phudu;
}
.start-hiring-wrapper2 {
  cursor: pointer;
  border: 0;
  padding: 10px 20px;
  background-color: #2563eb;
  height: 46px;
  width: 219px;
  overflow: hidden;
  align-items: center;
  justify-content: center;
}
.efficient-transparent-reliable {
  font-family: Phudu;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 80px;
  line-height: 80px;
  letter-spacing: 2%;
  margin-bottom: 65px;
}

@media (max-width: 1700px) {
  .efficient-transparent-reliable {
    font-size: 58px;
    line-height: 59px;
    margin-bottom: 48px;
  }
}
 
@media (max-width: 1440px) {
  .efficient-transparent-reliable {
    font-size: 50px;
    line-height: 52px;
    margin-bottom: 40px;
  }
}
 
@media (max-width: 1199px) {
  .efficient-transparent-reliable {
    font-size: 40px;
    line-height: 42px;
    margin-bottom: 32px;
  }
}
 
@media (max-width: 991px) {
  .efficient-transparent-reliable {
    font-size: 32px;
    line-height: 36px;
    margin-bottom: 24px;
  }
}
 
@media (max-width: 767px) {
  .efficient-transparent-reliable {
    font-size: 26px;
    line-height: 29px;
    margin-bottom: 20px;
  }
}
 
@media (max-width: 575px) {
  .efficient-transparent-reliable {
    font-size: 21px;
    line-height: 24px;
    margin-bottom: 16px;
  }
  .division-header{
    flex-wrap: wrap;
  }
}
 

.frame-wrapper17 {
  display: flex;
  align-items: flex-start;
  padding: 0 5px;
  box-sizing: border-box;
  max-width: 100%;
  flex-shrink: 0;
  text-align: left;
  font-size: 30px;
  color: #fff;
  font-family: Phudu;
}
.assessments,
.assessments-parent {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: 100%;
}
.assessments-parent {
  flex: 1;
  gap: 46px;
}
.assessments {
  align-self: stretch;
  gap: 16px;
  margin-bottom: 34px;
}

@media (max-width: 1700px) {
  .assessments {
    gap: 25px;
    margin-bottom: 25px;
  }
}

@media (max-width: 1440px) {
  .assessments {
    gap: 12px;
    margin-bottom: 22px;
  }
}

@media (max-width: 1199px) {
  .assessments {
    gap: 10px;
    margin-bottom: 20px;
  }
}

@media (max-width: 991px) {
  .assessments {
    gap: 8px;
    margin-bottom: 16px;
  }
}

@media (max-width: 767px) {
  .assessments {
    gap: 6px;
    margin-bottom: 13px;
  }
}

@media (max-width: 575px) {
  .assessments {
    gap: 4px;
   margin-top: 9px;
  }
}

.consultation {
  font-family: Phudu;
  font-weight: 600;
  font-size: 30px;
  line-height: 35px;
  letter-spacing: 5%;
  margin-bottom: 12px;
}

@media (max-width: 1700px) {
  .consultation {
    font-size: 22px;
    line-height: 26px;
  }
}

@media (max-width: 1440px) {
  .consultation {
    font-size: 20px;
    line-height: 22px;
  }
}

@media (max-width: 1199px) {
  .consultation {
    font-size: 16px;
    line-height: 20px;
  }
}

@media (max-width: 991px) {
  .consultation {
    font-size: 14px;
    line-height: 18px;
  }
}

@media (max-width: 767px) {
  .consultation {
    font-size: 13px;
    line-height: 16px;
  }
}

@media (max-width: 575px) {
  .consultation {
    font-size: 12px;
    line-height: 14px;
  }
}
.assessment-estimate,
.we-understand-your {
  font-family: inherit;
  font-size: inherit;
}
.we-understand-your {
  font-family: Poppins;
  font-weight: 400;
  font-style: Regular;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0%;
  margin-left: 30px;
}

@media (max-width: 1700px) {
  .we-understand-your {
    font-size: 15px;
    line-height: 23px;
    margin-left: 22px;
  }
}

@media (max-width: 1440px) {
  .we-understand-your {
    font-size: 14px;
    line-height: 22px;
    margin-left: 20px;
  }
}

@media (max-width: 1199px) {
  .we-understand-your {
    font-size: 13px;
    line-height: 20px;
    margin-left: 16px;
  }
}

@media (max-width: 991px) {
  .we-understand-your {
    font-size: 13px;
    line-height: 18px;
    margin-left: 13px;
  }
}

@media (max-width: 767px) {
  .we-understand-your {
    font-size: 12px;
    line-height: 17px;
    margin-left: 10px;
  }
}

@media (max-width: 575px) {
  .we-understand-your {
    font-size: 11px;
    line-height: 16px;
    margin-left: 6px;
  }
}

.assessment-estimate {
  padding-left: 40px;
}
.we-evaluate-the-site-and-provi-wrapper {
  align-self: stretch;
  display: flex;
  align-items: flex-start;
  max-width: 100%;
  font-size: 20px;
  font-family: Poppins;
}
.we-evaluate-the {
  margin: 0;
  width: 698px;
  position: relative;
  font-size: inherit;
  line-height: 30px;
  font-weight: 400;
  font-family: inherit;
  display: inline-block;
  flex-shrink: 0;
  max-width: 100%;
  z-index: 3;
}
.frame-wrapper18,
.planning-coordination-parent {
  display: flex;
  align-items: flex-start;
  max-width: 100%;
}
.frame-wrapper18 {
  width: 758px;
  padding: 0 5px 10px;
  box-sizing: border-box;
  flex-shrink: 0;
}
.planning-coordination-parent {
  flex: 1;
  flex-direction: column;
  gap: 16px;
}

.frame-wrapper20 {
  width: 758px;
  padding: 0 5px;
  flex-shrink: 0;
}
.customer-feedback {
  padding-top: 177px;
  padding-bottom: 162px;
}

@media (max-width: 1700px) {
  .customer-feedback {
    padding-top: 107px;
    padding-bottom: 89px;
  }
}

@media (max-width: 1440px) {
  .customer-feedback {
    padding-top: 65px;
    padding-bottom: 40px;
  }
}

@media (max-width: 1199px) {
  .customer-feedback {
    padding-top: 57px;
    padding-bottom: 32px;
  }
}

@media (max-width: 991px) {
  .customer-feedback {
    padding-top: 49px;
    padding-bottom: 26px;
  }
}

@media (max-width: 767px) {
  .customer-feedback {
    padding-top: 40px;
    padding-bottom: 20px;
  }
}

@media (max-width: 575px) {
  .customer-feedback {
    padding-top: 12px;
    padding-bottom: 0;
  }
  .testimonials-custom-dots {
    display: none !important;
}
}

.feedback-card {
  display: flex;
  flex-direction: column;
  height: 100%;
}

/* Testimonials Owl Carousel */
.testimonials-carousel .owl-stage-outer {
  overflow: hidden;
}

/* Custom dots — one per slide, generated by JS */
.testimonials-custom-dots {
  display: flex;
  align-items: center;
  gap: 10px;
}
.testimonials-custom-dots .custom-dot {
  width: 8px;
  height: 8px;
  background-color: #d9d9d9 !important;
  cursor: pointer;
  transition: background-color 0.3s ease;
  flex-shrink: 0;
}
.testimonials-custom-dots .custom-dot.dot-active {
  background-color: #2563eb !important;
}
.frame-parent28 {
  height: 535px;
  width: 1693px;
  position: relative;
  max-width: 100%;
}
.frame-parent29,
.instance-frame {
  display: flex;
  align-items: flex-start;
}
.frame-parent29 {
  position: absolute;
  top: 0;
  left: 5px;
  width: 1679px;
  justify-content: space-between;
  gap: 20px;
  max-width: 100%;
  text-align: left;
  font-size: 20px;
  color: #fff;
  font-family: Poppins;
}
.instance-frame {
  flex-direction: column;
  padding: 15px 0 0;
}
.start-hiring-wrapper3 {
  width: 292px;
  height: 46px;
  background-color: #2563eb;
  overflow: hidden;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  box-sizing: border-box;
}
.frame-parent30 {
  width: 100%;
  display: flex;
  align-items: flex-start;
  gap: 44px;
  max-width: 100%;
  color: #707070;
  margin-top: 20px;
}
.frame-child41 {
  width: 90px !important;
  position: relative;
  max-height: 100%;
  object-fit: cover;
}
.we-are-extremely {
  font-family: Poppins;
  font-weight: 400;
  font-style: Regular;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0%;
  color: #707070;
  margin-bottom: 32px;
  display: flex;
  flex-direction: column;
}

@media (max-width: 1700px) {
  .we-are-extremely {
    font-size: 15px;
    line-height: 23px;
    margin-bottom: 23px;
  }
}

@media (max-width: 1440px) {
  .we-are-extremely {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 21px;
  }
}

@media (max-width: 1199px) {
  .we-are-extremely {
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 18px;
  }
}

@media (max-width: 991px) {
  .we-are-extremely {
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 14px;
  }
}

@media (max-width: 767px) {
  .we-are-extremely {
    font-size: 12px;
    line-height: 17px;
    margin-bottom: 12px;
  }
}

@media (max-width: 575px) {
  .we-are-extremely {
    font-size: 11px;
    line-height: 16px;
    margin-bottom: 10px;
  }
}

.client-feedback {
  position: absolute;
  top: 99px;
  left: 0;
  width: 100%;
  display: flex;
  align-items: flex-start;
  gap: 116px;
  max-width: 100%;
  text-align: left;
  font-size: 80px;
  color: #000;
  font-family: Phudu;
}
.real-customer-feedback {
  font-family: Phudu;
  font-weight: 600;
  font-size: 80px;
  line-height: 80px;
  letter-spacing: 2%;
}

@media (max-width: 1700px) {
  .real-customer-feedback {
    font-size: 58px;
    line-height: 59px;
  }
}

@media (max-width: 1440px) {
  .real-customer-feedback {
    font-size: 50px;
    line-height: 52px;
  }
}

@media (max-width: 1199px) {
  .real-customer-feedback {
    font-size: 40px;
    line-height: 42px;
  }
}

@media (max-width: 991px) {
  .real-customer-feedback {
    font-size: 32px;
    line-height: 36px;
  }
}

@media (max-width: 767px) {
  .real-customer-feedback {
    font-size: 26px;
    line-height: 29px;
  }
}

@media (max-width: 575px) {
  .real-customer-feedback {
    font-size: 21px;
    line-height: 24px;
  }
}

.client-detail {
  flex: 1;
  flex-direction: column;
  padding: 29.5px 0 0;
  box-sizing: border-box;
  font-size: 24px;
  color: #2563eb;
}
.client-detail,
.frame-parent31,
.frame-wrapper21 {
  display: flex;
  align-items: flex-start;
  max-width: 100%;
}
.frame-parent31 {
  align-self: stretch;
  flex-direction: column;
  gap: 38.5px;
}
.frame-wrapper21 {
  width: 492px;
  justify-content: center;
  padding: 0 20px;
  box-sizing: border-box;
}
.james-anderson-parent {
  width: 226px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 5.5px;
}
.james-anderson {
  margin: 0;
  align-self: stretch;
  position: relative;
  color: #2563eb;
  font-family: Phudu;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 24px;
  line-height: 35px;
  letter-spacing: 5%;
}
.project-manager {
  position: relative;
  font-size: 18px;
  line-height: 30px;
  font-family: Poppins;
  color: #000;
}
.client-divider,
.frame-wrapper22 {
  align-self: stretch;
  box-sizing: border-box;
}
.client-divider {
  height: 1px;
  position: relative;
  border-top: 1px solid #a6a6a6;
}
.frame-wrapper22 {
  padding: 0 8px 0 1px;
  max-width: 100%;
  flex-shrink: 0;
  font-size: 20px;
  color: #707070;
  font-family: Poppins;
}
.frame-parent32,
.frame-wrapper22,
.rectangle-frame {
  display: flex;
  align-items: flex-start;
}
.frame-parent32 {
  flex: 1;
  gap: 44px;
  max-width: 100%;
}
.rectangle-frame {
  width: 90px;
}
.we-greatly-appreciate {
  flex: 1;
  min-width: 0;
  position: relative;
  line-height: 30px;
  display: inline-block;
  max-width: 100%;
}
.frame-parent33,
.frame-wrapper23 {
  display: flex;
  align-items: flex-start;
}
.frame-parent33 {
  position: absolute;
  top: 404.5px;
  left: 846px;
  width: 331px;
  flex-direction: column;
  gap: 52px;
}
.frame-wrapper23 {
  align-self: stretch;
  justify-content: flex-end;
}
.emma-roberts-parent {
  width: 198px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 5.5px;
}
.rectangle-parent26 {
  width: 44px;
  height: 8px;
  position: relative;
}
.frame-child43,
.frame-child44,
.frame-child45 {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #d9d9d9;
  width: 8px;
  height: 8px;
}
.frame-child44,
.frame-child45 {
  left: 18px;
  background-color: #2563eb;
}
.frame-child45 {
  left: 36px;
  background-color: #d9d9d9;
}
.frame-parent34 {
  align-self: stretch;
  display: flex;
  align-items: flex-start;
  position: relative;
  isolation: isolate;
  max-width: 100%;
  overflow: hidden;
}
.frame-child46 {
  height: 40px;
  width: 100%;
  position: absolute;
  margin: 0 !important;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  flex-shrink: 0;
}
.rectangle-parent27 {
  background-color: #000;
  padding-top: 128px;
}

@media (max-width: 1700px) {
  .rectangle-parent27 {
    padding-top: 94px;
  }
}

@media (max-width: 1440px) {
  .rectangle-parent27 {
    padding-top: 81px;
  }
}

@media (max-width: 1199px) {
  .rectangle-parent27 {
    padding-top: 65px;
  }
}

@media (max-width: 991px) {
  .rectangle-parent27 {
    padding-top: 52px;
  }
}

@media (max-width: 767px) {
  .rectangle-parent27 {
    padding-top: 39px;
  }
}

@media (max-width: 575px) {
  .rectangle-parent27 {
    padding-top: 29px;
  }
}

.frame-child47 {
  align-self: stretch;
  height: 720px;
  position: relative;
  background-color: #000;
  display: none;
  flex-shrink: 0;
}
.frame-wrapper24 {
  padding-bottom: 123px;
}
 
@media (max-width: 1700px) {
  .frame-wrapper24 {
    padding-bottom: 91px;
  }
}
 
@media (max-width: 1440px) {
  .frame-wrapper24 {
    padding-bottom: 76px;
  }
}
 
@media (max-width: 1199px) {
  .frame-wrapper24 {
    padding-bottom: 60px;
  }
}
 
@media (max-width: 991px) {
  .frame-wrapper24 {
    padding-bottom: 48px;
  }
}
 
@media (max-width: 767px) {
  .frame-wrapper24 {
    padding-bottom: 36px;
  }
}
 
@media (max-width: 575px) {
  .frame-wrapper24 {
    padding-bottom: 24px;
  }
}
.frame-parent35 {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: 100%;
}
/* Bootstrap row helpers — carry font/colour for each footer row */
.footer-info-row {
  text-align: left;
  font-size: 30px;
  color: #fff;
  font-family: Phudu;
}
.footer-email-row {
  text-align: left;
  font-size: 32px;
  color: #fff;
  font-family: Poppins;
}
.we-provide-reliable-integrate-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 10px 0 0;
  box-sizing: border-box;
  max-width: 100%;
  font-size: 24px;
  font-family: Poppins;
}
.we-provide-reliable {
  font-family: Poppins;
  font-weight: 500;
  font-style: Medium;
  font-size: 24px;
  line-height: 35px;
  letter-spacing: 0;
  margin-bottom: 20px;
}

@media (max-width: 1700px) {
  .we-provide-reliable {
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 14px;
  }
}

@media (max-width: 1440px) {
  .we-provide-reliable {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 13px;
  }
}

@media (max-width: 1199px) {
  .we-provide-reliable {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 12px;
  }
}

@media (max-width: 991px) {
  .we-provide-reliable {
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 10px;
  }
}

@media (max-width: 767px) {
  .we-provide-reliable {
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 8px;
  }
}

@media (max-width: 575px) {
  .we-provide-reliable {
    font-size: 12px;
    line-height: 17px;
    margin-bottom: 6px;
  }
}

.contact-us-details {
  width: 100%;
  flex-direction: column;
  padding: 0;
  box-sizing: border-box;
}
.contact-address,
.contact-us-details,
.contact-us-info {
  display: flex;
  align-items: flex-start;
  max-width: 100%;
}
.contact-us-info {
  align-self: stretch;
  flex-direction: column;
  gap: 18px;
}
.contact-address {
  width: 100%;
  padding: 0;
  box-sizing: border-box;
}
.address-3616-56 {
  font-family: Poppins;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0;
}

@media (max-width: 1700px) {
  .address-3616-56 {
    font-size: 15px;
    line-height: 23px;
  }
}

@media (max-width: 1440px) {
  .address-3616-56 {
    font-size: 14px;
    line-height: 22px;
  }
}

@media (max-width: 1199px) {
  .address-3616-56 {
    font-size: 13px;
    line-height: 20px;
  }
}

@media (max-width: 991px) {
  .address-3616-56 {
    font-size: 13px;
    line-height: 18px;
  }
}

@media (max-width: 767px) {
  .address-3616-56 {
    font-size: 12px;
    line-height: 17px;
  }
}

@media (max-width: 575px) {
  .address-3616-56 {
    font-size: 11px;
    line-height: 16px;
  }
}

.newsletter-info-parent {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 18px;
  max-width: 100%;
}
.our-newsletter {
  font-family: Phudu;
  font-weight: 600;
  font-size: 30px;
  line-height: 35px;
  letter-spacing: 0.05em;
}

@media (max-width: 1700px) {
  .our-newsletter {
    font-size: 22px;
    line-height: 27px;
  }
}

@media (max-width: 1440px) {
  .our-newsletter {
    font-size: 21px;
    line-height: 24px;
  }
}

@media (max-width: 1199px) {
  .our-newsletter {
    font-size: 18px;
    line-height: 21px;
  }
}

@media (max-width: 991px) {
  .our-newsletter {
    font-size: 16px;
    line-height: 20px;
  }
}

@media (max-width: 767px) {
  .our-newsletter {
    font-size: 14px;
    line-height: 18px;
  }
}

@media (max-width: 575px) {
  .our-newsletter {
    font-size: 13px;
    line-height: 16px;
  }
}

.receive-construction-updates {
  font-family: Poppins;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0;
}

@media (max-width: 1700px) {
  .receive-construction-updates {
    font-size: 15px;
    line-height: 23px;
  }
}

@media (max-width: 1440px) {
  .receive-construction-updates {
    font-size: 14px;
    line-height: 22px;
  }
}

@media (max-width: 1199px) {
  .receive-construction-updates {
    font-size: 13px;
    line-height: 20px;
  }
}

@media (max-width: 991px) {
  .receive-construction-updates {
    font-size: 13px;
    line-height: 18px;
  }
}

@media (max-width: 767px) {
  .receive-construction-updates {
    font-size: 12px;
    line-height: 17px;
  }
}

@media (max-width: 575px) {
  .receive-construction-updates {
    font-size: 11px;
    line-height: 16px;
  }
}

.email-capture,
.subscribe-button-area {
  display: flex;
  align-items: flex-start;
  max-width: 100%;
}
.email-capture {
  align-self: stretch;
  justify-content: space-between;
  gap: 20px;
  text-align: left;
  font-size: 32px;
  color: #fff;
  font-family: Poppins;
}
.subscribe-button-area {
  width: 100%;
  flex-direction: column;
  padding: 0;
  box-sizing: border-box;
}
.rectangle-parent28 {
  background-color: #fff;
  display: flex;
  align-items: flex-start;
  padding: 13.7px 8px 12.8px;
  z-index: 1;
}
.frame-child48,
.frame-child49 {
  position: relative;
  flex-shrink: 0;
}
.frame-child48 {
  height: 120px;
  width: 221px;
  background-color: #fff;
  display: none;
}
.frame-child49 {
  max-height: 120px;
}

@media (max-width: 1700px) {
  .frame-child49 {
    max-height: 90px;
  }
}

@media (max-width: 1440px) {
  .frame-child49 {
    max-height: 81px;
  }
}

@media (max-width: 1199px) {
  .frame-child49 {
    max-height: 68px;
  }
}

@media (max-width: 991px) {
  .frame-child49 {
    max-height: 57px;
  }
}

@media (max-width: 767px) {
  .frame-child49 {
    max-height: 47px;
  }
}

@media (max-width: 575px) {
  .frame-child49 {
    max-height: 39px;
  }
}

.email-entry-field {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 2px 0 0;
  box-sizing: border-box;
  max-width: 100%;
}
.email-input-area,
.email-input-area-parent {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}
.email-input-area {
  gap: 18px;
}
.email-placeholder {
  font-family: Poppins;
  font-weight: 500;
  font-size: 32px;
  line-height: 30px;
  letter-spacing: 0;
}

@media (max-width: 1700px) {
  .email-placeholder {
    font-size: 23px;
    line-height: 22px;
  }
}

@media (max-width: 1440px) {
  .email-placeholder {
    font-size: 21px;
    line-height: 21px;
  }
}

@media (max-width: 1199px) {
  .email-placeholder {
    font-size: 18px;
    line-height: 20px;
  }
}

@media (max-width: 991px) {
  .email-placeholder {
    font-size: 14px;
    line-height: 18px;
  }
}

@media (max-width: 767px) {
  .email-placeholder {
    font-size: 13px;
    line-height: 16px;
  }
}

@media (max-width: 575px) {
  .email-placeholder {
    font-size: 12px;
    line-height: 14px;
  }
}

.infototalpropertysolutionsco {
  font-family: Poppins;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0;
}

@media (max-width: 1700px) {
  .infototalpropertysolutionsco {
    font-size: 15px;
    line-height: 23px;
  }
}

@media (max-width: 1440px) {
  .infototalpropertysolutionsco {
    font-size: 14px;
    line-height: 22px;
  }
}

@media (max-width: 1199px) {
  .infototalpropertysolutionsco {
    font-size: 13px;
    line-height: 20px;
  }
}

@media (max-width: 991px) {
  .infototalpropertysolutionsco {
    font-size: 13px;
    line-height: 18px;
  }
}

@media (max-width: 767px) {
  .infototalpropertysolutionsco {
    font-size: 12px;
    line-height: 17px;
  }
}

@media (max-width: 575px) {
  .infototalpropertysolutionsco {
    font-size: 11px;
    line-height: 16px;
  }
}

.frame-child50 {
  width: 267px;
  height: 50px;
  position: relative;
  z-index: 1;
}
.email-capture-field,
.enter-your-email-parent {
  display: flex;
  align-items: flex-start;
  max-width: 100%;
}
.email-capture-field {
  height: auto;
  width: 100%;
  flex-direction: column;
  gap: 28px;
}
.enter-your-email-parent {
  align-self: stretch;
  flex: 1;
  /* border: 1px solid #707070; */
  box-sizing: border-box;
  padding: 19px 31px;
  z-index: 2;
}

@media (max-width: 1700px) {
  .enter-your-email-parent {
    padding: 19px 0;
  }
}

@media (max-width: 1440px) {
  .enter-your-email-parent {
    padding: 16px 0;
  }
}

@media (max-width: 1199px) {
  .enter-your-email-parent {
    padding: 14px 0;
  }
}

@media (max-width: 991px) {
  .enter-your-email-parent {
    padding: 13px 14px;
  }
}

@media (max-width: 767px) {
  .enter-your-email-parent {
    padding: 10px 13px;
  }
}

@media (max-width: 575px) {
  .enter-your-email-parent {
    padding: 8px 12px;
  }
}

.enter-your-email {
  width: 100%;
  border: 0;
  background-color: transparent;
  color: #fff;
  font-family: Poppins;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0;
}

@media (max-width: 1700px) {
  .enter-your-email {
    font-size: 15px;
    line-height: 23px;
  }
}

@media (max-width: 1440px) {
  .enter-your-email {
    font-size: 14px;
    line-height: 22px;
  }
}

@media (max-width: 1199px) {
  .enter-your-email {
    font-size: 13px;
    line-height: 20px;
  }
}

@media (max-width: 991px) {
  .enter-your-email {
    font-size: 13px;
    line-height: 18px;
  }
}

@media (max-width: 767px) {
  .enter-your-email {
    font-size: 12px;
    line-height: 17px;
  }
}

@media (max-width: 575px) {
  .enter-your-email {
    font-size: 11px;
    line-height: 16px;
  }
}

.frame-child51 {
  height: 80px;
  width: 570px;
  position: relative;
  border: 1px solid #707070;
  box-sizing: border-box;
  display: none;
  max-width: 100%;
  flex-shrink: 0;
}
.subscription-action {
  cursor: pointer;
  border: 0;
  padding: 10px 20px;
  background-color: #2563eb;
  height: 55px;
  overflow: hidden;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  gap: 20px;
}
.subscribe-today {
  flex: 1;
  position: relative;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 500;
  font-family: Poppins;
  color: #fff;
  text-align: left;
}
.footer-bar {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  max-width: 100%;
  flex-shrink: 0;
}
.footer-divider {
  align-self: stretch;
  height: 1px;
  position: relative;
  border-top: 1px solid #d9d9d9;
  box-sizing: border-box;
  z-index: 1;
}
.copyright-details,
.copyright-info {
  display: flex;
  align-items: flex-start;
  max-width: 100%;
}
.copyright-info {
  align-self: stretch;
  justify-content: center;
  padding: 28px 50px;
  box-sizing: border-box;
  flex-shrink: 0;
  text-align: left;
  font-size: 18px;
  color: #fff;
  font-family: Poppins;
}

@media (max-width: 1700px) {
  .copyright-info {
    padding: 21px 36px;
    font-size: 14px;
  }
}

@media (max-width: 1440px) {
  .copyright-info {
    padding: 20px 32px;
    font-size: 13px;
  }
}

@media (max-width: 1199px) {
  .copyright-info {
    padding: 16px 26px;
    font-size: 13px;
  }
}

@media (max-width: 991px) {
  .copyright-info {
    padding: 14px 20px;
    font-size: 12px;
  }
}

@media (max-width: 767px) {
  .copyright-info {
    padding: 13px 16px;
    font-size: 11px;
  }
}

@media (max-width: 575px) {
  .copyright-info {
    padding: 12px 13px;
    font-size: 10px;
  }
}

.copyright-details {
  width: 100%;
  justify-content: space-between;
  gap: 20px;
}
.privacy-policy {
  font-family: Poppins;
  font-weight: 400;
  font-size: 18px;
  line-height: 45px;
  letter-spacing: 0;
}
.privacy-policy a {
  color: inherit;
  text-decoration: none;
}
.privacy-policy a:hover {
  text-decoration: underline;
}

@media (max-width: 1700px) {
  .privacy-policy {
    font-size: 14px;
    line-height: 34px;
  }
}

@media (max-width: 1440px) {
  .privacy-policy {
    font-size: 13px;
    line-height: 31px;
  }
}

@media (max-width: 1199px) {
  .privacy-policy {
    font-size: 13px;
    line-height: 26px;
  }
}

@media (max-width: 991px) {
  .privacy-policy {
    font-size: 12px;
    line-height: 22px;
  }
}

@media (max-width: 767px) {
  .privacy-policy {
    font-size: 11px;
    line-height: 20px;
  }
}

@media (max-width: 575px) {
  .privacy-policy {
    font-size: 10px;
    line-height: 16px;
  }
}

.copyright-2025 {
  font-family: Poppins;
  font-weight: 400;
  font-size: 18px;
  line-height: 45px;
  letter-spacing: 0%;
}

/* ===== HAMBURGER BUTTON ===== */
.hamburger-btn {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
  margin-left: auto;
  flex-shrink: 0;
  z-index: 200;
}
.hamburger-btn span {
  display: block;
  width: 26px;
  height: 2px;
  background-color: #1e1e1e;
  transition:
    transform 0.3s,
    opacity 0.3s;
}
.hamburger-btn.open span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
.hamburger-btn.open span:nth-child(2) {
  opacity: 0;
}
.hamburger-btn.open span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

/* ===== MOBILE NAV ===== */
.mobile-nav {
  display: none;
  flex-direction: column;
  position: absolute;
  top: 135px;
  left: 0;
  right: 0;
  background-color: #fff;
  padding: 20px 30px;
  gap: 16px;
  z-index: 150;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}
.mobile-nav.open {
  display: flex;
}
.mobile-nav-link {
  margin: 0;
  font-size: 18px;
  font-family: Poppins;
  font-weight: 400;
  color: #1e1e1e;
  cursor: pointer;
  padding: 8px 0;
  border-bottom: 1px solid #eee;
}
.mobile-nav-link:last-child {
  border-bottom: none;
}
.mobile-nav-cta {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-top: 8px;
  border-top: 1px solid #eee;
  margin-top: 4px;
}
.mobile-nav-call {
  display: flex;
  align-items: center;
  gap: 12px;
}
.mobile-nav-touch-btn {
  width: 100%;
  height: 52px;
}

/* ============================================================
   RESPONSIVE SYSTEM — Complete breakpoint coverage
   Breakpoints: 1440px | 1200px | 960px | 768px | 420px | 375px
   ============================================================ */

/* ===== 1: Large desktop wrapping (≤1650px) ===== */
@media screen and (max-width: 1650px) {
  .frame-parent5 {
    flex-wrap: wrap;
  }
  .rectangle-parent12 {
    flex-wrap: wrap;
    justify-content: center;
  }
  .frame-parent15 {
    flex-wrap: wrap;
    justify-content: center;
  }
  .choose-us-for {
    font-size: 48px;
    line-height: 56px;
  }
  /* frame-main is now display:block with Bootstrap grid — flex overrides removed */
  /* client-feedback removed — Bootstrap grid handles layout */
  .email-capture,
  .frame-parent36 {
    flex-wrap: wrap;
    gap: 20px;
  }

  /* Navigation: reduce outer padding, grow wrapper, prevent text wrap */
  .rectangle-group {
    padding: 13px 30px 11px 30px;
    box-sizing: border-box;
  }
  .navigation-details-wrapper {
    flex: 1 1 auto;
    width: auto;
    max-width: 592px;
  }
  .navigation-details {
    width: 100%;
    gap: 10px;
  }
  .about-us {
    white-space: nowrap;
    font-size: 17px;
  }

  /* Services: prevent 1696px container from overflowing viewport */
  .frame-parent14 {
    width: 100%;
    flex-shrink: 1;
  }

  /* Stats bar: font scale at wide desktop */
  .spacing-characters {
    font-size: 64px;
    line-height: 72px;
  }
  .missing-value {
    font-size: 64px;
    line-height: 72px;
  }
}

/* ===== 1b: Tablet navbar — hamburger + keep Call Us & GET IN TOUCH (≤1200px) ===== */
@media screen and (max-width: 1200px) {
  /* Hide nav links, show hamburger — frame-container (call + button) stays */
  .navigation-details-wrapper {
    display: none;
  }
  .hamburger-btn {
    display: flex;
  }
  /* Allow frame-container to flex-shrink so it fits alongside hamburger */
  .frame-container {
    flex-shrink: 1;
  }
  /* Tighten inner padding to give frame-container maximum room */
  .rectangle-group {
    padding: 13px 20px 11px 20px;
    gap: 10px;
    box-sizing: border-box;
  }
  /* Compact the call-us text and button so they fit without overflow */
  .call-us-1890-container {
    font-size: 14px;
    line-height: 22px;
  }
  .span2 {
    font-size: 18px;
  }
  .arrow-right-up-line-2-1-parent {
    padding: 8px 14px;
    height: 52px;
    gap: 10px;
  }
  .get-in-touch {
    font-size: 15px;
  }
}

/* ===== 2: Medium desktop (≤1300px) ===== */
@media screen and (max-width: 1300px) {
  .rectangle-parent {
    padding: 36px 56px 84px;
    box-sizing: border-box;
  }
  .rectangle-group {
    gap: 20px;
    padding-right: 30px;
    box-sizing: border-box;
  }
  .frame-parent5 {
    gap: 357px;
  }
  .home-inner {
    padding-bottom: 92px;
    box-sizing: border-box;
  }
  .frame-parent8 {
    flex-wrap: wrap;
  }
  .rectangle-parent10 {
    width: 100%;
  }
  .rectangle-parent12 {
    gap: 20px;
    padding-left: 56px;
    padding-right: 56px;
    box-sizing: border-box;
  }
  .frame-parent13 {
    padding-bottom: 156px;
    box-sizing: border-box;
  }
  /* .why-heading-col {
    padding: 50px 40px;
  } */

  .rectangle-parent25 {
    box-sizing: border-box;
  }
  .rectangle-parent27 {
    gap: 61px;
  }
  .copyright-details {
    flex-wrap: wrap;
    gap: 20px;
  }
}

/* ===== 3: Why Choose Us tablet fix (≤1100px) ===== */
@media screen and (max-width: 1100px) {
  .choose-us-for {
    font-size: 44px;
    line-height: 52px;
  }
  .why-heading-col {
    padding: 40px 30px;
    gap: 24px;
  }
}

/* ===== 4: Tablet / small laptop (≤960px) ===== */
@media screen and (max-width: 960px) {
  /* Navigation */
  .hamburger-btn {
    display: flex;
  }
  .navigation-details-wrapper {
    display: none;
  }
  .frame-wrapper2 {
    display: none;
  }
  .call-us-1890-container,
  .frame-container {
    display: none;
  }
  .mobile-nav .mobile-nav-call .call-us-1890-container {
    display: block;
    color: #1e1e1e;
    font-size: 16px;
    line-height: 22px;
  }
  .rectangle-group {
    padding: 13px 20px;
    flex-wrap: nowrap;
    align-items: center;
  }
  .mobile-nav {
    top: 109px;
  }

  /* Hero */
  .rectangle-parent {
    padding: 23px 28px 55px;
    box-sizing: border-box;
  }
  .frame-parent5 {
    gap: 30px;
    flex-wrap: wrap;
  }
  .integrated-property-services-u-parent {
    min-width: 100%;
  }
  .integrated-property-services {
    font-size: 48px;
    line-height: 56px;
  }
  .end-to-end-solutions-including {
    font-size: 20px;
    line-height: 32px;
  }
  .frame-parent6 {
    gap: 56px;
  }
  .frame-parent4 {
    font-size: 60px;
  }

  /* About section */
  .frame-parent7 {
    gap: 24px;
  }
  .instance-parent {
    width: 100%;
    gap: 20px;
  }
  .complete-property-solutions {
    font-size: 42px;
    line-height: 52px;
  }
  .frame-parent8 {
    flex-wrap: wrap;
    gap: 40px;
  }
  .frame-wrapper6 {
    min-width: 100%;
    padding-bottom: 20px;
  }
  .total-property-solutions {
    font-size: 18px;
    line-height: 30px;
  }
  .rectangle-parent10 {
    min-width: 100%;
  }
  .rectangle-parent11 {
    width: 55%;
  }
  .h2 {
    font-size: 55px;
    line-height: 66px;
  }
  .h1 {
    font-size: 48px;
    line-height: 21px;
  }
  .years-of-experience {
    font-size: 22px;
    line-height: 30px;
  }
  .decades-of-expertise {
    font-size: 14px;
    line-height: 22px;
  }

  /* Stats bar */
  .rectangle-parent12 {
    padding: 80px 40px;
  }
  .completed-projects {
    font-size: 20px;
    line-height: 26px;
  }
  .spacing-characters {
    font-size: 52px;
    line-height: 60px;
  }
  .happy-customer {
    font-size: 20px;
    line-height: 26px;
  }
  .missing-value {
    font-size: 52px;
    line-height: 60px;
  }
  .frame-parent10,
  .frame-parent11,
  .employees-parent,
  .frame-parent12 {
    padding-right: 20px;
  }

  /* Services */
  .frame-parent13 {
    padding: 40px 20px 60px;
    box-sizing: border-box;
  }
  .frame-parent14 {
    gap: 29px;
  }
  .instance-group {
    gap: 21px;
  }
  .solutions-info {
    gap: 40px;
    flex-wrap: wrap;
  }
  .quality-construction-solutions {
    font-size: 42px;
    line-height: 50px;
  }
  .frame-parent15 {
    flex-wrap: wrap;
    gap: 22px;
  }
  .total-asbestos,
  .total-demolition {
    font-size: 28px;
    line-height: 34px;
  }
  .choose-us-for {
    font-size: 38px;
    line-height: 46px;
  }
  .why-heading-col {
    padding: 36px 24px;
    gap: 20px;
    position: relative;
    z-index: 1;
  }
  .why-image-col {
    width: 100%;
  }
  .why-card {
    padding: 32px 24px;
  }

  /* How We Work */

  .rectangle-parent25 {
    box-sizing: border-box;
  }
  .efficient-transparent-reliable {
    font-size: 40px;
    line-height: 45px;
    margin-bottom: 1px;
  }
  .efficient-transparent-reliable br{
    display: none;
  }
  .consultation {
    font-size: 24px;
    line-height: 30px;
  }
  .frame-parent30 {
    flex-wrap: wrap;
    gap: 9px;
  }
  .frame-parent32 {
    flex-wrap: wrap;
  }
  .real-customer-feedback {
    font-size: 42px;
    line-height: 50px;
  }

  /* Footer */
  .rectangle-parent27 {
    gap: 31px;
    padding-top: 103px;
    padding-bottom: 20px;
    box-sizing: border-box;
  }
  .newsletter-info-parent {
    gap: 17px;
  }
  .our-newsletter {
    font-size: 24px;
    line-height: 30px;
  }
  .email-placeholder {
    font-size: 26px;
    line-height: 24px;
  }
  .email-capture-field {
    gap: 17px;
  }
}

/* ===== 5: Mobile landscape / small tablet (≤768px) ===== */
@media screen and (max-width: 768px) {
  .rectangle-parent27 {
    padding-top: 80px;
    padding-bottom: 20px;
  }
  .copyright-details {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 0px;
  }

  /* How We Work — Bootstrap grid handles column stacking at <768px */
  .hww-img-col {
    min-height: 100px;
  }
  .frame-child39 {
    min-height: 100px;
  }
  .rectangle-parent25 {
    box-sizing: border-box;
  }
  .frame-parent27 {
    width: 100%;
  }
  .steps-grid {
    gap: 0 !important;
  }
  .steps-grid .col-12 {
    margin: 0 !important;
  }

  .real-customer-feedback {
    font-size: 34px;
    line-height: 44px;
  }

  /* Stats bar */
  .rectangle-parent12 {
    padding: 60px 30px;
  }
  .frame-parent10,
  .frame-parent11,
  .employees-parent,
  .frame-parent12 {
    padding: 16px 20px 16px 0;
  }
  .completed-projects {
    font-size: 18px;
    line-height: 24px;
  }
  .spacing-characters {
    font-size: 44px;
    line-height: 52px;
  }
  .happy-customer {
    font-size: 18px;
    line-height: 24px;
  }
  .missing-value {
    font-size: 44px;
    line-height: 52px;
  }

  /* Hero */
  .rectangle-parent {
    padding: 20px 20px 60px;
    min-height: auto;
  }
  .frame-parent5 {
    gap: 20px;
    flex-wrap: wrap;
  }
  .integrated-property-services-u-parent {
    min-width: unset;
    width: 100%;
    margin-bottom: 20px;
  }

  /* About us */
  .home-inner {
    padding: 40px 20px 60px;
    box-sizing: border-box;
  }
  .instance-parent {
    width: 100%;
    gap: 16px;
  }
  .complete-property-solutions {
    font-size: 32px;
    line-height: 42px;
  }
  .total-property-solutions {
    font-size: 16px;
    line-height: 26px;
  }
  .total-property-solutions-inc-parent {
    gap: 24px;
  }
  .frame-wrapper6 {
    padding-bottom: 0;
  }
  .frame-child17 {
    width: 80%;
  }
  .rectangle-parent11 {
    width: 60%;
    padding: 24px 18px 32px;
    gap: 14px;
  }
  .h2 {
    font-size: 48px;
    line-height: 58px;
  }
  .h1 {
    font-size: 40px;
    line-height: 30px;
  }
  .years-of-experience {
    font-size: 18px;
    line-height: 26px;
  }
  .decades-of-expertise {
    font-size: 13px;
    line-height: 20px;
  }
}

/* ===== 6: Services cards fix (≤600px) ===== */
@media screen and (max-width: 600px) {
  .frame-parent13 {
    padding: 50px 20px;
    box-sizing: border-box;
  }
  .quality-construction-solutions {
    font-size: 32px;
    line-height: 42px;
  }

  /* Why Choose Us */
  .choose-us-for {
    font-size: 30px;
    line-height: 38px;
  }
  .why-heading-col {
    padding: 20px;
    position: relative;
    z-index: 1;
    gap: 0px;
  }
  .why-image-col {
    min-height: 240px;
    width: 100%;
    height: 100%;
  }
  .why-card {
    padding: 28px 20px;
    gap: 14px;
  }

  /* Footer email */
  .enter-your-email-parent {
    padding: 16px 20px;
  }
  .subscription-action {
    width: 100%;
    justify-content: center;
  }

  /* Hero strip */
  .content-overview-wrapper {
    display: none;
  }
  .rectangle-parent2 {
    max-width: 100%;
    box-sizing: border-box;
  }
  .total-constructors {
    font-size: 16px;
    line-height: 22px;
  }
  .frame-parent3 {
    max-width: 100%;
    overflow: hidden;
  }
  .rectangle-parent {
    min-height: auto;
  }
}

/* ===== 7: Mobile (≤420px) ===== */
@media screen and (max-width: 420px) {
  /* Navbar — logo shrinks so hamburger always fits */
  .rectangle-icon {
    width: 150px;
    height: auto;
    flex-shrink: 1;
  }
  .rectangle-group {
    padding: 10px 14px;
    gap: 8px;
  }
  .mobile-nav {
    padding: 16px;
  }

  /* Hero */
  .integrated-property-services {
    font-size: 28px;
    line-height: 36px;
  }
  .end-to-end-solutions-including {
    font-size: 16px;
    line-height: 26px;
  }
  .frame-section {
    flex-wrap: wrap;
    gap: 16px;
  }
  .get-a-quote {
    font-size: 16px;
  }
  .frame-parent6 {
    gap: 28px;
  }

  /* About us */
  .home-inner {
    padding: 30px 16px 50px;
  }
  .instance-parent {
    gap: 14px;
    width: 100%;
  }
  .complete-property-solutions {
    font-size: 24px;
    line-height: 32px;
  }
  .frame-wrapper6 {
    padding-bottom: 0;
    box-sizing: border-box;
  }
  .total-property-solutions-inc-parent {
    gap: 18px;
  }
  .total-property-solutions {
    font-size: 15px;
    line-height: 25px;
  }
  .join-us-now {
    font-size: 14px;
  }
  .rectangle-parent10 {
    min-width: 100%;
  }
  .frame-child17 {
    width: 75%;
  }
  .rectangle-parent11 {
    width: 68%;
    gap: 10px;
    padding: 18px 14px 24px;
    box-sizing: border-box;
  }
  .h2 {
    font-size: 36px;
    line-height: 44px;
  }
  .h1 {
    font-size: 30px;
    line-height: 26px;
  }
  .years-of-experience {
    font-size: 16px;
    line-height: 22px;
  }
  .decades-of-expertise {
    font-size: 12px;
    line-height: 18px;
  }

  /* Stats bar */
  .rectangle-parent12 {
    padding: 50px 20px;
  }
  .frame-parent10,
  .frame-parent11,
  .employees-parent,
  .frame-parent12 {
    padding: 16px 16px 16px 0;
  }
  .completed-projects {
    font-size: 14px;
    line-height: 20px;
  }
  .spacing-characters {
    font-size: 36px;
    line-height: 42px;
  }
  .happy-customer {
    font-size: 14px;
    line-height: 20px;
  }
  .missing-value {
    font-size: 36px;
    line-height: 42px;
  }
  .line-parent {
    gap: 12px;
    font-size: 36px;
  }

  /* Services */
  .solutions-info {
    gap: 20px;
  }
  .quality-construction-solutions {
    font-size: 26px;
    line-height: 34px;
  }
  .image-parent,
  .image-group,
  .image-container,
  .image-parent2 {
    gap: 40px;
    min-height: 320px;
  }
  .total-asbestos,
  .total-demolition {
    font-size: 22px;
    line-height: 28px;
  }
  .safe-identification-removal-parent {
    gap: 16px;
  }
  .frame-parent18 {
    gap: 16px;
  }

  /* Why Choose Us */
  .choose-us-for {
          font-size: 19px;
        line-height: 25px;
  }
  .why-heading-col {
               padding: 29px 2px 7px;
        gap: 0px;
  }
  .why-card {
            padding: 10px 8px;
        gap: 1px;
  }
  .why-card h3{
    font-size: 19px;
  }
   .why-card div{
    font-size: 13px;
  }
  .multi-service-solutions-under,
  .safety-focused-approach,
  .reliable-efficient,
  .quality-accountability,
  .professional-coordination,
  .residential-commercial {
    font-size: 18px;
    line-height: 24px;
  }
  .we-provide-a,
  .we-follow-responsible,
  .we-are-committed,
  .we-maintain-high,
  .our-divisions-work,
  .we-serve-both {
    font-size: 14px;
    line-height: 22px;
  }

  /* How We Work */
  .rectangle-parent25 {
    gap: 24px;
  }
  .frame-parent27 {
    gap: 16px;
  }
  .efficient-transparent-reliable {
    font-size: 26px;
    line-height: 34px;
  }
  .consultation {
    font-size: 18px;
    line-height: 26px;
  }
  .we-understand-your,
  .we-evaluate-the {
    font-size: 13px;
    line-height: 19px;
  }
  .real-customer-feedback {
    font-size: 21px;
        line-height: 28px;
  }
  .instance-frame {
    padding: 5px 0 0;
    margin: 0 !important;
}
  .james-anderson {
           font-size: 14px;
        line-height: 7px;
  }
  .project-manager {
    font-size: 11px;
    line-height: 23px;
}
.client-divider {
    margin: 0 !important;
}
  .frame-parent32 {
    gap: 16px;
  }
  .we-are-extremely,
  .we-greatly-appreciate {
    font-size: 11px;
    line-height: 19px;
  }
  .we-provide-reliable {
    font-size: 16px;
    line-height: 26px;
  }
  .contact-us-info {
    gap: 5px;
  }
  .newsletter-info-parent {
    gap: 5px;
  }
  .address-3616-56 {
           font-size: 12px;
        line-height: 20px;
  }
  .our-newsletter {
    font-size: 18px;
    line-height: 26px;
  }
  .receive-construction-updates {
    font-size: 12px;
    line-height: 20px;
  }
  .footer-info-row .col-12{
    margin-top: 10px !important;
  }
  .email-input-area-parent {
    gap: 0;
  }
  .email-placeholder {
    font-size: 18px;
    line-height: 24px;
  }
  .enter-your-email,
  .infototalpropertysolutionsco {
    font-size: 15px;
    line-height: 24px;
  }
  .subscribe-today {
    font-size: 15px;
  }
  .copyright-2025 {
    font-size: 11px;
    line-height: 22px;
  }
  .privacy-policy {
    font-size: 13px !important;
    line-height: 22px;
  }
}
.group-icon {
  height: 40px;
  width: 100%;
  position: absolute;
  margin: 0 !important;
  left: 0;
  right: 0;
  top: 0;
  z-index: 2;
  flex-shrink: 0;
  overflow: hidden;
  object-fit: cover;
}
/* ******************************* */

.aboutus-pg-container {
  padding: 60px 0;
  margin: 0 auto;
}

.aboutus-pg-badge {
  background: #0d6efd;
  /* Bootstrap pure blue */
  color: #ffffff;

  font-size: 1.2rem;
  font-weight: 600;
  padding: 8px 16px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  display: inline-block;
  margin-bottom: 20px;
}

.aboutus-pg-main-title {
  font-family: "Phudu";
  color: #000;
  margin-bottom: 25px;
  text-transform: uppercase;
  font-weight: 700;
  font-style: Bold;
  font-size: 80px;
  line-height: 90px;
  letter-spacing: 0.02em;
}

@media (max-width: 1700px) {
  .aboutus-pg-main-title {
    font-size: 58px;
    line-height: 66px;
    margin-bottom: 20px;
  }
}

@media (max-width: 1440px) {
  .aboutus-pg-main-title {
    font-size: 50px;
    line-height: 58px;
    margin-bottom: 18px;
  }
}

@media (max-width: 1199px) {
  .aboutus-pg-main-title {
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 16px;
  }
}

@media (max-width: 991px) {
  .aboutus-pg-main-title {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 14px;
  }
}

@media (max-width: 767px) {
  .aboutus-pg-main-title {
    font-size: 26px;
    line-height: 34px;
    margin-bottom: 12px;
  }
}

@media (max-width: 575px) {
  .aboutus-pg-main-title {
    font-size: 21px;
    line-height: 28px;
    margin-bottom: 10px;
  }
}

.aboutus-pg-text-content p {
  font-size: 1rem;
  color: #555555;
  line-height: 1.6;
  margin-bottom: 15px;
  font-weight: 400;
}

.aboutus-pg-sub-title {
  font-weight: 600;
  font-size: 1.1rem;
  color: #000;
  margin-top: 25px;
  margin-bottom: 8px;
}

.aboutus-pg-img-tall {
  width: 100%;
  /* height: 600px; */
  /* Force tall portrait shape */
  object-fit: cover;
  display: block;
  max-height: 882px;
  /* margin-top: 40px; */
}

.aboutus-pg-img-top {
  width: 100%;
  /* height: 700px; */
  object-fit: cover;
  display: block;
  max-height: 882px;
  /* margin-bottom: 45px; */
}

.aboutus-pg-quote-box {
  border-left: 4px solid #0d6efd;
  padding-left: 20px;
  margin: 30px 0 30px 30px;

  font-weight: 600;
  font-size: 1.4rem;
  color: #222;
  line-height: 1.5;
}

.aboutus-pg-section-title {
  font-family: "Phudu";
  font-weight: 600;
  font-size: 1.4rem;
  color: #000;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.aboutus-pg-divider {
  border-top: 1px solid #a6a6a6;
  margin: 20px 0;
}

ul.aboutus-pg-core-values {
  padding-left: 18px;
  margin-bottom: 0;
  list-style-type: disc;
}

ul.aboutus-pg-core-values li {
  font-size: 1rem;
  font-weight: 400;
  color: #555555;
  margin-bottom: 8px;
}

ul.aboutus-pg-core-values li::marker {
  color: #a0aec0;
  font-size: 14px;
}

/* Adjust gutters */
.aboutus-pg-row.gx-5 {
  --bs-gutter-x: 5rem;
}

@media (max-width: 991px) {
  .aboutus-pg-row.gx-5 {
    --bs-gutter-x: 2rem;
  }

  .aboutus-pg-img-tall,
  .aboutus-pg-img-top {
    height: auto;
  }
}

/* MAIN SECTION */
.rectangle-parent-about {
  position: relative;
  padding: 56px 112px 90px;
  min-height: 500px;
  color: #fff;

  /* BACKGROUND IMAGE */
  background-image: url("./images/banner1.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
}

/* OVERLAY */
.rectangle-parent-about::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 0;
}

/* KEEP CONTENT ABOVE */
.rectangle-parent-about > * {
  position: relative;
  z-index: 1;
}
.hero-content {
  text-align: left;
  color: #fff;
}
.hero-content h1 {
  margin: 0;
  font-family: "Phudu", sans-serif;
  font-weight: 700;
  font-size: 90px;
  line-height: 100px;
}

@media (max-width: 1700px) {
  .hero-content h1 {
    font-size: 66px;
    line-height: 73px;
  }
  .aboutus-pg-img-top {
  width: 100%;
  height: 600px;
  object-fit: cover;
  display: block;
  /* margin-bottom: 45px; */
}
.aboutus-pg-img-tall {
  width: 100%;
  height: 600px;
  /* Force tall portrait shape */
  object-fit: cover;
  display: block;
  /* margin-top: 40px; */
}
}

@media (max-width: 1440px) {
  .hero-content h1 {
    font-size: 57px;
    line-height: 63px;
  }
}

@media (max-width: 1199px) {
  .hero-content h1 {
    font-size: 45px;
    line-height: 52px;
  }
  .logo-box {
    width: 32px;
}
    .side-logos{
    display: flex;
  }
}

@media (max-width: 991px) {
  .hero-content h1 {
    font-size: 34px;
    line-height: 40px;
  }
    .side-logos{
    display: flex;
  }
  .aboutus-pg-text-content p {
    font-size: 11px;
}
}

@media (max-width: 767px) {
  .hero-content h1 {
    font-size: 28px;
    line-height: 34px;
  }
  .side-logos{
    display: none;
  }
}

@media (max-width: 575px) {
  .hero-content h1 {
    font-size: 22px;
    line-height: 24px;
    font-size: 21px ;
  }
    .side-logos{
    display: none;
  }
}

.hero-content p {
  font-family: Poppins, sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 40px;
  margin-top: 20px;
}

@media (max-width: 1700px) {
  .hero-content p {
    font-size: 18px;
    line-height: 30px;
  }
}

@media (max-width: 1440px) {
  .hero-content p {
    font-size: 16px;
    line-height: 28px;
  }
}

@media (max-width: 1199px) {
  .hero-content p {
    font-size: 14px;
    line-height: 22px;
  }
}

@media (max-width: 991px) {
  .hero-content p {
    font-size: 13px;
    line-height: 21px;
  }
}

@media (max-width: 767px) {
  .hero-content p {
    font-size: 12px;
    line-height: 20px;
  }
}

@media (max-width: 575px) {
  .hero-content p {
    font-size: 11px;
    line-height: 11px;
    font-size: 10px !important;
  }
}

/* NEW SECTION STYLES */
.aboutus-standout-stripes {
  height: 25px;
  background: repeating-linear-gradient(
    45deg,
    #facc15,
    #facc15 15px,
    #111 15px,
    #111 30px
  );
  width: 100%;
}

.aboutus-standout-section {
  background:
    linear-gradient(rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)),
    url("./images/aboutus3.png") center/cover no-repeat;
  color: #fff;
}

.aboutus-standout-heading {
  font-family: "Phudu";
  font-weight: 600;
  font-size: 2.8rem;
  color: #ffffff;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.aboutus-standout-p {
  font-size: 1.1rem;
  color: #e2e8f0;
  line-height: 1.7;
  max-width: 750px;
  margin-bottom: 20px;
}

.aboutus-standout-bluebox {
  background-color: #0d6efd;
  padding: 40px 35px;
  color: #ffffff;
  max-width: 275px;
  margin-top: auto;
  /* margin-left: auto; */
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.aboutus-standout-number {
  font-weight: 600;
  font-size: 80px;
  line-height: 1;
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.aboutus-standout-plus {
  font-size: 40px;
  font-weight: 600;
  margin-left: 10px;
  margin-top: -10px;
}

.aboutus-standout-box-title {
  font-weight: 400;
  font-size: 1rem;
  margin-bottom: 15px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.aboutus-standout-box-text {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.6;
  font-weight: 400;
}

.aboutus-divisions-section {
  padding: 80px 0;
  background: #fafafa;
}

.aboutus-divisions-controls {
  display: flex;
  gap: 10px;
}

.aboutus-divisions-btn {
  width: 44px;
  height: 44px;
  background: #fff;
  border: 1px solid #e2e8f0;
  color: #333;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  font-size: 18px;
  transition: all 0.3s;
  border-radius: 2px;
}

.aboutus-divisions-btn:hover {
  background: #0d6efd;
  color: #fff;
  border-color: #0d6efd;
}

.aboutus-divisions-slider-wrapper {
  margin-top: 40px;
  position: relative;
}

.aboutus-divisions-slider {
  display: flex;
  gap: 20px;
  overflow-x: auto;
  scroll-behavior: smooth;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
  padding-bottom: 20px;
}

.aboutus-divisions-slider::-webkit-scrollbar {
  display: none;
}

.aboutus-divisions-card {
  flex: 0 0 calc(25% - 15px);
  min-width: 260px;
  height: 420px;
  position: relative;
  background: #111;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  cursor: pointer;
  border-radius: 2px;
}
.contectus-pg-container {
  padding: 60px 0 0;
  margin: 0 auto;
}

@media (max-width: 1200px) {
  .aboutus-divisions-card {
    flex: 0 0 calc(33.333% - 14px);
  }
}

@media (max-width: 900px) {
  .aboutus-divisions-card {
    flex: 0 0 calc(50% - 10px);
  }
}

@media (max-width: 576px) {
  .aboutus-divisions-card {
    flex: 0 0 calc(85% - 10px);
  }
}

.aboutus-divisions-card-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
  transition: transform 0.5s ease;
}

.aboutus-divisions-card:hover .aboutus-divisions-card-bg {
  transform: scale(1.05);
}

.aboutus-divisions-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.1) 40%,
    rgba(0, 0, 0, 0.85) 100%
  );
}

.aboutus-divisions-card-content {
  position: relative;
  z-index: 2;
  padding: 30px 25px;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.aboutus-divisions-logo {
  background: #fff;
  padding: 8px;
  width: 55px;
  height: 55px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  font-weight: 900;
  color: #0d6efd;
  font-size: 22px;
  line-height: 0.9;
  text-align: center;
  border-radius: 2px;
}

.aboutus-divisions-logo img {
  height: 100%;
  max-height: 100px;
  max-width: 100px;
  width: 100%;
}

.aboutus-divisions-logo span {
  font-size: 6px;
  font-weight: 800;
  color: #333;
  margin-top: 2px;
  letter-spacing: -0.2px;
  line-height: 1;
}

.aboutus-divisions-card-title {
  font-family: "Phudu";
  color: #fff;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.2;
  margin-bottom: 10px;
}

.aboutus-divisions-card-desc {
  color: #e2e8f0;
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 15px;
  font-weight: 400;
}

.aboutus-divisions-card-link {
  color: #fff;

  font-size: 1.2rem;
  font-weight: 400;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 5px;
  transition: color 0.3s;
}

.aboutus-divisions-card-link:hover {
  color: #0d6efd;
}

.contactus-pg-container {
  padding: 60px 0;
  margin: 0 auto;
}

@media (max-width: 1700px) {
  .contactus-pg-container {
    padding: 44px 0;
  }
}

@media (max-width: 1440px) {
  .contactus-pg-container {
    padding: 39px 0;
  }
}

@media (max-width: 1199px) {
  .contactus-pg-container {
    padding: 32px 0;
  }
}

@media (max-width: 991px) {
  .contactus-pg-container {
    padding: 26px 0;
  }
}

@media (max-width: 767px) {
  .contactus-pg-container {
    padding: 20px 0;
  }
}

@media (max-width: 575px) {
  .contactus-pg-container {
    padding: 13px 0;
  }
}

.contactus-pg-map {
  width: 100%;
  height: 350px;
  object-fit: cover;
  display: block;
  background-color: #f0f0f0;
  /* Image representing a map view */
}

.contactus-pg-main-title {
  font-family: "Phudu";
  font-weight: 700;
  font-size: 5rem;
  line-height: 1.1;
  color: #000;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.contactus-pg-text-desc {
  font-size: 24px;
  color: #000000;
  font-weight: 400;
  line-height: 35px;
  margin-bottom: 45px;
}

.contactus-pg-info-block {
  display: flex;
  gap: 15px;
  margin-bottom: 25px;
}

.contactus-pg-icon-box {
  width: 32px;
  height: 32px;
  background: #0d6efd;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border-radius: 2px;
}

.contactus-pg-icon-box svg {
  width: 14px;
  height: 14px;
  fill: #ffffff;
}

.contactus-pg-info-title {
  font-family: "Phudu";
  font-weight: 700;
  font-size: 1.3rem;
  color: #000;
  margin-bottom: 6px;
  text-transform: uppercase;
}

.contactus-pg-info-text {
  font-size: 1.1rem;
  color: #555555;
  line-height: 1.5;
}

.contactus-pg-form-box {
  background-color: #dae9f2;
  /* Light blue matching image */
  padding: 50px 45px;
  border-radius: 3px;
  height: 100%;
}

.contactus-pg-form-title {
  color: #000;
  text-align: center;
  margin-bottom: 15px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 64px;
  line-height: 85px;
  font-family: "phudu";
}
 
@media (max-width: 1700px) {
  .contactus-pg-form-title {
    font-size: 47px;
    line-height: 63px;
  }
  .contactus-pg-btn-text {
    padding: 6px 13px !important;
    gap: 9px !important;
    font-size: 14px !important;
}
.contactus-pg-btn-icon {
  
    width: 28px !important;
    padding: 8px 0 !important;
}
.contactus-pg-form-box {
    padding: 20px 18px !important;
}
}
 
@media (max-width: 1440px) {
  .contactus-pg-form-title {
    font-size: 40px !important;
    line-height: 54px;
  }
}
 
@media (max-width: 1199px) {
  .contactus-pg-form-title {
    font-size: 22px !important;
    line-height: 44px;
  }
}
 
@media (max-width: 991px) {
  .contactus-pg-form-title {
    font-size: 26px;
    line-height: 36px;
  }
}
 
@media (max-width: 767px) {
  .contactus-pg-form-title {
    font-size: 22px;
    line-height: 30px;
  }
}
 
@media (max-width: 575px) {
  .contactus-pg-form-title {
    font-size: 18px;
    line-height: 26px;
  }
}
.contactus-pg-form-desc {
  color: #000;
  text-align: center;
  margin-bottom: 35px;
  font-family: Poppins;
  font-weight: 400;
  font-style: Regular;
  font-size: 20px;
  line-height: 35px;
  letter-spacing: 0;
}
 
@media (max-width: 1700px) {
  .contactus-pg-form-desc {
    font-size: 16px;
    line-height: 27px;
    margin-bottom: 26px;
  }
}
 
@media (max-width: 1440px) {
  .contactus-pg-form-desc {
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 22px;
  }
}
 
@media (max-width: 1199px) {
  .contactus-pg-form-desc {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 18px;
  }
}
 
@media (max-width: 991px) {
  .contactus-pg-form-desc {
    font-size: 13px;
    line-height: 21px;
    margin-bottom: 16px;
  }
}
 
@media (max-width: 767px) {
  .contactus-pg-form-desc {
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 14px;
  }
}
 
@media (max-width: 575px) {
  .contactus-pg-form-desc {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 12px;
  }
}
 

.contactus-pg-input {
  font-size: 13px;
  padding: 14px 15px;
  border: none;
  border-radius: 2px;
  box-shadow: none !important;
  margin-bottom: 18px;
  font-family: "Open Sans", sans-serif;
}

.contactus-pg-input::placeholder {
  color: #999;
}

.contactus-pg-input:focus {
  outline: 1px solid #0d6efd;
}

.contactus-pg-btn {
  background: #0d6efd;
  color: #ffffff;
  border: none;

  font-weight: 700;
  gap: 10px;
  font-size: 12px;
  padding: 10px ;
  display: inline-flex;
  align-items: stretch;
  /* So icon box fills height */
  text-transform: uppercase;
  margin-top: 10px;
  transition: background 0.3s;
  border-radius: 2px;
  overflow: hidden;
  cursor: pointer;
}

.contactus-pg-btn:hover {
  background: #0b5ed7;
}

.contactus-pg-btn-icon {
  background: #ffffff;
  color: #0d6efd;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  padding: 12px 0;
}

.contactus-pg-btn-icon svg {
  width: 10px;
  height: 10px;
  fill: #0d6efd;
  transform: rotate(45deg);
  /* Point up-right */
}

.contactus-pg-btn-text {
    padding: 18px 21px;
    display: flex;
    gap: 26px;
    align-items: center;
        font-size: 20px;
        font-weight: 300;
}

.contactus-btn-content {
  display: inline-flex;
  align-items: center;
}

.contactus-btn-loader {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 24px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.5px;
}

.contactus-pg-btn:disabled {
  opacity: 0.8;
  cursor: not-allowed;
}

@keyframes contactSpin {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}
.services-pg-intro {
  text-align: center;
  font-weight: 500;
  padding: 0px 20px 30px;
  font-size: 1.2rem;
  max-width: 800px;
  margin: 0 auto;
  color: #1e1e1e;
  line-height: 1.6;
}

.services-pg-container {
  padding: 0 15px 80px 15px;
  margin: 0 auto;
}

.services-pg-badge {
  background: #0d6efd;
  color: #ffffff;

  font-size: 11px;
  font-weight: 700;
  padding: 6px 14px;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 20px;
}

.services-pg-main-title {
  font-family: "Phudu";
  font-weight: 700;
  font-size: 80px;
  line-height: 1.1;
  color: #000;
  margin-bottom: 40px;
  text-transform: uppercase;
}

.services-pg-card {
  border: 1px solid #a6a6a6;
  background: #fff;
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative;
}

.services-pg-card-content {
  padding: 46px 30px 77px 30px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
::marker{
  color: #A6A6A6;
}

.services-pg-card-title {
  font-family: "Phudu";
  font-size: 48px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 15px;
  line-height: 1.1;
  color: #222222;
}

.services-pg-card-subtitle {
  font-size: 20px;
  font-style: italic;
  color: #555555;
  margin-bottom: 20px;
}

.services-pg-list {
  padding-left: 20px;
  margin-bottom: 15px;
  flex-grow: 1;
}

.services-pg-list li {
  font-size: 18px;
  color: #555;
  margin-bottom: 8px;
  line-height: 1.4;
  font-weight: 400;
}

.services-pg-link {
  font-size: 1.1rem;
  font-weight: 500;
  color: #000;
  text-decoration: none;
  display: flex;
  align-items: center;
  text-transform: uppercase;
}

.services-pg-link:hover {
  color: #0d6efd;
}

.services-pg-link svg {
  width: 10px;
  height: 10px;
  margin-right: 6px;
  transform: rotate(45deg);
}

.services-pg-img-container {
  position: relative;
  height: 220px;
  width: 100%;
}

.services-pg-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.services-pg-logo-overlay {
  position: absolute;
  top: -40px;
  right: 25px;
  width: 85px;
  height: 85px;
  background: #fff;
  border: 1px solid #0d6efd; /* Blue border default */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 6px; /* Added inner padding so images aren't flush to the edge */
}

.services-pg-logo-overlay-text {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.services-pg-logo-overlay-text img {
  width: 100%;
  height: 100%;
  object-fit: contain; /* Ensures the image fits correctly while retaining aspect ratio */
}

.services-pg-logo-overlay-sub {
  font-size: 5px;
  font-weight: 800;
  color: #333;
  margin-top: 3px;
  text-align: center;
  line-height: 1.1;
  letter-spacing: -0.1px;
}

.services-pg-bottom-stripe {
  height: 15px;
  background: repeating-linear-gradient(
    45deg,
    #facc15,
    #facc15 15px,
    #222 15px,
    #222 30px
  );
  width: 100%;
}

/* Specific logo colors based on the image provided */
.color-blue {
  color: #0d6efd;
}

.border-blue {
  border-color: #2563eb;
}

.social-icons {
  display: flex;
  justify-content: start;
  gap: 20px;
}

.icon-circle {
  width: 50px;
  height: 50px;
  border: 2px solid #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 22px;
  transition: all 0.3s ease;
  text-decoration: none;
}

.icon-circle:hover {
  background-color: #fff;
  color: #000;
  transform: scale(1.1);
}

/* Responsive */
@media (max-width: 576px) {
.icon-circle {
    width: 36px;
    height: 36px;
    font-size: 13px;
}
}

@media (max-width: 991px) {
  .contactus-pg-form-box {
    margin-top: 40px;
  }
}

@media (max-width: 768px) {
  .contactus-pg-form-box {
    margin-top: 30px;
  }

  .contactus-pg-main-title {
    font-size: 2rem;
  }
  .contactus-pg-container {
    padding: 19px 0px;
    margin: 0 auto;
  }
  .contactus-pg-text-desc {
    font-size: 1.1rem;

    margin-bottom: 15px;
  }
  .contactus-pg-info-title {
    font-size: 1.1rem;
  }
  .contactus-pg-form-box {
    padding: 30px 45px;
  }
  .aboutus-pg-main-title {
    font-size: 2rem;
  }
  .aboutus-pg-img-tall,
  .aboutus-pg-img-top {
    width: 50%;
    margin: auto;
    height: auto;
  }
  .aboutus-pg-container {
    padding: 18px 0;
    margin: 0 auto;
  }
  .aboutus-standout-section {
    color: #fff;
  }
  .aboutus-standout-heading {
    font-size: 2rem;
    margin-bottom: 10px;
  }
  .aboutus-standout-p {
    margin-bottom: 10px;
  }
  .aboutus-standout-bluebox {
    background-color: #0d6efd;
    padding: 11px 14px;
    color: #ffffff;
    max-width: 235px;
    margin-top: auto;
    /* margin-left: auto; */
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  }
  .aboutus-standout-number {
    font-weight: 600;
    font-size: 40px;
  }
  .aboutus-standout-plus {
    font-size: 20px;
  }
  .aboutus-divisions-card-title {
    font-size: 1.3rem;
  }
  .services-pg-main-title {
    font-size: 2rem;

    margin-bottom: 27px;
  }
  .services-pg-card-content {
    padding: 15px;
  }
  .services-pg-card-title {
    font-size: 1rem;
  }
  .services-pg-card-subtitle {
    font-size: 13px;

    margin-bottom: 10px;
  }
  .services-pg-list li {
    font-size: 12px;
    color: #555;
    margin-bottom: 5px;
  }
  .services-pg-link {
    font-size: 12px;
}
  .services-pg-list {
    margin-bottom: 10px;
    flex-grow: 1;
  }
  .services-pg-logo-overlay {
    width: 60px;
    height: 60px;
  }
  .rectangle-parent27 {
    gap: 15px;
  }
  .page-hero {
    min-height: 328px;
  }
  .email-placeholder {
    font-size: 22px;
  }
  .frame-child49 {
    height: 80.5px;
  }
  .enter-your-email-parent {
    padding: 12px 0;
  }
  .copyright-2025,
  .privacy-policy {
            position: relative;
        line-height: 17px;
        z-index: 1;
        margin-top: 10px;
  }
  .email-capture-field {
    height: auto;
    width: 100%;
    flex-direction: row;
    gap: 20px;
  }
  .services-pg-container {
    padding: 0 15px 45px 15px;
    margin: 0 auto;
  }
  .email-input-area {
    gap: 5px;
  }
  .services-pg-img-container {
    position: relative;
    height: 180px;
    width: 100%;
  }
  .contact-us-info {
    gap: 0px;
  }
  .newsletter-info-parent {
    gap: 5px;
  }
  .contectus-pg-container {
    padding: 60px 0;
    margin: 0 auto;
  }
  .hero-carousel .hero-slide {
    height: 70vh;
  }
}

.contactus-pg-info-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}

@media (max-width: 576px) {
  .contactus-pg-info-grid {
    grid-template-columns: 1fr;
    gap: 15px;
  }
  .hero-carousel .hero-slide {
    height: 60vh;
  }
  .contectus-pg-container {
    padding: 40px 0;
    margin: 0 auto;
  }
  .contactus-pg-form-box {
    margin-top: 15px;
  }

  .contactus-pg-main-title {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .email-capture-field {
    flex-direction: column;
    gap: 20px;
  }
  .page-hero {
    position: relative;
    background-size: cover;
    background-position: center;
    min-height: 270px;
  }
  .contactus-pg-container {
    padding: 19px 0px;
    margin: 0 auto;
  }
  .contactus-pg-text-desc {
    font-size: 12px;

    margin-bottom: 15px;
  }
  .contactus-pg-info-text {
    font-size: 12px;
}
  .page-hero-breadcrumb {
    font-size: 13px;
        color: #ffffff;
        margin: 0;
  }
  .contactus-pg-info-title {
    font-size: 1.1rem;
  }
  .contactus-pg-form-box {
    padding: 10px 20px;
  }
  .contactus-pg-form-title {
    font-size: 1rem;
  }
  .contactus-pg-form-desc {
    font-size: 12px;

    margin-bottom: 20px;
  }
  .contactus-pg-btn-icon {
    width: 29px;
    padding: 6px 0;
}
  .contactus-pg-info-title {
    font-size: 1.1rem;
  }
  .contactus-pg-input {
    padding: 9px 15px;
}
  .contactus-pg-form-box {
    padding: 15px 15px;
  }
  .aboutus-pg-main-title {
    font-size: 1.3rem;
    margin-bottom: 14px;
  }

  .aboutus-pg-quote-box {
    border-left: 4px solid #0d6efd;
    padding-left: 20px;
    margin: 16px 0 15px 0px;

    font-weight: 600;
    font-size: 12px;
  }
  .aboutus-pg-sub-title {
    margin-top: 8px;
    margin-bottom: 8px;
  }
  .aboutus-pg-divider {
    margin: 6px 0;
  }
  .aboutus-pg-img-tall,
  .aboutus-pg-img-top {
    width: 100%;
    margin: auto;
    height: 300px;
  }
  .aboutus-pg-section-title {
    font-size: 1.2rem;
  }
  .aboutus-pg-container {
    padding: 18px 0;
    margin: 0 auto;
  }
  .aboutus-standout-section {
    padding: 0px;
    color: #fff;
  }
  .aboutus-divisions-controls {
    display: flex;
    gap: 10px;
    justify-content: flex-end;
  }
  .frame-child49 {
    height: 58.5px;
  }
  .enter-your-email-parent {
            padding: 6px 0;
  }
  .subscription-action {
    color: #fff !important;
    height: 44px;
  }
  .aboutus-standout-heading {
    font-size: 1rem;
    margin-bottom: 10px;
  }
  .aboutus-standout-box-text {
    font-size: 12px;
}
  .aboutus-pg-container p{
    font-size: 11px !important;
  }
  .contactus-pg-map {
    width: 100%;
    height: 200px;
    object-fit: cover;
    display: block;
    background-color: #f0f0f0;
  }
  .aboutus-divisions-card-content {
    position: relative;
    z-index: 2;
    padding: 30px 15px;
    display: flex;
    flex-direction: column;
    height: 100%;
  }
  .aboutus-divisions-slider {
    display: flex;
    gap: 10px;
  }
  .email-input-area {
    gap: 5px;
  }
  .rectangle-parent27 {
    gap: 14px;
  }
  .copyright-info {
    padding: 0 10px;
  }
  .page-hero {
    position: relative;
    background-size: cover;
    background-position: center;
    min-height: 270px;
  }
  .page-hero-title {
    font-family: "Phudu", sans-serif;
    font-size: 27px;
        margin-bottom: 9px;
  }
  .we-provide-reliable {
    font-size: 13px;
    line-height: 23px;
  }
  .we-provide-reliable {
    font-size: 10px;
        line-height: 17px;
  }
  .rectangle-parent27 {
    padding-top: 60px;
    padding-bottom: 20px;
  }
  .email-placeholder {
    font-size: 15px;
  }
  .aboutus-standout-p {
    margin-bottom: 10px;
    line-height: unset;
  }

  .aboutus-standout-bluebox {
    background-color: #0d6efd;
    padding: 11px 14px;
    color: #ffffff;
    max-width: 235px;
    margin-top: auto;
    /* margin-left: auto; */
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  }
  .aboutus-standout-number {
    font-size: 40px;
    margin-bottom: 7px;
  }
  .aboutus-standout-box-title {
    margin-bottom: 5px;
  }
  .aboutus-standout-plus {
    font-size: 20px;
  }
  .aboutus-divisions-card-title {
    font-size: 1.3rem;
  }
  .services-pg-intro {
    text-align: center;
    font-weight: 500;
    padding: 0px 0px 15px;
   font-size: 12px;
    max-width: 800px;
    margin: 0 auto;
    color: #1e1e1e;
    line-height: 1.6;
  }
  .services-pg-container {
    padding: 0 0px 40px 0px;
    margin: 0 auto;
  }
  .services-pg-main-title {
    font-size: 1.5rem;
    margin-bottom: 22px;
  }
  .aboutus-pg-badge {
    font-size: 1rem;
  }
}
