/*

Lava Landing Page

https://templatemo.com/tm-540-lava-landing-page

*/

/* ---------------------------------------------
Table of contents
------------------------------------------------
01. font & reset css
02. reset
03. global styles
04. header
05. welcome
06. features
07. testimonials
08. contact
09. footer
10. preloader

--------------------------------------------- */
/* 
---------------------------------------------
font & reset css
--------------------------------------------- 
*/
@import url("https://fonts.googleapis.com/css?family=Poppins:100,200,300,400,500,600,700,800,900");
/* 
---------------------------------------------
reset
--------------------------------------------- 
*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, div
pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q,
s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
figure, header, nav, section, article, aside, footer, figcaption {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clearfix {
  display: inline-block;
}

html[xmlns] .clearfix {
  display: block;
}

* html .clearfix {
  height: 1%;
}

ul, li {
  padding: 0;
  margin: 0;
  list-style: none;
}

header, nav, section, article, aside, footer, hgroup {
  display: block;
}

* {
  box-sizing: border-box;
}

html, body {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  background-color: #fff;
  font-size: 16px;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  text-decoration: none !important;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0px;
  margin-bottom: 0px;
}

ul {
  margin-bottom: 0px;
}

p {
  font-size: 15px;
  line-height: 25px;
  color: #888;
}

/* 
---------------------------------------------
global styles
--------------------------------------------- 
*/
html,
body {
  background: #fff;
  font-family: 'Poppins', sans-serif;
}

::selection {
  background: #f1556a;
  color: #fff;
}

::-moz-selection {
  background: #f1556a;
  color: #fff;
}

@media (max-width: 991px) {
  html, body {
    overflow-x: hidden;
  }
  .mobile-top-fix {
    margin-top: 30px;
    margin-bottom: 0px;
  }
  .mobile-bottom-fix {
    margin-bottom: 30px;
  }
  .mobile-bottom-fix-big {
    margin-bottom: 60px;
  }
}

a.main-button-slider {
  font-size: 14px;
  border-radius: 25px;
  padding: 15px 25px;
  background-color: #fba70b;
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
  letter-spacing: 1px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  
}

a.main-button-slider:hover {
  background-color: #9b0bfb;
  box-shadow: 2px 5px 10px rgba(0,0,0,0.8);
}

a.main-button {
  font-size: 14px;
  border-radius: 25px;
  padding: 15px 25px;
  background-color: #ffd000;
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
  letter-spacing: 1px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

a.main-button:hover {
  background-color: #9b0bfb;
  box-shadow: 2px 5px 10px rgba(0,0,0,0.8);
}

button.main-button {
  outline: none;
  border: none;
  cursor: pointer;
  font-size: 14px;
  border-radius: 25px;
  padding: 15px 25px;
  background-color: #ffd000;
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
  letter-spacing: 1px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

button.main-button:hover {
  background-color: #9b0bfb;
  box-shadow: 2px 5px 10px rgba(0,0,0,0.8);
}

.center-heading {
  margin-bottom: 3.5rem; /* Menggunakan rem untuk scaling yang lebih baik */
}

.center-heading h2 {
  margin-top: 0;
  text-align: center;
  font-size: clamp(2rem, 5vw, 2.625rem); /* Ukuran font responsif */
  font-weight: 700;
  color: #1e1e1e;
  margin-bottom: 1.25rem; /* Menggunakan rem */
  line-height: 1.3; /* Menambahkan line-height untuk keterbacaan */
}

.center-heading h2 em {
  font-style: normal;
  color: #ffc400;
}

.center-heading p {
  font-size: clamp(0.875rem, 2.5vw, 0.9375rem); /* Ukuran font responsif */
  color: #000000;
  text-align: center;
  line-height: 1.6; /* Meningkatkan keterbacaan */
  max-width: 800px; /* Membatasi lebar paragraf */
  margin-left: auto;
  margin-right: auto;
  padding: 0 1rem; /* Padding untuk perangkat mobile */
}

/* Media queries untuk penyesuaian tambahan */
@media (max-width: 768px) {
  .center-heading {
    margin-bottom: 2.5rem;
  }
  
  .center-heading p {
    max-width: 90%;
  }
}

@media (max-width: 480px) {
  .center-heading h2 {
    margin-bottom: 1rem;
  }
  
  .center-heading p {
    font-size: 0.8125rem; /* Sedikit lebih kecil di perangkat sangat kecil */
  }
}


/* 
---------------------------------------------
header
--------------------------------------------- 
*/

.background-header {
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  height: 80px !important;
  z-index: 1000;
  padding: 0 40px;
color: white;
  background: linear-gradient( rgba(162, 0, 255, 0.534), rgba(0, 0, 255, 0.25));
  background-size: 600% 600%;
  animation: moveGradient 12s ease infinite;

  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);

  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: all 0.3s ease;
}


/* Hover effect */
.background-header:hover {
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
  transform: translateY(-2px);
}


.background-header .logo,
.background-header .main-nav .nav li a {
  color: #fdfafa!important;
}

.background-header .main-nav .nav li:hover a {
  color: #fba70b!important;
}

.background-header .nav li a.active {
  color: #fba70b!important;
}

.header-area {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 100;
  height: 100px;
  -webkit-transition: all .5s ease 0s;
  -moz-transition: all .5s ease 0s;
  -o-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
}

.header-area .main-nav {
  min-height: 80px;
  background: transparent;
}

.header-area .main-nav .logo {
  line-height: 80px;
  color: #191a20;
  font-size: 28px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  float: left;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}


.header-area .main-nav .nav {
  float: left;
  margin-top: 27px;
  margin-left: 15%;
  margin-right: 0px;
  background-color: transparent;
  padding: 0px 20px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  z-index: 999;
}

.header-area .main-nav .nav li {
  padding-left: 20px;
  padding-right: 20px;
}

.header-area .main-nav .nav li:last-child {
  padding-right: 0px;
}

.header-area .main-nav .nav li a {
  display: block;
  font-weight: 500;
  font-size: 13px;
  color: #7a7a7a;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  height: 40px;
  line-height: 40px;
  border: transparent;
  letter-spacing: 1px;
}

.header-area .main-nav .nav li:hover a {
  color: #fba70b;
}

.header-area .main-nav .nav li.submenu {
  position: relative;
  padding-right: 35px;
}

.header-area .main-nav .nav li.submenu:after {
  font-family: FontAwesome;
  content: "\f107";
  font-size: 12px;
  color: #7a7a7a;
  position: absolute;
  right: 18px;
  top: 12px;
}

.header-area .main-nav .nav li.submenu ul {
  position: absolute;
  width: 200px;
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
  overflow: hidden;
  top: 40px;
  opacity: 0;
  transform: translateY(-2em);
  visibility: hidden;
  z-index: -1;
  transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
}

.header-area .main-nav .nav li.submenu ul li {
  margin-left: 0px;
  padding-left: 0px;
  padding-right: 0px;
}

.header-area .main-nav .nav li.submenu ul li a {
  display: block;
  background: #fff;
  color: #7a7a7a!important;
  padding-left: 20px;
  height: 40px;
  line-height: 40px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  font-size: 13px;
  border-bottom: 1px solid #f5f5f5;
}

.header-area .main-nav .nav li.submenu ul li a:before {
  content: '';
  position: absolute;
  width: 0px;
  height: 40px;
  left: 0px;
  top: 0px;
  bottom: 0px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background: #fba70b;
}

.header-area .main-nav .nav li.submenu ul li a:hover {
  background: #fff;
  color: #fba70b!important;
  padding-left: 25px;
}

.header-area .main-nav .nav li.submenu ul li a:hover:before {
  width: 3px;
}

.header-area .main-nav .nav li.submenu:hover ul {
  visibility: visible;
  opacity: 1;
  z-index: 1;
  transform: translateY(0%);
  transition-delay: 0s, 0s, 0.3s;
}

.header-area .main-nav .menu-trigger {
  cursor: pointer;
  display: block;
  position: absolute;
  top: 23px;
  width: 32px;
  height: 40px;
  text-indent: -9999em;
  z-index: 99;
  right: 40px;
  display: none;
}

.header-area .main-nav .menu-trigger span,
.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #1e1e1e;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
}

