/**
* Template Name: Ninestars - v2.0.0
* Template URL: https://bootstrapmade.com/ninestars-free-bootstrap-3-theme-for-creative/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Poppins", sans-serif;
  color: #212529;
}

a {
  color: #007bff;
}

a:hover {
  color: #0b6bd3;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
.font-primary {
  font-family: "Raleway", sans-serif;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  display: none;
  width: 40px;
  height: 40px;
  border-radius: 3px;
  right: 15px;
  bottom: 15px;
  background: #52b69a;
  color: #fff;
  transition: display 0.5s ease-in-out;
  z-index: 99999;
}

.back-to-top i {
  font-size: 24px;
  position: absolute;
  top: 8px;
  left: 8px;
}

.back-to-top:hover {
  color: #fff;
  background: #52b69a;
  transition: background 0.2s ease-in-out;
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  height: 72px;
  transition: all 0.5s;
  z-index: 997;
  transition: all 0.5s;
  padding: 15px 40px;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#header .logo h1 {
  font-size: 30px;
  margin: 0;
  padding: 6px 0;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 2px;
}

#header .logo h1 a,
#header .logo h1 a:hover {
  color: #52b69a;
  text-decoration: none;
}

#header .logo img {
  padding: 0;
  margin: 0;
  max-height: 40px;
}

#main {
  margin-top: 72px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
.nav-menu,
.nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu>ul>li {
  position: relative;
  white-space: nowrap;
  float: left;
}

.nav-menu a {
  display: block;
  position: relative;
  color: #4e4039;
  padding: 10px 15px;
  transition: 0.3s;
  font-size: 15px;
  font-family: "Poppins", sans-serif;
}

.nav-menu a:hover,
.nav-menu .active>a,
.nav-menu li:hover>a {
  color: #52b69a;
  text-decoration: none;
}

.active {
  color: #52b69a;
  text-decoration: none;
}

.nav-menu .get-started a {
  background: #eb5d1e;
  color: #fff;
  border-radius: 50px;
  margin: 0 15px;
  padding: 10px 25px;
}

.nav-menu .get-started a:hover {
  background: #ee7843;
  color: #fff;
}

.nav-menu .drop-down ul {
  display: block;
  position: absolute;
  left: 0;
  top: calc(100% - 30px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: ease all 0.3s;
}

.nav-menu .drop-down:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.nav-menu .drop-down li {
  min-width: 180px;
  position: relative;
}

.nav-menu .drop-down ul a {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  color: #3c1300;
}

.nav-menu .drop-down ul a:hover,
.nav-menu .drop-down ul .active>a,
.nav-menu .drop-down ul li:hover>a {
  color: #eb5d1e;
}

.nav-menu .drop-down>a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 5px;
}

.nav-menu .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 30px);
}

.nav-menu .drop-down .drop-down:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
}

.nav-menu .drop-down .drop-down>a {
  padding-right: 35px;
}

.nav-menu .drop-down .drop-down>a:after {
  content: "\eaa0";
  font-family: IcoFont;
  position: absolute;
  right: 15px;
}

@media (max-width: 1366px) {
  .nav-menu .drop-down .drop-down ul {
    left: -90%;
  }

  .nav-menu .drop-down .drop-down:hover>ul {
    left: -100%;
  }

  .nav-menu .drop-down .drop-down>a:after {
    content: "\ea9d";
  }
}

/* Mobile Navigation */
.mobile-nav {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 9999;
  overflow-y: auto;
  left: -260px;
  width: 260px;
  padding-top: 18px;
  background: #4e4039;
  transition: 0.4s;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav a {
  display: block;
  position: relative;
  color: #f9d1c0;
  padding: 10px 20px;
  font-weight: 500;
  transition: 0.3s;
}

.mobile-nav a:hover,
.mobile-nav .active>a,
.mobile-nav li:hover>a {
  color: #f39e7a;
  text-decoration: none;
}

.mobile-nav .get-started a {
  background: #eb5d1e;
  color: #fff;
  border-radius: 50px;
  margin: 15px;
  padding: 10px 25px;
}

.mobile-nav .get-started a:hover {
  background: #ee7843;
  color: #fff;
}

.mobile-nav .drop-down>a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}

.mobile-nav .active.drop-down>a:after {
  content: "\eaa0";
}

.mobile-nav .drop-down>a {
  padding-right: 35px;
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}

.mobile-nav .drop-down li {
  padding-left: 20px;
}

.mobile-nav-toggle {
  position: fixed;
  right: 15px;
  top: 22px;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}

