.realestate-custom-homepage {
  --home-nav-text: rgba(7, 22, 41, 0.76);
  --home-panel-bg: rgba(255, 255, 255, 0.18);
  --home-panel-border: rgba(255, 255, 255, 0.24);
  --home-title: #10233f;
  --home-copy: rgba(16, 35, 63, 0.78);
  --home-accent: #0b2246;
  --home-line: rgba(255, 255, 255, 0.22);
  --help-bg: #f4f4f3;
  --help-card-border: rgba(10, 32, 63, 0.08);
  --help-card-shadow: 0 10px 26px rgba(10, 24, 44, 0.05);
  --help-pattern: rgba(10, 32, 63, 0.03);
  --tower-bg: #efede9;
  --tower-panel: #fbfaf8;
  --tower-line: rgba(11, 34, 70, 0.18);
  --expertise-bg: #040609;
}


        /* MAIN SLIDER */
        .custom-slider {
            width: 100%;
            height: 100vh;
        }

        /* Slide Layout */
        .custom-slide-wrapper {
            display: flex;
            height: 100%;
        }

        /* Left Image */
        .custom-slide-wrapper img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
        .leftswiper-box {
            width: 50%;
        }

        /* Right Text */
        .custom-content-box {
            width: 50%;
            padding: 50px;
            display: flex;
            flex-direction: column;
            justify-content: center;
            background: #fff;
        }

        /* DOTS STYLE */
        .page-dots .custom-pagination {
           position: absolute;
            bottom: 5%;
            transform: translate(6px, -15vh);
            margin: 0 auto;
            width: 180px;
           right: -20%;
        }

        .page-dots.custom-pagination .swiper-pagination-bullet {
            width: 15px;
            height: 15px;
            background: #000;
            opacity: 0.3;
        }

        .page-dots.custom-pagination .swiper-pagination-bullet-active {
            opacity: 1;
        }
       

/* TITLE */
.tower-title {
    font-size: 34px;
    letter-spacing: 2px;
    color: #0f2a44;
    margin-bottom: 20px;
    text-transform: uppercase;
}

/* LOCATION */
.tower-location {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 17px;
    color: #2d2d2d;
    margin-bottom: 20px;
}

.tower-location-icon svg {
    width: 26px;
    height: 36px;
}

/* DESCRIPTION */
.tower-description {
    color: #444;
    line-height: 1.7;
    font-size: 15px;
    margin-bottom: 30px;
}

/* BUTTON */
.tower-btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: #0f2a44;
    color: #fff;
    padding: 12px 22px;
    text-decoration: none;
    font-size: 14px;
    transition: 0.3s;
}

.tower-btn-icon svg {
    width: 18px;
    height: 18px;
}

.tower-btn:hover {
    background: #1a3d63;
    transform: translateX(3px);
}




/* Layout */
.tower-section {
  display: flex;
  height: 100vh;
}

/* LEFT IMAGE */
.tower-image {
  width: 55%;
}

.tower-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity 0.8s ease;
}

/* RIGHT CONTENT */
.tower-content {
  width: 50%;
  display: block;
  align-items: center;
  justify-content: center;
   padding: 11% 7% 0% 7%;
}

.content-inner {
  max-width: 420px;
}

.content-inner h2 {
  font-size: 28px;
  letter-spacing: 2px;
  margin-bottom: 15px;
}

/* LOCATION WITH SVG */
.location {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  margin-bottom: 20px;
  color: #333;
}

.location-icon {
  width: 14px;
  height: 14px;
  flex-shrink: 0;
}

.desc {
  font-size: 14px;
  line-height: 1.7;
  margin-bottom: 30px;
}

/* Button */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #0d2a4a;
  color: #fff;
  padding: 10px 18px;
  text-decoration: none;
  font-size: 13px;
}

/* Pagination */
.swiper-pagination {
  margin-top: 50px;
  text-align: center;
}


.swiper-pagination-bullet-active {
  width: 12px;
  height: 12px;
  background: #0d2a4a;
}



/* Office Locations Section */
.req-red {
  color: #ff0000;
}

.locations-section {
  padding: 40px 15px 40px;
}

.kmrof a {
  padding: 5px 15px 8px 15px;
  color: #fff;
  background: #ffffff24;
  font-size: 16px;
  border-radius: 0px;
  border: 2px solid #ffffff70;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.kmrof {
  position: absolute;
  top: 20px;
  left: 20px;
}

.eyrfhvb ul li a img {
  background: #ffffff99;
  padding: 5px 15px;
  font-size: 14px;
  border-radius: 5px;
  margin-top: -6px;
}

.featured-card__meta span {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  background: #FFFFFF4D;
  padding: 5px 10px;
  color: #1A1A1A;
  border-radius: 0px;
  font-size: 13px;
}

.featured-card__meta span svg {
  width: 16px;
  color: #00254D;
}

.eyrfhvb ul {
  margin-top: 0px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
}

.eyrfhvb ul li a h3 {
  background: #ffffffcc;
  padding: 5px 15px;
  font-size: 14px;
  border-radius: 5px;
}

.eyrfhvb {
  position: absolute;
  z-index: 999;
  width: 90%;
}


.home-search__tab {
  display: inline-block;
  margin-right: 10px;
  cursor: pointer;
}

.home-search__tab input {
  display: none;
  /* radio hide */
}

.home-search__tab span {
  display: inline-block;
  padding: 10px 20px;
  border: 2px solid #ccc;
  border-radius: 0px;
  background: #f5f5f5;
  color: #333;
  transition: all 0.3s ease;
}

/* HOVER */
.home-search__tab span:hover {
  background: #eaeaea;
}

/* ACTIVE (checked) */
.home-search__tab input:checked+span {
  background: var(--home-accent);
  color: #fff;
  border-color: var(--home-accent);
}


