/* ============================================================
   NG Interior Design — Professional Polish
   Premium international design studio aesthetic
   ============================================================ */

/* --- Root Variable Overrides --- */
:root {
  --theme-color: #C99A2B;
  --theme-color-rgb: 201, 154, 43;
  --theme-color-hover: #b38825;
  --title-color: #1A1A2E;
  --body-color: #555555;
  --smoke-color: #F8F9FA;
  --vs-border-color: #EAEAEA;
  --vs-border-color-rgb: 234, 234, 234;
  --light-color1: #FFF5F5;
  --bg-color1: #FFFFFF;
  --bg-color2: #1A1A2E;
  --bg-color3: #F5F5F5;
  --bg-color4: #1A1A2E;
  --body-font: 'DM Sans', sans-serif;
  --heading-font: 'DM Serif Display', serif;
}

/* --- Global Body Polish --- */
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #FFFFFF;
  color: var(--body-color);
  font-family: var(--body-font);
  font-size: 16px;
  line-height: 1.7;
  text-rendering: optimizeLegibility;
}

/* --- Header Top Bar — Compact Strip --- */
.vs-header__top-style2 {
  padding: 8px 0 !important;
  font-size: 12px;
  line-height: 1.2;
  min-height: auto !important;
}

/* Reset height and padding on social links */
.vs-header__top-style2 .header-social a {
  height: auto !important;
  width: auto !important;
  line-height: 1.2 !important;
  background-color: transparent !important;
  box-shadow: none !important;
  outline: none !important;
  margin: 0 15px 0 0 !important;
  padding: 0 !important;
  display: inline-block;
}

.vs-header__top-style2 .header-social.style2 a span {
  font-size: 11px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--white-color);
  opacity: 0.8;
}

/* Reset huge padding on header-info */
.vs-header__top-style2 .header-info {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  border: none !important;
  font-size: 13px !important;
  margin-left: 0 !important;
  padding-left: 0 !important;
}

.vs-header__top-style2 .header-info i {
  margin-right: 8px;
}

/* --- Prevent Header / Hero Overlap (Adjusted for compact header) --- */
.vs-banner--style2 .vs-banner__inner {
  padding-top: 120px !important; /* Padding to clear the header (top bar ~35px + navbar ~80px) */
}

/* --- Typography Scale — International Premium --- */
.h1, h1 {
  font-size: 56px;
  font-family: var(--heading-font);
}

.h2, h2 {
  font-size: 36px;
  font-family: var(--heading-font);
}

.h3, h3 {
  font-size: 24px;
}

.h4, h4 {
  font-size: 20px;
}

.h5, h5 {
  font-size: 18px;
}

.h6, h6 {
  font-size: 16px;
}

.h1, .h2, .h3, .h4, .h5, .h6,
h1, h2, h3, h4, h5, h6 {
  color: var(--title-color);
  font-weight: 400;
  line-height: 1.3;
  font-family: var(--heading-font);
}

h3, h4, h5, h6,
.h3, .h4, .h5, .h6 {
  font-family: var(--body-font);
  font-weight: 600;
}

p {
  font-size: 16px;
  line-height: 1.7;
  font-family: var(--body-font);
}

/* --- Section Titles --- */
.sec-title {
  font-size: 36px;
  letter-spacing: -0.3px;
  color: var(--title-color);
  line-height: 1.25;
  font-family: var(--heading-font);
  font-weight: 400;
}

.sec-title span {
  color: var(--theme-color);
}

.sec-subtitle {
  color: var(--theme-color);
  font-weight: 600;
  letter-spacing: 3px;
  font-size: 12px;
  text-transform: uppercase;
  font-family: var(--body-font);
  display: inline-block;
  position: relative;
}

/* --- Banner Typography --- */
.vs-banner__title {
  font-size: 48px;
  line-height: 1.1;
  letter-spacing: -0.5px;
  font-family: var(--heading-font) !important;
  font-weight: 400;
  color: var(--title-color);
  margin-bottom: 20px;
}

/* --- About Section Typography --- */
.vs-about__title {
  font-size: 24px;
}

.vs-about__desc {
  font-size: 16px;
}

/* --- Service Section Typography --- */
.service-card .service-title {
  font-size: 18px;
}

.service-card .service-title a {
  font-size: 18px;
}

.tab-title {
  font-size: 24px;
}

.tab-text {
  font-size: 16px;
}

.service-tab2 .nav-tabs .nav-link {
  font-size: 16px;
}

.service-content .tab-title {
  font-size: 24px;
}

/* --- Project Section Typography --- */
.project-style__title_link {
  font-size: 20px;
}

.project-style__text {
  font-size: 14px;
}

/* --- Newsletter Typography --- */
.vs-newsletter .sec-title.style2 {
  font-size: 32px;
}

.vs-newsletter p {
  font-size: 16px;
}

/* --- Pricing Typography --- */
.pricing__plan--title {
  font-size: 24px;
}

.pricing__plan--text {
  font-size: 14px;
}

.pricing__plan--price {
  font-size: 40px;
}

.pricing__plan--duration {
  font-size: 14px;
}

.pricing__plan--feature {
  font-size: 15px;
}

/* --- Blog Typography --- */
.vs-blog--style2 .vs-blog__title {
  font-size: 18px;
}

.vs-blog--style2 .vs-blog__date {
  font-size: 13px;
}

/* --- Footer Typography --- */
.footer-title {
  font-size: 22px;
}

.footer-text2 {
  font-size: 14px;
}

.footer-menu2 ul li a {
  font-size: 15px;
}

.footer-info__title {
  font-size: 12px;
}

.footer-info__link {
  font-size: 16px;
}

.footer-copyright.style2 {
  font-size: 13px;
}

/* --- Navigation Typography --- */
.menu-style2 > ul > li > a {
  font-size: 14px;
  letter-spacing: 1.5px;
}

.vs-mobile-menu ul li a {
  font-size: 15px;
}

/* --- Widget Typography --- */
.widget_title {
  font-size: 22px;
}

/* --- Progress Bar Typography --- */
.progress-box__title,
.progress-box__number {
  font-size: 14px;
}

/* --- Counter / Stats --- */
.counter-style .counter-title {
  font-size: 24px;
}

/* --- Responsive Typography --- */
@media (max-width: 1199px) {
  .h1, h1 { font-size: 44px; }
  .h2, h2 { font-size: 30px; }
  .h3, h3 { font-size: 22px; }
  .sec-title { font-size: 30px; }
  .vs-banner__title { font-size: 44px; }
  .tab-title { font-size: 22px; }
  .service-content .tab-title { font-size: 22px; }
}

@media (max-width: 991px) {
  .h1, h1 { font-size: 36px; }
  .h2, h2 { font-size: 28px; }
  .sec-title { font-size: 28px; }
  .vs-banner__title { font-size: 36px; }
}

@media (max-width: 767px) {
  .h1, h1 { font-size: 30px; }
  .h2, h2 { font-size: 24px; }
  .h3, h3 { font-size: 20px; }
  .sec-title { font-size: 24px; }
  .vs-banner__title { font-size: 28px; }
  body { font-size: 15px; }
  p { font-size: 15px; }
  .tab-title { font-size: 20px; }
  .pricing__plan--title { font-size: 20px; }
  .pricing__plan--price { font-size: 32px; }
  .footer-title { font-size: 20px; }
}

/* --- Buttons: Modern Rounded Style --- */
.vs-btn {
  border-radius: 6px;
  font-weight: 600;
  letter-spacing: 0.5px;
  padding: 16px 32px;
  font-size: 15px;
  box-shadow: 0 4px 15px rgba(201, 154, 43, 0.2);
  transition: all 0.3s ease;
}

.vs-btn::after,
.vs-btn::before {
  border-radius: 6px;
}

.vs-btn:hover {
  box-shadow: 0 6px 20px rgba(201, 154, 43, 0.35);
  transform: translateY(-2px);
}

.vs-btn.style2,
.vs-btn.style3 {
  box-shadow: none;
}

.vs-btn.style2:hover,
.vs-btn.style3:hover {
  box-shadow: none;
  transform: none;
}

/* --- Header: Clean & Professional --- */
.vs-header__top-style2 {
  background-color: #1A1A2E;
  padding: 10px 0;
  border-bottom: 1px solid rgba(255,255,255,0.05);
}

.header-social.style2 a {
  color: rgba(255, 255, 255, 0.85);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-right: 25px !important;
  font-family: var(--body-font);
}

.header-social.style2 a:hover {
  color: var(--theme-color);
}

.vs-header__top-style2 .header-info {
  color: var(--theme-color);
  font-size: 13px !important;
  font-weight: 500;
  letter-spacing: 1px;
  display: flex;
  align-items: center;
  font-family: var(--body-font);
}

.vs-header__top-style2 .header-info i {
  color: var(--theme-color);
  width: 16px;
  height: 16px;
  margin-right: 8px;
}

.vs-header__top-style2.header-strip-sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9992;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-100%);
  transition: none !important;
}

.vs-header__top-style2.header-strip-sticky.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}

.vs-sticky-header.sticky.sticky-with-strip {
  top: var(--header-strip-height, 48px) !important;
}

.vs-header__top-style2 .header-social-icons {
  display: flex;
  align-items: center;
  gap: 10px;
}

.vs-header__top-style2 .header-social-icons a {
  width: 28px !important;
  height: 28px !important;
  min-width: 28px;
  margin: 0 !important;
  border-radius: 50%;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.88);
  background-color: rgba(255, 255, 255, 0.08) !important;
  border: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 13px;
  line-height: 1 !important;
}

.vs-header__top-style2 .header-social-icons a:hover {
  color: #1A1A2E;
  background-color: var(--theme-color) !important;
  border-color: var(--theme-color);
  transform: translateY(-1px);
}

.header-offer-flash {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  overflow: hidden;
  padding: 5px 18px;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(90deg, rgba(201, 154, 43, 0.14), rgba(245, 158, 11, 0.28), rgba(201, 154, 43, 0.14));
  border: 1px solid rgba(201, 154, 43, 0.38);
  font-family: var(--body-font);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  white-space: nowrap;
}

.header-offer-flash::before {
  content: '';
  position: absolute;
  top: -40%;
  left: -30%;
  width: 28px;
  height: 180%;
  background: rgba(255, 255, 255, 0.62);
  transform: rotate(22deg);
  animation: headerOfferShine 2.4s ease-in-out infinite;
}

.header-offer-flash:hover {
  color: #fff;
  border-color: var(--theme-color);
  box-shadow: 0 0 18px rgba(201, 154, 43, 0.28);
}

.header-offer-flash__badge {
  position: relative;
  z-index: 1;
  padding: 3px 8px;
  border-radius: 999px;
  color: #1A1A2E;
  background-color: var(--theme-color);
  animation: headerOfferPulse 1.15s ease-in-out infinite;
}

.header-offer-flash__text {
  position: relative;
  z-index: 1;
  color: rgba(255, 255, 255, 0.9);
}

