@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,600;0,700;1,400;1,600&display=swap");

:root {
  --pxn-ff-premium: "Outfit", sans-serif;
  --arch-deep: #0c1a30;
  --arch-terracotta: #944528;
  --arch-slate: #2c3e50;
  --arch-gold: #c5a059;
  --arch-white: #ffffff;
  --arch-off-white: #f8f9fa;
  --glass-bg: #ffffffcc;
  --glass-border: #ffffff33;

  /* Aliases for consistency */
  --chakra-gold: var(--arch-gold);
  --chakra-deep: var(--arch-deep);
  --chakra-terracotta: var(--arch-terracotta);
}

::selection {
  background-color: var(--arch-terracotta);
  color: #ffffff;
}

img {
  -webkit-user-drag: none;
}

/* Global Typography Override */
body,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--pxn-ff-premium) !important;
}

/* Premium Header - Glassmorphism */
.pxn-header.header-sticky.sticky,
.pxn-header.header-sticky.sticky .pxn_header_main {
  background: rgba(12, 26, 48, 0.95) !important;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.pxn-header.header-sticky.sticky .pxn_site_logo img {
  filter: brightness(0) invert(1) !important;
}

.pxn_main_navigation ul li a {
  font-weight: 500;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  font-size: 14px;
}

.header-sticky.sticky,
.header-sticky.sticky .pxn_header_main {
  background: #0c1a30 !important;
  backdrop-filter: blur(20px) !important;
  -webkit-backdrop-filter: blur(20px) !important;
}

.header-sticky.sticky .pxn_main_navigation ul li a {
  color: #ffffff !important;
}

.header-sticky.sticky .pxn_socials_2 li a {
  color: rgba(255, 255, 255, 0.8) !important;
}

.header-sticky.sticky .pxn_header_btn {
  background: #ffffff !important;
}

.header-sticky.sticky .pxn_header_btn .btn_text,
.header-sticky.sticky .pxn_header_btn .btn_icon i {
  color: #0c1a30 !important;
}

.header-sticky.sticky .pxn_offcanvas_toggle i {
  color: #ffffff !important;
}

.header-sticky.sticky .pxn_offcanvas_toggle {
  background: transparent !important;
  border: none !important;
}

.header-sticky.sticky .pxn_site_logo img {
  filter: brightness(0) invert(1) !important;
}


/* Transparent top navbar */
.pxn-header-1.header-absolute {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background: transparent !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.pxn-header-1.header-absolute .pxn_header_main {
  background: transparent !important;
}

.pxn-header-1.header-absolute .pxn_header_top {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.pxn_topbar_info .info_text,
.pxn_topbar_info a,
.pxn_topbar_info i {
  color: rgba(255, 255, 255, 0.8) !important;
}

/* Force white nav links on transparent hero header */
.pxn-header-1.header-absolute .pxn_main_navigation ul li a {
  color: #ffffff !important;
}

.pxn-header-1.header-absolute .pxn_main_navigation ul li a:hover,
.pxn-header-1.header-absolute .pxn_main_navigation ul li a.active {
  color: var(--arch-gold) !important;
}

.pxn-header-1.header-absolute .pxn_main_navigation ul li a::after {
  background: var(--arch-gold) !important;
}

.pxn-header-1.header-absolute .pxn_header_main {
  background: transparent !important;
}

.pxn-header-1.header-absolute .pxn_site_logo {
  background: transparent !important;
}

.pxn-header-1.header-absolute .pxn_site_logo img {
  filter: brightness(0) invert(1) !important;
  display: block;
}

.pxn-header-1.header-absolute .pxn_socials_2 li a {
  color: rgba(255, 255, 255, 0.8) !important;
}

.pxn_header_top {
  background: var(--arch-terracotta) !important;
}

header.pxn-header-1.header-absolute .pxn_header_main_wrap {
  background-color: transparent !important;
}

/* Fix for white header showing up on top */
header.pxn-header-1.header-absolute {
  background-color: transparent !important;
  position: absolute !important;
}

header.pxn-header-1.header-absolute .pxn_header_main {
  background-color: transparent !important;
}

/* White mobile toggle on transparent header */
.pxn-header-1.header-absolute .pxn_offcanvas_toggle {
  background: rgba(255, 255, 255, 0.1) !important;
  border: 1px solid rgba(255, 255, 255, 0.2) !important;
}

.pxn-header-1.header-absolute .pxn_offcanvas_toggle i {
  color: #ffffff !important;
}

/* =============================================
   HAVONA-STYLE HERO SECTION
   ============================================= */

/* Hero Container - Full Screen */
.havona-hero {
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 700px;
  overflow: hidden;
  display: flex;
  align-items: center;
  background: #0a1628;
}

/* Video Background */
.havona-hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.havona-hero-bg #hero-videobg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

/* Dark gradient overlay — heavier at bottom for text readability */
.havona-hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background:
    linear-gradient(180deg, #0a1628fa 0%, #0a162896 40%, #0a1628e8 70%, #0a1628e8 100%);
  z-index: 1;
}

/* Content Wrapper — vertically centered via hero flex */
.havona-hero-content-wrap {
  position: relative;
  z-index: 5;
  width: 100%;
  padding: 0 20px;
}

/* Content — left-aligned */
.havona-hero-content {
  max-width: 850px;
  text-align: center;
  margin: 0 auto;
}

/* Tagline (italic, serif, tracked) */
.havona-tagline {
  font-family: 'Cormorant Garamond', 'Georgia', serif;
  font-style: italic;
  font-weight: 400;
  font-size: 22px;
  color: rgba(255, 255, 255, 0.75);
  letter-spacing: 6px;
  text-transform: uppercase;
  margin-bottom: 18px;
}

/* Main Heading — very large, serif, uppercase, italic first line */
.havona-heading {
  font-family: 'Cormorant Garamond', 'Georgia', serif;
  font-style: italic;
  font-weight: 400;
  font-size: clamp(42px, 6vw, 70px);
  line-height: 1.1;
  color: #ffffff;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 28px;
}

/* Bold line — non-italic, heavier weight */
.havona-heading-bold {
  font-style: normal;
  font-weight: 800;
  display: block;
  margin-top: 6px;
  letter-spacing: 2px;
}

/* Subtitle / description */
.havona-subtext {
  font-family: var(--pxn-ff-premium);
  font-size: 17px;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.7;
  margin-bottom: 45px;
  font-weight: 300;
}

.havona-subtext strong {
  color: #ffffff;
  font-weight: 600;
  font-size: 19px;
}

/* CTA Buttons Group */
.havona-cta-group {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
  justify-content: center;
}

/* Shared CTA base */
.havona-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 16px 34px;
  font-family: var(--pxn-ff-premium);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 50px;
  transition: all 0.45s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
  white-space: nowrap;
}

/* Outline CTA (like "PLAN YOUR PROJECT") */
.havona-cta-outline {
  background: transparent;
  border: 1.5px solid rgba(255, 255, 255, 0.55);
  color: #ffffff;
}

.havona-cta-outline:hover {
  background: #ffffff;
  border-color: #ffffff;
  color: var(--arch-deep);
  box-shadow: 0 8px 30px rgba(255, 255, 255, 0.15);
  transform: translateY(-2px);
}

/* Filled CTA (like "VIEW PROJECTS") */
.havona-cta-filled {
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1.5px solid rgba(255, 255, 255, 0.25);
  color: #ffffff;
}

.havona-cta-filled:hover {
  background: rgba(255, 255, 255, 0.25);
  border-color: rgba(255, 255, 255, 0.5);
  transform: translateY(-2px);
  box-shadow: 0 8px 30px rgba(255, 255, 255, 0.1);
}

.havona-cta-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.18);
  font-size: 13px;
}

