/**
* Template Name: BizLand
* Template URL: https://bootstrapmade.com/bizland-bootstrap-business-template/
* Updated: Dec 05 2024 with Bootstrap v5.3.3
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# Font & Color Variables
# Help: https://bootstrapmade.com/color-system/
--------------------------------------------------------------*/
/* Fonts */
:root {
  --default-font: "Roboto",  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";
  --heading-font: "Montserrat",  sans-serif;
  --nav-font: "Open Sans",  sans-serif;
}

/* Global Colors - The following color variables are used throughout the website. Updating them here will change the color scheme of the entire website */
:root { 
  --background-color: #ffffff; /* Background color for the entire website, including individual sections */
  --default-color: #444444; /* Default color used for the majority of the text content across the entire website */
  --heading-color: #222222; /* Color for headings, subheadings and title throughout the website */
  --accent-color: #106eea; /* Accent color that represents your brand on the website. It's used for buttons, links, and other elements that need to stand out */
  --surface-color: #ffffff; /* The surface color is used as a background of boxed elements within sections, such as cards, icon boxes, or other elements that require a visual separation from the global background. */
  --contrast-color: #ffffff; /* Contrast color for text, ensuring readability against backgrounds of accent, heading, or default colors. */
}

/* Nav Menu Colors - The following color variables are used specifically for the navigation menu. They are separate from the global colors to allow for more customization options */
:root {
  --nav-color: #222222;  /* The default color of the main navmenu links */
  --nav-hover-color: #106eea; /* Applied to main navmenu links when they are hovered over or active */
  --nav-mobile-background-color: #ffffff; /* Used as the background color for mobile navigation menu */
  --nav-dropdown-background-color: #ffffff; /* Used as the background color for dropdown items that appear when hovering over primary navigation items */
  --nav-dropdown-color: #222222; /* Used for navigation links of the dropdown items in the navigation menu. */
  --nav-dropdown-hover-color: #106eea; /* Similar to --nav-hover-color, this color is applied to dropdown navigation links when they are hovered over. */
}

/* Color Presets - These classes override global colors when applied to any section or element, providing reuse of the sam color scheme. */

.light-background {
  --background-color: #f5f9ff;
  --surface-color: #ffffff;
}

.dark-background {
  --background-color: #060606;
  --default-color: #ffffff;
  --heading-color: #ffffff;
  --surface-color: #252525;
  --contrast-color: #ffffff;
}

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

/*--------------------------------------------------------------
# General Styling & Shared Classes
--------------------------------------------------------------*/
body {
  color: var(--default-color);
  background-color: var(--background-color);
  font-family: var(--default-font);
}

a {
  color: var(--accent-color);
  text-decoration: none;
  transition: 0.3s;
}

a:hover {
  color: color-mix(in srgb, var(--accent-color), transparent 25%);
  text-decoration: none;
}

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

/* PHP Email Form Messages
------------------------------*/
.php-email-form .error-message {
  display: none;
  background: #df1529;
  color: #ffffff;
  text-align: left;
  padding: 15px;
  margin-bottom: 24px;
  font-weight: 600;
}

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

.php-email-form .loading {
  display: none;
  background: var(--surface-color);
  text-align: center;
  padding: 15px;
  margin-bottom: 24px;
}

.php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid var(--accent-color);
  border-top-color: var(--surface-color);
  animation: php-email-form-loading 1s linear infinite;
}

@keyframes php-email-form-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}
/* Container pricing item */
.pricing .pricing-item {
    background: #ffffff;
    border: 1px solid #e6e6e6;
    padding: 30px;
    border-radius: 18px;
    text-align: center;
    transition: all 0.35s ease;
    position: relative;
    box-shadow: 0 4px 12px rgba(0,0,0,0.04);
}

/* Hover effect – naik, glossy, hidup */
.pricing .pricing-item:hover {
    transform: translateY(-10px);
    border-color: #007bff;
    box-shadow: 0 16px 35px rgba(0, 123, 255, 0.18);
}

/* Title */
.pricing .pricing-item h3 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 15px;
    color: #333;
}

/* Price */
.pricing .pricing-item h4 {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 20px;
    color: #007bff;
}

/* Currency (IDR) */
.pricing .pricing-item h4 sup {
    font-size: 0.9rem;
    top: -8px;
}

/* Billing cycle text */
.pricing .pricing-item h4 span {
    font-size: 0.9rem;
    color: #888;
}

/* Feature list */
.pricing .pricing-item ul {
    padding: 0;
    list-style: none;
    margin-bottom: 20px;
}

.pricing .pricing-item ul li {
    padding: 8px 0;
    font-size: 0.95rem;
    border-bottom: 1px dashed #f1f1f1;
    color: #555;
}

/* Advanced badge */
.pricing .pricing-item .advanced {
    background: #ff4b4b;
    color: #fff;
    font-size: 0.75rem;
    padding: 5px 10px;
    border-radius: 20px;
    position: absolute;
    top: 15px;
    right: 15px;
}

/* Featured / highlight item */
.pricing .pricing-item.featured {
    border: 2px solid #007bff;
}

.pricing .pricing-item.featured h4 {
    color: #0056d2;
}

.pricing .pricing-item .btn-buy {
    display: inline-block;
    padding: 10px 25px;
    background: #007bff;
    color: #fff;
    border-radius: 40px;
    font-weight: 600;
    transition: 0.3s ease;
}

.pricing .pricing-item .btn-buy:hover {
    background: #0056d2;
    transform: scale(1.05);
}

/* CSS Tambahan untuk Hero Shape */

/* Pastikan carousel-item menjadi anchor posisi */
#hero .carousel-item {
    position: relative;
    /* Tinggi yang sudah Anda tentukan tetap dipakai */
    height: 100vh;
    background-size: cover;
    background-position: center;
    /* Tambahkan background color sebagai fallback jika gambar gagal muat */
    /* background-color: #0056b3; */
}

/* Container untuk shape overlay */
.hero-shape-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* Z-index 1 agar di atas background image (yg z-indexnya 0 secara default) */
    z-index: 1;
    pointer-events: none; /* Agar klik tembus ke background jika diperlukan */
    overflow: hidden;
}

/* Mengatur SVG di dalamnya */
.hero-shape-overlay svg {
    position: absolute;
    bottom: 0; /* Tempel ke bawah */
    left: 0;
    width: 100%;
    height: auto; /* Biarkan tinggi menyesuaikan proporsi */
    /* Opsi: jika ingin shape lebih tinggi, atur minimal height */
    /* min-height: 50%; */
}

/* Warna bentuk ombak/shape. Ubah fill ini sesuai tema warna Anda */
.shape-fill {
    fill: #0d6efd; /* Menggunakan warna biru primary Bootstrap, atau gunakan warna lain */
    opacity: 0.6; /* Sedikit transparan agar gambar di belakangnya agak terlihat menyatu */
}

/* PENTING: Pastikan caption (teks) berada di atas shape */
#hero .carousel-caption {
    /* Z-index harus lebih besar dari .hero-shape-overlay (yaitu > 1) */
    z-index: 10;
    /* Style yang sudah ada */
    bottom: 20%;
}

/* Opsional: Tambahkan sedikit shadow pada teks agar lebih terbaca di atas shape */
#hero .carousel-caption h1,
#hero .carousel-caption p {
    text-shadow: 0 2px 5px rgba(0,0,0,0.3);
}

/*--------------------------------------------------------------
# Global Header
--------------------------------------------------------------*/
.header {
  color: var(--default-color);
  transition: all 0.5s;
  z-index: 997;
  background-color: var(--background-color);
}

.header .topbar {
  background-color: var(--accent-color);
  min-height: 40px;
  padding: 8px 0;
  font-size: 14px;
  transition: all 0.5s;
}

@media (max-width: 768px) {
  .header .topbar {
    min-height: auto;
    padding: 6px 0;
    font-size: 12px;
  }
  
  .header .topbar .container {
    flex-wrap: wrap;
    gap: 5px;
  }
}

.header .topbar .contact-info {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px;
}

@media (max-width: 480px) {
  .header .topbar .contact-info {
    justify-content: center;
    text-align: center;
    width: 100%;
  }
}

.header .topbar .contact-info i {
  font-style: normal;
  color: var(--contrast-color);
}

.header .topbar .contact-info i a,
.header .topbar .contact-info i span {
  padding-left: 5px;
  color: var(--contrast-color);
}

@media (max-width: 575px) {
  .header .topbar .contact-info i a,
  .header .topbar .contact-info i span {
    font-size: 12px;
  }
}

.header .topbar .contact-info i a {
  line-height: 0;
  transition: 0.3s;
}

.header .topbar .contact-info i a:hover {
  color: var(--contrast-color);
  text-decoration: underline;
}

.header .topbar .social-links {
  display: flex;
  align-items: center;
  gap: 10px;
}

@media (max-width: 768px) {
  .header .topbar .social-links {
    justify-content: center;
    width: 100%;
  }
}

.header .topbar .social-links a {
  color: color-mix(in srgb, var(--contrast-color), transparent 40%);
  line-height: 0;
  transition: 0.3s;
  margin-left: 0;
}

.header .topbar .social-links a:hover {
  color: var(--contrast-color);
}

.header .branding {
  background-color: var(--background-color);
  min-height: 70px;
  padding: 10px 0;
}

@media (max-width: 768px) {
  .header .branding {
    min-height: 60px;
    padding: 8px 0;
  }
}

