/*

TemplateMo 578 First Portfolio

https://templatemo.com/tm-578-first-portfolio

*/

/*---------------------------------------
  CUSTOM PROPERTIES ( VARIABLES )             
-----------------------------------------*/
:root {
  --white-color: #ffffff;
  --primary-color: #535da1;
  --secondary-color: #14b789;
  --section-bg-color: #f9f9f9;
  --dark-color: #000000;
  --p-color: #717275;
  --border-color: #e9eaeb;
  --featured-border-color: #727aab;

  --body-font-family: "DM Sans", sans-serif;

  --h1-font-size: 62px;
  --h2-font-size: 48px;
  --h3-font-size: 36px;
  --h4-font-size: 32px;
  --h5-font-size: 24px;
  --h6-font-size: 22px;
  --p-font-size: 18px;
  --menu-font-size: 12px;
  --copyright-font-size: 14px;

  --border-radius-large: 100px;
  --border-radius-medium: 20px;
  --border-radius-small: 10px;

  --font-weight-normal: 400;
  --font-weight-medium: 500;
  --font-weight-bold: 700;
}

html,
body {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}

body {
  background: var(--white-color);
  font-family: var(--body-font-family);
}

main,
section {
  max-width: 100%;
}

/*---------------------------------------
  TYPOGRAPHY               
-----------------------------------------*/

h2,
h3,
h4,
h5,
h6 {
  color: var(--dark-color);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: var(--font-weight-bold);
  letter-spacing: -1px;
}

h1 {
  font-size: var(--h1-font-size);
  letter-spacing: -3px;
}

h2 {
  font-size: var(--h2-font-size);
  color: var(--secondary-color);
  letter-spacing: -3px;
}

h3 {
  font-size: var(--h3-font-size);
}

h4 {
  font-size: var(--h4-font-size);
}

h5 {
  font-size: var(--h5-font-size);
  line-height: normal;
}

h6 {
  font-size: var(--h6-font-size);
}

p {
  color: var(--p-color);
  font-size: var(--p-font-size);
  font-weight: var(--font-weight-normal);
}

ul li {
  color: var(--p-color);
  font-size: var(--p-font-size);
  font-weight: var(--font-weight-normal);
}

a,
button {
  touch-action: manipulation;
  transition: all 0.3s;
}

a {
  color: var(--p-color);
  text-decoration: none;
}

a:hover {
  color: var(--secondary-color);
}

::selection {
  background: var(--secondary-color);
  color: var(--white-color);
}

::-moz-selection {
  background: var(--secondary-color);
  color: var(--white-color);
}

.section-padding {
  padding-top: 120px;
}

b,
strong {
  font-weight: var(--font-weight-bold);
}

.section-title-wrap {
  background: var(--secondary-color);
  border-radius: var(--border-radius-small);
  padding: 10px 30px;
}

/*---------------------------------------
  AVATAR IMAGE               
-----------------------------------------*/
.avatar-image {
  border-radius: var(--border-radius-large);
  width: 110px;
  height: 110px;
  object-fit: cover;
}

.avatar-image-large {
  width: 90.4px;
  height: 90.4px;
}

/*---------------------------------------
  PRE LOADER               
-----------------------------------------*/
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  background: none repeat scroll 0 0 var(--white-color);
}

.spinner {
  border: 1px solid transparent;
  border-radius: var(--border-radius-small);
  position: relative;
}

.spinner:before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 45px;
  height: 45px;
  margin-top: -10px;
  margin-left: -10px;
  border-radius: 50%;
  border: 1px solid var(--border-color);
  border-top-color: var(--white-color);
  animation: spinner 0.9s linear infinite;
}

@-webkit-@keyframes spinner {
  to {
    transform: rotate(360deg);
  }
}

@keyframes spinner {
  to {
    transform: rotate(360deg);
  }
}

/*---------------------------------------
  CUSTOM ICON               
-----------------------------------------*/
.navbar-icon {
  background: var(--white-color);
  border-radius: var(--border-radius-large);
  color: var(--dark-color);
  width: 47px;
  height: 47px;
  line-height: 47px;
  text-align: center;
}

.is-sticky .navbar-icon {
  background: var(--secondary-color);
  color: var(--white-color);
}

.form-check-icon {
  color: var(--secondary-color);
}

/*---------------------------------------
  CUSTOM BUTTON               
-----------------------------------------*/
.custom-btn,
.navbar .custom-btn {
  font-size: var(--p-font-size);
  font-weight: var(--font-weight-bold);
}

.navbar .custom-btn {
  background: transparent;
  border-width: 2px;
  border-style: solid;
  border-color: var(--white-color);
  color: var(--white-color);
  padding: 8px 22px;
}

.navbar .custom-btn:hover {
  background: var(--white-color);
  border-color: transparent;
  color: var(--secondary-color);
}

.navbar .gyg-navbar-btn {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 6px 16px 6px 7px;
  text-decoration: none;
  border: 0;
  box-shadow: none;
}

.navbar .gyg-navbar-btn:hover,
.is-sticky .navbar .gyg-navbar-btn,
.is-sticky .navbar .gyg-navbar-btn:hover {
  border: 0;
  box-shadow: none;
}

.gyg-logo-mark {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  width: 46px;
  height: 38px;
  border-radius: 7px;
  background: #ff4b2b;
  color: var(--white-color);
  font-size: 11px;
  font-weight: var(--font-weight-bold);
  line-height: 0.86;
  letter-spacing: 0;
  padding: 5px 6px;
  text-align: left;
}

.navbar .gyg-navbar-btn:hover .gyg-logo-mark {
  background: #ff4b2b;
}

@media screen and (max-width: 991px) {
  .navbar .gyg-navbar-btn {
    gap: 8px;
    padding: 6px 12px 6px 7px;
    font-size: 13px;
  }

  .gyg-logo-mark {
    width: 42px;
    height: 34px;
    font-size: 10px;
    border-radius: 6px;
  }
}

.custom-btn {
  background: var(--secondary-color);
  border-radius: var(--border-radius-large);
  color: var(--white-color);
  font-weight: var(--font-weight-bold);
  padding: 12px 24px;
}

.custom-btn:hover {
  background: var(--primary-color);
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  color: var(--white-color);
}

.custom-btn-2 {
  background: linear-gradient(135deg, #3b82f6);
  border-radius: var(--border-radius-large);
  color: var(--white-color);
  font-weight: var(--font-weight-bold);
  padding: 12px 24px;
  border: 2px solid transparent;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.custom-btn-2:hover {
  background: linear-gradient(135deg, #1d4ed8, #2563eb);
  box-shadow: 0 8px 25px rgba(59, 130, 246, 0.4);
  color: var(--white-color);
  transform: translateY(-2px);
  border-color: rgba(59, 130, 246, 0.5);
}

.custom-btn-2::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.2),
    transparent
  );
  transition: left 0.5s;
}

.custom-btn-2:hover::before {
  left: 100%;
}

.custom-border-btn {
  background: transparent;
  border: 2px solid var(--border-color);
  color: var(--p-color);
}

.custom-border-btn:hover {
  background: var(--secondary-color);
  border-color: var(--secondary-color);
  color: var(--white-color);
}

.custom-link {
  background-color: var(--primary-color);
}

.custom-link:hover {
  background-color: var(--secondary-color);
}

/*---------------------------------------
  NAVIGATION              
-----------------------------------------*/
.sticky-wrapper {
  position: relative;
  z-index: 222;
  height: auto !important;
}

.is-sticky,
.is-sticky .navbar .container {
  background: var(--white-color);
  box-shadow: 0 1rem 3rem rgb(0 0 0 / 18%);
}

.is-sticky .navbar-brand,
.is-sticky .navbar-brand:hover {
  color: var(--dark-color);
}

.is-sticky .navbar-nav .nav-link {
  color: var(--p-color);
}

.is-sticky .navbar .custom-btn {
  border-color: var(--secondary-color);
  color: var(--secondary-color);
}

.is-sticky .navbar .custom-btn:hover {
  background: var(--secondary-color);
  color: var(--white-color);
}

.navbar {
  background: transparent;
  position: absolute;
  z-index: 9;
  right: 0;
  left: 0;
  transition: all 0.3s;
  padding-top: 15px;
  padding-bottom: 0;
}

.navbar .container {
  border-radius: var(--border-radius-small);
  padding: 10px 25px;
}

.navbar-brand {
  font-size: var(--h4-font-size);
  font-weight: var(--font-weight-bold);
}

.navbar-brand,
.navbar-brand:hover {
  color: var(--white-color);
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
  margin-right: 20px;
  margin-left: 20px;
}

.navbar-nav .nav-link {
  display: inline-block;
  color: var(--section-bg-color);
  font-size: var(--menu-font-size);
  font-weight: var(--font-weight-medium);
  text-transform: uppercase;
  position: relative;
  padding-top: 15px;
  padding-bottom: 15px;
}

.navbar-nav .nav-link::after {
  content: "";
  background: transparent;
  position: absolute;
  bottom: 6px;
  right: 0;
  left: 0;
  width: 100%;
  height: 2px;
}

