:root {
  --app-navy-950: #071f30;
  --app-navy-900: #0b2f47;
  --app-navy-800: #123f5d;
  --app-blue-700: #075985;
  --app-petrol-700: #0f6c72;
  --app-petrol-500: #15959b;
  --app-orange-600: #ea580c;
  --app-orange-500: #f97316;
  --app-green-700: #087a3e;
  --app-green-600: #08783f;
  --app-surface: #f4f8fb;
  --app-surface-2: #eaf2f6;
  --app-white: #ffffff;
  --app-ink: #10212f;
  --app-muted: #5c6e7d;
  --app-line: #d9e5eb;
  --app-radius-sm: 12px;
  --app-radius: 20px;
  --app-radius-lg: 30px;
  --app-shadow-sm: 0 10px 30px rgba(7, 31, 48, 0.08);
  --app-shadow: 0 22px 60px rgba(7, 31, 48, 0.13);
  --app-container: 1180px;
  color-scheme: light;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  width: 100%;
  overflow-x: clip;
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body {
  width: 100%;
  min-width: 0;
  margin: 0;
  overflow-x: clip;
  background: var(--app-surface);
  color: var(--app-ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

body.app-menu-open {
  overflow: hidden;
}

a {
  color: var(--app-blue-700);
  text-decoration: none;
}

a:hover {
  color: var(--app-petrol-700);
}

img,
svg {
  max-width: 100%;
  vertical-align: middle;
}

img {
  height: auto;
}

button,
input,
textarea,
select {
  font: inherit;
}

button,
summary {
  cursor: pointer;
}

h1,
h2,
h3,
h4,
p,
ul,
ol {
  margin-top: 0;
}

h1,
h2,
h3,
h4 {
  color: var(--app-navy-900);
  font-weight: 850;
  line-height: 1.13;
  letter-spacing: -0.025em;
}

p {
  color: var(--app-muted);
}

ul,
ol {
  padding-left: 1.25rem;
}

::selection {
  background: var(--app-orange-500);
  color: var(--app-white);
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible,
summary:focus-visible {
  outline: 3px solid var(--app-orange-500);
  outline-offset: 3px;
}

.app-skip-link {
  position: fixed;
  top: -80px;
  left: 18px;
  z-index: 9999;
  padding: 11px 16px;
  border-radius: 10px;
  background: var(--app-orange-500);
  color: var(--app-navy-950);
  font-weight: 800;
}

.app-skip-link:focus {
  top: 18px;
}

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

.container,
.container-xxl {
  width: min(var(--app-container), calc(100% - 40px));
  margin-inline: auto;
  padding: 0;
}

.container-fluid {
  width: min(1440px, calc(100% - 40px));
  margin-inline: auto;
  padding: 0;
}

.row {
  --app-gutter: 24px;
  display: flex;
  flex-wrap: wrap;
  min-width: 0;
  margin-inline: calc(var(--app-gutter) / -2);
}

.row > * {
  min-width: 0;
  width: 100%;
  padding-inline: calc(var(--app-gutter) / 2);
}

.d-flex {
  display: flex;
}

.align-items-center {
  align-items: center;
}

.justify-content-center {
  justify-content: center;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

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

.header-top-section {
  position: relative;
  z-index: 41;
  background: var(--app-navy-950);
  color: #c9dbe5;
  font-size: 13px;
}

.header-top-section .row {
  min-height: 38px;
}

.header-address-info p,
.phone-number p {
  margin: 0;
  color: inherit;
}

.header-address-info span {
  margin-left: 20px;
}

.header-address-info i,
.phone-number i {
  margin-right: 5px;
  color: #70d2cf;
  font-style: normal;
}

.phone-number p {
  color: var(--app-white);
  font-weight: 750;
}

.hendre_nav_manu {
  position: sticky;
  top: 0;
  z-index: 40;
  min-height: 82px;
  border-bottom: 1px solid var(--app-line);
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 8px 25px rgba(7, 31, 48, 0.04);
  backdrop-filter: blur(16px);
}

.hendre_nav_manu > .container-fluid > .row {
  min-height: 82px;
}

.logo {
  display: flex;
  align-items: center;
}

.logo a {
  display: inline-flex;
  align-items: center;
}

.logo img {
  display: block;
  width: 210px;
  max-height: 60px;
  object-fit: contain;
}

.logo .main_sticky {
  display: none;
}

.hendre_menu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 22px;
  width: 100%;
}

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

.hendre_menu > ul.nav_scroll {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 23px;
  margin-left: auto;
}

.hendre_menu > ul.nav_scroll > li {
  position: relative;
}

.hendre_menu > ul.nav_scroll > li > a {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 82px;
  padding: 0;
  color: var(--app-ink);
  font-size: 13px;
  font-weight: 800;
  white-space: nowrap;
}

.hendre_menu > ul.nav_scroll > li > a::after {
  position: absolute;
  right: 100%;
  bottom: 19px;
  left: 0;
  height: 3px;
  border-radius: 4px;
  background: var(--app-petrol-500);
  content: "";
  transition: right 0.2s ease;
}

.hendre_menu > ul.nav_scroll > li > a:hover::after,
.hendre_menu > ul.nav_scroll > li > a[aria-current="page"]::after,
.hendre_menu > ul.nav_scroll > li:focus-within > a::after {
  right: 0;
}

.hendre_menu > ul.nav_scroll > li > a span {
  margin-left: 5px;
  font-size: 10px;
}

.hendre_menu .sub-menu {
  position: absolute;
  top: calc(100% - 8px);
  left: -20px;
  z-index: 60;
  width: 270px;
  padding: 10px !important;
  border: 1px solid var(--app-line);
  border-radius: 16px;
  background: var(--app-white);
  box-shadow: var(--app-shadow);
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s;
}

.hendre_menu li:hover > .sub-menu,
.hendre_menu li:focus-within > .sub-menu,
.hendre_menu li.app-submenu-open > .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.hendre_menu .sub-menu a {
  display: block;
  padding: 10px 12px;
  border-radius: 9px;
  color: var(--app-ink);
  font-size: 13px;
  font-weight: 700;
}

.hendre_menu .sub-menu a:hover,
.hendre_menu .sub-menu a:focus {
  background: var(--app-surface-2);
  color: var(--app-blue-700);
}

.header-menu-right-btn {
  flex: 0 0 auto;
}

.header-button a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  min-height: 48px;
  padding: 9px 18px;
  border: 2px solid var(--app-orange-500);
  border-radius: 999px;
  background: var(--app-orange-500);
  color: var(--app-navy-950);
  font-size: 13px;
  font-weight: 900;
  box-shadow: 0 10px 24px rgba(249, 115, 22, 0.2);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.header-button a:hover {
  color: var(--app-navy-950);
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(249, 115, 22, 0.27);
}

.header-button svg {
  width: 21px;
  height: 21px;
}

.mobile-menu-area {
  display: none;
}

.app-mobile-brand,
.app-menu-toggle,
.app-submenu-toggle {
  display: none;
}

.sticky-buttons {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 80;
  display: grid !important;
  width: 188px;
  padding: 0;
  gap: 8px;
  background: transparent;
}

.sticky-buttons a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  min-height: 50px;
  margin: 0;
  padding: 9px 15px;
  border: 0;
  border-radius: 999px;
  color: var(--app-white);
  font-size: 13px;
  font-weight: 850;
  line-height: 1.2;
  text-align: center;
  box-shadow: 0 12px 28px rgba(7, 31, 48, 0.22);
  transition: transform 0.2s ease, filter 0.2s ease;
}

.sticky-buttons a:hover {
  color: var(--app-white);
  transform: translateY(-2px);
  filter: brightness(1.04);
}

.sticky-buttons a.whatsapp {
  background: var(--app-green-600);
}

.sticky-buttons a.phone {
  background: var(--app-navy-800);
}

.sticky-buttons svg {
  flex: 0 0 22px;
  width: 22px;
  height: 22px;
}

.sticky-buttons span {
  display: block;
}

.hero-static {
  position: relative;
  min-height: 610px;
  overflow: hidden;
  background: var(--app-navy-950);
}

.hero-static::after {
  position: absolute;
  z-index: 1;
  inset: 0;
  background:
    radial-gradient(circle at 86% 78%, rgba(21, 149, 155, 0.25) 0, rgba(21, 149, 155, 0) 36%),
    linear-gradient(90deg, rgba(7, 31, 48, 0.98) 0%, rgba(11, 47, 71, 0.88) 49%, rgba(11, 47, 71, 0.28) 100%);
  content: "";
}

.hero-static::before {
  position: absolute;
  right: -160px;
  bottom: -270px;
  z-index: 2;
  width: 520px;
  height: 520px;
  border: 88px solid rgba(249, 115, 22, 0.13);
  border-radius: 50%;
  content: "";
}

.hero-static .hero-section {
  position: relative;
  min-height: 610px;
  display: flex;
  align-items: center;
}

.hero-static .hero-shape,
.hero-static .lighthouse-hero-picture,
.hero-static .lighthouse-hero-picture img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-static .lighthouse-hero-picture img {
  display: block;
  max-width: none;
  object-fit: cover;
}

.hero-static .container,
.hero-static .row,
.hero-static .row > * {
  position: static;
}

.hero-static .row {
  width: 100%;
}

.hero-static .sero-content {
  position: relative;
  z-index: 3;
  max-width: 760px;
  padding: 105px 0;
  background: transparent;
}

.hero-static .sero-content::before {
  position: static;
  display: flex;
  align-items: center;
  gap: 10px;
  width: auto;
  height: auto;
  margin-bottom: 18px;
  background: none;
  color: #7fdfdc;
  content: "İstanbul’da garantili ikinci el kombi";
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.hero-static .sero-content::after {
  position: absolute;
  top: 113px;
  left: 0;
  width: 24px;
  height: 2px;
  background: #7fdfdc;
  content: "";
  transform: translateX(-34px);
}

.hero-static .sero-content h1 {
  max-width: 760px;
  margin: 0;
  padding: 0;
  color: var(--app-white);
  font-size: clamp(46px, 6vw, 76px);
  font-weight: 900;
  line-height: 1.02;
  letter-spacing: -0.048em;
  text-transform: none;
  text-wrap: balance;
}

.hero-static .hero-button a,
.hendre-button a,
.blog-btn a,
.widget-button a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 50px;
  margin: 30px 0 0;
  padding: 12px 22px;
  border: 2px solid var(--app-orange-500);
  border-radius: 999px;
  background: var(--app-orange-500);
  color: var(--app-navy-950);
  font-size: 14px;
  font-weight: 900;
  box-shadow: 0 13px 30px rgba(249, 115, 22, 0.24);
}

.hero-static .hero-button a:hover,
.hendre-button a:hover,
.blog-btn a:hover,
.widget-button a:hover {
  color: var(--app-navy-950);
  transform: translateY(-2px);
}

.hero-static .hero-button i,
.hendre-button i {
  font-style: normal;
}

.hero-static .hero-button i::before,
.hendre-button i::before {
  content: "→";
}

.feature-section,
.shops-section,
.about-section,
.service-section,
.process-section,
.blog-section,
.blogs-section,
.project-section,
.map-section,
.contact-us,
.shop-detials,
.service-details {
  position: relative;
  padding: 92px 0;
}

.feature-section {
  z-index: 4;
  margin-top: -54px;
  padding: 0 0 92px;
}

.feature-section .container-fluid {
  width: min(var(--app-container), calc(100% - 40px));
}

.row.feature-bg {
  padding: 38px;
  border: 1px solid var(--app-line);
  border-radius: var(--app-radius-lg);
  background: var(--app-white);
  box-shadow: var(--app-shadow);
}

.hendre-section-title {
  margin-bottom: 38px;
}

.hendre-section-title.padding-lg {
  margin-bottom: 24px;
}

.hendre-section-title h2:first-child,
.breatcam-content span,
.service-top-section h2:first-child {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 10px;
  color: var(--app-petrol-700);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hendre-section-title h2:first-child::before,
.service-top-section h2:first-child::before {
  width: 23px;
  height: 2px;
  background: currentColor;
  content: "";
}

.hendre-section-title h1,
.hendre-section-title h2:not(:first-child),
.service-top-section h1,
.service-top-section h2:not(:first-child) {
  margin: 0;
  color: var(--app-navy-900);
  font-size: clamp(33px, 4.2vw, 52px);
  line-height: 1.08;
}

.hendre-section-title h1 span,
.hendre-section-title h2 span {
  color: var(--app-petrol-700);
}

.feature-contact-info {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 0 0 24px auto;
  padding: 18px 20px;
  border: 1px solid #b9d9db;
  border-radius: 18px;
  background: #effafa;
}

.feature-ctn-icon {
  display: grid;
  flex: 0 0 52px;
  width: 52px;
  height: 52px;
  place-items: center;
  border-radius: 15px;
  background: var(--app-petrol-700);
}

.feature-ctn-icon img {
  width: 30px;
  height: 30px;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

.feature-contact {
  min-width: 0;
}

.feature-ask {
  display: block;
  color: var(--app-muted);
  font-size: 12px;
  font-weight: 750;
}

.feature-phone-number {
  margin: 2px 0 0;
  font-size: 19px;
}

.feature-phone-number a {
  color: var(--app-navy-900);
  white-space: nowrap;
}

.feature-single-box,
.single-products-box,
.single-blog-box,
.brand-card,
.service-section.style-two .col-lg-4,
.service-list .single-service-box {
  height: 100%;
}

.feature-single-box {
  margin-top: 16px;
}

.feature-thumb {
  position: relative;
  height: 100%;
  min-height: 230px;
  overflow: hidden;
  border-radius: var(--app-radius);
  background: var(--app-navy-900);
}

.feature-thumb > a {
  display: block;
  height: 100%;
}

.feature-thumb img {
  display: block;
  width: 100%;
  height: 230px;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.feature-thumb:hover img {
  transform: scale(1.04);
}

.feature-content {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 22px;
  background: linear-gradient(180deg, transparent, rgba(7, 31, 48, 0.93));
}

.feature-content h2 {
  margin: 25px 0 0;
  color: var(--app-white);
  font-size: 21px;
}

.feature-shape {
  display: none;
}

.shops-section {
  background: var(--app-surface);
}

.shops-section .row.products,
.service-list.lighthouse-grid,
.blog-list.lighthouse-grid,
.team-list.lighthouse-grid,
.testi-list.lighthouse-grid {
  row-gap: 24px;
}

.single-products-box {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid var(--app-line);
  border-radius: var(--app-radius);
  background: var(--app-white);
  box-shadow: var(--app-shadow-sm);
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.single-products-box:hover {
  border-color: rgba(15, 108, 114, 0.48);
  box-shadow: var(--app-shadow);
  transform: translateY(-4px);
}

.products-thumb {
  position: relative;
  overflow: hidden;
  background: #eef4f7;
}

.products-thumb img {
  display: block;
  width: 100%;
  height: 310px;
  object-fit: contain;
  mix-blend-mode: multiply;
  transition: transform 0.35s ease;
}

.single-products-box:hover .products-thumb img {
  transform: scale(1.035);
}

.product-content {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 22px;
}

.product-rating {
  margin: 0 0 8px;
  padding: 0;
  color: #b45309;
  font-size: 12px;
  letter-spacing: 2px;
  list-style: none;
}

.product-rating::before {
  content: "★★★★★";
}

.product-rating li {
  display: none;
}

.product-title h2,
.product-item-title h2 {
  margin: 0 0 15px;
  color: var(--app-navy-900);
  font-size: 19px;
  overflow-wrap: anywhere;
}

.product-price {
  margin-top: auto;
  padding-top: 14px;
  border-top: 1px solid var(--app-line);
}

.product-price p,
.category-price {
  margin: 0;
  color: var(--app-petrol-700);
  font-size: 17px;
  font-weight: 900;
}

.about-section {
  overflow: hidden;
  background: var(--app-white);
}

.about-right-thumb {
  position: relative;
  margin: 0;
}

.about-right-thumb::after {
  position: absolute;
  right: -18px;
  bottom: -18px;
  z-index: 0;
  width: 140px;
  height: 140px;
  border: 26px solid rgba(21, 149, 155, 0.18);
  border-radius: 50%;
  content: "";
}

.about-right-thumb img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: var(--app-radius-lg);
}

.about-section .hendre-section-title {
  margin-bottom: 24px;
}

.about-section .hendre-section-title p,
.service-dtls-desc p,
.blog-desc2 p,
.post-comment-description p {
  color: var(--app-muted);
  font-size: 16px;
  line-height: 1.8;
}

.about-items {
  display: flex;
  align-items: flex-start;
  min-width: 0;
  margin-top: 26px;
  padding: 22px;
  border: 1px solid var(--app-line);
  border-radius: 18px;
  background: var(--app-surface);
}

.about-icon {
  flex: 0 0 74px;
}

.about-icon img {
  width: 68px;
}

.about-item-content {
  flex: 1 1 auto;
  min-width: 0;
  padding-left: 16px;
}

.about-item-title {
  margin: 0 0 7px;
  color: var(--app-navy-900);
  font-size: 20px;
  overflow-wrap: anywhere;
}

.about-discription {
  width: auto;
  margin: 0;
  padding: 0;
}

.about-item-list ul {
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}

.about-item-list li {
  position: relative;
  padding: 6px 0 6px 27px;
  color: var(--app-ink);
  font-weight: 700;
}

.about-item-list li::before {
  position: absolute;
  left: 0;
  color: var(--app-petrol-700);
  content: "✓";
  font-weight: 950;
}

.service-section {
  background: var(--app-surface);
}

.service-list.lighthouse-grid,
.blog-list.lighthouse-grid,
.team-list.lighthouse-grid,
.testi-list.lighthouse-grid,
.testi-list2.lighthouse-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.service-section .service-thumb,
.service-list .service-thumb {
  position: relative;
  overflow: hidden;
  border-radius: var(--app-radius) var(--app-radius) 0 0;
  background: var(--app-navy-900);
}

.service-section .service-thumb img,
.service-list .service-thumb img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.service-section .col-lg-4 > div,
.service-list > div,
.single-service-box {
  height: 100%;
  overflow: hidden;
  border: 1px solid var(--app-line);
  border-radius: var(--app-radius);
  background: var(--app-white);
  box-shadow: var(--app-shadow-sm);
}

.service-content {
  padding: 24px;
}

.service-title,
.service-title a,
.service-content h2,
.service-content h3 {
  margin: 0 0 10px;
  color: var(--app-navy-900);
  font-size: 21px;
}

.service-content p {
  margin-bottom: 0;
}

.service-content a:last-child {
  color: var(--app-petrol-700);
  font-weight: 850;
}

.process-section {
  background: var(--app-navy-900);
}

.process-section .hendre-section-title h1,
.process-section .hendre-section-title h2:not(:first-child) {
  color: var(--app-white);
}

.process-section .hendre-section-title h2:first-child {
  color: #7fdfdc;
}

.process-section .hendre-section-title h2 span {
  color: #7fdfdc;
}

.single-process-box {
  position: relative;
  height: 100%;
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: var(--app-radius);
  background: rgba(255, 255, 255, 0.055);
}

.process-number span {
  display: grid;
  width: 46px;
  height: 46px;
  margin-bottom: 22px;
  place-items: center;
  border-radius: 14px;
  background: var(--app-petrol-500);
  color: var(--app-white);
  font-size: 13px;
  font-weight: 900;
}

.process-title,
.process-title h2,
.process-title h3 {
  color: var(--app-white);
}

.process-desc,
.process-desc p {
  color: #c9dbe5;
}

.process-thumb {
  display: none;
}

.blog-section,
.blogs-section {
  background: var(--app-white);
}

.single-blog-box,
.single-blog-dtls-box {
  height: 100%;
  overflow: hidden;
  border: 1px solid var(--app-line);
  border-radius: var(--app-radius);
  background: var(--app-white);
  box-shadow: var(--app-shadow-sm);
}

.blog-thumb {
  overflow: hidden;
  background: var(--app-surface-2);
}

.blog-thumb img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.single-blog-box:hover .blog-thumb img {
  transform: scale(1.035);
}

.blog-content {
  padding: 24px;
}

.blog-title,
.blog-title a,
.blog-content h2,
.blog-content h3 {
  margin: 0 0 12px;
  color: var(--app-navy-900);
  font-size: 21px;
}

.blog-btn a {
  min-height: 42px;
  margin-top: 8px;
  padding: 8px 16px;
  border-color: var(--app-petrol-700);
  background: transparent;
  color: var(--app-petrol-700);
  box-shadow: none;
}

.blog-btn a:hover {
  background: var(--app-petrol-700);
  color: var(--app-white);
}

.breatcam-section {
  position: relative;
  min-height: 320px;
  overflow: hidden;
  background:
    radial-gradient(circle at 88% 70%, rgba(21, 149, 155, 0.25), transparent 34%),
    linear-gradient(125deg, var(--app-navy-900), var(--app-navy-950));
}

.breatcam-section::after {
  position: absolute;
  right: -120px;
  bottom: -230px;
  width: 430px;
  height: 430px;
  border: 72px solid rgba(249, 115, 22, 0.12);
  border-radius: 50%;
  content: "";
}

.breatcam-section .container,
.breatcam-section .row,
.breatcam-content {
  position: relative;
  z-index: 2;
}

.breatcam-content {
  padding: 80px 0;
}

.breatcam-content h1,
.breatcam-content h2 {
  max-width: 850px;
  margin: 0;
  color: var(--app-white);
  font-size: clamp(40px, 5vw, 64px);
  line-height: 1.04;
}

.breatcam-content ul,
.breatcam-content p {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 20px 0 0;
  padding: 0;
  color: #c9dbe5;
  list-style: none;
}

.breatcam-content a {
  color: #7fdfdc;
  font-weight: 800;
}

.brand-card {
  overflow: hidden;
  margin-bottom: 24px;
  border: 1px solid var(--app-line);
  border-radius: var(--app-radius);
  background: var(--app-white);
  box-shadow: var(--app-shadow-sm);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.brand-card:hover {
  box-shadow: var(--app-shadow);
  transform: translateY(-4px);
}

.brand-image-wrapper {
  position: relative;
  display: grid;
  min-height: 190px;
  place-items: center;
  overflow: hidden;
  background: var(--app-surface-2);
}

.brand-image {
  width: 78%;
  max-height: 130px;
  object-fit: contain;
  mix-blend-mode: multiply;
}

.brand-badge {
  position: absolute;
  top: 14px;
  right: 14px;
  padding: 5px 9px;
  border-radius: 999px;
  background: var(--app-orange-500);
  color: var(--app-navy-950);
  font-size: 11px;
  font-weight: 900;
}

.brand-title {
  padding: 20px;
}

.brand-title h2,
.brand-title h3 {
  margin: 0;
  font-size: 20px;
}

.service-details,
.shop-detials,
.blogs-section {
  background: var(--app-white);
}

.service-dtls-all-items,
.shop-dtls-info,
.single-blog-dtls-box {
  overflow: hidden;
  border: 1px solid var(--app-line);
  border-radius: var(--app-radius);
  background: var(--app-white);
  box-shadow: var(--app-shadow-sm);
}

.service-dtls-all-items > .service-thumb,
.shop-detials .products-thumb,
.single-blog-dtls-box > .blog-thumb {
  border-radius: 0;
}

.service-dtls-all-items > .service-thumb img,
.shop-detials .products-thumb img,
.single-blog-dtls-box > .blog-thumb img {
  width: 100%;
  max-height: 610px;
  object-fit: cover;
}

.service-dtls-content,
.shop-dtls-info,
.single-blog-dtls-box .blog-content,
.blog-desc2,
.post-comment-description {
  padding: 30px;
}

.service-dtls-content h1,
.service-dtls-content h2,
.shop-dtls-info h1,
.shop-dtls-info h2,
.blog-desc2 h1,
.blog-desc2 h2 {
  color: var(--app-navy-900);
  font-size: clamp(29px, 3.5vw, 43px);
}

.service-dtls-content h3,
.blog-desc2 h3,
.post-comment-description h3 {
  margin-top: 34px;
  font-size: 24px;
}

.service-dtls-content ul,
.blog-desc2 ul,
.post-comment-description ul {
  color: var(--app-muted);
}

.sidebar-menu,
.widget-sidebar-box,
.widget-sidebar-quick-contact,
.appoinment-tab {
  margin-bottom: 22px;
  padding: 24px;
  border: 1px solid var(--app-line);
  border-radius: var(--app-radius);
  background: var(--app-surface);
}

.sidebar-title,
.sidebar-title2,
.widget-title2 {
  margin-bottom: 17px;
  color: var(--app-navy-900);
  font-size: 20px;
}

.widget-nav-menu ul,
.widget-categories-content ul,
.sidebar-menu ul,
.footer-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}

.widget-nav-menu li + li,
.widget-categories-content li + li,
.sidebar-menu li + li {
  margin-top: 8px;
}

.widget-nav-menu a,
.widget-categories-content a,
.sidebar-menu a {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 12px;
  border-radius: 10px;
  color: var(--app-ink);
  font-weight: 700;
}

.widget-nav-menu a:hover,
.widget-categories-content a:hover,
.sidebar-menu a:hover {
  background: var(--app-surface-2);
  color: var(--app-blue-700);
}

.widget-sidebar-quick-contact {
  border: 0;
  background: var(--app-navy-900);
  color: var(--app-white);
}

.widget-sidebar-quick-contact h2,
.widget-sidebar-quick-contact h3,
.widget-sidebar-quick-contact p {
  color: var(--app-white);
}

.widget-recent-post {
  display: flex;
  gap: 12px;
  margin-bottom: 14px;
}

.rpost-thumb {
  flex: 0 0 78px;
}

.rpost-thumb img {
  width: 78px;
  height: 64px;
  object-fit: cover;
  border-radius: 9px;
}

.rpost-title,
.rpost-title a {
  color: var(--app-navy-900);
  font-size: 14px;
  line-height: 1.4;
}

.contact-us,
.map-section {
  background: var(--app-white);
}

.contact_from_box,
.contact-form,
.contact-us .contact-form {
  padding: 30px;
  border: 1px solid var(--app-line);
  border-radius: var(--app-radius);
  background: var(--app-white);
  box-shadow: var(--app-shadow-sm);
}

.form-box {
  margin-bottom: 16px;
}

.form-box label {
  display: block;
  margin-bottom: 7px;
  color: var(--app-navy-900);
  font-weight: 800;
}

.form-box input,
.form-box textarea,
.form-box select,
.contact-form input,
.contact-form textarea,
.contact-form select {
  width: 100%;
  min-height: 50px;
  padding: 12px 14px;
  border: 1px solid var(--app-line);
  border-radius: 11px;
  background: var(--app-white);
  color: var(--app-ink);
}

.form-box textarea,
.contact-form textarea {
  min-height: 150px;
  resize: vertical;
}

.form-box button,
.contact-form button,
.contact-form input[type="submit"] {
  min-height: 50px;
  padding: 12px 22px;
  border: 2px solid var(--app-orange-500);
  border-radius: 999px;
  background: var(--app-orange-500);
  color: var(--app-navy-950);
  font-weight: 900;
}

.map-bg,
.map-section iframe {
  width: 100%;
  min-height: 420px;
  overflow: hidden;
  border: 0;
  border-radius: var(--app-radius);
}

.app-region-directory {
  position: relative;
  padding: 55px 0 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  background: var(--app-navy-900);
  color: #c9dbe5;
}

.app-region-directory > .container-fluid {
  width: min(var(--app-container), calc(100% - 40px));
}

.app-region-directory .footer-bg {
  max-height: 320px;
  overflow: hidden;
  transition: max-height 0.45s ease;
}

.app-region-directory.app-expanded .footer-bg {
  max-height: 4000px;
}

.app-region-directory::after {
  position: absolute;
  right: 0;
  bottom: 76px;
  left: 0;
  height: 100px;
  background: linear-gradient(180deg, transparent, var(--app-navy-900));
  content: "";
  pointer-events: none;
}

.app-region-directory.app-expanded::after {
  display: none;
}

.app-region-directory .widget-title {
  color: var(--app-white);
}

.app-region-directory .footer-menu a {
  display: block;
  padding: 5px 0;
  color: #c9dbe5;
  font-size: 12px;
  line-height: 1.45;
}

.app-region-directory .footer-menu a:hover {
  color: #7fdfdc;
}

.app-directory-toggle {
  position: relative;
  z-index: 2;
  display: flex;
  min-height: 46px;
  margin: 28px auto 0;
  padding: 10px 18px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.07);
  color: var(--app-white);
  font-size: 13px;
  font-weight: 850;
}

.footer-section:not(.app-region-directory) {
  padding: 70px 0 42px;
  background: var(--app-navy-950);
  color: #c9dbe5;
}

.footer-section:not(.app-region-directory) .footer-bg {
  row-gap: 36px;
}

.footer-section:not(.app-region-directory) h2,
.footer-section:not(.app-region-directory) h3,
.footer-section:not(.app-region-directory) .widget-title {
  margin-bottom: 16px;
  color: var(--app-white);
  font-size: 18px;
}

.footer-section:not(.app-region-directory) p {
  color: #aabfcb;
}

.footer-section:not(.app-region-directory) a {
  color: #c9dbe5;
}

.footer-section:not(.app-region-directory) a:hover {
  color: #7fdfdc;
}

.dreamhub-logo img {
  width: 235px;
  max-height: 72px;
  padding: 8px;
  border-radius: 12px;
  background: var(--app-white);
  object-fit: contain;
}

.follow-company-icon {
  display: flex;
  gap: 8px;
  margin-top: 18px;
}

.follow-company-icon a {
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 11px;
  background: rgba(255, 255, 255, 0.05);
  color: var(--app-white);
}

.follow-company-icon .fa-facebook-f::before {
  content: "f";
}

.follow-company-icon .fa-twitter::before {
  content: "X";
}

.follow-company-icon .fa-instagram::before {
  content: "◎";
}

.follow-company-icon i {
  font-style: normal;
  font-weight: 900;
}

.footer-bottom-section {
  padding: 18px 0 88px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  background: var(--app-navy-950);
  color: #9db2bf;
}

.footer-bottom-content-copy p {
  margin: 0;
  color: inherit;
  font-size: 13px;
  text-align: center;
}

.footer-bottom-content-copy a {
  color: #7fdfdc;
  font-weight: 800;
}

.go-top.go-top-button {
  position: fixed;
  right: 24px;
  bottom: 145px;
  z-index: 70;
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border-radius: 50%;
  background: var(--app-white);
  color: var(--app-navy-900);
  box-shadow: var(--app-shadow-sm);
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: 0.2s ease;
}

.go-top.go-top-button.app-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.go-top.go-top-button i {
  display: none;
}

.go-top.go-top-button::before {
  content: "↑";
  font-weight: 900;
}

.tabs {
  margin: 0 0 25px;
  padding: 0;
  list-style: none;
}

.tabs li {
  display: inline-flex;
}

.tabs li a {
  display: inline-flex;
  padding: 10px 14px;
  border: 1px solid var(--app-line);
  border-radius: 10px;
  background: var(--app-white);
  color: var(--app-navy-900);
  font-weight: 800;
}

.tabs li.current a,
.tabs li a[aria-selected="true"] {
  border-color: var(--app-petrol-700);
  background: var(--app-petrol-700);
  color: var(--app-white);
}

.tabs_item[hidden] {
  display: none;
}

@media (min-width: 576px) {
  .col-sm-6 {
    width: 50%;
  }
}

@media (min-width: 768px) {
  .col-md-4 {
    width: 33.333333%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-12 {
    width: 100%;
  }
}

@media (min-width: 992px) {
  .col-lg-2 {
    width: 16.666667%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-4 {
    width: 33.333333%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-8 {
    width: 66.666667%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-10 {
    width: 83.333333%;
  }

  .col-lg-12 {
    width: 100%;
  }

  .pl-40 {
    padding-left: 32px;
  }

  .service-details .col-lg-8,
  .shop-detials .col-lg-8,
  .blogs-section .col-lg-8,
  .blogs-section .col-lg-9 {
    padding-right: 32px;
  }
}

@media (max-width: 1180px) {
  .hendre_menu > ul.nav_scroll {
    gap: 14px;
  }

  .hendre_menu > ul.nav_scroll > li > a {
    font-size: 12px;
  }

  .header-button a {
    padding-inline: 13px;
  }
}

@media (max-width: 991px) {
  .header-top-section,
  .hendre_nav_manu {
    display: none !important;
  }

  .mobile-menu-area {
    position: sticky;
    top: 0;
    z-index: 90;
    display: block !important;
    width: 100%;
    border-bottom: 1px solid var(--app-line);
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 8px 25px rgba(7, 31, 48, 0.07);
    backdrop-filter: blur(14px);
  }

  .mobile-menu {
    position: relative;
    display: flex;
    width: min(100% - 28px, var(--app-container));
    min-height: 70px;
    margin-inline: auto;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
  }

  .app-mobile-brand {
    display: inline-flex;
    min-width: 0;
    align-items: center;
  }

  .app-mobile-brand img {
    display: block;
    width: 186px;
    max-width: 52vw;
    max-height: 52px;
    object-fit: contain;
  }

  .app-menu-toggle {
    display: grid;
    flex: 0 0 46px;
    width: 46px;
    height: 46px;
    padding: 10px;
    place-content: center;
    gap: 5px;
    border: 0;
    border-radius: 13px;
    background: var(--app-navy-900);
  }

  .app-menu-toggle span:not(.app-sr-only) {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 2px;
    background: var(--app-white);
    transition: transform 0.2s ease, opacity 0.2s ease;
  }

  .app-menu-toggle[aria-expanded="true"] span:nth-child(2) {
    transform: translateY(7px) rotate(45deg);
  }

  .app-menu-toggle[aria-expanded="true"] span:nth-child(3) {
    opacity: 0;
  }

  .app-menu-toggle[aria-expanded="true"] span:nth-child(4) {
    transform: translateY(-7px) rotate(-45deg);
  }

  .mobile-menu > nav.hendre_menu {
    position: absolute;
    top: calc(100% + 1px);
    right: -14px;
    left: -14px;
    z-index: 100;
    display: none;
    width: auto;
    max-height: calc(100vh - 71px);
    overflow-y: auto;
    padding: 10px 14px 20px;
    border-bottom: 1px solid var(--app-line);
    background: var(--app-white);
    box-shadow: 0 22px 48px rgba(7, 31, 48, 0.18);
  }

  .mobile-menu > nav.hendre_menu.app-open {
    display: block;
  }

  .mobile-menu nav.hendre_menu > ul.nav_scroll {
    display: block;
    width: 100%;
    margin: 0;
  }

  .mobile-menu nav.hendre_menu > ul.nav_scroll > li {
    position: relative;
    border-bottom: 1px solid var(--app-line);
  }

  .mobile-menu nav.hendre_menu > ul.nav_scroll > li:last-child {
    border-bottom: 0;
  }

  .mobile-menu nav.hendre_menu > ul.nav_scroll > li > a {
    min-height: 0;
    padding: 15px 50px 15px 4px;
    color: var(--app-ink);
    font-size: 15px;
    white-space: normal;
  }

  .mobile-menu nav.hendre_menu > ul.nav_scroll > li > a::after {
    display: none;
  }

  .mobile-menu nav.hendre_menu .sub-menu {
    position: static;
    display: none;
    width: 100%;
    padding: 0 0 10px 12px !important;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    opacity: 1;
    visibility: visible;
    transform: none;
  }

  .mobile-menu nav.hendre_menu li.app-submenu-open > .sub-menu {
    display: block;
  }

  .mobile-menu nav.hendre_menu .sub-menu a {
    padding: 10px 12px;
    background: var(--app-surface);
  }

  .app-submenu-toggle {
    position: absolute;
    top: 7px;
    right: 0;
    z-index: 2;
    display: grid;
    width: 42px;
    height: 42px;
    padding: 0;
    place-items: center;
    border: 0;
    border-radius: 11px;
    background: var(--app-surface-2);
    color: var(--app-navy-900);
    font-size: 21px;
    font-weight: 900;
  }

  .app-submenu-toggle::before {
    content: "+";
  }

  .app-submenu-toggle[aria-expanded="true"]::before {
    content: "−";
  }

  .service-list.lighthouse-grid,
  .blog-list.lighthouse-grid,
  .team-list.lighthouse-grid,
  .testi-list.lighthouse-grid,
  .testi-list2.lighthouse-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .feature-section,
  .shops-section,
  .about-section,
  .service-section,
  .process-section,
  .blog-section,
  .blogs-section,
  .project-section,
  .map-section,
  .contact-us,
  .shop-detials,
  .service-details {
    padding: 74px 0;
  }

  .feature-section {
    padding-top: 0;
  }

  .about-section .row {
    row-gap: 45px;
  }
}

@media (max-width: 767px) {
  .container,
  .container-xxl,
  .container-fluid,
  .feature-section .container-fluid,
  .app-region-directory > .container-fluid {
    width: min(100% - 28px, var(--app-container));
  }

  .row {
    --app-gutter: 16px;
  }

  .sticky-buttons {
    right: 0;
    bottom: 0;
    left: 0;
    display: grid !important;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    padding: 8px 8px calc(8px + env(safe-area-inset-bottom));
    gap: 8px;
    border-top: 1px solid rgba(255, 255, 255, 0.14);
    background: rgba(7, 31, 48, 0.94);
    backdrop-filter: blur(12px);
  }

  .sticky-buttons a {
    min-width: 0;
    min-height: 56px;
    padding: 8px 6px;
    border-radius: 14px;
    font-size: 13px;
    box-shadow: none;
  }

  .sticky-buttons a span br {
    display: none;
  }

  .sticky-buttons svg {
    flex-basis: 23px;
    width: 23px;
    height: 23px;
  }

  .hero-static,
  .hero-static .hero-section {
    min-height: 560px;
  }

  .hero-static::after {
    background:
      radial-gradient(circle at 75% 82%, rgba(21, 149, 155, 0.27), transparent 39%),
      linear-gradient(90deg, rgba(7, 31, 48, 0.95), rgba(11, 47, 71, 0.66));
  }

  .hero-static::before {
    right: -190px;
    bottom: -280px;
  }

  .hero-static .sero-content {
    max-width: 590px;
    padding: 88px 0 92px;
  }

  .hero-static .sero-content::after {
    display: none;
  }

  .hero-static .sero-content h1 {
    font-size: clamp(36px, 11vw, 54px);
    line-height: 1.02;
  }

  .hero-static .hero-button a {
    margin-top: 25px;
  }

  .feature-section {
    margin-top: -34px;
  }

  .row.feature-bg {
    padding: 26px 18px;
    border-radius: 24px;
  }

  .feature-contact-info {
    margin-left: 0;
  }

  .hendre-section-title h1,
  .hendre-section-title h2:not(:first-child),
  .service-top-section h1,
  .service-top-section h2:not(:first-child) {
    font-size: clamp(30px, 9vw, 42px);
  }

  .feature-thumb,
  .feature-thumb img {
    min-height: 0;
    height: 210px;
  }

  .products-thumb img {
    height: 285px;
  }

  .service-list.lighthouse-grid,
  .blog-list.lighthouse-grid,
  .team-list.lighthouse-grid,
  .testi-list.lighthouse-grid,
  .testi-list2.lighthouse-grid {
    grid-template-columns: 1fr;
  }

  .breatcam-section {
    min-height: 270px;
  }

  .breatcam-content {
    padding: 64px 0;
  }

  .breatcam-content h1,
  .breatcam-content h2 {
    font-size: clamp(35px, 11vw, 49px);
  }

  .service-dtls-content,
  .shop-dtls-info,
  .single-blog-dtls-box .blog-content,
  .blog-desc2,
  .post-comment-description,
  .contact_from_box,
  .contact-form,
  .contact-us .contact-form {
    padding: 22px 18px;
  }

  .app-region-directory .footer-bg {
    max-height: 280px;
  }

  .footer-bottom-section {
    padding-bottom: calc(90px + env(safe-area-inset-bottom));
  }

  .go-top.go-top-button {
    right: 14px;
    bottom: calc(84px + env(safe-area-inset-bottom));
  }
}

@media (max-width: 480px) {
  .mobile-menu {
    min-height: 66px;
  }

  .app-mobile-brand img {
    width: 165px;
  }

  .app-menu-toggle {
    flex-basis: 44px;
    width: 44px;
    height: 44px;
  }

  .hero-static,
  .hero-static .hero-section {
    min-height: 530px;
  }

  .hero-static .sero-content {
    padding: 74px 0 88px;
  }

  .hero-static .sero-content::before {
    max-width: 300px;
    font-size: 10px;
  }

  .hero-static .sero-content h1 {
    font-size: clamp(33px, 10.6vw, 44px);
  }

  .sticky-buttons a {
    gap: 7px;
    font-size: 12px;
  }

  .about-items {
    padding: 18px 14px;
  }

  .about-icon {
    flex-basis: 58px;
  }

  .about-icon img {
    width: 54px;
  }

  .about-item-content {
    padding-left: 11px;
  }

  .feature-phone-number {
    font-size: 17px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
