/**
* Template Name: Constructo
* Template URL: https://bootstrapmade.com/constructo-bootstrap-construction-template/
* Updated: Aug 30 2025 with Bootstrap v5.3.8
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

@charset "UTF-8";

/*--------------------------------------------------------------
# Font & Color Variables
# Help: https://bootstrapmade.com/color-system/
--------------------------------------------------------------*/
/* Fonts */
:root {
  --default-font: "Inter", "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: "Inter", "Ubuntu", sans-serif;
  --nav-font: "Lato", 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: #f9fafb;
  /* Background color for the entire website, including individual sections */
  --default-color: #333333;
  /* Default color used for the majority of the text content across the entire website */
  --heading-color: #000080;
  /* Color for headings, subheadings and title throughout the website */
  --accent-color: #305CDE;
  /* 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: #333333;
  /* The default color of the main navmenu links */
  --nav-hover-color: #305CDE;
  /* 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: #333333;
  /* Used for navigation links of the dropdown items in the navigation menu. */
  --nav-dropdown-hover-color: #305CDE;
  /* 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: #eff1f3;
  --surface-color: #ffffff;
}

.dark-background {
  --background-color: #212121;
  --default-color: #ffffff;
  --heading-color: #ffffff;
  --accent-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(--accent-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);
  }
}

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

.header .topbar {
  background-color: #000080;
  height: 40px;
  padding: 0;
  font-size: 14px;
  transition: all 0.5s;
}

.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: 13px;
  }
}

.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 a {
  color: color-mix(in srgb, var(--contrast-color), transparent 40%);
  line-height: 0;
  transition: 0.3s;
  margin-left: 20px;
}

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

.header .branding {
  min-height: 60px;
  padding: 10px 0;
}

.header .logo {
  line-height: 1;
}

.header .logo img {
  max-height: 36px;
  margin-right: 8px;
}

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

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

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

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

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

  .navmenu li {
    position: relative;
  }

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

  .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: 15px;
    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: 10px;
    cursor: pointer;
    transition: color 0.3s;
  }

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

  .navmenu ul {
    display: none;
    list-style: none;
    position: absolute;
    inset: 60px 20px 20px 20px;
    padding: 10px 0;
    margin: 0;
    border-radius: 6px;
    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.1);
  }

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

  .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: 10px 0;
    margin: 10px 20px;
    background-color: var(--nav-dropdown-background-color);
    border: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
    box-shadow: none;
    transition: all 0.5s ease-in-out;
  }

  .navmenu .dropdown ul ul {
    background-color: rgba(33, 37, 41, 0.1);
  }

  .navmenu .dropdown>.dropdown-active {
    display: block;
    background-color: rgba(33, 37, 41, 0.03);
  }

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

  .mobile-nav-active .mobile-nav-toggle {
    color: #fff;
    position: absolute;
    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;
  }
}

/*--------------------------------------------------------------
# Global Footer
--------------------------------------------------------------*/
.footer {
  color: var(--default-color);
  background-color: #000080;
  font-size: 14px;
  padding-bottom: 50px;
  position: relative;
  color: #ffffff;
}

.footer .footer-top {
  padding-top: 50px;
  border-top: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
  color: #ffffff;
}

.footer .footer-about .logo {
  line-height: 1;
  margin-bottom: 25px;
  color: #ffffff;
}

.footer .footer-about .logo img {
  max-height: 40px;
  margin-right: 6px;
  color: #ffffff;
}

.footer .footer-about .logo span {
  color: var(--heading-color);
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 1px;
  font-family: var(--heading-font);
  color: #ffffff;
}

.footer .footer-about p {
  font-size: 14px;
  font-family: var(--heading-font);
  color: #ffffff;
}

.footer .social-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid color-mix(in srgb, #fff, transparent 50%);
  font-size: 16px;
  color: #fff;
  margin-right: 10px;
  transition: 0.3s;
  color: #ffffff;
}

.footer .social-links a:hover {
  color: #fff;
  border-color: #fff;
  color: #ffffff;
}

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

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

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

.footer .footer-links ul i {
  padding-right: 2px;
  font-size: 12px;
  line-height: 0;
  color: #ffffff;
}

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

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

.footer .footer-links ul a {
  color: color-mix(in srgb, var(--default-color), transparent 20%);
  display: inline-block;
  line-height: 1;
  color: #ffffff;
}

.footer .footer-links ul a:hover {
  color: var(--accent-color);
  color: #ffffff;
}

.footer .footer-contact p {
  margin-bottom: 5px;
  color: #ffffff;
}

.footer .copyright {
  padding-top: 25px;
  padding-bottom: 25px;
  background-color: color-mix(in srgb, var(--default-color), transparent 95%);
  color: #ffffff;
  background: linear-gradient(135deg, var(--background-color) 0%, color-mix(in srgb, var(--accent-color), transparent 95%) 100%);
}

.footer .copyright p {
  margin-bottom: 0;
  color: #ffffff;
}

.footer .credits {
  margin-top: 6px;
  font-size: 13px;
  color: #ffffff;
}

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

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

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

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

/*--------------------------------------------------------------
# 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 {
  color: var(--default-color);
  background-color: var(--background-color);
  padding: 25px 0;
  position: relative;
}

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

.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: 90px;
  overflow: clip;
}

/* RESPONSIVE MOBILE */
@media (max-width: 1199px) {

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

@media (max-width: 576px) {

  section,
  .section {
    padding: 40px 16px;          /* Kurangkan padding untuk mobile */
    scroll-margin-top: 60px;
    overflow: hidden;            /* Elak issue clip di mobile */
  }
}

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

.section-title h2 {
  font-size: 24px;
  font-weight: 700;
  padding: 0;
  line-height: 1px;
  margin: 0;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  position: relative;
}

.section-title h2::after {
  content: "";
  width: 120px;
  height: 1px;
  display: inline-block;
  background: var(--accent-color);
  margin: 4px 10px;
}

.section-title p {
  color: color-mix(in srgb, var(--default-color), transparent 50%);
  margin: 5px 0 0 0;
  font-size: 16px;
  font-weight: 500;
  font-family: var(--heading-font);
}

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

  section,
  .section {
    padding: 50px 24px;
    scroll-margin-top: 70px;
  }

  .section-title h2 {
    font-size: 20px;
    line-height: 1.3;
  }

  .section-title h2::after {
    width: 100px;
  }

  .section-title p {
    font-size: 15px;
  }
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.hero {
  position: relative;
  height: 100vh;
  overflow: hidden;
  color: #fff;
}

.hero-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  filter: brightness(0.7);
  transition: background-image 0.6s ease;
}

.hero-container {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 8%;
}

.hero-content {
  max-width: 560px;
  color: #fff;
  z-index: 2;
}

.hero-content .subtitle {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-bottom: 14px;
  color: #fff;
  position: relative;
  padding-left: 28px;
}

.hero-content .subtitle::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 18px;
  height: 2px;
  background-color: var(--accent-color, #ff7a00);
  transform: translateY(-50%);
}

.hero-content h1 {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
}

.hero-content p {
  font-size: 17px;
  line-height: 1.7;
  margin-bottom: 32px;
  color: rgba(255, 255, 255, 0.9);
}

/* BUTTONS */
.hero-buttons {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.hero-buttons a {
  display: inline-block;
  padding: 14px 34px;
  border-radius: 50px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}

/* PRIMARY BUTTON */
.hero-buttons .btn-primary {
  background-color: var(--accent-color, #ff7a00);
  color: #fff;
}

.hero-buttons .btn-primary:hover {
  background-color: #000080;
  transform: translateY(-3px);
}

/* SECONDARY BUTTON */
.hero-buttons .btn-secondary {
  background-color: transparent;
  color: #fff;
  border: 2px solid rgba(255, 255, 255, 0.6);
}

.hero-buttons .btn-secondary:hover {
  background-color: rgba(255, 255, 255, 0.15);
  border-color: var(--accent-color, #ff7a00);
  transform: translateY(-3px);
}

.hero-content {
  position: relative;
  max-width: 700px;
  max-height: 700px;
  padding: 40px 45px;
  border-radius: 20px;
  z-index: 2;
}

.hero-content::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.199);
  /* LOW opacity */
  backdrop-filter: blur(8px);
  border-radius: 20px;
  z-index: -1;
}

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

  .hero-container {
    flex-direction: column;
    justify-content: center;
    padding: 0 6%;
    gap: 40px;
    text-align: center;
  }

  .hero-content {
    max-width: 100%;
    padding: 35px 32px;
  }

  .hero-content .subtitle {
    padding-left: 0;
  }

  .hero-content .subtitle::before {
    display: none;
  }

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

  .hero-cards {
    width: 100%;
    max-width: 500px;
  }

  .cards-track {
    justify-content: left;
  }
}

@media (max-width: 576px) {

  .hero {
    height: auto;
    padding: 100px 0 80px;
  }

  .hero-container {
    padding: 0 16px;
    gap: 32px;
  }

  .hero-content {
    padding: 28px 22px;
    border-radius: 16px;
  }

  .hero-content h1 {
    font-size: 28px;
    line-height: 1.3;
  }

  .hero-content p {
    font-size: 14px;
    line-height: 1.6;
  }

  .hero-buttons {
    flex-direction: column;
    gap: 12px;
  }

  .hero-buttons a {
    width: 100%;
    text-align: center;
    padding: 13px 0;
  }
}

/*--------------------------------------------------------------
# HERO CARD SLIDER
--------------------------------------------------------------*/
.hero-cards {
  width: 420px;
  position: relative;
}

.cards-track {
  display: flex;
  gap: 20px;
  transition: transform 0.6s ease;

}

.card {
  min-width: 220px;
  height: 320px;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.35);
}

