/**
* Template Name: UpConstruction - v1.3.0
* Template URL: https://bootstrapmade.com/upconstruction-bootstrap-construction-website-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# Set main reusable colors and fonts using CSS variables
# Learn more about CSS variables at https://developer.mozilla.org/en-US/docs/Web/CSS/Using_CSS_custom_properties
--------------------------------------------------------------*/
/* Fonts */
:root {
  --font-default: "Open Sans", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-primary: "Roboto", sans-serif;
  --font-secondary: "Work Sans", sans-serif;
}

/* Colors */
:root {
  --color-default: #364d59;
  --color-primary: #099d59;
  --color-secondary: #52565e;
}

/* Smooth scroll behavior */
:root {
  scroll-behavior: smooth;
}

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: var(--font-default);
  color: var(--color-default);
  overflow-x: hidden;
}

a {
  color: var(--color-primary);
  text-decoration: none;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-primary);
}

/*--------------------------------------------------------------
# Sections & Section Header
--------------------------------------------------------------*/
section {
  padding: 80px 0;
  overflow: hidden;
}

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

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

.section-header h2 {
  font-size: 32px;
  font-weight: 700;
  position: relative;
  color: #2e3135;
}

.section-header h2:before,
.section-header h2:after {
  content: "";
  width: 50px;
  height: 2px;
  background: var(--color-primary);
  display: inline-block;
}

.section-header h2:before {
  margin: 0 15px 10px 0;
}

.section-header h2:after {
  margin: 0 0 10px 15px;
}

.section-header p {
  margin: 0 auto 0 auto;
}

@media (min-width: 1199px) {
  .section-header p {
    max-width: 60%;
  }
}


/*--------------------------------------------------------------
# Scroll top button
--------------------------------------------------------------*/
.scroll-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
  background: var(--color-primary);
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.scroll-top i {
  font-size: 24px;
  color: #ffffff;;
  line-height: 0;
}

.scroll-top:hover {
  background: #ffc732;
  color: #fff;
}

.scroll-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  inset: 0;
  z-index: 999999;
  overflow: hidden;
  background: #fff;
  transition: all 0.6s ease-out;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #fff;
  border-color: var(--color-primary) transparent var(--color-primary) transparent;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1.5s linear infinite;
  animation: animate-preloader 1.5s linear infinite;
}

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

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

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

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

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

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.header {
  z-index: 997;
  position: absolute;
  padding: 30px 0;
  top: 0;
  left: 0;
  right: 0;
}

.header .logo img {
  max-height: 40px;
  margin-right: 6px;
}

.header .logo h1 {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 0;
  font-family: var(--font-primary);
}

.header .logo h1 span {
  color: var(--color-primary);
}

/*--------------------------------------------------------------
# Get Started Section
--------------------------------------------------------------*/
.get-started .content {
  padding: 30px 0;
}

.get-started .content h3 {
  font-size: 36px;
  color: var(--color-secondary);
  font-weight: 600;
  margin-bottom: 25px;
  padding-bottom: 25px;
  position: relative;
}

.get-started .content h3:after {
  content: "";
  position: absolute;
  display: block;
  width: 60px;
  height: 4px;
  background: var(--color-primary);
  left: 0;
  bottom: 0;
}

.get-started .content p {
  font-size: 14px;
}

.get-started .php-email-form {
  background: #fff;
  padding: 30px;
  height: 100%;
}

@media (max-width: 575px) {
  .get-started .php-email-form {
    padding: 20px;
  }
}

.get-started .php-email-form h3 {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.get-started .php-email-form p {
  font-size: 14px;
  margin-bottom: 20px;
}

.get-started .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #df1529;
  text-align: left;
  padding: 15px;
  margin-bottom: 24px;
  font-weight: 600;
}

.get-started .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #059652;
  text-align: center;
  padding: 15px;
  margin-bottom: 24px;
  font-weight: 600;
}

.get-started .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
  margin-bottom: 24px;
}

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

.get-started .php-email-form input,
.get-started .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  border-radius: 0;
}

.get-started .php-email-form input:focus,
.get-started .php-email-form textarea:focus {
  border-color: var(--color-primary);
}