.header .branding .container {
  padding-left: max(15px, 4vw) !important;
  padding-right: max(15px, 1vw) !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 768px) {
  .header .branding .container {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}

@media (max-width: 480px) {
  .header .branding .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

.header .logo {
  line-height: 1;
  max-width: 200px;
  margin-left: 0;
  flex-shrink: 0;
}

@media (max-width: 992px) {
  .header .logo {
    max-width: 160px;
  }
}

@media (max-width: 768px) {
  .header .logo {
    max-width: 140px;
    margin-left: 0;
  }
}

@media (max-width: 480px) {
  .header .logo {
    max-width: 120px;
  }
}

.header .logo img {
  max-height: 45px;
  width: auto;
  margin-right: 8px;
}

@media (max-width: 992px) {
  .header .logo img {
    max-height: 40px;
  }
}

@media (max-width: 768px) {
  .header .logo img {
    max-height: 35px;
  }
}

.header .logo h1 {
  font-size: 30px;
  margin: 0;
  font-weight: 700;
  color: var(--heading-color);
}

@media (max-width: 992px) {
  .header .logo h1 {
    font-size: 24px;
  }
}

@media (max-width: 768px) {
  .header .logo h1 {
    font-size: 20px;
  }
}

.scrolled .header {
  box-shadow: 0px 0 18px rgba(0, 0, 0, 0.1);
}

.scrolled .header .topbar {
  height: 0;
  min-height: 0;
  visibility: hidden;
  overflow: hidden;
  padding: 0;
}

/* ================= Phone Navbar Item ================= */
.attr-nav.inc-border {
  margin-left: auto;
  padding-left: 40px;
}

@media (max-width: 1399px) {
  .attr-nav.inc-border {
    padding-left: 20px;
  }
}

@media (max-width: 1199px) {
  .attr-nav.inc-border {
    padding-left: 0;
    margin-left: 0;
    width: 100%;
  }
}

.attr-nav.inc-border .contact {
  display: flex;
  align-items: center;
  gap: 10px;
}

@media (max-width: 1199px) {
  .attr-nav.inc-border .contact {
    padding: 12px 20px;
    margin: 0;
    width: 100%;
    justify-content: flex-start;
    border-bottom: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
  }
  
  /* Hapus border bottom untuk item terakhir */
  .attr-nav.inc-border:last-child .contact {
    border-bottom: none;
  }
}

@media (max-width: 480px) {
  .attr-nav.inc-border .contact {
    padding: 10px 15px;
    justify-content: flex-start;
  }
}

.attr-nav.inc-border .contact i {
  color: var(--accent-color);
  font-size: 28px;
  flex-shrink: 0;
}

@media (max-width: 1199px) {
  .attr-nav.inc-border .contact i {
    font-size: 20px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: color-mix(in srgb, var(--accent-color), transparent 90%);
    border-radius: 50%;
  }
}

@media (max-width: 480px) {
  .attr-nav.inc-border .contact i {
    font-size: 18px;
    width: 28px;
    height: 28px;
  }
}

.attr-nav.inc-border .contact div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 2px;
  flex: 1;
}

.attr-nav.inc-border .contact span {
  margin: 0;
  padding: 0;
  line-height: 1.2;
  font-size: 15px;
  color: var(--default-color);
  text-align: left;
}

@media (max-width: 1399px) {
  .attr-nav.inc-border .contact span {
    font-size: 14px;
  }
}

@media (max-width: 1199px) {
  .attr-nav.inc-border .contact span {
    font-size: 15px;
    color: var(--nav-dropdown-color);
    font-weight: 400;
  }
}

@media (max-width: 480px) {
  .attr-nav.inc-border .contact span {
    font-size: 14px;
  }
}

.attr-nav.inc-border .contact a {
  margin: 0;
  padding: 0;
  line-height: 1.2;
  font-size: 16px;
  font-weight: 600;
  color: var(--heading-color);
  text-decoration: none;
  transition: 0.3s;
  text-align: left;
  display: inline-block;
}

@media (max-width: 1399px) {
  .attr-nav.inc-border .contact a {
    font-size: 15px;
  }
}

@media (max-width: 1199px) {
  .attr-nav.inc-border .contact a {
    font-size: 16px;
    color: var(--nav-dropdown-color);
    font-weight: 500;
  }
}

@media (max-width: 480px) {
  .attr-nav.inc-border .contact a {
    font-size: 15px;
  }
}

.attr-nav.inc-border .contact a:hover {
  color: var(--accent-color);
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Navmenu - Desktop */
@media (min-width: 1200px) {
  .navmenu {
    padding: 0;
    margin-left: auto;
  }

  .navmenu ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
    flex-wrap: wrap;
  }

  .navmenu li {
    position: relative;
  }

  .navmenu a,
  .navmenu a:focus {
    color: var(--nav-color);
    padding: 18px 12px;
    font-size: 15px;
    font-family: var(--nav-font);
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: space-between;
    white-space: nowrap;
    transition: 0.3s;
  }

  @media (max-width: 1399px) {
    .navmenu a,
    .navmenu a:focus {
      padding: 18px 10px;
      font-size: 14px;
    }
  }

  .navmenu a i,
  .navmenu a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
    transition: 0.3s;
  }

  .navmenu li:last-child a {
    padding-right: 0;
  }

  .navmenu li:hover>a,
  .navmenu .active,
  .navmenu .active:focus {
    color: var(--nav-hover-color);
  }

  .navmenu .dropdown ul {
    margin: 0;
    padding: 10px 0;
    background: var(--nav-dropdown-background-color);
    display: block;
    position: absolute;
    visibility: hidden;
    left: 14px;
    top: 130%;
    opacity: 0;
    transition: 0.3s;
    border-radius: 4px;
    z-index: 99;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  }

  .navmenu .dropdown ul li {
    min-width: 200px;
  }

  .navmenu .dropdown ul a {
    padding: 10px 20px;
    font-size: 14px;
    text-transform: none;
    color: var(--nav-dropdown-color);
  }

  .navmenu .dropdown ul a i {
    font-size: 12px;
  }

  .navmenu .dropdown ul a:hover,
  .navmenu .dropdown ul .active:hover,
  .navmenu .dropdown ul li:hover>a {
    color: var(--nav-dropdown-hover-color);
  }

  .navmenu .dropdown:hover>ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
  }

  .navmenu .dropdown .dropdown ul {
    top: 0;
    left: -90%;
    visibility: hidden;
  }

  .navmenu .dropdown .dropdown:hover>ul {
    opacity: 1;
    top: 0;
    left: -100%;
    visibility: visible;
  }
}

/* Navmenu - Mobile */
@media (max-width: 1199px) {
  .mobile-nav-toggle {
    color: var(--nav-color);
    font-size: 28px;
    line-height: 0;
    margin-right: 0;
    cursor: pointer;
    transition: color 0.3s;
    order: 2;
    flex-shrink: 0;
    margin-left: 15px;
  }

  .navmenu {
    padding: 0;
    z-index: 9997;
    order: 3;
  }

  .header .logo {
    order: 1;
    margin-right: auto;
    margin-left:10px;
  }

  .navmenu ul {
    display: none;
    list-style: none;
    position: absolute;
    inset: 70px 10px 20px 10px;
    padding: 0;
    margin: 0;
    border-radius: 8px;
    background-color: var(--nav-mobile-background-color);
    overflow-y: auto;
    transition: 0.3s;
    z-index: 9998;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.15);
  }

  @media (max-width: 768px) {
    .navmenu ul {
      inset: 60px 10px 20px 10px;
    }
  }

  @media (max-width: 480px) {
    .navmenu ul {
      inset: 55px 5px 20px 5px;
    }
  }

  .navmenu li {
    width: 100%;
  }

  .navmenu a,
  .navmenu a:focus {
    color: var(--nav-dropdown-color);
    padding: 12px 20px;
    font-family: var(--nav-font);
    font-size: 16px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: space-between;
    white-space: normal;
    transition: 0.3s;
    border-bottom: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
  }

  /* Hapus border bottom untuk item terakhir */
  .navmenu li:last-child > a,
  .navmenu li:last-child > .contact {
    border-bottom: none;
  }

  @media (max-width: 480px) {
    .navmenu a,
    .navmenu a:focus {
      padding: 10px 15px;
      font-size: 15px;
    }
  }

  .navmenu a i,
  .navmenu a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: 0.3s;
    background-color: color-mix(in srgb, var(--accent-color), transparent 90%);
  }

  .navmenu a i:hover,
  .navmenu a:focus i:hover {
    background-color: var(--accent-color);
    color: var(--contrast-color);
  }

  .navmenu a:hover,
  .navmenu .active,
  .navmenu .active:focus {
    color: var(--nav-dropdown-hover-color);
  }

  .navmenu .active i,
  .navmenu .active:focus i {
    background-color: var(--accent-color);
    color: var(--contrast-color);
    transform: rotate(180deg);
  }

  .navmenu .dropdown ul {
    position: static;
    display: none;
    z-index: 99;
    padding: 0;
    margin: 0;
    background-color: color-mix(in srgb, var(--nav-dropdown-background-color), black 5%);
    border: none;
    border-radius: 0;
    box-shadow: none;
    transition: all 0.5s ease-in-out;
  }

  .navmenu .dropdown ul li a {
    padding-left: 35px;
    font-size: 15px;
    border-bottom: 1px solid color-mix(in srgb, var(--default-color), transparent 92%);
  }

  .navmenu .dropdown ul ul li a {
    padding-left: 50px;
  }

  .navmenu .dropdown ul ul ul li a {
    padding-left: 65px;
  }

  .navmenu .dropdown ul a {
    background-color: transparent;
  }

  .navmenu .dropdown ul a:hover {
    background-color: color-mix(in srgb, var(--accent-color), transparent 95%);
  }

  .navmenu .dropdown ul ul {
    background-color: color-mix(in srgb, var(--nav-dropdown-background-color), black 8%);
  }

  .navmenu .dropdown>.dropdown-active {
    display: block;
  }

  /* Styling untuk attr-nav di mobile */
  .navmenu .attr-nav.inc-border {
    padding: 0;
    margin: 0;
    width: 100%;
  }

  .navmenu .attr-nav.inc-border .contact {
    padding: 12px 20px;
    margin: 0;
    width: 100%;
    justify-content: flex-start;
    background-color: transparent;
    border-radius: 0;
    border-bottom: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
  }

  .navmenu .attr-nav.inc-border:last-child .contact {
    border-bottom: none;
  }

  .navmenu .attr-nav.inc-border .contact i {
    background-color: color-mix(in srgb, var(--accent-color), transparent 90%);
    color: var(--accent-color);
  }

  .navmenu .attr-nav.inc-border .contact span,
  .navmenu .attr-nav.inc-border .contact a {
    color: var(--nav-dropdown-color);
  }

  .navmenu .attr-nav.inc-border .contact a:hover {
    color: var(--accent-color);
  }

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

  .mobile-nav-active .mobile-nav-toggle {
    color: #fff;
    position: fixed;
    font-size: 32px;
    top: 15px;
    right: 15px;
    margin-right: 0;
    z-index: 9999;
  }

  .mobile-nav-active .navmenu {
    position: fixed;
    overflow: hidden;
    inset: 0;
    background: rgba(33, 37, 41, 0.8);
    transition: 0.3s;
  }

  .mobile-nav-active .navmenu > ul {
    display: block;
  }
}

/* ================= Animation Classes ================= */
.fade-up,
.fade-left,
.fade-right,
.zoom-in,
.flip {
  opacity: 0;
  transition: all 0.8s ease-out;
}

.fade-up {
  transform: translateY(40px);
}
.fade-left {
  transform: translateX(-40px);
}
.fade-right {
  transform: translateX(40px);
}
.zoom-in {
  transform: scale(0.8);
}
.flip {
  transform: rotateY(90deg);
  transform-origin: left;
}

.fade-up.active,
.fade-left.active,
.fade-right.active,
.zoom-in.active,
.flip.active {
  opacity: 1;
  transform: translateY(0) translateX(0) scale(1) rotateY(0);
}
/*--------------------------------------------------------------
# Global Footer Rapih
--------------------------------------------------------------*/
.footer {
  color: var(--default-color);
  background-color: var(--background-color);
  font-size: 14px;
  padding-bottom: 30px; /* Sedikit dikurangi agar tidak terlalu tinggi */
  position: relative;
}

