/* PROXIMA NOVA FONT */

@font-face {
  font-family: 'Proxima Nova';
  src: url('../fonts/ProximaNova-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/*  GLOBAL VARIABLES  */

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

html,
body {
  font-family: 'Proxima Nova', Arial, sans-serif;
}

body {
  margin: 0;
  background: #fff;
  color: var(--ink);
  overflow-x: hidden;
}

:root {
  --ink: #141414;
  --muted: #666;
  --soft: #8c8c8c;
  --line: #deded8;
  --paper: #f7f6f2;
  --paper2: #efeee9;
  --white: #fff;
  --dark: #111;
  --radius: 20px;
  --max: 1340px;
  --gutter: clamp(22px, 4.8vw, 78px);
  --ease: cubic-bezier(.2, .7, .2, 1);
  --heading-align: left;
}

* {
  box-sizing: border-box
}

/* .grecaptcha-badge {
    visibility: hidden !important;
} */

html {
  scroll-behavior: smooth
}

body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  background: #fff;
  color: var(--ink);
  overflow-x: hidden
}

img {
  display: block;
  width: 100%;
  height: auto
}

a {
  text-decoration: none;
  color: inherit
}

button,
input,
textarea {
  font: inherit
}

.wrap {
  width: min(var(--max), calc(100% - (var(--gutter) * 2)));
  margin: auto
}

.section {
  padding: clamp(66px, 7vw, 110px) 0
}

.section-sm {
  padding: clamp(44px, 5vw, 72px) 0
}

.kicker {
  font-size: 11px;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: #7b7b7b;
  display: flex;
  align-items: center;
  gap: 12px
}

.kicker:before {
  /* content: ""; */
  width: 34px;
  height: 1px;
  background: #a3a3a3
}

.h1 {
  font-size: clamp(50px, 7vw, 112px);
  line-height: .88;
  letter-spacing: -.065em;
  margin: 16px 0 26px;
  font-weight: 700;
  color: #ffffff;
}

.h2 {
  font-size: clamp(34px, 4.4vw, 66px);
  line-height: .98;
  letter-spacing: -.05em;
  margin: 12px 0 22px
}

.h3 {
  font-size: clamp(24px, 2.5vw, 36px);
  letter-spacing: -.03em;
  line-height: 1.05;
  margin: 0 0 14px
}

.lead {
  font-size: clamp(17px, 1.5vw, 21px);
  line-height: 1.7;
  color: #585858
}

.copy {
  font-size: 15px;
  line-height: 1.8;
  color: #666
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 20px;
  border-radius: 999px;
  border: 1px solid #111;
  background: #111;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  transition: .3s var(--ease)
}

.btn:hover {
  transform: translateY(-2px)
}

.btn-light {
  background: #fff;
  color: #111;
  border-color: #fff
}

.btn-ghost:hover {
  color: #fff !important;
  border-color: #fff
}

.btn-ghost {
  background: rgba(255, 255, 255, .08);
  border-color: rgba(255, 255, 255, .38);
  color: #fff;
  backdrop-filter: blur(12px)
}

.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: .7s var(--ease)
}

.reveal.in {
  opacity: 1;
  transform: none
}

.h2 {
  font-size: clamp(34px, 4.4vw, 66px);
  line-height: .98;
  letter-spacing: -.05em;
  margin: 12px 0 22px;
  text-align: var(--heading-align);
}

/* hero section */

/*  SERVICES TICKER START  */

.ss-services-ticker {
  position: relative;
  width: 100%;
  background: #fff;
  border-top: 1px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2;
  overflow: hidden;
  z-index: 5;
}

.ss-ticker-viewport {
  width: 100%;
  overflow: hidden;
}

.ss-ticker-track {
  display: flex;
  align-items: center;
  width: max-content;
  will-change: transform;
  transform: translate3d(0, 0, 0);
}

.ss-ticker-group {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

.ss-ticker-group span {
  position: relative;
  display: inline-flex;
  align-items: center;

  /* Reduced bar height */
  min-height: 36px;

  padding: 0 28px;
  white-space: nowrap;
  color: #686868;
  font-size: 10px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.ss-ticker-group span::after {
  content: "";
  position: absolute;
  right: -2px;
  width: 3px;
  height: 3px;
  background: #9b9b9b;
  border-radius: 50%;
}

/* ==================== TABLET ==================== */

@media (max-width: 991px) {
  .ss-ticker-group span {
    min-height: 34px;
    padding: 0 23px;
    font-size: 9px;
  }
}

/* ==================== MOBILE ==================== */

@media (max-width: 767px) {
  .ss-ticker-group span {
    min-height: 32px;
    padding: 0 19px;
    font-size: 8.5px;
  }
}

@media (max-width: 480px) {
  .ss-ticker-group span {
    min-height: 30px;
    padding: 0 16px;
    font-size: 8px;
  }
}

/*  SERVICES TICKER END  */

/* Introduction */

.about-section {
  padding: 45px 0 60px;
  background: #fff;
}

.intro-grid {
  display: grid;
  grid-template-columns: 200px minmax(0, 1fr);
  gap: 70px;
  align-items: start;
}

.big-index {
  font-size: clamp(105px, 10vw, 150px);
  line-height: .72;
  font-weight: 700;
  letter-spacing: -.08em;
  color: #eeeeeb;
  margin-top: 5px;
}

.intro-copy {
  max-width: 900px;
}

.intro-copy .kicker {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: #737373;
}

.intro-copy .kicker::before {
  /* content: ""; */
  width: 34px;
  height: 1px;
  flex: 0 0 34px;
  background: #aaa;
}

.intro-copy .h2 {
  margin: 0 0 24px;
  max-width: 850px;
  font-size: clamp(42px, 4.3vw, 62px);
  line-height: .93;
  letter-spacing: -.045em;
  font-weight: 700;
  color: #111;
}

.intro-copy .lead {
  max-width: 880px;
  margin: 0 0 22px;
  font-size: 19px;
  line-height: 1.72;
  font-weight: 400;
  color: #595959;
}

.intro-copy .copy {
  max-width: 880px;
  margin: 0;
  font-size: 15px;
  line-height: 1.75;
  color: #606060;
}

/* Introduction End */

/* commertial office */
.commercial-projects-head {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  grid-template-rows: auto auto;
  column-gap: clamp(50px, 7vw, 100px);
  row-gap: 0;
  align-items: start;
  margin-bottom: 50px;
}

/* Makes the inner left wrapper participate in the parent grid */
.commercial-projects-head > div:first-child {
  display: contents;
}

.commercial-projects-head .kicker {
  grid-column: 1;
  grid-row: 1;
      margin: 26px 0 7px;
}

.commercial-projects-head .h2 {
  grid-column: 1;
  grid-row: 2;

  margin: 0;
  max-width: 760px;

  font-size: clamp(42px, 4vw, 64px);
  line-height: .96;
  letter-spacing: -.05em;
  text-align: left;
}

.commercial-projects-intro {
  grid-column: 2;
  grid-row: 2;

  padding: 0;
  margin: 0;
  align-self: start;
}

.commercial-projects-intro p {
  margin: 0;
  max-width: 460px;

  font-size: 16px;
  line-height: 1.65;
  color: #666;
}

@media (max-width: 768px) {
  .commercial-projects-head {
    display: block;
    margin-bottom: 40px;
  }

  .commercial-projects-head > div:first-child {
    display: block;
  }

  .commercial-projects-head .kicker {
    margin-bottom: 16px;
  }

  .commercial-projects-head .h2 {
    margin-bottom: 24px;
  }

  .commercial-projects-intro {
    padding: 0;
  }
}


/* GALLERY */

.commercial-gallery {
  position: relative;
  width: min(var(--max), calc(100% - (var(--gutter) * 2)));
  margin: 0 auto;
  overflow: hidden;
  cursor: grab;
  user-select: none;
  touch-action: pan-y;
}

.commercial-gallery:active {
  cursor: grabbing;
}

.commercial-gallery-track {
  display: flex;
  align-items: stretch;
  gap: 18px;
  width: max-content;
  padding: 0;
  will-change: transform;
}

.commercial-project-card {
  position: relative;
  width: clamp(340px, 34vw, 520px);
  height: 520px;
  flex: 0 0 auto;
  overflow: hidden;
  background: #ddd;
}

.commercial-project-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .8s var(--ease);
}

.commercial-project-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    transparent 46%,
    rgba(0, 0, 0, .58) 100%
  );
}

.commercial-project-card:hover img {
  transform: scale(1.045);
}
/* contact us */

.hero-btn {
    position: relative !important;

    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;

    width: 158px !important;
    height: 50px !important;

    padding: 4px 48px 4px 20px !important;

    /* Constant hover appearance */
    background: #000000 !important;
    color: #222222 !important;

    border: 1.5px solid #000000 !important;
    border-radius: 50px !important;

    text-decoration: none !important;

    font-size: 16px !important;
    font-weight: 600 !important;
    line-height: 1 !important;

    box-sizing: border-box !important;

    box-shadow:
    0 8px 20px rgba(68, 68, 68, 0.35) !important;
		 
    /* ONLY elevation on hover */
    transition: transform 0.3s ease,
                box-shadow 0.3s ease !important;
}


.hero-btn-text {
    display: block !important;

    white-space: nowrap !important;

    margin: 0 !important;
    padding: 0 !important;

    color: #ffffff !important;
}


.hero-btn-icon {
    position: absolute !important;

    top: 50% !important;
    right: 4px !important;

    transform: translateY(-50%) !important;

    width: 40px !important;
    height: 40px !important;

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    margin: 0 !important;
    padding: 0 !important;

    background: #ffffff !important;

    border: 1.5px solid #000000 !important;
    border-radius: 50% !important;

    box-sizing: border-box !important;
}


.hero-btn-icon svg {
    width: 19px !important;
    height: 19px !important;

    display: block !important;

    fill: none !important;
    stroke: #000000 !important;

    stroke-width: 2 !important;
    stroke-linecap: round !important;
    stroke-linejoin: round !important;

    /* Constant straight arrow */
    transform: rotate(45deg) !important;
}



.hero-btn:hover {
    background: #000000 !important;
    color: #ffffff !important;

    border-color: #000000 !important;

    /* Elevation only */
    transform: translateY(-4px) !important;

    box-shadow:
    0 14px 20px rgba(255, 255, 255, 0.35) !important;
}