@keyframes headerOfferPulse {
  0%, 100% {
    box-shadow: 0 0 0 0 rgba(201, 154, 43, 0.65);
  }
  50% {
    box-shadow: 0 0 0 5px rgba(201, 154, 43, 0);
  }
}

@keyframes headerOfferShine {
  0% {
    left: -30%;
    opacity: 0;
  }
  28% {
    opacity: 0.85;
  }
  60%, 100% {
    left: 120%;
    opacity: 0;
  }
}

/* --- Navbar: Unified White Background --- */
.header-layout2 .navbar-wrap {
  background-color: #FFFFFF;
  min-height: 90px;
  padding: 0 20px; /* Reduced from 40px to get closer to corners */
}

/* Remove the dark/white split pseudo-elements */
.header-layout2 .navbar-wrap::after,
.header-layout2 .navbar-wrap::before {
  display: none !important;
}

/* Remove the clip-path/background on right area */
.vs-header__right::after,
.vs-header__right::before {
  display: none !important;
}

/* Logo area: clean white, no dark bg */
.vs-header__logo-style2 {
  background-color: transparent !important;
  clip-path: none !important;
  padding: 0 !important;
  margin: 0 !important;
  min-height: 90px;
  display: flex;
  align-items: center;
}

/* Logo image sizing */
.vs-header__logo-style2 .logo {
  max-height: 60px;
  width: auto;
}

/* Sticky header */
.vs-sticky-header {
  border-bottom: 1px solid rgba(0,0,0,0.05);
}

.vs-sticky-header.sticky {
  background-color: #FFFFFF !important;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  border-bottom: none;
}

/* --- Nav Links: Clean & Properly Spaced --- */
.main-menu > ul {
  display: flex;
  justify-content: center;
  gap: 15px;
}

.main-menu > ul > li {
  margin: 0;
}

.main-menu > ul > li > a {
  border-left: none !important;
  color: #1A1A2E;
  font-family: var(--body-font);
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 35px 15px;
  position: relative;
  transition: color 0.3s ease;
}

.main-menu > ul > li > a::before {
  content: '';
  position: absolute;
  bottom: 25px;
  left: 50%;
  width: 0;
  height: 2px;
  background-color: var(--theme-color);
  transition: all 0.3s ease;
  transform: translateX(-50%);
}

.main-menu > ul > li > a:hover::before,
.main-menu > ul > li.active > a::before {
  width: 20px;
  left: 50%;
}

.main-menu > ul > li > a:hover {
  color: var(--theme-color);
}

/* --- Header Action Buttons --- */
.header-btns {
  display: flex;
  align-items: center;
  gap: 15px;
}