.footer .footer-top {
  padding-top: 60px; /* Memberi ruang napas di atas */
  padding-bottom: 30px;
}

/* BRAND & ABOUT */
.footer .footer-about .sitename {
  font-size: 28px;
  font-weight: 700;
  color: var(--heading-color);
  font-family: var(--heading-font);
}

/* SOCIAL LINKS - Dibuat bulat agar lebih modern */
.footer .social-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%; /* Membuat lingkaran */
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 50%);
  font-size: 16px;
  color: color-mix(in srgb, var(--default-color), transparent 20%);
  margin-right: 12px;
  transition: 0.3s;
}

.footer .social-links a:hover {
  color: var(--contrast-color); /* Warna icon berubah saat hover */
  background-color: var(--accent-color); /* Background berubah saat hover */
  border-color: var(--accent-color);
}

/* HEADINGS */
.footer h4 {
  font-size: 18px; /* Sedikit diperbesar */
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  margin-bottom: 15px;
  color: var(--heading-color);
}

/* LINKS */
.footer .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

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

.footer .footer-links ul i {
  margin-right: 8px;
  font-size: 12px;
  color: var(--accent-color);
}

.footer .footer-links ul a {
  color: color-mix(in srgb, var(--default-color), transparent 20%);
  text-decoration: none;
  transition: 0.3s;
  display: inline-block;
}

.footer .footer-links ul a:hover {
  color: var(--accent-color);
  padding-left: 5px; /* Efek geser sedikit saat di-hover */
}

/* CONTACT INFO */
.footer .footer-contact p {
  margin-bottom: 8px;
}

/* COPYRIGHT */
.footer .copyright {
  padding-top: 25px;
  border-top: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  inset: 0;
  z-index: 9999;
  background-color: var(--background-color);
  transition: all 0.6s ease-out;

  display: flex;
  align-items: center;
  justify-content: center;
}

/* wrapper untuk animasi */
#preloader .loader {
  position: relative;
  width: 80px;
  height: 20px;
}

#preloader .loader div {
  width: 13px;
  height: 13px;
  background-color: var(--accent-color);
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

/* posisi awal relatif terhadap wrapper */
#preloader .loader div:nth-child(1) {
  left: 8px;
  animation: animate-preloader-1 0.6s infinite;
}

#preloader .loader div:nth-child(2) {
  left: 8px;
  animation: animate-preloader-2 0.6s infinite;
}

#preloader .loader div:nth-child(3) {
  left: 32px;
  animation: animate-preloader-2 0.6s infinite;
}

#preloader .loader div:nth-child(4) {
  left: 56px;
  animation: animate-preloader-3 0.6s infinite;
}

@keyframes animate-preloader-1 {
  0% { transform: scale(0); }
  100% { transform: scale(1); }
}

@keyframes animate-preloader-3 {
  0% { transform: scale(1); }
  100% { transform: scale(0); }
}

@keyframes animate-preloader-2 {
  0% { transform: translate(0, 0); }
  100% { transform: translate(24px, 0); }
}
/*--------------------------------------------------------------
# Scroll Top Button
--------------------------------------------------------------*/
.scroll-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
  background-color: var(--accent-color);
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.scroll-top i {
  font-size: 24px;
  color: var(--contrast-color);
  line-height: 0;
}

.scroll-top:hover {
  background-color: color-mix(in srgb, var(--accent-color), transparent 20%);
  color: var(--contrast-color);
}

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

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

/*--------------------------------------------------------------
# Global Page Titles & Breadcrumbs
--------------------------------------------------------------*/
.page-title {
  --background-color: color-mix(in srgb, var(--default-color), transparent 96%);
  color: var(--default-color);
  background-color: var(--background-color);
  padding: 25px 0;
  position: relative;
}

.page-title h1 {
  font-size: 24px;
  font-weight: 600;
}

.page-title .breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
  font-weight: 400;
}

.page-title .breadcrumbs ol li+li {
  padding-left: 10px;
}

.page-title .breadcrumbs ol li+li::before {
  content: "/";
  display: inline-block;
  padding-right: 10px;
  color: color-mix(in srgb, var(--default-color), transparent 70%);
}

/*--------------------------------------------------------------
# Global Sections
--------------------------------------------------------------*/
section,
.section {
  color: var(--default-color);
  background-color: var(--background-color);
  padding: 60px 0;
  scroll-margin-top: 78px;
  overflow: clip;
}

@media (max-width: 1199px) {

  section,
  .section {
    scroll-margin-top: 60px;
  }
}

/*--------------------------------------------------------------
# Global Section Titles
--------------------------------------------------------------*/
.section-title {
  text-align: center;
  padding-bottom: 10px;
  position: relative;
}

.section-title h2 {
  font-size: 13px;
  letter-spacing: 1px;
  font-weight: 700;
  padding: 8px 20px;
  margin: 0;
  background: color-mix(in srgb, var(--accent-color), transparent 90%);
  color: var(--accent-color);
  display: inline-block;
  text-transform: uppercase;
  border-radius: 50px;
  font-family: var(--default-font);
}

.section-title p {
  color: var(--heading-color);
  margin: 10px 0 0 0;
  font-size: 32px !important ;
  font-weight: 700;
  font-family: var(--heading-font);
}

.section-title p .description-title {
  color: var(--accent-color);
}

/* Styling Awal Kotak Layanan */
.services .service-item {
    padding: 30px;
    background: #fff; /* Latar belakang putih */
    border-radius: 8px;
    text-align: center;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.08); /* Bayangan lembut */
    transition: all 0.4s ease-in-out; /* Transisi agar halus */
}

/* 1. Efek Saat di-Hover (Kotak Naik dan Bayangan Lebih Kuat) */
.services .service-item:hover {
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.15); /* Bayangan lebih gelap */
    transform: translateY(-5px); /* Kotak naik sedikit */
}

---

/* 2. Mengubah Warna Ikon dan Teks saat di-Hover */

/* Mengubah warna ikon menjadi warna utama (misalnya biru) saat hover */
.services .service-item:hover .icon i {
    color: #106EEA; /* Sesuaikan dengan warna primer tema Anda */
}

/* Mengubah warna judul menjadi warna utama saat hover */
.services .service-item:hover h3,
.services .service-item:hover .stretched-link {
    color: #106EEA; /* Sesuaikan dengan warna primer tema Anda */
}

/* Memastikan ikon memiliki transisi halus juga */
.services .service-item .icon i {
    transition: 0.3s;
    font-size: 32px; /* Sesuaikan jika perlu */
    color: #212529; /* Warna ikon normal (hitam/gelap) */
}

/* Memastikan judul memiliki transisi halus */
.services .service-item h3 {
    transition: 0.3s;
}

/* 1. CSS Wajib untuk Gambar Latar */
#heroCarousel .carousel-item {
    /* Menetapkan tinggi penuh layar agar gambar terlihat */
    height: 100vh !important; 
    
    /* PROPERTI KUNCI: Membuat gambar menutupi seluruh elemen */
    background-size: cover; 
    
    background-position: center; 
    background-repeat: no-repeat; 
    position: relative;
}

/* 2. CSS untuk Visibilitas Teks (Mengubah Teks menjadi Putih) */
/* Karena Anda menggunakan gambar latar, teks harus berwarna terang. */
#heroCarousel .carousel-caption h1,
#heroCarousel .carousel-caption p,
#heroCarousel .carousel-caption .d-flex a {
    color: #ffffff !important;
    /* Menambahkan bayangan teks agar lebih kontras di atas gambar */
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.8);
    z-index: 2; /* Penting jika menggunakan overlay */
}

/* 3. Overlay (Sangat Disarankan) */
/* Ini akan membuat gambar sedikit gelap, meningkatkan kontras teks putih */


/* 4. Menyesuaikan warna <span> dalam H1 sesuai BizLand */
#heroCarousel .carousel-caption h1 span {
    color: #106EEA !important; /* Contoh warna biru khas BizLand */
    text-shadow: none; /* Hilangkan bayangan teks pada span jika ingin kontras */
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.hero {
  width: 100%;
  min-height: 75vh;
  position: relative;
  padding: 60px 0;
  display: flex;
  align-items: center;
  background: url("../img/hero-bg.jpg") top left;
  background-size: cover;
}

.hero:before {
  content: "";
  background: color-mix(in srgb, var(--background-color), transparent 30%);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

.hero .container {
  position: relative;
}

.hero h1 {
  margin: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
}

.hero h1 span {
  color: var(--accent-color);
}

.hero p {
  color: color-mix(in srgb, var(--default-color), transparent 30%);
  margin: 5px 0 30px 0;
  font-size: 20px;
  font-weight: 400;
}

.hero .btn-get-started {
  color: var(--contrast-color);
  background: var(--accent-color);
  font-family: var(--heading-font);
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 30px;
  border-radius: 4px;
  transition: 0.5s;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.1);
}

.hero .btn-get-started:hover {
  color: var(--contrast-color);
  background: color-mix(in srgb, var(--accent-color), transparent 15%);
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.1);
}

.hero .btn-watch-video {
  font-size: 16px;
  transition: 0.5s;
  margin-left: 25px;
  color: var(--default-color);
  font-weight: 600;
}

.hero .btn-watch-video i {
  color: var(--accent-color);
  font-size: 32px;
  transition: 0.3s;
  line-height: 0;
  margin-right: 8px;
}

.hero .btn-watch-video:hover {
  color: var(--accent-color);
}

.hero .btn-watch-video:hover i {
  color: color-mix(in srgb, var(--accent-color), transparent 15%);
}

.hero .animated {
  animation: up-down 2s ease-in-out infinite alternate-reverse both;
}

@media (max-width: 640px) {
  .hero h1 {
    font-size: 28px;
    line-height: 36px;
  }

  .hero p {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }

  .hero .btn-get-started,
  .hero .btn-watch-video {
    font-size: 13px;
  }
}

@keyframes up-down {
  0% {
    transform: translateY(10px);
  }

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

/*--------------------------------------------------------------
# Featured Services Section
--------------------------------------------------------------*/
.featured-services .service-item {
  background-color: var(--surface-color);
  box-shadow: 0px 0 25px 0 rgba(0, 0, 0, 0.1);
  padding: 50px 30px;
  transition: all 0.3s ease-in-out;
  height: 100%;
  position: relative;
  z-index: 1;
}

.featured-services .service-item:before {
  content: "";
  position: absolute;
  background: var(--accent-color);
  inset: 100% 0 0 0;
  transition: all 0.3s;
  z-index: -1;
}

.featured-services .service-item .icon {
  margin-bottom: 10px;
}

.featured-services .service-item .icon i {
  color: var(--accent-color);
  font-size: 36px;
  transition: ease-in-out 0.3s;
}

.featured-services .service-item h4 {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 20px;
}

.featured-services .service-item h4 a {
  color: var(--heading-color);
  transition: ease-in-out 0.3s;
}

.featured-services .service-item p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
  transition: ease-in-out 0.3s;
}

