

/* =========================================================
   1. GLOBAL HELPERS
========================================================= */

.Font22 {
  font-size: 22px;
  line-height: 1.25;
}

.Font24 {
  font-size: 24px;
  line-height: 1.25;
}

.wrapLeft {
  padding-left: calc((100% - 1270px) / 2);
}

.wrapRight {
  padding-right: calc((100% - 1270px) / 2);
}

.Breadcrumb:last-child,
.Breadcrumbarrow {
  margin-left: 10px;
}


/* =========================================================
   2. INNER BANNER
========================================================= */

.Innerbanner .Innerbannersvg {
  position: absolute;
  right: 15px;
  top: 0;
  transform: scale(0.75);
  transform-origin: top right;
}

.Innerbanner .content-wrapper {
  position: relative;
}


/* =========================================================
   3. ABOUT / SERVICE SECTIONS
========================================================= */

.AboutUsMain .PreTitleContent .Line,
.CompreServiceMain .PreTitleContent .Line {
  background-color: #ed8720;
  height: 2px;
  width: 29%;
}

.AboutUsMain .PreTitleContent .Text,
.CompreServiceMain .PreTitleContent .Text {
  width: calc(100% - 29%);
  padding-left: 20px;
}

.AboutUsMain .PreTitleContent *,
.CompreServiceMain .PreTitleContent * {
  margin: 0;
  color: #ed8720;
  font-style: italic;
}

.AboutUsMain .TopLogo {
  max-width: 452px;
}

.CompreServiceMain {
  overflow: hidden;
}

.CompreServiceMain .CompreSerOuter {
  max-width: 580px;
  margin-left: auto;
}

.CompreServiceMain .BottomShape {
  position: absolute;
  bottom: 0;
  z-index: 5;
  width: 100%;
  height: 11%;
  text-align: right;
}

.CompreServiceMain .BottomShape img {
  display: block;
  width: 85vw;
  height: 100% !important;
  margin-left: auto;
  object-fit: cover;
  object-position: left;
}

.CompreServiceMain .BottomShape::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 55%;
  background-color: #fff;
}

.FullColFormMain .FullColFormOuter {
  max-width: 920px;
  margin: 0 auto;
}


/* =========================================================
   4. PRODUCT BANNER
========================================================= */

.ProductBanner .topBannerInner {
  display: flex;
  align-items: center;
  overflow: hidden;
  border-radius: 20px;
}

.ProductBanner .topBannerInner img {
  width: 100%;
  height: 600px;
  margin: auto;
  object-fit: cover;
  border-radius: 20px;
}

.ProductBanner .BottomSlider .slick-list {
  margin: 0 -5px !important;
}

.BottomSlider {
  padding: 0;
}

.BottomSliderInner {
  height: 150px;
  margin: 0 5px;
  overflow: hidden;
  background: #cccccc;
  border-radius: 12px;
  cursor: pointer;
}

.BottomSliderInner img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 1px solid #d2d9e7;
  border-radius: 12px;
}

.BottomSlider .slick-arrow {
  background: transparent;
}

.BottomSlider .slick-next,
.BottomSlider .slick-prev {
  width: unset;
  height: unset;
}

.BottomSlider .slick-prev {
  left: 20px;
}

.BottomSlider .slick-next {
  right: 35px;
}

.BottomSlider .slick-next::before,
.BottomSlider .slick-prev::before {
  width: 15px;
  height: 15px;
  background-image: none;
  border: 3px solid #282828;
  border-radius: 2px;
  rotate: 45deg;
}

.BottomSlider .slick-next::before {
  border-bottom: none;
  border-left: none;
}

.BottomSlider .slick-prev::before {
  border-top: none;
  border-right: none;
}

.BottomSlider .slick-next:focus,
.BottomSlider .slick-next:hover,
.BottomSlider .slick-prev:focus,
.BottomSlider .slick-prev:hover {
  border-color: transparent;
}

.cell_17658957890913-background-layers,
.cell_1765896424077-background-color,
.cell_1765896426882-background-layers {
  overflow: hidden;
  border-radius: 20px;
}


/* =========================================================
   5. BLOG LISTING — HERO
========================================================= */

.blog-hero {
  position: relative;
  overflow: hidden;
  text-align: center;
  padding: 110px 0 90px;
}

