.dark-text, .dark-text * {color: #000 !important;}
.pblock p {margin: 10px 0;line-height: 1.55;}
.pblock p a {color: var(--color-red)!important;}
.pblock p:has(strong) {margin: 30px 0 12px 0 !important;font-size: 20px;}

.ct-header-text {
  width: 100%;
}
.main-header-container {
  margin: 0;
}
.main-header-container {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-content: center;
  align-items: center;
}
/* Mega menu container */
.mega-menu-content.w400 {
  /* padding: 24px 32px; */
}

.mega-grid.resources-grid {
  display: block !important;
}
/* Grid layout */
.mega-grid.resources-grid ul.text {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 10px;
  row-gap: 5px;
  padding: 5px;
  list-style: none;
  margin: 0;
  /* padding: 24px 40px; */
  /* border: 1px solid #e5e5e5; */
  border-radius: 18px;
  width: 100%;
}
.mega-grid ul.text {
  margin: 0;
  padding: 5px;
}
.mega-menu-content.mega-menu-content {
  padding: 8px;
}

/* List items */
.mega-grid ul.text li {
  position: relative;
  padding-left: 20px;
  font-size: 14px;
  font-weight: 400;
  color: #000;
}
.mega-grid.mega-grid ul.text li:hover a {
  color: #ee4f31 !important;
}

/* Custom dot */
.mega-grid ul.text li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  background: url('data:image/svg+xml,<svg aria-hidden="true" class="e-font-icon-svg e-fas-dot-circle" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm80 248c0 44.112-35.888 80-80 80s-80-35.888-80-80 35.888-80 80-80 80 35.888 80 80z"></path></svg>');
  width: 12px;
  height: 12px;
  /* border-radius: 50%;
  background-color: #0b3a42; teal dot */
}
.mega-menu-content.resources-megamenu-content {
  width: 400px !important;
  border: 1px solid #d0caca;
}
.elementor-icon-list-icon svg {
  width: 20px;
  fill: #ee4f31;
}
.main-header-right-section {
  display: flex;
  gap: 20px;
  align-items: center;
}
.elementor-icon-list-text {
  font-size: 18px;
  color: #000;
  font-weight: 600;
}
.main-header-contact {
  display: flex;
  align-items: center;
  align-content: center;
  gap: 10px;
}
.main-header-contact:hover .elementor-icon-list-text {
  color: #ee4f31;
}

.footer-link ul li:not(:last-child), .footer-reach-us a:not(:last-child) {margin-bottom: 5px;}
.footer-reach-us a span {transition: .3s all;}
.footer-reach-us a:hover span {text-decoration: underline !important;}
.footer-last-colm {
  margin-bottom: 10px;
}
.social-icon-footer-container {
  margin-bottom: 20px;
}
.mobile_menu,
.book-session-header {
  display: none !important;
}
/* footer */
.ct-container {
  width: 100%;
  padding-inline: 1rem;
}
.main-header-right-section .red-cta {
  margin: 0;
}
.main-header-right-section .red-cta a {
  font-size: 15px;
  padding: 9px 16px;
}
.top-header-button:hover {
  color: white;
}
.carousel-viewport {
  gap: 40px;
}

/* =========================Review Page================================== */
.container {
  max-width: 1400px;
  margin: 0 auto;
}

/* h1 {
            text-align: center;
            font-size: 2.5rem;
            color: #1a1a1a;
            margin-bottom: 40px;
            line-height: 1.3;
        } */

.tabs {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-bottom: 40px;
  flex-wrap: wrap;
}

.tab-button {
  padding: 15px 35px;
  border: none;
  border-radius: 30px;
  background-color: #e0e0e0;
  color: #333;
  font-size: 1rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
}

.tab-button.active {
  background-color: #1e5a6e;
  color: white;
}

.tab-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.content-wrapper {
  display: flex;
  gap: 40px;
  align-items: flex-start;
  flex-wrap: wrap;
}

.info-section {
  flex: 1;
  min-width: 300px;
}

.info-section h2 {
  font-size: 2rem;
  color: #1a1a1a;
  margin-bottom: 20px;
}

.info-section p {
  font-size: 1.1rem;
  line-height: 1.8;
  color: #444;
}

.video-section {
  flex: 1.2;
  min-width: 400px;
  position: relative;
}

.video-container {
  position: relative;
  background: #000;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
}