/* Scroll Indicator at bottom center */
.havona-scroll-down {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  text-align: center;
}

.havona-chevrons {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
}

.havona-chevrons i {
  font-size: 20px;
  color: rgba(255, 255, 255, 0.5);
  animation: havona-bounce 2s infinite;
  line-height: 1;
}

.havona-chevrons i:nth-child(2) {
  animation-delay: 0.25s;
  margin-top: -8px;
}

@keyframes havona-bounce {

  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
    opacity: 0.5;
  }

  40% {
    transform: translateY(8px);
    opacity: 1;
  }

  60% {
    transform: translateY(4px);
    opacity: 0.7;
  }
}

/* ---- Responsive Hero ---- */
@media (max-width: 991px) {
  .havona-hero {
    min-height: 600px;
  }

  .havona-tagline {
    font-size: 16px;
    letter-spacing: 4px;
  }

  .havona-heading {
    font-size: 38px;
  }

  .havona-subtext {
    font-size: 15px;
  }

  .havona-subtext strong {
    font-size: 16px;
  }

  .havona-cta {
    padding: 14px 26px;
    font-size: 11px;
    letter-spacing: 2px;
  }
}

@media (max-width: 575px) {
  .havona-hero {
    min-height: 100svh;
  }

  .havona-tagline {
    font-size: 13px;
    letter-spacing: 3px;
  }

  .havona-heading {
    font-size: 30px;
  }

  .havona-cta-group {
    flex-direction: column;
    gap: 12px;
  }

  .havona-cta {
    width: 100%;
  }

  .havona-scroll-down {
    bottom: 25px;
  }
}

/* Outline button reuse (for other sections) */
.pxn_header_btn.btn_outline {
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.pxn_header_btn.btn_outline:hover {
  background: rgba(255, 255, 255, 0.2);
}

/* Product Card Lux */
.pxn_product_card_lux {
  background: #fff;
  border-radius: 0;
  overflow: hidden;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  border: 1px solid #eee;
  height: 100%;
  position: relative;
  z-index: 1;
}

.pxn_product_card_lux::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--arch-deep);
  transform: translateY(100%);
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: -1;
}

.pxn_product_card_lux:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.pxn_product_card_lux:hover::before {
  transform: translateY(0);
}

.pxn_product_card_lux:hover .pxn_card_title,
.pxn_product_card_lux:hover .pxn_card_desc,
.pxn_product_card_lux:hover .pxn_card_no {
  color: #fff !important;
}

.pxn_card_img {
  height: 300px;
  overflow: hidden;
  position: relative;
}

.pxn_card_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s ease;
}

.pxn_product_card_lux:hover .pxn_card_img img {
  transform: scale(1.1);
}

.pxn_card_badge {
  position: absolute;
  top: 20px;
  right: 20px;
  background: var(--arch-terracotta);
  color: #fff;
  padding: 5px 15px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
}

.pxn_card_info {
  padding: 40px;
}

.pxn_card_no {
  font-size: 40px;
  font-weight: 800;
  color: #f0f0f0;
  line-height: 1;
  margin-bottom: 15px;
  transition: color 0.4s ease;
}

.pxn_card_title {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 15px;
  transition: color 0.4s ease;
}

.pxn_card_desc {
  font-size: 15px;
  line-height: 1.7;
  margin-bottom: 25px;
  transition: color 0.4s ease;
}

/* Elite Section Styles */
.section_padding_arch {
  padding: 140px 0;
}

.sec_sub {
  color: var(--arch-terracotta);
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 14px;
  margin-bottom: 15px;
  display: block;
}

.sec_title {
  font-size: 55px;
  font-weight: 800;
  line-height: 1.2;
  color: var(--arch-deep);
}

@media (max-width: 767px) {
  .sec_title {
    font-size: 36px;
  }
}

/* Unique Contact Panel Override */
.pxn_contact_brand_panel {
  position: relative;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  padding: 80px 60px !important;
  z-index: 1;
  overflow: hidden;
}

.pxn_panel_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg,
      rgba(12, 26, 48, 0.95) 0%,
      rgba(12, 26, 48, 0.85) 100%);
  z-index: 1;
}