.background-header .main-nav .menu-trigger span,
.background-header .main-nav .menu-trigger span:before,
.background-header .main-nav .menu-trigger span:after {
  background-color: #1e1e1e;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #1e1e1e;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
  width: 75%;
}

.background-header .main-nav .menu-trigger span:before,
.background-header .main-nav .menu-trigger span:after {
  background-color: #1e1e1e;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  content: "";
}

.header-area .main-nav .menu-trigger span {
  top: 16px;
}

.header-area .main-nav .menu-trigger span:before {
  -moz-transform-origin: 33% 100%;
  -ms-transform-origin: 33% 100%;
  -webkit-transform-origin: 33% 100%;
  transform-origin: 33% 100%;
  top: -10px;
  z-index: 10;
}

.header-area .main-nav .menu-trigger span:after {
  -moz-transform-origin: 33% 0;
  -ms-transform-origin: 33% 0;
  -webkit-transform-origin: 33% 0;
  transform-origin: 33% 0;
  top: 10px;
}

.header-area .main-nav .menu-trigger.active span,
.header-area .main-nav .menu-trigger.active span:before,
.header-area .main-nav .menu-trigger.active span:after {
  background-color: transparent;
  width: 100%;
}

.header-area .main-nav .menu-trigger.active span:before {
  -moz-transform: translateY(6px) translateX(1px) rotate(45deg);
  -ms-transform: translateY(6px) translateX(1px) rotate(45deg);
  -webkit-transform: translateY(6px) translateX(1px) rotate(45deg);
  transform: translateY(6px) translateX(1px) rotate(45deg);
  background-color: #1e1e1e;
}

.background-header .main-nav .menu-trigger.active span:before {
  background-color: #1e1e1e;
}

.header-area .main-nav .menu-trigger.active span:after {
  -moz-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -ms-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -webkit-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  transform: translateY(-6px) translateX(1px) rotate(-45deg);
  background-color: #1e1e1e;
}

.background-header .main-nav .menu-trigger.active span:after {
  background-color: #1e1e1e;
}

.header-area.header-sticky {
  min-height: 80px;
}

.header-area.header-sticky .nav {
  margin-top: 20px !important;
}

.header-area.header-sticky .nav li a.active {
  color: #fba70b;
}

@media (max-width: 1200px) {
  .header-area .main-nav .nav li {
    padding-left: 12px;
    padding-right: 12px;
  }
  .header-area .main-nav:before {
    display: none;
  }
}

@media (max-width: 991px) {
  .logo {
    text-align: center;
    float: none!important;
    margin: 100%;
  }
  .header-area {
    background-color: #f7f7f7;
    padding: 0px 15px;
    height: 80px;
    box-shadow: none;
    text-align: center;
  }
  .header-area .container {
    padding: 0px;
  }
  .header-area .logo {
    margin-left: 30px;
  }
  .header-area .menu-trigger {
    display: block !important;
  }
  .header-area .main-nav {
    overflow: hidden;
  }
  .header-area .main-nav .nav {
    float: none;
    width: 100%;
    margin-top: 0px !important;
    display: none;
    -webkit-transition: all 0s ease 0s;
    -moz-transition: all 0s ease 0s;
    -o-transition: all 0s ease 0s;
    transition: all 0s ease 0s;
    margin-left: 0px;
  }
  .header-area .main-nav .nav li:first-child {
    border-top: 1px solid #eee;
  }
  .header-area .main-nav .nav li {
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #eee;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .header-area .main-nav .nav li a {
    height: 50px !important;
    line-height: 50px !important;
    padding: 0px !important;
    border: none !important;
    background: #f7f7f7 !important;
    color: #191a20 !important;
  }
  .header-area .main-nav .nav li a:hover {
    background: #eee !important;
    color: #fba70b!important;
  }
  .header-area .main-nav .nav li.submenu ul {
    position: relative;
    visibility: inherit;
    opacity: 1;
    z-index: 1;
    transform: translateY(0%);
    transition-delay: 0s, 0s, 0.3s;
    top: 0px;
    width: 100%;
    box-shadow: none;
    height: 0px;
  }
  .header-area .main-nav .nav li.submenu ul li a {
    font-size: 12px;
    font-weight: 400;
  }
  .header-area .main-nav .nav li.submenu ul li a:hover:before {
    width: 0px;
  }
  .header-area .main-nav .nav li.submenu ul.active {
    height: auto !important;
  }
  .header-area .main-nav .nav li.submenu:after {
    color: #3B566E;
    right: 25px;
    font-size: 14px;
    top: 15px;
  }
  .header-area .main-nav .nav li.submenu:hover ul, .header-area .main-nav .nav li.submenu:focus ul {
    height: 0px;
  }
}

@media (min-width: 992px) {
  .header-area .main-nav .nav {
    display: flex !important;
  }
}


/* 
---------------------------------------------
welcome
--------------------------------------------- 
*/
.welcome-area {
  width: 100%;
  height: 100vh;
  min-height: 793px;
  background-image: url(../images/sarai-bg.png);
  background-repeat: no-repeat;
  background-position: right top;
  /* Animasi fade up */
  animation: fadeUp 3s ease-out;
}


@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(1000px); /* mulai dari bawah */
  }
  to {
    opacity: 1;
    transform: translateY(0); /* ke posisi semula */
  }
}



.welcome-area .header-text .left-text {
  position: relative;
  align-self: center;
  margin-top: 35%;
  transform: perspective(1px) translateY(-30%) !important;
}

.welcome-area .header-text h1 {
  font-weight: 900;
  font-size: 52px;
  line-height: 80px;
  letter-spacing: 1px;
  margin-bottom: 30px;
  color: #191a20;
  position: relative;
  display: inline-block; /* Untuk membuat underline hanya sepanjang teks */
}

.welcome-area .header-text h1::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -10px; /* Jarak underline dari teks */
  width: 100%;
  height: 4px;
   background: linear-gradient(to right, #fba70b, #9013fe);
  background-size: 200% auto;
  border-radius: 2px;
  transition: all 0.3s ease;
}

.welcome-area .header-text h1:hover::after {
  background-position: right center; /* Efek animasi gradasi saat hover */
}

.welcome-area .header-text h1 em {
  font-style: normal;
  color: #fba70b;
}