.featured-services .service-item:hover h4 a,
.featured-services .service-item:hover .icon i,
.featured-services .service-item:hover p {
  /* color: var(--contrast-color); */
  color: transparent;
}

.featured-services .service-item:hover:before {
  background: var(--accent-color);
  inset: 0;
  border-radius: 0px;
}
/* how we works */
.how-we-works {
    padding: 80px 0;
    background: var(--background-color);
}
/* 
.how-we-works .section-title {
    text-align: center;
    margin-bottom: 60px;
}

.how-we-works .section-title p {
    font-size: 42px;
    font-weight: 700;
    color: var(--heading-color);
    margin-bottom: 0;
}

.how-we-works .section-title .description-title {
    color: var(--accent-color);
    position: relative;
}

.how-we-works .section-title .description-title::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, var(--accent-color), transparent);
    bottom: -5px;
    left: 0;
} */

/* Grid Layout - 4 kolom */
.how-we-works-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 25px;
    max-width: 1200px;
    margin: 0 auto;
    place-items: center; /* combine justify-items + align-items */
}


/* Work Item */
.work-item {
    background: var(--surface-color);
    padding: 35px 25px;
    border-radius: 12px;
    text-align: center;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(16, 110, 234, 0.1);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.04);
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.work-item::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(45deg, transparent, rgba(16, 110, 234, 0.03), transparent);
    transform: rotate(45deg);
    transition: all 0.6s ease;
    opacity: 0;
}

.work-item:hover::before {
    opacity: 1;
    animation: shimmer 1.5s ease-in-out;
}

@keyframes shimmer {
    0% {
        transform: rotate(45deg) translateX(-100%);
    }
    100% {
        transform: rotate(45deg) translateX(100%);
    }
}

/* Ikon - lebih kecil untuk 4 kolom */
.work-item .icon {
    width: 70px;
    height: 70px;
    margin: 0 auto 20px;
    background: linear-gradient(135deg, var(--accent-color), #0d5dc4);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    transition: all 0.4s ease;
}

.work-item .icons {
    width: 70px;
    height: 70px;
    margin: 0 auto 20px;
    background: linear-gradient(135deg, var(--accent-color), #0d5dc4);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    transition: all 0.4s ease;
}

.work-item:hover .icons {
    transform: translateY(-5px) scale(1.05);
    box-shadow: 0 10px 25px rgba(16, 110, 234, 0.25);
}

.work-item .icons i {
    font-size: 28px;
    color: var(--contrast-color);
}

.work-item:hover .icon {
    transform: translateY(-5px) scale(1.05);
    box-shadow: 0 10px 25px rgba(16, 110, 234, 0.25);
}

.work-item .icon i {
    font-size: 28px;
    color: var(--contrast-color);
}

/* Number Badge */
.work-item .number {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 32px;
    height: 32px;
    background: rgba(16, 110, 234, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 700;
    color: var(--accent-color);
    transition: all 0.3s ease;
}

.work-item:hover .number {
    background: var(--accent-color);
    color: var(--contrast-color);
    transform: scale(1.1);
}

/* Konten - lebih compact */
.work-item h4 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 12px;
    color: var(--heading-color);
    transition: all 0.3s ease;
    line-height: 1.3;
}

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

.work-item p {
    color: var(--default-color);
    line-height: 1.6;
    font-size: 14px;
    margin-bottom: 0;
    transition: all 0.3s ease;
    flex-grow: 1;
    display: flex;
    align-items: center;
}

/* Efek Hover */
.work-item:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 30px rgba(16, 110, 234, 0.12);
    /* box-shadow: 0 15px 30px red; */
    border-color: rgba(16, 110, 234, 0.2);
    /* color: transparent !important; */
}

.work-item:hover h4 {
    color: var(--accent-color);
}

.work-item:hover img {
    color: transparent !important;
}

.work-item:hover h4 a {
    color: var(--accent-color);
}

/* Garis penghubung antar item */
.how-we-works-grid::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 12.5%;
    right: 12.5%;
    height: 2px;
    background: linear-gradient(90deg, 
        transparent 0%, 
        var(--accent-color) 10%, 
        var(--accent-color) 90%, 
        transparent 100%);
    opacity: 0.08;
    z-index: -1;
}

/* Responsif */
@media (max-width: 1200px) {
    .how-we-works-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
        max-width: 700px;
    }
    
    .work-item {
        padding: 30px 20px;
    }
}

@media (max-width: 768px) {
    .how-we-works {
        padding: 60px 0;
    }
    
    .how-we-works .section-title p {
        font-size: 32px;
    }
    
    .how-we-works-grid {
        grid-template-columns: 1fr;
        gap: 20px;
        max-width: 400px;
    }
    
    .work-item {
        padding: 25px 20px;
    }
    
    .work-item .icon {
        width: 60px;
        height: 60px;
        margin-bottom: 15px;
    }
    
    .work-item .icon i {
        font-size: 24px;
    }
    
    .work-item h4 {
        font-size: 17px;
    }
    
    .work-item p {
        font-size: 13px;
    }
}

@media (min-width: 1201px) and (max-width: 1400px) {
    .how-we-works-grid {
        gap: 20px;
    }
    
    .work-item {
        padding: 30px 20px;
    }
}

@keyframes shimmer {
    0% {
        transform: rotate(45deg) translateX(-100%);
    }
    100% {
        transform: rotate(45deg) translateX(100%);
    }
}

/* Ikon */
.work-item .icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 25px;
    background: linear-gradient(135deg, var(--accent-color), #0d5dc4);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    transition: all 0.4s ease;
}

.work-item:hover .icon {
    transform: translateY(-8px) scale(1.1);
    box-shadow: 0 15px 30px rgba(16, 110, 234, 0.3);
}

.work-item .icon i {
    font-size: 32px;
    color: var(--contrast-color);
    /* color: transparent; */
}

/* Number Badge */
.work-item .number {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    background: rgba(16, 110, 234, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 700;
    color: var(--accent-color);
    transition: all 0.3s ease;
}

.work-item:hover .number {
    background: var(--accent-color);
    color: var(--contrast-color);
    transform: scale(1.1);
}

/* Konten */
.work-item h4 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
    color: var(--heading-color);
    transition: all 0.3s ease;
}

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

.work-item p {
    color: var(--default-color);
    line-height: 1.7;
    font-size: 15px;
    margin-bottom: 0;
    transition: all 0.3s ease;
}

/* Efek Hover */
.work-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(16, 110, 234, 0.15);
    border-color: rgba(16, 110, 234, 0.3);
}

.work-item:hover h4 {
    color: var(--accent-color);
}

.work-item:hover h4 a {
    color: var(--accent-color);
}

/* Garis penghubung (opsional) */
.how-we-works-grid::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, 
        transparent 0%, 
        var(--accent-color) 20%, 
        var(--accent-color) 80%, 
        transparent 100%);
    opacity: 0.1;
    z-index: -1;
}

.how-we-works-grids::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, 
        transparent 0%, 
        var(--accent-color) 20%, 
        var(--accent-color) 80%, 
        transparent 100%);
    opacity: 0.1;
    z-index: -1;
}

/* Responsif */
@media (max-width: 768px) {
    .how-we-works {
        padding: 60px 0;
    }
    
    .how-we-works .section-title p {
        font-size: 32px;
    }
    
    .how-we-works-grid {
        grid-template-columns: 1fr;
        gap: 25px;
        max-width: 400px;
    }
    
    .how-we-works-grid {
        grid-template-columns: 1fr;
        gap: 25px;
        max-width: 400px;
    }

    .work-item {
        padding: 30px 25px;
    }
    
    .work-item .icon {
        width: 70px;
        height: 70px;
        margin-bottom: 20px;
    }
    
    .work-item .icon i {
        font-size: 28px;
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .how-we-works-grid {
        grid-template-columns: repeat(2, 1fr);
    }
        .how-we-works-grids {
        grid-template-columns: repeat(2, 1fr);
    }
}

/*--------------------------------------------------------------
# About Section
--------------------------------------------------------------*/
.about .about-content h3 {
  font-weight: 700;
  font-size: 26px;
}

.about .about-content ul {
  list-style: none;
  padding: 0;
}

.about .about-content ul li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 35px;
}

.about .about-content ul li:first-child {
  margin-top: 35px;
}

.about .about-content ul i {
  background: var(--surface-color);
  box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 64px;
  height: 64px;
  font-size: 24px;
  margin-right: 15px;
  color: var(--accent-color);
  border-radius: 50px;
}

.about .about-content ul h4 {
  font-size: 18px;
  font-weight: 600;
}

.about .about-content ul p {
  font-size: 15px;
}

.about .about-content p:last-child {
  margin-bottom: 0;
}
/* works about -- */
.works-about {
    padding: 100px 0;
    background: var(--background-color);
    position: relative;
}

.works-about .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Header Section */
.works-about-header {
    text-align: center;
    margin-bottom: 80px;
}

.works-about-title {
    font-size: 48px;
    font-weight: 800;
    color: var(--heading-color);
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.works-about-title span:first-child {
    color: var(--heading-color);
}

.works-about-title span:last-child {
    color: var(--accent-color);
    position: relative;
}

.works-about-title span:last-child::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 3px;
    background: var(--accent-color);
}

.works-about-subtitle {
    font-size: 18px;
    color: var(--default-color);
    font-weight: 600;
    margin-bottom: 40px;
}

/* Main Content Layout */
.works-about-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

/* Left Side - Stats */
.works-stats {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

.stat-item {
    background: var(--surface-color);
    padding: 40px 30px;
    border-radius: 15px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    border: 1px solid rgba(16, 110, 234, 0.1);
}

.stat-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(16, 110, 234, 0.15);
}

.stat-number {
    font-size: 42px;
    font-weight: 800;
    color: var(--accent-color);
    margin-bottom: 10px;
    line-height: 1;
}