.feature_item_lux.highlight {
  background: rgba(255, 255, 255, 0.03);
  padding: 25px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.feature_item_lux.highlight:hover {
  background: rgba(255, 255, 255, 0.07);
  border-color: var(--arch-terracotta);
  transform: translateX(10px) translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.feature_item_lux {
  display: flex;
  gap: 20px;
  margin-bottom: 25px;
  position: relative;
  z-index: 2;
}

.feature_item_lux .icon_wrap {
  width: 50px;
  height: 50px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: var(--arch-terracotta);
  flex-shrink: 0;
}

.feature_item_lux h6 {
  color: #fff !important;
  margin-bottom: 5px;
  font-size: 18px;
}

.feature_item_lux p {
  color: rgba(255, 255, 255, 0.6) !important;
  font-size: 14px;
  margin: 0;
}

/* Smooth Scroll Scrollbar */
::-webkit-scrollbar {
  width: 6px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Why Choose Us - Unique Architectural Design */
.pxn-h1-why-choose-section {
  position: relative;
  padding: 140px 0;
  overflow: hidden;
  z-index: 1;
  background-attachment: fixed !important;
  /* Parallax effect for unique feel */
}

/* Hard Dark Overlay */
.pxn-h1-why-choose-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(6, 14, 26, 0.92);
  /* Darker, clearly visible overlay */
  z-index: -1;
}

/* Subtle Architectural Grid Pattern */
.pxn-h1-why-choose-section::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image:
    linear-gradient(rgba(235, 93, 30, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(235, 93, 30, 0.05) 1px, transparent 1px);
  background-size: 80px 80px;
  z-index: -1;
}

.pxn-h1_why_choose_wrapper {
  position: relative;
  z-index: 10;
}

.pxn-h1_why_choose_wrapper .section_heading {
  text-align: left;
  margin-bottom: 80px;
  border-left: 4px solid var(--arch-terracotta);
  padding-left: 30px;
}

.pxn-h1_why_choose_wrapper .section_heading .sec_sub {
  color: var(--arch-terracotta);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 4px;
  font-size: 14px;
  margin-bottom: 15px;
  display: block;
}

.pxn-h1_why_choose_wrapper .section_heading .sec_title {
  color: #ffffff !important;
  font-size: 52px !important;
  font-weight: 900 !important;
  line-height: 1.1;
  max-width: 700px;
}

.pxn-h1_why_choose_wrapper .section_heading .sec_desc {
  color: rgba(255, 255, 255, 0.6) !important;
  font-size: 18px !important;
  line-height: 1.8;
  max-width: 600px;
  margin-top: 20px;
}

/* Split Architectural Design - Refined Merge */
.why_choose_features {
  display: grid !important;
  grid-template-columns: 1fr 1.5fr 1fr !important;
  /* Larger central focal point */
  align-items: center !important;
  gap: 20px !important;
  position: relative;
}

.pxn-h1_why_choose_wrapper .feature_bg_img {
  position: relative;
  z-index: 5;
  background: none;
  border: none;
  padding: 0;
  display: flex;
  justify-content: center;
}

.pxn-h1_why_choose_wrapper .feature_bg_img img {
  width: 100%;
  /* Slightly larger for impact */
  filter: drop-shadow(0 20px 50px rgba(0, 0, 0, 0.8));
  mask-image: linear-gradient(to bottom, black 70%, transparent 100%);
  -webkit-mask-image: linear-gradient(to bottom, black 70%, transparent 100%);
  mask-size: cover;
  -webkit-mask-size: cover;
}

.pxn-h1_why_choose_wrapper .feature_bg_img::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  height: 80%;
  background: radial-gradient(circle,
      rgba(235, 93, 30, 0.15) 0%,
      transparent 70%);
  z-index: -1;
}

/* Sleek Feature Cards */
.pxn-h1_feature_box {
  background: rgba(255, 255, 255, 0.03) !important;
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
  backdrop-filter: blur(20px);
  padding: 30px !important;
  position: relative !important;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  bottom: auto !important;
  transform: none !important;
  transition: all 0.5s cubic-bezier(0.2, 1, 0.3, 1);
}

.pxn-h1_feature_box:hover {
  background: rgba(255, 255, 255, 0.05) !important;
  border-color: var(--arch-terracotta) !important;
  transform: translateY(-8px) scale(1.02) !important;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
}

.pxn-h1_feature_box .feature_icon {
  width: 60px !important;
  height: 60px !important;
  min-width: 60px;
  border-radius: 12px !important;
  background: linear-gradient(135deg,
      var(--arch-terracotta),
      #ff8a5c) !important;
  color: #fff !important;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px !important;
  margin-bottom: 20px;
}

.pxn-h1_feature_box .feature_icon i {
  transition: transform 0.4s ease;
}

.pxn-h1_feature_box:hover .feature_icon i {
  transform: rotateY(180deg) scale(1.2);
}

.pxn-h1_feature_box .feature_icon i {
  display: block;
  line-height: 1;
}

.pxn-h1_feature_box .feature_title {
  font-size: 21px !important;
  font-weight: 700 !important;
  letter-spacing: -0.5px;
  color: #ffffff !important;
  margin-bottom: 12px !important;
}

.pxn-h1_feature_box .feature_desc {
  font-size: 15px !important;
  line-height: 1.8 !important;
  color: rgba(255, 255, 255, 0.45) !important;
}

/* Premium Transformation Showcase Enhancements */
#comparison-slider {
  box-shadow: 0 40px 100px -20px rgba(0, 0, 0, 0.4);
}

#slider-handle {
  transition: width 0.3s ease, height 0.3s ease;
}

#comparison-slider:hover #slider-handle .w-12 {
  width: 60px;
  height: 60px;
  background: #ffffff;
  box-shadow: 0 0 30px rgba(255, 255, 255, 0.4), 0 10px 40px rgba(0, 0, 0, 0.3);
}

/* Custom Range Input Styling */
#transform-slider::-webkit-slider-thumb {
  width: 2px;
  height: 100%;
  cursor: ew-resize;
}

