/*!
 * services-bundle.css — deferred non-critical CSS for services.php
 * Combines: typography, section-enhancements, button-colors-unified,
 *           responsive-alignment, scrollbar-design, faq, services-page,
 *           services-fixes, footer-clean, newsletter, calendar-modal
 */

/* ============================================================
   1. TYPOGRAPHY
   ============================================================ */
main h1,
main h2,
main h3,
main h4,
main h5,
main h6,
footer h1,
footer h2,
footer h3,
footer h4,
footer h5,
footer h6,
.section-title h2,
.hero-title,
.locations-title,
.services-title,
.newsletter-title {
  font-family: 'Playfair Display', Georgia, serif !important;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.2;
}

#hero h1,
.hero-title {
  font-size: 72px;
  font-weight: 800;
  color: #1a1918;
  letter-spacing: -0.03em;
  line-height: 1.1;
}

.section-title h2 {
  font-size: 56px;
  font-weight: 700;
  color: #1a1918;
  letter-spacing: -0.02em;
  margin-bottom: 24px;
}

.services-title,
.locations-title {
  font-size: 52px;
  font-weight: 700;
  color: #1a1918;
  letter-spacing: -0.02em;
}

.newsletter-title {
  font-size: 42px;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: -0.02em;
}

main h3,
.service-card h4,
.city-card h4,
.category-header h3,
.office-card-header h3 {
  font-family: 'Playfair Display', Georgia, serif !important;
  font-size: 24px;
  font-weight: 600;
  color: #1a1918;
  letter-spacing: -0.01em;
}

main h4 {
  font-family: 'Playfair Display', Georgia, serif !important;
  font-size: 20px;
  font-weight: 600;
  color: #1a1918;
}

.footer h4 {
  font-family: 'Playfair Display', Georgia, serif !important;
  font-size: 22px;
  font-weight: 700;
  color: #1a1918;
  letter-spacing: -0.01em;
}

p,
.section-subtitle,
.services-subtitle,
.locations-subtitle,
.newsletter-subtitle {
  font-family: 'Poppins', sans-serif;
  font-size: 17px;
  line-height: 1.7;
  color: #6c757d;
}

.section-badge,
.services-badge,
.locations-badge,
.newsletter-badge {
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.15em;
}

.btn,
.service-tab,
.location-tab,
.newsletter-submit-btn,
.workspace-booking-btn {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  letter-spacing: 0.02em;
}

.service-card p,
.city-card p {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 500;
}