.get-started .php-email-form input {
  padding: 12px 15px;
}

.get-started .php-email-form textarea {
  padding: 12px 15px;
}

.get-started .php-email-form button[type=submit] {
  background: var(--color-primary);
  border: 0;
  padding: 10px 30px;
  color: #fff;
  transition: 0.4s;
  border-radius: 4px;
}

.get-started .php-email-form button[type=submit]:hover {
  background: rgba(254, 185, 0, 0.8);
}

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

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

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

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

/*--------------------------------------------------------------
# Features Section
--------------------------------------------------------------*/
.features .nav-tabs {
  border: 0;
}

.features .nav-link {
  padding: 15px 0;
  transition: 0.3s;
  color: var(--color-secondary);
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  height: 100%;
  border: 0;
  border-bottom: 4px solid #e2e4e6;
}

.features .nav-link i {
  padding-right: 15px;
  font-size: 48px;
}

.features .nav-link h4 {
  font-size: 18px;
  font-weight: 600;
  margin: 0;
}

@media (max-width: 575px) {
  .features .nav-link h4 {
    font-size: 16px;
  }
}

.features .nav-link:hover {
  color: var(--color-primary);
}

.features .nav-link.active {
  color: var(--color-primary);
  background-color: transparent;
  border-color: var(--color-primary);
}

.features .tab-content {
  margin-top: 30px;
}

.features .tab-pane h3 {
  font-weight: 700;
  font-size: 32px;
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.features .tab-pane h3:after {
  content: "";
  position: absolute;
  display: block;
  width: 60px;
  height: 3px;
  background: var(--color-primary);
  left: 0;
  bottom: 0;
}

.features .tab-pane ul {
  list-style: none;
  padding: 0;
}

.features .tab-pane ul li {
  padding-top: 10px;
}

.features .tab-pane ul i {
  font-size: 20px;
  padding-right: 4px;
  color: var(--color-primary);
}

.features .tab-pane p:last-child {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Alt Services Section
--------------------------------------------------------------*/
.alt-services .img-bg {
  background-size: cover;
  background-position: center center;
  min-height: 400px;
  border-radius: 12px;
}

.alt-services h3 {
  font-size: 28px;
  font-weight: 700;
  color: var(--color-secondary);
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}

.alt-services h3:after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  background: var(--color-primary);
  left: 0;
  bottom: 0;
}

.alt-services .icon-box {
  margin-top: 50px;
}

.alt-services .icon-box i {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-primary);
  margin-right: 25px;
  font-size: 28px;
  width: 56px;
  height: 56px;
  border-radius: 4px;
  line-height: 0;
  box-shadow: 0px 2px 30px rgba(0, 0, 0, 0.08);
  background-color: #fff;
  transition: 0.3s;
}

.alt-services .icon-box:hover i {
  background-color: var(--color-primary);
  color: #fff;
}

.alt-services .icon-box h4 {
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 18px;
}

.alt-services .icon-box h4 a {
  color: #000;
  transition: 0.3s;
}

.alt-services .icon-box h4 a:hover {
  color: var(--color-primary);
}

.alt-services .icon-box p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.hero {
  overflow-x: hidden;
  padding: 0;
}

.hero .carousel {
  width: 100%;
  min-height: 100vh;
  padding: 80px 0;
  margin: 0;
  position: relative;
}

.hero .carousel-item {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
  z-index: 1;
  transition-duration: 0.4s;
}

.hero .carousel-item::before {
  content: "";
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  inset: 0;
}

.hero .info {
  position: absolute;
  inset: 0;
  z-index: 2;
}

@media (max-width: 768px) {
  .hero .info {
    padding: 0 50px;
  }
}

.hero .info h2 {
  color: #fff;
  margin-bottom: 30px;
  padding-bottom: 30px;
  font-size: 56px;
  font-weight: 700;
  position: relative;
}

.hero .info h2:after {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 4px;
  background: var(--color-primary);
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

@media (max-width: 768px) {
  .hero .info h2 {
    font-size: 36px;
  }
}

.hero .info p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 18px;
}

.hero .info .btn-get-started {
  font-family: var(--font-primary);
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 40px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px;
  color: #fff;
  border: 2px solid var(--color-primary);
}

