/* =========================================================
   LOCATION PAGES
   Shared body + services sidebar styling
========================================================= */

.location-page-body {
  padding: 90px 0;
  background: #f7f5f7;
}

.location-page-body .row {
  align-items: flex-start;
}

.location-page-content {
  background: #ffffff;
  padding: 45px 45px 50px;
  border: 1px solid #e8e3e8;
}

.location-page-content h1 {
  margin: 0 0 25px;
  font-size: 36px;
  line-height: 1.2;
  font-weight: 600;
  color: #171717;
}

.location-page-content h2 {
  margin: 45px 0 18px;
  font-size: 28px;
  line-height: 1.3;
  font-weight: 600;
  color: #171717;
}

.location-page-content p {
  margin: 0 0 20px;
  font-size: 16px;
  line-height: 1.85;
  color: #555555;
}

.location-page-content a {
  color: #ed1c24;
  text-decoration: none;
  transition: 0.3s ease;
}

.location-page-content a:hover {
  color: #111111;
}

.location-page-content .main_features {
  margin: 25px 0 30px;
}

.location-page-content .main_features ul {
  margin: 0;
  padding-left: 22px;
}

.location-page-content .main_features li {
  margin-bottom: 12px;
  font-size: 16px;
  line-height: 1.7;
  color: #555555;
}

.location-page-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-top: 35px;
}

.location-page-actions .contactusbutton {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 12px 24px;
  background: #ed1c24;
  color: #ffffff;
  border: 1px solid #ed1c24;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none;
  transition: 0.3s ease;
}

.location-page-actions .contactusbutton:hover {
  background: #111111;
  border-color: #111111;
  color: #ffffff;
}

.location-page-actions .quote-button {
  background: #111111;
  border-color: #111111;
}

.location-page-actions .quote-button:hover {
  background: #ed1c24;
  border-color: #ed1c24;
}

/* =========================================================
   SERVICES SIDEBAR
========================================================= */

.location-services-sidebar {
  position: sticky;
  top: 100px;
}

.location-services-card {
  background: #171717;
  padding: 32px 28px;
  border: 1px solid #2b2b2b;
}

.location-services-heading {
  margin-bottom: 22px;
}

.location-services-heading .rs-creative-kicker {
  display: inline-block;
  margin-bottom: 8px;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #ed1c24;
}

.location-services-heading h2 {
  margin: 0;
  font-size: 24px;
  line-height: 1.25;
  font-weight: 600;
  color: #ffffff;
}

.location-services-list {
  display: flex;
  flex-direction: column;
}

.location-service-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  padding: 15px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  color: #ffffff;
  text-decoration: none;
  transition: 0.3s ease;
}

.location-service-item:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.location-service-item span {
  font-size: 14px;
  line-height: 1.45;
}

.location-service-item i {
  flex: 0 0 auto;
  font-size: 15px;
  color: #ed1c24;
  transition: 0.3s ease;
}

.location-service-item:hover {
  color: #ed1c24;
  padding-left: 6px;
}

.location-service-item:hover i {
  transform: translate(2px, -2px);
}

/* =========================================================
   LOCATION CTA
========================================================= */

.location-page-cta {
  padding: 90px 0;
}

/* =========================================================
   TABLET
========================================================= */

@media (max-width: 991px) {
  .location-page-body {
    padding: 70px 0;
  }

  .location-page-content {
    padding: 35px 30px 40px;
  }

  .location-page-content h1 {
    font-size: 32px;
  }

  .location-page-content h2 {
    font-size: 25px;
    margin-top: 38px;
  }

  .location-services-sidebar {
    position: static;
  }
}

/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {
  .location-page-body {
    padding: 50px 0;
  }

  .location-page-content {
    padding: 28px 22px 32px;
  }

  .location-page-content h1 {
    font-size: 27px;
    line-height: 1.25;
    margin-bottom: 20px;
  }

  .location-page-content h2 {
    font-size: 23px;
    line-height: 1.3;
    margin: 35px 0 15px;
  }

  .location-page-content p,
  .location-page-content .main_features li {
    font-size: 15px;
    line-height: 1.8;
  }

  .location-page-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .location-page-actions .contactusbutton {
    width: 100%;
    text-align: center;
  }

  .location-services-card {
    padding: 28px 22px;
  }

  .location-services-heading h2 {
    font-size: 22px;
  }
}

/* =========================================================
   LOCATION PAGES
   Shared styling for Sharjah / JLT / Abu Dhabi pages
========================================================= */

.location-page {
  width: 100%;
}

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

.location-hero {
  position: relative;
}

.location-hero .rs-process-title-sec {
  position: relative;
  z-index: 2;
}

.location-hero .rs-process-title {
  max-width: 950px;
}

/* =========================================================
   MAIN BODY
========================================================= */

.location-page-body {
  padding: 90px 0;
  background: #f7f5f7;
}

.location-page-body .row {
  align-items: flex-start;
}

/* =========================================================
   MAIN CONTENT CARD
========================================================= */

.location-page-content {
  background: #ffffff;
  padding: 48px 50px 52px;
  border: 1px solid #e8e3e8;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.04);
}

/* =========================================================
   TYPOGRAPHY
========================================================= */

.location-page-content h1 {
  margin: 0 0 24px;
  font-size: 40px;
  line-height: 1.2;
  font-weight: 600;
  letter-spacing: -0.5px;
  color: #171717;
}

.location-page-content h2 {
  position: relative;
  margin: 50px 0 18px;
  padding-left: 18px;
  font-size: 29px;
  line-height: 1.3;
  font-weight: 600;
  color: #171717;
}

.location-page-content h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 4px;
  height: calc(100% - 8px);
  background: #ed1c24;
}

