/* html, loader, navbar css start */
@font-face {
  font-family: "Archivo";
  src: url("../fonts/archivo-v19-latin-regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Archivo";
  src: url("../fonts/archivo-v19-latin-700.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Archivo SemiExpanded";
  src: url("../fonts/archivo-semiexpanded-extrabold.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: "Archivo SemiExpanded";
  src: url("../fonts/archivo-semiexpanded-semibold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
}

::-webkit-scrollbar {
  display: none;
}

html.lenis {
  height: auto;
}

html {
  transition: 0.3s ease;
}

.img-brightness {
  filter: brightness(0.8);
}

h3 {
  font-family: Archivo SemiExpanded, sans-serif;
  font-weight: 800;
  letter-spacing: -0.04em;
  text-transform: uppercase;
}

#navigation,
.navi-overlay {
  transition: 0.7s cubic-bezier(0.9, 0.1, 0.1, 0.9);
}

.line-link:before,
.quickbar .quickbar-inner .menu .desktop-nav li,
.quickbar .quickbar-inner .menu .desktop-nav li .a .name span,
.quickbar .quickbar-inner .menu .desktop-nav li a .name span,
.quickbar .quickbar-inner .menu .desktop-nav li.ExploreNow a .line:before,
.quickbar .quickbar-inner .menu .desktop-nav li:not(.ExploreNow):before,
.quickbar .quickbar-inner .menu .div-line,
.quickbar .quickbar-inner .menu .hamburger,
.quickbar .quickbar-inner .menu .x .circle,
.quickbar .quickbar-inner .menu .x .line,
.quickbar .quickbar-inner .menu .x .line:nth-of-type(2),
.quickbar .quickbar-inner .whole-logo .logo-name span {
  transition: 0.7s cubic-bezier(0, 0, 0, 0.9);
}

#navigation .row .col .navigation-inner nav ul li .a,
#navigation .row .col .navigation-inner nav ul li a,
.quickbar .quickbar-inner .menu .hamburger .line .line-inner,
.quickbar .quickbar-inner .menu .hamburger .line:before,
.quickbar .quickbar-inner .menu .x {
  transition: 1s cubic-bezier(0, 0, 0, 1);
}

.navi-gradients-wrapper .gradient-ct.blue,
.navi-gradients-wrapper .gradient-ct.pink {
  transition: 2s cubic-bezier(0.43, 0.01, 0, 1);
}

#navigation .row .col .navigation-inner nav ul li .a span.name,
#navigation .row .col .navigation-inner nav ul li a span.name,
.page-transition .logo-sec .name {
  font-family: Archivo SemiExpanded, sans-serif;
  font-weight: 800;
  letter-spacing: -0.04em;
  text-transform: uppercase;
}

html {
  width: 100%;
  -webkit-font-smoothing: antialiased;
  position: relative;
  font-family: Archivo, sans-serif;
  font-size: 1vw;
}

body,
html {
  width: 100%;
  min-height: 100%;
  -webkit-font-smoothing: antialiased;
  position: relative;
}

* {
  margin: 0;
  padding: 0;
}

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

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  display: block;
  text-rendering: optimizeLegibility;
  -webkit-hyphens: auto;
  hyphens: auto;
  font-weight: 800;
  line-height: 1em;
  text-transform: capitalize;
}

.footer-container h3 {
  display: block;
  text-rendering: optimizeLegibility;
  -webkit-hyphens: auto;
  hyphens: auto;
  font-weight: 800;
  line-height: 1em;
  text-transform: uppercase;
}

a {
  color: inherit;
  text-decoration: none;
  word-wrap: break-word;
}

.line-link {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  display: inline-block;
}

.line-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: auto;
  right: 0;
  width: 0%;
  height: 1px;
  background-color: currentColor;
}

.line-link:hover:before {
  right: auto;
  left: 0;
  width: 100%;
}

body {
  font-size: 3.83rem;
  line-height: 1.44;
}

@media (min-width: 759px) {
  body {
    font-size: 0.95rem;
    line-height: 1.44;
  }
}

img {
  vertical-align: bottom;
  float: none;
  height: auto;
  max-width: 100%;
  width: 100%;
}

ul {
  list-style: none;
}

.row {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  position: relative;
  display: flex;
  flex: 0 1 auto;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
}

@media (min-width: 759px) {
  .row {
    max-width: 96.4rem;
  }
}

.row.start {
  justify-content: flex-start;
}

.row>.row {
  margin: 0;
  padding: 0;
  max-width: 100%;
  width: 100%;
  flex-basis: 100%;
}

.row:not(.full-width) .row {
  padding-left: 0;
  padding-right: 0;
  margin-left: -4.92rem;
  max-width: calc(100% + 9.84rem);
  width: calc(100% + 9.84rem);
}

@media (min-width: 759px) {
  .row:not(.full-width) .row {
    margin-left: -0.94rem;
    max-width: calc(100% + 1.88rem);
    width: calc(100% + 1.88rem);
  }
}

.col {
  float: left;
  padding-left: 4.92rem;
  padding-right: 4.92rem;
  max-width: 100%;
  width: 100%;
  flex: 0 0 auto;
  flex-grow: 1;
  flex-basis: 100%;
  box-sizing: border-box;
}

@media (min-width: 759px) {
  .col {
    padding-left: 0.94rem;
    padding-right: 0.94rem;
  }
}

[data-parallax-strength] {
  overflow: hidden;
  --parallax-strength: 0%;
  --parallax-height: 0%;
}

[data-parallax-strength] img {
  height: 100%;
}

[data-parallax-strength] [data-parallax-target] {
  height: calc(100% + var(--parallax-height) * 2);
  top: calc(var(--parallax-height) * -1);
  will-change: transform;
  -webkit-transform: translate3d(0, 0, 0);
  z-index: 0;
  rotate: 0.001deg;
}

.page-transition .logo-sec {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #141414;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  z-index: 9999994;
  opacity: 0;
  gap: 4rem;
}

.logo-sec .name {
  width: 60%;
}

@media (min-width: 759px) {
  .page-transition .logo-sec {
    gap: 1rem;
  }
}

.page-transition .transition-overlay {
  position: fixed;
  left: 0;
  width: 100%;
  background-color: #141414;
  z-index: 9999999;
  pointer-events: none;
  opacity: 1;
  height: 100%;
}

.page-transition .transition-overlay:nth-of-type(1) {
  z-index: 9999993;
}

.page-transition .transition-overlay:nth-of-type(2) {
  z-index: 9999992;
  background-color: #f2f2f2;
}

.page-transition .transition-overlay:nth-of-type(2):before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #f43900;
  background-size: cover;
  background-position: center;
  opacity: 0.8;
  z-index: 2;
}

.gradient-circle {
  opacity: 0.35;
  display: block;
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 100%;
  transform-origin: center;
}

.gradient-circle.blue {
  background: #a8d2f1;
  background: radial-gradient(circle at 50% 50%,
      rgba(168, 210, 241, 0.3) 0,
      rgba(168, 210, 241, 0) 60%);
  animation: float 20s infinite;
}

.gradient-circle.pink {
  background: #ffb4ee;
  background: radial-gradient(circle,
      rgba(255, 180, 238, 0.3) 0,
      rgba(255, 180, 238, 0) 60%);
  animation: floattwo 30s infinite;
}

@keyframes float {
  0% {
    transform: scale(1) translate(0, 0);
  }

  25% {
    transform: scale(1.1) translate(0, 5%);
  }

  50% {
    transform: scale(0.9) translate(2%, -7.5%);
  }

  75% {
    transform: scale(1.2) translate(0, -5%);
  }

  100% {
    transform: scale(1) translate(0, 0);
  }
}

@keyframes floattwo {
  0% {
    transform: scale(1) translate(0, 0);
  }

  25% {
    transform: scale(1.2) translate(5%, 2%);
  }

  50% {
    transform: scale(0.9) translate(-5%, -3%);
  }

  75% {
    transform: scale(1.2) translate(3%, 3%);
  }

  100% {
    transform: scale(1) translate(0, 0);
  }
}

@keyframes pressAnimation {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.2);
  }

  100% {
    transform: scale(1);
  }
}

div.please-rotate {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background-color: #141414;
  align-items: center;
  justify-content: center;
  flex-flow: column;
  z-index: 9999999;
  font-size: 1.915rem;
  gap: 2rem;
  display: none;
}

.quickbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99999;
  /* transition: 0.4s ease-out; */
  background-color: #141414;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.quickbar:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 150%;
  top: 0;
  left: 0;
  background: linear-gradient(180deg,
      rgba(20, 20, 20, 0.9) 0,
      rgba(20, 20, 20, 0) 100%);
  opacity: 0;
  z-index: -1;
  transition: 0.4s ease-out;
  pointer-events: none;
}

.quickbar .quickbar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2rem;
  position: relative;
}

@media (min-width: 759px) {
  .quickbar .quickbar-inner {
    padding: 1.35rem 2.81rem;
  }
}

.quickbar .quickbar-inner .whole-logo {
  display: flex;
  align-items: center;
  gap: 1.64rem;
}

@media (min-width: 759px) {
  .quickbar .quickbar-inner .whole-logo {
    gap: 1rem;
  }
}

.quickbar .quickbar-inner .whole-logo:hover .logo-name span.first {
  transform: translateY(-100%);
}

.quickbar .quickbar-inner .whole-logo:hover .logo-name span.second {
  transform: translateY(0);
}

.quickbar .quickbar-inner .whole-logo .branding {
  width: 20rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (min-width: 759px) {
  .quickbar .quickbar-inner .whole-logo .branding {
    width: 6rem;
  }
}

.quickbar .quickbar-inner .whole-logo .logo-name {
  font-family: Archivo SemiExpanded, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 3rem;
  line-height: 1.1em;
  position: relative;
  overflow: hidden;
}

@media (min-width: 759px) {
  .quickbar .quickbar-inner .whole-logo .logo-name {
    font-size: 0.94rem;
  }
}

.quickbar .quickbar-inner .whole-logo .logo-name span {
  display: block;
}

.quickbar .quickbar-inner .whole-logo .logo-name span.second {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(100%);
}

.quickbar .quickbar-inner .menu {
  width: 15rem;
  height: 6.67rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

@media (min-width: 759px) {
  .quickbar .quickbar-inner .menu {
    height: auto;
    width: auto;
  }
}

.quickbar .quickbar-inner .menu .desktop-nav {
  display: flex;
  align-items: center;
  gap: 2.5rem;
}

@media (max-width: 759px) {
  .quickbar .quickbar-inner .menu .desktop-nav {
    display: none;
  }
}

.quickbar .quickbar-inner .menu .desktop-nav li {
  transition-delay: 0.4s;
  position: relative;
}

.quickbar .quickbar-inner .menu .desktop-nav li:not(.ExploreNow):before {
  content: "";
  position: absolute;
  width: 0.52rem;
  height: 0.42rem;
  bottom: -0.21rem;
  left: 50%;
  transform: translate(-50%, 200%);
  background-color: #929292;
  opacity: 0;
  -webkit-clip-path: polygon(50% 0, 0 100%, 100% 100%);
  clip-path: polygon(50% 0, 0 100%, 100% 100%);
}

.quickbar .quickbar-inner .menu .desktop-nav li:nth-child(0) {
  transition-delay: 0.35s;
}

.quickbar .quickbar-inner .menu .desktop-nav li:nth-child(1) {
  transition-delay: 0.4s;
}

.quickbar .quickbar-inner .menu .desktop-nav li:nth-child(2) {
  transition-delay: 0.45s;
}

.quickbar .quickbar-inner .menu .desktop-nav li:nth-child(3) {
  transition-delay: 0.5s;
}

.quickbar .quickbar-inner .menu .desktop-nav li:nth-child(4) {
  transition-delay: 0.55s;
}

.quickbar .quickbar-inner .menu .desktop-nav li:nth-child(5) {
  transition-delay: 0.6s;
}

.quickbar .quickbar-inner .menu .desktop-nav li:nth-child(6) {
  transition-delay: 0.65s;
}

.quickbar .quickbar-inner .menu .desktop-nav li:nth-child(7) {
  transition-delay: 0.7s;
}

.quickbar .quickbar-inner .menu .desktop-nav li:nth-child(8) {
  transition-delay: 0.75s;
}

.quickbar .quickbar-inner .menu .desktop-nav li:nth-child(9) {
  transition-delay: 0.8s;
}

.quickbar .quickbar-inner .menu .desktop-nav li:nth-child(10) {
  transition-delay: 0.85s;
}

.quickbar .quickbar-inner .menu .desktop-nav li:hover {
  opacity: 1;
}

.quickbar .quickbar-inner .menu .desktop-nav li:hover:before {
  transform: translate(-50%, 100%);
  opacity: 1;
}

.quickbar .quickbar-inner .menu .desktop-nav li:hover .name span.first {
  transform: translateY(-100%);
}

.quickbar .quickbar-inner .menu .desktop-nav li:hover .name span.second {
  transform: translateY(0);
}

.quickbar .quickbar-inner .menu .desktop-nav li .a,
.quickbar .quickbar-inner .menu .desktop-nav li a {
  color: #f2f2f2;
  position: relative;
  display: block;
  cursor: pointer;
  line-height: 1.2em;
  overflow: hidden;
  font-weight: 400;
  text-transform: uppercase;
  font-family: "Fira Sans Condensed", sans-serif;
}

.quickbar .quickbar-inner .menu .desktop-nav li .a .name span,
.quickbar .quickbar-inner .menu .desktop-nav li a .name span {
  display: block;
}

.quickbar .quickbar-inner .menu .desktop-nav li .a .name span.first,
.quickbar .quickbar-inner .menu .desktop-nav li a .name span.first {
  opacity: 0.75;
}

.quickbar .quickbar-inner .menu .desktop-nav li .a .name span.second,
.quickbar .quickbar-inner .menu .desktop-nav li a .name span.second {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(100%);
}

.quickbar .quickbar-inner .menu .desktop-nav li.ExploreNow:hover a .line:nth-of-type(1):before {
  transform: scaleX(1);
}

.quickbar .quickbar-inner .menu .desktop-nav li.ExploreNow:hover a .line:nth-of-type(2):before {
  transform: scaleY(1);
}

.quickbar .quickbar-inner .menu .desktop-nav li.ExploreNow:hover a .line:nth-of-type(3):before {
  transform: scaleY(1);
}

.quickbar .quickbar-inner .menu .desktop-nav li.ExploreNow:hover a .line:nth-of-type(4):before {
  transform: scaleX(1);
}

.quickbar .quickbar-inner .menu .desktop-nav li.ExploreNow a {
  padding: 0;
  position: relative;
  text-decoration: none;
}

.quickbar .quickbar-inner .menu .desktop-nav li.ExploreNow a .name-ct {
  position: relative;
  overflow: hidden;
}

.quickbar .quickbar-inner .menu .desktop-nav li.ExploreNow a .line {
  display: none;
}

.quickbar .quickbar-inner .menu .desktop-nav li.ExploreNow a .line:before {
  display: none;
}

.quickbar .quickbar-inner .menu .desktop-nav li.ExploreNow a .line:nth-of-type(1) {
  top: 0;
  left: 0;
  width: 100%;
  height: 0.05rem;
  min-height: 1px;
}

.quickbar .quickbar-inner .menu .desktop-nav li.ExploreNow a .line:nth-of-type(1):before {
  transform: scaleX(0);
  transform-origin: left;
}

.quickbar .quickbar-inner .menu .desktop-nav li.ExploreNow a .line:nth-of-type(2) {
  top: 0;
  left: 0;
  height: 100%;
  width: 0.05rem;
  min-width: 1px;
}

.quickbar .quickbar-inner .menu .desktop-nav li.ExploreNow a .line:nth-of-type(2):before {
  transform: scaleY(0);
  transform-origin: top;
}

.quickbar .quickbar-inner .menu .desktop-nav li.ExploreNow a .line:nth-of-type(3) {
  top: 0;
  right: 0;
  height: 100%;
  width: 0.05rem;
  min-width: 1px;
}

.quickbar .quickbar-inner .menu .desktop-nav li.ExploreNow a .line:nth-of-type(3):before {
  transform: scaleY(0);
  transform-origin: bottom;
}

.quickbar .quickbar-inner .menu .desktop-nav li.ExploreNow a .line:nth-of-type(4) {
  bottom: 0;
  right: 0;
  width: 100%;
  height: 0.05rem;
  min-height: 1px;
}

.quickbar .quickbar-inner .menu .desktop-nav li.ExploreNow a .line:nth-of-type(4):before {
  transform: scaleX(0);
  transform-origin: right;
}

.quickbar .quickbar-inner .menu .div-line {
  width: 1px;
  height: 175%;
  background-color: #4a4a4a;
  margin-inline: 1.77rem;
  transition-delay: 0.5s;
}

@media (max-width: 759px) {
  .quickbar .quickbar-inner .menu .div-line {
    display: none;
  }
}

.quickbar .quickbar-inner .menu .hamburger {
  width: 100%;
  height: 1.9rem;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  padding-block: 1rem;
}

@media (min-width: 759px) {
  .quickbar .quickbar-inner .menu .hamburger {
    display: none;
  }
}

.quickbar .quickbar-inner .menu .hamburger .line {
  width: 100%;
  height: 1px;
  min-height: 1px;
  position: relative;
  overflow: hidden;
  margin-bottom: 1.5rem;
}

.quickbar .quickbar-inner .menu .hamburger .line:last-of-type:before {
  left: auto;
  right: 0;
  transition-delay: 0.2s;
}

.quickbar .quickbar-inner .menu .hamburger .line:last-of-type .line-inner {
  left: 0;
  right: auto;
}

.quickbar .quickbar-inner .menu .hamburger .line .line-inner {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  transition-delay: 0.2s;
}

.quickbar .quickbar-inner .menu .x {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  height: 100%;
  pointer-events: none;
  cursor: pointer;
}

.quickbar .quickbar-inner .menu .x:hover {
  transform: translate(-50%, -50%) scale(0.9) !important;
}

@media (min-width: 759px) {
  .quickbar .quickbar-inner .menu .x:hover {
    transform: translate(0, -50%) scale(0.9) !important;
  }
}

.quickbar .quickbar-inner .menu .x .line {
  width: 50%;
  height: 1px;
  background-color: #141414;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: rotate(45deg) scale3d(0, 1, 1) translateX(-50%);
  transform-origin: left;
}

.quickbar .quickbar-inner .menu .x .line:nth-of-type(2) {
  transform: rotate(-45deg) scale3d(0, 1, 1) translateX(-50%);
}

.quickbar .quickbar-inner .menu .x .circle {
  width: 0;
  height: 0;
  border-radius: 100%;
  background-color: #f2f2f2;
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.navi-overlay {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 0%;
  pointer-events: none;
  background-color: #f2f2f2;
}

@media (min-width: 759px) {
  .navi-overlay {
    display: none;
  }
}

.navi-overlay:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, #a8d2f1 0, #ffb4ee 100%);
  background-size: cover;
  background-position: center;
  opacity: 0.6;
}

.navi-overlay:nth-of-type(1) {
  transition-delay: 0.2s;
  z-index: 9991;
}

#navigation {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  z-index: 9999;
  background-color: #140b0b;
  overflow: auto;
  transition-delay: 0.1s;
  display: block;
  pointer-events: none;
  -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
  clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
}

#navigation .row {
  height: 100%;
}