.mobile-nav-toggle i {
  color: #7a6960;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(78, 64, 57, 0.9);
  overflow: hidden;
  display: none;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  left: 0;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  position: relative;
  width: 100%;
  min-height: 100vh;
  background: #ffffff;
  display: flex;
  align-items: center;
  padding: 120px 0 80px;
  overflow: hidden;
}

.hero-content {
  position: relative;
  z-index: 2;
}

.hero-badge {
  display: inline-block;
  background: linear-gradient(45deg, #366840, #405d84);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(136, 212, 152, 0.3);
  padding: 8px 20px;
  border-radius: 50px;
  color: white;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 30px;
  animation: fadeInUp 0.8s ease-out;
  box-shadow: 0 4px 15px rgba(136, 212, 152, 0.2);
}

.hero-title {
  font-size: 3.5rem;
  font-weight: 800;
  color: #2c3e50;
  line-height: 1.2;
  margin-bottom: 25px;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  animation: fadeInUp 0.8s ease-out 0.2s both;
}

.hero-subtitle {
  font-size: 1rem;
  color: #6c757d;
  line-height: 1.6;
  margin-bottom: 40px;
  font-weight: 400;
  animation: fadeInUp 0.8s ease-out 0.4s both;
}

.hero-buttons {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  animation: fadeInUp 0.8s ease-out 0.6s both;
}

.btn-primary-custom {
  background: linear-gradient(45deg, #88d498, #93ce78);
  border: none;
  padding: 15px 35px;
  border-radius: 50px;
  color: white;
  font-weight: 600;
  font-size: 16px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(136, 212, 152, 0.4);
}

.btn-primary-custom:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(136, 212, 152, 0.6);
  color: white;
  background: linear-gradient(45deg, #7bc48a, #85c16a);
}

.btn-secondary-custom {
  background: transparent;
  border: 2px solid #88d498;
  padding: 13px 35px;
  border-radius: 50px;
  color: #88d498;
  font-weight: 600;
  font-size: 16px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  transition: all 0.3s ease;
  backdrop-filter: blur(10px);
}

.btn-secondary-custom:hover {
  background: #88d498;
  border-color: #88d498;
  color: white;
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(136, 212, 152, 0.3);
}

.hero-image {
  position: relative;
  animation: fadeInRight 1s ease-out 0.4s both;
}

.hero-img-container {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
  /* transform: rotate(2deg); */
  transition: transform 0.3s ease;
}

.hero-img-container:hover {
  transform: rotate(0deg) scale(1.02);
}

.hero-img-container img {
  width: 100%;
  height: auto;
  display: block;
}

/* Animations */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }

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

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translateX(30px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/* Media Queries - Consolidated */
@media (max-width: 991.98px) {
  #hero {
    padding: 100px 0 60px;
    text-align: center;
  }

  .hero-content {
    order: 2;
    margin-top: 40px;
  }

  .hero-image {
    order: 1;
  }

  .hero-title {
    font-size: 2.8rem;
  }

  .hero-subtitle {
    font-size: 1.1rem;
  }

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

  .hero-img-container {
    max-width: 400px;
    margin: 0 auto;
  }
}

@media (max-width: 768px) {
  .hero-title {
    font-size: 2.2rem;
  }

  .hero-subtitle {
    font-size: 1rem;
    margin-bottom: 30px;
  }

  .btn-primary-custom,
  .btn-secondary-custom {
    padding: 12px 25px;
    font-size: 14px;
  }
}

@media (max-width: 576px) {
  .hero-title {
    font-size: 1.8rem;
  }

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

  .btn-primary-custom,
  .btn-secondary-custom {
    width: 100%;
    max-width: 280px;
    justify-content: center;
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
}

.section-bg {
  background-color: #fef8f5;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}

.section-title h2 {
  font-size: 24px;
  font-weight: 700;
  padding-bottom: 0;
  line-height: 1px;
  margin-bottom: 15px;
  color: #c2b7b1;
}

.section-title p {
  padding-bottom: 15px;
  margin-bottom: 15px;
  position: relative;
  font-size: 32px;
  font-weight: 700;
  color: #4e4039;
}

.section-title p::after {
  content: '';
  position: absolute;
  display: block;
  width: 60px;
  height: 2px;
  background: #eb5d1e;
  bottom: 0;
  left: calc(50% - 30px);
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/

.about {
  padding: 100px 0;
  background: linear-gradient(135deg, #f8fffe 0%, #eef9f6 100%);
  position: relative;
  overflow: hidden;
}

.about::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -20%;
  width: 400px;
  height: 400px;
  background: linear-gradient(45deg, #52b69a20, #168aad20);
  border-radius: 50%;
  z-index: 1;
}

.about::after {
  content: '';
  position: absolute;
  bottom: -30%;
  left: -10%;
  width: 300px;
  height: 300px;
  background: linear-gradient(45deg, #184e7730, #52b69a20);
  border-radius: 50%;
  z-index: 1;
}

.about .container {
  position: relative;
  z-index: 2;
}

.about-img {
  position: relative;
}

.about-img::before {
  content: '';
  position: absolute;
  top: 20px;
  left: 20px;
  right: -20px;
  bottom: -20px;
  background: linear-gradient(135deg, #52b69a15, #168aad15);
  border-radius: 20px;
  z-index: -1;
}

.about-img img {
  border-radius: 15px;
  box-shadow: 0 20px 40px rgba(82, 182, 154, 0.15);
  transition: transform 0.3s ease;
}

.about-img img:hover {
  transform: translateY(-10px);
}

.about h3 {
  font-weight: 800;
  font-size: 42px;
  color: #184e77;
  margin-bottom: 30px;
  position: relative;
  line-height: 1.2;
}

.about h3::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 60px;
  height: 4px;
  background: linear-gradient(90deg, #52b69a, #168aad);
  border-radius: 2px;
}

.about .main-description {
  font-size: 18px;
  color: #34495e;
  margin-bottom: 40px;
  line-height: 1.8;
  text-align: justify;
}

.feature-card {
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(10px);
  border-radius: 20px;
  padding: 30px 25px;
  margin-bottom: 20px;
  border: 1px solid rgba(82, 182, 154, 0.1);
  box-shadow: 0 10px 30px rgba(82, 182, 154, 0.08);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.feature-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: linear-gradient(180deg, #52b69a, #168aad);
  transition: width 0.3s ease;
}

.feature-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(82, 182, 154, 0.15);
}

.feature-card:hover::before {
  width: 100%;
  opacity: 0.05;
}

.feature-card i {
  font-size: 52px;
  color: #52b69a;
  margin-bottom: 20px;
  background: linear-gradient(135deg, #52b69a, #168aad);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  display: block;
}

.feature-card h4 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #184e77;
}

.feature-card p {
  font-size: 16px;
  color: #5a6c7d;
  margin: 0;
  line-height: 1.6;
}

@media (max-width: 991px) {
  .about {
    padding: 60px 0;
  }

  .about h3 {
    font-size: 36px;
    text-align: center;
  }

  .about .main-description {
    text-align: center;
    margin-bottom: 50px;
  }

  .about-img {
    margin-bottom: 40px;
  }

  .about-img img {
    max-width: 80%;
  }
}

@media (max-width: 767px) {
  .about h3 {
    font-size: 32px;
  }

  .about .main-description {
    font-size: 16px;
  }

  .feature-card {
    padding: 25px 20px;
  }

  .feature-card i {
    font-size: 44px;
  }

  .feature-card h4 {
    font-size: 20px;
  }

  .about-img img {
    max-width: 90%;
  }
}

/* Animation enhancements */
@keyframes float {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-10px);
  }
}



/* Custom scrollbar for better UX */
::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, #52b69a, #168aad);
  border-radius: 4px;
}

/* visi dan misi */
#vision-mission {
  padding: 100px 0;
  background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
  position: relative;
  overflow: hidden;
}

#vision-mission::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="dots" width="20" height="20" patternUnits="userSpaceOnUse"><circle cx="10" cy="10" r="1" fill="%2388d498" opacity="0.1"/></pattern></defs><rect width="100" height="100" fill="url(%23dots)"/></svg>');
  pointer-events: none;
}

.section-header {
  text-align: center;
  margin-bottom: 80px;
  position: relative;
  z-index: 2;
}

.section-subtitle {
  display: inline-block;
  background: linear-gradient(45deg, #88d498, #93ce78);
  color: white;
  padding: 8px 25px;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 20px;
  box-shadow: 0 4px 15px rgba(136, 212, 152, 0.3);
}

.section-title {
  font-size: 2.8rem;
  font-weight: 800;
  color: #2c3e50;
  margin-bottom: 20px;
  position: relative;
}

.section-description {
  font-size: 1.1rem;
  color: #6c757d;
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.6;
}

.vision-mission-container {
  position: relative;
  z-index: 2;
}

.vision-card,
.mission-card {
  background: white;
  border-radius: 20px;
  padding: 40px 35px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(136, 212, 152, 0.1);
  transition: all 0.3s ease;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.vision-card::before,
.mission-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(45deg, #88d498, #93ce78);
}

.vision-card:hover,
.mission-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.12);
}

.card-icon {
  width: 70px;
  height: 70px;
  background: linear-gradient(45deg, #88d498, #93ce78);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
  box-shadow: 0 8px 25px rgba(136, 212, 152, 0.3);
}

.card-icon i {
  font-size: 30px;
  color: white;
}

.card-title {
  font-size: 1.8rem;
  font-weight: 700;
  color: #2c3e50;
  margin-bottom: 20px;
}

.card-content {
  font-size: 1rem;
  color: #555;
  line-height: 1.7;
}

.mission-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.mission-list li {
  padding: 12px 0;
  border-bottom: 1px solid rgba(136, 212, 152, 0.1);
  position: relative;
  padding-left: 40px;
}

.mission-list li:last-child {
  border-bottom: none;
}

.mission-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background: linear-gradient(45deg, #88d498, #93ce78);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mission-list li::after {
  content: '✓';
  position: absolute;
  left: 6px;
  top: 50%;
  transform: translateY(-50%);
  color: white;
  font-size: 12px;
  font-weight: bold;
}

.focus-areas {
  background: rgba(136, 212, 152, 0.05);
  border-radius: 15px;
  padding: 25px;
  margin-top: 25px;
  border: 1px solid rgba(136, 212, 152, 0.1);
}

.focus-title {
  font-size: 1.1rem;
  font-weight: 600;
  color: #2c3e50;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.focus-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.focus-tag {
  background: linear-gradient(45deg, #88d498, #93ce78);
  color: white;
  padding: 8px 16px;
  border-radius: 25px;
  font-size: 13px;
  font-weight: 500;
  box-shadow: 0 2px 8px rgba(136, 212, 152, 0.3);
}

/* Animations */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }

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

.vision-card,
.mission-card {
  animation: fadeInUp 0.8s ease-out;
}

.mission-card {
  animation-delay: 0.2s;
}

/* Responsive */
@media (max-width: 991.98px) {
  .section-title {
    font-size: 2.3rem;
  }

  .vision-card,
  .mission-card {
    margin-bottom: 30px;
  }
}

@media (max-width: 575.98px) {
  #vision-mission {
    padding: 80px 0;
  }

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

  .vision-card,
  .mission-card {
    padding: 30px 25px;
  }

  .focus-tags {
    justify-content: center;
  }
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.section-bg {
  background: linear-gradient(135deg, #76c893 0%, #52b69a 100%);
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}

.section-bg::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><circle cx="50" cy="50" r="2" fill="rgba(255,255,255,0.1)"/></svg>') repeat;
  opacity: 0.5;
}

.container {
  position: relative;
  z-index: 2;
}

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

.section-title h2 {
  font-size: 3rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 40px;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.section-title p {
  font-size: 1.2rem;
  color: rgba(255, 255, 255, 0.9);
  max-width: 600px;
  margin: 0 auto;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  margin-top: 40px;
}

.service-card {
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  border-radius: 20px;
  padding: 40px 30px;
  text-align: center;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
  position: relative;
  overflow: hidden;
}

.service-card::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;
}

#services {
  background: #ffffff;
  padding: 100px 0;
  position: relative;
}

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

.section-badge {
  display: inline-block;
  background: linear-gradient(45deg, #88d498, #93ce78);
  color: white;
  padding: 8px 25px;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 20px;
  box-shadow: 0 4px 15px rgba(136, 212, 152, 0.3);
}

.section-title {
  font-size: 2.8rem;
  font-weight: 800;
  color: #2c3e50;
  margin-bottom: 15px;
}

.section-description {
  font-size: 1.1rem;
  color: #6c757d;
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.6;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
  margin-top: 50px;
}

.service-card {
  background: white;
  border-radius: 15px;
  padding: 35px 20px;
  text-align: center;
  transition: all 0.3s ease;
  border: 2px solid rgba(136, 212, 152, 0.1);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  position: relative;
  overflow: hidden;
}

.service-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(136, 212, 152, 0.05), rgba(147, 206, 120, 0.05));
  opacity: 0;
  transition: opacity 0.3s ease;
}

.service-card:hover::before {
  opacity: 1;
}

.service-card:hover {
  transform: translateY(-8px);
  border-color: rgba(136, 212, 152, 0.3);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

.service-icon {
  width: 70px;
  height: 70px;
  margin: 0 auto 20px;
  background: linear-gradient(45deg, #88d498, #93ce78);
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  position: relative;
  z-index: 2;
  box-shadow: 0 8px 25px rgba(136, 212, 152, 0.3);
}

.service-card:hover .service-icon {
  transform: scale(1.1);
  box-shadow: 0 12px 35px rgba(136, 212, 152, 0.4);
}

.service-icon i {
  font-size: 30px;
  color: white;
}

.service-title {
  font-size: 1.2rem;
  font-weight: 700;
  color: #2c3e50;
  margin: 0;
  transition: color 0.3s ease;
  position: relative;
  z-index: 2;
}

.service-card:hover .service-title {
  color: #88d498;
}

/* Animations */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }

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

.service-card {
  animation: fadeInUp 0.6s ease-out;
}

.service-card:nth-child(1) {
  animation-delay: 0.1s;
}

.service-card:nth-child(2) {
  animation-delay: 0.2s;
}

.service-card:nth-child(3) {
  animation-delay: 0.3s;
}

.service-card:nth-child(4) {
  animation-delay: 0.4s;
}

/* Responsive */
@media (max-width: 1199.98px) {
  .services-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
}

@media (max-width: 991.98px) {
  #services {
    padding: 80px 0;
  }

  .section-title {
    font-size: 2.3rem;
  }
}

@media (max-width: 767.98px) {
  #services {
    padding: 60px 0;
  }

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

  .services-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .service-card {
    padding: 25px 15px;
  }

  .service-icon {
    width: 60px;
    height: 60px;
    margin-bottom: 15px;
  }

  .service-icon i {
    font-size: 24px;
  }

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

@media (max-width: 575.98px) {
  .section-title {
    font-size: 1.8rem;
  }

  .services-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .service-card {
    max-width: 280px;
    margin: 0 auto;
  }
}

/* kegiatan */
.posts-section {
  padding: 80px 0;
  background: linear-gradient(135deg, #ffffff 0%, #f4f7f3 100%);
}

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

.section-header h2 {
  font-size: 3rem;
  font-weight: 700;
  color: #2c3e50;
  margin-bottom: 20px;
  position: relative;
}

.section-header h2::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background: linear-gradient(90deg, #6bbf59, #08a045);
  border-radius: 2px;
}

.section-header p {
  font-size: 1.2rem;
  color: #7f8c8d;
  max-width: 600px;
  margin: 0 auto;
}

.posts-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-top: 40px;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.post-card {
  background: white;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.05);
}

.post-card:hover {
  transform: translateY(-15px);
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
}

.post-thumbnail {
  width: 100%;
  height: 200px;
  background: linear-gradient(135deg, #667eea, #764ba2);
  position: relative;
  overflow: hidden;
}

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

.post-card:hover .post-thumbnail img {
  transform: scale(1.1);
}

.post-thumbnail::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.3) 100%);
}