.blog-hero::before {
  content: "BLOG";
  position: absolute;
  left: 50%;
  top: 52%;
  transform: translate(-50%, -50%);
  z-index: 0;
  font-size: clamp(160px, 22vw, 420px);
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.05em;
  white-space: nowrap;
  color: transparent;
  -webkit-text-stroke: 2px rgba(9, 21, 41, 0.06);
  text-stroke: 2px rgba(9, 21, 41, 0.06);
  pointer-events: none;
  user-select: none;
}

.blog-hero__inner,
.blog-hero h1,
.blog-hero p,
.blog-hero__lines {
  position: relative;
  z-index: 2;
}

.blog-hero h1 {
  margin-bottom: 16px;
}

.blog-hero p {
  max-width: 700px;
  margin: 0 auto;
}

.blog-hero__lines {
  display: flex;
  justify-content: center;
  gap: 5px;
  margin-top: 20px;
}

.blog-hero__lines span {
  width: 9px;
  height: 40px;
  transform: skew(-17deg);
  border-radius: 0;
}

.blog-hero__lines span:first-child {
  background: #f7b21c;
}

.blog-hero__lines span:last-child {
  background: #f58220;
}


/* =========================================================
   6. BLOG LISTING — CARDS
========================================================= */

.blog-listing-section {
  padding: 60px 0 100px;
}

.blog-listing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}

.blog-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 24px;
  transition: 0.25s ease;
}

.blog-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.06);
}

.blog-card__image {
  display: block;
}

.blog-card__image img {
  display: block;
  width: 100%;
  height: 240px;
  object-fit: cover;
}

.blog-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 24px;
}

.blog-card__date {
  margin-bottom: 14px;
  font-size: 14px;
  color: #7a7a7a;
}

.blog-card__categories {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 12px;
}

.blog-card__categories a {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #f58220;
  text-decoration: none;
}

.blog-card__title {
  margin-top: 0 !important;
  margin-bottom: 8px;
  font-size: 18px;
  line-height: 1.35;
  font-weight: 800;
  letter-spacing: -0.01em;
}

.blog-card__title a {
  margin-top: 0 !important;
  font-size: 18px;
  line-height: 1.35;
  font-weight: 800;
  letter-spacing: -0.01em;
  color: #091529;
  text-decoration: none;
  transition: 0.2s ease;
}

.blog-card__title a:hover {
  color: #f58220;
}

.blog-card__excerpt {
  margin-top: 10px !important;
  margin-bottom: 28px;
  font-size: 16px;
  line-height: 1.6;
  color: #333;
}

.blog-card__button {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 54px;
  margin-top: auto;
  border: 1px solid #cfcfcf;
  border-radius: 999px;
  color: #5b5b5b;
  font-weight: 600;
  text-decoration: none;
  transition: 0.25s ease;
}

.blog-card__button:hover {
  background: #f58220;
  border-color: #f58220;
  color: #fff;
}


/* =========================================================
   7. BLOG LISTING — FEATURED CARD
========================================================= */

.blog-featured-section {
  padding: 90px 0 40px;
}

.blog-featured-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  align-items: stretch;
  overflow: hidden;
  background: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 24px;
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.05);
  transition: 0.5s ease;
}

.blog-featured-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.08);
}

.blog-featured-card__image {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 360px;
  overflow: hidden;
}

.blog-featured-card__image img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 360px;
  object-fit: cover;
  object-position: center;
}

.blog-featured-card__body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 44px;
}

.blog-featured-card__title {
  margin-top: 0 !important;
  margin-bottom: 12px;
  font-size: 26px;
  line-height: 1.15;
  font-weight: 900;
  letter-spacing: -0.03em;
}

.blog-featured-card__title a {
  color: #091529;
  font-weight: 900;
  text-decoration: none;
}

.blog-featured-card__title a:hover {
  color: #f58220;
}

.blog-featured-card__excerpt {
  margin-bottom: 18px;
  font-size: 16px;
  line-height: 1.5;
  color: #333;
}

.blog-featured-card .blog-card__date {
  margin-bottom: 6px;
}

.blog-featured-card .blog-card__categories {
  margin-bottom: 10px;
}

.blog-featured-card .blog-card__button {
  height: 48px;
  margin-top: 14px;
}


/* =========================================================
   8. BLOG POST — HERO
========================================================= */

.blog-post-hero {
  padding: 50px 0 80px;
}

