
/* 1. Define the Local Font Face */
/* ==========================================
   1. BARLOW CONDENSED @FONT-FACE
   ========================================== */


@font-face {
  font-family: 'Barlow Condensed';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/assets/Fonts/BarlowCondensed/HTx3L3I-JCGChYJ8VI-L6OO_au7B6xHT2g.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}


@font-face {
  font-family: 'Barlow Condensed';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('/assets/Fonts/BarlowCondensed/HTxwL3I-JCGChYJ8VI-L6OO_au7B4-Lwz3bWuQ.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}



@font-face {
  font-family: 'Barlow Condensed';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('/assets/Fonts/BarlowCondensed/HTxwL3I-JCGChYJ8VI-L6OO_au7B4873z3bWuQ.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}



@font-face {
  font-family: 'Barlow Condensed';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('/assets/Fonts/BarlowCondensed/HTxwL3I-JCGChYJ8VI-L6OO_au7B46r2z3bWuQ.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}


@font-face {
  font-family: 'Barlow Condensed';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url('/assets/Fonts/BarlowCondensed/HTxwL3I-JCGChYJ8VI-L6OO_au7B47b1z3bWuQ.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}


@font-face {
  font-family: 'Barlow Condensed';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url('/assets/Fonts/BarlowCondensed/HTxwL3I-JCGChYJ8VI-L6OO_au7B45L0z3bWuQ.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}


/* ==========================================
   2. WORK SANS @FONT-FACE
   ========================================== */
/**/



  
/*}*/
@font-face {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/assets/Fonts/Worksans/QGYsz_wNahGAdqQ43Rh_fKDp.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}



/* ==========================================
   3. STYLESHEET VARIABLES
   ========================================== */

:root {
  --color-gold: #cfaf58;
  --color-gold-light: #F5D56E;
  --color-gold-dark: #B89435;
  --color-dark: #0D0F12;
  --color-dark-card: #15181E;
  --color-light-bg: #F8F9FA;
  --color-card-bg: #EEEEEE;
  --color-text-dark: #1A1A1A;
  --color-text-muted: #666666;
  --color-text-light: #F1F5F9;
  --font-heading: 'Barlow Condensed', sans-serif;
  --font-body: 'Work Sans';
  --container-max: 1200px;
  --transition: all 0.3s ease;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: var(--font-body);
  color: var(--color-text-dark);
  background-color: #ffffff;
  line-height: 1.6;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}


header {
    z-index: 99;
    position: relative;
}



.skip-link {
    position: absolute;
    top: -100px;
    left: 0;
    background: #000;
    color: #fff;
    padding: 10px 15px;
    z-index: 9999;
    text-decoration: none;
}

.skip-link:focus {
    top: 0;
}


/* Text box containers positioning */
.work-content-side {
    position: relative;
    overflow: hidden;
}

/* Left side text box badge (Card 1) */
.badge-neu-left {
    position: absolute;
    top: 18px;
    left: -35px;
    background-color: #b02a2a;
    color: #ffffff;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 4px 0;
    width: 120px;
    text-align: center;
    transform: rotate(-45deg);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    z-index: 2;
    pointer-events: none;
}

/* Right side text box badge (Card 2) */
.badge-neu-right {
    position: absolute;
    top: 18px;
    right: -35px;
    background-color: #b02a2a;
    color: #ffffff;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 4px 0;
    width: 120px;
    text-align: center;
    transform: rotate(45deg);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    z-index: 2;
    pointer-events: none;
}

/* Clean up old classes */
.work-img-side {
    position: relative;
    display: inline-block;
}

.work-img-side.badge-right {
    aspect-ratio: 6 / 6;
}

a.dropdown-item {
    font-weight: 500 !important;
    line-height: 1.2em;
    padding: 15px 15px 15px 15px !important;
    color: black;
    font-size: 17px !important;
}

/* New header Css */
.mack-header-container {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 16px 0px;
}
.mck-header-top-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header_logo_box {
    width: 168px;
}
.mob_header_hamburger_block {
    display: none;
}
.header_nav_block {
    display: flex;
    align-items: center;
    gap: 30px;
}
a.maxk_call {
    display: flex;
    align-items: center;
    gap: 10px;
    background: #f5d56e;
    padding: 20px 40px;
    line-height: 1.2;
    font-size: 17px;
    font-family: 'Barlow Condensed';
    font-weight: 500;
}
a.maxk_call img {
    display: block;
    width: 18px;
}
nav.min_header_nav.for-desk {
    display: flex;
    gap: 0px;
}
nav.min_header_nav.for-desk a {
    font-size: 17px;
    font-family: 'Barlow Condensed';
    font-weight: 500;
    padding: 0 18px;
}
section.mck_mob_header_popup {
    display: none;
}






.modal-overlay {
    display: none !important;
}

a {
  color: inherit;
  text-decoration: none;
  transition: var(--transition);
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

.container {
  width: 100%;
  max-width: var(--container-max);
  margin: 0 auto;
  padding: 0px;
}

/* ================= HEADER ================= */
.site-header {
  position: relative;
  z-index: 1000;
  background-color: #ffffff;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.05);
  border-bottom: 1px solid #eeeeee;
}

.container.header-inner {
    padding: 1rem 0px;
    min-height: 0px;
}

.nav-bt {
    display: flex !important;
    gap: 30px !important;
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 110px;
}

.site-logo img {
  width: 168px;
  height: auto;
  object-fit: contain;
}

.nav-menu {
  display: flex;
  align-items: center;
  gap: 32px;
}

.nav-link {
  font-family: var(--font-heading);
  font-size: 17px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1.2em;
  color: var(--color-text-dark);
  padding: 0px 18px;
  position: relative;
}

.nav-link:hover,
.nav-link.active,
.nav-item-dropdown:hover > .nav-link {
  color: #707070;
}

.nav-link.active {
  color: #707070;
}

/* Dropdown */
.nav-item-dropdown {
  position: relative;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 250px;
  background-color: #ffffff;
  border-style: none;
  border-radius: 0px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  padding: 15px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: var(--transition);
}

.nav-item-dropdown:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  z-index: 99;
}

.dropdown-item {
  display: block;
  font-family: var(--font-heading);
  font-size: 17px;
  font-weight: 500;
  line-height: 1.2em;
  padding: 15px;
  color: var(--color-text-dark);
  transition: var(--transition);
}

.dropdown-item:hover {
  background-color: transparent;
  color: #707070;
}

.btn-phone {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background-color: var(--color-gold-light);
  color: #000000;
  font-family: var(--font-heading);
  font-size: 16px;
  font-weight: 500;
  padding: 14px 40px;
  border-radius: 0;
  transition: var(--transition);
}

.btn-phone:hover {
  background-color: var(--color-gold-light);
  transform: translateY(-2px);
}

.mobile-toggle {
  display: none;
  background: none;
  border: none;
  font-size: 1.8rem;
  cursor: pointer;
}



.hero-section {
  position: relative;
  height: 538px;
  display: flex;
  align-items: center;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

.hero-slider-track {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.slide-item {
  flex: 0 0 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.3) 100%);
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 680px;
  color: #ffffff;
}

.section-tag {
  font-family: var(--font-heading);
  font-size: 1.15rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: var(--color-gold);
  margin-bottom: 20px;
  display: inline-block;
}

.hero-title {
  font-family: var(--font-heading);
  font-size: 4.2rem;
  font-weight: 800;
  line-height: 1.05;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 40px;
  text-decoration-color: #F5D56E !important;
}

.gold-promo-box a {
    padding: 20px 40px 20px 40px;
    background-color: #0C0C0C;
    font-size: 17px;
    font-weight: 500;
    width: fit-content;
}

.hero-title .highlight {
  position: relative;
  display: inline-block;
}

.hero-title .highlight::after {
  content: '';
  position: absolute;
  bottom: 8px;
  left: 0;
  width: 100%;
  height: 8px;
  background-color: var(--color-gold);
  z-index: -1;
}

.btn-yellow {
  display: inline-block;
  background-color: var(--color-gold);
  color: #000000;
  font-family: var(--font-heading);
  font-size: 1.2rem;
  font-weight: 700;
  padding: 12px 32px;
  border-radius: 4px;
  border: none;
  cursor: pointer;
  transition: var(--transition);
}

.btn-yellow:hover {
  background-color: var(--color-gold-light);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(212, 176, 76, 0.4);
}

.btn-black {
  display: inline-block;
  background-color: #000000;
  color: #ffffff;
  font-family: var(--font-heading);
  font-size: 1.1rem;
  font-weight: 700;
  padding: 12px 28px;
  border-radius: 4px;
  border: none;
  cursor: pointer;
  transition: var(--transition);
}

.btn-black:hover {
  background-color: #222222;
  transform: translateY(-2px);
}

/* ================= WORKSHOPS SECTION ================= */
.workshops-section {
  background-color: #F1F1F1;
  padding: 119px 0;
}

.workshop-grid-top {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-bottom: 30px;
}

.workshop-card-item {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.06);
  aspect-ratio: 4/3;
  transition: var(--transition);
}

.workshop-card-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.workshop-card-item:hover img {
  transform: scale(1.08);
}

.workshop-card-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.1) 30%, rgba(0, 0, 0, 0.8) 100%);
  display: flex;
  align-items: flex-end;
  padding: 20px;
}

.workshop-card-title {
  font-family: var(--font-heading);
  font-size: 24px;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.3em;
}

.workshop-grid-bottom {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.gold-promo-box {
  background-color: var(--color-gold);
  border-radius: 8px;
  padding: 45px 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.gold-promo-title {
  font-family: var(--font-heading);
  font-size: 2.2rem;
  font-weight: 800;
  text-transform: uppercase;
  color: #ffffff;
  line-height: 1.15;
  margin-bottom: 30px;
}

.workshop-promo-img {
  border-radius: 8px;
  overflow: hidden;
}

.workshop-promo-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ================= ABOUT / FUTURE SECTION ================= */
.about-section {
  padding: 90px 0;
  background-color: #ffffff;
}

.two-col-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: center;
}

.section-heading {
  font-family: var(--font-heading);
  font-size: 3rem;
  font-weight: 800;
  text-transform: uppercase;
  color: var(--color-text-dark);
  line-height: 1.3em;
  margin-bottom: 20px;
}

.expertise-card {
  background-color: #F1F1F1;
}





/* ================= GERMANY MAP & COUNTER SECTION ================= */
.map-section {
  background-color: #0c0c0c !important;
  color: #ffffff;
  padding: 90px 0 0 0;
  text-align: center;
}

.map-container {
  max-width: 600px;
  margin: 40px auto 50px auto;
  position: relative;
}

.sub-title {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--color-gold-light);
  font-family: var(--font-heading);
  text-transform: uppercase;
  letter-spacing: 0;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.2em;
  width: 50%;
}

.sub-title::before {
  content: "";
  width: 34px;
  height: 3px;
  background: currentColor;
}

.main-title {
  font-family: var(--font-heading);
  font-size: 55px;
  font-weight: 700;
  line-height: 1;
  margin: 10px 0 40px;
  color: #ffffff;
}

.map-svg-wrap {
  width: 100%;
  height: auto;
}

.map-svg-wrap circle {
  transition: all 0.3s ease;
  cursor: pointer;
}

.map-svg-wrap circle:hover {
  fill: #ffffff;
  r: 10;
  filter: drop-shadow(0 0 8px rgba(212, 176, 76, 0.8));
}

.dot {
  fill: #f4c430;
  stroke: #ffffff;
  stroke-width: 2;
  cursor: pointer;
  transition: transform 0.2s ease, fill 0.2s ease, stroke 0.2s ease;
  transform-box: fill-box;
  transform-origin: center;
}

.dot:hover,
.dot:focus {
  fill: #ffffff;
  stroke: #f4c430;
  transform: scale(1.3);
}

.tooltip {
  position: absolute;
  z-index: 5;
  display: none;
  transform: translate(-50%, -120%);
  pointer-events: none;
  white-space: nowrap;
  background: #f4c430;
  color: #000000;
  padding: 6px 12px;
  border-radius: 4px;
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 700;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

.tooltip::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #f4c430 transparent transparent transparent;
}

.stats-banner {
  background-color: var(--color-gold);
  color: #000000;
  padding: 40px 0;
  margin-top: 40px;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  text-align: center;
}

.stat-number {
  font-family: var(--font-heading);
  font-size: 4rem;
  font-weight: 800;
  line-height: 1;
  color: #000000;
  margin-bottom: 6px;
}



/* ================= TEAM SECTION ================= */
.team-section {
  padding: 90px 0;
  background-color: var(--color-light-bg);
}

.team-img-wrap {
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

/* ================= NEWSLETTER SECTION ================= */
.newsletter-section {
  padding: 70px 0;
  background-color: #ffffff;
  border-top: 1px solid #eeeeee;
}

.newsletter-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
}

.newsletter-form {
  display: flex;
  gap: 12px;
}

.newsletter-input {
  flex: 1;
  padding: 12px 18px;
  border: 1px solid #cccccc;
  border-radius: 4px;
  font-size: 1rem;
}

.newsletter-input:focus {
  outline: none;
  border-color: var(--color-gold-dark);
}

/* ================= FOOTER ================= */
.site-footer {
     background-color: #0C0C0C;
  color: #ffffff;
  padding: 70px 0 30px 0;
}



.footer-col h4 {
  font-family: var(--font-heading);
  font-size: 1.3rem;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--color-gold);
  margin-bottom: 20px;
}

.footer-links li {
  margin-bottom: 10px;
  color: #a0aec0;
  font-size: 17px;
    color: white;
    display: flex;
    align-items: center;
    gap: 10px;
}

.list-icon {
    width: 16px; /* Icon width */
    height: 11px; /* Icon height */
    display: inline-block;
    vertical-align: middle;
}


.footer-icon {
    width: 18px; /* Icon width */
    height: 18px; /* Icon height */
    display: inline-block;
    vertical-align: middle;
}


.footer-links a:hover {
  color: var(--color-gold);
}

.footer-bottom {
    border-top: 2px solid #F1F1F152;
    padding-top: 34px;
    display: flex;
    justify-content: space-between;
    font-size: 0.9rem;
    color: #9E9E9E;
}

/* ================= HOMEPAGE WORDPRESS MATCH ================= */
.hero-section {
    
  height: 100vh !important;
  align-items: flex-end;
  padding-bottom: 5em;
}

.hero-container {
  position: relative;
  z-index: 2;
}

.hero-overlay {
  background: linear-gradient(90deg, rgba(13, 15, 18, 0.9) 0%, rgba(13, 15, 18, 0.25) 100%);
  opacity: 0.7;
  z-index: 1;
}

.hero-title {
  font-size: 76px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: underline;
  text-transform: none;
      margin-top: 20px;
}

.section-tag {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-heading);
  font-size: 17px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1.2em;
  letter-spacing: 0;
  color: var(--color-gold-light);
}

.section-tag::before {
  content: "";
  width: 17px;
  height: 3px;
  background: currentColor;
}

.hero-content .section-tag::before {
  width: 17px;
}

.dark-tag {
  color: #0d0f12;
}



.workshop-grid-top {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 30px;
  margin: 55px 0 30px;
}

.workshop-card-item {
  min-height: 300px;
  aspect-ratio: auto;
  border-radius: 0;
  box-shadow: none;
}

.workshop-card-overlay {
  background: linear-gradient(180deg, rgba(13, 15, 18, 0) 0%, rgba(13, 15, 18, 0.9) 100%);
  z-index: 1;
}

.workshop-card-title {
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 30px;
  z-index: 2;
  font-size: 24px;
  line-height: 1.3em;
}

.workshop-grid-bottom {
  grid-template-columns: 55fr 40fr;
  gap: 30px;
}

.gold-promo-box {
  min-height: 400px;
  border-radius: 0;
  padding: 70px;
  background: #CFAF58;
}

.gold-promo-title {
  font-size: 44px;
  font-weight: 700;
  line-height: 1.3;
  text-transform: none;
}

.workshop-promo-img {
  border-radius: 0;
  aspect-ratio: 5 / 4;
  background-image: url("../images/Prasentationstraining.webp");
  background-position: center;
  background-size: cover;
}

.about-section .two-col-grid {
  gap: 0;
  align-items: stretch;
}

.about-intro {
  padding-right: 5%;
}

.about-intro p,
.team-content-panel p,
.newsletter-copy p {
  color: #5d5d5d;
  font-size: 17px;
  line-height: 1.6em;
  margin-bottom: 30px;
}

.about-intro img {
    width: 100%;
    object-fit: cover;
    object-position: center;
    aspect-ratio: 4 / 3;
}

img.team-long.map-image {
    aspect-ratio: 4 / 3;
    object-fit: cover;
}

.section-heading {
  font-size: 60px;
  font-weight: 700;
  text-transform: none;
  color: #0d0f12;
}

.expertise-card {
  border-radius: 0;
  padding: 50px 70px;
  background: #F1F1F1;
}





.map-section {
  padding: 7em 0 15em;
}

.map-section .section-heading {
  color: #fff;
  text-align: center;
}

.map-section .section-tag {
  justify-content: center;
}

.map-container {
  max-width: 1200px;
  margin-bottom: 0;
}

.map-svg-wrap {
  max-height: 560px;
}

.stats-card.stats-card {
    width: min(var(--container-max), calc(100% - 40px));
    margin-top: -150px;
    padding: 70px 80px;
    background-color: #CFAF58;
    z-index: 9999;
    position: absolute;
    overflow: hidden; /* Pattern image card boundary se bahar na jaye */
}

.stats-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../images/pattern-1-1-2.webp');
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0.15; /* Isko adjust kar sakte ho jitna light/dark pattern chahiye */
    pointer-events: none; /* Icons/text par click block na ho */
    z-index: 1;
}

/* Ensure text & icons stay above the pattern layer */
.stats-card > * {
    position: relative;
    z-index: 2;
}

.stats-grid {
  max-width: 1000px;
  margin: 0 auto;
}

.stat-number {
  font-size: 70px;
}

.team-section {
  padding: 0;
  background: #fff;
}


.team-full-section {
    display: flex;
    padding-top: 250px;
    align-items: center ;
}

.stats-card-new {
    display: flex;
    flex-direction: column;
    align-items: center;
}

img.stats-img {
    width: 100%;
    max-width: 50px;
    margin-bottom: 10px;
}



.team-image-panel {
    width: 50%;
}


.innerBox {
  width: 100%;
  max-width: 600px;
  padding: 0 20px 0 70px;
}

.team-content-panel .section-heading span {
  color: var(--color-gold);
}

.newsletter-section {
  padding: 4em 0;
  background: #f5d56e;
  border: 0;
}

.newsletter-inner {
    display: flex;
    align-items: center;
}

.newsletter-copy {
    width: 45%;
}

form.newsletter-form {
    width: 55%;
}

.newsletter-form {
  display: grid;
  gap: 18px;
}

.newsletter-input {
  border-width: 0 0 1px;
  border-color: #0d0f12;
  border-radius: 0;
  background: transparent;
  padding: 7px 20px;
}

.footer-logo img {
  width: 185px;
  margin-bottom: 18px;
}

input#newsletter-email::placeholder {
    color: #5d5d5d !important;
}



.fa-toggle-right:before, .fa-caret-square-o-right:before {
    content: "\f152";
    color: #f5d56e;
}

.fa-phone:before {
    content: "\f095";
    color: #f5d56e;
}

.fa-envelope:before {
    content: "\f0e0";
    color: #f5d56e;
}



.site-footer p {
    color: #9E9E9E;
    max-width: 360px;
    font-size: 17px;
}

.social-links {
  display: flex;
  gap: 10px;
  margin-top: 30px;
}

.social-links a {
    display: inline-grid;
    place-items: center;
    width: 20px;
    height: 20px;
    color: #cfaf58;
}

img.face-icon {
    width: 20px;
    height: 20px;
}

.fa-instagram:before {
    content: "\f16d";
    font-size: 20px;
}

.fa-facebook-f:before, .fa-facebook:before {
    content: "\f09a";
    font-size: 20px;
}


.footer-top h4 {
    font-family: var(--font-heading);
    font-size: 24px;
    color: #fff;
    margin-bottom: 20px;
    font-weight: 600;
    line-height: 1.3em;
}

.footer-links {
  list-style: none;
}

.footer-bottom-one {
    color: #9E9E9E;
    font-size: 17px;
}

.footer-bottom a {
    color: #f5d56e;
}

.footer-bottom-two a {
    color: #f1f1f1;
    font-size: 17px;
    margin-right: 15px;
}

a.fbt-al {
    border-left: 1px solid #f1f1f1;
    border-right: 1px solid #f1f1f1;
    padding: 0px 15px;
}

.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;
}

.legal-page {
  padding: 7em 0;
}

.legal-page h1 {
  margin-bottom: 40px;
}

.legal-page h2 {
  font-family: var(--font-heading);
  font-size: 30px;
  line-height: 1.25;
  margin: 30px 0 10px;
}

.legal-page p {
  max-width: 900px;
  color: var(--color-text-muted);
  font-size: 17px;
  line-height: 1.8;
  margin-bottom: 18px;
}

.legal-page a {
  color: #0d0f12;
  text-decoration: underline;
}


/* map-css
 */

 .s2g-map {
    position: relative;
    width: 100%;
    max-width: 967px;
    margin: 0 auto;
    overflow: visible;
  }

  .s2g-map__base {
    display: block;
    width: 100%;
    height: auto;
    pointer-events: none;
    user-select: none;
    -webkit-user-drag: none;
  }

  /*
    IMPORTANT:
    Each yellow circle below IS the interactive element.
    There is no separate invisible hotspot layer, so the target cannot drift away
    from the marker during responsive resizing.
  */
  .s2g-marker {
    --marker-size: 17px;

    position: absolute;
    left: var(--x);
    top: var(--y);
    width: 34px;
    height: 34px;
    padding: 0;
    margin: 0;
    border: 0;
    background: transparent;
    transform: translate(-50%, -50%);
    cursor: pointer;
    z-index: 10;
    appearance: none;
    -webkit-appearance: none;
  }

  .s2g-marker__dot {
    position: absolute;
    left: 50%;
    top: 50%;
    width: var(--marker-size);
    height: var(--marker-size);
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background: #f5d56e;
    border: 1.5px solid #fff;
    transition: transform .14s ease, box-shadow .14s ease, background .14s ease;
  }

  .s2g-marker:hover .s2g-marker__dot,
  .s2g-marker:focus-visible .s2g-marker__dot,
  .s2g-marker.is-active .s2g-marker__dot {
    transform: translate(-50%, -50%) scale(1.18);
    background: #f5d56e;
    box-shadow: 0 0 0 4px rgba(245, 213, 110, .22);
  }

  .s2g-marker:focus-visible {
    outline: 2px solid #fff;
    outline-offset: 1px;
    border-radius: 50%;
  }

  .s2g-tooltip {
    position: absolute;
    left: 50%;
    bottom: calc(50% + 17px);
    transform: translateX(-50%) translateY(4px);
    padding: 8px 11px;
    border-radius: 5px;
    background: rgba(18,18,18,.97);
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
    white-space: nowrap;
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    transition: opacity .13s ease, transform .13s ease, visibility .13s ease;
    box-shadow: 0 6px 18px rgba(0,0,0,.3);
  }

  .s2g-tooltip::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 100%;
    transform: translateX(-50%);
    border: 6px solid transparent;
    border-top-color: rgba(18,18,18,.97);
  }

  .s2g-marker:hover .s2g-tooltip,
  .s2g-marker:focus-visible .s2g-tooltip,
  .s2g-marker.is-active .s2g-tooltip {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(0);
  }
  
  
  /*single-page-css*/
  
  .single-container {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 0px;
}