.post-category {
  position: absolute;
  top: 15px;
  left: 15px;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  padding: 8px 16px;
  border-radius: 20px;
  font-size: 0.85rem;
  font-weight: 600;
  z-index: 2;
  color: #2ecc71;
  border: 2px solid #2ecc71;
}

.post-content {
  padding: 30px;
}

.post-title {
  font-size: 1.4rem;
  font-weight: 700;
  color: #2c3e50;
  margin-bottom: 12px;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.post-excerpt {
  color: #7f8c8d;
  line-height: 1.6;
  margin-bottom: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.post-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
  border-top: 1px solid #ecf0f1;
  font-size: 0.9rem;
  color: #95a5a6;
}

.post-author {
  display: flex;
  align-items: center;
  gap: 8px;
}

.post-date {
  display: flex;
  align-items: center;
  gap: 5px;
}

.read-more-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #6bbf59;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
  margin-top: 15px;
}

.read-more-btn:hover {
  color: #08a045;
  transform: translateX(5px);
}

.no-thumbnail {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3rem;
  color: rgba(255, 255, 255, 0.8);
}

@media (max-width: 992px) {
  .posts-grid {
    grid-template-columns: repeat(2, 1fr);
    max-width: 800px;
  }
}

@media (max-width: 768px) {
  .section-header h2 {
    font-size: 2.5rem;
  }

  .posts-grid {
    grid-template-columns: 1fr;
    max-width: 400px;
    gap: 20px;
  }

  .category-filter {
    gap: 10px;
  }

  .filter-btn {
    padding: 10px 20px;
    font-size: 0.9rem;
  }
}