.deskshow {
  display: block;
}

.custom-filter-form {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.home-search__tab.inorytu .tab-arrow {
  transition: 0.3s;
}

.modshow {
  display: none;
}

.home-search__tab.inorytu.active .tab-arrow {
  transform: rotate(180deg);
}

.custom-filter-form {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: all 0.4s ease;
}

/* Active state */
.custom-filter-form.active {
  max-height: 500px;
  /* adjust if content zyada ho */
  opacity: 1;
}

.custom-filter-form select,
.custom-filter-form input {
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 6px;
  min-width: 155px;
  margin-bottom: 20px;
  font-size: 13px;
}

.custom-filter-form button {
  background: black;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 6px;
}

.blog-slider-section {
  padding: 60px 40px;
  text-align: center;
}

section.blog-slider-section .section-title:after {
  content: '';
  position: absolute;
  top: 50px;
  width: 380px;
  height: 1px;
  background: #1e2a381c;
  left: 0px;
  right: 0px;
  margin: 0 auto;
}

.home-clients__header h2:after {
  content: '';
  position: absolute;
  top: 50px;
  width: 220px;
  height: 1px;
  background: #1e2a381c;
  left: 0px;
  right: 0px;
  margin: 0 auto;
}

.section-title {
  letter-spacing: 2px;
  font-size: clamp(22px, 2.2vw, 29px);
  color: #1e2a38;
  margin-bottom: 40px;
  padding-bottom: 20px;
  position: relative;
  font-weight: 600;
}

.swiper {
  padding-bottom: 0px;
}

.blog-card {
  position: relative;
  border-radius: 6px;
  overflow: hidden;
}

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

/* Overlay */
.overlay {
  margin-top: -151px;
  position: relative;
  padding: 20px;
  color: #fff;
  text-align: left;
  background: linear-gradient(to top, rgb(30 42 56 / 52%) 0%, rgb(30 42 56 / 0%) 40%, rgb(30 42 56 / 43%) 70%, rgb(30 42 56 / 33%) 100%);
  z-index: 9999;
  backdrop-filter: blur(8px);
}


.overlay h3 {
  font-size: 15px;
  margin: 8px 0;
}

.overlay p {
  font-size: 12px;
  opacity: 0.9;
  line-height: 1.5;
}

/* Default dots */
.swiper-pagination-bullet {
  width: 18px;
  height: 18px;
  background: #cfcfcf;
  opacity: 1;
  border-radius: 2px;
  /* square look */
  margin: 0 6px !important;
  transition: all 0.3s ease;
}

.swiper-pagination-bullet-active:after {
  content: '';
  position: absolute;
  top: 3px;
  left: 4px;
  background: #1e2a38;
  width: 9px;
  height: 10px;
}

.swiper-pagination-bullet-active {
  position: relative;
  top: 0px;
}

/* Active dot (square with border + inner fill feel) */
.swiper-pagination-bullet-active {
  border: 1px solid #1e2a38;
  width: 18px;
  height: 18px;
  background: #fff !important;
}

/* Explore Tag */
.tag {
  display: block;
  background: #1e2a38;
  padding: 10px 52px 10px 12px;
  font-size: 12px;
  color: #fff;
  letter-spacing: 1px;
  position: absolute;
  top: -210px;
}

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

span.tag svg {
  width: 20px;
  position: absolute;
  right: 5px;
  top: 8px;
}

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














.locations-container {
  margin: 0 auto;
}

.locations-title {
  color: var(--navy-strong);
  font-size: 26px;
  font-weight: 500;
  margin-bottom: 20px;
}

.locations-title-divider {
  width: 100%;
  max-width: 500px;
  height: 1px;
  background: rgba(6, 26, 53, 0.1);
  margin-bottom: 20px;
}

.locations-description {
  color: var(--muted);
  font-size: 11.5px;
  line-height: 1.7;
  max-width: 1050px;
  margin-bottom: 40px;
}

.locations-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 15px;
}

.location-card {
  background-color: #ededed;
  border-radius: 4px;
  position: relative;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.location-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 25px rgba(6, 26, 53, 0.1);
}

.location-card-pattern {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 28px;
  background-image: var(--pattern-light);
  background-size: 28px 28px;
  opacity: 0.5;
  pointer-events: none;
}

.location-content {
  padding: 30px 20px;
  position: relative;
  z-index: 2;
}

.location-content h4 {
  font-size: 13px;
  font-weight: 600;
  color: var(--navy-strong);
  margin-bottom: 4px;
}

.office-type {
  font-size: 9px;
  color: var(--muted);
  text-transform: lowercase;
  letter-spacing: 0.02em;
  display: block;
  margin-bottom: 12px;
}

.location-divider {
  width: 30px;
  height: 1px;
  background: rgba(6, 26, 53, 0.15);
  margin-bottom: 18px;
}

.location-details {
  list-style: none;
  padding: 0;
  margin: 0;
}

.location-details li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 9.5px;
  color: var(--muted);
  margin-bottom: 12px;
  line-height: 1.5;
}

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

.location-details svg {
  min-width: 12px;
  margin-top: 1px;
  color: rgba(6, 26, 53, 0.35);
}








.contact-form {
  max-width: 700px;
}

.contact-left-section {
  margin-top: 45px;
}

.form-group-full label {
  font-size: 15px !important;
}

.form-group-full textarea::placeholder {
  color: #ADABC3;
}

.form-group-half select {
  color: #ADABC3;
}

.form-group-half label {
  font-size: 15px !important;
}

.form-group input::placeholder {
  color: #ADABC3;
  font-size: 14px;
}

p.form-intro-text {
  max-width: 470px;
  font-size: 18px;
  text-align: center;
  color: #001730;
}