main h1,
main h2,
main h3,
main h4,
main h5,
main h6,
footer h1,
footer h2,
footer h3,
footer h4,
footer h5,
footer h6 {
  color: #1a1918;
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

@media (max-width: 1199px) {

  #hero h1,
  .hero-title {
    font-size: 64px;
  }

  .section-title h2 {
    font-size: 48px;
  }

  .services-title,
  .locations-title {
    font-size: 44px;
  }
}

@media (max-width: 991px) {

  #hero h1,
  .hero-title {
    font-size: 56px;
  }

  .section-title h2 {
    font-size: 42px;
  }

  .services-title,
  .locations-title {
    font-size: 38px;
  }

  .newsletter-title {
    font-size: 36px;
  }
}

@media (max-width: 768px) {

  #hero h1,
  .hero-title {
    font-size: 48px;
  }

  .section-title h2 {
    font-size: 36px;
  }

  .services-title,
  .locations-title {
    font-size: 32px;
  }

  .newsletter-title {
    font-size: 30px;
  }

  h3 {
    font-size: 22px;
  }

  h4 {
    font-size: 18px;
  }
}

@media (max-width: 576px) {

  #hero h1,
  .hero-title {
    font-size: 40px;
  }

  .section-title h2 {
    font-size: 32px;
  }

  .services-title,
  .locations-title {
    font-size: 28px;
  }

  .newsletter-title {
    font-size: 26px;
  }

  h3 {
    font-size: 20px;
  }

  h4 {
    font-size: 17px;
  }

  p {
    font-size: 16px;
  }
}

/* ============================================================
   2. SECTION ENHANCEMENTS
   ============================================================ */
.section-badge {
  display: inline-block;
  position: relative;
}

.section-badge:hover {
  transform: scale(1.05);
  transition: transform 0.3s ease;
}

.section-badge.float-animation,
.section-badge.bounce-animation,
.section-badge.shimmer-animation,
.section-badge.scale-animation,
.section-badge.rotate-animation {
  animation: none;
}

.section-badge::before,
.section-badge.shimmer-animation::after {
  display: none;
}

@media (prefers-reduced-motion: reduce) {

  .section-badge,
  .section-badge::before,
  .section-badge::after,
  .section-badge i {
    animation: none !important;
  }
}

.book-a-service .section-title h2::after {
  display: none !important;
}

.book-a-service .section-title h2::before {
  content: '';
  position: absolute;
  bottom: -12px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 3px;
  background: linear-gradient(90deg, transparent, rgb(229, 84, 0), transparent);
  border-radius: 2px;
}

.no-line h2::after,
.no-line h2::before {
  display: none !important;
}

.no-line h2 {
  padding-bottom: 0 !important;
}

/* ============================================================
   3. BUTTON COLORS UNIFIED
   ============================================================ */
:root {
  --btn-orange-primary: rgb(229, 84, 0);
  --btn-orange-dark: rgb(204, 75, 0);
  --btn-orange-darker: rgb(178, 65, 0);
  --btn-orange-light: rgb(255, 140, 58);
}

.services-primary-btn,
.btn-primary-hero,
.pricing-cta-modern.primary,
.btn-book-table,
.btn-submit-form,
.btn-faq-cta,
.btn-view-case {
  background: linear-gradient(135deg, var(--btn-orange-primary), var(--btn-orange-dark)) !important;
  color: #ffffff !important;
  border: none !important;
}

.services-primary-btn:hover,
.btn-primary-hero:hover,
.pricing-cta-modern.primary:hover,
.btn-book-table:hover,
.btn-submit-form:hover {
  background: linear-gradient(135deg, var(--btn-orange-dark), var(--btn-orange-darker)) !important;
  box-shadow: 0 12px 35px rgba(229, 84, 0, 0.4) !important;
}

.services-secondary-btn,
.btn-secondary-hero,
.pricing-cta-modern:not(.primary) {
  background: rgba(229, 84, 0, 0.08) !important;
  color: var(--btn-orange-primary) !important;
  border: none !important;
}

.services-secondary-btn:hover,
.btn-secondary-hero:hover,
.pricing-cta-modern:not(.primary):hover {
  background: var(--btn-orange-primary) !important;
  color: #ffffff !important;
  border-color: var(--btn-orange-primary) !important;
}

.btn-faq-cta,
.btn-view-case {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 32px;
  font-size: 1rem;
  font-weight: 600;
  border-radius: 50px;
  transition: all 0.3s ease;
  text-decoration: none;
}

.btn-faq-cta:hover,
.btn-view-case:hover {
  color: #ffffff !important;
}

.btn-primary {
  --bs-btn-bg: var(--btn-orange-primary) !important;
  --bs-btn-border-color: var(--btn-orange-primary) !important;
  --bs-btn-hover-bg: var(--btn-orange-dark) !important;
  --bs-btn-hover-border-color: var(--btn-orange-dark) !important;
  --bs-btn-active-bg: var(--btn-orange-darker) !important;
  --bs-btn-active-border-color: var(--btn-orange-darker) !important;
  border: none !important;
  box-shadow: none !important;
}

.btn-outline-primary {
  --bs-btn-color: var(--btn-orange-primary) !important;
  --bs-btn-border-color: var(--btn-orange-primary) !important;
  --bs-btn-hover-bg: var(--btn-orange-primary) !important;
  --bs-btn-hover-border-color: var(--btn-orange-primary) !important;
  --bs-btn-active-bg: var(--btn-orange-dark) !important;
  --bs-btn-active-border-color: var(--btn-orange-dark) !important;
}

.index-page .btn.btn-primary,
.btn-get-started {
  background: linear-gradient(135deg, var(--btn-orange-primary), var(--btn-orange-dark)) !important;
  border: none !important;
  color: #ffffff !important;
}

.index-page .btn.btn-primary:hover,
.btn-get-started:hover {
  background: linear-gradient(135deg, var(--btn-orange-dark), var(--btn-orange-darker)) !important;
  box-shadow: 0 10px 30px rgba(229, 84, 0, 0.4) !important;
}

.index-page .btn.btn-outline,
.btn-outline {
  background: rgba(229, 84, 0, 0.08) !important;
  border: none !important;
  color: var(--btn-orange-primary) !important;
}

.index-page .btn.btn-outline:hover,
.btn-outline:hover {
  background: var(--btn-orange-primary) !important;
  color: #ffffff !important;
  border-color: var(--btn-orange-primary) !important;
}

.contact .php-email-form button[type="submit"] {
  background: linear-gradient(135deg, var(--btn-orange-primary), var(--btn-orange-dark)) !important;
  border: none !important;
  color: #ffffff !important;
}

.contact .php-email-form button[type="submit"]:hover {
  background: linear-gradient(135deg, var(--btn-orange-dark), var(--btn-orange-darker)) !important;
  box-shadow: 0 10px 30px rgba(229, 84, 0, 0.4) !important;
}

.btn-package,
.btn-package.featured-btn,
.pricing-cta-modern,
.pricing-cta-modern.primary,
.btn.btn-primary,
.btn-get-started,
.btn-primary-hero,
.services-primary-btn,
.btn-submit-form,
.btn-faq-cta,
.btn-view-case,
.btn-book-table {
  border: none !important;
  outline: none !important;
  -webkit-appearance: none;
  appearance: none;
}

.btn-package:focus,
.btn-package:focus-visible,
.btn.btn-primary:focus,
.btn.btn-primary:focus-visible,
.pricing-cta-modern:focus,
.pricing-cta-modern:focus-visible {
  outline: none !important;
  box-shadow: 0 0 0 3px rgba(229, 84, 0, 0.3) !important;
}

/* ============================================================
   4. RESPONSIVE ALIGNMENT
   ============================================================ */
@media (max-width: 991px) {

  section,
  section.section,
  section.light-background,
  .section {
    padding: 60px 0 !important;
  }

  .section-title {
    padding-bottom: 24px !important;
  }

  .section-title h2 {
    padding-bottom: 16px !important;
  }
}

@media (max-width: 767px) {

  section,
  section.section,
  section.light-background,
  .section {
    padding: 40px 0 !important;
  }

  .section-title {
    padding-bottom: 18px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .section-title h2 {
    padding-bottom: 14px !important;
  }

  .section-title p {
    margin-top: 10px !important;
  }

  .section-header {
    margin-bottom: 15px !important;
  }

  .features,
  .contact,
  .about,
  .testimonials,
  .pricing-cards-section,
  .pricing-comparison-section,
  .pricing-faq-section,
  #faq-section,
  #our-locations-section,
  #about-features-premium,
  #about-hero-premium,
  #aboutus-hero-wrapper,
  .timezone-section {
    padding: 40px 0 !important;
  }
}

@media (max-width: 575px) {

  section,
  section.section,
  section.light-background,
  .section {
    padding: 32px 0 !important;
  }

  .section-title {
    padding-bottom: 14px !important;
  }

  .features,
  .contact,
  .about,
  .testimonials,
  .pricing-cards-section,
  .pricing-comparison-section,
  .pricing-faq-section,
  #faq-section,
  #our-locations-section,
  #about-features-premium,
  #about-hero-premium,
  #aboutus-hero-wrapper,
  .timezone-section {
    padding: 32px 0 !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {

  .container,
  .container-sm,
  .container-md {
    max-width: 95% !important;
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
}

@media (max-width: 767px) {
  .container {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }

  .row {
    margin-left: -8px !important;
    margin-right: -8px !important;
  }

  .row>* {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }
}

@media (max-width: 575px) {
  .container {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  .row {
    margin-left: -6px !important;
    margin-right: -6px !important;
  }

  .row>* {
    padding-left: 6px !important;
    padding-right: 6px !important;
  }
}

body,
html {
  overflow-x: hidden;
}

/* ============================================================
   5. SCROLLBAR DESIGN
   ============================================================ */
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  background: linear-gradient(135deg, rgb(229, 84, 0), rgb(255, 140, 58));
  border-radius: 10px;
  transition: all 0.3s ease;
}

::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(135deg, rgb(204, 75, 0), rgb(229, 84, 0));
}

::-webkit-scrollbar-thumb:active {
  background: linear-gradient(135deg, rgb(178, 65, 0), rgb(204, 75, 0));
}

* {
  scrollbar-width: thin;
  scrollbar-color: rgb(229, 84, 0) #f1f1f1;
}

html {
  scroll-behavior: smooth;
}

@media (max-width: 768px) {
  ::-webkit-scrollbar {
    width: 6px;
  }
}

::-webkit-scrollbar-button {
  display: none;
}

::-webkit-scrollbar-corner {
  background: #f1f1f1;
}

/* ============================================================
   6. FAQ SECTION
   ============================================================ */
#faq-section {
  background: #f8f9fc;
  padding: 80px 0 72px;
  position: relative;
  overflow: hidden;
}

#faq-section::before {
  content: 'FAQ';
  position: absolute;
  top: 20px;
  right: -20px;
  font-size: clamp(100px, 18vw, 220px);
  font-weight: 900;
  color: transparent;
  -webkit-text-stroke: 1.5px #ececec;
  letter-spacing: 0.1em;
  pointer-events: none;
  z-index: 0;
  line-height: 1;
}

.faq-head {
  text-align: center;
  margin-bottom: 60px;
  position: relative;
  z-index: 1;
}

.faq-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #e55400;
  margin-bottom: 14px;
}

.faq-eyebrow::before,
.faq-eyebrow::after {
  content: '';
  display: block;
  width: 24px;
  height: 1.5px;
  background: #e55400;
  opacity: 0.5;
}

.faq-title {
  font-size: clamp(26px, 4vw, 40px);
  font-weight: 800;
  color: #0a0f1a;
  letter-spacing: -0.5px;
  margin: 0 0 12px;
  line-height: 1.15;
  font-family: 'Poppins', sans-serif;
}

.faq-title span {
  color: #e55400;
}

.faq-sub {
  font-size: 15px;
  color: #9ca3af;
  margin: 0;
}

.faq-cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  position: relative;
  z-index: 1;
  margin-bottom: 40px;
}