.welcome-area .header-text p {
  font-weight: 300;
  font-size: 17px;
  color: #7a7a7a;
  line-height: 30px;
  letter-spacing: 0.25px;
  margin-bottom: 40px;
  position: relative;
}

/* Media queries untuk responsivitas */
@media (max-width: 1420px) {
  .welcome-area .header-text {
    width: 70%;
    margin-left: 5%;
  }
}

@media (max-width: 1320px) {
  .welcome-area .header-text .left-text {
    margin-top: 50%;
  }
  .welcome-area .header-text {
    width: 50%;
    margin-left: 5%;
  }
}

@media (max-width: 1140px) {
  .welcome-area {
    height: auto;
  }
  .welcome-area .header-text {       
    width: 92%;
    padding-top: 793px;
  }
  .welcome-area .header-text .left-text {
    margin-top: 15%;
    transform: none !important;
  }
}

@media (max-width: 810px) {
  .welcome-area {
    background-size: contain;
    margin-top: 15%;
  }
  .welcome-area .header-text {
    padding-top: 100%;
    margin-left: 0;
  }
  .container-fluid .col-md-12 {
    margin-right: 0px;
    padding-right: 0px;
  }
}

@media (max-width: 576px) {
  .welcome-area .header-text h1 {
    font-size: 26px;
    line-height: 40px;
    margin-bottom: 15px;
    text-align: center;
    left:35px;
  }
  .welcome-area .header-text h1::after {
    height: 3px;
    bottom: -5px;
  }
  .welcome-area .header-text p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 25px;
    text-align: center;
    margin-left: 30px;
  }
  .welcome-area a.main-button-slider {
    position: relative;
    align-items: center;
    left: 75px;
    margin-bottom: 25px;
  }
}

/*
---------------------------------------------
about
---------------------------------------------
*/

#about {
  padding: 100px 0px;
  position: relative;
  z-index: 9;
}

@media (max-width: 992px) {
  .features-item {
    margin-bottom: 45px;
    
  }
}

.features-item {
  border-radius: 15px;
  padding: 60px 30px;
  text-align: center;
box-shadow: 2px 5px 10px rgba(0,0,0.2,0.3);
}



.features-item h2 {
  z-index: 9;
  position: absolute;
  top: 15px;
  left: 45px;
  font-size: 100px;
  font-weight: 600;
  color: #fdefe9;
}

.features-item img {
  z-index: 10;
  position: relative;
  max-width: 100%;
  margin-bottom: 40px;
}

.features-item h4 {
  margin-top: 0px;
  font-size: 22px;
  color: #1e1e1e;
  margin-bottom: 25px;
}


.features-item .main-button {
  margin-top: 35px;
  display: inline-block;
}


/*
---------------------------------------------
promotion
---------------------------------------------
*/

.left-image-decor {
  background-image: url(../images/bubbles.webp);
  background-repeat: no-repeat;
  position: absolute;
  width: 100%;
  display: inline-block;
  height: 110%;
  margin-top: -10px;
}

#promotion {
  padding: 100px 0px;
}

#promotion .left-image {
  align-self: center;
  
}

#promotion .right-text ul {
  padding: 0;
  margin: 0;
}

#promotion .right-text ul li {
  display: inline-block;
  margin-bottom: 60px;
}

#promotion .right-text ul li:last-child {
  margin-bottom: 0px;
}

#promotion .right-text img {
  display: inline-block;
  float: left;
  margin-right: 30px;
}

#promotion .right-text h4 {
  font-size: 22px;
  color: #1e1e1e;
  margin-bottom: 15px;
  margin-top: 3px;
}


/*
--------------------------------------------
testimonials
--------------------------------------------
*/
.right-image-decor {
  background-image: url(../images/bubbles2.webp);
  background-repeat: no-repeat;
  background-position: right center;
  position: absolute;
  width: 100%;
  display: inline-block;
  height: 110%;
  margin-top: 131px;
  
}

#testimonials {
  padding-top: 100px;
  position: relative;
  z-index: 9;
  
}

#testimonials .item {
  position: relative;
 padding: 50px;
  padding-top: 100px;
   padding-bottom: 100px;
 background: transparent;

}

#testimonials .item .testimonial-content {
  box-shadow: 2px 5px 10px rgba(0,0,0,0.8);

  background: rgb(138,43,226);
  background: linear-gradient(
    145deg,
    rgba(138,43,226,1) 0%,     /* Ungu */
   
    rgba(0,191,255,1) 100%      /* Biru */
  );
  margin-left: 60px;
  padding: 40px 30px;
  text-align: center;
  border-radius: 50px;
  
}

#testimonials .item .testimonial-content ul li {
  display: inline-block;
  margin: 0px 1px;
}

#testimonials .item .testimonial-content ul li i {
  color: #fff;
  font-size: 13px;
}

#testimonials .item .testimonial-content h4 {
  font-size: 22px;
  margin-top: 20px;
  color: #fff;
}

#testimonials .item .testimonial-content p {
  color: #fff;
  font-style: italic;
  font-weight: 200;
  margin: 20px 0px 15px 0px;
}

#testimonials .item .testimonial-content span {
  color: #fff;
  font-weight: 200;
  font-size: 13px;
}

#testimonials .author img {
  max-width: 120px;
  margin-bottom: -60px;
}

.owl-carousel .owl-nav button.owl-next span {
  z-index: 10;
  top: 45%;
  border-radius: 10px;
  font-size: 46px;
  color: #fff;
  right: -210px;
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  display: inline-block;
   background: rgb(138,43,226);
  background: linear-gradient(
    145deg,
    rgba(138,43,226,1) 0%,     /* Ungu */
   
    rgba(0,191,255,1) 100%      /* Biru */
  );
  position: absolute;
  box-shadow: 2px 5px 10px rgba(0,0,0,0.8);
}

.owl-carousel .owl-nav button.owl-prev span {
  z-index: 9;
  top: 30%;
  border-radius: 10px;
  font-size: 46px;
  color: #fff;
  right: -150px;
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  display: inline-block;
  background: rgb(138,43,226);
  background: linear-gradient(
    145deg,
    rgba(138,43,226,1) 0%,     /* Ungu */
   
    rgba(0,191,255,1) 100%      /* Biru */
  );
  position: absolute;
  box-shadow: 2px 5px 10px rgba(0,0,0,0.8);

}



@media screen and (max-width: 1060px) {
  .owl-carousel .owl-nav {
    display: none!important;
  }
}

/* 
---------------------------------------------
footer
--------------------------------------------- 
*/

@media (max-width: 992px) {
  footer {
    padding-top: 0px!important;
    margin-top: 0px!important;
  }
  .contact-form {
    margin-bottom: 45px;
  }
  footer .right-content {
    text-align: center;
  }
  footer .footer-content {
    padding: 60px 0px!important;
  }
}

footer {
  margin-top: 200px;
  padding-top: 100px;
  background-image: url(../images/bg-foot.webp);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 100%;
}

footer .footer-content {
  padding: 120px 0px;
}

.contact-form {
  position: relative;
  z-index: 10;
  padding: 45px;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 2px 5px 10px rgba(0,0,0,0.8);
  
}

footer .right-content {
  align-self: center;
}

.contact-form input,
.contact-form textarea {
  color: #777;
  font-size: 13px;
  border: 1px solid #eee;
  background-color: #f7f7f7;
  border-radius: 5px;
  width: 100%;
  height: 50px;
  outline: none;
  padding-left: 20px;
  padding-right: 20px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-bottom: 30px;
}