.blog-post-hero .content-wrapper {
  max-width: 1380px;
}

.blog-post-breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 28px;
  font-size: 14px;
  color: #98a0ad;
}

.blog-post-breadcrumbs a {
  color: #98a0ad;
  text-decoration: none;
}

.blog-post-breadcrumbs a:hover {
  color: #f58220;
}

.blog-post-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  align-items: stretch;
  overflow: hidden;
  background: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 32px;
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.04);
}

.blog-post-hero__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: none;
  padding: 42px 44px;
}

.blog-post-category {
  margin-bottom: 10px;
}

.blog-post-category a {
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #f58220;
  text-decoration: none;
}

.blog-post-date {
  margin-bottom: 18px;
  font-size: 15px;
  color: #8d95a2;
}

.blog-post-title {
  max-width: 620px;
  margin: 0;
  color: #091529;
  font-size: 40px;
  line-height: 1.08;
  font-weight: 900;
  letter-spacing: -0.04em;
}

.blog-post-lead {
  max-width: 560px;
  margin-top: 26px;
  color: #5f6775;
  font-size: 18px;
  line-height: 1.7;
  font-weight: 400;
}

.blog-post-hero__image {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 400px;
  overflow: hidden;
}

.blog-post-hero__image img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 400px;
  object-fit: cover;
  object-position: center;
}


/* =========================================================
   9. BLOG POST — CONTENT + TOC
========================================================= */

.blog-post-content-section {
  padding: 30px 0 100px;
}

.blog-post-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 60px;
  align-items: start;
}

.blog-post-content {
  max-width: 820px;
}

.blog-post-content h2 {
  margin: 0 0 26px;
  color: #091529;
  font-size: 42px;
  line-height: 1.15;
  font-weight: 800;
}

.blog-post-content h3 {
  margin: 50px 0 20px;
  color: #091529;
  font-size: 30px;
  line-height: 1.2;
  font-weight: 800;
}

.blog-post-content p {
  margin-bottom: 28px;
  color: #2f3642;
  font-size: 20px;
  line-height: 1.9;
}

.blog-post-content ul,
.blog-post-content ol {
  margin-bottom: 32px;
  padding-left: 24px;
}

.blog-post-content li {
  margin-bottom: 12px;
  color: #2f3642;
  font-size: 20px;
  line-height: 1.8;
}

.blog-post-content a {
  color: #f58220;
}

.blog-post-toc {
  position: sticky;
  top: 120px;
  padding: 32px;
  background: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 24px;
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.04);
}

.blog-post-toc h3 {
  margin: 0 0 26px;
  color: #091529;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 900;
}

.blog-post-toc h3 span {
  color: #f58220;
}

.blog-post-toc ul {
  margin: 0;
  padding: 0;
  list-style: none;
  border-left: 1px solid #e2e2e2;
}

.blog-post-toc li {
  margin: 0;
}

.blog-post-toc a {
  display: block;
  padding: 10px 0 10px 22px;
  color: #5f6775;
  font-size: 15px;
  line-height: 1.45;
  text-decoration: none;
  transition: 0.25s ease;
}

.blog-post-toc a:hover {
  color: #f58220;
}

/* TABLE OF CONTENTS — HEADING */

.blog-post-toc__heading {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 0 0 26px;
}

.blog-post-toc__heading .blog-post-next__lines {
  display: flex;
  align-items: center;
  gap: 4px;
  flex: 0 0 auto;
}

.blog-post-toc__heading .blog-post-next__lines span {
  display: block;
  width: 6px;
  height: 16px;
  transform: skew(-18deg);
}

.blog-post-toc__heading .blog-post-next__lines span:first-child {
  background: #f7b21c;
}

.blog-post-toc__heading .blog-post-next__lines span:last-child {
  background: #f58220;
}