.faq-col {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.faq-item {
  background: #fff;
  border: 1.5px solid #eef0f6;
  border-radius: 14px;
  overflow: hidden;
  transition: border-color 0.2s, box-shadow 0.2s;
}

.faq-item:hover {
  border-color: rgba(229, 84, 0, 0.2);
  box-shadow: 0 4px 16px rgba(229, 84, 0, 0.06);
}

.faq-item.faq-open {
  border-color: rgba(229, 84, 0, 0.3);
  box-shadow: 0 4px 20px rgba(229, 84, 0, 0.08);
}

.faq-q {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 18px 20px;
  background: transparent;
  border: none;
  text-align: left;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  color: #111827;
  transition: color 0.18s;
  line-height: 1.45;
  font-family: 'Poppins', sans-serif;
}

.faq-q:hover {
  color: #e55400;
}

.faq-item.faq-open .faq-q {
  color: #e55400;
}

.faq-num {
  font-size: 10.5px;
  font-weight: 700;
  color: #e55400;
  opacity: 0.45;
  letter-spacing: 0.5px;
  flex-shrink: 0;
  width: 20px;
  font-family: 'Poppins', sans-serif;
}

.faq-item.faq-open .faq-num {
  opacity: 1;
}

.faq-q>span:not(.faq-num) {
  flex: 1;
}

.faq-ico {
  font-size: 18px;
  color: #d1d5db;
  flex-shrink: 0;
  transition: color 0.18s;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.faq-item.faq-open .faq-ico {
  color: #e55400;
}

.faq-a {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.32s ease, padding 0.32s ease;
  padding: 0 20px 0 52px;
}

.faq-item.faq-open .faq-a {
  max-height: 320px;
  padding: 0 20px 18px 52px;
}

.faq-a p {
  font-size: 13.5px;
  line-height: 1.75;
  color: #6b7280;
  margin: 0;
  border-top: 1px solid #f3f4f6;
  padding-top: 12px;
}

.faq-cta-bar {
  background: #fff;
  border: 1.5px solid #eef0f6;
  border-radius: 16px;
  padding: 24px 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  position: relative;
  z-index: 1;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
}

.faq-cta-text {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.faq-cta-text strong {
  font-size: 16px;
  font-weight: 700;
  color: #0a0f1a;
  font-family: 'Poppins', sans-serif;
}

.faq-cta-text span {
  font-size: 13.5px;
  color: #9ca3af;
}

.faq-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 26px;
  background: linear-gradient(135deg, #e55400, #cc4b00);
  color: #fff;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
  flex-shrink: 0;
  transition: transform 0.18s, box-shadow 0.18s;
  box-shadow: 0 4px 14px rgba(229, 84, 0, 0.3);
  border: none;
  font-family: 'Poppins', sans-serif;
}

.faq-cta-btn:hover {
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(229, 84, 0, 0.38);
}

.faq-cta-btn i {
  transition: transform 0.18s;
}

.faq-cta-btn:hover i {
  transform: translateX(3px);
}

@media (max-width: 860px) {
  .faq-cols {
    grid-template-columns: 1fr;
  }

  .faq-cta-bar {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 540px) {
  #faq-section {
    padding: 56px 0 48px;
  }

  .faq-cta-bar {
    padding: 18px 16px;
  }

  .faq-q {
    font-size: 13px;
    padding: 16px 14px;
  }

  .faq-a {
    padding: 0 14px 0 46px;
  }

  .faq-item.faq-open .faq-a {
    padding: 0 14px 14px 46px;
  }
}

/* ============================================================
   7. SERVICES PAGE (services-page.css + services-fixes.css)
   ============================================================ */
/* — Animations — */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes float {

  0%,
  100% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(-15px);
  }
}

@keyframes pulse {

  0%,
  100% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.05);
  }
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes tv2CardExit {
  to {
    opacity: 0;
    transform: translateY(-18px) scale(0.97) rotate(1deg);
  }
}

@keyframes tv2CardEnter {
  from {
    opacity: 0;
    transform: translateY(22px) scale(0.97) rotate(-1deg);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1) rotate(0deg);
  }
}

body.services-page-body {
  margin: 0;
  overflow-x: hidden;
  background: #ffffff;
}

.services-main-content {
  position: relative;
  z-index: 1;
  background: #ffffff;
}

/* Breadcrumb */
.breadcrumb-custom {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 30px;
  list-style: none;
  background: transparent;
}

.breadcrumb-custom .breadcrumb-item {
  font-size: 0.9rem;
  color: #6b7280;
}

.breadcrumb-custom .breadcrumb-item+.breadcrumb-item::before {
  content: "›";
  padding: 0 10px;
  color: var(--accent-color);
}

.breadcrumb-custom .breadcrumb-item a {
  color: var(--accent-color);
  text-decoration: none;
  transition: color 0.3s ease;
}

.breadcrumb-custom .breadcrumb-item a:hover {
  color: color-mix(in srgb, var(--accent-color), #fff 15%);
}

.breadcrumb-custom .breadcrumb-item.active {
  color: #4b5563;
}

/* Hero */
.services-hero-section {
  position: relative;
  padding: 50px 0 40px;
  background: linear-gradient(180deg, #fff5f0 0%, #ffffff 100%);
  overflow: hidden;
}

.services-hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
}

.services-hero-shape-1 {
  position: absolute;
  top: -100px;
  right: -100px;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(229, 84, 0, 0.08) 0%, transparent 70%);
  border-radius: 50%;
  animation: float 10s ease-in-out infinite;
}

.services-hero-shape-2 {
  position: absolute;
  bottom: -150px;
  left: -150px;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(229, 84, 0, 0.06) 0%, transparent 70%);
  border-radius: 50%;
  animation: float 12s ease-in-out infinite;
  animation-delay: 2s;
}

.services-hero-section .container {
  position: relative;
  z-index: 2;
}

.services-hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 28px;
  background: linear-gradient(135deg, rgba(229, 84, 0, 0.12), rgba(229, 84, 0, 0.12));
  color: var(--accent-color);
  border-radius: 50px;
  font-size: 0.9rem;
  font-weight: 700;
  margin-bottom: 25px;
  border: 2px solid rgba(229, 84, 0, 0.25);
  transition: all 0.3s ease;
}

.services-hero-content {
  max-width: 650px;
}

.services-hero-title {
  font-size: clamp(2.2rem, 5vw, 3.5rem);
  font-weight: 900;
  color: #0a0a0a;
  margin-bottom: 20px;
  line-height: 1.15;
  letter-spacing: -0.02em;
}