.searchBoxTggler,
.sideMenuToggler {
  width: 44px;
  min-width: 44px;
  height: 44px;
  border: 1px solid rgba(0,0,0,0.08);
  color: #1A1A2E;
  background-color: transparent;
  font-size: 18px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.searchBoxTggler i, .sideMenuToggler i {
  width: 18px;
  height: 18px;
}

.searchBoxTggler:hover,
.sideMenuToggler:hover {
  background-color: #f8f9fa;
  border-color: rgba(0,0,0,0.15);
  color: var(--theme-color);
}

/* Explore Us button in header */
.header-btns .vs-btn {
  font-family: var(--body-font);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1px;
  padding: 14px 30px;
  border-radius: 4px;
  background-color: var(--theme-color);
  color: #fff;
  text-transform: uppercase;
  margin-left: 10px;
  display: flex;
  align-items: center;
  box-shadow: none;
}

.header-btns .vs-btn:hover {
  background-color: #b38825;
}

.header-btns .vs-btn::after {
  content: '';
  display: inline-block;
  width: 30px;
  height: 1px;
  background-color: rgba(255,255,255,0.5);
  margin-left: 12px;
  transition: width 0.3s ease;
}

.header-btns .vs-btn:hover::after {
  width: 40px;
  background-color: #fff;
}

/* Remove default vs-btn styles for the header button so it acts clean */
.header-btns .vs-btn span {
  display: none;
}

/* --- Mobile Header: clean logo + menu layout --- */
@media (max-width: 991px) {
  .header-layout2 .navbar-wrap {
    min-height: 88px;
    padding: 10px 18px !important;
  }

  .header-layout2 .navbar-wrap > .row,
  .header-layout2 .navbar-wrap .row.align-items-center {
    justify-content: space-between;
  }

  .header-layout2 .navbar-wrap .col-auto:first-child {
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .header-layout2 .header-logo {
    width: 100%;
    min-height: 68px;
    justify-content: space-between;
    gap: 16px;
  }

  .header-layout2 .header-logo a {
    display: inline-flex;
    align-items: center;
    min-width: 0;
  }

  .header-layout2 .header-logo img.logo {
    width: auto !important;
    max-width: min(250px, calc(100vw - 112px));
    max-height: 66px !important;
    object-fit: contain;
  }

  .header-layout2 .header-logo .vs-menu-toggle {
    width: 58px;
    height: 58px;
    min-width: 58px;
    margin-left: auto !important;
    padding: 0;
    border: 0;
    border-radius: 4px;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    color: #111326;
    background: var(--theme-color);
    box-shadow: none;
  }

  .header-layout2 .header-logo .vs-menu-toggle svg,
  .header-layout2 .header-logo .vs-menu-toggle i {
    width: 32px;
    height: 32px;
    stroke-width: 2.4;
  }
}

@media (max-width: 575px) {
  .header-layout2 .navbar-wrap {
    min-height: 78px;
    padding: 8px 14px !important;
  }

  .header-layout2 .header-logo {
    min-height: 62px;
  }

  .header-layout2 .header-logo img.logo {
    max-width: min(218px, calc(100vw - 94px));
    max-height: 58px !important;
  }

  .header-layout2 .header-logo .vs-menu-toggle {
    width: 52px;
    height: 52px;
    min-width: 52px;
  }

  .header-layout2 .header-logo .vs-menu-toggle svg,
  .header-layout2 .header-logo .vs-menu-toggle i {
    width: 29px;
    height: 29px;
  }
}
.vs-banner--style2 .vs-banner__title {
  color: var(--title-color);
  letter-spacing: 1px;
  line-height: 1.3;
}

.vs-banner__text {
  color: var(--body-color);
  font-size: 17px;
  line-height: 1.7;
}

/* --- Service Cards: Floating Effect --- */
.service-card {
  border: 1px solid var(--vs-border-color);
  border-radius: 10px;
  background-color: #FFFFFF;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.04);
  transition: all 0.35s ease;
  padding: 28px 24px;
}

.service-card:hover {
  box-shadow: 0 12px 40px rgba(201, 154, 43, 0.1);
  border-color: var(--theme-color);
  transform: translateY(-4px);
  background-color: #FFFFFF;
}

.service-card .service-icon,
.vs-service.style2 .vs-service__icon,
.vs-feature.style3 .vs-feature__icon {
  width: 65px;
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  margin-bottom: 20px;
  position: relative;
  transition: all 0.4s ease;
  z-index: 1;
}

.service-card .service-icon svg,
.service-card .service-icon i,
.vs-service.style2 .vs-service__icon svg,
.vs-service.style2 .vs-service__icon i,
.vs-feature.style3 .vs-feature__icon svg,
.vs-feature.style3 .vs-feature__icon i {
  width: 28px;
  height: 28px;
  stroke-width: 2;
  z-index: 2;
  transition: all 0.4s ease;
}

/* Distinct Multi-Colored Backgrounds for Services */
.service-card:nth-child(1) .service-icon, .col-lg-4:nth-child(1) .vs-service.style2 .vs-service__icon, .col-lg-3:nth-child(1) .vs-feature.style3 .vs-feature__icon { background: rgba(201, 154, 43, 0.1); color: #C99A2B; }
.service-card:nth-child(2) .service-icon, .col-lg-4:nth-child(2) .vs-service.style2 .vs-service__icon, .col-lg-3:nth-child(2) .vs-feature.style3 .vs-feature__icon { background: rgba(14, 165, 233, 0.1); color: #0EA5E9; }
.service-card:nth-child(3) .service-icon, .col-lg-4:nth-child(3) .vs-service.style2 .vs-service__icon, .col-lg-3:nth-child(3) .vs-feature.style3 .vs-feature__icon { background: rgba(16, 185, 129, 0.1); color: #10B981; }
.service-card:nth-child(4) .service-icon, .col-lg-4:nth-child(4) .vs-service.style2 .vs-service__icon, .col-lg-3:nth-child(4) .vs-feature.style3 .vs-feature__icon { background: rgba(245, 158, 11, 0.1); color: #F59E0B; }
.service-card:nth-child(5) .service-icon, .col-lg-4:nth-child(5) .vs-service.style2 .vs-service__icon, .col-lg-3:nth-child(5) .vs-feature.style3 .vs-feature__icon { background: rgba(139, 92, 246, 0.1); color: #8B5CF6; }
.service-card:nth-child(6) .service-icon, .col-lg-4:nth-child(6) .vs-service.style2 .vs-service__icon, .col-lg-3:nth-child(6) .vs-feature.style3 .vs-feature__icon { background: rgba(236, 72, 153, 0.1); color: #EC4899; }

.service-card:hover .service-icon,
.vs-service.style2:hover .vs-service__icon,
.vs-feature.style3:hover .vs-feature__icon {
  transform: translateY(-5px) scale(1.05);
  box-shadow: 0 10px 20px rgba(0,0,0,0.05);
}

.service-card:nth-child(1):hover .service-icon, .col-lg-4:nth-child(1) .vs-service.style2:hover .vs-service__icon, .col-lg-3:nth-child(1) .vs-feature.style3:hover .vs-feature__icon { background: #C99A2B; color: #FFF; box-shadow: 0 10px 20px rgba(201, 154, 43, 0.2); }
.service-card:nth-child(2):hover .service-icon, .col-lg-4:nth-child(2) .vs-service.style2:hover .vs-service__icon, .col-lg-3:nth-child(2) .vs-feature.style3:hover .vs-feature__icon { background: #0EA5E9; color: #FFF; box-shadow: 0 10px 20px rgba(14, 165, 233, 0.2); }
.service-card:nth-child(3):hover .service-icon, .col-lg-4:nth-child(3) .vs-service.style2:hover .vs-service__icon, .col-lg-3:nth-child(3) .vs-feature.style3:hover .vs-feature__icon { background: #10B981; color: #FFF; box-shadow: 0 10px 20px rgba(16, 185, 129, 0.2); }
.service-card:nth-child(4):hover .service-icon, .col-lg-4:nth-child(4) .vs-service.style2:hover .vs-service__icon, .col-lg-3:nth-child(4) .vs-feature.style3:hover .vs-feature__icon { background: #F59E0B; color: #FFF; box-shadow: 0 10px 20px rgba(245, 158, 11, 0.2); }
.service-card:nth-child(5):hover .service-icon, .col-lg-4:nth-child(5) .vs-service.style2:hover .vs-service__icon, .col-lg-3:nth-child(5) .vs-feature.style3:hover .vs-feature__icon { background: #8B5CF6; color: #FFF; box-shadow: 0 10px 20px rgba(139, 92, 246, 0.2); }
.service-card:nth-child(6):hover .service-icon, .col-lg-4:nth-child(6) .vs-service.style2:hover .vs-service__icon, .col-lg-3:nth-child(6) .vs-feature.style3:hover .vs-feature__icon { background: #EC4899; color: #FFF; box-shadow: 0 10px 20px rgba(236, 72, 153, 0.2); }

.service-card .service-title {
  font-weight: 500;
  font-size: 18px;
}

.service-card .service-title a {
  color: var(--title-color);
  font-size: 18px;
}

.service-card:hover .service-title a {
  color: var(--theme-color);
}

/* --- Service Layout Background --- */
.service-layout2 {
  background-color: #FFFFFF;
}

/* --- Service Tabs --- */
.service-tab2 .nav-tabs .nav-link {
  font-weight: 500;
  color: var(--body-color);
  border-radius: 6px 6px 0 0;
  transition: all 0.3s ease;
}

.service-tab2 .nav-tabs .nav-link.active {
  color: var(--theme-color);
  font-weight: 600;
}

.service-tab2 .tab-content {
  border-radius: 10px;
  overflow: hidden;
}

.service-content {
  background-color: var(--smoke-color);
}

.tab-title {
  color: var(--title-color);
  font-weight: 500;
  font-size: 24px;
}

.tab-text {
  color: var(--body-color);
  line-height: 1.8;
  font-size: 16px;
}

/* --- Project Cards --- */
.project-style {
  border-radius: 10px;
  overflow: hidden;
}

.project-style__content {
  border-radius: 8px;
  background-color: #FFFFFF;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
}

.project-style__title_link {
  color: var(--title-color);
  font-weight: 600;
}

/* --- Newsletter Section --- */
.vs-newsletter {
  border-radius: 12px;
  border: none;
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.08);
  background: #FFFFFF;
}

.vs-newsletter .newsletter-form .form-control {
  border-radius: 6px;
  border-color: var(--vs-border-color);
}

/* --- Pricing Cards: Premium Floating --- */
.pricing__plan {
  border-radius: 12px;
  background-color: #FFFFFF;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.06);
  transition: all 0.35s ease;
}

.pricing__plan:hover {
  box-shadow: 0 15px 45px rgba(201, 154, 43, 0.12);
  transform: translateY(-5px);
}

.pricing__plan--title {
  color: var(--title-color);
  font-weight: 600;
}

.pricing__plan--price {
  background-color: var(--smoke-color);
}

.pricing__plan--btn {
  border-radius: 6px;
  font-weight: 600;
  transition: all 0.3s ease;
}

/* --- Blog Cards --- */
.vs-blog--style2 {
  border-radius: 10px;
  overflow: hidden;
  border-color: var(--vs-border-color);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
  transition: all 0.35s ease;
}

.vs-blog--style2:hover {
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.08);
  transform: translateY(-3px);
}

.vs-blog--style2 .vs-blog__title {
  font-weight: 600;
}

.vs-blog--style2 .vs-blog__date {
  border-radius: 4px;
  font-size: 13px;
}

/* --- Video Section --- */
.video-layout1 {
  border-radius: 0;
  position: relative;
}

.play-btn > i {
  box-shadow: 0 8px 30px rgba(201, 154, 43, 0.3);
}

.home-page1 .home-video-section {
  padding: 0 24px 120px !important;
  min-height: auto !important;
  background: #f6f4ef !important;
}

.home-video-embed {
  position: relative;
  width: min(100%, 1440px);
  margin: 0 auto;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-radius: 8px;
  background: #111;
  box-shadow: 0 24px 70px rgba(15, 18, 32, 0.16);
}

.home-video-embed iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
  pointer-events: none;
}

.appointment-video-hero.video-layout1 {
  position: relative;
  min-height: 485px !important;
  padding: 0 !important;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  background-size: cover;
  background-position: center top;
  overflow: visible;
}

.appointment-video-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.05);
}

.appointment-video-hero__play.play-btn {
  position: relative;
  z-index: 2;
  margin-top: 46px;
}

.appointment-panel-section {
  position: relative;
  z-index: 3;
  margin-top: -150px;
  padding-bottom: 82px;
  background: #ffffff;
}

.appointment-panel.vs-newsletter {
  position: relative;
  overflow: hidden;
  max-width: 1650px;
  min-height: 345px;
  margin: 0 auto !important;
  padding: 78px 10% 54px !important;
  border-radius: 14px;
  background: #ffffff;
  box-shadow: none;
  border: 1px solid rgba(26, 26, 46, 0.04);
}

.appointment-panel .title-area {
  position: relative;
  z-index: 2;
  margin-bottom: 31px;
  text-align: center;
}

.appointment-panel .sec-title.style2 {
  margin-bottom: 30px !important;
  color: var(--title-color);
  font-size: 38px;
  line-height: 1.2;
}

.appointment-panel .sec-title.style2 span {
  color: var(--theme-color);
}

.appointment-panel p {
  max-width: 1320px;
  margin: 0 auto;
  color: #62636c;
  font-size: 18px;
  line-height: 1.65;
}

.appointment-panel .newsletter-form {
  position: relative;
  z-index: 2;
  max-width: 680px;
  min-height: 96px;
  margin: 0 auto;
  padding: 13px 10px 13px 34px;
  border-radius: 17px;
  background: #ffffff;
  border: 1px solid rgba(26, 26, 46, 0.08);
  box-shadow: 0 18px 48px rgba(15, 18, 32, 0.08);
}

.appointment-panel .newsletter-form .form-control {
  height: 70px !important;
  padding: 0 24px !important;
  color: var(--title-color);
  font-size: 18px;
  background: transparent !important;
}

.appointment-panel .newsletter-form .vs-btn {
  min-width: 200px;
  height: 70px !important;
  line-height: 70px !important;
  padding: 0 35px !important;
  border-radius: 11px !important;
  background: var(--theme-color);
  color: #ffffff;
  font-size: 16px;
  letter-spacing: 1px;
  box-shadow: none;
}

.appointment-panel .newsletter-form .vs-btn::after {
  display: none;
}

.appointment-panel__element {
  position: absolute !important;
  top: 0;
  bottom: 0;
  width: 190px;
  height: 100% !important;
  object-fit: cover;
  opacity: 0.48;
  pointer-events: none;
  z-index: 1;
}

.appointment-panel__element--left {
  left: 0;
}

.appointment-panel__element--right {
  right: 0;
}

@media (max-width: 1199px) {
  .appointment-video-hero.video-layout1 {
    min-height: 410px !important;
  }

  .appointment-panel.vs-newsletter {
    padding: 58px 6% 46px !important;
  }

  .appointment-panel .sec-title.style2 {
    font-size: 32px;
  }
}

@media (max-width: 767px) {
  .appointment-video-hero.video-layout1 {
    min-height: 300px !important;
  }

  .appointment-video-hero__play.play-btn {
    margin-top: 34px;
  }

  .appointment-panel-section {
    margin-top: -70px;
    padding-bottom: 50px;
  }

  .appointment-panel.vs-newsletter {
    min-height: auto;
    padding: 38px 20px 34px !important;
    border-radius: 10px;
  }

  .appointment-panel .sec-title.style2 {
    font-size: 25px;
  }

  .appointment-panel p {
    font-size: 15px;
  }

  .appointment-panel__element {
    display: none;
  }

  .appointment-panel .newsletter-form {
    min-height: auto;
    padding: 14px;
  }

  .appointment-panel .newsletter-form .form-control,
  .appointment-panel .newsletter-form .vs-btn {
    width: 100%;
    height: 56px !important;
    line-height: 56px !important;
  }
}

/* --- Footer: Dark Professional --- */
.footer-layout2 {
  background-color: #1A1A2E;
  color: #FFFFFF;
}

.footer-layout2 .widget-area {
  padding: 80px 0 50px;
}

.footer-title {
  color: #FFFFFF;
  font-family: var(--body-font);
  font-weight: 600;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-bottom: 30px;
  position: relative;
  display: inline-block;
}

.footer-title:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 30px;
  height: 2px;
  background-color: var(--theme-color);
}

.footer-text {
  color: rgba(255, 255, 255, 0.7);
  font-size: 15px;
  line-height: 1.8;
  margin-bottom: 25px;
  max-width: 300px;
}

.footer-menu2 ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.footer-menu2 ul li {
  margin-bottom: 12px;
}

.footer-menu2 ul li a {
  color: rgba(255, 255, 255, 0.7);
  font-size: 15px;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  position: relative;
}

.footer-menu2 ul li a:before,
.footer-menu2 ul li a:after {
  display: none !important;
}

.footer-menu2 ul li a i {
  width: 14px;
  height: 14px;
  margin-right: 10px;
  color: var(--theme-color);
  transition: all 0.3s ease;
}

.footer-menu2 ul li a:hover {
  color: var(--theme-color);
  padding-left: 5px;
}

.footer-menu2 ul li a:hover i {
  color: #FFFFFF;
}

.footer-info {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  gap: 15px;
}

.footer-info__icon {
  background-color: rgba(201, 154, 43, 0.1);
  color: var(--theme-color);
  border-radius: 50%;
  width: 45px;
  height: 45px;
  min-width: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  transition: all 0.3s ease;
}

.footer-info:hover .footer-info__icon {
  background-color: var(--theme-color);
  color: #FFFFFF;
}

.footer-info__body {
  display: flex;
  flex-direction: column;
}

.footer-info__title {
  color: rgba(255, 255, 255, 0.5);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 3px;
}

.footer-info__link {
  font-size: 15px;
  color: #FFFFFF;
  font-weight: 500;
}

.footer-info__link:hover {
  color: var(--theme-color);
}

.footer-social.style3 {
  display: flex;
  gap: 10px;
}

.footer-social.style3 a {
  width: 40px;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.05);
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  transition: all 0.3s ease;
}

.footer-social.style3 a i {
  width: 18px;
  height: 18px;
}

.footer-social.style3 a:hover {
  background-color: var(--theme-color);
  color: #FFFFFF;
  transform: translateY(-3px);
}

.footer-copyright.style2 {
  background-color: #131322;
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
  padding: 25px 0;
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.footer-copyright.style2 a {
  color: var(--theme-color);
  font-weight: 500;
}

/* --- About Section --- */
.vs-about__title {
  color: var(--title-color);
  line-height: 1.4;
}

.vs-about__desc {
  line-height: 1.8;
}

/* --- Progress Bars --- */
.progress-box__progress {
  border-radius: 4px;
  overflow: hidden;
}

.progress-box__bar {
  border-radius: 4px;
}

.home-about-section {
  position: relative;
  background: linear-gradient(180deg, #ffffff 0%, #fbfbfd 100%);
}

.home-about-section::before {
  content: '';
  position: absolute;
  inset: 0 0 auto 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(201, 154, 43, 0.35), transparent);
}

.home-about-image {
  position: relative;
  overflow: hidden;
  min-height: 500px;
  border-radius: 8px;
  background-color: #f3f0ea;
  box-shadow: 0 24px 60px rgba(15, 18, 32, 0.12);
}

.home-about-image img {
  width: 100%;
  height: 100%;
  min-height: 500px;
  object-fit: cover;
  object-position: center;
  display: block;
}

.home-about-image::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(26, 26, 46, 0) 52%, rgba(26, 26, 46, 0.38) 100%);
  pointer-events: none;
}

.home-about-image__badge {
  position: absolute;
  left: 24px;
  bottom: 24px;
  z-index: 1;
  width: calc(100% - 48px);
  max-width: 280px;
  padding: 18px 20px;
  border-radius: 8px;
  background-color: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(255, 255, 255, 0.72);
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.14);
}

.home-about-image__badge strong {
  display: block;
  color: var(--theme-color);
  font-family: var(--heading-font);
  font-size: 42px;
  font-weight: 400;
  line-height: 1;
}

.home-about-image__badge span {
  display: block;
  margin-top: 7px;
  color: var(--title-color);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1.45;
  text-transform: uppercase;
}

.home-about-content {
  max-width: 820px;
  padding-left: 22px;
}

.home-about-content .title-area,
.home-about-content .sec-title {
  text-align: left;
}

.home-about-content .sec-title {
  max-width: 720px;
  margin-bottom: 24px;
  font-size: 40px;
  line-height: 1.18;
  letter-spacing: 0;
}

.home-about-content .vs-about__title {
  max-width: 780px;
  margin-bottom: 20px;
  font-family: var(--body-font);
  font-size: 26px;
  font-weight: 500;
  line-height: 1.46;
  letter-spacing: 0;
}

.home-about-content .vs-about__desc {
  max-width: 780px;
  margin-bottom: 26px;
  color: #5b5b66;
  font-size: 16px;
  line-height: 1.85;
}

.home-about-features {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  max-width: 760px;
  margin-bottom: 24px;
}

.home-about-feature {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 64px;
  padding: 14px 16px;
  border-radius: 8px;
  background-color: #ffffff;
  border: 1px solid rgba(26, 26, 46, 0.08);
  box-shadow: 0 10px 30px rgba(15, 18, 32, 0.04);
}

.home-about-feature i {
  width: 22px;
  height: 22px;
  min-width: 22px;
  stroke-width: 1.9;
}

.home-about-feature:nth-child(1) i { color: #2563eb; }
.home-about-feature:nth-child(2) i { color: var(--theme-color); }
.home-about-feature:nth-child(3) i { color: #10b981; }
.home-about-feature:nth-child(4) i { color: #ef4444; }

.home-about-feature span {
  color: var(--title-color);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.3;
}

.home-about-note {
  max-width: 740px;
  margin-bottom: 30px;
  padding-left: 18px;
  color: #4f5360;
  font-size: 16px;
  line-height: 1.75;
  border-left: 3px solid var(--theme-color);
}

.home-about-content .vs-btn {
  min-width: 190px;
  justify-content: center;
}

@media (max-width: 1199px) {
  .home-about-image,
  .home-about-image img {
    min-height: 450px;
  }

  .home-about-content {
    padding-left: 0;
  }

  .home-about-content .sec-title {
    font-size: 34px;
  }

  .home-about-content .vs-about__title {
    font-size: 23px;
  }
}

@media (max-width: 991px) {
  .home-about-image,
  .home-about-image img {
    min-height: 360px;
  }

  .home-about-content {
    max-width: 100%;
    padding-top: 8px;
  }

  .home-about-content .sec-title,
  .home-about-content .vs-about__title,
  .home-about-content .vs-about__desc,
  .home-about-note {
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .home-about-image,
  .home-about-image img {
    min-height: 300px;
  }

  .home-about-image__badge {
    left: 16px;
    bottom: 16px;
    width: calc(100% - 32px);
    padding: 14px 16px;
  }

  .home-about-image__badge strong {
    font-size: 34px;
  }

  .home-about-content .sec-title {
    font-size: 27px;
    line-height: 1.24;
  }

  .home-about-content .vs-about__title {
    font-size: 20px;
  }

  .home-about-features {
    grid-template-columns: 1fr;
  }

  .home-about-feature {
    min-height: 58px;
  }
}

/* --- Sidebar Gallery --- */
.sidebar-gallery .gallery-thumb {
  border-radius: 8px;
  overflow: hidden;
}

/* --- Scrollbar --- */
html::-webkit-scrollbar {
  width: 6px;
  background: #F5F5F5;
}

html::-webkit-scrollbar-thumb {
  background: var(--theme-color);
  border-radius: 3px;
}

html::-webkit-scrollbar-thumb:hover {
  background: var(--theme-color-hover);
}

/* --- Preloader Modernization --- */
.preloader {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  width: 100vw !important;
  height: 100vh !important;
  background-color: #FFFFFF !important;
  display: flex;
  align-items: center !important;
  justify-content: center !important;
  z-index: 9999999 !important;
}

.preloader-inner {
  text-align: center !important;
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important;
  max-width: 300px !important;
}

.preloader-inner img {
  max-width: 120px; /* Reduced from default large size */
  height: auto;
  margin: 0 0 30px 0 !important;
  animation: pulseLogo 2s infinite ease-in-out;
  position: static !important;
}

.preloader .loader {
  width: 40px;
  height: 40px;
  border: 3px solid rgba(201, 154, 43, 0.1);
  border-top-color: var(--theme-color);
  border-radius: 50%;
  display: block;
  margin: 0 auto !important;
  animation: spinLoader 1s linear infinite;
  position: static !important;
}

.preloader .preloaderCls {
  position: absolute;
  top: 20px;
  left: 20px;
  padding: 8px 16px;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1px;
  background-color: #f8f9fa;
  color: #666;
  border: 1px solid #eee;
  border-radius: 4px;
  opacity: 0.6;
  transition: all 0.3s ease;
}

.preloader .preloaderCls:hover {
  opacity: 1;
  background-color: #eee;
}

@keyframes pulseLogo {
  0%, 100% { transform: scale(1); opacity: 0.9; }
  50% { transform: scale(1.05); opacity: 1; }
}

@keyframes spinLoader {
  to { transform: rotate(360deg); }
}

/* --- Spacing & Gap Reduction --- */
:root {
  --section-space: 80px;
  --section-space-mobile: 50px;
  --section-title-space: 50px;
}

.space {
  padding-top: 80px;
  padding-bottom: 80px;
}

.space-top {
  padding-top: 80px;
}

.space-bottom {
  padding-bottom: 80px;
}

.space-extra-bottom {
  padding-bottom: 50px;
}

.space-extra-top {
  padding-top: 50px;
}

/* Title area spacing */
.title-area {
  margin-bottom: 30px;
}

.title-area.style2 {
  margin-bottom: 25px;
}

.sec-subtitle {
  margin-bottom: 10px;
}

.sec-title {
  margin-top: 0;
  margin-bottom: 0;
}

/* Section-specific spacing */
.mb-30 {
  margin-bottom: 24px !important;
}

.mb-60 {
  margin-bottom: 35px !important;
}

/* Service section bottom spacing */
.service-layout2.space.space-extra-bottom {
  padding-bottom: 60px;
}

/* About section */
.space.space-extra-bottom.z-index-common.overflow-hidden {
  padding-bottom: 60px;
}

/* Project section */
.space.overflow-hidden {
  padding-top: 80px;
  padding-bottom: 80px;
}

/* Newsletter section */
.vs-newsletter {
  margin-top: -120px;
  padding: 60px 10%;
}

/* Pricing section */
.pricing.space.space-extra-bottom {
  padding-bottom: 60px;
}

/* Blog section */
.blog-layout2.space {
  padding-top: 80px;
  padding-bottom: 80px;
}

/* Video section */
.video-layout1 {
  padding-top: 100px;
  min-height: 450px;
}

/* Footer widget area */
.widget-area {
  padding: 60px 0;
}

/* Footer logo & widgets */
.footer-widget {
  margin-bottom: 30px;
}

.footer-logo {
  margin-bottom: 20px;
}

/* Banner inner */
.vs-banner--style2 .vs-banner__inner {
  padding: 120px 0 70px;
}

/* Progress box */
.progress-box {
  margin-bottom: 18px;
}

/* Service tab margins */
.service-tab2 .nav-tabs {
  margin-bottom: 30px;
}

/* Icon Buttons --- */
.icon-btn {
  border-radius: 50%;
  transition: all 0.3s ease;
}

.icon-btn:hover {
  background-color: var(--theme-color);
  border-color: var(--theme-color);
}

/* --- Accordion --- */
.accordion .accordion-item {
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid var(--vs-border-color);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.03);
}

/* --- Selection Color --- */
::selection {
  background-color: var(--theme-color);
  color: #FFFFFF;
}

::-moz-selection {
  background-color: var(--theme-color);
  color: #FFFFFF;
}

/* --- Smooth Micro Animations --- */
@keyframes float-subtle {
  0%, 100% { transform: translateY(0px); }
  50% { transform: translateY(-6px); }
}

/* --- Responsive Tweaks --- */
@media (max-width: 991px) {
  .space {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .space-extra-bottom {
    padding-bottom: 30px;
  }

  .title-area {
    margin-bottom: 25px;
  }

  .vs-newsletter {
    margin-top: -80px;
    padding: 30px 20px;
  }

  .widget-area {
    padding: 40px 0;
  }

  .vs-banner--style2 .vs-banner__inner {
    padding: 100px 0 50px;
  }

  .service-card {
    padding: 20px 16px;
  }

  .pricing__plan {
    margin-bottom: 20px;
  }

  .video-layout1 {
    padding-top: 60px;
    min-height: 350px;
  }
}

@media (max-width: 767px) {
  .space {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .title-area {
    margin-bottom: 20px;
  }

  .vs-newsletter {
    margin-top: -60px;
  }

  .vs-banner--style2 .vs-banner__inner {
    padding: 80px 0 40px;
  }

  .vs-btn {
    padding: 14px 24px;
    font-size: 14px;
  }

  .service-card {
    border-radius: 8px;
  }

  .pricing__plan {
    border-radius: 8px;
  }

  .widget-area {
    padding: 30px 0;
  }
}

/* ============================================================
   Mobile Bottom Navigation Bar (DesignCafe-inspired)
   ============================================================ */
.mobile-bottom-nav {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  display: none;
  background-color: #FFFFFF;
  box-shadow: 0 -2px 15px rgba(0, 0, 0, 0.1);
  border-top: 1px solid #f0f0f0;
  padding-bottom: env(safe-area-inset-bottom, 0px);
}

.mobile-bottom-nav__item {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 3px;
  padding: 10px 4px;
  font-size: 11px;
  font-weight: 600;
  color: var(--title-color);
  text-decoration: none;
  border: none;
  background: none;
  cursor: pointer;
  font-family: var(--body-font);
  transition: color 0.2s ease;
  letter-spacing: 0.3px;
}

.mobile-bottom-nav__item i {
  font-size: 18px;
  line-height: 1;
}

.mobile-bottom-nav__item:hover,
.mobile-bottom-nav__item:active {
  color: var(--theme-color);
  text-decoration: none;
}

/* WhatsApp button */
.mobile-bottom-nav__item--whatsapp {
  color: #25D366;
}

.mobile-bottom-nav__item--whatsapp:hover,
.mobile-bottom-nav__item--whatsapp:active {
  color: #1da851;
}

/* Get Estimate CTA — highlighted */
.mobile-bottom-nav__item--cta {
  background-color: var(--theme-color);
  color: #FFFFFF;
  border-radius: 0;
  margin: 0;
}

.mobile-bottom-nav__item--cta:hover,
.mobile-bottom-nav__item--cta:active {
  background-color: var(--theme-color-hover);
  color: #FFFFFF;
}

/* Show only on mobile/tablet */
@media (max-width: 991px) {
  .mobile-bottom-nav {
    display: flex;
  }

  /* Add padding to footer so content isn't hidden behind bottom nav */
  .footer-copyright.style2 {
    padding-bottom: 75px;
  }

  /* Adjust scroll-to-top position */
  .scrollToTop.show {
    bottom: 80px;
  }

  .scroll-btn.show {
    bottom: 140px;
  }
}

/* --- Lucide Icon Styles --- */
.lucide {
  width: 1em;
  height: 1em;
  vertical-align: middle;
  stroke-width: 2;
}


/* Global Logo Size Constraints */
.header-logo img, .logo, .mobile-logo img, .footer-logo img {
  max-height: 60px !important;
  width: auto !important;
  object-fit: contain;
}

/* Service Card Hover Fix */
.service-icon i {
  color: var(--theme-color);
  transition: all 0.4s ease;
}

.service-card:hover .service-icon i {
  color: #ffffff;
}

/* Sidebar Dark Categories Widget */
.widget_categories.dark-style .widget__content ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.widget_categories.dark-style .widget__content ul li {
    margin-bottom: 10px;
}

.widget_categories.dark-style .widget__content ul li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #1a1a1a;
    color: #ffffff;
    padding: 15px 25px;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s ease;
}

.widget_categories.dark-style .widget__content ul li a:hover,
.widget_categories.dark-style .widget__content ul li.active a {
    background-color: var(--theme-color) !important;
    color: #ffffff !important;
}

/* Hide the theme's default FontAwesome arrow */
.widget_categories.dark-style .widget__content ul li a::before {
    display: none !important;
}

.widget_categories.dark-style .widget__content ul li a i {
    width: 20px;
    height: 20px;
    transition: transform 0.3s ease;
}

.widget_categories.dark-style .widget__content ul li a:hover i {
    transform: translateX(5px);
}

/* Modern Service Card (HomeLane Style) */
.service-card-modern .service-img-bg {
    transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1) !important;
}

.service-card-modern:hover .service-img-bg {
    transform: scale(1.08) !important;
}

.service-card-modern i {
    transition: transform 0.3s ease;
}

.service-card-modern:hover i {
    transform: translateX(5px);
}

/* --- Services Page Grid: refined cards with consistent image boxes --- */
.services-grid-section {
    background: linear-gradient(180deg, #ffffff 0%, #fafbfc 100%);
}

.services-grid-section .title-area {
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
}

.services-grid-section .title-area p {
    color: #5d6170;
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 0;
}

.service-grid-card {
    position: relative;
    height: 100%;
    overflow: hidden;
    border-radius: 8px;
    background: #ffffff;
    border: 1px solid rgba(26, 26, 46, 0.08);
    box-shadow: 0 12px 34px rgba(15, 18, 32, 0.06);
    transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.service-grid-card:hover {
    transform: translateY(-6px);
    border-color: rgba(201, 154, 43, 0.5);
    box-shadow: 0 22px 52px rgba(15, 18, 32, 0.12);
}

.service-grid-card__media {
    position: relative;
    display: block;
    aspect-ratio: 16 / 11;
    overflow: hidden;
    background: #eef2f6;
}

.service-grid-card__media::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(26, 26, 46, 0) 52%, rgba(26, 26, 46, 0.18) 100%);
    pointer-events: none;
}

.service-grid-card__media img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
    transition: transform 0.5s ease;
}

.service-grid-card:hover .service-grid-card__media img {
    transform: scale(1.05);
}

.service-grid-card__body {
    display: flex;
    flex-direction: column;
    min-height: 270px;
    padding: 28px;
}

.service-grid-card__meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 22px;
}

.service-grid-card__icon {
    width: 54px;
    height: 54px;
    min-width: 54px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    color: var(--theme-color);
    background: rgba(201, 154, 43, 0.12);
}

.service-grid-card__icon i {
    width: 25px;
    height: 25px;
    stroke-width: 1.9;
}

.service-grid-card__number {
    color: rgba(26, 26, 46, 0.16);
    font-family: var(--heading-font);
    font-size: 42px;
    font-weight: 400;
    line-height: 1;
}

.service-grid-card__title {
    margin: 0 0 14px;
    font-family: var(--body-font);
    font-size: 22px;
    font-weight: 700;
    line-height: 1.35;
}

.service-grid-card__title a {
    color: var(--title-color);
}

.service-grid-card__title a:hover {
    color: var(--theme-color);
}

.service-grid-card__desc {
    color: #5c6070;
    font-size: 15px;
    line-height: 1.75;
    margin-bottom: 24px;
}

.service-grid-card__footer {
    margin-top: auto;
    padding-top: 18px;
    border-top: 1px solid rgba(26, 26, 46, 0.08);
}

.service-grid-card__link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--theme-color);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 1.1px;
    line-height: 1;
    text-transform: uppercase;
}

.service-grid-card__link i {
    width: 16px;
    height: 16px;
    transition: transform 0.3s ease;
}

.service-grid-card__link:hover i {
    transform: translate(3px, -3px);
}

.services-grid-section .col-lg-4:nth-child(2n) .service-grid-card__icon {
    color: #0ea5e9;
    background: rgba(14, 165, 233, 0.12);
}

.services-grid-section .col-lg-4:nth-child(3n) .service-grid-card__icon {
    color: #10b981;
    background: rgba(16, 185, 129, 0.12);
}

.services-grid-section .col-lg-4:nth-child(4n) .service-grid-card__icon {
    color: #8b5cf6;
    background: rgba(139, 92, 246, 0.12);
}

@media (max-width: 1199px) {
    .service-grid-card__body {
        min-height: 250px;
        padding: 24px;
    }

    .service-grid-card__title {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    .service-grid-card__media {
        aspect-ratio: 4 / 3;
    }

    .service-grid-card__body {
        min-height: auto;
        padding: 22px;
    }

    .service-grid-card__number {
        font-size: 34px;
    }
}

.trust-bar-section {
    position: relative;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
}

/* Mega Menu Styles */
.ngi-mega-menu {
    position: static !important; /* Allow the mega menu to be wider than the relative container if needed, but the theme might need relative. Let's keep relative but increase width */
}

.ngi-mega-menu .mega-menu-container {
    width: 750px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    padding: 30px 40px !important;
    border-radius: 8px !important;
    box-shadow: 0 15px 40px rgba(0,0,0,0.08) !important;
    border-top: 3px solid var(--theme-color) !important;
    text-align: left !important;
}

.mega-col {
    border-bottom: 1px solid #eaeaea;
}

.mega-col:nth-last-child(-n+2) {
    border-bottom: none;
}

/* Override theme default sub-menu list bullets */
.ngi-mega-menu .mega-menu-container li a::before,
.ngi-mega-menu .mega-menu-container li::before {
    display: none !important;
}

.mega-menu-item {
    display: flex !important;
    align-items: center;
    padding: 15px 10px !important;
    color: var(--body-color) !important;
    transition: all 0.3s ease;
    background: transparent !important;
    text-transform: capitalize !important;
}

.mega-menu-item:hover {
    color: var(--theme-color) !important;
    transform: translateX(5px);
    background-color: #fcfcfc !important;
    border-radius: 6px;
}

.mega-icon-wrapper {
    margin-right: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--theme-color);
}

.mega-icon-wrapper i {
    width: 26px;
    height: 26px;
    stroke-width: 1.5;
}

.mega-text-wrapper {
    flex: 1;
}

.mega-title {
    font-size: 16px !important;
    font-weight: 500 !important;
    font-family: var(--body-font) !important;
    display: block;
    color: var(--title-color);
    transition: color 0.3s ease;
    white-space: nowrap;
}

.mega-menu-item:hover .mega-title {
    color: var(--theme-color);
}

@media (max-width: 991px) {
    .ngi-mega-menu .mega-menu-container {
        width: 100% !important;
        left: 0 !important;
        transform: none !important;
        padding: 15px !important;
        box-shadow: none !important;
        border-top: none !important;
    }
    .mega-col:nth-last-child(2) {
        border-bottom: 1px solid #eaeaea;
    }
    .mega-col:nth-last-child(1) {
        border-bottom: none;
    }
    .mega-title {
        white-space: normal;
    }
}

/* --- Modern Blog Section --- */
.blog-card-modern {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0,0,0,0.05);
    transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    height: 100%;
    display: flex;
    flex-direction: column;
    border: 1px solid #f0f0f0;
}

.blog-card-modern:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 40px rgba(0,0,0,0.1);
    border-color: var(--theme-color);
}

.blog-card-img {
    height: 240px;
    overflow: hidden;
    position: relative;
}

.blog-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.blog-card-modern:hover .blog-card-img img {
    transform: scale(1.1);
}

.blog-card-content {
    padding: 25px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.blog-card-meta {
    font-size: 13px;
    font-weight: 600;
    color: var(--theme-color);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.blog-card-meta span {
    color: #999;
    font-weight: 400;
}

.blog-card-title {
    font-size: 20px;
    margin-bottom: 15px;
    line-height: 1.4;
    font-weight: 600;
}

.blog-card-title a {
    color: var(--title-color);
}

.blog-card-title a:hover {
    color: var(--theme-color);
}

.blog-card-footer {
    margin-top: auto;
    padding-top: 20px;
    border-top: 1px solid #f5f5f5;
}

.read-more-link {
    font-size: 14px;
    font-weight: 600;
    color: var(--title-color);
    display: flex;
    align-items: center;
    gap: 5px;
    transition: color 0.3s ease;
}

.read-more-link:hover {
    color: var(--theme-color);
}

.read-more-link i {
    width: 18px;
    height: 18px;
    transition: transform 0.3s ease;
}

.read-more-link:hover i {
    transform: translateX(5px);
}

/* --- Professional Sidebar Widgets --- */
.sidebar-area {
    padding-left: 0;
}

.widget {
    background-color: #fff;
    border: 1px solid #f0f0f0;
    padding: 30px;
    border-radius: 12px;
    margin-bottom: 30px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.03);
}

.widget_title {
    font-size: 18px;
    font-weight: 700;
    font-family: var(--body-font);
    color: var(--title-color);
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 2px solid #f0f0f0;
    position: relative;
}

.widget_title::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 40px;
    height: 2px;
    background-color: var(--theme-color);
}

.widget_categories ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.widget_categories li {
    margin-bottom: 12px;
}

.widget_categories li:last-child {
    margin-bottom: 0;
}

.widget_categories li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 20px;
    background-color: #f9f9f9;
    color: var(--title-color);
    font-size: 14px;
    font-weight: 600;
    border-radius: 8px;
    transition: all 0.3s ease;
    font-family: var(--body-font);
    border: 1px solid transparent;
}

.widget_categories li a span {
    display: flex;
    align-items: center;
    min-width: 0;
    line-height: 1.35;
}

.widget_categories li a i.left-icon {
    margin-right: 12px;
    width: 36px;
    height: 36px;
    min-width: 36px;
    padding: 9px;
    border-radius: 10px;
    color: var(--theme-color);
    background: rgba(201, 154, 43, 0.12);
    transition: all 0.3s ease;
}

.widget_categories li a i.right-icon {
    width: 30px;
    height: 30px;
    min-width: 30px;
    padding: 8px;
    border-radius: 9px;
    color: var(--theme-color);
    background: rgba(201, 154, 43, 0.1);
    opacity: 1;
    transition: all 0.3s ease;
}

.widget_categories li:nth-child(1) a i.left-icon,
.widget_categories li:nth-child(1) a i.right-icon {
    color: #3b82f6;
    background: rgba(59, 130, 246, 0.12);
}

.widget_categories li:nth-child(2) a i.left-icon,
.widget_categories li:nth-child(2) a i.right-icon {
    color: #10b981;
    background: rgba(16, 185, 129, 0.12);
}

.widget_categories li:nth-child(3) a i.left-icon,
.widget_categories li:nth-child(3) a i.right-icon {
    color: #f59e0b;
    background: rgba(245, 158, 11, 0.14);
}

.widget_categories li:nth-child(4) a i.left-icon,
.widget_categories li:nth-child(4) a i.right-icon {
    color: #ef4444;
    background: rgba(239, 68, 68, 0.12);
}

.widget_categories li:nth-child(5) a i.left-icon,
.widget_categories li:nth-child(5) a i.right-icon {
    color: #8b5cf6;
    background: rgba(139, 92, 246, 0.12);
}

.widget_categories li:nth-child(6) a i.left-icon,
.widget_categories li:nth-child(6) a i.right-icon {
    color: #14b8a6;
    background: rgba(20, 184, 166, 0.12);
}

.widget_categories li a:hover,
.widget_categories li.active a {
    background-color: #fff;
    border-color: var(--theme-color);
    color: var(--theme-color);
    box-shadow: 0 4px 12px rgba(201, 154, 43, 0.1);
    transform: translateX(5px);
}

.widget_categories li.active a {
    background-color: var(--theme-color);
    color: #fff;
    border-color: var(--theme-color);
}

.widget_categories li.active a i.left-icon,
.widget_categories li.active a i.right-icon {
    color: #fff;
    background: rgba(255, 255, 255, 0.18);
    opacity: 1;
}

.widget_categories li a:hover i.left-icon,
.widget_categories li a:hover i.right-icon {
    background: rgba(201, 154, 43, 0.16);
}

.widget_categories li a:hover i.right-icon {
    transform: translateX(3px);
    opacity: 1;
}

/* --- Process Section Enhancements --- */
.process-step {
    cursor: pointer;
    position: relative;
    z-index: 2;
}

.process-icon-wrap {
    width: 80px; 
    height: 80px; 
    border-radius: 50%; 
    display: flex; 
    align-items: center; 
    justify-content: center; 
    margin: 0 auto 20px; 
    background-color: #fff; /* Solid background to block the line */
    position: relative;
    z-index: 2;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: 0 0 0 10px #fff; /* Solid white ring to hide the line */
}

.process-step:hover .process-icon-wrap {
    transform: scale(1.15) translateY(-5px);
    box-shadow: 0 0 0 15px #fff, 0 10px 20px rgba(0,0,0,0.1);
}

.process-step h4 {
    transition: color 0.3s ease;
    margin-top: 10px;
}

.process-step:hover h4 {
    color: var(--theme-color);
}

.process-line {
    position: absolute; 
    top: 40px; 
    left: 10%; 
    right: 10%; 
    height: 1px; 
    background: #e0e0e0;
    z-index: 1;
}

/* --- Premium Testimonial Carousel --- */
.testimonial-card-premium {
    transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    border: 1px solid rgba(255,255,255,0.05);
    z-index: 1;
}

.testimonial-card-premium:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.15) !important;
    border-color: var(--theme-color);
}