.single-main-row img.work-long {
    width: 100%;
    object-fit: cover;
    object-position: center center;
    margin-bottom: 65px;
    aspect-ratio: 16 / 9;
}


.single-row-heading {
    font-size: 55px;
    line-height: 1.3em;
    margin: 15px 0 20px;
    color: #0d0f12;
    font-weight: 700;
    font-family: 'Barlow Condensed';
}

.single-btns-row {
    display: flex;
    gap: 20px;
    margin-top: 20px;
}



.single-main-row p {
    font-family: "Work Sans", Sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.6em;
    color: #5d5d5d;
}

.single-main-row ul li {
    font-family: "Work Sans", Sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.6em;
    color: #5d5d5d;
}

.single-main-row ul {
    margin-left: 19px;
}

section.single-workshop-sec {
    padding: 119px 0px;
}

.single-main-row .section-tag::before, .hero-content .section-tag::before {
    width: 31px;
    height: 3px;
}
  
p.detail-item {
    padding-bottom: 12px;
}


h2.wk-main-2-head {
    color: #0c0c0c;
    font-family: "Barlow Condensed", Sans-serif;
    font-size: 36px;
    font-weight: 600;
    margin: 1rem 0rem;
    margin-bottom: .5rem;
}

.detail-item.location-group {
    padding-bottom: 12px;
}