.navbar-nav .nav-link.active::after,
.navbar-nav .nav-link:hover::after {
  background: var(--secondary-color);
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link:hover {
  color: var(--secondary-color);
}

.navbar-toggler {
  border: 0;
  padding: 0;
  cursor: pointer;
  margin: 0;
  width: 30px;
  height: 35px;
  outline: none;
}

.navbar-toggler:focus {
  outline: none;
  box-shadow: none;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
  background: transparent;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before,
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
  transition:
    top 300ms 50ms ease,
    -webkit-transform 300ms 350ms ease;
  transition:
    top 300ms 50ms ease,
    transform 300ms 350ms ease;
  transition:
    top 300ms 50ms ease,
    transform 300ms 350ms ease,
    -webkit-transform 300ms 350ms ease;
  top: 0;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
  transform: rotate(45deg);
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
  transform: rotate(-45deg);
}

.navbar-toggler .navbar-toggler-icon {
  background: var(--white-color);
  transition: background 10ms 300ms ease;
  display: block;
  width: 30px;
  height: 2px;
  position: relative;
}

.navbar-toggler .navbar-toggler-icon:before,
.navbar-toggler .navbar-toggler-icon:after {
  transition:
    top 300ms 350ms ease,
    -webkit-transform 300ms 50ms ease;
  transition:
    top 300ms 350ms ease,
    transform 300ms 50ms ease;
  transition:
    top 300ms 350ms ease,
    transform 300ms 50ms ease,
    -webkit-transform 300ms 50ms ease;
  position: absolute;
  right: 0;
  left: 0;
  background: var(--white-color);
  width: 30px;
  height: 2px;
  content: "";
}

.navbar-toggler .navbar-toggler-icon::before {
  top: -8px;
}

.navbar-toggler .navbar-toggler-icon::after {
  top: 8px;
}

/*---------------------------------------
  HERO              
-----------------------------------------*/
.hero {
  background: url("../images/treasurebay.jpg") center/cover no-repeat;
  position: relative;
  overflow: hidden;
  min-height: 70vh;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(12, 40, 72, 0.8),
    rgba(12, 40, 72, 0.4)
  );
  z-index: 1;
}

.hero::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 200%;
  height: 22%;
  background: radial-gradient(
    circle at 50% 0,
    rgba(255, 255, 255, 0.28),
    transparent 55%
  );
  opacity: 0.8;
  transform: translateX(0);
  animation: hero-wave 12s linear infinite;
  z-index: 2;
  pointer-events: none;
}

@keyframes hero-wave {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

.hero-content {
  position: relative;
  z-index: 3;
  width: 100%;
  max-width: 900px;
  padding: 4rem 1rem;
  color: #fff;
  animation: fadeInUp 1.5s ease-out;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.hero .hero-title {
  background: none;
  box-shadow: none;
  padding: 0;
  display: block;
  color: #ffffff;
  font-size: clamp(3rem, 6vw, 5rem);
  line-height: 1.05;
  text-shadow:
    3px 3px 6px rgba(0, 0, 0, 0.7),
    0 0 20px rgba(255, 255, 255, 0.3);
  background: linear-gradient(45deg, #ffffff, #e0f7fa);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-weight: 700;
  letter-spacing: -2px;
}

.hero .hero-lead,
.hero .lead {
  color: rgba(255, 255, 255, 0.94);
  font-size: 1.2rem;
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
  font-weight: 400;
  line-height: 1.6;
}

.hero .custom-btn.btn {
  padding: 0.9rem 2rem;
  background: linear-gradient(45deg, #007bff, #0056b3);
  border: none;
  box-shadow: 0 4px 15px rgba(0, 123, 255, 0.4);
  transition: all 0.3s ease;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.hero .custom-btn.btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 123, 255, 0.6);
  background: linear-gradient(45deg, #0056b3, #004085);
}

@media screen and (max-width: 768px) {
  .hero {
    min-height: 50vh;
  }

  .hero-content {
    padding: 2rem 1rem;
  }

  .hero .hero-title {
    font-size: clamp(2rem, 8vw, 4rem);
  }

  .hero .hero-lead {
    font-size: 1rem;
  }
}

@media screen and (min-width: 991px) {
  .hero {
    height: 60vh;
  }
}

.hero-title,
.hero h2 {
  background: var(--white-color);
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  border-radius: var(--border-radius-large);
  display: inline-block;
  padding: 8px 24px;
}

.hero-title {
  font-size: 44px;
}

.hero h2 {
  font-size: 38px;
}

.hero-text {
  position: relative;
  z-index: 22;
  top: 70px;
}

.hero-image-wrap {
  background: var(--white-color);
  border-radius: 100%;
  width: 350px;
  height: 350px;
  position: absolute;
  z-index: 22;
  top: -50px;
  right: 0;
  left: 0;
  margin: auto;
  pointer-events: none;
}

.hero-image {
  position: absolute;
  z-index: 22;
  top: 0;
  width: 100%;
  min-width: 550px;
}

.hero svg {
  position: absolute;
  z-index: 2;
  bottom: 0;
  right: 0;
  left: 0;
  overflow: hidden;
  height: 100%;
  pointer-events: none;
}

/*---------------------------------------
  ABOUT              
-----------------------------------------*/
.profile-thumb {
  border: 1px solid var(--border-color);
  border-radius: var(--border-radius-medium);
  position: relative;
  overflow: hidden;
}

.profile-title {
  border-bottom: 1px solid var(--border-color);
  padding: 15px 30px;
}

.profile-small-title {
  border-right: 1px solid var(--border-color);
  color: var(--secondary-color);
  font-weight: var(--font-weight-bold);
  min-width: 140px;
  margin-right: 10px;
  padding: 13px 30px;
  display: inline-block;
}

.profile-body p {
  margin-bottom: 0;
}

.profile-body p:nth-of-type(even) {
  background: var(--white-color);
}

.about-image {
  border-radius: var(--border-radius-medium);
  width: 100%;
  min-height: 580px;
  object-fit: cover;
}

.about-thumb {
  padding-right: 20px;
  padding-left: 20px;
}

.about-visual-wrap {
  padding-right: 26px;
}

.about-floating-card {
  background: linear-gradient(
    135deg,
    rgba(20, 183, 146, 0.96),
    rgba(19, 89, 95, 0.94)
  );
  color: var(--white-color);
  border-radius: 24px;
  padding: 22px 24px;
  max-width: 320px;
  position: absolute;
  right: 0;
  bottom: 24px;
}

.about-floating-label {
  display: inline-block;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1.4px;
  opacity: 0.85;
  margin-bottom: 10px;
}

.about-card {
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.98),
    rgba(241, 248, 247, 0.98)
  );
  border-radius: 28px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
  padding-top: 18px;
  padding-bottom: 18px;
}

.about-title-wrap {
  border-radius: 24px;
  gap: 20px;
}

.about-kicker {
  display: inline-block;
  font-size: 13px;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 6px;
}

.about-title-sub {
  color: rgba(255, 255, 255, 0.88);
  font-size: 15px;
  line-height: 1.65;
  max-width: 520px;
  margin-top: 10px;
}

.about-title-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px;
}

.about-title-badges span {
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  color: var(--white-color);
  display: inline-flex;
  font-size: 12px;
  font-weight: var(--font-weight-medium);
  letter-spacing: 0.2px;
  line-height: 1;
  padding: 9px 12px;
}

.about-highlights {
  margin-bottom: 8px;
}

.about-highlight-item {
  background: var(--white-color);
  border: 1px solid rgba(20, 183, 146, 0.12);
  border-radius: 20px;
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 18px;
  height: 100%;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.04);
}

.about-highlight-item i {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  background: rgba(20, 183, 146, 0.12);
  color: var(--secondary-color);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  flex-shrink: 0;
}

.about-highlight-item h6 {
  margin-bottom: 6px;
}

.about-highlight-item p {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.65;
}

.about-stats {
  margin-bottom: 4px;
}

.about-stat-box {
  background: var(--white-color);
  border-radius: 18px;
  padding: 18px 14px;
  height: 100%;
  border: 1px solid rgba(0, 0, 0, 0.05);
}

.about-stat-box strong {
  display: block;
  color: var(--secondary-color);
  font-size: 26px;
  line-height: 1.1;
  margin-bottom: 6px;
}

.pricing-table-wrap {
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.08);
  background: #ffffff;
}

.pricing-table-main {
  margin-bottom: 0;
  background: #ffffff;
}

.pricing-table-main thead {
  background: #ece8e6;
}

.pricing-table-main thead th {
  color: #3e3a39;
  font-weight: var(--font-weight-bold);
  border-bottom: 1px solid #d8d2cf;
  border-right: 1px solid #d8d2cf;
  padding: 14px 12px;
  white-space: nowrap;
}

.pricing-table-main thead th:last-child {
  border-right: 0;
}

.pricing-table-main tbody tr {
  position: relative;
}

.pricing-table-main tbody tr::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0),
    rgba(255, 255, 255, 0.22),
    rgba(255, 255, 255, 0)
  );
  opacity: 0;
  transform: translateX(-24px);
  transition:
    opacity 0.45s ease,
    transform 0.55s ease;
  pointer-events: none;
}

.pricing-table-main tbody td {
  color: #4a5f74;
  background: #dff0fb;
  border-right: 1px solid #d2d8dd;
  border-bottom: 1px solid #d2d8dd;
  padding: 14px 12px;
  vertical-align: middle;
  position: relative;
  z-index: 1;
  transition:
    background 0.45s ease,
    color 0.45s ease,
    transform 0.45s ease,
    text-shadow 0.45s ease;
}

.pricing-table-main tbody tr:last-child td {
  border-bottom: 0;
}

.pricing-table-main tbody td:last-child {
  border-right: 0;
}

.pricing-table-main tbody td:nth-child(1) {
  width: 52px;
  text-align: center;
}

.pricing-table-main tbody td:nth-child(4),
.pricing-table-main tbody td:nth-child(5) {
  white-space: nowrap;
}

.pricing-table-main.table-hover tbody tr:hover td {
  background: #d6ebf8;
}