.blog-post-toc__heading p {
  margin: 0;
  color: #091529;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}


/* =========================================================
   10. BLOG POST — MINI CTA LABEL
========================================================= */

.blog-post-next {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 90px;
}

.blog-post-next__lines {
  display: flex;
  gap: 4px;
}

.blog-post-next__lines span {
  width: 6px;
  height: 16px;
  transform: skew(-18deg);
}

.blog-post-next__lines span:first-child {
  background: #f7b21c;
}

.blog-post-next__lines span:last-child {
  background: #f58220;
}

.blog-post-next p {
  margin: 0;
  color: #091529;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}


/* =========================================================
   11. BLOG POST — CTA
========================================================= */

.blog-post-cta {
  position: relative;
  isolation: isolate;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  overflow: hidden;
  margin-top: 25px;
  margin-bottom: 100px;
  padding: 60px;
  border-radius: 32px;
  background:
    radial-gradient(circle at 75% 50%, rgba(245, 130, 32, 0.12), transparent 35%),
    linear-gradient(135deg, #071120 0%, #091529 100%);
}

.blog-post-cta::before {
  content: "AUTO";
  position: absolute;
  right: 120px;
  top: 50%;
  z-index: 0;
  transform: translateY(-50%);
  color: transparent;
  font-size: 220px;
  line-height: 1;
  font-weight: 900;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.05);
  pointer-events: none;
}

.blog-post-cta::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: 52%;
  height: 100%;
  background-image:
    linear-gradient(90deg, rgba(9, 21, 41, 0) 0%, rgba(9, 21, 41, 0.15) 35%, rgba(9, 21, 41, 0.55) 100%),
    url("https://145213822.fs1.hubspotusercontent-eu1.net/hubfs/145213822/auto-cta.png");
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: contain;
  opacity: 0.95;
  pointer-events: none;
}

.blog-post-cta__content,
.blog-post-cta__button {
  position: relative;
  z-index: 5;
}

.blog-post-cta h2 {
  max-width: 680px;
  margin: 0 0 22px;
  color: #fff;
  font-size: 48px;
  line-height: 1.08;
  font-weight: 900;
  letter-spacing: -0.04em;
}

.blog-post-cta p {
  max-width: 650px;
  margin-bottom: 34px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 18px;
  line-height: 1.7;
}

.blog-post-cta__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 240px;
  height: 62px;
  background: #f58220;
  border-radius: 999px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  transition:
    background-color 0.35s ease,
    transform 0.55s ease,
    box-shadow 0.55s ease;
}

.blog-post-cta__button:hover {
  transform: translateY(-2px);
  background: #ff8f2c;
  box-shadow: 0 10px 24px rgba(245, 130, 32, 0.28);
  color: #fff;
}


/* =========================================================
   12. BLOG POST — RELATED POSTS
========================================================= */

.blog-related-section {
  margin-top: 40px;
  margin-bottom: 100px;
}

.blog-related-heading {
  margin-bottom: 36px;
}

.blog-related-heading .blog-post-next {
  margin-top: 0;
  margin-bottom: 18px;
}

.blog-related-heading h2 {
  max-width: 720px;
  margin: 0;
  color: #091529;
  font-size: 42px;
  line-height: 1.1;
  font-weight: 900;
  letter-spacing: -0.04em;
}

.blog-related-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}


/* =========================================================
   13. RESPONSIVE — LARGE TABLET
========================================================= */

@media (max-width: 1200px) {
  .blog-listing-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}


/* =========================================================
   14. RESPONSIVE — TABLET
========================================================= */

@media (max-width: 1199px) {
  .CompreServiceMain .BottomShape {
    height: 10%;
  }

  .ProductBanner .topBannerInner img {
    height: 500px;
  }

  .BottomSliderInner {
    height: 120px;
  }
}

@media (max-width: 991px) {
  .ProductBanner .topBannerInner img {
    height: 400px;
  }

  .blog-post-hero__grid {
    display: flex !important;
    flex-direction: column !important;
    grid-template-columns: none !important;
    border-radius: 24px !important;
  }

  .blog-post-hero__image {
    order: -1;
    width: 100% !important;
    height: auto !important;
  }

  .blog-post-hero__image img {
    display: block !important;
    width: 100% !important;
    height: 300px !important;
    object-fit: cover !important;
  }

  .blog-post-hero__content {
    width: 100% !important;
    padding: 32px !important;
  }

  body .body-container-wrapper .blog-post-content-section .blog-post-layout {
    display: block !important;
    grid-template-columns: none !important;
    gap: 0 !important;
    width: 100% !important;
  }

  body .body-container-wrapper .blog-post-content-section .blog-post-content {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
  }

  body .body-container-wrapper .blog-post-content-section .blog-post-toc {
    display: none !important;
  }
}

