
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: hidden;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
  color: #09040d;
}

:root {
  --primary:#E86240;
  --secondary:#CB6DE5;
  --text-color:#676767;
  --black:#111111;
  --white:#fff;
  --title-color:#09040d;
}
.contact-from-area,
section {
  scroll-margin-top: 80px;
}

img {
  max-width: 100%;
  height: auto;
}
p {
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
  color: #666666;
  margin-bottom: 0px;
}

h1 {
    font-size: 65px;
    line-height:75px;
    font-weight: 700;
    margin-bottom: 0px;
}
h2 {
    font-size:55px;
    line-height: 65px;
    margin-bottom: 0px;
    font-weight: 700;
    color: #111111
}
h3 {
    font-size:35px;
    line-height:45px;
    font-weight: 700;
    margin-bottom: 0px;
    color: #111111;

}

h4 {
    font-size:24px;
    line-height:34px;
    color: #111111;
    font-weight: 700;
    margin-bottom: 0px;
}
h5 {
    font-size:22px;
    margin-bottom: 0px;
    line-height: 32px;
    font-weight: 700;
}
h6 {
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
  margin-bottom: 0px;

}
ul {
  padding: 0px;
  margin: 0px;
  list-style-type:none;
}
ul li {
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
}
a {
  text-decoration: none;
}
.container {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0px;
}
.custom-px {
  padding-left: 20px;
  padding-right: 20px;
}
.hero-area  {
  background: linear-gradient(180deg, rgb(246 246 243) 0%, #f4f4d6 70.9354%, #fce500 100%);
  padding-top: 130px;
  padding-bottom: 50px;
}
.release-badge {
    width: fit-content;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 20px;
    gap: 8px;
    padding: 5px 16px 5px 5px;
 }
.release-text {
  font-weight: 500;
  font-size: 13px;
  line-height: 15px;
  color: #09040d;
 }
 .new-tag {
    background-color: rgb(9 4 13);
    border-radius: 30px;
    padding: 4px 8px;
    font-weight: 500;
    font-size: 12px;
    line-height: 140%;
    letter-spacing: -0.02em;
    color: #fff
 }
.release-badge {
  transition: all .2s ease;
  margin-bottom: 10px;
}
.hero-info h1 {
  color: var(--title-color);
  font-size: 70px;
  line-height: 100%;
  letter-spacing: -2.88px;
  padding-bottom: 20px;
}
.hero-info h1 span {
  color: rgb(0 0 0 / 50%);
  font-family: "Instrument Serif", serif;
  font-weight: 400;
  font-style: italic;
}
.hero-info {
    max-width: 945px;
    margin: 0 auto;
    padding-bottom: 50px;
}
.sub-title p {
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: var(--title-color);
  letter-spacing: -0.2px
}
.sub-title {
    max-width: 420px;
    margin: 0 auto;
    padding-bottom: 20px;
} 
.hero-info .common-btn {
  margin: 0 auto;
}
.common-btn {
  height: 46px;
}
.common-btn i {
  top:17px;
}
.banner-box-content {
  max-width: 900px;
  margin: 0 auto;
}
.banner-left {
  width: 35%;
}
.banner-right {
    width: 65%;
}
.banner-right {
  border-radius: 10px;
}
.banner-right img {
  border-radius: 28px;
}
.stats {
  webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  z-index: 1;
  background: linear-gradient(#fff9 0%, #fffc 100%);
  border-radius: 28px;
  width: 323px;
  height: 216px;
  bottom: 50px;
  left: 18px;
  box-shadow: inset 0 1px 2px #ffffff80;
  padding: 20px;
}

.live {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background: linear-gradient(180deg, rgb(255 255 255 / 80%) 0%, rgb(255 255 255 / 50%) 100%);
  z-index: 5;
  gap: 8px;
  padding: 6px 14px 5px 6px;
  bottom: 50px;
  border-radius: 50px;
  left: 299px;
  box-shadow: inset 0 1.5px 2px #ffffff80;
  width: 165px;
  font-size: 14px;
  letter-spacing: -0.01em;
  line-height: 130%;
  font-weight: 500;
  color:#09040d;

  }
  .arrow{
    background:#24ed7b;
    border-radius: 100%;
    width: 22px;
    height: 22px;
  }
  .visitor-box h4 {
    font-size: 20px;
    line-height: 1;
    color: var(--title-color);
    font-weight: 600;
  }
.visitor-box small {
  font-size: 13px;
  line-height: 17px;
  font-weight: 500;
  letter-spacing: -0.13px;
  display: block;
  color: rgb(0 0 0 / 50%);
}
.stats-top select {
  font-size: 12px;
  font-weight: 500;
  color: var(--title-color);
  padding: 4px 3px;
  border-radius: 30px;
  border: 1px solid #0000001a;
  background: transparent;
}
.visitors-number {
  margin-top: auto;
}
.number span {
  display: block;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  color: var(--title-color);
  padding-bottom: 10px
}
.number strong  {
  display: block;
  font-size: 20px;
  line-height: 1;
  font-weight: 300;
  font-family: 'Press Start 2P', cursive;
  letter-spacing: -1.44px
}
.month {
    height: 110px;
    width: 80px;
    border-radius: 14px;
    padding: 8px 5px 5px 5px;
    background:url(./assets/image/line-bg.svg)no-repeat;
    background-repeat: repeat;
    background-position: left top;
    background-size: 64px auto;
}
.months {
  gap:5px;
}
.month span {
  font-size: 12px;
  display: block;
  line-height: 1
}
.green {
  background:#24ed7b;
  width: 100%;
  height: 50px;
  margin-top: auto;
  border-radius: 14px;
}
.purple {
  width: 100%;
  height: 10px;
  border-radius: 14px;
  background: #7824ed;
}
.purple {
    width: 88%;
    height: 23px;
    border-radius: 14px;
    background: #7824ed;
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 5px;
    margin: 0 auto;
}

.dote-card{
  width: 100%;
  height:383px;
  border-radius:28px;
  background:#0c070b;
  position:relative;
  overflow:hidden;
  padding:30px;
  color:white;
}
.dote-card .dots{
  position:absolute;
  inset:0;
  display:grid;
  grid-template-columns:repeat(24,1fr);
  grid-template-rows:repeat(28,1fr);
  pointer-events:none;
}
.dote-card .dot{
  width:4px;
  height:4px;
  border-radius:50%;
  background:rgba(255,255,255,.07);
  justify-self:center;
  align-self:center;
}
.insights-icon {
  background: #2c292e;
  width: 60px;
  height: 60px;
  position: relative;
  z-index: 2;
  border-radius: 100%;
}
.insights-info {
  margin-top: auto;
}
.insights-info h3 {
  color: var(--white);
  font-size: 32px;
  font-weight: 600;
  letter-spacing: -0.64px;
  line-height: 35px;
  padding-bottom: 15px;
}
.insights-info .common-btn {
  border: 1px solid var(--white);
  background: transparent;
  width: 135px;
}
.hero-slider {
  opacity: 1;
  mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 20.5%, rgb(0, 0, 0) 79.5%, rgba(0, 0, 0, 0) 100%);
  overflow: hidden;
  max-width: 660px;
  margin: 0 auto;
  padding: 10px;
  margin-top: 30px;
}
.hero-slider .swiper-wrapper{
  transition-timing-function: linear !important; 
}
.hero-slider .swiper-slide{
  width:120px;
  padding:0 14px;
}
.company-logo img {
  width: 100%;
  object-fit:contain;
}
.platform-area {
  padding-top: 100px;
  padding-bottom: 80px
}
.platform-area-title  small {
  font-size: 18px;
  font-weight: 500;
  font-style: italic;
  position: relative;
}
.platform-area-title  small::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  background: var(--title-color);
  border-radius: 100%;
  top: 6px;
  left: -16px;
}
.platform-area-title h2 {
  font-size: 40px;
  line-height: 44px;
  letter-spacing: -1.6px;
  padding-top: 20px;
}
.platform-area-title {
  max-width: 815px;
  margin: 0 auto;
}
.platform-area-title h2 span {
  color: rgb(0 0 0 / 50%);
}
.platform-area-title {
  padding-bottom: 60px;
}
.platform-item-icon {
   background-color: #f6f6f3;
   width: 65px;
   height: 65px;
   border-radius: 16px;
   font-size: 22px;
   margin: 0 auto;
   margin-bottom: 20px;
 }
