.option-card {
  transition: 0.3s;
}
.peer:checked + .option-card {
  background: #ffe0bf !important;
  border: 2px solid #ff8401 !important;
  box-shadow: 0 0 24px rgba(255, 132, 1, 0.55) !important;
  color: #ff8401 !important;
  font-weight: 500;
}
.peer:checked + .option-card .icon,
.peer:checked + .option-card i,
.peer:checked + .option-card p {
  color: #ff8401 !important;
}
@media (hover: hover) {
  .option-card:hover,
  .option-card:hover .icon,
  .option-card:hover i,
  .option-card:hover p {
    color: #ff8401 !important;
  }
  .option-card:hover {
    background: #ffe0bf !important;
    border: 2px solid #ff8401 !important;
    box-shadow: 0 0 24px rgba(255, 132, 1, 0.55) !important;
  }
}
section.w-full.py-20 {
  background: #fffaf6;
  padding: 80px 0;
}
section.w-full.py-20 h2 {
  text-align: center;
  font-weight: 500;
  margin-bottom: 24px;
  line-height: 1.3;
}
section.w-full.py-20 h2 span {
  color: #ff8401;
  font-weight: 600;
}
.mask-blur-left-right {
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.85) 0,
    rgba(255, 255, 255, 0) 25%,
    rgba(255, 255, 255, 0) 75%,
    rgba(255, 255, 255, 0.85) 100%
  );
  padding: 1rem 0;
  overflow: hidden;
}
.animate-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  min-width: 100%;
  gap: clamp(16px, 4vw, 48px);
  animation: 25s linear infinite scroll-left;
  transition: gap 0.3s;
}
.highlight-soft {
  background: linear-gradient(to right, #ffe6cc, #fff8f0);
  border-radius: 999px;
  border: 1px solid #ffe0b3;
  box-shadow: 0 2px 12px rgba(255, 132, 1, 0.06);
  font-size: clamp(12px, 1vw + 0.4rem, 16px);
  color: #d35400;
  padding: clamp(5px, 0.6vw, 10px) clamp(14px, 1.6vw, 22px);
  white-space: nowrap;
  cursor: pointer;
  transition: 0.25s;
  font-weight: 500;
}
.db-video-content h2 span,
.icon-circle {
  color: #ff8401;
}
.highlight-soft:hover {
  box-shadow: 0 4px 18px rgba(255, 132, 1, 0.13);
  transform: scale(1.06);
}
@keyframes scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@media (max-width: 639px) {
  .flex.flex-wrap.justify-center.gap-5 {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 10px !important;
  }
  .flex.flex-wrap.justify-center.gap-5 > div {
    width: 100% !important;
  }
  .container > .flex {
    gap: 6px !important;
  }
  .grid {
    gap: 1.5rem;
  }
  .flip-card {
    height: 150px !important;
    min-height: 150px !important;
  }
  .flip-card .flip-back,
  .flip-card .flip-front,
  .flip-card .flip-inner {
    height: 100% !important;
    min-height: 150px !important;
  }
  .flip-back h3,
  .flip-card .flip-back i,
  .flip-card .flip-front p {
    display: none !important;
  }
  section.w-full.py-20 {
    padding: 50px 0;
  }
  .mask-blur-left-right {
    padding: 0.5rem 0;
  }
  .animate-slide {
    gap: 12px !important;
  }
  .highlight-soft {
    font-size: 12px !important;
    padding: 4px 10px !important;
  }
}
.service-wrapper {
  display: flex;
  flex-direction: column;
  gap: 30px;
  max-width: 1100px;
  margin: 0 auto;
  padding: 40px 20px;
}
.intro-text h2 {
  font-size: 22px;
  font-weight: 400;
  line-height: 1.3;
  color: #1f2022;
  margin-bottom: 10px;
}
.intro-text p,
.service-card p {
  color: #1f2022;
  font-weight: 300;
}
.intro-text h2 span {
  color: #ff8401;
  font-weight: 500;
}
.intro-text p {
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
}
.service-card {
  background: #fff;
  border-radius: 16px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  border: 1px solid transparent;
  transition: 0.3s;
}
.icon-circle,
.icon-title {
  display: flex;
  align-items: center;
}
.service-card:hover {
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  transform: translateY(-5px);
  border-color: #ff8401;
}
.icon-title {
  gap: 12px;
}
.icon-circle {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #fff4e6;
  justify-content: center;
  flex-shrink: 0;
  font-size: 22px;
}
.icon {
  width: 24px;
  height: 24px;
}
.service-card h3 {
  font-size: 18px;
  color: #1f2022;
  line-height: 1.3;
}
.service-card p {
  font-size: 14px;
  line-height: 1.6;
}
@media (min-width: 768px) {
  .intro-text h2 {
    font-size: 28px;
  }
  .intro-text p {
    font-size: 16px;
  }
  .service-card {
    padding: 28px;
  }
  .service-card h3 {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  .intro-text h2 {
    font-size: 34px;
  }
}
.db-video-embed,
.db-video-toggle,
.db-video-toggle:checked + .db-video-border .db-video-poster,
.servi {
  display: none;
}
@media (min-width: 640px) and (max-width: 1023px) {
  .animate-slide {
    gap: 24px;
  }
  .highlight-soft {
    font-size: 13px;
    padding: 6px 14px;
  }
  .servi {
    display: block !important;
  }
}
.google-review-section {
  background: #fff;
  padding: 80px 0;
  font-family: Inter, sans-serif;
}
.google-review-section .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.google-review-header {
  text-align: center;
  margin-bottom: 50px;
}
.google-review-header h2 {
  font-size: 2.2rem;
  font-weight: 800;
  color: #202124;
  margin-bottom: 10px;
}
.google-review-header span,
.swiper-button-next,
.swiper-button-prev {
  color: #1a73e8;
}
.google-review-header p {
  color: #5f6368;
  font-size: 1rem;
}
.review-card {
  position: relative;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 1px 6px rgba(32, 33, 36, 0.28);
  padding: 24px;
  width: 350px;
  border: 1px solid #e0e0e0;
  transition: 0.3s;
}
.review-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 4px 16px rgba(32, 33, 36, 0.28);
}
.google-logo {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 28px;
  height: 28px;
  object-fit: contain;
}
.review-top {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 12px;
}
.review-top img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
}
.review-info {
  flex-grow: 1;
}
.review-info h3 {
  font-size: 1rem;
  font-weight: 600;
  color: #202124;
  margin: 0;
}
.review-info .verified {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 0.8rem;
  color: #5f6368;
}
.verified i {
  color: #34a853;
}
.review-stars {
  color: #fbbc04;
  font-size: 0.95rem;
  margin-bottom: 10px;
}
.review-text {
  color: #3c4043;
  font-size: 0.93rem;
  line-height: 1.6;
  margin-bottom: 10px;
  border-left: 4px solid #1a73e8;
  padding-left: 15px;
  font-style: italic;
}
.review-date {
  font-size: 0.8rem;
  color: #9aa0a6;
}
.db-video-section {
  background: linear-gradient(
    135deg,
    rgba(0, 145, 236, 0.06),
    rgba(255, 132, 1, 0.06)
  );
  padding: 90px 0;
}
.db-video-wrapper {
  max-width: 1200px;
  margin: auto;
  padding: 0 20px;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 60px;
  align-items: center;
}
.db-video-border iframe {
  width: 100%;
  height: 340px;
  border-radius: 22px;
  border: none;
  display: block;
}
.db-play-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}
.db-video-border,
.db-video-frame,
.db-video-poster {
  position: relative;
}
.db-video-content {
  display: flex;
  flex-direction: column;
  gap: 22px;
}
.db-section-badge {
  align-self: flex-start;
  font-size: 12px;
  font-weight: 600;
  color: #0091ec;
  background: rgba(0, 145, 236, 0.1);
  padding: 6px 14px;
  border-radius: 999px;
}
.db-video-content h2 {
  font-size: 34px;
  line-height: 1.25;
  font-weight: 600;
  color: #1f2022;
}
.db-video-content p {
  font-size: 15px;
  line-height: 1.7;
  color: #1f2022;
  font-weight: 300;
  max-width: 520px;
}
.db-primary-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: linear-gradient(135deg, #0091ec, #00b3ff);
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  padding: 14px 26px;
  border-radius: 14px;
  box-shadow: 0 12px 30px rgba(0, 145, 236, 0.35);
  width: fit-content;
  transition: transform 0.3s;
}
.db-primary-btn:hover {
  transform: translateY(-3px);
}
@media (max-width: 900px) {
  .db-video-wrapper {
    grid-template-columns: 1fr;
    gap: 40px;
    text-align: center;
  }
  .db-video-content {
    align-items: center;
  }
  .db-section-badge {
    align-self: center;
  }
  .db-video-content p {
    max-width: 100%;
  }
}
.db-video-border {
  padding: 14px;
  background: linear-gradient(
    135deg,
    rgba(0, 145, 236, 0.6),
    rgba(255, 132, 1, 0.6)
  );
  border-radius: 26px;
}
.db-video-poster {
  display: block;
  width: 100%;
  height: 340px;
  border-radius: 22px;
  cursor: pointer;
  background: #000;
}
.db-play-btn {
  position: absolute;
  inset: 0;
  margin: auto;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(8px);
  z-index: 2;
}
.db-hero,
.myGoogleSwiper {
  position: relative;
  overflow: hidden;
}
.db-play-btn::after {
  content: "";
  width: 0;
  height: 0;
  content: "";
  position: absolute;
  top: 50%;
  left: 54%;
  transform: translate(-50%, -50%);
  border-left: 18px solid #0091ec;
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
}
.db-video-embed iframe {
  width: 100%;
  height: 340px;
  border-radius: 22px;
  border: none;
}
.db-video-toggle:checked + .db-video-border .db-video-embed {
  display: block;
}
@media (max-width: 640px) {
  .db-video-border iframe,
  .db-video-embed iframe,
  .db-video-poster {
    height: 220px;
  }
  .db-video-content h2 {
    font-size: 22px;
  }
  .db-video-content p {
    font-size: 14px;
  }
}
.db-video-poster img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 22px;
  display: block;
}
.db-video-poster::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 22px;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.15),
    rgba(0, 0, 0, 0.35)
  );
}
.myGoogleSwiper .swiper-wrapper {
  display: flex;
  gap: 24px;
  will-change: transform;
}
.myGoogleSwiper .swiper-slide {
  flex: 0 0 auto;
  width: 360px;
}
body,
html {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  margin: 0;
  font-family: Inter, system-ui, sans-serif;
}
* {
  box-sizing: border-box;
}

