@font-face {
  font-family: 'Druk Wide Bold';
  src: url('./DrukWideBold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}

:root {
  --white-bg: #ffffff;
  --blue: #4ea6ff;
  --green-action: #9ed15a;
  --grey: #696767;
  --pink-primary: #f64fb7;
  --black: #000000;
}

body {
  background-color: var(--white-bg);
  font-family: "Poppins", sans-serif;
  color: var(--grey);
}

h1,
h2,
h3,
h4,
h5,
h6,
.druk-heading {
  font-family: 'Druk Wide Bold', Arial, Helvetica, sans-serif;
  color: var(--black);
}

h1 {
  color: #0d6efd;
}

.btn-primary {
  background-color: #0d6efd;
  border: none;
}

/* --- Figma-perfect Top Header & Navigation --- */
.header-top {
  font-size: 14px !important;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  letter-spacing: 0.01em;
}

.header-top .poppins {
  font-size: 14px !important;
  color: var(--grey) !important;
  font-weight: 400 !important;
  margin-right: 18px;
}

.header-top img {
  width: 22px !important;
  height: 22px !important;
  margin-right: 6px;
}

.header-social a {
  margin-right: 10px;
  color: #696767;
  transition: transform 0.2s;
}

.header-social a:last-child {
  margin-right: 0;
}

.header-social img {
  width: 22px !important;
  height: 22px !important;
  filter: grayscale(0.2);
}

.header-social a:hover img {
  transform: scale(1.15);
  filter: grayscale(0);
}

.navbar {
  min-height: 80px;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.navbar-nav {
  gap: 36px !important;
}

.nav-link {
  font-family: 'Rubik' , sans-serif;
  font-size: 15px !important;
  font-weight: 600 !important;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #000 !important;
  padding: 0 0 2px 0 !important;
  position: relative;
  background: none !important;
}

.nav-link.active,
.nav-link.text-green {
  color: var(--green-action) !important;
}

.nav-link:hover {
  color: var(--blue) !important;
}

.btn-pink,
.btn-green {
  /* border-radius: 999px !important; */
  padding: 10px 32px !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  letter-spacing: 0.01em;
  box-shadow: 0 2px 12px 0 rgba(246, 79, 183, 0.10);
  border: none !important;
  transition: background 0.2s, color 0.2s, box-shadow 0.2s;
}

.btn-pink:hover {
  background: #d93fa2 !important;
  color: #fff !important;
}

.btn-green:hover {
  background: #7ebd3a !important;
  color: #fff !important;
}

.logo {
  width: 136px !important;
  height: 80px !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
}

.figma-btn {
  border-radius: 999px !important;
  padding: 12px 38px !important;
  font-size: 18px !important;
  font-weight: 600 !important;
  letter-spacing: 0.01em;
  box-shadow: 0 2px 12px 0 rgba(246, 79, 183, 0.10);
  border: none !important;
  transition: background 0.2s, color 0.2s, box-shadow 0.2s;
  min-width: 180px;
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

/* Small, square hero buttons */
.btn-square {
  border-radius: 0% !important;
  width: 50px !important;
  height: 50px !important;
  min-width: 180px !important;
  min-height: 44px !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 12px 0 rgba(246, 79, 183, 0.10);
  border: none !important;
  letter-spacing: 0.01em;
  padding: 0 !important;
}

/* Smaller nav button */
.btn-small {
  border-radius: 999px !important;
  padding: 6px 20px !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  letter-spacing: 0.01em;
  min-width: 0 !important;
  min-height: 0 !important;
  box-shadow: 0 2px 12px 0 rgba(246, 79, 183, 0.10);
  border: none !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
}

.hero-title {
  font-size: 40px !important;
  color: #fff !important;
  width: 790px !important;
  line-height: 1.1 !important;
  letter-spacing: 0.01em !important;
  font-family: 'Druk Wide Bold', Arial, Helvetica, sans-serif !important;
  font-weight: bold !important;
  margin-bottom: 20px !important;
}

.hero-subtext {
  font-size: 16px !important;
  color: #fff !important;
  width: 560px !important;
  margin-top: 20px !important;
  margin-bottom: 32px !important;
  line-height: 1.5 !important;
  letter-spacing: 0.01em !important;
}

.hero-gradient {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 178px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
  pointer-events: none;
  z-index: 2;
}

.services-section {
  background: var(--white-bg);
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}

.services-title {
  font-size: 32px !important;
  letter-spacing: 0.04em !important;
  line-height: 1.1 !important;
  margin-bottom: 18px !important;
  font-weight: bold !important;
  text-transform: uppercase;
}

.services-accent {
  width: 56px;
  height: 4px;
  background: var(--blue);
  border-radius: 2px;
  margin-top: 12px;
  margin-bottom: 32px;
}

.services-card {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  border-radius: 32px;
  /* overflow: hidden; */
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 280px;
  box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.04);
}

.services-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.services-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--pink-primary);
  opacity: 0.75;
  z-index: 2;
}

.services-content {
  position: relative;
  z-index: 3;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.services-card-title {
  font-size: 20px !important;
  color: var(--black) !important;
  margin-bottom: 12px !important;
  text-align: center;
  letter-spacing: 0.01em;
}

.btn-services {
  padding: 10px 32px !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  letter-spacing: 0.01em;
  min-width: 140px;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.brands-section {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}

.brands-title {
  font-size: 32px !important;
  letter-spacing: 0.04em !important;
  line-height: 1.1 !important;
  margin-bottom: 18px !important;
  font-weight: bold !important;
  text-transform: uppercase;
}

.brands-accent {
  width: 61px;
  height: 4px;
  background: var(--blue);
  border-radius: 2px;
  margin-top: 12px;
  margin-bottom: 32px;
}

.brands-row {
  gap: 32px !important;
}

.brand-logo {
  width: 230px;
  height: auto;
  object-fit: cover;
  transition: transform 0.2s, box-shadow 0.2s;
}

/* .brand-logo:hover {
  transform: scale(1.04);
  box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.12);
} */

.brand-arrow {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #fff;
  border: 1.5px solid #e5e5e5;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 16px;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.06);
  transition: background 0.2s, box-shadow 0.2s;
  padding: 0;
}

.brand-arrow img {
  width: 30px;
  height: 30px;
}

.brand-arrow:hover {
  background: var(--pink-primary);
  box-shadow: 0 4px 16px 0 rgba(246, 79, 183, 0.10);
}

.btn-brands {
  /* border-radius: 999px !important; */
  /* padding: 12px 48px !important; */
  font-size: 18px !important;
  font-weight: 600 !important;
  letter-spacing: 0.01em;
  min-width: 180px;
  color: #000 !important;
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.works-section {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}

.works-title {
  font-size: 32px !important;
  letter-spacing: 0.04em !important;
  line-height: 1.1 !important;
  margin-bottom: 18px !important;
  font-weight: bold !important;
  text-transform: uppercase;
}

.works-accent {
  width: 61px;
  height: 4px;
  background: var(--blue);
  border-radius: 2px;
  margin-top: 12px;
  margin-bottom: 32px;
}

.works-row {
  gap: 32px !important;
}

.works-card {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  border-radius: 32px;
  overflow: hidden;
  min-height: 350px;
  box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.04);
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.works-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.works-gradient {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
  z-index: 2;
}

.works-content {
  position: relative;
  z-index: 3;
  width: 100%;
  padding: 24px 18px 18px 18px;
  text-align: left;
}

.works-card-title {
  font-size: 20px !important;
  color: #fff !important;
  margin-bottom: 8px !important;
  text-align: left;
  letter-spacing: 0.01em;
}

.works-card-desc {
  font-size: 12px !important;
  color: #fff !important;
  margin-bottom: 0 !important;
  line-height: 1.4;
}

.btn-works {
  border-radius: 999px !important;
  padding: 12px 38px !important;
  font-size: 18px !important;
  font-weight: 600 !important;
  letter-spacing: 0.01em;
  min-width: 160px;
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.testimonials-section {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}

.testimonials-title {
  font-size: 32px !important;
  letter-spacing: 0.04em !important;
  line-height: 1.1 !important;
  margin-bottom: 18px !important;
  font-weight: bold !important;
  text-transform: uppercase;
}

.testimonials-accent {
  width: 69px;
  height: 4px;
  background: var(--blue);
  border-radius: 2px;
  margin-top: 12px;
  margin-bottom: 32px;
}

.testimonial-arrows {
  gap: 24px !important;
}

.btn-testimonial {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #fff;
  border: 1.5px solid #e5e5e5;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.06);
  transition: background 0.2s, box-shadow 0.2s;
  padding: 0;
}

.btn-testimonial img {
  width: 30px;
  height: 30px;
}

.btn-testimonial:hover {
  background: var(--pink-primary);
  box-shadow: 0 4px 16px 0 rgba(246, 79, 183, 0.10);
}

.testimonial-card {
  background: #fff;
  border-radius: 32px;
  box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.04);
  padding: 48px 40px;
  max-width: 900px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.testimonial-content {
  width: 100%;
  display: flex;
  align-items: flex-start;
  gap: 24px;
}

.testimonial-quote {
  width: 50px;
  height: 50px;
}

.testimonial-text {
  font-size: 20px !important;
  color: var(--black) !important;
  max-width: 800px;
  margin-bottom: 0 !important;
  line-height: 1.5;
}

.testimonial-author {
  font-size: 15px !important;
  color: var(--black) !important;
  font-weight: 600;
}

.blogs-section {
  /* padding-top: 80px !important; */
  /* padding-bottom: 80px !important; */
}

.blogs-title {
  font-size: 32px !important;
  letter-spacing: 0.04em !important;
  line-height: 1.1 !important;
  margin-bottom: 18px !important;
  font-weight: bold !important;
  text-transform: uppercase;
}

.blogs-accent {
  width: 61px;
  height: 4px;
  background: var(--blue);
  border-radius: 2px;
  margin-top: 12px;
  margin-bottom: 32px;
}

.blogs-row {
  gap: 32px !important;
}

.blog-card {
  background: #fff;
  /* border-radius: 32px; */
  /* box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.04); */
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-height: 540px;
}

.blog-img {
  width: 100%;
  height: 368px;
  object-fit: cover;
  /* border-top-left-radius: 32px;
  border-top-right-radius: 32px; */
}

.blog-content {
  padding: 32px 28px 28px 0px;
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
}

.blog-date {
  font-size: 16px !important;
  color: var(--grey) !important;
  margin-bottom: 12px;
}

.blog-title {
  font-size: 18px !important;
  color: var(--black) !important;
  margin-bottom: 24px !important;
  font-weight: 600 !important;
  line-height: 1.3;
  font-family: 'Poppins';
}

.btn-blog {
  /* border-radius: 999px !important; */
  padding: 10px 32px !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  letter-spacing: 0.01em;
  min-width: 120px;
  color: #000 !important;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: auto;
}

.footer-section {
  background: #011444;
  color: #fff;
  padding-top: 80px !important;
  padding-bottom: 0 !important;
}

.footer-logo {
  height: 95px;
  width: 161px;
  background: url('http://localhost:3845/assets/7a9d2abefad3b3db5e7a88c8fdfc176ea7488f17.png') center/cover no-repeat;
}

.footer-contact img {
  width: 30px;
  height: 30px;
}

.footer-contact .poppins {
  font-size: 20px;
  color: #fff;
}

.footer-social a img {
  width: 40px;
  height: 40px;
  filter: grayscale(0.2);
  transition: filter 0.2s, transform 0.2s;
}

.footer-social a:hover img {
  filter: grayscale(0);
  transform: scale(1.1);
}

.footer-links-title {
  font-size: 20px !important;
  color: var(--pink-primary) !important;
  font-weight: 600 !important;
}

.footer-links {
  font-size: 20px;
  color: #fff;
  margin-bottom: 0;
}

.footer-links a {
  color: #fff !important;
  transition: color 0.2s;
}

.footer-links a.text-green {
  color: var(--green-action) !important;
}

.footer-links a:hover {
  color: var(--blue) !important;
}

.footer-copyright {
  background: var(--pink-primary);
  color: #000;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  padding: 0;
}

.footer-copyright img {
  width: 12.5px;
  height: 12.5px;
}

.footer-copyright span {
  font-size: 16px;
  color: #000;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}

/* --- OUR RECENT WORKS Slick Slider Center Mode --- */
.works-slider .works-card {
  transition: transform 0.4s cubic-bezier(.4, 2, .6, 1), box-shadow 0.4s;
  opacity: 0.7;
  transform: scale(0.85);
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.08);
  border-radius: 32px;
  overflow: hidden;
  min-height: 340px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  position: relative;
}

.works-slider .slick-center>.works-card {
  opacity: 1;
  transform: scale(1.08);
  z-index: 2;
  box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.18);
}

.works-slider .slick-slide {
  padding: 0 12px;
}

.works-slider .works-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.works-slider .works-gradient {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
  z-index: 2;
}

.works-slider .works-content {
  position: relative;
  z-index: 3;
  width: 100%;
  padding: 24px 18px 18px 18px;
  text-align: left;
}

.works-slider .works-card-title {
  font-size: 20px !important;
  color: #fff !important;
  margin-bottom: 8px !important;
  text-align: left;
  letter-spacing: 0.01em;
}

.works-slider .works-card-desc {
  font-size: 12px !important;
  color: #fff !important;
  margin-bottom: 0 !important;
  line-height: 1.4;
}

.works-slider .slick-center .works-card-title {
  font-size: 2rem !important;
}

.works-slider .slick-center .works-card-desc {
  font-size: 1.1rem !important;
}

.works-slider .slick-arrow {
  background: #fff !important;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.10);
  z-index: 10;
}

.works-slider .slick-arrow:before {
  color: #4ea6ff;
  font-size: 28px;
}

.works-slider .slick-dots {
  bottom: -36px;
}

@media (max-width: 991px) {
  .works-slider .slick-arrow {
    display: none !important;
  }

  .works-slider .works-card {
    min-height: 220px;
  }

  .works-slider .slick-center .works-card-title {
    font-size: 1.2rem !important;
  }

  .works-slider .slick-center .works-card-desc {
    font-size: 1rem !important;
  }
}