h3.step-title {
    color: #0c0c0c;
    font-family: "Barlow Condensed", Sans-serif;
    font-size: 26px;
    font-weight: 600;
    margin-top: 8px;
    margin-bottom: 16px;
}

a.btn-yellow.new-btn-wk {
    font-weight: 600;
    width: 50%;
    text-align: center;
}


.single-btns-row a.btn-yellow img {
    width: 14px;
}

.single-btns-row a.btn-yellow {
    display: flex;
    gap: 8px;
}

.single-btns-row a.btn-yellow.new-btn-wk {
    display: block;
}

/* Layout & Container */
.faq-section {
    max-width: 900px;
    margin: 40px auto;
    padding: 0 20px;
    color: #111111;
}

.faq-title {
    margin-bottom: 24px;
    color: #111111;
}

.faq-accordion {
    margin-top: 20px;
}

/* Item & Alternierende Hintergründe */
.faq-item {
    border-bottom: 1px solid #e5e7eb;
    background-color: #f9fafb;
    transition: background-color 0.2s ease;
}



/* Accordion Header / Button Layout */
.faq-question {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 24px;
    background: none;
    border: none;
    cursor: pointer;
    text-align: left;
    outline: none;
    gap: 16px;
}

.faq-question-text {
    color: #0c0c0c;
    font-family: "Barlow Condensed", Sans-serif;
    font-size: 20px;
    font-weight: 600;
}