#transform-slider::-moz-range-thumb {
  width: 2px;
  height: 100%;
  cursor: ew-resize;
}

.category-filter-btn {
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}

.category-filter-btn.active {
  background: #0c1a30;
  color: white;
  border-color: #0c1a30;
  box-shadow: 0 10px 25px rgba(12, 26, 48, 0.2);
}

/* Decorative Accents */
.sh-accent-line {
  width: 60px;
  height: 2px;
  background: #944528;
  margin: 20px auto;
}

/* Slide Labels Animation */
.slider-label {
  transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0.3s ease;
}

#comparison-slider:hover .slider-label {
  transform: translateY(-5px);
}

#label-before {
  background: rgba(0, 0, 0, 0.4) !important;
}

#label-after {
  background: rgba(148, 69, 40, 0.7) !important;
}

/* Previews Enhancement */
#preview-left-img,
#preview-right-img {
  filter: grayscale(80%) brightness(0.6);
  transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

.lg\:block:hover #preview-left-img,
.lg\:block:hover #preview-right-img {
  filter: grayscale(0%) brightness(1);
  transform: scale(1.1);
}

/* Hide scrollbar for Chrome, Safari and Opera */
.hide-scrollbar::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.hide-scrollbar {
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}

@media screen and (max-width: 768px) {
  .pxn-h1_why_choose_wrapper .section_heading .sec_title {
    font-size: 36px !important;
  }

  .why_choose_features {
    grid-template-columns: 1fr !important;
    padding: 0 20px;
  }
}

::-webkit-scrollbar-thumb {
  background: var(--arch-deep);
}

::-webkit-scrollbar-thumb:hover {
  background: var(--arch-terracotta);
}

/* Premium Form Styles */
.pxn_lux_form .lux_input_group {
  margin-bottom: 5px;
}

.pxn_lux_form label {
  font-size: 11px;
  letter-spacing: 2px;
  font-weight: 700;
  color: var(--arch-terracotta);
  margin-bottom: 0;
}

.pxn_lux_form input,
.pxn_lux_form textarea,
.pxn_lux_form .nice-select {
  background: #ffffff;
  border: 1px solid #ddd;
  /* Clearly visible on white */
  border-radius: 4px;
  color: var(--arch-deep);
  padding: 15px 20px;
  transition: all 0.3s ease;
}

.pxn_lux_form input::placeholder,
.pxn_lux_form textarea::placeholder {
  color: #999;
}

.pxn_lux_form input:focus,
.pxn_lux_form textarea:focus {
  border-color: var(--arch-terracotta);
  background: rgba(255, 255, 255, 0.05);
  box-shadow: 0 0 15px rgba(148, 69, 40, 0.2);
  outline: none;
}

.lux_form_btn {
  width: 100%;
  background: var(--arch-terracotta);
  color: #fff;
  border: 1px solid var(--arch-terracotta);
  padding: 22px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.lux_form_btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg,
      transparent,
      rgba(255, 255, 255, 0.2),
      transparent);
  transition: 0.5s;
  z-index: -1;
}

.lux_form_btn:hover::before {
  left: 100%;
}

.lux_form_btn:hover {
  background: transparent;
  color: var(--arch-terracotta);
  box-shadow: 0 15px 30px rgba(148, 69, 40, 0.3);
}

.lux_form_btn i {
  transition: transform 0.4s ease;
}

.lux_form_btn:hover i {
  transform: translateX(10px);
}

/* Premium Footer */
.pxn_footer_unique_lux {
  background: #060e1a;
  padding-top: 100px;
  color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.footer_main_content {
  padding-bottom: 80px;
}

.office_title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 40px;
  color: #fff;
  position: relative;
  padding-bottom: 15px;
}

.office_title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 30px;
  height: 2px;
  background: var(--arch-terracotta);
}

.footer_links_list {
  list-style: none;
  padding: 0;
}

.footer_links_list li {
  margin-bottom: 15px;
}

.footer_links_list li a {
  color: rgba(255, 255, 255, 0.6);
  font-size: 15px;
  transition: all 0.3s ease;
}

.footer_links_list li a:hover {
  color: var(--arch-terracotta);
  padding-left: 10px;
}

.office_info .info_item {
  display: flex;
  gap: 15px;
  margin-bottom: 25px;
}

.office_info .info_item i {
  color: var(--arch-terracotta);
  font-size: 18px;
  margin-top: 5px;
}

.office_info .info_item p {
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.8;
}

.footer_social_lux {
  display: flex;
  gap: 15px;
  margin-top: 30px;
}

.footer_social_lux a {
  width: 45px;
  height: 45px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 50%;
  transition: all 0.3s ease;
}

.footer_social_lux a:hover {
  background: var(--arch-terracotta);
  border-color: var(--arch-terracotta);
  transform: translateY(-5px);
}

.footer_bottom_lux {
  background: #030810;
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.bottom_content_lux p {
  margin: 0;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.4);
  text-align: center;
}

.bottom_content_lux a {
  color: var(--arch-terracotta);
}

/* BACK TO TOP REFINEMENT */
/* Minimalist Premium Hotline - Focus on Number */
.contact_direct_hotline {
  margin-top: 40px;
}

.hotline_box {
  display: flex;
  align-items: center;
  gap: 25px;
  background: transparent !important;
  padding: 15px 0;
  border: none;
  box-shadow: none;
  transition: all 0.4s ease;
  position: relative;
  text-decoration: none !important;
  /* Ensure no underline */
}

.hotline_box::before {
  display: none;
  /* Removed the accent bar for minimalist look */
}

