/* avail-brand-2.css — continued styles */

/* ── Before/After pair labels ─────────────────────────────── */
.avail-ba-pair__img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
}
.avail-ba-pair__label {
  font-family: 'DM Sans', sans-serif;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--avail-text-mid);
  text-align: center;
  padding: 6px 0;
  background: var(--avail-cream-mid);
}

/* ── Testimonials ─────────────────────────────────────────── */
.avail-testimonials { background: var(--avail-navy); }
.avail-testi-card {
  border: 1px solid var(--avail-border);
  padding: 36px 32px;
  position: relative;
  background: rgba(255,255,255,0.03);
  height: 100%;
  display: flex;
  flex-direction: column;
}
.avail-testi-card__quote {
  font-family: 'Cormorant Garamond', serif;
  font-size: 72px;
  line-height: 0.6;
  color: var(--avail-gold);
  opacity: 0.3;
  margin-bottom: 16px;
  display: block;
}
.avail-testi-card__text {
  font-family: 'DM Sans', sans-serif;
  font-size: 15px;
  line-height: 1.8;
  color: rgba(245,241,234,0.75);
  flex: 1;
  margin-bottom: 28px;
}
.avail-testi-card__footer {
  display: flex;
  align-items: center;
  gap: 14px;
  border-top: 1px solid var(--avail-border);
  padding-top: 20px;
}
.avail-testi-card__avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
  border: 2px solid var(--avail-gold);
}
.avail-testi-card__name {
  font-family: 'DM Sans', sans-serif;
  font-size: 13px;
  font-weight: 700;
  color: var(--avail-white);
  margin-bottom: 2px;
}
.avail-testi-card__role {
  font-family: 'DM Sans', sans-serif;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--avail-gold);
}
.avail-testi-stars {
  display: flex;
  gap: 3px;
  margin-bottom: 18px;
}
.avail-testi-stars i { color: var(--avail-gold); font-size: 13px; }

/* ── CTA Strip ────────────────────────────────────────────── */
.avail-cta {
  background: var(--avail-gold);
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}
.avail-cta::before {
  content: 'AVAIL';
  position: absolute;
  right: -40px;
  top: 50%;
  transform: translateY(-50%);
  font-family: 'Cormorant Garamond', serif;
  font-size: 180px;
  font-weight: 700;
  color: rgba(28,31,42,0.06);
  line-height: 1;
  letter-spacing: -0.04em;
  pointer-events: none;
  user-select: none;
}
.avail-cta__title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(32px, 4.5vw, 56px);
  font-weight: 600;
  color: var(--avail-navy);
  line-height: 1.05;
  letter-spacing: -0.02em;
  margin-bottom: 12px;
}
.avail-cta__sub {
  font-family: 'DM Sans', sans-serif;
  font-size: 15px;
  color: rgba(28,31,42,0.65);
  margin-bottom: 36px;
}
.avail-btn--cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--avail-navy);
  color: var(--avail-gold);
  font-family: 'DM Sans', sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 18px 40px;
  text-decoration: none;
  transition: background 0.3s, transform 0.2s;
  clip-path: polygon(0 0, calc(100% - 12px) 0, 100% 12px, 100% 100%, 12px 100%, 0 calc(100% - 12px));
}
.avail-btn--cta:hover {
  background: #0f1118;
  color: var(--avail-gold);
  text-decoration: none;
  transform: translateY(-2px);
}
.avail-cta__email {
  font-family: 'DM Sans', sans-serif;
  font-size: 14px;
  color: rgba(28,31,42,0.55);
  margin-top: 18px;
  display: block;
}
.avail-cta__email a {
  color: var(--avail-navy);
  font-weight: 600;
  text-decoration: none;
  border-bottom: 1px solid rgba(28,31,42,0.3);
}