/* Row layout */
.form-row {
  display: flex;
  gap: 15px;
  margin-bottom: 15px;
}

/* Half width fields */
.form-group-half {
  width: 50%;
}

/* Full width (textarea) */
.form-group-full {
  width: 100%;
}

/* Label */
.contact-form label {
  display: block;
  font-size: 14px;
  margin-bottom: 5px;
  font-weight: 500;
}

/* Inputs & select */
.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 14px;
}

/* Textarea spacing */
.form-rowss {
  margin-bottom: 15px;
}

/* Button */
.form-button {
  background: #001730;
  color: #fff;
  padding: 10px 65px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.form-button:hover {
  background: #333;
}

div#contact-map {
  margin-bottom: 20px;
  border-radius: 5px;
  overflow: hidden;
}

#contact-map .gm-style .gm-style-cc,
#contact-map .gm-style a[href^="https://maps.google.com/maps"],
#contact-map .gm-style a[href^="http://maps.google.com/maps"] {
  display: none !important;
}

#contact-map .gm-bundled-control {
  right: 50px !important;
  bottom: 80px !important;
}

.contact-form-wrapper {
  background: var(--home-panel-bg);
  border: 1px solid var(--home-panel-border);
  box-shadow: 0 26px 80px rgba(7, 22, 41, 0.16);
  backdrop-filter: blur(8px);
  padding: 40px 60px;
  margin: 50px 0px 20px 0px;
  border-radius: 5px;
}

.contact-headline:after {
  content: '';
  position: absolute;
  width: 400px;
  height: 2px;
  background: #ffffff42;
  top: 45px;
  left: 2px;
}

.contact-headline {
  color: #fff;
  font-size: clamp(22px, 2.3vw, 30px);
  font-weight: 500;
  line-height: 1.15;
  letter-spacing: 0.045em;
  position: relative;
}

section.contact-hero-section {
  background-image: url(https://alasmakhrealestate.com/custom-homepage/contactform.webp);
  background-size: cover;
  background-repeat: no-repeat;
}

.contact-container {
  width: min(90%);
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.djfkgb svg {
  color: var(--home-title);
  width: 30px !important;
  height: 25px !important;
}

.djfkgb {
  background: initial !important;
  padding: 6px 0px !important;
  margin-left: -7px;
}

select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url(https://cdn-icons-png.flaticon.com/512/32/32195.png) no-repeat right 11px center;
  background-size: 12px;
  padding-right: 40px;
  background-color: #fff;
}

label.home-search__tab.inorytu span {
  background: #fff;
  color: #000;
  padding: 11px 18px;
}

label.home-search__tab.inorytu span svg {
  width: 20px;
  margin-right: 10px;
}

.realestate-custom-homepage .site-header {
  position: relative;
  top: auto;
  left: auto;
  width: auto;
  background: rgb(255 255 255 / 48%);
  border-bottom: 1px solid rgba(6, 26, 53, 0.08);
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  margin: 6px 15px;
}

.realestate-custom-homepage .header-inner {
  margin-right: 0px !important;
  /* max-width: var(--content-max); */
  height: var(--header-height);
  padding: 0 24px 0 12px;
  margin-left: 10px;
}

.homepage-main {
  flex: 1 0 auto;
}

.home-hero {
  position: relative;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 232px 24px 96px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: -10px;
}

.home-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.06) 0, rgba(255, 255, 255, 0) 30%),
    linear-gradient(180deg, rgba(7, 22, 41, 0.08) 0, rgba(7, 22, 41, 0.24) 100%);
  pointer-events: none;
}

.home-hero__inner {
  position: relative;
  z-index: 1;
  width: min(100%, 1160px);
}

.home-hero__panel {
  position: relative;
  width: min(100%, 930px);
  margin: 0 auto;
  padding: 32px 56px 48px;
  background: var(--home-panel-bg);
  box-shadow: 0 26px 80px rgba(7, 22, 41, 0.16);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  overflow: hidden;
  border-radius: 0px;
}



.home-hero__copy {
  position: relative;
  z-index: 1;
  text-align: center;
}

.home-hero__copy h1 {
  /* margin: 0; */
  color: var(--home-title);
  font-size: 37px;
  font-weight: 600;
  line-height: 1.08;
  letter-spacing: 0.035em;
  border-bottom: 1px solid #ffffff5e;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.home-hero__copy p {
  color: var(--home-copy);
  font-size: 15px;
  line-height: 1.7;
  text-align: left;
  padding-top: 7px;
  padding-left: 12px;
}

.home-search {
  text-align: left;
}

.home-search__tabs {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  padding: 4px;
  padding-bottom: 17px;
  margin: 0 0 14px;
  border-bottom: 1px solid #ffffff5e;
}

.home-search__tab {
  position: relative;
  display: inline-flex;
}

.home-search__tab input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.home-search__tab span {
  min-width: 116px;
  padding: 10px 18px;
  color: #000;
  font-size: 13px;
  display: flex;
  padding: 15px 18px;
  font-weight: 700;
  align-items: center;
  border-radius: 0px;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  transition: background 0.2s ease, color 0.2s ease;
  cursor: pointer;
  margin: 0px 10px;
  justify-content: center;
}

.home-search__bar {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 166px;
  align-items: center;
  gap: 12px;
}

.home-search__field {
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr) 20px;
  align-items: center;
  gap: 12px;
  min-height: 50px;
  border-radius: 0px;
  padding: 0 8px;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(11, 34, 70, 0.14);
  box-shadow: 0 14px 34px rgba(7, 22, 41, 0.08);
}

.home-search__icon {
  color: #fff;
  background: var(--home-title);
  width: 37px;
  height: 37px;
  border-radius: 0px;
  padding: 9px;
}