.contact-form textarea {
  height: 150px;
  resize: none;
  padding: 20px;
}

.contact-form {
  text-align: center;
}

.contact-form ::-webkit-input-placeholder { /* Edge */
  color: #7a7a7a;
}

.contact-form :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #7a7a7a;
}

.contact-form ::placeholder {
  color: #7a7a7a;
}

.footer-content .right-content {
  color: #fff;
}

.footer-content .right-content h2 {
  margin-top: 0px;
  margin-bottom: 30px;
  font-size: 42px;
  text-transform: capitalize;
  font-weight: 700;
  letter-spacing: 1px;
}

.footer-content .right-content h2 em {
  font-style: normal;
  color: #ffc400;
}

.footer-content .right-content p {
  color: #FFF;
}

.footer-content .right-content a {
  color: #FFF;
}

.footer-content .right-content a:hover {
  color: #FC3;
}

footer .social {
  overflow: hidden;
  margin-top: 30px;
}

footer .social li:first-child {
  margin-left: 0px;
}

footer .social li {
  margin: 0px 7.5px;
  display: inline-block;
}

footer .social li a {
  color: #fff;
  text-align: center;
  background-color: transparent;
  border: 1px solid #fff;
  width: 44px;
  height: 44px;
  line-height: 44px;
  border-radius: 50%;
  display: inline-block;
  font-size: 16px;
  transition: 
    background-color 0.3s ease, 
    border-color 0.3s ease, 
    color 0.3s ease,
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

footer .social li a:hover {
  background-color: #fba70b;
  border-color: #fba70b;
  color: #fff;
  transform: scale(1.1);
  box-shadow: 0 6px 15px rgba(251, 167, 11, 0.7);
  cursor: pointer;
}


footer .copyright {
  margin-top: 10px;
  font-weight: 400;
  font-size: 15px;
  color: #4a4a4a;
  letter-spacing: 0.88px;
  text-transform: capitalize;
}

footer .sub-footer {
  padding: 60px 0px;
  border-top: 1px solid rgba(250,250,250,0.3);
  text-align: center;
}

footer .sub-footer a {
	color: #FFF;
}

footer .sub-footer a:hover {
	color: #FC3;
}

footer .sub-footer p {
  color: #fff;
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 0.5px;
}

@media (max-width: 991px) {
  footer .copyright {
    text-align: center;
  }
  footer .social {
    text-align: center;
  }
}

/* 
---------------------------------------------
preloader
--------------------------------------------- 
*/
#preloader {
  position: fixed;
  inset: 0;
  background-image: linear-gradient(145deg, #3f78f4 0%, #f1556a 100%);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

#preloader .jumper {
  display: flex;
  gap: 16px;
}

#preloader .jumper > div {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: linear-gradient(135deg, #6a11cb 0%, #2575fc 100%);
  animation: smoothJump 1.8s cubic-bezier(0.645, 0.045, 0.355, 1) infinite;
  opacity: 0.75;
  transform-origin: center bottom;
}

#preloader .jumper > div:nth-child(2) {
  animation-delay: 0.3s;
  background: linear-gradient(135deg, #f5515f 0%, #fda085 100%);
}

#preloader .jumper > div:nth-child(3) {
  animation-delay: 0.6s;
  background: linear-gradient(135deg, #f7ac0b 0%, #d1fdff 100%);
}

@keyframes smoothJump {
  0%, 80%, 100% {
    transform: translateY(0) scale(1);
    opacity: 0.75;
  }
  40% {
    transform: translateY(-28px) scale(1.35);
    opacity: 1;
  }
}
/* Dark Mode Styles */
body.dark-mode {
    background-color: #121212;
    color: #f0f0f0;
}

.dark-mode .header-area {
    background-color: #9b0bfb !important;
}

.dark-mode #promotion .right-text h4 {
    font-size: 22px;
    color: #ffffff;
    margin-bottom: 15px;
    margin-top: 3px;
}

.dark-mode .header-text h1,
.dark-mode .header-text p,
.dark-mode .header-text em,
.dark-mode .center-heading h2,
.dark-mode .center-heading em,
.dark-mode .center-heading p,
.dark-mode .features-item h4,
.dark-mode .features-item p,
.dark-mode .right-text h4,
.dark-mode .promotion .right-text h4,
.dark-mode .right-text p,
.dark-mode .testimonial-content h4,
.dark-mode .testimonial-content p,
.dark-mode .testimonial-content span,
.dark-mode .right-content h2,
.dark-mode .right-content em,
.dark-mode .right-content p,
.dark-mode .sub-footer p,
.dark-mode .sub-footer a,
.dark-mode .menu-item,
.dark-mode .logo {
    color: #f0f0f0;
}

.dark-mode .features-item,
.dark-mode .service-item,
.dark-mode .about-item {
    background-color: #1e1e1e;
    border-color: #333;
}

.dark-mode .contact-form input,
.dark-mode .contact-form textarea {
    background-color: rgba(30, 30, 30, 0.7) !important;
    border-color: #444;
    color: #f0f0f0;
}

.dark-mode .contact-form input::placeholder,
.dark-mode .contact-form textarea::placeholder {
    color: #aaa;
}

.dark-mode .main-button,
.dark-mode .main-button-slider {
    background-color: #fba70b;
    color: #fff;
    border-color: #555;
}

.dark-mode .main-button:hover,
.dark-mode .main-button-slider:hover {
    background-color: #9b0bfb;
}

.dark-mode .nav {
    background-color: transparent;
}

.dark-mode .submenu ul {
    background-color: transparent;
}

/* Section Spacing */
section {
    padding: 100px 0;
    position: relative;
}

@media (max-width: 1199px) {
    section {
        padding: 90px 0;
    }
}

@media (max-width: 991px) {
    section {
        padding: 80px 0;
    }
}

@media (max-width: 767px) {
    section {
        padding: 70px 0;
    }
}

@media (max-width: 575px) {
    section {
        padding: 60px 0;
    }
}

/* Specific section spacing adjustments */
#home {
    padding: 180px 0 100px;
}

#about {
    padding-bottom: 80px;
}

#services {
    padding-top: 80px;
}

#features {
    padding-bottom: 70px;
}

#testimonials {
    padding-top: 70px;
    padding-bottom: 60px;
}

#contact {
    padding-top: 80px;
}

@media (max-width: 991px) {
    #home {
        padding: 150px 0 80px;
    }
    
    #about {
        padding-bottom: 70px;
    }
    
    #services {
        padding-top: 70px;
    }
}

@media (max-width: 767px) {
    #home {
        padding: 120px 0 60px;
    }
    
    #about {
        padding-bottom: 60px;
    }
    
    #services {
        padding-top: 60px;
    }
    
    #features {
        padding-bottom: 50px;
    }
    
    #testimonials {
        padding-top: 50px;
        padding-bottom: 40px;
    }
}

@media (max-width: 575px) {
    #home {
        padding: 100px 0 50px;
    }
    
    #about, #services {
        padding-top: 50px;
        padding-bottom: 40px;
    }
    
    #features {
        padding-bottom: 40px;
    }
    
    #testimonials {
        padding-top: 40px;
        padding-bottom: 30px;
    }
    
    #contact {
        padding-top: 50px;
    }
}