.stat-label {
    font-size: 16px;
    color: var(--heading-color);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Right Side - Description */
.works-description {
    padding-left: 20px;
}

.trusted-by {
    display: inline-block;
    background: rgba(16, 110, 234, 0.1);
    color: var(--accent-color);
    padding: 8px 20px;
    border-radius: 25px;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 30px;
    border: 1px solid rgba(16, 110, 234, 0.2);
}

.works-description h3 {
    font-size: 32px;
    font-weight: 700;
    color: var(--heading-color);
    margin-bottom: 25px;
    line-height: 1.3;
}

.works-description p {
    font-size: 16px;
    line-height: 1.8;
    color: var(--default-color);
    margin-bottom: 25px;
}

/* Features List */
.works-features {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-top: 30px;
}

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

.feature-icon {
    width: 40px;
    height: 40px;
    background: var(--accent-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.feature-icon i {
    color: var(--contrast-color);
    font-size: 18px;
}

.feature-text {
    font-size: 15px;
    font-weight: 600;
    color: var(--heading-color);
}

/* Responsive */
@media (max-width: 992px) {
    .works-about-content {
        grid-template-columns: 1fr;
        gap: 50px;
    }
    
    .works-description {
        padding-left: 0;
        text-align: center;
    }
    
    .works-features {
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .works-about {
        padding: 60px 0;
    }
    
    .works-about-title {
        font-size: 36px;
    }
    
    .works-stats {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .works-features {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .stat-item {
        padding: 30px 20px;
    }
    
    .stat-number {
        font-size: 36px;
    }
}

@media (max-width: 480px) {
    .works-about-title {
        font-size: 28px;
    }
    
    .works-description h3 {
        font-size: 24px;
    }
    
    .stat-number {
        font-size: 32px;
    }
}
/* vision mission */
.vision-mission {
    padding: 80px 0;
    background: linear-gradient(135deg, #f5f9ff 0%, #ffffff 100%);
    position: relative;
    overflow: hidden;
}

.vision-mission-container {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 40px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    align-items: stretch;
}

/* Kolom Gambar */
.vision-image-column {
    position: relative;
    height: 100%;
    min-height: 500px;
    border-radius: 20px;
    overflow: hidden;
}

.image-container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 25px 40px rgba(16, 110, 234, 0.15);
}

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

.image-container:hover img {
    transform: scale(1.05);
}

/* Kolom Konten */
.vision-content-column {
    position: relative;
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.content-carousel {
    position: relative;
    width: 100%;
}

.carousel-track {
    display: flex;
    width: 100%;
    transition: transform 0.5s ease;
}

.carousel-slide {
    min-width: 100%;
    flex: 0 0 100%;
    padding: 20px 10px;
    box-sizing: border-box;
}

/* Ikon */
.card-icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, var(--accent-color), #0d5dc4);
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
    box-shadow: 0 15px 30px rgba(16, 110, 234, 0.25);
}

.card-icon i {
    font-size: 30px;
    color: var(--contrast-color);
}

/* Judul */
.card-title {
    font-size: 32px;
    font-weight: 700;
    color: var(--heading-color);
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 12px;
}

.card-title::after {
    content: '';
    position: absolute;
    width: 60px;
    height: 4px;
    background: linear-gradient(90deg, var(--accent-color), #0d5dc4);
    bottom: 0;
    left: 0;
    border-radius: 2px;
}

/* Deskripsi */
.card-description {
    color: var(--default-color);
    line-height: 1.7;
    margin-bottom: 20px;
    font-size: 16px;
}

/* List Mission */
.mission-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    list-style: none;
    margin: 25px 0 0;
    padding: 0;
}

.mission-list li {
    position: relative;
    padding: 15px 15px 15px 45px;
    background: #ffffff;
    border: 1px solid rgba(16, 110, 234, 0.1);
    border-radius: 12px;
    color: var(--default-color);
    font-size: 14px;
    line-height: 1.5;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    word-break: break-word;
}

.mission-list li::before {
    content: '✓';
    font-family: Arial, sans-serif;
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    background: rgba(16, 110, 234, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--accent-color);
    font-size: 14px;
    font-weight: bold;
    transition: all 0.3s ease;
}

.mission-list li:hover {
    border-color: var(--accent-color);
    box-shadow: 0 5px 15px rgba(16, 110, 234, 0.1);
    transform: translateY(-2px);
}

.mission-list li:hover::before {
    background: var(--accent-color);
    color: #fff;
}

/* Navigation */
.carousel-nav {
    margin-top: 30px;
}

.slide-indicators {
    display: flex;
    gap: 15px;
    justify-content: flex-start;
    align-items: center;
}

.indicator {
    padding: 8px 24px;
    background: rgba(16, 110, 234, 0.1);
    border: 2px solid rgba(16, 110, 234, 0.2);
    border-radius: 30px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-weight: 600;
    font-size: 14px;
    color: var(--accent-color);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.indicator:hover {
    background: rgba(16, 110, 234, 0.15);
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(16, 110, 234, 0.2);
}

.indicator.active {
    background: var(--accent-color);
    color: white;
    border-color: var(--accent-color);
    box-shadow: 0 5px 20px rgba(16, 110, 234, 0.3);
}

/* Section Title */
.section-title {
    text-align: center;
    margin-bottom: 50px;
    padding: 0 20px;
}

.section-title p {
    font-size: 38px;
    font-weight: 700;
    color: var(--heading-color);
    margin: 0;
    display: inline-block;
}

.section-title .description-title {
    color: var(--accent-color);
    position: relative;
}

.section-title .description-title::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, var(--accent-color), transparent);
    bottom: -5px;
    left: 0;
}

/* Tablet Landscape */
@media (max-width: 1024px) {
    .vision-mission-container {
        gap: 30px;
        padding: 0 20px;
    }
    
    .vision-image-column {
        min-height: 450px;
    }
    
    .card-title {
        font-size: 28px;
    }
    
    .mission-list {
        gap: 12px;
    }
    
    .mission-list li {
        padding: 12px 12px 12px 40px;
        font-size: 13px;
    }
}

/* Tablet Portrait */
@media (max-width: 968px) {
    .vision-mission {
        padding: 60px 0;
    }
    
    .vision-mission-container {
        grid-template-columns: 1fr;
        gap: 40px;
        max-width: 700px;
    }
    
    .vision-image-column {
        min-height: 400px;
        height: 400px;
    }
    
    .vision-content-column {
        min-height: auto;
    }
    
    .mission-list {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .slide-indicators {
        justify-content: center;
    }
}

/* Mobile Large */
@media (max-width: 768px) {
    .vision-mission {
        padding: 50px 0;
    }
    
    .section-title p {
        font-size: 32px;
    }
    
    .vision-image-column {
        min-height: 300px;
        height: 300px;
    }
    
    .mission-list {
        grid-template-columns: 1fr;
        gap: 12px;
    }
    
    .card-icon {
        width: 60px;
        height: 60px;
        border-radius: 15px;
    }
    
    .card-icon i {
        font-size: 26px;
    }
    
    .card-title {
        font-size: 26px;
    }
    
    .carousel-slide {
        padding: 15px 5px;
    }
    
    .indicator {
        padding: 6px 20px;
        font-size: 13px;
    }
}

/* Mobile Medium */
@media (max-width: 576px) {
    .vision-mission {
        padding: 40px 0;
    }
    
    .section-title p {
        font-size: 28px;
    }
    
    .vision-image-column {
        min-height: 250px;
        height: 250px;
    }
    
    .card-icon {
        width: 55px;
        height: 55px;
        border-radius: 12px;
        margin-bottom: 20px;
    }
    
    .card-icon i {
        font-size: 24px;
    }
    
    .card-title {
        font-size: 24px;
        margin-bottom: 15px;
        padding-bottom: 10px;
    }
    
    .card-title::after {
        width: 50px;
        height: 3px;
    }
    
    .card-description {
        font-size: 14px;
        line-height: 1.6;
        margin-bottom: 15px;
    }
    
    .mission-list li {
        padding: 12px 12px 12px 38px;
        font-size: 13px;
        min-height: 45px;
    }
    
    .mission-list li::before {
        width: 22px;
        height: 22px;
        font-size: 12px;
        left: 10px;
    }
    
    .slide-indicators {
        gap: 10px;
    }
    
    .indicator {
        padding: 5px 16px;
        font-size: 12px;
    }
}

/* Mobile Small */
@media (max-width: 375px) {
    .vision-mission {
        padding: 30px 0;
    }
    
    .section-title {
        margin-bottom: 30px;
    }
    
    .section-title p {
        font-size: 24px;
    }
    
    .vision-image-column {
        min-height: 200px;
        height: 200px;
    }
    
    .vision-mission-container {
        gap: 30px;
        padding: 0 15px;
    }
    
    .card-icon {
        width: 50px;
        height: 50px;
        border-radius: 10px;
        margin-bottom: 15px;
    }
    
    .card-icon i {
        font-size: 22px;
    }
    
    .card-title {
        font-size: 22px;
    }
    
    .card-description {
        font-size: 13px;
    }
    
    .mission-list li {
        padding: 10px 10px 10px 35px;
        font-size: 12px;
    }
    
    .indicator {
        padding: 4px 12px;
        font-size: 11px;
    }
}

/* Landscape Mode */
@media (max-width: 968px) and (orientation: landscape) {
    .vision-image-column {
        min-height: 350px;
        height: 350px;
    }
    
    .mission-list {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* High-resolution screens */
@media (min-width: 1400px) {
    .vision-mission-container {
        max-width: 1320px;
    }
    
    .card-title {
        font-size: 36px;
    }
    
    .card-description {
        font-size: 18px;
    }
    
    .mission-list li {
        font-size: 15px;
        padding: 18px 18px 18px 50px;
    }
}
/*--------------------------------------------------------------
# Skills Section
--------------------------------------------------------------*/
.skills .progress {
  height: 60px;
  display: block;
  background: none;
  border-radius: 0;
}

.skills .progress .skill {
  color: var(--heading-color);
  padding: 0;
  margin: 0 0 6px 0;
  text-transform: uppercase;
  display: block;
  font-weight: 600;
  font-family: var(--heading-font);
}

.skills .progress .skill .val {
  float: right;
  font-style: normal;
}

.skills .progress-bar-wrap {
  background: color-mix(in srgb, var(--default-color), transparent 90%);
  height: 10px;
}

.skills .progress-bar {
  width: 1px;
  height: 10px;
  transition: 0.9s;
  background-color: var(--accent-color);
}

/*--------------------------------------------------------------
# Stats Section
--------------------------------------------------------------*/
.stats i {
  background-color: var(--accent-color);
  color: var(--contrast-color);
  border: 6px solid var(--surface-color);
  width: 64px;
  height: 64px;
  font-size: 24px;
  border-radius: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}

.stats .stats-item {
  background-color: color-mix(in srgb, var(--accent-color), transparent 95%);
  margin-top: -32px;
  padding: 40px 30px 35px 30px;
  width: 100%;
  position: relative;
  text-align: center;
  border-radius: 4px;
  z-index: 0;
}

.stats .stats-item span {
  font-size: 36px;
  display: block;
  font-weight: 700;
}

.stats .stats-item p {
  padding: 0;
  margin: 0;
  font-family: var(--heading-font);
  font-size: 16px;
}

/*--------------------------------------------------------------
# Clients Section
--------------------------------------------------------------*/
/* =================================
   Section Base Setup
================================= */
.clients {
    padding: 70px 0;
    background: var(--background-color); /* Pastikan variabel ini ada, atau ganti dengan warna hex misal #f8f9fa */
    position: relative;
    overflow: hidden;
}

/* Judul Section Minimalis */
.clients .section-title {
    text-align: center;
    margin-bottom: 0px !important;
}

.section-title p {
    font-size: 2rem;
    font-weight: 700;
    color: var(--heading-color, #333);
    margin: 0;
    font-family: var(--heading-font, sans-serif);
}

.section-title span.description-title {
    color: var(--accent-color, #0d6efd); /* Warna aksen utama Anda */
    position: relative;
    display: inline-block;
}

/* Garis kecil di bawah teks "Partners" */
.section-title span.description-title::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 3px;
    background: var(--accent-color, #0d6efd);
    bottom: -8px;
    left: 0;
    border-radius: 2px;
    opacity: 0.6;
}

/* =================================
   Swiper Slider Styling
================================= */
/* Memberi ruang untuk pagination di bawah */
.clients .swiper {
    padding: 20px 0 50px 0;
}

.clients .swiper-slide {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* Tidak ada background kotak */
    background: transparent; 
    position: relative;
}

/* --- GAYA LOGO BERWARNA --- */
.clients .swiper-slide img {
    max-width: 200px; /* Ukuran logo yang proporsional */
    height: auto;
    /* PENTING: Tidak ada grayscale */
    /* Opsional: Sedikit transparan saat diam agar terlihat lembut */
    opacity: 0.85; 
    transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    cursor: pointer;
    /* Memastikan tidak ada shadow atau border kotak warisan */
    box-shadow: none;
    border-radius: 0;
    padding: 5px;
    /* transform: scale(2) !important */
}

/* Efek Hover: Logo menjadi jelas, membesar sedikit, dan ada bayangan halus */
.clients .swiper-slide:hover img {
    opacity: 1;
    transform: scale(2) translateY(-5px); /* Efek 'mengambang' ke atas */
    /* Bayangan halus di belakang bentuk logo (bukan kotak) */
    filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.1)); 
}

/* --- NAMA KLIEN (Muncul saat hover) --- */
.client-info {
    margin-top: 15px;
    font-size: 0.9rem;
    font-weight: 600;
    color: var(--heading-color, #333);
    /* Default tersembunyi */
    opacity: 0;
    transform: translateY(15px);
    transition: all 0.3s ease;
    text-align: center;
    pointer-events: none;
}

.clients .swiper-slide:hover .client-info {
    /* Muncul saat hover */
    opacity: 1;
    transform: translateY(0);
}

/* =================================
   Navigation Arrows & Pagination
================================= */
/* Container panah navigasi, posisinya melayang di tengah vertikal */
.clients .swiper-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    left: 0;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    pointer-events: none; /* Agar area tengah bisa di-klik (tembus) */
    z-index: 10;
    padding: 0 10px;
}

/* Tombol Panah Minimalis */
.clients .swiper-button {
    pointer-events: auto; /* Aktifkan klik hanya pada tombol */
    width: 44px;
    height: 44px;
    background: rgba(255, 255, 255, 0.7); /* Latar belakang semi-transparan */
    backdrop-filter: blur(8px); /* Efek blur modern */
    border-radius: 50%;
    color: var(--accent-color, #0d6efd);
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    border: 1px solid rgba(255,255,255,0.9);
    transition: all 0.3s ease;
}

.clients .swiper-button:hover {
    background: var(--accent-color, #0d6efd);
    color: #fff;
    border-color: var(--accent-color, #0d6efd);
    transform: scale(1.05);
    box-shadow: 0 5px 15px rgba(13, 110, 253, 0.3);
}

/* Ukuran ikon panah */
.clients .swiper-button::after {
    font-size: 18px;
    font-weight: 700;
}

/* Styles untuk Pagination (Garis modern di bawah) */
.clients .swiper-pagination-bullet {
    width: 18px; /* Bentuk garis pendek */
    height: 4px;
    border-radius: 4px;
    background: var(--accent-color, #0d6efd);
    opacity: 0.3;
    transition: all 0.3s ease;
    margin: 0 6px !important;
}

/* Garis aktif lebih panjang */
.clients .swiper-pagination-bullet-active {
    width: 30px;
    opacity: 1;
}

/* =================================
   Partner Counter (Bagian Bawah)
================================= */
.partner-counter {
    text-align: center;
    margin-top: 20px;
    padding-top: 30px;
    border-top: 1px solid rgba(0,0,0,0.08); /* Garis pemisah halus */
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
}

.counter-number {
    font-size: 3rem;
    font-weight: 800;
    /* Gradient text effect */
    background: linear-gradient(135deg, var(--accent-color, #0d6efd), #0a58ca);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 1;
    font-family: var(--heading-font, sans-serif);
}

.counter-label {
    font-size: 0.95rem;
    color: #6c757d;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    text-align: left;
    line-height: 1.3;
}

/* Partner Counter */
.partner-counter {
    text-align: center;
    margin-top: 40px;
    padding: 20px;
    background: var(--surface-color);
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
}

.counter-number {
    font-size: 36px;
    font-weight: 800;
    color: var(--accent-color);
    margin-bottom: 5px;
}

.counter-label {
    font-size: 14px;
    color: var(--default-color);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Hover Info */
.client-info {
    position: absolute;
    bottom: -40px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--surface-color);
    padding: 10px 20px;
    border-radius: 25px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    opacity: 0;
    transition: all 0.3s ease;
    font-size: 12px;
    font-weight: 600;
    color: var(--heading-color);
    white-space: nowrap;
    z-index: 20;
}

.clients .swiper-slide:hover .client-info {
    opacity: 1;
    bottom: -50px;
}

/* Responsive */
@media (max-width: 768px) {
    .clients {
        padding: 60px 0;
    }
    
    .clients .swiper::before,
    .clients .swiper::after {
        width: 50px;
    }
    
    .clients .swiper-slide img {
        max-width: 200px !important;
        padding: 10px;
    }
    
    .partner-counter {
        max-width: 250px;
    }
    
    .counter-number {
        font-size: 28px;
    }
}

@media (max-width: 480px) {
    .clients .swiper-slide img {
        max-width: 100px;
    }
    
    .clients .swiper-button {
        width: 40px;
        height: 40px;
        font-size: 16px;
    }
}
/*--------------------------------------------------------------
# Services Section
--------------------------------------------------------------*/
/* Services Section */
.services {
    padding: 80px 0;
    position: relative;
    overflow: hidden;
    background-color: #ffffff;
}

.services .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    width: 100%;
    box-sizing: border-box;
}

/* Section Title */
.services .section-title {
    text-align: center;
    margin-bottom: 60px;
}

.services .section-title p {
    font-size: 36px;
    font-weight: 700;
    margin: 0;
    line-height: 1.2;
    color: #333333;
}

.services .section-title .description-title {
    color: #007bff;
}

/* Services Grid */
.services-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    width: 100%;
}

/* Service Item - Konsisten untuk semua ukuran */
.service-item {
    background-color: #ffffff;
    text-align: center;
    border: 1px solid #eaeaea;
    border-radius: 12px;
    padding: 40px 20px 30px;
    transition: all 0.3s ease;
    position: relative;
    height: auto;
    min-height: 280px;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.03);
    width: 100%;
    box-sizing: border-box;
}

.service-item:hover {
    border-color: #007bff;
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0, 123, 255, 0.1);
}

/* Service Number - Tampil di semua kondisi */
/* Service Number - Lebih jelas dengan warna yang sesuai */
.service-number {
    font-size: 48px;
    font-weight: 800;
    color: rgba(0, 123, 255, 0.15); /* Warna biru dengan transparansi rendah */
    position: absolute;
    top: 10px;
    left: 15px;
    line-height: 1;
    font-family: 'Arial', sans-serif;
    letter-spacing: -2px;
    transition: color 0.3s ease;
    z-index: 1;
    display: block !important;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.05); /* Tambah shadow sedikit */
}

.service-item:hover .service-number {
    color: rgba(0, 123, 255, 0.25); /* Lebih jelas saat hover */
}

/* Alternatif jika ingin warna solid dengan opacity */
.service-number-alt {
    font-size: 48px;
    font-weight: 800;
    color: #007bff; /* Warna biru solid */
    opacity: 0.15; /* Transparansi 15% */
    position: absolute;
    top: 10px;
    left: 15px;
    line-height: 1;
    font-family: 'Arial', sans-serif;
    letter-spacing: -2px;
    transition: opacity 0.3s ease;
    z-index: 1;
    display: block !important;
}

.service-item:hover .service-number-alt {
    opacity: 0.25; /* Lebih jelas saat hover */
}

/* Service Icon - Gambar diperbesar */
.service-icon {
    width: 140px;
    height: 140px;
    margin: 0 auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;
}

.service-icon img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
    transition: transform 0.3s ease;
    transform: scale(1.3);
}

.service-item:hover .service-icon img {
    transform: scale(1.5);
}

/* Service Title */
.service-title {
    font-weight: 600;
    margin: 10px 0 0;
    font-size: 18px;
    line-height: 1.4;
    color: #333333;
    transition: color 0.3s ease;
    position: relative;
    z-index: 2;
    width: 100%;
    word-wrap: break-word;
}

.service-title a {
    color: inherit;
    text-decoration: none;
    display: inline-block;
}

.service-item:hover .service-title {
    color: #007bff;
}

/* Stretched link */
.service-item .stretched-link {
    position: static;
}

.service-item .stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 3;
    content: "";
}

/* RESPONSIVE BREAKPOINTS */

/* Large Desktop */
@media screen and (min-width: 1400px) {
    .services .container {
        max-width: 1320px;
    }
    
    .service-item {
        min-height: 300px;
        padding: 45px 25px 35px;
    }
    
    .service-icon {
        width: 160px;
        height: 160px;
    }
    
    .service-number {
        font-size: 56px;
    }
    
    .service-title {
        font-size: 20px;
    }
}

/* Desktop */
@media screen and (min-width: 1200px) and (max-width: 1399px) {
    .services-grid {
        gap: 25px;
    }
    
    .service-icon {
        width: 150px;
        height: 150px;
    }
}

/* Small Desktop / Large Tablet */
@media screen and (min-width: 992px) and (max-width: 1199px) {
    .services-grid {
        gap: 20px;
    }
    
    .service-item {
        padding: 35px 15px 25px;
        min-height: 260px;
    }
    
    .service-icon {
        width: 130px;
        height: 130px;
    }
    
    .service-number {
        font-size: 42px;
    }
}

/* Tablet Landscape */
@media screen and (min-width: 768px) and (max-width: 991px) {
    .services-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 25px;
    }
    
    .service-item {
        min-height: 250px;
        padding: 35px 20px 25px;
    }
    
    .service-icon {
        width: 140px;
        height: 140px;
    }
    
    .service-number {
        font-size: 44px;
    }
    
    .service-title {
        font-size: 18px;
    }
}

/* Tablet Portrait */
@media screen and (min-width: 576px) and (max-width: 767px) {
    .services-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
    
    .service-item {
        min-height: 240px;
        padding: 30px 15px 20px;
    }
    
    .service-icon {
        width: 120px;
        height: 120px;
        margin-bottom: 15px;
    }
    
    .service-number {
        font-size: 40px;
        top: 8px;
        left: 12px;
    }
    
    .service-title {
        font-size: 16px;
    }
}

/* Mobile Landscape */
@media screen and (min-width: 481px) and (max-width: 575px) {
    .services-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }
    
    .service-item {
        min-height: 220px;
        padding: 25px 10px 20px;
    }
    
    .service-icon {
        width: 100px;
        height: 100px;
        margin-bottom: 12px;
    }
    
    .service-number {
        font-size: 36px;
        top: 5px;
        left: 8px;
    }
    
    .service-title {
        font-size: 14px;
    }
}

/* Mobile Portrait */
@media screen and (max-width: 480px) {
    .services {
        padding: 50px 0;
    }
    
    .services .section-title p {
        font-size: 28px;
    }
    
    .services-grid {
        grid-template-columns: 1fr;
        gap: 20px;
        max-width: 350px;
        margin: 0 auto;
    }
    
    .service-item {
        min-height: 250px;
        padding: 35px 20px 25px;
        width: 100%;
    }
    
    .service-icon {
        width: 130px;
        height: 130px;
        margin-bottom: 15px;
    }
    
    .service-number {
        font-size: 48px;
        top: 10px;
        left: 15px;
    }
    
    .service-title {
        font-size: 18px;
    }
}

/* Small Mobile */
@media screen and (max-width: 360px) {
    .service-item {
        min-height: 230px;
        padding: 30px 15px 20px;
    }
    
    .service-icon {
        width: 110px;
        height: 110px;
    }
    
    .service-number {
        font-size: 42px;
    }
    
    .service-title {
        font-size: 16px;
    }
}

/* Landscape mode untuk mobile kecil */
@media screen and (max-height: 500px) and (orientation: landscape) {
    .services {
        padding: 40px 0;
    }
    
    .services-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .service-item {
        min-height: 200px;
        padding: 20px 10px 15px;
    }
}

/* High resolution tablets */
@media screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: portrait) {
    .services-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 25px;
    }
}

/* Print styles */
@media print {
    .service-item {
        break-inside: avoid;
        box-shadow: none;
        border: 1px solid #ddd;
        page-break-inside: avoid;
    }
    
    .service-number {
        color: rgba(0, 0, 0, 0.1);
    }
}
/*--------------------------------------------------------------
# Testimonials Section
--------------------------------------------------------------*/
.testimonials {
  padding: 80px 0;
  position: relative;
}

.testimonials:before {
  content: "";
  background: color-mix(in srgb, var(--background-color), transparent 30%);
  position: absolute;
  inset: 0;
  z-index: 2;
}

.testimonials .testimonials-bg {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.testimonials .container {
  position: relative;
  z-index: 3;
}

.testimonials .testimonials-carousel,
.testimonials .testimonials-slider {
  overflow: hidden;
}

.testimonials .testimonial-item {
  text-align: center;
}

.testimonials .testimonial-item .testimonial-img {
  width: 100px;
  border-radius: 50%;
  border: 6px solid color-mix(in srgb, var(--default-color), transparent 85%);
  margin: 0 auto;
}

.testimonials .testimonial-item h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0 5px 0;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  margin: 0 0 15px 0;
  color: color-mix(in srgb, var(--default-color), transparent 40%);
}

.testimonials .testimonial-item .stars {
  margin-bottom: 15px;
}

.testimonials .testimonial-item .stars i {
  color: #ffc107;
  margin: 0 1px;
}

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
  color: color-mix(in srgb, var(--default-color), transparent 40%);
  font-size: 26px;
  line-height: 0;
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
  transform: scale(-1, -1);
}

.testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 auto 15px auto;
}

.testimonials .swiper-wrapper {
  height: auto;
}

.testimonials .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: color-mix(in srgb, var(--default-color), transparent 50%);
  opacity: 0.5;
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--default-color);
  opacity: 1;
}