.hero-btn:hover .hero-btn-text {
    color: #ffffff !important;
}


.hero-btn:hover .hero-btn-icon {
    top: 50% !important;
    right: 4px !important;

    background: #ffffff !important;
    border-color: #000000 !important;

    transform: translateY(-50%) !important;
}


.hero-btn:hover .hero-btn-icon svg {
    stroke: #000000 !important;
    transform: rotate(45deg) !important;
}



.hero-btn:active {
    transform: translateY(-1px) scale(0.98) !important;
}



.hero-btn:focus-visible {
    outline: 2px solid #000000 !important;
    outline-offset: 4px !important;
}


@media (max-width: 767px) {

    .hero-btn {
        width: 145px !important;
        height: 46px !important;

        padding: 4px 43px 4px 17px !important;

        font-size: 15px !important;
    }

    .hero-btn-icon {
        width: 36px !important;
        height: 36px !important;

        right: 4px !important;
    }

    .hero-btn-icon svg {
        width: 17px !important;
        height: 17px !important;
    }
}

/* contact us */

/* PROJECT INFO */

.commercial-project-info {
  position: absolute;
  left: 25px;
  right: 25px;
  bottom: 24px;
  z-index: 2;
  color: #fff;

  display: grid;
  grid-template-columns: 42px 1fr;
  column-gap: 12px;
  align-items: end;
}

.commercial-project-info > span {
  grid-row: 1 / 3;
  padding-bottom: 3px;
  color: rgba(255, 255, 255, .66);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .15em;
}

.commercial-project-info h3 {
  margin: 0 0 5px;
  color: #fff;
  font-size: 20px;
  line-height: 1.15;
  letter-spacing: -.02em;
}

.commercial-project-info small {
  color: rgba(255, 255, 255, .72);
  font-size: 9px;
  letter-spacing: .12em;
  text-transform: uppercase;
}


/* GALLERY NOTE */

.gallery-note {
  width: min(var(--max), calc(100% - (var(--gutter) * 2)));
  margin: 22px auto 0;

  display: flex;
  justify-content: flex-end;

  color: #888;
  font-size: 10px;
  letter-spacing: .12em;
  text-transform: uppercase;
}


/* LAPTOP */

@media (max-width: 1200px) {
  .commercial-project-card {
    width: 440px;
    height: 480px;
  }
}


/* TABLET */

@media (max-width: 900px) {
  .commercial-projects-head {
    grid-template-columns: 1fr 1fr;
    gap: 35px;
  }

  .h2 {
    font-size: 46px;
  }

  .commercial-project-card {
    width: 390px;
    height: 450px;
  }
}


/* MOBILE */

@media (max-width: 767px) {
  .commercial-projects {
    padding: 60px 0;
  }

  .commercial-projects-head {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-bottom: 34px;
  }

  .h2 {
    font-size: 38px;
    line-height: 1;
  }

  .commercial-projects-intro p {
    font-size: 14px;
    line-height: 1.7;
  }

  .commercial-gallery {
    width: calc(100% - 40px);
  }

  .commercial-gallery-track {
    gap: 12px;
  }

  .commercial-project-card {
    width: 82vw;
    max-width: 370px;
    height: 430px;
  }

  .commercial-project-info {
    left: 18px;
    right: 18px;
    bottom: 18px;
    grid-template-columns: 32px 1fr;
  }

  .commercial-project-info h3 {
    font-size: 18px;
  }
}


/* SMALL MOBILE */

@media (max-width: 480px) {
  .commercial-projects {
    padding: 55px 0;
  }

  .h2 {
    font-size: 34px;
  }

  .commercial-gallery {
    width: calc(100% - 28px);
  }

  .commercial-project-card {
    width: 84vw;
    height: 400px;
  }

  .commercial-project-info {
    left: 16px;
    right: 16px;
    bottom: 16px;
  }
}


/* REDUCED MOTION */

@media (prefers-reduced-motion: reduce) {
  .commercial-project-card img {
    transition: none;
  }
}
/* commertial office end */

/* About */
.about-serein {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  min-height: 620px;
  background: #111;
  overflow: hidden;
}

.about-serein .split-media {
  position: relative;
  overflow: hidden;
  background: #111;
  padding: 26px 0 26px 26px;
}

.split-image-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  min-height: 568px;
}

.split-image-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg,
      rgba(0, 0, 0, .10),
      rgba(0, 0, 0, 0) 45%),
    linear-gradient(0deg,
      rgba(0, 0, 0, .28),
      transparent 40%);
}

.about-serein .split-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform .8s ease;
}

.about-serein:hover .split-media img {
  transform: scale(1.025);
}

.split-image-tag {
  position: absolute;
  left: 24px;
  bottom: 24px;
  z-index: 2;
  padding: 9px 13px;
  font-size: 10px;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: #fff;
  background: rgba(17, 17, 17, .55);
  border: 1px solid rgba(255, 255, 255, .2);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.about-serein .split-copy {
  background: #111;
  color: #fff;
  display: flex;
  align-items: center;
  padding: clamp(48px, 5.2vw, 82px);
}

.split-copy-inner {
  max-width: 650px;
  width: 100%;
}

.about-serein .kicker {
  color: #aaa;
  margin-bottom: 18px;
}

.about-serein .kicker::before {
  background: #777;
}

.about-serein .h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(42px, 4vw, 62px);
  line-height: .97;
  letter-spacing: -.045em;
  font-weight: 700;
  max-width: 620px;
}

.split-divider {
  width: 58px;
  height: 1px;
  background: #555;
  margin: 28px 0 26px;
}

.about-serein .copy {
  margin: 0 0 18px;
  color: #bdbdbd;
  font-size: 15.5px;
  line-height: 1.8;
  max-width: 610px;
}

.about-serein .copy:last-of-type {
  margin-bottom: 0;
}

.split-bottom {
  display: flex;
  align-items: center;
  gap: 0;
  margin-top: 34px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, .12);
}

.split-bottom span {
  position: relative;
  padding: 0 20px;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .15em;
  text-transform: uppercase;
  color: #aaa;
}

.split-bottom span:first-child {
  padding-left: 0;
}

.split-bottom span:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #555;
  transform: translateY(-50%);
}

/* About End */

/* why serein */
.chapter {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 64px;
  align-items: center;
  padding: 64px 0;
  /* border-top: 1px solid var(--line) */
}

.chapter:nth-child(even) {
  grid-template-columns: 1.1fr .9fr
}

.chapter:nth-child(even) .chapter-media {
  order: -1
}

.chapter-media {
  position: relative
}

.chapter-media .mainimg {
  height: 430px;
  border-radius: 24px;
  overflow: hidden
}

.chapter-media .mainimg img {
  height: 100%;
  object-fit: cover
}

.chapter-media .mini {
  position: absolute;
  right: -26px;
  bottom: -26px;
  width: 38%;
  aspect-ratio: 1/1;
  border: 8px solid #fff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 18px 50px rgba(0, 0, 0, .14)
}

.chapter-media .mini img {
  height: 100%;
  object-fit: cover
}

.bullets {
  list-style: none;
  padding: 0;
  margin: 22px 0 0;
  border-top: 1px solid var(--line)
}

.bullets li {
  padding: 14px 0;
  border-bottom: 1px solid var(--line)
}

.bullets strong {
  display: block;
  font-size: 15px;
  margin-bottom: 4px
}

.bullets span {
  font-size: 13px;
  line-height: 1.6;
  color: #6d6d6d
}

/* why serein end*/

/* 5 steps of serein */
.process-zone {
  position: relative;
  overflow: hidden;
  background: #111;
  color: #fff;
}

.process-zone::before {
  content: "";
  position: absolute;
  width: 420px;
  height: 420px;
  top: -180px;
  right: -130px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .025);
  filter: blur(10px);
  pointer-events: none;
}

.process-head {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 70px;
  align-items: end;
  margin-bottom: 58px;
}

.process-kicker {
  color: #8e8e8e;
  margin-bottom: 14px;
}

.process-title {
  margin: 0;
  max-width: 620px;
  color: #fff;
}

.process-intro {
  max-width: 520px;
  margin: 0 0 7px auto;
  color: #9d9d9d;
  font-size: 15px;
  line-height: 1.75;
}

.process-timeline {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0;
}

.process-timeline::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 86px;
  height: 1px;
  background: #343434;
}

.process-step {
  position: relative;
  min-height: 300px;
  padding: 0 28px 28px;
  border-left: 1px solid rgba(255, 255, 255, .08);
  opacity: 0;
  transform: translateY(35px);
  transition:
    opacity .65s ease,
    transform .65s ease,
    background .35s ease;
}

.process-step:last-child {
  border-right: 1px solid rgba(255, 255, 255, .08);
}

.process-step.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.process-step:nth-child(1) {
  transition-delay: .05s;
}

.process-step:nth-child(2) {
  transition-delay: .13s;
}

.process-step:nth-child(3) {
  transition-delay: .21s;
}

.process-step:nth-child(4) {
  transition-delay: .29s;
}

.process-step:nth-child(5) {
  transition-delay: .37s;
}