.services-hero-title .services-highlight {
  background: linear-gradient(135deg, var(--accent-color) 0%, color-mix(in srgb, var(--accent-color), #fff 15%) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.services-hero-subtitle {
  font-size: 1.05rem;
  color: #4b5563;
  margin-bottom: 25px;
  line-height: 1.7;
}

.services-hero-buttons {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.services-primary-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 30px;
  background: linear-gradient(135deg, var(--accent-color) 0%, color-mix(in srgb, var(--accent-color), #fff 15%) 100%);
  color: #ffffff;
  border: none;
  border-radius: 10px;
  font-weight: 700;
  font-size: 0.95rem;
  text-decoration: none;
  transition: all 0.4s ease;
  box-shadow: 0 6px 20px rgba(229, 84, 0, 0.3);
  position: relative;
  overflow: hidden;
}

.services-primary-btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
  transition: left 0.5s;
}

.services-primary-btn:hover::before {
  left: 100%;
}

.services-secondary-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 30px;
  background: #ffffff;
  color: var(--accent-color);
  border: 2px solid var(--accent-color);
  border-radius: 10px;
  font-weight: 600;
  font-size: 0.95rem;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.services-secondary-btn:hover {
  background: var(--accent-color);
  color: #ffffff;
}

/* Trust signals */
.services-trust-signals {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  align-items: center;
}

.trust-signal-item {
  display: flex;
  align-items: center;
  gap: 12px;
}

.trust-rating {
  display: flex;
  align-items: center;
  gap: 4px;
}

.trust-rating i {
  color: #FFA500;
  font-size: 1.1rem;
}

.trust-rating .rating-number {
  font-weight: 700;
  color: #0a0a0a;
  margin-left: 6px;
  font-size: 1.2rem;
}

.trust-icon {
  width: 45px;
  height: 45px;
  background: linear-gradient(135deg, var(--accent-color) 0%, color-mix(in srgb, var(--accent-color), #fff 15%) 100%);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.trust-icon i {
  color: #ffffff;
  font-size: 1.3rem;
}

.trust-text {
  font-size: 0.95rem;
  color: #4b5563;
  margin: 0;
  font-weight: 500;
}

.trust-text strong {
  color: var(--accent-color);
  font-weight: 700;
}

/* Hero visual */
.services-hero-visual {
  position: relative;
  height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.hero-main-image {
  width: 100%;
  max-width: 550px;
  height: auto;
  border-radius: 30px;
  box-shadow: 0 30px 80px rgba(229, 84, 0, 0.2);
  position: relative;
  z-index: 2;
  border: 8px solid #ffffff;
  transition: all 0.4s ease;
}

.floating-badge {
  display: none;
  visibility: hidden;
  opacity: 0;
}

.services-hero-visual::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 200px;
  height: 200px;
  background: linear-gradient(135deg, rgba(229, 84, 0, 0.15), transparent);
  border-radius: 50%;
  z-index: 1;
  animation: pulse 4s ease-in-out infinite;
}

.services-hero-visual::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 150px;
  height: 150px;
  background: linear-gradient(135deg, rgba(229, 84, 0, 0.12), transparent);
  border-radius: 50%;
  z-index: 1;
  animation: pulse 5s ease-in-out infinite;
  animation-delay: 1s;
}

/* Services overview */
.services-overview-section {
  padding: 60px 0;
  background: #fafafa;
  position: relative;
  z-index: 1;
}

.section-header {
  text-align: center;
  margin-bottom: 30px;
}

.section-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 24px;
  background: linear-gradient(135deg, rgba(229, 84, 0, 0.1), rgba(229, 84, 0, 0.1));
  color: var(--accent-color);
  border-radius: 50px;
  font-size: 0.85rem;
  font-weight: 600;
  margin-bottom: 16px;
  border: 2px solid rgba(229, 84, 0, 0.2);
}

.section-title {
  font-size: clamp(24px, 4vw, 46px);
  font-weight: 800;
  color: #0a0a0a;
  margin-bottom: 10px;
}

.section-description {
  font-size: 1.1rem;
  color: #6b7280;
  max-width: 700px;
  margin: 0 auto;
  line-height: 1.7;
}

.service-card-overview {
  background: #ffffff;
  border-radius: 16px;
  padding: 35px 25px;
  height: 100%;
  transition: all 0.4s ease;
  border: 2px solid #f0f0f0;
  text-align: center;
  display: block;
  visibility: visible;
  opacity: 1;
}

.service-card-overview:hover {
  box-shadow: 0 20px 50px rgba(229, 84, 0, 0.15);
  border-color: #ffe8e0;
}

.service-icon-box {
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, var(--accent-color) 0%, color-mix(in srgb, var(--accent-color), #fff 15%) 100%);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  transition: all 0.4s ease;
  box-shadow: 0 6px 20px rgba(229, 84, 0, 0.25);
}

.service-card-overview:hover .service-icon-box {
  transform: scale(1.1) rotate(-5deg);
}

.service-icon-box i {
  font-size: 2rem;
  color: #ffffff;
}

.service-card-overview h3 {
  font-size: 1.35rem;
  font-weight: 700;
  color: #0a0a0a;
  margin-bottom: 12px;
}

.service-card-overview p {
  font-size: 1rem;
  color: #6b7280;
  line-height: 1.7;
  margin: 0;
}

/* Why choose us */
.why-choose-section {
  padding: 60px 0;
  background: #ffffff;
  position: relative;
  z-index: 1;
}

.feature-box {
  background: linear-gradient(135deg, rgba(229, 84, 0, 0.05), rgba(229, 84, 0, 0.05));
  border-radius: 20px;
  padding: 40px 30px;
  text-align: center;
  transition: all 0.4s ease;
  border: 2px solid rgba(229, 84, 0, 0.1);
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  visibility: visible;
  opacity: 1;
}

.feature-box:hover {
  box-shadow: 0 15px 40px rgba(229, 84, 0, 0.15);
  border-color: var(--accent-color);
  background: #ffffff;
}

.feature-icon {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, var(--accent-color) 0%, color-mix(in srgb, var(--accent-color), #fff 15%) 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 25px;
  transition: all 0.4s ease;
}

.feature-box:hover .feature-icon {
  transform: scale(1.15);
}

.feature-icon i {
  font-size: 2.2rem;
  color: #ffffff;
}

.feature-box h4 {
  font-size: 1.4rem;
  font-weight: 700;
  color: #0a0a0a;
  margin: 0 0 15px 0;
}

.feature-box p {
  font-size: 1rem;
  color: #6b7280;
  line-height: 1.7;
  margin: 0;
  max-width: 450px;
}

/* Service card link */
.service-card-link {
  display: block;
  text-decoration: none;
  color: inherit;
  height: 100%;
  border-radius: 16px;
  outline-offset: 3px;
}

.service-card-link:hover,
.service-card-link:focus {
  text-decoration: none;
  color: inherit;
}

.service-card-link .service-card-overview {
  height: 100%;
  cursor: pointer;
  padding-bottom: 52px;
  position: relative;
  overflow: hidden;
}

.service-card-link .service-card-overview::after {
  content: 'Learn more →';
  font-family: inherit;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  position: absolute;
  bottom: 16px;
  left: 50%;
  transform: translateX(-50%) translateY(4px);
  color: rgb(229, 84, 0);
  background: rgba(229, 84, 0, 0.08);
  padding: 5px 16px;
  border-radius: 20px;
  opacity: 0;
  transition: opacity 0.2s ease, transform 0.2s ease;
  white-space: nowrap;
  pointer-events: none;
}

.service-card-link:hover .service-card-overview::after {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}

/* Responsive */
@media (max-width: 991px) {
  .services-hero-section {
    padding: 45px 0 35px;
  }

  .services-hero-visual {
    margin-top: 40px;
    height: auto;
  }

  .hero-main-image {
    max-width: 100%;
  }

  .section-title {
    font-size: 2rem;
  }

  .services-overview-section,
  .why-choose-section {
    padding: 50px 0;
  }
}

@media (max-width: 768px) {
  .services-hero-title {
    font-size: 1.9rem;
  }

  .services-hero-subtitle {
    font-size: 0.95rem;
  }

  .services-hero-buttons {
    flex-direction: column;
  }

  .services-primary-btn,
  .services-secondary-btn {
    width: 100%;
    justify-content: center;
    padding: 12px 25px;
    font-size: 0.9rem;
  }

  .services-trust-signals {
    flex-direction: column;
    align-items: flex-start;
  }

  .section-title {
    font-size: 1.8rem;
  }

  .hero-main-image {
    max-width: 100%;
    border-radius: 20px;
    border: 5px solid #ffffff;
  }

  .services-hero-visual {
    height: auto;
    padding: 10px;
  }

  .services-overview-section,
  .why-choose-section {
    padding: 40px 0;
  }
}

/* ============================================================
   8. TESTIMONIALS v2
   ============================================================ */
.tv2-section {
  padding: 110px 0;
  background: #f8f4f1;
  position: relative;
  overflow: hidden;
}

.tv2-blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  pointer-events: none;
  z-index: 0;
}

.tv2-blob-1 {
  width: 500px;
  height: 500px;
  background: rgba(229, 84, 0, 0.12);
  top: -150px;
  left: -150px;
}

.tv2-blob-2 {
  width: 400px;
  height: 400px;
  background: rgba(255, 140, 0, 0.1);
  bottom: -100px;
  right: -100px;
}

.tv2-blob-3 {
  width: 300px;
  height: 300px;
  background: rgba(229, 84, 0, 0.07);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.tv2-section .container {
  position: relative;
  z-index: 1;
}

.tv2-header {
  text-align: center;
  margin-bottom: 72px;
}

.tv2-label {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--accent-color);
  margin-bottom: 22px;
}

.tv2-label span {
  display: block;
  width: 28px;
  height: 2px;
  background: linear-gradient(90deg, var(--accent-color), #FF8C00);
  border-radius: 2px;
}

.tv2-title {
  font-size: clamp(2.1rem, 4.5vw, 3.4rem);
  font-weight: 900;
  color: #0d0d0d;
  line-height: 1.15;
  letter-spacing: -0.03em;
  margin-bottom: 26px;
}

.tv2-title em {
  font-style: normal;
  background: linear-gradient(135deg, var(--accent-color) 20%, #FF8C00 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.tv2-overall {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(229, 84, 0, 0.18);
  border-radius: 50px;
  padding: 11px 24px;
  box-shadow: 0 4px 24px rgba(229, 84, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.9) inset;
}

.tv2-overall-stars i {
  color: var(--accent-color);
  font-size: 0.85rem;
}

.tv2-overall-score {
  font-weight: 900;
  font-size: 1rem;
  color: #0d0d0d;
  letter-spacing: -0.02em;
}

.tv2-overall-text {
  font-size: 0.82rem;
  color: #6b7280;
}

.tv2-layout {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 64px;
  align-items: center;
}

.tv2-stack-side {
  display: flex;
  justify-content: center;
}

.tv2-stack {
  position: relative;
  width: 100%;
  max-width: 480px;
  height: 360px;
}

.tv2-stack-card {
  position: absolute;
  inset: 0;
  border-radius: 32px;
}

.tv2-stack-card--back2 {
  background: linear-gradient(135deg, rgba(255, 140, 0, 0.1), rgba(229, 84, 0, 0.06));
  transform: rotate(7deg) translateY(22px) scale(0.97);
  border: 1px solid rgba(229, 84, 0, 0.1);
}

.tv2-stack-card--back1 {
  background: linear-gradient(135deg, rgba(229, 84, 0, 0.15), rgba(229, 84, 0, 0.1));
  transform: rotate(3.5deg) translateY(11px) scale(0.985);
  border: 1px solid rgba(229, 84, 0, 0.15);
}

.tv2-stack-card--front {
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.95);
  box-shadow: 0 2px 0 rgba(255, 255, 255, 0.9) inset, 0 32px 80px rgba(229, 84, 0, 0.14), 0 8px 32px rgba(0, 0, 0, 0.07);
  padding: 34px 38px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: transform 0.45s cubic-bezier(.22, .68, 0, 1.2), box-shadow 0.4s ease;
  overflow: hidden;
}

.tv2-stack-card--front:hover {
  transform: translateY(-8px) rotate(-1.5deg);
  box-shadow: 0 2px 0 rgba(255, 255, 255, 0.9) inset, 0 48px 100px rgba(229, 84, 0, 0.18), 0 16px 48px rgba(0, 0, 0, 0.09);
}

.tv2-card-glow {
  position: absolute;
  top: -40px;
  right: -40px;
  width: 180px;
  height: 180px;
  background: radial-gradient(circle, rgba(229, 84, 0, 0.18) 0%, transparent 65%);
  border-radius: 50%;
  pointer-events: none;
  z-index: 0;
}

.tv2-card-top,
.tv2-card-quote,
.tv2-card-bottom {
  position: relative;
  z-index: 1;
}

.tv2-card-top {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 22px;
}

.tv2-card-avatar-wrap {
  position: relative;
  flex-shrink: 0;
}

.tv2-card-avatar {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  object-fit: cover;
  border: 2.5px solid var(--accent-color);
  display: block;
  box-shadow: 0 0 0 4px rgba(229, 84, 0, 0.12);
}

.tv2-card-avatar-ring {
  position: absolute;
  inset: -6px;
  border-radius: 50%;
  border: 1.5px dashed rgba(229, 84, 0, 0.4);
  animation: spin 9s linear infinite;
}

.tv2-card-identity {
  flex: 1;
}

.tv2-card-identity h4 {
  font-size: 1rem;
  font-weight: 800;
  color: #0d0d0d;
  margin: 0 0 2px;
  letter-spacing: -0.01em;
}

.tv2-card-identity p {
  font-size: 0.78rem;
  color: #a0aec0;
  margin: 0;
  font-weight: 500;
}

.tv2-card-badge {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 0.7rem;
  font-weight: 800;
  color: var(--accent-color);
  background: linear-gradient(135deg, rgba(229, 84, 0, 0.1), rgba(255, 140, 0, 0.08));
  border: 1px solid rgba(229, 84, 0, 0.22);
  border-radius: 20px;
  padding: 5px 13px;
  letter-spacing: 0.02em;
}

.tv2-card-quote {
  font-size: 1.02rem;
  color: #2d3748;
  line-height: 1.78;
  font-style: italic;
  font-weight: 400;
  margin: 0 0 22px;
  flex: 1;
  padding-left: 18px;
  border-left: 3px solid transparent;
  border-image: linear-gradient(180deg, var(--accent-color), #FF8C00) 1;
}

.tv2-card-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.tv2-card-stars i {
  color: var(--accent-color);
  font-size: 0.82rem;
}

.tv2-card-tag {
  font-size: 0.72rem;
  font-weight: 700;
  color: #fff;
  background: linear-gradient(135deg, var(--accent-color), #FF8C00);
  border-radius: 20px;
  padding: 5px 15px;
  letter-spacing: 0.04em;
  box-shadow: 0 4px 12px rgba(229, 84, 0, 0.3);
}

.tv2-card-exit {
  animation: tv2CardExit 0.28s cubic-bezier(.4, 0, 1, 1) forwards;
}

.tv2-card-enter {
  animation: tv2CardEnter 0.48s cubic-bezier(.22, .68, 0, 1.1) forwards;
}

.tv2-nav-side {
  display: flex;
  flex-direction: column;
}

.tv2-nav-list {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-bottom: 30px;
}

.tv2-nav-item {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 13px 16px 13px 22px;
  border-radius: 18px;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(.22, .68, 0, 1.1);
  border: 1px solid transparent;
  background: transparent;
  position: relative;
}

.tv2-nav-item:hover {
  background: rgba(255, 255, 255, 0.7);
  border-color: rgba(229, 84, 0, 0.1);
}

.tv2-nav-item.active {
  background: rgba(255, 255, 255, 0.95);
  border-color: rgba(229, 84, 0, 0.2);
  box-shadow: 0 8px 32px rgba(229, 84, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.9) inset;
}

.tv2-nav-avatar-wrap {
  position: relative;
  flex-shrink: 0;
}

.tv2-nav-avatar {
  width: 44px;
  height: 44px;
  border-radius: 14px;
  object-fit: cover;
  border: 2px solid #e5e7eb;
  transition: all 0.3s ease;
}

.tv2-nav-item.active .tv2-nav-avatar {
  border-color: var(--accent-color);
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(229, 84, 0, 0.2);
}

.tv2-nav-active-bar {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 3px;
  height: 0;
  background: linear-gradient(180deg, var(--accent-color), #FF8C00);
  border-radius: 0 3px 3px 0;
  transition: height 0.35s cubic-bezier(.22, .68, 0, 1.2);
}

.tv2-nav-item.active .tv2-nav-active-bar {
  height: 32px;
}

.tv2-nav-info {
  flex: 1;
  min-width: 0;
}

.tv2-nav-info strong {
  display: block;
  font-size: 0.92rem;
  font-weight: 800;
  color: #0d0d0d;
  letter-spacing: -0.01em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.tv2-nav-info span {
  font-size: 0.76rem;
  color: #a0aec0;
  font-weight: 500;
}

.tv2-nav-arrow {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: transparent;
  border: 1.5px solid #e5e7eb;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  color: #d1d5db;
  transition: all 0.3s ease;
  flex-shrink: 0;
}

.tv2-nav-item.active .tv2-nav-arrow {
  background: linear-gradient(135deg, var(--accent-color), #FF8C00);
  border-color: transparent;
  color: #fff;
  box-shadow: 0 4px 12px rgba(229, 84, 0, 0.3);
}

.tv2-progress-wrap {
  height: 2px;
  background: rgba(0, 0, 0, 0.07);
  border-radius: 2px;
  margin-bottom: 22px;
  overflow: hidden;
}

.tv2-progress-bar {
  height: 100%;
  background: linear-gradient(90deg, var(--accent-color), #FF8C00);
  border-radius: 2px;
  transition: width 0.5s cubic-bezier(.22, .68, 0, 1.1);
  width: 25%;
  box-shadow: 0 0 8px rgba(229, 84, 0, 0.5);
}

.tv2-nav-controls {
  display: flex;
  align-items: center;
  gap: 14px;
}

.tv2-ctrl-btn {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1.5px solid rgba(0, 0, 0, 0.1);
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(8px);
  color: #6b7280;
  font-size: 0.95rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s cubic-bezier(.22, .68, 0, 1.2);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

.tv2-ctrl-btn:hover,
.tv2-ctrl-btn--active {
  background: linear-gradient(135deg, var(--accent-color), #FF8C00);
  border-color: transparent;
  color: #fff;
  transform: scale(1.08);
  box-shadow: 0 6px 20px rgba(229, 84, 0, 0.35);
}

.tv2-counter {
  font-size: 0.85rem;
  font-weight: 700;
  color: #a0aec0;
  letter-spacing: 0.06em;
}

.tv2-counter span:first-child {
  color: var(--accent-color);
  font-size: 1.15rem;
  font-weight: 900;
  letter-spacing: -0.02em;
}

@media (max-width: 991px) {
  .tv2-layout {
    grid-template-columns: 1fr;
    gap: 44px;
  }

  .tv2-stack {
    max-width: 100%;
    height: 310px;
  }

  .tv2-section {
    padding: 80px 0;
  }
}

@media (max-width: 991px) and (min-width: 577px) {
  .tv2-stack {
    max-width: 520px;
    margin: 0 auto;
  }
}

@media (max-width: 576px) {
  .tv2-stack {
    height: 290px;
  }

  .tv2-stack-card--front {
    padding: 26px 24px;
  }

  .tv2-card-quote {
    font-size: 0.92rem;
  }

  .tv2-header {
    margin-bottom: 48px;
  }
}

/* ============================================================
   9. FOOTER (footer-clean.css)
   ============================================================ */
.footer {
  background: #ffffff;
  font-size: 14px;
  padding: 70px 0 0;
  position: relative;
  margin-top: 0;
  color: #4a5568;
}

.footer .footer-content .logo {
  display: inline-block;
  margin-bottom: 24px;
}

.footer-logo-img {
  height: 55px;
  width: auto;
  object-fit: contain;
  display: block;
}

.footer .footer-content p {
  font-size: 15px;
  line-height: 1.7;
  color: #6b7280;
  margin-bottom: 0;
  max-width: 350px;
}

.footer h4 {
  color: #1a252f;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 28px;
  position: relative;
  font-family: var(--heading-font);
  letter-spacing: -0.3px;
}

.footer h4::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 40px;
  height: 3px;
  background: linear-gradient(90deg, rgb(229, 84, 0), rgb(255, 107, 0));
  border-radius: 2px;
}

.footer .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer .footer-links ul li {
  padding: 0;
  margin-bottom: 14px;
  display: block;
}

.footer .footer-links ul a {
  color: #6b7280;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  font-size: 15px;
  transition: color 0.3s ease;
  font-weight: 500;
}

.footer .footer-links ul a:hover {
  color: rgb(229, 84, 0);
}

.footer .footer-contact .contact-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 24px;
}

.footer .footer-contact .contact-icon {
  width: 46px;
  height: 46px;
  background: linear-gradient(135deg, rgba(229, 84, 0, 0.1), rgba(229, 84, 0, 0.05));
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 16px;
  flex-shrink: 0;
  transition: background 0.3s ease;
  border: 1px solid rgba(229, 84, 0, 0.1);
}

.footer .footer-contact .contact-icon i {
  color: rgb(229, 84, 0);
  font-size: 18px;
}

.footer .footer-contact .contact-info p {
  margin: 0;
  color: #6b7280;
  font-size: 15px;
  line-height: 1.6;
  font-weight: 500;
}

.footer .footer-contact .contact-info a {
  color: #6b7280;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer .footer-contact .contact-info a:hover {
  color: rgb(229, 84, 0);
}

.footer .social-links {
  display: flex;
  gap: 12px;
  margin-top: 28px;
  flex-wrap: wrap;
}

.footer .social-links a {
  width: 46px;
  height: 46px;
  background: linear-gradient(135deg, rgba(229, 84, 0, 0.1), rgba(229, 84, 0, 0.05));
  color: rgb(229, 84, 0);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  transition: all 0.3s ease;
  text-decoration: none;
  border: 1px solid rgba(229, 84, 0, 0.15);
}

.footer .social-links a:hover {
  background: linear-gradient(135deg, rgb(229, 84, 0), rgb(255, 107, 0));
  color: white;
}

.footer .social-links a i {
  font-size: 18px;
}

.footer .footer-bottom {
  margin-top: 20px;
  padding: 28px 0;
  background: #f8f9fa;
  border-top: 1px solid #e5e7eb;
}

.footer .footer-bottom .copyright p {
  margin: 0;
  font-size: 14px;
  color: #6b7280;
  font-weight: 500;
}

.footer .footer-bottom .copyright .sitename {
  color: rgb(229, 84, 0);
  font-weight: 700;
}

.footer .footer-bottom .footer-bottom-links {
  text-align: right;
  margin-bottom: 0;
}

.footer .footer-bottom .footer-bottom-links a {
  color: #6b7280;
  font-size: 14px;
  margin-left: 24px;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.3s ease;
}

.footer .footer-bottom .footer-bottom-links a:hover {
  color: rgb(229, 84, 0);
}

.footer .footer-bottom .credits {
  text-align: right;
  font-size: 13px;
  color: #9ca3af;
  margin-top: 8px;
}

.footer .footer-bottom .credits a {
  color: rgb(229, 84, 0);
  text-decoration: none;
  font-weight: 600;
}

@media (max-width: 991px) {
  .footer {
    padding: 50px 0 0;
  }

  .footer .footer-bottom .copyright p,
  .footer .footer-bottom .footer-bottom-links,
  .footer .footer-bottom .credits {
    text-align: center;
  }

  .footer .footer-bottom .footer-bottom-links a {
    margin: 0 12px;
  }
}

@media (max-width: 768px) {
  .footer {
    padding: 30px 0 0;
  }

  .footer .footer-content {
    text-align: center;
    margin-bottom: 25px;
  }

  .footer .footer-content .logo {
    display: block;
    text-align: center;
  }

  .footer-logo-img {
    margin: 0 auto;
  }

  .footer .footer-content p {
    max-width: 100%;
    margin: 0 auto;
  }

  .footer .social-links {
    justify-content: center;
  }

  .footer .footer-bottom {
    margin-top: 25px;
    padding: 24px 0;
  }
}

@media (max-width: 576px) {
  .footer {
    padding: 18px 0 0;
  }

  .footer .footer-bottom {
    margin-top: 18px;
    padding: 20px 0;
  }

  .footer-logo-img {
    height: 45px;
  }
}

/* ============================================================
   10. NEWSLETTER
   ============================================================ */
.premium-newsletter-section {
  padding: 0;
  margin: 60px 0 0 0;
  display: block;
  position: relative;
  background: transparent;
}

.newsletter-wrapper {
  background: linear-gradient(135deg, #1a1f2e 0%, #2d3748 100%);
  padding: 0;
  position: relative;
  overflow: hidden;
  border-top: 3px solid rgb(229, 84, 0);
}

.newsletter-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  background: radial-gradient(ellipse at top right, rgba(229, 84, 0, 0.15), transparent 60%);
  pointer-events: none;
}

.newsletter-inner {
  display: flex;
  align-items: center;
  gap: 35px;
  padding: 40px 0;
  position: relative;
  z-index: 1;
}

.newsletter-icon {
  flex-shrink: 0;
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, rgb(229, 84, 0) 0%, rgb(204, 75, 0) 100%);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
  position: relative;
  animation: gentle-float 4s ease-in-out infinite;
}

@keyframes gentle-float {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-3px);
  }
}

.newsletter-logo {
  width: 42px;
  height: 42px;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

.newsletter-content {
  flex: 1;
  min-width: 0;
}

.newsletter-title {
  font-size: 1.6rem;
  font-weight: 800;
  color: #ffffff;
  margin: 0 0 8px 0;
  line-height: 1.3;
  letter-spacing: -0.3px;
}

.newsletter-subtitle {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.85);
  margin: 0;
  line-height: 1.5;
}

.highlight-count {
  font-weight: 800;
  color: #ffa366;
}

.newsletter-form-wrapper {
  flex-shrink: 0;
  min-width: 400px;
}

.form-group-inline {
  display: flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  border-radius: 12px;
  padding: 6px;
  border: 2px solid rgba(255, 255, 255, 0.15);
  transition: all 0.3s ease;
}

.form-group-inline:focus-within {
  background: rgba(255, 255, 255, 0.15);
  border-color: rgb(229, 84, 0);
  box-shadow: 0 0 0 2px rgba(229, 84, 0, 0.15);
}

.newsletter-input {
  flex: 1;
  border: none;
  background: transparent;
  padding: 10px 16px;
  font-size: 0.9rem;
  color: #ffffff;
  outline: none;
  font-weight: 500;
}

.newsletter-input::placeholder {
  color: rgba(255, 255, 255, 0.6);
}

.newsletter-submit-btn {
  background: linear-gradient(135deg, rgb(229, 84, 0) 0%, rgb(204, 75, 0) 100%);
  color: white;
  border: none;
  padding: 10px 20px;
  border-radius: 10px;
  font-size: 0.85rem;
  font-weight: 700;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 6px;
  transition: all 0.3s ease;
  white-space: nowrap;
}

.newsletter-submit-btn:hover {
  transform: translateY(-2px);
  background: linear-gradient(135deg, rgb(204, 75, 0) 0%, #c96545 100%);
}

.newsletter-note {
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.65);
  margin: 10px 0 0 18px;
  display: flex;
  align-items: center;
  gap: 6px;
}

@media (max-width: 991px) {
  .newsletter-inner {
    flex-direction: column;
    text-align: center;
    padding: 40px 20px;
  }

  .newsletter-form-wrapper {
    min-width: 100%;
    max-width: 500px;
  }

  .newsletter-note {
    justify-content: center;
    margin-left: 0;
  }
}

@media (max-width: 576px) {
  .form-group-inline {
    flex-direction: column;
  }

  .newsletter-input {
    width: 100%;
    text-align: center;
  }

  .newsletter-submit-btn {
    width: 100%;
    justify-content: center;
  }
}

/* ============================================================
   11. CALENDAR MODAL
   ============================================================ */
#calendarBookingModal .modal-dialog {
  max-width: 500px;
}

#calendarBookingModal .modal-content {
  border: none !important;
  border-radius: 20px !important;
  overflow: hidden;
  box-shadow: 0 32px 80px rgba(0, 0, 0, 0.22) !important;
  font-family: 'Poppins', sans-serif;
}

#calendarBookingModal .modal-header {
  background: linear-gradient(135deg, #0f1923 0%, #1a252f 60%, #1e2d3d 100%) !important;
  padding: 22px 24px 20px !important;
  border-bottom: none !important;
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}

#calendarBookingModal .modal-header::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #e55400, #ff8c42, #e55400);
  background-size: 200% 100%;
  animation: cal-shimmer 2.5s linear infinite;
}

@keyframes cal-shimmer {
  0% {
    background-position: 200% 0;
  }

  100% {
    background-position: -200% 0;
  }
}

#calendarBookingModal .modal-title {
  color: #fff !important;
  font-size: 1.1rem !important;
  font-weight: 700 !important;
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 5px !important;
  line-height: 1.3;
}

#calendarBookingModal .modal-title i {
  color: #e55400 !important;
  font-size: 1.1rem;
  flex-shrink: 0;
}

#calendarBookingModal .cal-subtitle {
  color: rgba(255, 255, 255, 0.55) !important;
  font-size: 0.8rem;
  margin: 0;
  line-height: 1.4;
}

#calendarBookingModal .btn-close {
  flex-shrink: 0;
  filter: invert(1) grayscale(1) brightness(2);
  opacity: 0.5;
  transition: opacity 0.2s;
  margin: 0;
  padding: 4px;
  align-self: flex-start;
  border: none !important;
  background: none;
}

#calendarBookingModal .btn-close:hover {
  opacity: 1;
}