.hero .info .btn-get-started:hover {
  background: var(--color-primary);
}

.hero .carousel-control-prev {
  justify-content: start;
}

@media (min-width: 640px) {
  .hero .carousel-control-prev {
    padding-left: 15px;
  }
}

.hero .carousel-control-next {
  justify-content: end;
}

@media (min-width: 640px) {
  .hero .carousel-control-next {
    padding-right: 15px;
  }
}

.hero .carousel-control-next-icon,
.hero .carousel-control-prev-icon {
  background: none;
  font-size: 26px;
  line-height: 0;
  background: rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.6);
  border-radius: 50px;
  width: 54px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero .carousel-control-prev,
.hero .carousel-control-next {
  z-index: 3;
  transition: 0.3s;
}

.hero .carousel-control-prev:focus,
.hero .carousel-control-next:focus {
  opacity: 0.5;
}

.hero .carousel-control-prev:hover,
.hero .carousel-control-next:hover {
  opacity: 0.9;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer {
  color: #fff;
  background: url("../img/footer-bg.jpg") top center no-repeat;
  background-size: cover;
  font-size: 14px;
  padding: 80px 0 60px 0;
  position: relative;
}

.footer:before {
  content: "";
  background: rgb(0 0 0 / 74%);
  position: absolute;
  inset: 0;
}

.footer .footer-content .footer-info {
  margin-bottom: 30px;
}

.footer .footer-content .footer-info h3 {
  font-size: 28px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
}

.footer .footer-content .footer-info h3 span {
  color: var(--color-primary);
}

.footer .footer-content .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: var(--font-primary);
  color: #fff;
}

.footer .footer-content .social-links a {
  font-size: 18px;
  display: inline-block;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  line-height: 1;
  margin-right: 8px;
  border-radius: 4px;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

.footer .footer-content .social-links a:hover {
  background: var(--color-primary);
  text-decoration: none;
}

.footer .footer-content h4 {
  font-size: 30px;
  font-weight: 600;
  color: #ffb300;
  position: relative;
  padding-bottom: 1px;
}

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

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

.footer .footer-content .footer-links ul li {
  padding: 8px 0;
}

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

.footer .footer-content .footer-links ul a {
  color: rgba(255, 255, 255, 0.6);
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

.footer .footer-content .footer-links ul a:hover {
  color: #fff;
}

.footer .footer-legal .copyright {
  padding-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.footer .footer-legal .credits {
  padding-top: 4px;
  font-size: 13px;
  color: #fff;
}

.footer .footer-legal .credits a {
  color: var(--color-primary);
}
/* ===== HERO VIDEO FULLSCREEN (ADD ONLY) ===== */

/* Full 1 layar */
.hero,
.hero .carousel,
.hero .carousel-item {
  height: 100vh;
  min-height: 100vh;
}

/* Video background */
.hero video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

/* Pastikan overlay tetap */
.hero .carousel-item::before {
  z-index: 2;
}

/* Konten di tengah */
.hero .info {
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

/* Responsive mobile */
@media (max-width: 768px) {
  .hero .info h2 {
    font-size: 42px;
  }

  .hero .info p {
    font-size: 14px;
  }
}
/* ===== HERO VIDEO CINEMATIC FINAL ===== */

.hero {
  position: relative;
  height: 100vh;
  overflow: hidden;
}

/* 🎬 Video background */
.hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;

  /* CINEMATIC LOOK (tidak terlalu gelap) */
  filter: brightness(0.75) contrast(1.1) saturate(0.95);
}

/* 🌫️ Gradient overlay (depth cinematic) */
.hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 2;

  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.55) 0%,
    rgba(0, 0, 0, 0.3) 40%,
    rgba(0, 0, 0, 0.65) 100%
  );
}

/* 🎬 Vignette effect (pinggir lebih gelap) */
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;

  background: radial-gradient(
    circle,
    rgba(0,0,0,0) 55%,
    rgba(0,0,0,0.45) 100%
  );
}

.hero-title {
  font-size: 64px;
}

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

/* ===== CTA ARVANA STORY MODE (FINAL) ===== */