.card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* CONTROLS */
.controls {
  margin-top: 20px;
  text-align: center;
}

.controls button {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: none;
  cursor: pointer;
  margin: 0 6px;
  font-size: 18px;
}

.hero .controls {
  position: absolute;
  bottom: -60px;
  left: 50%;
  transform: translateX(-50%);
}

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

  .hero-cards {
    width: 100%;
    overflow: hidden;
  }

  .cards-track {
    gap: 16px;
  }

  .card {
    min-width: 200px;
    height: 280px;
  }

  .hero .controls {
    position: static;
    transform: none;
    margin-top: 20px;
  }
}

@media (max-width: 480px) {

  .card {
    min-width: 180px;
    height: 250px;
    border-radius: 14px;
  }

  .controls button {
    width: 34px;
    height: 34px;
    font-size: 16px;
  }
}


/*--------------------------------------------------------------
# LOGO SLIDER
--------------------------------------------------------------*/
@keyframes logoSlider {
  from {
    transform: translate(0);
  }

  to {
    transform: translate(-100%);
  }
}

.logo-slider {
  display: inline-block;
  animation: logoSlider 90s 1s infinite linear;
}

.logo-slider img {
  width: 90px;
  height: 60px;
  object-fit: contain;
  margin: 0 80px;
  filter: grayscale(1);
}

.slider {
  white-space: nowrap;
  overflow: hidden;
  padding: 40px 0;
  position: relative;
  background-color: #fff;
}

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

.slider::before {
  left: 0;
  background: linear-gradient(to left, rgba(255, 255, 255, 0), white);
}

.slider::after {
  right: 0;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), white);
}

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

  .slider {
    padding: 25px 0;
  }

  .logo-slider {
    animation-duration: 70s;
  }

  .logo-slider img {
    width: 70px;
    height: 42px;
    margin: 0 24px;
  }

  .slider::before,
  .slider::after {
    width: 80px;
  }
}

@media (max-width: 480px) {

  .slider {
    padding: 20px 0;
  }

  .logo-slider {
    animation-duration: 60s;
  }

  .logo-slider img {
    width: 60px;
    height: 36px;
    margin: 0 18px;
  }

  .slider::before,
  .slider::after {
    width: 50px;
  }
}


/*--------------------------------------------------------------
# ABOUT SECTION (LANDING PAGE)
--------------------------------------------------------------*/
.about {
  padding: 50px 0;
  background-color: #fff;
}

/* ---------- Left Image ---------- */
.about-image {
  text-align: center;
}

.about-image .main-image {
  width: 100%;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.about-image .main-image:hover {
  transform: scale(1.03);
}

/* ---------- Right Content ---------- */
.about-content h2 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  color: #1e1e1e;
}

.about-content h5.lead {
  font-size: 1.1rem;
  font-weight: 500;
  color: #555;
}

.about-content h5 {
  font-size: 1rem;
  color: #666;
  margin-bottom: 0.2rem;
}

/* Achievement Boxes Horizontal */
.achievement-boxes {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.achievement-boxes .achievement-box {
  background-color: #ffffff;
  border-radius: 10px;
  padding: 15px 20px;
  display: flex;
  align-items: center;
  gap: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  flex: none;
}

.achievement-boxes .achievement-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.achievement-box h3 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #0d6efd;
  margin: 0;
}

.achievement-box p {
  font-size: 0.95rem;
  color: #555;
  margin: 0;
  white-space: nowrap;
  /* satu baris */
}



/* ---------- Call To Action Button ---------- */
.cta-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.cta-container .btn {
  padding: 12px 30px;
  font-size: 1rem;
  font-weight: 500;
  border-radius: 50px;
  transition: all 0.3s ease;
}

.cta-container .btn:hover {
  background-color: #0b5ed7;
  color: #fff;
  transform: translateY(-2px);
}


/* ---------- Responsive ---------- */
@media (max-width: 991.98px) {
  .about {
    padding: 60px 0;
  }

  .about-content h2 {
    font-size: 1.7rem;
    text-align: center;
  }

  .about-content p,
  .about-content p.lead {
    text-align: center;
  }

  .achievement-boxes {
    justify-content: center;
  }

  .about-image {
    margin-bottom: 30px;
  }
}

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

  .about {
    padding: 50px 0;
  }

  .about-image {
    margin-bottom: 28px;
  }

  .about-content {
    text-align: center;
  }

  .about-content h2 {
    font-size: 1.6rem;
    margin-bottom: 1.2rem;
  }

  .about-content h5.lead {
    font-size: 1rem;
  }

  .achievement-boxes {
    justify-content: center;
    gap: 12px;
  }

  .achievement-boxes .achievement-box {
    padding: 14px 18px;
  }
}

/* =======================
   MOBILE ONLY (≤576px)
   ======================= */
@media (max-width: 576px) {

  .about {
    padding: 40px 0;
  }

  /* IMAGE */
  .about-image .main-image {
    border-radius: 10px;
  }

  /* CONTENT */
  .about-content h2 {
    font-size: 1.45rem;
    line-height: 1.3;
  }

  .about-content h5.lead {
    font-size: 0.95rem;
    line-height: 1.5;
  }

  .about-content h5 {
    font-size: 0.9rem;
  }

  /* ACHIEVEMENT BOXES */
  .achievement-boxes {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }

  .achievement-boxes .achievement-box {
    width: 100%;
    max-width: 320px;
    justify-content: center;
    padding: 12px 16px;
  }

  .achievement-box h3 {
    font-size: 1.3rem;
  }

  .achievement-box p {
    font-size: 0.9rem;
    white-space: normal; /* BENARKAN WRAP DI MOBILE */
    text-align: center;
  }

  /* CTA BUTTON */
  .cta-container .btn {
    width: 100%;
    max-width: 280px;
    padding: 12px 0;
    font-size: 0.95rem;
  }
}