.home-search__icon svg {
  width: 18px;
  height: 18px;
  display: block;
}

.home-search__field input {
  width: 100%;
  border: 0;
  background: transparent;
  color: var(--home-accent);
  font-size: 12px;
  line-height: 1.4;
  outline: none;
  padding-left: 20px;
}

.home-search__field input::placeholder {
  color: rgba(11, 34, 70, 0.52);
}

.home-search__submit {
  min-height: 50px;
  border: 0;
  background: var(--home-accent);
  color: #fff;
  font-size: 13px;
  border-radius: 0px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 0.2s ease, transform 0.2s ease;
}

.home-search__submit:hover {
  background: #14315d;
  transform: translateY(-1px);
}

.home-help {
  position: relative;
  padding: 78px 20px 84px;
  background:
    radial-gradient(circle at 50% 26%, rgba(255, 255, 255, 0.92) 0, rgba(255, 255, 255, 0.74) 18%, rgba(244, 244, 243, 0) 54%),
    linear-gradient(180deg, #f8f8f8 0, #f1f1f0 100%);
  overflow: hidden;
  background: url(https://alasmakhrealestate.com/wp-content/uploads/2026/04/bg-banner.jpg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.home-help::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(var(--help-pattern) 0.9px, transparent 0.9px),
    radial-gradient(var(--help-pattern) 0.9px, transparent 0.9px);
  background-position: 0 0, 12px 12px;
  background-size: 24px 24px;
  opacity: 0.9;
  pointer-events: none;
}

.home-help__inner {
  position: relative;
  z-index: 1;
  width: min(90%);
  margin: 0 auto;
}

video.hero-video {
  width: 100%;
  position: absolute;
  height: 120vh;
  object-fit: cover;
}

.home-help__header {
  text-align: center;
}

.home-help__header h2 {
  margin: 0;
  color: #10233f;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.15;
  letter-spacing: 0.045em;
}

.home-help__header p {
  margin: 14px auto 0;
  max-width: 440px;
  color: #919191;
  font-size: 16px;
  line-height: 1.5;
}

.home-help__rows {
  margin-top: 42px;
}

.home-help__row {
  display: grid;
  gap: 14px;
}

.home-help__row--top {
  width: min(80%);
  margin: 0 auto;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.home-help__row--bottom {
  width: min(90%);
  margin: 8px auto 0;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.help-card {
  position: relative;
  min-height: 124px;
  padding: 18px 16px 16px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid var(--help-card-border);
  box-shadow: var(--help-card-shadow);
  text-align: center;
  transition:
    transform 0.28s ease,
    box-shadow 0.28s ease,
    border-color 0.28s ease,
    background-color 0.28s ease;
}

.help-card::after {
  content: "";
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 0;
  height: 2px;
  background: linear-gradient(90deg, rgba(11, 34, 70, 0), rgba(11, 34, 70, 0.56), rgba(11, 34, 70, 0));
  opacity: 0;
  transform: scaleX(0.32);
  transform-origin: center;
  transition: opacity 0.28s ease, transform 0.28s ease;
}

.help-card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  margin: 0 auto 10px;
  color: #6d7f92;
  transition: transform 0.28s ease, color 0.28s ease;
}

.help-card__icon svg {
  width: 28px;
  height: 28px;
  display: block;
}

.help-card h3 {
  margin: 0;
  color: #10233f;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.25;
  transition: color 0.28s ease;
}

.help-card p {
  margin: 10px auto 0;
  font-size: 14px;
  transition: color 0.28s ease;
  color: #001730;
}

.help-card:hover {
  transform: translateY(-8px);
  background: rgba(255, 255, 255, 0.98);
  border-color: rgba(11, 34, 70, 0.16);
  box-shadow: 0 18px 38px rgba(10, 24, 44, 0.12);
}

.help-card:hover::after {
  opacity: 1;
  transform: scaleX(1);
}

.help-card:hover .help-card__icon {
  color: #0b2246;
  transform: translateY(-2px) scale(1.05);
}

.help-card:hover h3 {
  color: #0b2246;
}

.help-card:hover p {
  color: rgba(16, 35, 63, 0.78);
}

.home-tower {
  padding: 0;
  /*background: var(--tower-bg);*/
  background: #fff;
}

.home-tower__frame {
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  min-height: 540px;
  background: #fff;
}

.home-tower__visual,
.custom-slider-wrapper {
  flex: 0 0 50%;
  max-width: 50%;
}

.home-tower__visual {
  min-height: 540px;
  overflow: hidden;
}

.home-tower__visual img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center center;
}

.home-tower__content {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  /* background: var(--tower-panel); */
  background: #fff;
  height: 90vh;
}

.home-tower__content-inner {
  width: 100%;
  max-width: 560px;
  margin: 0 auto;
  padding: 64px 28px 56px;
}

.home-tower__content h2 {
  margin: 0;
  color: #10233f;
  font-size: clamp(24px, 2vw, 31px);
  font-weight: 500;
  line-height: 1.12;
  letter-spacing: 0.045em;
}

.home-tower__location {
  display: inline-flex;
  align-items: center;
  gap: 0px;
  margin: 18px 0 0;
  color: #1A1A1A;
  font-size: 18px;
  line-height: 1.3;
  letter-spacing: 0.05em;
  margin-left: -8px;
}

.home-tower__location svg {
  width: 30px;
  height: 30px;
  display: block;
}

.home-tower__copy {
  margin: 18px 0 0;
  color: #1A1A1A;
  font-size: 16px;
}

.home-tower__button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-width: 126px;
  height: 38px;
  padding: 0 16px;
  margin-top: 30px;
  background: #0b2246;
  color: #fff;
  font-size: 10px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.02em;
  transition: background 0.24s ease, transform 0.24s ease;
}

.home-tower__button svg {
  width: 16px;
  height: 16px;
  display: block;
}

.home-tower__button:hover {
  background: #153461;
  transform: translateY(-1px);
}

.home-tower__pager {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 34px;
}

.home-tower__pager-current {
  width: 20px;
  height: 20px;
  border: 1px solid var(--tower-line);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.home-tower__pager-current::after {
  content: "";
  width: 8px;
  height: 8px;
  background: #10233f;
}

.home-tower__pager-dot {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: rgba(16, 35, 63, 0.24);
}

.home-areas {
  padding: 72px 16px 78px;
  background: url(https://alasmakhrealestate.com/wp-content/uploads/2026/04/bg-banner.jpg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.home-areas__inner {
  margin: 0 auto;

}

.home-areas__header {
  text-align: center;
  margin-bottom: 50px;
}

.home-areas__header h2 {
  margin: 0;
  color: #10233f;
  font-size: clamp(22px, 2.3vw, 30px);
  font-weight: 500;
  line-height: 1.15;
  letter-spacing: 0.045em;
}

.home-areas__header p {
  max-width: 670px;
  margin: 14px auto 0;
  color: rgba(16, 35, 63, 0.38);
  font-size: 16px;
  line-height: 1.6;
}

.home-areas__rows {
  display: grid;
  gap: 6px;
}

.home-areas__row {
  display: grid;
  gap: 6px;
}

.home-areas__row--top {
  grid-template-columns: 88fr 180fr 91fr 88fr;
}

.home-areas__row--bottom {
  grid-template-columns: 86fr 86fr 87fr 176fr;
}

.area-card {
  position: relative;
  overflow: hidden;
  background: #eef2f7;
}

.area-card img {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 5px;
}

.area-card--sm {
  aspect-ratio: 88 / 107;
}

.area-card--md {
  aspect-ratio: 91 / 107;
}

.area-card--lg {
  aspect-ratio: 180 / 107;
}

.home-areas__row--bottom .area-card--sm {
  aspect-ratio: 88 / 98;
}

.home-areas__row--bottom .area-card--md {
  aspect-ratio: 89 / 98;
}

.home-areas__row--bottom .area-card--lg {
  aspect-ratio: 180 / 98;
}

.home-expertise {
  padding: 0;
  background: url(https://alasmakhrealestate.com/wp-content/uploads/2026/04/personalized_section_image.jpg);
  background-size: cover;
  padding-top: 100px;
  padding-bottom: 70px;
  width: 100%;
  margin: 0 auto;
}

.home-expertise__frame {
  position: relative;
  width: min(90%);
  min-height: 520px;
  margin: 0 auto;
}

.home-expertise__visual {
  position: absolute;
  inset: 0 auto 0 0;
  width: 64%;
  z-index: 0;
  overflow: hidden;
}

.home-expertise__visual img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: left center;
  filter: brightness(0.72);
}

.home-expertise__content {
  position: relative;
  z-index: 2;
  min-height: 520px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 58px 0px 54px;
}

.home-expertise__cards {
  width: min(100%, 392px);
  display: grid;
  gap: 14px;
}

.expertise-card {
  padding: 14px 18px 13px;
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.16);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}

.expertise-card h3 {
  margin: 0;
  color: rgb(13 36 71);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
}

.expertise-card p {
  margin: 6px 0 0;
  color: rgb(13 36 71);
  font-size: 13px;
  line-height: 1.55;
}

.home-featured {
  padding: 78px 18px 86px;
  background: #fff;
}

.home-featured__inner {
  width: min(96%);
  margin: 0 auto;
}

.home-featured__header {
  text-align: center;
}

.home-featured__header h2 {
  margin: 0;
  color: #10233f;
  font-size: clamp(22px, 2.3vw, 30px);
  font-weight: 500;
  line-height: 1.15;
  letter-spacing: 0.045em;
}

.home-featured__header p {
  max-width: 632px;
  margin: 14px auto 0;
  color: rgba(16, 35, 63, 0.36);
  font-size: 16px;
  line-height: 1.6;
}

.home-featured__content {
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr) 28px;
  align-items: center;
  gap: 10px;
  margin-top: 38px;
}

.home-featured-swiper {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.home-featured-swiper .featured-card {
  height: auto;
}


.home-featured__arrow {
  width: 40px;
  height: 40px;
  border: 1px solid rgba(16, 35, 63, 0.1);
  background: #fff;
  color: #10233f;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 10;
}

.home-featured__arrow:hover {
  background: #10233f;
  color: #fff;
  border-color: #10233f;
}

.home-featured__arrow svg {
  width: 20px;
  height: 20px;
  display: block;
}


.featured-card {
  background: #f2f1f1;
  border: 1px solid rgba(16, 35, 63, 0.08);
  box-shadow: 0 10px 22px rgba(10, 24, 44, 0.06);
  padding: 15px;
  border-radius: 0px;
  position: relative;
}

.featured-card__image-wrap {
  position: relative;
  aspect-ratio: 1.16 / 0.72;
  overflow: hidden;
  background: #edf2f7;
}

.featured-card__image-wrap img {
  width: 100%;
  height: 100%;
  border-radius: 0px;
  display: block;
}

.featured-card__badge {
  position: absolute;
  top: 8px;
  left: 8px;
  min-width: 25px;
  padding: 3px 6px;
  background: rgba(232, 239, 247, 0.96);
  color: rgba(16, 35, 63, 0.62);
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.08em;
  text-align: center;
}

.featured-card__favorite {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 26px;
  height: 26px;
  border: 0;
  background: rgba(232, 239, 247, 0.96);
  color: rgba(16, 35, 63, 0.62);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.featured-card__favorite svg {
  width: 20px;
  height: 20px;
  display: block;
}

.featured-card__body {
  padding: 10px 0px 12px;
}

.featured-card__body h3 {
  margin: 0;
  color: #10233f;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.35;
  height: 40px;
}

.featured-card__location {
  margin: 7px 0 0;
  color: #1A1A1A;
  font-size: 15px;
  line-height: 1.4;
  font-weight: 600;
}

.featured-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 7px;
  color: rgba(16, 35, 63, 0.54);
  font-size: 13px;
  line-height: 1.4;
  justify-content: flex-start;
}

.featured-card__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding-top: 10px;
  margin-top: 15px;
  border-top: 1px solid rgba(16, 35, 63, 0.08);
}

.featured-card__price {
  margin: 0;
  color: #10233f;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
}

.featured-card__button {
  padding: 10px 60px;
  background: #0b2246;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  line-height: 22px;
  text-align: left;
}

.home-featured__footer {
  display: flex;
  justify-content: center;
  margin-top: 28px;
}

.home-featured__view-all {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  height: 28px;
  width: 150px;
  padding: 0 11px;
  background: #0b2246;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
}

.home-featured__view-all svg {
  width: 20px;
  height: 20px;
  display: block;
}

.home-clients {
  position: relative;
  padding: 72px 20px 90px;
  background:
    radial-gradient(circle at 50% 18%, rgba(255, 255, 255, 0.96) 0, rgba(255, 255, 255, 0.8) 18%, rgba(244, 244, 243, 0) 54%),
    linear-gradient(180deg, #f8f8f8 0, #f2f2f1 100%);
  overflow: hidden;
}

.home-clients::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(var(--help-pattern) 0.9px, transparent 0.9px),
    radial-gradient(var(--help-pattern) 0.9px, transparent 0.9px);
  background-position: 0 0, 12px 12px;
  background-size: 24px 24px;
  opacity: 0.82;
  pointer-events: none;
}

.home-clients__inner {
  position: relative;
  z-index: 1;
  width: min(100%, 1220px);
  margin: 0 auto;
}

.home-clients__header {
  text-align: center;
}

.home-clients__header h2 {
  margin: 0;
  color: #10233f;
  font-size: clamp(22px, 2.2vw, 29px);
  font-weight: 500;
  line-height: 1.12;
  letter-spacing: 0.045em;
  position: relative;
  margin-bottom: 65px;
}

.home-clients__viewport {
  margin-top: 42px;
}

.home-clients__track {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.client-story {
  position: relative;
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr) 16px;
  align-items: center;
  gap: 12px;
  width: 90%;
  min-height: 80px;
  padding: 10px 16px 10px 10px;
  background: rgba(243, 243, 242, 0.96);
  border: 1px solid rgba(16, 35, 63, 0.05);
  box-shadow: 0 10px 24px rgba(10, 24, 44, 0.04);
  margin: 0 auto;
}

.client-story__avatar {
  width: 36px;
  height: 36px;
  overflow: hidden;
  background: #dfe7ef;
}

.client-story__avatar img {
  width: 25%;
  height: 78%;
  display: block;
  top: 12px;
  left: -47px;
  position: absolute;
  object-fit: cover;
}

.client-story__content {
  min-width: 0;
}

.client-story__content h3 {
  margin: 0;
  color: #10233f;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.35;
}

.client-story__role {
  margin: 2px 0 0;
  color: rgba(16, 35, 63, 0.42);
  font-size: 12px;
  line-height: 1.35;
}

.client-story__quote {
  margin: 7px 0 0;
  color: rgba(16, 35, 63, 0.56);
  font-size: 12px;
  line-height: 1.6;
}

.client-story__mark {
  align-self: start;
  color: rgb(11 34 70);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 58px;
  line-height: 0.7;
  margin-top: 5px;
}

.home-clients__dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 20px;
}