@media (min-width: 992px) {
  .testimonials .testimonial-item p {
    width: 80%;
  }
}

/*--------------------------------------------------------------
# Portfolio Section
--------------------------------------------------------------*/
.portfolio .portfolio-filters {
  padding: 0;
  margin: 0 auto 20px auto;
  list-style: none;
  text-align: center;
}

.portfolio .portfolio-filters li {
  cursor: pointer;
  display: inline-block;
  padding: 8px 20px 10px 20px;
  margin: 0;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 5px;
  border-radius: 4px;
  transition: all 0.3s ease-in-out;
  font-family: var(--heading-font);
}

.portfolio .portfolio-filters li:hover,
.portfolio .portfolio-filters li.filter-active {
  color: var(--contrast-color);
  background-color: var(--accent-color);
}

.portfolio .portfolio-filters li:first-child {
  margin-left: 0;
}

.portfolio .portfolio-filters li:last-child {
  margin-right: 0;
}

@media (max-width: 575px) {
  .portfolio .portfolio-filters li {
    font-size: 14px;
    margin: 0 0 10px 0;
  }
}

.portfolio .portfolio-item {
  position: relative;
  overflow: hidden;
}

.portfolio .portfolio-item .portfolio-info {
  opacity: 0;
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: -100%;
  z-index: 3;
  transition: all ease-in-out 0.5s;
  background: color-mix(in srgb, var(--background-color), transparent 10%);
  padding: 15px;
}