/*---------------
# About Section (page)
-----------------*/
.about-L {
  padding: 40px 0;
}

.about-L .subtitle {
  color: var(--accent-color);
  font-weight: 600;
  font-size: 1rem;
  margin-bottom: 0.75rem;
  position: relative;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  text-align: justify;
}

.about-L .about-content {
  padding-left: 20px;
  text-align: justify;
}

.about-L .about-content h2 {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  line-height: 1.3;
}

.about-L .about-content p {
  margin-bottom: 2rem;
  font-size: 1.05rem;
  line-height: 1.8;
  color: color-mix(in srgb, var(--default-color), transparent 15%);
}

.about-L .stats-row {
  display: flex;
  gap: 15px;
  justify-content: center;
  margin-top: 2rem;
}

.about-L .stats-row .stats-item {
  background-color: #f2f7ff;
  border-radius: 12px;
  padding: 15px 20px;
  display: flex;
  align-items: center;
  /* align tengah menegak */
  gap: 10px;
  /* jarak span & p */
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  flex: none;
  border: 1.5px solid #dbeafe;
}

.about-L .stats-row .stats-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.1);
}

.about-L .stats-row .stats-item .count {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--accent-color);
  margin: 0;
}

.about-L .stats-row .stats-item p {
  font-size: 0.95rem;
  font-weight: 500;
  color: #555;
  margin: 0;
  white-space: nowrap;
  /* kekal satu baris */
}

.about-L .mission-card {
  background-color: var(--surface-color);
  padding: 2.5rem 1.5rem;
  border-radius: 8px;
  height: 100%;
  position: relative;
  transition: all 0.3s ease-in-out;
  text-align: center;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
}

.about-L .mission-card:hover {
  transform: translateY(-5px);
}

.about-L .mission-card:hover .icon-box {
  background-color: var(--accent-color);
  color: var(--contrast-color);
}

.about-L .mission-card .icon-box {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: color-mix(in srgb, var(--accent-color), transparent 90%);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.75rem;
  color: var(--accent-color);
  margin: 0 auto 1.5rem;
  transition: all 0.3s ease-in-out;
}

.about-L .mission-card h3 {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.about-L .mission-card p {
  margin-bottom: 0;
  font-size: 0.95rem;
  line-height: 1.8;
  color: color-mix(in srgb, var(--default-color), transparent 15%);
}

.about-L .achievements {
  padding-left: 20px;
}

.about-L .achievements h2 {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  line-height: 1.3;
}

.about-L .achievements p {
  margin-bottom: 1.5rem;
  font-size: 1.05rem;
  line-height: 1.8;
  color: color-mix(in srgb, var(--default-color), transparent 15%);
}

.about-L .achievements .achievements-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 2rem;
}

.about-L .achievements .achievements-list li {
  padding: 0.5rem 0;
  font-size: 1rem;
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.about-L .achievements .achievements-list li i {
  color: var(--accent-color);
  font-size: 1.25rem;
  flex-shrink: 0;
}

.about-L .achievements .btn-explore {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background-color: var(--accent-color);
  color: var(--contrast-color);
  padding: 0.75rem 1.5rem;
  border-radius: 30px;
  font-weight: 600;
  font-size: 0.95rem;
  text-decoration: none;
  transition: all 0.3s ease;
}

.about-L .achievements .btn-explore:hover {
  background-color: color-mix(in srgb, var(--accent-color), transparent 15%);
  gap: 0.75rem;
}

.about-L .achievements .btn-explore i {
  font-size: 1rem;
}

.about-L .about-gallery img {
  border: 5px solid var(--surface-color);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}

.about-L .about-gallery img:hover {
  transform: scale(1.02);
}

.about-L .founder-highlight {
  background: #f2f7ff;
  border-radius: 15px;
  padding: 1.5rem;
  border-left: 4px solid var(--accent-color);
  margin-top: 2rem;
  margin-bottom: 0.5rem;
}

.about-L .founder-highlight .founder-image {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
  float: left;
  margin-right: 1rem;
  margin-bottom: 1rem;
  border: 3px solid color-mix(in srgb, var(--accent-color), transparent 80%);
}

.about-L .founder-highlight .founder-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-L .founder-highlight .founder-info {
  overflow: hidden;
}

.about-L .founder-highlight .founder-info blockquote {
  font-style: italic;
  font-size: 1rem;
  color: color-mix(in srgb, var(--default-color), transparent 25%);
  margin-bottom: 1rem;
  line-height: 1.6;
}

.about-L .founder-highlight .founder-info .founder-details h5 {
  margin: 0;
  font-size: 1.1rem;
  color: var(--heading-color);
}

.about-L .founder-highlight .founder-info .founder-details span {
  font-size: 0.9rem;
  color: var(--accent-color);
  font-weight: 500;
}


/* About Section Image (page) */
.about-L img {
  width: 100%;
  height: 500px;
  border-radius: 18px;
  box-shadow:
    0 20px 40px rgba(0, 0, 0, 0.08),
    0 8px 16px rgba(0, 0, 0, 0.04);
  transition: transform 0.5s ease, box-shadow 0.5s ease;
  position: relative;
  z-index: 1;
}

/* Hover effect */
.about-L img:hover {
  transform: translateY(-6px) scale(1.01);
  box-shadow:
    0 30px 60px rgba(0, 0, 0, 0.12),
    0 12px 24px rgba(0, 0, 0, 0.06);
}

/* Decorative background layer */
.about-L .col-lg-6:first-child {
  position: relative;
}

.about-L .col-lg-6:first-child::before {
  content: "";
  position: absolute;
  top: 20px;
  left: -20px;
  width: 100%;
  height: 100%;

  border-radius: 20px;
  z-index: 0;
}

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

  .about-L {
    padding: 50px 0;
  }

  /* CONTENT */
  .about-L .about-content,
  .about-L .achievements {
    padding-left: 0;
    text-align: center;
  }

  .about-L .subtitle {
    text-align: center;
    font-size: 0.95rem;
  }

  .about-L .about-content h2,
  .about-L .achievements h2 {
    font-size: 2rem;
  }

  .about-L .about-content p,
  .about-L .achievements p {
    text-align: center;
    font-size: 1rem;
  }

  /* IMAGE */
  .about-L img {
    height: 420px;
    margin-bottom: 2rem;
  }

  /* STATS */
  .about-L .stats-row {
    flex-wrap: wrap;
    justify-content: center;
    gap: 14px;
  }

  .about-L .stats-row .stats-item {
    justify-content: center;
  }

  /* ACHIEVEMENT BUTTON */
  .about-L .achievements .btn-explore {
    justify-content: center;
  }
}

/* =======================
   MOBILE ONLY (≤576px)
   ======================= */