.step-top {
  height: 86px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.step-no {
  font-size: 46px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: -.05em;
  color: #262626;
  transition: color .35s ease;
}

.step-label {
  font-size: 9px;
  font-weight: 600;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: #777;
}

.step-dot {
  position: absolute;
  top: 80px;
  left: 28px;
  width: 13px;
  height: 13px;
  border: 2px solid #666;
  border-radius: 50%;
  background: #111;
  z-index: 2;
  transition:
    transform .35s ease,
    background .35s ease,
    border-color .35s ease;
}

.step-content {
  padding-top: 48px;
}

.step-content h3 {
  margin: 0 0 14px;
  color: #f4f4f4;
  font-size: 21px;
  line-height: 1.18;
  font-weight: 600;
  letter-spacing: -.02em;
}

.step-content p {
  margin: 0;
  max-width: 210px;
  color: #888;
  font-size: 13px;
  line-height: 1.7;
}

.step-label hover {
  color: #fff;
}

.process-step:hover {
  background: rgba(255, 255, 255, .025);
}

.process-step:hover .step-no {
  color: #fff;
}

.process-step:hover .step-dot {
  transform: scale(1.25);
  background: #fff;
  border-color: #fff;
}

.process-step:hover .step-label {
  color: #fff;
}

.process-step:hover .step-content h3 {
  transform: translateY(-3px);
}

.step-content h3 {
  transition: transform .3s ease;
}

/* 5 steps of serein end */

/* gallery section */

.office-projects-head {
  display: grid;
  grid-template-columns: .6fr 1.4fr;
  gap: 70px;
  align-items: start;
}

.office-projects-head .muted {
  margin: 12px 0 0;
  color: #777;
  font-size: 14px;
}

.office-projects-head .lead {
  max-width: 850px;
  margin-bottom: 0;
}


/* portfolio */

.portfolio-band {
  background: #f3f3f0;
}

.portfolio-row {
  display: flex;
  height: 430px;
  gap: 10px;
  margin-top: 30px;
}

.portfolio-item {
  flex: 1;
  position: relative;
  overflow: hidden;
  border-radius: 18px;
  transition:
    flex .6s cubic-bezier(.2, .75, .25, 1),
    transform .45s cubic-bezier(.2, .75, .25, 1);
}

.portfolio-item:hover {
  flex: 3.2;
}

.portfolio-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .7s cubic-bezier(.2, .75, .25, 1);
}

.portfolio-item:hover img {
  transform: scale(1.035);
}

.portfolio-item::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(0deg,
      rgba(0, 0, 0, .72) 0%,
      rgba(0, 0, 0, .22) 45%,
      transparent 70%);
  z-index: 1;
}

.portfolio-copy {
  position: absolute;
  z-index: 2;
  left: 22px;
  right: 22px;
  bottom: 22px;
  color: #fff;
}

.portfolio-copy p {
  margin: 0 0 14px;
  font-size: 16px;
  font-weight: 600;
}

.portfolio-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 16px;
  border-radius: 999px;
  background: #fff;
  color: #111;
  font-size: 11px;
  font-weight: 700;
  opacity: 0;
  transform: translateY(12px);
  transition:
    opacity .3s ease,
    transform .3s ease;
}

.portfolio-item:hover .portfolio-btn {
  opacity: 1;
  transform: translateY(0);
}

/* gallery section end*/

/* services */
.services-premium {
  position: relative;
  background: #f7f7f4;
  overflow: hidden;
}

.services-premium::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 34%;
  height: 100%;
  background: #edede8;
  pointer-events: none;
}

.services-premium-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: .92fr 1.08fr;
  gap: clamp(60px, 7vw, 105px);
  align-items: start;
}

.services-visual {
  position: sticky;
  top: 35px;
}

.services-image-frame {
  position: relative;
  height: 640px;
  overflow: hidden;
  border-radius: 28px 28px 2px 2px;
  background: #ddd;
}

.services-image-frame img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  transition: transform 1s var(--ease);
}

.services-image-frame:hover img {
  transform: scale(1.035);
}

/* .services-image-overlay {
  position: absolute;
  inset: 0;
  background:transparent;
    linear-gradient(180deg,
      rgba(0, 0, 0, .04) 40%,
      rgba(0, 0, 0, .12) 68%,
      rgba(0, 0, 0, .68) 100%) !important;
  pointer-events: none;
} */

.services-image-index {
  position: absolute;
  top: 25px;
  left: 25px;
  width: 72px;
  height: 72px;
  background: rgba(255, 255, 255, .94);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.services-image-index span {
  font-size: 24px;
  line-height: 1;
  font-weight: 700;
  color: #111;
}

.services-image-index small {
  margin-top: 5px;
  font-size: 8px;
  font-weight: 600;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: #777;
}

.services-image-caption {
  position: absolute;
  left: 28px;
  right: 28px;
  bottom: 26px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
  color: #fff;
}

.services-image-caption span {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.services-mini-panel {
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: #111;
  color: #fff;
}

.services-mini-panel>div {
  padding: 20px 22px;
}

.services-mini-panel>div+div {
  border-left: 1px solid rgba(255, 255, 255, .14);
}

.services-mini-panel strong {
  display: block;
  margin-bottom: 5px;
  font-size: 13px;
  font-weight: 600;
}

.services-mini-panel span {
  display: block;
  font-size: 10px;
  line-height: 1.5;
  letter-spacing: .06em;
  color: #888;
}

.services-main {
  padding-top: 5px;
}

.services-heading {
  max-width: 720px;
  margin-bottom: 34px;
  text-align: left;
}

.services-kicker {
  margin-bottom: 16px;
  justify-content: flex-start;
}

.services-heading .h2 {
  margin: 0 0 20px;
  max-width: 700px;
  font-size: clamp(44px, 4vw, 64px);
  line-height: .94;
  letter-spacing: -.05em;
  text-align: left;
}

.services-heading>p {
  max-width: 650px;
  margin: 0;
  color: #666;
  font-size: 15px;
  line-height: 1.75;
  text-align: left;
}

.services-list-premium {
  border-top: 1px solid #d7d7d1;
}

.service-premium {
  position: relative;
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 16px;
  align-items: start;
  padding: 24px 0;
  border-bottom: 1px solid #d7d7d1;
  overflow: hidden;
  isolation: isolate;

  opacity: 0;
  transform: translateY(24px);

  transition:
    opacity .55s ease,
    transform .55s ease,
    padding .4s var(--ease);
}

.service-premium::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 0;
  background: #111;
  z-index: -1;
  transition: width .45s var(--ease);
}

.service-premium.visible {
  opacity: 1;
  transform: none;
}

.service-premium:hover::before {
  width: 100%;
}

.service-premium:hover {
  padding-left: 20px;
  padding-right: 20px;
}

.service-number {
  padding-top: 4px;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .15em;
  color: #999;
  transition: color .3s ease;
}

.service-text h3 {
  margin: 0 0 7px;
  color: #181818;
  font-size: 19px;
  line-height: 1.2;
  letter-spacing: -.02em;
  font-weight: 600;

  transition:
    color .3s ease,
    transform .35s var(--ease);
}

.service-text p {
  max-width: 570px;
  margin: 0;
  color: #707070;
  font-size: 12.5px;
  line-height: 1.7;
  transition: color .3s ease;
}

.service-premium:hover .service-number {
  color: #858585;
}

.service-premium:hover .service-text h3 {
  color: #fff;
  transform: translateX(4px);
}

.service-premium:hover .service-text p {
  color: #aaa;
}

.service-premium:nth-child(1) {
  transition-delay: .05s;
}

.service-premium:nth-child(2) {
  transition-delay: .11s;
}

.service-premium:nth-child(3) {
  transition-delay: .17s;
}

.service-premium:nth-child(4) {
  transition-delay: .23s;
}

.service-premium:nth-child(5) {
  transition-delay: .29s;
}

@media (max-width: 1100px) {

  .services-premium-grid {
    grid-template-columns: .9fr 1.1fr;
    gap: 45px;
  }

  .services-image-frame {
    height: 570px;
  }

  .services-heading .h2 {
    font-size: 48px;
  }

  .service-premium {
    grid-template-columns: 42px 1fr;
  }

}

@media (max-width: 850px) {

  .services-premium::before {
    width: 42%;
  }

  .services-premium-grid {
    gap: 35px;
  }

  .services-image-frame {
    height: 520px;
  }

  .services-heading .h2 {
    font-size: 42px;
  }

  .service-text h3 {
    font-size: 17px;
  }

}

@media (max-width: 767px) {

  .services-premium::before {
    display: none;
  }

  .services-premium-grid {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .services-visual {
    position: relative;
    top: auto;
  }

  .services-image-frame {
    height: 430px;
    border-radius: 2px 22px 2px 22px;
  }

  .services-image-index {
    width: 60px;
    height: 60px;
    top: 18px;
    left: 18px;
  }

  .services-image-index span {
    font-size: 20px;
  }

  .services-image-caption {
    left: 18px;
    right: 18px;
    bottom: 18px;
  }

  .services-image-caption span {
    font-size: 8px;
  }

  .services-mini-panel>div {
    padding: 17px;
  }

  .services-heading {
    margin-bottom: 28px;
  }

  .services-heading .h2 {
    font-size: 42px;
    line-height: .97;
  }

  .services-heading>p {
    font-size: 14px;
    line-height: 1.7;
  }

  .service-premium {
    grid-template-columns: 34px 1fr;
    gap: 10px;
    padding: 20px 0;
  }

  .service-premium:hover {
    padding-left: 12px;
    padding-right: 12px;
  }

  .service-text h3 {
    font-size: 17px;
  }

  .service-text p {
    font-size: 12px;
  }

}

@media (max-width: 480px) {

  .services-image-frame {
    height: 380px;
  }

  .services-mini-panel {
    grid-template-columns: 1fr;
  }

  .services-mini-panel>div+div {
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, .14);
  }

  .services-heading .h2 {
    font-size: 38px;
  }

  .service-premium {
    grid-template-columns: 28px 1fr;
  }

}

.services-premium .service-number {
    display: flex;
    align-items: center;
    justify-content: center;
}

.services-premium .service-number i {
    font-size: 19px;
    line-height: 1;
    display: inline-block;
}

@media (max-width: 767px) {
    .services-premium .service-number i {
        font-size: 24px;
    }
}

/* services end */


/* ==================== WHY CHOOSE SEREIN SPACES ==================== */
.why-zone {
  background: #f8f8f5
}

.why-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-left: 1px solid var(--line);
  border-top: 1px solid var(--line);
  margin-top: 30px
}

.why {
  padding: 26px;
  min-height: 200px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line)
}

.why small {
  font-size: 9px;
  letter-spacing: .14em;
  color: #888
}

.why h3 {
  font-size: 19px;
  margin: 44px 0 10px
}

.why p {
  font-size: 12px;
  line-height: 1.7;
  color: #6b6b6b
}

/* ==================== WHY CHOOSE SEREIN SPACES END ==================== */


/* ==================== WHY CHOOSE SEREIN SPACES ANIMATION ==================== */
/* WHY CHOOSE US ANIMATION */

.why-zone .why {
  opacity: 0;
  transform: translateY(35px);
  transition:
    opacity .65s ease,
    transform .65s cubic-bezier(.2, .7, .2, 1),
    background .35s ease,
    box-shadow .35s ease;
}

.why-zone .why.why-visible {
  opacity: 1;
  transform: translateY(0);
}