/* Arrow Icon Animation */
.faq-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: #111111;
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.faq-item.active .faq-icon {
    transform: rotate(180deg);
}

/* Slide Transition für die Antwort */
.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.faq-answer-inner {
    padding: 0 24px 24px 24px;
}

.faq-answer-inner p {
    margin: 0 0 12px 0;
    color: #5d5d5d;
    font-family: "Work Sans", Sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6em;
}

.faq-answer-inner p:last-child {
    margin-bottom: 0;
}

b.first-bb {
    padding-bottom: 10px !important;
    display: block;
    font-family: "Work Sans", Sans-serif;
    font-size: 17px;
    font-weight: 900;
    line-height: 1.6em;
    color: #5d5d5d;
}


/*workshop-page-main*/


/* Image Container Position */




section.work-main {
    background: #0c0c0c;
    padding: 60px 0px;
}

.work-main-row {
    font-family: "Barlow Condensed", Sans-serif;
    font-size: 70px;
    font-weight: 700;
    line-height: 1.2em;
    color: #F5D56E;
    text-align: center;
}

.work-img-side {
    width: 50%;
}

.work-content-side {
    width: 50%;
    padding: 50px;
    background: #f1f1f1;
    margin-left: -100px;
        z-index: 1;
}

.work-line-row.one {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 119px 0px;
}

.work-line-row.two {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    align-items: center;
    padding: 0px 0px 0px;
}

.work-line-row.two.last {

padding: 0px 0px 119px;

}

.work-line-row.two .work-img-side {
    margin-left: -100px;
    z-index: -10;
}

p.work-con-para {
    color: #5d5d5d;
    font-family: 'Work Sans';
    font-size: 17px;
    font-weight: 400;
    line-height: 1.6em;
    padding: 20px 0px 30px;
}

h2.work-second-heading {
    font-family: "Barlow Condensed", Sans-serif;
    font-size: 45px;
    font-weight: 700;
    line-height: 1.3em;
    color: var(--e-global-color-primary);
}


img.work-long-wk {
    aspect-ratio: 6 / 5;
    object-fit: cover;
    object-position: center;
}



/*contact-page-main*/

    section.work-main {
        background: #0c0c0c;
        padding: 60px 0px;
    }
    
    .single-container {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 0px;
}

    .work-main-row {
        font-family: "Barlow Condensed", sans-serif;
        font-size: 70px;
        font-weight: 700;
        line-height: 1.2em;
        color: #F5D56E;
        text-align: center;
    }

    section.main-contact-sec {
        background: #ececec; /* Light grey background like screenshot */
        padding: 60px 0px;
    }

    .custom-booking-form .form-group {
        margin-bottom: 20px;
    }

    .custom-booking-form .form-row {
        display: flex;
        gap: 20px;
        margin-bottom: 20px;
    }

    .custom-booking-form .form-col {
        flex: 1;
    }

    .custom-booking-form label {
        display: block;
        font-family: "Barlow Condensed", sans-serif;
        font-size: 18px;
        font-weight: 500 !important;
        color: #222222;
        margin-bottom: 6px;
    }

    .custom-booking-form label .required-star {
        color: #d9534f;
    }

    .custom-booking-form input[type="text"],
    .custom-booking-form input[type="email"],
    .custom-booking-form input[type="tel"],
    .custom-booking-form select,
    .custom-booking-form textarea {
        width: 100%;
            min-height: 59px;
    padding: 7px 20px;
        font-size: 15px;
        font-family: inherit;
        color: #555555;
        background-color: #ffffff;
        border: 2px solid #D3D3D3;
        border-radius: 0px; /* Sharp edges like original */
        box-sizing: border-box;
        outline: none;
        transition: border-color 0.2s ease-in-out;
    }

    .custom-booking-form input::placeholder,
    .custom-booking-form textarea::placeholder {
        color: #a9a9a9;
        font-weight: 300;
    }

    .custom-booking-form input:focus,
    .custom-booking-form select:focus,
    .custom-booking-form textarea:focus {
        border-color: #888888;
    }

    .custom-booking-form input.js-datepicker[type="text"] {
        padding-right: 48px;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%23d29d2b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M8 2v4'/%3E%3Cpath d='M16 2v4'/%3E%3Crect width='18' height='18' x='3' y='4' rx='2'/%3E%3Cpath d='M3 10h18'/%3E%3C/svg%3E");
        background-position: right 20px center;
        background-repeat: no-repeat;
        background-size: 17px 17px;
    }

    .custom-booking-form input.js-datepicker[type="text"]:hover {
        border-color: #b58d3d;
    }

    .custom-booking-form input.js-datepicker[type="text"]:focus {
        padding-right: 48px;
        border-color: #D3D3D3;
        box-shadow: 0 0 5px rgba(225, 178, 88, 0.4);
    }

    .custom-booking-form select {
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%333333' d='M10.293 3.293L6 7.586 1.707 3.293A1 1 0 00.293 4.707l5 5a1 1 0 001.414 0l5-5a1 1 0 10-1.414-1.414z'/%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-position: right 15px center;
        background-size: 12px;
        padding-right: 35px;
    }

    .custom-booking-form .checkbox-label {
        font-family: inherit;
        font-size: 15px;
        font-weight: normal !important;
        color: #333333;
        display: inline-flex;
        align-items: center;
        gap: 8px;
        cursor: pointer;
    }

    .custom-booking-form .checkbox-label input[type="checkbox"] {
        width: 16px;
        height: 16px;
        accent-color: #222;
    }

   .custom-booking-form button[type="submit"] {
    width: 100%;
    background-color: #F3d775;
    color: #0c0c0c;
    border: none;
    padding: 20px 40px;
    font-family: "Barlow Condensed", sans-serif;
    font-size: 17px;
    font-weight: 500;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

    .custom-booking-form button[type="submit"]:hover {
        background-color: #ebd068;
    }

.flatpickr-calendar {
    border: 0;
    border-radius: 4px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.16);
    color: #444444;
    font-family: inherit;
}