@media screen and (min-width: 992px) {
  .pricing-table-main tbody tr:hover::after {
    opacity: 1;
    transform: translateX(0);
  }

  .pricing-table-main tbody tr:hover td {
    color: #415a70;
    text-shadow: 0 4px 12px rgba(50, 75, 96, 0.05);
  }

  .pricing-table-main tbody tr:hover td:nth-child(1) {
    transform: translateX(1px);
  }

  .pricing-table-main tbody tr:hover td:nth-child(2) {
    transform: translateX(3px);
  }

  .pricing-table-main tbody tr:hover td:nth-child(3) {
    transform: translateX(5px);
  }

  .pricing-table-main tbody tr:hover td:nth-child(4) {
    transform: translateX(4px);
    color: #2f8f7c;
  }

  .pricing-table-main tbody tr:hover td:nth-child(5) {
    transform: translateX(6px);
    color: #2f8f7c;
  }
}

.pricing-mobile-list {
  display: none;
}

.pricing-mobile-card {
  background: linear-gradient(180deg, #f7fcff 0%, #e4f3fb 100%);
  border: 1px solid #cfe0ea;
  border-radius: 20px;
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.08);
  padding: 18px;
  margin-bottom: 16px;
  position: relative;
  overflow: hidden;
  animation: pricingCardFloatIn 0.7s ease both;
  animation-delay: var(--card-delay, 0ms);
}

.pricing-mobile-card::before {
  content: "";
  position: absolute;
  top: -20%;
  left: -140%;
  width: 90%;
  height: 100%;
  background: linear-gradient(
    115deg,
    transparent 0%,
    transparent 30%,
    rgba(255, 255, 255, 0.08) 42%,
    rgba(255, 255, 255, 0.55) 50%,
    rgba(255, 255, 255, 0.1) 58%,
    transparent 70%,
    transparent 100%
  );
  transform: skewX(-24deg);
  animation: pricingCardShine 3.6s linear infinite;
  animation-delay: calc(var(--card-delay, 0ms) + 600ms);
  pointer-events: none;
}

.pricing-mobile-card::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(20, 183, 146, 0.03) 20%,
    transparent 40%,
    rgba(20, 183, 146, 0.025) 60%,
    transparent 100%
  );
  background-size: 220% 100%;
  animation: pricingWaveMove 5s linear infinite;
  pointer-events: none;
  opacity: 0.8;
}

.pricing-mobile-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--secondary-color), #0f8f75);
  color: var(--white-color);
  border-radius: 999px;
  font-size: 12px;
  font-weight: var(--font-weight-bold);
  letter-spacing: 0.7px;
  padding: 7px 14px;
  margin-bottom: 14px;
}

.pricing-mobile-item {
  margin-bottom: 14px;
}

.pricing-mobile-label {
  display: block;
  color: var(--secondary-color);
  font-size: 12px;
  font-weight: var(--font-weight-bold);
  letter-spacing: 0.8px;
  text-transform: uppercase;
  margin-bottom: 6px;
}

.pricing-mobile-value {
  display: block;
  color: #3f556a;
  font-size: 15px;
  line-height: 1.6;
}

.pricing-mobile-price-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.pricing-mobile-price-box {
  background: rgba(255, 255, 255, 0.75);
  border: 1px solid rgba(20, 183, 146, 0.12);
  border-radius: 16px;
  padding: 14px;
  animation: pricingBoxPulse 3.6s ease-in-out infinite;
}

.pricing-mobile-price {
  display: block;
  color: var(--dark-color);
  font-size: 16px;
  line-height: 1.4;
}

.pricing-mobile-price-box:last-child {
  animation-delay: 0.35s;
}

@keyframes pricingCardFloatIn {
  0% {
    opacity: 0;
    transform: translateY(22px) scale(0.98);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes pricingCardShine {
  0% {
    left: -140%;
  }
  100% {
    left: 140%;
  }
}

@keyframes pricingBoxPulse {
  0%,
  100% {
    transform: translateY(0);
    box-shadow: 0 0 0 rgba(20, 183, 146, 0);
  }
  50% {
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(20, 183, 146, 0.08);
  }
}

@keyframes pricingWaveMove {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -40% 0;
  }
}
.about-stat-box span {
  color: var(--p-color);
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.8px;
}

/*---------------------------------------
  FEATURED              
-----------------------------------------*/
.featured-numbers {
  font-size: var(--h1-font-size);
  line-height: normal;
  display: block;
}

.featured-text {
  color: var(--secondary-color);
}

.featured-border-bottom {
  border-bottom: 1px solid var(--border-color);
}

.featured-border-start {
  border-left: 1px solid var(--border-color);
}

/*---------------------------------------
  CLIENTS              
-----------------------------------------*/

.clients-item-height {
  height: 120px;
}

.clients-image {
  display: block;
  max-width: 100px;
  margin: auto;
  transition: all ease 0.2s;
}

.clients-image:hover {
  transform: scale(1.3);
}

/*---------------------------------------
  SERVICES              
-----------------------------------------*/
.services,
.featured {
  background: var(--section-bg-color);
  border-top: 1px solid var(--border-color);
  border-bottom: 1px solid var(--border-color);
}

.package-listing {
  background: linear-gradient(180deg, #ffffff 0%, #f8fcff 100%);
  border-top: 1px solid rgba(20, 183, 146, 0.08);
  border-bottom: 1px solid rgba(20, 183, 146, 0.08);
}

.package-listing-shell {
  background: #ffffff;
  border: 1px solid rgba(18, 43, 60, 0.08);
  border-radius: 24px;
  box-shadow: 0 16px 38px rgba(18, 42, 57, 0.08);
  padding: 26px;
}

.package-listing-copy {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 24px;
}

.package-listing-kicker {
  display: inline-block;
  margin-bottom: 10px;
  color: var(--secondary-color);
  font-size: 12px;
  font-weight: var(--font-weight-bold);
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.package-listing-copy h3 {
  margin-bottom: 10px;
  color: var(--dark-color);
}

.package-listing-copy p {
  color: #557183;
  line-height: 1.75;
}

.package-menu-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px 18px;
}

.package-menu-card {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  align-items: center;
  gap: 14px;
  padding: 15px 16px;
  border-radius: 18px;
  background: #ffffff;
  border: 1px solid rgba(18, 43, 60, 0.08);
  box-shadow: 0 8px 20px rgba(22, 45, 67, 0.05);
  transition:
    transform 0.28s ease,
    box-shadow 0.28s ease,
    border-color 0.28s ease;
}

.package-menu-card:hover {
  transform: translateY(-4px);
  border-color: rgba(16, 156, 199, 0.18);
  box-shadow: 0 14px 28px rgba(22, 45, 67, 0.09);
}

.package-menu-label {
  width: 48px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background: rgba(16, 156, 199, 0.1);
  color: #109cc7;
  font-size: 1rem;
  font-weight: var(--font-weight-bold);
}

.package-menu-info h4 {
  margin: 0 0 6px;
  color: var(--dark-color);
  font-size: 1rem;
  line-height: 1.45;
}

.package-menu-info span {
  display: inline-block;
  color: #bf4a4a;
  font-size: 0.92rem;
  font-weight: var(--font-weight-bold);
  letter-spacing: 0.2px;
}

.package-menu-card-wide {
  grid-column: span 2;
}

@media screen and (max-width: 991px) {
  .package-listing-shell {
    padding: 20px;
    border-radius: 22px;
  }

  .package-menu-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .package-menu-card-wide {
    grid-column: auto;
  }
}

@media screen and (max-width: 575px) {
  .package-listing-shell {
    padding: 16px 14px;
    border-radius: 18px;
  }

  .package-listing-copy {
    margin-bottom: 20px;
  }

  .package-menu-card {
    grid-template-columns: 46px minmax(0, 1fr);
    gap: 12px;
    padding: 14px;
    border-radius: 16px;
  }

  .package-menu-label {
    width: 46px;
    height: 46px;
    border-radius: 12px;
    font-size: 1rem;
  }

  .package-menu-info h4 {
    font-size: 0.95rem;
    line-height: 1.45;
  }

  .package-menu-info span {
    font-size: 0.88rem;
  }
}

.services-thumb {
  background: var(--white-color);
  border: 2px solid transparent;
  border-radius: var(--border-radius-medium);
  position: relative;
  overflow: hidden;
  margin-bottom: 25px;
  padding: 18px;
  transition:
    transform 0.45s ease,
    box-shadow 0.45s ease,
    border-color 0.45s ease;
  animation: servicesCardFloat 4.8s ease-in-out infinite;
}

.services-thumb::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(
    115deg,
    transparent 0%,
    transparent 26%,
    rgba(20, 183, 146, 0.05) 37%,
    rgba(20, 183, 146, 0.18) 50%,
    rgba(20, 183, 146, 0.06) 63%,
    transparent 76%,
    transparent 100%
  );
  background-size: 220% 100%;
  opacity: 0.88;
  animation: servicesLineSweep 5.1s linear infinite;
  pointer-events: none;
}

.services-thumb::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: repeating-linear-gradient(
    -32deg,
    rgba(20, 183, 146, 0.03) 0px,
    rgba(20, 183, 146, 0.03) 2px,
    transparent 2px,
    transparent 19px
  );
  opacity: 0.5;
  animation: servicesLineDrift 8s linear infinite;
  pointer-events: none;
}

.services-thumb-up {
  position: relative;
  bottom: 30px;
  margin-bottom: -50px;
}

.services-thumb:hover {
  border: 2px solid var(--secondary-color);
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  transform: translateY(-8px);
}

.services-thumb:hover .services-icon-wrap {
  background: var(--secondary-color);
  border-color: var(--secondary-color);
  color: var(--white-color);
}

.services-cover {
  border-radius: 22px;
  height: 220px;
  object-fit: cover;
  margin-bottom: 22px;
  transition:
    transform 0.55s ease,
    filter 0.55s ease;
}

.services-content {
  position: relative;
  z-index: 1;
}