.platform-item-info h3 {
  font-size: 22px;
  font-weight: 600;
  color:#000;
  line-height: 24px
}
.platform-item-info h4 {
  font-size: 20px;
  font-weight: 500;
  line-height: 22px;
  color: rgba(0, 0, 0, 0.3);
}


.common-title h2{
  font-size: 62px;
  line-height: 62px;
  color: var(--title-color);
  letter-spacing: -2.48px
}
.common-title h2 span {
    color: rgb(0 0 0 / 50%);
    font-family: "Instrument Serif", serif;
    font-weight: 400;
    font-style: italic;
}
.common-title {
    max-width: 760px;
}
.key-label {
  font-size: 13px;
  line-height: 16px;
  font-weight: 400;
  background: #f6f6f3;
  border-radius: 50px;
  padding: 5px 10px;
  display: block;
  margin: 0 auto;
  width: fit-content;
  margin-bottom: 20px;
}

.sticky-hero {
    position: sticky;
    top: 0;
    height: 100vh;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
    z-index: 1;
    padding: 0 20px;
    text-align: center;
  }

  .sticky-hero h1 {
    margin: 0;
    font-size: clamp(2.8rem, 8vw, 6.5rem);
    font-weight: 700;
    line-height: 1.05;
    color: white;
  }

  .benefit-icon {
    width: 28px;
    height: 28px;
    background: var(--title-color);
    padding: 6px;
    border-radius: 6px;
    color: var(--white);
  }
  .benefit-info {
      width: 40%;
  }
  .benefit-acquisition  {
    width: 46%;
  }
  .benefit-acquisition {
    gap: 10px;
    position: relative;
    z-index: 1;
  }
  .customer-acquisition-item {
    width: calc((100% - 10px) / 2);
    backdrop-filter: blur(14px);
    background: linear-gradient(180deg, rgb(255 255 255 / 80%) 0%, rgba(255, 255, 255, 0.7) 100%);
    border-radius: 18px;
    box-shadow: 0px 3.69px 4px 0px rgba(0, 0, 0, 0.07), inset 0.9px 1.8px 2px 0px #fff;
    opacity: 1;
    text-align: center;
    height: 112px;
    padding: 10px;
  }
  .customer-acquisition-item h4 {
    font-size: 34px;
    line-height: 40px;
    letter-spacing: -0.68px;
    font-weight: 600;
  }
  .customer-acquisition-item span {
    font-size: 13px;
    line-height: 17px;
    color: #00000080;
    font-weight: 600;
  }
  .customer-acquisition-progress {
    height: 5px;
    width: 100%;
    background: #ebe9e6;
    border-radius: 20px;
    position: relative;
    margin-top: 10px
  }
  .acquisition-progress-item {
    position: absolute;
    height: 100%;
    left: 0px;
    top: 0px;
    background: linear-gradient(90deg, rgb(208, 241, 48) 0%, rgb(4, 233, 172) 46.8067%, rgb(0, 199, 233) 100%);
    border-radius: 29.16px;
    width: 50%;
  }
  .benefit-info h3 {
    font-size: 32px;
    line-height: 35px;
    letter-spacing: -0.64px;
    padding-bottom: 20px;
  }
  .benefit-info h3 span {
    display: block;
    color: #00000080;
  }
  .benefit-card-contant  {
    padding-top: 50px;
  }
  .benefit-info p {
    font-size: 20px;
    line-height: 24px;
    color: var(--title-color);
    padding-bottom: 20px;
  }
  .bg-img {
    inset: 0px 0px -1px 350px;
    flex: 0 0 auto;
    position: absolute;
    z-index: 0;
    mask: linear-gradient(270deg, rgb(0, 0, 0) 55%, rgba(0, 0, 0, 0) 100%);
    opacity: 1;
    padding: 6px;
  }
  .bg-img img {
    width: 100%;
    height: 100%;
    border-radius: 0px 40px 40px 0px;
  }
  .sticky-hero h1 span {
    color: #ffdd57;
    font-family: 'Instrument Serif', serif;
    font-style: italic;
  }
  .benefits-scroll-section {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    margin-bottom: 180px;
    position: relative;
    z-index: 99;
  }
  .benefit-card {
    width: 100%;
    max-width: 840px;
    background: #f6f6f3;
    padding: 30px;
    /* height: 500px; */
    border-radius: 40px;
    margin: 0 auto;
    z-index: 999;
    transform: scale(1);
  }

  .final-section {
    z-index: 3;
    flex-flow: column;
    flex: none;
    place-content: center;
    align-items: center;
    gap: 40px;
    width: 100%;
    height: 100vh;
    padding: 0 0 100px;
    display: flex;
    position: relative;
    overflow: visible;
  }

  .cta-row {
    flex-flow: row;
    flex: none;
    place-content: center;
    align-items: center;
    gap: 10px;
    padding: 400px 0 0;
    display: flex;
    position: relative;
    overflow: hidden;
  }

  .btn-primary {
    background: #09040d;
    color: white;
    padding: 16px 36px;
    border-radius: 100px;
    font-size: 1.1rem;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.25s ease;
  }
  .btn-primary:hover {
    background: #1a1225;
    transform: translateY(-2px);
  }
  .acquisition-lebel-box {
    backdrop-filter: blur(13px);
    background: linear-gradient(180deg, #ffffffcc 0%, rgba(255, 255, 255, 0.7) 100%);
    border-radius: 24px;
    box-shadow: 0px 3.32px 4px 0px rgba(0, 0, 0, 0.07), inset 0.81px 1.62px 2px 0px #fff;
    opacity: 1;
    padding: 20px;
  }
  .acquisition-icon {
    width: 27px;
    height: 27px;
    border-radius: 100px;
  }
  .acquisition-icon img {
    width: 100%;
    height: 100%;
    border-radius: 100px;
  }
  .acquisition-lebel-info  strong {
    font-size: 12px;
    font-weight: 500;
    color: #09040d;
    line-height: 16.8px;
    letter-spacing: -0.14px;
  }
  .efficient-btn {
    font-size: 9px;
    font-weight: 600;
    color: var(--title-color);
    letter-spacing: -0.26px;
    border: 1px solid #d6d4d0;
    border-radius: 8px;
    padding: 3px 10px;
    padding-left: 20px;
    height: 24px;
  }
  .efficient-btn::before {
    content: "";
    position: absolute;
    left: 7px;
    top: 6px;
    width: 9px;
    height: 9px;
    border-radius: 100px;
    background-color: rgb(10, 161, 75);
    box-shadow: rgba(0, 0, 0, 0.05) 0px 1.34px 1px 0px;
  }
  .fix-btn {
    background-color: rgb(10, 161, 75);
    border-radius: 18px;
    padding: 2px 10.8px;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    box-shadow: rgba(255, 255, 255, 0.42) 0px 1.8px 3px 0px inset, rgba(0, 0, 0, 0.18) 0px 0.602187px 0.602187px -1.25px, rgba(0, 0, 0, 0.16) 0px 2.28853px 2.28853px -2.5px, rgba(0, 0, 0, 0.06) 0px 10px 10px -3.75px;

  }
  .acquisition-lebel-box-2 .efficient-btn::before {
      background-color: rgb(255, 48, 0);
  }
  .benefit-acquisition-label-wrap {
    width: 53%;
  }
  .acquisition-lebel-box {
    width: 80%;
    margin: 0 auto;
  }
  .acquisition-lebel-box-2 {
    width: 100%;
  }
  .donut-wrap {
    position: relative;
    width: 88px;
    height: 88px;
    flex-shrink: 0;
}
.donut-wrap svg {
  transform: rotate(-90deg);
}
.donut-wrap .donut-bg {
  fill: none;
  stroke: #e8e8e8;
  stroke-width: 8;
}
.donut-wrap .donut-fill {
  fill: none;
  stroke-width: 8;
  stroke-linecap: round;
  stroke: url(#donutGrad);
  stroke-dasharray: 220;
  stroke-dashoffset: 44; /* 80% = 220*0.2 = 44 */
  transition: stroke-dashoffset 1s ease;
}

.donut-label {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 15px;
  font-weight: 700;
  color: #1a1a1a;
}
.warehouse-widget-card  {
  backdrop-filter: blur(13px);
  background: linear-gradient(180deg, #ffffffcc 0%, #ffffff80 100%);
  border-radius: 26px;
  padding: 20px;
  box-shadow: 0px 3.61px 4px 0px rgba(0, 0, 0, 0.07), inset 0px 1.76px 2px 0px #fff;
  width: 336px;
  z-index: 2;
  position: relative;
}
.warehouse-widget-info h2 {
  font-size: 22px;
  font-weight: 700;
  color: var(--title-color);
  line-height: 36px;
  letter-spacing: -0.615681px;
  padding-bottom: 35px;

}
.warehouse-widget-info h2 span {
  color: #999793;
}
.warehouse-widget-info ul {
  mask: linear-gradient(0deg, rgb(0, 0, 0) 70%, rgba(0, 0, 0, 0) 100%);
}
.warehouse-widget-info ul li {
  font-size: 11px;
  color: var(--title-color);
  font-weight: 500;
  letter-spacing: -0.12px;
  line-height: 15.6px;
  align-items: center;
  gap:3px;
  display:flex;
  margin-bottom: 6px;
}
.warehouse-widget-info ul li i{
  width: 18px;
  height: 18px;
  min-width: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  font-size: 10px;
  background: #c5e7da;
  color: #09a14b;
}
.warehouse-widget-card-hidden  .warehouse-widget-info h2 {
  font-size: 20px;
  padding-bottom: 20px;
}
.warehouse-widget-card-hidden {
  width: 90%;
  margin: 0 auto;
  position: absolute;
  top: 30px;
  right: 0px;
  left:0px;
  z-index: 0;
}
.warehouse-widget-card-hidden li {
  font-size: 10px !important;
}
.warehouse-queue-btn {
  backdrop-filter: blur(13px);
  background: linear-gradient(rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.5) 100%);
  border-radius: 57.6px;
  box-shadow: 0px 3.61px 4px 0px rgba(0, 0, 0, 0.07), inset 0px 1.76px 2px 0px #fff;
  transform: translateX(-50%);
  padding: 6px;
  padding-right: 20px;
  font-size: 15px;
  font-weight: 500;
  color: var(--title-color);
  line-height: 19.5px;
  letter-spacing: -0.3px;
  position: absolute;
  bottom: -30px;
  left: 50%;
  z-index: 2;
  width: 184px;

}
.warehouse-queue-btn span {
  color: #00000080;
}
.queue-btn-arrow {
  width: 36px;
  height: 36px;
  background-color: rgb(129, 197, 254);
  border-radius: 50px;
}
.energy-report-card .warehouse-widget-card {
  width: 250px;
  margin-left: auto;
}
.saveing-cost-box span {
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: var(--text-color);
  line-height: 18.2px;
  letter-spacing: -0.28px


}
.saveing-cost-box strong {
  font-size: 40px;
  font-weight: 600;
  line-height: 46.8px;
  color: var(--title-color);
  letter-spacing: -0.78px;
}
.saveing-progress {
  width: 100%;
  height: 8px;
  background: #d6d4d0;
  border-radius: 20px;
  margin-top:15px;
  position: relative;
}
.saveing-progress-bg {
  position: absolute;
  height: 100%;
  left: 0px;
  top:0px;
  border-radius: 32px;
  background: linear-gradient(90deg, rgb(208, 241, 48) 0%, rgb(4, 233, 172) 46.8067%, rgb(0, 199, 233) 100%);
}
.saveing-cost-box small {
  font-size: 14px;
  font-weight: 500;
  color:#00000080;
}
.saveing-cost-box {
    padding-bottom: 30px;
}
.saveing-footer i {
  font-size: 24px;
  color:#00000080;
}
.saveing-footer .bar {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  width: 75px;
  height: 5px;
}
.energy-report-card .warehouse-widget-card  {
  box-shadow: 0px 4.1px 4px 0px rgba(0, 0, 0, 0.07), inset 1px 2px 2px 0px #fff;
  padding: 18px;
}
.energy-report-hidden {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 1;
}
.energy-report-hidden .warehouse-widget-info h2 {
  font-size: 20px;
  padding-bottom: 15px
}
.energy-report-hidden .saveing-cost-box {
  padding-bottom: 15px
}
.energy-report-hidden .saveing-cost-box strong {
  font-size: 30px;
}
.energy-report-hidden-3  {
  right: 38px;
  top:34px;
  z-index: 0;
}

.energy-report-hidden-3 .saveing-cost-box strong {
  font-size: 18px;
}
.energy-report-hidden-3 .saveing-cost-box small {
  font-size: 12px;
}
.energy-report-hidden-3 .saveing-cost-box,
.energy-report-hidden-3 .warehouse-widget-info h2 {
  padding-bottom: 0px
}
.template-area {
  padding-bottom: 80px;
}
.contact-from-area .container,
.template-area .container{
  background: #09040d;
  border-radius: 40px;
  padding: 80px 50px;
}
.template-area .platform-area-title small {
  color: #fffc;
}
.template-area .platform-area-title small::after {
    background: #535055;
}
.template-area .platform-area-title h2 {
  color: #fff;
}
.template-card-item {
  background-color: #1d1b1f;
  border-radius: 30px;
  padding: 24px;
  gap:16px;
  height: 100%;
}

.template-card-icon {
  width: 60px;
  height: 60px;
  min-width: 60px;
  border-radius: 50px;
  background-color: #2c292e;
  color: #fff;
  font-size: 20px;
}
.template-card-item h4 {
  font-weight: 600;
  color: #fff;
  line-height: 22px;
  letter-spacing: -0.22px
} 
.template-card-item p {
  line-height: 24px;
  color: #ffffff80;
}
.footer-area-wrap {
  padding: 80px 60px;
  border-radius: 30px;
  background: linear-gradient(180deg, #f6f6f3 0%, #f6f6f3 22.4131%, #f5f4d7 58.7064%, #fde600 100%);
}
.footer-logo {
    max-width: 200px;
    margin-bottom: 20px;
}
.footer-logo a {
  display: block;
}
.footer-logo img {
  width: 100%;
}
.footer-left-box p {
  font-size: 24px;
  line-height: 28px;
  font-weight: 500;
  letter-spacing: -0.48px;
  color: #0000004d;
  width: 80%;
}
.footer-menu-item h6 {
  font-size: 16px;
  font-weight: 500;
  color: #0000004d;
  margin-bottom: 6px;
}
.footer-menu-item ul li {
  font-size: 16px;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 5px;
  line-height: 22px;
  margin-bottom: 6px;

}
.footer-menu-item ul li a {
  color: #1c1917
}
.footer-menu {
  max-width: 600px;
  margin-left: auto;
}
.copyright {
  padding-top: 40px;
}
.copyright p {
  font-weight: 500;
  font-size: 13px;
  line-height: 16px;
  color: #00000080;
}
.copyright p a {
  color: var(--title-color);
  text-decoration: underline;
}
.contact-from-area {
  padding-bottom: 80px
}
.form-card {
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
    background: rgb(255 255 255 / 4%);
    border: 1px solid rgb(255 255 255 / 10%);
    border-radius: 28px;
    padding: 52px 48px 48px;
    backdrop-filter: blur(32px) saturate(180%);
    -webkit-backdrop-filter: blur(32px) saturate(180%);
    box-shadow: 0 8px 64px rgba(0, 0, 0, 0.55), 0 1px 0 rgb(255 255 255 / 7%) inset, 0 -1px 0 rgba(0, 0, 0, 0.2) inset;
    position: relative;
}

.form-card .badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: rgb(24 28 31);
    border: 1px solid rgba(167, 139, 250, 0.3);
    border-radius: 100px;
    padding: 5px 14px;
    font-size: 11px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #cbbde0;
    margin-bottom: 20px;
  
}
.form-card .badge::before {
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #cbbde0;
    box-shadow: 0 0 8px #cbbde0;
    animation: pulse 2s infinite;
}
.bg-wrap {
  inset: 0;
  z-index: 0;
  filter: brightness(0.55) saturate(1.2);
}
.bg-wrap::after {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse 70% 60% at 15% 80%, rgba(56, 189, 248, 0.18) 0%, transparent 60%), radial-gradient(ellipse 60% 50% at 85% 20%, rgba(167, 139, 250, 0.20) 0%, transparent 55%), radial-gradient(ellipse 100% 100% at 50% 50%, rgba(0, 0, 0, 0.35) 0%, transparent 100%);
}
.form-card-wrap .common-title h2{
  color: var(--white);
  margin-bottom: 10px;
}
.form-card-wrap .common-title h2 span {
      color: #666666
}
@keyframes pulse {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.4; }
}
.subtitle {
  font-size: 14px;
  color: rgb(241 245 249 / 70%);
  margin-bottom: 36px;
  line-height: 1.6;
}
.form-card .row-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.form-card .form-group {
  margin-bottom: 20px;
}
.form-card label {
    display: block;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: rgba(241, 245, 249, 0.70);
    margin-bottom: 8px;
    line-height: 1.2;
}