/* ── How We Work ──────────────────────────────────────────── */
.avail-process { background: var(--avail-cream); }
.avail-process__step {
  display: flex;
  gap: 24px;
  align-items: flex-start;
  padding: 36px 0;
  border-bottom: 1px solid var(--avail-cream-mid);
}
.avail-process__step:last-child { border-bottom: none; }
.avail-process__num {
  font-family: 'Cormorant Garamond', serif;
  font-size: 52px;
  font-weight: 600;
  color: var(--avail-gold);
  line-height: 1;
  flex-shrink: 0;
  width: 60px;
  text-align: right;
}
.avail-process__title {
  font-family: 'DM Sans', sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--avail-navy);
  margin-bottom: 8px;
}
.avail-process__text {
  font-family: 'DM Sans', sans-serif;
  font-size: 14px;
  line-height: 1.75;
  color: var(--avail-text-mid);
  margin: 0;
}

/* ── Footer overrides ─────────────────────────────────────── */
.avail-footer {
  background: var(--avail-navy) !important;
}
.avail-footer .footer-widget__title {
  font-family: 'DM Sans', sans-serif;
  font-size: 12px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--avail-gold) !important;
  margin-bottom: 24px;
}
.avail-footer .footer-widget__link li a {
  font-family: 'DM Sans', sans-serif;
  font-size: 13px;
  color: rgba(245,241,234,0.55) !important;
  transition: color 0.25s;
}
.avail-footer .footer-widget__link li a:hover {
  color: var(--avail-gold) !important;
}
.avail-footer .footer-widget__about-text {
  font-family: 'DM Sans', sans-serif;
  font-size: 14px;
  line-height: 1.8;
  color: rgba(245,241,234,0.5) !important;
}
.avail-footer .site-footer__bottom {
  background: rgba(0,0,0,0.35);
  border-top: 1px solid var(--avail-border);
}
.avail-footer .site-footer__bottom-text {
  font-family: 'DM Sans', sans-serif;
  font-size: 13px;
  color: rgba(245,241,234,0.4) !important;
}
.avail-footer .site-footer__bottom-text a {
  color: var(--avail-gold) !important;
}
.avail-footer .site-footer__social a {
  color: rgba(245,241,234,0.45);
  font-size: 15px;
  margin-right: 14px;
  transition: color 0.25s;
}
.avail-footer .site-footer__social a:hover { color: var(--avail-gold); }

/* ── Responsive ───────────────────────────────────────────── */
@media (max-width: 991px) {
  .avail-hero__scroll { display: none; }
  .avail-about__img { height: 420px; }
  .avail-showcase__grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto auto;
  }
  .avail-showcase__grid .video-cell:first-child {
    grid-column: 1 / 3;
    grid-row: 1;
  }
  .avail-showcase__grid .video-cell:nth-child(2) {
    grid-column: 1;
    grid-row: 2;
  }
  .avail-showcase__grid .video-cell:nth-child(3) {
    grid-column: 2;
    grid-row: 2;
  }
  .avail-showcase__grid .video-cell:nth-child(4) {
    grid-column: 1 / 3;
    grid-row: 3;
  }
  .avail-ba-grid { grid-template-columns: repeat(2, 1fr); }
  .avail-stats__item + .avail-stats__item::before { display: none; }
}
@media (max-width: 767px) {
  :root { --section-pad: 70px 0; }
  .avail-hero { height: 85vh; min-height: 560px; }
  .avail-hero__title { line-height: 0.96; }
  .avail-showcase__grid { grid-template-columns: 1fr; }
  .avail-showcase__grid .video-cell,
  .avail-showcase__grid .video-cell:first-child,
  .avail-showcase__grid .video-cell:nth-child(2),
  .avail-showcase__grid .video-cell:nth-child(3),
  .avail-showcase__grid .video-cell:nth-child(4) {
    grid-column: 1;
    grid-row: auto;
  }
  .avail-ba-grid { grid-template-columns: repeat(2, 1fr); }
  .avail-about__badge { width: 120px; height: 120px; }
  .avail-about__badge-num { font-size: 36px; }
  .avail-cta::before { display: none; }
  .avail-transforms__tabs { overflow-x: auto; }
}
@media (max-width: 480px) {
  .avail-ba-grid { grid-template-columns: 1fr 1fr; }
}