/* About Us Specific Styles */
.about-section {
    padding: 100px 0;
}

.about-item {
    background-color: #fff;
    border-radius: 10px;
    padding: 30px;
    margin-bottom: 30px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
}

.about-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.2);
}

.about-item i {
    font-size: 40px;
    color: #9013fe;
    margin-bottom: 20px;
    display: inline-block;
}



.dark-mode .timeline-item:before {
    border-color: #1e1e1e;
}

/* Dark Mode Toggle Switch */
.dark-mode-toggle {
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(255, 255, 255, 0.9);
    padding: 8px 12px;
    border-radius: 30px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease;
}

.dark-mode .dark-mode-toggle {
    background-color: rgba(30, 30, 30, 0.9);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

.toggle-switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 30px;
    margin-right: 8px;
    top: 5px;
}

.toggle-switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.toggle-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: .4s;
    border-radius: 35px;
}

.toggle-slider:before {
    position: absolute;
    content: "☀️";
    height: 24px;
    width: 24px;
    left: 2px;
    bottom: 2px;
    background-color: transparent;
    transition: all 0.4s ease;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    line-height: 1;
}

input:checked + .toggle-slider {
    background-color: #2196F3;
}

input:checked + .toggle-slider:before {
    content: "🌑";
    transform: translateX(30px) rotate(360deg);
    font-size: 18px;
}

.toggle-label {
    color: #333;
    font-weight: 600;
    font-size: 14px;
    user-select: none;
    white-space: nowrap;
}

.dark-mode .toggle-label {
    color: #f0f0f0;
}

/* Responsive adjustments for toggle */
@media (max-width: 768px) {
    .dark-mode-toggle {
        bottom: 15px;
        left: 15px;
        padding: 6px 10px;
    }
    
    .toggle-switch {
        width: 45px;
        height: 22px;
    }
    
    .toggle-slider:before {
        height: 16px;
        width: 16px;
    }
    
    input:checked + .toggle-slider:before {
        transform: translateX(23px);
    }
    
    .toggle-label {
        font-size: 13px;
    }
}

@media (max-width: 576px) {
    .dark-mode-toggle {
        bottom: 10px;
        left: 10px;
        padding: 5px 8px;
    }
    
    .toggle-switch {
        width: 40px;
        height: 20px;
        margin-right: 6px;
    }
    
    .toggle-slider:before {
        height: 14px;
        width: 14px;
    }
    
    input:checked + .toggle-slider:before {
        transform: translateX(20px);
    }
    
    .toggle-label {
        font-size: 12px;
    }
}

/* Responsive Features Section */
.features-item {
    transition: all 0.3s ease;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 30px;
}

.features-icon {
    padding: 30px;
}

.features-item h4 {
    font-size: 1.25rem;
    margin-bottom: 15px;
}

.features-item p {
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 20px;
}

.features-item i {
    transition: all 0.3s ease;
    
  
  color: #9013fe;
  
}



.dark-mode .features-item {
    background-color: #1e1e1e;
    border: 1px solid #333;
}

.dark-mode .features-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
}

/* Responsive adjustments */
@media (max-width: 1199px) {
    .features-icon {
        padding: 25px;
    }
}

@media (max-width: 991px) {
    .features-icon {
        padding: 20px;
    }
    
    .features-item h4 {
        font-size: 1.1rem;
    }
    
    .features-item p {
        font-size: 0.95rem;
    }
}

@media (max-width: 767px) {
    .features-item {
        margin-bottom: 25px;
    }
    
    .features-icon {
        padding: 25px;
    }
}

@media (max-width: 575px) {
    .features-icon {
        padding: 20px;
    }
    
    .features-item h4 {
        font-size: 1.15rem;
    }
}

/* FAQ Section - Enhanced Interactive Design */
#faq {
    padding: 120px 0;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    position: relative;
    overflow: hidden;
}

#faq::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxwYXR0ZXJuIGlkPSJwYXR0ZXJuIiB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHBhdHRlcm5Vbml0cz0idXNlclNwYWNlT25Vc2UiIHBhdHRlcm5UcmFuc2Zvcm09InJvdGF0ZSg0NSkiPjxyZWN0IHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgZmlsbD0icmdiYSgyNTUsMjU1LDI1NSwwLjA1KSIvPjwvcGF0dGVybj48L2RlZnM+PHJlY3Qgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNwYXR0ZXJuKSIvPjwvc3ZnPg==');
    z-index: 0;
}

#faq .container {
    position: relative;
    z-index: 1;
}

#faq .center-heading {
    text-align: center;
    margin-bottom: 60px;
    position: relative;
}

#faq .center-heading h2 {
    font-size: 2.5rem;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 15px;
    position: relative;
    display: inline-block;
}

#faq .center-heading h2::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, #fba70b 0%, #9b0bfb 100%);
    border-radius: 2px;
}

#faq .center-heading p {
    font-size: 1.1rem;
    color: #6c757d;
    max-width: 700px;
    margin: 0 auto;
}

/* FAQ Accordion - Enhanced Design */
.faq-accordion {
    max-width: 900px;
    margin: 0 auto;
}

#faq .card {
    border: none;
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.1);
    background-color: #fff;
    position: relative;
    transform: translateY(0);
}

#faq .card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
}

#faq .card-header {
    background-color: transparent;
    border-bottom: none;
    padding: 0;
    position: relative;
}

#faq .btn-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 25px 30px;
    font-size: 1.1rem;
    font-weight: 600;
    color: #2c3e50;
    text-decoration: none;
    background-color: #fff;
    border-radius: 12px;
    transition: all 0.3s ease;
    text-align: left;
    position: relative;
    z-index: 1;
}

#faq .btn-link::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(251, 167, 11, 0.1) 0%, rgba(155, 11, 251, 0.1) 100%);
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: -1;
}

#faq .btn-link:hover {
    color: #fba70b;
}

#faq .btn-link:hover::before {
    opacity: 1;
}

#faq .btn-link:not(.collapsed) {
    color: #fff;
    background: linear-gradient(90deg, #fba70b 0%, #9b0bfb 100%);
}

#faq .btn-link:not(.collapsed)::before {
    opacity: 1;
}

#faq .btn-link i {
    font-size: 1.2rem;
    transition: all 0.3s ease;
    min-width: 24px;
    text-align: center;
}

#faq .btn-link.collapsed i {
    transform: rotate(0deg);
}

#faq .btn-link:not(.collapsed) i {
    transform: rotate(180deg);
    color: #fff;
}

#faq .card-body {
    padding: 0 30px 25px;
    font-size: 1rem;
    line-height: 1.7;
    color: #555;
    background-color: #fff;
    border-radius: 0 0 12px 12px;
    position: relative;
    overflow: hidden;
}

#faq .card-body::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background: linear-gradient(to bottom, #fba70b, #9b0bfb);
}

/* FAQ Animation */
@keyframes fadeIn {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}

#faq .card {
    animation: fadeIn 0.5s ease forwards;
    opacity: 0;
}

#faq .card:nth-child(1) { animation-delay: 0.1s; }
#faq .card:nth-child(2) { animation-delay: 0.2s; }
#faq .card:nth-child(3) { animation-delay: 0.3s; }
#faq .card:nth-child(4) { animation-delay: 0.4s; }
#faq .card:nth-child(5) { animation-delay: 0.5s; }
#faq .card:nth-child(6) { animation-delay: 0.6s; }