.testimonial-card-premium i[data-lucide="quote"] {
    transition: transform 0.4s ease;
}

.testimonial-card-premium:hover i[data-lucide="quote"] {
    transform: translateX(-50%) scale(1.2) rotate(-5deg);
    opacity: 0.4 !important;
}

.testimonial-section .slick-dots {
    bottom: -50px;
}

.testimonial-section .slick-dots li button:before {
    color: #fff;
    opacity: 0.3;
}

.testimonial-section .slick-dots li.slick-active button:before {
    color: var(--theme-color);
    opacity: 1;
}

/* --- Footer Refinement --- */
.footer-layout2 {
    background-color: #1a1a2e !important;
}

.footer-widget .footer-logo img {
    max-height: 70px;
    width: auto;
    display: block;
    margin-bottom: 25px;
}

.footer-text {
    font-size: 15px;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 30px;
    max-width: 380px;
}

.footer-social.style3 {
    display: flex;
    gap: 15px;
    align-items: center;
}

.footer-social.style3 a {
    width: 45px;
    height: 45px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    transition: all 0.3s ease;
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
}

.footer-social.style3 a:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.3);
}

.footer-social.style3 a i {
    width: 20px;
    height: 20px;
}

.footer-title {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 30px;
    position: relative;
}

.footer-title::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 40px;
    height: 2px;
    background-color: var(--theme-color);
}