.flatpickr-calendar.arrowTop::before,
.flatpickr-calendar.arrowTop::after,
.flatpickr-calendar.arrowBottom::before,
.flatpickr-calendar.arrowBottom::after {
    display: none;
}

.flatpickr-months {
    padding: 8px 8px 0;
}

.flatpickr-months .flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month {
    color: #444444;
    fill: #444444;
    top: 8px;
}

.flatpickr-current-month {
    font-size: 18px;
    padding-top: 4px;
}

.flatpickr-current-month .flatpickr-monthDropdown-months,
.flatpickr-current-month input.cur-year {
    color: #444444;
    font-weight: 400;
}

.flatpickr-weekdays {
    padding: 4px 8px 0;
}

span.flatpickr-weekday {
    color: #555555;
    font-size: 13px;
    font-weight: 700;
}

.flatpickr-days {
    padding: 0 8px 10px;
}

.flatpickr-day {
    border-radius: 50%;
    color: #555555;
    font-size: 15px;
    height: 38px;
    line-height: 38px;
}

.flatpickr-day.prevMonthDay,
.flatpickr-day.nextMonthDay {
    color: #c8c8c8;
}

.flatpickr-day:hover,
.flatpickr-day:focus {
    background: #f5f5f5;
    border-color: #d0d0d0;
}

.flatpickr-day.today {
    border-color: #9fa8b8;
}

.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover {
    background: transparent;
    border-color: #9fa8b8;
    color: #555555;
    box-shadow: none;
}
    
    
    
    /*refrence-desktop-start*/

section.work-main {
    background: #0c0c0c;
    padding: 60px 0px;
}

.work-main-row {
    font-family: "Barlow Condensed", Sans-serif;
    font-size: 70px;
    font-weight: 700;
    line-height: 1.2em;
    color: #F5D56E;
    text-align: center;
}

.cards-main-row {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    padding: 119px 0px;
    flex-direction: row;
}

.cards-item.one {
    width: 100%;
    border: 2px solid #cfaf58;
    height: 100%;
    min-height: 650px;
    background: #f1f1f1;
}

.card-inner-content {
    padding: 30px;
    background: #f1f1f1;
}

p.card-con-para {
    font-size: 17px;
    line-height: 1.6em;
    font-weight: 400;
    color: #5d5d5d;
    margin: 20px 0px;
    font-family: 'Work Sans';
}

h2.card-second-heading {
    line-height: 1.3em;
    font-size: 24px;
    font-weight: 600;
    font-family: 'Barlow Condensed';
}

span.card-btn-yellow.popup-trigger {
    color: #cfaf58;
    font-size: 17px;
    line-height: 1.2em;
    font-weight: 500;
    font-family: 'Barlow Condensed';
}



/* Card Setup & Hover Styling */
.cards-item-link {
    text-decoration: none;
    color: inherit;
    display: block;
    width: 31.6%;
}

.cards-item-link-2 {
    text-decoration: none;
    color: inherit;
    display: block;
    width: 31.6%;
}


.cards-inner-image-item {
  overflow: hidden;
}

.cards-inner-image {
  width: 100%;
  display: block;
  transition: transform .4s ease;
  cursor: pointer;
  aspect-ratio: 1.55 / 1;
}

.card-second-heading {
  transition: color .4s ease;
}

.cards-item-link:hover .cards-inner-image {
  transform: scale(1.1);
}

.cards-item-link:hover .card-second-heading {
  color: #CFAF58;
}

/* Modal Styling */
.modal {
  display: none;
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(18, 18, 18, 0.92);
  flex-direction: column;
}

.modal-toolbar {
  position: absolute;
  top: 15px;
  right: 25px;
  display: flex;
  align-items: center;
  gap: 15px;
  z-index: 10001;
}

.modal-toolbar button {
  background: transparent;
  border: none;
  color: #ffffff;
  cursor: pointer;
  padding: 5px;
  opacity: 0.8;
  transition: all 0.2s ease;
}

.modal-toolbar button:hover {
  opacity: 1;
  transform: scale(1.15);
}

.close-btn {
  font-size: 32px;
  line-height: 1;
}

.modal-body {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px;
  box-sizing: border-box;
}

.modal-content {
  max-width: 90%;
  max-height: 85vh;
  object-fit: contain;
  transition: transform 0.3s ease;
}

.modal-content.zoomed {
  transform: scale(1.5);
  cursor: zoom-out;
}

span.card-btn-yellow {
    color: #cfaf58;
    font-size: 17px;
    line-height: 1.2em;
    font-weight: 500;
    font-family: 'Barlow Condensed';
}



/*refrence-page-main-end*/



/*about-page-start*/

section.work-main {
    background: #0c0c0c;
    padding: 60px 0px;
}

.work-main-row {
    font-family: "Barlow Condensed", Sans-serif;
    font-size: 70px;
    font-weight: 700;
    line-height: 1.2em;
    color: #F5D56E;
    text-align: center;
}

.team-main-about-row {
    display: flex;
    align-items: center;
}

section.team-main-about-sec {
    background: #f1f1f1;
    padding: 119px 0px;
}

.about-main-img {
    width: 50%;
}

.about-main-content {
    width: 50%;
    padding-left: 96px;
}

.about-main-content p {
    color: #666666;
    font-size: 17px;
    line-height: 1.75;
    margin-bottom: 14.4px;
    width: 570px;
}

.team-main-about-row .section-heading {
    margin-bottom: 20px;
}

.upper-content .section-heading {
    margin-bottom: 40px;
}

span.section-tag.dark-tag {
    text-transform: math-auto;
}

span.section-tag.hero-sec-tag {
    text-transform: math-auto;
}

section.team-main {
    background: #f1f1f1;
    padding: 0px 0px 119px 0px;
}

.about-main-img img.work-long {
    aspect-ratio: 952.5 / 625.7;
    margin-bottom: 0px;
    object-fit: cover;
} 


/* Card Styling */
.team-card {
    cursor: pointer;
    text-align: center;
    max-width: 23%;
}

.team-box-row {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
}

.team-main-img img {
    width: 100%;
    display: block;
    aspect-ratio: 6 / 9;
}

.team-name {
    color: #0c0c0c;
    margin: 15px 0 5px;
    font-family: var(--font-heading);
    font-size: 24px;
    font-weight: 600;
    line-height: 1.3em;
}

.team-destination {
    color: #cca43b;
    font-size: 17px;
    margin: 0;
    font-family: "Work Sans", Sans-serif;
    line-height: 1.6em;
    font-weight: 400;
}

/* Modal Overlay */
.team-modal-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 9999;
    justify-content: center;
    align-items: center;
}

.team-modal-overlay.active {
    display: flex;
}

/* Modal Container */
.team-modal-content {
    background: #fff;
    width: 100%;
    max-width: 920px;
    max-height: 90vh;
    overflow-y: auto;
    position: relative;
    padding: 60px 40px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
}

.team-modal-close {
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
    color: #333;
}

/* Two Column Modal Grid */
.team-modal-body {
    display: flex;
    gap: 50px;
}

.modal-img-col {
    width: 40%;
}

.modal-img-col img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.modal-info-col {
    width: 60%;
}

.modal-info-col h2 {
    color: #0c0c0c;
    margin: 15px 0 5px;
    font-family: 'Barlow Condensed';
    font-size: 36px;
    font-weight: 600;
    line-height: 1.3em;
}

.modal-role {
    color: #cca43b;
    margin-bottom: 35px;
    font-family: "Work Sans", Sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.6em;
}

.modal-bio {
    font-family: "Work Sans", Sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.6em;
    color: #5d5d5d;
}

/* Hover Effect for Card Title */
.team-card:hover .team-name {
    color: #d4af37;
    transition: color 0.3s ease; /* Smooth color change ke liye */
}