.cta-arvana {
  position: relative;
  overflow: hidden;
  background-color: #0e482d;
}

/* 🌍 Background kontur */
.cta-arvana::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;

  background-image: url("../img/topo.png"); /* sesuaikan path */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

  opacity: 0.4;

  z-index: 1;
}


/* Konten di atas layer */
.cta-arvana .container {
  position: relative;
  z-index: 2;
  max-width: 1100px;
}

/* Judul */
.cta-title {
  font-size: 38px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 30px;
  color: #ffffff;
}

/* Paragraf storytelling */
.cta-text {
  font-size: 18px;
  line-height: 1.8;
  margin-bottom: 25px;
  opacity: 0.9;
  color: #ffffff;
}

/* Highlight italic */
.cta-text em {
  font-style: italic;
  font-weight: 600;
  color: #ffffff;
}

/* Paragraf terakhir */
.cta-text:last-child {
  margin-bottom: 0;
}

/* 📱 Mobile optimization */
@media (max-width: 768px) {
  .cta-arvana {
    padding: 80px 20px;
  }

  .cta-title {
    font-size: 26px;
  }

  .cta-text {
    font-size: 15px;
    line-height: 1.7;
  }
}
.features-bg {
  background: linear-gradient(rgba(0,0,0,0.85), rgba(0,0,0,0.75)),
              url('../img/bg-features.jpg') center/cover no-repeat;
  color: #fff;
}

/* ===== ARVANA HIGHLIGHT (FINAL PREMIUM VERSION) ===== */
#arvana-highlight {
  padding: 50px 0;
  background: #f8f9fa;
}

/* ===== HEADER ===== */
#arvana-highlight .section-header {
  margin-bottom: 10px;
  padding-bottom: 0;
}

#arvana-highlight h2 {
  font-weight: 700;
  margin-bottom: 15px;
}

#arvana-highlight .section-header p {
  max-width: 800px;
  margin: 0 auto;
  margin-bottom: 30px; 
  color: #555;
}

/* ===== GAMBAR ===== */
#arvana-highlight .row {
  --bs-gutter-y: 10px;
}

#arvana-highlight .row.mb-5 {
  margin-top: 0 !important;
  margin-bottom: 30px !important;
}

#arvana-highlight img {
  width: 100%;
  height: 340px;
  object-fit: cover;
  border-radius: 12px;
}

/* ===== CARD HIJAU ===== */
#arvana-highlight .col-lg-3 {
  margin-bottom: 20px;
}

#arvana-highlight .p-4 {
  background: #0e482d !important;
  color: #ffffff;
  padding: 25px !important;
  border-radius: 12px;
  transition: all 0.3s ease;
  border: 1px solid rgba(255,255,255,0.1);
}

/* Text putih */
#arvana-highlight .p-4 p {
  color: #ffffff;
  font-size: 14px;
  margin-bottom: 0;
}

/* Icon putih */
#arvana-highlight .p-4 i {
  font-size: 28px;
  margin-bottom: 12px;
  color: #ffffff !important;
}

/* Hover premium */
#arvana-highlight .p-4:hover {
  transform: translateY(-6px);
  background: #145c3a !important;
  box-shadow: 0 15px 40px rgba(14, 72, 45, 0.4);
}

/* ===== RESPONSIVE ===== */

/* Tablet */
@media (max-width: 992px) {
  #arvana-highlight {
    padding: 40px 0;
  }

  #arvana-highlight img {
    height: 220px;
  }
}

/* Mobile */
@media (max-width: 768px) {
  #arvana-highlight {
    padding: 30px 0;
  }

  #arvana-highlight .section-header {
    margin-bottom: 8px;
  }

  #arvana-highlight .row.mb-5 {
    margin-bottom: 12px !important;
  }

  #arvana-highlight img {
    height: 180px;
  }

  #arvana-highlight .p-4 {
    padding: 20px !important;
  }

  #arvana-highlight h2 {
    font-size: 24px;
  }
}

/* Small Mobile */
@media (max-width: 576px) {
  #arvana-highlight img {
    height: 160px;
  }

  #arvana-highlight .p-4 p {
    font-size: 14px;
  }
}