.fade-in {
  animation: fadeIn 0.6s ease-in;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

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




/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.prisma-team-showcase {
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 50%, #f8f9fa 100%);
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}

.prisma-team-showcase::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="dots" width="20" height="20" patternUnits="userSpaceOnUse"><circle cx="10" cy="10" r="1" fill="rgba(136,212,152,0.1)"/></pattern></defs><rect width="100" height="100" fill="url(%23dots)"/></svg>');
  z-index: 1;
}

.prisma-team-showcase>.container {
  position: relative;
  z-index: 2;
}

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

.prisma-team-title {
  font-size: 2.8rem;
  font-weight: 800;
  color: #2c3e50;
  margin-bottom: 15px;
  position: relative;
  display: inline-block;
}

.prisma-team-title::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background: linear-gradient(90deg, #88d498, #93ce78);
  border-radius: 2px;
}

.prisma-team-subtitle {
  font-size: 1.2rem;
  color: #5a6c7d;
  font-weight: 400;
  margin-top: 20px;
}

.prisma-member-card {
  background: white;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  position: relative;
  margin-bottom: 30px;
  height: 420px;
}

.prisma-member-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.prisma-member-image-container {
  position: relative;
  height: 280px;
  overflow: hidden;
  background: linear-gradient(135deg, #88d498, #93ce78);
}

.prisma-member-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.4s ease;
}