.services-kicker {
  display: inline-block;
  color: var(--secondary-color);
  font-size: 12px;
  font-weight: var(--font-weight-bold);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 6px;
  animation: servicesBadgePulse 3.8s ease-in-out infinite;
}

.services-summary {
  margin-bottom: 18px;
  line-height: 1.8;
}

.services-meta-row,
.services-points,
.services-notes {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 16px;
  margin-bottom: 16px;
}

.services-meta-row span,
.services-points span,
.services-notes span {
  color: var(--p-color);
  display: flex;
  align-items: flex-start;
  gap: 8px;
  line-height: 1.6;
  transition:
    transform 0.35s ease,
    color 0.35s ease;
}

.services-meta-row i,
.services-points i,
.services-notes i {
  color: var(--secondary-color);
  font-size: 15px;
  line-height: 1.4;
  margin-top: 2px;
}

.services-rate-board {
  background: linear-gradient(
    180deg,
    rgba(20, 183, 146, 0.08),
    rgba(20, 183, 146, 0.04)
  );
  border: 1px solid rgba(20, 183, 146, 0.14);
  border-radius: 22px;
  padding: 18px 20px;
  margin-top: 6px;
  position: relative;
  overflow: hidden;
}

.services-rate-board::before {
  content: "";
  position: absolute;
  top: 0;
  left: -140%;
  width: 70%;
  height: 100%;
  background: linear-gradient(
    100deg,
    transparent,
    rgba(255, 255, 255, 0.45),
    transparent
  );
  transform: skewX(-18deg);
  animation: servicesPriceShine 4s linear infinite;
  pointer-events: none;
}

.services-rate-board > div {
  display: flex;
  align-items: baseline;
  gap: 10px;
  margin-bottom: 6px;
}

.services-rate-board strong {
  color: #0f9ec2;
  font-size: 34px;
  line-height: 1;
  letter-spacing: -0.5px;
  transition:
    transform 0.35s ease,
    color 0.35s ease;
}

.services-rate-board span {
  color: var(--p-color);
  font-size: 15px;
}

.services-rate-board small {
  color: var(--p-color);
  display: block;
  font-size: 13px;
}

.services-rate-board.dual-rate {
  display: grid;
  gap: 14px;
}

.services-rate-board.dual-rate > div {
  margin-bottom: 0;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(20, 183, 146, 0.14);
}

.services-rate-board.dual-rate > div:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.services-icon-wrap {
  border: 1px solid var(--border-color);
  border-radius: var(--border-radius-small);
  position: absolute;
  bottom: 0;
  right: 0;
  width: 50%;
  height: 55%;
  transform: rotate(-35deg) translateY(55px);
  transition: all ease 0.5s;
}

.services-icon {
  font-size: 90px;
  position: relative;
  bottom: 15px;
}

.services-thumb:hover .services-price-wrap {
  background: var(--secondary-color);
}

.services-thumb:hover .services-price-overlay {
  background: var(--primary-color);
}

.services-thumb:hover .services-cover {
  transform: scale(1.04);
  filter: saturate(1.05);
}

.services-thumb:hover .services-meta-row span,
.services-thumb:hover .services-points span,
.services-thumb:hover .services-notes span {
  transform: translateX(4px);
  color: #466173;
}

.services-thumb:hover .services-rate-board strong {
  transform: translateY(-2px);
  color: #109cc7;
}

.services-price-wrap {
  background: var(--primary-color);
  border-radius: var(--border-radius-medium);
  position: relative;
  overflow: hidden;
  padding: 6px 20px 6px 15px;
  transition: all ease 0.5s;
}

.services-price-text {
  color: var(--white-color);
  font-size: var(--copyright-font-size);
  font-weight: var(--font-weight-bold);
}

.services-price-overlay {
  background: var(--secondary-color);
  border-bottom-left-radius: 100%;
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  height: 20px;
  pointer-events: none;
}

@keyframes servicesCardFloat {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-4px);
  }
}

@keyframes servicesBadgePulse {
  0%,
  100% {
    transform: translateY(0);
    opacity: 1;
  }
  50% {
    transform: translateY(-2px);
    opacity: 0.92;
  }
}

@keyframes servicesPriceShine {
  0% {
    left: -140%;
  }
  100% {
    left: 140%;
  }
}

@keyframes servicesLineSweep {
  0% {
    background-position: 180% 0;
  }
  100% {
    background-position: -40% 0;
  }
}

@keyframes servicesLineDrift {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(26px);
  }
}

/*---------------------------------------
  CAR RENTAL
-----------------------------------------*/
.car-rental {
  background:
    radial-gradient(
      circle at top left,
      rgba(20, 183, 146, 0.18),
      transparent 32%
    ),
    radial-gradient(
      circle at bottom right,
      rgba(83, 109, 254, 0.12),
      transparent 28%
    ),
    linear-gradient(180deg, #f6fbfa 0%, #ffffff 100%);
}

.car-rental-intro {
  max-width: 760px;
  margin: 0 auto;
}

.car-rental-grid {
  row-gap: 8px;
}

.car-card {
  background: var(--white-color);
  border: 1px solid rgba(20, 183, 146, 0.12);
  border-radius: 28px;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.06);
  padding: 28px 24px;
  height: 100%;
  position: relative;
  overflow: hidden;
  transition:
    transform 0.35s ease,
    box-shadow 0.35s ease,
    border-color 0.35s ease;
}

.car-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    140deg,
    rgba(20, 183, 146, 0.06),
    transparent 45%
  );
  pointer-events: none;
}

.car-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 26px 55px rgba(0, 0, 0, 0.1);
  border-color: rgba(20, 183, 146, 0.28);
}

.featured-car-card {
  border-color: rgba(20, 183, 146, 0.35);
  box-shadow: 0 28px 60px rgba(20, 183, 146, 0.12);
}

@media screen and (min-width: 992px) {
  .car-rental-grid > div {
    display: flex;
  }

  .car-rental-grid .featured-car-card {
    transform: translateY(-10px);
  }

  .car-rental-grid .featured-car-card:hover {
    transform: translateY(-16px);
  }
}

.car-card-top {
  position: relative;
  z-index: 1;
}

.car-badge {
  display: inline-flex;
  align-items: center;
  background: rgba(20, 183, 146, 0.12);
  color: var(--secondary-color);
  border-radius: 999px;
  padding: 7px 14px;
  font-size: 12px;
  font-weight: var(--font-weight-bold);
  letter-spacing: 0.6px;
  text-transform: uppercase;
  margin-bottom: 18px;
}

.car-photo {
  width: 100%;
  height: 170px;
  object-fit: cover;
  border-radius: 20px;
  margin-bottom: 18px;
  border: 1px solid rgba(20, 183, 146, 0.12);
}

.car-icon-wrap {
  width: 78px;
  height: 78px;
  border-radius: 22px;
  background: linear-gradient(
    135deg,
    rgba(20, 183, 146, 0.12),
    rgba(83, 109, 254, 0.12)
  );
  color: var(--secondary-color);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 34px;
  margin-bottom: 20px;
}

.car-card h4 {
  margin-bottom: 10px;
}

.car-seat {
  color: var(--p-color);
  margin-bottom: 0;
}

.car-seat i {
  color: var(--secondary-color);
  margin-right: 6px;
}

.car-include-list {
  list-style: none;
  padding: 0;
  margin: 18px 0 22px;
  position: relative;
  z-index: 1;
  display: grid;
  gap: 10px;
}

.car-include-list li {
  display: flex;
  align-items: center;
  gap: 9px;
  color: var(--p-color);
  font-size: 14px;
  line-height: 1.5;
}

.car-include-list i {
  color: var(--secondary-color);
  font-size: 15px;
}

.car-price-list {
  list-style: none;
  padding: 0;
  margin: 26px 0 28px;
  position: relative;
  z-index: 1;
}

.car-price-list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  background: #f8fbfb;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 18px;
  padding: 16px 18px;
  margin-bottom: 12px;
}

.car-price-list li:last-child {
  margin-bottom: 0;
}

.car-price-list span {
  color: var(--p-color);
  font-weight: var(--font-weight-medium);
}

.car-price-list strong {
  color: var(--dark-color);
  font-size: 15px;
}

.rental-book-btn {
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  position: relative;
  z-index: 1;
  animation: rentalPulse 2.2s ease-in-out infinite;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease,
    background 0.3s ease;
}

.rental-book-btn i {
  font-size: 22px;
  transition: transform 0.3s ease;
}

.rental-book-btn:hover {
  transform: translateY(-3px) scale(1.01);
}

.rental-book-btn:hover i {
  transform: translateX(5px);
}

/*---------------------------------------
  CAR GALLERY
-----------------------------------------*/
.car-gallery {
  background: linear-gradient(180deg, #ffffff 0%, #f8fcff 100%);
  border-top: 1px solid rgba(20, 183, 146, 0.08);
  border-bottom: 1px solid rgba(20, 183, 146, 0.08);
}

.car-gallery-intro {
  max-width: 760px;
  margin: 0 auto;
}

.car-gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.car-gallery-card {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 24px;
  background: #ffffff;
  border: 1px solid rgba(18, 43, 60, 0.08);
  box-shadow: 0 14px 30px rgba(22, 45, 67, 0.08);
}

.car-gallery-card img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  display: block;
  transition: transform 0.45s ease;
}

.car-gallery-card-lg {
  grid-column: span 2;
  grid-row: span 2;
}

.car-gallery-card-lg img {
  height: 100%;
  min-height: 496px;
}

.car-gallery-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.02), rgba(0, 0, 0, 0.42));
  pointer-events: none;
}

.car-gallery-card span {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 14px;
  z-index: 1;
  color: var(--white-color);
  font-size: 14px;
  font-weight: var(--font-weight-bold);
  letter-spacing: 0.3px;
}