.why-zone .why:hover {
  transform: translateY(-7px);
}


/* CLIENT LOGO TICKER */

.logo-run {
  width: 100%;
  overflow: hidden;
  margin-top: 35px;
  opacity: 0;
  transform: translateY(22px);
  transition:
    opacity .7s ease,
    transform .7s ease;
}

.logo-run.logo-active {
  opacity: 1;
  transform: translateY(0);
}

.logo-track {
  display: flex;
  align-items: center;
  width: max-content;
  gap: 55px;
  animation: clientLogoScroll 40s linear infinite;
  animation-play-state: paused;
  will-change: transform;
}

.logo-run.logo-active .logo-track {
  animation-play-state: running;
}

.logo-track img {
  width: 125px;
  height: 75px;
  object-fit: contain;
  flex: 0 0 auto;
  opacity: .7;
  transition:
    filter .3s ease,
    opacity .3s ease,
    transform .3s ease;
}

.logo-track img:hover {
  opacity: 1;
  transform: scale(1.07);
}

.logo-run:hover .logo-track {
  animation-play-state: paused;
}

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

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


/* TABLET */

@media (max-width: 991px) {

  .logo-track {
    gap: 42px;
    animation-duration: 34s;
  }

  .logo-track img {
    width: 110px;
    height: 68px;
  }

}


/* MOBILE */

@media (max-width: 767px) {

  .why-zone .why {
    transform: translateY(25px);
  }

  .logo-track {
    gap: 32px;
    animation-duration: 28s;
  }

  .logo-track img {
    width: 95px;
    height: 60px;
  }

}


/* ACCESSIBILITY */

@media (prefers-reduced-motion: reduce) {

  .why-zone .why,
  .logo-run {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .logo-track {
    animation: none;
  }

}

/* ==================== WHY CHOOSE SEREIN SPACES ANIMATION END ==================== */


/* cliental */
.logo-run {
  overflow: hidden;
  /* border-top: 1px solid var(--line); */
  /* border-bottom: 1px solid var(--line); */
  margin-top: 30px
}

.logo-track {
  display: flex;
  gap: 58px;
  width: max-content;
  padding: 24px 0;
  animation: logos 38s linear infinite
}

.logo-track img {
  width: auto;
  height: 58px;
  object-fit: contain;
  opacity: .78
}

/* cliental end */

/* ==================== PROJECT VIDEOS ==================== */
.video-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin-top: 28px
}

.video-card {
  position: relative;
  aspect-ratio: 16/9;
  border: 0;
  padding: 0;
  border-radius: 16px;
  overflow: hidden;
  background: #ddd
}

.video-card img {
  height: 100%;
  object-fit: cover
}

.video-card:after {
  content: "▶";
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: rgba(17, 17, 17, .78);
  color: #fff
}


/* insta reels */

.social-projects-section {
  position: relative;
  padding: clamp(70px, 8vw, 115px) 0;
  /* background: #d8d8d8; */
  background: #9b9b9b;
  color: #fff;
  overflow: hidden;
}

.social-projects-section::before {
  content: "";
  position: absolute;
  top: -220px;
  right: -140px;
  width: 500px;
  height: 500px;
  border: 1px solid rgba(255, 255, 255, .05);
  border-radius: 50%;
  pointer-events: none;
}

.social-projects-section::after {
  content: "";
  position: absolute;
  left: 7%;
  bottom: -180px;
  width: 360px;
  height: 360px;
  border: 1px solid rgba(255, 255, 255, .04);
  border-radius: 50%;
  pointer-events: none;
}

.social-projects-section .wrap {
  position: relative;
  z-index: 2;
}


/* =========================
 HEADING AREA
========================= */

.social-projects-head {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(300px, .85fr);
  column-gap: clamp(50px, 7vw, 110px);
  row-gap: 0;
  align-items: end;
  margin-bottom: 58px;
}

/* Kicker - left */

.social-projects-head .kicker {
  grid-column: 1;
  grid-row: 1;
  justify-content: flex-start;
  margin: 0 0 16px;
  color: #d8d8d8;
  text-align: left;
}

.social-projects-head .kicker::before {
  background: #666;
}


/* Main heading - directly below kicker */

.social-projects-head .h2 {
  grid-column: 1;
  grid-row: 2;
  max-width: 760px;
  margin: 0;
  color: #fff;
  font-size: clamp(40px, 4vw, 62px);
  line-height: .98;
  letter-spacing: -.045em;
  text-align: left;
}


/* Description - right side */

.social-projects-head > p {
  grid-column: 2;
  grid-row: 1 / 3;
  align-self: end;
  max-width: 520px;
  margin: 0 0 4px;
  color: #d8d8d8;
  font-size: 15px;
  line-height: 1.75;
  text-align: left;
}


/* =========================
 PROJECT GRID
========================= */

.social-projects-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  align-items: start;
}


/* =========================
 PROJECT CARD
========================= */

.social-project-card {
  position: relative;
  padding: 14px;
  background: #ffffff;
  border: 1px solid rgba(255, 255, 255, .08);
  overflow: hidden;

  transition:
      transform .45s cubic-bezier(.2, .7, .2, 1),
      border-color .35s ease,
      box-shadow .45s ease;
}

.social-project-card-up {
  margin-top: 38px;
}

.social-project-card:hover {
  transform: translateY(-10px);
  border-color: rgba(255, 255, 255, .20);
  box-shadow: 0 28px 70px rgba(0, 0, 0, .32);
}


/* =========================
 CARD TOP
========================= */

.social-project-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 4px 3px 13px;
}

.social-index {
  color: #777;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .16em;
}

.social-label {
  color: #777;
  font-size: 9px;
  font-weight: 600;
  letter-spacing: .14em;
  text-transform: uppercase;
}


/* =========================
 INSTAGRAM REEL
========================= */

.instagram-frame {
  position: relative;
  width: 100%;
  min-height: 540px;
  overflow: hidden;
  background: #fff;
}

.instagram-frame iframe {
  display: block;
  width: 100%;
  min-height: 540px;
  margin: 0;
  padding: 0;
  border: 0;
  background: #fff;
}


/* =========================
 CARD CONTENT
========================= */

.social-project-bottom {
  padding: 19px 5px 8px;
  text-align: left;
}

.social-project-bottom h3 {
  margin: 0 0 7px;
  color: #000;
  font-size: 18px;
  line-height: 1.25;
  letter-spacing: -.02em;
  font-weight: 600;
  text-align: left;
}

.social-project-bottom p {
  margin: 0;
  color: #7d7d7d;
  font-size: 12px;
  line-height: 1.6;
  text-align: left;
}


/* =========================
 CARD HOVER LINE
========================= */

.social-project-card::after {
  content: "";
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 0;
  height: 2px;
  background: #fff;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform .45s cubic-bezier(.2, .7, .2, 1);
}

.social-project-card:hover::after {
  transform: scaleX(1);
}


/* =========================
 LAPTOP
========================= */

@media (max-width: 1100px) {

  .social-projects-head {
      grid-template-columns: 1.1fr .9fr;
      column-gap: 50px;
  }

  .social-projects-head .h2 {
      font-size: 48px;
  }

  .social-projects-grid {
      gap: 16px;
  }

  .instagram-frame,
  .instagram-frame iframe {
      min-height: 500px;
  }
}


/* =========================
 TABLET
========================= */

@media (max-width: 850px) {

  .social-projects-head {
      grid-template-columns: 1fr 1fr;
      column-gap: 35px;
      margin-bottom: 45px;
  }

  .social-projects-head .h2 {
      font-size: 42px;
  }

  .social-projects-head > p {
      font-size: 14px;
  }

  .social-projects-grid {
      grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .social-project-card-up {
      margin-top: 0;
  }

  .social-project-card:last-child {
      grid-column: 1 / -1;
      width: 100%;
      max-width: calc(50% - 8px);
      margin: 0 auto;
  }
}


/* =========================
 MOBILE
========================= */

@media (max-width: 767px) {

  .social-projects-section {
      padding: 65px 0;
  }

  .social-projects-head {
      display: block;
      margin-bottom: 35px;
  }

  .social-projects-head .kicker {
      margin-bottom: 14px;
  }

  .social-projects-head .h2 {
      max-width: 100%;
      margin: 0 0 20px;
      font-size: 38px;
      line-height: 1;
  }

  .social-projects-head > p {
      max-width: 600px;
      margin: 0;
      font-size: 14px;
      line-height: 1.7;
  }

  .social-projects-grid {
      grid-template-columns: 1fr;
      gap: 24px;
  }

  .social-project-card-up {
      margin-top: 0;
  }

  .social-project-card:last-child {
      grid-column: auto;
      width: 100%;
      max-width: none;
      margin: 0;
  }

  .instagram-frame,
  .instagram-frame iframe {
      min-height: 560px;
  }
}


/* =========================
 SMALL MOBILE
========================= */

@media (max-width: 480px) {

  .social-projects-section {
      padding: 55px 0;
  }

  .social-projects-head .h2 {
      font-size: 34px;
      line-height: 1.02;
      letter-spacing: -.035em;
  }

  .social-project-card {
      padding: 10px;
  }

  .instagram-frame,
  .instagram-frame iframe {
      min-height: 510px;
  }

  .social-project-bottom {
      padding: 16px 4px 8px;
  }

  .social-project-bottom h3 {
      font-size: 17px;
  }
}
/* ==================== FAQ SECTION ==================== */
.faq-zone {
  background: #ecebe6
}

.faq-grid {
  display: grid;
  grid-template-columns: .62fr 1.38fr;
  gap: 70px
}

details {
  border-top: 1px solid #cecdc8
}

details:last-child {
  border-bottom: 1px solid #cecdc8
}

summary {
  list-style: none;
  cursor: pointer;
  padding: 19px 0;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  font-weight: 700;
  font-size: 14px
}

summary::-webkit-details-marker {
  display: none
}

summary:after {
  content: "+";
  font-size: 20px;
  color: #777
}

details[open] summary:after {
  content: "×"
}

details p {
  font-size: 13px;
  line-height: 1.75;
  color: #666;
  margin: 0;
  padding: 0 0 16px
}

/* ==================== CONTACT / ENQUIRY SECTION ==================== */
.contact {
  position: relative;
  color: #fff;
  background: #111;
  overflow: hidden
}

.contact-bg {
  position: absolute;
  inset: 0
}

.contact-bg img {
  height: 100%;
  object-fit: cover
}

.contact:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, .88), rgba(0, 0, 0, .48))
}