.home-featured__header h2 {
  position: relative;
  margin-bottom: 40px;
}

.home-areas__header h2 {
  position: relative;
  margin-bottom: 40px;
}

.home-areas__header h2:after {
  content: '';
  position: absolute;
  top: 50px;
  width: 380px;
  height: 1px;
  background: #1e2a381c;
  left: 0px;
  right: 0px;
  margin: 0 auto;
}

.home-help__header h2 {
  position: relative;
  margin-bottom: 40px;
}

.home-help__header h2:after {
  content: '';
  position: absolute;
  top: 50px;
  width: 290px;
  height: 1px;
  background: #1e2a381c;
  left: 0px;
  right: 0px;
  margin: 0 auto;
}

.home-featured__header h2:after {
  content: '';
  position: absolute;
  top: 50px;
  width: 290px;
  height: 1px;
  background: #1e2a381c;
  left: 0px;
  right: 0px;
  margin: 0 auto;
}

.home-clients__dot {
  width: 10px;
  height: 10px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(16, 35, 63, 0.26);
  cursor: pointer;
  transition: transform 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
}

.home-clients__dot.is-active {
  background: #fff;
  box-shadow: 0 0 0 1px rgba(16, 35, 63, 0.6);
  transform: scale(1.15);
}

.home-clients__dot:focus-visible {
  outline: 2px solid rgba(11, 34, 70, 0.65);
  outline-offset: 4px;
}