.car-gallery-card:hover img {
  transform: scale(1.06);
}

.car-gallery-action {
  display: flex;
  justify-content: center;
  margin-top: 26px;
}

.car-gallery-more-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-width: 210px;
  border: 0;
  box-shadow: 0 16px 32px rgba(20, 183, 146, 0.18);
}

.car-gallery-more-btn i {
  font-size: 18px;
}

@media screen and (max-width: 991px) {
  .car-gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .car-gallery-card-lg {
    grid-column: span 2;
    grid-row: span 1;
  }

  .car-gallery-card-lg img {
    min-height: 340px;
  }
}

@media screen and (max-width: 575px) {
  .car-gallery-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .car-gallery-card,
  .car-gallery-card-lg {
    grid-column: auto;
    grid-row: auto;
    border-radius: 20px;
  }

  .car-gallery-card img,
  .car-gallery-card-lg img {
    height: 240px;
    min-height: 240px;
  }

  .car-gallery-more-btn {
    width: 100%;
    min-width: 0;
  }
}

@keyframes rentalPulse {
  0%,
  100% {
    box-shadow: 0 0 0 0 rgba(20, 183, 146, 0.2);
  }
  50% {
    box-shadow: 0 0 0 14px rgba(20, 183, 146, 0);
  }
}

/*---------------------------------------
  PROJECTS              
-----------------------------------------*/
.projects-thumb {
  background: var(--section-bg-color);
  border: 2px solid var(--white-color);
  border-radius: var(--border-radius-medium);
  position: relative;
  overflow: hidden;
  margin-top: 24px;
  margin-bottom: 24px;
  padding: 40px;
  transition: all ease 0.5s;
}

.projects-thumb:hover {
  border-color: var(--secondary-color);
}

.projects-thumb:hover .projects-image,
.projects-thumb:focus .projects-image {
  transform: rotate(0) translateY(0);
}

.projects-thumb .popup-image {
  display: block;
  width: 100%;
  height: 100%;
}

.projects-image {
  border-radius: var(--border-radius-medium);
  display: block;
  width: 100%;
  transform: rotate(10deg) translateY(80px);
  transition: all ease 0.5s;
}

.projects-title {
  margin-bottom: 20px;
}

.projects-tag {
  font-size: var(--menu-font-size);
  font-weight: var(--font-weight-medium);
  color: var(--secondary-color);
  text-transform: uppercase;
  margin-bottom: 5px;
}

.gallery-showcase {
  background:
    radial-gradient(
      circle at top right,
      rgba(20, 183, 146, 0.12),
      transparent 24%
    ),
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.98),
      rgba(244, 249, 248, 0.98)
    );
  border: 1px solid rgba(20, 183, 146, 0.12);
  border-radius: 32px;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.08);
  padding: 32px;
  overflow: hidden;
}

.gallery-lead {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 28px;
}

.gallery-copy {
  max-width: 760px;
}

.gallery-kicker {
  display: inline-block;
  color: var(--secondary-color);
  font-size: 12px;
  font-weight: var(--font-weight-bold);
  letter-spacing: 1.2px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.gallery-heading {
  margin-bottom: 12px;
  max-width: 820px;
}

.gallery-text {
  max-width: 720px;
}

.gallery-stat-card {
  min-width: 180px;
  background: linear-gradient(
    135deg,
    rgba(20, 183, 146, 0.96),
    rgba(14, 129, 107, 0.92)
  );
  border-radius: 24px;
  color: var(--white-color);
  padding: 20px 22px;
  box-shadow: 0 18px 35px rgba(20, 183, 146, 0.22);
}

.gallery-stat-card strong {
  display: block;
  font-size: 38px;
  line-height: 1;
  margin-bottom: 8px;
}

.gallery-stat-card span {
  display: block;
  font-size: 14px;
  font-weight: var(--font-weight-bold);
  text-transform: uppercase;
  letter-spacing: 0.8px;
  margin-bottom: 6px;
}

.gallery-stat-card small {
  display: block;
  font-size: 13px;
  line-height: 1.6;
  opacity: 0.9;
}

.gallery-feature-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.85fr) minmax(260px, 0.85fr);
  gap: 18px;
  margin-bottom: 22px;
}

.gallery-feature-main,
.gallery-feature-mini,
.gallery-rail-card {
  position: relative;
  overflow: hidden;
  border-radius: 26px;
  display: block;
}

.gallery-feature-main img,
.gallery-feature-mini img,
.gallery-rail-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.gallery-feature-main {
  min-height: 420px;
}

.gallery-feature-side {
  display: grid;
  gap: 18px;
  grid-template-rows: repeat(2, minmax(0, 1fr));
}

.gallery-feature-mini {
  min-height: 201px;
}

.gallery-feature-main::after,
.gallery-feature-mini::after,
.gallery-rail-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(5, 21, 24, 0.02),
    rgba(5, 21, 24, 0.55)
  );
}

.gallery-feature-main:hover img,
.gallery-feature-mini:hover img,
.gallery-rail-card:hover img {
  transform: scale(1.06);
}

.gallery-feature-label,
.gallery-feature-mini span,
.gallery-rail-card span {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  z-index: 1;
  color: var(--white-color);
}

.gallery-feature-label small {
  display: block;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  opacity: 0.86;
  margin-bottom: 6px;
}

.gallery-feature-label strong {
  font-size: 28px;
  line-height: 1.2;
}

.gallery-feature-mini span,
.gallery-rail-card span {
  font-size: 16px;
  font-weight: var(--font-weight-bold);
}

.gallery-rail-wrap {
  overflow-x: auto;
  padding-bottom: 8px;
  scroll-behavior: smooth;
}

.gallery-rail-wrap::-webkit-scrollbar {
  height: 8px;
}

.gallery-rail-wrap::-webkit-scrollbar-thumb {
  background: rgba(20, 183, 146, 0.22);
  border-radius: 999px;
}

.gallery-rail {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 220px;
  gap: 16px;
}

.gallery-rail-card,
.gallery-more-card {
  min-height: 250px;
}

.gallery-more-card {
  background: linear-gradient(
    180deg,
    rgba(20, 183, 146, 0.08),
    rgba(20, 183, 146, 0.14)
  );
  border: 1px dashed rgba(20, 183, 146, 0.35);
  border-radius: 26px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 22px;
}

.gallery-more-card strong {
  color: var(--dark-color);
  font-size: 20px;
  margin-bottom: 8px;
}

.gallery-more-card span {
  color: var(--p-color);
  font-size: 14px;
  line-height: 1.6;
}

/*---------------------------------------
  CONTACT              
-----------------------------------------*/
.contact {
  background: var(--section-bg-color);
  overflow: hidden;
}

.contact-info {
  background: var(--white-color);
  border-top-right-radius: var(--border-radius-small);
  border-bottom-right-radius: var(--border-radius-small);
  padding: 60px 30px 30px 30px;
  height: 100%;
}

.contact-info a {
  overflow-wrap: anywhere;
}

.contact-info-border-start {
  border-right: 1px solid var(--border-color);
  border-radius: var(--border-radius-small) 0 0 var(--border-radius-small);
}

.location-map {
  background:
    radial-gradient(
      circle at top right,
      rgba(20, 183, 146, 0.12),
      transparent 28%
    ),
    linear-gradient(180deg, #ffffff 0%, #f8fbfa 100%);
}

.map-card {
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.98),
    rgba(244, 250, 248, 0.98)
  );
  border: 1px solid rgba(20, 183, 146, 0.12);
  border-radius: 28px;
  box-shadow: 0 20px 55px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  padding: 28px;
}

.map-card-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 24px;
}

.map-kicker {
  display: inline-block;
  color: var(--secondary-color);
  font-size: 12px;
  font-weight: var(--font-weight-bold);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.map-open-btn {
  white-space: nowrap;
}

.map-frame-wrap {
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.08);
}

.map-frame {
  width: 100%;
  height: 520px;
  border: 0;
  display: block;
}

.contact-form {
  margin-left: 10px;
}

/*---------------------------------------
  CUSTOM FORM               
-----------------------------------------*/
.custom-form .form-control {
  background: var(--white-color);
  box-shadow: none;
  border: 2px solid var(--border-color);
  color: var(--p-color);
  margin-bottom: 24px;
  padding-top: 13px;
  padding-bottom: 13px;
  outline: none;
}

.form-floating > label {
  color: var(--p-color);
}

.form-check-inline {
  vertical-align: middle;
  width: 100%;
  position: relative;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 24px;
  padding: 0;
}