@media (max-width: 576px) {

  .about-L {
    padding: 40px 0;
  }

  /* TEXT */
  .about-L .about-content,
  .about-L .achievements {
    text-align: left; /* lebih natural untuk mobile */
  }

  .about-L .subtitle {
    font-size: 0.9rem;
    text-align: left;
  }

  .about-L .about-content h2,
  .about-L .achievements h2 {
    font-size: 1.6rem;
    line-height: 1.35;
  }

  .about-L .about-content p,
  .about-L .achievements p {
    font-size: 0.95rem;
    line-height: 1.6;
    text-align: left;
  }

  /* IMAGE */
  .about-L img {
    height: 300px;
    border-radius: 14px;
  }

  /* STATS – STACK */
  .about-L .stats-row {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
  }

  .about-L .stats-row .stats-item {
    width: 100%;
    justify-content: center;
  }

  .about-L .stats-row .stats-item p {
    white-space: normal; /* benarkan wrap */
    text-align: center;
  }

  /* MISSION CARDS */
  .about-L .mission-card {
    padding: 2rem 1.25rem;
  }

  .about-L .mission-card h3 {
    font-size: 1.15rem;
  }

  .about-L .mission-card p {
    font-size: 0.9rem;
  }

  /* ACHIEVEMENTS LIST */
  .about-L .achievements .achievements-list li {
    font-size: 0.95rem;
    align-items: flex-start;
  }

  /* CTA BUTTON */
  .about-L .achievements .btn-explore {
    width: 100%;
    justify-content: center;
    padding: 0.75rem 0;
  }

  /* FOUNDER HIGHLIGHT */
  .about-L .founder-highlight {
    padding: 1.25rem;
  }

  .about-L .founder-highlight .founder-image {
    float: none;
    margin: 0 auto 1rem;
    display: block;
  }

  .about-L .founder-highlight .founder-info {
    text-align: center;
  }
}


/*--------------------------------------------------------------
# Services Section (landing)
--------------------------------------------------------------*/
.services-section {
  position: relative;
  padding: 50px 0;
  overflow: hidden;
  background: #fff;
  border: 1.5px solid #000080;
}


.services-section .service-card {
  background: var(--surface-color);
  padding: 2.5rem;
  border-radius: 12px;
  box-shadow: 0 8px 30px color-mix(in srgb, var(--default-color), transparent 90%);
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 85%);
  height: 100%;
  position: relative;
  overflow: hidden;
  transition: all 0.4s ease;
  border: 1.5px solid #000080;


}

/* Accent line (left bar) */
.services-section .service-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: var(--accent-color);
  transform: scaleY(0);
  transform-origin: bottom;
  transition: transform 0.4s ease;
}

/* Hover effect */
.services-section .service-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 50px color-mix(in srgb, var(--accent-color), transparent 75%);
}

/* Animate accent line */
.services-section .service-card:hover::before {
  transform: scaleY(1);
}


.services-section .service-card.featured {
  border: 2px solid var(--accent-color);
}

.services-section .service-card.featured .service-icon {
  background-color: color-mix(in srgb, var(--accent-color), transparent 85%);
}

.services-section .service-card .service-badge {
  position: absolute;
  top: 0;
  right: 0;
  background-color: var(--accent-color);
  color: var(--contrast-color);
  font-size: 0.75rem;
  font-weight: 600;
  padding: 0.25rem 1rem;
  border-radius: 0 0 0 8px;
}

.services-section .service-card .service-icon {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
  background-color: color-mix(in srgb, var(--heading-color), transparent 90%);
  transition: all 0.3s ease;
}

.services-section .service-card .service-icon i {
  font-size: 2rem;
  color: var(--accent-color);
}

.services-section .service-card h3 {
  font-size: 1.5rem;
  margin-bottom: 1rem;
  font-weight: 700;
}

.services-section .service-card p {
  margin-bottom: 1.5rem;
  color: color-mix(in srgb, var(--default-color), transparent 20%);
}

.services-section .service-card .service-features {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1.5rem;
}

.services-section .service-card .service-features span {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.9rem;
}

.services-section .service-card .service-features span i {
  color: var(--accent-color);
}

.services-section .service-card .service-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-weight: 600;
  color: var(--accent-color);
  transition: all 0.3s ease;
}

.services-section .service-card .service-link:hover {
  gap: 0.75rem;
}

.services-section .service-list-block {
  height: 100%;
  padding: 2rem;
  display: flex;
  flex-direction: column;
}

.services-section .service-list-block h3 {
  font-size: 1.75rem;
  margin-bottom: 1rem;
  font-weight: 700;
}

.services-section .service-list-block p {
  margin-bottom: 2rem;
  color: color-mix(in srgb, var(--default-color), transparent 20%);
}

.services-section .service-list {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.services-section .service-list-item {
  display: flex;
  gap: 1rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
}

.services-section .service-list-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.services-section .service-list-item .service-list-icon {
  flex-shrink: 0;
  width: 50px;
  height: 50px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: color-mix(in srgb, var(--accent-color), transparent 85%);
}

.services-section .service-list-item .service-list-icon i {
  font-size: 1.5rem;
  color: var(--accent-color);
}

.services-section .service-list-item .service-list-content h4 {
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
  font-weight: 600;
}

.services-section .service-list-item .service-list-content p {
  margin-bottom: 0;
  font-size: 0.95rem;
  color: color-mix(in srgb, var(--default-color), transparent 20%);
}

.services-section .cta-container {
  margin-top: 50px;
  padding: 3rem;
  background-color: color-mix(in srgb, #212121, transparent 30%);
  border-radius: 10px;
  margin-bottom: 5px;
}

.services-section .cta-container h3 {
  font-size: 1.75rem;
  margin-bottom: 5px;
  color: var(--background-color);
  padding-right: 120px;
}

.services-section .cta-container .btn-cta {
  background-color: var(--accent-color);
  color: var(--contrast-color);
  padding: 0.75rem 2rem;
  font-weight: 600;
  border-radius: 50px;
  transition: all 0.3s ease;
  margin-top: 12px;
  margin-bottom: 12px;
}

.services-section .cta-container .btn-cta:hover {
  background-color: color-mix(in srgb, var(--accent-color), #000 15%);
  transform: translateY(-3px);
}

/* MOBILE RESPONSIVE */
/* =======================
   TABLET & BELOW (≤992px)
   ======================= */
@media (max-width: 992px) {

  .services-section {
    padding: 45px 0;
  }

  /* SERVICE CARD */
  .services-section .service-card {
    padding: 2rem;
  }

  .services-section .service-card h3 {
    font-size: 1.35rem;
  }

  .services-section .service-card p {
    font-size: 0.95rem;
  }

  /* SERVICE LIST BLOCK */
  .services-section .service-list-block {
    margin-top: 2rem;
    padding: 1.75rem;
  }

  .services-section .service-list-block h3 {
    font-size: 1.5rem;
  }

  /* CTA */
  .services-section .cta-container {
    padding: 2rem;
    text-align: center;
  }

  .services-section .cta-container h3 {
    padding-right: 0;
    font-size: 1.4rem;
  }
}

/* =======================
   MOBILE ONLY (≤576px)
   ======================= */
@media (max-width: 576px) {

  .services-section {
    padding: 40px 0;
  }

  /* SERVICE CARD */
  .services-section .service-card {
    padding: 1.6rem;
    border-radius: 10px;
  }

  /* DISABLE HOVER LIFT ON MOBILE */
  .services-section .service-card:hover {
    transform: none;
  }

  .services-section .service-card::before {
    display: none; /* accent line tak perlu di mobile */
  }

  .services-section .service-card h3 {
    font-size: 1.25rem;
  }

  .services-section .service-card p {
    font-size: 0.9rem;
    line-height: 1.6;
  }

  /* ICON */
  .services-section .service-card .service-icon {
    width: 60px;
    height: 60px;
    margin-bottom: 1.25rem;
  }

  .services-section .service-card .service-icon i {
    font-size: 1.6rem;
  }

  /* FEATURES */
  .services-section .service-card .service-features span {
    font-size: 0.85rem;
  }

  /* SERVICE LIST */
  .services-section .service-list {
    gap: 1.25rem;
  }

  .services-section .service-list-item {
    flex-direction: column;
    gap: 0.75rem;
    padding-bottom: 1.25rem;
  }

  .services-section .service-list-item .service-list-icon {
    width: 44px;
    height: 44px;
  }

  .services-section .service-list-item .service-list-content h4 {
    font-size: 1.1rem;
  }

  .services-section .service-list-item .service-list-content p {
    font-size: 0.9rem;
  }

  /* CTA */
  .services-section .cta-container {
    padding: 1.75rem 1.25rem;
    margin-top: 40px;
  }

  .services-section .cta-container h3 {
    font-size: 1.25rem;
    line-height: 1.4;
  }

  .services-section .cta-container .btn-cta {
    width: 100%;
    padding: 0.75rem 0;
  }
}

/*--------------------------------------------------------------
# Pest Control & Cleaning Section
--------------------------------------------------------------*/
.pest-cleaning {
  position: relative;
  padding: 50px 0;
  background-color: #fff;
  font-family: "Raleway", sans-serif;
  position: relative;
  border: 1.5px solid #000080;
}

/* Cards Grid */
.pest-cleaning-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  margin-top: 50px;
}

/* Card Style */
.pest-cleaning-card {
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.08);
  display: flex;
  align-items: flex-start;
  gap: 1.5rem;
  padding: 2rem;
  transition: all 0.3s ease;
  position: relative;
  border: 1.5px solid #000080;
}

.pest-cleaning-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 18px 50px rgba(0, 0, 128, 0.15);
}