/*about-main-end*/




/*pp-start*/

section.privacy-policy-main-sec {
    padding: 119px 0px;
}

h1.custom-privacy-title {
    text-transform: none;
    color: #0c0c0c;
    font-family: 'Barlow Condensed';
    font-size: 55px;
    font-weight: 700;
    line-height: 1.3em;
    margin-bottom: 20px !important;
    margin: 0px;
}

.privacy-section h3 {
    color: #0c0c0c;
    font-family: "Barlow Condensed", Sans-serif;
    font-size: 36px;
    font-weight: 600;
    margin-top: 1rem;
    margin-bottom: .5rem;
}

.privacy-section h4 {
    color: #0c0c0c;
    font-family: "Barlow Condensed", Sans-serif;
    font-size: 26px;
    font-weight: 600;
    margin-top: 8px;
    margin-bottom: 16px;
}


.privacy-section p {
    color: #5d5d5d;
    font-size: 17px;
    line-height: 1.6em;
    margin-bottom: 30px;
}

.privacy-section ul {
    color: #5d5d5d;
    font-size: 17px;
    line-height: 1.6em;
    margin-bottom: 30px;
    margin-left: 40px;
}



/*condition*/

.terms-main-title {
    text-transform: none;
    color: #0c0c0c;
    font-family: 'Barlow Condensed';
    font-size: 55px;
    font-weight: 700;
    line-height: 1.3em;
    margin-bottom: 20px !important;
    margin: 0px;
}

.terms-section-title strong {
    font-weight: 900 !important;
}

section.condition-main {
    padding: 119px 0px;
}


ol.terms-numbered-list li {
    color: #5d5d5d;
    font-size: 17px;
    line-height: 1.6em;
    margin-bottom: 0;
    margin-left: 40px;
        margin-top: 40px;
}

ul.terms-bullet-list {
    list-style-type: disc;
}




/*impressum*/


section.impressum-main-sec {
    padding: 119px 0px;
}

.imprint-main-title {
    text-transform: none;
    color: #0c0c0c;
    font-family: 'Barlow Condensed';
    font-size: 55px;
    font-weight: 700;
    line-height: 1.3em;
    margin-bottom: 20px !important;
    margin: 0px;
}


.imprint-body-wrapper {
    color: #5d5d5d;
    font-size: 17px;
    line-height: 1.6em;
    margin-bottom: 30px;
}

.imprint-block-title {
    font-weight: bold;
    margin: 10px 0px;
}

.imprint-block-content a {
    color: #f5d56e;
}


/* ================= RESPONSIVE ================= */

@media (max-width: 1200px) {
  .mack-header-container {
    padding: 16px;
  }
}




@media (max-width: 1024px) {
    
    
    
    /*workshop-page-tab*/
    
        .work-content-side {
    width: 57%;
}
  
  
  /*refrence-page-tab*/
  
  .cards-main-row {
    padding: 119px 30px;
}

a.cards-item-link {
    width: 31%;
}

a.cards-item-link-2 {
    width: 31%;
}

p.card-con-para {
    word-break: break-word;
}

  
  /*refrence-tab-one-responsive*/
  
  .cards-main-row {
    padding: 119px 30px;
}

a.cards-item-link {
    width: 31%;
}

a.cards-item-link-2 {
    width: 31%;
}

p.card-con-para {
    word-break: break-word;
}


/*refrence-tab-one-responsive-end*/



/*about-tab-one-responsive*/

.team-card {
    max-width: 22.6%;
}

.team-mates-row {
    padding: 0px 40px;
}

.about-main-img img {
    margin-bottom: 0px;
}

.about-main-content p {
    width: 100%;
}

.about-main-content {
    padding-left: 50px;
}

.about-main-img img.work-long {
    aspect-ratio: 4 / 6;
}


/*about-tab-one-responsive-end*/



  /* New Header Css */
  .header_nav_block {
      display: none;
  }
  .mob_header_hamburger_block {
    display: flex;
    gap: 20px;
    align-items: center;
  }
  a.mack-mob-logo {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f5d56e;
    padding: 15px;
    border-radius: 50%;
  }
    .hambur {
        height: 31px;
        padding: 8px 8px 8px 8px;
        width: 45px;
        border-radius: 3px;
        background: #f5d56e;
        color: #000;
        border: 1px solid;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    span.ham_lines {
      display: block;
      height: 1px;
      width: 100%;
      background: #000;
  }

  section.mck_mob_header_popup {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100vh;
      z-index: 800;
      display: none;
  }
  /* MObile Header Active*/
  section.mck_mob_header_popup.active {
      display: block;
  }

  .header-overlay-popup {
    display: block;
    width: 0%;
    height: 100%;
    background: #000;
    position: absolute;
    z-index: 2;
    opacity: 0.4;
    opacity: 0;
    animation-delay: 0.5s;
    transition: width 0.5s ease, opacity 0.5s ease;
    transition: all 0.5s;
}

/* Active Mobile Overlay */
section.mck_mob_header_popup.active .header-overlay-popup {
    width: 100%;
    opacity: 0.4;
}

  .headre-mobile-wrap {
      max-width: 350px;
      width: 0%;
      height: 100%;
      background: #fff;
      padding: 0 12px;
      position: relative;
      z-index: 451;
      overflow: hidden;
      transition: width 0.5s ease, padding 0.5s ease;
      transition: all 0.5s;
  }
  /* Active Mobile Nav Block */
  section.mck_mob_header_popup.active .headre-mobile-wrap {
      width: 100%;
      padding: 0 12px;
  }
  .mobile-header-top-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
  }
  .header-mobile-logo-box {
    width: 119.99px;
    margin-left: 20px;
  }
  span.mobile-header-close-button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 36.5px;
    background: #f5d56e;
    border: 1px solid;
    font-family: 'Barlow Condensed';
    font-weight: 500;
    font-size: 17px;
    border-radius: 4px;
  }
  nav.mcx-mob-nav-main {
    display: flex;
    flex-direction: column;
    row-gap: 16px;
    margin-top: 20px;
 }
 nav.mcx-mob-nav-main a {
    font-size: 16px;
    padding: 10px 21px;
    font-weight: 500;
  }




  .workshop-grid-top {
    grid-template-columns: repeat(2, 1fr);
  }
  .two-col-grid,
  .newsletter-grid,
  .footer-top {
    grid-template-columns: 1fr;
  }
  .nav-menu {
    position: fixed;
    top: 85px;
    right: -100%;
    width: 280px;
    height: calc(100vh - 85px);
    background-color: #ffffff;
    flex-direction: column;
    align-items: flex-start;
    padding: 30px;
    box-shadow: -5px 0 20px rgba(0, 0, 0, 0.1);
    transition: right 0.3s ease;
  }
  .nav-menu.active {
    right: 0;
  }
  .mobile-toggle {
    display: block;
    padding: 8px;
    width: 45px;
    border-radius: 3px;
    background-color: var(--color-gold);
    color: #ffffff;
    cursor: pointer;
  }
  .nav-link {
    padding: 10px 15px;
  }
  .dropdown-item {
    padding: 15px;
  }
  .hero-title {
    font-size: 3rem;
  }
}


 @media screen and (min-width: 768px) and (max-width: 991px) {
        
        
            section.condition-main {
    padding: 64px 20px;
}
        
        
        section.impressum-main-sec {
    padding: 64px 20px;
}
        
        
        section.privacy-policy-main-sec {
    padding: 64px 20px;
}
        
        section.main-contact-sec {
    padding: 60px 20px;
}

.badge-neu-left
{
      left: -5px;
}

h2.work-second-heading{
  font-size: 38px;
}

section.single-workshop-sec {
    padding: 119px 20px;
}


    a.cards-item-link, a.cards-item-link-2 {
    width: 47.6%;
}

p.card-con-para {
    word-break: break-word;
}


.about-main-content {
        padding-left: 22px;
    } 
    
    
        .team-card {
        max-width: 21.6%;
    }
    
    footer.site-footer {
        padding: 102px 20px 34px !important;
    }


    .block-one, .block-two, .block-three {
        width: 30% !IMPORTANT;
    }


    }