/* FAQ Search Box */
.faq-search {
    max-width: 600px;
    margin: 0 auto 40px;
    position: relative;
}

.faq-search input {
    width: 100%;
    padding: 15px 25px;
    border-radius: 50px;
    border: 2px solid #e9ecef;
    font-size: 1rem;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

.faq-search input:focus {
    border-color: #fba70b;
    box-shadow: 0 8px 25px rgba(251, 167, 11, 0.15);
    outline: none;
}

.faq-search button {
    position: absolute;
    right: 5px;
    top: 5px;
    background: linear-gradient(90deg, #fba70b 0%, #9b0bfb 100%);
    color: white;
    border: none;
    border-radius: 50px;
    padding: 10px 20px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.faq-search button:hover {
    transform: translateX(3px);
    box-shadow: 0 5px 15px rgba(155, 11, 251, 0.3);
}

/* FAQ Categories */
.faq-categories {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 40px;
    gap: 10px;
}

.faq-category {
    padding: 8px 20px;
    background-color: #fff;
    border-radius: 50px;
    font-size: 0.9rem;
    font-weight: 500;
    color: #6c757d;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
    border: 1px solid #e9ecef;
}

.faq-category:hover, .faq-category.active {
    background: linear-gradient(90deg, #fba70b 0%, #9b0bfb 100%);
    color: white;
    box-shadow: 0 5px 15px rgba(155, 11, 251, 0.2);
    border-color: transparent;
}

/* Dark Mode FAQ */
.dark-mode #faq {
    background: linear-gradient(135deg, #121212 0%, #1a1a1a 100%);
}

.dark-mode #faq::before {
    background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxwYXR0ZXJuIGlkPSJwYXR0ZXJuIiB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHBhdHRlcm5Vbml0cz0idXNlclNwYWNlT25Vc2UiIHBhdHRlcm5UcmFuc2Zvcm09InJvdGF0ZSg0NSkiPjxyZWN0IHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgZmlsbD0icmdiYSgyNTUsMjU1LDI1NSwwLjAzKSIvPjwvcGF0dGVybj48L2RlZnM+PHJlY3Qgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNwYXR0ZXJuKSIvPjwvc3ZnPg==');
}

.dark-mode #faq .center-heading h2 {
    color: #f8f9fa;
}

.dark-mode #faq .center-heading p {
    color: #adb5bd;
}

.dark-mode #faq .card {
    background-color: #1e1e1e;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.dark-mode #faq .btn-link {
    background-color: #1e1e1e;
    color: #f8f9fa;
}

.dark-mode #faq .btn-link:hover {
    color: #fba70b;
}

.dark-mode #faq .btn-link:not(.collapsed) {
    color: #fff;
}

.dark-mode #faq .card-body {
    background-color: #1e1e1e;
    color: #d1d1d1;
}

.dark-mode .faq-search input {
    background-color: #252525;
    border-color: #333;
    color: #f0f0f0;
}

.dark-mode .faq-search input::placeholder {
    color: #6c757d;
}

.dark-mode .faq-category {
    background-color: #252525;
    color: #adb5bd;
    border-color: #333;
}

.dark-mode .faq-category:hover, 
.dark-mode .faq-category.active {
    color: white;
}

/* Responsive Design */
@media (max-width: 991px) {
    #faq {
        padding: 100px 0;
    }
    
    #faq .center-heading h2 {
        font-size: 2.2rem;
    }
    
    #faq .btn-link {
        padding: 20px 25px;
    }
    
    #faq .card-body {
        padding: 0 25px 20px;
    }
}

@media (max-width: 767px) {
    #faq {
        padding: 80px 0;
    }
    
    #faq .center-heading h2 {
        font-size: 2rem;
    }
    
    #faq .center-heading p {
        font-size: 1rem;
    }
    
    #faq .btn-link {
        padding: 18px 20px;
        font-size: 1rem;
    }
    
    .faq-search {
        margin-bottom: 30px;
    }
}

@media (max-width: 575px) {
    #faq {
        padding: 70px 0;
    }
    
    #faq .center-heading {
        margin-bottom: 40px;
    }
    
    #faq .center-heading h2 {
        font-size: 1.8rem;
    }
    
    #faq .btn-link {
        padding: 16px 18px;
        font-size: 0.95rem;
    }
    
    #faq .card-body {
        padding: 0 18px 16px;
        font-size: 0.95rem;
    }
    
    .faq-search input {
        padding: 12px 20px;
    }
    
    .faq-search button {
        padding: 8px 15px;
    }
    
    .faq-categories {
        margin-bottom: 30px;
    }
}

/* FAQ Micro-interactions */
#faq .card {
    will-change: transform, box-shadow;
}

#faq .btn-link {
    will-change: color, background;
}

#faq .card-body {
    will-change: height;
}

/* FAQ Floating Elements */
.faq-floating-element {
    position: absolute;
    border-radius: 50%;
    opacity: 0.1;
    z-index: 0;
}

.faq-floating-element-1 {
    width: 150px;
    height: 150px;
    background: #fba70b;
    top: 10%;
    left: 5%;
    animation: float 8s ease-in-out infinite;
}

.faq-floating-element-2 {
    width: 200px;
    height: 200px;
    background: #9b0bfb;
    bottom: 15%;
    right: 8%;
    animation: float 10s ease-in-out infinite reverse;
}

@keyframes float {
    0% { transform: translateY(0) rotate(0deg); }
    50% { transform: translateY(-20px) rotate(5deg); }
    100% { transform: translateY(0) rotate(0deg); }
}

/* FAQ Transition Effects */
.collapsing {
    transition: height 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.1);
}

/* FAQ Active State Indicator */
#faq .card-header {
    position: relative;
}

#faq .card-header::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: linear-gradient(90deg, #fba70b 0%, #9b0bfb 100%);
    transition: width 0.3s ease;
}

#faq .card-header.active::after {
    width: 100%;
}

/* FAQ Content Highlight */
#faq .card-body strong {
    color: #fba70b;
    font-weight: 600;
}

.dark-mode #faq .card-body strong {
    color: #ffc107;
}

/* Blog Section Styles */
#blog {
    padding: 100px 0;
}

.blog-post {
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    height: 100%;
    margin-bottom: 30px;
}

.blog-post:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.15);
}

.blog-thumb {
    position: relative;
    overflow: hidden;
    height: 0;
    padding-bottom: 60%;
}

.blog-thumb img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.blog-post:hover .blog-thumb img {
    transform: scale(1.05);
}

.date {
    position: absolute;
    top: 15px;
    right: 15px;
    background-color: #fba70b;
    color: #fff;
    padding: 8px 12px;
    text-align: center;
    border-radius: 5px;
    font-weight: 600;
    z-index: 1;
}

.date span {
    display: block;
    line-height: 1.2;
}

.date span:first-child {
    font-size: 20px;
}

.date span:last-child {
    font-size: 12px;
}