/* ── Video Reel Showcase — Portrait Card Carousel ────────── */
.avail-reel {
  background: var(--avail-navy);
  padding: 80px 0 60px;
  /* clip horizontal overflow from cards that peek outside stage */
  overflow: hidden;
  overflow-x: clip;
}
.avail-reel__header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 48px;
  flex-wrap: wrap;
  gap: 20px;
}
.avail-reel__counter {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
}
.avail-reel__counter-current {
  font-family: 'Cormorant Garamond', serif;
  font-size: 52px;
  font-weight: 600;
  color: var(--avail-gold);
  line-height: 1;
  transition: all 0.3s ease;
}
.avail-reel__counter-sep {
  width: 40px;
  height: 1px;
  background: var(--avail-border);
  flex-shrink: 0;
}
.avail-reel__counter-total {
  font-family: 'Cormorant Garamond', serif;
  font-size: 28px;
  font-weight: 400;
  color: rgba(245,241,234,0.25);
  line-height: 1;
}

/* Portrait card carousel stage — translate-based centering */
.avail-reel__stage {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 16px;
  padding: 20px 0 32px;
  overflow: visible;
  position: relative;
  /* Fixed height to prevent layout shifts during transitions */
  height: calc(533px + 20px + 32px);
  /* JS applies translateX to center active card */
  transition: transform 0.5s cubic-bezier(0.4,0,0.2,1);
  will-change: transform;
}

/* Each portrait card */
.avail-reel__card {
  flex-shrink: 0;
  width: 200px;
  /* 9:16 aspect ratio */
  height: 356px;
  position: relative;
  cursor: pointer;
  transition: width 0.5s cubic-bezier(0.4,0,0.2,1),
              height 0.5s cubic-bezier(0.4,0,0.2,1),
              opacity 0.4s ease,
              transform 0.5s cubic-bezier(0.4,0,0.2,1);
  opacity: 0.38;
  transform: scale(0.92);
  border-radius: 0;
}
.avail-reel__card.active {
  width: 300px;
  height: 533px;
  opacity: 1;
  transform: scale(1);
  z-index: 2;
}
/* Adjacent cards slightly more visible */
.avail-reel__card.adjacent {
  opacity: 0.6;
  transform: scale(0.96);
}

.avail-reel__card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: var(--avail-navy-light);
}
.avail-reel__card-inner video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.6s ease, opacity 0.2s ease;
  /* Hide loading indicator when video is present */
  position: relative;
  z-index: 2;
  opacity: 1;
}
.avail-reel__card-inner video::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--avail-navy-light);
  z-index: 1;
}
.avail-reel__card.active .avail-reel__card-inner video {
  /* slight zoom in on active */
}
.avail-reel__card:not(.active):hover {
  opacity: 0.75;
  transform: scale(0.95);
}

/* Gold corner marks — visible only on active */
.avail-reel__corner {
  position: absolute;
  width: 18px;
  height: 18px;
  z-index: 4;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.4s ease;
}
.avail-reel__card.active .avail-reel__corner { opacity: 1; }
.avail-reel__corner--tl { top: 12px; left: 12px; border-top: 2px solid var(--avail-gold); border-left: 2px solid var(--avail-gold); }
.avail-reel__corner--tr { top: 12px; right: 12px; border-top: 2px solid var(--avail-gold); border-right: 2px solid var(--avail-gold); }
.avail-reel__corner--bl { bottom: 12px; left: 12px; border-bottom: 2px solid var(--avail-gold); border-left: 2px solid var(--avail-gold); }
.avail-reel__corner--br { bottom: 12px; right: 12px; border-bottom: 2px solid var(--avail-gold); border-right: 2px solid var(--avail-gold); }

/* Card label — bottom of active card */
.avail-reel__card-label {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 40px 16px 16px;
  background: linear-gradient(0deg, rgba(28,31,42,0.92) 0%, transparent 100%);
  display: flex;
  flex-direction: column;
  gap: 2px;
  z-index: 3;
  opacity: 0;
  transition: opacity 0.4s ease;
}
.avail-reel__card.active .avail-reel__card-label { opacity: 1; }
.avail-reel__card-num {
  font-family: 'Cormorant Garamond', serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.3em;
  color: var(--avail-gold);
  text-transform: uppercase;
}
.avail-reel__card-name {
  font-family: 'DM Sans', sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--avail-white);
}