#navigation .row .col {
  height: 100%;
}

@media (min-width: 759px) {
  #navigation .row .col {
    padding-block: 3.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

#navigation .row .col .navigation-inner {
  height: 100%;
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding-top: 30rem
}

@media (min-width: 759px) {
  #navigation .row .col .navigation-inner {
    flex-flow: row;
    padding-top: 0;
    justify-content: flex-end;
    height: auto;
  }
}

#navigation .row .col .navigation-inner nav ul {
  display: flex;
  flex-flow: column;
  gap: 6rem;
  font-size: 4rem;
  padding-top: 0rem;
}

#navigation .row .col .navigation-inner nav ul li {
  overflow: hidden;
}

#navigation .row .col .navigation-inner nav ul li .a,
#navigation .row .col .navigation-inner nav ul li a {
  display: flex;
  align-items: baseline;
  justify-content: flex-start;
  margin-bottom: 4rem;
}

html:not(.open-navi) #navigation .row .col .navigation-inner nav ul li .a,
html:not(.open-navi) #navigation .row .col .navigation-inner nav ul li a {
  transform: translateY(100%);
}

@media (min-width: 759px) {

  #navigation .row .col .navigation-inner nav ul li .a:hover,
  #navigation .row .col .navigation-inner nav ul li a:hover {
    opacity: 1;
  }

  #navigation .row .col .navigation-inner nav ul li .a:hover .name .serif span,
  #navigation .row .col .navigation-inner nav ul li a:hover .name .serif span {
    transform: translateY(-100%);
    opacity: 0;
  }

  #navigation .row .col .navigation-inner nav ul li .a:hover .name .script span,
  #navigation .row .col .navigation-inner nav ul li a:hover .name .script span {
    transform: translateY(0);
    opacity: 1;
  }
}

#navigation .row .col .navigation-inner nav ul li .a span,
#navigation .row .col .navigation-inner nav ul li a span {
  color: #f2f2f2;
}

#navigation .row .col .navigation-inner nav ul li .a span.name,
#navigation .row .col .navigation-inner nav ul li a span.name {
  position: relative;
  color: #f2f2f2;
  line-height: 100%;
  position: relative;
  font-size: 5rem;
  font-weight: 500;
}

#navigation .row .col .navigation-inner nav ul li .a span.name .second,
#navigation .row .col .navigation-inner nav ul li a span.name .second {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

@media (max-width: 759px) {

  #navigation .row .col .navigation-inner nav ul li .a span.name .second,
  #navigation .row .col .navigation-inner nav ul li a span.name .second {
    display: none;
  }
}

#navigation .row .col .navigation-inner nav ul li .a span.number,
#navigation .row .col .navigation-inner nav ul li a span.number {
  font-family: ivyora-display, serif;
  font-style: italic;
  color: #b3b3b3;
  font-size: 5rem;
  margin-right: 2.75rem;
}

@media (min-width: 759px) {

  #navigation .row .col .navigation-inner nav ul li .a span.number,
  #navigation .row .col .navigation-inner nav ul li a span.number {
    display: none;
  }
}

.navi-gradients-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
}

.navi-gradients-wrapper .gradient-ct {
  position: absolute;
}

.navi-gradients-wrapper .gradient-ct.blue {
  width: 76.23rem;
  top: 0;
  right: -23.5rem;
}

html:not(.open-navi) .navi-gradients-wrapper .gradient-ct.blue {
  width: 50.82rem;
}

.navi-gradients-wrapper .gradient-ct.pink {
  width: 56.01rem;
  top: 50.27rem;
  right: -29.51rem;
  transition-delay: 0.3s;
}

html:not(.open-navi) .navi-gradients-wrapper .gradient-ct.pink {
  width: 37.34rem;
}

.navi-gradients-wrapper .gradient-ct.pink .gradient-circle {
  animation: float 14s infinite;
}

@keyframes finger {
  0% {
    transform: translate(-100%, -50%);
  }

  100% {
    transform: translate(0, -50%);
  }
}

@keyframes draw {
  from {
    stroke-dashoffset: 1;
  }

  to {
    stroke-dashoffset: 0;
  }
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

.image-content {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: relative;
}

.image-container {
  width: 50%;
  margin-right: 7rem;
}

@media (min-width: 768px) {
  .container {
    padding: 0 3rem;
  }
}

@media (max-width: 599px) {
  .image-container {
    width: 100%;
    padding: 2rem;
  }
}

.social-icons {
  display: flex;
  gap: 2rem;
}

.social-icon {
  filter: grayscale(100%) brightness(0) saturate(100%);
  width: 40px;
  height: 40px;
  transition: 0.3s ease-in-out;
}

.social-icon:hover {
  transform: scale(1.1);
  filter: invert(43%) sepia(96%) saturate(2688%) hue-rotate(2deg) brightness(97%) contrast(102%);
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-100%);
  }
}

.img-container {
  position: relative;
  padding-top: var(--ratio, calc(9 / 16 * 100%));
  overflow: hidden;
}

.img-container img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
}

@keyframes ToRightRolling {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

@keyframes circleOpacity {

  0%,
  100% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }
}

.content {
  background: 0 0;
  background-image: url(https://images.unsplash.com/photo-1729271387795-835e9089e332?q=80&w=1932&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 3rem;
  cursor: pointer;
  flex: 1;
  overflow: hidden;
  position: relative;
  transition: all 0.5s cubic-bezier(0.05, 0.6, 0.39, 0.94);
}

.content::before {
  background: inherit;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
}

.content>* {
  position: relative;
  z-index: 1;
}

.content:hover {
  box-shadow: 0.7rem 0.7rem 0.5rem rgba(0, 0, 0, 0.3);
}

.content:nth-of-type(2) {
  background: 0 0;
  background-image: url(https://images.unsplash.com/photo-1727014588962-0bba80d5959e?q=80&w=2070&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.content:nth-of-type(3) {
  background: 0 0;
  background-image: url(https://images.unsplash.com/photo-1728140161956-3cf6462f2f12?q=80&w=2070&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.content:nth-of-type(4) {
  background: 0 0;
  background-image: url(https://images.unsplash.com/photo-1726672458981-b4882850d020?q=80&w=2070&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

html {
  background: #fff;
}

html.open-navi .quickbar .quickbar-inner .menu .hamburger .line:last-of-type:before {
  width: 0;
  left: auto !important;
  right: 0;
}

html.open-navi .quickbar .quickbar-inner .menu .hamburger .line:last-of-type .line-inner {
  width: 0;
  left: auto !important;
  right: 0 !important;
}

html.open-navi .quickbar .quickbar-inner .menu .hamburger .line .line-inner {
  transition-delay: 0s !important;
  width: 0;
  left: 0;
  right: auto;
}

html.open-navi .quickbar .quickbar-inner .menu .x .line {
  transition-delay: 0.1s;
  transform: rotate(45deg) scale3d(1, 1, 1) translateX(-50%);
}

html.open-navi .quickbar .quickbar-inner .menu .x .line:nth-of-type(2) {
  transform: rotate(-45deg) scale3d(1, 1, 1) translateX(-50%);
  transition-delay: 0.3s;
}

html.open-navi .quickbar .quickbar-inner .menu .x .circle {
  transform: translate(-50%, -50%);
  width: 10rem;
  height: 10rem;
  transition-delay: 0.2s;
}

html.open-navi .navi-overlay {
  height: 100%;
}

html.open-navi #navigation {
  display: block;
  transition-delay: 0.1s;
  pointer-events: auto;
  -webkit-clip-path: polygon(0 0%, 100% 0%, 100% 100%, 0 100%);
  clip-path: polygon(0 0%, 100% 0%, 100% 100%, 0 100%);
}

html.open-navi #navigation .row .col .navigation-inner nav ul li .a,
html.open-navi #navigation .row .col .navigation-inner nav ul li a {
  transform: translateY(0);
}

/* html, loader, navbar css ends */

/* footer section css start */
footer {
  width: 100%;
  position: fixed;
  left: 0;
  bottom: 0;
}

.footer-container {
  background-color: #f2f2f2;
  color: #000;
  display: flex;
  flex-wrap: wrap;
  gap: 12rem;
  margin: 0 auto;
  padding: 2rem 5rem;
  font-size: 14px;
  line-height: 16px;
  padding: 1.5rem 1rem 1rem 6rem;
  align-items: center;
}

.footer-section h3 {
  font-size: 14px;
  margin-bottom: 1rem;
}

.footer-section ul {
  list-style: none;
}

.footer-section ul li {
  margin-bottom: 0.5rem;
}

.footer-section:nth-child(2) {
  margin-top: 20px;
}

.footer-section ul li a {
  text-decoration: none;
  color: #000;
  transition: color 0.3s ease;
}

.footer-section ul li a:hover {
  color: #f43900;
}

.social-icons {
  display: flex;
  gap: 2rem;
}

.social-icon {
  filter: grayscale(100%) brightness(0) saturate(100%);
  width: 40px;
  height: 40px;
  transition: 0.3s ease-in-out;
}

.social-icon:hover {
  transform: scale(1.1);
  filter: invert(43%) sepia(96%) saturate(2688%) hue-rotate(2deg) brightness(97%) contrast(102%);
}

.social-icons a img {
  width: 20px;
  height: 20px;
}

.contact-info p {
  margin-bottom: 0.5rem;
}

.grid-list {
  display: grid;
  list-style: none;
  padding: 0;
  margin: 0;
  column-gap: 2rem;
}

.grid-list {
  grid-template-columns: repeat(2, 1fr);
}

@media (max-width: 768px) {
  .footer-container {
    flex-direction: column;
    padding: 4rem;
  }

  .social-icons a img {
    width: 15px;
    height: 15px;
  }

  .social-icons {
    gap: 2rem;
  }

  .footer-section h3 {
    font-size: 4rem;
    margin-bottom: 1rem;
    margin-top: 2rem;
  }

  .footer-logo {
    width: 70px !important;
  }

  .social-icons {
    gap: 2rem;
  }

  .social-icons a img {
    width: 15px;
    height: 15px;
  }
}

/* footer section css end */

/* marquee css start */
.lets-talk {
  background: #191919;
  color: #fff;
  height: 4rem;
  overflow: hidden;
}

.marquee-scroll {
  display: flex;
  position: relative;
  gap: 6rem;
}

.marquee-content {
  display: flex;
  align-items: center;
  gap: 6rem;
  color: #f2f2f2;
}

.marquee-content .list-item {
  font-size: 2rem;
  font-weight: 900;
  letter-spacing: -0.04em;
  text-transform: uppercase;
  line-height: 4rem;
  width: -moz-max-content;
  width: max-content;
  font-family: "Archivo";
}

.header_marquee {
  font-size: 2rem;
  font-weight: 500;
  line-height: 2rem;
  width: -moz-max-content;
  width: max-content;
  font-family: "DM Serif Display";
  color: white;
  opacity: 0.5;
  border-left: 1px solid #ccc;
  padding-left: 1.5rem;
}

/* marquee css end */

/* video section css start */
.bg-ct {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 100%;
}

.quickbar {
  --header-height: 80px;
}

.lets-talk {
  --marquee-height: 40px;
}

.bg-video {
  object-fit: cover;
  z-index: 0;
  width: 100%;
  height: 100vh;
}

.overlay-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  color: white;
  padding: 0 16px;
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}

.welcome-heading {
  font-family: "Fira Sans Condensed" !important;
  font-size: 2rem;
  font-weight: 400;
}

.video-hero-heading {
  font-family: "Fira Sans Condensed";
  font-size: 60px;
  font-weight: 400;
  line-height: 1.2;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin: 0;
  text-align: center;
}

.video-hero-underline {
  width: 200px;
  height: 2px;
  background-color: #ffffff;
  margin: 0.5rem 0;
}

.video-hero-subtext {
  font-family: "Fira Sans", sans-serif;
  font-size: 28px;
  font-style: italic;
  font-weight: 400;
  color: #ffffff;
  margin: 0;
  text-align: center;
  opacity: 0.95;
}


@media (min-width: 768px) {
  .video-hero-heading {
    font-size: 5rem;
  }

  .video-hero-subtext {
    font-size: 1.5rem;
  }

  .video-hero-underline {
    width: 300px;
  }
}

@media (min-width: 1024px) {
  .video-hero-heading {
    font-size: 102px;
  }

  .video-hero-subtext {
    font-size: 1.75rem;
  }

  .video-hero-underline {
    width: 500px;
  }
}

@media (max-width: 767px) {
  .video-hero-heading {
    font-size: 8rem;
  }

  .video-hero-subtext {
    font-size: 3rem;
  }

  .video-hero-underline {
    width: 250px;
    height: 1px;
  }

  .overlay-text {
    gap: 0.75rem;
  }
}

/* videos section css end */

/* content section start */
.content-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  padding: 4rem;
  background-color: #f9f9f9;
  height: 80vh;
}

.content-section {
  flex: 1;
  max-width: 60%;
}

.content-section h2 {
  font-family: DM Serif Display;
  font-size: 34px;
  font-style: italic;
  font-weight: 400;
  line-height: 47.6px;
  text-align: left;
  margin-bottom: 1.5rem;
}

.content-section p {
  font-family: Archivo;
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
  text-align: left;
  margin-bottom: 1rem;
}

.images-section {
  width: 30%;
  display: flex;
  flex-direction: row;
  gap: 1rem;
}

.images-section img {
  border-radius: 24px;
  object-fit: cover;
  width: 200px;
  height: 260px;
}

.image-section-row1 {
  gap: 1rem;
  display: flex;
  flex-direction: column;
}

.image-section-row2 {
  gap: 1rem;
  display: flex;
  flex-direction: column;
  margin-top: 5rem;
}

/* content section ends */

/* cards section start */
.card-container {
  background: #dddddd;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  padding: 1rem 4rem;
  gap: 2rem;
}

#card-container-top {
  padding-top: 4rem;
}