/* Icon */
.pest-cleaning-card .pest-icon {
  flex-shrink: 0;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: rgba(0, 0, 128, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  color: #000080;
  transition: all 0.3s ease;
}

.pest-cleaning-card:hover .pest-icon {
  background-color: rgba(0, 0, 128, 0.2);
  color: #0000cc;
}

/* Content */
.pest-cleaning-card .pest-content h3 {
  font-size: 1.35rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
}

.pest-cleaning-card .pest-content p {
  font-size: 0.95rem;
  margin-bottom: 0.75rem;
  color: #555;
}

.pest-cleaning-card .pest-content ul {
  padding-left: 1.2rem;
  margin-bottom: 1rem;
  color: #333;
}

.pest-cleaning-card .pest-content ul li {
  margin-bottom: 0.35rem;
  font-size: 0.9rem;
}

/* Link */
.pest-cleaning-card .pest-link {
  color: #000080;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  transition: all 0.3s ease;
  text-decoration: none;
}

.pest-cleaning-card .pest-link:hover {
  gap: 0.75rem;
  color: #0000cc;
}

/* CTA */
.pest-cleaning .cta-container {
  margin-top: 5rem;
  padding: 2rem 3rem;
  background-color: #fff;
  border-radius: 12px;
  text-align: center;
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.08);
}

.pest-cleaning .cta-container h3 {
  font-size: 1.75rem;
  margin-bottom: 1rem;
  color: #000080;
}

.pest-cleaning .cta-container .btn-cta {
  background-color: #000080;
  color: #fff;
  padding: 0.75rem 2rem;
  font-weight: 600;
  border-radius: 50px;
  transition: all 0.3s ease;
  text-decoration: none;
  margin-left: 50px;
}

.pest-cleaning .cta-container .btn-cta:hover {
  background-color: #0000cc;
  transform: translateY(-3px);
}

/* MOBILE RESPONSIVE */
/* ==============================
   Tablet (≤ 992px)
============================== */
@media (max-width: 992px) {

  .pest-cleaning {
    padding: 40px 20px;
  }

  .pest-cleaning-row {
    grid-template-columns: 1fr;
    gap: 1.8rem;
  }

  .pest-cleaning-card {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .pest-cleaning-card .pest-icon {
    margin-bottom: 1rem;
  }
}

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

  .pest-cleaning {
    padding: 30px 15px;
  }

  .pest-cleaning-row {
    gap: 1.5rem;
    margin-top: 30px;
  }

  .pest-cleaning-card {
    padding: 1.5rem;
    border-radius: 10px;
  }

  .pest-cleaning-card .pest-icon {
    width: 65px;
    height: 65px;
    font-size: 1.6rem;
  }

  .pest-cleaning-card .pest-content h3 {
    font-size: 1.15rem;
  }

  .pest-cleaning-card .pest-content p {
    font-size: 0.9rem;
  }

  .pest-cleaning-card .pest-content ul li {
    font-size: 0.85rem;
  }

  .pest-cleaning-card .pest-link {
    justify-content: center;
    font-size: 0.9rem;
  }

  .pest-cleaning .cta-container {
    margin-top: 3rem;
    padding: 1.5rem 1.2rem;
  }

  .pest-cleaning .cta-container h3 {
    font-size: 1.3rem;
  }

  .pest-cleaning .cta-container .btn-cta {
    display: block;
    width: 100%;
    margin-top: 1rem;
    text-align: center;
  }
}

/* =========================
   FORMAL TEAM CARD
========================= */
.team {
  border: 1.5px solid #000080;
}

.team .team-card.formal {
  background: #ffffff;
  border: 1px solid #e5eaf2;
  border-radius: 12px;
  padding: 28px 22px;
  text-align: center;
  transition: all 0.3s ease;
  height: 100%;
  border: 1.5px solid #000080;
}

.team .team-card.formal h4 {
  font-size: 17px;
  font-weight: 600;
  color: var(--heading-color);
  margin-bottom: 6px;
}

.team .team-card.formal span {
  font-size: 13px;
  font-weight: 500;
  color: var(--accent-color);
  text-transform: uppercase;
  letter-spacing: 0.8px;
}

.team .team-card.formal:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.06);
  border-color: var(--accent-color);
}


/* RESPONSIVE MOBILE */
@media (max-width: 992px) {
  .team .team-card.featured .team-header {
    flex-direction: column;
    text-align: center;
    gap: 15px;
  }

  .team .team-card.featured .team-details {
    flex-direction: column;
    align-items: center;
    gap: 12px;
  }

  .team .team-card.featured .team-details .credentials,
  .team .team-card.featured .team-details .social-links {
    justify-content: center;
  }

  .team .team-card.formal h4 {
    font-size: 16px;
  }

  .team .team-card.formal span {
    font-size: 12px;
  }
}

/* ==============================
   Mobile (≤ 576px)
============================== */
@media (max-width: 576px) {
  .team {
    padding: 30px 15px;
  }

  .team .team-card.featured .team-header {
    padding: 20px 15px;
  }

  .team .team-card.featured .team-header .team-image img {
    width: 90px;
    height: 90px;
  }

  .team .team-card.featured .team-header .team-info h4 {
    font-size: 18px;
  }

  .team .team-card.featured .team-header .team-info span {
    font-size: 12px;
  }

  .team .team-card.featured .team-details {
    padding: 15px;
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }

  .team .team-card.featured .team-details .credentials,
  .team .team-card.featured .team-details .social-links {
    gap: 10px;
  }

  .team .team-card.formal {
    padding: 20px 15px;
  }

  .team .team-card.formal h4 {
    font-size: 15px;
  }

  .team .team-card.formal span {
    font-size: 11px;
  }
}

/*--------------------------------------------------------------
# FAQ Section
--------------------------------------------------------------*/
.faq {
  position: relative;
  padding: 100px 0;
  overflow: hidden;
  background: #fff;
}


/* Accordion Cards */
.faq .accordion .accordion-item {
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.08);
  margin-bottom: 1px;
  transition: all 0.3s ease;
  overflow: hidden;
  border: none;
  margin-top: 10px;
}

.faq .accordion .accordion-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 18px 50px rgba(0, 0, 128, 0.15);
}

.faq .accordion .accordion-header {
  margin: 0;
}