.contact-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr .8fr;
  gap: 72px;
  align-items: center
}

.contact .copy {
  color: #c8c8c8
}

.form {
  background: rgba(255, 255, 255, .95);
  color: #111;
  padding: 30px;
  border-radius: 22px
}

.form input,
.form textarea {
  width: 100%;
  border: 0;
  border-bottom: 1px solid #cfcfcf;
  background: transparent;
  padding: 14px 2px;
  outline: none
}

.form textarea {
  min-height: 100px;
  resize: vertical
}

.form button {
  margin-top: 18px
}

.locations {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 22px
}

.locations a {
  font-size: 11px;
  border: 1px solid rgba(255, 255, 255, .25);
  padding: 8px 11px;
  border-radius: 999px
}

.footer {
  background: #111;
  color: #aaa;
  border-top: 1px solid #2b2b2b;
  padding: 20px 0
}

.footer-inner {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  font-size: 11px
}




/*  RESPONSIVE SYSTEM */


/* gallery section */
@media (max-width: 1000px) {

  .office-projects-head {
    grid-template-columns: 1fr;
    gap: 25px;
  }

  .portfolio-row {
    height: 360px;
  }
}


@media (max-width: 680px) {

  .office-projects-head {
    gap: 18px;
  }

  .portfolio-row {
    display: grid;
    grid-template-columns: 1fr;
    height: auto;
    gap: 12px;
  }

  .portfolio-item {
    height: 270px;
    width: 100%;
  }

  .portfolio-item:hover {
    flex: 1;
  }

  .portfolio-btn {
    opacity: 1;
    transform: none;
  }
}

/* gallery section end*/


/* Large desktop / wide laptop */
@media (max-width: 1440px) {
  :root {
    --max: 1240px;
    --gutter: clamp(24px, 4vw, 56px);
  }

  .hero-grid {
    grid-template-columns: minmax(0, 1.45fr) 300px;
    gap: 40px;
  }

  .editorial-main {
    min-height: 560px;
  }

  .chapter {
    gap: 52px;
  }

  .services-grid {
    gap: 56px;
  }

  .services-image {
    height: 620px;
  }

  .project-large {
    min-height: 540px;
  }
}

/* Standard desktop / laptop */
@media (max-width: 1200px) {
  :root {
    --gutter: clamp(22px, 3.6vw, 44px);
  }

  .section {
    padding: clamp(58px, 6vw, 88px) 0;
  }

  .section-sm {
    padding: clamp(40px, 4.5vw, 62px) 0;
  }

  .h1 {
    font-size: clamp(52px, 7vw, 88px);
  }

  .h2 {
    font-size: clamp(34px, 4.7vw, 56px);
  }

  .hero-inner {
    padding: 132px 0 46px;
  }

  .hero-grid {
    grid-template-columns: minmax(0, 1fr) 280px;
    gap: 34px;
  }

  .hero-proof {
    padding: 18px;
  }

  .hero-proof strong {
    font-size: 27px;
  }

  .intro-grid {
    grid-template-columns: .32fr 1.68fr;
    gap: 48px;
  }

  .editorial-main {
    min-height: 520px;
  }

  .editorial-small {
    min-height: 250px;
  }

  .split {
    min-height: 520px;
  }

  .chapter {
    gap: 44px;
    padding: 56px 0;
  }

  .chapter-media .mainimg {
    height: 390px;
  }

  .process-line {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .step {
    padding: 22px 16px;
  }

  .step h3 {
    font-size: 16px;
  }

  .services-grid {
    gap: 46px;
  }

  .services-image {
    height: 570px;
  }

  .faq-grid {
    gap: 50px;
  }

  .contact-grid {
    gap: 54px;
  }
}

/* Tablet landscape / small laptop */
@media (max-width: 1024px) {
  :root {
    --gutter: clamp(20px, 4vw, 34px);
  }

  .hero-grid,
  .intro-grid,
  .editorial-grid,
  .services-grid,
  .faq-grid,
  .contact-grid,
  .process-head {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: 760px;
  }

  .hero-inner {
    padding: 130px 0 44px;
  }

  .hero-copy {
    max-width: 780px;
  }

  .hero-proof {
    width: min(520px, 100%);
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
    padding: 0;
    overflow: hidden;
  }

  .hero-proof .row {
    display: block;
    padding: 18px;
    border-bottom: 0;
    border-right: 1px solid rgba(255, 255, 255, .15);
  }

  .hero-proof .row:last-child {
    border-right: 0;
  }

  .hero-proof strong {
    display: block;
    margin-top: 8px;
    font-size: 24px;
  }

  .intro-grid {
    gap: 26px;
  }

  .big-index {
    font-size: clamp(72px, 13vw, 120px);
  }

  .editorial-grid {
    gap: 16px;
  }

  .editorial-main {
    min-height: 470px;
  }

  .editorial-side {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
  }

  .editorial-small {
    min-height: 250px;
  }

  .split {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .split-media {
    height: 430px;
  }

  .split-copy {
    padding: 52px var(--gutter);
  }

  .chapter,
  .chapter:nth-child(even) {
    grid-template-columns: 1fr;
    gap: 34px;
    padding: 52px 0;
  }

  .chapter:nth-child(even) .chapter-media {
    order: 0;
  }

  .chapter-media .mainimg {
    height: 430px;
  }

  .chapter-media .mini {
    right: 20px;
    bottom: -20px;
    width: min(32%, 180px);
  }

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

  .step {
    min-height: 180px;
  }

  .project-stack {
    grid-template-columns: 1fr;
  }

  .project-large {
    min-height: 480px;
  }

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

  .project-small {
    min-height: 270px;
  }

  .services-image {
    position: relative;
    top: auto;
    height: 470px;
  }

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

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

  .faq-grid {
    gap: 36px;
  }

  .contact-grid {
    gap: 38px;
  }
}

/* Tablet portrait */
@media (max-width: 820px) {
  :root {
    --gutter: 24px;
  }

  .site-head {
    padding: 18px 0;
  }

  .navlinks {
    gap: 16px;
  }

  .head-cta {
    padding: 9px 13px;
  }

  .hero {
    min-height: 700px;
  }

  .hero-inner {
    padding: 116px 0 36px;
  }

  .h1 {
    font-size: clamp(46px, 9vw, 68px);
    line-height: .94;
  }

  .lead {
    font-size: 17px;
    line-height: 1.6;
  }

  .hero-proof {
    grid-template-columns: 1fr;
    width: min(420px, 100%);
  }

  .hero-proof .row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .15);
  }

  .hero-proof .row:last-child {
    border-bottom: 0;
  }

  .hero-proof strong {
    margin-top: 0;
  }

  .editorial-main {
    min-height: 430px;
  }

  .editorial-main .overlay-card {
    left: 18px;
    bottom: 18px;
    width: calc(100% - 36px);
    padding: 20px;
  }

  .split-media {
    height: 380px;
  }

  .chapter-media .mainimg {
    height: 360px;
  }

  .project-large {
    min-height: 420px;
  }

  .services-image {
    height: 420px;
  }

  .why {
    min-height: 180px;
  }
}

/* Mobile landscape / large phone */
@media (max-width: 700px) {
  :root {
    --gutter: 18px;
    --radius: 16px;
  }

  .section {
    padding: 54px 0;
  }

  .section-sm {
    padding: 40px 0;
  }

  .navlinks,
  .head-cta {
    display: none;
  }

  .site-head {
    padding: 16px 0;
  }

  .brand {
    font-size: 12px;
    letter-spacing: .15em;
  }

  .hero {
    min-height: 78svh;
    height: auto;
  }

  .hero-media img {
    object-position: center;
  }

  .hero:after {
    background:
      linear-gradient(90deg, rgba(0, 0, 0, .78) 0%, rgba(0, 0, 0, .52) 55%, rgba(0, 0, 0, .18) 100%),
      linear-gradient(0deg, rgba(0, 0, 0, .72), transparent 58%);
  }

  .hero-inner {
    padding: 105px 0 28px;
  }

  .h1 {
    font-size: clamp(42px, 13vw, 62px);
    line-height: .96;
    letter-spacing: -.045em;
    margin: 14px 0 20px;
  }

  .h2 {
    font-size: clamp(31px, 9vw, 46px);
    line-height: 1.02;
    letter-spacing: -.04em;
  }

  .h3 {
    font-size: clamp(23px, 6.5vw, 31px);
  }

  .lead {
    font-size: 16px;
    line-height: 1.62;
  }

  .copy {
    font-size: 14px;
    line-height: 1.72;
  }

  .hero-actions {
    margin-top: 22px;
    gap: 8px;
  }

  .btn {
    min-height: 44px;
    padding: 0 17px;
  }

  .hero-proof {
    display: none;
  }

  .big-index {
    font-size: 78px;
  }

  .editorial-main {
    min-height: 380px;
    border-radius: 18px;
  }

  .editorial-side {
    grid-template-columns: 1fr;
  }

  .editorial-small {
    min-height: 240px;
    border-radius: 18px;
  }

  .editorial-main .overlay-card {
    left: 14px;
    bottom: 14px;
    width: calc(100% - 28px);
    padding: 18px;
    border-radius: 14px;
  }

  .split-media {
    height: 320px;
  }

  .split-copy {
    padding: 36px 20px;
  }

  .chapter {
    gap: 28px;
    padding: 44px 0;
  }

  .chapter-media .mainimg {
    height: 300px;
    border-radius: 18px;
  }

  .chapter-media .mini {
    right: 10px;
    bottom: -14px;
    width: 34%;
    max-width: 145px;
    border-width: 5px;
    border-radius: 14px;
  }

  .bullets li {
    padding: 12px 0;
  }

  .process-line {
    grid-template-columns: 1fr;
    margin-top: 30px;
  }

  .step {
    min-height: 140px;
    padding: 22px 18px;
    border-right: 1px solid #333;
  }

  .step h3 {
    margin: 26px 0 7px;
  }

  .projects-head {
    display: block;
  }

  .projects-head .copy {
    margin-top: 18px;
  }

  .project-stack {
    margin-top: 26px;
  }

  .project-large {
    min-height: 360px;
    border-radius: 18px;
  }

  .project-side {
    grid-template-columns: 1fr;
  }

  .project-small {
    min-height: 240px;
    border-radius: 18px;
  }

  .project-label {
    left: 12px;
    bottom: 12px;
    padding: 11px 13px;
    border-radius: 11px;
  }

  .services-image {
    height: 350px;
    border-radius: 18px;
  }

  .service {
    grid-template-columns: 42px 1fr;
    padding: 16px 0;
  }

  .service h3 {
    font-size: 17px;
  }

  .why-grid {
    grid-template-columns: 1fr;
  }

  .why {
    min-height: 0;
    padding: 22px 20px;
  }

  .why h3 {
    margin: 28px 0 8px;
  }

  .logo-track {
    gap: 38px;
    padding: 18px 0;
  }

  .logo-track img {
    height: 44px;
  }

  .video-grid {
    grid-template-columns: 1fr;
  }

  .video-card {
    border-radius: 13px;
  }

  .faq-grid {
    gap: 26px;
  }

  summary {
    padding: 16px 0;
    font-size: 13px;
  }

  .form {
    padding: 22px 18px;
    border-radius: 16px;
  }

  .locations {
    gap: 6px;
  }

  .footer-inner {
    display: block;
    text-align: center;
  }

  .footer-inner div+div {
    margin-top: 7px;
  }
}