.video-placeholder {
  position: relative;
  width: 100%;
  /* padding-top: 56.25%; */
  background: #000;
}

.video-content {
  /* position: absolute;
  top: 0;
  left: 0; */
  width: 100%;
  height: 100%;
}

.actual-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  background-color: rgba(30, 90, 255, 0.9);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 10;
}

.play-button.hidden {
  opacity: 0;
  pointer-events: none;
}

.play-button:hover {
  transform: translate(-50%, -50%) scale(1.1);
  background-color: rgba(30, 90, 255, 1);
}

.play-button::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 25px solid white;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  margin-left: 5px;
}

.video-controls {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
  padding: 20px;
  display: flex;
  align-items: center;
  gap: 15px;
  z-index: 10;
}

.progress-bar {
  flex: 1;
  height: 4px;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 2px;
  position: relative;
  cursor: pointer;
}

.progress-fill {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 30%;
  background-color: #1e90ff;
  border-radius: 2px;
}

.time-display {
  color: white;
  font-size: 0.9rem;
  font-weight: 500;
}

.control-buttons {
  display: flex;
  gap: 10px;
}

.control-btn {
  width: 32px;
  height: 32px;
  background-color: transparent;
  border: 2px solid white;
  border-radius: 4px;
  color: white;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
}

.control-btn:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

@media (max-width: 768px) {
  h1 {
    font-size: 1.8rem;
  }

  .content-wrapper {
    flex-direction: column;
  }

  .video-section {
    min-width: 100%;
  }

  .overlay-text h3 {
    font-size: 1.8rem;
  }

  .overlay-text p {
    font-size: 0.9rem;
  }
}

/* =======================================Service Page design=================================== */
/* --------------------------------banner section */
.hero {
  height: 89vh;
  /* background: url("https://lemonchiffon-worm-804679.hostingersite.com/wp-content/uploads/2026/02/qw-1.webp") center / cover no-repeat; */
  display: flex;
  align-items: center;
  padding: 40px 40px 100px;
  max-height: 657px;
}

/* .hero-overlay {width: 100%;margin: 0 4vw;} */
.hero-overlay {width: 100%;margin: 0 auto;max-width: var(--content-width);}


.hero-card {
  background: #fff;
  max-width: 480px;
  padding: 40px;
  border-radius: 16px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
}

.hero-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}

.hero-logo img {
  /*width: 100px;*/
  height: 70px;
  max-width: 50%;
  object-fit: contain;
}

.hero-logo span {
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 1px;
}

.hero-card h1 {
  font-size: 32px;
  line-height: 1.3;
  margin-bottom: 20px;
  color: #000;
}

.hero-card p {
  font-size: 15px;
  line-height: 1.6;
  color: #333;
  margin-bottom: 30px;
}

.hero-btn {
  display: inline-block;
  background: #ff5a2c;
  color: #fff;
  padding: 14px 26px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: bold;
  transition: background 0.3s ease;
}

.hero-btn:hover {
  background: #e54b21;
}
/* ---------------------------------------------leading agent section------------------------------------ */
.buyeragent-section {
  padding: 80px 20px;
  background-color: #ecfbff;
  margin-top: 70px;
}

.buyeragent-container {
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: 1.25fr 1fr;
  gap: 30px 60px;
  align-items: flex-start;
}

body.postid-18635 .buyeragent-container {gap: 30px;grid-template-columns: 1.1fr 1fr;}
body.postid-18635 .buyeragent-container .buyeragent-right .buyeragent-image-card {display: flex;align-items: flex-end;}
body.postid-18635 .buyeragent-container .buyeragent-right .buyeragent-image-card img {border-radius: 0;height: auto;}

/* LEFT */
.buyeragent-left {
  flex: 1;
}
.buyeragent-left-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px 0;
  flex-wrap: wrap;
}

.buyeragent-left-head > div h2 {font-size: 32px;}

.buyeragent-subtitle {
  display: block;
  color: #E80F48;
  font-weight: 700;
}

.buyeragent-left-head {
  margin-bottom: 30px;
}

/* .buyeragent-btn {
  display: inline-block;
  background: #ff5a2c;
  color: #fff;
  padding: 14px 28px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: bold;
  margin-bottom: 40px;
} */