.faq .accordion-button {
  background-color: #fff;
  color: #000080;
  font-weight: 600;
  font-size: 1rem;
  padding: 1rem 1.5rem;
  border-radius: 12px;
  box-shadow: none;
  transition: all 0.3s ease;
}

.faq .accordion-button:focus {
  box-shadow: none;
}

.faq .accordion-button:not(.collapsed) {
  background-color: rgba(0, 0, 128, 0.05);
  color: #0000cc;
  box-shadow: none;
}

.faq .accordion-button::after {
  font-size: 1.2rem;
  color: #000080;
  transition: transform 0.3s ease;
}

.faq .accordion-button:not(.collapsed)::after {
  transform: rotate(180deg);
}

.faq .accordion-body {
  padding: 1rem 1.5rem 1.5rem 1.5rem;
  color: #555;
  font-size: 0.95rem;
  line-height: 1.6;
}

/* RESPONSIVE MOBILE */
@media (max-width: 992px) {
  .faq {
    padding: 80px 20px;
  }

  .faq .section-title h2 {
    font-size: 1.9rem;
  }

  .faq .section-title p {
    font-size: 0.95rem;
  }

  .faq .accordion-button {
    font-size: 0.95rem;
    padding: 0.9rem 1.2rem;
  }

  .faq .accordion-body {
    font-size: 0.9rem;
  }
}

/* ==============================
   Responsive: Mobile
============================== */
@media (max-width: 576px) {
  .faq {
    padding: 60px 15px;
  }

  .faq .section-title h2 {
    font-size: 1.6rem;
  }

  .faq .section-title p {
    font-size: 0.9rem;
  }

  .faq .accordion-button {
    font-size: 0.9rem;
    padding: 0.8rem 1rem;
  }

  .faq .accordion-body {
    font-size: 0.85rem;
    padding: 0.8rem 1rem 1rem 1rem;
  }

  .faq .accordion-button::after {
    font-size: 1rem;
  }
}

/*--------------------------------------------------------------
# Gallery Section (landing page)
--------------------------------------------------------------*/

.gallery-sections {
  padding: 100px 0;
  position: relative;
  overflow: hidden;
  background: #fff;
}

/* Section title */
.gallery-sections .section-title {
  text-align: left;
}

.gallery-sections .section-title h2 {
  color: #000080;
  margin-bottom: 10px;
}

.gallery-sections .section-title p {
  color: #555;
}

/* Tabs */
.gallery-tabs {
  display: flex;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
}

.tab-btn {
  background-color: #fff;
  border: 2px solid #000080;
  color: #000080;
  font-weight: 600;
  padding: 0.5rem 1.5rem;
  border-radius: 50px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.tab-btn:hover,
.tab-btn.active {
  background-color: #000080;
  color: #fff;
}

/* Gallery Grid */
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 2rem;
  margin-top: 2rem;
}

/* Card */
.gallery-card {
  background-color: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.08);
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.gallery-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 18px 50px rgba(0, 0, 128, 0.15);
}

.gallery-card img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}

.gallery-card h3 {
  margin: 1rem 0;
  font-size: 1.1rem;
  color: #000080;
}

/* CTA */
.gallery-sections .btn-cta {
  background-color: #000080;
  color: #fff;
  padding: 0.75rem 2rem;
  font-weight: 600;
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.gallery-sections .btn-cta:hover {
  background-color: #0000cc;
  transform: translateY(-3px);
}

.gallery-card {
  position: relative;
}

.view-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 45px;
  height: 45px;
  background: rgba(0, 0, 128, 0.85);
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  opacity: 0;
  transition: 0.3s ease;
  text-decoration: none;
}

.gallery-card:hover .view-btn {
  opacity: 1;
}

.view-btn:hover {
  background: #0000cc;
}

/* RESPONSIVE MOBILE */
@media (max-width: 992px) {
      .gallery2-section {
        padding: 80px 20px;
      }

      .tab-btn {
        padding: 0.5rem 1.2rem;
        font-size: 0.95rem;
      }

      .gallery-card img {
        height: 160px;
      }
    }

    @media (max-width: 480px) {
      .gallery-tabs {
        flex-direction: column;
        gap: 0.5rem;
      }

      .gallery-card img {
        height: 130px;
      }
    }


/* ==============================
   Responsive: Mobile
============================== */
@media (max-width: 576px) {
  .gallery2-section {
    padding: 60px 15px;
  }

  .gallery2-section .gallery-tabs {
    flex-direction: column;
    gap: 0.5rem;
  }

  .gallery2-section .tab-btn {
    width: 100%;
    text-align: center;
    padding: 0.5rem 0;
  }

  .gallery2-section .gallery-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .gallery2-section .gallery-card img {
    height: 140px;
  }

  .gallery2-section .view-btn {
    width: 40px;
    height: 40px;
    font-size: 1rem;
  }
}
ILE RESPONSIVE */


/*========================
  Gallery Section (page)
=========================*/

    .gallery2-section {
      padding: 100px 0;
      background: #fff;
    }

    .gallery-tabs {
      display: flex;
      justify-content: center;
      gap: 1rem;
      margin-bottom: 2rem;
      flex-wrap: wrap;
    }

    .tab-btn {
      background-color: #fff;
      border: 2px solid #000080;
      color: #000080;
      font-weight: 600;
      padding: 0.5rem 1.5rem;
      border-radius: 50px;
      cursor: pointer;
      transition: all 0.3s ease;
    }

    .tab-btn:hover,
    .tab-btn.active {
      background-color: #000080;
      color: #fff;
    }

    .gallery-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
      gap: 1.5rem;
    }

    .gallery-card {
      position: relative;
      overflow: hidden;
      border-radius: 12px;
      box-shadow: 0 10px 35px rgba(0, 0, 0, 0.08);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .gallery-card img {
      width: 100%;
      height: 180px;
      object-fit: cover;
      display: block;
    }

    .gallery-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 18px 50px rgba(0, 0, 128, 0.15);
    }

    .view-btn {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 45px;
      height: 45px;
      background: rgba(0, 0, 128, 0.85);
      color: #fff;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 1.2rem;
      opacity: 0;
      transition: 0.3s ease;
      text-decoration: none;
    }

    .gallery-card:hover .view-btn {
      opacity: 1;
    }

    /* RESPONSIVE MOBILE */
    @media (max-width: 992px) {
      .gallery2-section {
        padding: 80px 20px;
      }

      .tab-btn {
        padding: 0.5rem 1.2rem;
        font-size: 0.95rem;
      }

      .gallery-card img {
        height: 160px;
      }
    }

    @media (max-width: 480px) {
      .gallery-tabs {
        flex-direction: column;
        gap: 0.5rem;
      }

      .gallery-card img {
        height: 130px;
      }
    }


/* ==============================
   Responsive: Mobile
============================== */
@media (max-width: 576px) {
  .gallery2-section {
    padding: 60px 15px;
  }

  .gallery2-section .gallery-tabs {
    flex-direction: column;
    gap: 0.5rem;
  }

  .gallery2-section .tab-btn {
    width: 100%;
    text-align: center;
    padding: 0.5rem 0;
  }

  .gallery2-section .gallery-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .gallery2-section .gallery-card img {
    height: 140px;
  }

  .gallery2-section .view-btn {
    width: 40px;
    height: 40px;
    font-size: 1rem;
  }
}


/*--------------------------------------------------------------
# Service Details Section
--------------------------------------------------------------*/

.service-details .service-main-content .hero-section {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 3rem;
}

.service-details .service-main-content .hero-section img {
  width: 100%;
  height: 350px;
  object-fit: cover;
}

.service-details .service-main-content .hero-section .hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.1));
  display: flex;
  align-items: flex-end;
  padding: 2rem;
}