.cal-trust-strip {
  display: flex;
  align-items: center;
  justify-content: space-around;
  background: #f8f9fc;
  border-bottom: 1px solid #eef0f6;
  padding: 10px 20px;
}

.cal-trust-strip span {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 0.68rem;
  font-weight: 700;
  color: #4b5563;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  white-space: nowrap;
}

.cal-trust-strip i {
  color: #e55400;
  font-size: 0.78rem;
  flex-shrink: 0;
}

.cal-trust-strip span+span {
  border-left: 1px solid #e2e8f0;
  padding-left: 14px;
  margin-left: 14px;
}

#calendarBookingModal .modal-body {
  padding: 20px 24px 8px !important;
  background: #fff;
}

#calendarBookingModal .form-control,
#calendarBookingModal .form-select {
  border: 1.5px solid #e5e7eb !important;
  border-radius: 10px !important;
  font-size: 0.875rem !important;
  padding: 10px 13px !important;
  color: #111827 !important;
  background: #fafbfd !important;
  transition: border-color 0.18s, box-shadow 0.18s;
  font-family: 'Poppins', sans-serif;
}

#calendarBookingModal .form-control:focus,
#calendarBookingModal .form-select:focus {
  border-color: #e55400 !important;
  box-shadow: 0 0 0 3px rgba(229, 84, 0, 0.1) !important;
  background: #fff !important;
  outline: none !important;
}