/* Small phones */
@media (max-width: 480px) {
  :root {
    --gutter: 16px;
  }

  .hero {
    min-height: 74svh;
  }

  .hero-inner {
    padding: 92px 0 24px;
  }

  .h1 {
    font-size: clamp(38px, 12.5vw, 52px);
  }

  .h2 {
    font-size: clamp(29px, 9.5vw, 40px);
  }

  .kicker {
    font-size: 9px;
    gap: 8px;
  }

  .kicker:before {
    width: 24px;
  }

  .hero-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .hero-actions .btn {
    width: 100%;
  }

  .editorial-main {
    min-height: 340px;
  }

  .editorial-small {
    min-height: 210px;
  }

  .split-media {
    height: 270px;
  }

  .chapter-media .mainimg {
    height: 260px;
  }

  .project-large {
    min-height: 310px;
  }

  .project-small {
    min-height: 215px;
  }

  .services-image {
    height: 300px;
  }

  .contact p {
    font-size: 14px;
  }
}

/* Very small devices */
@media (max-width: 360px) {
  :root {
    --gutter: 14px;
  }

  .section {
    padding: 46px 0;
  }

  .section-sm {
    padding: 34px 0;
  }

  .h1 {
    font-size: 36px;
  }

  .h2 {
    font-size: 28px;
  }

  .lead {
    font-size: 15px;
  }

  .copy {
    font-size: 13px;
  }

  .editorial-main {
    min-height: 310px;
  }

  .chapter-media .mainimg {
    height: 230px;
  }

  .project-large {
    min-height: 280px;
  }

  .project-small {
    min-height: 190px;
  }

  .services-image {
    height: 260px;
  }
}

/* Low-height screens / landscape phones */
@media (max-height: 560px) and (orientation: landscape) {
  .hero {
    min-height: 560px;
  }

  .hero-inner {
    padding-top: 90px;
    padding-bottom: 24px;
  }

  .hero-proof {
    display: none;
  }

  .h1 {
    font-size: clamp(38px, 7vw, 54px);
  }
}

/*  TICKER RESPONSIVE COMPATIBILITY  */

.about-serein-section {
  background: #111;
  padding: 65px 5vw;
  color: #fff;
}

.about-serein-grid {
  width: min(1400px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: clamp(55px, 7vw, 105px);
  align-items: center;
}

.about-serein-image {
  width: 100%;
  max-width: 570px;
  margin: 0 auto;
}

.about-serein-image img {
  width: 100%;
  height: 560px;
  object-fit: cover;
  object-position: center;
  border-radius: 34px;
  display: block;
}

.about-serein-content {
  max-width: 760px;
}

.about-serein-kicker {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 28px;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: #b6b6b6;
}

.about-serein-kicker::before {
  /* content: ""; */
  width: 58px;
  height: 1px;
  background: #777;
}

.about-serein-content h2 {
  margin: 0 0 34px;
  font-size: clamp(46px, 4.3vw, 72px);
  line-height: .98;
  letter-spacing: -.045em;
  /* font-weight: 700; */
  color: #fff;
}

.about-serein-content p {
  margin: 0 0 28px;
  max-width: 750px;
  font-size: 17px;
  line-height: 1.72;
  font-weight: 400;
  color: #b9b9b9;
}

.about-serein-points {
  display: grid;
  grid-template-columns: auto 1fr auto 1fr auto;
  align-items: center;
  gap: 28px;
  margin-top: 55px;
}

.about-serein-points span {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: .05em;
  text-transform: uppercase;
  color: #e3e3e3;
}

.about-serein-points i {
  display: block;
  width: 100%;
  height: 1px;
  background: #555;
}

/* Original ticker markup */
.ticker {
  width: 100%;
  overflow: hidden;
}

.ticker-track {
  display: flex;
  align-items: center;
  width: max-content;
  gap: 0;
  padding: 0;
}

.ticker-track span {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 28px;
  font-size: 10px;
}

/* New JS ticker markup */
.ss-services-ticker {
  width: 100%;
  overflow: hidden;
  background: #fff;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.ss-ticker-viewport {
  width: 100%;
  overflow: hidden;
}

.ss-ticker-track {
  display: flex;
  align-items: center;
  width: max-content;
  will-change: transform;
}

.ss-ticker-group {
  display: flex;
  flex-shrink: 0;
  align-items: center;
}

.ss-ticker-group span {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 28px;
  white-space: nowrap;
  color: #686868;
  font-size: 10px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.ss-ticker-group span::after {
  content: "";
  position: absolute;
  right: -2px;
  width: 3px;
  height: 3px;
  background: #9b9b9b;
  border-radius: 50%;
}

@media (max-width: 991px) {

  .ticker-track span,
  .ss-ticker-group span {
    min-height: 34px;
    padding: 0 23px;
    font-size: 9px;
  }
}

@media (max-width: 767px) {

  .ticker-track span,
  .ss-ticker-group span {
    min-height: 32px;
    padding: 0 19px;
    font-size: 8.5px;
  }
}

@media (max-width: 480px) {

  .ticker-track span,
  .ss-ticker-group span {
    min-height: 30px;
    padding: 0 16px;
    font-size: 8px;
  }
}

/*  ACCESSIBILITY  */
@media (prefers-reduced-motion: reduce) {

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

/* Responcive System End*/

.hero {
  position: relative;
  min-height: calc(100vh - 90px);
  height: auto;
  color: #fff;
  background: #111;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.hero-media {
  position: absolute;
  inset: 0;
}

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transform: scale(1.03);
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg,
      rgba(0, 0, 0, 0.84) 0%,
      rgba(0, 0, 0, 0.58) 42%,
      rgba(0, 0, 0, 0.16) 76%),
    linear-gradient(0deg,
      rgba(0, 0, 0, 0.58),
      transparent 55%);
}

.hero-inner {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: clamp(90px, 11vh, 130px) 0 clamp(50px, 7vh, 75px);
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) 320px;
  gap: clamp(30px, 4vw, 55px);
  align-items: end;
}

.hero-copy {
  max-width: 850px;
}

.hero .kicker {
  color: #ddd;
  margin-bottom: 18px;
}

.hero .h1 {
  font-size: clamp(48px, 6.2vw, 92px);
  line-height: 0.92;
  letter-spacing: -0.055em;
  margin: 0 0 24px;
  max-width: 900px;
}

.hero .lead {
  max-width: 760px;
  color: #e5e5e5;
  font-size: clamp(17px, 1.35vw, 21px);
  line-height: 1.55;
  margin: 0;
}

.hero-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 28px;
}

.hero-proof {
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(19, 19, 19, 0.32);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  padding: 18px 22px;
  border-radius: 18px;
}

.hero-proof .row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  padding: 14px 0;
  margin: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.hero-proof .row:last-child {
  border-bottom: 0;
}

.hero-proof strong {
  font-size: clamp(25px, 2vw, 32px);
  line-height: 1;
  white-space: nowrap;
}

.hero-proof span {
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #ccc;
}

/*  LARGE LAPTOP  */

@media (max-width: 1400px) {
  .hero-inner {
    padding-top: 85px;
    padding-bottom: 45px;
  }

  .hero .h1 {
    font-size: clamp(46px, 5.7vw, 76px);
  }

  .hero-grid {
    grid-template-columns: minmax(0, 1.5fr) 300px;
  }
}

/*  LAPTOP  */

@media (max-width: 1200px) {
  .hero {
    min-height: calc(100vh - 80px);
  }

  .hero-inner {
    padding-top: 75px;
    padding-bottom: 45px;
  }

  .hero-grid {
    grid-template-columns: minmax(0, 1fr) 280px;
    gap: 30px;
  }

  .hero .h1 {
    font-size: clamp(44px, 5.5vw, 66px);
  }

  .hero-proof {
    padding: 15px 18px;
  }
}

/*  TABLET  */

@media (max-width: 991px) {
  .hero {
    min-height: auto;
    padding: 0;
  }

  .hero-inner {
    padding: 120px 0 60px;
  }

  .hero-grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .hero-copy {
    max-width: 700px;
  }

  .hero .h1 {
    font-size: clamp(44px, 8vw, 66px);
    line-height: 0.95;
  }

  .hero-proof {
    max-width: 620px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    padding: 0;
    overflow: hidden;
  }

  .hero-proof .row {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 20px;
    border-bottom: 0;
    border-right: 1px solid rgba(255, 255, 255, 0.15);
  }

  .hero-proof .row:last-child {
    border-right: 0;
  }
}

/*  MOBILE  */