@media (min-width: 767px) and (max-width: 991px) {
  .BottomSlider .slick-next {
    right: 25px;
  }

  .BottomSlider .slick-prev {
    left: 10px;
  }
}


/* =========================================================
   15. RESPONSIVE — MOBILE
========================================================= */

@media (max-width: 767px) {
  .Innerbanner .Innerbannersvg {
    top: -60px;
    transform: scale(0.3);
  }

  .Innerbanner .Breadcrumbs {
    font-size: 12px;
    font-weight: 500;
    opacity: 0.6;
  }

  .Innerbanner .Pagetitle {
    margin-top: 30px;
  }

  .BottomSlider {
    padding-left: 25px;
    padding-right: 25px;
  }

  .BottomSliderInner {
    height: 110px;
    margin: 0 5px;
    border-radius: 12px;
  }

  .BottomSliderInner img {
    border-radius: 12px;
  }

  .ProductBanner .BottomSlider .slick-list {
    margin: 0 -5px !important;
  }

  .ProductBanner .topBannerInner img {
    height: 300px;
  }

  .blog-hero {
    padding: 90px 0 70px;
  }

  .blog-hero::before {
    font-size: 120px;
  }

  .blog-listing-grid {
    grid-template-columns: 1fr;
  }

  .blog-card__title,
  .blog-card__title a {
    font-size: 18px;
    line-height: 1.35;
  }

  .blog-listing-page .blog-featured-section {
    padding: 45px 0 30px !important;
  }

  .blog-listing-page .blog-featured-card {
    display: flex !important;
    flex-direction: column !important;
    grid-template-columns: none !important;
    width: 100% !important;
  }

  .blog-listing-page .blog-featured-card__image {
    display: block !important;
    width: 100% !important;
    height: auto !important;
  }

  .blog-listing-page .blog-featured-card__image img {
    display: block !important;
    width: 100% !important;
    height: 240px !important;
    object-fit: cover !important;
  }

  .blog-listing-page .blog-featured-card__body {
    width: 100% !important;
    padding: 24px !important;
  }

  .blog-listing-page .blog-featured-card__title,
  .blog-listing-page .blog-featured-card__title a {
    font-size: 22px !important;
    line-height: 1.2 !important;
  }

  .blog-listing-page .blog-featured-card__excerpt {
    font-size: 16px !important;
    line-height: 1.55 !important;
  }

  .blog-post-hero {
    padding: 36px 0 50px !important;
  }

  .blog-post-hero__grid {
    border-radius: 20px !important;
  }

  .blog-post-hero__content {
    padding: 26px !important;
  }

  .blog-post-title {
    font-size: 24px !important;
    line-height: 1.12 !important;
  }

  .blog-post-lead {
    margin-top: 18px !important;
    font-size: 16px !important;
    line-height: 1.6 !important;
  }

  .blog-post-hero__image img {
    height: 260px !important;
  }

  .blog-post-content-section {
    padding: 35px 0 80px !important;
  }

  .blog-post-content h2 {
    font-size: 30px !important;
    line-height: 1.15 !important;
    word-break: normal !important;
    overflow-wrap: normal !important;
  }

  .blog-post-content h3 {
    font-size: 24px !important;
    line-height: 1.2 !important;
  }

  .blog-post-content p,
  .blog-post-content li {
    font-size: 17px !important;
    line-height: 1.8 !important;
  }

  .blog-post-cta {
    display: block !important;
    min-height: auto !important;
    margin-top: 35px !important;
    margin-bottom: 70px !important;
    padding: 34px 26px !important;
    border-radius: 24px !important;
  }

  .blog-post-cta::before,
  .blog-post-cta::after {
    display: none !important;
  }

  .blog-post-cta__content {
    width: 100% !important;
    max-width: 100% !important;
  }

  .blog-post-cta h2 {
    max-width: 100% !important;
    margin: 0 0 18px !important;
    font-size: 30px !important;
    line-height: 1.15 !important;
    letter-spacing: -0.03em !important;
    word-break: normal !important;
    overflow-wrap: normal !important;
  }

  .blog-post-cta p {
    max-width: 100% !important;
    margin: 0 0 26px !important;
    font-size: 16px !important;
    line-height: 1.65 !important;
  }

  .blog-post-cta__button {
    width: 100% !important;
    min-width: 0 !important;
    height: 54px !important;
    font-size: 15px !important;
  }

  .blog-related-heading h2 {
    font-size: 30px !important;
    line-height: 1.15 !important;
  }

  .blog-related-grid {
    grid-template-columns: 1fr !important;
    gap: 28px !important;
  }

  .blog-related-grid .blog-card {
    width: 100% !important;
  }

  .blog-related-grid .blog-card__image img {
    width: 100% !important;
    height: 240px !important;
    object-fit: cover !important;
  }

  .blog-related-grid .blog-card__body {
    width: 100% !important;
    padding: 24px !important;
  }

  .blog-related-grid .blog-card__title,
  .blog-related-grid .blog-card__title a {
    font-size: 22px !important;
    line-height: 1.2 !important;
    word-break: normal !important;
    overflow-wrap: normal !important;
  }

  .blog-related-grid .blog-card__excerpt {
    font-size: 16px !important;
    line-height: 1.55 !important;
    word-break: normal !important;
    overflow-wrap: normal !important;
  }
}