.custom-form .form-check-label {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.form-check-label-text {
  color: var(--p-color);
  display: block;
  font-size: var(--copyright-font-size);
  margin-top: 5px;
}

.form-check-input[type="checkbox"] {
  background: var(--white-color);
  border: 2px solid var(--border-color);
  box-shadow: none;
  outline: none;
  width: 100%;
  margin-top: 0;
  margin-left: 0;
  padding: 40px 50px;
}

.form-check-input:checked[type="checkbox"] {
  background-image: none;
}

.form-check-input:hover,
.form-check-input:checked {
  background-color: transparent;
  border-color: var(--secondary-color);
}

.custom-form .form-control:hover,
.custom-form .form-control:focus {
  background: transparent;
  border-color: var(--secondary-color);
}

.custom-form .form-floating textarea {
  height: 150px;
}

.custom-form button[type="submit"] {
  background: var(--secondary-color);
  border: none;
  border-radius: var(--border-radius-large);
  color: var(--white-color);
  font-weight: var(--font-weight-bold);
  transition: all 0.3s;
  margin-bottom: 0;
}

.custom-form button[type="submit"]:hover,
.custom-form button[type="submit"]:focus {
  background: var(--primary-color);
  border-color: transparent;
}

/*---------------------------------------
  SITE FOOTER              
-----------------------------------------*/
.site-footer {
  border-top: 1px solid var(--border-color);
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: center;
}

.site-footer-title {
  font-size: var(--menu-font-size);
  color: var(--dark-color);
  text-transform: uppercase;
}

.copyright-text-wrap p,
.copyright-text {
  font-size: var(--copyright-font-size);
}

.copyright-text {
  border-right: 1px solid var(--border-color);
  padding-right: 25px;
  margin-right: 20px;
}

.copyright-text-wrap a {
  font-weight: var(--font-weight-bold);
}

.footer-menu {
  margin: 0;
  padding: 0;
}

.footer-menu-item {
  list-style: none;
  display: inline-block;
  vertical-align: top;
}

.footer-menu-link {
  border: 1px solid var(--border-color);
  border-radius: var(--border-radius-medium);
  font-size: var(--copyright-font-size);
  font-weight: var(--font-weight-medium);
  display: inline-block;
  vertical-align: top;
  text-align: center;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 6px 14px;
  min-width: 70px;
}

.footer-menu-link:hover {
  background: var(--secondary-color);
  border-color: transparent;
  color: var(--white-color);
}

/*---------------------------------------
  SOCIAL ICON               
-----------------------------------------*/
.social-icon {
  margin: 0;
  padding: 0;
}

.social-icon-item {
  list-style: none;
  display: inline-block;
  vertical-align: top;
}

.social-icon-link {
  border: 1px solid var(--border-color);
  border-radius: var(--border-radius-large);
  font-size: var(--copyright-font-size);
  color: var(--dark-color);
  display: inline-block;
  vertical-align: top;
  margin: 2px 2px 5px 2px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
}

.social-icon-link:hover {
  background: var(--secondary-color);
  border-color: transparent;
  color: var(--white-color);
}

/*---------------------------------------
  RESPONSIVE STYLES               
-----------------------------------------*/
@media screen and (min-width: 1600px) {
  .hero {
    padding-top: 380px;
    padding-bottom: 380px;
  }

  .hero-image-wrap {
    top: -50px;
    width: 400px;
    height: 400px;
  }

  .hero-image {
    min-width: 650px;
  }

  .hero-title,
  .hero h2 {
    font-size: var(--h2-font-size);
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 48px;
  }

  h2 {
    font-size: 36px;
  }

  h3 {
    font-size: 32px;
  }

  h4 {
    font-size: 28px;
  }

  h5 {
    font-size: 20px;
  }

  h6 {
    font-size: 18px;
  }

  .section-padding {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .custom-btn,
  .navbar .custom-btn {
    font-size: var(--copyright-text-font-size);
    padding: 8px 16px;
  }

  .navbar .container {
    background: var(--white-color);
    width: calc(100% - 24px);
    max-width: calc(100% - 24px);
    margin-right: auto;
    margin-left: auto;
  }

  .navbar-brand,
  .navbar-brand:hover {
    color: var(--dark-color);
  }

  .navbar-icon {
    background: var(--secondary-color);
    color: var(--white-color);
    width: 44px;
    height: 44px;
    line-height: 44px;
  }

  .navbar .custom-btn {
    border-color: var(--secondary-color);
    color: var(--secondary-color);
  }

  .navbar-toggler .navbar-toggler-icon,
  .navbar-toggler .navbar-toggler-icon:before,
  .navbar-toggler .navbar-toggler-icon:after {
    background: var(--dark-color);
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    margin-left: 0;
  }

  .navbar-nav .nav-link {
    color: var(--p-color);
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .hero {
    padding-top: 200px;
    padding-bottom: 400px;
  }

  .hero-text {
    top: 0;
    margin-bottom: 120px;
  }

  .about-thumb {
    padding-right: 0;
    padding-left: 0;
  }

  .about-image {
    min-height: 420px;
  }

  .about-visual-wrap {
    padding-right: 0;
  }

  .about-floating-card {
    position: static;
    max-width: 100%;
    margin-top: 20px;
  }

  .about-card {
    padding: 18px;
  }

  .about-title-wrap {
    align-items: flex-start !important;
    flex-direction: column;
    overflow: hidden;
    padding: 22px 20px;
    position: relative;
    background:
      radial-gradient(
        circle at 12% 18%,
        rgba(255, 255, 255, 0.24),
        transparent 26%
      ),
      linear-gradient(135deg, #14b792 0%, #0f9f87 48%, #14766d 100%);
    box-shadow: 0 18px 40px rgba(20, 183, 146, 0.22);
  }

  .about-title-wrap::after {
    content: "";
    width: 120px;
    height: 120px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    position: absolute;
    right: -42px;
    top: -42px;
  }

  .about-title-wrap > div {
    position: relative;
    z-index: 1;
  }

  .about-title-wrap h2 {
    font-size: 28px;
    letter-spacing: -0.8px;
    line-height: 1.12;
    max-width: 280px;
    white-space: normal;
  }

  .about-kicker {
    background: rgba(255, 255, 255, 0.16);
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 999px;
    font-size: 11px;
    letter-spacing: 1.4px;
    margin-bottom: 10px;
    padding: 7px 11px;
  }

  .about-title-sub {
    font-size: 14px;
    line-height: 1.6;
    margin-top: 12px;
    max-width: 310px;
  }

  .about-title-badges {
    margin-top: 14px;
  }

  .about-title-badges span {
    font-size: 11px;
    padding: 8px 10px;
  }

  .pricing-table-main {
    min-width: 860px;
  }

  .about-numbers {
    font-size: 42px;
  }

  .car-card {
    margin-bottom: 24px;
  }

  .services-thumb-up {
    bottom: 0;
    margin-bottom: 32px;
  }

  .services-thumb {
    margin-bottom: 32px;
    padding-bottom: 22px;
  }

  .services-icon-wrap {
    width: 45%;
    height: 60%;
  }

  .services-meta-row,
  .services-points,
  .services-notes {
    grid-template-columns: 1fr;
  }

  .services .col-lg-10 .row .col-lg-6:last-child,
  .projects .col-lg-4:last-child {
    margin-bottom: 0;
  }

  .projects-thumb {
    margin-top: 0;
    margin-bottom: 32px;
  }

  .gallery-showcase {
    padding: 24px;
    border-radius: 26px;
  }

  .gallery-lead {
    flex-direction: column;
    align-items: flex-start;
  }

  .gallery-stat-card {
    min-width: 0;
    width: 100%;
  }

  .gallery-feature-grid {
    grid-template-columns: 1fr;
  }

  .gallery-feature-main {
    min-height: 340px;
  }

  .gallery-feature-side {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: none;
  }

  .gallery-feature-mini {
    min-height: 180px;
  }

  .contact-info {
    border-radius: 0 0 var(--border-radius-small) var(--border-radius-small);
    padding: 40px 30px;
  }

  .contact-info-border-start {
    border-right: 0;
    border-bottom: 1px solid var(--border-color);
    border-radius: var(--border-radius-small) var(--border-radius-small) 0 0;
  }

  .map-card {
    padding: 20px;
  }

  .map-card-top {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media screen and (max-width: 991px) {
  .pricing-table-main {
    display: none !important;
  }

  .pricing-mobile-list {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
  }

  .pricing-mobile-list.animated {
    opacity: 1 !important;
    transform: none !important;
  }

  .pricing-mobile-price-row {
    grid-template-columns: 1fr;
  }

  .gallery-showcase {
    padding: 18px;
  }

  .gallery-heading {
    font-size: 24px;
  }

  .gallery-feature-main {
    min-height: 270px;
  }

  .gallery-feature-side {
    grid-template-columns: 1fr;
  }

  .gallery-feature-mini,
  .gallery-rail-card,
  .gallery-more-card {
    min-height: 180px;
  }

  .gallery-rail {
    grid-auto-columns: 180px;
  }

  .map-frame {
    height: 380px;
  }

  .navbar .container {
    width: calc(100% - 24px);
    max-width: calc(100% - 24px);
    margin-right: auto;
    margin-left: auto;
  }
}

@media screen and (max-width: 480px) {
  h1 {
    font-size: 40px;
  }

  h2 {
    font-size: 28px;
  }

  h3 {
    font-size: 26px;
  }

  h4 {
    font-size: 22px;
  }

  h5 {
    font-size: 20px;
  }

  .custom-btn,
  .navbar .custom-btn {
    font-size: 13px;
    padding: 6px 12px;
  }

  .custom-btn-2 {
    font-size: 13px;
    padding: 6px 12px;
  }

  .about-image {
    min-height: 320px;
  }

  .about-highlight-item {
    padding: 16px;
  }

  .about-stat-box strong {
    font-size: 22px;
  }

  .car-card {
    padding: 22px 18px;
    border-radius: 22px;
  }

  .car-price-list li {
    flex-direction: column;
    align-items: flex-start;
  }

  .map-frame {
    height: 300px;
  }

  #section_5 .section-title-wrap {
    justify-content: flex-start !important;
    gap: 14px;
    padding-right: 16px;
    padding-left: 16px;
  }

  #section_5 .section-title-wrap .avatar-image {
    flex: 0 0 72px;
    width: 72px;
    height: 72px;
  }

  #section_5 .section-title-wrap h2 {
    min-width: 0;
    margin-left: 0 !important;
    letter-spacing: 0;
    overflow-wrap: anywhere;
  }

  .navbar-icon {
    font-size: var(--copyright-font-size);
    width: 35.5px;
    height: 35.5px;
    line-height: 35.5px;
  }

  .hero-image-wrap {
    width: 300px;
    height: 300px;
  }

  .hero-image {
    min-width: inherit;
  }
}

/* background image */
/* Full-Width Hero Section */
.pl-hero-bg {
  position: absolute;
  inset: 0;
  background: url("../images/treasurebay.jpg") center/cover no-repeat;
  transition: 1.2s ease-in-out;
  z-index: 1;
}

/* overlay */
.pl-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 2;
}

/* Full-width hero container */
.pl-hero-full {
  position: relative;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

/* Hero content wrapper */
.pl-hero-content {
  position: relative;
  z-index: 3;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding: 2rem;
  min-height: 100vh;
}

/* Hero container - Left/Right split */
.pl-hero-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 3rem;
  width: 100%;
  max-width: 1200px;
  flex: 1;
}

.pl-content-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  text-align: left;
  gap: 1rem;
  flex: 1.5;
  min-width: 0;
  padding: 2rem 0rem 2rem 1rem;
  border-radius: 28px;
  box-shadow: 0 40px 90px rgba(0, 0, 0, 0.18);
  overflow: hidden;
}

.pl-content-wrapper::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1.8rem;
  width: 6px;
  height: calc(100% - 3.6rem);
  border-radius: 999px;
  background: linear-gradient(
    180deg,
    rgba(30, 255, 255, 0.95),
    rgba(118, 75, 255, 0.95)
  );
}