@media (max-width: 767px) {
  .hero {
    min-height: 680px;
    align-items: center;
  }

  .hero-media img {
    object-position: 58% center;
  }

  .hero::after {
    background:
      linear-gradient(90deg,
        rgba(0, 0, 0, 0.82) 0%,
        rgba(0, 0, 0, 0.62) 60%,
        rgba(0, 0, 0, 0.35) 100%),
      linear-gradient(0deg,
        rgba(0, 0, 0, 0.65),
        transparent 65%);
  }

  .hero-inner {
    padding: 100px 0 50px;
  }

  .hero .kicker {
    font-size: 10px;
    line-height: 1.5;
    margin-bottom: 14px;
  }

  .hero .h1 {
    font-size: clamp(42px, 12vw, 58px);
    line-height: 0.94;
    letter-spacing: -0.045em;
    margin-bottom: 20px;
  }

  .hero .lead {
    font-size: 16px;
    line-height: 1.55;
  }

  .hero-actions {
    margin-top: 24px;
    gap: 10px;
  }

  .hero-actions .btn {
    min-height: 46px;
    padding: 0 18px;
  }

  .hero-proof {
    grid-template-columns: 1fr;
    max-width: 100%;
  }

  .hero-proof .row {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 14px 18px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  }

  .hero-proof .row:last-child {
    border-bottom: 0;
  }

  .hero-proof strong {
    font-size: 25px;
  }
}

/*  SMALL MOBILE  */

@media (max-width: 480px) {
  .hero {
    min-height: 640px;
  }

  .hero-inner {
    padding-top: 85px;
    padding-bottom: 40px;
  }

  .hero .h1 {
    font-size: 40px;
  }

  .hero-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .hero-actions .btn {
    width: 100%;
  }
}

/* css end */







.client-box .client-thumbnail img {

  opacity: 1;
}



.client-box {

  position: relative;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

#rev_slider_3_1_wrapper .tp-leftarrow:before {

  content: '\f053';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}


#rev_slider_3_1_wrapper .tp-rightarrow:before {

  content: '\f054';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}


.section-title h2.title {
  font-size: 32px;
  line-height: 42px;
}

.ttm-bg-layer,
.ttm-col-wrapper-bg-layer-inner,
.ttm-titlebar-wrapper .ttm-titlebar-wrapper-bg-layer {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: rgb(0 0 0 / 40%);
}



.featured-imagebox-portfolio.style5 .ttm-footer a {

  display: flex;
  justify-content: center;
  align-items: center;
}

.mega-menu-has-children:hover>.mega-menu-submenu {
  display: block;
  padding: 0px 35px;
}

.mega-menu-submenu {
  display: none;
  position: absolute;
  background-color: #fff;
  padding: 10px;
  list-style: none;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  z-index: 999;
}

.mega-menu-submenu li a {
  color: #333;
  text-decoration: none;
  padding: 5px 10px;
  display: block;
}


@media (max-width: 768px) {
  .mega-menu-has-children:hover>.mega-menu-submenu {
    display: none;
  }

  .mega-menu-has-children>.mega-menu-submenu {
    position: static;
    padding: 0;
    box-shadow: none;
  }

  .mega-menu-item>a {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .mega-menu-item.mega-menu-has-children>a::after {
    content: "\25BC";
    /* Down arrow icon */
    font-size: 12px;
    margin-left: 5px;
  }

  .mega-menu-has-children .mega-menu-submenu {
    display: none;
  }

  .mega-menu-item.mega-menu-has-children.open>.mega-menu-submenu {
    display: block;
  }
}

/* Menu Toggle Script for Dropdown */
.btn-show-menu-mobile {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

/* for content */
.styled-content {
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 24px !important;
}

/* for heading */
.styled-heading {
  font-size: 36px !important;
  font-weight: 600 !important;
  line-height: 43.88px !important;
}

/*for h3 step*/
.step-heading {
  font-size: 20px !important;
  font-weight: 500 !important;
  line-height: 24.38px !important;
}

@media (max-width: 576px) {
  .styled-heading {
    font-size: 21px !important;
    font-weight: 600 !important;
    line-height: 25.6px !important;
  }

  .step-heading {
    font-size: 19px !important;
  }
}

@media (max-width: 576px) {
  body .styled-heading {
    font-size: 21px !important;

  }
}

.ttm-textcolor-skincolor {
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.7);
}

.custom-slider {
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.slider-content {
  padding: 20px;
}

.slider-content h1 {

  font-weight: bold;
  margin-bottom: 1rem;
  text-align: left;
  color: white;
}

.slider-content .btn {
  margin-right: 10px;
  margin-top: 4px;
}

.slider-image img {
  width: 100%;
  height: auto;
}

@media (max-width: 768px) {
  .custom-slider {
    flex-direction: column;
  }

  .slider-image img {
    width: 100%;
  }

  .slider-content h1 {
    font-weight: bold;
    margin-bottom: 1rem;
    text-align: left;
    color: white;
    line-height: 1.6;
    font-size: 18px;
  }

  #customCarousel {
    display: none;
  }

}

.custom-arrows {
  position: absolute;
  top: 50%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
}

.custom-arrows .arrow {
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: none;
  padding: 10px 15px;
  cursor: pointer;
  font-size: 1.2rem;
  border: 2px solid white;
}

.custom-arrows .arrow:hover {
  background-color: #cda274;
}


#customCarousel {
  background: black;
}

.prime {
  background: white;
  color: black;
}

.mobile-banner {
  background-image: url('../images/delhi/office interior designer gurgaon.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 350px;
  display: none;
}

@media (max-width: 768px) {
  .mobile-banner {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 20px;
    color: white !important;
    position: relative;
  }

  .card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
    box-shadow: 2px 2px 2px 2px lavender;
    border-radius: 15px;
    background: white;
    height: auto;
  }
}

.mobile-banner .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  /* Semi-transparent overlay */
}

.mobile-banner .content {
  position: relative;
  z-index: 2;
}

.highlight {
  color: #cda274;
}

.data {
  text-align: justify;
}

.flow-steps {
  text-align: center;
  margin: 40px 0;
}

.step-box {
  background-color: black;
  border-radius: 8px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  padding: 20px;
  position: relative;
  overflow: hidden;
  display: inline-block;
  min-width: 180px;
}

.step-box h5 {
  font-size: 1.25rem;
  color: #fff;
  margin-bottom: 10px;
}

.step-box p {
  font-size: 0.9rem;
  color: #fff;
  margin-bottom: 0;
}

.step-box:nth-child(1) {
  background-color: black;
}

.step-box:nth-child(2) {
  background-color: black;
}

.step-box:nth-child(3) {
  background-color: black;
}

.step-box:nth-child(4) {
  background-color: black;
}

.step-box:nth-child(5) {
  background-color: black;
}

.step-arrow {
  font-size: 1.5rem;
  color: #333;
  display: inline-block;
  margin: 0 15px;
}

@media (max-width: 768px) {
  .step-arrow {
    display: none;
  }

  .step-box {
    margin-bottom: 20px;
  }
}

html,
body {
  width: 100%;
  overflow-x: hidden;
}

/* CHANGED: Reduced vertical padding */
.container-new1 {
  max-width: 1200px;
  margin: auto;
  padding: 2.5rem 1.5rem;
  border-bottom: 1px solid #e0e0e0;
}

.container:last-child {
  border-bottom: none;
}

/* CHANGED: Reduced margin-bottom */
h2 {
  font-size: 1.7rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 2rem;
  color: #1a1a1a;
}

/* --- Gallery Component Styles --- */
/* CHANGED: Reduced gap between columns */
.gallery-section {
  display: flex;
  gap: 2.5rem;
  align-items: center;
}

.gallery-text {
  flex: 1 1 45%;
}

.gallery-text h3 {
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 1rem;
  color: #000;
  line-height: 1.4;
}

/* CHANGED: Reduced margin-bottom */
.gallery-text>p {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 1rem;
  color: #555;
}

.gallery-text button {
  background-color: #222;
  color: white;
  border: none;
  padding: 15px 40px;
  font-size: 1rem;
  font-weight: 600;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.gallery-text button:hover {
  background-color: #000;
  transform: translateY(-3px);
  box-shadow: 0 7px 20px rgba(0, 0, 0, 0.2);
}

/* --- NEW "NO-CARD" LIST STYLING --- */
.gallery-text ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 1.5rem;
  /* CHANGED: Reduced margin-bottom */
}

/* CHANGED: Removed card styles (background, padding, shadow) */
.gallery-text ul li {
  padding: 0;
  /* Removed padding */
  margin-bottom: 0.9rem;
  /* Controls space between items */
  background-color: transparent;
  box-shadow: none;
}

/* REMOVED: li:hover effect as it was part of the card design */

.gallery-text ul li strong {
  font-size: 1.1rem;
  font-weight: 600;
  /* Bolder for emphasis */
  color: #222;
  display: block;
  margin-bottom: 0.25rem;
}

.gallery-text ul li p {
  color: #666;
  font-size: 1rem;
  font-style: normal;
  /* Changed from italic */
  line-height: 1.0;
  margin: 0 0 0 0;
  /* Reset margin */
  padding-left: 0.75rem;
  border-left: 01px solid #CDA274;
  /* Thinner border with accent color */
}

/* REMOVED: li:hover p effect */


/* --- Image Showcase Styles --- */
.gallery-showcase {
  flex: 1 1 50%;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.featured-image {
  width: 100%;

  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

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

.thumbnail-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}

.thumbnail {
  width: 100%;
  height: 90px;
  object-fit: cover;
  border-radius: 8px;
  cursor: pointer;
  border: 3px solid transparent;
  opacity: 0.6;
  transition: opacity 0.3s ease, border-color 0.3s ease;
}

.thumbnail:hover {
  opacity: 1;
}

.thumbnail.active {
  opacity: 1;
  border-color: #CDA274;
}

/* --- Responsive Design --- */
@media (max-width: 992px) {
  .gallery-section {
    flex-direction: column;
    text-align: center;
  }

  #gallery-2 .gallery-section {
    flex-direction: column-reverse;
  }

  .gallery-text ul li {
    text-align: left;
  }
}

s

/*
 * This is the main container for ALL your gallery sections.
 * Using flexbox here ensures each .container-new1 will stack
 * vertically and not overlap.
*/
.gallery-section-all {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-bottom: 60px;
}

/*
 * This targets all four of your content blocks 
 * (gallery-1, gallery-2, etc.)
*/
.gallery-section-all .container-new1 {
  /* * THE FIX: This is the most important rule.
     * It overrides any inline 'height' (like the 420px on gallery-4)
     * and forces the container to be as tall as the content inside it.
    */
  height: auto !important;

  /* * This adds some breathing room *between* your sections
     * to prevent them from touching.
    */
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid #f0f0f0;
  /* Optional: adds a faint line */
}