.portfolio .portfolio-item .portfolio-info h4 {
  font-size: 18px;
  font-weight: 600;
  padding-right: 50px;
}

.portfolio .portfolio-item .portfolio-info p {
  color: color-mix(in srgb, var(--default-color), transparent 30%);
  font-size: 14px;
  margin-bottom: 0;
  padding-right: 50px;
}

.portfolio .portfolio-item .portfolio-info .preview-link,
.portfolio .portfolio-item .portfolio-info .details-link {
  position: absolute;
  right: 50px;
  font-size: 24px;
  top: calc(50% - 14px);
  color: color-mix(in srgb, var(--default-color), transparent 30%);
  transition: 0.3s;
  line-height: 0;
}

.portfolio .portfolio-item .portfolio-info .preview-link:hover,
.portfolio .portfolio-item .portfolio-info .details-link:hover {
  color: var(--accent-color);
}

.portfolio .portfolio-item .portfolio-info .details-link {
  right: 14px;
  font-size: 28px;
}

.portfolio .portfolio-item:hover .portfolio-info {
  opacity: 1;
  bottom: 0;
}

/*--------------------------------------------------------------
# Team Section
--------------------------------------------------------------*/
.team .team-member {
  background-color: var(--surface-color);
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  border-radius: 5px;
}

.team .team-member .member-img {
  position: relative;
  overflow: hidden;
}

.team .team-member .social {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 40px;
  opacity: 0;
  transition: ease-in-out 0.3s;
  background: color-mix(in srgb, var(--background-color), transparent 20%);
  display: flex;
  align-items: center;
  justify-content: center;
}

.team .team-member .social a {
  transition: color 0.3s;
  color: var(--heading-color);
  margin: 0 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.team .team-member .social a i {
  line-height: 0;
}

.team .team-member .social a:hover {
  color: var(--accent-color);
}

.team .team-member .social i {
  font-size: 18px;
  margin: 0 2px;
}

.team .team-member .member-info {
  padding: 25px 15px;
  text-align: center;
}

.team .team-member .member-info h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 18px;
  color: color-mix(in srgb, var(--default-color), transparent 20%);
}

.team .team-member .member-info span {
  display: block;
  font-size: 13px;
  font-weight: 400;
  color: color-mix(in srgb, var(--default-color), transparent 40%);
}

.team .team-member .member-info p {
  font-style: italic;
  font-size: 14px;
  line-height: 26px;
  color: color-mix(in srgb, var(--default-color), transparent 40%);
}

.team .team-member:hover .social {
  opacity: 1;
}

/*--------------------------------------------------------------
# Pricing Section
--------------------------------------------------------------*/
#pricing .row {
    display: flex;
    justify-content: center; /* Biar konten rata tengah kalau kurang dari 4 */
    flex-wrap: wrap;
}

#pricing .pricing-item {
    margin: 0 auto;
}

#pricing .grid-dynamic {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    max-width: 1100px;
    margin: 0 auto;
    gap: 20px;
    justify-content: center;
}



.pricing .pricing-item {
  background-color: var(--surface-color);
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1);
  padding: 20px;
  text-align: center;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
}

.pricing .pricing-item h3 {
  font-weight: 400;
  margin: -20px -20px 20px -20px;
  padding: 20px 15px;
  font-size: 16px;
  font-weight: 600;
  color: color-mix(in srgb, var(--default-color), transparent 20%);
  background: color-mix(in srgb, var(--default-color), transparent 95%);
}

.pricing .pricing-item h4 {
  font-size: 36px;
  font-weight: 600;
  font-family: var(--heading-font);
}

.pricing .pricing-item h4 sup {
  font-size: 20px;
  top: -15px;
  left: -3px;
}

.pricing .pricing-item h4 span {
  color: color-mix(in srgb, var(--default-color), transparent 40%);
  font-size: 16px;
  font-weight: 300;
}

.pricing .pricing-item ul {
  padding: 15px 0;
  list-style: none;
  text-align: center;
  line-height: 20px;
  font-size: 14px;
}

.pricing .pricing-item ul li {
  padding-bottom: 16px;
}

.pricing .pricing-item ul i {
  color: var(--accent-color);
  font-size: 18px;
  padding-right: 4px;
}

.pricing .pricing-item ul .na {
  color: color-mix(in srgb, var(--default-color), transparent 40%);
  text-decoration: line-through;
}

.pricing .btn-wrap {
  background: color-mix(in srgb, var(--default-color), transparent 95%);
  margin: 0 -20px -20px -20px;
  padding: 20px 15px;
  text-align: center;
}

.pricing .btn-buy {
  background: var(--accent-color);
  color: var(--contrast-color);
  display: inline-block;
  padding: 8px 35px 10px 35px;
  border-radius: 4px;
  transition: none;
  font-size: 14px;
  font-weight: 400;
  font-family: var(--heading-font);
  font-weight: 600;
  transition: 0.3s;
}

.pricing .btn-buy:hover {
  background: color-mix(in srgb, var(--accent-color), transparent 20%);
}

.pricing .featured h3 {
  background: var(--accent-color);
  color: var(--contrast-color);
}

.pricing .advanced {
  background: var(--accent-color);
  color: var(--contrast-color);
  width: 200px;
  position: absolute;
  top: 18px;
  right: -68px;
  transform: rotate(45deg);
  z-index: 1;
  font-size: 14px;
  padding: 1px 0 3px 0;
}