/* =========================================================
   16. RESPONSIVE — SMALL MOBILE
========================================================= */

@media (max-width: 575px) {
  .CompreServiceMain .BottomShape {
    height: 5%;
  }

  .ProductBanner .topBannerInner img {
    height: 200px;
  }

  .BottomSlider .slick-next,
  .BottomSlider .slick-prev {
    width: 30px;
    height: 30px;
  }

  .BottomSlider .slick-next::before,
  .BottomSlider .slick-prev::before {
    width: 10px;
    height: 10px;
  }

  .BottomSlider .slick-prev {
    left: -10px;
  }

  .BottomSlider .slick-next {
    right: 1px;
  }

  .BottomSliderInner {
    height: 85px;
  }
}

@media (max-width: 480px) {
  .BottomSlider {
    padding-left: 0;
    padding-right: 0;
  }

  .BottomSliderInner {
    height: 120px;
  }

  .BottomSlider .slick-prev {
    left: 0;
  }

  .BottomSlider .slick-next {
    right: 10px;
  }
}


/* =========================================================
   BLOG INLINE CTA — LIGHT VERSION
========================================================= */

.blog-inline-cta-light {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
  align-items: stretch;
  overflow: hidden;
  margin: 60px 0;
  min-height: 360px;
  background: #f7f8fa;
  border: 1px solid rgba(9, 21, 41, 0.10);
  border-radius: 28px;
}

.blog-inline-cta-light::before {
  content: "AUTO";
  position: absolute;
  left: 36%;
  top: 48%;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: transparent;
  font-size: clamp(120px, 18vw, 260px);
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0.02em;
  -webkit-text-stroke: 1px rgba(245, 130, 32, 0.10);
  pointer-events: none;
}

.blog-inline-cta-light__content {
  position: relative;
  z-index: 2;
  padding: 54px 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.blog-inline-cta-light__label {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-bottom: 22px;
}

.blog-inline-cta-light__label span {
  width: 6px;
  height: 16px;
  transform: skew(-18deg);
}

.blog-inline-cta-light__label span:first-child {
  background: #f7b21c;
}

.blog-inline-cta-light__label span:nth-child(2) {
  background: #f58220;
  margin-right: 10px;
}

.blog-inline-cta-light__label p {
  margin: 0;
  color: #091529;
  font-size: 14px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.blog-inline-cta-light h2 {
  max-width: 620px;
  margin: 0 0 20px;
  color: #091529;
  font-size: 42px;
  line-height: 1.08;
  font-weight: 900;
  letter-spacing: -0.04em;
}

.blog-inline-cta-light__content > p {
  max-width: 560px;
  margin: 0 0 34px;
  color: #4d5563;
  font-size: 18px;
  line-height: 1.65;
}

.blog-inline-cta-light__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-width: 240px;
  height: 58px;
  padding: 0 34px;
  background: #f58220;
  border-radius: 999px;
  color: #fff !important;
  font-size: 16px;
  font-weight: 800;
  text-decoration: none;
  transition:
    background-color 0.25s ease,
    transform 0.25s ease,
    box-shadow 0.25s ease;
}

.blog-inline-cta-light__button:hover {
  transform: translateY(-2px);
  background: #ff8f2c;
  color: #fff !important;
  box-shadow: 0 10px 24px rgba(245, 130, 32, 0.24);
}

.blog-inline-cta-light__image {
  position: relative;
  z-index: 1;
  min-height: 360px;
  overflow: hidden;
}

.blog-inline-cta-light__image::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background: linear-gradient(
    90deg,
    #f7f8fa 0%,
    rgba(247, 248, 250, 0.82) 16%,
    rgba(247, 248, 250, 0.18) 42%,
    rgba(247, 248, 250, 0) 100%
  );
  pointer-events: none;
}

