/*
Theme Name: Karpet Turki
Theme URI: https://www.karpetturki.com
Author: Karpet Turki
Author URI: https://www.karpetturki.com
Description: Custom WordPress theme for Karpet Turki - Office and Event Carpet Solutions
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: karpetkantorfurqona
*/

/* Import Google Fonts */
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&family=Source+Sans+Pro:wght@300;400;600;700&display=swap");

/* ========================================
   CSS Reset & Base Styles
======================================== */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #333;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

/* Scroll offset for anchor links (to account for fixed header) */
section[id],
div[id] {
  scroll-margin-top: 100px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 1rem;
}

p {
  font-family: "Source Sans Pro", sans-serif;
  margin-bottom: 1rem;
}

a {
  text-decoration: none;
  color: inherit;
  transition: all 0.3s ease;
}

ul {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* ========================================
   Container & Layout
======================================== */
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.container-fluid {
  width: 100%;
  padding: 0 20px;
}

/* ========================================
   Header Styles
======================================== */
.site-header {
  background-color: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  padding: 15px 0;
}

.header-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.site-logo {
  flex-shrink: 0;
}

.site-logo a {
  display: flex;
  align-items: center;
}

.site-logo img {
  height: 50px;
  width: auto;
}

/* Navigation Menu */
.main-navigation {
  flex-grow: 1;
  display: flex;
  justify-content: flex-end;
}

.main-navigation ul {
  display: flex;
  align-items: center;
  gap: 40px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.main-navigation ul li {
  position: relative;
}

.main-navigation ul li a {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #333;
  padding: 10px 0;
  display: inline-block;
  transition: color 0.3s ease;
}

.main-navigation ul li a:hover,
.main-navigation ul li a:focus,
.main-navigation ul li.current-menu-item a {
  color: #006630;
}

/* Submenu / Dropdown */
.main-navigation .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  min-width: 220px;
  padding: 10px 0;
  margin: 0;
  list-style: none;
  display: none;
  flex-direction: column;
  gap: 0;
  z-index: 999;
  border-top: 3px solid #006630;
}

.main-navigation li:hover > .sub-menu,
.main-navigation li.focus > .sub-menu,
.main-navigation li.touch-hover > .sub-menu {
  display: block;
}

.main-navigation .sub-menu li {
  width: 100%;
  border-bottom: 1px solid #f0f0f0;
}

.main-navigation .sub-menu li:last-child {
  border-bottom: none;
}

.main-navigation .sub-menu li a {
  padding: 12px 20px;
  display: block;
  font-size: 15px;
  color: #555;
  white-space: nowrap;
}

.main-navigation .sub-menu li a:hover {
  background: #f8f8f8;
  color: #006630;
  padding-left: 25px;
}

/* Menu item with children indicator */
.main-navigation .menu-item-has-children > a::after {
  content: "\203A";
  font-size: 20px;
  margin-left: 10px;
  display: inline-block;
  transition: transform 0.3s ease;
  transform: rotate(90deg);
  font-weight: 500;
}

.main-navigation .menu-item-has-children:hover > a::after {
  transform: rotate(270deg);
}

/* Mobile Menu Toggle */
.menu-toggle {
  display: none;
  background: #006630;
  border: 2px solid #006630;
  cursor: pointer;
  padding: 12px 10px;
  position: relative;
  z-index: 1001;
  width: 48px;
  height: 48px;
  border-radius: 8px;
  transition: all 0.3s ease;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
}

.menu-toggle:hover {
  background: #006630;
  border-color: #006630;
}

.menu-toggle span {
  display: block !important;
  width: 26px !important;
  height: 3px !important;
  background-color: #fff !important;
  margin: 0 !important;
  transition: all 0.3s ease;
  position: relative;
  opacity: 1 !important;
  visibility: visible !important;
}

.menu-toggle.active {
  background: #fff;
  border-color: #006630;
}

.menu-toggle.active span {
  background-color: #006630 !important;
}

.menu-toggle.active span:nth-child(1) {
  transform: rotate(45deg) translate(8px, 8px);
}

.menu-toggle.active span:nth-child(2) {
  opacity: 0 !important;
  transform: translateX(-20px);
}

.menu-toggle.active span:nth-child(3) {
  transform: rotate(-45deg) translate(8px, -8px);
}

/* ========================================
   Hero Section
======================================== */
/* Hero Project Slider */
/* ========================================
   Hero Tentang Kami New Design
======================================== */
.hero-tentang-kami-new {
  padding: 180px 0 100px;
  background: linear-gradient(135deg, #004d24 0%, #006630 100%);
  position: relative;
  overflow: hidden;
}

.hero-tentang-content-center {
  text-align: center;
  max-width: 900px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  color: #fff;
}

.hero-tentang-badge {
  display: inline-block;
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
  padding: 8px 20px;
  border-radius: 25px;
  font-size: 0.9rem;
  font-weight: 600;
  margin-bottom: 20px;
  backdrop-filter: blur(10px);
}

.hero-tentang-title {
  font-size: 3.2rem;
  font-weight: 800;
  color: #fff;
  margin-bottom: 20px;
  line-height: 1.2;
}

.hero-tentang-desc {
  font-size: 1.1rem;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 50px;
}

/* Stats */
.hero-tentang-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-bottom: 40px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.stat-item {
  text-align: center;
  padding: 25px 20px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition: all 0.3s ease;
}

.stat-item:hover {
  background: rgba(255, 255, 255, 0.15);
  transform: translateY(-5px);
}

.stat-number {
  font-size: 2.8rem;
  font-weight: 800;
  color: #fff;
  margin-bottom: 8px;
}

.stat-label {
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.85);
  font-weight: 500;
}

/* Responsive */
@media (max-width: 968px) {
  .hero-tentang-title {
    font-size: 2.5rem;
  }
  
  .hero-tentang-stats {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
  
  .stat-number {
    font-size: 2.2rem;
  }
}

@media (max-width: 576px) {
  .hero-tentang-kami-new {
    padding: 140px 0 80px;
  }
  
  .hero-tentang-title {
    font-size: 2rem;
  }
  
  .hero-tentang-desc {
    font-size: 1rem;
  }
  
  .hero-tentang-stats {
    grid-template-columns: 1fr;
    gap: 15px;
  }
  
  .stat-item {
    padding: 20px 15px;
  }
  
  .stat-number {
    font-size: 2rem;
  }
}

.project-item {
  flex: 0 0 auto;
  width: 160px;
  height: 120px;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease;
  border: 2px solid rgba(255, 255, 255, 0.4);
}

.project-item:hover {
  transform: translateY(-3px) scale(1.05);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.4);
  border-color: rgba(255, 255, 255, 0.8);
}

.project-item img {
  width: 80%;
  height: 80%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.project-item:hover img {
  transform: scale(1.15);
}

@media (max-width: 768px) {
  .hero-tentang-kami .hero-content {
    padding-bottom: 120px;
  }

  .project-item {
    width: 90px;
    height: 65px;
  }
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 24px;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease;
  border: none;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border-radius: 35px;
}

.btn-primary {
  background-color: #006630;
  color: #fff;
}

.btn-primary:hover {
  background-color: #006630;
  transform: translateY(-2px);
  border: 2px solid #ffffff;
}

.btn-outline {
  background-color: transparent;
  color: #fff;
  border: 2px solid #006630;
}

.btn-outline:hover {
  background-color: #006630;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(230, 150, 0, 0.4);
}

/* ========================================
   Hero Karpet Masjid Modern
======================================== */
.hero-karpet-masjid-modern {
  background: linear-gradient(135deg, #004d25 0%, #006630 50%, #007a3d 100%);
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 120px 20px 80px;
  position: relative;
  overflow: hidden;
}

/* Background Pattern */
.hero-pattern {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: radial-gradient(
      circle at 20% 50%,
      rgba(255, 255, 255, 0.03) 0%,
      transparent 50%
    ),
    radial-gradient(
      circle at 80% 80%,
      rgba(255, 255, 255, 0.03) 0%,
      transparent 50%
    ),
    radial-gradient(
      circle at 40% 20%,
      rgba(255, 255, 255, 0.02) 0%,
      transparent 50%
    );
  z-index: 0;
}

.hero-karpet-masjid-modern .container {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.hero-masjid-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
  max-width: 1400px;
  margin: 0 auto;
}

/* Left Side - Images Slider */
.hero-masjid-images {
  position: relative;
  animation: fadeInLeft 0.8s ease-out;
  width: 100%;
  display: block;
}

.hero-slider-container {
  position: relative;
  width: 100%;
  max-width: 500px;
  height: 400px;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4);
  background: #fff;
  display: block;
  margin: 0 auto;
}

.hero-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.6s ease-in-out;
  z-index: 1;
}

.hero-slide.active {
  opacity: 1;
  z-index: 2;
}

.slider-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Slider Navigation Buttons */
.slider-nav {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  display: none;
  justify-content: space-between;
  padding: 0 20px;
  z-index: 10;
}

.slider-btn {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: rgba(0, 102, 48, 0.8);
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  backdrop-filter: blur(4px);
}

.slider-btn:hover {
  background: rgba(0, 102, 48, 1);
  transform: scale(1.1);
}

.slider-btn:active {
  transform: scale(0.95);
}

/* Slider Indicators */
.slider-indicators {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 10px;
  z-index: 10;
}

.indicator {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  transition: all 0.3s ease;
}

.indicator.active {
  background: #fff;
  width: 30px;
  border-radius: 6px;
}

.indicator:hover {
  background: rgba(255, 255, 255, 0.8);
}

/* Right Side - Content */
.hero-masjid-content {
  color: #fff;
  animation: fadeInUp 0.8s ease-out 0.4s both;
}

.hero-logo {
  margin-bottom: 30px;
  text-align: left;
}

.logo-img {
  width: 200px;
  height: auto;
  filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.2));
}

.hero-masjid-title {
  font-size: 3rem;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 30px;
  color: #fff;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.3);
}

.hero-features {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 25px;
}

.feature-item {
  display: flex;
  align-items: center;
  gap: 10px;
}