#calendarBookingModal .modal-footer {
  background: #fff !important;
  padding: 12px 24px 20px !important;
  border-top: 1px solid #f0f1f7 !important;
  gap: 10px;
  display: flex;
}

#calendarBookingModal .btn-cal-primary,
#calendarBookingModal .btn.btn-cal-primary {
  background: linear-gradient(135deg, #e55400 0%, #cc4b00 100%) !important;
  border: none !important;
  color: #fff !important;
  border-radius: 10px !important;
  font-size: 0.875rem !important;
  font-weight: 700 !important;
  padding: 10px 20px !important;
  flex: 1;
  display: flex !important;
  align-items: center;
  justify-content: center;
  gap: 7px;
  transition: transform 0.18s, box-shadow 0.18s;
  box-shadow: 0 4px 16px rgba(229, 84, 0, 0.32) !important;
  font-family: 'Poppins', sans-serif;
  cursor: pointer;
}

#calendarBookingModal .btn-cal-primary:hover:not(:disabled) {
  transform: translateY(-1px);
  box-shadow: 0 8px 24px rgba(229, 84, 0, 0.42) !important;
}

.cal-inline-link {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: #e55400;
  font-weight: 600;
  font-size: 0.875rem;
  text-decoration: none;
  border-bottom: 1.5px dashed rgba(229, 84, 0, 0.35);
  padding-bottom: 1px;
  transition: color 0.18s, border-color 0.18s;
}