#card-container-bottom {
  padding-bottom: 4rem;
}

.single {
  width: 50% !important;
}

.card-container .card {
  background: #1f2125;
  width: 100%;
  height: 286px;
  border-radius: 24px;
  display: flex;
  align-items: center;
  flex-direction: row;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}

.card-container .card .card-image {
  width: 40%;
  position: relative;
  z-index: 1;
}

.card-container .card img {
  height: 286px;
  border-radius: 24px 0px 0px 24px;
  object-fit: cover;
  width: 100%;
}

.card-container .card .card-content {
  display: flex;
  flex-direction: column;
  text-align: left;
  color: #fff;
  width: 60%;
  padding: 2rem;
  position: relative;
  z-index: 2;
  background: rgba(31, 33, 37, 0.9);
  height: 100%;
  transform: translateX(0);
  transition: transform 0.3s ease-in-out;
  justify-content: center;
}

.card:hover .card-content {
  transform: translateX(-10%);
}

.card-container .card .card-content h3 {
  font-family: DM Serif Display;
  font-size: 26px;
  font-style: italic;
  font-weight: 400;
  line-height: 35.65px;
  text-align: left;
  margin-bottom: 1rem;
}

.card-container .card .card-content p {
  font-family: Archivo;
  font-size: 16px;
  color: #ffffffcc;
  font-weight: 400;
  line-height: 28.8px;
  text-align: left;
  margin-bottom: 1rem;
}

.card-container .card .card-content a {
  width: 30%;
  padding: 12px 26px;
  border-radius: 86px;
  background-color: #f43900;
  color: white;
  border: none;
  font-family: "Archivo", sans-serif;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* cards section end */

/* overlap section start */
.overlap-container {
  width: 100%;
  padding: 4rem 9rem;
  margin: 0 9rem;
  padding-bottom: 5rem;
}

.overlap-container .image-content {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: relative;
}

.overlap-container .image-content .image-container {
  width: 50%;
}

.overlap-container .image-content img {
  width: 100%;
  object-fit: cover;
  height: auto;
}

.overlap-container .image-content .heading-container {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  text-align: left;
}

.overlap-container .image-content .heading-container h1 {
  font-size: 4rem;
  font-weight: 800;
  line-height: 1.2;
  color: #fff;
  text-transform: uppercase;
}

.overlap-container .image-content .heading-container span {
  display: inline-block;
}

.third-span {
  margin-left: 15rem;
}

.third-topspan {
  margin-left: 1rem;
}

.first-topspan {
  margin-left: 5rem;
}

.first-span {
  margin-left: 18rem;
}

.second-topspan {
  margin-left: 10rem;
}

.second-span {
  margin-left: 18rem;
}

.overlap-container .text-container {
  max-width: 100%;
  margin-top: 0.5rem;
  padding: 0 2rem;
  text-align: left;
}

.overlap-container .text-container p {
  font-family: "DM Serif Display";
  font-size: 1.5rem;
  font-style: italic;
  line-height: 1.6;
  color: #cccccc;
}

.hero-section {
  background: #191919;
  display: flex;
  align-items: center;
}

.content-section-two {
  background: #444444 !important;
}

.brands-container {
  background-color: white;
  overflow: hidden;
  padding: 2rem;
}

.brands-scroll {
  display: flex;
  justify-content: center;
  gap: 3.5rem;
  animation: scroll 15s linear infinite;
}

.brand-logo {
  height: 4rem;
  width: auto;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-100%);
  }
}

/* Celebration section */
.celebration-section {
  background-color: #ffffff;
  padding: 4rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.celebration-container {
  max-width: 85%;
  margin: 0 auto;
  padding: 0 4rem;
  display: flex;
  gap: 4rem;
  align-items: center;
}

.celebration-image {
  flex: 1;
  width: 50%;
}

.celebration-image img {
  width: 100%;
  height: 580px;
  object-fit: cover;
}

.celebration-content {
  flex: 1;
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.celebration-headline {
  font-family: "Fira Sans Condensed";
  font-variant: small-caps;
  font-size: 42px;
  font-weight: 700;
  text-transform: uppercase;
  color: #000000;
  line-height: 1.2;
  margin: 0;
}

.celebration-separator {
  width: 100%;
  height: 2px;
  background-color: #f43900;
  margin: 0.5rem 0;
}

.celebration-text {
  font-family: "Fira Sans";
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.6;
  color: #000000;
  margin: 0;
}

.celebration-btn {
  display: inline-block;
  padding: 1rem 2.5rem;
  border: 1px solid #000000;
  background-color: #ffffff;
  color: #000000;
  text-transform: uppercase;
  font-family: "Archivo", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  text-align: center;
  width: fit-content;
  transition: all 0.3s ease;
  margin-top: 1rem;
}

.celebration-btn:hover {
  background-color: #000000;
  color: #ffffff;
}

@media (max-width: 968px) {

  .celebration-image,
  .celebration-content {
    width: 100%;
  }

  .celebration-headline {
    font-size: 1.5rem;
  }
}

@media (max-width: 768px) {
  .celebration-section {
    padding: 10rem 0rem;
  }

  .celebration-container {
    flex-direction: column;
    gap: 2rem;
  }

  .celebration-image img {
    height: 300px;
    object-fit: cover;
  }

  .celebration-headline {
    font-size: 22px;
  }

  .celebration-text {
    font-size: 13px;
  }

  .celebration-btn {
    padding: 2rem 3rem;
    font-size: 12px;
    font-weight: 600;
  }
}

/* Our Work Section */
.our-work-section {
  position: relative;
  width: 100%;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.our-work-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.our-work-background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.our-work-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #191919CC;
  z-index: 2;
}

.our-work-content {
  position: relative;
  z-index: 3;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 40px;
}

.our-work-headline {
  font-family: "Fira Sans Condensed";
  font-size: 62px;
  font-weight: 500;
  color: #ffffff;
  text-transform: uppercase;
  margin: 0;
  letter-spacing: 0;
  font-variant: small-caps;
}

.our-work-text-group {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  max-width: 1046px;
}

.our-work-subheadline {
  font-family: "Fira Sans";
  font-size: 24px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.8);
  margin: 0;
  max-width: 1046px;
  line-height: 1.6;
}

.our-work-btn {
  display: inline-block;
  padding: 16px 48px;
  border: 1px solid #ffffff;
  background-color: transparent;
  color: #ffffff;
  text-transform: uppercase;
  font-family: "Fira Sans", sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  text-align: center;
  width: fit-content;
  transition: all 0.3s ease;
  line-height: 20px;
}

.our-work-btn:hover {
  background-color: #ffffff;
  color: #000000;
}

.our-work-logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 3rem;
  margin-top: 3rem;
  width: 100%;
  max-width: 1200px;
}

.our-work-logo {
  height: 60px;
  width: auto;
  max-width: 150px;
  object-fit: contain;
  opacity: 0.9;
  transition: opacity 0.3s ease;
  filter: grayscale(100%);
}

.our-work-logo:hover {
  opacity: 1;
  filter: grayscale(0%);
}

.our-work-marquee {
  overflow: hidden;
  width: 100%;
  margin-top: 80px;
  filter: grayscale(100%);
  opacity: 0.8;
}

.our-work-track {
  display: flex;
  gap: 58px;
  width: max-content;
  animation: marquee 25s linear infinite;
}

.our-work-track img {
  height: 80px;
  width: auto;
  object-fit: contain;
  transition: opacity 0.3s ease;
  margin-right: 32px;
}

/* Animation */
@keyframes marquee {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

@media (max-width: 968px) {
  .our-work-headline {
    font-size: 48px;
  }

  .our-work-subheadline {
    font-size: 20px;
  }

  .our-work-text-group {
    max-width: 90%;
  }

  .our-work-logos {
    gap: 2rem;
    margin-top: 3rem;
  }

  .our-work-logo {
    height: 50px;
    max-width: 120px;
  }

  .our-work-track {
    gap: 40px;
  }

  .our-work-track img {
    height: 60px;
  }
}

@media (max-width: 768px) {
  .our-work-section {
    min-height: 80vh;
  }

  .our-work-content {
    padding: 10rem 2rem;
    gap: 4rem;
  }

  .our-work-headline {
    font-size: 32px;
  }

  .our-work-subheadline {
    font-size: 3rem;
    line-height: 150%;
  }

  .our-work-text-group {
    gap: 3rem;
  }

  .our-work-btn {
    padding: 2rem 3rem;
    font-size: 3rem;
  }

  .our-work-logos {
    gap: 2rem;
    margin-top: 3rem;
  }

  .our-work-logo {
    height: 40px;
    max-width: 100px;
  }

  .our-work-marquee {
    margin-top: 80px;
  }

  .our-work-track {
    gap: 30px;
  }

  .our-work-track img {
    height: 50px;
  }
}

/* Testimonials Slider Section */
.testimonials-slider-section {
  background-color: #F5F5F5;
  padding: 1rem 0rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 600px;
  overflow-x: hidden;
  width: 100%;
}

.testimonials-heading {
  font-family: "Fira Sans Condensed";
  font-size: 62px;
  font-weight: 500;
  text-transform: uppercase;
  color: #333333;
  margin-top: 2rem;
  text-align: center;
}

.testimonials-swiper-container {
  width: 100%;
  max-width: 1400px;
  position: relative;
  padding: 5rem 0;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
}

.testimonials-swiper {
  width: 100%;
  padding-bottom: 2rem;
  margin: 0 auto;
}

.testimonials-swiper .swiper-wrapper {
  align-items: center;
  display: flex;
}

.testimonials-swiper .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
  width: 750px !important;
  max-width: calc(100vw - 4rem);
  flex-shrink: 0;
  transition: opacity 0.6s ease, filter 0.6s ease;
  cursor: pointer;
}

.testimonials-swiper .swiper-slide-active {
  opacity: 1 !important;
  z-index: 10;
}

.testimonials-swiper .swiper-slide:not(.swiper-slide-active) {
  opacity: 0.4;
  z-index: 1;
}

.testimonial-card {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.8), rgba(250, 250, 250, 0.8));
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-radius: 32px;
  padding: 52px 40px 40px 64px;
  width: 786px !important;
  min-width: 0;
  max-width: calc(100vw - 4rem) !important;
  min-height: 339px;
  box-shadow: 4px 4px 20px 4px rgba(0, 0, 0, 0.03), inset 0px 0px 4px 0.2px white;
  position: relative;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  visibility: visible !important;
  opacity: 1 !important;
  transition: box-shadow 0.3s ease, transform 0.6s ease;
  transform: scale(0.9);
  transform-origin: center center;
  box-sizing: border-box;
  overflow: hidden;
}

.testimonial-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 32px;
  display: block;
}


.testimonials-swiper .swiper-slide-active .testimonial-card {
  transform: scale(1);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
}

.testimonials-swiper .swiper-slide:not(.swiper-slide-active) .testimonial-card {
  transform: scale(0.9);
}

.testimonials-swiper .swiper-slide-active .testimonial-card {
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
}

.testimonial-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 30px;
  flex-shrink: 0;
}

.testimonial-company {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.testimonial-logo {
  width: 244px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0;
  flex-shrink: 0;
}

.testimonial-logo img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  object-position: left center;
}

.testimonial-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
}

/* O2 logo - keep original colors */
.testimonial-card:has(.testimonial-logo img[alt="O2"]) .testimonial-logo img {
  filter: none;
}

/* Other logos - remove background and filter for colored logos */
.testimonial-card:has(.testimonial-logo img[alt="England Hockey"]) .testimonial-logo,
.testimonial-card:has(.testimonial-logo img[alt="Davidson Homes"]) .testimonial-logo,
.testimonial-card:has(.testimonial-logo img[alt="Jacob's"]) .testimonial-logo {
  background-color: transparent;
  padding: 0;
}

.testimonial-card:has(.testimonial-logo img[alt="England Hockey"]) .testimonial-logo img,
.testimonial-card:has(.testimonial-logo img[alt="Davidson Homes"]) .testimonial-logo img,
.testimonial-card:has(.testimonial-logo img[alt="Jacob's"]) .testimonial-logo img {
  filter: none;
}

.testimonial-company-name {
  font-family: "Fira Sans", sans-serif;
  font-size: 30px;
  font-weight: 700;
  color: #0066CC;
}

.testimonial-quote-icon {
  flex-shrink: 0;
  color: #999999;
  opacity: 1;
}

.testimonial-quote-icon svg {
  width: 59px;
  height: 41px;
  transform: rotate(180deg) scaleY(-1);
}

.testimonial-text {
  font-family: "Fira Sans", sans-serif;
  font-size: 22px;
  font-style: italic;
  font-weight: 400;
  line-height: 1.4;
  color: #222222;
  margin: 0;
  flex: 1;
  overflow-y: auto;
  max-width: 658px;
  margin-top: 12px;
}

.testimonials-pagination {
  position: relative;
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  margin-top: 2rem;
}

.testimonials-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #D3D3D3;
  opacity: 1;
  border-radius: 50%;
  transition: all 0.3s ease;
  cursor: pointer;
  margin: 0 6px;
}

.testimonials-pagination .swiper-pagination-bullet-active {
  background-color: #f43900;
  width: 12px;
  height: 12px;
  transform: scale(1.2);
}

@media (max-width: 968px) {
  .testimonials-heading {
    font-size: 2.5rem;
  }

  .testimonials-swiper .swiper-slide {
    width: 90% !important;
    max-width: 90%;
  }

  .testimonial-card {
    width: 100% !important;
    max-width: 100% !important;
    height: auto;
    min-height: 300px;
    padding: 40px 32px 32px 48px;
  }

  .testimonial-header {
    margin-bottom: 24px;
  }

  .testimonial-logo {
    width: 180px;
    height: 60px;
  }

  .testimonial-company-name {
    font-size: 1.1rem;
  }

  .testimonial-text {
    font-size: 18px;
    line-height: 1.4;
  }

  .testimonial-quote-icon svg {
    width: 45px;
    height: 32px;
  }
}

@media (max-width: 768px) {
  .testimonials-slider-section {
    padding: 20rem 0rem;
    min-height: auto;
  }

  .testimonials-swiper-container {
    padding: 1.5rem 0;
  }

  .testimonials-heading {
    font-size: 32px;
    margin-bottom: 3rem;
    font-weight: 500;
  }

  .testimonials-swiper .swiper-slide {
    width: 95% !important;
    max-width: 95%;
    opacity: 0.2;
    transform: scale(0.8);
  }

  .testimonials-swiper .swiper-slide-active {
    opacity: 1;
    transform: scale(1);
    width: 95% !important;
    max-width: 95%;
  }

  .testimonial-card {
    width: 100% !important;
    max-width: 100% !important;
    height: auto;
    min-height: 280px;
    padding: 32px 24px 24px 32px;
    margin: 5rem 0;
  }

  .testimonial-header {
    margin-bottom: 20px;
  }

  .testimonial-logo {
    width: 140px;
    height: 50px;
    display: flex;
    justify-content: flex-start;
  }

  .testimonial-logo img {
    object-fit: contain;
    object-position: left;
  }

  .testimonial-company-name {
    font-size: 1rem;
  }

  .testimonial-text {
    font-size: 16px;
    line-height: 1.4;
    max-width: 100%;
  }

  .testimonial-quote-icon svg {
    width: 40px;
    height: 28px;
  }
}

/* Service Images Carousel Section */
.service-images-slider-section {
  background-color: #F5F5F5;
  padding: 1rem 0rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 540px;
  overflow-x: hidden;
  width: 100%;
}

.service-images-heading {
  font-family: "Fira Sans Condensed", sans-serif;
  font-size: 3rem;
  font-weight: 700;
  color: #141414;
  text-align: center;
  margin-bottom: 3rem;
  letter-spacing: 0.05em;
}

.service-images-swiper-container {
  width: 100%;
  position: relative;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
}

.service-images-swiper {
  width: 100%;
  padding-bottom: 3rem;
  overflow: hidden;
  padding: 2rem 0;
  margin: 0 auto;
}

.service-images-swiper .swiper-wrapper {
  align-items: center;
  display: flex;
}