/* ===== PARTISIPASI SOSIAL - SPLIT MODERN FINAL ===== */
#arvana-social {
  position: relative;
}

/* ===== IMAGE ===== */
#arvana-social .social-image {
  position: relative;
  min-height: 500px;
}

#arvana-social .social-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Overlay */
#arvana-social .image-overlay {
  position: absolute;
  inset: 0;
  
}

/* ===== CONTENT BOX ===== */
#arvana-social .social-content-box {
  background: #ffffff;
  padding: 60px;
  margin-left: -80px;
  border-radius: 16px;
  box-shadow: 0 20px 50px rgba(0,0,0,0.08);
  max-width: 600px;
  line-height: 1.6;
}

/* ===== PARTISIPASI SOSIAL - SPLIT MODERN FINAL ===== */
#arvana-social {
  position: relative;
  background: #0e482d;
}
}

/* ===== IMAGE ===== */
#arvana-social .social-image {
  position: relative;
  min-height: 500px;
}

#arvana-social .social-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}

/* Overlay */
#arvana-social .image-overlay {
  position: absolute;
  inset: 0;

}

/* ===== CONTENT BOX ===== */
#arvana-social .social-content-box {
  background: #ffffffd9;
  padding: 60px;
  margin-left: -80px;
  border-radius: 16px;
  box-shadow: 0 20px 50px rgba(0,0,0,0.08);
  max-width: 1000px;
  line-height: 1.6;
}

/* ===== TITLE (DENGAN GARIS HIJAU) ===== */
#arvana-social h3 {
  position: relative;
  font-weight: 700;
  margin-bottom: 15px;
  padding-bottom: 10px;
  color: #52565e;
}

#arvana-social h3::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50px;
  height: 3px;
  background: #099d59;
}

/* Subjudul */
#arvana-social .social-content-box > p {
  color: #555;
  margin-bottom: 25px;
}

/* ===== POINTS ===== */
#arvana-social .social-points {
  margin-top: 10px;
}

/* Card */
#arvana-social .point-card {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  padding: 15px;
  border-radius: 10px;
  background: #f8f9fa;
  transition: all 0.3s ease;
}

/* Hover */
#arvana-social .point-card:hover {
  background: #0e482d;
  color: #fff;
  transform: translateY(-3px);
}

/* Icon */
#arvana-social .point-card i {
  font-size: 18px;
  color: #0e482d;
  margin-top: 2px;
}

#arvana-social .point-card:hover i {
  color: #fff;
}

/* Text */
#arvana-social .point-card p {
  margin: 0;
  font-size: 14px;
}

/* ===== RESPONSIVE ===== */

/* Tablet */
@media (max-width: 992px) {

  #arvana-social .social-content-box {
    margin-left: 0;
    padding: 40px;
    border-radius: 0;
  }

  #arvana-social .social-image {
    min-height: 300px;
  }
}

/* Mobile */
@media (max-width: 768px) {

  #arvana-social .social-content-box {
    padding: 30px 20px;
  }

  #arvana-social h3 {
    font-size: 22px;
  }

  #arvana-social .social-image {
    min-height: 220px;
  }
}

/* Small Mobile */
@media (max-width: 576px) {

  #arvana-social .point-card {
    padding: 12px;
  }

  #arvana-social .point-card p {
    font-size: 13px;
  }
}

#arvana-social .social-points .col-md-6 {
  display: flex;
}

#arvana-social .point-card {
  flex: 1;
  height: 100%;
}

/* ===== END TO END PROCESS ===== */
#arvana-process {
  padding: 60px 0 20px;
  position: relative;
  background: url('../img/bg-process.jpg') center center / cover no-repeat;
  overflow: hidden;
}

/* Overlay gradasi putih (biar teks tetap terbaca) */
#arvana-process::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0.96) 0%,
    rgba(255, 255, 255, 0.88) 40%,
    rgba(255, 255, 255, 0.92) 100%
  );
  z-index: 1;
}

/* Konten di atas overlay */
#arvana-process .container,
#arvana-process .process-image {
  position: relative;
  z-index: 2;
}

/* Header */
#arvana-process .section-header {
  margin-bottom: 20px;
}