/* BANNER SECTION */
/* ===============================
        HERO BASE
        ================================ */
.hero {
  position: relative;
  max-width: 1500px;
  margin: 120px auto 80px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  padding: 0 24px;
}

/* ===============================
        TEXT
        ================================ */
.hero-text {
  grid-column: 1 / 4;
  display: flex;
  flex-direction: column;
  gap: 20px;
  z-index: 2;
}

.line {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.line-1 span {
  font-size: clamp(48px, 7vw, 140px);
}

.line-2 span {
  font-size: clamp(48px, 7vw, 140px);
}

.left {
  background: linear-gradient(107deg, #0091ec, #bfe0ff);
  -webkit-background-clip: text;
  color: transparent;
}

.right {
  background: linear-gradient(107deg, #bfe0ff, #0091ec);
  -webkit-background-clip: text;
  color: transparent;
}

.right.small {
  font-size: clamp(22px, 3vw, 70px);
  color: #a0bee5;
}

/* ===============================
        GLOBE
        ================================ */
.hero-globe {
  grid-column: 2;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hero-globe img {
  will-change: transform;
  filter: drop-shadow(0 24px 48px rgba(0,0,0,0.18));
}

@media (prefers-reduced-motion: no-preference) {
  .hero-globe img {
    animation: spin 40s linear infinite;
    animation-delay: 0.2s;
  }
}

@keyframes spin {
  from { transform: rotate(0deg); }
  to   { transform: rotate(360deg); }
}

/* ===============================
        CTA (DESKTOP)
        ================================ */
.hero-cta {
  position: absolute;
  padding: 14px 28px;
  border-radius: 14px;
  background: #fff;
  border: 1px solid #0091ec;
  color: #0091ec;
  font-size: 16px;
  box-shadow: 0 0 14px rgba(0, 145, 236, 0.45);
  cursor: pointer;
}

/* ===============================
        MOBILE
        ================================ */
.mobile-cta-wrap {
  display: none;
}

/* ===============================
        RESPONSIVE
        ================================ */
@media (max-width: 768px) {
  .hero {
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin: 40px auto 20px;
  }

  .line {
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px;
    text-align: center;
  }

  .line-1 span,
  .line-2 span {
    font-size: 28px;
  }

  .right.small {
    font-size: 22px;
  }

  .hero-globe img {
    width: 260px;
  }

  .hero-cta {
    display: none;
  }

  .mobile-cta-wrap {
    display: block;
    padding: 0 16px 40px;
  }

  .mobile-cta {
    width: 100%;
    padding: 16px;
    border-radius: 14px;
    background: #fff;
    border: 2px solid #0091ec;
    color: #0091ec;
    font-size: 16px;
    font-weight: 600;
    box-shadow: 0 0 14px rgba(0, 145, 236, 0.45);
  }
}

/* ===============================
        DESKTOP GLOBE CENTER FIX
        ================================ */
@media (min-width: 769px) {
  .hero {
    align-items: center;
  }

  .hero-globe {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%); /* positioning ONLY */
    z-index: 1;
  }

  .hero-globe img {
    display: block;
  }

  .hero-text {
    position: relative;
    z-index: 2;
  }
}