/* Footer: nav + dots + link */
.avail-reel__footer {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 8px;
  flex-wrap: wrap;
  gap: 16px;
  width: 100%;
}
.avail-reel__nav {
  display: flex;
  align-items: center;
  gap: 16px;
}
.avail-reel__nav-btn {
  width: 44px;
  height: 44px;
  background: transparent;
  border: 1px solid var(--avail-border);
  color: rgba(245,241,234,0.55);
  font-size: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: border-color 0.25s, color 0.25s, background 0.25s;
  clip-path: polygon(0 0, calc(100% - 8px) 0, 100% 8px, 100% 100%, 8px 100%, 0 calc(100% - 8px));
}
.avail-reel__nav-btn:hover {
  border-color: var(--avail-gold);
  color: var(--avail-gold);
  background: rgba(200,169,110,0.06);
}
/* Dot indicators */
.avail-reel__dots {
  display: flex;
  gap: 6px;
  align-items: center;
}
.avail-reel__dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgba(200,169,110,0.25);
  transition: background 0.3s, transform 0.3s;
  cursor: pointer;
  border: none;
  padding: 0;
}
.avail-reel__dot.active {
  background: var(--avail-gold);
  transform: scale(1.4);
}

/* Responsive */
@media (max-width: 1200px) {
  .avail-reel__card { width: 160px; height: 285px; }
  .avail-reel__card.active { width: 260px; height: 462px; }
  .avail-reel__stage { height: calc(462px + 20px + 32px); }
}
@media (max-width: 991px) {
  .avail-reel__stage { 
    gap: 10px;
    height: calc(391px + 20px + 32px);
  }
  .avail-reel__card { width: 130px; height: 231px; }
  .avail-reel__card.active { width: 220px; height: 391px; }
}
@media (max-width: 767px) {
  .avail-reel__stage {
    gap: 12px;
    padding: 20px 0 28px;
    /* on mobile clip so screen isn't cluttered */
    overflow: hidden;
    height: calc(380px + 20px + 28px);
    /* Add fade gradients on sides */
    position: relative;
  }
  .avail-reel__stage::before,
  .avail-reel__stage::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 40px;
    z-index: 5;
    pointer-events: none;
  }
  .avail-reel__stage::before {
    left: 0;
    background: linear-gradient(to right, var(--avail-navy) 0%, transparent 100%);
  }
  .avail-reel__stage::after {
    right: 0;
    background: linear-gradient(to left, var(--avail-navy) 0%, transparent 100%);
  }
  .avail-reel__card { 
    width: 120px; 
    height: 213px; 
    opacity: 0.4;
    transform: scale(0.85);
  }
  .avail-reel__card.active { 
    width: 220px; 
    height: 380px; 
    opacity: 1;
    transform: scale(1);
  }
  .avail-reel__card.adjacent {
    opacity: 0.6;
    transform: scale(0.92);
  }
  .avail-reel__card-name { font-size: 12px; }
  
  /* Mobile footer adjustments */
  .avail-reel__footer {
    justify-content: center;
    padding: 0 20px;
  }
  .avail-reel__nav {
    gap: 12px;
  }
  .avail-reel__nav-btn {
    width: 36px;
    height: 36px;
    font-size: 11px;
  }
  .avail-reel__dots {
    gap: 8px;
  }
  .avail-reel__dot {
    width: 5px;
    height: 5px;
  }
}

/* ── Simplified Before/After Gallery ─────────────────────────── */
.avail-transforms__simple-gallery {
  position: relative;
  margin-top: 32px;
}

/* Slider Container */
.avail-transforms__slider-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 32px;
  padding: 0 16px;
}