/* ===== GAMBAR ===== */
#arvana-process .process-image {
  max-width: 1000px;
  margin: 30px auto 60px;
  padding: 0 15px; /* aman di mobile */
}

#arvana-process .process-image img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 14px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08); /* subtle premium */
}

/* ===== RESPONSIVE ===== */

/* Tablet */
@media (max-width: 992px) {
  #arvana-process {
    padding: 50px 0 20px;
  }

  #arvana-process .process-image img {
    max-height: 350px;
    object-fit: cover;
  }
}

/* Mobile */
@media (max-width: 768px) {
  #arvana-process {
    padding: 40px 0 10px;
  }

  #arvana-process .section-header {
    margin-bottom: 15px;
  }

  #arvana-process .process-image {
    margin: 20px auto 40px;
  }

  #arvana-process .process-image img {
    max-height: 250px;
  }
}

/* Small Mobile */
@media (max-width: 576px) {
  #arvana-process .process-image img {
    max-height: 200px;
  }
}

/* ===== Footer CTA Custom (tidak merusak style utama) ===== */
.footer-cta-custom h4 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 10px;
}

.footer-cta-custom p {
  font-size: 18px;
  color: #b4b4b4;
  margin-bottom: 15px;
}

/* ===== BUTTON GLOBAL ===== */

/* tombol biar lebih proporsional di footer */
.footer-cta-custom .btn {
  padding: 8px 20px;
  font-size: 13px;
  border-radius: 4px;
}

/* Base button */
.btn-get-started {
  font-family: var(--font-primary);
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.5px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 10px 24px;
  border-radius: 50px;
  transition: all 0.3s ease;
  color: #fff;
  border: 2px solid var(--color-primary);
  background: transparent;
  text-decoration: none;
}

/* Hover default */
.btn-get-started:hover {
  background: var(--color-primary);
  color: #fff;
  transform: translateY(-2px);
}

/* Icon */
.btn-get-started i {
  font-size: 16px;
  transition: 0.3s;
}

/* ===== BUTTON WHATSAPP ===== */
.btn-get-started.btn-wa {
  background: #099d59;
  border: 2px solid #099d59;
  color: #fff;
  transition: all 0.3s;
}

/* Hover WA: putih + hijau */
.btn-get-started.btn-wa:hover {
  background: transparent;
  color: #fff;
  border-color: #099d59;
  transform: translateY(-2px);
}

/* Icon ikut berubah */
.btn-get-started.btn-wa:hover i {
  color: #fff;
}
/* ===== TEKNOLOGI ARVANA ===== */
#arvana-tech {
  padding: 80px 0;
  position: relative;
  overflow: hidden;
  background: #ebecec;
}

/* Background pattern halus (optional) */
#arvana-tech::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url('../img/bg-tech.png') center center / cover no-repeat;
  opacity: 0.3;
  z-index: 1;
}

/* Konten di atas */
#arvana-tech .container {
  position: relative;
  z-index: 2;
}

#arvana-tech .section-header {
  margin-bottom: 30px;
}

/* ===== CARD ===== */
#arvana-tech .tech-item {
  background: #ffffff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0,0,0,0.06);
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  height: 100%; /* 🔥 bikin tinggi sama */
}

#arvana-tech .tech-item:hover {
  transform: translateY(-6px);
}

/* ===== GAMBAR ===== */
#arvana-tech .tech-item img {
  width: 100%;
  height: 260px;
  object-fit: cover;
}

/* ===== CONTENT ===== */
#arvana-tech .tech-content {
  padding: 25px;
  flex-grow: 1; /* 🔥 isi penuh biar rata */
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

#arvana-tech .tech-content h4 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}

#arvana-tech .tech-content p {
  font-size: 15px;
  color: #555;
  line-height: 1.6;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 992px) {
  #arvana-tech {
    padding: 60px 0;
  }
}

@media (max-width: 768px) {
  #arvana-tech .tech-item img {
    height: 220px;
  }
}

@media (max-width: 576px) {
  #arvana-tech .tech-item img {
    height: 200px;
  }
}

.text-white-center {
  color: #ffffff;
  text-align: center;
  letter-spacing: 2px;
}