/* --- Modern Newsletter Form (Single Line) --- */
.newsletter-form {
    display: flex !important;
    align-items: stretch;
    justify-content: center;
    max-width: 700px;
    margin: 40px auto 0;
    background: #fff;
    padding: 8px;
    border-radius: 15px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.06);
    border: 1px solid #f0f0f0;
}

.newsletter-form .form-control {
    flex: 1;
    height: 55px !important;
    border: none !important;
    background: transparent !important;
    padding: 0 25px !important;
    font-size: 16px;
    color: var(--title-color);
    box-shadow: none !important;
}

.newsletter-form .form-control::placeholder {
    color: #999;
}

.newsletter-form .vs-btn {
    height: 55px !important;
    line-height: 55px !important;
    padding: 0 35px !important;
    border-radius: 10px !important;
    margin: 0 !important;
    background-color: var(--theme-color);
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: all 0.3s ease;
    display: inline-block;
    vertical-align: middle;
    border: none;
}

.newsletter-form .vs-btn:hover {
    background-color: var(--title-color);
    transform: translateX(5px);
}

@media (max-width: 575px) {
    .newsletter-form {
        flex-direction: column;
        padding: 15px;
        gap: 15px;
    }
    .newsletter-form .vs-btn {
        width: 100%;
        text-align: center;
    }
}