.service-details .service-main-content .hero-section .hero-overlay .hero-badge {
  background-color: var(--accent-color);
  color: var(--contrast-color);
  padding: 0.75rem 1.5rem;
  border-radius: 50px;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-weight: 600;
}

.service-details .service-main-content .hero-section .hero-overlay .hero-badge i {
  font-size: 1.1rem;
}

.service-details .service-main-content .content-section {
  margin-bottom: 3rem;
}

.service-details .service-main-content .content-section h1 {
  color: var(--heading-color);
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 2rem;
  line-height: 1.2;
}

.service-details .service-main-content .content-section .content-intro p {
  font-size: 1.1rem;
  line-height: 1.8;
  color: var(--default-color);
  margin-bottom: 1.5rem;
  text-align: justify;
}

.service-details .service-main-content .content-section .content-intro p:last-child {
  margin-bottom: 0;
}

.service-details .service-main-content .capabilities-grid {
  margin-bottom: 4rem;
}

.service-details .service-main-content .capabilities-grid h2 {
  color: var(--heading-color);
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 2.5rem;
  text-align: center;
}

.service-details .service-main-content .capabilities-grid .capability-card {
  background-color: var(--surface-color);
  padding: 2rem;
  border-radius: 15px;
  text-align: center;
  height: 100%;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.08);
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 95%);
  transition: all 0.3s ease;
}

.service-details .service-main-content .capabilities-grid .capability-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
}

.service-details .service-main-content .capabilities-grid .capability-card .capability-icon {
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, var(--accent-color), color-mix(in srgb, var(--accent-color), black 20%));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.5rem;
}

.service-details .service-main-content .capabilities-grid .capability-card .capability-icon i {
  font-size: 1.8rem;
  color: var(--contrast-color);
}

.service-details .service-main-content .capabilities-grid .capability-card h4 {
  color: var(--heading-color);
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 1rem;
}

.service-details .service-main-content .capabilities-grid .capability-card p {
  color: var(--default-color);
  font-size: 0.95rem;
  line-height: 1.6;
  margin: 0;
}

.service-details .portfolio-showcase .showcase-header {
  margin-bottom: 2rem;
}

.service-details .portfolio-showcase .showcase-header h2 {
  color: var(--heading-color);
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 1rem;
}

.service-details .portfolio-showcase .showcase-header p {
  color: var(--default-color);
  font-size: 1.1rem;
  max-width: 600px;
  margin: 0 auto;
}

.service-details .portfolio-showcase .project-showcase-item {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  height: 100%;
}

.service-details .portfolio-showcase .project-showcase-item .project-image {
  position: relative;
  height: 100%;
  min-height: 250px;
}

.service-details .portfolio-showcase .project-showcase-item .project-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.service-details .portfolio-showcase .project-showcase-item .project-image .project-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.4));
  opacity: 0;
  transition: opacity 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.service-details .portfolio-showcase .project-showcase-item .project-image .project-overlay .project-info {
  text-align: center;
  color: var(--contrast-color);
  padding: 1.5rem;
}

.service-details .portfolio-showcase .project-showcase-item .project-image .project-overlay .project-info h4 {
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.service-details .portfolio-showcase .project-showcase-item .project-image .project-overlay .project-info p {
  font-size: 0.95rem;
  opacity: 0.9;
  margin-bottom: 1.5rem;
}

.service-details .portfolio-showcase .project-showcase-item .project-image .project-overlay .project-info .view-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background-color: var(--accent-color);
  color: var(--contrast-color);
  border-radius: 50%;
  text-decoration: none;
  transition: all 0.3s ease;
}

.service-details .portfolio-showcase .project-showcase-item .project-image .project-overlay .project-info .view-btn i {
  font-size: 1.2rem;
}

.service-details .portfolio-showcase .project-showcase-item .project-image .project-overlay .project-info .view-btn:hover {
  background-color: color-mix(in srgb, var(--accent-color), white 20%);
  transform: scale(1.1);
}

.service-details .portfolio-showcase .project-showcase-item:hover .project-image img {
  transform: scale(1.05);
}

.service-details .portfolio-showcase .project-showcase-item:hover .project-image .project-overlay {
  opacity: 1;
}

/* RESPONSIVE MOBILE */
@media (max-width: 992px) {
  .service-details .service-sidebar {
    position: static;
    margin-top: 3rem;
  }

  .service-details .service-main-content .content-section h1 {
    font-size: 2rem;
  }
}

@media (max-width: 768px) {
  .service-details .service-sidebar .contact-action-card .contact-methods {
    grid-template-columns: 1fr;
  }

  .service-details .service-main-content .hero-section img {
    height: 250px;
  }

  .service-details .service-main-content .hero-section .hero-overlay {
    padding: 1.5rem;
  }

  .service-details .service-main-content .capabilities-grid .row {
    --bs-gutter-y: 2rem;
  }

  .service-details .portfolio-showcase .project-showcase-item .project-image {
    min-height: 200px;
  }

  .service-details .portfolio-showcase .project-showcase-item .project-image img {
    height: 100%;
  }
}

@media (max-width: 576px) {
  .service-details .service-main-content .content-section h1 {
    font-size: 1.7rem;
  }

  .service-details .portfolio-showcase .project-showcase-item .project-image {
    min-height: 180px;
  }

  .service-details .portfolio-showcase .project-showcase-item .project-image .project-overlay .project-info h4 {
    font-size: 1.1rem;
  }

  .service-details .portfolio-showcase .project-showcase-item .project-image .project-overlay .project-info p {
    font-size: 0.9rem;
  }
}


/*--------------------------------------------------------------
# Drag Contact Card
--------------------------------------------------------------*/
.contact-action-card {
  background: linear-gradient(145deg, #000080, #001066);
  color: #fff;
  border-radius: 18px;
  padding: 2rem 1.5rem;
  width: 340px;
  max-width: 90%;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.35), 0 4px 10px rgba(0, 0, 0, 0.2);
  position: relative;
  margin-bottom: 2rem;
  font-family: 'Roboto', sans-serif;
  z-index: 10;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* Slight lift on hover */
.contact-action-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.45), 0 6px 15px rgba(0, 0, 0, 0.25);
}

/* Drag Handle */
#dragHandle {
  background: rgba(255, 255, 255, 0.08);
  padding: 14px 16px;
  cursor: grab;
  border-radius: 14px 14px 0 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 700;
  color: #fff;
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}

/* Header text */
#dragHandle h4 {
  font-size: 1.4rem;
  color: #fff;
  margin: 0;
}

/* Drag Tip */
.drag-tip {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.6);
  font-style: italic;
}

/* Card Paragraph */
.contact-text {
  font-size: 1rem;
  line-height: 1.6;
  margin: 1rem 0 1.5rem;
  text-align: justify;
  color: #e6e6e6;
  font-weight: 400;
}

/* Exclusive Button */
.contact-btn-exclusive {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  padding: 1rem 2rem;
  background: linear-gradient(90deg, #ff9c00, #ff6a00);
  color: #fff;
  font-weight: 700;
  font-size: 1.05rem;
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.35s ease;
  box-shadow: 0 6px 18px rgba(255, 154, 0, 0.45);
  position: relative;
  overflow: hidden;
}

/* Button hover glow */
.contact-btn-exclusive:hover {
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 10px 28px rgba(255, 154, 0, 0.55), 0 6px 20px rgba(0, 0, 0, 0.25);
}

/* Button icon */
.contact-btn-exclusive i {
  font-size: 1.3rem;
  color: #fff;
}

/* Subtle moving gradient effect on hover (optional) */
.contact-btn-exclusive::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 200%;
  height: 100%;
  background: linear-gradient(120deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.2));
  transform: skewX(-20deg);
  transition: all 0.6s ease;
}