.prisma-member-card:hover .prisma-member-photo {
  transform: scale(1.1);
}

.prisma-member-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg,
      rgba(136, 212, 152, 0.8) 0%,
      rgba(147, 206, 120, 0.8) 100%);
  opacity: 0;
  transition: opacity 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.prisma-member-card:hover .prisma-member-overlay {
  opacity: 1;
}

.prisma-social-links {
  display: flex;
  gap: 15px;
}

.prisma-social-btn {
  width: 45px;
  height: 45px;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  text-decoration: none;
  transition: all 0.3s ease;
  transform: translateY(20px);
  opacity: 0;
}

.prisma-member-card:hover .prisma-social-btn {
  transform: translateY(0);
  opacity: 1;
}

.prisma-member-card:hover .prisma-social-btn:nth-child(1) {
  transition-delay: 0.1s;
}

.prisma-member-card:hover .prisma-social-btn:nth-child(2) {
  transition-delay: 0.15s;
}

.prisma-member-card:hover .prisma-social-btn:nth-child(3) {
  transition-delay: 0.2s;
}

.prisma-member-card:hover .prisma-social-btn:nth-child(4) {
  transition-delay: 0.25s;
}

.prisma-social-btn:hover {
  background: white;
  color: #88d498;
  transform: translateY(-3px) scale(1.1);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.prisma-member-info {
  padding: 25px;
  text-align: center;
  height: 140px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: white;
  position: relative;
}

.prisma-member-name {
  font-size: 1.3rem;
  font-weight: 700;
  color: #2c3e50;
  margin-bottom: 8px;
  line-height: 1.2;
}

.prisma-member-position {
  font-size: 1rem;
  color: #5a6c7d;
  font-weight: 500;
  font-style: italic;
}

:root {
  --prisma-primary: #88d498;
  --prisma-secondary: #93ce78;
  --prisma-dark: #2c3e50;
  --prisma-light: #5a6c7d;
}

.prisma-member-badge {
  position: absolute;
  top: 15px;
  right: 15px;
  background: linear-gradient(135deg, #88d498, #93ce78);
  color: white;
  padding: 6px 12px;
  border-radius: 15px;
  font-size: 0.8rem;
  font-weight: 600;
  z-index: 3;
}

/* Animation delays untuk efek masuk berurutan */
.prisma-member-card:nth-child(1) {
  animation-delay: 0.1s;
}

.prisma-member-card:nth-child(2) {
  animation-delay: 0.2s;
}

.prisma-member-card:nth-child(3) {
  animation-delay: 0.3s;
}

.prisma-member-card:nth-child(4) {
  animation-delay: 0.4s;
}

/* Responsive adjustments */
@media (max-width: 991px) {
  .prisma-team-title {
    font-size: 2.3rem;
  }

  .prisma-member-card {
    height: 400px;
  }

  .prisma-member-image-container {
    height: 260px;
  }
}

@media (max-width: 768px) {
  .prisma-team-showcase {
    padding: 60px 0;
  }

  .prisma-team-title {
    font-size: 2rem;
  }

  .prisma-team-subtitle {
    font-size: 1.1rem;
  }

  .prisma-member-card {
    height: 380px;
    margin-bottom: 25px;
  }

  .prisma-member-image-container {
    height: 240px;
  }

  .prisma-social-links {
    gap: 12px;
  }

  .prisma-social-btn {
    width: 40px;
    height: 40px;
  }
}

@media (max-width: 576px) {
  .prisma-member-info {
    padding: 20px;
  }

  .prisma-member-name {
    font-size: 1.2rem;
  }

  .prisma-member-position {
    font-size: 0.95rem;
  }
}

/*--------------------------------------------------------------
# video kegiatan
--------------------------------------------------------------*/
.prisma-video-showcase {
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  padding: 80px 0;
  overflow: hidden;
}

.prisma-section-title {
  color: #2c3e50;
  font-size: 2.5rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 60px;
  position: relative;
}

.prisma-section-title::after {
  content: '';
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background: linear-gradient(90deg, #88d498, #93ce78);
  border-radius: 2px;
}

.prisma-video-wrapper {
  display: flex;
  align-items: center;
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto;
}

.prisma-video-container {
  flex: 0 0 45%;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
  background: #000;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.prisma-video-container:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2);
}

.prisma-video-player {
  width: 100%;
  aspect-ratio: 9/16;
  background: #000;
  outline: none;
}

.prisma-video-player::-webkit-media-controls-panel {
  background-color: rgba(0, 0, 0, 0.8);
}

.prisma-content-area {
  flex: 1;
  padding-left: 20px;
}

.prisma-description {
  color: #5a6c7d;
  font-size: 1.15rem;
  line-height: 1.8;
  margin-bottom: 35px;
  text-align: justify;
}

.prisma-meta-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}

.prisma-meta-card {
  background: white;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  border-left: 4px solid #88d498;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.prisma-meta-card:hover {
  transform: translateX(5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
}

.prisma-meta-item {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #2c3e50;
  font-size: 1rem;
  font-weight: 500;
}

.prisma-meta-icon {
  width: 20px;
  height: 20px;
  fill: #88d498;
  flex-shrink: 0;
}

.prisma-highlight-badge {
  background: linear-gradient(135deg, #88d498, #93ce78);
  color: white;
  padding: 8px 16px;
  border-radius: 20px;
  font-size: 0.9rem;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 20px;
  box-shadow: 0 4px 12px rgba(136, 212, 152, 0.3);
}

/* Responsive Design */
@media (max-width: 991px) {
  .prisma-video-wrapper {
    flex-direction: column;
    gap: 30px;
  }

  .prisma-video-container {
    flex: none;
    max-width: 400px;
    width: 100%;
  }

  .prisma-content-area {
    padding-left: 0;
    text-align: center;
  }

  .prisma-description {
    text-align: center;
  }
}

@media (max-width: 768px) {
  .prisma-video-showcase {
    padding: 50px 0;
  }

  .prisma-section-title {
    font-size: 2rem;
    margin-bottom: 40px;
  }

  .prisma-video-container {
    max-width: 320px;
  }

  .prisma-description {
    font-size: 1rem;
  }
}

@media (max-width: 576px) {
  .prisma-video-wrapper {
    gap: 20px;
  }

  .prisma-meta-grid {
    gap: 15px;
  }

  .prisma-meta-card {
    padding: 15px;
  }
}

/*--------------------------------------------------------------
# Contact Us
--------------------------------------------------------------*/
.contact {
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

.contact .info {
  border-top: 3px solid #88d498;
  border-bottom: 3px solid #88d498;
  padding: 30px;
  background: #fff;
  width: 100%;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
}

.contact .info i {
  font-size: 20px;
  color: #88d498;
  float: left;
  width: 44px;
  height: 44px;
  background: #f0f9f2;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}

.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #2c3e50;
}

.contact .info p {
  padding: 0 0 10px 60px;
  margin-bottom: 20px;
  font-size: 14px;
  color: #2c3e50;
  opacity: 0.8;
}

.contact .info .email p {
  padding-top: 5px;
}

.contact .info .social-links {
  padding-left: 60px;
}

.contact .info .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #2c3e50;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  margin-right: 10px;
}

.contact .info .social-links a:hover {
  background: #88d498;
  color: #fff;
}

.contact .info .email:hover i,
.contact .info .address:hover i,
.contact .info .phone:hover i {
  background: #88d498;
  color: #fff;
}

.contact .php-email-form {
  width: 100%;
  border-top: 3px solid #88d498;
  border-bottom: 3px solid #88d498;
  padding: 30px;
  background: #fff;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
}

.contact .php-email-form .form-group {
  padding-bottom: 8px;
}

.contact .php-email-form label {
  color: #2c3e50;
  font-weight: 500;
}

.contact .php-email-form .validate {
  display: none;
  color: #e74c3c;
  margin: 0;
  font-weight: 400;
  font-size: 13px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #e74c3c;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  border-radius: 4px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #88d498;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  border-radius: 4px;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
  color: #2c3e50;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #88d498;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 4px;
  box-shadow: none;
  font-size: 14px;
  border: 1px solid #ddd;
  color: #2c3e50;
  transition: 0.3s;
}

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
  border-color: #88d498;
  outline: none;
  box-shadow: 0 0 0 2px rgba(136, 212, 152, 0.2);
}

.contact .php-email-form input {
  height: 44px;
}

.contact .php-email-form textarea {
  padding: 10px 12px;
}

.contact .php-email-form button[type="submit"] {
  background: #88d498;
  border: 0;
  padding: 12px 30px;
  color: #fff;
  transition: 0.4s;
  border-radius: 4px;
  font-weight: 500;
}

.contact .php-email-form button[type="submit"]:hover {
  background: #93ce78;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(136, 212, 152, 0.3);
}

/* Section title styling */
.contact .section-contact h2 {
  font-size: 3rem;
  font-weight: 700;
  color: #2c3e50;
  margin-bottom: 20px;
  position: relative;
  margin-bottom: 20px;
}



@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #fff;
  padding: 0 0 30px 0;
  color: #212529;
  font-size: 14px;
  background: #fef8f5;
}

#footer .footer-top {
  padding: 60px 0 30px 0;
  background: #fff;
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact h4 {
  font-size: 22px;
  margin: 0 0 30px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}

#footer .footer-top .footer-contact p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Raleway", sans-serif;
  color: #5c5c5c;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: bold;
  color: #212529;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #f39e7a;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer {
  background: #fff;
  padding: 0 0 30px 0;
  color: #212529;
  font-size: 14px;
  /* border-top: 3px solid #88d498; */
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#footer .footer-top {
  padding: 60px 0 30px 0;
  background: #fff;
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact h3 {
  font-size: 24px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
  color: #88d498;
}

#footer .footer-top .footer-contact p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Raleway", sans-serif;
  color: #5c5c5c;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: bold;
  color: #88d498;
  position: relative;
  padding-bottom: 12px;
  margin-bottom: 20px;
}

#footer .footer-top h4::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 2px;
  background: #93ce78;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 8px;
  color: #88d498;
  font-size: 16px;
  line-height: 1;
  transition: color 0.3s ease;
}