/* Custom Carousel Arrows */
.testimonial-arrows {
    position: absolute;
    top: 55%;
    left: 20px;
    right: 20px;
    width: calc(100% - 40px);
    display: flex;
    justify-content: space-between;
    pointer-events: none;
    z-index: 10;
}

.testimonial-nav-btn {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    pointer-events: auto;
}

.testimonial-nav-btn:hover {
    background: var(--theme-color);
    border-color: var(--theme-color);
    transform: scale(1.1);
    box-shadow: 0 0 20px rgba(201, 154, 43, 0.4);
}

.testimonial-nav-btn i {
    width: 24px;
    height: 24px;
}

/* ============================================================
   PROFESSIONAL POLISH & INTERNATIONAL LOOK
   ============================================================ */

/* --- Breadcrumb Section Polish --- */
.breadcumb-wrapper {
    position: relative;
    padding: 100px 0 60px;
    overflow: hidden;
}

.breadcumb-wrapper .overlay {
    background: linear-gradient(135deg, rgba(26,26,46,0.85) 0%, rgba(26,26,46,0.7) 100%);
}

.breadcumb-title {
    font-family: var(--heading-font);
    font-weight: 400;
    font-size: 48px;
    letter-spacing: -0.5px;
    margin-bottom: 12px;
}

.breadcumb-menu li {
    font-family: var(--body-font);
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.5px;
}

.breadcumb-menu li a {
    transition: color 0.3s ease;
}

.breadcumb-menu li a:hover {
    color: var(--theme-color) !important;
}

/* --- Contact Page Polish --- */
.contact-box {
    background: #fff;
    padding: 35px 30px;
    border-radius: 12px;
    border: 1px solid #f0f0f0;
    box-shadow: 0 4px 20px rgba(0,0,0,0.04);
    transition: all 0.35s ease;
    text-align: center;
    height: 100%;
}

.contact-box:hover {
    box-shadow: 0 10px 35px rgba(0,0,0,0.08);
    transform: translateY(-4px);
    border-color: var(--theme-color);
}

.contact-box__icon {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    transition: all 0.3s ease;
}

.contact-box__icon i {
    width: 28px;
    height: 28px;
}

.contact-box:hover .contact-box__icon {
    transform: scale(1.1);
}

.contact-box__links,
.contact-box__text {
    font-size: 16px;
    font-weight: 500;
    color: var(--title-color);
    font-family: var(--body-font);
}

.contact-box__links:hover {
    color: var(--theme-color);
}

/* --- Form Inputs: Unified Modern Styling --- */
.form-style2 .form-control,
.form-control,
.form-select,
#leadForm .form-control,
#leadForm .form-select {
    height: 56px;
    border: 1px solid var(--vs-border-color);
    border-radius: 8px;
    padding: 12px 20px;
    font-size: 15px;
    font-family: var(--body-font);
    color: var(--title-color);
    background-color: #fff;
    transition: all 0.3s ease;
}

.form-style2 .form-control:focus,
.form-control:focus,
.form-select:focus,
#leadForm .form-control:focus,
#leadForm .form-select:focus {
    border-color: var(--theme-color);
    box-shadow: 0 0 0 3px rgba(var(--theme-color-rgb), 0.1);
    outline: none;
}

textarea.form-control {
    height: auto !important;
    min-height: 130px;
    resize: vertical;
}

.form-control::placeholder {
    color: #aaa;
    font-weight: 400;
}

/* --- Team Cards: Professional Overlay --- */
.team-style1,
.team-style {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0,0,0,0.05);
    transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    background: #fff;
    border: 1px solid #f0f0f0;
}