.hotline_box .icon_holder {
  width: 60px;
  height: 60px;
  background: transparent;
  border: 2px solid var(--arch-terracotta);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  color: var(--arch-terracotta) !important;
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.hotline_box .icon_holder i {
  color: var(--arch-terracotta) !important;
  /* Force visibility */
}

.hotline_box:hover .icon_holder {
  background: var(--arch-terracotta);
  border-color: var(--arch-terracotta);
  transform: scale(1.1) rotate(-15deg);
}

.hotline_box:hover .icon_holder i {
  color: #ffffff !important;
}

.hotline_info span {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #666;
  /* Lightened for right-side context */
  margin-bottom: 5px;
}

.hotline_info h5 {
  font-size: 44px;
  /* Slightly larger for impact */
  font-weight: 900;
  color: var(--arch-terracotta) !important;
  /* Force high-contrast highlight */
  margin: 0;
  letter-spacing: 1px;
  line-height: 1;
  transition: all 0.3s ease;
}

.hotline_box:hover .hotline_info h5 {
  color: var(--arch-deep) !important;
}

@media (max-width: 991px) {
  .hotline_info h5 {
    font-size: 32px !important;
  }
}

@media (max-width: 767px) {
  .hotline_box {
    gap: 15px !important;
    padding: 10px 0 !important;
    align-items: center !important;
    justify-content: flex-start !important;
  }

  .hotline_box .icon_holder {
    width: 45px !important;
    height: 45px !important;
    min-width: 45px !important;
    font-size: 18px !important;
    flex-shrink: 0;
  }

  .hotline_info h5 {
    font-size: 22px !important;
    /* Reduced to prevent wrapping */
    letter-spacing: 1px !important;
    white-space: nowrap;
  }

  .hotline_info span {
    font-size: 10px !important;
    letter-spacing: 1px !important;
    margin-bottom: 2px !important;
  }

  .status_dot {
    width: 6px;
    height: 6px;
    margin-right: 5px;
  }
}

@media (max-width: 480px) {
  .hotline_info h5 {
    font-size: 18px !important;
    /* Even smaller for very narrow screens */
  }

  .hotline_box {
    gap: 12px !important;
  }
}


/* Minimalist Status Indicator */
.status_dot {
  width: 8px;
  height: 8px;
  background: #2ecc71;
  border-radius: 50%;
  display: inline-block;
  margin-right: 8px;
  box-shadow: 0 0 10px rgba(46, 204, 113, 0.4);
  animation: pulse_green 2s infinite;
}

@keyframes pulse_green {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(46, 204, 113, 0.4);
  }

  70% {
    transform: scale(1);
    box-shadow: 0 0 0 6px rgba(46, 204, 113, 0);
  }

  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(46, 204, 113, 0);
  }
}

/* Elite Testimonial Redesign */
.pxn_blueprint_card {
  background: #ffffff !important;
  border: 1px solid rgba(0, 0, 0, 0.05) !important;
  padding: 40px !important;
  border-radius: 0 !important;
  position: relative;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.02) !important;
}

.pxn_blueprint_card.active {
  background: var(--arch-deep) !important;
  border-color: var(--arch-deep) !important;
  box-shadow: 0 30px 60px rgba(12, 26, 48, 0.2) !important;
}

.blueprint_quote {
  font-size: 22px !important;
  font-weight: 500 !important;
  line-height: 1.6 !important;
  color: var(--arch-deep) !important;
  margin-top: 25px !important;
  margin-bottom: 30px !important;
  font-style: italic;
  letter-spacing: -0.5px;
}

.pxn_blueprint_card.active .blueprint_quote {
  color: #ffffff !important;
}

.blueprint_id {
  font-size: 11px !important;
  font-weight: 700 !important;
  letter-spacing: 2px !important;
  color: var(--arch-terracotta) !important;
  margin-bottom: 15px !important;
  opacity: 0.8;
}

.pxn_blueprint_card.active .blueprint_id {
  color: var(--arch-gold) !important;
}

.blueprint_auth .auth_name {
  font-size: 18px !important;
  font-weight: 700 !important;
  color: var(--arch-deep) !important;
  display: block;
}

.pxn_blueprint_card.active .blueprint_auth .auth_name {
  color: #fff !important;
}

.blueprint_auth .auth_job {
  font-size: 13px !important;
  color: #888 !important;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.pxn_blueprint_card.active .blueprint_auth .auth_job {
  color: rgba(255, 255, 255, 0.6) !important;
}

.blueprint_seal {
  width: 50px !important;
  height: 50px !important;
  border: 1px solid rgba(0, 0, 0, 0.1) !important;
  border-radius: 50%;
  display: flex !important;
  align-items: center;
  justify-content: center;
  color: var(--arch-terracotta) !important;
}

.pxn_blueprint_card.active .blueprint_seal {
  border-color: rgba(255, 255, 255, 0.2) !important;
  color: var(--arch-gold) !important;
}

/* Hover Effects for Cards */
.pxn_blueprint_card:hover {
  transform: translateY(-10px);
  border-color: var(--arch-terracotta) !important;
}

@media (max-width: 767px) {
  .pxn_contact_brand_panel {
    padding: 60px 25px !important;
    /* Reduced side padding for better mobile display */
  }

  .pxn_contact_form_panel {
    padding: 40px 20px !important;
  }
}

/* Elite About Section Refinement */
.about_features {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 20px !important;
  margin-top: 40px !important;
  margin-bottom: 50px !important;
}

@media (max-width: 991px) {
  .about_features {
    grid-template-columns: 1fr !important;
  }
}

.pxn_icon_box {
  background: #fdfdfd !important;
  border: 1px solid rgba(0, 0, 0, 0.05) !important;
  padding: 30px 20px !important;
  border-radius: 12px !important;
  text-align: center !important;
  transition: all 0.4s ease !important;
}

.pxn_icon_box:hover {
  transform: translateY(-5px) !important;
  background: var(--arch-deep) !important;
  border-color: var(--arch-deep) !important;
}

.pxn_icon_box .icon,
.pxn_icon_box .icon_wrap {
  width: 60px !important;
  height: 60px !important;
  background: rgba(148, 69, 40, 0.08) !important;
  color: var(--arch-terracotta) !important;
  border-radius: 50% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 24px !important;
  margin: 0 auto 15px !important;
  transition: all 0.4s ease !important;
}

.pxn_icon_box:hover .icon,
.pxn_icon_box:hover .icon_wrap {
  background: #ffffff !important;
  transform: rotateY(180deg) !important;
}