@media (max-width: 767px) {
    
    
    /*pp-page*/
    
    section.privacy-policy-main-sec {
    padding: 64px 20px;
}

h1.custom-privacy-title {
    font-size: 30px;
}

.privacy-section h3 {
    font-size: 26px;
    line-height: 1.2;
}

.privacy-section h4 {
    font-size: 22px;
}


    
    
    /*condition*/
    
    section.condition-main {
    padding: 64px 20px;
}

.terms-main-title {
    font-size: 30px;
}



/*impressum*/

section.impressum-main-sec {
    padding: 64px 20px;
}

.imprint-main-title {
    font-size: 30px;
}



    
    
    /*workshop-page-mobile*/
    
    .work-line-row.one {
    padding: 32px 0px 32px;
}

.work-line-row.one {
    flex-direction: column;
}

.work-img-side {
    width: 100%;
}

.work-content-side {
    width: 100%;
    padding: 30px;
    margin-left: 0;
}

h2.work-second-heading {
    font-size: 26px;
}

.work-line-row.two {
    flex-direction: column;
}

.work-line-row.two .work-img-side {
    margin: 0px;
    aspect-ratio: 6 / 5;
}

.work-line-row.two.last {
    padding: 0px 0px 32px;
} 

section.work-line-sec {
    padding-top: 32px;
}

.work-main-row {
    font-size: 38px;
}

/*workshop-end*/



/*contact-page-mobile*/

        .custom-booking-form .form-row {
            flex-direction: column;
            gap: 15px;
            margin-bottom: 15px;
        }
        
        section.main-contact-sec {
    padding: 60px 20px 34px;
}

.work-main-row {
        font-size: 38px;
    }
    
/*contact-page-end*/    



/*refrence-mobile-start*/

.work-main-row {
    font-size: 38px;
} 

.cards-main-row {
    flex-direction: column;
}

a.cards-item-link {
    width: 100%;
}

a.cards-item-link-2 {
    width: 100%;
}

.cards-main-row {
    padding: 64px 0px;
}

h2.card-second-heading {
    font-size: 20px;
}


/*refrence-mobile-end*/



/*about--mobile-start*/

.about-main-content {
    width: 100%;
    padding: 0px 16px 48px;
}

.team-main-about-row {
    flex-direction: column-reverse;
}

section.team-main-about-sec {
    padding: 48px 0px;
}

.about-main-img {
    width: 100%;
}

.team-main-about-row img {
    aspect-ratio: 16 / 9 !important;
}

.team-mates-row {
    padding: 0px;
}

.team-card {
    width: 100%;
    max-width: 100%;
}

section.team-main {
    padding-bottom: 64px;
}


.modal-img-col {
    width: 100%;
}

.modal-info-col {
    width: 100%;
}

.team-modal-content {
    padding: 60px 25px 40px;
}

.team-modal-body {
    gap: 30px;
}

.modal-info-col h2 {
    margin-top: 0px;
}

.team-modal-body {
    flex-direction: column;
}

.about-main-content p {
    width: 100%;
}


/*about-mobile-end*/



/* Card Setup & Hover Styling */
.cards-item-link {
    text-decoration: none;
    color: inherit;
    display: block;
    width: 31.6%;
}

.cards-item-link-2 {
    text-decoration: none;
    color: inherit;
    display: block;
    width: 31.6%;
}


.cards-inner-image-item {
  overflow: hidden;
}

.cards-inner-image {
  width: 100%;
  display: block;
  transition: transform .4s ease;
  cursor: pointer;
  aspect-ratio: 1.55 / 1;
}

.card-second-heading {
  transition: color .4s ease;
}

.cards-item-link:hover .cards-inner-image {
  transform: scale(1.1);
}

.cards-item-link:hover .card-second-heading {
  color: #CFAF58;
}

/* Modal Styling */
.modal {
  display: none;
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(18, 18, 18, 0.92);
  flex-direction: column;
}

.modal-toolbar {
  position: absolute;
  top: 15px;
  right: 25px;
  display: flex;
  align-items: center;
  gap: 15px;
  z-index: 10001;
}

.modal-toolbar button {
  background: transparent;
  border: none;
  color: #ffffff;
  cursor: pointer;
  padding: 5px;
  opacity: 0.8;
  transition: all 0.2s ease;
}

.modal-toolbar button:hover {
  opacity: 1;
  transform: scale(1.15);
}

.close-btn {
  font-size: 32px;
  line-height: 1;
}

.modal-body {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px;
  box-sizing: border-box;
}

.modal-content {
  max-width: 90%;
  max-height: 85vh;
  object-fit: contain;
  transition: transform 0.3s ease;
}

.modal-content.zoomed {
  transform: scale(1.5);
  cursor: zoom-out;
}

span.card-btn-yellow {
    color: #cfaf58;
    font-size: 17px;
    line-height: 1.2em;
    font-weight: 500;
    font-family: 'Barlow Condensed';
}


/*refrence-desktop-end*/

    
  .nav-link {
    font-size: 16px;
  }
  .dropdown-item {
    font-size: 16px;
  }
  
  .footer-bottom-one {
    color: #9E9E9E;
    font-size: 14px;
}

/* mobile-menu */

section.single-workshop-sec {
    padding: 64px 20px;
}

.single-main-row p {
    font-size: 16px;
}

h1.single-row-heading {
    font-size: 30px;
}

.single-btns-row {
    flex-direction: column;
}

.single-btns-row a {
    text-align: center;
    justify-content: center;
}

h2.wk-main-2-head {
    font-size: 24px;
}

h3.step-title {
    font-size: 22px;
}

a.btn-yellow.new-btn-wk {
    width: 100%;
}



}

@media (max-width: 640px) {
  .workshop-grid-top,
  .workshop-grid-bottom,
  .stats-grid {
    grid-template-columns: 1fr;
  }
  .hero-title {
    font-size: 2.3rem;
  }
  .site-header .btn-phone {
    display: none;
  }
}

@media (max-width: 1024px) {
  .header-inner {
    min-height: 85px;
  }
.badge-neu-left{
  top: 12px;
    left: 3px;
    
    transform: rotate(-38deg);
}

  .site-logo img {
    width: 138px;
  }

  .mobile-toggle {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    height: 42px;
  }

  .mobile-toggle span {
    display: block;
    width: 22px;
    height: 2px;
    background: #ffffff;
  }

  .hero-section {
    min-height: 500px;
    height: 500px;
    padding-bottom: 4em;
  }

  .workshop-grid-top {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .team-section,
  .newsletter-inner {
    grid-template-columns: 1fr;
  }



  .innerBox {
    max-width: none;
    padding: 0 20px;
  }
}

@media (max-width: 767px) {
  .section-tag {
    font-size: 16px;
  }
  
  .sub-title {
      
          font-size: 15px;
      
  }

  .section-tag::before,
  .hero-content .section-tag::before {
    width: 96px;
  }

  .hero-title {
    font-size: 38px;
  }

  .section-heading {
    font-size: 38px;
  }

  .workshops-section,
  .about-section,
  .team-content-panel {
    padding: 4em 0;
  }

  .workshop-grid-top,
  .workshop-grid-bottom,
  .stats-grid {
    grid-template-columns: 1fr;
  }

  .gold-promo-box,
  .expertise-card,
  .stats-card {
    padding: 30px;
  }

  .gold-promo-title,
  .expertise-card h3 {
    font-size: 26px;
  }

  .map-section {
    padding: 4em 0 10em;
  }

  .stats-card {
    margin-top: -6em;
  }

  .footer-bottom {
    flex-direction: column;
    gap: 15px;
  }

  .footer-bottom a {
    margin: 0 16px 0 0;
  }
}

@media (max-width: 600px) {
    body {
      overflow-x: hidden;
    }
   
    .badge-neu-left {
    left: -33px;
}
.badge-box-left, .badge-box-right {
    padding-top: 40px;
}
    .s2g-map {
      width: 100%;
      max-width: none;
      padding: 0 8px;
    }
.s2g-marker {
      left: var(--mx);
      top: var(--my);
      width: 40px;
      height: 40px;
      --marker-size: 18px;
    }

    .s2g-tooltip {
      font-size: 13px;
      padding: 7px 9px;
      max-width: 190px;
    }
  }


  .s2g-map__picture {
    display: block;
    width: 100%;
  }

  .s2g-map__picture .s2g-map__base {
    display: block;
    width: 100%;
    height: auto;
  }

/* Screenshot alignment pass */
.site-header {
  box-shadow: none;
  border-bottom: 0;
}

.container.header-inner {
    padding: 1em 0px;
}

.site-logo img {
  width: 168px;
}

.nav-menu {
  gap: 6px;
}

.nav-link {
  font-size: 14px;
  font-weight: 700;
  padding: 0 12px;
}

.btn-phone {
  min-width: 190px;
  min-height: 62px;
  padding: 18px 24px;
  font-size: 14px;
  font-weight: 700;
  background: #f5d56e;
}


.slide-item {
  background-position: center center;
}

.hero-overlay {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.78) 0%, rgba(0, 0, 0, 0.1) 100%);
}