.blog-content {
    padding: 20px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.blog-content h4 {
    margin-bottom: 12px;
    font-size: 1.2rem;
    line-height: 1.4;
}

.blog-content h4 a {
    color: #1a1a1a;
    text-decoration: none;
    transition: color 0.3s ease;
}

.blog-content h4 a:hover {
    color: #fba70b;
}

.blog-content p {
    margin-bottom: 15px;
    color: #4a4a4a;
    font-size: 0.95rem;
    line-height: 1.6;
    flex-grow: 1;
}

.blog-meta {
    padding-top: 15px;
    border-top: 1px solid #eee;
    margin-top: auto;
}

.comments {
    color: #777;
    font-size: 0.85rem;
    display: flex;
    align-items: center;
}

/* Dark Mode Blog Styles */
.dark-mode #blog {
    background-color: #121212;
}

.dark-mode .blog-post {
    background-color: #1e1e1e;
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
}

.dark-mode .blog-content h4 a {
    color: #f0f0f0;
}

.dark-mode .blog-content p {
    color: #d0d0d0;
}

.dark-mode .blog-meta {
    border-top-color: #333;
}

.dark-mode .comments {
    color: #aaa;
}

/* Responsive Blog Styles */
@media (max-width: 1199px) {
    #blog {
        padding: 90px 0;
    }
    
    .blog-content {
        padding: 18px;
    }
    
    .blog-content h4 {
        font-size: 1.15rem;
    }
}

@media (max-width: 991px) {
    #blog {
        padding: 80px 0;
    }
    
    .blog-thumb {
        padding-bottom: 65%;
    }
    
    .blog-content {
        padding: 16px;
    }
    
    .date {
        top: 12px;
        right: 12px;
        padding: 6px 10px;
    }
    
    .date span:first-child {
        font-size: 18px;
    }
    
    .date span:last-child {
        font-size: 11px;
    }
}

@media (max-width: 767px) {
    #blog {
        padding: 70px 0;
    }
    
    .blog-thumb {
        padding-bottom: 60%;
    }
    
    .blog-content h4 {
        font-size: 1.1rem;
    }
    
    .blog-content p {
        font-size: 0.9rem;
    }
}

@media (max-width: 575px) {
    #blog {
        padding: 60px 0;
    }
    
    .blog-thumb {
        padding-bottom: 70%;
    }
    
    .blog-content {
        padding: 15px;
    }
    
    .date {
        top: 10px;
        right: 10px;
        padding: 5px 8px;
    }
    
    .date span:first-child {
        font-size: 16px;
    }
    
    .date span:last-child {
        font-size: 10px;
    }
    
    .blog-content h4 {
        font-size: 1.05rem;
        margin-bottom: 10px;
    }
    
    .blog-content p {
        font-size: 0.85rem;
        margin-bottom: 12px;
    }
    
    .blog-meta {
        padding-top: 12px;
    }
}

@media (max-width: 400px) {
    .blog-thumb {
        padding-bottom: 80%;
    }
    
    .blog-content {
        padding: 12px;
    }
}

/* Additional Section Spacing for Better Visual Hierarchy */
.section-gap {
    margin-bottom: 80px;
}

.section-gap-lg {
    margin-bottom: 120px;
}

.section-gap-sm {
    margin-bottom: 60px;
}

@media (max-width: 991px) {
    .section-gap {
        margin-bottom: 60px;
    }
    
    .section-gap-lg {
        margin-bottom: 90px;
    }
    
    .section-gap-sm {
        margin-bottom: 40px;
    }
}

@media (max-width: 767px) {
    .section-gap {
        margin-bottom: 50px;
    }
    
    .section-gap-lg {
        margin-bottom: 70px;
    }
    
    .section-gap-sm {
        margin-bottom: 30px;
    }
}

/* Footer Spacing */
footer {
    margin-top: 80px;
}

@media (max-width: 991px) {
    footer {
        margin-top: 60px;
    }
}

@media (max-width: 767px) {
    footer {
        margin-top: 50px;
    }
}

/* Container Padding for Better Mobile Experience */
.container {
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}

/* Row Margins for Better Grid Spacing */
.row {
    margin-left: -15px;
    margin-right: -15px;
}

.row > [class*="col-"] {
    padding-left: 15px;
    padding-right: 15px;
}

/* Responsive Typography Adjustments */
h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: 1rem;
}

@media (max-width: 767px) {
    h1 {
        font-size: 2rem;
    }
    
    h2 {
        font-size: 1.75rem;
    }
    
    h3 {
        font-size: 1.5rem;
    }
    
    h4 {
        font-size: 1.25rem;
    }
}

/* Button Spacing Adjustments */
.btn {
    margin: 10px 5px;
    padding: 10px 20px;
}

@media (max-width: 575px) {
    .btn {
        padding: 8px 15px;
        font-size: 0.9rem;
    }
}

/* Form Element Spacing */
.form-control {
    margin-bottom: 15px;
}

/* Image Responsiveness */
.img-fluid {
    max-width: 100%;
    height: auto;
}

/* Utility Classes for Spacing */
.mt-extra {
    margin-top: 80px;
}

.mb-extra {
    margin-bottom: 80px;
}

.pt-extra {
    padding-top: 80px;
}

.pb-extra {
    padding-bottom: 80px;
}

@media (max-width: 991px) {
    .mt-extra {
        margin-top: 60px;
    }
    
    .mb-extra {
        margin-bottom: 60px;
    }
    
    .pt-extra {
        padding-top: 60px;
    }
    
    .pb-extra {
        padding-bottom: 60px;
    }
}