.pxn_icon_box .title {
  font-size: 16px !important;
  font-weight: 700 !important;
  color: var(--arch-deep) !important;
  line-height: 1.3 !important;
  transition: all 0.4s ease !important;
}

.pxn_icon_box:hover .title {
  color: #ffffff !important;
}

/* About Key List */
.about_key_feature {
  margin-bottom: 40px !important;
}

.pxn_list li {
  font-size: 16px !important;
  color: #555 !important;
  margin-bottom: 15px !important;
  display: flex !important;
  align-items: center !important;
  gap: 15px !important;
}

.pxn_list li i {
  font-size: 18px !important;
  color: var(--arch-terracotta) !important;
  width: 25px !important;
  height: 25px !important;
  background: rgba(148, 69, 40, 0.1) !important;
  border-radius: 50% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

/* More Details Button Improvement */
.about_btn {
  display: inline-flex !important;
  align-items: center !important;
  gap: 15px !important;
  background: var(--arch-terracotta) !important;
  color: #ffffff !important;
  padding: 18px 35px !important;
  border-radius: 50px !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: 2px !important;
  text-decoration: none !important;
  transition: all 0.4s ease !important;
  border: 1px solid var(--arch-terracotta) !important;
}

.about_btn:hover {
  background: transparent !important;
  color: var(--arch-terracotta) !important;
  box-shadow: 0 10px 30px rgba(148, 69, 40, 0.2) !important;
  transform: translateX(5px) !important;
}

.about_btn .btn_icon {
  width: 25px !important;
  height: 25px !important;
  background: rgba(255, 255, 255, 0.2) !important;
  border-radius: 50% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 14px !important;
  transition: all 0.4s ease !important;
}

.about_btn:hover .btn_icon {
  background: var(--arch-terracotta) !important;
  color: #ffffff !important;
}

/* Redesigned About Features - Safe & Professional */
.about_features {
  display: flex !important;
  flex-direction: column !important;
  gap: 20px !important;
  margin: 40px 0 !important;
}

.pxn_icon_box {
  display: flex !important;
  align-items: center !important;
  gap: 25px !important;
  background: #ffffff !important;
  padding: 20px 30px !important;
  border-radius: 15px !important;
  border: 1px solid rgba(0, 0, 0, 0.05) !important;
  text-align: left !important;
  transition: all 0.4s ease !important;
  width: 100% !important;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.02) !important;
}

.pxn_icon_box:hover {
  border-color: var(--arch-terracotta) !important;
  background: #fff !important;
  transform: translateX(10px) !important;
  box-shadow: 0 10px 30px rgba(148, 69, 40, 0.1) !important;
}

.pxn_icon_box .icon,
.pxn_icon_box .icon_wrap {
  width: 55px !important;
  height: 55px !important;
  min-width: 55px !important;
  background: var(--arch-off-white) !important;
  color: var(--arch-terracotta) !important;
  border-radius: 50% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 22px !important;
  margin: 0 !important;
  transition: all 0.4s ease !important;
}

.pxn_icon_box:hover .icon,
.pxn_icon_box:hover .icon_wrap {
  background: var(--arch-terracotta) !important;
  color: #fff !important;
}

.pxn_icon_box .title {
  font-size: 18px !important;
  font-weight: 700 !important;
  color: var(--arch-deep) !important;
  margin: 0 !important;
  letter-spacing: -0.5px !important;
}

@media (max-width: 767px) {
  .pxn_icon_box {
    padding: 15px 20px !important;
    gap: 15px !important;
  }

  .pxn_icon_box .title {
    font-size: 16px !important;
  }

  .pxn_icon_box .icon,
  .pxn_icon_box .icon_wrap {
    width: 45px !important;
    height: 45px !important;
    min-width: 45px !important;
    font-size: 18px !important;
  }
}

.services-modern-grid {
  padding: 180px 0 100px;
  /* Strong top spacing for hero clearance */
  background: #ffffff;
}

.edit-header-wrap {
  display: flex;
  align-items: stretch;
  gap: 30px;
}

.edit-marker {
  width: 6px;
  background: var(--arch-terracotta);
  flex-shrink: 0;
}

.edit-tag {
  display: block;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 4px;
  color: var(--arch-terracotta);
  margin-bottom: 15px;
}

.edit-title {
  font-size: 68px;
  font-weight: 800;
  color: var(--arch-deep);
  line-height: 1.05;
  margin: 0;
}

.edit-header-desc p {
  font-size: 19px;
  color: #555;
  line-height: 1.8;
  margin: 0;
}

@media (max-width: 991px) {
  .edit-title {
    font-size: 38px;
    margin-bottom: 25px;
  }

  .edit-header-wrap {
    gap: 20px;
  }

  .services-modern-grid {
    padding: 140px 0 80px;
    /* Increased top padding to clear sticky header on mobile */
  }

  .edit-content-panel,
  .edit-content-panel.left-side {
    margin: -60px 15px 0 !important;
    padding: 60px 35px !important;
    /* Increased internal padding for breathing room */
    min-height: auto;
  }

  .edit-img-wrap {
    height: 480px;
    /* Slightly taller images for better mobile impact */
  }

  .edit-item {
    margin-bottom: 100px;
    /* More gap between services */
  }

  .edit-desc {
    margin-bottom: 40px;
  }

  .edit-stats {
    gap: 40px;
    /* More gap between stat blocks */
  }

  .edit-actions {
    gap: 25px;
  }
}

/* =============================================
   SERVICES PAGE LUX STYLES
   ============================================= */

.services-hero-lux {
  padding: 240px 0 140px;
  background: var(--chakra-deep);
  position: relative;
  overflow: hidden;
}

.services-hero-lux::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle at 70% 30%, rgba(197, 160, 89, 0.1) 0%, transparent 70%);
  pointer-events: none;
}

.hero-bg-shapes div {
  z-index: 1;
}