.cal-inline-link:hover {
  color: #c44a00;
  border-color: #c44a00;
}

@media (max-width: 576px) {
  #calendarBookingModal .modal-dialog {
    margin: 10px;
  }

  #calendarBookingModal .modal-header,
  #calendarBookingModal .modal-body,
  #calendarBookingModal .modal-footer {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  #calendarBookingModal .modal-footer {
    flex-direction: column;
  }
}

/* ============================================================
   12. CONTACT FORM SECTION (inline styles extracted)
   ============================================================ */
.services-audit-banner {
  background: linear-gradient(135deg, #1e293b, #0f172a);
  border-radius: 16px;
  padding: 28px;
  color: #fff;
  position: relative;
  overflow: hidden;
}

.services-audit-banner__blob-tr {
  position: absolute;
  top: -30px;
  right: -30px;
  width: 120px;
  height: 120px;
  background: rgba(229, 84, 0, .15);
  border-radius: 50%;
}

.services-audit-banner__blob-bl {
  position: absolute;
  bottom: -20px;
  left: -20px;
  width: 80px;
  height: 80px;
  background: rgba(229, 84, 0, .1);
  border-radius: 50%;
}

.services-audit-banner__icon-wrap {
  width: 44px;
  height: 44px;
  background: linear-gradient(135deg, #e55400, #ff8c00);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.services-audit-banner__icon-wrap i {
  font-size: 1.2rem;
  color: #fff;
}

.services-audit-banner__title {
  font-weight: 700;
  color: #fff;
  margin-bottom: 0;
}

.services-audit-banner__body {
  color: #94a3b8;
  font-size: .9rem;
  position: relative;
}

.services-audit-banner__check {
  font-size: .82rem;
  color: #cbd5e1;
}

.services-audit-banner__check i {
  color: #e55400;
}

.services-audit-banner__old-price {
  color: #64748b;
  text-decoration: line-through;
  font-size: .85rem;
}

.services-audit-banner__price {
  font-size: 1.6rem;
  color: #fff;
  font-weight: 700;
}

.services-audit-banner__cta {
  background: linear-gradient(135deg, #e55400, #cc4b00);
  color: #fff;
  border: none;
  font-size: .9rem;
  padding: 8px 20px;
  border-radius: 10px;
  font-weight: 700;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: opacity .2s;
}

.services-audit-banner__cta:hover {
  opacity: .9;
  color: #fff;
}

.services-audit-banner__badge {
  background: rgba(229, 84, 0, .3);
  color: #ff8c00;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .5px;
  padding: 3px 8px;
  border-radius: 4px;
  display: inline-block;
  margin-bottom: 4px;
}


/* ============================================================
   DYNAMIC SERVICES GRID (services.php — DB-driven)
   ============================================================ */
:root {
  --svc-orange: rgb(229, 84, 0);
  --svc-orange-dark: rgb(204, 75, 0);
  --svc-orange-light: rgba(229, 84, 0, .08);
}

/* Category filter tabs */
.svc-cat-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 32px;
}

.svc-cat-tab {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 9px 18px;
  border-radius: 50px;
  border: 1.5px solid #e5e7eb;
  background: #fff;
  font-size: .85rem;
  font-weight: 600;
  color: #374151;
  cursor: pointer;
  transition: all .18s;
  white-space: nowrap;
  font-family: 'Poppins', sans-serif;
}

.svc-cat-tab i {
  font-size: .9rem;
}

.svc-cat-tab:hover {
  border-color: var(--svc-orange);
  color: var(--svc-orange);
  background: var(--svc-orange-light);
}

.svc-cat-tab.is-active {
  background: var(--svc-orange);
  border-color: var(--svc-orange);
  color: #fff;
}

/* ── Services card grid ── */
.svc-dynamic-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 20px;
}

/* Individual card wrapper */
.svc-card-wrap {
  display: contents;
}

/* Card */
.svc-dynamic-card {
  display: flex;
  flex-direction: column;
  gap: 0;
  padding: 0;
  background: #fff;
  border: 1.5px solid #eef0f4;
  border-radius: 20px;
  text-decoration: none;
  color: inherit;
  transition: border-color .22s, box-shadow .22s, transform .22s;
  position: relative;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, .04);
}