.team-style1:hover,
.team-style:hover {
    box-shadow: 0 15px 40px rgba(0,0,0,0.1);
    transform: translateY(-8px);
    border-color: var(--theme-color);
}

.team-style1 .team-img,
.team-style .team-img {
    overflow: hidden;
}

.team-style1 .team-img img,
.team-style .team-img img {
    transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

.team-style1:hover .team-img img,
.team-style:hover .team-img img {
    transform: scale(1.08);
}

.team-content {
    padding: 20px 20px;
    text-align: center;
}

.team-title {
    font-family: var(--body-font);
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 4px;
}

.team-title a {
    color: var(--title-color);
    transition: color 0.3s ease;
}

.team-title a:hover {
    color: var(--theme-color);
}

.team-desig,
.team-degi {
    font-size: 14px;
    color: var(--theme-color);
    font-weight: 500;
    font-family: var(--body-font);
}

.team-social {
    transition: all 0.3s ease;
}

.team-social a {
    transition: all 0.3s ease;
}

.team-social a:hover {
    color: var(--theme-color) !important;
    transform: translateY(-2px);
}

/* --- Blog Detail: Typography Polish --- */
.blog-single .blog-title {
    font-family: var(--heading-font);
    font-size: 32px;
    font-weight: 400;
    line-height: 1.3;
    margin-bottom: 20px;
    color: var(--title-color);
}

.blog-single .blog-meta {
    display: flex;
    gap: 20px;
    margin-bottom: 25px;
    flex-wrap: wrap;
}

.blog-single .blog-meta a {
    font-size: 14px;
    color: var(--body-color);
    font-family: var(--body-font);
    display: flex;
    align-items: center;
    gap: 6px;
    transition: color 0.3s ease;
}

.blog-single .blog-meta a i {
    width: 16px;
    height: 16px;
    color: var(--theme-color);
}

.blog-single .blog-meta a:hover {
    color: var(--theme-color);
}

.blog-content h2,
.blog-content h3,
.blog-content h4,
.service-content-area h2,
.service-content-area h3,
.service-content-area h4,
.project-content-area h2,
.project-content-area h3,
.project-content-area h4 {
    margin-top: 30px;
    margin-bottom: 15px;
    font-family: var(--heading-font);
    font-weight: 400;
    color: var(--title-color);
}

.blog-content p,
.service-content-area p,
.project-content-area p {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 18px;
    color: var(--body-color);
}

.blog-content img,
.service-content-area img,
.project-content-area img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin: 20px 0;
}

.blog-content blockquote,
.service-content-area blockquote {
    border-left: 4px solid var(--theme-color);
    padding: 20px 25px;
    margin: 25px 0;
    background: var(--smoke-color);
    border-radius: 0 8px 8px 0;
    font-style: italic;
    font-size: 17px;
    line-height: 1.7;
    color: var(--title-color);
}

.blog-content ul,
.blog-content ol,
.service-content-area ul,
.service-content-area ol {
    padding-left: 20px;
    margin-bottom: 18px;
}

.blog-content li,
.service-content-area li {
    margin-bottom: 8px;
    line-height: 1.7;
}

.blog-footer {
    border-top: 1px solid #f0f0f0;
    padding-top: 25px;
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 15px;
}

.blog-social .list a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: var(--smoke-color);
    color: var(--title-color);
    transition: all 0.3s ease;
    margin-right: 5px;
}

.blog-social .list a:hover {
    background: var(--theme-color);
    color: #fff;
}

.blog-social .list a i {
    width: 16px;
    height: 16px;
}

/* --- Accordion/FAQ: Premium Refinement --- */
.accordion-button {
    font-family: var(--body-font);
    font-weight: 600;
    font-size: 16px;
    color: var(--title-color);
    padding: 18px 24px;
    border-radius: 0;
    background: transparent;
    transition: all 0.3s ease;
}

.accordion-button:not(.collapsed) {
    color: var(--theme-color);
    background-color: rgba(var(--theme-color-rgb), 0.04);
    box-shadow: none;
}

.accordion-button:focus {
    box-shadow: none;
    border-color: var(--vs-border-color);
}

.accordion-button::after {
    transition: transform 0.3s ease;
}

.accordion-body {
    font-size: 15px;
    line-height: 1.8;
    color: var(--body-color);
    padding: 15px 24px 20px;
}

/* --- Project Widget (Details Page) --- */
.project-widget {
    background: #1A1A2E;
    border-radius: 12px;
    padding: 30px;
    color: #fff;
}

.project-widget .widget-title {
    color: #fff;
    font-family: var(--body-font);
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}

.project-widget .widget-content {
    margin-bottom: 18px;
    padding-bottom: 18px;
    border-bottom: 1px solid rgba(255,255,255,0.06);
}

.project-widget .widget-content:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.project-widget .widget-content span {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: rgba(255,255,255,0.5);
    display: block;
    margin-bottom: 4px;
}

.project-widget .widget-content h5 {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    margin: 0;
}

.project-inquiry-widget {
    margin-top: 22px;
    padding: 22px;
    border: 1px solid #ece7dc;
    border-top: 4px solid #d3a12a;
    border-radius: 10px;
    background: #fffdf8;
    box-shadow: 0 14px 34px rgba(1, 0, 15, 0.07);
}

.project-inquiry-widget__title {
    margin-bottom: 6px;
    color: var(--title-color);
    font-family: var(--body-font);
    font-size: 19px;
    line-height: 1.25;
    font-weight: 700;
}

.project-inquiry-widget p {
    margin-bottom: 14px;
    color: var(--body-color);
    font-size: 13px;
    line-height: 1.5;
}

.project-inquiry-form .form-group {
    margin-bottom: 10px !important;
}

.project-inquiry-widget .project-inquiry-form .form-control {
    height: 44px !important;
    min-height: 44px !important;
    padding: 0 14px !important;
    border: 1px solid #e4e0d7;
    border-radius: 7px;
    background: #ffffff;
    color: var(--title-color);
    font-size: 13px;
    line-height: 44px;
    box-shadow: none;
}

.project-inquiry-widget .project-inquiry-form textarea.form-control {
    height: 82px !important;
    min-height: 82px !important;
    padding-top: 11px !important;
    line-height: 1.5;
    resize: vertical;
}

.project-inquiry-widget .project-inquiry-form .form-control:focus {
    border-color: #d3a12a;
    background: #fff;
    box-shadow: 0 0 0 3px rgba(211, 161, 42, 0.12);
}

.project-inquiry-form__btn {
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    margin-top: 2px;
    padding: 12px 16px;
    border-radius: 7px;
    font-size: 12px;
    letter-spacing: 0.6px;
}

.project-inquiry-form__btn:disabled {
    cursor: wait;
    opacity: 0.75;
}

.project-inquiry-form__message {
    min-height: 20px;
    margin: 12px 0 0;
    font-size: 13px;
    line-height: 1.5;
}

.project-inquiry-form__message.is-success {
    color: #16803c;
}

.project-inquiry-form__message.is-error {
    color: #c53030;
}

/* --- Post Pagination (Project Details) --- */
.post-pagination {
    margin-top: 40px;
    padding-top: 30px;
    border-top: 1px solid #f0f0f0;
}

.post-pagi-box {
    display: flex;
    align-items: center;
    gap: 15px;
}

.post-pagi-icon {
    width: 50px;
    height: 50px;
    min-width: 50px;
    border-radius: 50%;
    background: var(--smoke-color);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.post-pagi-icon:hover {
    background: var(--theme-color);
    color: #fff;
}

.post-pagi-icon i {
    width: 20px;
    height: 20px;
}

.post-pagi-title {
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 2px;
}

.post-pagi-title a {
    color: var(--title-color);
    transition: color 0.3s ease;
}

.post-pagi-title a:hover {
    color: var(--theme-color);
}

.post-pagi-control {
    font-size: 13px;
    color: var(--body-color);
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
}

/* --- Search Widget Polish --- */
.search-form {
    display: flex;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid var(--vs-border-color);
}

.search-form input {
    flex: 1;
    height: 50px;
    border: none;
    padding: 0 18px;
    font-size: 15px;
    font-family: var(--body-font);
    outline: none;
}

.search-form button {
    width: 50px;
    border: none;
    background: var(--theme-color);
    color: #fff;
    cursor: pointer;
    transition: all 0.3s ease;
}

.search-form button:hover {
    background: var(--theme-color-hover);
}

/* --- VS Map Container --- */
.vs-map {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0,0,0,0.05);
}

/* --- Lead Modal Polish --- */
#leadModal .modal-content {
    border: none;
    border-radius: 16px !important;
    overflow: hidden;
    box-shadow: 0 25px 60px rgba(0,0,0,0.15) !important;
}

#leadModal .modal-header {
    background: linear-gradient(135deg, #1A1A2E 0%, #2d2d4e 100%) !important;
    padding: 28px 30px !important;
    border-bottom: none !important;
}

#leadModal .modal-title {
    font-family: var(--heading-font) !important;
    font-weight: 400 !important;
    font-size: 22px !important;
}

#leadModal .modal-body {
    padding: 30px !important;
}

#leadModal .modal-body p {
    color: var(--body-color);
    font-size: 15px;
}

/* --- Banner Content Polish --- */
.vs-banner__content {
    position: relative;
    z-index: 2;
}

.vs-banner__btns {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.vs-banner__btns .vs-btn {
    border-radius: 8px !important;
}

/* --- Home Hero: clear header spacing and readable headline --- */
.home-page1 .vs-banner--style2 .vs-banner__inner {
    padding: 140px 0 70px !important;
}

.home-page1 .vs-banner--style2 .vs-banner__title {
    max-width: 820px;
    margin-bottom: 18px;
    color: var(--title-color);
    font-family: var(--heading-font) !important;
    font-size: 42px !important;
    font-weight: 400;
    line-height: 1.18 !important;
    letter-spacing: 0 !important;
    text-transform: uppercase;
    text-wrap: balance;
}

.home-page1 .vs-banner--style2 .vs-banner__text {
    max-width: 680px;
    font-size: 16px;
}

.home-page1 .home-hero-video {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    border-radius: 8px;
    background: #111;
    box-shadow: 0 22px 58px rgba(15, 18, 32, 0.14);
}

.home-page1 .home-hero-video iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
    display: block;
    pointer-events: none;
}

@media (max-width: 1199px) {
    .home-page1 .vs-banner--style2 .vs-banner__inner {
        padding: 190px 0 58px !important;
    }

    .home-page1 .vs-banner--style2 .vs-banner__title {
        max-width: 720px;
        font-size: 36px !important;
        line-height: 1.2 !important;
    }
}

@media (max-width: 991px) {
    .home-page1 .vs-banner--style2 .vs-banner__inner {
        padding: 115px 0 46px !important;
    }

    .home-page1 .vs-banner--style2 .vs-banner__title {
        max-width: 100%;
        font-size: 32px !important;
        text-align: center;
    }

    .home-page1 .vs-banner--style2 .vs-banner__text {
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }
}