.service-card-lux {
  background: #fff;
  padding: 60px;
  border-radius: 40px;
  margin-bottom: clamp(40px, 8vw, 100px);
  border: 1px solid #f0f0f0;
  transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  position: relative;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.02);
}

.service-card-lux:hover {
  box-shadow: 0 40px 100px rgba(12, 26, 48, 0.1);
  transform: translateY(-10px);
  border-color: var(--chakra-gold);
}

.service-num {
  font-size: clamp(80px, 15vw, 180px);
  font-weight: 900;
  color: rgba(12, 26, 48, 0.03);
  position: absolute;
  top: -20px;
  right: 40px;
  line-height: 1;
  pointer-events: none;
  z-index: 0;
}

.benefit-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(197, 160, 89, 0.1);
  padding: 8px 18px;
  border-radius: 50px;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: var(--chakra-gold);
  margin-bottom: 25px;
  border: 1px solid rgba(197, 160, 89, 0.2);
}

.service-img-wrap {
  border-radius: 30px;
  overflow: hidden;
  height: 520px;
  position: relative;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
}

.service-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 1.5s cubic-bezier(0.19, 1, 0.22, 1);
}

.service-card-lux:hover .service-img-wrap img {
  transform: scale(1.08);
}

.service-feature-item h5 {
  font-weight: 900;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: var(--chakra-gold);
  margin-bottom: 12px;
}

.service-feature-item p {
  font-size: 15px;
  color: #777;
  margin: 0;
  line-height: 1.6;
}

.cta-section-lux {
  padding: 140px 0;
  background: var(--chakra-deep);
  text-align: center;
  position: relative;
  overflow: hidden;
}

.cta-glow {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 800px;
  height: 800px;
  background: radial-gradient(circle, rgba(197, 160, 89, 0.1) 0%, rgba(255, 255, 255, 0) 70%);
  pointer-events: none;
}

@media (max-width: 991px) {
  .service-card-lux {
    padding: 40px 25px;
    border-radius: 30px;
  }

  .service-img-wrap {
    height: 380px;
    margin-bottom: 30px;
  }

  .service-num {
    right: 20px;
    opacity: 0.05;
  }
}

.edit-item {
  margin-bottom: 150px;
}

.edit-img-wrap {
  position: relative;
  height: 650px;
  overflow: hidden;
  background: #f4f4f4;
  /* Fallback skeleton color */
  display: block;
  width: 100%;
}

.edit-img {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  transition: transform 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  image-rendering: -webkit-optimize-contrast;
  /* Architectural Sharpness */
}

.edit-item:hover .edit-img {
  transform: scale(1.08);
}

.edit-badge {
  position: absolute;
  top: 10px;
  left: 10px;
  background: var(--chakra-deep);
  color: #fff;
  padding: 6px 15px;
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.edit-content-panel {
  background: #ffffff;
  padding: 80px;
  margin-left: -80px;
  /* Reduced for safety */
  margin-bottom: -40px;
  /* Vertical offset for more dynamic feel */
  margin-top: 40px;
  position: relative;
  z-index: 10;
  box-shadow: 30px 30px 100px rgba(12, 26, 48, 0.08);
  border: 1px solid rgba(0, 0, 0, 0.03);
  min-height: 500px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.edit-content-panel.left-side {
  margin-left: 0;
  margin-right: -80px;
}

.edit-accent-line {
  position: absolute;
  top: 80px;
  left: 0;
  width: 4px;
  height: 60px;
  background: var(--chakra-gold);
}

.edit-content-panel.left-side .edit-accent-line {
  left: auto;
  right: 0;
}

.edit-series {
  display: block;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 4px;
  color: #999;
  margin-bottom: 15px;
}

.edit-title {
  font-size: 44px;
  font-weight: 800;
  color: var(--chakra-deep);
  margin-bottom: 30px;
  line-height: 1.1;
}

.edit-desc {
  font-size: 17px;
  color: #555;
  line-height: 1.8;
  margin-bottom: 45px;
  font-weight: 400;
}

.edit-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin-bottom: 40px;
  border-top: 1px solid #f0f0f0;
  padding-top: 30px;
}

.stat-box {
  display: flex;
  align-items: center;
  gap: 15px;
}

.stat-box i {
  font-size: 24px;
  color: var(--chakra-gold);
}

.stat-info label {
  display: block;
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #aaa;
  margin-bottom: 2px;
  font-weight: 800;
}

.stat-info span {
  font-size: 16px;
  font-weight: 700;
  color: var(--chakra-deep);
}

.edit-actions {
  display: flex;
  align-items: center;
  gap: 30px;
}

.edit-main-btn {
  background: var(--chakra-deep) !important;
  color: #ffffff !important;
  padding: 18px 40px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-decoration: none !important;
  transition: all 0.3s ease;
}

.edit-main-btn:hover {
  background: var(--chakra-gold);
  transform: translateY(-5px);
}

.edit-sub-btn {
  font-size: 11px;
  font-weight: 800;
  color: var(--chakra-deep);
  text-transform: uppercase;
  letter-spacing: 2px;
  text-decoration: none !important;
  display: flex;
  align-items: center;
  gap: 8px;
}

.edit-sub-btn:hover {
  color: var(--chakra-gold);
}

@media (max-width: 991px) {

  .edit-content-panel,
  .edit-content-panel.left-side {
    margin: -60px 15px 0 !important;
    padding: 40px 25px !important;
    min-height: auto;
  }

  .edit-img-wrap {
    height: 450px;
  }

  .edit-title {
    font-size: 30px;
  }

  .edit-stats {
    gap: 30px;
    flex-direction: column;
  }

  .edit-actions {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
}

/* =============================================
   HOME PAGE RESPONSIVE OVERRIDES
   ============================================= */

/* Universal Responsive Fixes */
@media (max-width: 1400px) {
  .havona-heading {
    font-size: 60px !important;
  }

  .edit-title {
    font-size: 56px !important;
  }
}

@media (max-width: 1199px) {
  .havona-heading {
    font-size: 52px !important;
  }

  .edit-title {
    font-size: 48px !important;
  }

  .edit-content-panel {
    padding: 60px !important;
    margin-left: -40px !important;
  }

  .edit-content-panel.left-side {
    margin-right: -40px !important;
  }
}

@media (max-width: 991px) {

  /* Hero Adjustments */
  .havona-hero {
    height: auto !important;
    min-height: 100vh !important;
    padding: 120px 0 !important;
  }

  .havona-heading {
    font-size: 42px !important;
    letter-spacing: 1px !important;
  }

  .havona-tagline {
    font-size: 14px !important;
    letter-spacing: 3px !important;
  }

  /* Services Gallery Fixes */
  .edit-img-wrap {
    height: 400px !important;
  }

  .edit-content-panel,
  .edit-content-panel.left-side {
    margin: -40px 20px 0 !important;
    padding: 40px 30px !important;
    min-height: auto !important;
    text-align: center;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1) !important;
  }

  .edit-accent-line {
    display: none !important;
  }

  .edit-stats {
    justify-content: center !important;
    border-top: 1px solid #eee !important;
    padding-top: 25px !important;
  }

  .edit-actions {
    justify-content: center !important;
  }

  .edit-series {
    margin-bottom: 10px !important;
  }

  .edit-title {
    font-size: 32px !important;
    margin-bottom: 20px !important;
  }
}

@media (max-width: 767px) {

  /* More Hero Polish */
  .havona-heading {
    font-size: 34px !important;
    line-height: 1.2 !important;
  }

  .havona-subtext {
    font-size: 14px !important;
    padding: 0 10px !important;
  }

  .havona-cta-group {
    flex-direction: column !important;
    width: 100% !important;
    max-width: 280px !important;
    margin: 0 auto !important;
  }

  .havona-cta {
    width: 100% !important;
  }

  /* Why Choose Us Mid-stack */
  .why_choose_features {
    grid-template-columns: 1fr !important;
    gap: 30px !important;
  }

  .feature_bg_img {
    order: -1 !important;
    margin-bottom: 20px !important;
  }

  .pxn-h1_why_choose_wrapper .section_heading {
    text-align: center !important;
    border-left: none !important;
    padding-left: 0 !important;
  }

  .pxn-h1_why_choose_wrapper .section_heading .sec_title {
    font-size: 28px !important;
  }

  /* Transformation Showcase Mobile */
  #comparison-slider {
    height: 350px !important;
  }

  .slider-label {
    font-size: 8px !important;
    padding: 6px 14px !important;
    top: 15px !important;
  }

  #label-before {
    left: 15px !important;
  }

  #label-after {
    right: 15px !important;
  }
}