/* Gradient top accent */
.svc-dynamic-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--svc-orange), rgb(255, 160, 30));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .28s cubic-bezier(.4, 0, .2, 1);
  z-index: 1;
}

/* Subtle inner glow on hover */
.svc-dynamic-card::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 20px;
  background: radial-gradient(ellipse at 50% 0%, rgba(229, 84, 0, .06) 0%, transparent 70%);
  opacity: 0;
  transition: opacity .28s;
  pointer-events: none;
}

.svc-dynamic-card:hover {
  border-color: rgba(229, 84, 0, .28);
  box-shadow: 0 12px 36px rgba(229, 84, 0, .13), 0 2px 8px rgba(0, 0, 0, .04);
  transform: translateY(-4px);
}

.svc-dynamic-card:hover::before {
  transform: scaleX(1);
}

.svc-dynamic-card:hover::after {
  opacity: 1;
}

/* Card inner padding wrapper */
.svc-dynamic-card>.svc-dynamic-icon,
.svc-dynamic-card>.svc-dynamic-body,
.svc-dynamic-card>.svc-dynamic-arrow {
  position: relative;
  z-index: 2;
}

/* Icon area */
.svc-dynamic-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 14px;
  background: var(--svc-orange-light);
  flex-shrink: 0;
  margin: 24px 24px 0;
  transition: background .2s, transform .2s;
}

.svc-dynamic-card:hover .svc-dynamic-icon {
  background: rgba(229, 84, 0, .18);
  transform: scale(1.1) rotate(-4deg);
}

.svc-dynamic-icon i {
  font-size: 1.4rem;
  color: var(--svc-orange);
}

/* Body */
.svc-dynamic-body {
  flex: 1;
  min-width: 0;
  padding: 14px 24px 0;
}

.svc-dynamic-title {
  font-size: 1rem;
  font-weight: 700;
  color: #111827;
  margin: 0 0 8px;
  line-height: 1.35;
}

.svc-dynamic-desc {
  font-size: .84rem;
  color: #6b7280;
  line-height: 1.65;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* Arrow footer */
.svc-dynamic-arrow {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin: 16px 24px 22px;
  font-size: .8rem;
  font-weight: 700;
  color: var(--svc-orange);
  opacity: .7;
  transition: opacity .18s, gap .18s;
}

.svc-dynamic-card:hover .svc-dynamic-arrow {
  opacity: 1;
  gap: 10px;
}

.svc-dynamic-arrow i {
  font-size: .85rem;
  color: var(--svc-orange);
  transition: transform .18s;
}

.svc-dynamic-card:hover .svc-dynamic-arrow i {
  transform: translateX(3px);
}

/* Category section heading */
.svc-cat-heading {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 40px 0 18px;
  padding-bottom: 14px;
  border-bottom: 2px solid #f0f2f5;
}

.svc-cat-heading-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: rgba(229, 84, 0, .1);
  flex-shrink: 0;
}

.svc-cat-heading-icon i {
  font-size: 1.1rem;
  color: rgb(229, 84, 0);
}

.svc-cat-heading-title {
  font-size: 1.2rem;
  font-weight: 800;
  color: #111827;
  margin: 0;
}

.svc-cat-heading-count {
  font-size: .78rem;
  font-weight: 600;
  color: #9ca3af;
  margin-left: auto;
}

/* Responsive */
@media (max-width: 991px) {
  .svc-dynamic-grid {
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 16px;
  }
}

@media (max-width: 576px) {
  .svc-dynamic-grid {
    grid-template-columns: 1fr 1fr;
    gap: 12px;
  }

  .svc-dynamic-icon {
    width: 44px;
    height: 44px;
    margin: 18px 18px 0;
  }

  .svc-dynamic-body {
    padding: 10px 18px 0;
  }

  .svc-dynamic-arrow {
    margin: 12px 18px 18px;
  }

  .svc-cat-tabs {
    gap: 6px;
  }

  .svc-cat-tab {
    font-size: .78rem;
    padding: 7px 14px;
  }
}