.avail-transforms__slider-item {
  position: relative;
  overflow: hidden;
  border-radius: 0;
  background: var(--avail-white);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.avail-transforms__slider-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
}

/* TwentyTwenty Container */
.twentytwenty-container {
  width: 100%;
  height: 320px;
  position: relative;
  overflow: hidden;
  cursor: ew-resize;
}

.twentytwenty-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Room Numbers */
.avail-transforms__room-number {
  position: absolute;
  top: 16px;
  right: 16px;
  font-family: 'Cormorant Garamond', serif;
  font-size: 14px;
  font-weight: 600;
  color: var(--avail-white);
  background: rgba(28, 31, 42, 0.8);
  padding: 6px 12px;
  border-radius: 2px;
  z-index: 10;
}

/* Responsive Design */
@media (max-width: 1200px) {
  .avail-transforms__slider-container {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 24px;
  }
  
  .twentytwenty-container {
    height: 280px;
  }
  
  .avail-transforms__room-number {
    font-size: 12px;
    padding: 4px 10px;
  }
}

@media (max-width: 991px) {
  .avail-transforms__slider-container {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  
  .twentytwenty-container {
    height: 320px;
  }
  
  .avail-transforms__room-number {
    font-size: 14px;
    padding: 6px 12px;
  }
}

@media (max-width: 767px) {
  .twentytwenty-container {
    height: 280px;
    cursor: ns-resize;
  }
  
  .avail-transforms__room-number {
    font-size: 12px;
    padding: 4px 10px;
    top: 12px;
    right: 12px;
  }
}

@media (max-width: 480px) {
  .twentytwenty-container {
    height: 240px;
  }
  
  .avail-transforms__room-number {
    font-size: 11px;
    padding: 3px 8px;
    top: 10px;
    right: 10px;
  }
}

/* ── Premium Footer Design ──────────────────────────────────── */
.avail-footer {
  background: var(--avail-navy);
  position: relative;
  overflow: hidden;
  border-top: 1px solid rgba(200, 169, 110, 0.1);
}

.avail-footer::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background: radial-gradient(circle at top right, rgba(200, 169, 110, 0.03) 0%, transparent 40%), 
              radial-gradient(circle at bottom left, rgba(200, 169, 110, 0.02) 0%, transparent 50%);
  z-index: -1;
}

.site-footer__top {
  padding: 0;
  display: grid;
  place-items: center;
  min-height: 320px;
}

/* Footer Logo */
.footer-logo {
  display: inline-block;
  margin-bottom: 24px;
}

.footer-logo img {
  height: 96px;
  width: auto;
  filter: brightness(1.1);
  transition: filter 0.3s ease;
}

.footer-logo:hover img {
  filter: brightness(1.3) saturate(1.2);
}

/* About Text */
.footer-widget__about-text {
  font-family: 'DM Sans', sans-serif;
  font-size: 14px;
  line-height: 1.7;
  color: rgba(245, 241, 234, 0.7);
  margin: 0 0 28px;
  max-width: 320px;
}

/* Widget Titles */
.footer-widget h3.footer-widget__title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--avail-white);
  margin-bottom: 24px;
  position: relative;
}

.footer-widget h3.footer-widget__title::after {
  content: '';
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 30px;
  height: 1px;
  background: var(--avail-gold);
  opacity: 0.7;
}

/* Contact Information */
.footer-contact {
  font-family: 'DM Sans', sans-serif;
  font-style: normal;
  margin: 0;
}

.footer-contact p {
  margin: 0 0 12px 0;
  font-size: 14px;
  line-height: 1.6;
  color: rgba(245, 241, 234, 0.7);
  display: flex;
  align-items: center;
  gap: 12px;
}

.footer-contact p:last-child {
  margin-bottom: 0;
}

.footer-contact i {
  color: var(--avail-gold);
  font-size: 13px;
  min-width: 16px;
  opacity: 0.8;
}

.footer-contact a {
  color: rgba(245, 241, 234, 0.7);
  text-decoration: none;
  transition: all 0.2s ease;
  border-bottom: 1px solid transparent;
}

