/* Figma alignment layer
   Purpose: normalize color grading, typography, glass effects, and spacing
   across website/about/services/contact/careers without changing hero banner sizing fixes.
*/

:root {
  --dt-figma-yellow: #fcdf2b;
  --dt-figma-ink: #4d4e4a;
  --dt-figma-ink-soft: #565656;
  --dt-figma-white: #ffffff;
  --dt-figma-glass-bg: rgba(60, 54, 26, 0.19);
  --dt-figma-glass-bg-strong: rgba(119, 103, 25, 0.59);
  --dt-figma-glass-border: rgba(255, 248, 129, 0.81);
  --dt-figma-glass-shadow:
    inset -2.45px -2.36px 6px rgba(255, 255, 255, 0.3),
    inset -3.67px -3.54px 12px rgba(255, 255, 255, 0.2),
    2.45px 2.36px 12px -8px rgba(0, 0, 0, 0.1),
    14.7px 14.14px 48px -12px rgba(0, 0, 0, 0.1);
}

body {
  background: linear-gradient(
    180deg,
    #fcdf2b 25%,
    #d7cb78 48%,
    #8f8b74 78%,
    #6f6d61 100%
  ) !important;
  color: var(--dt-figma-ink);
}

.section-title,
.header-titles,
.process-title,
.contact-heading,
.whywork-title,
.contact-title,
.bridge-title,
.impact-heading,
.team-title,
.dt-title-main,
.dt-title-sub {
  color: var(--dt-figma-ink-soft);
  font-family: "Darker Grotesque", sans-serif;
  font-weight: 800;
}

.stats-card,
.offer-card,
.bridge-card,
.drive-card,
.impact-box,
.team-card,
.testimonial-card,
.op-glass-card,
.s-box,
.feature-box,
.industry-box,
.contact-card,
.support-glass-card,
.whywork-card,
.job-item,
.process-pill,
.map-box,
.input-glass,
.op-glass-input {
  background: var(--dt-figma-glass-bg);
  border: 1px solid var(--dt-figma-glass-border);
  box-shadow: var(--dt-figma-glass-shadow);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}

.industry-box,
.support-glass-card,
.whywork-card,
.job-item {
  background: var(--dt-figma-glass-bg-strong);
}

.stats-card h4,
.stats-card p,
.stats-card h6,
.offer-card h1,
.offer-card p,
.bridge-card h4,
.bridge-card li,
.drive-card,
.team-card h3,
.team-card p,
.testimonial-card .quote-text,
.testimonial-card .stars,
.s-info h3,
.s-info p,
.feature-heading,
.feature-text,
.industry-title,
.job-text,
.contact-card p,
.support-label,
.whywork-card-title,
.whywork-card-desc {
  color: var(--dt-figma-white);
}

.stats-text p,
.contact-subtitle,
.whywork-subtitle,
.cta-subtext,
.stat-text,
.stat-number,
.main-title,
.fleet-label {
  color: var(--dt-figma-ink-soft);
}

.highlight,
.title,
.op-header-title,
.op-reach-title,
.contact-heading,
.apply-buttons,
.btn-submit {
  color: var(--dt-figma-yellow);
}

.line,
.op-line,
.title-divider,
.process-title-wrap .line,
.header-line,
.contact-heading::before,
.contact-heading::after,
.industries-title::before,
.industries-title::after {
  background-color: rgba(249, 221, 54, 0.75) !important;
}

.input-glass,
.op-glass-input,
.op-glass-textarea {
  color: #f0e68c;
}

.input-glass::placeholder,
.op-glass-input::placeholder,
.op-glass-textarea::placeholder {
  color: rgba(240, 230, 140, 0.55);
}

.btn-submit,
.apply-buttons {
  background: #4d4e4a !important;
  color: #ffffff !important;
  border-radius: 8px;
}

.btn-submit:hover,
.apply-buttons:hover {
  background: #3d3e3b !important;
}