.pl-title {
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: 64px;
  font-weight: 800;
  letter-spacing: 3px;
  margin: 0;
  line-height: 1.1;
  background: linear-gradient(90deg, #e8f7ff, #f8d6ff, #ffd3a8);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.pl-subtitle {
  font-size: 35px;
  font-weight: 1000;
  font-style: italic;
  color: transparent;
  margin: 0;
  line-height: 1.4;
  text-shadow: 0 3px 15px rgba(0, 0, 0, 0.4);
  max-width: 100%;
  background: linear-gradient(135deg, #ff6b6b, #4ecdc4, #45b7d1, #96ceb4);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.pl-buttons {
  display: flex;
  gap: 1rem;
  justify-content: flex-start;
  flex-wrap: wrap;
}

/* Carousel Controls */
.pl-carousel-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  z-index: 4;
  width: 100%;
}

.pl-arrow-btn {
  background: rgba(255, 255, 255, 0.15);
  border: 2px solid rgba(255, 255, 255, 0.3);
  color: white;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  cursor: pointer;
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  backdrop-filter: blur(10px);
}

.pl-arrow-btn:hover {
  background: rgba(255, 255, 255, 0.25);
  border-color: rgba(255, 255, 255, 0.5);
  transform: scale(1.1);
}

.pl-arrow-btn:active {
  transform: scale(0.95);
}

.pl-counter {
  color: white;
  font-size: 18px;
  font-weight: 600;
  min-width: 80px;
  text-align: center;
  letter-spacing: 1px;
}

/* Thumbnail Carousel Wrapper */
.pl-thumb-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 1rem;
  flex: 1;
  min-width: 0;
  width: 100%;
}

.pl-thumb-arrow {
  background: rgba(255, 255, 255, 0.15);
  border: 2px solid rgba(255, 255, 255, 0.3);
  color: white;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  cursor: pointer;
  font-size: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  backdrop-filter: blur(10px);
  flex-shrink: 0;
  padding: 0;
  line-height: 1;
}

.pl-thumb-arrow:hover {
  background: rgba(255, 255, 255, 0.25);
  border-color: rgba(255, 255, 255, 0.5);
  transform: scale(1.1);
}

.pl-thumb-arrow:active {
  transform: scale(0.95);
}

/* Thumbnail Carousel */
.pl-thumb-carousel {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  justify-content: center;
  align-items: center;
  overflow: visible;
  flex-wrap: wrap;
}

.pl-thumb {
  width: 140px;
  height: 250px;
  min-width: 140px;
  min-height: 250px;
  object-fit: cover;
  border-radius: 12px;
  cursor: pointer;
  opacity: 0.6;
  transition:
    transform 0.45s ease,
    opacity 0.45s ease,
    box-shadow 0.45s ease,
    border-color 0.45s ease;
  border: 2px solid transparent;
}

.pl-thumb:hover {
  opacity: 0.8;
  transform: scale(1.05);
}

.pl-thumb.active {
  opacity: 1;
  border: 3px solid #ffc107;
  box-shadow: 0 10px 30px rgba(255, 193, 7, 0.3);
  transform: scale(1.05);
}

.pl-thumb.hidden {
  display: none;
}

/* Responsive Design */
@media screen and (max-width: 991px) {
  [data-animate="fade-left"],
  [data-animate="fade-right"] {
    transform: translateY(40px);
  }

  .pl-hero-full,
  .pl-hero-content,
  .pl-hero-container,
  .pl-content-wrapper,
  .pl-thumb-wrapper,
  .pl-carousel-controls {
    max-width: 100%;
    box-sizing: border-box;
  }

  .pl-hero-full {
    min-height: auto;
    padding: 2rem 0 2.75rem;
  }

  .pl-hero-content {
    gap: 0.75rem;
    padding: 1rem 1rem 2rem;
    min-height: auto;
  }

  .pl-hero-container {
    flex-direction: column;
    gap: 0.25rem;
    max-width: 100%;
    align-items: center;
  }

  .pl-content-wrapper {
    width: 100%;
    max-width: 540px;
    align-items: center;
    text-align: center;
    margin-top: 54px;
    padding: 1.4rem 1.1rem 5.8rem;
    flex: 1 !important;
    gap: 0.8rem;
    background: linear-gradient(
      180deg,
      rgba(5, 21, 32, 0.2),
      rgba(5, 21, 32, 0.08)
    );
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 28px;
    backdrop-filter: blur(1px);
    box-shadow: 0 16px 38px rgba(0, 0, 0, 0.14);
  }

  .pl-content-wrapper::before {
    left: 16px;
    top: 18px;
    width: 4px;
    height: calc(100% - 36px);
    opacity: 0.95;
  }

  .pl-content-wrapper::after {
    content: "";
    position: absolute;
    inset: auto -12% -18% auto;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    background: radial-gradient(
      circle,
      rgba(46, 207, 167, 0.28) 0%,
      rgba(46, 207, 167, 0.08) 42%,
      rgba(46, 207, 167, 0) 72%
    );
    pointer-events: none;
    filter: blur(8px);
    z-index: 0;
  }

  .pl-content-wrapper > * {
    position: relative;
    z-index: 1;
  }

  .pl-title {
    font-size: clamp(2.1rem, 8.3vw, 3.15rem);
    margin-bottom: 0.15rem;
    letter-spacing: 1.4px;
    line-height: 1;
  }

  .pl-subtitle {
    font-size: clamp(0.92rem, 3.2vw, 1.18rem);
    font-weight: 700;
    font-style: italic;
    margin-bottom: 0.25rem;
    letter-spacing: 0.3px;
    text-transform: uppercase;
    line-height: 1.45;
    max-width: 26ch;
  }

  .pl-buttons {
    gap: 0.65rem;
    justify-content: center;
    flex-wrap: nowrap;
    width: 100%;
    margin-top: 0.45rem !important;
  }

  .pl-buttons .btn {
    font-size: 13px;
    padding: 0.72rem 1rem;
    white-space: nowrap;
    min-width: 0;
    flex: 1 1 0;
    border-radius: 999px;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.16);
  }

  .pl-thumb-wrapper {
    gap: 0.45rem;
    max-width: 100%;
    flex-direction: column;
    width: 100%;
    margin-top: -4.6rem;
    position: relative;
    z-index: 4;
  }

  .pl-thumb-carousel {
    gap: 0.5rem;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    width: 100%;
  }

  .pl-thumb-carousel.compact-mode {
    position: relative;
    display: block;
    width: 100%;
    max-width: 390px;
    height: 172px;
    margin: 0 auto;
  }

  .pl-thumb {
    width: calc((100% - 1rem) / 3);
    max-width: 120px;
    min-width: 0;
    height: clamp(120px, 24vw, 150px);
    min-height: 120px;
  }

  .pl-thumb-carousel.compact-mode .pl-thumb {
    position: absolute;
    top: 50%;
    left: 50%;
    width: clamp(88px, 26vw, 118px);
    max-width: none;
    height: clamp(122px, 32vw, 150px);
    min-height: 122px;
    border-radius: 16px;
    object-fit: cover;
    transition:
      transform 0.75s cubic-bezier(0.22, 1, 0.36, 1),
      opacity 0.55s ease,
      filter 0.55s ease,
      box-shadow 0.55s ease,
      border-color 0.55s ease;
    will-change: transform, opacity, filter;
  }

  .pl-thumb-carousel.compact-mode .pl-thumb.hidden {
    display: block;
    opacity: 0;
    filter: blur(6px);
    transform: translate(-50%, -50%) scale(0.82);
    box-shadow: none;
  }

  .pl-thumb-carousel.compact-mode .pl-thumb.thumb-pos-left {
    opacity: 0.72;
    filter: blur(1.8px) saturate(0.92);
    transform: translate(calc(-50% - 96px), -50%) scale(0.88) rotate(-5deg);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.12);
    z-index: 1;
  }

  .pl-thumb-carousel.compact-mode .pl-thumb.thumb-pos-center {
    opacity: 1;
    filter: none;
    transform: translate(-50%, -50%) scale(1.08);
    box-shadow: 0 20px 38px rgba(0, 0, 0, 0.22);
    z-index: 3;
  }

  .pl-thumb-carousel.compact-mode .pl-thumb.thumb-pos-right {
    opacity: 0.72;
    filter: blur(1.8px) saturate(0.92);
    transform: translate(calc(-50% + 96px), -50%) scale(0.88) rotate(5deg);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.12);
    z-index: 1;
  }

  .pl-hero-bg {
    transition: 1.45s ease-in-out;
  }

  .pl-thumb-carousel.compact-mode .pl-thumb:hover {
    opacity: 0.94;
  }

  .pl-thumb-carousel.compact-mode .pl-thumb.active {
    border-width: 3px;
  }

  .pl-carousel-controls {
    gap: 1rem;
    width: auto;
    justify-content: center;
    background: rgba(7, 20, 34, 0.32);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 999px;
    backdrop-filter: blur(8px);
    padding: 0.45rem 0.8rem;
  }

  .pl-arrow-btn {
    width: 44px;
    height: 44px;
    font-size: 20px;
  }

  .pl-counter {
    font-size: 16px;
    min-width: 64px;
  }

  .pl-thumb-arrow {
    width: 32px;
    height: 32px;
    font-size: 18px;
  }
}