.location-page-content h3 {
  margin: 30px 0 10px;
  font-size: 20px;
  line-height: 1.4;
  font-weight: 600;
  color: #222222;
}

.location-page-content p {
  margin: 0 0 20px;
  font-size: 16px;
  line-height: 1.85;
  font-weight: 400;
  color: #555555;
}

.location-page-content strong {
  color: #252525;
  font-weight: 600;
}

.location-page-content a {
  color: #ed1c24;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.25s ease;
}

.location-page-content a:hover {
  color: #111111;
}

/* =========================================================
   LISTS / BULLET POINTS
========================================================= */

.location-page-content ul {
  margin: 18px 0 26px;
  padding: 0;
  list-style: none;
}

.location-page-content li {
  position: relative;
  margin: 0 0 12px;
  padding-left: 28px;
  font-size: 16px;
  line-height: 1.7;
  color: #555555;
}

.location-page-content li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ed1c24;
}

.location-page-content li:last-child {
  margin-bottom: 0;
}

/* Keep old Sharjah list class compatible */
.location-page-content .main_features {
  margin: 22px 0 30px;
}

.location-page-content .main_features ul {
  margin: 0;
}

.location-page-content .main_features li {
  margin-bottom: 13px;
}

/* =========================================================
   CONTENT SECTIONS
========================================================= */

.location-page-content h2:first-of-type {
  margin-top: 42px;
}

/* =========================================================
   CTA BUTTONS
========================================================= */

.location-page-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
  margin-top: 38px;
  padding-top: 12px;
}

.location-page-actions .contactusbutton {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 13px 24px;
  border: 1px solid #ed1c24;
  background: #ed1c24;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none;
  transition: all 0.25s ease;
}

.location-page-actions .contactusbutton:hover {
  background: #111111;
  border-color: #111111;
  color: #ffffff;
}

.location-page-actions .quote-button {
  background: #111111;
  border-color: #111111;
}

.location-page-actions .quote-button:hover {
  background: #ed1c24;
  border-color: #ed1c24;
}

/* =========================================================
   SERVICES SIDEBAR
========================================================= */

.location-services-sidebar {
  position: sticky;
  top: 100px;
}

.location-services-card {
  padding: 32px 28px;
  background: #171717;
  border: 1px solid #292929;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.08);
}

.location-services-heading {
  margin-bottom: 22px;
}

.location-services-heading .rs-creative-kicker {
  display: inline-block;
  margin-bottom: 9px;
  font-size: 11px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #ed1c24;
}

.location-services-heading h2 {
  margin: 0;
  padding: 0;
  font-size: 24px;
  line-height: 1.3;
  font-weight: 600;
  color: #ffffff;
}

.location-services-heading h2::before {
  display: none;
}

.location-services-list {
  display: flex;
  flex-direction: column;
}

.location-service-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 15px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.11);
  color: #ffffff !important;
  text-decoration: none;
  transition: all 0.25s ease;
}

.location-service-item:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.11);
}

.location-service-item span {
  font-size: 14px;
  line-height: 1.45;
  color: inherit;
}

.location-service-item i {
  flex: 0 0 auto;
  font-size: 14px;
  color: #ed1c24;
  transition: transform 0.25s ease;
}

.location-service-item:hover {
  padding-left: 6px;
  color: #ed1c24 !important;
}

.location-service-item:hover i {
  transform: translate(2px, -2px);
}

/* =========================================================
   CTA SECTION
========================================================= */

.location-page-cta {
  padding: 90px 0;
}

/* =========================================================
   TABLET
========================================================= */

@media (max-width: 991px) {
  .location-page-body {
    padding: 70px 0;
  }

  .location-page-content {
    padding: 38px 32px 42px;
  }

  .location-page-content h1 {
    font-size: 34px;
  }

  .location-page-content h2 {
    margin-top: 42px;
    font-size: 27px;
  }

  .location-page-content h3 {
    font-size: 19px;
  }

  .location-services-sidebar {
    position: static;
  }
}

/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {
  .location-page-body {
    padding: 50px 0;
  }

  .location-page-content {
    padding: 28px 22px 32px;
  }

  .location-page-content h1 {
    margin-bottom: 20px;
    font-size: 28px;
    line-height: 1.25;
  }

  .location-page-content h2 {
    margin: 34px 0 16px;
    padding-left: 14px;
    font-size: 23px;
    line-height: 1.3;
  }

  .location-page-content h2::before {
    width: 3px;
    top: 3px;
    height: calc(100% - 6px);
  }

  .location-page-content h3 {
    margin-top: 25px;
    font-size: 18px;
  }

  .location-page-content p {
    margin-bottom: 17px;
    font-size: 15px;
    line-height: 1.8;
  }

  .location-page-content li {
    padding-left: 24px;
    font-size: 15px;
    line-height: 1.7;
  }

  .location-page-content li::before {
    top: 9px;
    width: 7px;
    height: 7px;
  }

  .location-page-actions {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
    margin-top: 30px;
  }

  .location-page-actions .contactusbutton {
    width: 100%;
    min-height: 50px;
  }

  .location-services-card {
    padding: 28px 22px;
  }

  .location-services-heading h2 {
    font-size: 22px;
  }

  .location-page-cta {
    padding: 65px 0;
  }
}

.bold-cos {
    font-size: 22px !important;
    color: black !important;
    font-weight: 600 !important;
}

.rs-inner-hero.hero-marquee, .rs-inner-hero.rs-contact-hero, .rs-inner-hero.blog-hero-custom, .rs-inner-hero.portfolio-page-hero {
    min-height: 400px !important;
    height: 403px !important;
}
.hero-marquee .rs-process-title {
    font-size: 34px !important;
}