@media (min-width: 2053px) and (max-width: 2100px) {

  .home-help__header h2:after {
    top: 64px;
  }

  .pageNat .swiper-pagination {
    left: 0px !important;
    text-align: start;
    transform: translateY(-10vh);
    bottom: 0px !important;
  }

  .help-card__icon {
    width: 74px;
    height: 84px;
  }

  .help-card__icon img {
    width: 60px;
  }

  .home-help__row--top {
    width: min(100%, 1520px);
  }

  .home-help__row--bottom {
    width: min(100%, 1920px);
  }

  .home-tower__content-inner {
    width: 100%;
    max-width: 670px;
    margin: 0 auto;
    padding: 54px 0px 46px;
  }

  .home-expertise__frame {
    width: min(100%, 1920px);
  }

  .home-featured__header h2:after {
    top: 64px;
  }

  .home-featured__header p {
    max-width: 920px;
    font-size: 23px;
  }

  .eyrfhvb {
    width: 20%;
  }

  .blog-slider-section {
    padding: 60px 69px;
  }

  .contact-container {
    width: min(100%, 1920px);
  }

  .home-featured__inner {
    width: min(100%, 1920px);
    margin: 0 auto;
  }

  .eyrfhvb {
    width: 415px;
  }

  .home-help__inner {
    width: min(100%, 1920px);
  }

  .home-hero {
    height: 98vh;
    margin-top: -25px;
  }

  video.hero-video {
    width: 100%;
    position: absolute;
    height: 110vh;
    object-fit: cover;
  }

}