.form-card input, .form-card textarea, .form-card select {
    width: 100%;
    background: rgb(255 255 255 / 6%);
    border: 1px solid rgb(255 255 255 / 50%);
    border-radius: 12px;
    padding: 10px 16px;
    font-size: 14.5px;
    color: #f1f5f9;
    outline: none;
    transition: border-color 0.25s, box-shadow 0.25s, background 0.25s;
    -webkit-appearance: none;
}
.form-card input:focus, .form-card textarea:focus, .form-card select:focus {
    border-color: rgb(184 222 37 / 60%);
    background: rgba(167, 139, 250, 0.06);
    box-shadow: 0 0 0 3px rgba(167, 139, 250, 0.12), 0 0 20px rgba(167, 139, 250, 0.08);
}
.form-card textarea {
    resize: none;
    height: 120px;
    line-height: 1.6;
} 
.form-card .common-btn {
  margin: 0 auto;
  font-weight: 600;
  background: rgb(255 255 255 / 6%);
  border: 1px solid rgb(255 255 255 / 12%);  
  width: 160px;
}
.form-card .common-btn i {
  top: 16px
}
.endorsements-clients-area  {
  padding-bottom: 80px
}
.endorsements-clients-card  {
  width: 65%;
  padding: 25px;
  border-radius: 30px;
  min-height: 470px;
}
.endorsements-clients-card::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #09040d;
  mask: linear-gradient(180deg, rgba(0, 0, 0, 0) 5%, rgb(0, 0, 0) 80%);
  top: 0;
  left: 0px;
  inset: 0;
  border-radius: 30px;
  z-index: 1;

}
.endorsements-clients-img  {
  inset: 0px;
  border-radius: 30px;
}
.endorsements-clients-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 30px;
  object-position: 20% 30%;
}
.endorsements-clients-info p {
  font-size: 28px;
  line-height: 30px;
  color:#fff;
  letter-spacing: -1.28px;
  margin-bottom: 20px;
  width: 90%;
}
.author-info .role,
.author-info .name {
  font-size: 13px;
  font-weight: 500;
  line-height: 15.6px;
  color:#ffffff80;
}
.author-info .role {
  color: #fff;
}
.endorsements-clients-info span {
  color:#ffffff80;
  font-size: 12px; 
  line-height: 14px;
  display: block;
  font-weight: 700;
  padding-bottom: 130px;
  text-transform: uppercase;
}
.endorsements-clients-area .common-title {
  padding-bottom: 40px;
}
.endorsements-clients-card-two {
  width: 35%;
  padding: 25px;
  border-radius: 30px;
  background: linear-gradient(rgb(244, 243, 241) 40%, rgb(249, 247, 0) 100%);
}
.endorsements-clients-wrap {
  gap:20px;
}
.endorsements-clients-card-two span {
  color:#00000080
}
.endorsements-clients-card-two strong {
  font-size: 90px;
  color: #09040d;
  line-height: 90px;
  letter-spacing: -3.6px;
  font-weight: 500;
  display: block;
  margin-bottom: 10px
}
.clients-info-box {
  margin-top: auto;
}
.endorsements-clients-card-two p {
  font-size: 20px;
  line-height: 24px;
  color: var(--title-color);
}
.endorsements-clients-wrap {
  margin-bottom: 20px;
}
.clients-wrap-bottom .endorsements-clients-card-two {
  background: #000;
}
.clients-wrap-bottom .endorsements-clients-card-two p {
  color: #fff;
}
.clients-wrap-bottom .endorsements-clients-card-two span {
  color: #fff;
}
.clients-wrap-bottom .endorsements-clients-card {
  background: #f6f6f3;
}
.clients-wrap-bottom .endorsements-clients-card::before {
  display: none;
}
.author-photo {
  width: 50px;
  min-width: 50px;
  height: 50px;
  border-radius: 100px;
}
.author-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 100%;
}
.clients-wrap-bottom .endorsements-clients-card .endorsements-clients-info span {
  color: #00000080;
  padding-bottom: 10px;
}
.clients-wrap-bottom .endorsements-clients-card  .endorsements-clients-info p {
  color: var(--title-color);
  font-family: "Instrument Serif", serif;
  font-size: 36px;
  line-height: 36px;
  letter-spacing: -1.6px;
}
.clients-wrap-bottom .endorsements-clients-card .author-info .name {
  color: #00000080;
  margin-bottom: 4px
}
.clients-wrap-bottom .endorsements-clients-card .author-info .role {
  color: var(--title-color);
}