.service-images-swiper .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
  width: 750px !important;
  max-width: calc(100vw - 4rem);
  flex-shrink: 0;
  transition: opacity 0.6s ease;
  cursor: pointer;
}

.service-images-swiper .swiper-slide-active {
  opacity: 1 !important;
  z-index: 10;
}

.service-images-swiper .swiper-slide:not(.swiper-slide-active) {
  opacity: 0.7;
  z-index: 1;
}

.service-image-card {
  background-color: transparent;
  padding: 0;
  width: 750px !important;
  min-width: 0;
  max-width: calc(100vw - 4rem) !important;
  height: auto;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
  position: relative;
  margin: 0 auto;
  overflow: hidden;
  display: block;
  line-height: 0;
}

.service-carousel-image {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
  padding: 0;
  margin: 0;
}

.service-images-swiper .swiper-slide-active .service-image-card {
  transform: scale(1);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
}

.service-images-swiper .swiper-slide:not(.swiper-slide-active) .service-image-card {
  transform: scale(0.9);
}

.service-images-pagination {
  position: relative;
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  margin-top: 2rem;
}

.service-images-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #D3D3D3;
  opacity: 1;
  border-radius: 50%;
  transition: all 0.3s ease;
  cursor: pointer;
  margin: 0 6px;
}

.service-images-pagination .swiper-pagination-bullet-active {
  background-color: #f43900;
  width: 8px;
  height: 8px;
  transform: scale(1.2);
}

/* Service Images Swiper navigation arrows */
.service-images-swiper .service-images-swiper-button-prev,
.service-images-swiper .service-images-swiper-button-next {
  color: #141414;
  background: rgba(255, 255, 255, 0.9);
  width: 48px;
  height: 48px;
  border-radius: 50%;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transition: background 0.2s ease, color 0.2s ease;
}

.service-images-swiper .service-images-swiper-button-prev:hover,
.service-images-swiper .service-images-swiper-button-next:hover {
  background: #f43900;
  color: #fff;
}

.service-images-swiper .service-images-swiper-button-prev::after,
.service-images-swiper .service-images-swiper-button-next::after {
  font-size: 20px;
  font-weight: 700;
}

/* Responsive styles for Service Images Carousel */
@media (max-width: 1024px) {
  .service-images-heading {
    font-size: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .service-images-swiper .swiper-slide {
    width: 90% !important;
    max-width: 90%;
  }

  .service-image-card {
    width: 100% !important;
    max-width: 100% !important;
    height: auto;
  }
}

@media (max-width: 768px) {
  .service-images-slider-section {
    min-height: auto;
    padding: 20rem 0rem;
  }


  .service-images-heading {
    font-size: 2rem;
    margin-bottom: 2rem;
  }

  .service-images-swiper .swiper-slide {
    width: 95% !important;
    max-width: 95%;
    opacity: 0.3;
  }

  .service-images-swiper .swiper-slide-active {
    opacity: 1;
    transform: scale(1);
    width: 95% !important;
    max-width: 95%;
  }

  .service-image-card {
    width: 100% !important;
    max-width: 100% !important;
    height: auto;
  }
}

.text-container .button-container {
  margin-top: 2rem;
  display: flex;
  gap: 1rem;
}

.text-container .button-container button {
  border: 1px solid #f43900;
  color: #f43900;
  background: #191919;
  padding: 16px 32px;
  border-radius: 86px;
  font-family: "Archivo", sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.text-container .button-container button:hover {
  border: 1px solid #f43900;
  color: #fff;
  background: #f43900;
  cursor: pointer;
  padding: 16px 32px;
  border-radius: 86px;
  font-size: 16px;
  font-family: "Archivo", sans-serif;
  font-weight: 500;
}

/* Menu Section */
.menu-section {
  background-color: #ffffff;
  position: relative;
  width: 100%;
  min-height: 500px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10rem 0;
}

.menu-container {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 90%;
  padding: 0 6%;
  box-sizing: border-box;
  gap: 5%;
}

.menu-image-wrapper {
  flex: 0 0 40%;
  height: 384px;
  overflow: hidden;
}

.menu-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  display: block;
}

.menu-content-wrapper {
  flex: 1;
}

.menu-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.menu-heading {
  font-family: "Fira Sans Condensed", sans-serif;
  font-size: 42px;
  font-weight: 700;
  line-height: 1;
  color: #222222;
  margin: 0;
  text-transform: uppercase;
}

.menu-line {
  width: 100%;
  height: 2px;
  background-color: #f43900;
  margin: 0;
}

.menu-text {
  font-family: "Fira Sans", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.6;
  color: #444444;
  margin: 0;
}

.menu-buttons {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  margin-top: 20px;
}

.menu-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px 32px;
  border: 1px solid #222222;
  background-color: transparent;
  color: #222222;
  text-transform: uppercase;
  font-family: "Fira Sans", sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  text-align: center;
  white-space: nowrap;
  transition: all 0.3s ease;
}

.menu-button:hover {
  background-color: #222222;
  color: #ffffff;
}

.menu-button:hover span {
  color: #ffffff;
}

/* Responsive styles for Menu Section */
@media (max-width: 1200px) {
  .menu-container {
    flex-direction: column;
    gap: 2rem;
    padding: 2rem 4rem;
  }

  .menu-image-wrapper {
    flex: 0 0 auto;
    width: 100%;
    max-width: 500px;
    height: 384px;
  }

  .menu-content-wrapper {
    width: 100%;
    max-width: 640px;
  }

  .menu-heading {
    font-size: 62px;
  }
}

@media (max-width: 768px) {
  .menu-section {
    padding: 10rem 0;
  }

  .menu-container {
    padding: 0 2rem;
    gap: 4rem;
  }

  .menu-content {
    gap: 1.5rem;
  }

  .menu-image-wrapper {
    width: 100%;
    height: 300px;
  }

  .menu-heading {
    font-size: 22px;
  }

  .menu-line {
    margin: 2rem 0;
  }

  .menu-text {
    font-size: 13px;
    line-height: 150%;
  }

  .menu-buttons {
    flex-direction: column;
    gap: 2rem;
    width: 100%;
    margin-top: 3rem;
  }

  .menu-button {
    padding: 2rem 3rem;
    font-size: 12px;
    width: fit-content;
    font-weight: 600;
  }
}

/* Conference Content Section – same layout & styling as celebration-section (Awards & Dinners / Weddings) */
.conference-content-section {
  background-color: #ffffff;
  padding: 4rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.conference-content-container {
  max-width: 85%;
  margin: 0 auto;
  padding: 0 4rem;
  display: flex;
  gap: 4rem;
  align-items: center;
}

.conference-image-wrapper {
  flex: 1;
  width: 50%;
}

.conference-image-wrapper .conference-image {
  width: 100%;
  height: 580px;
  object-fit: cover;
  display: block;
}

.conference-content-wrapper {
  flex: 1;
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.conference-content {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  align-items: flex-start;
}

.conference-heading {
  font-family: "Fira Sans Condensed", sans-serif;
  font-variant: small-caps;
  font-size: 42px;
  font-weight: 700;
  text-transform: uppercase;
  color: #000000;
  line-height: 1.2;
  margin: 0;
  width: 100%;
}

.conference-line {
  width: 100%;
  height: 2px;
  background-color: #f43900;
  margin: 0.5rem 0;
}

.conference-text {
  font-family: "Fira Sans", sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.6;
  color: #000000;
  margin: 0;
  width: 100%;
}

.conference-button {
  display: inline-block;
  padding: 1rem 2.5rem;
  border: 1px solid #000000;
  background-color: #ffffff;
  color: #000000;
  text-transform: uppercase;
  font-family: "Archivo", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  text-align: center;
  width: fit-content;
  transition: all 0.3s ease;
  margin-top: 1rem;
}

.conference-button span {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

.conference-button:hover {
  background-color: #000000;
  color: #ffffff;
}

.conference-button:hover span {
  color: #ffffff;
}

/* Responsive – match celebration-section breakpoints */
@media (max-width: 968px) {

  .conference-image-wrapper,
  .conference-content-wrapper {
    width: 100%;
  }

  .conference-heading {
    font-size: 1.5rem;
  }
}

@media (max-width: 768px) {
  .conference-content-section {
    padding: 10rem 0rem;
  }

  .conference-content-container {
    flex-direction: column;
    gap: 2rem;
  }

  .conference-image-wrapper .conference-image {
    height: 300px;
    object-fit: cover;
  }

  .conference-heading {
    font-size: 22px;
  }

  .conference-text {
    font-size: 13px;
  }

  .conference-button {
    padding: 2rem 3rem;
    font-size: 12px;
    font-weight: 600;
  }

  .conference-button span {
    font-size: inherit;
  }
}

/* overlap section end */

/* everything container start*/
.everything-container {
  padding: 5rem 0px;
}

.everything-container .heading-container {
  display: flex;
  align-items: center;
  justify-content: center;
}

.everything-container .heading-container h1 {
  font-size: 3rem;
  font-weight: 800;
  line-height: 1.2;
  color: #000;
  text-transform: uppercase;
}

.everything-container .button-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin: 3rem 0px 4rem;
  gap: 1rem;
}

.everything-container .button-container .button-row {
  display: flex;
  gap: 1rem;
}

.everything-container .button-container button {
  border: 1px solid #444444;
  color: #444444;
  background: #fff;
  border-radius: 2rem;
  padding: 1rem 2rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 1rem;
}

.everything-container .button-container button::before {
  content: "";
  display: inline-block;
  width: 1rem;
  height: 1rem;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="%23F43900" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"><polyline points="20 6 9 17 4 12"/></svg>') no-repeat center;
  background-size: contain;
}

.everything-container .button-container button:hover {
  border: 1px solid #f43900;
  color: #fff;
  border-radius: 2rem;
  padding: 1rem 2rem;
  background: #f43900;
}

.everything-container .button-container button:hover::before {
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="%23FFFFFF" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"><polyline points="20 6 9 17 4 12"/></svg>') no-repeat center;
  background-size: contain;
}

/* everything container end */

/* image-marquee-container start */
.image-marquee-container {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  overflow: hidden;
  width: 100%;
  position: relative;
  margin-top: 2rem;
}

.image-marquee-wrapper {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.image-marquee {
  display: flex;
  gap: 1rem;
  white-space: nowrap;
  animation: marquee-left 20s linear infinite;
}

.image-marquee-left {
  animation: marquee-left 20s linear infinite;
  width: max-content;
}

.image-marquee-right {
  animation: marquee-right 20s linear infinite;
  width: max-content;
  display: flex;
  flex-direction: row-reverse;
}

@keyframes marquee-left {
  from {
    transform: translateX(0%);
  }

  to {
    transform: translateX(-50%);
  }
}

@keyframes marquee-right {
  from {
    transform: translateX(-50%);
  }

  to {
    transform: translateX(0%);
  }
}

.image-marquee img {
  width: 250px;
  height: 150px;
  object-fit: cover;
  border-radius: 1rem;
}

/* .image-marquee:hover {
  animation-play-state: paused;
} */

.marquee-left {
  animation: marquee-left 30s linear infinite;
}

.marquee-right {
  animation: marquee-right 30s linear infinite;
}

/* image-marquee-container end*/

/* video section start */
.video-main-container {
  position: relative;
  width: 100%;
  height: 650px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.video-main-container video.bg-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

.video-main-container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 0;
}

.video-main-container .content-container {
  position: relative;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  text-align: center;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: max-content;
  width: 50%;
  z-index: 1;
}

.video-main-container .content-container h1 {
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  text-transform: uppercase;
}

.video-main-container .content-container p {
  color: #fff;
  font-size: 1.2rem;
}

/* video section end */

/* client section start */
.clients-section {
  width: 100%;
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: white;
}

.clients-section h1 {
  font-family: Archivo;
  font-size: 4rem;
  font-weight: 900;
  text-align: center;
  color: #222;
  line-height: 1.2;
}

.happy-span {
  margin-right: 20rem;
}

.clients-span {
  margin-left: 12rem;
}

/* client section end */

/* list section start */
.list-container {
  padding: 2rem 4rem;
  display: flex;
  align-items: center;
  flex-direction: row;
}

.list-section li {
  font-family: DM Serif Display;
  color: #444444;
  font-weight: 600;
  font-size: 3rem;
  width: 45rem;
  line-height: 155%;
}

.list-section li {
  transition: transform 0.6s ease-in-out;
}

.list-section li:hover {
  color: #f43900;
  cursor: pointer;
  transform: translateX(20%);
}

.list-image-section img {
  width: 740px;
  height: 510px;
  object-fit: cover;
  border-radius: 1rem;
}

/* list section end */

/* contact form start */
.form-container {
  background: #05070a;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4rem;
}

.form-section {
  display: flex;
  flex-direction: column;
  background: #ffffff;
  border-radius: 1rem;
}

.form-heading {
  display: flex;
  text-align: left;
  padding: 1rem;
  flex-direction: column;
}

.form-heading h2 {
  font-family: "DM Serif Display";
  font-size: 22px;
  line-height: 24px;
  font-weight: 400;
}

.form-heading p {
  color: #444444;
  size: 14px;
}

.form {
  display: flex;
  flex-direction: column;
}

.form-footer {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  padding: 1rem;
  color: #000000;
  font-size: 14px;
}

.form-footer div {
  width: 50%;
}

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

.form-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  background-color: #d3d3d3;
  padding: 2rem;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.input-field {
  width: 100%;
  max-width: 400px;
  padding: 1rem;
  font-size: 1rem;
  border: 1px solid #ccc;
  border-radius: 8px;
}

.checkbox-container {
  display: flex;
  gap: 1rem;
}

.checkbox-label {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.9rem;
  color: #000;
}

.submit-button {
  padding: 0.75rem 6rem;
  font-size: 1rem;
  background-color: #000;
  color: #fff;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.submit-button:hover {
  background-color: #444;
}

#roomLayouts {
  padding: 10px 20px;
  font-size: 16px;
  font-weight: bold;
  border: 2px solid white;
  background: black;
  color: white;
  cursor: pointer;
  border-radius: 5px;
  transition: 0.3s ease-in-out;
}

#roomLayouts:hover {
  background: white;
  color: black;
}

/* contact form end */

/* header dropdown css */
.dropdown {
  position: relative;
}

.dropdown-menu {
  display: none;
  position: absolute;
  top: calc(100% + 0.05rem);
  left: 0;
  background-color: rgba(20, 20, 20, 0.8);
  padding: 1rem;
  border-radius: 0.5rem;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
  z-index: 1000;
  white-space: nowrap;
}



.dropdown-menu li {
  list-style: none;
  margin-bottom: 0.5rem;
}

.dropdown-menu li a {
  color: #f2f2f2;
  text-decoration: none;
  padding: 0.5rem 1rem;
  display: block;
  transition: background-color 0.3s ease;
}

.dropdown-menu li a:hover {
  background-color: #333;
}

.dropdown:hover .dropdown-menu {
  display: block;
}

.desktop-nav li:hover .dropdown-menu {
  display: block;
}

@media (min-width: 768px) {
  .grid-list {
    grid-template-columns: repeat(3, 1fr);
  }
}

.christmas-banner {
  background: #C22d00;
  padding: 1rem;
  margin-bottom: 1rem;
  text-align: center;
  font-size: 1.5rem;
}

.christmas-banner a {
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  font-family: 'Playfair Display', serif;
}

/* Room Layouts css */
.room-layout-container h1 {
  text-align: center;
  text-transform: uppercase;
  font-family: Archivo;
  font-size: 4rem;
  font-weight: 900;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

.room-layout-container {
  margin-top: 35px;
  padding: 2rem;
}

.room-layout-container .description {
  text-align: center;
  margin: 20px auto;
  max-width: 800px;
  line-height: 1.6;
}

.table-container {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}

table {
  width: 80%;
  border-collapse: collapse;
  margin: 0 auto;
  border: 1px solid #f4390080;
  border-radius: 12px;
}

th,
td {
  border: 1px solid #ddd;
  text-align: center;
  padding: 10px;
}

th {
  background-color: #f4f4f4;
}

.room-name {
  color: red;
  font-weight: bold;
}

.grid-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  justify-items: center;
  margin: 1rem 14rem;
}

.layout-image {
  width: 250px;
  height: 250px;
  background-color: #f4f4f4;
  border: 1px solid #ddd;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  color: #666;
}

.layout-image img {
  vertical-align: bottom;
  float: none;
  height: auto;
  max-width: 70%;
  width: auto;
}

.label {
  text-align: center;
  margin-top: 5px;
}

/* Christmas Banner Section */
.christmas-banner-section {
  width: 100%;
  background-color: #222;
  padding: 12px 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
}

.christmas-banner-link {
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  font-family: 'Playfair Display';
  font-size: 18px;
  font-weight: bold;
}

.christmas-banner-text {
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  font-family: 'Playfair Display';
  font-size: 18px;
  font-weight: bold;
}

.christmas-banner-link:hover {
  color: #f43900;
}

/* Mobile Screens (Below 768px) */
@media (max-width: 768px) {
  .christmas-banner {
    font-size: 3rem;
    padding: 2rem;
  }

  .christmas-banner-section {
    padding: 10px 0;
  }

  .christmas-banner-link {
    font-size: 12px;
    padding: 0 10px;
  }

  .card-container .card .card-content a {
    width: 50%;
    padding: 5px;
    font-size: 3rem;
    margin-top: 1rem;
  }

  .brand-logo {
    height: 10rem;
  }

  .footer-container {
    flex-direction: column;
    font-size: 2.5rem;
    gap: 0rem;
    align-items: flex-start;
    padding: 3rem 5rem;
  }

  .footer-container {
    gap: 0rem;
  }

  #roomLayouts {
    font-size: 12px;
    padding: 5px 20px;
  }

  .bg-video {
    width: 100%;
  }

  .marquee-content .list-item {
    font-size: 4rem;
    line-height: 8rem;
  }

  .lets-talk {
    height: 8rem;
  }

  .content-container {
    height: max-content;
  }

  .card-container {
    flex-direction: column;
    padding: 12rem 0px;
    gap: 0px;
  }

  #card-container-top {
    padding-top: 8rem;
  }

  #card-container-bottom {
    padding-bottom: 8rem;
  }

  .card-container .card {
    height: max-content;
    width: 92%;
    margin: 2rem;
  }

  .card-container .card img {
    height: 255px;
  }

  .single {
    width: 87% !important;
  }

  .card-container .card .card-image {
    width: 40%;
  }

  .card-container .card .card-content {
    width: 60%;
    height: 240px;
  }

  .card-container .card .card-content button {
    padding: 2rem 4rem;
    font-size: 12px;
  }

  .card-container .card .card-content h2 {
    font-size: 24px;
  }

  .card-container .card .card-content p {
    font-size: 13px;
  }

  .text-container .button-container button {
    border-radius: 4rem;
    padding: 2rem 5rem;
    font-size: 3rem;
    margin-top: 3rem;
  }

  .overlap-container .text-container p {
    font-size: 4rem;
    line-height: 6.5rem;
  }

  .overlap-container .image-content .heading-container h1 {
    font-size: 4rem;
  }

  .text-container .button-container {
    gap: 2rem;
  }

  .everything-container {
    padding: 4rem 0px;
  }

  .everything-container .heading-container {
    text-align: center;
  }

  .everything-container .heading-container h1 {
    font-size: 6rem;
  }

  .everything-container .button-container {
    padding: 4rem;
    margin: 4rem 0px;
    width: 90%;
    margin: auto;
    gap: 0px;
  }

  .everything-container .button-container .button-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0px;
    width: 100%;
  }

  .everything-container .button-container button {
    text-align: center;
    font-size: 12px;
    padding: 1rem 2rem;
    white-space: normal;
    line-height: 1.4;
    margin-bottom: 2rem;
    border-radius: 5rem;
    margin-right: 2rem;
  }

  .content-container {
    flex-direction: column;
  }

  .content-section {
    max-width: 100%;
  }

  .images-section {
    width: 100%;
    height: 450px;
  }

  .everything-container .button-container button::before {
    width: 3rem;
    height: 3rem;
  }

  .everything-container .button-container button {
    text-align: left;
    gap: 1.5rem;
  }

  .clients-section h1 {
    font-size: 7rem;
  }

  .clients-span {
    margin-left: 35rem;
  }

  .list-container {
    flex-direction: column;
    padding: 6rem 4rem 10rem 4rem;
  }

  .list-section {
    width: 60%;
  }

  .list-section li {
    font-size: 5rem;
  }

  .list-image-section img {
    width: 100%;
    height: 100%;
    border-radius: 2rem;
  }

  .form-heading h2 {
    font-size: 20px;
    margin-bottom: 1rem;
  }

  .form-heading p {
    font-size: 14px;
  }

  .input-field {
    font-size: 3rem;
    padding: 3rem;
    width: 90%;
  }

  .checkbox-container {
    gap: 4rem;
  }

  .checkbox-label {
    font-size: 3rem;
  }

  .form-content {
    padding: 4rem;
    gap: 3rem;
  }

  .form-heading {
    padding: 3rem;
  }

  .form-footer {
    padding: 3rem;
    font-size: 9px;
  }

  .submit-button {
    padding: 2rem 10rem;
    font-size: 3rem;
  }

  .submit-button {
    border-radius: 5px;
  }

  .form-container {
    padding: 20rem 4rem;
  }

  .content-section h2 {
    font-size: 6rem;
    line-height: 8rem;
  }

  .content-section p {
    font-size: 4.5rem;
    line-height: 6.5rem;
  }

  .image-marquee img {
    width: 300px;
    border-radius: 4rem;
  }

  .video-main-container {
    height: max-content;
    padding: 40px 0px;
  }

  .video-main-container .content-container h1 {
    font-size: 4rem;
  }

  .video-main-container .content-container p {
    font-size: 2.5rem;
  }

  .grid-container {
    grid-template-columns: repeat(3, 1fr);
    justify-items: center;
  }

  table {
    font-size: 8px !important;
  }

  .quickbar .quickbar-inner .menu {
    width: 6rem;
  }
}

