@charset "UTF-8";
/*================================================
0. color Css
=================================================*/
:root {
  --primary-gradient: linear-gradient(135deg, #0050ea 0%, #20bbff 100%);
  --primary-color: #0050ea;
  --secondary-color: #20bbff;
  --dark-color: hsl(240, 70%, 20%);
  --text-color: hsl(240, 20%, 40%);
  --light-bg: hsl(240, 50%, 98%);
  --sm-primary: #4f46e5;
  --sm-primary-grad: linear-gradient(135deg, #6366f1 0%, #4f46e5 100%);
  --sm-secondary: #0ea5e9;
  --sm-accent: #f43f5e;
  --sm-dark: #0f172a;
  --sm-text-main: #1e293b;
  --sm-text-muted: #64748b;
  --sm-bg-light: #f8fafc;
  --sm-white: #ffffff;
  --sm-glass: rgba(255, 255, 255, 0.95);
  --sm-glass-border: rgba(255, 255, 255, 0.5);
  --sm-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.15);
  --sm-radius-xl: 32px;
  --sm-radius-lg: 20px;
  --sm-radius-md: 12px;
  --frame-img: url('frontend/images/home2/about4.webp');
  --gold: #c89529;
  --dark: #192333;
  --primary-outline-gradient: linear-gradient(135deg, #20bbff 0%, #0050ea 100%);
}

/*================================================
0. Mixins Css
=================================================*/
@keyframes blink {
  0%, 50% {
    opacity: 1;
  }
  51%, 100% {
    opacity: 0;
  }
}
@media (min-width: 992px) {
  .transparentHeader .navbar-expand-md .u-header__navbar-nav {
    justify-content: end;
  }
  .transparentHeader .u-header__promo-item [data-position=center] {
    left: auto;
    right: 0;
  }
}

li.nav-item.mobile-res {
  margin-left: 1.5rem;
}
@media (max-width: 576px) {
  li.nav-item.mobile-res {
    margin-left: 1rem;
    margin-bottom: 0.6rem;
  }
}
@media (max-width: 425px) {
  li.nav-item.mobile-res {
    margin-left: 1rem;
    margin-bottom: 0.6rem;
  }
}

/* HERO SECTION */
.atf-video-section {
  position: relative;
  height: 100vh;
  overflow: hidden;
  z-index: 1;
}
@media (min-width: 2561px) and (max-width: 3199px) {
  .atf-video-section {
    height: 75vh;
  }
}
@media (min-width: 1950px) and (max-width: 2560px) {
  .atf-video-section {
    height: 82vh;
  }
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .atf-video-section {
    height: 120vh;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .atf-video-section {
    height: 155vh;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .atf-video-section {
    height: 113vh;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .atf-video-section {
    height: 115vh;
    top: -18px;
  }
}
@media (max-width: 767px) {
  .atf-video-section {
    height: 80vh;
    top: -13px;
  }
}
@media (max-width: 576px) {
  .atf-video-section {
    height: 75vh;
    top: -17px;
  }
}
@media (max-width: 425px) {
  .atf-video-section {
    height: 88vh;
    top: -17px;
  }
}
@media (max-width: 350px) {
  .atf-video-section {
    height: 85vh;
    top: -17px;
  }
}
.atf-video-section .banner-video-area {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .atf-video-section .banner-video-area {
    height: auto;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .atf-video-section .banner-video-area {
    margin-top: 16px;
  }
}
@media (min-width: 375px) and (max-width: 576px) {
  .atf-video-section .banner-video-area {
    margin-top: 16px;
  }
}
.atf-video-section .banner-video-area video {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 1080px;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}
@media (min-width: 576px) and (max-width: 768px) {
  .atf-video-section .banner-video-area video {
    height: 1160px;
  }
}

.atf-video-section .banner-video-area::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background: url(/frontend/bg/video-halftone-overlay.png), linear-gradient(180deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.226) 5%, rgba(0, 0, 0, 0.1) 10%, rgba(0, 0, 0, 0.64) 76%, rgba(0, 0, 0, 0.856));
  pointer-events: none;
}

.video-content-wrapper {
  position: absolute;
  top: 130px;
  width: 100%;
  z-index: 3;
  margin-top: 100px;
}
.video-content-wrapper .atf-button {
  margin-bottom: 60px;
}
@media (max-width: 425px) {
  .video-content-wrapper .atf-button {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .video-content-wrapper .atf-button span {
    display: none;
  }
}
.video-content-wrapper .atf-logo-slider {
  margin-top: -50px;
  padding-left: 250px;
  height: 400px;
  overflow: hidden;
  text-align: right;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .video-content-wrapper {
    bottom: 100px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .video-content-wrapper .atf-logo-slider {
    padding-left: 100px !important;
  }
  .video-content-wrapper .atf-button {
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .video-content-wrapper .atf-logo-slider {
    margin-top: 0px;
    padding-left: unset;
    height: auto;
    overflow: hidden;
  }
}
@media (max-width: 767px) {
  .video-content-wrapper {
    top: 60px;
  }
  .video-content-wrapper h1 {
    font-size: 2.2rem !important;
  }
  .video-content-wrapper p {
    font-size: 0.9rem;
  }
}
@media (max-width: 576px) {
  .video-content-wrapper {
    position: absolute;
    bottom: 15px;
    width: 100%;
    z-index: 3;
    top: 60px;
  }
  .video-content-wrapper h1 {
    font-size: 1.6rem !important;
    text-align: center;
  }
  .video-content-wrapper p {
    font-size: 0.7rem;
    text-align: center;
  }
  .video-content-wrapper .atf-logo-slider {
    margin: 20px 0;
  }
  .video-content-wrapper .u-indicator-vertical-line {
    display: none;
  }
  .video-content-wrapper .line-dash {
    display: none !important;
  }
  .video-content-wrapper .atf-button {
    margin-bottom: 40px;
    text-align: center;
  }
}
.video-content-wrapper .hero-content {
  position: relative;
  left: 259px;
  top: -120px;
}
.video-content-wrapper .hero-content h1 {
  color: #fff;
  font-size: 9.375rem;
}
.video-content-wrapper .hero-content h4 {
  color: #fff;
}
.video-content-wrapper .hero-content .fade {
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.video-content-wrapper .hero-content .fade.show {
  opacity: 1;
  transform: translateY(0);
}
.video-content-wrapper .hero-content::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  width: 2px;
  height: 330px;
  left: -20px;
  background: #ddd;
}
.video-content-wrapper .hero-content::after {
  content: "|";
  animation: blink 0.6s infinite;
}

.home-servicess {
  /* Hide original radio */
}
.home-servicess input[type=radio] {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  width: 16px;
  height: 16px;
  border: 2px solid #17a2b8;
  border-radius: 3px;
  /* square checkbox look */
  position: relative;
  cursor: pointer;
  top: 1px;
  margin-right: 0px;
  transition: 0.2s;
}
.home-servicess {
  /* Checked state look like checkbox */
}
.home-servicess input[type=radio]:checked {
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.home-servicess {
  /* Tick mark */
}
.home-servicess input[type=radio]:checked::after {
  content: "✔";
  color: #fff;
  font-size: 12px;
  position: absolute;
  top: -2px;
  left: 2px;
}
.home-servicess {
  /* Hover */
}
.home-servicess input[type=radio]:hover {
  border-color: #117988;
}
.home-servicess {
  /* Label styling */
}
.home-servicess .atf-radio label,
.home-servicess .service-item h5 label {
  cursor: pointer;
  margin-left: 4px;
}
@media (max-width: 767px) {
  .home-servicess .backdropImg {
    border: 1px solid #ddd;
    border-radius: 5px;
    padding-top: 20px;
  }
}
@media (max-width: 767px) {
  .home-servicess .jewelryImage {
    padding-bottom: 70px;
  }
}
.home-servicess .space-top-lg-3 {
  padding-top: 5rem !important;
}
.home-servicess .atf-radio {
  gap: 7px;
  right: -15px;
  cursor: pointer;
  display: flex;
  right: 0;
  flex-direction: column;
  background: rgba(255, 255, 255, 0.5803921569);
  padding: 7px 10px;
  border: 1px solid #e5e7eb;
  border-bottom-left-radius: 14px;
  overflow: hidden;
  z-index: 10;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .home-servicess .atf-radio {
    right: 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .home-servicess .atf-radio {
    right: 0%;
    background: rgba(255, 255, 255, 0.5803921569);
    padding: 7px 10px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .home-servicess .atf-radio {
    flex-direction: row;
    bottom: 5px;
    background: rgba(255, 255, 255, 0.5803921569);
    padding: 7px 10px;
  }
}
.home-servicess .atf-radio .jewelry-radio-wrap {
  width: 140px;
  border-bottom: 1px solid #e5e7eb;
  padding: 5px 0;
}
.home-servicess .atf-radio .jewelry-radio-wrap:last-child label {
  border-bottom: none;
}
.home-servicess .atf-radio input[type=checkbox] {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  width: 18px;
  height: 18px;
  border: 2px solid rgba(0, 0, 0, 0.4588235294);
  border-radius: 4px;
  margin-right: 8px;
  position: relative;
  top: 2px;
  cursor: pointer;
  vertical-align: middle;
}
.home-servicess .atf-radio input[type=checkbox]:checked {
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.home-servicess .atf-radio input[type=checkbox]:checked::after {
  content: "✔";
  color: #fff;
  font-size: 10px;
  position: absolute;
  left: 3px;
  top: -1px;
}
.home-servicess .atf-radio label {
  display: flex;
  align-items: center;
  cursor: pointer;
  font-size: 13px;
  font-weight: 600;
  background: transparent;
  transition: 0.2s ease;
  margin-bottom: unset;
}
@media (max-width: 767px) {
  .home-servicess .atf-radio label {
    background: unset;
  }
}
@media (max-width: 991px) {
  .home-servicess .atf-radio.atf-radioA {
    gap: 7px;
    bottom: 10px;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    padding: 7px 10px;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    overflow: hidden;
    z-index: 10;
    flex-wrap: wrap;
    background: transparent;
    right: 0;
  }
}
@media (max-width: 767px) {
  .home-servicess .atf-radio.atf-radioA {
    gap: 7px;
    bottom: 10px;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    padding: 7px 10px;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    overflow: hidden;
    z-index: 10;
    flex-wrap: wrap;
    background: transparent;
    right: 0;
  }
}
.home-servicess .atf-radio.atf-radioA .jewelry-radio-wrap {
  border-bottom: 1px solid #e5e7eb;
  padding-bottom: 5px;
}
@media (max-width: 767px) {
  .home-servicess .atf-radio.atf-radioA .jewelry-radio-wrap {
    border-bottom: unset;
  }
}
@media (max-width: 767px) {
  .home-servicess .atf-radio.atf-radioC {
    gap: 7px;
    bottom: 10px;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    padding: 7px 10px;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    overflow: hidden;
    z-index: 10;
    flex-wrap: wrap;
    background: transparent;
    right: 0;
  }
}
.home-servicess .atf-radio.atf-radioC .jewelry-radio-wrap {
  border-bottom: 1px solid #e5e7eb;
  padding-bottom: 5px;
}
@media (max-width: 767px) {
  .home-servicess .atf-radio.atf-radioC .jewelry-radio-wrap {
    border-bottom: unset;
  }
}
.home-servicess .atf-radio1 {
  gap: 7px;
  top: 0;
  left: 0px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  background: rgba(255, 255, 255, 0.5803921569);
  padding: 7px 10px;
  border: 1px solid #e5e7eb;
  border-bottom-right-radius: 14px;
  overflow: hidden;
  z-index: 10;
}
.home-servicess .atf-radio1 .jewelry-radio-wrap {
  border-bottom: unset !important;
}
.home-servicess .atf-radio1 .jewelry-radio-wrap label {
  background: unset;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .home-servicess .atf-radio1 {
    left: -3%;
    background: #fff;
    padding: 7px 10px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .home-servicess .atf-radio1 {
    left: -3%;
    background: #fff;
    padding: 7px 10px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .home-servicess .atf-radio1 {
    bottom: 5px;
    background: rgba(255, 255, 255, 0.1803921569);
    padding: 7px 10px;
    display: flex;
    flex-direction: row;
    left: 0;
    flex-wrap: wrap;
  }
  .home-servicess .atf-radio1 .jewelry-radio-wrap {
    border-bottom: unset !important;
  }
  .home-servicess .atf-radio1 .jewelry-radio-wrap label {
    background: unset;
  }
}
.home-servicess .atf-radio1 .jewelry-radio-wrap {
  width: 140px;
}
.home-servicess .atf-radio1 .jewelry-radio-wrap:last-child label {
  border-bottom: none;
}
@media (max-width: 767px) {
  .home-servicess .atf-radio1 .jewelry-radio-wrap:last-child label {
    background: unset;
  }
}
.home-servicess .atf-radio1 input[type=checkbox] {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  width: 18px;
  height: 18px;
  border: 2px solid #ccc;
  border-radius: 4px;
  margin-right: 8px;
  position: relative;
  top: 2px;
  cursor: pointer;
  vertical-align: middle;
}
.home-servicess .atf-radio1 input[type=checkbox] {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  width: 18px;
  height: 18px;
  border: 2px solid rgba(0, 0, 0, 0.4588235294);
  border-radius: 4px;
  margin-right: 8px;
  position: relative;
  top: 2px;
  cursor: pointer;
  vertical-align: middle;
}
.home-servicess .atf-radio1 input[type=checkbox]:checked {
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.home-servicess .atf-radio1 input[type=checkbox]:checked::after {
  content: "✔";
  color: #fff;
  font-size: 10px;
  position: absolute;
  left: 3px;
  top: -1px;
}
.home-servicess .atf-radio1 label {
  display: flex;
  align-items: center;
  cursor: pointer;
  font-size: 13px;
  font-weight: 600;
  background: transparent;
  transition: 0.2s ease;
}
@media (max-width: 767px) {
  .home-servicess .atf-radio1 label {
    background: unset;
  }
}
@media (max-width: 767px) {
  .home-servicess .atf-radio1.atf-radioB {
    gap: 7px;
    bottom: 10px;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    padding: 7px 10px;
    border: 1px solid #0055ff;
    border-radius: 14px;
    overflow: hidden;
    z-index: 10;
    flex-wrap: wrap;
    background: transparent;
    right: 0;
    left: 0;
  }
}
.home-servicess .atf-radio1.atf-radioB .jewelry-radio-wrap {
  border-bottom: 1px solid #e5e7eb;
  padding-bottom: 5px;
}
@media (max-width: 767px) {
  .home-servicess .atf-radio1.atf-radioB .jewelry-radio-wrap {
    border-bottom: unset;
  }
}
.home-servicess .service-block {
  padding-top: 4rem;
}

.service-base-price-section .card-ui {
  border-radius: 20px;
  box-shadow: 0 6px 30px rgba(15, 23, 42, 0.06);
  border: 1px solid rgba(148, 163, 184, 0.12);
  background: #ffffff;
}
.service-base-price-section .service-tab {
  border-radius: 10px;
  padding: 8px 14px;
  cursor: pointer;
}
.service-base-price-section .service-tab.active {
  background-color: #2563eb;
  color: #fff;
  box-shadow: 0 6px 18px rgba(37, 99, 235, 0.12);
}
.service-base-price-section .image-hero {
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  background: #f1f5f9;
  border: 1px solid #e6eef8;
  height: 0;
  padding-bottom: 56.25%;
}
.service-base-price-section .image-hero img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s;
}
.service-base-price-section .complexity-btn {
  border-radius: 8px;
  padding: 8px 10px;
  cursor: pointer;
}
.service-base-price-section .complexity-btn.active {
  background: #0f172a;
  color: #fff;
}
.service-base-price-section .addon-card {
  border-radius: 12px;
  display: flex;
  align-items: center;
  margin-bottom: 5px;
  padding: 12px;
  cursor: pointer;
  border: 1px solid #e6eef8;
  transition: all 0.25s;
  background: #fff;
}
.service-base-price-section .addon-card:hover {
  border-color: #93c5fd;
}
.service-base-price-section .addon-card.selected {
  background: #eff6ff;
  border-color: #3b82f6;
  box-shadow: 0 6px 18px rgba(59, 130, 246, 0.08);
}
.service-base-price-section .addon-icon {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: 12px;
}
.service-base-price-section .radio-control,
.service-base-price-section .checkbox-control {
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  border: 2px solid #cbd5e1;
  margin-left: 12px;
  flex-shrink: 0;
}
.service-base-price-section .radio-control.selected {
  border-color: #2563eb;
}
.service-base-price-section .radio-inner {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #2563eb;
}
.service-base-price-section .checkbox-control.selected {
  background: #2563eb;
  border-color: #2563eb;
  color: #fff;
}
.service-base-price-section .sticky-right {
  position: sticky;
  /* top: 32px;*/
  /*margin-top: 68px;*/
  border-radius: 5px;
}
.service-base-price-section .btn-ghost {
  background: #f1f5f9;
  border: 1px solid #e6eef8;
}
.service-base-price-section .big-price {
  font-size: 2rem;
  font-weight: 700;
  color: #2563eb;
}
.service-base-price-section .muted {
  color: #64748b;
}
.service-base-price-section .per-image-sub {
  font-weight: 600;
}
.service-base-price-section .complexity-row {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 8px;
  background: rgba(255, 255, 255, 0.75);
  backdrop-filter: blur(4px);
  border-top: 1px solid rgba(226, 232, 240, 0.8);
}
@media (max-width: 576px) {
  .service-base-price-section .complexity-row {
    overflow-y: scroll;
  }
  .service-base-price-section .complexity-row .btn-xs {
    padding: 4px 7px;
  }
}
.service-base-price-section .service-tabs {
  gap: 5px;
}
@media (max-width: 576px) {
  .service-base-price-section .service-tabs {
    gap: 5px;
  }
  .service-base-price-section .service-tabs .btn {
    padding: 5px 10px;
  }
}

/*================================================
10. jewelry service page
=================================================*/
/* Before/After Section */
.before-after-section {
  padding-top: 100px 0;
  background: linear-gradient(to bottom, #fff, hsl(240, 50%, 98%));
}

/* Showcase Tabs */
.showcase-tabs {
  display: flex;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap;
}

.tab-btn {
  background: #fff;
  border: 2px solid hsl(240, 30%, 90%);
  color: hsl(240, 20%, 40%);
  padding: 7px 59px;
  border-radius: 50px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}

.tab-btn:hover,
.tab-btn.active {
  background: linear-gradient(135deg, #377dff, hsl(240, 80%, 60%));
  border-color: transparent;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(138, 43, 226, 0.3);
}

/* Comparison Card */
.comparison-card {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
  border: 1px solid hsl(240, 30%, 95%);
  transition: all 0.3s ease;
}

.comparison-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
}

.comparison-wrapper {
  position: relative;
  overflow: hidden;
  background: hsl(240, 30%, 95%);
}

.comparison-slider {
  position: relative;
  width: 100%;
  padding-bottom: 75%;
  /* 4:3 aspect ratio */
  overflow: hidden;
  cursor: ew-resize;
}

.before-image,
.after-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.before-image img,
.after-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.after-image {
  clip-path: inset(0 50% 0 0);
}

.image-label {
  position: absolute;
  top: 20px;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  padding: 8px 16px;
  border-radius: 50px;
  font-size: 0.875rem;
  font-weight: 600;
  z-index: 2;
}

.label-before {
  left: 20px;
}

.label-after {
  right: 20px;
}

.slider-handle {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 4px;
  height: 100%;
  z-index: 3;
  pointer-events: none;
}

.slider-line {
  width: 100%;
  height: 100%;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.slider-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: linear-gradient(135deg, #377dff, hsl(240, 80%, 60%));
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.25rem;
  box-shadow: 0 5px 20px rgba(138, 43, 226, 0.5);
  pointer-events: auto;
  cursor: ew-resize;
}

.comparison-info {
  padding: 25px;
}

.comparison-title {
  font-size: 1.25rem;
  font-weight: 700;
  color: hsl(240, 70%, 20%);
  margin-bottom: 8px;
}

.comparison-desc {
  color: hsl(240, 20%, 50%);
  font-size: 0.9rem;
  margin: 0;
}

/* Showcase Item Animation */
.showcase-item {
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.showcase-item.hidden {
  opacity: 0;
  transform: scale(0.9);
  display: none;
}

/* Responsive */
@media (max-width: 767px) {
  .before-after-section {
    padding: 60px 0;
  }
  .tab-btn {
    padding: 10px 20px;
    font-size: 0.875rem;
  }
}
@media (max-width: 425px) {
  .u-header.js-header-fix-moment {
    position: unset;
  }
}

@media (min-width: 768px) {
  .u-header--white-nav-links-md:not(.bg-white):not(.js-header-fix-moment) .u-header__nav-link {
    color: rgba(34, 32, 32, 0.88);
    font-weight: bold;
  }
  .u-header--white-nav-links-md:not(.bg-white):not(.js-header-fix-moment) .u-header__nav-item:hover .u-header__nav-link {
    color: #608bf2;
  }
  .u-header .active > .u-header__nav-link {
    color: #608bf2 !important;
  }
}
@media (max-width: 768px) {
  .hs-menu-initialized.hs-menu-horizontal .hs-mega-menu.hs-position-center {
    transform: unset;
  }
}
.cta-section {
  padding: 100px 0;
  background-color: var(--primary-color);
}
@media (max-width: 576px) {
  .cta-section {
    padding: 50px 0;
  }
}
.cta-section h2 {
  font-size: 2.5rem;
}
@media (max-width: 767px) {
  .cta-section h2 {
    font-size: 2rem;
  }
}
@media (max-width: 425px) {
  .cta-section h2 {
    font-size: 1.8rem;
  }
}
@media (max-width: 767px) {
  .cta-section .lead {
    font-size: 1rem;
  }
}
@media (max-width: 425px) {
  .cta-section .lead {
    font-size: 1rem;
  }
}
@media (max-width: 576px) {
  .cta-section .cta-btns a {
    padding: 10px 20px;
  }
}
@media (max-width: 576px) {
  .cta-section .cta-btns .btn-light {
    margin-bottom: 0.6rem;
  }
}
.cta-section {
  /* Fallback */
}

.cta-bg-gradient {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--primary-gradient);
  z-index: 1;
}

.cta-shape {
  position: absolute;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  z-index: 1;
}

.cta-shape-1 {
  width: 300px;
  height: 300px;
  top: -100px;
  left: -100px;
}

.cta-shape-2 {
  width: 400px;
  height: 400px;
  bottom: -150px;
  right: -100px;
}

.text-white-70 {
  color: rgba(255, 255, 255, 0.7);
}

.btn-pill {
  border-radius: 50rem;
}

.cta-btn-primary {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.cta-btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2) !important;
}

.cta-btn-outline:hover {
  background-color: rgba(255, 255, 255, 0.1);
  color: #fff;
}

.z-index-2 {
  z-index: 2;
}

.u-clients {
  max-width: 100px;
  margin: 15px auto;
  display: block;
}

/* Override slick to stack slides vertically */
.slick-vertical .slick-slide {
  display: block;
  height: auto !important;
  margin: 10px 0;
}

/* Optional: smooth animation */
.slick-vertical .slick-track {
  display: block !important;
}

@media (max-width: 1920px) {
  .atf-stats {
    margin-top: 40px;
  }
}
.about-wrap {
  padding: 70px 0;
}

/* ============ LEFT CARD ============ */
.exp-frame {
  width: 450px;
  height: 450px;
  background: var(--frame-img) center/cover no-repeat;
  border-radius: 20px;
  padding: 22px;
  position: relative;
  /* Apply diagonal cut to the FRAME itself */
  clip-path: polygon(110px 0, 100% 0, 100% 100%, 0 100%, 0 110px);
}

/* inner white panel with matching diagonal cut */
.exp-inner {
  background: rgba(255, 255, 255, 0.968627451);
  width: 100%;
  height: 100%;
  border-radius: 18px;
  /* Matching diagonal cut on inner panel */
  clip-path: polygon(95px 0, 100% 0, 100% 100%, 0 100%, 0 95px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
}

/* Number with background image showing through */
.exp-number {
  font-size: 200px;
  line-height: 0.8;
  font-weight: 700;
  margin-bottom: 15px;
  letter-spacing: -0.03em;
  background: var(--frame-img) center/cover no-repeat;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.exp-text {
  font-size: 22px;
  font-weight: 500;
  color: #1f2937;
  letter-spacing: -0.01em;
}

/* ============ RIGHT CONTENT ============ */
.about-label {
  letter-spacing: 0.35em;
  text-transform: uppercase;
  color: var(--primary-color);
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 16px;
  display: inline-block;
}

.about-title {
  font-size: 38px;
  font-weight: 700;
  line-height: 1.25;
  color: #1f2933;
  margin-bottom: 18px;
}

.about-title .gold {
  color: var(--secondary-color);
  font-style: italic;
  font-weight: 600;
}

.about-text {
  color: #6b7280;
  margin-bottom: 30px;
  max-width: 640px;
  line-height: 1.6;
}

.about-stats {
  display: flex;
  align-items: stretch;
  margin-bottom: 30px;
}
@media (max-width: 425px) {
  .about-stats {
    margin-left: 40px;
  }
}
.about-stats .about-stat {
  padding-right: 35px;
  margin-right: 35px;
  border-right: 1px solid #e2e8f0;
}
@media (max-width: 425px) {
  .about-stats .about-stat {
    flex: 0 0 50%;
    padding-right: 15px;
    margin-right: 0;
    border-right: none;
    padding-bottom: 15px;
  }
  .about-stats .about-stat:nth-of-type(2) {
    border-right: none;
  }
}

@media (max-width: 425px) {
  .space-3 {
    padding-bottom: 4rem !important;
  }
}

.about-stat:last-child {
  border-right: 0;
  margin-right: 0;
  padding-right: 0;
}

.about-stat strong {
  display: block;
  font-size: 32px;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 5px;
}

.about-stat span {
  color: #6b7280;
  font-size: 14px;
}

.about-sign {
  font-family: "Dancing Script", "Segoe Script", cursive;
  font-size: 32px;
  margin-bottom: 4px;
  color: #0f172a;
}

.about-ceo {
  font-size: 13px;
  color: #6b7280;
}

@media (max-width: 991.98px) {
  .exp-frame {
    width: 360px;
    height: 360px;
    margin: 0 auto 35px;
    clip-path: polygon(80px 0, 100% 0, 100% 100%, 0 100%, 0 80px);
  }
  .exp-inner {
    clip-path: polygon(70px 0, 100% 0, 100% 100%, 0 100%, 0 70px);
  }
  .exp-number {
    font-size: 150px;
  }
  .exp-text {
    font-size: 18px;
  }
  .about-title {
    font-size: 32px;
  }
  .about-stats {
    flex-wrap: wrap;
  }
  .about-stat {
    margin-bottom: 18px;
  }
}
/* Client Tags */
.client-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 25px;
}
@media (max-width: 425px) {
  .client-tags {
    align-items: center;
    justify-content: center;
  }
}

.client-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 18px;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.3s ease;
  cursor: default;
}

.client-tag__icon {
  flex-shrink: 0;
}

.client-tag--pink {
  background: #fce7f3;
  color: #be185d;
}

.client-tag--pink .client-tag__icon {
  stroke: #be185d;
}

.client-tag--green {
  background: #d1fae5;
  color: #065f46;
}

.client-tag--green .client-tag__icon {
  stroke: #065f46;
}

.client-tag--purple {
  background: #e0e7ff;
  color: #4338ca;
}

.client-tag--purple .client-tag__icon {
  stroke: #4338ca;
}

.client-tag--blue {
  background: #dbeafe;
  color: #1e40af;
}

.client-tag--blue .client-tag__icon {
  stroke: #1e40af;
}

.client-tag--orange {
  background: #ffedd5;
  color: #c2410c;
}

.client-tag--orange .client-tag__icon {
  stroke: #c2410c;
}

.client-tag--teal {
  background: #ccfbf1;
  color: #115e59;
}

.client-tag--teal .client-tag__icon {
  stroke: #115e59;
}

.client-tag--indigo {
  background: #e0e7ff;
  color: #3730a3;
}

.client-tag--indigo .client-tag__icon {
  stroke: #3730a3;
}

.client-tag--rose {
  background: #ffe4e6;
  color: #be123c;
}

.client-tag--rose .client-tag__icon {
  stroke: #be123c;
}

.client-tag--cyan {
  background: #cffafe;
  color: #0e7490;
}

.client-tag--cyan .client-tag__icon {
  stroke: #0e7490;
}

.client-tag--amber {
  background: #fef3c7;
  color: #b45309;
}

.client-tag--amber .client-tag__icon {
  stroke: #b45309;
}

.client-tag--lime {
  background: #ecfccb;
  color: #4d7c0f;
}

.client-tag--lime .client-tag__icon {
  stroke: #4d7c0f;
}

.client-tag:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.services-modern-wrapper {
  background: #ffffff;
  padding: 0;
  position: relative;
  overflow: hidden;
}

.service-full-block {
  position: relative;
}

.bg-light-block {
  background-color: #f9fbff;
  padding-top: 6rem;
}

.bg-white-block {
  background-color: transparent;
}

/* Seamless Premium Section Transition */
.jewelry-brilliance-wrapper {
  background: transparent !important;
  border-radius: 0 !important;
  margin: 0 !important;
  box-shadow: none !important;
  border: none !important;
  padding-top: 3rem !important;
}

.jewelry-brilliance-wrapper::before {
  display: none;
}

.premium-content-box {
  padding-top: 0 !important;
}

/* Adjust Service Section for block layout */
.service-section {
  margin-bottom: 0 !important;
}

@media (min-width: 768px) and (max-width: 991px) {
  .service-grid-layout {
    grid-template-columns: 1fr !important;
  }
}

#section-mannequin .service-grid-layout {
  grid-template-columns: 2fr 1fr !important;
}

#section-mannequin .service-grid-layout > .service-list-modern {
  order: 2;
}

#section-mannequin .service-grid-layout > .service-interactive-area {
  order: 1;
}

.service-image-container {
  position: relative;
  min-height: 590px;
  border-radius: 16px;
  overflow: hidden;
  flex: 1;
  /* Fill available vertical space */
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1280px) {
  .service-image-container {
    min-height: 585px;
  }
}
@media (max-width: 425px) {
  .service-image-container {
    min-height: 300px;
  }
}
@media (min-width: 1950px) and (max-width: 2560px) {
  .service-image-container.jewelry {
    min-height: 512px;
  }
}
@media (max-width: 1699px) {
  .service-image-container.jewelry {
    min-height: 545px;
  }
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .service-image-container.jewelry {
    min-height: 535px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .service-image-container.jewelry {
    min-height: 630px;
  }
}
@media (max-width: 1280px) {
  .service-image-container.jewelry {
    min-height: 585px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .service-image-container.jewelry {
    min-height: 585px;
  }
}
@media (min-width: 1950px) and (max-width: 2560px) {
  .service-image-container.jewelry .layer-stack {
    min-height: 533px;
  }
}
@media (max-width: 1699px) {
  .service-image-container.jewelry .layer-stack {
    min-height: 545px;
  }
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .service-image-container.jewelry .layer-stack {
    min-height: 535px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .service-image-container.jewelry .layer-stack {
    min-height: 630px;
  }
}
@media (max-width: 1280px) {
  .service-image-container.jewelry .layer-stack {
    min-height: 585px;
  }
}
.service-image-container.ecommerce {
  min-height: 450px;
  border: 1px solid rgba(38, 208, 206, 0.2);
}
@media (min-width: 1950px) and (max-width: 2560px) {
  .service-image-container.ecommerce {
    min-height: 512px;
  }
}
@media (max-width: 1280px) {
  .service-image-container.ecommerce {
    min-height: 600px;
  }
}
@media (max-width: 425px) {
  .service-image-container.ecommerce {
    min-height: 280px;
  }
}
.service-image-container.ecommerce .layer-stack {
  min-height: auto;
}
@media (max-width: 1280px) {
  .service-image-container.ecommerce .layer-stack {
    min-height: 500px;
  }
}
@media (max-width: 425px) {
  .service-image-container.ecommerce .layer-stack {
    min-height: 340px;
  }
}
@media (max-width: 425px) {
  .service-image-container.ecommerce .layer-image {
    top: 50%;
  }
}
.service-image-container.ghost-mannequin {
  min-height: 670px;
}
@media (max-width: 1280px) {
  .service-image-container.ghost-mannequin {
    min-height: 608px;
  }
}
@media (max-width: 425px) {
  .service-image-container.ghost-mannequin {
    min-height: 280px;
  }
}
.service-image-container.ghost-mannequin .layer-stack {
  min-height: auto;
}
@media (max-width: 1280px) {
  .service-image-container.ghost-mannequin .layer-stack {
    min-height: 500px;
  }
}
@media (max-width: 425px) {
  .service-image-container.ghost-mannequin .layer-stack {
    min-height: 340px;
  }
}
@media (max-width: 425px) {
  .service-image-container.ghost-mannequin .layer-image {
    top: 60%;
  }
}

/* Layer Stack System */
.layer-stack {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 580px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .layer-stack.jewelry {
    min-height: 380px;
    background: #fbfbfb;
  }
}
@media (max-width: 576px) {
  .layer-stack.jewelry {
    min-height: 350px;
    background: #fbfbfb;
  }
}
@media (max-width: 425px) {
  .layer-stack.jewelry {
    min-height: 240px;
    background: #fbfbfb;
  }
}
@media (max-width: 767px) {
  .layer-stack.ecommerce {
    min-height: 380px;
    background: #ffffff;
  }
}
@media (max-width: 576px) {
  .layer-stack.ecommerce {
    min-height: 350px;
    background: #ffffff;
  }
}
@media (max-width: 425px) {
  .layer-stack.ecommerce {
    min-height: 320px;
    background: #ffffff;
  }
}
@media (max-width: 767px) {
  .layer-stack.ghost-mannequin {
    min-height: 380px;
    background: #f6f6f6;
  }
}
@media (max-width: 576px) {
  .layer-stack.ghost-mannequin {
    min-height: 350px;
    background: #f6f6f6;
  }
}
@media (max-width: 425px) {
  .layer-stack.ghost-mannequin {
    min-height: 320px;
    background: #f6f6f6;
  }
}

.layer-image {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: opacity 0.3s ease;
}
@media (max-width: 425px) {
  .layer-image {
    top: 60%;
  }
}

.eye-control-item.locked {
  opacity: 0.7;
  cursor: not-allowed;
  background: #f1f5f9;
}
@media (max-width: 425px) {
  .eye-control-item.locked {
    background: unset;
  }
}

.eye-control-item.locked:hover {
  transform: none;
  border-color: transparent;
}

/* Animated background shapes */
.services-bg-shapes {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  opacity: 0.4;
  pointer-events: none;
  z-index: 1;
}

.bg-shape {
  position: absolute;
  border-radius: 50%;
  background: var(--primary-gradient, linear-gradient(135deg, #0050ea 0%, #20bbff 100%));
  opacity: 0.1;
  animation: float-shape 20s infinite;
}

.bg-shape-1 {
  width: 400px;
  height: 400px;
  top: 10%;
  left: -100px;
}

.bg-shape-2 {
  width: 300px;
  height: 300px;
  bottom: 10%;
  right: -80px;
  animation-delay: 5s;
}

@keyframes float-shape {
  0%, 100% {
    transform: translateY(0px) rotate(0deg);
  }
  50% {
    transform: translateY(-30px) rotate(180deg);
  }
}
.h-95 {
  height: 95% !important;
}

.services-badge {
  display: inline-block;
  padding: 0.5rem 1.5rem;
  background: var(--primary-gradient);
  color: white;
  border-radius: 50px;
  font-size: 0.875rem;
  font-weight: 600;
  margin-bottom: 1rem;
  box-shadow: 0 4px 16px rgba(26, 41, 128, 0.3);
}

.services-modern-header h2 {
  font-size: clamp(2rem, 5vw, 3.5rem);
  font-weight: 800;
  background: linear-gradient(135deg, #1e293b, #475569);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 1rem;
}

.services-modern-header p {
  font-size: 1.125rem;
  color: #64748b;
  max-width: 700px;
  margin: 0 auto;
}

/* Service Content Area */
.service-content-area {
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: column;
  gap: 6rem;
  /* Space between stacked sections */
}

.service-section {
  display: block;
  /* Always visible */
  /* animation: fadeInUp 0.5s; Remove animation on scroll/load if desired, or keep */
}

/* Interactive Image Area (Center/Right Side) */
.service-interactive-area {
  padding: 0;
  display: flex;
  flex-direction: column;
  /* Fill grid cell height */
}

.service-main-image {
  width: 100%;
  height: 100%;
  display: block;
  transition: opacity 0.3s;
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 100%;
}

/* Eye Toggle Controls */
.eye-controls-panel {
  position: absolute;
  top: 0.2rem;
  right: 0.2rem;
  /* background: rgba(255, 255, 255, 0.95); */
  backdrop-filter: blur(10px);
  border-radius: 16px;
  padding: 0.5rem;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
  min-width: 190px;
  z-index: 100;
}
@media (max-width: 1280px) {
  .eye-controls-panel {
    top: 0;
    right: 0;
    border: 1px solid rgba(0, 0, 0, 0.12);
    min-width: 170px;
  }
}
@media (max-width: 425px) {
  .eye-controls-panel {
    width: 100%;
    display: flex;
    overflow: scroll;
    justify-content: center;
    box-shadow: unset;
  }
}

.eye-controls-panel.mannequin {
  left: 0.2rem;
  max-width: 200px;
}
@media (max-width: 1280px) {
  .eye-controls-panel.mannequin {
    left: 0rem;
    max-width: 200px;
  }
}
@media (max-width: 425px) {
  .eye-controls-panel.mannequin {
    width: 100%;
    display: flex;
    overflow: scroll;
    max-width: unset;
    justify-content: center;
  }
}

.eye-controls-panel h4 {
  font-size: 1.125rem;
  font-weight: 700;
  color: #1e293b;
  margin-bottom: 1rem;
}
@media (max-width: 425px) {
  .eye-controls-panel h4 {
    display: none;
  }
}

.eye-control-item {
  display: flex;
  align-items: center;
  padding: 0.3rem;
  background: white;
  border-radius: 12px;
  margin-bottom: 0.25rem;
  cursor: pointer;
  transition: all 0.3s;
  border: 2px solid transparent;
}
@media (max-width: 425px) {
  .eye-control-item {
    flex-direction: column;
    gap: 8px;
    margin: 9px;
    padding: unset;
  }
}

.eye-control-item:hover {
  border-color: #8b5cf6;
  transform: translateX(4px);
}

.eye-toggle-icon {
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #e2e8f0;
  border-radius: 50%;
  color: #94a3b8;
  font-size: 1.125rem;
  margin-right: 0.75rem;
  transition: all 0.3s;
}
@media (max-width: 1280px) {
  .eye-toggle-icon {
    font-size: 0.8rem;
  }
}
@media (max-width: 425px) {
  .eye-toggle-icon {
    margin-right: 0;
  }
}

.eye-control-item.active .eye-toggle-icon {
  background: var(--primary-gradient);
  color: white;
}

.eye-control-label {
  flex: 1;
  font-weight: 600;
  color: #1e293b;
  font-size: 14px;
}
@media (max-width: 1280px) {
  .eye-control-label {
    font-size: 12px;
  }
}
@media (max-width: 425px) {
  .eye-control-label {
    font-size: 8px;
  }
}

/* Responsive */
@media (max-width: 1400px) {
  .service-menu-item {
    padding: 0.6rem;
  }
  .service-menu-modern {
    gap: 0.2rem;
    /* Reduce gap */
  }
  .service-interactive-area {
    height: auto;
  }
}
@media (max-width: 1366px) {
  .service-grid-3col {
    grid-template-columns: 220px 1fr 260px;
    /* Reducing column widths slightly */
  }
  .service-menu-item p {
    font-size: 0.75rem;
    /* Smaller text */
    line-height: 1.3;
  }
  .service-menu-item h5 {
    font-size: 1rem;
  }
  .hover-swap {
    min-height: 620px;
  }
}
@media (max-width: 1280px) {
  .hover-swap {
    min-height: 20px;
  }
  .service-grid-3col {
    grid-template-columns: 200px 1fr 240px;
    min-height: 450px;
    /* Reduce min-height for smaller screens */
    gap: 0.75rem;
  }
  .service-list-modern {
    padding: 2rem;
    min-height: 550px;
  }
  .service-menu-modern {
    padding: 0;
    gap: 0.6rem;
  }
  .service-menu-item {
    padding: 1rem 0.9rem;
    font-size: 0.9rem;
  }
  .service-menu-item p {
    font-size: 0.9rem;
    line-height: 1.2;
    margin-top: 0.3rem;
  }
  .service-info-panel {
    padding: 1.5rem;
  }
  .service-info-title {
    font-size: 1.25rem;
    margin-bottom: 0.75rem;
  }
  .service-info-desc {
    font-size: 0.85rem;
    margin-bottom: 1.5rem;
    line-height: 1.6;
  }
  .service-info-panel ul.list-group {
    font-size: 0.85rem;
  }
}
@media (max-width: 1024px) {
  .service-grid-layout {
    grid-template-columns: 1fr;
  }
  .service-interactive-area {
    height: auto;
    /* Reset height for mobile */
  }
}
@media (max-width: 768px) {
  .service-content-area {
    gap: 2rem;
  }
}
/* Luxury Jewelry Brilliance Section Styles - Light Version */
.jewelry-brilliance-wrapper {
  background: linear-gradient(135deg, #ffffff 0%, #f1f5f9 100%);
  color: #1e293b;
  overflow: hidden;
  border-radius: 32px;
  margin: 4rem 1rem;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.03);
  border: 1px solid rgba(0, 0, 0, 0.05);
  position: relative;
}

/* Decorative Element for WoW Factor */
.jewelry-brilliance-wrapper::before {
  content: "";
  position: absolute;
  top: -100px;
  right: -100px;
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, rgba(38, 208, 206, 0.05) 0%, transparent 70%);
  border-radius: 50%;
  z-index: 0;
}

.premium-content-box {
  position: relative;
  z-index: 1;
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}

.premium-badge {
  display: inline-block;
  padding: 6px 20px;
  background: rgba(38, 208, 206, 0.1);
  color: #1A2980;
  border-radius: 100px;
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 1.5rem;
}

.premium-title {
  font-size: 2.8rem;
  font-weight: 800;
  color: #0f172a;
  margin-bottom: 1.5rem;
  background: linear-gradient(135deg, #0f172a 0%, #334155 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.premium-text {
  font-size: 1rem;
  color: #475569;
  line-height: 1.7;
  max-width: 800px;
  margin: 0 auto 0.5rem;
}

.premium-feature-item {
  background: rgba(255, 255, 255, 0.5);
  padding: 1.35rem;
  border-radius: 24px;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  border: 1px solid rgba(38, 208, 206, 0.2);
  display: flex;
  flex-direction: column;
  height: 100%;
  margin-bottom: 1.1rem;
}
@media (max-width: 1280px) {
  .premium-feature-item.ghost {
    padding: 1rem;
  }
}
@media (max-width: 1280px) {
  .premium-feature-item.ghost .feature-content p {
    font-size: 0.9rem;
  }
}
@media (max-width: 1280px) {
  .premium-feature-item .ecommerce {
    padding: 1.7rem 1.5rem;
  }
}
@media (max-width: 1280px) {
  .premium-feature-item {
    padding: 1.35rem;
  }
}
.premium-feature-item:hover {
  transform: translateY(-10px);
  background: #ffffff;
  box-shadow: 0 20px 30px rgba(0, 0, 0, 0.05);
  border-color: rgba(38, 208, 206, 0.2);
}
.premium-feature-item .feature-content h3 {
  font-size: 1.4rem;
  font-weight: 700;
  color: #1e293b;
  margin-bottom: 0.4rem;
}
@media (max-width: 1280px) {
  .premium-feature-item .feature-content h3 {
    font-size: 1.2rem;
  }
}
.premium-feature-item .feature-content p {
  font-size: 1rem;
  color: #64748b;
  margin: 0;
  line-height: 1.6;
}

.feature-number {
  font-size: 2.5rem;
  font-weight: 900;
  color: rgba(38, 208, 206, 0.2);
  line-height: 1;
  margin-bottom: 0.4rem;
}

.premium-cta {
  margin-top: 1.8rem;
  border: 1px solid rgba(38, 208, 206, 0.2);
  border-radius: 15px;
  padding: 1rem 2rem;
}

.btn-premium-action {
  display: inline-flex;
  align-items: center;
  padding: 1.4rem 1.4rem;
  background: var(--primary-gradient);
  color: white;
  border-radius: 100px;
  font-weight: 700;
  font-size: 1.1rem;
  text-decoration: none !important;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  border: none;
}
@media (max-width: 1280px) {
  .btn-premium-action {
    padding: 1rem 1rem;
    font-size: 1rem;
  }
}
@media (max-width: 425px) {
  .btn-premium-action {
    font-size: 1rem;
  }
}

.btn-premium-action:hover {
  transform: translateY(-5px) scale(1.02);
  color: white !important;
}

.cta-text {
  color: #64748b;
  font-size: 1.1rem;
  margin-bottom: 2rem;
  max-width: 600px;
}

@media (max-width: 991px) {
  .premium-features-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  .premium-content-box {
    padding: 4rem 1.5rem !important;
  }
  .premium-title {
    font-size: 1.8rem;
  }
}
.section-header-width {
  width: 65%;
}

@media (max-width: 768px) {
  .section-header-width {
    width: 100%;
  }
  .premium-cta {
    padding: 1.5rem;
    text-align: center;
  }
  .premium-cta .row {
    flex-direction: column;
    gap: 1.5rem;
  }
  .premium-cta .col-lg-7,
  .premium-cta .col-lg-5 {
    width: 100%;
    text-align: center !important;
  }
  .btn-premium-action {
    width: 100%;
    justify-content: center;
    padding: 1rem 1rem;
  }
  .cta-text {
    margin-bottom: 0;
  }
}
.more-services-section {
  padding: 5rem 0;
  background-color: #f8fafc;
  position: relative;
  overflow: hidden;
}
.more-services-section .ms-header {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 4rem auto;
}
.more-services-section .ms-header .ms-title {
  font-size: 2.5rem;
  font-weight: 800;
  color: #0f172a;
  margin-bottom: 0.5rem;
  letter-spacing: -0.5px;
}
@media (max-width: 425px) {
  .more-services-section .ms-header .ms-title {
    font-size: 2rem;
  }
}
.more-services-section .ms-header .ms-desc {
  font-size: 1.1rem;
  color: #64748b;
}
.more-services-section .acc-container {
  display: flex;
  gap: 1.25rem;
  height: 770px;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 1rem;
}
@media (max-width: 991px) {
  .more-services-section .acc-container {
    flex-direction: column;
    height: auto;
    gap: 1rem;
  }
}
@media (max-width: 425px) {
  .more-services-section .acc-container {
    height: unset;
  }
}
.more-services-section .acc-container .acc-card {
  position: relative;
  flex: 1;
  background: #ffffff;
  border-radius: 24px;
  overflow: hidden;
  cursor: pointer;
  transition: flex 0.6s cubic-bezier(0.25, 1, 0.5, 1), box-shadow 0.4s;
  border: 1px solid rgba(0, 0, 0, 0.05);
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.02);
  display: flex;
  flex-direction: column;
  text-decoration: none !important;
}
.more-services-section .acc-container .acc-card:hover {
  flex: 3.5;
  box-shadow: 0 30px 60px -15px rgba(0, 0, 0, 0.15);
  border-color: transparent;
  z-index: 5;
}

/* ACCORDION CONTAINER */
/* CARD BASE */
/* --- FOLDED STATE --- */
.acc-folded-content {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  transition: all 0.4s ease;
  z-index: 10;
  background: #ffffff;
  overflow: hidden;
  /* Contain the background image */
}

.acc-card:hover .acc-folded-content {
  opacity: 0;
  transform: scale(0.95);
  pointer-events: none;
}

/* Folded Background Image */
.acc-folded-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
  /* Behind content */
  opacity: 0.4;
  /* Subtle visibility */
  /* Transparency from Bottom (transparent) to Top (visible) */
  -webkit-mask-image: linear-gradient(to top, transparent 10%, black 80%);
  mask-image: linear-gradient(to top, transparent 10%, black 80%);
  pointer-events: none;
  transition: transform 0.5s ease;
}

.acc-card:hover .acc-folded-bg {
  transform: scale(1.1);
}

/* Folded Content Wrapper (To stay above image) */
.acc-folded-inner {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* Big Cyan Icon */
.acc-icon-wrapper-folded {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1rem;
}

.acc-icon-folded {
  width: 50px;
  height: 50px;
  transition: transform 0.3s ease;
  rotate: 270deg;
  margin-top: 1rem;
}

/* Text Aligned Bottom */
.acc-text-container-folded {
  margin-top: auto;
  padding-bottom: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 991px) {
  .acc-text-container-folded {
    margin-top: 0;
    padding-bottom: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .acc-text-container-folded {
    justify-content: start;
    gap: 30px;
  }
}
@media (max-width: 425px) {
  .acc-text-container-folded {
    justify-content: start;
    gap: 10px;
  }
}

.acc-text-vertical {
  writing-mode: vertical-rl;
  text-orientation: mixed;
  transform: rotate(180deg);
  white-space: nowrap;
  font-weight: 800;
  color: #617ba4;
  letter-spacing: 0.05em;
  text-transform: capitalize;
  font-size: 1.8rem;
}
@media (max-width: 991px) {
  .acc-text-vertical {
    writing-mode: horizontal-tb;
    transform: none;
    text-align: right;
    font-size: 1.25rem;
    font-weight: 800;
    color: #1e293b;
  }
}
@media (max-width: 425px) {
  .acc-text-vertical {
    font-size: 1rem;
    font-weight: 600;
  }
}

/* --- UNFOLDED STATE --- */
.acc-unfolded-content {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  opacity: 0;
  transform: translateX(20px);
  transition: opacity 0.5s ease 0.1s, transform 0.5s ease 0.1s;
  z-index: 1;
  background: white;
}

.acc-card:hover .acc-unfolded-content {
  opacity: 1;
  transform: translateX(0);
  z-index: 20;
}

/* CONTENT WRAPPER */
.acc-content-pad {
  padding: 2.5rem 2.5rem 0 2.5rem;
  flex-shrink: 0;
}

/* ROW 1: Header */
.acc-row-header {
  margin-bottom: 1.25rem;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}

.acc-icon-main {
  width: 44px;
  height: 44px;
  margin-bottom: 0.75rem;
  -o-object-fit: contain;
     object-fit: contain;
}

.acc-heading {
  font-size: 2rem;
  font-weight: 800;
  color: #1e293b;
  margin: 0;
  line-height: 1.1;
}

/* ROW 2: Description */
.acc-row-desc {
  margin-bottom: 1.5rem;
}

.acc-desc {
  font-size: 1.05rem;
  color: #64748b;
  line-height: 1.6;
  margin-bottom: 1.25rem;
  max-width: 95%;
}

.acc-btn {
  display: inline-flex;
  align-items: center;
  font-weight: 700;
  color: #20bbff;
  font-size: 1rem;
  gap: 0.5rem;
  transition: gap 0.3s;
}

.acc-btn:hover {
  gap: 0.8rem;
  text-decoration: none;
  color: #0ea5e9;
}

/* ROW 3: Image Wrapper (Flush) */
.acc-row-image {
  flex: 1;
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-top: auto;
  display: flex;
  align-items: flex-end;
}
@media (max-width: 425px) {
  .acc-row-image {
    top: -92px;
    overflow: unset;
  }
}

.acc-service-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
  transition: transform 0.7s ease;
}
@media (max-width: 1280px) {
  .acc-service-img {
    height: unset !important;
  }
}
@media (max-width: 425px) {
  .acc-service-img {
    height: unset;
  }
}

.acc-icon-wrapper-folded > .acc-service-img {
  width: 70%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
  transition: transform 0.7s ease;
}

.acc-card:hover .acc-service-img {
  transform: scale(1.02);
}

/* CTA Section */
.ms-cta-wrapper {
  margin-top: 4rem;
  text-align: center;
}

.btn-explore-all {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 1rem 2.5rem;
  background: transparent;
  color: #1e293b;
  font-weight: 700;
  border: 2px solid #e2e8f0;
  border-radius: 50px;
  transition: all 0.3s ease;
}

.btn-explore-all:hover {
  border-color: #1e293b;
  background: #1e293b;
  color: white;
  text-decoration: none;
}

/* Responsive */
@media (max-width: 991px) {
  .acc-card {
    min-height: 80px;
    flex-direction: row;
    padding: 0;
    border-radius: 16px;
    border: 1px solid #e2e8f0;
  }
  .acc-card:hover {
    min-height: 550px;
    flex: none;
  }
  /* Folded Mobile */
  .acc-folded-content {
    flex-direction: row;
    padding: 0 1.5rem;
    align-items: center;
    width: 100%;
    justify-content: flex-start;
  }
  .acc-folded-bg {
    display: none;
  }
  .acc-folded-inner {
    flex-direction: row;
    width: 100%;
    height: auto;
    align-items: center;
  }
  /* Hide the large image wrapper on mobile */
  .acc-icon-wrapper-folded {
    display: none;
  }
  .acc-icon-folded {
    width: 32px;
    height: 32px;
    rotate: 0deg;
    /* Reset desktop rotation */
    margin-top: 0;
    order: -1;
    /* Place Icon at the start (left) */
  }
  /* Unfolded Mobile */
  .acc-content-pad {
    padding: 2rem 1.5rem 0 1.5rem;
  }
}
.nav-classic {
  background: var(--primary-gradient);
  padding: 8px;
  border-radius: 60px;
  box-shadow: 0 4px 15px rgba(26, 41, 128, 0.3);
  margin-bottom: 3rem !important;
}

.nav-classic .nav-link {
  border-radius: 50px !important;
  padding: 14px 24px;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  border: none !important;
  color: rgba(255, 255, 255, 0.95);
  background: transparent !important;
  position: relative;
  font-weight: 600;
  font-size: 0.95rem;
}

.nav-classic .nav-link object,
.nav-classic .nav-link .service-cat1 {
  filter: brightness(0) invert(1);
  transition: all 0.3s ease;
}

.nav-classic .nav-link:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.1) !important;
}

.nav-classic .nav-link.active {
  background: #fff !important;
  color: var(--primary-color);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  transform: scale(1.02);
}

.nav-classic .nav-link.active object,
.nav-classic .nav-link.active .service-cat1 {
  filter: unset;
  color: var(--primary-color) !important;
}

/* Flight Card Style - Clean & Modern */
.spec-card {
  border: none;
  border-radius: 32px;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
  background: #fff;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  height: 100%;
  position: relative;
  padding: 12px;
}

.spec-card::before {
  display: none;
}

.spec-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12);
}

.spec-card img {
  width: 100%;
  height: 280px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  border-radius: 24px;
}

.spec-card:hover img {
  transform: scale(1.03);
}

/* Text Overlay on Image */
.spec-card .p-3 {
  position: absolute;
  top: 12px;
  left: 12px;
  right: 12px;
  bottom: 12px;
  background: transparent;
  padding: 24px !important;
  border: none !important;
  z-index: 2;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}

.spec-card__title h5 {
  font-weight: 700;
  margin-bottom: 0;
  font-size: 1.5rem;
  color: #fff;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
  letter-spacing: -0.02em;
}

.spec-card .text-gray {
  border: none !important;
  background: #fff;
  color: #1a1a2e !important;
  font-weight: 600;
  padding: 14px 32px !important;
  border-radius: 50px !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  font-size: 0.95rem;
  transition: all 0.3s ease;
  white-space: nowrap;
  text-align: center;
  display: inline-block;
}

.spec-card:hover .text-gray {
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
  background: #f8f9fa;
}

/* Modal Custom Layout */
.modal-content {
  border-radius: 14px;
  overflow: hidden;
  border: none;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
}

.modal-header {
  background: #f8f9fa;
  border-bottom: none;
  padding: 20px 25px;
}

.modal-title {
  font-size: 20px;
  font-weight: 700;
}

.modal-body {
  padding: 2rem 2.5rem;
}

.before-after-container {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.before-after-container img {
  max-width: 100%;
  border-radius: 10px;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.12);
  height: 100%;
}
.before-after-container small {
  display: block;
  text-align: center;
  margin-top: 8px;
  font-size: 0.85rem;
  color: #64748b;
}

.settings-lists {
  list-style: none;
  padding-left: 0;
}
@media (min-width: 768px) and (max-width: 991px) {
  .settings-lists {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
  }
}
@media (max-width: 767px) {
  .settings-lists {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
  }
}

.settings-lists li {
  margin-bottom: 10px;
  font-size: 15px;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .settings-lists li {
    margin-bottom: unset;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .settings-lists li {
    margin-bottom: unset;
  }
}

.settings-lists li::before {
  content: "✔";
  color: #377dff;
  margin-right: 8px;
  font-weight: bold;
}

.modal-footer {
  border-top: none;
  padding: 20px 25px;
}

.btn-dark {
  border-radius: 8px;
  padding: 10px 20px;
  font-weight: 600;
}

.btn-light {
  border-radius: 8px;
  padding: 10px 20px;
}

#cursor-follower {
  position: fixed;
  pointer-events: none;
  z-index: 9999;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.8);
  color: white;
  padding: 8px 12px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 600;
  opacity: 0;
  transition: opacity 0.2s ease, transform 0.1s ease;
  white-space: nowrap;
}

@media (max-width: 576px) {
  .nav-classic {
    flex-direction: column;
    border-radius: 16px;
  }
}
.flight-card-sf {
  position: relative;
  background: #fff;
  border-radius: 40px;
  padding: 16px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.12);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.flight-card-sf:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.15);
}

.flight-card-image-container-sf {
  width: 100%;
  height: auto;
  border-radius: 28px;
  overflow: hidden;
  margin-bottom: 20px;
}

.flight-card-image-container-sf img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.flight-card-overlay-sf {
  padding: 0 8px 8px 8px;
}

.flight-card-content-sf {
  margin-bottom: 2px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.flight-card-city-sf {
  font-size: 1.1rem;
  font-weight: 700;
  color: #677788;
  margin: 0 0 4px 0;
  letter-spacing: -0.03em;
}

.flight-card-class-sf {
  font-size: 0.95rem;
  color: #8e8e93;
  margin: 0 0 12px 0;
}

.flight-card-meta-sf {
  display: flex;
  gap: 20px;
  align-items: center;
}

.flight-card-price-tag-sf,
.flight-card-code-sf {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 0.9rem;
  font-weight: 500;
  color: #3c3c43;
}

.flight-card-actions-sf {
  display: flex;
  gap: 12px;
  align-items: center;
}

.flight-card-btn-sf {
  flex: 1;
  padding: 16px 24px;
  border-radius: 50px;
  border: none;
  font-size: 0.95rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  background: #1a1a2e;
  color: #fff;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
}

.flight-card-btn-sf:hover {
  background: #2d2d44;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}

.flight-card-heart-sf {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: #fff;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  flex-shrink: 0;
}

.flight-card-heart-sf:hover {
  transform: scale(1.1);
  box-shadow: 0 4px 15px rgba(255, 71, 87, 0.3);
}

.banner-video-area iframe {
  width: 100%;
  height: 260px;
  /* desktop default */
  -o-object-fit: cover;
     object-fit: cover;
}

/* Review Summary Micro-Section */
.review-summary-block {
  margin: 30px 0 0 0;
  padding: 15px 0;
  border: 1px solid hsl(240, 30%, 95%);
  border-radius: 10px;
  display: flex;
  justify-content: center;
}

.summary-inner {
  display: flex;
  align-items: center;
  gap: 25px;
  color: hsl(240, 20%, 40%);
  font-size: 1.2rem;
  font-weight: bold;
  letter-spacing: 0.02em;
}

.summary-item strong {
  color: hsl(240, 70%, 20%);
  font-weight: 700;
}

.summary-diamond {
  width: 4px;
  height: 4px;
  background: var(--primary-color);
  transform: rotate(45deg);
  opacity: 0.5;
}

.stars-outer {
  position: relative;
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #e0e0e0;
  margin-right: 10px;
}

.stars-outer::before {
  content: "\f005\f005\f005\f005\f005";
}

.stars-inner {
  position: absolute;
  top: 0;
  left: 0;
  white-space: nowrap;
  overflow: hidden;
  width: 0;
  color: #FFB800;
  background: linear-gradient(90deg, #FFB800, #FFD700, #FFB800);
  background-size: 200% auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: shimmerStars 3s linear infinite;
}

.stars-inner::before {
  content: "\f005\f005\f005\f005\f005";
}

@keyframes shimmerStars {
  0% {
    background-position: 0% center;
  }
  100% {
    background-position: 200% center;
  }
}
.trust-signals {
  display: flex;
  gap: 20px;
  font-size: 1.2rem;
  opacity: 0.8;
}
.trust-signals .signal {
  display: flex;
  align-items: center;
  gap: 6px;
}
.trust-signals .signal .signal i {
  font-size: 1.1rem;
  color: var(--primary-color);
}

.aeo-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media (max-width: 1400px) {
  .banner-video-area iframe {
    height: 200px;
  }
}
@media (max-width: 1200px) {
  .summary-inner {
    padding: 0 15px;
  }
  .summary-inner {
    font-size: 1rem;
  }
  .signal {
    font-size: 14px;
  }
}
@media (max-width: 450px) {
  .summary-inner {
    flex-direction: column;
    gap: 5px;
  }
  .summary-diamond {
    display: none;
  }
  .signal {
    font-size: 14px;
  }
}
@media (max-width: 992px) {
  .summary-inner {
    flex-direction: column;
    gap: 5px;
  }
  .summary-diamond {
    display: none;
  }
  .signal {
    font-size: 14px;
  }
}
@media (max-width: 1920px) {
  .banner-video-area iframe {
    height: 350px;
  }
}
/* Prevent layout shift (CLS) before Slick Carousel initializes */
.js-slick-carousel:not(.slick-initialized) {
  display: flex;
  overflow: hidden;
  flex-wrap: nowrap;
}

.js-slick-carousel:not(.slick-initialized) .card {
  /* Default to 2 slides as per data-slides-show="2" */
  flex: 0 0 50%;
  max-width: 50%;
  box-sizing: border-box;
}

@media (max-width: 480px) {
  .js-slick-carousel:not(.slick-initialized) .card {
    /* 1 slide on mobile */
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.faq-section-modern {
  background: #f8fafc;
  /* Light background */
  position: relative;
  padding: 8rem 0;
  overflow: hidden;
  font-family: "Inter", sans-serif;
}

.faq-left-col {
  padding-right: 1rem;
}

.faq-badge-minimal {
  display: inline-flex;
  align-items: center;
  background: rgba(0, 0, 0, 0.05);
  padding: 6px 16px;
  border-radius: 10px;
  font-size: 0.85rem;
  color: #64748b;
  margin-bottom: 2rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
@media (max-width: 425px) {
  .faq-badge-minimal {
    margin-bottom: 1rem;
  }
}

.badge-dot {
  width: 8px;
  height: 8px;
  background: var(--primary-color);
  border-radius: 50%;
  margin-right: 10px;
}

.faq-title-large {
  font-size: 3rem;
  font-weight: 750;
  color: #0f172a;
  /* Dark text for light background */
  line-height: 1.1;
  margin-bottom: 4rem;
  letter-spacing: -2px;
}
@media (max-width: 1280px) {
  .faq-title-large {
    font-size: 3rem;
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .faq-title-large {
    font-size: 3rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 425px) {
  .faq-title-large {
    font-size: 2.2rem;
    margin-bottom: 2rem;
  }
}

/* Still have questions card - Retains its dark aesthetic */
.faq-support-card {
  background: #21325b;
  /* Current background color applied to the card */
  border-radius: 24px;
  padding: 3rem;
  margin-top: 2rem;
  border: 1px solid rgba(255, 255, 255, 0.05);
}
@media (max-width: 1280px) {
  .faq-support-card {
    margin-top: 8rem;
  }
}
@media (max-width: 425px) {
  .faq-support-card {
    padding: 1.5rem;
  }
}

.support-card-title {
  font-size: 1.8rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 1rem;
}
@media (max-width: 425px) {
  .support-card-title {
    font-size: 1.4rem;
  }
}

.support-card-text {
  color: #94a3b8;
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 2rem;
}

/* Right Column Accordion */
.faq-accordion-container {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.faq-item-card {
  background: #ffffff;
  /* White cards on light background */
  border: 1px solid #e2e8f0;
  border-radius: 20px;
  transition: all 0.3s ease;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
}

.faq-item-card:hover {
  border-color: var(--primary-color);
  transform: translateY(-2px);
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

.faq-toggle-btn {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.5rem 2.2rem;
  background: transparent;
  border: none;
  text-align: left;
}

.faq-question-text {
  font-size: 1.15rem;
  font-weight: 650;
  color: #1e293b;
  /* Dark text */
  padding-right: 2rem;
  line-height: 1.4;
}

.faq-toggle-icon {
  width: 32px;
  height: 32px;
  background: #f1f5f9;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primary-color);
  transition: all 0.3s ease;
  flex-shrink: 0;
}

.faq-toggle-btn[aria-expanded=true] .faq-toggle-icon {
  transform: rotate(180deg);
  background: var(--primary-color);
  color: #ffffff;
}

.faq-item-body {
  padding: 0 2.22rem 2.2rem 2.2rem;
  color: #475569;
  /* Muted dark text */
  font-size: 1.05rem;
  line-height: 1.6;
}

@media (max-width: 1280px) {
  .faq-left-col {
    padding-right: 15px;
    margin-bottom: 3rem;
  }
  .faq-section-modern {
    padding: 4rem 0;
  }
}
@media (max-width: 991px) {
  .faq-left-col {
    padding-right: 15px;
    margin-bottom: 3rem;
  }
  .faq-section-modern {
    padding: 4rem 0;
  }
  .faq-support-card {
    margin-top: 3rem;
  }
}
.select2-container--default .select2-selection--multiple {
  padding: 3px 3px;
  height: auto;
  cursor: text;
  border: 1px solid #d5dae2;
  border-radius: 5px;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: 1px solid var(--primary-color);
  padding: 3px 3px;
  height: auto;
  outline: 0;
}

.btn-primary {
  background: var(--primary-gradient);
  border: none;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  background: var(--primary-gradient) !important;
  transform: translateY(-2px);
}

.btn-outline-primary {
  border-color: var(--primary-color);
  color: var(--primary-color);
}

.btn-outline-primary:hover {
  background: var(--primary-outline-gradient);
  border-color: transparent;
  color: #fff;
}

.text-primary {
  color: var(--primary-color) !important;
}

.btn-soft-primary {
  background-color: rgba(26, 41, 128, 0.1);
  color: var(--primary-color);
}

@media (max-width: 425px) {
  .portal-section {
    margin-bottom: 50px;
  }
}/*# sourceMappingURL=home2-style.css.map */