.clients-wrap-bottom .endorsements-clients-card-two ,
.clients-wrap-bottom .endorsements-clients-card  {
  min-height: 380px;
}
.endorsements-clients-card-two  p {
  margin-bottom: 0px;
}
.clients-wrap-bottom .endorsements-clients-card-two p {
  margin-bottom: 10px
}



/*======testimonials-area======*/
.testimonials-area {
  padding-bottom: 80px
}
.testimonials-area .common-title {
  max-width: 100%;
  padding-bottom: 40px;
}
.testimonials-area .common-title .key-label {
  margin-left: 0px
}
.swiper-button-prev-custom,
.swiper-button-next-custom {
  width: 48px; height: 48px;
  border-radius: 50%;
  border: 1.5px solid rgba(0,0,0,0.15);
  background: transparent;
  cursor: pointer;
  transition: all 0.22s ease;
  color: #0d0d0d;
  flex-shrink: 0;
}
.swiper-button-prev-custom:hover,
.swiper-button-next-custom:hover {
  background: #0d0d0d;
  border-color: #0d0d0d;
  color: #fff;
}
.swiper-pagination-custom .dot {
  width: 7px; height: 7px;
  border-radius: 50%;
  background: rgba(0,0,0,0.15);
  transition: all 0.3s ease;
  cursor: pointer;
  flex-shrink: 0;
}
.swiper-pagination-custom .dot.active {
  background: #0d0d0d;
  width: 24px;
  border-radius: 4px;
}