/* faq section */

/* FAQ Section */
.faq-section {
  max-width: 100%;
  background-color: #ffffff;
  padding: 120px 90px;
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: center;
}

/* Title */
.faq-title {
  margin: 0;
  font-family: 'Fira Sans Condensed', sans-serif;
  font-weight: 500;
  font-size: 62px;
  line-height: 100%;
  text-align: center;
  color: #222;
  text-transform: none;
  text-transform: uppercase;
}

/* FAQ Container */
.faq-container {
  display: flex;
  gap: 16px;
  width: 100%;
  align-items: flex-start;
}

/* FAQ Column */
.faq-column {
  flex: 1 0 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
  min-width: 0;
}

/* FAQ Item */
.faq-item {
  width: 100%;
  background: #f2f2f2;
  cursor: pointer;
  transition: border-color 0.3s ease;
  border: 1px solid transparent;
  box-sizing: border-box;
}

.faq-item:hover {
  border-color: #f43900;
}

/* FAQ Content */
.faq-content {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  padding: 24px 20px 24px 40px;
}

/* FAQ Text */
.faq-text {
  flex: 1 0 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-width: 0;
}

/* FAQ Question */
.faq-question {
  margin: 0;
  font-family: 'Archivo', sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.4;
  color: #222;
}

/* FAQ Answer */
.faq-answer {
  margin: 0;
  font-family: 'Archivo', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.6;
  color: #444;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.3s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s ease 0.1s, margin-top 0.3s ease;
  margin-top: 0;
  will-change: max-height, opacity;
}

.faq-item.open .faq-answer {
  max-height: 500px;
  opacity: 1;
  margin-top: 10px;
  transition: max-height 0.3s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s ease, margin-top 0.3s ease;
}

/* FAQ Icon Wrapper */
.faq-icon-wrapper {
  flex-shrink: 0;
}

.faq-icon-bg {
  width: 26px;
  height: 26px;
  min-width: 26px;
  min-height: 26px;
  background: white;
  border-radius: 31px;
  position: relative;
  flex-shrink: 0;
  overflow: visible;
  contain: layout style paint;
}

.faq-icon {
  width: 10px;
  height: 10px;
  min-width: 10px;
  min-height: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: opacity 0.25s ease-in-out;
  pointer-events: none;
  object-fit: contain;
  will-change: opacity;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  display: block;
  margin: 0;
  padding: 0;
  border: none;
  vertical-align: middle;
}

.faq-icon-open {
  opacity: 1;
  visibility: visible;
  z-index: 1;
}

.faq-icon-close {
  opacity: 0;
  visibility: hidden;
  z-index: 2;
}

.faq-item.open .faq-icon-open {
  opacity: 0;
  visibility: hidden;
}

.faq-item.open .faq-icon-close {
  opacity: 1;
  visibility: visible;
}

/* Responsive Design */
@media (max-width: 768px) {
  .faq-section {
    padding: 10rem 2rem;
    gap: 4rem;
  }

  .faq-title {
    font-size: 32px;
    font-weight: 500;
  }

  .faq-container {
    flex-direction: column;
    gap: 3rem;
  }

  .faq-column {
    width: 100%;
  }

  .faq-content {
    padding: 10px 15px 10px 30px;
  }

  .faq-question {
    font-size: 3.5rem;
  }

  .faq-answer {
    font-size: 3rem;
    line-height: 150%;
  }

  .christmas-banner-section {
    flex-direction: column;
  }

  .christmas-banner-text {
    font-size: 14px;
  }

  .christmas-banner-link {
    font-size: 10px;
  }
}

/* Tablet Screens (768px to 1024px) */
@media (min-width: 768px) and (max-width: 1024px) {

  .overlap-container .image-content .image-container {
    width: 60%;
  }

  .content-container {
    height: max-content;
  }

  .content-section {
    width: 50%;
  }

  .images-section {
    width: 50%;
  }

  .content-section h2 {
    font-size: 45px;
    line-height: 55px;
  }

  .layout-image {
    width: 200px;
    height: 200px;
  }

  .card-container {
    padding: 4rem;
  }

  .bg-ct {
    height: 100% !important;
  }

  .video-main-container {
    height: 850px;
  }

  .everything-container .button-container button {
    font-size: 14px;
  }

  .video-main-container .content-container h1 {
    font-size: 3rem;
  }

  .video-main-container .content-container p {
    font-size: 2.2rem;
  }
}