#footer .footer-top .footer-links ul li {
  padding: 8px 0;
  display: flex;
  align-items: center;
  transition: transform 0.2s ease;
}

#footer .footer-top .footer-links ul li:hover {
  transform: translateX(5px);
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #5c5c5c;
  transition: color 0.3s ease;
  display: inline-block;
  line-height: 1;
  text-decoration: none;
}

#footer .footer-top .footer-links ul a:hover {
  color: #88d498;
  text-decoration: none;
}

#footer .footer-top .footer-links ul li:hover i {
  color: #93ce78;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #88d498;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 8px;
  border-radius: 50%;
  text-align: center;
  width: 40px;
  height: 40px;
  transition: all 0.3s ease;
  text-decoration: none;
}

#footer .footer-top .social-links a:hover {
  background: #88d498;
  color: #fff;
  transform: translateY(-3px);
  box-shadow: 0 4px 12px rgba(136, 212, 152, 0.3);
}

#footer .copyright {
  text-align: center;
  padding: 20px 0;
  border-top: 1px solid #eee;
  margin-top: 20px;
  color: #666;
}

#footer .copyright strong {
  color: #88d498;
}

/* Responsive */
@media (max-width: 768px) {
  #footer .footer-top {
    padding: 40px 0 20px 0;
  }

  #footer .footer-top .footer-contact,
  #footer .footer-top .footer-links {
    margin-bottom: 40px;
  }

  #footer .footer-top .social-links {
    text-align: center;
  }
}

@media (max-width: 575px) {
  #footer .copyright {
    float: none;
    text-align: center;
    padding: 15px 0;
  }

  #footer .footer-top .social-links a {
    margin: 0 4px 8px 4px;
  }
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  /* 4 kolom di desktop */
  gap: 1rem;
}

@media (max-width: 767px) {
  .services-grid {
    grid-template-columns: repeat(2, 1fr);
    /* 2 kolom di mobile */
  }
}

.hero-buttons {
  display: flex;
  gap: 1rem;
}

.hero-buttons a {
  flex: 1 1 auto;
  /* tumbuh dan menyusut, tapi minimal sesuai konten */
  min-width: max-content;
  /* supaya gak terlalu kecil */
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.5rem 1rem;
  white-space: nowrap;
}