.buyeragent-features {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.buyeragent-card {
  background: #fff;
  border-radius: 16px;
  padding: 15px 24px;
  display: flex;
  gap: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.buyeragent-icon img {
    min-width: 45px;
    max-width: 45px;
}

.buyeragent-text h4 {
  font-size: 18px;
  margin-bottom: 8px;
  font-family: 600;
}

.buyeragent-text p {
  font-size: 15px;
  line-height: 1.6;
  color: #444;
}

/* RIGHT */
.buyeragent-right {
  flex: 0.9;
  height: 100%;
}

.buyeragent-image-card {

  height: 100%;
}

.buyeragent-image-card img {
  width: 100%;
  height: 100%;
  border-radius: 30px;
  object-fit: cover;
}

.buyeragent-overlay {
  position: absolute;
  bottom: 30px;
  left: 30px;
  color: #fff;
}

.buyeragent-overlay h3 {
  font-size: 32px;
  margin-bottom: 6px;
}

.buyeragent-overlay span {
  font-size: 18px;
  opacity: 0.9;
}

/* RESPONSIVE */
@media (max-width: 992px) {
  .buyeragent-container {
    flex-direction: column;
  }

  .buyeragent-left-head > div h2 {font-size: 28px;}
}
/* ---------------------------------Our Service------------------------------------- */
.ourservices-section {
  padding: 0px 20px;
  background: #ffffff;
}

.ourservices-container {
  max-width: 1200px;
  margin: auto;
}

/* HEADER */
.ourservices-header {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 60px;
}

.ourservices-title {
  font-size: 36px;
  margin-bottom: 16px;
}

.ourservices-description {
  font-size: 16px;
  line-height: 1.6;
  color: #555;
}

/* GRID */
.ourservices-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

/* CARD */
.ourservices-card {
  display: flex;
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 20px;
  overflow: hidden;
  align-items: center;
  flex: 0 0 calc(50% - 15px);
}

/* CONTENT */
.ourservices-content {
  padding: 32px;
  flex: 0.8;
}

.ourservices-content h3 {
  font-size: 20px;
  margin-bottom: 14px;
}

.ourservices-content p {
  font-size: 15px;
  line-height: 1.6;
  color: #444;
  margin-bottom: 24px;
}

.ourservices-content p strong {color: #1a1a1a;}

.ourservices-btn {
  display: inline-block;
  background: #ff5a2c;
  color: #fff;
  padding: 12px 24px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: bold;
}

/* IMAGE */
.ourservices-image {
  width: 40%;
  flex: 0.4;
  align-self: stretch;
}

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

/* ------------------------------steps section---------------------------------------------------- */
.roadmap {
  padding: 80px 20px;
  background: #eefbff;
}

.roadmap-title {
  text-align: center;
  font-size: 32px;
  margin-bottom: 50px;
}

/* TOP */
.roadmap-top {
  max-width: 1200px;
  margin: 0 auto;
  gap: 40px;
  align-items: center;
  background-color: #fff;
  padding: 50px;
}

.roadmap-text h3 {
  font-size: 26px;
  margin-bottom: 16px;
}

.roadmap-text p {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 24px;
}

.roadmap-btn {
  background: #ff5a2c;
  color: #fff;
  padding: 12px 24px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: bold;
}

.roadmap-image img {
  width: 100%;
  border-radius: 20px;
}

/* TABS */
.roadmap-tabs-wrapper {
  max-width: 1200px;
  margin: auto;
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 0 50px;
  padding-bottom: 50px;
  background-color: #fff;
}

.roadmap-tabs {
  display: grid;
  grid-template-columns: repeat(8,1fr);
  gap: 20px;
  overflow-x: auto;
  scroll-behavior: smooth;
  align-items: center;
 
}

.roadmap-tab-group {
  display: flex;
  align-items: center;
  gap: 14px;
  height: 100%;
  min-width: 250px;
  max-width: 350px;
}

.roadmap-connector {
  font-size: 22px;
  color: #ccc;
  flex-shrink: 0;
}

/* Hide arrow after last item */
.roadmap-tab-group:last-child .roadmap-connector {
  display: none;
}

.roadmap-tabs::-webkit-scrollbar {
  display: none;
}

.roadmap-tab {
  min-width: 160px;
  background: #f3fbff;
  border-radius: 16px;
  padding: 20px;
  border: 2px solid transparent;
  cursor: pointer;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
  text-align: left;
  color: #000;
  font-weight: 500;
  height: 100%;
   display: flex;
  flex-direction: column;
}

.roadmap-tab span {
  font-size: 12px;
  color: #777;
  display: block;
  margin-bottom: 6px;
}
.roadmap-tab p {
  padding-top: 10px;
  font-weight: 400;
}
.roadmap-tab strong {
  font-size: 15px;
  color: #000;
}

.roadmap-tab.active {
  border: 2px solid #3aaed8;
  background: #f3fbff;
}

/* TOP CONTENT VISIBILITY */
.roadmap-step {
  display: none;
  grid-template-columns: 1fr 1fr;
  gap: 20px 40px;
  align-items: center;
}

.roadmap-step.active {
  display: grid;
}
/* ARROWS */
.roadmap-arrow {min-width: 40px;height: 40px;border-radius: 50%;border: none;background: #000;color: #fff;font-size: 22px;cursor: pointer;}
.roadmap-subtitle {text-align: center;margin-bottom: 30px;font-size: 18px;background-color: #fff;margin: 0 auto;padding:0 15px 30px;max-width: 1200px;}

/* RESPONSIVE */
@media (max-width: 992px) {
  .roadmap-top {
    grid-template-columns: 1fr;padding: 30px;
  }

  .roadmap-tabs {
    overflow-x: auto;
  }
}
/* RESPONSIVE */
@media (max-width: 992px) {

  .ourservices-card {
    flex-direction: column-reverse;
    flex: 0 0 100%;
  }

  .ourservices-content {
    flex: 0 0 auto;
  }

  .ourservices-image {
    width: 100%;
    height: 220px;
    flex: 0 0 auto;
  }
}
/* -----------------------------------------resources section---------------------------------------- */
.resource-section {
  padding: 80px 20px;
  background: #ffffff;
}

.resource-wrapper {
  max-width: 1200px;
  margin: auto;
  padding: 30px 60px;
  border: 2px solid #ff3b5c;
  border-radius: 20px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
  background: #F9F8FA;
}

/* IMAGE */
.resource-image {
  flex: 0 0 260px;
  display: flex;
  align-items: center;
}

.resource-image img {
  width: 65%;
  display: block;
  /*transform: rotate(-10deg);*/
  /*box-shadow: 0 20px 40px rgba(0,0,0,0.15);*/
  border-radius: 6px;
  margin: 0 auto;
}

/* CONTENT */
.resource-content {
  flex: 1;
  text-align: left;
}

.resource-content h6 {
  margin-bottom: 20px;
  font-weight: 600;
}

.resource-btn {
  display: inline-block;
  background: #ff5a2c;
  color: #fff;
  padding: 14px 28px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: bold;
  transition: background 0.3s ease;
}

.resource-btn:hover {
  background: #e54b21;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .resource-wrapper {grid-template-columns: 1fr;gap: 40px;padding: 30px 40px;flex-direction: column;text-align: center;}
  .resource-image img {width: 40%;transform: rotate(-6deg);}
  .resource-content {text-align: center;}
}

/* ########################################################### STATS SECTION ########################################################### */

.stats-section {padding: 60px 20px 0 20px;}
.stats-section:has(+ script + .ourservices-section) {padding-bottom: 60px;}
.stats-title {margin: 20px 0;}
.stats-wrap {display: flex;justify-content: space-between;align-items: stretch;gap: clamp(12px, 2vw, 32px);max-width: 1200px;margin: 0 auto;flex-wrap: nowrap;}
.stat-item {flex: 1;display: flex;flex-direction: column;align-items: center;text-align: center;}
.stat-value {font-size: 30px;font-weight: 700;color: #000;line-height: 1;margin: 0 0 8px;font-variant-numeric: tabular-nums;}
.stat-value-number {color: #000;}
.stat-label {font-size: 16px;font-weight: 500;margin: 0;opacity: 0.8;color: #000;text-transform: capitalize;}
.stat-card {text-align: center;}
.stat-card img {width: 75px;height: auto;margin: 20px auto;}
.ourservices-section {margin-bottom: 60px;}
@media (max-width: 768px) {
  .stats-section {padding: 50px 20px 0 20px;}
  .stats-section:has(+ script + .ourservices-section) {padding-bottom: 50px!important;}
  .ourservices-section {margin-bottom: 50px;}
  .stats-wrap {flex-wrap: wrap;}
  .stat-card {width: 47%;}
  .stat-card img {width: 50px;}
  .stat-value {font-size: 23px;}
  .stat-label {font-size: 14px;}
  .stat-item {flex: 0 0 50%;}
}

/* ########################################################### MOBILE HEADER MENU ########################################################### */
.strategy-wrapper h4{margin-block: 1rem;}
.strategy-wrapper p{color: #000;line-height: 1.5;}
.strategy-form-section .split-wrapper{padding: 2rem;background-color: #fff;border-radius: 20px;display: grid;grid-template-columns: 0.75fr 1fr;}
.strategy-form-section .form-wrapper {width: auto;}
@media (max-width: 520px) {.strategy-form-section .split-wrapper {grid-template-columns: 1fr;}}



/* ########################################################### MOBILE HEADER MENU ########################################################### */

@media (max-width: 990px) {
  .main-header-container {flex-direction: column;align-items: flex-start;}
  .main-header-container .main-nav {display: flex;flex-direction: column;}
  .main-header-right-section {flex-direction: column;margin: 0 auto;gap: 10px;}
  .mega-grid ul.text {grid-template-columns: 1fr;}
  .mega-menu-content {position: static !important;left: auto;right: auto;top: auto;width: 100% !important;box-shadow: none!important;border-radius: 0;opacity: 1 !important;visibility: hidden;max-height: 0;overflow: hidden;padding: 0;transition: max-height 0.35s ease;}
  .mega-menu-parent .mega-menu-content {background: transparent!important;box-shadow: none!important;}
  .mega-menu-parent.active .mega-menu-content {visibility: visible;max-height: 1000px;height: 100%!important;transition: .3s all!important;}
  .mega-grid.mega-grid {grid-template-columns: repeat(3, 1fr);padding-block: 20px;padding-left: 15px;gap: 30px 0;}
  .main-nav li {flex-direction: column;font-size: 16px;}
  .mega-item p {display: none;}
  .mega-item figure {width: 80px;}
  .mega-item.mega-item h3 {font-size: 16px;}
  .mega-item.mega-item {align-items: center;}
  .mega-menu-content.resources-megamenu-content {width: auto;border: none;}
  .mega-grid.resources-grid ul.text {grid-template-columns: 1fr;padding: 0;}
  .ct-header-socials .ct-icon-container svg {border-radius: 50%;}
  #offcanvas.ct-panel {top: 66px;right: 0;left: 0;bottom: auto;width: 100%;height: 100vh;transform: translateY(-100%) !important;transition: transform 0.35s ease;max-width: 100vw;}
  #offcanvas.ct-panel.active {transform: translateY(0) !important;}
  #offcanvas .ct-panel-inner {height: 100vh;overflow-y: auto;}
  #offcanvas.active .ct-panel-inner {transform: none;}
  .mobile_menu, .book-session-header {display: inline-flex !important;}
  .blue-button, .book-session-header {background-color: #114254 !important;color: white !important;}
  .navbar {max-width: 100%;}
  .ct-panel-actions {display: none;}
  .ct-panel-content[data-device="mobile"] {overflow: hidden;}
  .ct-panel-content[data-device="desktop"] .ct-panel-content-inner {padding-left: 8px;}
  .ct-panel-content[data-device="mobile"] .ct-panel-content-inner {padding: 0;}
  .mega-menu-content.mega-menu-content, .mega-menu-content.mega-menu-content .mega-item {padding: 0;}
  /* .main-nav > .mega-menu-parent.active > .mega-menu-content {padding-block: 20px;} */
}
@media (max-width: 767px) {
  .mega-grid.mega-grid {grid-template-columns: repeat(2, 1fr);gap: 20px 0;}
}
@media (max-width: 576px) {
  .mega-grid.mega-grid {grid-template-columns: 1fr;gap: 15px;}

}


/* ########################################################### Related Posts Carousel Styles ########################################################### */

.related-post-wrapper {background: #ECFBFF;}
.hmb-related-section {margin: 0 auto;padding: 0;max-width: var(--content-width);}
.hmb-related-header {display: flex;justify-content: space-between;align-items: center;margin-bottom: 20px;}
.hmb-related-header h2 {font-size: 32px;font-weight: 700;margin: 0;color: #000;}
.hmb-related-arrows {display: flex;gap: 10px;}
.hmb-related-prev, .hmb-related-next {border: none;background: #000;color: #fff;width: 40px;height: 40px;border-radius: 50%;cursor: pointer;display: flex;align-items: center;justify-content: center;transition: all 0.3s ease;}
.hmb-related-prev:hover, .hmb-related-next:hover {background: #333;transform: scale(1.05);}
.hmb-related-prev:disabled, .hmb-related-next:disabled {opacity: 0.3;cursor: not-allowed;}
.hmb-related-viewport {overflow: hidden;width: 100%;}
.hmb-related-track {display: flex;gap: 20px;transition: transform 0.4s ease;will-change: transform;}
.hmb-related-slide {flex: 0 0 calc(33.333% - 13.33px);min-width: calc(33.333% - 13.33px);}
.hmb-related-card {display: block;text-decoration: none;color: #000;transition: transform 0.3s ease;}
.hmb-related-thumb {overflow: hidden;border-radius: 12px;margin-bottom: 16px;}
.hmb-related-thumb img {width: 100%;height: 220px;object-fit: cover;display: block;transition: transform 0.3s ease;}
.hmb-related-card:hover .hmb-related-thumb img {transform: scale(1.02);}
.hmb-related-card h3 {margin: 10px 0 5px;font-size: 18px;line-height: 1.3;font-weight: 600;color: #000;}
.hmb-read-more {color: #000;font-weight: 500;display: inline-block;margin-top: 8px;}
@media (max-width: 992px) {.hmb-related-slide {flex: 0 0 calc(50% - 10px);min-width: calc(50% - 10px);}}
@media (max-width: 576px) {
  .hmb-related-slide {flex: 0 0 100%;min-width: 100%;}
  .hmb-related-header h2 {font-size: 24px;}
  .hmb-related-arrows {gap: 8px;}
  .hmb-related-prev,
  .hmb-related-next {width: 36px;height: 36px;}
}




/* ########################################################### MEDIA QUERIES ########################################################### */

@media (max-width: 992px) {
  .hero {min-height: 55vh;padding: 20px 20px 70px;}
  .buyeragent-container {grid-template-columns: 1fr!important;}
  .buyeragent-right {order: -1;width: 60%;}
}

@media (max-width: 768px) {
  .hero {min-height: 65vh;padding: 20px 20px 70px;}
  .maxWidth .topHeading {width: 98%!important;}
  .buyeragent-right {width: 100%;}
  .hero-card {max-width: 100%;padding: 30px;}
  .hero-card h1 {font-size: 26px;}
  .buyeragent-left-head > div h2 {font-size: 25px;}
  .roadmap, .resource-section, .buyeragent-section {padding: 60px 20px;}
  .roadmap-title {margin-bottom: 35px;}
  .roadmap-tab-group {min-width: 240px;}
  .roadmap-step {grid-template-columns: 1fr;}
  .roadmap-step .roadmap-image {order: -1;}
  .roadmap-top {padding: 25px;}
  .roadmap-tabs-wrapper {padding: 0 30px 40px;}
  .roadmap-subtitle {padding-bottom: 20px;}
  .buyeragent-icon img {min-width: 40px;max-width: 40px;}
  .buyeragent-card {flex-wrap: wrap;gap: 15px;padding: 20px;}
  .ourservices-header {margin-bottom: 40px;}
}

@media (max-width: 576px) {
  .ourservices-title {font-size: 28px;margin-bottom: 10px;}
  .roadmap, .resource-section, .buyeragent-section {padding: 40px 20px;}
  .buyeragent-container {row-gap: 20px!important;}
  .ourservices-content {padding: 20px;}
  .roadmap-title {margin-bottom: 25px;}
  .roadmap-tabs-wrapper {padding: 0 25px 35px;gap: 15px;}
  .roadmap-arrow {min-width: 28px;height: 28px;font-size: 20px;}
  .roadmap-text h3 {margin-bottom: 10px;}
  .roadmap-text p {margin-bottom: 18px;}
  .roadmap-subtitle {font-size: 16px;}
  .resource-image img {width: 30%;}
  .google_review_section {padding-block: 1rem 2rem!important;}
  .hero {padding-bottom: 300px;padding-top: 420px;background-size: contain !important;background-position: top !important;}
  .hero-card {box-shadow: none!important;padding: 20px;background: none;}
  .awardSection {margin-block: 40px!important;}
  .ourservices-header {margin-bottom: 30px;}
  .tv-controls .tv-nav {width: 26px;height: 26px;}
  .tv-controls .tv-prev {left: -25px;}
  .tv-controls .tv-next {right: -25px;}
}

@media (max-width: 380px) {
  .roadmap-tabs-wrapper {padding: 0 15px 35px;}
  .roadmap-tab-group {min-width: 215px;}
}