/* animation css */
@keyframes slideInLeft {
  from {
    transform: translateY(100%);
    opacity: 0;
  }

  to {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes slideInRight {
  from {
    transform: translateY(-100%);
    opacity: 0;
  }

  to {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes slideOutLeft {
  from {
    transform: translateY(0);
    opacity: 1;
  }

  to {
    transform: translateY(100%);
    opacity: 0;
  }
}

@keyframes slideOutRight {
  from {
    transform: translateY(0);
    opacity: 1;
  }

  to {
    transform: translateY(-100%);
    opacity: 0;
  }
}

.slide-in-left {
  animation: slideInLeft 1s forwards;
}

.slide-in-right {
  animation: slideInRight 1s forwards;
}

.slide-out-left {
  animation: slideOutLeft 1s forwards;
}

.slide-out-right {
  animation: slideOutRight 1s forwards;
}

.hidden {
  opacity: 0;
}

@keyframes zoomIn {
  from {
    transform: scale(0.5);
    opacity: 0;
  }

  to {
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes zoomOut {
  from {
    transform: scale(1);
    opacity: 1;
  }

  to {
    transform: scale(0.5);
    opacity: 0;
  }
}

.zoom-in {
  animation: zoomIn 0.5s forwards;
}

.zoom-out {
  animation: zoomOut 0.5s forwards;
}



/* 2K and higher */
@media (min-width: 2560px) {
  .container {
    max-width: 100%;
    padding: 0 5rem;
  }

  .part-process .process-wrapper .process-slide {
    width: 80%;
  }

  .bg-video {
    width: 100% !important;
  }

  .images-section {
    width: 25% !important;
  }

  .footer-container {
    font-size: 1rem;
    line-height: 1rem;
    padding: 1.5rem 0rem 1rem 8rem;
  }

  .footer-section h3 {
    font-size: 1rem;
  }

  .social-icons a img {
    width: 25px;
    height: 25px;
  }
}

/* for 4k screen */
@media (min-width: 3840px) {
  .content-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2rem;
    padding: 4rem;
    background-color: #f9f9f9;
    height: 80vh;
  }

  .content-section {
    font-size: 2rem;
  }

  .images-section {
    width: 15% !important;
  }

  .bg-video {
    width: 100% !important;
  }

  .quickbar .quickbar-inner {
    padding: 2rem 5rem 2rem 2rem;
  }

  .container {
    max-width: 75%;
    padding: 0 8rem;
  }

  .part-process .process-wrapper .process-slide {
    width: 80%;
  }

  .live_evets_cta {
    border: 4px solid white;
    font-size: 1rem;
    font-weight: 500;
  }

  .float-download-a.show .download-container .content-text {
    line-height: 30px;
    width: 500px;
    font-size: 30px;
  }

  .float-download-a.show .download-container .bg-layer {
    width: 800px;
    height: 100px;
  }

  .float-download-a .download-container .download-content {
    height: 100px;
  }

  .float-download-a .download-container .content-button a {
    width: 200px;
    height: 50px;
    font-size: 25px;
  }

  .general-container {
    width: 80%;
    height: 70vh;
  }

  .card-title {
    font-size: 1rem !important;
  }

  .subsubtitle {
    font-size: 1rem !important;
  }

  .form-row {
    flex-direction: column;
    gap: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .form-box {
    width: 2000px;
  }

  .form-content {
    padding: 1rem;
  }

  .form-title {
    padding: 1rem;
  }

  #form-button-row {
    margin-bottom: 0px;
  }

  .contact-footer div {
    font-size: 1rem;
  }

  body {
    line-height: 1.2;
  }

  .contact-container {
    margin-top: 3rem;
  }

  .footer-logo {
    width: 200px !important;
  }

  .social-icons a img {
    width: 35px;
    height: 35px;
  }

  .contact-footer {
    padding: 20px 40px;
  }

  .footer .lets-talk .marquee .marquee-scroll .marquee-content .list-item {
    font-size: 5rem;
  }

  .footer .lets-talk .marquee .marquee-scroll .marquee-content .line {
    width: 4rem;
  }

  .footer-container {
    font-size: 1rem;
    line-height: 1rem;
    padding: 2rem 1rem 2rem 6rem;
  }

  .footer-section h3 {
    font-size: 1rem;
  }
}

.expand-collapse-icon {
  font-size: 10px;
  width: 1rem;
  height: 1rem;
  position: relative;
  display: inline-block;
  background-color: white;
  border-radius: 50%;
  padding: 0.7em;
  flex-shrink: 0;
}

.expand-collapse-icon::before,
.expand-collapse-icon::after {
  content: "";
  position: absolute;
  width: 0.8em;
  height: 0.2em;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: red;
  transition: 0.3s ease-in-out all;
  border-radius: 0.03em;
}

.expand-collapse-icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.collapsed.expand-collapse-icon::after {
  transform: translate(-50%, -50%) rotate(180deg);
}

.collapsed.expand-collapse-icon::before {
  transform: translate(-50%, -50%) rotate(90deg) scale(0);
}

.testimonial-style {
  clear: both;
  text-align: justify;
  margin-left: 27%;
  margin-top: 20px;
  padding-top: 37px;
  color: #222;
  font-family: Archivo;
  font-size: 1.2rem;
  font-style: italic;
  font-weight: 400;
  line-height: 150%;
  /* 28.5px */
}

.dropdown-menu-mobile {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  padding-left: 8rem;
  margin-top: 0;
  list-style: none;
  margin-bottom: 0;
  opacity: 0;
}

.dropdown-menu-mobile li {
  position: relative;
  margin-bottom: 0;
}

.dropdown-menu-mobile li::before {
  content: "▶";
  position: absolute;
  left: 0;
  top: 7px;
  color: white;
  font-size: 2.5rem;
  line-height: 1.5;
  margin-right: 1rem;
}

.dropdown-menu-mobile.active {
  max-height: 500px;
  opacity: 1;
  gap: 4rem !important;
}

.dropdown-menu-mobile> :first-child {
  margin-top: 2rem;
}

.dropdown-menu-mobile li a {
  display: block;
  padding: 0;
  color: #fff;
  text-decoration: none;
  padding-left: 4rem;
}

@media (min-width: 759px) {
  .quickbar .quickbar-inner {
    padding: 0.5rem 2.81rem;
  }
}

/* slider css */
.team-slider-container {
  background: #444444;
  width: 100%;
}

.team-section {
  padding: 6rem 2rem;
  max-width: 1200px;
  margin: auto;
  min-height: 600px;
}

.header-row {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}

.header-row h2 {
  font-size: 2.8em;
  font-weight: bold;
  color: #fff;
}


.team-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 30px;
  padding: 20px 0;
}

.team-member {
  background: #222222;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  transition: transform 0.3s ease;
  isolation: isolate;
  height: max-content;
  width: 100%;
}

.team-member:hover {
  transform: scale(1.02);
}

.team-member img {
  width: 100%;
  height: auto;
  display: block;
}

.overlay {
  background: linear-gradient(to top, #000, transparent);
  padding: 14px;
  color: white;
  position: relative;
}

.overlay h3 {
  margin: 0;
  font-size: 1.2em;
}

.overlay p {
  margin: 5px 0;
  font-size: 0.9em;
  color: #f2f2f2;
}

.bio {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  font-size: 0.85em;
  margin-top: 10px;
  transition: opacity 0.3s ease, max-height 0.3s ease;
  color: #ddd;
}

.team-member:hover .bio {
  opacity: 1;
  max-height: 300px;
}

.testimonial-section {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.testimonial-section h1 {
  font-size: 6rem;
  font-weight: 900;
  text-align: center;
  color: #f43900;
  line-height: 1.2;
}

.testimonial-section p {
  font-family: DM Serif Display;
  font-weight: 400;
  font-size: 30px;
  line-height: 140%;
  letter-spacing: 0%;
  text-align: center;
  width: 45%;
}

/* 1080p screens */
@media screen and (min-width: 1920px) and (max-width: 1920px) and (aspect-ratio: 16/9) {
  .footer-container {
    padding: 1.5rem 1rem 1rem 10rem;
    font-size: 14px;
    line-height: 16px;
  }

  .footer-section h3 {
    font-size: 14px;
  }
}

/* HD (1280×720) */
@media (max-width: 1280px) {
  .footer-container {
    padding: 1.5em 1rem 1rem 5rem;
    font-size: 1rem;
    flex-direction: row;
  }

  .footer-section h3 {
    font-size: 1rem;
  }
}

/* 8K UHD */
@media(min-width: 3841px) {
  .footer-container {
    font-size: 1rem;
    line-height: 1rem;
    padding: 1.5rem 1rem 1rem 7rem;
  }

  .social-icons a img {
    width: 1rem;
    height: 1rem;
  }
}

/*  mobile device media query */
@media only screen and (max-width: 768px) {
  .ExploreNow {
    width: 200px;
    color: black !important;
    background-color: #FFFFFF;
    padding: 1.5rem 0.5rem !important;
    align-items: center;
    justify-content: center;
    text-align: center;
  }

  .ExploreNow span {
    color: black !important;
    font-size: 4rem !important;
    margin-left: 9rem !important;
  }

  .ExploreNow a {
    margin-bottom: 0px !important;
  }

  .team-section {
    padding: 15rem 2rem;
    max-width: 1200px;
    margin: auto;
    min-height: 660px;
  }

  .team-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 20px;
  }
}

/* Very small mobile screens */
@media only screen and (max-width: 480px) {
  .team-grid {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(6, 1fr);
    gap: 15px;
  }

  .clients-section {
    height: 100px;
    margin-top: 6rem;
  }

  .faq-title {
    margin-bottom: 6rem;
    margin-top: 3rem;
  }
}

.header_marquee {
  font-size: 6.5rem;
  padding-left: 3rem;
  line-height: 6rem;
}

.quickbar .quickbar-inner .whole-logo {
  gap: 2rem;
}

.grid-container {
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  justify-items: center;
  overflow: hidden;
  margin: 2rem;
}

.grid-container .layout-image {
  width: 160px;
  height: 150px;
}

.room-layout-container h1 {
  font-size: 6rem;
}

.footer-container {
  flex-direction: column;
  font-size: 2.5rem;
  gap: 0rem;
  align-items: flex-start;
  padding: 6rem 5rem;
}

.footer-section h3 {
  font-size: 2.5rem;
}

.overlap-container {
  padding: 10rem 0px;
  margin: 2rem;
}

.overlap-container .image-content .image-container {
  width: 100%;
  padding: 2rem;
  margin-right: 0rem;
}

#image-container-h1 {
  font-size: 6rem;
  margin-left: 5rem;
}

.overlap-container .image-content .heading-container h1 {
  font-size: 10rem;
}

.first-span,
.second-span {
  margin-left: 10rem;
}

.second-topspan {
  margin-left: 5rem;
}

.arrows {
  display: none;
}

.testimonial-section h1 {
  font-size: 8rem;
}

.testimonial-section p {
  width: 90%;
  font-size: 4rem;
}

.list-section {
  width: 100%;
}

.list-section li {
  font-size: 4rem;
  width: 100%;
  font-family: DM sans-serif;
  font-style: italic;
}

.list-container {
  gap: 4rem;
}

.list-image-section img {
  width: 100% !important;
  margin-right: 0 !important;
}

.testimonial-style {
  margin-left: 0;
  font-size: 4rem;
  padding-top: 3rem;
}

.testimonial-style+p {
  font-size: 3rem !important;
  text-align: left !important;
}

.img-brightness {
  filter: brightness(0.6);
}

.card-container .card .card-content p {
  line-height: 20px;
}

.card-container .card .card-content h3 {
  font-size: 20px;
}

.video-main-container .content-container {
  width: 80%;
}

.faq-question {
  padding-top: 5px;
}

.faq-text {
  gap: 0px !important;
}

.faq-answer {
  padding: 0px 10px 15px 10px;
}

.faq-section {
  padding: 80px 20px;
}


/* popup css */
.popup-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.popup-content {
  background: white;
  padding: 20px;
  border-radius: 8px;
  width: 80%;
  max-width: 700px;
  position: relative;
  text-align: center;
}

.popup-content img {
  width: 80%;
  height: auto;
  max-height: 400px;
  margin-bottom: 2rem;
  margin-top: 2rem;
}

.close-btn {
  position: absolute;
  top: 0px;
  right: 20px;
  font-size: 2rem;
  cursor: pointer;
}

#popup-title {
  font-family: DM Serif Display;
  font-size: 2rem;
  font-style: italic;
  font-weight: 400;
  line-height: 1.5rem;
  text-align: center;
  margin-bottom: 2rem;
}

#popup-text {
  font-family: Archivo;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  text-align: center;
  margin-bottom: 1rem;
}

@media (max-width: 768px) {
  #popup-title {
    font-size: 4rem;
  }

  #popup-text {
    font-size: 2.5rem;
    line-height: 3.5rem;
  }

  .close-btn {
    font-size: 5rem;
    top: 0px;
    right: 10px;
  }

  .popup-content img {
    margin-top: 4rem;
  }
}

.lp-whatsapp-icon-bar {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999;
  background: #25d366;
  padding: 0.01rem;
  border-radius: 5rem;
  width: 2.5rem;
  height: 2.5rem;
}

.lp-whatsapp-icon-bar a {
  display: block;
  text-align: center;
  transition: all 0.3s ease;
}

.lp-whatsapp-icon-bar img {
  height: 2.5rem;
  width: 2.5rem;
  height: auto;
  max-width: 100%;
  border-style: none;
  vertical-align: top;
}

