/* ================= iOS MOBILE SCROLL FIX ================= */
/* Removed overly restrictive iOS-specific rules */

/* Prevent horizontal overflow on all devices */
html {
  overflow-x: clip;
}

body {
  overflow-x: clip;
  width: 100%;
  max-width: 100%;
  /* Fixed header offset: top-bar (40px) + navbar (60px) = 100px */
  padding-top: 100px;
}

/* Mobile header offset: mobile-call-bar (35px) + navbar (60px) = 95px */
@media (max-width: 991px) {
  body {
    padding-top: 95px;
  }
}

/* ================= FASTER SCROLL ANIMATIONS ================= */
/* Speed up all scroll-triggered animations */
.scroll-reveal,
.scroll-reveal-left,
.scroll-reveal-right,
.scroll-reveal-scale,
.anim-img-reveal,
.anim-fade,
.anim-scale,
[data-scroll] {
  transition-duration: 0.4s !important;
}

/* Reduce stagger delays */
.stagger-children > * {
  transition-delay: 0.05s !important;
}

/* ================= PAGE HERO BANNERS ================= */
.banner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.banner img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.banner-desktop {
  display: block;
}

.banner-mobile {
  display: none;
}

@media (max-width: 768px) {
  .banner-desktop {
    display: none;
  }
  .banner-mobile {
    display: block;
  }
}

.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(108,64,63,0.85) 0%, rgba(74,44,43,0.75) 100%);
  z-index: 1;
}

.hero-content-centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  text-align: center;
  width: 90%;
  max-width: 900px;
  color: #fff;
}

.hero-content-centered h1 {
  font-family: 'Bai Jamjuree', sans-serif;
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-shadow: 0 2px 10px rgba(0,0,0,0.3);
}

.hero-content-centered p {
  font-size: 18px;
  line-height: 1.8;
  margin-bottom: 30px;
  opacity: 0.95;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}

.hero-content-mobile {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  text-align: center;
  width: 90%;
  color: #fff;
}