.stats-ditto,
.offerings-section,
.dt-container,
.how-droptruck,
.testimonial-section,
.op-container,
.bridge-section,
.drive-section,
.impact-wrap,
.team-section,
.stats-banner,
.truck-fleet-section,
.process-section,
.why-droptruck-section,
.service-industries-section,
.contact-info-section,
.contact-touch-wrapper,
.support-wrapper,
.why-work-section,
.careers-section,
.cta-section {
  position: relative;
}

.dt-footer {
  background: #4d4d49;
}

/* Footer consistency across all pages */
.dt-footer .footer-row {
  align-items: flex-start;
}

.dt-footer .footer-left,
.dt-footer .footer-middle,
.dt-footer .footer-right {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.dt-footer .footer-left p {
  max-width: 340px;
  margin-bottom: 14px;
  line-height: 1.55;
}

.dt-footer .footer-left p:last-child {
  margin-bottom: 0;
}

.dt-footer .footer-middle ul {
  padding-left: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.dt-footer .footer-middle li {
  margin-bottom: 0;
  line-height: 1.55;
}

.dt-footer .footer-middle li:last-child {
  margin-bottom: 0;
}

.dt-footer .footer-right-top {
  width: 100%;
  align-items: flex-start;
}

.dt-footer .footer-right-top > div:first-child {
  max-width: 340px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.dt-footer .contact-item {
  align-items: flex-start;
  margin-bottom: 0;
}

.dt-footer .contact-item span {
  max-width: 340px;
  line-height: 1.55;
}

.dt-footer .contact-item:last-child {
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .dt-footer .footer-row {
    align-items: stretch;
  }

  .dt-footer .footer-left,
  .dt-footer .footer-middle,
  .dt-footer .footer-right {
    min-height: 255px;
  }

  .dt-footer .footer-middle h5,
  .dt-footer .footer-right h5 {
    margin-bottom: 14px;
  }
}

/* ---------------------------
   Home
---------------------------- */
.home-page .navbar .container {
  background: rgba(255, 255, 255, 0.1) !important;
  border: 1px solid rgba(255, 255, 255, 0.4) !important;
  backdrop-filter: blur(40px) !important;
  -webkit-backdrop-filter: blur(40px) !important;
}

.home-page .navbar .custom-btn {
  background: #4d4d49 !important;
  min-width: 194px;
  height: 51px;
  border-radius: 34px !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px !important;
  line-height: 1;
}

.stats-ditto {
  padding: 18px 0 26px;
}

.home-stats-tagline {
  color: var(--dt-figma-ink) !important;
  font-size: clamp(42px, 3.6vw, 55px) !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
}

.stats-ditto .row.temp-mt {
  margin-top: 0 !important;
}

.home-page .stats-ditto .stats-card {
  position: relative;
  border-radius: 37px;
  width: 286px;
  max-width: 100%;
  min-height: 400px;
  height: 400px;
  display: flex !important;
  flex-direction: column;
  justify-content: flex-start !important;
  align-items: center;
  text-align: center;
  padding: 24px 16px 18px !important;
  background: rgba(198, 172, 172, 0.1) !important;
  border: 1px solid transparent !important;
  box-shadow:
    2.45px 2.36px 12px 0 rgba(0, 0, 0, 0.15),
    14.7px 14.14px 48px 0 rgba(0, 0, 0, 0.15),
    inset -2.45px -2.36px 6px 0 rgba(255, 255, 255, 0.15),
    inset -3.67px -3.54px 12px 0 rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(40px) !important;
  -webkit-backdrop-filter: blur(40px) !important;
  overflow: hidden;
}

.home-page .stats-ditto .stats-card::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  border-radius: 37px;
  background: conic-gradient(
    from 90deg at 0% 0%,
    rgba(255, 255, 255, 0.4) 12%,
    rgba(255, 255, 255, 0) 37%,
    rgba(255, 255, 255, 0.4) 62%,
    rgba(255, 255, 255, 0) 87%
  );
  -webkit-mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

.home-page .stats-ditto .stats-card > * {
  position: relative;
  z-index: 1;
}

.stats-ditto .stats-card img {
  width: min(214px, 100%);
  height: auto;
  margin-bottom: 10px;
}

.stats-ditto .stats-card .stats-map-img {
  width: auto !important;
  max-width: 180px;
  height: 165px;
  object-fit: contain;
  margin-bottom: 4px;
}

.stats-ditto .stats-card h4,
.stats-ditto .stats-card p,
.stats-ditto .stats-card h6,
.stats-ditto .stats-card .happy {
  color: var(--dt-figma-ink) !important;
}

.stats-ditto .stats-card h2,
.stats-ditto .stats-card h2 .extrabold,
.stats-ditto .stats-card h4 {
  color: var(--dt-figma-ink) !important;
}

.stats-ditto .stats-card h2 {
  margin: 4px 0 2px;
  line-height: 1.05;
}

.stats-ditto .stats-card h4 {
  font-size: clamp(52px, 4.2vw, 64px) !important;
  line-height: 1.05;
  margin: 4px 0 2px;
}

.stats-ditto .stats-card p,
.stats-ditto .stats-card .happy {
  font-size: clamp(24px, 1.9vw, 30px) !important;
  line-height: 1.2 !important;
  margin: 0;
  max-width: 195px;
  text-wrap: balance;
}

.stats-ditto .stats-card h6 {
  font-size: clamp(16px, 1.15vw, 20px) !important;
  line-height: 1.15 !important;
  margin: 0 auto;
  max-width: 155px;
  text-wrap: balance;
}

.stats-ditto .stats-card .states-label {
  font-size: clamp(16px, 1.12vw, 20px) !important;
  line-height: 1.12 !important;
  max-width: 170px;
  text-align: center;
}

.stats-ditto .stats-text {
  margin-top: 34px !important;
}

.stats-ditto .stats-text p {
  color: var(--dt-figma-ink) !important;
  font-size: clamp(20px, 1.5vw, 25px);
  line-height: 1.55;
  text-wrap: pretty;
}

.stats-ditto .stats-text .underline {
  color: var(--dt-figma-ink) !important;
  text-decoration-line: underline !important;
  text-decoration-color: var(--dt-figma-yellow) !important;
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
  font-weight: 700;
  white-space: nowrap;
}

.stats-ditto .stats-text .stats-link,
.stats-ditto .stats-text .stats-link:visited {
  color: var(--dt-figma-ink) !important;
  text-decoration: underline !important;
  text-decoration-color: currentColor !important;
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
  font-weight: 400 !important;
  white-space: nowrap;
}

.stats-ditto .stats-text .stats-link:hover,
.stats-ditto .stats-text .stats-link:focus {
  color: var(--dt-figma-ink) !important;
  text-decoration: underline !important;
}

.offerings-section {
  padding-top: 36px !important;
  padding-bottom: 52px !important;
}

.offerings-section .offer-card h1 {
  color: var(--dt-figma-ink) !important;
}

.offerings-section .offer-card p {
  color: #ffffff !important;
  line-height: 1.35;
}

.dt-container {
  padding-top: 42px;
  padding-bottom: 48px;
}

.dt-bridge-text {
  font-size: clamp(40px, 4.5vw, 65px);
}

.how-droptruck {
  background: radial-gradient(circle at 50% 0%, #4d4d49 0%, #3f3f3b 58%, #383835 100%);
  padding: 72px 0 54px;
}

.how-droptruck .section-titles {
  color: var(--dt-figma-yellow);
}

.how-droptruck .work-content {
  background: rgba(12, 12, 12, 0.58);
  border: 1px solid rgba(255, 255, 255, 0.28);
}

.home-lower-shade .testimonial-section {
  height: auto;
  padding: 26px 0 8px;
}

.home-lower-shade .testimonials-container {
  height: auto;
  min-height: 286px;
  overflow-x: auto;
  overflow-y: visible;
  padding: 16px 8px 10px;
}

.home-lower-shade .testimonials-wrapper {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  max-width: 1260px;
  margin: 0 auto;
  justify-content: center;
  align-items: flex-end;
  gap: 22px;
}

.home-lower-shade .testimonial-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: center;
  position: relative;
  padding: 34px 16px 12px;
  overflow: visible;
  background: rgba(84, 76, 51, 0.28) !important;
  border: 1.2px solid rgba(255, 255, 255, 0.5) !important;
  border-radius: 24px;
  box-shadow:
    inset 0 0 18px rgba(255, 255, 255, 0.26),
    0 10px 24px rgba(0, 0, 0, 0.2) !important;
  backdrop-filter: blur(14px) !important;
  -webkit-backdrop-filter: blur(14px) !important;
}

.home-lower-shade .icon-badge {
  position: absolute;
  top: -24px;
  left: 50%;
  transform: translateX(-50%);
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: #f0e68c;
  padding: 11px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
}

.home-lower-shade .icon-badge-image {
  width: 34px;
  height: 34px;
  object-fit: contain;
  display: block;
}

.home-lower-shade .testimonial-card .quote-text {
  font-size: 11.5px !important;
  line-height: 1.32 !important;
  margin: 10px 0 0 !important;
  white-space: normal;
  word-break: normal;
  overflow-wrap: anywhere;
  color: #ffffff !important;
  text-align: center;
}

.home-lower-shade .testimonial-card .stars {
  margin-top: auto;
  padding-top: 8px;
  letter-spacing: 1px;
  line-height: 1;
  font-size: 14px;
  color: var(--dt-figma-yellow) !important;
}

.home-lower-shade .card-side .quote-text,
.home-lower-shade .card-mid .quote-text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  min-height: 60px;
  overflow: hidden;
}

.home-lower-shade .card-lg .quote-text {
  font-size: 10.5px !important;
  min-height: 132px;
  line-height: 1.35 !important;
}

.home-lower-shade .card-lg .stars {
  font-size: 16px;
}

.home-lower-shade .card-side,
.home-lower-shade .card-mid,
.home-lower-shade .card-lg {
  margin-top: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.home-lower-shade .card-side {
  width: 170px !important;
  height: 136px !important;
  opacity: 0.7 !important;
}

.home-lower-shade .card-mid {
  width: 214px !important;
  height: 166px !important;
  opacity: 0.9 !important;
}

.home-lower-shade .card-lg {
  width: 304px !important;
  height: 224px !important;
  opacity: 1 !important;
}

.home-lower-shade .op-container {
  padding-top: 26px;
  padding-bottom: 18px;
}

.home-lower-shade .op-section-header {
  margin-bottom: 40px;
}

.home-lower-shade .op-main-content {
  gap: 48px;
}

/* ---------------------------
   About
---------------------------- */
.bridge-section {
  padding-top: 42px;
  padding-bottom: 44px;
  background:
    radial-gradient(circle at 10% 18%, rgba(255, 255, 255, 0.14) 0, rgba(255, 255, 255, 0) 30%),
    radial-gradient(circle at 88% 36%, rgba(255, 255, 255, 0.1) 0, rgba(255, 255, 255, 0) 28%),
    linear-gradient(180deg, #f7dd3d 0%, #d7ca62 100%) !important;
}

.bridge-section .bridge-title,
.drive-section h1,
.impact-wrap .impact-heading,
.team-section .team-title {
  color: var(--dt-figma-ink-soft) !important;
}

.bridge-section .bridge-card {
  max-width: 930px;
  border-radius: 24px;
}

.about-page .bridge-section .bridge-card {
  background: rgba(126, 113, 29, 0.46) !important;
  border: 1px solid rgba(255, 248, 129, 0.9) !important;
  box-shadow:
    inset 0 0 20px rgba(255, 249, 214, 0.28),
    0 8px 22px rgba(0, 0, 0, 0.16) !important;
}

.bridge-section .left-list li,
.bridge-section .right-list li span,
.bridge-section .bridge-card h4 {
  color: #ffffff !important;
}

.drive-section {
  padding-top: 10px;
  padding-bottom: 54px;
  background:
    radial-gradient(circle at 18% 30%, rgba(255, 255, 255, 0.12) 0, rgba(255, 255, 255, 0) 26%),
    radial-gradient(circle at 82% 62%, rgba(255, 255, 255, 0.1) 0, rgba(255, 255, 255, 0) 24%),
    linear-gradient(180deg, #e6d353 0%, #cfc466 100%) !important;
}

.drive-section .drive-card {
  background: var(--dt-figma-glass-bg-strong);
  border: 1px solid var(--dt-figma-glass-border);
  box-shadow: var(--dt-figma-glass-shadow);
}

.impact-wrap {
  padding-top: 24px;
  padding-bottom: 42px;
  background:
    radial-gradient(circle at 14% 22%, rgba(255, 255, 255, 0.1) 0, rgba(255, 255, 255, 0) 28%),
    radial-gradient(circle at 86% 72%, rgba(255, 255, 255, 0.12) 0, rgba(255, 255, 255, 0) 26%),
    linear-gradient(180deg, #cfc466 0%, #bcb76d 100%) !important;
}

.impact-wrap .impact-box {
  background: rgba(88, 89, 82, 0.66) !important;
  border: none !important;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.16) !important;
  border-radius: 34px !important;
}

.impact-wrap .impact-heading {
  color: #f4f1d0 !important;
}

.impact-wrap .impact-box h1,
.impact-wrap .impact-box p {
  color: #ffffff !important;
}

.impact-wrap .impact-box p {
  font-size: 20px !important;
  line-height: 1.4 !important;
}

.team-section {
  padding-top: 36px;
  padding-bottom: 52px;
}

/* About page only: keep yellow-to-grey blend continuous across sections */
.about-page {
  background:
    radial-gradient(circle at 18% 8%, rgba(255, 248, 164, 0.28) 0, rgba(255, 248, 164, 0) 34%),
    radial-gradient(circle at 82% 10%, rgba(255, 245, 138, 0.22) 0, rgba(255, 245, 138, 0) 30%),
    linear-gradient(
      180deg,
      #f8e74f 0%,
      #efe05a 36%,
      #dfd364 54%,
      #c9c273 66%,
      #aba783 78%,
      #928f82 86%,
      #7d7b73 100%
    ) !important;
}

.about-page .bridge-section,
.about-page .drive-section,
.about-page .impact-wrap,
.about-page .team-section,
.about-page .about-vision-section {
  background: transparent !important;
}

/* About team cards: center image/glass/text consistently */
.about-page .team-section.mt-1 {
  margin-top: 0 !important;
}

.about-page .team-section .row {
  align-items: stretch;
}

.about-page .team-section .col-md-4 {
  display: flex;
}

.about-page .team-section .team-card {
  width: 100%;
  text-align: center !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 20px 22px 24px;
  border-radius: 24px;
}

.about-page .team-section .dot-bg {
  left: 50% !important;
  top: 18px;
  transform: translateX(-50%);
  opacity: 0.6;
}

.about-page .team-section .team-img {
  width: min(260px, 100%);
  height: auto;
  margin: 0 auto 14px;
}

.about-page .team-section .team-card h3,
.about-page .team-section .team-card p {
  width: 100%;
  text-align: center;
}

/* Keep only one dotted pattern near footer area in about vision section */
.about-page .about-vision-section .about-top-right {
  display: none !important;
}

/* About "What Drives Droptruck?" block tuning */
.about-page .drive-section .drive-boxes {
  gap: 24px;
  max-width: 1160px;
}

.about-page .drive-section .drive-card {
  background: rgba(119, 103, 25, 0.34) !important;
  border: 1px solid var(--dt-figma-glass-border) !important;
  box-shadow:
    inset 0 0 14px rgba(255, 255, 255, 0.22),
    0 8px 20px rgba(0, 0, 0, 0.14) !important;
  color: #ffffff !important;
  border-radius: 18px;
}

.about-page .drive-section .drive-card.highlight {
  padding-top: 48px;
}

.about-page .drive-section .drive-card.highlight img {
  top: -88px;
}

@media (max-width: 768px) {
  .about-page .drive-section .drive-boxes {
    gap: 14px;
  }

  .about-page .drive-section .drive-card {
    font-size: 24px;
    border-radius: 16px;
  }

  .about-page .drive-section .drive-card.highlight {
    padding-top: 42px;
  }

  .about-page .drive-section .drive-card.highlight img {
    top: -74px;
    width: 128px;
    height: 122px;
  }
}

/* ---------------------------
   Services
---------------------------- */
.stats-banner {
  padding-top: 20px !important;
  padding-bottom: 14px !important;
}

.stats-banner .stats-row {
  gap: 56px !important;
}

.stats-banner .main-title,
.stats-banner .stat-number,
.stats-banner .stat-text,
.truck-fleet-section .section-title,
.process-title,
.why-droptruck-section .section-title,
.service-industries-section .industries-title {
  color: var(--dt-figma-ink-soft) !important;
}

.stats-banner .stat-number {
  font-size: clamp(34px, 2.4vw, 44px) !important;
}

.stats-banner .stat-text {
  font-size: clamp(22px, 2vw, 28px) !important;
}

.truck-fleet-section {
  padding-top: 28px !important;
  padding-bottom: 34px !important;
}

.process-section {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

.why-droptruck-section {
  padding-top: 34px !important;
  padding-bottom: 34px !important;
}

.service-industries-section {
  min-height: auto;
  padding-top: 42px !important;
  padding-bottom: 36px !important;
}

/* ---------------------------
   Contact
---------------------------- */
.contact-info-section {
  padding-top: 54px !important;
  padding-bottom: 44px !important;
}

.contact-title,
.contact-subtitle,
.contact-heading,
.support-label {
  color: var(--dt-figma-ink-soft) !important;
}

.contact-title {
  font-size: clamp(44px, 3.5vw, 52px) !important;
}

.contact-subtitle {
  max-width: 760px;
}

.contact-card {
  border-radius: 20px;
}

.contact-card h3 {
  color: var(--dt-figma-ink-soft) !important;
}

.contact-touch-wrapper {
  padding-top: 20px;
  padding-bottom: 34px;
}

.contact-layout {
  gap: 48px;
}

.input-glass {
  font-size: 20px;
}

.support-wrapper {
  padding-top: 34px;
  padding-bottom: 42px;
}

/* ---------------------------
   Careers
---------------------------- */
.why-work-section {
  padding-top: 62px !important;
  padding-bottom: 52px !important;
}

.whywork-title,
.whywork-subtitle,
.careers-section .header-titles,
.cta-heading,
.cta-subtext {
  color: var(--dt-figma-ink-soft) !important;
}

.whywork-card {
  min-height: 330px;
  border-radius: 24px;
}

.careers-section {
  padding-top: 24px;
  padding-bottom: 30px;
}

.job-item {
  border-radius: 17px;
}

.job-text {
  font-size: clamp(24px, 2vw, 28px) !important;
  line-height: 1.2;
}

.cta-section {
  padding-top: 34px;
  padding-bottom: 44px;
}

@media (max-width: 991px) {
  .main-title,
  .contact-heading,
  .header-titles,
  .whywork-title,
  .process-title,
  .section-title {
    font-size: clamp(30px, 6.2vw, 42px) !important;
  }

  .stats-text p,
  .contact-subtitle,
  .whywork-subtitle {
    font-size: clamp(18px, 4.2vw, 26px) !important;
  }

  .how-droptruck {
    padding-top: 54px;
    padding-bottom: 42px;
  }

  .home-lower-shade .testimonials-wrapper {
    align-items: flex-start;
    gap: 14px;
    width: max-content;
    max-width: none;
    justify-content: flex-start;
  }

  .home-lower-shade .card-side,
  .home-lower-shade .card-mid,
  .home-lower-shade .card-lg {
    width: min(88vw, 300px);
  }

  .home-lower-shade .op-main-content,
  .contact-layout {
    gap: 24px;
  }
}