.hero-content {
  max-width: 790px;
}


.btn-yellow,
.btn-black {
  border-radius: 0;
  font-size: 13px;
  padding: 18px 34px;
}



.section-tag,
.dark-tag {
  color: #d4b04c;
  margin-bottom: 0;
}

.section-tag::before {
  width: 110px;
}

.hero-content .section-tag::before {
  width: 120px;
}




.workshop-card-title {
  left: 24px;
  right: 24px;
  bottom: 24px;
  font-size: 24px;
  line-height: 1.3em;
}

.workshop-grid-bottom {
  grid-template-columns: 56fr 44fr;
  gap: 34px;
}



.about-section {
  padding: 119px 0px;
}

.about-section .two-col-grid {
  grid-template-columns: 45fr 50fr;
  gap: 60px;
  max-width: var(--container-max);
  margin: 0 auto;
}

.about-intro {
  padding-right: 0;
}

.section-heading {
  font-size: 55px;
  line-height: 1.3em;
  margin: 15px 0 34px;
}

.about-intro p,
.team-content-panel p,
.newsletter-copy p {
  font-size: 17px;
  line-height: 1.6em;
}





.expertise-card h3 {
  font-size: 36px;
  margin-bottom: 20px;
  font-weight: 600;
      color: #1a1a1a;
      font-family: 'Barlow Condensed';
}

.expertise-card p {
  font-size: 17px;
  line-height: 1.6em;
  margin-bottom: 20px;
  color: #5d5d5d;
}

.expertise-card .btn-yellow {
  margin-top: 18px;
}

.map-section {
  padding: 165px 0 200px;
}

.map-section .section-heading {
  margin-top: 28px;
}

.map-section .section-tag {
  justify-content: center;
}

.map-container {
  max-width: 1000px;
  margin-top: 55px;
}

.map-svg-wrap {
  max-height: none;
}



.stat-number {
  color: #ffffff;
  font-size: 72px;
  margin-bottom: 18px;
}

.stat-label {
  color: #ffffff;
  font-size: 18px;
   font-family: var(--font-heading);
  font-size: 1.2em;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}



.team-section {

  background: #f3f3f3;
}





.innerBox {
  max-width: 600px;
  padding-left: 80px;
}

.newsletter-section {
    background: #ffffff;
    padding: 119px 0;
}

.newsletter-inner {
  gap: 0px;
}

.newsletter-copy .section-heading {
  margin-top: 0;
  margin-bottom: 28px;
}


form.newsletter-form button.btn-yellow::before {
    content: ""; /* Unicode text hata kar empty content rakhein */
    display: inline-block;
    width: 16px; /* SVG ki width */
    height: 16px; /* SVG ki height */
    margin-right: 8px;
    vertical-align: middle;
    background-image: url('../images/submit.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.newsletter-form {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 18px;
  align-items: end;
}

.newsletter-input {
  min-height: 54px;
}

.site-footer {
  padding: 102px 0 34px;
}







@media (max-width: 1200px) {
  .header-inner {
    min-height: 120px;
  }

  .hero-section {
    min-height: 700px;
    height: 700px;
  }

  .hero-title {
    font-size: 64px;
  }



  .footer-top {
    gap: 50px;
  }
}

@media (max-width: 1024px) {
  .header-inner {
    min-height: 85px;
  }

  .hero-section {
    min-height: 560px;
    height: 560px;
  }

  .workshops-section,
  .about-section,
  .newsletter-section {
    padding: 80px 0;
  }

  .about-section .two-col-grid {
    grid-template-columns: 1fr;
    gap: 35px;
  }

  .innerBox {
    padding: 0 30px;
  }
}

@media (max-width: 767px) {
  .hero-title {
    font-size: 42px;
  }

.hero-section {
        max-height: 500px !important;
        padding: 0px 20px 65px 20px;
    }

  .workshop-card-item {
    min-height: 260px;
  }

  .gold-promo-box,
  .workshop-promo-img {
    min-height: 320px;
  }

  .gold-promo-box,
  .expertise-card,
  .stats-card {
    padding: 34px;
  }

  .team-section,
  .newsletter-inner {
    grid-template-columns: 1fr;
  }

  .newsletter-form {
    grid-template-columns: 1fr;
  }

.container {
    padding: 0px 20px;
}

.workshop-grid-bottom {
    gap: 0px;
    display: flex;
    flex-direction: column-reverse;
}

h2.section-heading {
    font-size: 30px;
    line-height: 1.3em;
    margin-bottom: 20px;
}

.expertise-card h3 {
    font-size: 26px;
    margin-bottom: 20px;
}


a.btn-yellow {
    font-size: 16px;
}

.map-section {
    padding: 64px 0 64px;
}

.stat-number {
    font-size: 50px;
}

.stats-card.stats-card {
    width: min(var(--container-max), calc(100% - 40px));
    margin-top: 2px;
    padding: 70px 80px;
    background-color: #CFAF58;
    position: static;
    width: 100%;
}

h2.main-title {
    font-size: 30px;
}

.workshop-card-title {
    font-size: 20px;
}

.team-full-section {
    display: flex;
    padding-top: 70px;
    align-items: center;
    flex-direction: column;
}

.team-image-panel {
    width: 100%;
}

.container.newsletter-inner {
    display: flex;
    flex-direction: column;
}

.newsletter-copy {
    width: 100%;
    text-align: center;
}

form.newsletter-form {
    width: 100%;
}

.footer-top {
    display: flex;
    flex-direction: column;
}

.site-footer {
    padding: 64px 0 64px ;
}


}
.section-tag::before,
  .hero-content .section-tag::before {
    width: 17px;
    height: 3px;
  }

   .btn-yellow,
  .btn-black {
    padding: 20px 40px 20px 40px;
    background-color: #f5d56e;
    font-size: 17px;
    font-weight: 500;
  }


.interactive-map .dot {
  fill: #f4c430;
  stroke: #ffffff;
  stroke-width: 2;
}

.interactive-map .dot:hover,
.interactive-map .dot:focus {
  fill: #ffffff;
  stroke: #f4c430;
  transform: scale(1.3);
}

/* Global desktop header match */
@media (min-width: 1025px) {
  .site-header .site-logo img {
    width: 168px;
    height: auto;
  }

  .site-header .nav-menu {
    gap: 0;
  }

  .site-header .nav-link {
    color: #0c0c0c;
    font-family: var(--font-heading);
    font-size: 17px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 1.2em;
    padding: 0 18px;
  }

  .site-header .btn-phone {
    min-height: 62px;
    padding: 20px 40px;
    color: #0c0c0c;
    font-family: var(--font-heading);
    font-size: 17px;
    font-weight: 500;
    line-height: 1.2em;
    background-color: var(--color-gold-light);
  }

  .site-header .btn-phone svg {
    width: 18px;
    height: 18px;
  }

  .site-header .nav-link:hover,
  .site-header .nav-link.active,
  .site-header .nav-item-dropdown:hover > .nav-link {
    color: #707070;
  }
}