/*--------------------------------------------------------------
# Faq Section
--------------------------------------------------------------*/
.faq {
    padding: 100px 0;
    background: var(--background-color);
    position: relative;
}

.faq .section-title {
    text-align: center;
    padding-bottom: 0px !important;
}

.faq .section-title h2 {
    font-size: 14px;
    font-weight: 600;
    color: var(--accent-color);
    text-transform: uppercase;
    letter-spacing: 2px;
    padding-bottom: 0px !important;
}

.faq .section-title p {
    font-size: 42px;
    font-weight: 700;
    color: var(--heading-color);
    margin-bottom: 0;
}

.faq .section-title .description-title {
    color: var(--accent-color);
    position: relative;
}

.faq .section-title .description-title::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, var(--accent-color), transparent);
    bottom: -5px;
    left: 0;
}

/* FAQ Container */
.faq-container {
    max-width: 800px;
    margin: 0 auto;
}

/* FAQ Item */
.faq-item {
    background: var(--surface-color);
    border: 1px solid rgba(16, 110, 234, 0.1);
    border-radius: 15px;
    padding: 30px;
    margin-bottom: 20px;
    position: relative;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    overflow: hidden;
}

.faq-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(16, 110, 234, 0.03), transparent);
    transition: left 0.6s ease;
}

.faq-item:hover::before {
    left: 100%;
}

.faq-item:last-child {
    margin-bottom: 0;
}

/* FAQ Header */
.faq-item h3 {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.5;
    margin: 0 50px 0 0;
    cursor: pointer;
    transition: all 0.3s ease;
    color: var(--heading-color);
    display: flex;
    align-items: flex-start;
    gap: 15px;
}

.faq-item h3 .num {
    color: var(--accent-color);
    font-weight: 700;
    font-size: 16px;
    min-width: 25px;
    transition: all 0.3s ease;
}

.faq-item:hover h3 {
    color: var(--accent-color);
}

.faq-item:hover h3 .num {
    transform: scale(1.1);
}

/* FAQ Content */
.faq-content {
    display: grid;
    grid-template-rows: 0fr;
    transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    opacity: 0;
    margin-top: 0;
}

.faq-content p {
    margin: 0;
    overflow: hidden;
    line-height: 1.7;
    color: var(--default-color);
    font-size: 15px;
}

/* FAQ Toggle */
.faq-toggle {
    position: absolute;
    top: 30px;
    right: 30px;
    width: 36px;
    height: 36px;
    background: rgba(16, 110, 234, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: var(--accent-color);
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    cursor: pointer;
    border: 1px solid rgba(16, 110, 234, 0.2);
}

.faq-toggle:hover {
    background: var(--accent-color);
    color: var(--contrast-color);
    transform: scale(1.1);
    box-shadow: 0 5px 15px rgba(16, 110, 234, 0.3);
}

/* Active State */
.faq-active {
    background: linear-gradient(135deg, var(--surface-color) 0%, rgba(16, 110, 234, 0.02) 100%);
    border-color: rgba(16, 110, 234, 0.3);
    box-shadow: 0 10px 30px rgba(16, 110, 234, 0.15);
    transform: translateY(-2px);
}

.faq-active::before {
    display: none;
}

.faq-active h3 {
    color: var(--accent-color);
    margin-bottom: 10px;
}

.faq-active h3 .num {
    color: var(--accent-color);
    transform: scale(1.1);
}

.faq-active .faq-content {
    grid-template-rows: 1fr;
    opacity: 1;
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid rgba(16, 110, 234, 0.1);
}

.faq-active .faq-toggle {
    background: var(--accent-color);
    color: var(--contrast-color);
    transform: rotate(90deg) scale(1.1);
    box-shadow: 0 5px 15px rgba(16, 110, 234, 0.3);
}

.faq-active .faq-toggle:hover {
    background: #0d5dc4;
    transform: rotate(90deg) scale(1.2);
}

/* Number Animation */
@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(16, 110, 234, 0.4);
    }
    70% {
        box-shadow: 0 0 0 10px rgba(16, 110, 234, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(16, 110, 234, 0);
    }
}

.faq-active h3 .num {
    animation: pulse 2s infinite;
}

/* Background Elements */
.faq::before {
    content: '';
    position: absolute;
    top: 10%;
    right: 10%;
    width: 200px;
    height: 200px;
    background: radial-gradient(circle, rgba(16, 110, 234, 0.05) 0%, transparent 70%);
    border-radius: 50%;
    z-index: 0;
}

.faq::after {
    content: '';
    position: absolute;
    bottom: 10%;
    left: 5%;
    width: 150px;
    height: 150px;
    background: radial-gradient(circle, rgba(16, 110, 234, 0.03) 0%, transparent 70%);
    border-radius: 50%;
    z-index: 0;
}

/* Responsive */
@media (max-width: 768px) {
    .faq {
        padding: 60px 0;
    }
    
    .faq .section-title p {
        font-size: 32px;
    }
    
    .faq-item {
        padding: 25px 20px;
    }
    
    .faq-item h3 {
        font-size: 16px;
        margin-right: 40px;
    }
    
    .faq-toggle {
        top: 25px;
        right: 20px;
        width: 32px;
        height: 32px;
        font-size: 12px;
    }
    
    .faq::before,
    .faq::after {
        display: none;
    }
}

@media (max-width: 480px) {
    .faq-item h3 {
        font-size: 15px;
        gap: 10px;
    }
    
    .faq-item h3 .num {
        min-width: 20px;
        font-size: 14px;
    }
    
    .faq-content p {
        font-size: 14px;
    }
}
/*--------------------------------------------------------------
# Contact Section - Equal Height Fix
--------------------------------------------------------------*/

/* Pastikan Row menggunakan flexbox dan items stretch (default bootstrap, tapi dipertegas) */
.contact .row.gy-4 {
  display: flex;
  flex-wrap: wrap;
}

/* Kunci Utama: 
   Wrapper konten (info & form) harus mengisi penuh tinggi kolom induknya.
   Kita menggunakan flex-grow: 1 agar dia memanjang ke bawah.
*/
.contact .info-wrap,
.contact .php-email-form {
  height: 100%;       /* Memastikan tinggi mengambil 100% dari parent */
  flex-grow: 1;       /* Mengisi ruang kosong jika ada */
  display: flex;      /* Mengaktifkan flex di dalam box */
  flex-direction: column; /* Menyusun isi secara vertikal */
  /* justify-content: center; (Opsional) Jika ingin konten info berada di tengah vertikal */
  
  /* Styling bawaan */
  background-color: var(--surface-color);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  padding: 30px;
}

/* Khusus untuk form, kita mungkin tidak ingin isinya di tengah (center), tapi tetap di atas */
.contact .php-email-form {
  justify-content: flex-start; 
}

/* -------------------------------------------------------------
   Default Styling
-------------------------------------------------------------- */
@media (max-width: 575px) {
  .contact .info-wrap {
    padding: 20px;
  }
}

.contact .info-wrap {
  background-color: var(--surface-color);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  padding: 30px;
}

.contact .info-item {
  margin-bottom: 40px;
}

.contact .info-item i {
  font-size: 20px;
  color: var(--accent-color);
  background: color-mix(in srgb, var(--accent-color), transparent 92%);
  width: 44px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
  margin-right: 15px;
}

.contact .info-item h3 {
  padding: 0;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 5px;
}

.contact .info-item p {
  padding: 0;
  margin-bottom: 0;
  font-size: 14px;
}

.contact .info-item:hover i {
  background: var(--accent-color);
  color: var(--contrast-color);
}

.contact .php-email-form {
  background-color: var(--surface-color);
  height: 100%;     /* tetap dipertahankan */
  padding: 30px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}

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

.contact .php-email-form input[type=text],
.contact .php-email-form input[type=email],
.contact .php-email-form textarea {
  font-size: 14px;
  padding: 10px 15px;
  box-shadow: none;
  border-radius: 0;
  color: var(--default-color);
  background-color: var(--surface-color);
  border-color: color-mix(in srgb, var(--default-color), transparent 80%);
}

.contact .php-email-form input[type=text]:focus,
.contact .php-email-form input[type=email]:focus,
.contact .php-email-form textarea:focus {
  border-color: var(--accent-color);
}

.contact .php-email-form input[type=text]::placeholder,
.contact .php-email-form input[type=email]::placeholder,
.contact .php-email-form textarea::placeholder {
  color: color-mix(in srgb, var(--default-color), transparent 70%);
}

.contact .php-email-form button[type=submit] {
  color: var(--contrast-color);
  background: var(--accent-color);
  border: 0;
  padding: 10px 30px;
  transition: 0.4s;
  border-radius: 50px;
}

.contact .php-email-form button[type=submit]:hover {
  background: color-mix(in srgb, var(--accent-color), transparent 25%);
}


/*--------------------------------------------------------------
# Service Details Section
--------------------------------------------------------------*/
.service-details .services-list {
  background-color: var(--surface-color);
  padding: 10px 30px;
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
  margin-bottom: 20px;
}

.service-details .services-list a {
  display: block;
  line-height: 1;
  padding: 8px 0 8px 15px;
  border-left: 3px solid color-mix(in srgb, var(--default-color), transparent 70%);
  margin: 20px 0;
  color: color-mix(in srgb, var(--default-color), transparent 20%);
  transition: 0.3s;
}

.service-details .services-list a.active {
  color: var(--heading-color);
  font-weight: 700;
  border-color: var(--accent-color);
}

.service-details .services-list a:hover {
  border-color: var(--accent-color);
}

.service-details .services-img {
  margin-bottom: 20px;
}

.service-details h3 {
  font-size: 26px;
  font-weight: 700;
}

.service-details h4 {
  font-size: 20px;
  font-weight: 700;
}

.service-details p {
  font-size: 15px;
}

.service-details ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.service-details ul li {
  padding: 5px 0;
  display: flex;
  align-items: center;
}

.service-details ul i {
  font-size: 20px;
  margin-right: 8px;
  color: var(--accent-color);
}

/*--------------------------------------------------------------
# Portfolio Details Section
--------------------------------------------------------------*/
.portfolio-details .portfolio-details-slider img {
  width: 100%;
}

.portfolio-details .portfolio-details-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: color-mix(in srgb, var(--default-color), transparent 85%);
  opacity: 1;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--accent-color);
}

.portfolio-details .portfolio-info {
  background-color: var(--surface-color);
  padding: 30px;
  box-shadow: 0px 0 30px rgba(0, 0, 0, 0.1);
}

.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid color-mix(in srgb, var(--default-color), transparent 85%);
}

.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.portfolio-details .portfolio-info ul li+li {
  margin-top: 10px;
}

.portfolio-details .portfolio-description {
  padding-top: 30px;
}

.portfolio-details .portfolio-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
  padding: 0;
  color: color-mix(in srgb, var(--default-color), transparent 30%);
}