.blog-inline-cta-light__image img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 360px;
  object-fit: cover;
  object-position: center;
}


/* Mobile */

@media (max-width: 767px) {
  .blog-inline-cta-light {
    display: flex;
    flex-direction: column;
    margin: 44px 0;
    min-height: 0;
    border-radius: 24px;
  }

  .blog-inline-cta-light::before {
    display: none;
  }

  .blog-inline-cta-light__content {
    padding: 34px 26px 30px;
  }

  .blog-inline-cta-light h2 {
    font-size: 30px;
    line-height: 1.12;
  }

  .blog-inline-cta-light__content > p {
    font-size: 16px;
    line-height: 1.65;
  }

  .blog-inline-cta-light__button {
    width: 100%;
    min-width: 0;
    height: 54px;
  }

  .blog-inline-cta-light__image {
    order: -1;
    min-height: 220px;
  }

  .blog-inline-cta-light__image::before {
display: none;
  }

  .blog-inline-cta-light__image img {
    height: 240px;
    min-height: 240px;
  }
}

.short-answer-box {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  margin: 32px 0;
  padding: 24px 28px;
  border: 1px solid rgba(255, 111, 32, 0.25);
  border-radius: 18px;
  background: #fffaf6;
}

.short-answer-icon {
  flex: 0 0 44px;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255, 111, 32, 0.35);
  border-radius: 50%;
  color: #ff6f20;
  display: flex;
  align-items: center;
  justify-content: center;
}

.short-answer-icon svg {
  display: block;
}

.short-answer-content {
  border-left: 1px solid rgba(255, 111, 32, 0.22);
  padding-left: 20px;
}

.short-answer-label {
  margin: 0 0 8px;
  font-weight: 700;
  color: #071126;
}

.short-answer-content p:last-child {
  margin: 0;
  color: #2f3545;
  line-height: 1.65;
}

@media (max-width: 768px) {
  .short-answer-box {
    gap: 14px;
    padding: 20px;
  }

  .short-answer-icon {
    flex-basis: 38px;
    width: 38px;
    height: 38px;
  }

  .short-answer-content {
    padding-left: 14px;
  }

  
  .leasing-table-section {
  margin: 40px 0;
}

.leasing-table-section h2 {
  margin-bottom: 20px;
}

.leasing-table {
  border: 1px solid rgba(7, 17, 38, 0.10);
  border-radius: 18px;
  overflow: hidden;
  background: #ffffff;
}

.leasing-table-row {
  display: grid;
  grid-template-columns: 1.1fr 1fr 1.4fr;
  border-bottom: 1px solid rgba(7, 17, 38, 0.08);
}

.leasing-table-row:last-child {
  border-bottom: none;
}

.leasing-table-row > div {
  padding: 18px 20px;
  color: #2f3545;
  line-height: 1.55;
}

.leasing-table-header {
  background: #fffaf6;
}

.leasing-table-header > div {
  font-weight: 700;
  color: #071126;
}

.leasing-table-row > div:first-child {
  font-weight: 600;
  color: #071126;
}

@media (max-width: 768px) {
  .leasing-table {
    border: none;
    background: transparent;
    overflow: visible;
  }

  .leasing-table-header {
    display: none;
  }

  .leasing-table-row {
    display: block;
    margin-bottom: 14px;
    border: 1px solid rgba(7, 17, 38, 0.10);
    border-radius: 16px;
    background: #ffffff;
    overflow: hidden;
  }

  .leasing-table-row > div {
    padding: 14px 16px;
    border-bottom: 1px solid rgba(7, 17, 38, 0.06);
  }

  .leasing-table-row > div:last-child {
    border-bottom: none;
  }

  .leasing-table-row > div::before {
    content: attr(data-label);
    display: block;
    margin-bottom: 4px;
    font-size: 12px;
    font-weight: 700;
    color: #ff6f20;
    text-transform: uppercase;
    letter-spacing: 0.02em;
  }
}