@media (max-width: 768px) {
  .lp-whatsapp-icon-bar {
    height: 6rem;
    width: 6rem;
    border-radius: 5rem;
  }

  .lp-whatsapp-icon-bar img {
    height: 6rem;
    width: 6rem;
  }

  .lp-whatsapp-icon-bar a {
    display: block;
    text-align: center;
    transition: all 0.3s ease;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .lp-whatsapp-icon-bar {
    bottom: 40px;
    right: 30px;
    height: 5rem;
    width: 5rem;
    padding: 1rem;
  }

  .lp-whatsapp-icon-bar img {
    height: 5rem;
    width: 5rem;
  }
}

.footer-contact-span {
  margin-right: 1rem;
  border-right: 1px solid #ccc;
  padding-right: 1rem;
}

/* career page css */
.heading-section {
  margin-top: 4rem;
  text-align: center;
  margin-bottom: 3rem;
  padding: 0 8rem;
}

.heading-section h1 {
  color: #222;
  text-align: center;
  font-family: Archivo;
  font-size: 42px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 1rem;
}

.heading-section p {
  overflow: hidden;
  color: #444;
  text-align: center;
  text-overflow: ellipsis;
  font-family: Archivo;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 32.64px;
}

.job-listings {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin-bottom: 10rem;
}

.job-card {
  border: 2px solid rgba(255, 255, 255, 0.10);
  background: #E8E8E8;
  display: flex;
  flex-direction: row;
  gap: 46px;
  flex-shrink: 0;
  padding: 30px 70px 30px 30px;
}

.job-image {
  width: 548px;
  height: 365px;
  flex-shrink: 0;
  aspect-ratio: 548/365;
}

.job-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.job-details {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
}

.job-details h2 {
  color: #222;
  font-family: "playfair display";
  font-size: 36px;
  font-style: italic;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
}

.job-description,
.description-attributes {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.job-description p {
  color: rgba(34, 34, 34, 0.80);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  opacity: 1;
  transition: opacity 0.3s;
  font-family: "Fira Sans";
}

.description-attributes p {
  color: rgba(34, 34, 34, 0.80);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28.8px;
  display: flex;
  gap: 0.5rem;
  font-family: "Fira Sans";
}

.description-attributes span {
  color: #F43900;
  font-size: 2rem;
}

.know-apply-container {
  display: flex;
  flex-direction: row;
  gap: 2rem;
}

.job-details a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
  border-radius: 86px;
  color: #F43900;
  border: none;
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  line-height: 25.56px;
  margin-top: 0.5rem;
  cursor: pointer;
  font-family: "Fira Sans";
  font-weight: 500;

}

.job-details button {
  display: flex;
  padding: 10px 30px;
  justify-content: center;
  align-items: center;
  gap: 4px;
  background: #F43900;
  color: #fff;
  border: none;
  font-size: 16px;
  font-weight: 500;
  line-height: 25.56px;
  margin-top: 0.5rem;
  cursor: pointer;
  font-family: "Fira Sans";
  font-weight: 500;
  font-style: Medium;
  line-height: 20px;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
}

.down-arrow {
  display: inline-block;
  height: 24px;
  width: 24px;
  background-image: url('../images/career/icon_arrow_down.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: middle;
  color: #F43900;
}

.up-arrow {
  display: inline-block;
  height: 24px;
  width: 24px;
  background-image: url('../images/career/icon_arrow_up.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: middle;
}

/* .job-description p:not(:first-child) {
  display: none;
  opacity: 1;
}

.job-card.expanded .job-description p {
  display: block;
} */

.job-description {
  max-height: 70px;
  overflow: hidden;
  transition: max-height 0.5s ease, opacity 0.5s ease;
}

.job-card.expanded .job-description {
  max-height: 1000px;
}

/* media query for career page */

/* Small devices (phones) */
@media (max-width: 767px) {
  .heading-section h1 {
    font-size: 32px;
  }

  .heading-section p {
    font-size: 18px;
    line-height: 28px;
  }

  .heading-section {
    margin-top: 10rem;
    margin-bottom: 8rem;
  }

  .job-card {
    flex-direction: column;
    align-items: center;
    padding: 20px;
    gap: 20px;
  }

  .job-image {
    width: 100%;
    height: 100%;
  }

  .job-details h2 {
    font-size: 24px;
  }

  .job-details p {
    font-size: 14px;
    line-height: 20px;
  }

  .job-description,
  .description-attributes {
    gap: 16px;
  }

  .description-attributes p {
    gap: 1rem;
  }

  .description-attributes span {
    font-size: 6rem;
  }

  .job-listings {
    gap: 6rem;
  }

  .job-details a {
    font-size: 14px;
  }

  .job-details button {
    font-size: 14px;
    padding: 8px 16px;
  }

  .container {
    padding: 4px 4rem;
  }

  .know-apply-container {
    gap: 6rem;
  }
}

/* Medium devices (tablets, small laptops) */
@media (min-width: 768px) and (max-width: 1279px) {
  .job-card {
    flex-direction: column;
    align-items: center;
    padding: 40px;
    gap: 20px;
  }

  .job-image {
    width: 100%;
    height: 100%;
  }

  .job-details button {
    font-size: 14px;
    padding: 7px 14px;
  }

  .header_marquee {
    font-size: 2.5rem;
  }

  .quickbar .quickbar-inner .menu {
    width: 100%;
  }

  .content-section {
    width: 100%;
  }

  .content-section h2 {
    font-size: 30px;
    line-height: 40px;
  }

  .content-section p {
    font-size: 2rem;
    line-height: 3rem;
  }

  .card-container .card .card-content a {
    width: 30%;
    font-size: 1.5rem;
  }

  .overlap-container .text-container p {
    font-size: 3rem;
    line-height: 4.5rem;
  }

  .text-container .button-container button {
    border-radius: 4rem;
    padding: 2rem 2rem;
    font-size: 2rem;
    margin-top: 3rem;
  }

  .everything-container .button-container button::before {
    width: 2rem;
    height: 2rem;
  }

  .everything-container .heading-container h1 {
    font-size: 4rem;
  }
}

/* career page media query css end */

/* heritage page css start */

.history-main {
  min-height: calc(100vh - 80px);
  background: #191919;
  padding-bottom: 40px;
  position: relative;
  overflow: hidden;
}

/* LEFT gradient */
.history-main::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 120px;
  height: 100%;
  background: linear-gradient(270deg, rgba(34, 34, 34, 0.00) 0%, #000000 100%);
  background-blend-mode: multiply;
  pointer-events: none;
  z-index: 1;
}

/* RIGHT gradient */
.history-main::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 120px;
  height: 100%;
  background: linear-gradient(270deg, #000000 0%, rgba(34, 34, 34, 0.00) 100%);
  background-blend-mode: multiply;
  pointer-events: none;
  z-index: 1;
}

.history-slider {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding: 40px 80px 10px 80px;
  gap: 40px;
}

.history-card {
  flex: 0 0 auto;
  width: 100%;
  max-width: 1000px;
  height: auto;
}

.history-image {
  width: 100%;
  border-radius: 1rem;
  max-height: 450px;
  object-fit: cover;
}

.history-title {
  color: #FFF;
  font-size: 32px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  text-transform: uppercase;
  margin-top: 2rem;
  font-family: "Fira Sans Condensed";
}

.history-description {
  color: #FFF;
  font-family: Fira Sans;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28.8px;
}

.slider-line {
  display: flex;
  align-items: center;
  height: 6px;
  background: transparent;
  padding: 0 10px;
  position: relative;
  margin-top: 40px;
}

.line-segment {
  flex: 1;
  height: 6px;
  background: #888;
  position: relative;
  transition: background-color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.line-segment.active {
  background: #ff4a00;
}

.dot {
  width: 14px;
  height: 14px;
  background-color: #888;
  border-radius: 50%;
  position: relative;
  z-index: 2;
  cursor: pointer;
  transition: background-color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.dot.active {
  background-color: #ff4a00;
}

.slider-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: #fff;
  color: #F43900;
  border: 3px solid #F43900;
  border-radius: 50%;
  font-size: 1.5rem;
  width: 40px;
  height: 40px;
  cursor: pointer;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
}

.slider-btn:hover {
  color: #fff;
  background-color: #F43900;
  transform: translateY(-50%) scale(1.1);
}

.prev-btn {
  left: 50px;
}

.next-btn {
  right: 50px;
}

@media (max-width: 767px) {
  .history-slider {
    padding: 24px 16px 10px 16px;
  }

  .history-title {
    font-size: 22px;
    margin-top: 4rem;
    margin-bottom: 2rem;
  }

  .history-description {
    font-size: 14px;
    line-height: 24px;
  }

  .history-main::before,
  .history-main::after {
    display: none;
  }

  .history-image {
    height: 300px;
  }

  .slider-btn {
    font-size: 1.5rem;
    width: 20px;
    height: 20px;
    border: 2px solid;
    top: 31%;
  }

  .prev-btn {
    left: 12px;
  }

  .next-btn {
    right: 12px;
  }
}

/* heritage page css end */

/* email and phone buttons css */
.contact-container {
  display: flex;
  gap: 40px;
  align-items: center;
  flex-wrap: wrap;
}

.contact-item {
  display: flex;
  align-items: center;
  gap: 15px;
  text-decoration: none;
  transition: transform 0.2s ease;
  color: #000;
}

.contact-item:hover {
  transform: translateY(-2px);
}

/* Circle background */
.icon-circle {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #ffe8e1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

/* Contact text */
.contact-text {
  font-size: 18px;
  font-weight: 500;
  color: #000;
  letter-spacing: 0.5px;
  transition: color 0.3s ease;
}

/* Phone icon */
.phone-icon {
  width: 24px;
  height: 24px;
  fill: #000;
  transition: fill 0.3s ease;
}

/* Email icon */
.email-icon {
  width: 24px;
  height: 24px;
  fill: #000;
  transition: fill 0.3s ease;
}

.contact-item:hover .contact-text {
  color: #e74c3c;
}

.contact-item:hover .phone-icon,
.contact-item:hover .email-icon {
  fill: #e74c3c;
}


/* Responsive design */
@media (max-width: 768px) {
  .contact-container {
    gap: 4rem;
    margin-bottom: 4rem;
  }

  .contact-item {
    gap: 1rem;
  }

  .phone-icon,
  .email-icon {
    width: 15px;
    height: 15px;
    fill: #e74c3c;
  }

  .icon-circle {
    width: 30px;
    height: 30px;
  }

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

  .images-section {
    gap: 4rem;
  }

  .image-section-row1,
  .image-section-row2 {
    gap: 4rem;
    margin-top: 0rem;
  }
}

.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.modal-overlay.active {
  opacity: 1;
  visibility: visible;
}

/* Modal Content */
.modal-content {
  background-color: white;
  border-radius: 16px;
  padding: 45px;
  width: 90%;
  max-width: 500px;
  position: relative;
  transform: scale(0.8);
  transition: transform 0.3s ease;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
}

.modal-overlay.active .modal-content {
  transform: scale(1);
}

/* Close Button */
.close-button {
  position: absolute;
  top: 20px;
  right: 20px;
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
  color: #666;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: background-color 0.3s ease;
}

.close-button:hover {
  background-color: #f0f0f0;
}

/* Form Styles */
.form-group {
  margin-bottom: 24px;
}

.form-label {
  display: block;
  margin-bottom: 8px;
  font-weight: 500;
  color: #333;
}

.form-input {
  width: 90%;
  padding: 12px 16px;
  border: 2px solid #e0e0e0;
  border-radius: 8px;
  font-size: 16px;
  transition: border-color 0.3s ease;
  outline: none;
}

.form-input:focus {
  border-color: #007bff;
}

.form-input.error {
  border-color: #dc3545;
}

.error-message {
  color: #dc3545;
  font-size: 14px;
  margin-top: 8px;
  display: none;
}

.error-message.show {
  display: block;
}

.submit-button {
  width: 30%;
  background-color: #333;
  color: white;
  border: none;
  padding: 16px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.submit-button:hover {
  background-color: #555;
}

.submit-button:disabled {
  background-color: #ccc;
  cursor: not-allowed;
}

/* Success Message */
.success-message {
  color: #28a745;
  text-align: center;
  margin-top: 16px;
  display: none;
}

.success-message.show {
  display: block;
}

/* Responsive */
@media (max-width: 480px) {
  .modal-content {
    padding: 30px 20px;
    margin: 20px;
  }
}

/* Job Application Popup Styles */
.job-popup {
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 12px;
  box-shadow: 0px 3px 12px 0px rgba(34, 34, 34, 0.08);
  overflow: hidden;
  width: 90%;
  max-width: 650px;
  transform: scale(0.8);
  transition: transform 0.3s ease;
}

.modal-overlay.active .job-popup {
  transform: scale(1);
}

.job-popup-header {
  background: #e8e8e8;
  backdrop-filter: blur(10px);
  padding: 18px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 12px 12px 0 0;
}

.job-popup-title {
  font-family: 'Fira Sans', sans-serif;
  font-weight: 600;
  font-style: italic;
  font-size: 24px;
  line-height: 1.4;
  color: #000;
  margin: 0;
  text-transform: none;
  letter-spacing: normal;
}

.job-popup-close {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #888;
  transition: color 0.2s ease;
}

.job-popup-close:hover {
  color: #000;
}

.job-popup-form {
  background: #f4f4f4;
  backdrop-filter: blur(10px);
  padding: 30px 24px;
  border-radius: 0 0 12px 12px;
}

.job-popup-fields {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: flex-end;
}

.job-popup-input-wrapper {
  flex: 1 0 calc(50% - 12px);
  min-width: 200px;
}

.job-popup-input {
  width: 100%;
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid #ccc;
  padding: 12px 18px;
  font-family: 'Archivo', sans-serif;
  font-size: 14px;
  line-height: 22px;
  color: #333;
  outline: none;
  transition: border-color 0.2s ease;
  box-sizing: border-box;
}

.job-popup-input::placeholder {
  color: #888;
}

.job-popup-input:focus {
  border-color: #999;
}

.job-popup-input.error {
  border-color: #dc3545;
}

.job-popup-attachment {
  position: relative;
}

.job-popup-file-input {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  z-index: 2;
}

.job-popup-attachment-label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}

.job-popup-attachment-label span {
  flex: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #888;
}

.job-popup-attachment-label svg {
  flex-shrink: 0;
  margin-left: 10px;
}

.job-popup-submit {
  flex: 0 0 auto;
  width: calc(44% - 11px);
  min-width: 200px;
  background: #f43900;
  color: #fff;
  border: none;
  padding: 12px 18px;
  font-family: 'Fira Sans', sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  text-align: center;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

.job-popup-submit:hover {
  background: #d93300;
}

.job-popup-submit:disabled {
  background: #ccc;
  cursor: not-allowed;
}

.job-popup-form .error-message {
  margin-top: 16px;
}

.job-popup-form .success-message {
  margin-top: 16px;
}

@media (max-width: 600px) {
  .job-popup {
    width: 95%;
    max-width: none;
  }

  .job-popup-header {
    padding: 16px 20px;
  }

  .job-popup-title {
    font-size: 20px;
  }

  .job-popup-form {
    padding: 24px 20px;
  }

  .job-popup-fields {
    gap: 16px;
  }

  .job-popup-input-wrapper {
    flex: 1 0 100%;
    min-width: 100%;
  }

  .job-popup-submit {
    width: 100%;
    flex: 1 0 100%;
  }
}

.privacy-policy-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 2rem;
}

.privacy-policy-container h2 {
  font-family: DM Serif Display;
  font-size: 30px;
  font-weight: 400;
  line-height: 40px;
  text-align: left;
  margin-bottom: 1rem;
}

.privacy-policy-container p {
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
  text-align: left;
  margin-bottom: 1rem;
}

.privacy-policy-container ul {
  margin-left: 2rem;
}

.privacy-policy-container li {
  font-family: Archivo;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
  text-align: left;
  list-style-type: disc;
}

.privacy-policy-container a {
  font-weight: 500;
}

.privacy-policy-container li:last-child {
  margin-bottom: 1rem;
}

@media (max-width: 768px) {
  .privacy-policy-container h2 {
    font-size: 20px;
    line-height: 30px;
  }

  .privacy-policy-container p,
  .privacy-policy-container li {
    font-size: 14px;
    line-height: 24px;
  }

  .privacy-policy-container ul {
    margin-left: 4rem;
  }
}

#imgLightbox {
  display: none;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  align-items: center;
  justify-content: center;
}

#imgLightbox.active {
  display: flex;
}

#imgLightbox img {
  max-width: 60vw;
  max-height: 70vh;
  box-shadow: 0 0 40px #000;
  border-radius: 10px;
  object-fit: cover;
}

@media (max-width: 600px) {
  #imgLightbox img {
    max-width: 90vw;
    max-height: 80vh;
  }
}

.image-section-row1 img,
.image-section-row2 img {
  transition: transform 0.5s ease;
  transform-style: preserve-3d;
}

.image-section-row1 img:hover,
.image-section-row2 img:hover {
  transform: perspective(600px) rotateY(6deg) scale(0.9);
}

/* contact us page css */
.email-form-container .form-container {
  background-color: #E8E8E8;
}

.contact-us-container .contact-container {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  justify-items: flex-start;
  align-items: flex-start;
}

.contactpage-email-form .form-container .form-section {
  width: 666px;
  margin: auto;
}

.contactpage-email-form .form-container .form-section .form-content {
  background-color: #F6F6F6;
}

.contact-page-get-in-touch-form {
  border-radius: 0 0 12px 12px;
  background: #F4F4F4;
}

.contact-page-get-in-touch-form .form-title {
  font-family: "DM Serif Display";
  border-radius: 12px 12px 0 0;
  background: #E8E8E8;
  display: flex;
  padding: 18px 24px;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  font-size: 22px;
  line-height: 24px;
  font-weight: 400;
}

.contact-page-get-in-touch-form .form-content {
  display: flex;
  padding: 30px 24px;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  align-self: stretch;
  background: #F4F4F4;
}

.volume-button {
  font-size: 16px;
  color: #eee;
  position: absolute;
  bottom: 2rem;
  left: 2rem;
  width: 50px;
  height: 50px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
  opacity: 0.8;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 20;
}

.volume-button:hover {
  background: rgba(255, 255, 255, 0.3);
  border-color: rgba(255, 255, 255, 0.5);
  opacity: 1;
}

.volume-button.fade:hover {
  opacity: 0.8;
}

.hr_box_1 img {
  max-width: 100%;
  border-radius: 24px;
  object-fit: cover;
  width: 200px;
  height: 260px;
}

.hr_potential {
  float: left;
  width: 100%;
  margin-top: 100px;
  margin-bottom: 50px;
}

.hr_text_box {
  display: flex;
  justify-content: space-evenly;
}

.hr_box_text_open_box {
  gap: 10px;
  float: left;
  display: flex;
  flex-wrap: wrap;
}

.hr_hd {
  width: 100%;
}

.hr_box_1 {
  border-radius: 10px;
  padding: 5px;
  display: flex;
  gap: 10px;
  width: 45%;
  position: relative;
  height: auto;
  overflow: hidden;
}

.text_slide_1 {
  width: 100%;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  flex-shrink: 0;
  /* flex: 0 0 100%; */
  opacity: 0;
  box-sizing: border-box;
  transition: all 0.5s ease;
}

.text_slide_1.active {
  opacity: 1;
}

.slider {
  display: flex;
  transition: transform 0.6s ease;
  width: 100%;
}

/* text animation */
.text {
  /* visibility: hidden;
  opacity: 0; */
  transition: opacity 0.3s, transform 0.3s;
  transform: translateY(50px);
}

.zoom-in {
  transform: scale(0.8);
}

.in-view {
  visibility: visible;
  opacity: 1;
  transform: none;
}

/* Mobile responsive styles for hr_box layout */
@media (max-width: 768px) {
  .hr_box_1 {
    width: 100%;
    margin-bottom: 10px;
  }

  .hr_box_text_open_box {
    gap: 15px;
  }

  .hr_text_box {
    flex-direction: column;
  }

  .hr_hd {
    width: 100%;
  }

  .hr_box_text_open_box {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  .images-section {
    display: contents !important;
  }
}

/* Why Athena Section */
.why-athena-section {
  background-color: #141414;
  background-image: url("../images/why_athen_bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 6rem 2rem 6rem 2rem;
  position: relative;
  min-height: auto;
  display: block;
  visibility: visible;
  opacity: 1;
}

.why-athena-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
}

.why-athena-container {
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.why-athena-heading {
  font-family: "Fira Sans Condensed", sans-serif !important;
  font-weight: 500 !important;
  font-style: normal !important;
  font-size: 62px !important;
  line-height: 100% !important;
  letter-spacing: 0% !important;
  text-align: center !important;
  font-variant: small-caps !important;
  color: #ffffff !important;
  margin-top: 2rem;
  margin-bottom: 3rem;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
  text-transform: none !important;
}

.why-athena-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 3rem 2.5rem;
  max-width: 1600px;
  margin: 0 auto 0 auto;
  justify-items: center;
  padding-bottom: 2rem;
}

.why-athena-card {
  background-color: transparent;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-shadow: none;
  transition: border 0.3s ease;
  width: 100%;
  max-width: 300px;
  border: 1px solid transparent;
  box-sizing: border-box;
}

.why-athena-card.highlighted {
  border: 1px solid #f43900;
}

.why-athena-card.highlighted .why-athena-icon img {
  filter: none;
}

.why-athena-card:hover {
  transform: none;
  border: 1px solid #FFFFFF66;
}

.why-athena-card.highlighted:hover {
  border: 1px solid #f43900;
}

.why-athena-icon {
  width: 48px;
  height: 48px;
  margin-bottom: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.why-athena-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: brightness(0) invert(1);
  transition: filter 0.3s ease;
}

.why-athena-card.highlighted .why-athena-icon img {
  filter: none;
}

.why-athena-card:hover .why-athena-icon img {
  filter: brightness(400%) saturate(300%) invert(27%) sepia(100%) saturate(5000%) hue-rotate(4deg) brightness(100%) contrast(150%);
}

.why-athena-title {
  font-family: "Fira Sans", sans-serif !important;
  font-weight: 600 !important;
  font-style: italic !important;
  font-size: 22px !important;
  line-height: 100% !important;
  letter-spacing: 0% !important;
  text-align: center !important;
  text-transform: none !important;
  color: #ffffff !important;
  margin: 0 0 1rem 0 !important;
  width: 100%;
  transition: color 0.3s ease;
}

.why-athena-description {
  font-family: "Fira Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  color: #ffffff;
  line-height: 140%;
  letter-spacing: 0%;
  text-align: center;
  margin: 0;
  width: 100%;
  opacity: 0.8;
}

@media (min-width: 768px) {
  .why-athena-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 3rem 2.5rem;
  }

  .why-athena-heading {
    font-size: 62px !important;
  }
}

@media (min-width: 1024px) {
  .why-athena-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 3.5rem 3rem;
  }

  .why-athena-heading {
    font-size: 62px !important;
  }
}

@media (min-width: 1400px) {
  .why-athena-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 4rem 3.5rem;
  }
}

@media (max-width: 767px) {
  .why-athena-section {
    padding: 3rem 1.5rem;
    min-height: auto;
  }

  .why-athena-heading {
    font-size: 32px !important;
    margin-top: 40px !important;
    margin-bottom: 20px !important;
  }

  .why-athena-grid {
    grid-template-columns: repeat(2, 1fr) !important;
    grid-template-rows: repeat(4, 1fr) !important;
    gap: 2.5rem;
    max-width: 100%;
  }

  .why-athena-card {
    width: 100%;
    max-width: 100%;
  }

  .why-athena-title {
    font-size: 18px !important;
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }

  .why-athena-description {
    font-size: 14px !important;
    line-height: 150% !important;
  }

  .why-athena-icon {
    width: 40px;
    height: 40px;
    margin-bottom: 1rem;
  }
}

footer {
  width: 100%;
  position: relative;
  left: 0;
  bottom: 0;
}

.footer-container {
  background-color: #f2f2f2;
  color: #000;
  display: flex;
  gap: 2rem;
  margin: 0 auto;
  padding: 2rem 5rem;
  font-size: 14px;
  line-height: 16px;
  align-items: center;
  flex-direction: column;
}

.footer-container .footer-links {
  display: flex;
  align-items: center;
  gap: 3rem;
  flex-wrap: wrap;
  justify-content: center;
}

.footer-container .footer-links a {
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 0%;
  vertical-align: middle;
  text-transform: uppercase;
  font-family: "Fira Sans Condensed";
  font-weight: 400;
}

.footer-container .footer-address {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-direction: column;
  color: #858585;
}

.footer-container .footer-address .address-links {
  display: flex;
  align-items: center;
  gap: 3rem;
  flex-direction: row;
  color: #000000;
}

.footer-container .footer-address .address-links a {
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  position: relative;
  color: #858585;
  font-family: "Fira Sans Condensed";
}

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

.footer-container .footer-address .address-links a:not(:last-child)::after {
  content: "";
  position: absolute;
  right: -1.5rem;
  top: 50%;
  transform: translateY(-50%);
  height: 12px;
  width: 1px;
  background-color: #F43900;
}

.footer-section:nth-child(2) {
  margin-top: 20px;
}

.footer-section h3 {
  font-size: 14px;
  margin-bottom: 1rem;
}

.footer-section ul {
  list-style: none;
}

.footer-section ul li {
  margin-bottom: 0.5rem;
}

.footer-section ul li a {
  text-decoration: none;
  color: #000;
  transition: color 0.3s ease;
}

.footer-section ul li a:hover {
  color: #f43900;
}

.social-icons {
  display: flex;
  gap: 2rem;
}