@media (max-width: 767px) {
    .mt-extra {
        margin-top: 50px;
    }
    
    .mb-extra {
        margin-bottom: 50px;
    }
    
    .pt-extra {
        padding-top: 50px;
    }
    
    .pb-extra {
        padding-bottom: 50px;
    }
}

 /* Styling untuk chatbot */
        .chatbot-container {
            position: fixed;
            bottom: 20px;
            right: 20px;
            width: 350px;
            height: 500px;
            background-color: white;
            border-radius: 15px;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
            display: none;
            flex-direction: column;
            z-index: 1000;
            font-family: 'Arial', sans-serif;
            overflow: hidden;
            transition: all 0.3s ease;
        }
        
        .chatbot-header {
            background-color: #4285f4;
            color: white;
            padding: 15px;
            display: flex;
            justify-content: space-between;
            align-items: center;
            border-top-left-radius: 15px;
            border-top-right-radius: 15px;
        }
        
        .chatbot-title {
            font-weight: bold;
            font-size: 18px;
        }
        
        .chatbot-close {
            cursor: pointer;
            font-size: 20px;
        }
        
        .chatbot-messages {
            flex: 1;
            padding: 15px;
            overflow-y: auto;
            background-color: #f9f9f9;
        }
        
        .message {
            margin-bottom: 10px;
            max-width: 80%;
            padding: 10px 15px;
            border-radius: 18px;
            line-height: 1.4;
            word-wrap: break-word;
        }
        
        .bot-message {
            background-color: #e9e9e9;
            border-top-left-radius: 5px;
            align-self: flex-start;
        }
        
        .user-message {
            background-color: #4285f4;
            color: white;
            border-top-right-radius: 5px;
            margin-left: auto;
        }
        
        .chatbot-input-container {
            display: flex;
            padding: 10px;
            border-top: 1px solid #ddd;
            background-color: white;
        }
        
        .chatbot-input {
            flex: 1;
            padding: 10px;
            border: 1px solid #ddd;
            border-radius: 20px;
            outline: none;
        }
        
        .chatbot-send {
            background-color: #4285f4;
            color: white;
            border: none;
            border-radius: 50%;
            width: 40px;
            height: 40px;
            margin-left: 10px;
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: center;
        }
        
        .chatbot-button {
            position: fixed;
            bottom: 20px;
            right: 20px;
            width: 60px;
            height: 60px;
            background-color: #4285f4;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
            z-index: 999;
        }
        
        .chatbot-icon {
            color: white;
            font-size: 25px;
        }
        
        .typing-indicator {
            display: flex;
            padding: 10px 15px;
            background-color: #e9e9e9;
            border-radius: 18px;
            width: fit-content;
            margin-bottom: 10px;
        }
        
        .typing-dot {
            width: 8px;
            height: 8px;
            background-color: #666;
            border-radius: 50%;
            margin: 0 2px;
            animation: typingAnimation 1.4s infinite ease-in-out;
        }
        
        .typing-dot:nth-child(1) {
            animation-delay: 0s;
        }
        
        .typing-dot:nth-child(2) {
            animation-delay: 0.2s;
        }
        
        .typing-dot:nth-child(3) {
            animation-delay: 0.4s;
        }
        
        @keyframes typingAnimation {
            0%, 60%, 100% { transform: translateY(0); }
            30% { transform: translateY(-5px); }
        }
        
        .quick-replies {
            display: flex;
            flex-wrap: wrap;
            margin-top: 10px;
            gap: 8px;
        }
        
        .quick-reply {
            background-color: #e9e9e9;
            border: none;
            border-radius: 15px;
            padding: 5px 10px;
            font-size: 12px;
            cursor: pointer;
            transition: background-color 0.2s;
        }
        
        .quick-reply:hover {
            background-color: #d0d0d0;
        }
        
        .suggestions-title {
            font-size: 12px;
            color: #666;
            margin-bottom: 5px;
        }
        /* Dark Mode Styles */
@media (prefers-color-scheme: dark) {
    .zigzag-timeline {
        background-color: #121212;
    }
    
    .timeline-line {
        background: linear-gradient(to bottom, #ffb62d, #a64dff);
        box-shadow: 0 0 10px rgba(166, 77, 255, 0.5);
    }
    
    .timeline-card {
        background: #1e1e1e;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    }
    
    .timeline-card:hover {
        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.4);
    }
    
    .timeline-card h4 {
        color: #f0f0f0;
    }
    
    .timeline-card p {
        color: #b0b0b0;
    }
    
    .timeline-year {
        color: #a64dff;
    }
    
    .timeline-dot {
        background: #ffb62d;
        box-shadow: 0 0 0 4px #1e1e1e, 0 0 0 6px #ffb62d;
    }
}

/* Alternative: Class-based dark mode */


.dark-mode .timeline-line {
    background: linear-gradient(to bottom, #ffb62d, #a64dff);
    box-shadow: 0 0 10px rgba(166, 77, 255, 0.5);
}

.dark-mode .timeline-card {
    background: #1e1e1e;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.dark-mode .timeline-card:hover {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.4);
}

.dark-mode .timeline-card h4 {
    color: #f0f0f0;
}

.dark-mode .timeline-card p {
    color: #b0b0b0;
}

.dark-mode .timeline-year {
    color: #a64dff;
}

.dark-mode .timeline-dot {
    background: #ffb62d;
    box-shadow: 0 0 0 4px #1e1e1e, 0 0 0 6px #ffb62d;
}

 #teamCarousel {
        padding: 0 60px;
    }
    
    .team-member {
        padding: 30px;
        margin: 0 auto;
        max-width: 300px;
        background: #ffffff;
        border-radius: 15px;
        box-shadow: 0 5px 15px rgba(0,0,0,0.05);
        transition: all 0.3s ease;
    }
    
    .team-member:hover {
        transform: translateY(-5px);
        box-shadow: 0 10px 25px rgba(0,0,0,0.1);
    }
    
    .team-member img {
        width: 150px;
        height: 150px;
        object-fit: cover;
        border: 5px solid #fff;
        box-shadow: 0 5px 15px rgba(0,0,0,0.1);
        margin-bottom: 20px;
    }
    
    .team-member h4 {
        margin-top: 15px;
        color: #333;
    }
    
    .team-member p {
        color: #666;
        margin-bottom: 15px;
    }
    
    .carousel-control-prev,
    .carousel-control-next {
        width: 40px;
        height: 40px;
        background-color: rgba(0,0,0,0.2);
        border-radius: 50%;
        top: 50%;
        transform: translateY(-50%);
        opacity: 1;
    }
    
    .carousel-control-prev-icon,
    .carousel-control-next-icon {
        width: 20px;
        height: 20px;
    }
    
    .carousel-indicators-container {
        position: relative;
        margin-top: 30px;
    }
    
    .carousel-indicators {
        position: static;
        margin: 0;
    }
    
    .carousel-indicators button {
        width: 12px;
        height: 12px;
        border-radius: 50%;
        background-color: #ddd;
        border: none;
        margin: 0 5px;
    }
    
    .carousel-indicators button.active {
        background-color: #9013fe;
    }

    /* Dark Mode Styles */
    @media (prefers-color-scheme: dark) {
        .about-section {
            background-color: #12121200 !important;
        }
        
        .team-member {
           
            box-shadow: 0 5px 15px rgba(0,0,0,0.3);
        }
        
        .team-member:hover {
            box-shadow: 0 10px 25px rgba(0,0,0,0.4);
        }
        
        .team-member img {
            border-color: #9013fe;
            box-shadow: 0 5px 15px rgba(0,0,0,0.3);
        }
        
        .team-member h4 {
            color: #000000;
        }
        
        .team-member p {
            color: #b0b0b0;
        }
        
        .center-heading h2,
        .center-heading p {
            color: #000000;
        }
        
        .carousel-control-prev,
        .carousel-control-next {
            background-color: rgba(255,255,255,0.2);
        }
        
        .carousel-indicators button {
            background-color: #444;
        }
        
        .carousel-indicators button.active {
            background-color: #a64dff;
        }
    }

    /* Class-based Dark Mode */
    .dark-mode .about-section {
        background-color: #121212 !important;
    }
    
    .dark-mode .team-member {
        background: #1e1e1e;
        box-shadow: 0 5px 15px rgba(0,0,0,0.3);
    }
    
    .dark-mode .team-member:hover {
        box-shadow: 0 10px 25px rgba(0,0,0,0.4);
    }
    
    .dark-mode .team-member img {
        border-color: #2d2d2d;
        box-shadow: 0 5px 15px rgba(0,0,0,0.3);
    }
    
    .dark-mode .team-member h4 {
        color: #f0f0f0;
    }
    
    .dark-mode .team-member p {
        color: #b0b0b0;
    }
    
    .dark-mode .center-heading h2,
    .dark-mode .center-heading p {
        color: #ffffff;
    }
    
    .dark-mode .carousel-control-prev,
    .dark-mode .carousel-control-next {
        background-color: rgba(255,255,255,0.2);
    }
    
    .dark-mode .carousel-indicators button {
        background-color: #444;
    }
    
    .dark-mode .carousel-indicators button.active {
        background-color: #a64dff;
    }
    
    

    