.hero-content-mobile h1 {
  font-family: 'Bai Jamjuree', sans-serif;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.hero-content-mobile p {
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 20px;
  opacity: 0.9;
}

.hero-buttons {
  display: flex;
  gap: 15px;
  justify-content: center;
  flex-wrap: wrap;
}

.btn-hero-primary {
  background: #ba970d;
  color: #fff;
  padding: 14px 32px;
  border-radius: 30px;
  font-weight: 600;
  font-size: 15px;
  text-decoration: none;
  transition: all 0.3s ease;
  border: 2px solid #ba970d;
}

.btn-hero-primary:hover {
  background: #a3850b;
  border-color: #a3850b;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(186,151,13,0.4);
}

.btn-hero-outline {
  background: transparent;
  color: #fff;
  padding: 14px 32px;
  border-radius: 30px;
  font-weight: 600;
  font-size: 15px;
  text-decoration: none;
  transition: all 0.3s ease;
  border: 2px solid #fff;
}

.btn-hero-outline:hover {
  background: #fff;
  color: #6C403F;
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(255,255,255,0.3);
}

@media (max-width: 768px) {
  .hero-content-mobile h1 {
    font-size: 24px;
  }
  
  .hero-content-mobile p {
    font-size: 13px;
  }
  
  .btn-hero-primary,
  .btn-hero-outline {
    padding: 12px 24px;
    font-size: 13px;
  }
}

/* ================= HERO SECTION FIXES ================= */
/* Reduce top padding since body already has padding-top */
.about-hero,
.contact-hero,
.project-hero {
  padding-top: 60px !important;
}

.gallery-hero,
.csr-hero,
.media-hero,
.page-hero {
  margin-top: 0 !important;
}

/* Mobile hero spacing */
@media (max-width: 768px) {
  .about-hero,
  .contact-hero,
  .project-hero {
    padding-top: 40px !important;
  }
}

/* ================= SECTION GAPS ================= */
/* Ensure minimum spacing between sections that may be missing gaps */
section:not(:first-child):not(.about-hero):not(.contact-hero):not(.project-hero):not(.gallery-hero):not(.csr-hero):not(.media-hero):not(.page-hero) {
  margin-top: 0;
}

/* ================= REDUCED SECTION PADDING (38px) ================= */
/* Override all large section paddings to 38px */
.padding-top-bottom-120,
.padding-top-bottom-100,
.padding-top-bottom-90,
.padding-top-bottom-80,
.padding-top-bottom-70,
.padding-top-bottom-60 {
  padding-top: 38px !important;
  padding-bottom: 38px !important;
}

.padding-top-120,
.padding-top-100,
.padding-top-90,
.padding-top-80,
.padding-top-70,
.padding-top-60 {
  padding-top: 38px !important;
}

.padding-bottom-120,
.padding-bottom-100,
.padding-bottom-90,
.padding-bottom-80,
.padding-bottom-70,
.padding-bottom-60 {
  padding-bottom: 38px !important;
}

/* Sections that need explicit padding */
.values-section,
.final-cta,
.contact-section,
.video-gallery-section,
.initiatives-section,
.impact-section,
.team-section,
.founders-section {
  padding-top: 38px;
  padding-bottom: 38px;
}

/* Mobile section spacing */
@media (max-width: 768px) {
  .padding-top-bottom-120,
  .padding-top-bottom-100,
  .padding-top-bottom-90,
  .padding-top-bottom-80,
  .padding-top-bottom-70,
  .padding-top-bottom-60 {
    padding-top: 28px !important;
    padding-bottom: 28px !important;
  }
  
  .padding-top-120,
  .padding-top-100,
  .padding-top-90,
  .padding-top-80,
  .padding-top-70,
  .padding-top-60 {
    padding-top: 28px !important;
  }
  
  .padding-bottom-120,
  .padding-bottom-100,
  .padding-bottom-90,
  .padding-bottom-80,
  .padding-bottom-70,
  .padding-bottom-60 {
    padding-bottom: 28px !important;
  }
  
  .values-section,
  .final-cta,
  .contact-section,
  .video-gallery-section,
  .initiatives-section,
  .impact-section,
  .team-section,
  .founders-section {
    padding-top: 28px;
    padding-bottom: 28px;
  }
}

/* Override Locomotive Scroll plugin's overflow:hidden on mobile */
@media (max-width: 992px) {
  html,
  html.has-scroll-smooth,
  body,
  .has-scroll-smooth body {
    overflow: visible !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
    height: auto !important;
    position: relative !important;
  }
  
  /* Disable smooth scroll on mobile to prevent scroll blocking */
  [data-scroll-container] {
    height: auto !important;
    overflow: visible !important;
    transform: none !important;
  }
}

/* Overlay scrollbar - positioned over content, not beside it */
html {
  scrollbar-width: thin;
  scrollbar-color: rgba(108, 64, 63, 0.5) transparent;
}

/* Webkit scrollbar styling - overlay mode */
::-webkit-scrollbar {
  width: 10px;
  background: transparent;
}

::-webkit-scrollbar-track {
  background: transparent;
}

::-webkit-scrollbar-thumb {
  background: rgba(108, 64, 63, 0.4);
  border-radius: 10px;
  border: 2px solid transparent;
  background-clip: content-box;
}

::-webkit-scrollbar-thumb:hover {
  background: rgba(108, 64, 63, 0.6);
  border: 2px solid transparent;
  background-clip: content-box;
}

/* Mobile scrollbar hide */
@media (max-width: 992px) {
  ::-webkit-scrollbar {
    width: 0px;
    background: transparent;
  }
  
  html {
    scrollbar-width: none;
  }
  
  body {
    -ms-overflow-style: none;
  }
}

/* ================= ANTI-FLICKER FIX ================= */
.mission-card,
.trust-card,
.testimonial-card,
.stat-box,
.value-card,
.project-box,
.gallery-item,
.video-card,
.initiative-card,
.impact-item,
.quick-card,
.office-card-new,
.social-card-new,
.btn-site-visit,
.btn-whatsapp,
.navbar .btn,
.enquiry-submit,
.btn-view-all,
.btn-help-whatsapp,
.btn-help-call,
.floating-btn,
.final-cta .btn-light,
.final-cta .btn-outline-light {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-perspective: 1000px;
  perspective: 1000px;
  transform-style: preserve-3d;
  will-change: transform, box-shadow;
  isolation: isolate;
  position: relative;
  overflow: visible;
}

/* Invisible hover buffer zone to prevent edge flickering */
.mission-card::after,
.trust-card::after,
.stat-box::after,
.value-card::after,
.project-box::after,
.video-card::after,
.initiative-card::after,
.impact-item::after,
.quick-card::after,
.office-card-new::after,
.social-card-new::after {
  content: '';
  position: absolute;
  top: -15px;
  left: -15px;
  right: -15px;
  bottom: -15px;
  z-index: -1;
  pointer-events: auto;
  border-radius: inherit;
}

/* Gallery item uses ::after for overlay, use ::before for buffer instead */
.gallery-item::before {
  content: '';
  position: absolute;
  top: -15px;
  left: -15px;
  right: -15px;
  bottom: -15px;
  z-index: -1;
  pointer-events: auto;
}

/* Testimonial card - uses ::before for quote mark, use ::after for buffer */
.testimonial-card::after {
  content: '';
  position: absolute;
  top: -15px;
  left: -15px;
  right: -15px;
  bottom: -15px;
  z-index: -1;
  pointer-events: auto;
  border-radius: inherit;
}

/* Button hover buffer */
.btn-site-visit::after,
.btn-whatsapp::after,
.navbar .btn::after,
.enquiry-submit::after,
.btn-view-all::after,
.btn-help-whatsapp::after,
.btn-help-call::after,
.floating-btn::after,
.final-cta .btn-light::after,
.final-cta .btn-outline-light::after {
  content: '';
  position: absolute;
  top: -10px;
  left: -10px;
  right: -10px;
  bottom: -10px;
  z-index: -1;
  pointer-events: auto;
  border-radius: inherit;
}

/* ================= AILERON FONT FACES ================= */
@font-face {
  font-family: 'Aileron';
  src: url('assets/fonts/Aileron-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: 'Aileron';
  src: url('assets/fonts/Aileron-ThinItalic.otf') format('opentype');
  font-weight: 100;
  font-style: italic;
}
@font-face {
  font-family: 'Aileron';
  src: url('assets/fonts/Aileron-UltraLight.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: 'Aileron';
  src: url('assets/fonts/Aileron-UltraLightItalic.otf') format('opentype');
  font-weight: 200;
  font-style: italic;
}
@font-face {
  font-family: 'Aileron';
  src: url('assets/fonts/Aileron-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Aileron';
  src: url('assets/fonts/Aileron-LightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: 'Aileron';
  src: url('assets/fonts/Aileron-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Aileron';
  src: url('assets/fonts/Aileron-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'Aileron';
  src: url('assets/fonts/Aileron-SemiBold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Aileron';
  src: url('assets/fonts/Aileron-SemiBoldItalic.otf') format('opentype');
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: 'Aileron';
  src: url('assets/fonts/Aileron-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Aileron';
  src: url('assets/fonts/Aileron-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: 'Aileron';
  src: url('assets/fonts/Aileron-Heavy.otf') format('opentype');
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: 'Aileron';
  src: url('assets/fonts/Aileron-HeavyItalic.otf') format('opentype');
  font-weight: 800;
  font-style: italic;
}
@font-face {
  font-family: 'Aileron';
  src: url('assets/fonts/Aileron-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'Aileron';
  src: url('assets/fonts/Aileron-BlackItalic.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
}

/* Fade-in animation for main content */
.fade-in {
  animation: fadeInScreen3 1.2s ease;
}

@keyframes fadeInScreen3 {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}
/* Right-side content for first hero-slide */
.hero-slide-content-right {
  left: auto !important;
  right: 0 !important;
  text-align: right;
  padding-left: 0 !important;
  padding-right: 0 !important;
  display: table-cell;
  vertical-align: middle;
  max-width: 700px;
  box-sizing: border-box;
  height: 100%;
  font-family: 'Aileron', Arial, sans-serif;
  /* Match other slides */
  transform: translateY(-60px);
  opacity: 0;
  overflow: hidden;
  transition: transform 1.5s cubic-bezier(.77,0,.18,1), opacity 1.5s cubic-bezier(.77,0,.18,1);
}
.hero-slide.active .hero-slide-content-right {
  transform: translateY(0);
  opacity: 1;
}
.hero-slide-content-inner-right {
  margin-left: auto !important;
  margin-right: 0 !important;
  padding-left: 0 !important;
  padding-right: 40px !important;
  text-align: right;
  max-width: 540px;
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
}
.vline-right {
  left: auto !important;
  right: 0 !important;
  margin-left: 0 !important;
  margin-right: 3%;
}
/* Right-side polygon for first hero-slide */
.hero-slide-polygon-right {
  left: auto !important;
  right: 0 !important;
  width: 60vw;
  height: 100%;
  z-index: 3;
  pointer-events: none;
  transform: translateX(80px);
  opacity: 0;
  transition: transform 1.5s cubic-bezier(.77,0,.18,1), opacity 1.5s cubic-bezier(.77,0,.18,1);
}
.hero-slide.active .hero-slide-polygon-right {
  transform: translateX(0);
  opacity: 1;
}
/* ================= STATS SECTION ================= */
.stats-section {
  background: #6C403F; /* primary brand color */
  padding: 70px 0;
  position: relative;
  z-index: 2;
}

.stat-box {
  color: #fff;
  padding: 20px;
  border-radius: 16px;
  transition: transform 0.5s cubic-bezier(.17, .85, .438, .99),
              background 0.4s ease;
  will-change: transform;
  backface-visibility: hidden;
  transform: translate3d(0, 0, 0);
  position: relative;
  overflow: visible;
}

.stat-box:hover {
  transform: translate3d(0, -8px, 0);
  /* background: rgba(255, 255, 255, 0.08); */
}

.stat-box i {
  font-size: 28px;
  margin-bottom: 12px;
  display: inline-block;
  transition: transform 0.4s cubic-bezier(.17, .85, .438, .99);
}

.stat-box:hover i {
  transform: scale(1.2);
}

.stat-box h3 {
  font-family: 'Bai Jamjuree', sans-serif;
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 6px;
}

.stat-box p {
  font-size: 14px;
  opacity: 0.9;
  margin: 0;
}

/* Mobile fine-tuning */
@media (max-width: 576px) {
  .stat-box h3 {
    font-size: 34px;
  }
}
/* ================= PROJECTS SECTION ================= */
.projects-section {
  background: #faf7f0;
  padding: 45px 0;
}

.section-title {
  font-family: 'Bai Jamjuree', sans-serif;
  font-size: 42px;
  margin-bottom: 10px;
}

.section-subtitle {
  font-size: 15px;
  color: #555;
  max-width: 100%;
  margin: 0 auto 30px;
  white-space: nowrap;
}

@media (max-width: 768px) {
  .section-subtitle {
    white-space: normal;
    max-width: 90%;
  }
}

.project-filters {
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
}

.filter-btn {
  border: none;
  padding: 8px 18px;
  border-radius: 20px;
  font-size: 14px;
  background: #f1ede4;
  cursor: pointer;
  transition: all 0.4s cubic-bezier(.17, .85, .438, .99);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translate3d(0, 0, 0);
  perspective: 1000px;
  will-change: transform;
  position: relative;
}

.filter-btn::after {
  content: '';
  position: absolute;
  top: -10px;
  left: -10px;
  right: -10px;
  bottom: -10px;
  z-index: -1;
  pointer-events: auto;
  border-radius: inherit;
}

.filter-btn:hover {
  background: #e8e2d6;
  transform: translate3d(0, -2px, 0);
}

.filter-btn.active {
  background: #6C403F;
  color: #fff;
}

.project-box {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0,0,0,0.06);
  height: 100%;
}

.project-image {
  position: relative;
}

.project-image img {
  width: 100%;
  height: 230px;
  object-fit: cover;
}

.badge {
  position: absolute;
  top: 12px;
  left: 12px;
  font-size: 12px;
  padding: 5px 12px;
  border-radius: 20px;
  color: #fff;
}

.badge-type {
  left: auto;
  right: 12px;
  background: rgba(0,0,0,0.6);
}

.badge-green { background: linear-gradient(91.95deg,#ba970d -10%,#ba970d 59.49%,#ba970d 139.44%); }
.badge-orange { background: #c97b2a; }

.project-content {
  padding: 20px;
}

.project-content h4 {
  font-family: 'Bai Jamjuree', sans-serif;
  margin-bottom: 6px;
}

.location {
  font-size: 13px;
  color: #777;
}

.project-info {
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
}

.project-info small {
  font-size: 12px;
  color: #777;
}

.price-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.price {
  color: #6C403F;
  font-weight: 600;
}

.details-link {
  font-size: 14px;
  color: #6C403F;
  text-decoration: none;
}

.btn-view-all {
  background: #6C403F;
  color: #fff;
  padding: 14px 30px;
  border-radius: 30px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
  transition: transform 0.4s cubic-bezier(.17, .85, .438, .99),
              box-shadow 0.4s ease,
              background 0.3s ease,
              gap 0.4s ease;
}

.btn-view-all:hover {
  transform: translate3d(0, -4px, 0);
  box-shadow: 0 15px 35px rgba(108, 64, 63, 0.3);
  background: #4a2c2b;
  color: #fff;
  gap: 12px;
}
/* ================= OUR MISSION ================= */
.mission-section {
  background: linear-gradient(180deg, #faf7f0 0%, #f5ede3 100%);
  padding: 50px 0;
}

.section-tag {
  display: inline-block;
  background: #ba970d;
  color: #fff;
  padding: 8px 20px;
  border-radius: 25px;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 20px;
  transition: transform 0.4s cubic-bezier(.17, .85, .438, .99),
              box-shadow 0.4s ease;
}

.section-tag:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(186, 151, 13, 0.3);
}

.mission-header {
  max-width: 780px;
  margin: 0 auto 50px;
}

.mission-header h2 {
  font-family: 'Bai Jamjuree', sans-serif;
  font-size: 46px;
  margin-bottom: 20px;
  color: #231f20;
}

.mission-intro {
  font-size: 17px;
  color: #555;
  line-height: 1.8;
}

/* Mission Highlight */
.mission-highlight {
  background: linear-gradient(135deg, #6C403F 0%, #4a2c2b 100%);
  border-radius: 20px;
  padding: 50px;
  margin-bottom: 50px;
  text-align: center;
}

.mission-highlight-content h3 {
  font-family: 'Bai Jamjuree', sans-serif;
  font-size: 32px;
  color: #fff;
  margin-bottom: 15px;
  font-style: italic;
}

.mission-highlight-content p {
  color: rgba(255,255,255,0.8);
  font-size: 16px;
  margin: 0;
}

/* Cards */
.mission-card {
  background: #fff;
  border-radius: 16px;
  padding: 32px 28px;
  height: 100%;
  box-shadow: 0 10px 40px rgba(0,0,0,0.06);
  position: relative;
  overflow: visible;
  transition: transform 0.5s cubic-bezier(.17, .85, .438, .99),
              box-shadow 0.5s cubic-bezier(.17, .85, .438, .99);
  border: 1px solid rgba(0,0,0,0.04);
  will-change: transform;
  backface-visibility: hidden;
  transform: translate3d(0, 0, 0);
}

.mission-card:hover {
  transform: translate3d(0, -10px, 0);
  box-shadow: 0 25px 60px rgba(0,0,0,0.15);
}

.mission-card-number {
  position: absolute;
  top: 20px;
  right: 20px;
  font-family: 'Bai Jamjuree', sans-serif;
  font-size: 42px;
  font-weight: 700;
  color: rgba(108, 64, 63, 0.08);
  line-height: 1;
}

.mission-card h4 {
  font-family: 'Bai Jamjuree', sans-serif;
  font-size: 20px;
  margin-bottom: 12px;
  color: #231f20;
}

.mission-card p {
  font-size: 14px;
  color: #666;
  margin: 0;
  line-height: 1.7;
}

.icon-box {
  width: 50px;
  height: 50px;
  border-radius: 12px;
  background: #6C403F;
  color: #fff !important;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  font-size: 22px;
  text-align: center;
  line-height: 50px;
  transition: transform 0.5s cubic-bezier(.17, .85, .438, .99),
              background 0.4s ease,
              box-shadow 0.4s ease;
}

.mission-card:hover .icon-box {
  transform: scale(1.1) rotate(5deg);
  background: #ba970d;
  box-shadow: 0 10px 25px rgba(186, 151, 13, 0.3);
}

.icon-box i {
  color: #fff !important;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

/* Bottom Statement */
.mission-footer {
  max-width: 800px;
  margin: 60px auto 0;
  text-align: center;
}

.mission-footer-inner {
  position: relative;
}

.mission-footer .accent-line {
  display: block;
  width: 60px;
  height: 4px;
  background: linear-gradient(90deg, #6C403F, #ba970d);
  border-radius: 4px;
  margin: 0 auto 25px;
  transition: width 0.6s cubic-bezier(.17, .85, .438, .99);
}

.mission-footer:hover .accent-line {
  width: 100px;
}

.mission-footer p {
  font-size: 16px;
  color: #444;
  line-height: 1.8;
  margin-bottom: 25px;
}

.mission-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #6C403F;
  font-weight: 600;
  text-decoration: none;
  font-size: 15px;
  padding: 12px 28px;
  border: 2px solid #6C403F;
  border-radius: 30px;
  transition: all 0.4s cubic-bezier(.17, .85, .438, .99);
}

.mission-cta:hover {
  background: #6C403F;
  color: #fff;
  gap: 12px;
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(108, 64, 63, 0.25);
}

.mission-cta i {
  transition: transform 0.4s cubic-bezier(.17, .85, .438, .99);
}

.mission-cta:hover i {
  transform: translateX(4px);
}

/* Responsive */
@media (max-width: 992px) {
  .mission-header h2 {
    font-size: 38px;
  }
  
  .mission-highlight {
    padding: 40px 30px;
  }
  
  .mission-highlight-content h3 {
    font-size: 26px;
  }
}

@media (max-width: 768px) {
  .mission-header h2 {
    font-size: 32px;
  }
  
  .mission-highlight {
    padding: 30px 20px;
  }
  
  .mission-highlight-content h3 {
    font-size: 22px;
  }

  .mission-card {
    padding: 24px 20px;
    text-align: center;
  }

  .mission-card .icon-box {
    margin: 0 auto 20px;
  }
}
/* ================= TESTIMONIALS ================= */
/* ================= TESTIMONIALS ================= */
.testimonials-section {
  background: linear-gradient(135deg, #6C403F 0%, #4a2c2b 100%);
  padding: 50px 0;
  color: #fff;
  position: relative;
  overflow: hidden;
}

.testimonials-section::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -20%;
  width: 500px;
  height: 500px;
  background: rgba(255,255,255,0.03);
  border-radius: 50%;
}

.testimonials-section::after {
  content: '';
  position: absolute;
  bottom: -30%;
  left: -10%;
  width: 400px;
  height: 400px;
  background: rgba(255,255,255,0.02);
  border-radius: 50%;
}

.testimonial-header {
  position: relative;
  z-index: 2;
  margin-bottom: 50px;
}

.testimonial-header .section-tag {
  background: #ba970d;
  color: #fff;
}

.testimonial-title {
  font-family: 'Bai Jamjuree', sans-serif;
  font-size: 46px;
  margin-bottom: 15px;
}

.testimonial-subtitle {
  font-size: 16px;
  opacity: 0.8;
  max-width: 500px;
  margin: 0 auto;
}

.testimonial-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

.testimonial-card {
  background: linear-gradient(145deg, #fff 0%, #f9f6f1 100%);
  color: #333;
  border-radius: 24px;
  padding: 50px 60px;
  max-width: 800px;
  text-align: center;
  box-shadow: 0 30px 60px rgba(0,0,0,0.2);
  position: relative;
  overflow: visible;
  transition: transform 0.6s cubic-bezier(.17, .85, .438, .99),
              box-shadow 0.5s ease;
  will-change: transform;
  backface-visibility: hidden;
  transform: translate3d(0, 0, 0);
}

.testimonial-card:hover {
  transform: translate3d(0, -8px, 0);
  box-shadow: 0 40px 80px rgba(0,0,0,0.25);
}

.testimonial-card::before {
  content: '\201C';
  position: absolute;
  top: 20px;
  left: 30px;
  font-size: 80px;
  font-family: Georgia, serif;
  color: rgba(108, 64, 63, 0.1);
  line-height: 1;
  transition: color 0.4s ease;
}

.testimonial-card:hover::before {
  color: rgba(108, 64, 63, 0.2);
}

.testimonial-avatar {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  border: 4px solid #6C403F;
  object-fit: cover;
  margin-bottom: 20px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.15);
  transition: transform 0.5s cubic-bezier(.17, .85, .438, .99),
              box-shadow 0.4s ease,
              border-color 0.3s ease;
}

.testimonial-card:hover .testimonial-avatar {
  transform: scale(1.08);
  box-shadow: 0 15px 40px rgba(0,0,0,0.2);
  border-color: #ba970d;
}

.stars {
  color: #ba970d;
  font-size: 20px;
  margin-bottom: 20px;
  letter-spacing: 4px;
}

.testimonial-text {
  font-size: 17px;
  line-height: 1.9;
  margin-bottom: 30px;
  color: #444;
  font-style: italic;
}

.testimonial-card h5 {
  font-family: 'Bai Jamjuree', sans-serif;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 6px;
  color: #231f20;
}

.designation {
  display: block;
  font-size: 14px;
  color: #777;
}

.project {
  display: inline-block;
  font-size: 13px;
  color: #fff;
  background: #6C403F;
  padding: 6px 16px;
  border-radius: 20px;
  margin-top: 12px;
  transition: transform 0.4s cubic-bezier(.17, .85, .438, .99),
              background 0.3s ease;
}

.testimonial-card:hover .project {
  transform: scale(1.05);
  background: #ba970d;
}

/* Arrows */
.testimonial-wrapper .nav-btn {
  position: absolute;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: none;
  background: #ba970d;
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  transition: transform 0.4s cubic-bezier(.17, .85, .438, .99),
              background 0.3s ease,
              box-shadow 0.4s ease;
  box-shadow: 0 5px 20px rgba(0,0,0,0.15);
  z-index: 10;
}

.testimonial-wrapper .nav-btn:hover {
  background: #6C403F;
  color: #fff;
  transform: scale(1.15);
  box-shadow: 0 10px 30px rgba(108, 64, 63, 0.3);
}

.nav-btn.prev { left: -80px; }
.nav-btn.next { right: -80px; }

/* Dots */
.testimonial-dots {
  margin-top: 50px;
  position: relative;
  z-index: 2;
}

.dot {
  display: inline-block;
  width: 12px;
  height: 12px;
  background: rgba(255,255,255,0.3);
  border-radius: 50%;
  margin: 0 6px;
  cursor: pointer;
  transition: all 0.4s cubic-bezier(.17, .85, .438, .99);
}

.dot:hover {
  background: rgba(255,255,255,0.6);
  transform: scale(1.2);
}

.dot.active {
  background: #fff;
  transform: scale(1.3);
  /* box-shadow: 0 0 15px rgba(255, 255, 255, 0.5); */
}

/* Responsive */
@media (max-width: 992px) {
  .nav-btn.prev { left: -20px; }
  .nav-btn.next { right: -20px; }
}

@media (max-width: 768px) {
  .testimonial-card {
    padding: 40px 30px;
    margin: 0 20px;
  }

  .testimonial-card::before {
    font-size: 50px;
    top: 10px;
    left: 15px;
  }

  .nav-btn {
    width: 40px;
    height: 40px;
    font-size: 16px;
  }

  .nav-btn.prev { left: 5px; }
  .nav-btn.next { right: 5px; }

  .testimonial-title {
    font-size: 34px;
  }

  .testimonial-text {
    font-size: 15px;
  }
}
/* ================= WHY TRUST ================= */
.trust-section {
  background: linear-gradient(180deg, #faf7f0 0%, #f5ede3 100%);
  padding: 50px 0;
}

.trust-header {
  max-width: 700px;
  margin: 0 auto 60px;
}

.trust-header h2 {
  font-family: 'Bai Jamjuree', sans-serif;
  font-size: 42px;
  margin-bottom: 14px;
  color: #231f20;
}

.trust-header p {
  font-size: 16px;
  color: #555;
  line-height: 1.7;
}

.trust-card {
  background: #fff;
  border-radius: 16px;
  padding: 32px 28px;
  height: 100%;
  box-shadow: 0 10px 40px rgba(0,0,0,0.06);
  border: 1px solid rgba(0,0,0,0.04);
  border-left: 4px solid #6C403F;
  transition: transform 0.5s cubic-bezier(.17, .85, .438, .99),
              box-shadow 0.5s cubic-bezier(.17, .85, .438, .99);
  will-change: transform;
  backface-visibility: hidden;
  transform: translate3d(0, 0, 0);
  position: relative;
  overflow: visible;
}

.trust-card:hover {
  transform: translate3d(0, -10px, 0);
  box-shadow: 0 25px 60px rgba(0,0,0,0.12);
}

.trust-card .trust-icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: rgba(108, 64, 63, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  transition: transform 0.5s cubic-bezier(.17, .85, .438, .99),
              background 0.4s ease,
              box-shadow 0.4s ease;
}

.trust-card:hover .trust-icon {
  transform: scale(1.15) rotate(-5deg);
  background: #6C403F;
  box-shadow: 0 10px 25px rgba(108, 64, 63, 0.25);
}

.trust-card .trust-icon i {
  font-size: 22px;
  color: #6C403F;
  margin: 0;
  transition: color 0.3s ease;
}

.trust-card:hover .trust-icon i {
  color: #fff;
}

.trust-card i {
  font-size: 24px;
  color: #6C403F;
  display: inline-block;
  margin-bottom: 18px;
}

.trust-card h4 {
  font-family: 'Bai Jamjuree', sans-serif;
  font-size: 20px;
  margin-bottom: 12px;
  color: #231f20;
}

.trust-card p {
  font-size: 14px;
  color: #666;
  margin: 0;
  line-height: 1.7;
}

/* Responsive */
@media (max-width: 768px) {
  .trust-header h2 {
    font-size: 32px;
  }

  .trust-card {
    text-align: center;
    border-left: none;
    border-top: 4px solid #6C403F;
    padding: 28px 24px;
  }

  .trust-card .trust-icon {
    margin: 0 auto 20px;
  }

  .trust-card i {
    display: block;
    text-align: center;
  }
}
/* ================= CTA SECTION ================= */
.cta-section {
  background: linear-gradient(
    135deg,
    #6C403F 0%,
    #6C403F 55%,
    #d8b08c 100%
  );
  padding: 55px 0;
  color: #fff;
}

.cta-icon {
  width: 42px;
  height: 42px;
  border-radius: 10px;
  border: 2px solid rgba(255,255,255,0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 22px;
}

.cta-icon i {
  font-size: 20px;
}

.cta-section h2 {
  font-family: 'Bai Jamjuree', sans-serif;
  font-size: 42px;
  margin-bottom: 16px;
}

.cta-text {
  font-size: 15px;
  max-width: 760px;
  margin: 0 auto 36px;
  opacity: 0.9;
  line-height: 1.7;
}

/* Buttons */
.cta-buttons {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 28px;
}

.btn-site-visit {
  background: linear-gradient(91.95deg,#ba970d -10%,#ba970d 59.49%,#ba970d 139.44%);
  color: #fff;
  padding: 14px 30px;
  border-radius: 30px;
  font-size: 14px;
  text-decoration: none;
  transition: transform 0.4s cubic-bezier(.17, .85, .438, .99),
              box-shadow 0.4s ease;
  will-change: transform;
  backface-visibility: hidden;
  transform: translate3d(0, 0, 0);
  position: relative;
  overflow: visible;
}

.btn-site-visit:hover {
  transform: translate3d(0, -4px, 0) scale(1.02);
  box-shadow: 0 15px 35px rgba(186, 151, 13, 0.4);
  color: #fff;
}

.btn-whatsapp {
  background: #25D366;
  color: #fff;
  padding: 14px 30px;
  border-radius: 30px;
  font-size: 14px;
  text-decoration: none;
  transition: transform 0.4s cubic-bezier(.17, .85, .438, .99),
              box-shadow 0.4s ease,
              background 0.3s ease;
  will-change: transform;
  backface-visibility: hidden;
  transform: translate3d(0, 0, 0);
  position: relative;
  overflow: visible;
}

.btn-whatsapp:hover {
  transform: translate3d(0, -4px, 0) scale(1.02);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3);
  background: #25D366;
  color: #fff;
}

/* Contact */
.cta-contact {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin-top: 10px;
}

.cta-contact-item {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
  padding: 12px 24px;
  /* background: rgba(255, 255, 255, 0.15); */
  border-radius: 50px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  transition: all 0.3s ease;
}

.cta-contact-item:hover {
  background: rgba(255, 255, 255, 0.25);
  color: #fff;
  transform: translateY(-3px);
}

.cta-contact-item i {
  font-size: 20px;
  color: #ba970d;
}

.cta-contact-item span {
  letter-spacing: 0.5px;
}

/* Responsive */
@media (max-width: 768px) {
  .cta-section h2 {
    font-size: 34px;
  }

  .cta-contact {
    flex-direction: column;
    gap: 15px;
    align-items: center;
  }

  .cta-contact-item {
    font-size: 16px;
    padding: 10px 20px;
  }
}
/* ================= PROJECTS LISTING ================= */
.projects-listing {
  background: #faf7f0;
  padding: 60px 0;
}

.filter-box {
  background: #f7f2e8;
  padding: 24px;
  border-radius: 16px;
}

.filter-header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.filter-header button {
  background: none;
  border: none;
  color: #6C403F;
  font-size: 13px;
  cursor: pointer;
}

.filter-group {
  margin-bottom: 16px;
}

.filter-group label {
  font-size: 13px;
  display: block;
  margin-bottom: 6px;
}

.filter-group select {
  width: 100%;
  padding: 8px 10px;
  border-radius: 8px;
  border: 1px solid #ccc;
}

.projects-toolbar {
  display: flex;
  gap: 12px;
  margin-bottom: 16px;
}

.projects-toolbar input {
  width: 220px;
  padding: 10px 14px;
  border-radius: 20px;
  border: 1px solid #ccc;
}

.projects-toolbar select {
  padding: 10px 14px;
  border-radius: 20px;
}

.project-box {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  height: 100%;
}

.project-img {
  position: relative;
}

.project-img img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.tag {
  position: absolute;
  top: 12px;
  left: 12px;
  padding: 4px 10px;
  font-size: 12px;
  border-radius: 20px;
  color: #fff;
}

.tag.available { background: linear-gradient(91.95deg,#ba970d -10%,#ba970d 59.49%,#ba970d 139.44%); left: auto; right: 12px; }
.tag.coming { background: linear-gradient(91.95deg,#ba970d -10%,#ba970d 59.49%,#ba970d 139.44%); left: auto; right: 12px; }
.tag.residential { background: #6C403F; }
.tag.commercial { background: #444; }

.project-body {
  padding: 20px;
}

.project-body h4 {
  font-family: 'Bai Jamjuree', sans-serif;
}

.highlights span {
  font-size: 12px;
  margin-right: 10px;
}

.btn-view {
  margin-top: 14px;
  width: 100%;
  background: #6C403F;
  color: #fff;
  border: none;
  padding: 10px;
  border-radius: 30px;
}
/* ================= HELP CTA ================= */
.help-cta {
  background: #faf7f0;
  padding: 45px 0;
}

.help-cta h2 {
  font-family: 'Bai Jamjuree', sans-serif;
  font-size: 38px;
  margin-bottom: 14px;
}

.help-cta p {
  font-size: 15px;
  color: #555;
  max-width: 680px;
  margin: 0 auto 30px;
  line-height: 1.7;
}

.help-buttons {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}

/* Buttons */
.btn-help-whatsapp {
  background: #231f20;
  color: #fff;
  padding: 14px 30px;
  border-radius: 30px;
  font-size: 14px;
  text-decoration: none;
}

.btn-help-call {
  background: #6C403F;
  color: #fff;
  padding: 14px 30px;
  border-radius: 30px;
  font-size: 14px;
  text-decoration: none;
}

/* Responsive */
@media (max-width: 768px) {
  .help-cta h2 {
    font-size: 32px;
  }
}

/* ================= ABOUT PAGE HERO ================= */
.about-hero {
  background: linear-gradient(180deg, #faf7f0 0%, #f5ede3 100%);
  padding: 120px 0 50px;
}

.about-hero .hero-subtitle {
  max-width: 800px;
  margin: 0 auto 30px;
  font-size: 17px;
  line-height: 1.8;
  color: #555;
}

.hero-tagline {
  display: inline-flex;
  align-items: center;
  gap: 15px;
  background: linear-gradient(135deg, #6C403F 0%, #4a2c2b 100%);
  padding: 15px 35px;
  border-radius: 50px;
  margin-top: 20px;
}

.hero-tagline .tagline-text {
  font-family: 'Bai Jamjuree', sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  font-style: italic;
}

.hero-tagline .tagline-meaning {
  font-size: 14px;
  color: rgba(255,255,255,0.7);
  padding-left: 15px;
  border-left: 1px solid rgba(255,255,255,0.3);
}

@media (max-width: 768px) {
  .about-hero {
    padding: 90px 0 70px;
  }

  .about-hero h1 {
    font-size: 36px;
  }

  .hero-tagline {
    flex-direction: column;
    gap: 8px;
    padding: 15px 25px;
  }

  .hero-tagline .tagline-meaning {
    border-left: none;
    padding-left: 0;
  }
}

/* ================= MISSION & PHILOSOPHY ================= */
.mission-philosophy {
  background: linear-gradient(180deg, #fff 0%, #faf7f0 100%);
  padding: 38px 0;
}

.mission-header {
  max-width: 800px;
  margin: 0 auto 50px;
}

.mission-header h2 {
  font-family: 'Bai Jamjuree', sans-serif;
  font-size: 46px;
  margin-bottom: 20px;
  color: #231f20;
}

.mission-tag {
  display: inline-block;
  font-size: 15px;
  color: #ba970d;
  margin-bottom: 22px;
}

.mission-intro {
  font-size: 17px;
  line-height: 1.8;
  color: #555;
}

/* Philosophy Highlight */
.philosophy-highlight {
  background: linear-gradient(135deg, #6C403F 0%, #4a2c2b 100%);
  border-radius: 20px;
  padding: 50px;
  margin-bottom: 50px;
  text-align: center;
}

.philosophy-content h3 {
  font-family: 'Bai Jamjuree', sans-serif;
  font-size: 32px;
  color: #fff;
  margin-bottom: 15px;
  font-style: italic;
}

.philosophy-content p {
  color: rgba(255,255,255,0.8);
  font-size: 16px;
  margin: 0;
  max-width: 600px;
  margin: 0 auto;
}

/* Mission Cards */
.mission-card {
  background: #fff;
  border-radius: 16px;
  padding: 32px 28px;
  height: 100%;
  box-shadow: 0 10px 40px rgba(0,0,0,0.06);
  position: relative;
  transition: all 0.3s ease;
  border: 1px solid rgba(0,0,0,0.04);
}

.mission-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 50px rgba(0,0,0,0.12);
}

.mission-card .mission-card-number {
  position: absolute;
  top: 20px;
  right: 20px;
  font-family: 'Bai Jamjuree', sans-serif;
  font-size: 42px;
  font-weight: 700;
  color: rgba(108, 64, 63, 0.08);
  line-height: 1;
}

.mission-card .mission-icon {
  width: 50px;
  height: 50px;
  border-radius: 12px;
  background: #6C403F;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  font-size: 22px;
}

.mission-card .mission-icon i {
  color: #fff;
}

.mission-card i {
  font-size: 28px;
  color: #6C403F;
  margin-bottom: 18px;
  display: inline-block;
}

.mission-card h4 {
  font-family: 'Bai Jamjuree', sans-serif;
  font-size: 20px;
  margin-bottom: 12px;
  color: #231f20;
}

.mission-card p {
  font-size: 14px;
  line-height: 1.7;
  color: #666;
  margin: 0;
}

/* Responsive */
@media (max-width: 992px) {
  .philosophy-highlight {
    padding: 40px 30px;
  }

  .philosophy-content h3 {
    font-size: 26px;
  }

  .mission-card {
    text-align: center;
  }

  .mission-card .mission-icon {
    margin: 0 auto 20px;
  }
}

@media (max-width: 768px) {
  .mission-header h2 {
    font-size: 34px;
  }

  .mission-intro {
    font-size: 15px;
  }

  .philosophy-highlight {
    padding: 30px 20px;
  }

  .philosophy-content h3 {
    font-size: 22px;
  }

  .mission-card {
    padding: 24px 20px;
    text-align: center;
  }

  .mission-card .mission-icon {
    margin: 0 auto 20px;
  }
}
.mission-card {
  background: #fff;
  border-radius: 16px;
  padding: 34px 28px;
  height: 100%;
  box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

.mission-card i {
  font-size: 28px;
  color: #6C403F;
  margin-bottom: 1px;
  display: inline-block;
}

.mission-card h4 {
  font-family: 'Bai Jamjuree', sans-serif;
  font-size: 20px;
  margin-bottom: 12px;
}

.mission-card p {
  font-size: 14px;
  line-height: 1.8;
  color: #555;
  margin: 0;
}

/* Responsive */
@media (max-width: 992px) {
  .mission-card {
    text-align: center;
  }
}

@media (max-width: 768px) {
  .mission-header h2 {
    font-size: 34px;
  }

  .mission-intro {
    font-size: 15px;
  }
}
/* ================= CORE VALUES ================= */
.core-values {
  background: linear-gradient(180deg, #faf7f0 0%, #f5ede3 100%);
  padding: 55px 0;
}

.core-header {
  max-width: 720px;
  margin: 0 auto 60px;
}

.core-header h2 {
  font-family: 'Bai Jamjuree', sans-serif;
  font-size: 46px;
  margin-bottom: 16px;
  color: #231f20;
}

.core-header p {
  font-size: 16px;
  color: #555;
  line-height: 1.7;
}

/* Value Cards */
.value-card {
  background: #fff;
  border-radius: 16px;
  padding: 32px 28px;
  height: 100%;
  box-shadow: 0 10px 40px rgba(0,0,0,0.06);
  border: 1px solid rgba(0,0,0,0.04);
  transition: all 0.3s ease;
}

.value-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 50px rgba(0,0,0,0.12);
}

.value-card .value-icon {
  width: 50px;
  height: 50px;
  border-radius: 12px;
  background: rgba(186, 151, 13, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.value-card .value-icon i {
  font-size: 22px;
  color: #ba970d;
  margin: 0;
}

.value-card i {
  font-size: 24px;
  color: #ba970d;
  display: inline-block;
  margin-bottom: 18px;
}

.value-card h4 {
  font-family: 'Bai Jamjuree', sans-serif;
  font-size: 20px;
  margin-bottom: 12px;
  color: #231f20;
}

.value-card p {
  font-size: 14px;
  line-height: 1.7;
  color: #666;
  margin: 0;
}

/* Responsive */
@media (max-width: 768px) {
  .core-header h2 {
    font-size: 32px;
  }

  .value-card {
    text-align: center;
    padding: 28px 24px;
  }

  .value-card .value-icon {
    margin: 0 auto 20px;
  }

  .value-card i {
    display: block;
    text-align: center;
  }
}

/* ================= SUSTAINABILITY PRACTICES ================= */
.sustainability-practices {
  background: linear-gradient(180deg, #f5ede3 0%, #faf7f0 100%);
  padding: 60px 0;
}

.sustainability-header {
  max-width: 800px;
  margin: 0 auto 60px;
}

.sustainability-tag {
  display: inline-block;
  background: #ba970d;
  color: #fff;
  padding: 8px 20px;
  border-radius: 25px;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 20px;
}

.sustainability-header h2 {
  font-family: 'Bai Jamjuree', sans-serif;
  font-size: 46px;
  margin-bottom: 16px;
  color: #231f20;
}

.sustainability-header p {
  font-size: 16px;
  color: #555;
  line-height: 1.7;
}

/* Cards */
.sustain-card {
  background: #fff;
  border-radius: 16px;
  padding: 32px 28px;
  height: 100%;
  box-shadow: 0 10px 40px rgba(0,0,0,0.06);
  border: 1px solid rgba(0,0,0,0.04);
  transition: all 0.3s ease;
}

.sustain-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 50px rgba(0,0,0,0.1);
}

.sustain-card .sustain-icon {
  width: 50px;
  height: 50px;
  border-radius: 12px;
  background: linear-gradient(135deg, #6C403F 0%, #4a2c2b 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.sustain-card .sustain-icon i {
  font-size: 22px;
  color: #fff;
  margin: 0;
}

.sustain-card i {
  font-size: 24px;
  color: #ba970d;
  display: inline-block;
  margin-bottom: 16px;
}

.sustain-card h4 {
  font-family: 'Bai Jamjuree', sans-serif;
  font-size: 20px;
  margin-bottom: 12px;
  color: #231f20;
}

.sustain-card p {
  font-size: 14px;
  line-height: 1.7;
  color: #666;
  margin-bottom: 16px;
}

.metric {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(186, 151, 13, 0.1);
  padding: 8px 16px;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 600;
  color: #ba970d;
}

/* Certifications */
.sustain-certifications {
  margin-top: 80px;
  background: linear-gradient(135deg, #6C403F 0%, #4a2c2b 100%);
  border-radius: 20px;
  padding: 50px 40px;
}

.sustain-certifications h3 {
  font-family: 'Bai Jamjuree', sans-serif;
  font-size: 28px;
  margin-bottom: 12px;
  color: #fff;
}

.sustain-certifications p {
  font-size: 15px;
  color: rgba(255,255,255,0.8);
  max-width: 720px;
  margin: 0 auto 30px;
  line-height: 1.7;
}

.cert-badges {
  display: flex;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
  align-items: center;
}

.cert-logo {
  /* background: rgba(255,255,255,0.15);
  border: 1px solid rgba(255,255,255,0.3); */
  border-radius: 16px;
  padding: 20px 30px;
  transition: all 0.3s ease;
}

.cert-logo:hover {
  /* background: rgba(255,255,255,0.25); */
  transform: translateY(-3px);
}

.cert-logo img {
  height: 60px;
  width: auto;
  max-width: 150px;
  object-fit: contain;
  filter: brightness(0) invert(1);
  transition: filter 0.3s ease;
}

.cert-logo:hover img {
  filter: none;
}

.cert-badge {
  background: rgba(255,255,255,0.15);
  border: 1px solid rgba(255,255,255,0.3);
  border-radius: 30px;
  padding: 12px 24px;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  transition: all 0.3s ease;
}

.cert-badge:hover {
  background: rgba(255,255,255,0.25);
}

/* Responsive */
@media (max-width: 768px) {
  .sustainability-header h2 {
    font-size: 32px;
  }

  .sustain-card {
    text-align: center;
    padding: 28px 24px;
  }

  .sustain-card .sustain-icon {
    margin: 0 auto 20px;
  }

  .sustain-card i {
    display: block;
    text-align: center;
  }

  .sustain-certifications {
    padding: 40px 25px;
  }

  .cert-badge {
    padding: 10px 18px;
    font-size: 13px;
  }
}

/* ================= OUR JOURNEY ================= */
.journey-section {
  background: linear-gradient(180deg, #faf7f0 0%, #f5ede3 100%);
  padding: 60px 0;
  padding-left: 20px;
}

.journey-header {
  margin-bottom: 70px;
}

.journey-header h2 {
  font-family: 'Bai Jamjuree', sans-serif;
  font-size: 46px;
  margin-bottom: 14px;
  color: #231f20;
}

.journey-header p {
  font-size: 16px;
  color: #555;
}

/* Timeline Base */
.timeline {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
}

.timeline::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 2px;
  height: 100%;
  background: #e6b48c;
  transform: translateX(-50%);
}

/* Items */
.timeline-item {
  position: relative;
  width: 50%;
  padding: 30px 40px;
}

.timeline-item.left {
  left: 0;
  text-align: right;
}

.timeline-item.right {
  left: 50%;
  text-align: left;
}

/* Content */
.timeline-item .content {
  background: #fffaf3;
  padding: 24px 26px;
  border-radius: 14px;
  box-shadow: 0 8px 24px rgba(0,0,0,0.05);
}

.timeline-item .year {
  font-size: 13px;
  color: #ba970d;
  font-weight: 600;
}

.timeline-item h4 {
  font-family: 'Bai Jamjuree', sans-serif;
  font-size: 18px;
  margin: 6px 0 10px;
}

.timeline-item p {
  font-size: 13px;
  line-height: 1.7;
  color: #555;
}

/* Icon */
.timeline-item .icon {
  position: absolute;
  top: 40px;
  width: 42px;
  height: 42px;
  background: #6C403F;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.timeline-item.left .icon {
  right: -21px;
}

.timeline-item.right .icon {
  left: -21px;
}

/* Responsive */
@media (max-width: 768px) {
  .timeline::before {
    left: 8px;
  }

  .timeline-item {
    width: 100%;
    padding-left: 40px;
    padding-right: 20px;
    text-align: left;
  }

  .timeline-item.left,
  .timeline-item.right {
    left: 0;
  }

  .timeline-item .icon {
    left: -2px;
  }
}
/* ================= CUSTOMER STORIES ================= */
.customer-stories {
  background: linear-gradient(180deg, #f5ede3 0%, #faf7f0 100%);
  padding: 60px 0;
}

.stories-header {
  margin-bottom: 60px;
}

.stories-header h2 {
  font-family: 'Bai Jamjuree', sans-serif;
  font-size: 46px;
  margin-bottom: 14px;
  color: #231f20;
}

.stories-header p {
  font-size: 16px;
  color: #555;
}

/* Testimonial Carousel */
.testimonial-carousel {
  position: relative;
  max-width: 700px;
  margin: 0 auto;
  padding: 0 70px;
}

.carousel-track {
  position: relative;
  min-height: 400px;
}

.customer-stories .testimonial-card {
  background: #fff;
  border-radius: 20px;
  padding: 50px 45px 40px;
  text-align: center;
  box-shadow: 0 15px 40px rgba(0,0,0,0.08);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
  transform: scale(0.95);
}

.customer-stories .testimonial-card.active {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}

.customer-stories .quote-icon {
  font-size: 60px;
  color: rgba(108, 64, 63, 0.08);
  position: absolute;
  top: 25px;
  left: 35px;
  font-family: Georgia, serif;
  line-height: 1;
}

.customer-stories .avatar {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 20px;
  border: 4px solid #fff;
  box-shadow: 0 8px 20px rgba(0,0,0,0.12);
}

.customer-stories .testimonial-card h4 {
  font-family: 'Bai Jamjuree', sans-serif;
  font-size: 24px;
  color: #231f20;
  margin-bottom: 6px;
}

.customer-stories .designation {
  font-size: 14px;
  color: #888;
  display: block;
  margin-bottom: 15px;
}

.customer-stories .stars {
  color: #ba970d;
  font-size: 18px;
  margin: 0 0 20px;
  letter-spacing: 4px;
}

.customer-stories .testimonial-text {
  font-size: 17px;
  line-height: 1.9;
  color: #555;
  margin-bottom: 25px;
  font-style: italic;
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
}

.customer-stories .project-name {
  font-size: 13px;
  color: #fff;
  background: #6C403F;
  padding: 8px 20px;
  border-radius: 25px;
  display: inline-block;
  font-weight: 500;
}

/* Carousel Navigation */
.carousel-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: none;
  background: #fff;
  box-shadow: 0 5px 20px rgba(0,0,0,0.1);
  cursor: pointer;
  font-size: 20px;
  color: #6C403F;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
}

.carousel-nav:hover {
  background: #6C403F;
  color: #fff;
  box-shadow: 0 8px 25px rgba(108, 64, 63, 0.3);
}

.carousel-nav.prev { left: 0; }
.carousel-nav.next { right: 0; }

/* Customer Stories Dots - same structure as index page */
.customer-stories .testimonial-dots {
  margin-top: 50px;
  position: relative;
  z-index: 2;
}

.customer-stories .testimonial-dots .dot {
  display: inline-block;
  width: 12px;
  height: 12px;
  background: #d0c6b8;
  border-radius: 50%;
  margin: 0 6px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.customer-stories .testimonial-dots .dot:hover {
  background: #b8a99a;
}

.customer-stories .testimonial-dots .dot.active {
  background: #6C403F;
  transform: scale(1.2);
}

@media (max-width: 768px) {
  .stories-header h2 {
    font-size: 32px;
  }

  .testimonial-carousel {
    padding: 0 50px;
  }

  .carousel-track {
    min-height: 420px;
  }

  .customer-stories .testimonial-card {
    padding: 40px 25px 30px;
  }

  .customer-stories .testimonial-text {
    font-size: 15px;
  }

  .carousel-nav {
    width: 40px;
    height: 40px;
    font-size: 16px;
  }

  .customer-stories .testimonial-dots {
    margin-top: 30px;
  }

  .customer-stories .testimonial-dots .dot {
    width: 10px;
    height: 10px;
    margin: 0 5px;
  }
}

@media (max-width: 480px) {
  .testimonial-carousel {
    padding: 0 40px;
  }

  .carousel-nav {
    width: 35px;
    height: 35px;
    font-size: 14px;
  }
}

/* ================= FINAL CTA ================= */
.final-cta {
  background: linear-gradient(135deg, #6C403F 0%, #4a2c2b 100%);
  color: #fff;
  padding: 60px 0;
  position: relative;
  overflow: hidden;
}

.final-cta::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -20%;
  width: 500px;
  height: 500px;
  background: rgba(255,255,255,0.03);
  border-radius: 50%;
}

.final-cta .cta-icon {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border: 2px solid rgba(255,255,255,0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 25px;
}

.final-cta .cta-icon i {
  font-size: 28px;
  color: #fff;
}

.final-cta h2 {
  font-family: 'Bai Jamjuree', sans-serif;
  font-size: 46px;
  margin-bottom: 18px;
}

.final-cta p {
  font-size: 16px;
  max-width: 700px;
  margin: 0 auto 34px;
  opacity: 0.9;
  line-height: 1.7;
}

.final-cta .cta-buttons {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

.final-cta .btn {
  padding: 14px 30px;
  border-radius: 30px;
  font-size: 15px;
  font-weight: 600;
  transition: all 0.3s ease;
}

.final-cta .btn-light {
  background: #fff;
  color: #6C403F;
  border: none;
}

.final-cta .btn-light:hover {
  background: #f5ede3;
  transform: translate3d(0, -2px, 0);
}

.final-cta .btn-outline-light {
  background: transparent;
  border: 2px solid rgba(255,255,255,0.5);
  color: #fff;
}

.final-cta .btn-outline-light:hover {
  background: rgba(255,255,255,0.1);
  border-color: #fff;
  transform: translate3d(0, -2px, 0);
}

.final-cta hr {
  width: 60%;
  margin: 30px auto;
  border-color: rgba(255,255,255,0.2);
}

.final-cta .cta-contact {
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
}

.final-cta .cta-contact a {
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: all 0.3s ease;
}

.final-cta .cta-contact a:hover {
  opacity: 0.8;
}

.final-cta .cta-contact a i {
  font-size: 18px;
}

@media (max-width: 768px) {
  .final-cta {
    padding: 28px 0;
  }

  .final-cta h2 {
    font-size: 32px;
  }

  .final-cta .cta-contact {
    flex-direction: column;
    gap: 15px;
    align-items: center;
  }
}

/* ================= QUICK CONTACT OPTIONS ================= */
.quick-contact {
  background: #faf7f0;
  padding: 55px 0;
}

.quick-header {
  margin-bottom: 60px;
}

.quick-header h2 {
  font-family: 'Bai Jamjuree', sans-serif;
  font-size: 42px;
  margin-bottom: 10px;
  color: #2b1a12;
}

.quick-header p {
  font-size: 14px;
  color: #555;
}

/* Cards */
.contact-card {
  background: #fffaf3;
  border: 2px solid #e6b48c;
  border-radius: 18px;
  padding: 36px 28px;
  text-align: center;
  height: 100%;
}

.contact-card i {
  font-size: 28px;
  color: #6C403F;
  margin-bottom: 18px;
  display: inline-block;
}

.contact-card h4 {
  font-family: 'Bai Jamjuree', sans-serif;
  font-size: 20px;
  margin-bottom: 6px;
}

.contact-card p {
  font-size: 13px;
  color: #666;
  margin-bottom: 10px;
}

.contact-value {
  display: block;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 14px;
  color: #2b1a12;
}

.contact-card a {
  font-size: 14px;
  color: #ba970d;
  text-decoration: none;
  font-weight: 500;
}

/* Responsive */
@media (max-width: 768px) {
  .quick-header h2 {
    font-size: 32px;
  }
}
/* ================= CONTACT FORM ================= */
.contact-form-section {
  background: #faf7f0;
  padding: 60px 0;
}

.form-wrapper {
  background: #f7f2e8;
  max-width: 900px;
  margin: 0 auto;
  padding: 60px;
  border-radius: 20px;
  box-shadow: 0 14px 40px rgba(0,0,0,0.08);
}

.form-header h2 {
  font-family: 'Bai Jamjuree', sans-serif;
  font-size: 40px;
  margin-bottom: 10px;
}

.form-header p {
  font-size: 14px;
  color: #666;
  margin-bottom: 40px;
}

label {
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 6px;
  display: block;
}

input,
select,
textarea {
  width: 100%;
  padding: 12px 14px;
  border-radius: 10px;
  /* border: 2px solid #e6b48c; */
  background: #fffaf3;
  font-size: 14px;
}

textarea {
  resize: none;
}

.radio-group {
  display: flex;
  gap: 18px;
  font-size: 14px;
}

.radio-group input {
  margin-right: 6px;
}

.checkbox {
  font-size: 13px;
  color: #555;
}

.form-buttons {
  display: flex;
  gap: 16px;
  margin-top: 20px;
  flex-wrap: wrap;
}

.btn-send {
  background: #c18a10;
  color: #fff;
  border: none;
  padding: 14px 30px;
  border-radius: 30px;
  font-size: 14px;
}

.btn-whatsapp-form {
  background: #231f20;
  color: #fff;
  padding: 14px 30px;
  border-radius: 30px;
  font-size: 14px;
  text-decoration: none;
}

/* Responsive */
@media (max-width: 768px) {
  .form-wrapper {
    padding: 40px 24px;
  }

  .form-header h2 {
    font-size: 32px;
  }
}
/* ================= VISIT OUR OFFICE ================= */
.visit-office {
  background: #faf7f0;
  padding: 60px 0;
}

.visit-header {
  margin-bottom: 70px;
}

.visit-header h2 {
  font-family: 'Bai Jamjuree', sans-serif;
  font-size: 42px;
  margin-bottom: 10px;
  color: #2b1a12;
}

.visit-header p {
  font-size: 14px;
  color: #555;
}

/* Office Card */
.office-card {
  background: #fffaf3;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 14px 40px rgba(0,0,0,0.08);
  height: 100%;
}

.map iframe {
  width: 100%;
  height: 240px;
  border: 0;
}

/* Body */
.office-body {
  padding: 28px;
}

.office-body h4 {
  font-family: 'Bai Jamjuree', sans-serif;
  font-size: 20px;
  margin-bottom: 16px;
}

/* Info */
.office-info {
  list-style: none;
  padding: 0;
  margin: 0 0 22px;
}

.office-info li {
  font-size: 13px;
  color: #555;
  line-height: 1.7;
  margin-bottom: 10px;
  display: flex;
  gap: 10px;
}

.office-info i {
  color: #6C403F;
  font-size: 14px;
  margin-top: 3px;
}

/* Buttons */
.office-buttons {
  display: flex;
  gap: 12px;
}

.btn-directions {
  flex: 1;
  background: #6C403F;
  color: #fff;
  padding: 10px;
  border-radius: 10px;
  text-align: center;
  font-size: 14px;
  text-decoration: none;
}

.btn-call {
  flex: 1;
  background: linear-gradient(91.95deg,#ba970d -10%,#ba970d 59.49%,#ba970d 139.44%);
  color: #fff;
  padding: 10px;
  border-radius: 10px;
  text-align: center;
  font-size: 14px;
  text-decoration: none;
}

/* Responsive */
@media (max-width: 768px) {
  .visit-header h2 {
    font-size: 32px;
  }

  .office-buttons {
    flex-direction: column;
  }
}
/* ================= RESPONSE COMMITMENT ================= */
.response-commitment {
  background: #faf7f0;
  padding: 60px 0;
}

.commitment-header {
  margin-bottom: 70px;
}

.commitment-header h2 {
  font-family: 'Bai Jamjuree', sans-serif;
  font-size: 40px;
  margin-bottom: 10px;
  color: #2b1a12;
}

.commitment-header p {
  font-size: 14px;
  color: #555;
}

/* Cards */
.commitment-card {
  background: #fffaf3;
  border: 2px solid #e4b18a;
  border-radius: 16px;
  padding: 40px 22px;
  text-align: center;
  height: 100%;
}

.commitment-card i {
  font-size: 28px;
  color: #6C403F;
  margin-bottom: 18px;
}

.commitment-card h5 {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 8px;
}

.commitment-card p {
  font-size: 13px;
  color: #555;
  margin-bottom: 12px;
}

.commitment-card .time {
  font-size: 12px;
  color: #c28b2a;
  font-weight: 500;
}

/* Trust Footer */
.trust-footer {
  max-width: 760px;
  margin: 90px auto 0;
}

.trust-footer .shield {
  width: 44px;
  height: 44px;
  background: #6C403F;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px;
}

.trust-footer i {
  color: #fff;
  font-size: 18px;
}

.trust-footer h4 {
  font-family: 'Bai Jamjuree', sans-serif;
  font-size: 22px;
  margin-bottom: 12px;
}

.trust-footer p {
  font-size: 14px;
  color: #555;
  line-height: 1.7;
}

/* Responsive */
@media (max-width: 768px) {
  .commitment-header h2 {
    font-size: 32px;
  }

  .trust-footer {
    margin-top: 60px;
  }
}
/* ================= CONNECT WITH US ================= */
.connect-with-us {
  background: #faf7f0;
  padding: 60px 0;
}

.connect-header {
  margin-bottom: 70px;
}

.connect-header h2 {
  font-family: 'Bai Jamjuree', sans-serif;
  font-size: 40px;
  margin-bottom: 10px;
  color: #2b1a12;
}

.connect-header p {
  font-size: 14px;
  color: #555;
}

/* Social Cards */
.social-card {
  background: #fffaf3;
  border: 2px solid #e4b18a;
  border-radius: 16px;
  padding: 36px 24px;
  text-align: center;
  height: 100%;
}

.social-card i {
  font-size: 28px;
  color: #6C403F;
  margin-bottom: 16px;
}

.social-card h5 {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 6px;
}

.social-card p {
  font-size: 13px;
  color: #555;
  margin-bottom: 6px;
}

.social-card span {
  font-size: 12px;
  color: #c28b2a;
  font-weight: 500;
}

/* Footer CTA */
.connect-footer {
  margin-top: 60px;
}

.connect-footer p {
  font-size: 13px;
  color: #555;
  margin-bottom: 24px;
}

.connect-buttons {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}

.btn-whatsapp {
  background: #25D366;
  color: #fff;
  padding: 12px 26px;
  border-radius: 30px;
  font-size: 14px;
  text-decoration: none;
}

.btn-call {
  background: #6C403F;
  color: #fff;
  padding: 12px 26px;
  border-radius: 30px;
  font-size: 14px;
  text-decoration: none;
}

/* Responsive */
@media (max-width: 768px) {
  .connect-header h2 {
    font-size: 32px;
  }
}
/* ================= FAQ SECTION ================= */
.faq-section {
  background: #faf7f0;
  padding: 60px 0;
}

.faq-header {
  margin-bottom: 60px;
}

.faq-header h2 {
  font-family: 'Bai Jamjuree', sans-serif;
  font-size: 40px;
  margin-bottom: 10px;
  color: #2b1a12;
}

.faq-header p {
  font-size: 14px;
  color: #555;
}

/* FAQ List */
.faq-list {
  max-width: 900px;
  margin: 0 auto;
}

.faq-item {
  margin-bottom: 14px;
}

.faq-question {
  width: 100%;
  background: #fffaf3;
  border: 2px solid #e4b18a;
  border-radius: 14px;
  padding: 16px 20px;
  font-size: 14px;
  font-weight: 500;
  color: #2b1a12;
  text-align: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.faq-question .icon {
  width: 10px;
  height: 10px;
  border-right: 2px solid #6C403F;
  border-bottom: 2px solid #6C403F;
  transform: rotate(45deg);
  transition: transform 0.3s ease;
}

.faq-item.active .faq-question .icon {
  transform: rotate(-135deg);
}

/* Answer */
.faq-answer {
  display: none;
  padding: 14px 20px 6px;
  font-size: 13px;
  color: #555;
  line-height: 1.7;
}

/* Footer */
.faq-footer {
  margin-top: 50px;
}

.faq-footer p {
  font-size: 13px;
  color: #555;
  margin-bottom: 6px;
}

.faq-footer a {
  font-size: 13px;
  color: #6C403F;
  text-decoration: none;
}

/* Responsive */
@media (max-width: 768px) {
  .faq-header h2 {
    font-size: 32px;
  }
}
/* ================= EMERGENCY SUPPORT ================= */
.emergency-support {
  background: #faf7f0;
  padding: 60px 0;
}

.emergency-header {
  margin-bottom: 70px;
}

.alert-icon {
  width: 44px;
  height: 44px;
  background: #d0893d;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px;
}

.alert-icon i {
  color: #fff;
  font-size: 18px;
}

.emergency-header h2 {
  font-family: 'Bai Jamjuree', sans-serif;
  font-size: 40px;
  margin-bottom: 8px;
}

.emergency-header p {
  font-size: 14px;
  color: #555;
}

/* Cards */
.emergency-card {
  background: #fffaf3;
  border: 2px solid #e4b18a;
  border-radius: 16px;
  padding: 28px;
  height: 100%;
}

.card-title {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}

.card-title i {
  color: #6C403F;
}

.card-title h5 {
  font-size: 15px;
  font-weight: 600;
}

.emergency-card p {
  font-size: 13px;
  color: #555;
  margin-bottom: 12px;
}

.emergency-card .contact {
  font-size: 14px;
  color: #6C403F;
  font-weight: 500;
  margin-bottom: 6px;
}

.emergency-card .availability {
  font-size: 12px;
  color: #777;
}

/* Qualification Box */
.emergency-qualify {
  margin-top: 40px;
  background: #fffaf3;
  border: 2px solid #e4b18a;
  border-radius: 16px;
  padding: 28px;
}

.emergency-qualify h5 {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 15px;
  margin-bottom: 14px;
}

.info-icon {
  width: 22px;
  height: 22px;
  background: #6C403F;
  color: #fff;
  border-radius: 50%;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.emergency-qualify ul {
  padding-left: 18px;
  margin-bottom: 10px;
}

.emergency-qualify li {
  font-size: 13px;
  color: #555;
  margin-bottom: 6px;
}

.emergency-qualify .note {
  font-size: 12px;
  color: #777;
}

/* Final CTA */
.journey-cta {
  margin-top: 90px;
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
}

.journey-cta h3 {
  font-family: 'Bai Jamjuree', sans-serif;
  font-size: 30px;
  margin-bottom: 12px;
}

.journey-cta p {
  font-size: 14px;
  color: #555;
  margin-bottom: 24px;
}

.cta-buttons {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}

.btn-schedule {
  background: linear-gradient(91.95deg,#ba970d -10%,#ba970d 59.49%,#ba970d 139.44%);
  color: #fff;
  padding: 12px 26px;
  border-radius: 30px;
  font-size: 14px;
  text-decoration: none;
}

.btn-call {
  background: #c18a10;
  color: #fff;
  padding: 12px 26px;
  border-radius: 30px;
  font-size: 14px;
  text-decoration: none;
}

/* Responsive */
@media (max-width: 768px) {
  .emergency-header h2 {
    font-size: 32px;
  }

  .journey-cta h3 {
    font-size: 26px;
  }
}
/* ================= FOOTER ================= */
.site-footer {
  background: #6C403F;
  color: #f6efe6;
  padding: 80px 0 30px;
  font-size: 14px;
}

.footer-top {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 40px;
}

/* Brand */
.footer-brand .logo {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
}

.footer-brand i {
  font-size: 28px;
  color: #fff;
   padding: 10px;
  border-radius: 10px;
}

.footer-brand h4 {
  font-family: 'Bai Jamjuree', sans-serif;
  margin: 0;
}

.footer-brand span {
  font-size: 12px;
  opacity: 0.8;
}

.footer-brand p {
  font-size: 13px;
  line-height: 1.7;
  margin: 18px 0;
  max-width: 380px;
}

/* Social */
.footer-social {
  display: flex;
  gap: 10px;
}

.footer-social a {
  width: 36px;
  height: 36px;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #ba970d;
  text-decoration: none;
  font-size: 18px;
  transition: all 0.3s ease;
}

.footer-social a:hover {
  color: #fff;
  transform: translateY(-3px);
}

/* Links */
.footer-links h5 {
  font-size: 15px;
  margin-bottom: 14px;
}

.footer-links ul {
  list-style: none;
  padding: 0;
}

.footer-links li {
  margin-bottom: 10px;
}

.footer-links a {
  color: #f6efe6;
  text-decoration: none;
  font-size: 13px;
  opacity: 0.9;
}

/* Divider */
.footer-divider {
  height: 1px;
  background: rgba(255,255,255,0.2);
  margin: 50px 0 25px;
}

/* Bottom */
.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
}

.footer-bottom p {
  font-size: 13px;
  opacity: 0.9;
}

.footer-contact {
  display: flex;
  gap: 20px;
  font-size: 13px;
}

.footer-contact i {
  margin-right: 6px;
}

/* Responsive */
@media (max-width: 992px) {
  .footer-top {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 576px) {
  .footer-top {
    grid-template-columns: 1fr;
  }

  .footer-bottom {
    flex-direction: column;
    text-align: center;
  }
}

/* ================= SCROLL ANIMATIONS - INDIVARAA STYLE ================= */

/* Wrapper that activates child animations */
.scrollanim-activate {
  /* Container for scroll-triggered animations */
  display: block;
}

/* Scale Animation - Image zoom reveal */
.anim-scale {
  overflow: hidden;
  transform: scale(0.85);
  opacity: 0;
  transition: 1.8s cubic-bezier(.17, .85, .438, .99);
}

.anim-scale.is-inview,
.scrollanim-activate.is-inview .anim-scale {
  transform: scale(1);
  opacity: 1;
}

.anim-scale img,
.anim-scale__inner {
  transform: scale(1.3);
  transition: 1.4s cubic-bezier(.17, .85, .438, .99);
}

.anim-scale.is-inview img,
.anim-scale.is-inview .anim-scale__inner,
.scrollanim-activate.is-inview .anim-scale img,
.scrollanim-activate.is-inview .anim-scale__inner {
  transform: scale(1);
}

/* Opacity Scale - Subtle zoom fade */
.anim-opacity-scale {
  opacity: 0;
  transform: scale(1.15);
  transition: 1.2s cubic-bezier(.17, .85, .438, .99);
}

.anim-opacity-scale.is-inview,
.scrollanim-activate.is-inview .anim-opacity-scale {
  opacity: 1;
  transform: scale(1);
}

/* Text Slide Up - From below */
.anim-text-slide {
  display: inline-block;
  transform: translateY(105%);
  transition: 1s cubic-bezier(.17, .85, .438, .99);
}

.anim-text-slide.is-inview,
.scrollanim-activate.is-inview .anim-text-slide {
  transform: translateY(0);
}

/* Overflow wrapper for text slide */
.anim-text-overflow {
  overflow: hidden;
  display: inline-block;
}

/* Fade Animations - Directional */
.anim-fade-to-top {
  opacity: 0;
  transform: translateY(60px);
  transition: 1s cubic-bezier(.17, .85, .438, .99);
}

.anim-fade-to-top.is-inview,
.scrollanim-activate.is-inview .anim-fade-to-top {
  opacity: 1;
  transform: translateY(0);
}

.anim-fade-to-left {
  opacity: 0;
  transform: translateX(60px);
  transition: 1s cubic-bezier(.17, .85, .438, .99);
}

.anim-fade-to-left.is-inview,
.scrollanim-activate.is-inview .anim-fade-to-left {
  opacity: 1;
  transform: translateX(0);
}

.anim-fade-to-right {
  opacity: 0;
  transform: translateX(-60px);
  transition: 1s cubic-bezier(.17, .85, .438, .99);
}

.anim-fade-to-right.is-inview,
.scrollanim-activate.is-inview .anim-fade-to-right {
  opacity: 1;
  transform: translateX(0);
}

/* Image Reveal - Color wipe effect */
.anim-img-reveal {
  position: relative;
  overflow: hidden;
}

.anim-img-reveal::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #6C403F;
  transform: scaleX(1);
  transform-origin: right;
  transition: transform 1s cubic-bezier(.858, .01, .068, .99);
  z-index: 2;
}

.anim-img-reveal.is-inview::after,
.scrollanim-activate.is-inview .anim-img-reveal::after {
  transform: scaleX(0);
}

.anim-img-reveal img {
  transform: scale(1.25);
  transition: transform 1.4s cubic-bezier(.17, .85, .438, .99);
  transition-delay: 0.2s;
}

.anim-img-reveal.is-inview img,
.scrollanim-activate.is-inview .anim-img-reveal img {
  transform: scale(1);
}

/* Line Animation - Horizontal reveal */
.anim-line-bottom {
  position: relative;
}

.anim-line-bottom::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #6C403F;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 1s cubic-bezier(.858, .01, .068, .99);
}

.anim-line-bottom.is-inview::after,
.scrollanim-activate.is-inview .anim-line-bottom::after {
  transform: scaleX(1);
}

/* Stagger Delays */
.tr-delay-01 { transition-delay: 0.1s !important; }
.tr-delay-02 { transition-delay: 0.2s !important; }
.tr-delay-03 { transition-delay: 0.3s !important; }
.tr-delay-04 { transition-delay: 0.4s !important; }
.tr-delay-05 { transition-delay: 0.5s !important; }
.tr-delay-06 { transition-delay: 0.6s !important; }
.tr-delay-07 { transition-delay: 0.7s !important; }
.tr-delay-08 { transition-delay: 0.8s !important; }

/* Card hover lift effect */
.hover-lift {
  transition: transform 0.5s cubic-bezier(.17, .85, .438, .99),
              box-shadow 0.5s cubic-bezier(.17, .85, .438, .99);
}

.hover-lift:hover {
  transform: translateY(-10px);
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15);
}

/* Parallax helper classes */
[data-parallax] {
  will-change: transform;
}

/* Simple scroll reveal (backward compatible) */
.scroll-reveal {
  opacity: 0;
  transform: translateY(60px);
  transition: opacity 0.8s cubic-bezier(.17, .85, .438, .99),
              transform 0.8s cubic-bezier(.17, .85, .438, .99);
}

.scroll-reveal.is-visible,
.scroll-reveal.is-inview {
  opacity: 1;
  transform: translateY(0);
}

.scroll-reveal-left {
  opacity: 0;
  transform: translateX(-60px);
  transition: opacity 0.8s cubic-bezier(.17, .85, .438, .99),
              transform 0.8s cubic-bezier(.17, .85, .438, .99);
}

.scroll-reveal-left.is-visible,
.scroll-reveal-left.is-inview {
  opacity: 1;
  transform: translateX(0);
}

.scroll-reveal-right {
  opacity: 0;
  transform: translateX(60px);
  transition: opacity 0.8s cubic-bezier(.17, .85, .438, .99),
              transform 0.8s cubic-bezier(.17, .85, .438, .99);
}

.scroll-reveal-right.is-visible,
.scroll-reveal-right.is-inview {
  opacity: 1;
  transform: translateX(0);
}

.scroll-reveal-scale {
  opacity: 0;
  transform: scale(0.85);
  transition: opacity 0.8s cubic-bezier(.17, .85, .438, .99),
              transform 0.8s cubic-bezier(.17, .85, .438, .99);
}

.scroll-reveal-scale.is-visible,
.scroll-reveal-scale.is-inview {
  opacity: 1;
  transform: scale(1);
}

/* Stagger children animation */
.stagger-children > *:nth-child(1) { transition-delay: 0s; }
.stagger-children > *:nth-child(2) { transition-delay: 0.1s; }
.stagger-children > *:nth-child(3) { transition-delay: 0.2s; }
.stagger-children > *:nth-child(4) { transition-delay: 0.3s; }
.stagger-children > *:nth-child(5) { transition-delay: 0.4s; }
.stagger-children > *:nth-child(6) { transition-delay: 0.5s; }
.stagger-children > *:nth-child(7) { transition-delay: 0.6s; }
.stagger-children > *:nth-child(8) { transition-delay: 0.7s; }

/* ================= UNIVERSAL PREMIUM HOVER EFFECTS ================= */

/* Universal Card Hover - works on all cards across pages */
.value-card,
.initiative-card,
.quick-card,
.video-card,
.form-card,
.mission-box,
.filter-box,
.project-box,
.founder-card,
.director-card {
  transition: transform 0.5s cubic-bezier(.17, .85, .438, .99),
              box-shadow 0.5s cubic-bezier(.17, .85, .438, .99);
}

.value-card:hover,
.initiative-card:hover,
.quick-card:hover,
.video-card:hover,
.founder-card:hover,
.director-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.15);
}

.form-card:hover {
  box-shadow: 0 25px 70px rgba(0, 0, 0, 0.12);
}

.mission-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.12);
}

/* Universal Icon Box Hover */
.value-icon,
.mission-icon,
.card-icon,
.csr-hero-icon,
.media-hero-icon,
.hero-icon,
.feature-icon {
  transition: transform 0.5s cubic-bezier(.17, .85, .438, .99),
              background 0.4s ease,
              box-shadow 0.4s ease;
}

.value-card:hover .value-icon,
.mission-card:hover .mission-icon,
.quick-card:hover .card-icon,
.initiative-card:hover .initiative-icon {
  transform: scale(1.1) rotate(5deg);
  box-shadow: 0 10px 25px rgba(108, 64, 63, 0.25);
}

/* Universal Image Hover - zoom effect */
.video-thumbnail img,
.initiative-card img,
.founder-img,
.director-img,
.hero-img-col img {
  transition: transform 1.2s cubic-bezier(.17, .85, .438, .99),
              filter 0.4s ease;
}

.video-card:hover .video-thumbnail img,
.initiative-card:hover img,
.founder-card:hover .founder-img,
.director-card:hover .director-img,
.hero-img-col:hover img {
  transform: scale(1.08);
}

/* Play Button Hover */
.video-play-btn {
  transition: transform 0.4s cubic-bezier(.17, .85, .438, .99),
              background 0.3s ease,
              box-shadow 0.4s ease;
}

.video-card:hover .video-play-btn {
  transform: translate(-50%, -50%) scale(1.15);
  box-shadow: 0 10px 35px rgba(200, 16, 46, 0.4);
}

/* Universal Link Hover with Underline */
a:not(.btn):not(.nav-link):not(.navbar-brand):not(.floating-btn):not(.footer-social a) {
  position: relative;
  transition: color 0.3s ease;
}

/* Card Link Arrow Hover */
.card-link,
.read-more-btn,
.view-more-link {
  transition: color 0.3s ease,
              gap 0.4s cubic-bezier(.17, .85, .438, .99),
              transform 0.3s ease;
}

.card-link:hover,
.read-more-btn:hover,
.view-more-link:hover {
  gap: 12px;
}

/* Form Input Focus Effects */
input:focus,
select:focus,
textarea:focus {
  outline: none;
  border-color: #6C403F !important;
  box-shadow: 0 0 0 3px rgba(108, 64, 63, 0.1);
}

/* Universal Button Hover */
.btn,
button[type="submit"],
.submit-btn,
.contact-btn {
  transition: transform 0.4s cubic-bezier(.17, .85, .438, .99),
              box-shadow 0.4s ease,
              background 0.3s ease;
}

.btn:hover,
button[type="submit"]:hover,
.submit-btn:hover,
.contact-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.2);
}

/* Filter/Tab Buttons */
.category-tab,
.project-pill,
.filter-btn {
  transition: all 0.4s cubic-bezier(.17, .85, .438, .99);
}

.category-tab:hover,
.project-pill:hover {
  transform: translateY(-2px);
}

/* Hero Elements */
/* Hero elements - faster animations */
.about-hero h1,
.contact-hero h1,
.project-hero h1,
.page-hero h1,
.csr-hero h1,
.media-hero-title {
  opacity: 0;
  transform: translateY(20px);
  animation: heroFadeIn 0.4s ease-out forwards;
  animation-delay: 0.1s;
}

.about-hero p,
.contact-hero .lead,
.project-hero p,
.page-hero p,
.csr-hero .lead,
.media-hero-subtitle {
  opacity: 0;
  transform: translateY(15px);
  animation: heroFadeIn 0.4s ease-out forwards;
  animation-delay: 0.2s;
}

.hero-tagline,
.hero-badges,
.csr-hero-icon,
.media-hero-icon {
  opacity: 0;
  transform: translateY(10px);
  animation: heroFadeIn 0.4s ease-out forwards;
  animation-delay: 0.3s;
}

@keyframes heroFadeIn {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Ring/Border Effects */
.founder-img-ring,
.avatar-ring {
  transition: all 0.5s cubic-bezier(.17, .85, .438, .99);
}

.founder-card:hover .founder-img-ring {
  opacity: 1;
  transform: scale(1.08);
}

/* Divider Lines */
.founder-divider,
.section-divider,
.accent-line {
  transition: width 0.6s cubic-bezier(.17, .85, .438, .99);
}

.founder-card:hover .founder-divider {
  width: 80px;
}

/* Badge/Tag Hover */
.founder-role,
.project-badge,
.status-badge {
  transition: transform 0.4s cubic-bezier(.17, .85, .438, .99),
              background 0.3s ease;
}

.founder-card:hover .founder-role {
  transform: scale(1.05);
  background: #ba970d;
}

/* Scrollbar Styling */
::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
  background: #6C403F;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
  background: #4a2c2b;
}

/* Breadcrumb Links */
.breadcrumb-item a {
  transition: color 0.3s ease;
  position: relative;
}

.breadcrumb-item a::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 1px;
  background: #6C403F;
  transition: width 0.4s cubic-bezier(.17, .85, .438, .99);
}

.breadcrumb-item a:hover::after {
  width: 100%;
}

/* FAQ/Accordion Styles */
.faq-item,
.accordion-item {
  transition: box-shadow 0.4s ease;
}

.faq-item:hover,
.accordion-item:hover {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

/* Contact Info Items */
.contact-info-item,
.info-box {
  transition: transform 0.4s cubic-bezier(.17, .85, .438, .99),
              box-shadow 0.4s ease;
}

.contact-info-item:hover,
.info-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

/* Map Container */
.map-container,
.footer-map {
  transition: box-shadow 0.4s ease;
}

.map-container:hover,
.footer-map:hover {
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
}

/* Selection Styling */
::selection {
  background: #6C403F;
  color: #fff;
}

::-moz-selection {
  background: #6C403F;
  color: #fff;
}