.social-icon {
  filter: grayscale(100%) brightness(0) saturate(100%);
  width: 40px;
  height: 40px;
  transition: 0.3s ease-in-out;
}

.social-icon:hover {
  transform: scale(1.1);
  filter: invert(43%) sepia(96%) saturate(2688%) hue-rotate(2deg) brightness(97%) contrast(102%);
}

.social-icons a img {
  width: 20px;
  height: 20px;
}

.contact-info p {
  margin-bottom: 0.5rem;
}

.grid-list {
  display: grid;
  list-style: none;
  padding: 0;
  margin: 0;
  column-gap: 2rem;
  grid-template-columns: repeat(2, 1fr);
}

@media (min-width: 768px) {
  .grid-list {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 768px) {
  .social-icons a img {
    width: 15px;
    height: 15px;
  }

  .social-icons {
    gap: 5rem;
  }

  .footer-section h3 {
    font-size: 4rem;
    margin-bottom: 1rem;
    margin-top: 2rem;
  }

  .footer-container {
    padding: 8rem 5rem;
    gap: 7rem;
  }

  .footer-container .footer-links {
    text-align: center;
    width: 80%;
    gap: 2.5rem 10rem;
  }

  .footer-container .footer-links a {
    font-size: 12px;
  }

  .social-icons {
    gap: 5rem;
  }

  .footer-container .footer-address .address-links a {
    font-size: 12px;
  }

  .address-text {
    font-size: 12px;
  }
}

.quickbar .quickbar-inner .menu .desktop-nav li.ExploreNow {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.navbar-exporenow-cta {
  display: flex;
  gap: 1rem;
  flex-direction: row;
}

.quickbar .quickbar-inner .menu .desktop-nav li.ExploreNow .enquire_now_btn {
  color: #141414 !important;
  background-color: #FFFFFF;
  border-radius: 0;
  padding: 0.8rem 2rem;
  text-transform: uppercase;
  font-weight: 500;
  border: none;
  cursor: pointer;
  transition: all 0.2s ease;
}

.quickbar .quickbar-inner .menu .desktop-nav li.ExploreNow .enquire_now_btn:hover {
  opacity: 0.9;
}

.quickbar .quickbar-inner .menu .desktop-nav li.ExploreNow .enquire_now_btn .name {
  color: #141414 !important;
}

.quickbar .quickbar-inner .menu .desktop-nav li.ExploreNow .call_now_btn {
  color: #141414 !important;
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 0;
  padding: 0.8rem 2rem;
  text-transform: uppercase;
  font-weight: 500;
  border: none;
  cursor: pointer;
  transition: all 0.2s ease;
}

.quickbar .quickbar-inner .menu .desktop-nav li.ExploreNow .call_now_btn .name {
  display: flex;
  align-items: center;
  justify-content: center;
}

.quickbar .quickbar-inner .menu .desktop-nav li.ExploreNow .call_now_btn .first {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
}

.quickbar .quickbar-inner .menu .desktop-nav li.ExploreNow .call_now_btn .second {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
}

/* ============================================
   GALLERY SCROLL SECTION (Heritage Page)
   ============================================ */

.gallery-scroll {
  display: flex;
  gap: 20px;
  padding: 60px 90px;
  background: #f2f2f2;
  height: 600px;
  overflow: hidden;
}

.gallery-scroll-col {
  flex: 1;
  overflow: hidden;
  position: relative;
}

.gallery-scroll-track {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.gallery-scroll-track img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 8px;
}

/* Column scrolling down (top to bottom) */
.col-down .gallery-scroll-track {
  animation: scrollDown 20s linear infinite;
}

/* Column scrolling up (bottom to top) */
.col-up .gallery-scroll-track {
  animation: scrollUp 20s linear infinite;
}

@keyframes scrollDown {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-50%);
  }
}

@keyframes scrollUp {
  0% {
    transform: translateY(-50%);
  }

  100% {
    transform: translateY(0);
  }
}

@media (max-width: 1200px) {
  .gallery-scroll {
    padding: 40px 30px;
    gap: 15px;
  }
}

@media (max-width: 768px) {
  .gallery-scroll {
    padding: 30px 20px;
    gap: 10px;
    height: 500px;
  }

  .gallery-scroll-track {
    gap: 10px;
  }
}

@media (max-width: 480px) {
  .gallery-scroll {
    height: 400px;
    padding: 20px 16px;
  }
}

@media (max-width: 768px) {
  .gallery-scroll-track img {
    height: 100px;
  }

  /* Hide the 3rd column */
  .gallery-scroll-col:nth-child(3) {
    display: none;
  }

  /* Adjust layout */
  .gallery-scroll {
    gap: 12px;
  }

  .gallery-scroll-col {
    flex: 0 0 50%;
  }
}

@media (max-width: 768px) {
  body {
    overflow-x: hidden;
  }

  .page-wrap,
  .history-main,
  .gallery-scroll {
    overflow-x: hidden;
    width: 100%;
  }

  .history-slider {
    overflow-x: auto;
    scroll-snap-type: x mandatory;
  }
}

/* ============================================
   ROOM LAYOUT PAGE STYLES
   ============================================ */

/* Hero Section */
.rl-hero-section {
  position: relative;
  width: 100%;
  height: 745px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.rl-hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.rl-hero-bg-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.1;
}

.rl-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, #111 0%, #222 100%);
  z-index: -1;
}

.rl-hero-content {
  position: relative;
  z-index: 1;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  padding: 10px;
}

.rl-hero-title-wrapper {
  border-bottom: 1px solid white;
  padding: 10px 0;
}

.rl-hero-title {
  font-family: 'Fira Sans Condensed', sans-serif;
  font-size: 60px;
  font-weight: 400;
  color: white;
  text-transform: uppercase;
  line-height: 1;
  margin: 0;
}

.rl-hero-subtitle {
  font-family: 'Fira Sans', sans-serif;
  font-size: 28px;
  font-style: italic;
  color: white;
  line-height: 1.4;
  margin: 0;
}

/* Versatile Event Venue Section */
.rl-venue-section {
  background: white;
  padding: 80px 90px;
  min-height: 740px;
  display: flex;
  align-items: center;
}

.rl-venue-container {
  position: relative;
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 60px;
}

.rl-venue-image-wrapper {
  flex: 0 0 500px;
  height: 580px;
  overflow: hidden;
}

.rl-venue-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.rl-venue-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.rl-venue-title {
  font-family: "Fira Sans Condensed";
  font-size: 42px;
  font-weight: 700;
  color: #222;
  line-height: 1.2;
  margin: 0;
  text-transform: uppercase;
  font-variant: small-caps;
}

.rl-venue-line {
  width: 100%;
  height: 1px;
  background: #222;
}

.rl-venue-text {
  font-family: "Fira Sans";
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.6;
  color: #000000;
  margin: 0;
}

.rl-venue-buttons {
  display: flex;
  gap: 10px;
  margin-top: 10px;
}

.rl-venue-btn {
  padding: 16px 32px;
  border: 1px solid #222;
  background: transparent;
  font-family: 'Fira Sans', sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #222;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.rl-venue-btn:hover {
  background: #222;
  color: white;
}

/* Room Cards Section */
.rl-rooms-section {
  background: #ddd;
  padding: 60px 90px;
}

.rl-rooms-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
  max-width: 1260px;
  margin: 0 auto;
}

.celebration-btn {
  cursor: pointer;
}

.rl-room-card {
  width: 615px;
  height: 286px;
  background: #1f2125;
  display: flex;
  overflow: hidden;
}

.rl-room-card-image {
  width: 180px;
  height: 100%;
  overflow: hidden;
  flex-shrink: 0;
}

.rl-room-card-image img {
  width: 396px;
  height: 100%;
  object-fit: cover;
}

.rl-room-card-content {
  padding: 43px 40px 43px 35px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex: 1;
  min-width: 0;
  width: 360px;
  box-sizing: border-box;
}

.rl-room-card-title {
  font-family: 'Playfair Display', serif;
  font-size: 26px;
  font-weight: 400;
  color: white;
  text-transform: capitalize;
  margin: 0;
  line-height: 1.2;
  white-space: nowrap;
}

.rl-room-card-text {
  font-family: 'Fira Sans', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.6;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.rl-room-card-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 48px;
  border: 1px solid #f43900;
  background: transparent;
  font-family: 'Fira Sans', sans-serif;
  font-size: 14px;
  font-weight: 500;
  height: 44px;
  width: 206px;
  color: white;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease;
  width: fit-content;
  margin-top: auto;
}

.rl-room-card-btn:hover {
  background: #f43900;
}

/* Room and Seating Layouts Section */
.rl-layouts-section {
  background: white;
  padding: 60px 90px;
}

.rl-layouts-header {
  text-align: center;
  max-width: 900px;
  margin: 0 auto 40px;
}

.rl-layouts-title {
  font-family: 'Fira Sans Condensed', sans-serif;
  font-size: 62px;
  font-weight: 500;
  color: #222;
  line-height: 1;
  margin: 0 0 30px;
  text-transform: uppercase;
}

.rl-layouts-description {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.rl-layouts-description p {
  font-family: 'Fira Sans', sans-serif;
  font-size: 20px;
  font-weight: 400;
  color: #444;
  line-height: 1.6;
  margin: 0;
}

/* Table Styles */
.rl-table-wrapper {
  max-width: 940px;
  margin: 0 auto 40px;
  border: 1px solid rgba(244, 57, 0, 0.5);
  padding: 12px 10px;
  overflow-x: auto;
}

.rl-table {
  width: 100%;
  border-collapse: collapse;
}

.rl-table thead th {
  font-family: 'Fira Sans', sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #666;
  text-align: center;
  padding: 10px 10px 10px 10px;
  border-bottom: 1px solid #e0e0e0;
}

.rl-table tbody td {
  font-family: 'Fira Sans', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #444;
  padding: 15px 10px;
  line-height: 1.4;
}

.rl-room-name {
  font-family: 'Playfair Display', serif;
  font-size: 16px;
  font-weight: 700;
}

.rl-room-name a {
  color: #f43900;
  text-decoration: none;
}

.rl-room-name a:hover {
  text-decoration: underline;
}

/* Diagrams */
.rl-diagrams-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 60px;
  max-width: 600px;
  margin: 0 auto 40px auto;
}

.rl-diagrams-single {
  margin-bottom: 0;
}

.rl-diagram-item {
  text-align: center;
}

.rl-diagram-image {
  width: 250px;
  height: 236px;
  padding: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f4f4f4;
}

.rl-diagram-image img {
  max-width: 80%;
  max-height: 80%;
  object-fit: contain;
}

.rl-diagram-label {
  font-family: 'Fira Sans', sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #222;
  margin: 10px 0 0;
}

/* Responsive Styles */
@media (max-width: 1200px) {
  .rl-venue-section {
    padding: 60px 40px;
  }

  .rl-venue-container {
    flex-direction: column;
    gap: 40px;
  }

  .rl-venue-image-wrapper {
    flex: none;
    width: 100%;
    max-width: 600px;
    height: 400px;
  }

  .rl-venue-content {
    max-width: 640px;
  }

  .rl-rooms-section {
    padding: 40px 30px;
  }

  .rl-room-card {
    width: 100%;
    max-width: 615px;
  }

  .rl-layouts-section {
    padding: 40px 30px;
  }

  .rl-layouts-title {
    font-size: 48px;
  }

  .rl-diagrams-row {
    flex-wrap: wrap;
    gap: 30px;
  }

  .rl-diagram-image {
    width: 200px;
    height: 180px;
  }

}

@media (max-width: 768px) {
  .rl-hero-section {
    height: auto;
    min-height: 750px;
  }

  .rl-hero-title {
    font-size: 42px;
    margin-top: 0;
    margin-bottom: 10px;
  }

  .rl-hero-subtitle {
    font-size: 18px;
  }

  .rl-hero-title-wrapper {
    padding: 10px 0;
  }

  .rl-venue-section {
    padding: 10rem 0rem;
    min-height: auto;
  }

  .rl-venue-container {
    flex-direction: column;
    gap: 4rem;
    align-items: center;
    padding: 0 2rem;
  }

  .rl-venue-image-wrapper {
    flex: none;
    width: 100%;
    height: auto;
  }

  .rl-venue-image {
    width: 100%;
    height: 300px;
    object-fit: cover;
  }

  .rl-venue-content {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    align-items: flex-start;
  }

  .rl-venue-container {
    max-width: 85%;
    margin: 0 auto;
    padding: 0 4rem;
    display: flex;
    gap: 4rem;
    align-items: center;
  }

  .rl-venue-title {
    font-size: 22px;
  }

  .rl-venue-line {
    margin: 2rem 0;
  }

  .rl-venue-text {
    font-size: 13px;
    line-height: 150%;
  }

  .rl-venue-buttons {
    flex-direction: column;
    gap: 2rem;
    margin-top: 2rem;
    align-items: flex-start;
  }

  .rl-venue-btn {
    width: fit-content;
    padding: 2rem 3rem;
    font-size: 12px;
    font-weight: 600;
    text-align: center;
    display: inline-block;
  }

  .rl-rooms-section {
    padding: 10rem 5rem;
  }

  .rl-rooms-grid {
    display: flex;
    flex-direction: column;
    gap: 4rem;
  }

  .rl-room-card {
    flex-direction: column;
    width: 100%;
    height: auto;
  }

  .rl-room-card-image {
    width: 100%;
    height: 300px;
  }

  .rl-room-card-image img {
    width: 100%;
    height: 100%;
  }

  .rl-room-card-content {
    padding: 3rem;
    width: 100%;
  }

  .rl-room-card-title {
    white-space: normal;
    font-size: 24px;
  }

  .rl-room-card-text {
    font-size: 13px;
    line-height: 150%;
    -webkit-line-clamp: 4;
  }

  .rl-room-card-btn {
    padding: 2rem 3rem;
    font-size: 3rem;
  }

  .rl-layouts-section {
    padding: 10rem 2rem;
  }

  .rl-layouts-title {
    font-size: 32px;
    margin-bottom: 3rem;
  }

  .rl-layouts-description p {
    font-size: 3rem;
    line-height: 150%;
  }

  .rl-table-wrapper {
    padding: 1rem;
    overflow-x: auto;
  }

  .rl-table thead th,
  .rl-table tbody td {
    font-size: 2.5rem;
    padding: 1.5rem 1rem;
  }

  .rl-diagrams-row {
    gap: 3rem;
    flex-wrap: wrap;
    justify-content: center;
  }

  .rl-diagram-image {
    width: 140px;
    height: 150px;
  }

  .rl-diagram-label {
    font-size: 2.5rem;
  }

}

@media (max-width: 480px) {
  .rl-hero-section {
    min-height: 850px;
  }

  .rl-hero-title {
    font-size: 32px;
  }

  .rl-hero-subtitle {
    font-size: 16px;
  }

}

@media (max-width: 768px) {

  html,
  body {
    overflow-x: hidden;
    max-width: 100vw;
  }

  .page-wrap {
    overflow-x: hidden;
  }

  .history-slider {
    padding: 24px 16px 10px 16px;
    overflow-x: auto;
  }

  .history-main::before,
  .history-main::after {
    display: none;
  }

  .gallery-scroll {
    padding: 20px 16px;
  }

  .gallery-scroll-track {
    contain: paint;
    will-change: transform;
  }
}

.date-input-wrapper {
  position: relative;
  width: 100%;
}

.date-input-wrapper .input-field {
  padding-right: 45px;
}

.date-input-wrapper .calendar-icon {
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  pointer-events: none;
}

.testimonial-company-name {
  font-size: 35px;
  font-weight: 900;
  letter-spacing: 0.6px;
  margin: 0 0 8px 0;
  text-transform: uppercase;
  font-family: 'Fira Sans', sans-serif;
  line-height: 1.8;
  color: #222;
}

@media (max-width: 768px) {
  .testimonial-company-name {
    font-size: 18px;
    line-height: 1.4;
  }

  .job-popup-submit {
    padding: 12px 0px;
  }
}

.phone-nowrap {
  white-space: nowrap;
}

@media (max-width: 768px) {
  .address-links {
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
  }
}

.quickbar {
  will-change: transform;
  transform: translateZ(0);
}

.success-header {
  color: #222;
  text-align: center;
  font-family: "Fira Sans";
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  margin-bottom: 8px;
}

.success-body {
  color: #222;
  text-align: center;
  font-family: "Fira Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* 32px */
}