.feature-icon {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.feature-text {
  font-size: 1rem;
  font-weight: 600;
  color: #fff;
}

.hero-masjid-description {
  font-size: 1.1rem;
  line-height: 1.8;
  margin-bottom: 35px;
  color: rgba(255, 255, 255, 0.95);
  max-width: 600px;
}

.hero-masjid-description strong {
  color: #fff;
  font-weight: 700;
}

.hero-masjid-cta {
  margin-top: 35px;
}

.btn-cta-green {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #28a745 0%, #20c997 100%);
  color: #fff;
  font-size: 1.1rem;
  font-weight: 700;
  padding: 18px 40px;
  border-radius: 50px;
  text-decoration: none;
  box-shadow: 0 10px 30px rgba(40, 167, 69, 0.4);
  transition: all 0.3s ease;
  border: none;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.btn-cta-green:hover {
  background: linear-gradient(135deg, #20c997 0%, #28a745 100%);
  transform: translateY(-3px);
  box-shadow: 0 15px 40px rgba(40, 167, 69, 0.5);
  color: #fff;
}

.btn-cta-green:active {
  transform: translateY(-1px);
}

/* Legacy orange button - now green */
.btn-cta-orange {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #28a745 0%, #20c997 100%);
  color: #fff;
  font-size: 1.1rem;
  font-weight: 700;
  padding: 18px 40px;
  border-radius: 50px;
  text-decoration: none;
  box-shadow: 0 10px 30px rgba(40, 167, 69, 0.4);
  transition: all 0.3s ease;
  border: none;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.btn-cta-orange:hover {
  background: linear-gradient(135deg, #20c997 0%, #28a745 100%);
  transform: translateY(-3px);
  box-shadow: 0 15px 40px rgba(40, 167, 69, 0.5);
  color: #fff;
}

.btn-cta-orange:active {
  transform: translateY(-1px);
}

/* Animations */
@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translateX(-50px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translateX(50px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Responsive Design */
@media (max-width: 1200px) {
  .hero-masjid-wrapper {
    gap: 40px;
  }

  .hero-masjid-title {
    font-size: 2.5rem;
  }
}

/* ========================================
   Scroll Reveal Animation
======================================== */
.scroll-reveal {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.scroll-reveal.revealed {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 992px) {
  .hero-karpet-masjid-modern {
    padding: 100px 15px 60px;
  }

  .hero-masjid-wrapper {
    grid-template-columns: 1fr;
    gap: 40px;
    text-align: center;
  }

  .hero-masjid-images {
    justify-content: center;
    max-width: 100%;
    margin: 0 auto;
  }

  .hero-slider-container {
    max-width: 450px;
    height: 400px;
    margin: 0 auto;
  }

  .hero-masjid-content {
    text-align: center;
    padding: 0 10px;
  }

  .hero-logo {
    text-align: center;
  }

  .hero-features {
    justify-content: center;
  }

  .hero-masjid-description {
    margin-left: auto;
    margin-right: auto;
    max-width: 600px;
  }

  .hero-masjid-title {
    font-size: 2.2rem;
    line-height: 1.3;
  }
}

@media (max-width: 768px) {
  .hero-karpet-masjid-modern {
    padding: 90px 15px 50px;
    min-height: auto;
  }

  .hero-masjid-wrapper {
    gap: 30px;
  }

  .hero-slider-container {
    height: 300px;
    max-width: 100%;
    margin: 0 auto;
  }

  .hero-masjid-content {
    padding: 0 5px;
  }

  .hero-masjid-title {
    font-size: 1.75rem;
    line-height: 1.3;
    margin-bottom: 20px;
  }

  .hero-features {
    flex-direction: column;
    align-items: center;
    gap: 15px;
  }

  .hero-masjid-description {
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 25px;
  }

  .btn-cta-green,
  .btn-cta-orange,
  .btn.btn-primary.btn-large {
    font-size: 0.95rem;
    padding: 14px 25px;
    width: 100%;
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    white-space: normal;
    text-align: center;
  }

  .cta-buttons {
    width: 100%;
  }

  .logo-img {
    width: 160px;
  }
}

@media (max-width: 480px) {
  .hero-karpet-masjid-modern {
    padding: 80px 10px 40px;
  }

  .hero-masjid-wrapper {
    gap: 25px;
  }

  .hero-slider-container {
    height: 200px;
    border-radius: 12px;
  }

  .hero-masjid-content {
    padding: 0;
  }

  .hero-masjid-title {
    font-size: 1.4rem;
    line-height: 1.4;
    margin-bottom: 15px;
  }

  .hero-masjid-description {
    font-size: 0.9rem;
    line-height: 1.6;
    margin-bottom: 20px;
  }

  .btn-cta-green,
  .btn-cta-orange,
  .btn.btn-primary.btn-large {
    font-size: 0.9rem;
    padding: 12px 20px;
  }

  .btn.btn-primary.btn-large span {
    font-size: 0.9rem;
  }

  .btn.btn-primary.btn-large svg {
    width: 20px;
    height: 20px;
  }

  .hero-masjid-description {
    font-size: 0.95rem;
  }

  .feature-text {
    font-size: 0.9rem;
  }
}

/* ========================================
   Clients Section
======================================== */
.clients-section {
  background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 50%, #f5f7fa 100%);
  padding: 80px 0;
  overflow: hidden;
  position: relative;
}

.clients-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, #006630, transparent);
  opacity: 0.6;
}

.clients-header {
  text-align: center;
  margin-bottom: 60px;
}

.clients-subtitle {
  font-size: 0.95rem;
  font-weight: 600;
  color: #006630;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 10px;
}

.clients-title {
  font-size: 2.5rem;
  font-weight: 800;
  color: #1a1a1a;
  margin-bottom: 15px;
  position: relative;
  display: inline-block;
}

.clients-description {
  font-size: 1.1rem;
  color: #666;
  max-width: 700px;
  margin: 0 auto;
  line-height: 1.7;
}

.clients-slider-wrapper {
  width: 100vw;
  overflow: hidden;
  position: relative;
  padding: 30px 0;
  display: flex;
  flex-direction: column;
  gap: 35px;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
}

.clients-slider-wrapper::before,
.clients-slider-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  width: 150px;
  height: 100%;
  z-index: 2;
  pointer-events: none;
}

.clients-slider-wrapper::before {
  left: 0;
  background: linear-gradient(
    to right,
    rgba(248, 250, 251, 1) 0%,
    rgba(248, 250, 251, 0.8) 50%,
    transparent 100%
  );
}

.clients-slider-wrapper::after {
  right: 0;
  background: linear-gradient(
    to left,
    rgba(248, 250, 251, 1) 0%,
    rgba(248, 250, 251, 0.8) 50%,
    transparent 100%
  );
}

.clients-slider {
  display: flex;
  gap: 40px;
  animation: scrollLogos 60s linear infinite;
  width: fit-content;
}

.clients-slider-reverse {
  animation: scrollLogosReverse 60s linear infinite;
}

@keyframes scrollLogos {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

@keyframes scrollLogosReverse {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0);
  }
}

.clients-slider:hover {
  animation-play-state: paused;
}

.client-logo {
  flex-shrink: 0;
  width: 180px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #ffffff 0%, #fafbfc 100%);
  padding: 20px;
  border-radius: 16px;
  border: 1.5px solid rgba(0, 102, 48, 0.08);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0.85;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05), 
              0 1px 3px rgba(0, 0, 0, 0.03);
  position: relative;
  overflow: hidden;
}

.client-logo::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
  transition: left 0.5s;
}

.client-logo:hover::before {
  left: 100%;
}

.client-logo:hover {
  opacity: 1;
  transform: translateY(-10px) scale(1.05);
  box-shadow: 0 16px 32px rgba(0, 102, 48, 0.12),
              0 8px 16px rgba(0, 102, 48, 0.08);
  border-color: rgba(0, 102, 48, 0.2);
  background: linear-gradient(135deg, #ffffff 0%, #f0fdf4 100%);
}

.client-logo img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  width: auto;
  height: auto;
}

/* Responsive - Mobile */
@media (max-width: 768px) {
  .clients-slider-wrapper::before,
  .clients-slider-wrapper::after {
    width: 40px;
  }
  
  .clients-slider-wrapper::before {
    background: linear-gradient(
      to right,
      rgba(248, 250, 251, 1) 0%,
      rgba(248, 250, 251, 0.6) 40%,
      transparent 100%
    );
  }
  
  .clients-slider-wrapper::after {
    background: linear-gradient(
      to left,
      rgba(248, 250, 251, 1) 0%,
      rgba(248, 250, 251, 0.6) 40%,
      transparent 100%
    );
  }
  
  .client-logo {
    width: 150px;
    height: 90px;
  }
  
  .clients-title {
    font-size: 2rem;
  }
  
  .clients-description {
    font-size: 1rem;
  }
}

/* ========================================
   About Section New Design
======================================== */
.about-section-new {
  position: relative;
  padding: 100px 0 150px 0;
  background-color: #fff;
  overflow: hidden;
}

.about-wrapper-new {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
}

/* Left - Image */
.about-image-new {
  position: relative;
}

.about-image-new img {
  width: 100%;
  height: auto;
  border-radius: 24px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
  object-fit: cover;
}

/* Right - Content */
.about-content-new {
  padding-left: 20px;
}

.about-badge-new {
  display: inline-block;
  background: #E8F5E9;
  color: #2E7D32;
  padding: 8px 20px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 20px;
}

.about-title-new {
  font-size: 2.5rem;
  font-weight: 800;
  color: #1a1a1a;
  line-height: 1.2;
  margin-bottom: 20px;
}

.about-description-new {
  font-size: 1.1rem;
  color: #666;
  line-height: 1.7;
  margin-bottom: 35px;
}

/* Features Grid */
.about-features-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-bottom: 35px;
}

.about-feature-new {
  display: flex;
  align-items: center;
  gap: 12px;
}

.feature-icon-new {
  width: 40px;
  height: 40px;
  background: linear-gradient(135deg, #81C784 0%, #66BB6A 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: white;
}

.about-feature-new span {
  font-size: 15px;
  font-weight: 500;
  color: #333;
}

/* CTA Button */
.about-cta-new {
  margin-top: 10px;
}

.btn-about-new {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 32px;
  background: transparent;
  color: #1976D2;
  border: 2px solid #1976D2;
  border-radius: 30px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}

.btn-about-new:hover {
  background: #1976D2;
  color: white;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(25, 118, 210, 0.3);
}

.btn-about-new svg {
  transition: transform 0.3s ease;
}

.btn-about-new:hover svg {
  transform: translateX(5px);
}

/* Wave Background - Colorful & Animated */
.about-wave-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  overflow: hidden;
  pointer-events: none;
}

.about-wave-bg::before,
.about-wave-bg::after {
  content: '';
  position: absolute;
  width: 200%;
  height: 100%;
  bottom: 0;
  left: 0;
  background-size: 50% 100%;
  background-repeat: repeat-x;
}

/* Wave 1 - Red #d40000 (Solid) */
.about-wave-bg::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 120' preserveAspectRatio='none'%3E%3Cpath d='M0 60 Q 150 0 300 60 T 600 60 T 900 60 T 1200 60 L 1200 120 L 0 120 Z' fill='%23d40000'/%3E%3C/svg%3E");
  animation: wave1 20s linear infinite;
  z-index: 1;
}

/* Wave 2 - Green #016630 (With Texture) */
.about-wave-bg::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 120' preserveAspectRatio='none'%3E%3Cpath d='M0 40 Q 150 100 300 40 T 600 40 T 900 40 T 1200 40 L 1200 120 L 0 120 Z' fill='%23016630'/%3E%3C/svg%3E");
  animation: wave2 25s linear infinite;
  z-index: 2;
  opacity: 0.85;
  mix-blend-mode: normal;
}

/* Wave Animations */
@keyframes wave1 {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

@keyframes wave2 {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0);
  }
}