.footer-contact a:hover {
  color: var(--avail-gold);
  border-bottom-color: var(--avail-gold);
}

/* Social Icons */
.footer-social {
  display: flex;
  gap: 16px;
  margin-top: 8px;
}

.footer-social a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(200, 169, 110, 0.08);
  color: rgba(245, 241, 234, 0.7);
  font-size: 14px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  border: 1px solid rgba(200, 169, 110, 0.15);
}

.footer-social a:hover {
  background: var(--avail-gold);
  color: var(--avail-navy);
  transform: translateY(-2px) scale(1.1);
  border-color: var(--avail-gold);
  box-shadow: 0 4px 12px rgba(200, 169, 110, 0.25);
}

/* Footer Bottom */
.site-footer__bottom {
  border-top: 1px solid rgba(245, 241, 234, 0.08);
  padding: 28px 0;
}

.site-footer__bottom-text {
  font-family: 'DM Sans', sans-serif;
  font-size: 13px;
  color: rgba(245, 241, 234, 0.5);
  margin: 0;
  line-height: 1.5;
}

.site-footer__bottom-text a {
  color: var(--avail-gold);
  font-weight: 500;
  text-decoration: none;
  transition: all 0.2s ease;
}

.site-footer__bottom-text a:hover {
  color: var(--avail-white);
  text-decoration: underline;
}

/* Spacing and Layout */
.footer-widget {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.footer-widget--about {
  margin-top: 0;
}

/* Responsive Design */
@media (max-width: 1199px) {
  .site-footer__top {
    padding: 0;
    min-height: 280px;
  }
  
  .footer-logo img {
    height: 80px;
  }
}

@media (max-width: 991px) {
  .site-footer__top {
    padding: 0;
    min-height: 240px;
  }
  
  .footer-contact p {
    font-size: 13px;
  }
  
  .footer-social a {
    width: 32px;
    height: 32px;
    font-size: 13px;
  }
  
  .site-footer__bottom {
    padding: 24px 0;
  }
  
  .site-footer__bottom-text {
    font-size: 12px;
    text-align: center;
  }
  
  .site-footer__bottom .col-lg-6:last-child {
    margin-top: 12px;
  }
}

@media (max-width: 767px) {
  .site-footer__top {
    padding: 0;
    min-height: 220px;
  }
  
  .footer-logo img {
    height: 68px;
  }
  
  .footer-widget h3.footer-widget__title {
    font-size: 15px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }
  
  .footer-widget h3.footer-widget__title::after {
    left: 50%;
    transform: translateX(-50%);
  }
  
  .footer-contact p {
    font-size: 13px;
    gap: 10px;
  }
  
  .footer-social {
    gap: 12px;
  }
  
  .footer-social a {
    width: 30px;
    height: 30px;
    font-size: 12px;
  }
  
  .site-footer__bottom-text {
    font-size: 12px;
  }
}

@media (max-width: 480px) {
  .site-footer__top {
    padding: 0;
    min-height: 180px;
  }
  
  .row.gy-5 {
    text-align: center;
  }
  
  .col-xl-4.col-lg-4.col-md-6 {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 28px;
  }
  
  .footer-logo {
    margin-bottom: 20px;
  }
  
  .footer-logo img {
    height: 60px;
  }
  
  .footer-widget h3.footer-widget__title {
    font-size: 14px;
    margin-bottom: 18px;
    margin-left: auto;
    margin-right: auto;
  }
  
  .footer-widget h3.footer-widget__title::after {
    left: 50%;
    transform: translateX(-50%);
  }
  
  .footer-contact {
    display: inline-block;
    text-align: left;
    margin: 0 auto 14px;
  }
  
  .footer-contact p {
    font-size: 12px;
    gap: 8px;
    justify-content: center;
  }
  
  .footer-social {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin: 0 auto;
  }
  
  .footer-social a {
    width: 28px;
    height: 28px;
    font-size: 11px;
  }
  
  .site-footer__bottom {
    padding: 20px 0;
  }
  
  .site-footer__bottom-text {
    font-size: 11px;
  }
}