/* * This removes the extra space from the very last section
 * so it looks clean at the bottom of the page.
*/
.gallery-section-all .container-new1:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.steping {}

.timeline {
  position: relative;
  padding: 2rem 0;
}

.timeline::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  width: 4px;
  height: 100%;
  background: #575d53;
  transform: translateX(-50%);
}

.timeline-item {
  position: relative;
  width: 50%;
  padding: 1rem;

}

.timeline-item:nth-child(odd) {
  left: 0;
}

.timeline-item:nth-child(even) {
  left: 50%;
}

.timeline-item::after {
  content: '';
  position: absolute;
  top: 20px;
  width: 20px;
  height: 20px;
  background: #111a20;
  border: 4px solid #fff;
  border-radius: 50%;
  z-index: 2;
}

.timeline-item:nth-child(odd)::after {
  right: -10px;
}

.timeline-item:nth-child(even)::after {
  left: -10px;
}

.timeline-content {
  background: #cda478;
  padding: 1.5rem;
  border-radius: 8px;
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
}

.timeline-item:hover .timeline-content {
  transform: translateY(-10px);
  background: black;
  color: white;
}

.timeline-content h3 {
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
  color: white;
}


.timeline-content p {
  margin-bottom: 0;
  font-size: 0.9rem;
  color: white;
}

/*  @media (max-width: 768px) {
      .timeline-item {
        width: 100%;
        left: 0 !important;
      }
      .timeline::before {
        left: 20px;
      }
      .timeline-item:nth-child(odd)::after,
      .timeline-item:nth-child(even)::after {
        left: -20px;
      }
    }*/

@media (max-width: 576px) {
  .timeline-item {
    width: 100% !important;
    left: 0 !important;
  }

  .timeline::before {
    left: 20px;
  }

  .timeline-item::after {
    left: 10px !important;
    right: auto !important;
  }

  .timeline-content {
    margin-left: 15px;
  }
}

.showcase-section {
  width: 100vw;
  margin: 150px 0 80px 0;
  padding: 0 15px 0 15px;
}

.display-wrapper {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f7f7f7;
  padding-bottom: 60px;
}

.display-container {
  height: 400px;
  max-width: 90%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: start;
  background: #f7f7f7;
}

.portfolio-card {
  width: 1950px;
  height: 400px;
  border-radius: 2rem;
  background-size: cover;
  background-position: center;
  cursor: pointer;
  overflow: hidden;
  margin: 0 10px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  transition: 0.6s cubic-bezier(0.28, -0.03, 0, 0.99);
  box-shadow: 0px 2px 8px -5px rgba(0, 0, 0, 0.8);
  position: relative;
}

.portfolio-card .badge-container {
  position: absolute;
  top: 20px;
  left: 10px;
  display: flex;
  gap: 10px;
}

.portfolio-card .badge-container .badge {
  background-color: black;
  color: #fff;
  padding: 10px 20px;
  font-size: 0.75rem;
  border-radius: 22px;
  text-transform: uppercase;
}

.portfolio-card .button-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin: 20px;
}

.portfolio-card .button-container h4 {
  margin: 0;
  font-size: 1.2rem;
  color: #fff;
  text-transform: capitalize;
}

.portfolio-card .button-container .button {
  margin-top: 10px;
  background-color: black;
  color: white;
  border: none;
  padding: 10px 20px;
  font-size: 0.9rem;
  border-radius: 4px;
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.portfolio-card .button-container .button:hover {
  background-color: #0056b3;
}

.portfolio-card .button-container .button i {
  margin-left: 10px;
}

.dot {
  display: none;
}

input:checked+label {
  width: 8000px;
}

.portfolio-card[for="s1"] {
  background-image: url("../images/gurgaon/office interior design solutions gurgaon.png");
}

.portfolio-card[for="s2"] {
  background-image: url("../images/gurgaon/workspace interior designer gurgaon.png");
}

.portfolio-card[for="s3"] {
  background-image: url("../images/gurgaon/office interior architecture gurgaon.png");
}

.portfolio-card[for="s4"] {
  background-image: url("../images/ourproject/project-cover/best-office-interior-noida.jpg");
}

.portfolio-card[for="s5"] {
  background-image: url("../images/ourproject/project-cover/best-office-interior-noida.jpg");
}

@media (max-width: 576px) {
  .display-container {
    flex-direction: column !important;
    align-items: center !important;
    display: block !important;
  }

  .portfolio-card {
    width: 90% !important;
    height: auto !important;
    margin-bottom: 15px !important;
    position: relative;
    overflow: hidden;
    display: block !important;
  }

}

@media (max-width: 902px) {
  .display-wrapper {
    display: none !important;
  }
}

@media (min-width: 902px) {
  .phone-tablet {
    display: none;
  }
}

.counter-section {
  text-align: center;
  background-color: #F7F7F7;
  padding: 10px 5px;
}


.counter-section .row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}

/* Ensure proper spacing and responsiveness */
.counter-section .ttm-box-col-wrapper {
  flex: 1 1 30%;
  max-width: 30%;
  text-align: center;
}

/* Mobile Optimization */
@media (max-width: 768px) {
  .counter-section .row {
    justify-content: space-between;
  }

  .counter-section .ttm-box-col-wrapper {
    flex: 1 1 30%;
    max-width: 30%;
  }

  .inside h4,
  .inside h4 span {
    font-size: 22px;
  }
}

@media (max-width: 576px) {
  .counter-section .row {
    gap: 10px;
  }

  .counter-section .ttm-box-col-wrapper {
    flex: 1 1 30%;
    max-width: 30%;
    text-align: center;
  }

  .ttm-fid-contents {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .counter-section .ttm-fid-title {
    font-size: 12px;
    white-space: nowrap;
  }

  .counter-main {
    font-size: 25px;
  }
}

.client-thumbnail img {
  filter: none !important;
  transition: none;
}

.card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.25rem;
  box-shadow: 2px 2px 2px 2px lavender;
  border-radius: 15px;
  background: white;
  height: 237px;
}

.card {
  border: none;
  margin-bottom: 20px;
}

.card-icon img {
  width: 50px;
  height: 50px;
  margin-top: -70px;
  background: white;
  padding: 8px;
}

.know {
  margin-top: 20px;
}

.project-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  margin-top: 40px;
}

.heading-center {
  text-align: center;
  margin-bottom: 20px;
  font-size: 25px;
}

.flex-layout {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  padding-top: 15px;
}

.flex-item {
  flex: 1 1 calc(33.333% - 20px);
  /* 3 columns with 20px gap */
  display: flex;
  justify-content: center;
}

.project-card {
  border: 1px solid #ddd;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  width: 100%;
  max-width: 400px;
  background-color: #fff;
}

.embedded-iframe {
  width: 100%;
  height: 750px;
  border: none;
}

/* Responsive design for mobile */
@media (max-width: 768px) {
  .flex-item {
    flex: 1 1 100%;
    /* Stack columns */
  }

  .project-card {
    max-width: none;
    /* Remove max-width constraint for mobile */
  }
}

.creates {
  font-size: 25px;
}

.accordion {
  background-color: #cda274;
  color: black;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: background-color 0.4s ease;
  border-radius: 8px;
  margin: 5px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.accordion:after {
  content: '+';
  font-size: 20px;
  color: black;
  margin-left: 10px;
  transition: transform 0.2s ease-in-out;
}

.accordion.active:after {
  content: '-';
}

.panel {
  padding: 0 18px;
  background-color: white;
  display: none;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.acad {
  padding: 15px;
  font-size: 15px;
}

.ques {

  border-radius: 10px;
}

.container-faq {
  max-width: 1300px;
  margin: auto;
}

@media (max-width: 768px) {
  .container-faq {
    margin: auto 5px !important;
  }
}

.contact-section {
  position: relative;
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
    url('../images/banner/banner1.webp') no-repeat center center/cover;
  padding: 80px 15px;
}

.contact-form-wrapper {
  background: #fff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  padding: 40px 30px;
  max-width: 500px;
  margin: auto;
  position: relative;
  z-index: 1;
}

.location-strip {
  background-color: black;
  padding: 30px 30px;
  font-size: 14px;
  max-width: 900px;
  margin: auto;
  position: relative;
  top: -30px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  z-index: 2;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.location-strip .location-item {
  margin: 0 1px;
  color: white;
  font-weight: 600;
}

.location-strip a {
  text-decoration: none;
  color: inherit;
}

.contact-info {
  font-size: 14px;
  color: white;
  margin-bottom: 0;
}

.contact-info span {
  font-weight: 600;
}

span {
  margin-top: 5px;
}

.contact-info,
.location-info {
  flex: 1;
  min-width: 250px;
}

.location-info {
  font-size: 14px;
  color: white;
  margin-bottom: 0;
  font-weight: 600;
}

.location-item {
  margin: 5px;
  padding: 5px 10px;
  text-decoration: none;
  color: black;
  font-weight: 500;
  border-radius: 5px;
  transition: background-color 0.3s ease-in-out;
}

.location-item:hover {
  background-color: #ddd;
  color: #000;
}




:root {
  --section-space: 55px;
  --section-space-mobile: 40px;
}

.section,
.commercial-projects,
.about-section,
.about-serein-section,
.process-zone,
.portfolio-band,
.services-premium,
.why-zone,
.social-projects-section,
.faq-zone,
.contact {
  padding-top: var(--section-space) !important;
  padding-bottom: var(--section-space) !important;
}

.section + .section,
section + section {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.commercial-projects-head,
.process-head,
.social-projects-head {
  margin-top: 0;
  margin-bottom: 32px;
}

.chapter {
  padding-top: 35px;
  padding-bottom: 35px;
}

.portfolio-row,
.why-grid,
.video-grid,
.logo-run {
  margin-top: 24px;
}

.gallery-section-all .container-new1 {
  margin-bottom: 0;
  padding-top: 30px;
  padding-bottom: 30px;
}

@media (max-width: 767px) {
  .commercial-projects-head,
  .process-head,
  .social-projects-head {
    margin-bottom: 24px;
  }

  .chapter {
    padding-top: 28px;
    padding-bottom: 28px;
  }
}