.contact-btn-exclusive:hover::before {
  left: 0;
}

/* RESPONSIVE MOBILE */
@media (max-width: 992px) {
  .contact-action-card {
    width: 100%;
    padding: 1.8rem 1.2rem;
  }

  #dragHandle h4 {
    font-size: 1.25rem;
  }

  .contact-text {
    font-size: 0.95rem;
  }

  .contact-btn-exclusive {
    padding: 0.9rem 1.8rem;
    font-size: 1rem;
  }
}

@media (max-width: 576px) {
  .contact-action-card {
    width: 100%;
    padding: 1.5rem 1rem;
    margin-bottom: 1.5rem;
  }

  #dragHandle h4 {
    font-size: 1.1rem;
  }

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

  .contact-btn-exclusive {
    padding: 0.8rem 1.5rem;
    font-size: 0.95rem;
  }
}

/*--------------------------------------------------------------
# Contact Section
--------------------------------------------------------------*/
*, *::before, *::after {
  box-sizing: border-box;
}


.contact .container {
  width: 100%;
  max-width: 1280px;
  padding: 0 15px;
  margin: 0 auto;
}

.contact .contact-wrapper {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
}

.contact .contact-info-panel,
.contact .form-container,
.contact .info-card,
.contact .map-container {
  width: 100%;
}

.contact .contact-info-panel {
  background: linear-gradient(145deg, var(--heading-color), color-mix(in srgb, var(--accent-color), #1a4372 40%));
  color: var(--contrast-color);
  border-radius: 20px;
  padding: 40px 30px;
  display: flex;
  flex-direction: column;
  box-shadow: 0 15px 35px rgba(0,0,0,0.1);
}

.contact .contact-info-panel .contact-info-header h3 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 15px;
  color: var(--contrast-color);
}

.contact .contact-info-panel .contact-info-header p {
  font-size: 15px;
  opacity: 0.85;
  line-height: 1.6;
}

.contact .contact-info-cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  margin-bottom: auto;
}

.contact .info-card {
  background-color: rgba(255,255,255,0.1);
  border-radius: 12px;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 10px;
  text-align: center;
  backdrop-filter: blur(5px);
  transition: all 0.3s ease;
}

.contact .info-card:hover {
  background-color: rgba(255,255,255,0.2);
  transform: translateY(-5px);
}

.contact .info-card .icon-container {
  width: 45px;
  height: 45px;
  flex-shrink: 0;
  background-color: rgba(255,255,255,0.25);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact .info-card .icon-container i {
  font-size: 20px;
  color: var(--contrast-color);
}

.contact .info-card .card-content h4 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
  color: var(--contrast-color);
}

.contact .info-card .card-content p {
  font-size: 14px;
  margin-bottom: 0;
  opacity: 0.8;
}

.contact .social-links-panel {
  margin-top: 35px;
}

.contact .social-links-panel h5 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
  color: var(--contrast-color);
}

.contact .social-links-panel .social-icons {
  display: flex;
  gap: 12px;
}

.contact .social-links-panel .social-icons a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background-color: rgba(255,255,255,0.15);
  color: var(--contrast-color);
  font-size: 18px;
  transition: all 0.3s ease;
}

.contact .social-links-panel .social-icons a:hover {
  background-color: rgba(255,255,255,0.3);
  transform: translateY(-5px);
}

.contact .contact-form-panel {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.contact .map-container {
  width: 100%;
  height: 280px;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 5px 20px rgba(0,0,0,0.08);
}

.contact .map-container iframe {
  width: 100%;
  height: 100%;
}

.contact .form-container {
  background-color: var(--surface-color);
  border-radius: 20px;
  padding: 35px;
  box-shadow: 0 5px 25px rgba(0,0,0,0.06);
}

.contact .form-container h3 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 15px;
  color: var(--heading-color);
  background: linear-gradient(120deg, var(--heading-color), color-mix(in srgb, var(--heading-color), var(--accent-color) 30%));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.contact .form-container p {
  font-size: 15px;
  color: color-mix(in srgb, var(--default-color), transparent 15%);
  margin-bottom: 25px;
}

.contact .form-container .form-floating {
  margin-bottom: 20px;
}

.contact .form-container .form-floating .form-control {
  border-radius: 12px;
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 80%);
  padding: 24px 20px 8px 20px;
  height: calc(3.5rem + 3px);
  background-color: var(--surface-color);
  color: var(--default-color);
  transition: all 0.3s ease;
}

.contact .form-container .form-floating .form-control:focus {
  box-shadow: 0 0 0 4px color-mix(in srgb, var(--accent-color), transparent 85%);
  border-color: color-mix(in srgb, var(--accent-color), transparent 40%);
}

.contact .form-container .form-floating .form-control::placeholder {
  color: transparent;
}

.contact .form-container .form-floating label {
  color: color-mix(in srgb, var(--default-color), transparent 40%);
  padding: 1rem 1.25rem 2.5rem 1.25rem;
}

.contact .form-container .btn-submit {
  background: linear-gradient(145deg, var(--accent-color), color-mix(in srgb, var(--accent-color), #1a4372 30%));
  color: var(--contrast-color);
  border: none;
  padding: 15px 25px;
  border-radius: 12px;
  font-weight: 600;
  font-size: 16px;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact .form-container .btn-submit:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 20px color-mix(in srgb, var(--accent-color), transparent 75%);
}

/* RESPONSIVE MOBILE */
@media (min-width: 992px) {
  .contact .contact-wrapper {
    grid-template-columns: 38% 62%;
    gap: 30px;
  }

  .contact .contact-info-cards {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .contact .info-card {
    flex-direction: row; 
    text-align: left;
    justify-content: flex-start;
    align-items: center;
  }

  .contact .info-card .card-content {
    text-align: left;
  }
}

/* Tablet / Small Desktop 576–991px */
@media (min-width: 576px) and (max-width: 991px) {
  .contact .contact-wrapper {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .contact .contact-info-cards {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }

  .contact .contact-info-panel,
  .contact .form-container {
    padding: 30px 20px;
  }

  .contact .contact-info-panel .contact-info-header h3 {
    font-size: 24px;
  }

  .contact .info-card .card-content h4 {
    font-size: 15px;
  }

  .contact .info-card .card-content p,
  .contact .contact-info-panel .contact-info-header p,
  .contact .form-container p {
    font-size: 14px;
  }

  .contact .form-container h3 {
    font-size: 22px;
  }

  .contact .info-card {
    flex-direction: column;
    text-align: center;
    align-items: center;
    justify-content: center;
  }
}

/* Mobile ≤576px */
@media (max-width: 576px) {
  .contact .contact-wrapper {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .contact .contact-info-cards {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .contact .contact-info-panel,
  .contact .form-container {
    padding: 20px 15px;
  }

  .contact .contact-info-panel .contact-info-header h3 {
    font-size: 20px;
  }

  .contact .contact-info-panel .contact-info-header p,
  .contact .form-container p {
    font-size: 13px;
  }

  .contact .info-card .card-content h4 {
    font-size: 14px;
  }

  .contact .info-card .card-content p {
    font-size: 12px;
  }

  .contact .form-container h3 {
    font-size: 20px;
  }

  .contact .form-container .form-floating .form-control {
    padding: 18px 15px 6px 15px;
  }

  .contact .form-container .btn-submit {
    padding: 10px 18px;
    font-size: 14px;
  }

  .contact .info-card {
    flex-direction: column;
    text-align: center;
    align-items: center;
    justify-content: center;
  }
}

.abstract-background {
  background-image: url(/assets/img/background-5.png);
  background-size: cover;
}