@media screen and (max-width: 575px) {
  .pl-hero-full {
    padding: 1.45rem 0 2.15rem;
  }

  .pl-hero-content {
    padding: 0.75rem 0.75rem 1.75rem;
    gap: 0.55rem;
  }

  .pl-content-wrapper {
    margin-top: 36px;
    padding: 1.2rem 0.9rem 5.1rem;
    border-radius: 24px;
    gap: 0.65rem;
  }

  .pl-content-wrapper::before {
    left: 14px;
    top: 16px;
    height: calc(100% - 32px);
  }

  .pl-content-wrapper::after {
    width: 150px;
    height: 150px;
    inset: auto -10% -16% auto;
  }

  .pl-title {
    font-size: clamp(1.78rem, 9.2vw, 2.45rem);
    letter-spacing: 0.9px;
    line-height: 1.02;
  }

  .pl-subtitle {
    font-size: clamp(0.82rem, 3.65vw, 0.98rem);
    max-width: 24ch;
    line-height: 1.35;
  }

  .pl-buttons {
    gap: 0.55rem;
  }

  .pl-buttons .btn {
    font-size: 12px;
    padding: 0.7rem 0.85rem;
  }

  .pl-thumb-wrapper {
    margin-top: -4.1rem;
  }

  .pl-thumb-carousel.compact-mode {
    max-width: 320px;
    height: 152px;
  }

  .pl-thumb-carousel.compact-mode .pl-thumb {
    width: clamp(80px, 25vw, 100px);
    height: clamp(108px, 30vw, 128px);
    min-height: 108px;
  }

  .pl-thumb-carousel.compact-mode .pl-thumb.thumb-pos-left {
    transform: translate(calc(-50% - 82px), -50%) scale(0.84) rotate(-5deg);
  }

  .pl-thumb-carousel.compact-mode .pl-thumb.thumb-pos-center {
    transform: translate(-50%, -50%) scale(1.05);
  }

  .pl-thumb-carousel.compact-mode .pl-thumb.thumb-pos-right {
    transform: translate(calc(-50% + 82px), -50%) scale(0.84) rotate(5deg);
  }

  .pl-carousel-controls {
    gap: 0.7rem;
    padding: 0.36rem 0.68rem;
  }

  .pl-arrow-btn {
    width: 40px;
    height: 40px;
    font-size: 18px;
  }

  .pl-counter {
    font-size: 15px;
    min-width: 56px;
  }
}

@media screen and (max-width: 400px) {
  .pl-content-wrapper {
    margin-top: 30px;
    padding: 1.08rem 0.8rem 4.8rem;
    border-radius: 22px;
  }

  .pl-title {
    font-size: clamp(1.6rem, 8.8vw, 2.1rem);
  }

  .pl-subtitle {
    font-size: 0.78rem;
    max-width: 23ch;
  }

  .pl-buttons {
    flex-direction: column;
    width: min(100%, 260px);
  }

  .pl-buttons .btn {
    width: 100%;
    flex: 0 0 auto;
  }

  .pl-thumb-wrapper {
    margin-top: -3.75rem;
  }

  .pl-thumb-carousel.compact-mode {
    max-width: 286px;
    height: 144px;
  }

  .pl-thumb-carousel.compact-mode .pl-thumb {
    width: 82px;
    height: 110px;
    min-height: 110px;
  }

  .pl-thumb-carousel.compact-mode .pl-thumb.thumb-pos-left {
    transform: translate(calc(-50% - 72px), -50%) scale(0.82) rotate(-4deg);
  }

  .pl-thumb-carousel.compact-mode .pl-thumb.thumb-pos-center {
    transform: translate(-50%, -50%) scale(1.03);
  }

  .pl-thumb-carousel.compact-mode .pl-thumb.thumb-pos-right {
    transform: translate(calc(-50% + 72px), -50%) scale(0.82) rotate(4deg);
  }
}

/*---------------------------------------
  SCROLL ANIMATIONS               
-----------------------------------------*/

/* Base state: hidden before animation */
[data-animate] {
  opacity: 0;
  transition:
    opacity 0.8s ease,
    transform 0.8s ease;
  will-change: opacity, transform;
}

/* Fade Up */
[data-animate="fade-up"] {
  transform: translateY(60px);
}

/* Fade Down */
[data-animate="fade-down"] {
  transform: translateY(-60px);
}

/* Fade Left */
[data-animate="fade-left"] {
  transform: translateX(-60px);
}

/* Fade Right */
[data-animate="fade-right"] {
  transform: translateX(60px);
}

/* Zoom In */
[data-animate="zoom-in"] {
  transform: scale(0.85);
}

/* Fade In (no movement) */
[data-animate="fade-in"] {
  transform: none;
}

/* Active / Visible state */
[data-animate].animated {
  opacity: 1;
  transform: translateY(0) translateX(0) scale(1);
}

/* Stagger delay classes */
[data-delay="100"] {
  transition-delay: 0.1s;
}
[data-delay="200"] {
  transition-delay: 0.2s;
}
[data-delay="300"] {
  transition-delay: 0.3s;
}
[data-delay="400"] {
  transition-delay: 0.4s;
}
[data-delay="500"] {
  transition-delay: 0.5s;
}
[data-delay="600"] {
  transition-delay: 0.6s;
}
[data-delay="700"] {
  transition-delay: 0.7s;
}
[data-delay="800"] {
  transition-delay: 0.8s;
}

/* Custom durations */
[data-duration="400"] {
  transition-duration: 0.4s;
}
[data-duration="600"] {
  transition-duration: 0.6s;
}
[data-duration="1000"] {
  transition-duration: 1s;
}
[data-duration="1200"] {
  transition-duration: 1.2s;
}

/* Counter number animation */
.featured-numbers {
  display: inline-block;
}

@keyframes countPulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.15);
  }
  100% {
    transform: scale(1);
  }
}

.featured-numbers.counted {
  animation: countPulse 0.5s ease;
}

.wa-float {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 14px;
  pointer-events: none;
}

.wa-float-trigger {
  width: 64px;
  height: 64px;
  border: 0;
  border-radius: 50%;
  background: linear-gradient(135deg, #25d366, #14b789);
  color: var(--white-color);
  box-shadow: 0 18px 40px rgba(20, 183, 146, 0.28);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 31px;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
  animation: waFloatPulse 2.8s ease-in-out infinite;
  pointer-events: auto;
}

.wa-float-trigger:hover {
  transform: translateY(-4px) scale(1.03);
  box-shadow: 0 24px 45px rgba(20, 183, 146, 0.34);
}

.wa-float-menu {
  width: min(320px, calc(100vw - 32px));
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(20, 183, 146, 0.14);
  border-radius: 22px;
  box-shadow: 0 22px 55px rgba(0, 0, 0, 0.14);
  backdrop-filter: blur(12px);
  padding: 16px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(14px) scale(0.96);
  transform-origin: bottom right;
  transition:
    opacity 0.3s ease,
    transform 0.3s ease,
    visibility 0.3s ease;
}

.wa-float.active .wa-float-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0) scale(1);
}

.wa-float-header {
  margin-bottom: 12px;
}

.wa-float-header strong {
  display: block;
  color: var(--dark-color);
  font-size: 16px;
  margin-bottom: 4px;
}

.wa-float-header span {
  color: var(--p-color);
  font-size: 13px;
}

.wa-float-item {
  background: linear-gradient(180deg, #f7fcfb 0%, #eefaf6 100%);
  border: 1px solid rgba(20, 183, 146, 0.1);
  border-radius: 18px;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px;
  margin-bottom: 10px;
  text-decoration: none;
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    border-color 0.25s ease;
}

.wa-float-item:last-child {
  margin-bottom: 0;
}

.wa-float-item:hover {
  transform: translateX(-4px);
  border-color: rgba(20, 183, 146, 0.28);
  box-shadow: 0 14px 28px rgba(20, 183, 146, 0.1);
}

.wa-float-icon {
  width: 46px;
  height: 46px;
  border-radius: 14px;
  background: linear-gradient(135deg, #25d366, #14b789);
  color: var(--white-color);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  flex-shrink: 0;
}

.wa-float-text strong {
  display: block;
  color: var(--dark-color);
  font-size: 15px;
  margin-bottom: 3px;
}

.wa-float-text small {
  display: block;
  color: var(--p-color);
  font-size: 13px;
}

@keyframes waFloatPulse {
  0%,
  100% {
    box-shadow: 0 18px 40px rgba(20, 183, 146, 0.28);
  }
  50% {
    box-shadow:
      0 18px 40px rgba(20, 183, 146, 0.18),
      0 0 0 12px rgba(37, 211, 102, 0.08);
  }
}

@media screen and (max-width: 767px) {
  .wa-float {
    right: 16px;
    bottom: 16px;
  }

  .wa-float-trigger {
    width: 58px;
    height: 58px;
    font-size: 28px;
  }

  .wa-float-menu {
    width: min(300px, calc(100vw - 24px));
    padding: 14px;
  }
}