@media (max-width: 480px) {
  .havona-heading {
    font-size: 28px !important;
  }

  .sec_title {
    font-size: 26px !important;
  }

  .edit-img-wrap {
    height: 300px !important;
  }

  .edit-title {
    font-size: 24px !important;
  }
}

.product-tab {
  padding: 14px 20px;
  border-radius: 9999px;
  background: white;
  color: #374151;
  font-weight: 600;
  border: 1px solid #e5e7eb;
  transition: all 0.4s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.product-tab:hover,
.product-tab.active {
  background: #944528;
  color: white;
  border-color: #944528;
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(148, 69, 40, 0.3);
}

.tab-panel {
  animation: fadeUp 0.6s ease;
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Fix for smooth scroll overflow issues on mobile */
html,
body {
  overflow-x: hidden !important;
  width: 100% !important;
  position: relative !important;
}

#smooth-content {
  overflow: hidden !important;
}

/* Spacing Utilities */
.mt-40 {
  margin-top: 40px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mt-60 {
  margin-top: 60px !important;
}

/* Logo Size Overrides */
.pxn_site_logo img {
  max-height: 85px !important;
  width: auto;
}

.header-sticky .pxn_site_logo img {
  max-height: 75px !important;
}

@media (max-width: 991px) {
  .pxn_site_logo img {
    max-height: 60px !important;
  }
}

/* Back to Top - Premium Refinement */
.pxn_back-to-top {
  position: fixed;
  inset-inline-end: 10px;
  bottom: 10px;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  background-color: var(--pxn-color-common-white);
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.pxn_back-to-top::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 2px solid var(--pxn-color-theme-secondary);
  opacity: 0.3;
  border-radius: 50%;
  z-index: -1;
}

.pxn_back-to-top::after {
  position: absolute;
  content: "\e953";
  font-family: var(--pxn-ff-icons);
  font-size: 20px;
  line-height: 1;
  color: var(--pxn-color-theme-secondary);
  inset-inline-start: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-90deg);
  -ms-transform: translate(-50%, -50%) rotate(-90deg);
  transform: translate(-50%, -50%) rotate(-90deg);
}

.pxn_back-to-top.active-progress {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.pxn_back-to-top.active-progress:hover {
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
}

.pxn_back-to-top svg {
  position: relative;
  z-index: 2;
}

.pxn_back-to-top svg path {
  fill: none;
}

.pxn_back-to-top svg.progress-circle path {
  stroke: var(--pxn-color-theme-secondary);
  stroke-width: 4;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pxn_back-to-top {
    inset-inline-end: 40px;
    bottom: 40px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px) {
  .pxn_back-to-top {
    inset-inline-end: 30px;
    bottom: 30px;
  }
}

@media (max-width: 575px) {
  .pxn_back-to-top {
    inset-inline-end: 20px;
    bottom: 20px;
  }
}


/* Floating Side Buttons (WhatsApp & Call) */
.pxn-side-buttons {
  position: fixed;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 15px;
  z-index: 1001;
}

.side-btn {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 24px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
  text-decoration: none !important;
}

.side-btn.whatsapp {
  background: #25D366;
}

.side-btn.call {
  background: var(--arch-terracotta);
}

.side-btn:hover {
  transform: scale(1.1);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
  color: white;
}

@media (max-width: 767px) {
  .pxn-side-buttons {
    right: 10px;
    bottom: 120px;
    top: auto;
    transform: none;
  }
}