@media (max-width: 1120px) {
  .realestate-custom-homepage .header-inner {
    max-width: var(--content-max);
    height: var(--header-height);
    padding: 0 24px 0 12px;
  }

  .home-hero__panel {
    padding: 64px 38px 40px;
  }

  .home-help__row--bottom {
    width: min(100%, 920px);
  }

  .home-tower__frame {
    /* grid-template-columns removed as we use flex */
  }

  .home-expertise__content {
    padding-inline: 32px;
  }

  .home-featured__grid {
    gap: 12px;
  }

  .home-clients__track {
    gap: 14px;
  }
}

@media (max-width: 980px) {
  .home-hero {
    padding-top: 64px;
  }

  .home-hero__panel {
    padding: 56px 24px 32px;
  }

  .home-hero__panel-lines {
    background:
      linear-gradient(var(--home-line), var(--home-line)) 0 30%/100% 1px no-repeat,
      linear-gradient(var(--home-line), var(--home-line)) 0 70%/100% 1px no-repeat,
      linear-gradient(var(--home-line), var(--home-line)) 33.33% 0/1px 100% no-repeat,
      linear-gradient(var(--home-line), var(--home-line)) 66.66% 0/1px 100% no-repeat;
  }

  .home-help {
    padding: 64px 16px 72px;
  }

  .home-help__row--top,
  .home-help__row--bottom {
    width: 100%;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-tower__frame {
    flex-direction: column;
  }

  .home-tower__visual,
  .custom-slider-wrapper {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .home-tower__visual,
  .home-tower__frame {
    min-height: 0;
  }

  .home-tower__visual {
    height: 430px;
  }

  .home-tower__content-inner {
    max-width: 560px;
    padding: 44px 24px 48px;
  }

  .home-areas {
    padding: 56px 16px 64px;
  }

  .home-areas__row--top,
  .home-areas__row--bottom {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .area-card--sm,
  .area-card--md,
  .area-card--lg,
  .home-areas__row--bottom .area-card--sm,
  .home-areas__row--bottom .area-card--md,
  .home-areas__row--bottom .area-card--lg {
    aspect-ratio: 1.1 / 1;
  }

  .home-expertise__visual {
    width: 58%;
  }

  .home-expertise__content {
    padding: 42px 20px;
  }

  .home-expertise__cards {
    width: min(100%, 360px);
  }

  .home-featured {
    padding: 64px 16px 72px;
  }

  .home-featured__content {
    grid-template-columns: 1fr;
  }

  .home-featured__arrow {
    display: none;
  }

  .home-featured__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-clients {
    padding: 64px 16px 76px;
  }

  .home-clients__viewport {
    overflow: hidden;
    touch-action: pan-y;
  }

  .home-clients__track {
    display: flex;
    gap: 0;
    transition: transform 0.45s ease;
    will-change: transform;
  }

  .client-story {
    flex: 0 0 100%;
    max-width: 100%;
    min-height: 92px;
    padding: 12px 18px 12px 12px;
  }

  .client-story__avatar {
    width: 44px;
    height: 44px;
  }

  .client-story__content h3 {
    font-size: 12px;
  }

  .client-story__role,
  .client-story__quote {
    font-size: 10px;
  }

  .client-story__mark {
    font-size: 32px;
  }
}

@media (max-width: 760px) {
  .realestate-custom-homepage .header-inner {
    height: var(--header-height);
    padding: 0 16px 0 12px;
  }

  .form-group-half {
    width: 100%;
  }

  .home-hero {
    min-height: 620px;
    padding: 56px 16px;
  }

  .home-hero__copy h1 {
    font-size: 30px;
  }

  .home-hero__copy p {
    font-size: 12px;
  }

  .home-search__tabs {
    width: 100%;
    display: flex;
    grid-template-columns: repeat(3, 1fr);
    flex-wrap: wrap;
    gap: 20px;
  }

  .home-search__tab span {
    min-width: 0;
    width: 100%;
    padding-inline: 10px;
    letter-spacing: 0.08em;
  }

  .home-search__bar {
    grid-template-columns: 1fr;
  }

  .home-help__rows {
    margin-top: 30px;
  }

  .home-help__row--top,
  .home-help__row--bottom {
    grid-template-columns: 1fr;
  }

  .help-card {
    min-height: 0;
  }

  .help-card p {
    max-width: 220px;
    font-size: 10px;
  }

  .home-tower__visual {
    height: 320px;
  }

  .home-tower__content-inner {
    padding: 36px 20px 42px;
  }

  .home-tower__copy {
    font-size: 11px;
    line-height: 1.8;
  }

  .home-areas__inner {
    width: 100%;
  }

  .home-areas {
    padding: 48px 12px 56px;
  }

  .home-areas__header {
    margin-bottom: 24px;
  }

  .home-areas__row--top,
  .home-areas__row--bottom {
    grid-template-columns: 1fr;
  }

  .home-expertise__frame,
  .home-expertise__content {
    min-height: 0;
  }

  .home-expertise__visual {
    width: 100%;
  }

  .home-expertise__frame::before {
    background:
      linear-gradient(180deg, rgba(4, 6, 9, 0.5) 0, rgba(4, 6, 9, 0.72) 52%, rgba(4, 6, 9, 0.94) 100%);
  }

  .home-expertise__content {
    align-items: flex-end;
    justify-content: stretch;
    padding: 28px 14px 18px;
  }

  .home-expertise__cards {
    width: 100%;
    gap: 10px;
  }

  .expertise-card {
    padding: 12px 14px;
  }

  .expertise-card h3 {
    font-size: 11px;
  }

  .expertise-card p {
    font-size: 10px;
  }

  .home-featured {
    padding: 52px 12px 60px;
  }

  .home-featured__header p {
    font-size: 11px;
  }

  .home-featured__grid {
    grid-template-columns: 1fr;
  }

  .featured-card__body h3 {
    font-size: 12px;
  }

  .featured-card__location,
  .featured-card__meta {
    font-size: 9px;
  }

  .featured-card__price {
    font-size: 12px;
  }

  .featured-card__button {
    min-width: 70px;
    height: 26px;
    font-size: 8px;
    line-height: 26px;
  }

  .home-clients {
    padding: 52px 12px 60px;
  }

  .home-clients__viewport {
    margin-top: 30px;
  }

  .client-story {
    grid-template-columns: 48px minmax(0, 1fr) 14px;
    gap: 10px;
    min-height: 0;
    padding: 12px 14px;
  }

  .client-story__avatar {
    width: 40px;
    height: 40px;
  }

  .client-story__content h3 {
    font-size: 11px;
  }

  .client-story__role {
    font-size: 9px;
  }

  .client-story__quote {
    font-size: 9px;
    line-height: 1.55;
  }

  .client-story__mark {
    font-size: 28px;
  }

  .contact-container {
    display: block;
  }

  .contact-right-section {
    overflow: hidden;
  }

  .contact-form-wrapper {
    padding: 40px 30px;
  }

  .contact-left-section {
    margin-top: 0px;
    padding-top: 30px;
  }

  .contact-headline {
    text-align: center;
  }

  .contact-headline:after {
    width: 270px;
    top: 45px;
    left: 0px;
    right: 0px;
    margin: 0 auto;
  }

  .footer-top {
    display: block !important;
  }

  .footer-brand {
    display: block;
    align-items: center;
    text-align: center !important;
  }

  .footer-brand {
    display: flex;
    align-items: center;
    justify-content: center !important;
  }

  .footer-social-row {
    padding-bottom: 30px;
  }

  section.blog-slider-section .section-title:after {
    content: '';
    position: absolute;
    top: 70px;
    width: 250px;
    height: 1px;
    background: #1e2a381c;
    left: 0px;
    right: 0px;
    margin: 0 auto;
  }

  .modshow {
    display: block;
  }

  .deskshow {
    display: none;
  }
  
  .custom-slider {
    width: 100%;
    height: 100%;
}
  .leftswiper-box {
        width: 100%;
    }
	.tower-content {
        width: 100%;
        padding: 5%;
    }
    .custom-slide-wrapper {
        height: 100%;
        flex-direction: column;
    }
	.page-dots .custom-pagination {
        position: absolute;
        bottom: 0;
        left: 4%;
        transform: translate(0px, -10vh);
        text-align: left;
    }
    .tower-title {
    font-size: 25px;
	}


}

@media (prefers-reduced-motion: reduce) {

  .help-card,
  .help-card::after,
  .help-card__icon,
  .help-card h3,
  .help-card p {
    transition: none;
  }

  .help-card:hover {
    transform: none;
  }

  .help-card:hover .help-card__icon {
    transform: none;
  }

  .home-clients__dot,
  .home-clients__track {
    transition: none;
  }
}



.second-slider2 {
  width: 100%;
  max-width: 560px;
  margin: 0 auto;
}

.pageNat .swiper-pagination {
  left: 23px;
  text-align: start;
  bottom: 0;
  transform: translateY(-20vh);
}

@media (min-width: 1222px) and (max-width: 1666px) {
  .second-slider2 {
    width: 100%;
    max-width: 560px;
    margin: 0 auto;
  }

  
}

@media (min-width: 992px) and (max-width: 1024px) {
      .page-dots .custom-pagination {
        position: absolute;
        bottom: 0%;
        transform: translate(6px, -10vh);
        margin: 0 auto;
        width: 180px;
        left: 13%;
    }
  
}

@media (min-width: 1280px) and (max-width: 1366px) {

  .page-dots .custom-pagination {
        position: absolute;
        bottom: 0% !important;
        transform: translate(20px, -18vh) !important;
        margin: 0 auto;
        width: 180px;
        right: -20% !important;
    }


}

@media (min-width: 1400px) and (max-width: 1600px) {

  .page-dots .custom-pagination {
    position: absolute;
    bottom: 5%;
    transform: translate(6px, -14vh);
    margin: 0 auto;
    width: 180px;
    left: 10%;
}


}

@media (min-width: 1661px) and (max-width: 1800px) {
  .page-dots .custom-pagination {
    position: absolute;
    bottom: 5%;
    transform: translate(6px, -14vh);
    margin: 0 auto;
    width: 180px;
    left: 10%;
}


}

@media (min-width: 1900px) and (max-width: 2500px) {
     .page-dots .custom-pagination {
        position: absolute;
        bottom: 0%;
        margin: 0 auto;
        width: 180px;
        right: -18%;
    }

  
}