@media (max-width: 767px) {
    .home-page1 .vs-banner--style2 .vs-banner__inner {
        padding: 95px 0 40px !important;
    }

    .home-page1 .vs-banner--style2 .vs-banner__title {
        font-size: 26px !important;
        line-height: 1.24 !important;
    }
}

/* --- Trust Bar Section Polish --- */
.trust-bar-section .trust-icon {
    width: 36px;
    height: 36px;
    margin-bottom: 12px;
}

.trust-bar-section h4 {
    font-family: var(--body-font) !important;
    font-weight: 500;
}

/* --- Link Hover Animation (expand underline from center) --- */
.footer-menu2 ul li a,
.main-menu > ul > li > a,
.blog-card-title a,
.project-style__title_link,
.vs-service__title--link {
    text-decoration: none;
}

/* --- Focus-Visible for Accessibility --- */
a:focus-visible,
button:focus-visible,
.form-control:focus-visible,
.vs-btn:focus-visible {
    outline: 2px solid var(--theme-color);
    outline-offset: 2px;
}

/* --- Smooth Image Radius on all content images --- */
.blog-img img,
.vs-service__img img,
.project-style img {
    border-radius: 8px;
}

/* --- Counter Number Style --- */
.counter-number {
    font-family: var(--heading-font);
}

/* --- Ach Section Stats --- */
.ach-stat-card {
    transition: all 0.4s ease;
}

.ach-stat-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.3);
}

/* ============================================================
   COMPLETE MOBILE RESPONSIVE OVERHAUL
   ============================================================ */

/* --- Tablet: 1199px --- */
@media (max-width: 1199px) {
    .breadcumb-title {
        font-size: 40px;
    }
    
    .blog-single .blog-title {
        font-size: 28px;
    }
}

/* --- Tablet: 991px --- */
@media (max-width: 991px) {
    .breadcumb-wrapper {
        padding: 80px 0 45px;
    }
    
    .breadcumb-title {
        font-size: 34px;
    }
    
    /* Hero Section */
    .vs-banner--style2 .vs-banner__inner {
        padding: 90px 0 40px;
    }
    
    .vs-banner__title {
        font-size: 34px !important;
        text-align: center;
    }
    
    .vs-banner__text {
        text-align: center;
        font-size: 15px;
    }
    
    .vs-banner__btns {
        justify-content: center;
    }
    
    /* Trust Bar */
    .trust-bar-section h4 {
        font-size: 14px !important;
    }
    
    /* Contact Boxes */
    .contact-box {
        padding: 25px 20px;
    }
    
    /* Map */
    .gmap_iframe {
        height: 450px !important;
    }
    
    /* Blog Detail */
    .blog-single .blog-title {
        font-size: 26px;
    }
    
    /* Team Cards */
    .team-content {
        padding: 15px;
    }
    
    /* Project Widget */
    .project-widget {
        margin-top: 30px;
    }
    
    /* Testimonial Arrows */
    .testimonial-arrows {
        display: none !important;
    }
}

/* --- Mobile: 767px --- */
@media (max-width: 767px) {
    /* Breadcrumb */
    .breadcumb-wrapper {
        padding: 70px 0 35px;
    }
    
    .breadcumb-title {
        font-size: 28px;
        line-height: 1.3;
    }
    
    .breadcumb-menu li {
        font-size: 12px;
    }
    
    /* Hero */
    .vs-banner__title {
        font-size: 28px !important;
        line-height: 1.2 !important;
    }
    
    .vs-banner__text {
        font-size: 14px;
    }
    
    .vs-banner__btns {
        flex-direction: column;
        align-items: center;
        gap: 12px;
    }
    
    .vs-banner__btns .vs-btn {
        width: 100%;
        text-align: center;
        justify-content: center;
    }
    
    /* Section Titles */
    .sec-title {
        font-size: 24px;
        letter-spacing: -0.2px;
    }
    
    .sec-subtitle {
        font-size: 11px;
        letter-spacing: 2px;
    }
    
    /* Trust Bar */
    .trust-bar-section {
        padding: 20px 0 !important;
    }
    
    .trust-bar-section i {
        width: 28px !important;
        height: 28px !important;
    }
    
    .trust-bar-section h4 {
        font-size: 13px !important;
    }
    
    /* Process Section */
    .process-line {
        display: none !important;
    }
    
    .process-icon-wrap {
        width: 65px;
        height: 65px;
    }
    
    .process-step h4 {
        font-size: 17px !important;
    }
    
    .process-step p {
        font-size: 14px;
    }
    
    /* Service Cards */
    .service-card-modern {
        margin-bottom: 20px;
    }
    
    .service-card-modern .service-img-bg {
        height: 220px !important;
    }
    
    /* Testimonials */
    .testimonial-card-premium {
        padding: 30px 20px !important;
        margin: 10px !important;
    }
    
    .testimonial-section .sec-title {
        font-size: 28px !important;
    }
    
    /* Newsletter */
    .vs-newsletter {
        margin-top: -40px;
        padding: 30px 20px;
    }
    
    .vs-newsletter .sec-title.style2 {
        font-size: 24px;
    }
    
    /* Contact Form */
    .form-style2 .form-control {
        height: 50px;
    }
    
    /* Map */
    .gmap_iframe {
        height: 350px !important;
    }
    
    /* Blog Detail */
    .blog-single .blog-title {
        font-size: 24px;
    }
    
    .blog-single .blog-meta {
        gap: 12px;
    }
    
    .blog-footer {
        flex-direction: column;
    }
    
    /* Project Grid */
    .grid-item {
        margin-bottom: 20px;
    }
    
    /* Modal */
    #leadModal .modal-dialog {
        margin: 15px;
    }
    
    #leadModal .modal-title {
        font-size: 18px !important;
    }
    
    /* FAQ */
    .accordion-button {
        padding: 15px 18px;
        font-size: 15px;
    }
    
    .accordion-body {
        padding: 12px 18px 18px;
        font-size: 14px;
    }
    
    /* Footer */
    .footer-widget {
        text-align: center;
        margin-bottom: 35px;
    }
    
    .footer-widget .footer-logo {
        display: flex;
        justify-content: center;
    }
    
    .footer-text {
        margin-left: auto;
        margin-right: auto;
        max-width: none;
    }
    
    .footer-social.style3 {
        justify-content: center;
    }
    
    .footer-title {
        text-align: center;
        display: block;
    }
    
    .footer-title::after {
        left: 50%;
        transform: translateX(-50%);
    }
    
    .footer-menu2 ul li a {
        justify-content: center;
    }
    
    .footer-info {
        justify-content: center;
    }
    
    .footer-info__body {
        text-align: left;
    }
    
    /* Video section */
    .video-layout1 {
        min-height: 280px;
        padding-top: 60px;
    }
    
    .play-btn > i {
        width: 60px;
        height: 60px;
    }
}

/* --- Small Mobile: 575px --- */
@media (max-width: 575px) {
    /* Hero */
    .vs-banner__title {
        font-size: 24px !important;
    }
    
    .vs-banner__text {
        font-size: 13px;
    }
    
    /* Breadcrumb */
    .breadcumb-title {
        font-size: 24px;
    }
    
    .breadcumb-menu {
        font-size: 11px;
    }
    
    /* Section Titles */
    .sec-title {
        font-size: 22px;
    }
    
    /* Trust Bar */
    .trust-bar-section .col-6 {
        margin-bottom: 15px;
    }
    
    .trust-bar-section h4 {
        font-size: 12px !important;
        line-height: 1.3;
    }
    
    .trust-bar-section i {
        width: 24px !important;
        height: 24px !important;
        margin-bottom: 8px !important;
    }
    
    /* Process Steps */
    .process-icon-wrap {
        width: 55px;
        height: 55px;
    }
    
    .process-icon-wrap i {
        width: 24px !important;
        height: 24px !important;
    }
    
    .process-step h4 {
        font-size: 15px !important;
    }
    
    .process-step p {
        font-size: 13px;
    }
    
    /* Service Cards */
    .service-card-modern .service-img-bg {
        height: 200px !important;
    }
    
    /* Testimonial */
    .testimonial-card-premium p {
        font-size: 14px !important;
    }
    
    .testimonial-section .sec-title {
        font-size: 24px !important;
    }
    
    /* Blog Cards */
    .blog-card-img {
        height: 200px;
    }
    
    .blog-card-title {
        font-size: 17px;
    }
    
    .blog-card-content {
        padding: 20px;
    }
    
    /* Contact */
    .contact-box {
        padding: 20px 15px;
    }
    
    .contact-box__icon {
        width: 55px;
        height: 55px;
    }
    
    .contact-box__links,
    .contact-box__text {
        font-size: 14px;
    }
    
    /* About page stat cards */
    .ach-stat-card h2 {
        font-size: 22px !important;
    }
    
    .ach-stat-card p {
        font-size: 10px !important;
    }
    
    /* Footer */
    .footer-title {
        font-size: 16px;
        margin-bottom: 20px;
    }
    
    .footer-info__link {
        font-size: 14px;
    }
    
    .footer-copyright.style2 {
        font-size: 12px;
        padding: 20px 15px;
    }
    
    /* Modal */
    #leadModal .modal-header {
        padding: 20px !important;
    }
    
    #leadModal .modal-body {
        padding: 20px !important;
    }
    
    /* Buttons */
    .vs-btn {
        padding: 12px 20px;
        font-size: 13px;
    }
    
    /* Video */
    .video-layout1 {
        min-height: 220px;
    }
}

/* --- Fix: Ensure no horizontal scroll on any screen --- */
html, body {
    overflow-x: hidden;
}

/* --- Print Styles --- */
@media print {
    .vs-header,
    .mobile-bottom-nav,
    .footer-layout2,
    .preloader,
    .scrollToTop,
    .vs-menu-wrapper,
    .sidemenu-wrapper,
    .popup-search-box {
        display: none !important;
    }
    
    body {
        color: #000;
        background: #fff;
    }
    
    .breadcumb-wrapper {
        background: #f5f5f5 !important;
        padding: 20px 0;
    }
    
    .space {
        padding: 20px 0;
    }
}

/* --- Final mobile hero/header offset: keep homepage title clear of fixed header --- */
@media (max-width: 991px) {
    .home-page1 .vs-banner.vs-banner--style2 .vs-banner__inner {
        padding-top: 155px !important;
    }

    .home-page1 .vs-banner.vs-banner--style2 .vs-banner__title {
        font-size: 31px !important;
        line-height: 1.22 !important;
        margin-bottom: 16px;
        text-align: center;
    }
}

@media (max-width: 575px) {
    .home-page1 .vs-banner.vs-banner--style2 .vs-banner__inner {
        padding-top: 150px !important;
        padding-bottom: 34px !important;
    }

    .home-page1 .vs-banner.vs-banner--style2 .vs-banner__title {
        font-size: 25px !important;
        line-height: 1.25 !important;
    }
}