.slide-counter {
  font-size: 12px;
  font-weight: 500;
  color:  #9b9589;
  min-width: 36px;
  text-align: right;
} 
.bento {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: 350px 230px;
  gap: 16px;
  width: 100%;
}
.testimonials-area .card {
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.photo-bg { position: absolute; inset: 0; background-size: cover; background-position: center; }
.overlay-dark { position: absolute; inset: 0; background: linear-gradient(to top, rgba(13,13,13,0.92) 40%, rgba(13,13,13,0.08)); }
.dot-grid { position: absolute; inset: 0; background-image: radial-gradient(circle, rgba(255,255,255,0.07) 1px, transparent 1px); background-size: 22px 22px; }
.rel { position: relative; z-index: 2; display: flex; flex-direction: column; gap: 0; }
.tag { font-size: 10px; letter-spacing: 0.16em; text-transform: uppercase; margin-bottom: 14px; }
.tag.lt { color: rgba(255,255,255,0.38); }
.tag.dk { color:   #9b9589; }
.tag.bk { color: rgba(0,0,0,0.38); }

.q-lg { font-size: clamp(.8rem, 1.9vw, 1.2rem); font-weight: 700; line-height: 1.3; margin-bottom: 20px; }
.q-lg.lt  { color: #fff; }
.q-lg.dk  { color: #0d0d0d; }
.q-lg.it  { font-style: italic; }

.q-md { font-size: clamp(.85rem, 1.4vw, 1rem); font-weight: 700; font-style: italic; line-height: 1.3; margin-bottom: 10px; }
.q-md.lt { color: #fff; }
.q-md.dk { color: #0d0d0d; }

.big-num { font-weight: 900; line-height: 1; }
.big-num.xl { font-size: clamp(1.5rem, 6vw, 3.5rem); color: #0d0d0d; }
.big-num.lg { font-size: clamp(2.4rem, 3.8vw, 3.4rem); color: #0d0d0d; }

.stat-lbl { font-size: 13px; font-weight: 500; line-height: 1.42; color: rgba(0,0,0,0.58); margin-top: 8px; }
.stat-lbl.lt { color: rgba(255,255,255,0.52); }

.author { display: flex; align-items: center; gap: 12px; }
.author img { width: 38px; height: 38px; border-radius: 50%; object-fit: cover; }
.aname { font-size: 13px; font-weight: 600;  line-height: 1.2;}
.aname.lt { color: #fff; }
.aname.dk { color: #0d0d0d; }
.arole { font-size: 11px; margin-top: 2px; line-height:1.3 }
.arole.lt { color: rgba(255,255,255,0.45); }
.arole.dk { color:   #9b9589; }

.press-src { font-size: 12px; font-weight: 500; color: rgba(255,255,255,0.38); }
.logo-item {
  font-size: 14px; font-weight: 700; letter-spacing: 0.04em;
  color: rgba(255,255,255,0.42);
  transition: color 0.2s;  display: block; line-height: 1.3;margin-bottom: 4px;}
.logo-item:hover { color:#fff; }

  /* ── SLIDE 1 layout ── */
.s1 .ca { grid-column: 1/8; grid-row: 1; background: #0d0d0d; }
.s1 .cb { grid-column: 8/13; grid-row: 1; background: linear-gradient(rgb(244, 243, 241) 40%, rgb(249, 247, 0) 100%);  justify-content: flex-end;  border: none}
.s1 .cb .tag-abs { position: absolute; top: 32px; left: 36px; }
.s1 .cc { grid-column: 1/5;  grid-row: 2; background: #1a1a1a; }
.s1 .cd { grid-column: 5/9;  grid-row: 2; background: #e8e4dc; }
.s1 .ce { grid-column: 9/13; grid-row: 2; background: #0d0d0d; justify-content: center; align-items: flex-start; }

/* ── SLIDE 2 layout ── */
.s2 .ca { grid-column: 1/6;  grid-row: 1; background: #e8e4dc; justify-content: space-between; }
.s2 .cb { grid-column: 6/13; grid-row: 1; background: #0d0d0d; }
.s2 .cc { grid-column: 1/5;  grid-row: 2; background: linear-gradient(rgb(244, 243, 241) 40%, rgb(249, 247, 0) 100%); justify-content: center; align-items: flex-start; padding: 32px 36px;  border: none}
.s2 .cd { grid-column: 5/9;  grid-row: 2; background: #1a1a1a; }
.s2 .ce { grid-column: 9/13; grid-row: 2; background: #f5f2ec border: 1.5px solid rgba(0,0,0,0.08); }

/* ── SLIDE 3 layout ── */
.s3 .ca { grid-column: 1/5;  grid-row: 1; background: linear-gradient(rgb(244, 243, 241) 40%, rgb(249, 247, 0) 100%); border: none; justify-content: flex-end; }
.s3 .cb { grid-column: 5/13; grid-row: 1; background: #0d0d0d; }
.s3 .cc { grid-column: 1/7;  grid-row: 2; background: #1a1a1a; }
.s3 .cd { grid-column: 7/10; grid-row: 2; background: #e8e4dc; }
.s3 .ce { grid-column: 10/13; grid-row: 2; background: linear-gradient(rgb(244, 243, 241) 40%, rgb(249, 247, 0) 100%); border: none; justify-content: center; align-items: flex-start; padding: 28px; }
.swiper-slide { height: auto; }



/*location css*/
.location-inner-bg {
  background: #0e0e0e;
  border-radius: 30px;
  padding: 80px 60px;

}

.location-area {
  padding-bottom: 80px
}
.location-area .key-label {
  background: rgba(245, 230, 66, 0.1);
  border: 1px solid rgba(245, 230, 66, 0.25);
  color: #f5e642;
}
.location-area .common-title h2 {
  color: #fff;
}
.location-area .common-title {
  padding-bottom: 40px;
}
.location-area .common-title h2 span {
  color: #f5e642;
}
.loc-wrap {
    display: grid;
    grid-template-columns: 465px 1fr;
    gap: 44px;
    align-items: start;
}
.cbtn {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 15px 18px;
  border-radius: 14px;
  background: transparent;
  border: 1px solid transparent;
  color: rgb(255 255 255 / 45%);
  cursor: pointer;
  transition: all .25s ease;
  font-size: 0.92rem;
  text-align: left;
  width: 100%;
}
.cbtn.active {
  background: rgba(245, 230, 66, 0.07);
  border-color: rgba(245, 230, 66, 0.25);
  color: #ffffff;
}
.cflag {
  font-size: 1.6rem;
  line-height: 1;
  filter: grayscale(50%);
  transition: filter .25s;
}
.cbtn.active .cflag {
    filter: none;
}
.cinfo {
    flex: 1;
}
.cbtn.active .cdot {
    background: #f5e642;
    box-shadow: 0 0 0 3px rgba(245, 230, 66, 0.15);
}

.cdot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.12);
    flex-shrink: 0;
    transition: background .25s;
}
.cname {
    font-weight: 700;
    font-size: 0.88rem;
    margin-bottom: 2px;
    line-height: 1.2;
}
.ccity {
    font-size: 0.75rem;
    color: rgb(255 255 255 / 45%);
    line-height: 1.3;
}
.loc-stats {
    display: flex;
    gap: 16px;
    margin-top: 24px;
}
.ls {
    flex: 1;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgb(255 255 255 / 7%);
    border-radius: 14px;
    padding: 16px;
    text-align: center;
}
.ls-val {
    font-size: 1.5rem;
    font-weight: 800;
    color: #f5e642;
}
.ls-lbl {
    font-size: 0.73rem;
    color: rgb(255 255 255 / 45%);
    margin-top: 3px;
    line-height: 1.3;
}
.photo-panel {
    position: relative;
    border-radius:20px;
    overflow: hidden;
    aspect-ratio: 4 / 3;
    background: #111;
    border: 1px solid rgb(255 255 255 / 7%);
}
.photo-panel::after {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(180deg, transparent 40%, rgba(14, 14, 14, 0.7) 100%);
    pointer-events: none;
}
.loc-photo {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transition: opacity .55s ease, transform .55s ease;
    transform: scale(1.05);
}
.loc-photo.on {
    opacity: 1;
    transform: scale(1);
}
.photo-ov {
    position: absolute;
    bottom: 18px;
    left: 18px;
    right: 18px;
    z-index: 2;
    background: rgba(22, 22, 22, 0.82);
    backdrop-filter: blur(16px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 14px;
    padding: 14px 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.ov-name {
    font-size: 1rem;
    font-weight: 800;
    color: #fff;
    line-height: 1;
    margin-bottom: 3px;
}
.ov-city {
    font-size: 0.75rem;
    color: rgb(255 255 255 / 45%);
    margin-top: 2px;
    line-height: 1;
}
.ov-badge {
    background: #f5e642;
    color: #000;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    padding: 5px 12px;
    border-radius: 100px;
    line-height: 1.3;
}

/*our team css */
.our-team-area {
  padding-bottom: 80px;
}
.our-team-area .common-title {
  margin-bottom: 40px;
}
.our-gallery-area .common-title h2,
.our-team-area .common-title h2 {
  padding-bottom: 10px;
}
.team-row {
  gap:30px 0px;
}
.tm { padding: 0 28px;cursor: pointer;}
.tm + .tm::before {
  content: '';
  position: absolute;
  left: 0;
  top: 30px;
  width: 1px;
  height: 80px;
  background: #F0F0F0;
}

.tm-ring {
  width: 110px;
  height: 110px;
  margin-bottom: 20px;
}
.tm-ring::before {
  content: '';
  position: absolute;
  inset: -3px;
  border-radius: 50%;
  background: conic-gradient(var(--c) 0deg, var(--c2) 120deg, transparent 120deg);
  /* opacity: 0; */
  transition: opacity 0.35s ease;
  animation: spin 3s linear infinite;
  animation-play-state: paused;
}

.tm:hover .tm-ring::before {
    opacity: 1;
    animation-play-state: running;
}
@keyframes spin { to { transform: rotate(360deg); } }
.tm-ring::after {
  content: '';
  position: absolute;
  inset: -1px;
  border-radius: 50%;
  background: #fff;
  z-index: 0;
}
.tm-img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  object-position: top;
  display: block;
  transition: transform 0.4s cubic-bezier(.22,1,.36,1);
  border: 2px solid #F5F5F5;
}
.tm:hover .tm-img { transform: scale(1.07); }
.tm-dot {
  position: absolute;
  bottom: 6px; right: 6px;
  z-index: 2;
  width: 14px; height: 14px;
  border-radius: 50%;
  border: 2.5px solid #fff;
  background: #22C55E;
}

.tm-1, .tm:nth-child(1) { --c: #6C47FF; --c2: #A78BFF; }
.tm-2, .tm:nth-child(2) { --c: #FF47A3; --c2: #FF8BC8; }
.tm-3, .tm:nth-child(3) { --c: #00C9A7; --c2: #6EE8D2; }
.tm-4, .tm:nth-child(4) { --c: #FF8A3D; --c2: #FFB87A; }
.tm-5, .tm:nth-child(5) { --c: #3D88FF; --c2: #85B8FF; }
.tm-6, .tm:nth-child(6) { --c: #C03DFF; --c2: #E085FF; }
.tm-name {
  font-size: 0.97rem;
  font-weight: 700;
  line-height: 1.3;
  color: #0A0A0A;
  text-align: center;
  margin-bottom: 4px;
  white-space: nowrap;
}
.tm-role {
  font-size: 0.75rem;
  color: #BBBBBB;
  text-align: center;
  margin-bottom: 12px;
  white-space: nowrap;
}
.tm-badge {
  font-size: 9.5px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 8px 10px;
  border-radius: 100px;
  line-height: 1.3;
  margin-bottom: 12px;
  opacity: 0;
  transform: translateY(4px);
  transition: opacity .25s, transform .25s;
}
.tm:hover .tm-badge { opacity: 1; transform: translateY(0); }

.tm-1 .tm-badge, .tm:nth-child(1) .tm-badge { background: rgba(108,71,255,0.1); color: #6C47FF; }
.tm-2 .tm-badge, .tm:nth-child(2) .tm-badge { background: rgba(255,71,163,0.1); color: #FF47A3; }
.tm-3 .tm-badge, .tm:nth-child(3) .tm-badge { background: rgba(0,201,167,0.1);  color: #00A88E; }
.tm-4 .tm-badge, .tm:nth-child(4) .tm-badge { background: rgba(255,138,61,0.1); color: #E07030; }
.tm-5 .tm-badge, .tm:nth-child(5) .tm-badge { background: rgba(61,136,255,0.1); color: #3D88FF; }
.tm-6 .tm-badge, .tm:nth-child(6) .tm-badge { background: rgba(192,61,255,0.1); color: #C03DFF; }
.tm-links {
  display: flex;
  gap: 6px;
  opacity: 0;
  transform: translateY(6px);
  transition: opacity .3s .05s, transform .3s .05s;
}
.tm:hover .tm-links { opacity: 1; transform: translateY(0); }
.tm-links a {
  display: flex; align-items: center; justify-content: center;
  width: 26px; height: 26px;
  border-radius: 7px;
  border: 1.5px solid #EFEFEF;
  font-size: 9px; font-weight: 700;
  color: #CCC;
  text-decoration: none;
  transition: all .2s;
}
.tm-1 .tm-links a:hover, .tm:nth-child(1) .tm-links a:hover { border-color:#6C47FF; color:#6C47FF; }
.tm-2 .tm-links a:hover, .tm:nth-child(2) .tm-links a:hover { border-color:#FF47A3; color:#FF47A3; }
.tm-3 .tm-links a:hover, .tm:nth-child(3) .tm-links a:hover { border-color:#00C9A7; color:#00C9A7; }
.tm-4 .tm-links a:hover, .tm:nth-child(4) .tm-links a:hover { border-color:#FF8A3D; color:#FF8A3D; }
.tm-5 .tm-links a:hover, .tm:nth-child(5) .tm-links a:hover { border-color:#3D88FF; color:#3D88FF; }
.tm-6 .tm-links a:hover, .tm:nth-child(6) .tm-links a:hover { border-color:#C03DFF; color:#C03DFF; }
.our-team-area .common-btn {
  margin: 0 auto;
  width: 175px;
  margin-top: 20px;
}


/* ========== about us ========== */
.our-achievements-area .platform-item-info strong{
  font-size:55px;
  line-height: 55px;
  color: #09040d;
  letter-spacing: -2.88px;
  display: block;
  margin-bottom: 10px;
}
.our-achievements-area .platform-item-info h4 {
  font-size: 22px;
  line-height: 24px;
  letter-spacing: -1.48px;
  color: rgba(0, 0, 0, 0.5);
}
.our-achievements-area .container {
  background: linear-gradient(180deg, #f6f6f3 15%, #ebe9e6 100%);
  padding: 80px;
  border-radius: 30px;
}
.our-achievements-area .platform-area-title {
  padding-bottom: 40px;
}
.team-row .tm:nth-child(6n+1)::before {
  display: none;
}

/* Last item of every row */
.team-row .tm:nth-child(6n)::after {
  display: none;
}
.our-gallery-area {
  padding-bottom:80px;
}
.gallery-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 12px;
}
.g-item {
  border-radius: 16px;
}
.g-tag { top: 12px;left: 12px;background: #f0d800;color: #111111; font-size: 10px; letter-spacing: .05em; padding: 5px 11px;
  border-radius: 20px; opacity: 0; z-index: 2; line-height: 1.3;
}
.g-zoom {top: 12px; right: 12px; width: 32px; height: 32px;border-radius: 50%; background: rgba(255, 255, 255, .92);
    font-size: 15px; color: #111111; opacity: 0;z-index: 2;
}
.g-item img {
    width: 100%;
    display: block;
    object-fit: cover;
    transition: transform .5s ease;
}

.g-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(170deg, transparent 30%, rgba(0, 0, 0, .75));
    opacity: 0;
    transition: opacity .3s ease;
    display: flex;
    align-items: flex-end;
    padding: 20px;
}
.overlay-text h4 {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.3;
}
.overlay-text p {
    color: rgba(255, 255, 255, .62);
    font-size: 11px;
    margin-top: 4px;
    line-height: 14px;
}
.g-full {
    grid-column: span 6;
}
.g-half {
    grid-column: span 3;
}
.g-third {
    grid-column: span 2;
}
.g-full img {
    height: 460px;
}
.g-half img {
    height: 300px;
}
.g-third img {
    height: 240px;
}
.g-item:hover .g-overlay,
.g-item:hover .g-zoom,
.g-item:hover .g-tag {
    opacity: 1;
}
.g-item:hover img {
    transform: scale(1.07);
}
.our-gallery-area .common-title {
  padding-bottom: 40px
}


/*=========blog css start ===========*/
.featured-area { padding-top: 70px; padding-bottom: 80px}
.featured-tag { font-size: 11px;font-weight: 700; letter-spacing: .1em; color: #f5e642; background: rgba(245, 230, 66, 0.12);
    border: 1px solid rgba(245, 230, 66, 0.35); backdrop-filter: blur(8px); padding: 8px 14px; border-radius: 100px;
}
.featured-top-bar {
  padding: 28px 52px
}
.featured-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .7s cubic-bezier(.22,1,.36,1);
    display: block;
}
.featured-card {
    margin-bottom: 40px;
    border-radius: 28px;
    min-height: 500px;
    box-shadow: 0 40px 80px rgba(0, 0, 0, 0.18);
    transition: transform .4s cubic-bezier(.22,1,.36,1), box-shadow .4s;
    animation: fadeUp .7s .1s ease both;
    cursor: pointer;
}
.featured-content {
  z-index: 2;
  padding: 48px 52px;
  min-height: 500px;
}
.featured-img {
    position: absolute;
    inset: 0;
}
.featured-content h2 {font-size: 40px; font-weight: 600; line-height: 1.2; margin-bottom: 16px; color: #fff; text-transform: capitalize;}
.featured-content h2 a {color: #fff}
.featured-content p { font-size: 15px; line-height: 1.7;  color: rgba(255, 255, 255, 0.65); margin-bottom: 36px; max-width: 560px;}
.featured-footer { padding-top: 24px;border-top: 1px solid rgba(255, 255, 255, 0.12);}
.avatar {
    width: 40px; height: 40px; border-radius: 50%; font-size: 13px; font-weight: 700; color: #0a0a0a; flex-shrink: 0;
    box-shadow: 0 0 0 2px rgba(245, 230, 66, 0.4); background: linear-gradient(135deg, #f5e642, #e8b800);
}
.btn-read {
    background: #f5e642;  color: #0a0a0a; padding: 14px 26px;font-size: 14px; border-radius: 100px; letter-spacing: .01em;
}
.btn-read:hover {
  background: #fff;
}
.author-name { font-size: 14px;}
.author-meta {
    font-size: 12px; color: rgba(255, 255, 255, 0.45); margin-top: 2px; line-height: 1
}
.featured-read-time {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.5);
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(8px);
    padding: 7px 14px;
    border-radius: 100px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    line-height: 1;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.featured-overlay {
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.92) 0%, rgba(0, 0, 0, 0.65) 35%, rgba(0, 0, 0, 0.25) 60%, rgba(0, 0, 0, 0.05) 100%);
}
.featured-card:hover .featured-img img {
    transform: scale(1.05);
}
.blog-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}
.blog-card {
    background: #ffffff;
    border: 1.5px solid #e2e2e2;
    border-radius: 20px;
    overflow: hidden;
    transition: transform .25s, box-shadow .25s, border-color .25s;
    cursor: pointer;
}
.card-image {
    height: 190px;
    position: relative;
    overflow: hidden;
}
.card-tag-overlay { 
  top: 14px; left: 14px; border-radius: 50px; padding: 4px 12px; font-size: 11px; color:#111111; letter-spacing: 0.04em; line-height: 1.3;
}
.card-body {
    padding: 22px;
}
.card-body h3 {
    font-size: 19px;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 10px;
}
.card-body p {
  font-size: 13px;
  color: #6b6b6b;
  line-height: 1.65;
  margin-bottom: 18px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;  
  overflow: hidden;
}
.card-avatar {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    font-size: 11px;
}
.card-author-name {
    font-size: 12px;
}
.card-read-time {
    font-size: 12px;
    color: #6b6b6b;
}
.card-arrow {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #f4f4f0;
    transition: background .2s, transform .2s;
}
.card-arrow svg {
    width: 14px;
    height: 14px;
}
.blog-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 48px rgba(0, 0, 0, 0.1);
    border-color: #f5e027;
}
.card-image {
  background: linear-gradient(135deg, #f0ede0 0%, #e8e0c0 100%);
}
.blog-card:hover .card-arrow {
    background: #f5e027;
    transform: rotate(-45deg);
}
.card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.card-body h3 a {
  color: #111;
}
.featured-area .common-title {
  margin-bottom: 40px
}

/*=======portfolio page css==========*/

.tab-bar {
  display: inline-flex;
  background: var(--black);
  border-radius: 50px;
  padding: 5px;
  gap: 4px;
  margin-top: 20px;
  margin-bottom: -24px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, .22);
}
.tab-btn {
    background: none;
    border-radius: 50px;
    padding: 13px 32px;
    font-size: 14px;
    color: rgba(255, 255, 255, .55);
    cursor: pointer;
    transition: all .25s;
}
.tab-btn.active {
    background: #f5e027;
    color: var(--black);
}
.portfolio-porject-area {
  padding-top: 80px;
  padding-bottom: 80px;
}
.stats-card {
    background: #f5f5ee;
    border-radius: 24px;
    padding: 48px 56px;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    margin-bottom: 64px;
}
.stats-card::before {
    content: '';
    position: absolute;
    top: -60px;
    right: -60px;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background: radial-gradient(circle, #f5e027 0%, transparent 70%);
    opacity: .35;
}
.stat-num {
    font-size: 44px;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 6px;
}
.stat-label {
    font-size: 13px;
    color: #6b6b6b;
    line-height: 1.3;
}
.filter-row  {
  margin-bottom: 36px;
  padding-top: 30px;
}
.portfolio-porject-area .common-title {
  margin-bottom: 30px;
  padding-top: 20px;
  max-width: 100%;
}
.f-btn {
  background: none;
  border: 1.5px solid #e2e2dc;
  border-radius: 50px;
  padding: 7px 18px;
  font-size: 12.5px;
  color: #6b6b6b;
  transition: all .18s;
  line-height: 1.3;
}
.f-btn.active {
  background: #111111;
  border-color: var(--dark);
  color: #ffffff;
}
.f-btn:hover {
  border-color: var(--dark);
}
.portfolio-porject-area .card-tag-overlay {
    background: rgba(255, 255, 255, .12) !important;
    backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, .18);
    color: #ffffff;
    letter-spacing: .05em;
}
.proj-tag {
    font-size: 10px;
    letter-spacing: .05em;
    color: #f5e027;
}
.proj-tag::after {
    content: ' ·';
    color: #6b6b6b;
}
.proj-tag:last-child::after {
    content: '';
}
.card-author  i {
  font-size: 6px;
  color: #6b6b6b;
}
.proj-card {
  display: flex;
}
.tab-section {
    display: none;
}
.tab-section.active {
  display: block;
  animation: sectionIn .35s ease;
}

.port-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
  margin-bottom: 50px
}

.p-card {
  border-radius:20px;
  cursor: pointer;
  transition: transform .25s, box-shadow .25s;
}
.p-card.tall {
  grid-row: span 2;
}
.p-card.tall .p-visual {
  min-height: 580px;
}
.p-bg {
  inset: 0;
  transition: transform .4s;
}

.p-visual {
  width: 100%;
  height: 100%;
  min-height: 280px;
  border-radius: 20px;
}
.pbg1 {
  background: linear-gradient(145deg, #1a1a0e, #2e2e18, #111108);
}
.acc1 {
  background: radial-gradient(circle, #f5e027, transparent 70%);
}
.p-accent {
  position: absolute;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  opacity: .22;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.p-floaty {
  top: 24px;
  right: 24px;
  gap: 8px;
}
.p-overlay {
    z-index: 2;
    padding: 28px 28px 28px;
    background: linear-gradient(to top, rgba(0, 0, 0, .85) 0%, transparent 100%);
}
.p-cats {
  line-height: 1.3;
  margin-bottom: 10px;
}
.p-cat {
  font-size: 10px;
  letter-spacing: .06em;
  color: #f5e027;
}
.p-cat::after {
  content: ' ·';
  color: rgba(255, 255, 255, .3);
}
.p-cat:last-child::after {
  content: '';
}
.p-card.tall .p-card-title {
  font-size: 28px;
}

.p-card-title {
  font-size: 22px;
  font-weight: 400;
  color: var(--white);
  line-height: 1.25;
  margin-bottom: 12px;
}
.p-link {
  gap: 6px;
  display: flex;
  background: #f5e027;
  color: #111111;
  border-radius: 50px;
  padding: 8px 18px;
  font-size: 12px;
  transition: transform .18s;
  line-height: 1.3;
}
.p-result {
  font-size: 12px;
  color: rgba(255, 255, 255, .4);
}
.p-badge {
  background: rgba(255, 255, 255, .12);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 50px;
  padding: 5px 14px;
  font-size: 11px;
  font-weight: 500;
  color: #ffffff;
  text-transform: uppercase;
  line-height: 1.3;
  letter-spacing: .05em;
}
.p-year {
    line-height: 1.3;
    font-size: 11px;
    color: rgba(255, 255, 255, .4);
}
.pbg2 { background:linear-gradient(145deg,#0e1a1a,#182e2e,#080e11); }
.pbg3 { background:linear-gradient(145deg,#1a0e1a,#2e182e,#110811); }
.pbg4 { background:linear-gradient(145deg,#0e1a12,#182e1e,#081108); }
.pbg5 { background:linear-gradient(145deg,#1a140e,#2e221a,#111008); }
.acc2 { background:radial-gradient(circle,#6af0f0,transparent 70%); }
.acc3 { background:radial-gradient(circle,#f06af0,transparent 70%); }
.acc4 { background:radial-gradient(circle,#6af08a,transparent 70%); }
.acc5 { background:radial-gradient(circle,#f09a6a,transparent 70%); }
.p-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 56px rgba(0, 0, 0, .13);
}
.portfolio-porject-area  .client-title {
  margin-top: 60px !important;
  padding-bottom: 40px;
}
.testi-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 24px;
}

.testi-card {
  background: #f5f5ee;
  border-radius: 18px;
  padding: 28px;
}
.testi-stars {
  color: #f5e027;
  font-size: 14px;
  letter-spacing: 2px;
  margin-bottom: 12px;
}
.testi-text {
  font-size: 13.5px;
  line-height: 1.65;
  color: #111111;
  margin-bottom: 18px;
  font-style: italic;
}
.av {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  font-size: 12px;
  color: #111111;
  flex-shrink: 0;
}
.testi-name {
  font-size: 13px;
  font-weight: 600;
  line-height: 1.3;
}
.testi-role {
  font-size: 12px;
  line-height: 1.3;
  color: #6b6b6b;
}
.av-b {
  background: #b8d4f8;
}
.cta-strip {
  background: #f5e027;
  border-radius: 24px;
  padding: 52px 56px;
  gap: 32px;
}
.cta-strip h2 {
  font-size: 34px;
  font-weight: 400;
  line-height: 1.2;
}
.cta-strip h2 em {
  font-style: italic;
  color: rgba(0, 0, 0, .45);
  font-family: "Instrument Serif", serif;
}
.cta-btn {
    background: #111111;
    color: #ffffff;
    border-radius: 50px;
    padding: 16px 36px;
    font-size: 14px;
    font-weight: 600;
    white-space: nowrap;
    transition: transform .2s;
    line-height: 1.3;
}