/* Responsive */
@media (max-width: 968px) {
  .about-wrapper-new {
    grid-template-columns: 1fr;
    gap: 50px;
  }
  
  .about-content-new {
    padding-left: 0;
    text-align: center;
  }
  
  .about-badge-new {
    display: inline-block;
  }
  
  .about-title-new {
    font-size: 2rem;
  }
  
  .about-features-grid {
    grid-template-columns: repeat(2, 1fr);
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
  
  .btn-about-new {
    width: 100%;
    justify-content: center;
  }
}

@media (max-width: 576px) {
  .about-section-new {
    padding: 60px 0 120px 0;
  }
  
  .about-title-new {
    font-size: 1.75rem;
  }
  
  .about-description-new {
    font-size: 1rem;
  }
  
  .about-features-grid {
    gap: 15px;
  }
  
  .about-feature-new span {
    font-size: 14px;
  }
}

/* ========================================
   About Section
======================================== */


.about-content {
  position: relative;
}

.about-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: linear-gradient(135deg, #006630 0%, #00843d 100%);
  color: #fff;
  padding: 8px 20px;
  border-radius: 25px;
  font-size: 0.9rem;
  font-weight: 600;
  margin-bottom: 20px;
  box-shadow: 0 4px 12px rgba(0, 102, 48, 0.2);
}

.badge-icon {
  font-size: 1.2rem;
}

.about-title {
  font-size: 2.8rem;
  font-weight: 800;
  color: #1a1a1a;
  margin-bottom: 15px;
  line-height: 1.2;
}

.about-subtitle {
  font-size: 1.2rem;
  color: #006630;
  font-weight: 600;
  margin-bottom: 25px;
  line-height: 1.5;
}

.about-text p {
  font-size: 1.1rem;
  line-height: 1.8;
  color: #555;
  margin-bottom: 20px;
}

.about-text strong {
  color: #006630;
  font-weight: 600;
}

.about-features {
  margin: 40px 0;
}

.about-feature-item {
  display: flex;
  gap: 15px;
  margin-bottom: 25px;
  align-items: flex-start;
  padding: 20px;
  background: #f8faf9;
  border-radius: 12px;
  border-left: 4px solid #006630;
  transition: all 0.3s ease;
}

.about-feature-item:hover {
  background: #fff;
  box-shadow: 0 4px 16px rgba(0, 102, 48, 0.1);
  transform: translateX(5px);
}

.feature-icon {
  width: 40px;
  height: 40px;
  background: linear-gradient(135deg, #006630 0%, #00843d 100%);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  font-weight: bold;
  flex-shrink: 0;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 102, 48, 0.2);
}

.feature-text h4 {
  font-size: 1.2rem;
  font-weight: 600;
  color: #333;
  margin-bottom: 5px;
}

.feature-text p {
  font-size: 1rem;
  color: #666;
  margin: 0;
}

.about-cta {
  display: flex;
  gap: 15px;
  margin-top: 35px;
  flex-wrap: wrap;
}

.about-cta .btn {
  padding: 12px 24px;
  min-width: auto;
  width: auto;
}

.btn-outline-dark {
  background-color: transparent;
  color: #333;
  border: 2px solid #333;
}

.btn-outline-dark:hover {
  background-color: #333;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

/* ========================================
   Services Section
======================================== */
.services-section {
  background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%);
  padding: 100px 0;
  position: relative;
  overflow: hidden;
}

.services-section::before {
  content: "";
  position: absolute;
  top: -50px;
  right: -50px;
  width: 300px;
  height: 300px;
  background: radial-gradient(
    circle,
    rgba(0, 102, 48, 0.08) 0%,
    transparent 70%
  );
  border-radius: 50%;
}

.services-section::after {
  content: "";
  position: absolute;
  bottom: -50px;
  left: -50px;
  width: 250px;
  height: 250px;
  background: radial-gradient(
    circle,
    rgba(0, 102, 48, 0.08) 0%,
    transparent 70%
  );
  border-radius: 50%;
}

.services-header {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 60px;
}

.services-badge {
  display: block;
  width: fit-content;
  margin: 0 auto 15px;
  background: linear-gradient(135deg, #006630 0%, #00843d 100%);
  color: #fff;
  padding: 8px 24px;
  border-radius: 25px;
  font-size: 0.9rem;
  font-weight: 600;
  box-shadow: 0 4px 12px rgba(0, 102, 48, 0.2);
}

.services-title {
  font-size: 2.8rem;
  font-weight: 800;
  color: #1a1a1a;
  margin-bottom: 20px;
  position: relative;
  display: block;
}

.services-title::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 4px;
  background: linear-gradient(90deg, transparent, #006630, transparent);
}

.services-subtitle {
  font-size: 1.15rem;
  line-height: 1.8;
  color: #555;
  margin-top: 30px;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 35px;
  position: relative;
  z-index: 1;
}

.service-card {
  background: #fff;
  border: 2px solid #d1fae5;
  padding: 0;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  border-radius: 16px;
}

.service-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: linear-gradient(90deg, #006630, #00843d, #006630);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s ease;
  z-index: 2;
  border-radius: 16px 16px 0 0;
}

.service-card:hover::before {
  transform: scaleX(1);
}

.service-card:hover {
  transform: translateY(-15px);
  box-shadow: 0 20px 50px rgba(0, 102, 48, 0.2);
  border-color: #006630;
}

.service-card-featured {
  position: relative;
  border-color: #9b7e5c;
  border-width: 3px;
}

.service-card-featured::before {
  transform: scaleX(1);
}

.featured-badge {
  position: absolute;
  top: 20px;
  right: -35px;
  background: linear-gradient(135deg, #006630, #006630);
  color: #fff;
  padding: 8px 45px;
  font-size: 0.85rem;
  font-weight: 600;
  transform: rotate(45deg);
  box-shadow: 0 4px 10px rgba(230, 150, 0, 0.3);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  z-index: 3;
}

.service-icon {
  margin: -2px -2px 0 -2px;
  display: flex;
  justify-content: center;
  width: calc(100% + 4px);
  height: 250px;
  overflow: hidden;
  flex-shrink: 0;
  border-radius: 16px 16px 0 0;
}

.service-icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.service-card:hover .service-icon img {
  transform: scale(1.1);
}

.service-icon svg {
  filter: drop-shadow(0 5px 15px rgba(0, 102, 48, 0.2));
  transition: transform 0.3s ease;
}

.service-card:hover .service-icon svg {
  transform: scale(1.1) rotate(5deg);
}

.service-content {
  padding: 35px 35px 45px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.service-title {
  font-size: 1.6rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 20px;
  text-align: center;
}

.service-description {
  font-size: 1rem;
  line-height: 1.7;
  color: #666;
  margin-bottom: 30px;
  text-align: center;
}

.service-features {
  list-style: none;
  padding: 0;
  margin: 0 0 35px 0;
}

.service-features li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 15px;
  font-size: 0.95rem;
  color: #555;
  line-height: 1.6;
}

.service-features li svg {
  flex-shrink: 0;
  margin-top: 2px;
}

.service-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  padding: 16px 30px;
  background: linear-gradient(135deg, #006630, #006630);
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
  cursor: pointer;
  border: none;
}

.service-btn:hover {
  background: linear-gradient(135deg, #006630, #006630);
  transform: translateY(-3px);
}

.service-btn svg {
  transition: transform 0.3s ease;
}

.service-btn:hover svg {
  transform: scale(1.15);
}

/* ========================================
   Karpet Masjid Section
======================================== */
.karpet-masjid-section {
  background: #fff;
  padding: 100px 0;
  position: relative;
  overflow: hidden;
}

.karpet-masjid-header {
  text-align: center;
  max-width: 800px;
  margin: 60px auto 60px;
}

.karpet-masjid-badge {
  display: block;
  width: fit-content;
  margin: 0 auto 15px;
  background: linear-gradient(135deg, #006630 0%, #00843d 100%);
  color: #fff;
  padding: 8px 24px;
  border-radius: 25px;
  font-size: 0.9rem;
  font-weight: 600;
  box-shadow: 0 4px 12px rgba(0, 102, 48, 0.2);
}

.karpet-masjid-title {
  font-size: 2.8rem;
  font-weight: 800;
  color: #1a1a1a;
  margin-bottom: 20px;
  position: relative;
  display: block;
}

.karpet-masjid-title::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 4px;
  background: linear-gradient(90deg, transparent, #006630, transparent);
}

.karpet-masjid-subtitle {
  font-size: 1.15rem;
  line-height: 1.8;
  color: #555;
  margin-top: 30px;
}

.karpet-masjid-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 35px;
  position: relative;
  z-index: 1;
}

.karpet-masjid-card {
  background: #fff;
  border: 3px solid #006630;
  border-radius: 16px;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  display: flex;
  flex-direction: column;
}

.karpet-masjid-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 50px rgba(0, 102, 48, 0.15);
}

.karpet-masjid-image {
  position: relative;
  width: 100%;
  height: 280px;
  overflow: hidden;
}

.karpet-masjid-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.karpet-masjid-card:hover .karpet-masjid-image img {
  transform: scale(1.1);
}

.grade-badge {
  position: absolute;
  top: 15px;
  left: 15px;
  padding: 6px 16px;
  border-radius: 20px;
  font-size: 0.85rem;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  z-index: 2;
  background: linear-gradient(135deg, #006630, #00843d);
}

.karpet-masjid-content {
  padding: 30px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.karpet-masjid-card-title {
  font-size: 1.6rem;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 15px;
}

.karpet-masjid-description {
  font-size: 1rem;
  line-height: 1.7;
  color: #666;
  margin-bottom: 25px;
  flex-grow: 1;
}

.karpet-masjid-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  padding: 14px 24px;
  background: linear-gradient(135deg, #006630, #00843d);
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 0.95rem;
  font-weight: 600;
  border-radius: 8px;
  transition: all 0.3s ease;
  cursor: pointer;
  border: none;
}

.karpet-masjid-btn:hover {
  background: linear-gradient(135deg, #004d24, #006630);
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0, 102, 48, 0.3);
}

.karpet-masjid-btn svg {
  flex-shrink: 0;
}

/* Karpet Masjid List Layout (1 Column) */
.karpet-masjid-list {
  display: flex;
  flex-direction: column;
  gap: 40px;
  max-width: 1000px;
  margin: 0 auto;
}

.karpet-masjid-item {
  display: grid;
  grid-template-columns: 350px 1fr;
  gap: 40px;
  background: #fff;
  border: 2px solid #e5e7eb;
  border-radius: 16px;
  overflow: hidden;
  transition: all 0.3s ease;
}

.karpet-masjid-item:hover {
  border-color: #006630;
  box-shadow: 0 10px 30px rgba(0, 102, 48, 0.1);
  transform: translateY(-5px);
}

.karpet-item-image {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 280px;
  overflow: hidden;
}

.karpet-item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.karpet-masjid-item:hover .karpet-item-image img {
  transform: scale(1.05);
}

.karpet-item-content {
  padding: 30px 30px 30px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.karpet-item-title {
  font-size: 1.8rem;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 15px;
}

.karpet-item-description {
  font-size: 1rem;
  line-height: 1.7;
  color: #666;
  margin-bottom: 25px;
  flex-grow: 1;
}

.karpet-item-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: fit-content;
  padding: 12px 28px;
  background: linear-gradient(135deg, #006630, #00843d);
  color: #fff;
  font-size: 0.95rem;
  font-weight: 600;
  border-radius: 8px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.karpet-item-btn:hover {
  background: #d40000;
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(212, 0, 0, 0.4);
}

.karpet-item-btn svg {
  flex-shrink: 0;
}

.grade-badge.grade-lokal {
  background: linear-gradient(135deg, #2563eb, #3b82f6);
}

.grade-badge.grade-turki {
  background: linear-gradient(135deg, #dc2626, #ef4444);
}

/* Responsive */
@media (max-width: 968px) {
  .karpet-masjid-item {
    grid-template-columns: 1fr;
    gap: 0;
  }
  
  .karpet-item-image {
    min-height: 250px;
  }
  
  .karpet-item-content {
    padding: 30px;
  }
  
  .karpet-item-title {
    font-size: 1.5rem;
  }
}

@media (max-width: 576px) {
  .karpet-masjid-list {
    gap: 30px;
  }
  
  .karpet-item-image {
    min-height: 200px;
  }
  
  .karpet-item-content {
    padding: 20px;
  }
  
  .karpet-item-title {
    font-size: 1.3rem;
  }
  
  .karpet-item-description {
    font-size: 0.95rem;
  }
  
  .karpet-item-btn {
    width: 100%;
  }
}

.karpet-masjid-btn svg {
  transform: scale(1.15);
}

/* ========================================
   Responsive Design
======================================== */

/* Tablet & Mobile Navigation */
@media (max-width: 768px) {
  .site-header {
    padding: 12px 0;
  }

  .menu-toggle {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  /* Fullscreen Mobile Menu */
  .main-navigation {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: linear-gradient(
      135deg,
      rgba(0, 0, 0, 0.95) 0%,
      rgba(51, 51, 51, 0.98) 100%
    );
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
  }

  .main-navigation.active {
    opacity: 1;
    visibility: visible;
  }

  .main-navigation ul {
    flex-direction: column;
    gap: 0;
    padding: 0;
    align-items: center;
    width: 100%;
  }

  .main-navigation ul li {
    width: 100%;
    text-align: center;
    border-bottom: none;
    opacity: 0;
    transform: translateY(30px);
  }

  .main-navigation.active ul li {
    animation: fadeInUp 0.6s ease forwards;
  }

  .main-navigation.active ul li:nth-child(1) {
    animation-delay: 0.1s;
  }

  .main-navigation.active ul li:nth-child(2) {
    animation-delay: 0.2s;
  }

  .main-navigation.active ul li:nth-child(3) {
    animation-delay: 0.3s;
  }

  .main-navigation.active ul li:nth-child(4) {
    animation-delay: 0.4s;
  }

  .main-navigation.active ul li:nth-child(5) {
    animation-delay: 0.5s;
  }

  @keyframes fadeInUp {
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }

  .main-navigation ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 40px;
    font-size: 28px;
    font-weight: 700;
    color: #fff;
    position: relative;
    transition: all 0.3s ease;
    letter-spacing: 1px;
  }

  /* Hide default underline animation on mobile */
  .main-navigation ul li a::after {
    display: none;
  }

  .main-navigation ul li a:hover,
  .main-navigation ul li.current-menu-item a {
    color: #ffffff;
    transform: scale(1.05);
  }

  /* Mobile parent menu with children */
  .main-navigation .menu-item-has-children > a {
    position: relative;
    padding-right: 30px !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 10px !important;
  }

  .main-navigation .menu-item-has-children > a::after {
    content: "\203A";
    position: relative !important;
    right: auto !important;
    top: auto !important;
    transform: rotate(90deg);
    font-size: 25px;
    font-weight: bold;
    transition: transform 0.3s ease;
    display: inline-block !important;
    margin-left: 0 !important;
  }

  .main-navigation .menu-item-has-children.active > a::after {
    transform: rotate(270deg);
  }

  /* Mobile Submenu Styles */
  .main-navigation .sub-menu {
    position: static;
    background: rgba(255, 255, 255, 0.08);
    box-shadow: none;
    border-top: none;
    border-left: 3px solid #006630;
    margin: 0 20px;
    width: calc(100% - 40px);
    padding: 0;
    display: none !important;
    list-style: none;
  }

  .main-navigation .menu-item-has-children.active > .sub-menu {
    display: block !important;
    animation: slideDown 0.3s ease;
  }

  @keyframes slideDown {
    from {
      opacity: 0;
      transform: translateY(-10px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }

  .main-navigation .sub-menu li {
    width: 100%;
    border-bottom: none;
  }

  .main-navigation .sub-menu li a {
    font-size: 22px;
    padding: 16px 40px;
    color: rgba(255, 255, 255, 0.85);
    font-weight: 500;
    justify-content: flex-start;
  }

  /* Hide icon on submenu items */
  .main-navigation .sub-menu li a::after {
    display: none !important;
  }

  .main-navigation .sub-menu li a:hover {
    color: #006630;
    background: rgba(230, 150, 0, 0.15);
    transform: translateX(5px) scale(1);
  }

  .hero-content h1 {
    font-size: 2.5rem;
  }

  .hero-content p {
    font-size: 1.1rem;
  }

  .hero-buttons {
    flex-direction: column;
    align-items: center;
  }

  .hero-buttons .btn {
    width: auto;
    max-width: 240px;
    min-width: auto;
    padding: 10px 20px;
  }

  .btn {
    padding: 10px 20px;
    font-size: 14px;
  }

  /* About Section Responsive */
  .about-wrapper {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .about-ornament {
    width: 100px;
    height: 100px;
  }

  .about-ornament-top-left,
  .about-ornament-top-right {
    top: 10px;
  }

  .about-ornament-top-left,
  .about-ornament-bottom-left {
    left: 10px;
  }

  .about-ornament-top-right,
  .about-ornament-bottom-right {
    right: 10px;
  }

  .about-ornament-bottom-left,
  .about-ornament-bottom-right {
    bottom: 10px;
  }

  .about-image-stack {
    height: 500px;
  }

  .about-image-1 {
    width: 340px;
    height: 270px;
  }

  .about-image-2 {
    width: 320px;
    height: 250px;
    left: 100px;
    top: 120px;
  }

  .about-image-3 {
    width: 300px;
    height: 230px;
    left: 50px;
    top: 250px;
  }

  .about-title {
    font-size: 2rem;
  }

  .about-text p {
    font-size: 1rem;
  }

  /* Clients Section Responsive */
  .clients-slider-wrapper {
    gap: 20px;
  }

  .client-logo {
    width: 140px;
    height: 80px;
    padding: 15px;
  }

  /* Services Section Responsive */
  .services-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .service-icon {
    height: 220px;
  }

  .service-content {
    padding: 30px 25px 35px;
  }

  .services-title {
    font-size: 2.2rem;
  }

  .services-subtitle {
    font-size: 1rem;
  }

  /* Karpet Masjid Section Responsive */
  .karpet-masjid-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .karpet-masjid-image {
    height: 250px;
  }

  .karpet-masjid-content {
    padding: 25px;
  }

  .karpet-masjid-title {
    font-size: 2.2rem;
  }

  .karpet-masjid-subtitle {
    font-size: 1rem;
  }

  .karpet-masjid-card-title {
    font-size: 1.4rem;
  }

  .featured-badge {
    font-size: 0.75rem;
    padding: 6px 40px;
  }
}

/* Mobile */
@media (max-width: 480px) {
  .site-logo img {
    height: 40px;
  }

  .hero-section {
    min-height: 500px;
  }

  .hero-content h1 {
    font-size: 2rem;
  }

  .hero-content p {
    font-size: 1rem;
  }

  .btn {
    padding: 12px 25px;
    font-size: 14px;
  }

  /* About Section Mobile */
  .about-section {
    padding: 60px 0;
  }

  .about-ornament {
    width: 70px;
    height: 70px;
  }

  .about-ornament-top-left,
  .about-ornament-top-right {
    top: 5px;
  }

  .about-ornament-top-left,
  .about-ornament-bottom-left {
    left: 5px;
  }

  .about-ornament-top-right,
  .about-ornament-bottom-right {
    right: 5px;
  }

  .about-ornament-bottom-left,
  .about-ornament-bottom-right {
    bottom: 5px;
  }

  .about-image-stack {
    height: 350px;
  }

  .about-image-1 {
    width: 220px;
    height: 180px;
  }

  .about-image-2 {
    width: 200px;
    height: 190px;
    left: 130px;
    top: 100px;
  }

  .about-image-3 {
    width: 230px;
    height: 180px;
    left: 0px;
    top: 199px;
  }

  .about-title {
    font-size: 1.5rem;
  }

  .about-cta {
    flex-direction: column;
    align-items: center;
  }

  .about-cta .btn {
    width: auto;
    max-width: 240px;
    padding: 10px 20px;
  }

  /* Clients Section Mobile */
  .clients-slider-wrapper {
    gap: 15px;
  }

  .client-logo {
    width: 120px;
    height: 70px;
    padding: 12px;
  }

  /* Services Section Mobile */
  .services-section {
    padding: 60px 0;
  }

  .services-title {
    font-size: 1.8rem;
  }

  .services-subtitle {
    font-size: 0.95rem;
  }

  /* Karpet Masjid Section Mobile */
  .karpet-masjid-section {
    padding: 60px 0;
  }

  .karpet-masjid-title {
    font-size: 1.8rem;
  }

  .karpet-masjid-subtitle {
    font-size: 0.95rem;
  }

  .karpet-masjid-image {
    height: 220px;
  }

  .karpet-masjid-content {
    padding: 20px;
  }

  .karpet-masjid-card-title {
    font-size: 1.3rem;
  }

  .service-icon {
    height: 200px;
  }

  .service-content {
    padding: 25px 20px 30px;
  }

  .service-title {
    font-size: 1.4rem;
  }

  .featured-badge {
    font-size: 0.7rem;
    padding: 5px 23px;
  }

  .about-image-grid {
    height: 800px;
  }
}

/* ========================================
   Project Section (Carpet Gallery)
======================================== */
.project-section {
  background-color: #f9f9f9;
  padding: 80px 0;
  overflow: hidden;
}

.project-title {
  text-align: center;
  font-size: 2.5rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 15px;
}

.project-subtitle {
  text-align: center;
  font-size: 1.1rem;
  color: #666;
  margin-bottom: 50px;
}

.project-slider1-wrapper {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding: 20px 0;
}

.project-slider2-wrapper {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding: 20px 0;
}

.project-slider3-wrapper {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding: 20px 0;
}

.project-slider1-wrapper::before,
.project-slider1-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  width: 150px;
  height: 100%;
  z-index: 2;
  pointer-events: none;
}

.project-slider2-wrapper::before,
.project-slider2-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  width: 150px;
  height: 100%;
  z-index: 2;
  pointer-events: none;
}

.project-slider3-wrapper::before,
.project-slider3-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  width: 150px;
  height: 100%;
  z-index: 2;
  pointer-events: none;
}

.project-slider1 {
  display: flex;
  gap: 30px;
  animation: scrollProjects 40s linear infinite;
  width: fit-content;
}

.project-slider2 {
  display: flex;
  gap: 30px;
  animation: scrollProjects 30s linear infinite;
  width: fit-content;
}

.project-slider3 {
  display: flex;
  gap: 30px;
  animation: scrollProjects 40s linear infinite;
  width: fit-content;
}

@keyframes scrollProjects {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

.project-slider1:hover {
  animation-play-state: paused;
}

.project-slider2:hover {
  animation-play-state: paused;
}

.project-slider3:hover {
  animation-play-state: paused;
}

.project-item {
  flex-shrink: 0;
  width: 200px;
  height: 200px;
  overflow: hidden;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.project-item:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.project-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 3s ease;
}

.project-item:hover img {
  transform: scale(1.1);
}

/* ========================================
   Why Section
======================================== */
/* ========================================
   Why Section New Design
======================================== */
.why-section-new {
  padding: 100px 0;
  background: #fff;
  position: relative;
}

.why-header-new {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 60px;
}

.why-badge-new {
  display: inline-block;
  background: linear-gradient(135deg, #006630, #00843d);
  color: #fff;
  padding: 8px 24px;
  border-radius: 25px;
  font-size: 0.9rem;
  font-weight: 600;
  margin-bottom: 20px;
  box-shadow: 0 4px 12px rgba(0, 102, 48, 0.2);
}

.why-title-new {
  font-size: 2.8rem;
  font-weight: 800;
  color: #1a1a1a;
  margin-bottom: 15px;
}

.why-description-new {
  font-size: 1.1rem;
  color: #666;
  line-height: 1.7;
}

.why-grid-new {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto;
}

.why-item-new {
  background: #fff;
  padding: 40px 30px;
  border-radius: 16px;
  text-align: center;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  border: 2px solid #f0f0f0;
}

.why-item-new:hover {
  transform: translateY(-10px);
  border-color: #006630;
  box-shadow: 0 15px 40px rgba(0, 102, 48, 0.1);
}

.why-icon-wrapper {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, #e8f5e9 0%, #c8e6c9 100%);
  border-radius: 20px;
  margin-bottom: 25px;
  transition: all 0.4s ease;
}

.why-item-new:hover .why-icon-wrapper {
  background: linear-gradient(135deg, #006630, #00843d);
  transform: scale(1.1) rotate(5deg);
}

.why-icon-new {
  color: #006630;
  transition: all 0.4s ease;
}

.why-item-new:hover .why-icon-new {
  color: #fff;
}

.why-item-title-new {
  font-size: 1.4rem;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 15px;
  line-height: 1.3;
}

.why-item-text-new {
  font-size: 0.95rem;
  color: #666;
  line-height: 1.7;
  margin: 0;
}

/* Responsive */
@media (max-width: 968px) {
  .why-grid-new {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
  }
  
  .why-title-new {
    font-size: 2.2rem;
  }
}

@media (max-width: 576px) {
  .why-section-new {
    padding: 60px 0;
  }
  
  .why-grid-new {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  
  .why-title-new {
    font-size: 1.8rem;
  }
  
  .why-description-new {
    font-size: 1rem;
  }
  
  .why-item-new {
    padding: 30px 20px;
  }
  
  .why-icon-wrapper {
    width: 70px;
    height: 70px;
  }
  
  .why-item-title-new {
    font-size: 1.2rem;
  }
}



/* ========================================
   CTA Section
======================================== */
.cta-section {
  padding: 120px 0;
  background-color: #006630;
  background-image: linear-gradient(
      135deg,
      rgba(0, 102, 48, 0.85) 0%,
      rgba(0, 132, 61, 0.85) 100%
    ),
    url("assets/images/ornamen.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
}

.cta-section::before {
  display: none;
}

.cta-section::after {
  display: none;
}

.cta-content {
  text-align: center;
  max-width: 900px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.cta-title {
  font-size: 3.2rem;
  font-weight: 800;
  color: #fff;
  margin-bottom: 40px;
  text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
  line-height: 1.3;
}

.cta-buttons {
  display: flex;
  justify-content: center;
}

.btn-large {
  padding: 20px 50px;
  font-size: 1.1rem;
  border-radius: 50px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
}

.btn-large:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.3);
}

/* ========================================
   Testimonial Section
======================================== */
.testimonial-section {
  padding: 100px 0;
  background-color: #f9f9f9;
}

.testimonial-section .section-header {
  text-align: center;
  margin-bottom: 60px;
}

.testimonial-section .section-header h2 {
  font-size: 2.8rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 15px;
}

.testimonial-section .section-header p {
  font-size: 1.15rem;
  color: #666;
  max-width: 600px;
  margin: 0 auto;
}

.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 30px;
}

.testimonial-item {
  background: #fff;
  padding: 35px;
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  position: relative;
}

.testimonial-item::before {
  content: '"';
  position: absolute;
  top: -10px;
  left: 25px;
  font-size: 80px;
  color: rgba(0, 102, 48, 0.1);
  font-family: Georgia, serif;
  line-height: 1;
}

.testimonial-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 40px rgba(0, 102, 48, 0.15);
}

.testimonial-rating {
  margin-bottom: 20px;
}

.testimonial-rating span {
  font-size: 20px;
  letter-spacing: 2px;
}

.testimonial-text {
  font-size: 1.05rem;
  line-height: 1.8;
  color: #444;
  margin-bottom: 25px;
  font-style: italic;
  position: relative;
  z-index: 1;
}

.testimonial-author {
  border-top: 2px solid #f0f0f0;
  padding-top: 20px;
}

.testimonial-author h4 {
  font-size: 1.1rem;
  font-weight: 700;
  color: #006630;
  margin-bottom: 5px;
}

.testimonial-author span {
  font-size: 0.95rem;
  color: #777;
  display: block;
}

/* Testimonial Responsive */
@media (max-width: 768px) {
  .testimonial-grid {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 25px;
  }
}

@media (max-width: 576px) {
  .testimonial-section {
    padding: 60px 0;
  }

  .testimonial-section .section-header h2 {
    font-size: 2rem;
  }

  .testimonial-section .section-header p {
    font-size: 1rem;
  }

  .testimonial-grid {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 0 15px;
  }

  .testimonial-item {
    padding: 30px 25px;
  }

  .testimonial-text {
    font-size: 1rem;
  }

  .testimonial-author h4 {
    font-size: 1rem;
  }

  .testimonial-author span {
    font-size: 0.9rem;
  }
}

/* ========================================
   Gallery Section
======================================== */
/* ========================================
   Gallery Section New Design
======================================== */
.gallery-section-new {
  padding: 100px 0;
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  position: relative;
  overflow: hidden;
}

.gallery-header-new {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 60px;
}

.gallery-badge {
  display: inline-block;
  background: linear-gradient(135deg, #006630, #00843d);
  color: #fff;
  padding: 8px 24px;
  border-radius: 25px;
  font-size: 0.9rem;
  font-weight: 600;
  margin-bottom: 20px;
  box-shadow: 0 4px 12px rgba(0, 102, 48, 0.2);
}

.gallery-title-new {
  font-size: 2.8rem;
  font-weight: 800;
  color: #1a1a1a;
  margin-bottom: 15px;
}

.gallery-description-new {
  font-size: 1.1rem;
  color: #666;
  line-height: 1.6;
}

.gallery-grid-new {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto;
}

.gallery-item-new {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  background: #fff;
}

.gallery-item-new:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

.gallery-image-new {
  position: relative;
  width: 100%;
  padding-bottom: 75%; /* 4:3 aspect ratio */
  overflow: hidden;
}

.gallery-image-new img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.gallery-item-new:hover .gallery-image-new img {
  transform: scale(1.1);
}

.gallery-overlay-new {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.6) 50%, transparent 100%);
  padding: 25px 20px;
  transform: translateY(0);
  transition: all 0.4s ease;
}

.gallery-item-new:hover .gallery-overlay-new {
  background: linear-gradient(to top, rgba(0, 102, 48, 0.95) 0%, rgba(0, 102, 48, 0.7) 50%, transparent 100%);
}

.gallery-info h3 {
  color: #fff;
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 5px;
  line-height: 1.3;
}

.gallery-info p {
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.9rem;
  margin: 0;
}

/* Responsive */
@media (max-width: 968px) {
  .gallery-grid-new {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  
  .gallery-title-new {
    font-size: 2.2rem;
  }
}

@media (max-width: 576px) {
  .gallery-section-new {
    padding: 60px 0;
  }
  
  .gallery-grid-new {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  
  .gallery-title-new {
    font-size: 1.8rem;
  }
  
  .gallery-description-new {
    font-size: 1rem;
  }
  
  .gallery-info h3 {
    font-size: 1.1rem;
  }
  
  /* Hide items 4-6 on mobile, show only first 3 */
  .gallery-item-new.mobile-hidden {
    display: none;
  }
}

/* Hidden Items & Load More */
.gallery-item-new.hidden-item {
  display: none;
}

.gallery-item-new.fade-in {
  animation: fadeInUp 0.6s ease-out forwards;
}

.gallery-load-more-new {
  text-align: center;
  margin-top: 50px;
}

.btn-load-more {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 32px;
  background: linear-gradient(135deg, #006630, #00843d);
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
  border: none;
  border-radius: 50px;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 102, 48, 0.3);
}

.btn-load-more:hover {
  background: linear-gradient(135deg, #004d24, #006630);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 102, 48, 0.4);
}

.btn-load-more svg {
  transition: transform 0.3s ease;
}

.btn-load-more:hover svg {
  transform: translateY(3px);
}


.gallery-header {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 60px;
}

.gallery-title {
  font-size: 2.8rem;
  font-weight: 800;
  color: #1a1a1a;
  margin-bottom: 20px;
  position: relative;
  display: block;
}

.gallery-title::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 4px;
  background: linear-gradient(90deg, transparent, #006630, transparent);
}

.gallery-description {
  font-size: 1.15rem;
  color: #555;
  line-height: 1.8;
  margin-top: 30px;
}

.gallery-section .section-header {
  text-align: center;
  margin-bottom: 60px;
}

.gallery-section .section-header h2 {
  font-size: 2.8rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 15px;
}

.gallery-section .section-header p {
  font-size: 1.15rem;
  color: #666;
  max-width: 700px;
  margin: 0 auto;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  gap: 25px;
  margin-bottom: 50px;
}

.gallery-item {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  aspect-ratio: 4/3;
}

.gallery-item.hidden-item {
  display: none;
}

.gallery-item.fade-in {
  animation: fadeInUp 0.6s ease forwards;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.gallery-image {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.gallery-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.gallery-item:hover img {
  transform: scale(1.1);
}

.gallery-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.8) 0%,
    rgba(0, 0, 0, 0.4) 50%,
    transparent 100%
  );
  padding: 25px 20px;
  transform: translateY(100%);
  transition: transform 0.4s ease;
}

.gallery-item:hover .gallery-overlay {
  transform: translateY(0);
}

.gallery-overlay h3 {
  color: #fff;
  font-size: 1.15rem;
  font-weight: 600;
  margin-bottom: 5px;
}

.gallery-overlay p {
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.95rem;
  margin: 0;
}

.gallery-load-more {
  text-align: center;
  padding-top: 20px;
}

.gallery-load-more .btn {
  display: inline-flex;
  align-items: center;
  padding: 15px 40px;
  font-size: 1.05rem;
  border-radius: 50px;
  transition: all 0.3s ease;
}

.gallery-load-more .btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 24px rgba(0, 102, 48, 0.3);
}

.gallery-load-more .btn svg {
  transition: transform 0.3s ease;
}

.gallery-load-more .btn:hover svg {
  transform: translateY(3px);
}

/* Gallery Responsive */
@media (max-width: 768px) {
  .gallery-grid {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 20px;
  }
}

@media (max-width: 576px) {
  .gallery-section {
    padding: 60px 0;
  }

  .gallery-section .section-header h2 {
    font-size: 2rem;
  }

  .gallery-section .section-header p {
    font-size: 1rem;
  }

  .gallery-grid {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 0 15px;
  }

  .gallery-image {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .gallery-overlay {
    padding: 20px 15px;
  }

  .gallery-overlay h3 {
    font-size: 1rem;
  }

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

  .gallery-load-more .btn {
    padding: 12px 30px;
    font-size: 1rem;
  }
}

/* ========================================
   Sejarah & Struktur Organisasi Section
======================================== */
/* ========================================
   Sejarah Section New Design
======================================== */
.sejarah-section-new {
  padding: 100px 0;
  background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
}

.sejarah-content-new {
  max-width: 900px;
  margin: 0 auto;
}

.sejarah-block-new {
  background: #fff;
  padding: 50px;
  border-radius: 20px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
  margin-bottom: 60px;
  border: 2px solid #f0f0f0;
  transition: all 0.3s ease;
}

.sejarah-block-new:hover {
  border-color: #006630;
  box-shadow: 0 15px 50px rgba(0, 102, 48, 0.12);
}

.sejarah-header {
  text-align: center;
  margin-bottom: 30px;
}

.sejarah-badge {
  display: inline-block;
  background: linear-gradient(135deg, #006630, #00843d);
  color: #fff;
  padding: 8px 24px;
  border-radius: 25px;
  font-size: 0.9rem;
  font-weight: 600;
  margin-bottom: 20px;
  box-shadow: 0 4px 12px rgba(0, 102, 48, 0.2);
}

.sejarah-title-new {
  font-size: 2.8rem;
  font-weight: 800;
  color: #1a1a1a;
  margin: 0;
}

.text-highlight {
  color: #006630;
  position: relative;
}

.text-highlight::after {
  content: '';
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 100%;
  height: 12px;
  background: rgba(0, 102, 48, 0.15);
  z-index: -1;
}

.sejarah-year-new {
  display: inline-block;
  background: linear-gradient(135deg, #d40000, #ff0000);
  color: #fff;
  padding: 10px 30px;
  border-radius: 25px;
  font-weight: 800;
  font-size: 1.5rem;
  margin-bottom: 25px;
  box-shadow: 0 6px 20px rgba(212, 0, 0, 0.3);
}

.sejarah-text-new {
  font-size: 1.1rem;
  color: #666;
  line-height: 1.9;
  text-align: justify;
  margin: 0;
}

/* Struktur Organisasi */
.org-section-new {
  max-width: 900px;
  margin: 0 auto;
}

.org-title-new {
  text-align: center;
  font-size: 2.2rem;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 50px;
}

.org-chart-new {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.org-head-new {
  margin-bottom: 30px;
}

.org-card-head {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  padding: 30px 50px;
  background: linear-gradient(135deg, #006630, #00843d);
  color: #fff;
  border-radius: 16px;
  box-shadow: 0 8px 25px rgba(0, 102, 48, 0.3);
}

.org-icon-head {
  width: 60px;
  height: 60px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.org-card-head span {
  font-size: 1.2rem;
  font-weight: 700;
}

.org-connector {
  width: 3px;
  height: 40px;
  background: linear-gradient(180deg, #006630, #00843d);
  margin-bottom: 30px;
}

.org-departments {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  width: 100%;
}

.org-card {
  background: #fff;
  padding: 25px 20px;
  border-radius: 12px;
  text-align: center;
  border: 2px solid #f0f0f0;
  transition: all 0.3s ease;
}

.org-card:hover {
  border-color: #006630;
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 102, 48, 0.15);
}

.org-number {
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, #e8f5e9, #c8e6c9);
  color: #006630;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 1.2rem;
  margin: 0 auto 15px;
}

.org-card h4 {
  font-size: 1.1rem;
  font-weight: 700;
  color: #1a1a1a;
  margin: 0;
}

/* Responsive */
@media (max-width: 968px) {
  .sejarah-title-new {
    font-size: 2.2rem;
  }
  
  .sejarah-block-new {
    padding: 40px 30px;
  }
  
  .org-departments {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 576px) {
  .sejarah-section-new {
    padding: 60px 0;
  }
  
  .sejarah-title-new {
    font-size: 1.8rem;
  }
  
  .sejarah-block-new {
    padding: 30px 20px;
  }
  
  .sejarah-year-new {
    font-size: 1.2rem;
    padding: 8px 24px;
  }
  
  .sejarah-text-new {
    font-size: 1rem;
    text-align: left;
  }
  
  .org-title-new {
    font-size: 1.8rem;
  }
  
  .org-departments {
    grid-template-columns: 1fr;
    gap: 15px;
  }
  
  .org-card-head {
    padding: 25px 40px;
  }
}


.sejarah-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 60%;
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  z-index: 0;
}

.sejarah-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  z-index: 1;
}

.sejarah-content {
  max-width: 1000px;
  margin: 0 auto;
}

/* Sejarah Block */
.sejarah-block {
  background: linear-gradient(135deg, #006630 0%, #00843d 100%);
  padding: 60px 70px;
  border-radius: 30px;
  text-align: center;
  margin-bottom: 60px;
  box-shadow: 0 15px 50px rgba(0, 102, 48, 0.3);
  position: relative;
  overflow: hidden;
}

.sejarah-block::before {
  content: "";
  position: absolute;
  top: -50%;
  right: -20%;
  width: 400px;
  height: 400px;
  background: radial-gradient(
    circle,
    rgba(255, 255, 255, 0.1) 0%,
    transparent 70%
  );
  border-radius: 50%;
}

.sejarah-title {
  font-size: 3.2rem;
  font-weight: 900;
  margin-bottom: 25px;
  line-height: 1.2;
  position: relative;
}

.sejarah-title .title-green {
  color: #fff;
}

.sejarah-title .title-red {
  color: #ffd700;
}

.sejarah-year {
  font-size: 5rem;
  font-weight: 900;
  color: rgba(255, 255, 255, 0.25);
  margin-bottom: 20px;
  letter-spacing: 8px;
}

.sejarah-text {
  font-size: 1.2rem;
  color: rgba(255, 255, 255, 0.95);
  line-height: 1.8;
  margin: 0;
  position: relative;
}

/* Organization Block */
.org-block {
  background: #fff;
  padding: 60px 50px;
  border-radius: 30px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
}

.org-title {
  font-size: 2.2rem;
  font-weight: 800;
  text-align: center;
  margin-bottom: 50px;
  color: #333;
}

.org-chart {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 35px;
}

.org-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  padding: 25px 35px;
  background: #f8f9fa;
  border-radius: 15px;
  min-width: 180px;
  transition: all 0.3s ease;
}

.org-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.org-head {
  background: linear-gradient(135deg, #006630 0%, #00843d 100%);
  color: #fff;
  font-weight: 700;
  font-size: 1.1rem;
  box-shadow: 0 5px 20px rgba(0, 102, 48, 0.3);
}

.org-head:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 30px rgba(0, 102, 48, 0.4);
}

.org-icon {
  width: 50px;
  height: 50px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.org-divider {
  width: 2px;
  height: 30px;
  background: linear-gradient(to bottom, #006630, #d32f2f);
  border-radius: 2px;
}

.org-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  width: 100%;
}

.org-number {
  width: 40px;
  height: 40px;
  background: linear-gradient(135deg, #d32f2f 0%, #f44336 100%);
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 1rem;
}

.org-item span {
  font-weight: 600;
  color: #333;
  font-size: 1rem;
  text-align: center;
}

.org-head span {
  color: #fff;
}

/* Responsive */
@media (max-width: 992px) {
  .sejarah-section {
    padding: 80px 0;
  }

  .sejarah-block {
    padding: 50px 50px;
  }

  .sejarah-title {
    font-size: 2.6rem;
  }

  .sejarah-year {
    font-size: 4rem;
  }

  .org-block {
    padding: 50px 40px;
  }

  .org-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .sejarah-section {
    padding: 60px 0;
  }

  .sejarah-block {
    padding: 40px 35px;
    margin-bottom: 40px;
  }

  .sejarah-title {
    font-size: 2.2rem;
  }

  .sejarah-year {
    font-size: 3.5rem;
    letter-spacing: 5px;
  }

  .sejarah-text {
    font-size: 1.1rem;
  }

  .org-block {
    padding: 40px 30px;
  }

  .org-title {
    font-size: 1.9rem;
    margin-bottom: 40px;
  }
}

@media (max-width: 576px) {
  .sejarah-section {
    padding: 50px 0;
  }

  .sejarah-block {
    padding: 35px 25px;
  }

  .sejarah-title {
    font-size: 1.9rem;
  }

  .sejarah-year {
    font-size: 3rem;
    letter-spacing: 3px;
    margin-bottom: 15px;
  }

  .sejarah-text {
    font-size: 1rem;
  }

  .org-block {
    padding: 35px 25px;
  }

  .org-title {
    font-size: 1.6rem;
  }

  .org-grid {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .org-item {
    padding: 20px 25px;
    min-width: 100%;
  }

  .org-number {
    width: 35px;
    height: 35px;
    font-size: 0.9rem;
  }

  .org-item span {
    font-size: 0.95rem;
  }
}

/* ========================================
   Visi & Misi Section
======================================== */
.visi-misi-section {
  padding: 100px 0;
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  position: relative;
  overflow: hidden;
}

/* ========================================
   Visi Misi Section New Design
======================================== */
.visi-misi-section-new {
  padding: 100px 0;
  background: #fff;
}

.visi-misi-header {
  text-align: center;
  margin-bottom: 60px;
}

.visi-misi-badge {
  display: inline-block;
  background: linear-gradient(135deg, #006630, #00843d);
  color: #fff;
  padding: 8px 24px;
  border-radius: 25px;
  font-size: 0.9rem;
  font-weight: 600;
  margin-bottom: 20px;
  box-shadow: 0 4px 12px rgba(0, 102, 48, 0.2);
}

.visi-misi-title-new {
  font-size: 2.8rem;
  font-weight: 800;
  color: #1a1a1a;
}

.visi-misi-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  max-width: 1100px;
  margin: 0 auto;
}

/* Visi Card */
.visi-card {
  background: linear-gradient(135deg, #006630, #00843d);
  padding: 40px;
  border-radius: 20px;
  color: #fff;
  box-shadow: 0 10px 30px rgba(0, 102, 48, 0.3);
  transition: all 0.3s ease;
}

.visi-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 40px rgba(0, 102, 48, 0.4);
}

.card-header-visi {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 25px;
}

.card-header-visi .card-icon {
  width: 60px;
  height: 60px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.card-header-visi h3 {
  font-size: 1.8rem;
  font-weight: 700;
  margin: 0;
  color: #fff;
}

.visi-text-new {
  font-size: 1.1rem;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.95);
  margin: 0;
}

/* Misi Card */
.misi-card {
  background: #fff;
  padding: 40px;
  border-radius: 20px;
  border: 2px solid #f0f0f0;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
}

.misi-card:hover {
  border-color: #d40000;
  transform: translateY(-10px);
  box-shadow: 0 15px 40px rgba(212, 0, 0, 0.15);
}

.card-header-misi {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 30px;
}

.card-header-misi .card-icon {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, #ffe0e0, #ffcccc);
  color: #d40000;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.card-header-misi h3 {
  font-size: 1.8rem;
  font-weight: 700;
  margin: 0;
  color: #1a1a1a;
}

.misi-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.misi-item-new {
  display: flex;
  gap: 20px;
  align-items: flex-start;
}

.misi-number {
  flex-shrink: 0;
  width: 45px;
  height: 45px;
  background: linear-gradient(135deg, #d40000, #ff0000);
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 1.1rem;
}

.misi-item-new p {
  font-size: 1rem;
  color: #666;
  line-height: 1.7;
  margin: 0;
  padding-top: 8px;
}

/* Responsive */
@media (max-width: 968px) {
  .visi-misi-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  
  .visi-misi-title-new {
    font-size: 2.2rem;
  }
}

@media (max-width: 576px) {
  .visi-misi-section-new {
    padding: 60px 0;
  }
  
  .visi-misi-title-new {
    font-size: 1.8rem;
  }
  
  .visi-card,
  .misi-card {
    padding: 30px 25px;
  }
  
  .card-header-visi h3,
  .card-header-misi h3 {
    font-size: 1.4rem;
  }
  
  .visi-text-new {
    font-size: 1rem;
  }
}


.visi-misi-section::before {
  content: "";
  position: absolute;
  top: -100px;
  left: -100px;
  width: 400px;
  height: 400px;
  background: radial-gradient(
    circle,
    rgba(0, 102, 48, 0.08) 0%,
    transparent 70%
  );
  border-radius: 50%;
}

.visi-misi-section::after {
  content: "";
  position: absolute;
  bottom: -150px;
  right: -150px;
  width: 500px;
  height: 500px;
  background: radial-gradient(
    circle,
    rgba(211, 47, 47, 0.08) 0%,
    transparent 70%
  );
  border-radius: 50%;
}

.visi-misi-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  z-index: 1;
}

.visi-misi-content {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

.visi-misi-title {
  font-size: 3.5rem;
  font-weight: 900;
  margin-bottom: 60px;
  line-height: 1.2;
}

.visi-misi-title .title-red {
  color: #d32f2f;
}

.visi-misi-title .title-green {
  color: #006630;
}

/* Visi Block */
.visi-block {
  margin-bottom: 60px;
  background: #fff;
  padding: 50px 60px;
  border-radius: 30px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
  position: relative;
}

.visi-block::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 6px;
  background: linear-gradient(90deg, #006630 0%, #00843d 100%);
  border-radius: 30px 30px 0 0;
}

.visi-badge {
  background: linear-gradient(135deg, #006630 0%, #00843d 100%);
  color: #fff;
  padding: 14px 35px;
  border-radius: 50px;
  font-size: 1.3rem;
  font-weight: 700;
  display: inline-block;
  margin-bottom: 25px;
  box-shadow: 0 5px 20px rgba(0, 102, 48, 0.3);
}

.visi-text {
  font-size: 1.3rem;
  line-height: 1.8;
  color: #333;
  margin: 0;
  font-style: italic;
  font-weight: 500;
}

/* Misi Block */
.misi-block {
  background: #fff;
  padding: 50px 60px;
  border-radius: 30px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
  position: relative;
}

.misi-block::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 6px;
  background: linear-gradient(90deg, #d32f2f 0%, #f44336 100%);
  border-radius: 30px 30px 0 0;
}

.misi-badge {
  background: linear-gradient(135deg, #d32f2f 0%, #f44336 100%);
  color: #fff;
  padding: 14px 35px;
  border-radius: 50px;
  font-size: 1.3rem;
  font-weight: 700;
  display: inline-block;
  margin-bottom: 35px;
  box-shadow: 0 5px 20px rgba(211, 47, 47, 0.3);
}

.misi-items {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
  text-align: left;
}

.misi-item {
  display: flex;
  align-items: flex-start;
  gap: 25px;
  background: #f8f9fa;
  padding: 25px;
  border-radius: 20px;
  transition: all 0.3s ease;
}

.misi-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.misi-icon {
  flex-shrink: 0;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 4px 15px rgba(211, 47, 47, 0.2);
}

.misi-item p {
  font-size: 1.1rem;
  line-height: 1.7;
  color: #333;
  margin: 0;
  padding-top: 8px;
}

/* Responsive */
@media (max-width: 992px) {
  .visi-misi-section {
    padding: 80px 0;
  }

  .visi-misi-title {
    font-size: 2.8rem;
  }

  .visi-block,
  .misi-block {
    padding: 40px 40px;
  }

  .visi-badge,
  .misi-badge {
    font-size: 1.2rem;
  }

  .visi-text {
    font-size: 1.2rem;
  }
}

@media (max-width: 768px) {
  .visi-misi-section {
    padding: 60px 0;
  }

  .visi-misi-title {
    font-size: 2.3rem;
    margin-bottom: 40px;
  }

  .visi-block {
    margin-bottom: 40px;
    padding: 35px 30px;
  }

  .misi-block {
    padding: 35px 30px;
  }

  .visi-badge,
  .misi-badge {
    font-size: 1.1rem;
    padding: 12px 28px;
  }

  .visi-text {
    font-size: 1.15rem;
  }

  .misi-item {
    padding: 20px;
    gap: 20px;
  }

  .misi-icon {
    width: 55px;
    height: 55px;
  }
}

@media (max-width: 576px) {
  .visi-misi-section {
    padding: 50px 0;
  }

  .visi-misi-title {
    font-size: 2rem;
  }

  .visi-block,
  .misi-block {
    padding: 30px 25px;
  }

  .visi-badge,
  .misi-badge {
    font-size: 1rem;
    padding: 10px 25px;
  }

  .visi-text,
  .misi-item p {
    font-size: 1rem;
  }

  .misi-icon {
    width: 50px;
    height: 50px;
  }

  .misi-icon svg {
    width: 35px;
    height: 35px;
  }

  .misi-item {
    gap: 15px;
    padding: 18px;
  }
}

.misi-icon svg {
  width: 35px;
  height: 35px;
}

/* ========================================
   Location Section
======================================== */
/* ========================================
   Location Section New Design
======================================== */
.location-section-new {
  padding: 100px 0;
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

.location-header-new {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 60px;
}

.location-badge {
  display: inline-block;
  background: linear-gradient(135deg, #006630, #00843d);
  color: #fff;
  padding: 8px 24px;
  border-radius: 25px;
  font-size: 0.9rem;
  font-weight: 600;
  margin-bottom: 20px;
  box-shadow: 0 4px 12px rgba(0, 102, 48, 0.2);
}

.location-title-new {
  font-size: 2.8rem;
  font-weight: 800;
  color: #1a1a1a;
  margin-bottom: 15px;
}

.location-subtitle-new {
  font-size: 1.1rem;
  color: #666;
  line-height: 1.7;
}

.location-wrapper-new {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto;
}

.location-map-new {
  border-radius: 16px;
  overflow: hidden;
  height: 500px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.location-map-new iframe {
  width: 100%;
  height: 100%;
}

.location-info-new {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.location-item-new {
  display: flex;
  gap: 20px;
  padding: 25px;
  background: #fff;
  border-radius: 12px;
  transition: all 0.3s ease;
  border: 2px solid #f0f0f0;
}

.location-item-new:hover {
  border-color: #006630;
  box-shadow: 0 8px 20px rgba(0, 102, 48, 0.1);
  transform: translateX(5px);
}

.location-icon-new {
  flex-shrink: 0;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #e8f5e9, #c8e6c9);
  border-radius: 12px;
  color: #006630;
  transition: all 0.3s ease;
}

.location-item-new:hover .location-icon-new {
  background: linear-gradient(135deg, #006630, #00843d);
  color: #fff;
  transform: scale(1.1);
}

.location-text-new h3 {
  font-size: 1.2rem;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 8px;
}

.location-text-new p {
  font-size: 0.95rem;
  color: #666;
  line-height: 1.6;
  margin: 0;
}

.location-text-new a {
  color: #006630;
  text-decoration: none;
  font-weight: 600;
  transition: color 0.3s ease;
}

.location-text-new a:hover {
  color: #d40000;
}

/* Responsive */
@media (max-width: 968px) {
  .location-wrapper-new {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  
  .location-map-new {
    height: 400px;
  }
  
  .location-title-new {
    font-size: 2.2rem;
  }
}

@media (max-width: 576px) {
  .location-section-new {
    padding: 60px 0;
  }
  
  .location-map-new {
    height: 300px;
  }
  
  .location-title-new {
    font-size: 1.8rem;
  }
  
  .location-subtitle-new {
    font-size: 1rem;
  }
  
  .location-item-new {
    padding: 20px;
    gap: 15px;
  }
  
  .location-icon-new {
    width: 50px;
    height: 50px;
  }
  
  .location-text-new h3 {
    font-size: 1.1rem;
  }
}


.location-header {
  text-align: center;
  margin-bottom: 60px;
}

.location-title {
  font-size: 2.8rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 15px;
}

.location-subtitle {
  font-size: 1.15rem;
  color: #666;
}

.location-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  align-items: start;
}

.location-info {
  display: flex;
  flex-direction: column;
  gap: 35px;
  grid-column: span 3;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.location-item {
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: center;
  text-align: center;
  padding: 30px 20px;
  background: #f9f9f9;
  border-radius: 12px;
  transition: all 0.3s ease;
}

.location-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 102, 48, 0.1);
  background: #fff;
}

.location-icon {
  flex-shrink: 0;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%);
  border-radius: 50%;
}

.location-icon svg path {
  fill: #006630;
}

.location-text h3 {
  font-size: 1.2rem;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 10px;
}

.location-text p {
  font-size: 0.95rem;
  color: #666;
  line-height: 1.7;
}

.location-text a {
  color: #006630;
  font-weight: 600;
  text-decoration: none;
}

.location-text a:hover {
  text-decoration: underline;
}

.location-map {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  border-radius: 16px;
  grid-column: span 3;
}

.location-map iframe {
  display: block;
  width: 100%;
}

/* ========================================
   Blog Section
======================================== */
/* ========================================
   Blog Section New Design (Homepage)
======================================== */
.blog-section-new {
  padding: 100px 0;
  background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%);
  position: relative;
}

.blog-header-new {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 60px;
}

.blog-badge-new {
  display: inline-block;
  background: linear-gradient(135deg, #006630, #00843d);
  color: #fff;
  padding: 8px 24px;
  border-radius: 25px;
  font-size: 0.9rem;
  font-weight: 600;
  margin-bottom: 20px;
  box-shadow: 0 4px 12px rgba(0, 102, 48, 0.2);
}

.blog-title-new {
  font-size: 2.8rem;
  font-weight: 800;
  color: #1a1a1a;
  margin-bottom: 15px;
}

.blog-subtitle-new {
  font-size: 1.1rem;
  color: #666;
  line-height: 1.7;
}

/* List Layout (Horizontal) */
.blog-list-new {
  display: flex;
  flex-direction: column;
  gap: 25px;
  max-width: 900px;
  margin: 0 auto 50px;
}

.blog-item-new {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 30px;
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  transition: all 0.4s ease;
  border: 2px solid transparent;
}

.blog-item-new:hover {
  border-color: #006630;
  box-shadow: 0 10px 30px rgba(0, 102, 48, 0.15);
  transform: translateX(10px);
}

.blog-item-image {
  position: relative;
  overflow: hidden;
  height: 100%;
  min-height: 200px;
}

.blog-item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.blog-item-new:hover .blog-item-image img {
  transform: scale(1.1);
}

.blog-item-content {
  padding: 25px 30px 25px 0;
  display: flex;
  flex-direction: column;
}

.blog-item-meta {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 12px;
}

.blog-item-category {
  display: inline-block;
  background: linear-gradient(135deg, #e8f5e9, #c8e6c9);
  color: #006630;
  padding: 4px 12px;
  border-radius: 12px;
  font-size: 0.8rem;
  font-weight: 600;
}

.blog-item-date {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #999;
  font-size: 0.85rem;
}

.blog-item-date svg {
  color: #006630;
}

.blog-item-title {
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 12px;
  line-height: 1.4;
}

.blog-item-title a {
  color: #1a1a1a;
  text-decoration: none;
  transition: color 0.3s ease;
}

.blog-item-title a:hover {
  color: #006630;
}

.blog-item-excerpt {
  font-size: 0.95rem;
  color: #666;
  line-height: 1.7;
  margin-bottom: 20px;
  flex-grow: 1;
}

.blog-item-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #006630;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.95rem;
  transition: all 0.3s ease;
  align-self: flex-start;
}

.blog-item-link:hover {
  color: #d40000;
  gap: 12px;
}

/* CTA Button */
.blog-cta-new {
  text-align: center;
}

.blog-cta-btn-new {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 16px 40px;
  background: linear-gradient(135deg, #006630, #00843d);
  color: #fff;
  text-decoration: none;
  border-radius: 50px;
  font-weight: 600;
  font-size: 1.05rem;
  transition: all 0.3s ease;
  box-shadow: 0 6px 20px rgba(0, 102, 48, 0.3);
}

.blog-cta-btn-new:hover {
  background: #d40000;
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(212, 0, 0, 0.4);
  gap: 16px;
}

.blog-empty {
  text-align: center;
  color: #666;
  font-size: 1.1rem;
  padding: 60px 20px;
}

/* Responsive */
@media (max-width: 968px) {
  .blog-item-new {
    grid-template-columns: 1fr;
    gap: 0;
  }
  
  .blog-item-image {
    min-height: 250px;
  }
  
  .blog-item-content {
    padding: 25px;
  }
  
  .blog-title-new {
    font-size: 2.2rem;
  }
}

@media (max-width: 576px) {
  .blog-section-new {
    padding: 60px 0;
  }
  
  .blog-title-new {
    font-size: 1.8rem;
  }
  
  .blog-subtitle-new {
    font-size: 1rem;
  }
  
  .blog-item-title {
    font-size: 1.2rem;
  }
  
  .blog-item-new:hover {
    transform: translateX(5px);
  }
}


.blog-header {
  text-align: center;
  margin-bottom: 60px;
}

.blog-badge {
  display: inline-block;
  background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%);
  color: #006630;
  padding: 8px 20px;
  border-radius: 20px;
  font-size: 0.9rem;
  font-weight: 600;
  margin-bottom: 20px;
  border: 1px solid #006630;
}

.blog-title {
  font-size: 2.8rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 15px;
}

.blog-subtitle {
  font-size: 1.15rem;
  color: #666;
  max-width: 600px;
  margin: 0 auto;
}

.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 35px;
  margin-bottom: 60px;
}

.blog-card {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
}

.blog-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 40px rgba(0, 102, 48, 0.15);
}

.blog-image {
  width: 100%;
  height: 240px;
  overflow: hidden;
  position: relative;
}

.blog-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.blog-card:hover .blog-image img {
  transform: scale(1.1);
}

.blog-date {
  position: absolute;
  top: 20px;
  left: 20px;
  background: #006630;
  color: #fff;
  padding: 8px 15px;
  border-radius: 8px;
  font-size: 0.85rem;
  font-weight: 600;
  box-shadow: 0 4px 10px rgba(0, 102, 48, 0.3);
}

.blog-content {
  padding: 30px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.blog-meta {
  display: flex;
  gap: 10px;
  margin-bottom: 15px;
}

.blog-category {
  display: inline-block;
  background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%);
  color: #006630;
  padding: 5px 12px;
  border-radius: 6px;
  font-size: 0.8rem;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}

.blog-category:hover {
  background: #006630;
  color: #fff;
  transform: translateY(-2px);
}

.blog-card-title {
  font-size: 1.35rem;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 15px;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.blog-card-title a {
  color: #1a1a1a;
  text-decoration: none;
  transition: color 0.3s ease;
}

.blog-card-title a:hover {
  color: #006630;
}

.blog-excerpt {
  font-size: 0.95rem;
  color: #666;
  line-height: 1.7;
  margin-bottom: 20px;
  flex: 1;
}

.blog-read-more {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #006630;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}

.blog-read-more:hover {
  gap: 12px;
  color: #00843d;
}

.blog-read-more::after {
  content: "→";
  font-size: 1.2rem;
  transition: transform 0.3s ease;
}

.blog-read-more:hover::after {
  transform: translateX(5px);
}

.blog-cta {
  text-align: center;
}

.blog-cta-btn {
  display: inline-block;
  background: linear-gradient(135deg, #006630 0%, #00843d 100%);
  color: #fff;
  padding: 16px 40px;
  border-radius: 12px;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  box-shadow: 0 8px 20px rgba(0, 102, 48, 0.25);
  transition: all 0.3s ease;
}

.blog-cta-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 30px rgba(0, 102, 48, 0.35);
  background: linear-gradient(135deg, #00843d 0%, #006630 100%);
}

/* ========================================
   Archive Page (Blog List)
======================================== */
/* ===========================
   Archive Page (Blog List)
   =========================== */

.archive-blog-section {
  padding: 80px 0;
  background-color: #f9f9f9;
  min-height: 60vh;
}

/* ========================================
   Archive Blog Section New Design
======================================== */
.archive-blog-section-new {
  padding: 100px 0;
  background: #fff;
  min-height: 60vh;
}

.archive-blog-header {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 60px;
}

.archive-blog-badge {
  display: inline-block;
  background: linear-gradient(135deg, #006630, #00843d);
  color: #fff;
  padding: 8px 24px;
  border-radius: 25px;
  font-size: 0.9rem;
  font-weight: 600;
  margin-bottom: 20px;
  box-shadow: 0 4px 12px rgba(0, 102, 48, 0.2);
}

.archive-blog-title {
  font-size: 2.8rem;
  font-weight: 800;
  color: #1a1a1a;
  margin-bottom: 15px;
}

.archive-blog-subtitle {
  font-size: 1.1rem;
  color: #666;
  line-height: 1.7;
}

.archive-blog-grid-new {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-bottom: 60px;
}

.archive-blog-card-new {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  transition: all 0.4s ease;
  border: 2px solid #f0f0f0;
}

.archive-blog-card-new:hover {
  transform: translateY(-10px);
  border-color: #006630;
  box-shadow: 0 15px 40px rgba(0, 102, 48, 0.1);
}

.archive-blog-image-new {
  position: relative;
  overflow: hidden;
  padding-bottom: 60%;
}

.archive-blog-image-new img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.archive-blog-card-new:hover .archive-blog-image-new img {
  transform: scale(1.1);
}

.archive-blog-date-new {
  position: absolute;
  top: 15px;
  right: 15px;
  background: rgba(0, 102, 48, 0.9);
  color: #fff;
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 0.85rem;
  font-weight: 600;
}

.archive-blog-content-new {
  padding: 25px;
}

.archive-blog-meta-new {
  margin-bottom: 12px;
}

.archive-blog-category-new {
  display: inline-block;
  background: #e8f5e9;
  color: #006630;
  padding: 4px 12px;
  border-radius: 12px;
  font-size: 0.8rem;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}

.archive-blog-category-new:hover {
  background: #006630;
  color: #fff;
}

.archive-blog-card-title-new {
  font-size: 1.3rem;
  font-weight: 700;
  margin-bottom: 12px;
  line-height: 1.4;
}

.archive-blog-card-title-new a {
  color: #1a1a1a;
  text-decoration: none;
  transition: color 0.3s ease;
}

.archive-blog-card-title-new a:hover {
  color: #006630;
}

.archive-blog-excerpt-new {
  font-size: 0.95rem;
  color: #666;
  line-height: 1.7;
  margin-bottom: 20px;
}

.archive-blog-read-more-new {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #006630;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.95rem;
  transition: all 0.3s ease;
}

.archive-blog-read-more-new:hover {
  color: #d40000;
  gap: 12px;
}

/* Pagination */
.archive-pagination-new {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 60px;
}

.archive-pagination-new a,
.archive-pagination-new span {
  padding: 10px 18px;
  background: #fff;
  border: 2px solid #f0f0f0;
  border-radius: 8px;
  color: #666;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
}

.archive-pagination-new a:hover {
  border-color: #006630;
  color: #006630;
  transform: translateY(-2px);
}

.archive-pagination-new .current {
  background: linear-gradient(135deg, #006630, #00843d);
  color: #fff;
  border-color: #006630;
}

/* Empty State */
.no-posts-found-new {
  text-align: center;
  padding: 80px 20px;
}

.no-posts-found-new svg {
  margin-bottom: 30px;
  opacity: 0.5;
}

.no-posts-found-new h2 {
  font-size: 2rem;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 15px;
}

.no-posts-found-new p {
  font-size: 1.1rem;
  color: #666;
  margin-bottom: 30px;
}

.back-home-btn-new {
  display: inline-block;
  padding: 14px 32px;
  background: linear-gradient(135deg, #006630, #00843d);
  color: #fff;
  text-decoration: none;
  border-radius: 50px;
  font-weight: 600;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 102, 48, 0.3);
}

.back-home-btn-new:hover {
  background: #d40000;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(212, 0, 0, 0.4);
}

/* Responsive */
@media (max-width: 968px) {
  .archive-blog-grid-new {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
  }
  
  .archive-blog-title {
    font-size: 2.2rem;
  }
}

@media (max-width: 576px) {
  .archive-blog-section-new {
    padding: 60px 0;
  }
  
  .archive-blog-grid-new {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  
  .archive-blog-title {
    font-size: 1.8rem;
  }
  
  .archive-blog-subtitle {
    font-size: 1rem;
  }
  
  .archive-blog-card-title-new {
    font-size: 1.1rem;
  }
}


.archive-blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 35px;
  margin-bottom: 60px;
}

.archive-blog-card {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
}

.archive-blog-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 40px rgba(0, 102, 48, 0.15);
}

.archive-blog-image {
  width: 100%;
  height: 240px;
  overflow: hidden;
  position: relative;
}

.archive-blog-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.archive-blog-card:hover .archive-blog-image img {
  transform: scale(1.1);
}

.archive-blog-date {
  position: absolute;
  top: 20px;
  left: 20px;
  background: #006630;
  color: #fff;
  padding: 8px 15px;
  border-radius: 8px;
  font-size: 0.85rem;
  font-weight: 600;
  box-shadow: 0 4px 10px rgba(0, 102, 48, 0.3);
}

.archive-blog-content {
  padding: 30px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.archive-blog-meta {
  display: flex;
  gap: 10px;
  margin-bottom: 15px;
}

.archive-blog-category {
  display: inline-block;
  background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%);
  color: #006630;
  padding: 5px 12px;
  border-radius: 6px;
  font-size: 0.8rem;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}

.archive-blog-category:hover {
  background: #006630;
  color: #fff;
  transform: translateY(-2px);
}

.archive-blog-card-title {
  font-size: 1.35rem;
  font-weight: 700;
  margin-bottom: 15px;
  line-height: 1.4;
}

.archive-blog-card-title a {
  color: #1a1a1a;
  text-decoration: none;
  transition: color 0.3s ease;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.archive-blog-card-title a:hover {
  color: #006630;
}

.archive-blog-excerpt {
  font-size: 0.95rem;
  color: #666;
  line-height: 1.7;
  margin-bottom: 20px;
  flex: 1;
}

.archive-blog-read-more {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #006630;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}

.archive-blog-read-more:hover {
  gap: 12px;
  color: #00843d;
}

.archive-blog-read-more::after {
  content: "→";
  font-size: 1.2rem;
  transition: transform 0.3s ease;
}

.archive-blog-read-more:hover::after {
  transform: translateX(5px);
}

/* Pagination */
.archive-pagination {
  display: flex;
  justify-content: center;
  margin-top: 60px;
}

.archive-pagination .nav-links {
  display: flex;
  gap: 10px;
  align-items: center;
}

.archive-pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 45px;
  height: 45px;
  padding: 0 15px;
  background: #fff;
  color: #333;
  border: 2px solid #e5e5e5;
  border-radius: 10px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}

.archive-pagination .page-numbers:hover {
  border-color: #006630;
  color: #006630;
  transform: translateY(-2px);
}

.archive-pagination .page-numbers.current {
  background: linear-gradient(135deg, #006630 0%, #00843d 100%);
  color: #fff;
  border-color: #006630;
}

.archive-pagination .prev,
.archive-pagination .next {
  padding: 0 20px;
}

/* No Posts Found */
.no-posts-found {
  text-align: center;
  padding: 80px 20px;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}

.no-posts-found h2 {
  font-size: 2rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 15px;
}

.no-posts-found p {
  font-size: 1.1rem;
  color: #666;
  margin-bottom: 30px;
}

.back-home-btn {
  display: inline-block;
  background: linear-gradient(135deg, #006630 0%, #00843d 100%);
  color: #fff;
  padding: 14px 35px;
  border-radius: 10px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}

.back-home-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(0, 102, 48, 0.3);
}

/* ========================================
   Single Post Page
======================================== */
.single-post-article {
  background: #fff;
}

/* Hero Section */
.single-post-hero {
  padding: 140px 0 40px;
  background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%);
  border-bottom: 3px solid #006630;
}

.single-post-hero-content {
  max-width: 900px;
  margin: 0 auto;
}

.single-breadcrumb {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.9rem;
  margin-bottom: 25px;
  flex-wrap: wrap;
}

.single-breadcrumb a {
  color: #006630;
  text-decoration: none;
  font-weight: 600;
  transition: color 0.3s ease;
}

.single-breadcrumb a:hover {
  color: #00843d;
}

.single-breadcrumb span {
  color: #666;
}

.single-breadcrumb span:last-child {
  color: #999;
  font-weight: 400;
}

.single-post-categories {
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
  flex-wrap: wrap;
}

.single-post-category {
  display: inline-block;
  background: #006630;
  color: #fff;
  padding: 6px 15px;
  border-radius: 20px;
  font-size: 0.85rem;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}

.single-post-category:hover {
  background: #00843d;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(0, 102, 48, 0.3);
}

.single-post-title {
  font-size: 3rem;
  font-weight: 700;
  color: #1a1a1a;
  line-height: 1.3;
  margin-bottom: 25px;
}

.single-post-meta {
  display: flex;
  gap: 25px;
  flex-wrap: wrap;
}

.single-post-meta-item {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #666;
  font-size: 0.95rem;
}

.single-post-meta-item svg {
  color: #006630;
}

/* Featured Image */
.single-post-featured-image {
  padding: 50px 0;
  background: #f9f9f9;
}

.single-post-image-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.12);
  max-height: 500px;
}

.single-post-image-wrapper img {
  width: 100%;
  height: 100%;
  max-height: 500px;
  object-fit: cover;
  display: block;
}

/* Content Section */
.single-post-content-section {
  padding: 80px 0;
  background: #fff;
}

.single-post-wrapper {
  display: grid;
  grid-template-columns: 1fr 350px;
  gap: 60px;
  max-width: 1400px;
  margin: 0 auto;
}

.single-post-content {
  font-size: 1.1rem;
  line-height: 1.9;
  color: #333;
}

.single-post-content h1,
.single-post-content h2,
.single-post-content h3,
.single-post-content h4,
.single-post-content h5,
.single-post-content h6 {
  font-weight: 700;
  color: #1a1a1a;
  margin: 30px 0 20px;
  line-height: 1.4;
}

.single-post-content h2 {
  font-size: 2rem;
  border-left: 4px solid #006630;
  padding-left: 15px;
}

.single-post-content h3 {
  font-size: 1.6rem;
}

.single-post-content h4 {
  font-size: 1.3rem;
}

.single-post-content p {
  margin-bottom: 20px;
}

.single-post-content ul,
.single-post-content ol {
  margin: 20px 0;
  padding-left: 40px;
}

.single-post-content ul {
  list-style-type: disc;
}

.single-post-content ul ul {
  list-style-type: circle;
  margin-top: 10px;
}

.single-post-content ul ul ul {
  list-style-type: square;
}

.single-post-content ol {
  list-style-type: decimal;
}

.single-post-content ol ol {
  list-style-type: lower-alpha;
  margin-top: 10px;
}

.single-post-content li {
  margin-bottom: 12px;
  line-height: 1.8;
}

.single-post-content li::marker {
  color: #006630;
  font-weight: 600;
}

.single-post-content a {
  color: #006630;
  font-weight: 600;
  text-decoration: underline;
  transition: color 0.3s ease;
}

.single-post-content a:hover {
  color: #00843d;
}

.single-post-content img {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  margin: 30px 0;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.single-post-content blockquote {
  background: #f0fdf4;
  border-left: 5px solid #006630;
  padding: 25px 30px;
  margin: 30px 0;
  border-radius: 8px;
  font-style: italic;
  color: #333;
}

.single-post-content code {
  background: #f4f4f4;
  padding: 3px 8px;
  border-radius: 4px;
  font-family: "Courier New", monospace;
  font-size: 0.9em;
  color: #d63384;
}

.single-post-content pre {
  background: #1a1a1a;
  color: #fff;
  padding: 20px;
  border-radius: 8px;
  overflow-x: auto;
  margin: 30px 0;
}

.single-post-content pre code {
  background: none;
  color: #fff;
  padding: 0;
}

/* Tags */
.single-post-tags {
  margin: 40px 0;
  padding: 30px;
  background: #f9f9f9;
  border-radius: 12px;
}

.tags-label {
  font-weight: 700;
  color: #1a1a1a;
  margin-right: 15px;
  font-size: 1.1rem;
}

.tag-item {
  display: inline-block;
  background: #fff;
  color: #006630;
  padding: 8px 16px;
  border-radius: 20px;
  font-size: 0.9rem;
  font-weight: 600;
  text-decoration: none;
  margin: 5px;
  border: 2px solid #006630;
  transition: all 0.3s ease;
}

.tag-item:hover {
  background: #006630;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(0, 102, 48, 0.2);
}

/* Share Buttons */
.single-post-share {
  margin: 50px 0;
  padding: 35px;
  background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%);
  border-radius: 12px;
  border: 2px solid #006630;
}

.share-title {
  font-size: 1.3rem;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 20px;
}

.share-buttons {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.share-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  color: #fff;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

.share-btn:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
}

.share-facebook {
  background: #1877f2;
}

.share-twitter {
  background: #1da1f2;
}

.share-whatsapp {
  background: #25d366;
}

.share-linkedin {
  background: #0077b5;
}

/* Sidebar */
.single-post-sidebar {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.sidebar-widget {
  background: #fff;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}

.widget-title {
  font-size: 1.3rem;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 3px solid #006630;
}

/* CTA Widget */
.sidebar-cta {
  background: linear-gradient(135deg, #006630 0%, #00843d 100%);
  color: #fff;
}

.sidebar-cta .widget-title {
  color: #fff;
  border-bottom-color: #fff;
}

.sidebar-cta p {
  font-size: 0.95rem;
  line-height: 1.6;
  margin-bottom: 20px;
  opacity: 0.95;
}

.sidebar-cta-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: #fff;
  color: #006630;
  padding: 14px 20px;
  border-radius: 10px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.sidebar-cta-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}

/* Categories Widget */
.categories-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.categories-list li {
  border-bottom: 1px solid #e5e5e5;
}

.categories-list li:last-child {
  border-bottom: none;
}

.categories-list a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 0;
  color: #333;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
}

.categories-list a:hover {
  color: #006630;
  padding-left: 10px;
}

.category-count {
  background: #f0fdf4;
  color: #006630;
  padding: 3px 10px;
  border-radius: 12px;
  font-size: 0.85rem;
}

/* Recent Posts Widget */
.recent-posts-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.recent-post-item {
  display: flex;
  gap: 15px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
}

.recent-post-item:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.recent-post-thumb {
  flex-shrink: 0;
  width: 80px;
  height: 80px;
  border-radius: 8px;
  overflow: hidden;
}

.recent-post-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.recent-post-item:hover .recent-post-thumb img {
  transform: scale(1.1);
}

.recent-post-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.recent-post-title {
  font-size: 0.95rem;
  font-weight: 600;
  line-height: 1.4;
  margin: 0;
}

.recent-post-title a {
  color: #1a1a1a;
  text-decoration: none;
  transition: color 0.3s ease;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.recent-post-title a:hover {
  color: #006630;
}

.recent-post-date {
  font-size: 0.8rem;
  color: #999;
}

/* Related Posts */
.related-posts-section {
  padding: 80px 0;
  background: #f9f9f9;
}

.related-posts-title {
  text-align: center;
  font-size: 2.5rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 50px;
}

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

.related-post-card {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
}

.related-post-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 40px rgba(0, 102, 48, 0.15);
}

.related-post-image {
  width: 100%;
  height: 220px;
  overflow: hidden;
}

.related-post-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.related-post-card:hover .related-post-image img {
  transform: scale(1.1);
}

.related-post-content {
  padding: 25px;
}

.related-post-title {
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 10px;
}

.related-post-title a {
  color: #1a1a1a;
  text-decoration: none;
  transition: color 0.3s ease;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.related-post-title a:hover {
  color: #006630;
}

.related-post-date {
  font-size: 0.85rem;
  color: #999;
}

/* ========================================
   Footer
======================================== */
/* ========================================
   Footer New Design
======================================== */
.site-footer-new {
  background: linear-gradient(135deg, #004d24 0%, #006630 100%);
  color: #fff;
}

.footer-main {
  padding: 60px 0 40px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1.5fr;
  gap: 50px;
}

.footer-title {
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 20px;
  color: #fff;
}

.footer-desc {
  font-size: 0.95rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 20px;
}

.footer-contact a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  padding: 10px 20px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  transition: all 0.3s ease;
}

.footer-contact a:hover {
  background: rgba(255, 255, 255, 0.2);
  transform: translateX(5px);
}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li {
  margin-bottom: 12px;
}

.footer-links a {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  font-size: 0.95rem;
  transition: all 0.3s ease;
  display: inline-block;
}

.footer-links a:hover {
  color: #fff;
  transform: translateX(5px);
}

.footer-social {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.social-link {
  display: flex;
  align-items: center;
  gap: 12px;
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  font-size: 0.9rem;
  padding: 8px 12px;
  border-radius: 8px;
  transition: all 0.3s ease;
  background: rgba(255, 255, 255, 0.05);
}

.social-link:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
  transform: translateX(5px);
}

.social-link svg {
  flex-shrink: 0;
}

.social-link span {
  font-weight: 500;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 25px 0;
  text-align: center;
}

.footer-bottom p {
  margin: 0;
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.7);
}

/* Responsive */
@media (max-width: 968px) {
  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }
  
  .footer-col:first-child {
    grid-column: 1 / -1;
  }
}

@media (max-width: 576px) {
  .footer-main {
    padding: 40px 0 30px;
  }
  
  .footer-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  
  .footer-col:first-child {
    grid-column: 1;
  }
  
  .footer-title {
    font-size: 1.2rem;
  }
}


.site-footer::before {
  display: none;
}

.footer-content {
  padding: 50px 0 30px;
}

.footer-social {
  text-align: center;
  max-width: 1000px;
  margin: 0 auto;
}

.footer-social-title {
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 30px;
}

.social-links {
  display: flex;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
}

.social-group {
  text-align: left;
}

.social-label {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 1.1rem;
  font-weight: 600;
  color: #fff;
  margin-bottom: 12px;
}

.social-label svg {
  flex-shrink: 0;
}

.social-accounts {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-left: 32px;
}

.social-accounts a {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  font-size: 0.95rem;
  transition: all 0.3s ease;
  display: inline-block;
}

.social-accounts a:hover {
  color: #ffd700;
  transform: translateX(5px);
}

.footer-bottom {
  padding: 30px 0;
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-bottom p {
  margin: 0;
  font-size: 0.95rem;
  opacity: 0.8;
}

@media (max-width: 768px) {
  .footer-content {
    padding: 40px 0 20px;
  }

  .footer-social-title {
    font-size: 1.5rem;
    margin-bottom: 25px;
    text-align: center;
  }

  .social-links {
    flex-direction: column;
    gap: 25px;
    align-items: center;
  }

  .social-group {
    text-align: center;
    width: 100%;
  }

  .social-label {
    justify-content: center;
  }

  .social-accounts {
    padding-left: 0;
    align-items: center;
  }

  .footer-bottom {
    text-align: center;
  }
}

/* ========================================
   Floating WhatsApp Button
======================================== */
.whatsapp-float {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 60px;
  height: 60px;
  background-color: #006630;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999;
  transition: all 0.3s ease;
  animation: pulse 2s infinite;
}

.whatsapp-float:hover {
  transform: scale(1.1);
}

@keyframes pulse {
  0%,
  100% {
    box-shadow: 0 4px 20px rgba(37, 211, 102, 0.4);
  }
  50% {
    box-shadow: 0 4px 25px rgb(255, 255, 255);
  }
}

/* ========================================
   Responsive Updates for New Sections
======================================== */
@media (max-width: 768px) {
  /* Project Section */
  .project-title {
    font-size: 2rem;
  }

  .project-subtitle {
    font-size: 1rem;
  }

  .project-item {
    width: 280px;
    height: 200px;
  }

  /* Why Section */
  .why-title {
    font-size: 2.2rem;
  }

  .why-description {
    font-size: 1rem;
  }

  .why-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .why-item {
    padding: 35px 25px;
  }

  /* CTA Section */
  .cta-section::before {
    width: 300px;
    height: 300px;
  }

  .cta-section::after {
    width: 350px;
    height: 350px;
  }

  .cta-title {
    font-size: 2rem;
    margin-bottom: 30px;
  }

  .btn-large {
    padding: 16px 35px;
    font-size: 1rem;
  }

  /* Location Section */
  .location-title {
    font-size: 2.2rem;
  }

  .location-info {
    grid-template-columns: 1fr;
    gap: 25px;
  }

  .location-wrapper {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .location-map iframe {
    height: 350px;
  }

  /* Blog Section */
  .blog-title {
    font-size: 2.2rem;
  }

  .blog-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  /* Archive Page */
  .archive-blog-section {
    padding: 60px 0;
  }

  .archive-blog-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  /* Single Post */
  .single-post-title {
    font-size: 2.2rem;
  }

  .single-post-wrapper {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .single-post-sidebar {
    order: 2;
  }

  .single-post-content {
    order: 1;
  }

  .related-posts-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}

@media (max-width: 480px) {
  /* Project Section */
  .project-section {
    padding: 60px 0;
  }

  .project-title {
    font-size: 1.8rem;
  }

  .project-item {
    width: 240px;
    height: 180px;
  }

  /* Why Section */
  .why-section {
    padding: 60px 0;
  }

  .why-title {
    font-size: 1.8rem;
  }

  .why-item-title {
    font-size: 1.2rem;
  }

  /* CTA Section */
  .cta-section {
    padding: 60px 0;
  }

  /* CTA Section Mobile */
  .cta-section {
    padding: 80px 0;
  }

  .cta-section::before {
    width: 200px;
    height: 200px;
  }

  .cta-section::after {
    width: 250px;
    height: 250px;
  }

  .cta-title {
    font-size: 1.6rem;
    margin-bottom: 25px;
  }

  .btn-large {
    padding: 14px 28px;
    font-size: 0.95rem;
  }

  /* Location Section */
  .location-section {
    padding: 60px 0;
  }

  .location-title {
    font-size: 1.8rem;
  }

  .location-info {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .location-item {
    padding: 25px 15px;
  }

  .location-map iframe {
    height: 300px;
  }

  /* Blog Section */
  .blog-section {
    padding: 60px 0;
  }

  .blog-title {
    font-size: 1.8rem;
  }

  .blog-card-title {
    font-size: 1.15rem;
  }

  /* Archive Page */
  .archive-blog-section {
    padding: 50px 0;
  }

  .archive-blog-card-title {
    font-size: 1.15rem;
  }

  /* Single Post */
  .single-post-hero {
    padding: 100px 0 30px;
  }

  .single-post-title {
    font-size: 1.8rem;
  }

  .single-post-meta {
    gap: 15px;
  }

  .single-post-meta-item {
    font-size: 0.85rem;
  }

  .single-post-content-section {
    padding: 50px 0;
  }

  .single-post-content {
    font-size: 1rem;
  }

  .single-post-content h2 {
    font-size: 1.5rem;
  }

  .single-post-content h3 {
    font-size: 1.3rem;
  }

  .related-posts-section {
    padding: 50px 0;
  }

  .related-posts-title {
    font-size: 1.8rem;
  }

  /* Floating WhatsApp */
  .whatsapp-float {
    width: 50px;
    height: 50px;
    bottom: 20px;
    right: 20px;
  }

  .whatsapp-float svg {
    width: 26px;
    height: 26px;
  }

  .hero-project-slider {
    animation: slideProjects 5s linear infinite;
  }
}
/* ========================================
   Cara Pemesanan Section
======================================== */
.cara-pemesanan-section {
  padding: 100px 0;
  background: linear-gradient(135deg, #004d25 0%, #006630 100%);
  position: relative;
  overflow: hidden;
}

.cara-pemesanan-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(
      circle at 20% 50%,
      rgba(255, 255, 255, 0.05) 0%,
      transparent 50%
    ),
    radial-gradient(
      circle at 80% 50%,
      rgba(255, 255, 255, 0.05) 0%,
      transparent 50%
    );
  pointer-events: none;
}

.cara-pemesanan-title {
  text-align: center;
  font-size: 2.8rem;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 60px;
  position: relative;
  z-index: 1;
}

.cara-pemesanan-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  position: relative;
  z-index: 1;
}

.pemesanan-card {
  background: #ffffff;
  border-radius: 20px;
  padding: 40px 30px;
  text-align: center;
  transition: all 0.3s ease;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.pemesanan-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.25);
}

.pemesanan-icon {
  margin: 0 auto 25px;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 102, 48, 0.1);
  border-radius: 50%;
  transition: all 0.3s ease;
}

.pemesanan-card:hover .pemesanan-icon {
  background: rgba(0, 102, 48, 0.2);
  transform: scale(1.1);
}

.pemesanan-icon svg {
  width: 48px;
  height: 48px;
}

.pemesanan-card-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #006630;
  margin-bottom: 15px;
  line-height: 1.3;
}

.pemesanan-card-text {
  font-size: 1rem;
  color: #555;
  line-height: 1.6;
  margin: 0;
}

/* CTA Button */
.cara-pemesanan-cta {
  text-align: center;
  margin-top: 50px;
}

.btn-pemesanan-wa {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 16px 40px;
  background: linear-gradient(135deg, #006630, #00843d);
  color: #fff;
  font-size: 1.1rem;
  font-weight: 600;
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 6px 20px rgba(0, 102, 48, 0.3);
}

.btn-pemesanan-wa:hover {
  background: #d40000;
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(212, 0, 0, 0.4);
}

.btn-pemesanan-wa svg {
  flex-shrink: 0;
}

/* Responsive */
@media (max-width: 1200px) {
  .cara-pemesanan-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
  }
}

@media (max-width: 768px) {
  .cara-pemesanan-section {
    padding: 60px 0;
  }

  .cara-pemesanan-title {
    font-size: 2rem;
    margin-bottom: 40px;
  }

  .cara-pemesanan-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .pemesanan-card {
    padding: 30px 25px;
  }

  .pemesanan-card-title {
    font-size: 1.3rem;
  }

  .pemesanan-card-text {
    font-size: 0.95rem;
  }
}

/* ========================================
   Hero Section New Design
======================================== */
.hero-section-new {
    position: relative;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    padding: 120px 20px 80px 20px;
    overflow: hidden;
}

.hero-container {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

/* Left Side - Content */
.hero-left {
    padding-right: 20px;
}

.hero-title {
    font-size: 48px;
    font-weight: 800;
    line-height: 1.2;
    color: #1a1a1a;
    margin-bottom: 24px;
    animation: fadeInUp 0.6s ease-out 0.1s backwards;
}

.hero-description {
    font-size: 16px;
    line-height: 1.8;
    color: #555;
    margin-bottom: 24px;
    animation: fadeInUp 0.6s ease-out 0.2s backwards;
}

/* Hero Features List */
.hero-features-list {
    list-style: none;
    padding: 0;
    margin: 0 0 32px 0;
    display: flex;
    flex-direction: row;
    gap: 24px;
    animation: fadeInUp 0.6s ease-out 0.25s backwards;
}

.hero-feature-item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    color: #333;
    font-weight: 500;
}

.feature-check-icon {
    flex-shrink: 0;
    width: 20px;
    height: 20px;
}

.hero-cta {
    margin-bottom: 40px;
    animation: fadeInUp 0.6s ease-out 0.3s backwards;
}

.btn-hero-primary {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #016630;
    color: white;
    padding: 16px 32px;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    box-shadow: 0 4px 15px rgba(1, 102, 48, 0.3);
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.btn-hero-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(212, 0, 0, 0.4);
    background: #d40000;
}

.btn-icon {
    font-size: 20px;
}

/* Right Side - Image */
.hero-right {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    animation: fadeInDown 0.8s ease-out 0.3s backwards;
}

.hero-image-wrapper {
    position: relative;
    width: 100%;
    max-width: 500px;
}

.hero-image-circle {
    position: relative;
    width: 100%;
    padding-bottom: 100%;
    border-radius: 0 0 50% 50%;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
    background: #fff;
}

.hero-product-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transition: opacity 1s ease-in-out;
}

.hero-product-image.active {
    opacity: 1;
}


/* WhatsApp Float Button */
.whatsapp-float {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #25D366 0%, #128C7E 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 20px rgba(37, 211, 102, 0.4);
    z-index: 1000;
    transition: all 0.3s ease;
    animation: pulse 2s ease-in-out infinite;
}

.whatsapp-float:hover {
    transform: scale(1.1);
    box-shadow: 0 6px 25px rgba(37, 211, 102, 0.5);
}

/* Hero Animations */
@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translateY(-50px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Hero Section New - Responsive Design */
@media (max-width: 968px) {
    .hero-container {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .hero-left {
        padding-right: 0;
        text-align: center;
    }
    
    .hero-title {
        font-size: 36px;
    }
    
    .hero-features-list {
        flex-direction: row;
        justify-content: center;
        gap: 20px;
    }
    
    .hero-right {
        order: -1;
    }
    
    .hero-image-wrapper {
        max-width: 350px;
    }
}

@media (max-width: 576px) {
    .hero-section-new {
        padding: 60px 15px;
    }
    
    .hero-title {
        font-size: 28px;
    }
    
    .hero-description {
        font-size: 14px;
    }
    
    .whatsapp-float {
        width: 50px;
        height: 50px;
        bottom: 20px;
        right: 20px;
    }
}
