.text-main-color {
  color: #ac17bf;
}

.text-second-color {
  color: #3045e1;
}

.text-light-color {
  color: #f2f2f2;
}

.text-dark {
  color: #0d0d0d;
}

.text-third-color {
  color: #97f9d2;
}

.bg-main-color {
  background-color: #ac17bf;
}

.bg-second-color {
  background-color: #3045e1;
}

.bg-third-color {
  background-color: #97f9d2;
}

.bg-light-color {
  background-color: #f2f2f2;
}

html[lang=en] {
  direction: ltr;
}
html[lang=en] body {
  font-family: "Atkinson Hyperlegible", sans-serif;
}

* {
  margin: 0;
  padding: 0;
  line-height: 1.5;
  box-sizing: border-box;
  scroll-behavior: smooth;
  overscroll-behavior: none;
  -webkit-tap-highlight-color: transparent;
}

body {
  font-family: "Tajawal", sans-serif;
  background: #ffffff;
  color: #0d0d0d;
  overflow-x: hidden;
  position: relative;
  scroll-behavior: smooth;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

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

button {
  border: none;
  border: 0 !important;
  background-color: transparent;
}

button:active,
button:focus,
.button,
button:focus,
.btn {
  box-shadow: none !important;
}

input,
textarea {
  box-shadow: none;
  border: none;
  outline: none;
  background: none;
}

input {
  border-radius: 10px !important;
  -webkit-border-radius: 10px !important;
  -moz-border-radius: 10px !important;
  -ms-border-radius: 10px !important;
  -o-border-radius: 10px !important;
}

.form-control {
  padding: 8px 0.75rem;
}

img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
}

p {
  margin: 0;
}

/********************* shared style  *********************/
.sec-header {
  font-size: clamp(1.7rem, 5vw, 2rem);
}
.sec-header p {
  color: #666666;
  font-size: 1.2rem;
  max-width: 600px;
  margin: 0 auto;
}

/* Custom Scrollbar Styles */
::-webkit-scrollbar {
  width: 10px;
  background: #f2f2f2;
}

::-webkit-scrollbar-thumb {
  background: linear-gradient(135deg, #ac17bf 60%, #3045e1 100%);
  border-radius: 8px;
}

::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(135deg, rgb(206.9158878505, 36.3317757009, 228.6682242991) 60%, rgb(92.5443037975, 109.0253164557, 231.4556962025) 100%);
}

::-webkit-scrollbar-track {
  background: #f2f2f2;
  border-radius: 8px;
}

/* Firefox */
* {
  scrollbar-width: thin;
  scrollbar-color: #0d0d0d #f2f2f2;
}

.btn-solid-main {
  position: relative;
  display: inline-block;
  margin: 15px;
  padding: 8px 32px;
  text-align: center;
  font-size: 18px;
  letter-spacing: 1px;
  text-decoration: none;
  color: #ac17bf;
  background: rgba(230, 196, 234, 0.1490196078);
  cursor: pointer;
  transition: all ease-out 0.5s;
  border: 2px solid rgba(172, 23, 191, 0.1294117647) !important;
  border-radius: 10px;
  box-shadow: inset 0 0 0 0 #97f9d2;
}
.btn-solid-main:hover {
  color: white;
  box-shadow: inset 0 -100px 0 0 #ac17bf;
  border: 2px solid transparent !important;
}
.btn-solid-main:active {
  transform: scale(0.9);
}

.btn-outline-main {
  position: relative;
  display: inline-block;
  border: 2px solid #ac17bf !important;
  border-radius: 12px;
  padding: 8px 32px;
  font-weight: bold;
  font-size: 1rem;
  color: #ffffff;
  background-color: #ac17bf;
  transition: all 0.3s ease;
  cursor: pointer;
  box-shadow: 0 0 15px rgba(172, 23, 191, 0.5);
}
.btn-outline-main:hover {
  background-color: #ac17bf;
  color: white;
  box-shadow: 0 0 25px rgba(172, 23, 191, 0.8), inset 0 0 10px rgba(172, 23, 191, 0.3);
}
.btn-outline-main::after {
  content: "";
  position: absolute;
  inset: -8px;
  background-color: transparent;
  border-radius: 12px;
  border: 2px solid #ac17bf;
  opacity: 0.3;
  transition: all 0.3s ease;
  pointer-events: none;
}
section,
body {
  overflow-x: hidden;
}

.section-header {
  text-align: center;
  margin-bottom: 36px;
  position: relative;
  z-index: 2;
}
.section-header .section-title {
  font-size: 2.4rem;
  color: var(--primary-color, #6a0f76);
  margin: 0;
  font-weight: 800;
}
@media (max-width: 992px) {
  .section-header .section-title {
    font-size: 2rem;
  }
}
@media (max-width: 576px) {
  .section-header .section-title {
    font-size: 1.6rem;
  }
}
.section-header .section-desc {
  color: #6b6b6b;
  max-width: 900px;
  margin: 8px auto 0;
  font-size: 1.15rem;
  line-height: 1.8;
}
@media (max-width: 992px) {
  .section-header .section-desc {
    font-size: 1rem;
    padding: 0 15px;
  }
}
@media (max-width: 576px) {
  .section-header .section-desc {
    font-size: 0.95rem;
  }
}

/* ==================START HEADER==================== */
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 101;
  padding: 10px 0;
  transition: all 0.6s ease;
  /* ===== Scroll Effect ===== */
  /* ===== Header Content ===== */
  /* ===== Logo ===== */
  /* ===== Burger Button ===== */
  /* ===== Menu (Mobile Default) ===== */
  /* ===== Overlay ===== */
  /* ===== Nav Items ===== */
  /* ===== Desktop View ===== */
  /* ===== Tablet View ===== */
}
.header .container {
  border-radius: 20px;
  transition: all 0.6s ease;
}
.header--scrolled .container {
  background: #fff;
  box-shadow: 0 2px 16px rgba(172, 23, 191, 0.1294117647);
  max-width: min(100% - 8px, 1100px);
  padding-block: 6px;
}
.header--scrolled .header__logo img {
  filter: none !important;
  transition: filter 0.4s;
}
.header--scrolled .header__nav-link {
  transition: color 0.4s;
}
.header .header__content {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}
.header .header__content .btn-outline-main {
  padding: 4px 12px;
  color: #ac17bf;
  background-color: transparent;
  cursor: pointer;
  border: 2px solid #ac17bf !important;
  box-shadow: inset 0 0 0 0 #ac17bf;
  transition: all ease-out 0.5s;
}
.header .header__content .btn-outline-main:hover {
  color: #fff;
  box-shadow: inset 0 -100px 0 0 #ac17bf;
  border: 2px solid transparent !important;
}
.header .header__logo {
  display: inline-flex;
  align-items: center;
  width: 160px;
}
.header .header__logo img {
  width: 100%;
}
.header .header__btn {
  position: relative;
  width: 26px;
  height: 22px;
  border: none;
  background: none;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.header .header__btn span {
  width: 100%;
  height: 3px;
  background-color: #bdbdbd;
  border-radius: 2px;
  transition: all 0.4s ease;
}
.header .header__btn.header__btn--active span:nth-child(2) {
  width: 70%;
}
.header .header__btn.header__btn--active span:nth-child(3) {
  width: 40%;
}
.header .header__menu {
  position: fixed;
  top: 0;
  right: -100%;
  bottom: 0;
  z-index: 0;
  width: 260px;
  background-color: #ffffff;
  padding: 80px 25px 25px;
  display: flex;
  flex-direction: column;
  transition: right 0.4s ease;
}
@media screen and (max-width: 992px) {
  .header .header__menu {
    height: 100dvh;
  }
}
.header .header__menu.header__menu--active {
  right: 0;
  top: -10px;
}
.header .header__overlay {
  position: fixed;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.header .header__overlay.header__overlay--active {
  opacity: 1;
  visibility: visible;
}
.header .header__nav {
  display: flex;
  flex-direction: column;
  /* gap: 20px; */
}
.header .header__nav .header__nav-link {
  color: #0d0d0d;
  font-size: 18px;
  font-weight: 500;
  transition: color 0.3s ease;
}
@media screen and (max-width: 992px) {
  .header .header__nav .header__nav-link {
    color: #0d0d0d;
  }
}
.header .header__nav .header__nav-link:hover {
  color: #ac17bf;
}
@media (min-width: 1200px) {
  .header .header__btn {
    display: none;
  }
  .header .header__menu {
    position: relative;
    flex-direction: row;
    align-items: center;
    background: none;
    width: auto;
    padding: 0;
    right: -100px;
    top: auto;
    transform: none;
  }
  .header .header__nav {
    flex-direction: row;
    gap: 25px;
  }
  .header .header__nav-link {
    color: #fff;
    font-size: 17px;
  }
  .header .header__overlay {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .header .header__content {
    gap: 100px;
  }
  .header .header__menu {
    width: 280px;
  }
}

/* ==================END HEADER==================== */
/* ==================START HERO==================== */
#home {
  position: relative;
  top: 0;
  height: 100dvh;
  overflow: hidden;
  background: url("./../assets/diamond-upholstery.png");
}
#home::before {
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  bottom: 0;
  left: 0%;
  box-shadow: 0px 0px 25vw 25vw #f7bcff;
  z-index: -2;
  opacity: 0.6;
}
#home::after {
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  top: 0;
  right: 0%;
  box-shadow: 0px 0px 25vw 25vw #f7bcff;
  z-index: -2;
  opacity: 0.6;
}
#home .overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(270deg, rgba(255, 255, 255, 0.38));
  background-blend-mode: overlay;
  background-size: 400% 400%;
  animation: gradientShift 15s ease infinite;
  z-index: 1;
}
@keyframes gradientShift {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
#home .hero-content {
  position: relative;
  z-index: 2;
  color: #0d0d0d;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  padding: 0 1.5rem;
}
#home .hero-content h1 {
  margin: 0 0 1rem 0;
  font-weight: 900;
  font-size: clamp(1.8rem, 4vw + 0.5rem, 3.8rem);
  line-height: 1.1;
  letter-spacing: -0.02em;
}
#home .hero-content .brand {
  color: #ac17bf !important;
}
#home .hero-content p {
  font-size: clamp(0.9rem, 1.2vw + 0.5rem, 1.25rem);
  color: #333333;
  line-height: 1.7;
  max-width: min(100% - 24px, 800px);
  margin: 0 auto;
  text-wrap: balance;
}
#home .hero-content .btn-solid-main {
  transition: all 0.5s ease;
}
#home .hero-content .btn-solid-main:hover svg path {
  fill: #fff;
}

@media (min-width: 332px) and (max-width: 768px) {
  #home {
    margin-top: 30px;
  }
}
/* ==================END HERO==================== */
/* ==================START ABOUT SECTION==================== */
#about {
  position: relative;
  overflow: hidden;
  z-index: 10;
  background: #f6f7f9;
}
#about::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../assets/ab.png");
  background-position: 20% 50%, 80% 50%, center;
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-blend-mode: overlay, overlay, normal;
  background-size: cover;
  pointer-events: none;
}
#about::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: radial-gradient(circle at 80% 50%, rgba(255, 105, 180, 0.04) 0%, transparent 50%);
}
#about .year {
  font-size: 180px;
  font-weight: 900;
  color: transparent;
  -webkit-text-stroke: 2px gray;
  text-stroke: 2px gray;
  letter-spacing: 15px;
  line-height: 1;
  margin: 0;
}
@media (max-width: 768px) {
  #about .year {
    font-size: 100px;
  }
}
#about .about-title {
  color: transparent;
  white-space: nowrap;
  text-shadow: 0 0 20px rgba(255, 255, 255, 0.3);
  -webkit-text-stroke: 1px #0d0d0d;
  text-stroke: 1px #0d0d0d;
  font-size: 48px;
}
#about p.established {
  position: absolute;
  left: 11%;
  top: 78%;
  /* transform: translateY(-50%) rotate(-90deg); */
  font-size: 40px;
  font-weight: 700;
  color: transparent;
  -webkit-text-stroke: 2px gray;
  text-stroke: 2px gray;
  letter-spacing: 12px;
  transform-origin: center;
  white-space: nowrap;
  text-shadow: 0 0 20px rgba(255, 255, 255, 0.3);
}
@media screen and (max-width: 768px) {
  #about p.established {
    top: 84%;
    left: 10%;
  }
}
#about .about-badge {
  display: inline-block;
  padding: 8px 20px;
  background: linear-gradient(135deg, rgba(10, 132, 255, 0.06), rgba(0, 180, 216, 0.06));
  border: 1px solid rgba(10, 132, 255, 0.12);
  border-radius: 30px;
  color: #05507a;
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 15px;
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
  box-shadow: 0 6px 18px rgba(10, 132, 255, 0.06);
}
@media (max-width: 768px) {
  #about .about-badge {
    font-size: 12px;
    padding: 6px 16px;
  }
}
#about .section-title-main {
  font-size: 3rem;
  font-weight: 900;
  margin-bottom: 15px;
  color: #0b2540;
}
#about .section-title-main .gradient-text {
  background: linear-gradient(135deg, #0366d6 0%, #00a8ff 50%, #7b61ff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  display: inline-block;
  text-shadow: 0 0 10px rgba(0, 160, 255, 0.06);
}
@media (max-width: 992px) {
  #about .section-title-main {
    font-size: 2.5rem;
  }
}
@media (max-width: 768px) {
  #about .section-title-main {
    font-size: 2rem;
  }
}
@media (max-width: 576px) {
  #about .section-title-main {
    font-size: 1.75rem;
  }
}
#about .section-subtitle {
  font-size: 1.1rem;
  color: rgba(8, 24, 40, 0.75);
  margin-bottom: 40px;
  line-height: 1.8;
}
@media (max-width: 768px) {
  #about .section-subtitle {
    font-size: 1rem;
    margin-bottom: 30px;
  }
}
#about .about__img-container {
  position: relative;
  padding: 20px;
}
@media (max-width: 768px) {
  #about .about__img-container {
    padding: 0px;
  }
}
#about .about__img-container .img-glow-wrapper {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 14px 40px rgba(16, 24, 40, 0.06);
}
#about .about__img-container .img-glow-wrapper .img-border-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 20px;
  z-index: 1;
  pointer-events: none;
  border: 6px solid;
  box-shadow: 0 0 24px 0 rgba(123, 97, 255, 0.12);
  opacity: 0.85;
  transition: opacity 0.8s cubic-bezier(0.77, 0, 0.175, 1), transform 1s cubic-bezier(0.77, 0, 0.175, 1);
  will-change: opacity, transform;
}
#about .about__img-container .img-glow-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(0, 170, 255, 0.288), rgba(255, 105, 180, 0.303));
  pointer-events: none;
}
#about .about__img-container .img-glow-wrapper img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.5s ease;
}
#about .story-card {
  border-radius: 20px;
  padding: 28px;
  margin-bottom: 30px;
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  transition: all 0.3s ease;
}
#about .story-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 42px rgba(16, 24, 40, 0.06);
  border-color: rgba(0, 160, 255, 0.08);
}
#about .story-card .story-icon {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, rgba(0, 168, 255, 0.06), rgba(123, 97, 255, 0.04));
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
#about .story-card .story-icon i {
  font-size: 30px;
  background: linear-gradient(135deg, #0366d6, #00a8ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#about .story-card h3 {
  font-weight: 700;
  color: #072039;
  margin-bottom: 12px;
}
#about .story-card .about-text {
  font-size: 1rem;
  color: rgba(8, 24, 40, 0.75);
  line-height: 1.8;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  #about .story-card {
    padding: 22px 0;
  }
  #about .story-card .story-icon {
    width: 50px;
    height: 50px;
  }
  #about .story-card .story-icon i {
    font-size: 24px;
  }
  #about .story-card h3 {
    font-size: 1.25rem;
  }
  #about .story-card p {
    font-size: 0.95rem;
  }
}
#about .features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  #about .features-grid {
    grid-template-columns: 1fr;
    gap: 15px;
  }
}
#about .feature-item {
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(8, 24, 40, 0.04);
  border-radius: 15px;
  padding: 22px 18px;
  text-align: center;
  transition: all 0.3s ease;
}
#about .feature-item:hover {
  background: rgba(250, 251, 255, 0.98);
  border-color: rgba(0, 160, 255, 0.06);
  transform: translateY(-4px);
}
#about .feature-item .feature-icon-wrapper {
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, rgba(0, 168, 255, 0.04), rgba(255, 105, 180, 0.03));
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 15px;
  transition: all 0.5s ease;
}
#about .feature-item .feature-icon-wrapper i {
  font-size: 24px;
  color: #0366d6;
}
#about .feature-item .feature-content h4 {
  font-size: 1rem;
  font-weight: 600;
  color: #072039;
  margin-bottom: 8px;
}
#about .feature-item .feature-content p {
  font-size: 0.85rem;
  color: rgba(8, 24, 40, 0.65);
  margin-bottom: 0;
  line-height: 1.6;
}
@media (max-width: 768px) {
  #about .feature-item {
    padding: 18px 14px;
  }
  #about .feature-item .feature-icon-wrapper {
    width: 45px;
    height: 45px;
  }
  #about .feature-item .feature-icon-wrapper i {
    font-size: 20px;
  }
  #about .feature-item .feature-content h4 {
    font-size: 0.95rem;
  }
  #about .feature-item .feature-content p {
    font-size: 0.8rem;
  }
}
#about .stats-bar {
  background: linear-gradient(135deg, rgba(3, 102, 214, 0.03), rgba(255, 255, 255, 0.6));
  border: 1px solid rgba(10, 24, 40, 0.04);
  border-radius: 20px;
  padding: 26px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  box-shadow: 0 10px 30px rgba(16, 24, 40, 0.04);
}
#about .stats-bar .stat-box {
  text-align: center;
  flex: 1;
}
#about .stats-bar .stat-box .stat-number {
  font-size: 2.5rem;
  font-weight: 900;
  background: linear-gradient(135deg, #0366d6, #7b61ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: block;
  margin-bottom: 8px;
}
#about .stats-bar .stat-box .stat-label {
  font-size: 0.95rem;
  color: rgba(8, 24, 40, 0.65);
  font-weight: 600;
}
#about .stats-bar .stat-divider {
  width: 1px;
  height: 60px;
  background: linear-gradient(to bottom, transparent, rgba(3, 102, 214, 0.12), transparent);
}
@media (max-width: 992px) {
  #about .stats-bar .stat-box .stat-number {
    font-size: 2rem;
  }
  #about .stats-bar .stat-box .stat-label {
    font-size: 0.85rem;
  }
  #about .stats-bar .stat-divider {
    height: 50px;
  }
}
@media (max-width: 768px) {
  #about .stats-bar {
    flex-direction: column;
    padding: 20px;
  }
  #about .stats-bar .stat-box {
    margin-bottom: 18px;
  }
  #about .stats-bar .stat-box:last-child {
    margin-bottom: 0;
  }
  #about .stats-bar .stat-box .stat-number {
    font-size: 1.8rem;
  }
  #about .stats-bar .stat-box .stat-label {
    font-size: 0.8rem;
  }
  #about .stats-bar .stat-divider {
    display: none;
  }
}
#about .about__img {
  position: relative;
}
#about .about__img .rotating-circle-wrapper {
  position: absolute;
  bottom: -35px;
  right: -35px;
  z-index: 10;
}
#about .about__img .rotating-circle-wrapper .rotating-circle {
  display: block;
  will-change: transform;
}
#about .about__img .rotating-circle-wrapper .animated-ring {
  animation: dashOffset 3s linear infinite;
}
@keyframes dashOffset {
  to {
    stroke-dashoffset: -24;
  }
}
#about .about__img .rotating-circle-wrapper .glow-ring {
  animation: glowPulse 3s ease-in-out infinite;
}
@keyframes glowPulse {
  0%, 100% {
    opacity: 0.25;
  }
  50% {
    opacity: 0.5;
  }
}
#about .about__img .rotating-circle-wrapper .circular-text {
  text-transform: uppercase;
  font-family: "Tajawal", sans-serif;
  text-shadow: 0 0 6px rgba(3, 102, 214, 0.08);
  color: #072039;
}
#about .about__img .rotating-circle-wrapper .center-badge {
  filter: drop-shadow(0 0 10px rgba(3, 102, 214, 0.08));
}
#about .about__img .rotating-circle-wrapper .center-badge-bg {
  animation: bgPulse 3s ease-in-out infinite;
}
@keyframes bgPulse {
  0%, 100% {
    opacity: 0.05;
  }
  50% {
    opacity: 0.12;
  }
}
#about .about__img .rotating-circle-wrapper .year-text {
  font-family: "Tajawal", sans-serif;
  color: #072039;
  text-shadow: 0 0 8px rgba(3, 102, 214, 0.06);
}
#about .about__img .rotating-circle-wrapper .since-text {
  font-family: "Tajawal", sans-serif;
  text-transform: uppercase;
  color: #072039;
  text-shadow: 0 1px 6px rgba(8, 24, 40, 0.04);
}
#about .about__img .rotating-circle-wrapper .star-dot {
  animation: starTwinkle 2s ease-in-out infinite;
}
@keyframes starTwinkle {
  0%, 100% {
    opacity: 0.6;
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(1.25);
  }
}
@media (max-width: 992px) {
  #about .about__img .rotating-circle-wrapper {
    bottom: -25px;
    right: -25px;
  }
  #about .about__img .rotating-circle-wrapper .rotating-circle {
    width: 180px;
    height: 180px;
  }
}
@media (max-width: 768px) {
  #about .about__img .rotating-circle-wrapper {
    bottom: -20px;
    right: -20px;
  }
  #about .about__img .rotating-circle-wrapper .rotating-circle {
    width: 160px;
    height: 160px;
  }
  #about .about__img .rotating-circle-wrapper .circular-text {
    font-size: 12px;
    letter-spacing: 5px;
  }
  #about .about__img .rotating-circle-wrapper .year-text {
    font-size: 26px;
  }
  #about .about__img .rotating-circle-wrapper .since-text {
    font-size: 9px;
  }
}
@media (max-width: 576px) {
  #about .about__img .rotating-circle-wrapper {
    bottom: -15px;
    right: -15px;
  }
  #about .about__img .rotating-circle-wrapper .rotating-circle {
    width: 140px;
    height: 140px;
  }
  #about .about__img .rotating-circle-wrapper .circular-text {
    font-size: 10px;
    letter-spacing: 4px;
  }
  #about .about__img .rotating-circle-wrapper .year-text {
    font-size: 22px;
  }
  #about .about__img .rotating-circle-wrapper .since-text {
    font-size: 8px;
  }
}

/* ==================END ABOUT SECTION==================== */
/* ==================START vision-mission==================== */
/* ==================END vision-mission==================== */
/* ==================START VALUES==================== */
#values {
  position: relative;
  overflow: hidden;
  z-index: 10;
  background: #f6f7f9;
  height: 100dvh;
}

/* #values .timeline-content {
  color: #0a0a0a;
} */

/* ==================END VALUES==================== */
/* ==================START VALUES SECTION (moved from inline)==================== */
.values-section {
  background: #f2f2f2;
  color: #333;
  overflow-x: hidden;
  position: relative;
  padding: 100px 0;
}
.values-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../assets/ab.png") no-repeat center/contain;
  z-index: 0;
  opacity: 0.05;
}
.values-section::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(242, 242, 242, 0.5137254902);
  background-blend-mode: overlay;
  pointer-events: none;
}
.values-section .timeline {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
  padding: 50px 20px;
}
.values-section .timeline::before {
  content: "";
  position: absolute;
  top: 0;
  right: 50%;
  transform: translateX(50%);
  width: 4px;
  height: 100%;
  background: linear-gradient(to bottom, var(--primary-color, #6a0f76), #3045e1, #97f9d2);
  border-radius: 10px;
  opacity: 0.2;
}
@media (max-width: 992px) {
  .values-section .timeline::before {
    right: auto;
    left: 20px;
    transform: none;
  }
}
.values-section .timeline .progress-line {
  position: absolute;
  top: 0;
  right: 50%;
  transform: translateX(50%);
  width: 4px;
  height: 0;
  background: #6a0f76;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(172, 23, 191, 0.4);
  z-index: 1;
}
@media (max-width: 992px) {
  .values-section .timeline .progress-line {
    right: auto;
    left: 20px;
    transform: none;
  }
}
.values-section .timeline .progress-icon {
  position: absolute;
  top: 0;
  right: 50%;
  transform: translateX(50%);
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: linear-gradient(180deg, rgb(255, 255, 255), #fff);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
  z-index: 3;
  pointer-events: none;
}
.values-section .timeline .progress-icon img {
  width: 62%;
  height: 62%;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 50%;
}
@media (max-width: 992px) {
  .values-section .timeline .progress-icon {
    left: 0;
    right: auto;
    transform: translateX(0);
    width: 48px;
    height: 48px;
  }
}
@media (max-width: 576px) {
  .values-section .timeline .progress-icon {
    width: 40px;
    height: 40px;
  }
}
.values-section .timeline .timeline-item {
  position: relative;
  width: 50%;
  padding: 30px 40px;
  box-sizing: border-box;
  z-index: 1;
}
.values-section .timeline .timeline-item .timeline-dot {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #fff;
  border: 4px solid var(--primary-color, #6a0f76);
  box-shadow: 0 6px 18px rgba(172, 23, 191, 0.12);
  z-index: 2;
}
.values-section .timeline .timeline-item:nth-child(odd) {
  /* right: 50%; */
  text-align: right;
}
.values-section .timeline .timeline-item:nth-child(odd) .timeline-dot {
  right: -22px;
}
.values-section .timeline .timeline-item:nth-child(even) {
  /* left: 0%; */
  text-align: right;
}
.values-section .timeline .timeline-item:nth-child(even) .timeline-dot {
  left: -22px;
}
.values-section .timeline .timeline-item .timeline-content {
  background: #fff;
  padding: 25px;
  border-radius: 15px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}
.values-section .timeline .timeline-item .timeline-content:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 25px rgba(172, 23, 191, 0.15);
}
.values-section .timeline .timeline-item .timeline-content h3 {
  margin: 0;
  color: var(--primary-color, #6a0f76);
  font-size: 1.4rem;
}
@media (max-width: 576px) {
  .values-section .timeline .timeline-item .timeline-content h3 {
    font-size: 1.1rem;
  }
}
.values-section .timeline .timeline-item .timeline-content p {
  color: #000;
  line-height: 1.8;
  margin-top: 10px;
  font-size: 1rem;
}
@media (max-width: 576px) {
  .values-section .timeline .timeline-item .timeline-content p {
    font-size: 0.9rem;
  }
}
@media (max-width: 992px) {
  .values-section .timeline .timeline-item .timeline-content {
    padding: 20px;
  }
}
@media (max-width: 992px) {
  .values-section .timeline .timeline-item {
    width: 100%;
    padding: 20px 60px;
    text-align: right;
  }
  .values-section .timeline .timeline-item .timeline-dot {
    right: auto;
    left: 8px;
  }
}
@media (max-width: 576px) {
  .values-section .timeline .timeline-item {
    padding: 20px;
  }
}
@media (max-width: 992px) {
  .values-section .timeline .timeline-item:nth-child(even),
  .values-section .timeline .timeline-item:nth-child(odd) {
    left: 0;
    right: 0;
    text-align: right;
  }
}
@media (max-width: 992px) {
  .values-section {
    padding: 60px 0;
  }
}

/* ==================END VALUES SECTION==================== */
#contact,
#become-a-partner {
  background: #fff;
  min-height: 80dvh;
  position: relative;
  /* When merged (controlled by JS) we can reduce radius and show glow */
}
#contact .contact-inner,
#become-a-partner .contact-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  gap: 28px;
  align-items: stretch;
  padding: 0px 20px 80px;
  position: relative;
  z-index: 2;
}
#contact .contact-panel,
#become-a-partner .contact-panel {
  flex: 1 1 50%;
  background: rgba(255, 255, 255, 0.98);
  border-radius: 20px;
  padding: 28px;
  box-shadow: 0 10px 30px rgba(16, 24, 40, 0.06);
  transition: transform 0.6s ease, border-radius 0.35s ease, box-shadow 0.35s ease;
  position: relative;
  overflow: hidden;
}
#contact .contact-panel h3,
#become-a-partner .contact-panel h3 {
  margin-top: 0;
  margin-bottom: 18px;
  color: #ac17bf;
  font-size: 1.4rem;
}
#contact .contact-form-el,
#become-a-partner .contact-form-el {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  align-items: start;
}
#contact .contact-form-el .field,
#become-a-partner .contact-form-el .field {
  display: flex;
  flex-direction: column;
  margin-bottom: 0;
}
#contact .contact-form-el .field span,
#become-a-partner .contact-form-el .field span {
  display: inline-block;
  margin-bottom: 0.4rem;
  font-weight: 600;
  color: rgba(8, 24, 40, 0.8);
}
#contact .contact-form-el .field input,
#contact .contact-form-el .field select,
#contact .contact-form-el .field textarea,
#become-a-partner .contact-form-el .field input,
#become-a-partner .contact-form-el .field select,
#become-a-partner .contact-form-el .field textarea {
  width: 100%;
  box-sizing: border-box;
  padding: 0.6rem 0.75rem;
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  background: #fff;
  direction: rtl;
  font-size: 0.95rem;
}
#contact .contact-form-el .field textarea,
#become-a-partner .contact-form-el .field textarea {
  min-height: 120px;
  resize: vertical;
}
#contact .contact-form-el select:focus-within,
#become-a-partner .contact-form-el select:focus-within {
  outline: 1px solid #ac17bf;
}
#contact .contact-form-el .field--full,
#become-a-partner .contact-form-el .field--full {
  grid-column: 1/-1;
}
#contact .contact-form-el .form-actions,
#become-a-partner .contact-form-el .form-actions {
  grid-column: 1/-1;
  text-align: right;
}
#contact .contact-form-el .form-actions .btn-solid-main,
#become-a-partner .contact-form-el .form-actions .btn-solid-main {
  margin: 0;
}
@media (max-width: 768px) {
  #contact .contact-form-el,
  #become-a-partner .contact-form-el {
    grid-template-columns: 1fr;
  }
  #contact .contact-form-el .form-actions,
  #become-a-partner .contact-form-el .form-actions {
    text-align: center;
  }
}
#contact .contact-info,
#become-a-partner .contact-info {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
#contact .contact-info .office,
#become-a-partner .contact-info .office {
  background: linear-gradient(180deg, rgba(246, 247, 249, 0.8), #fff);
  padding: 14px 16px;
  border-radius: 12px;
  border: 1px solid rgba(8, 24, 40, 0.04);
}
#contact .contact-info .office a,
#become-a-partner .contact-info .office a {
  color: #0d0d0d;
  text-decoration: none;
  font-weight: 700;
}
#contact .contact-info .office .office-address,
#become-a-partner .contact-info .office .office-address {
  margin: 0 0 6px 0;
  color: rgba(8, 24, 40, 0.8);
  line-height: 1.6;
}
#contact .contact-info .office .office-phone,
#become-a-partner .contact-info .office .office-phone {
  color: rgba(8, 24, 40, 0.8);
}
#contact .contact-info .office .office-phone a,
#become-a-partner .contact-info .office .office-phone a {
  color: #0d0d0d;
  text-decoration: none;
  font-weight: 700;
}
#contact .contact-glow,
#become-a-partner .contact-glow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.9);
  width: 46%;
  height: 66%;
  border-radius: 28px;
  pointer-events: none;
  z-index: -1;
  background: radial-gradient(closest-side, rgba(192, 114, 202, 0), rgba(48, 69, 225, 0.04));
  filter: blur(28px);
  opacity: 0;
  transition: opacity 0.45s ease, transform 0.45s ease;
}
#contact.is-merged .contact-panel,
#become-a-partner.is-merged .contact-panel {
  border-radius: 0;
}
#contact.is-merged .contact-glow,
#become-a-partner.is-merged .contact-glow {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}
@media (max-width: 900px) {
  #contact .contact-inner,
  #become-a-partner .contact-inner {
    flex-direction: column;
    padding: 40px 18px;
  }
  #contact .contact-panel,
  #become-a-partner .contact-panel {
    width: 100%;
  }
  #contact .contact-glow,
  #become-a-partner .contact-glow {
    display: none;
  }
}

/* ====== Footer Base ====== */
.site-footer {
  background: linear-gradient(135deg, #0a0a0a, #111111);
  color: #f5f5f5;
  padding: 70px 0 40px;
  font-family: "Tajawal", sans-serif;
  position: relative;
  overflow: hidden;
  /* ====== Layout ====== */
  /* ====== Brand Section ====== */
  /* ====== Quick Links ====== */
  /* ====== Contact Section ====== */
  /* ====== Bottom Section ====== */
}
.site-footer .footer-inner {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}
.site-footer .footer-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 50px;
  margin-bottom: 50px;
}
.site-footer .footer-brand img {
  width: 200px;
}
.site-footer .footer-about {
  font-size: 15px;
  line-height: 1.8;
  color: #ddd;
  margin-bottom: 25px;
}
.site-footer .footer-socials {
  display: flex;
  gap: 12px;
}
.site-footer .footer-socials .social {
  color: #f5f5f5;
  font-size: 18px;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #444;
  border-radius: 50%;
  transition: all 0.3s ease;
}
.site-footer .footer-socials .social:hover {
  background: #ac17bf;
  color: #111;
  border-color: #ac17bf;
  transform: translateY(-3px);
}
.site-footer .footer-links h4 {
  font-size: 18px;
  color: #fff;
  margin-bottom: 20px;
  position: relative;
}
.site-footer .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.site-footer .footer-links li {
  margin-bottom: 10px;
}
.site-footer .footer-links a {
  color: #ccc;
  text-decoration: none;
  transition: color 0.3s ease;
}
.site-footer .footer-links a:hover {
  color: #ac17bf;
}
.site-footer .footer-contact h4 {
  font-size: 18px;
  color: #fff;
  margin-bottom: 20px;
  position: relative;
}
.site-footer .footer-contact .footer-contact-item {
  color: #ccc;
  font-size: 15px;
  margin-bottom: 8px;
}
.site-footer .footer-contact .footer-contact-item a {
  color: #ac17bf;
  text-decoration: none;
}
.site-footer .footer-newsletter {
  margin-top: 20px;
}
.site-footer .footer-newsletter .newsletter-row {
  display: flex;
  align-items: center;
  background: #1a1a1a;
  border-radius: 10px;
}
.site-footer .footer-newsletter .newsletter-row input {
  flex: 1;
  padding: 12px 18px;
  border: none;
  background: transparent;
  color: #fff;
  outline: none;
  font-size: 14px;
}
.site-footer .footer-newsletter .newsletter-row input::-moz-placeholder {
  color: #aaa;
}
.site-footer .footer-newsletter .newsletter-row input::placeholder {
  color: #aaa;
}
.site-footer .footer-bottom {
  border-top: 1px solid #333;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 25px;
  font-size: 14px;
  color: #aaa;
  flex-wrap: wrap;
  gap: 15px;
}

/* ==================START VISION-MISSION==================== */
#vision-mission {
  position: relative;
  overflow: hidden;
  background: #4f0d57;
  color: #fff;
}
#vision-mission::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../assets/services.jpg") center/cover no-repeat;
  filter: brightness(0.4) blur(3px);
  animation: animateBg 20s linear infinite;
  z-index: 0;
}
#vision-mission::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(270deg, rgba(106, 15, 118, 0.7215686275));
  background-blend-mode: overlay;
  background-size: 400% 400%;
  pointer-events: none;
}
@keyframes animateBg {
  0% {
    background-position: 0% 0%;
  }
  50% {
    background-position: 100% 100%;
  }
  100% {
    background-position: 0% 0%;
  }
}
#vision-mission .vision-title-wrap {
  text-align: center;
  margin-bottom: 40px;
  position: relative;
  z-index: 10;
  padding-top: 60px;
}
#vision-mission .vision-title {
  font-size: 2.4rem;
  font-weight: 900;
  color: #fff;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.3);
}
#vision-mission .vision-desc {
  font-size: 1.15rem;
  color: #e0e0e0;
  margin-top: 10px;
  line-height: 1.9;
}
#vision-mission .cards-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: auto;
  min-height: 70dvh;
  padding: 0 10%;
  gap: 40px;
  position: relative;
  z-index: 10;
  flex-wrap: wrap;
}
#vision-mission .cards {
  position: relative;
  width: 45%;
  min-width: 320px;
  height: 420px;
}
#vision-mission .card {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 20px;
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
  padding: 40px 35px;
  box-shadow: 0 8px 40px rgba(0, 0, 0, 0.25);
  transition: transform 0.6s ease, opacity 0.6s ease;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#vision-mission .card h2 {
  position: relative;
  font-size: 2rem;
  margin-bottom: 20px;
  color: #fff;
  font-weight: 700;
  z-index: 2;
}
#vision-mission .card p {
  font-size: 1.1rem;
  line-height: 1.8;
  color: #f3f3f3;
}
#vision-mission .bg-number {
  position: absolute;
  top: 50%;
  /* left: 0; */
  transform: translate(-40%, -50%);
  font-size: 5rem;
  font-weight: 900;
  color: rgba(255, 255, 255, 0.07);
  z-index: -1;
  pointer-events: none;
}
#vision-mission .card1 {
  transform: rotate(-4deg) translateX(0);
  z-index: 2;
}
#vision-mission .card2 {
  transform: rotate(4deg) translateX(60px);
  z-index: 1;
}
#vision-mission .images {
  position: relative;
  width: 45%;
  min-width: 320px;
  height: 420px;
  margin: 0;
}
#vision-mission .images img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
  opacity: 0;
  transition: opacity 0.8s ease;
}
#vision-mission .images img.active {
  opacity: 1;
}
#vision-mission .images::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 20px;
  background: linear-gradient(to top right, rgba(79, 13, 87, 0.35), rgba(0, 0, 0, 0.3));
}
@media (max-width: 992px) {
  #vision-mission .cards-section {
    flex-direction: column;
    align-items: center;
    padding: 0 5%;
    height: auto;
  }
  #vision-mission .cards,
  #vision-mission .images {
    width: 100%;
    height: auto;
  }
  #vision-mission .card {
    position: relative;
    transform: none !important;
    opacity: 1 !important;
    height: auto;
    margin-bottom: 25px;
  }
  #vision-mission .images {
    margin-top: 20px;
    height: 300px;
  }
  #vision-mission .vision-title {
    font-size: 2rem;
  }
  #vision-mission .vision-desc {
    font-size: 1rem;
  }
}
@media (max-width: 576px) {
  #vision-mission .card h2 {
    font-size: 1.5rem;
  }
  #vision-mission .card p {
    font-size: 0.95rem;
  }
  #vision-mission .bg-number {
    font-size: 3rem;
  }
  #vision-mission .images {
    height: 250px;
  }
}

/* ==================END VISION-MISSION==================== */
/* ==================START PARTNERS==================== */
#partners {
  direction: rtl;
  padding: 1.5rem 0;
}
#partners .partners-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.5rem;
  align-items: center;
  background: linear-gradient(155deg, #fbfbfd, rgba(106, 15, 118, 0.0509803922));
  border-radius: 18px;
  padding: 1.5rem;
}
#partners .partners-cluster {
  /* Use a responsive grid (Bootstrap handles columns) */
  display: block;
  width: 100%;
}
#partners .partner-item {
  position: relative;
  align-items: center;
  justify-content: center;
  padding: 0.75rem;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0px 3px 3px rgba(12, 12, 30, 0.06);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
  width: 100%;
  height: 120px;
  display: flex;
}
#partners .partner-item img {
  max-width: 100%;
  max-height: 100%;
}
#partners .float-anim {
  animation: float 6s ease-in-out infinite;
}
@keyframes float {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
#partners .partners-content {
  text-align: right;
}
#partners .partners-content .eyebrow {
  color: #ac17bf;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
#partners .partners-content h2 {
  font-size: 2rem;
  margin: 0 0 0.5rem;
}
#partners .partners-content p {
  color: #444;
  line-height: 1.8;
  margin-bottom: 1rem;
}
#partners .partners-content .partners-cta {
  display: inline-block;
}
@media (max-width: 900px) {
  #partners .partners-grid {
    grid-template-columns: 1fr;
  }
  #partners .partners-cluster {
    order: 0;
    margin-bottom: 1rem;
  }
  #partners .partners-content {
    order: 1;
  }
}

/* ==================END PARTNERS==================== */
/* ==================START BECOME-A-PARTNER==================== */
#become-a-partner {
  background: linear-gradient(180deg, #ffffff 0%, #fbfbff 100%);
  padding: 60px 0;
}
#become-a-partner .section-wrap {
  background: transparent;
  border-radius: 14px;
  padding: 24px;
}
#become-a-partner .form-card {
  background: #fff;
  border-radius: 14px;
  padding: 40px 20px 28px; /* extra top padding to account for overlapping logo */
  box-shadow: 0 8px 20px rgba(16, 24, 40, 0.06);
  transition: transform 0.28s ease, box-shadow 0.28s ease;
  position: relative;
  /* Logo badge overlapping the top edge (centered) */
  /* Form: two-column grid on desktop, stacked on mobile */
}
#become-a-partner .form-card .logo-circle {
  position: absolute;
  top: -44px;
  left: 50%;
  transform: translateX(-50%);
  width: 88px;
  height: 88px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
}
#become-a-partner .form-card .logo-circle img {
  width: 80px;
  height: auto;
  display: block;
}
#become-a-partner .form-card p {
  color: rgba(8, 24, 40, 0.65);
  margin-bottom: 18px;
}
#become-a-partner .form-card .contact-form-el {
  margin-top: 6px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  align-items: start;
}
#become-a-partner .form-card .contact-form-el .field {
  display: flex;
  flex-direction: column;
}
#become-a-partner .form-card .contact-form-el .field span {
  display: block;
  margin-bottom: 6px;
  font-weight: 600;
  color: rgba(8, 24, 40, 0.7);
  font-size: 0.95rem;
}
#become-a-partner .form-card .contact-form-el .field input,
#become-a-partner .form-card .contact-form-el .field select,
#become-a-partner .form-card .contact-form-el .field textarea {
  width: 100%;
  box-sizing: border-box;
  padding: 12px 14px;
  border-radius: 10px;
  border: 1px solid #e9e9ef;
  background: #fff;
  font-size: 1rem;
  outline: none;
  transition: box-shadow 0.18s ease, border-color 0.18s ease;
  color: #072039;
}
#become-a-partner .form-card .contact-form-el .field textarea {
  min-height: 120px;
  resize: vertical;
}
#become-a-partner .form-card .contact-form-el .field--full {
  grid-column: 1/-1;
}
#become-a-partner .form-card .contact-form-el .form-actions {
  grid-column: 1/-1;
  text-align: right;
  margin-top: 6px;
}
#become-a-partner .form-card .contact-form-el input:focus,
#become-a-partner .form-card .contact-form-el textarea:focus,
#become-a-partner .form-card .contact-form-el select:focus {
  box-shadow: 0 12px 30px rgba(172, 23, 191, 0.06);
  border-color: #ac17bf;
}
@media (max-width: 768px) {
  #become-a-partner .form-card .contact-form-el {
    grid-template-columns: 1fr;
  }
  #become-a-partner .form-card .contact-form-el .form-actions {
    text-align: center;
  }
}
#become-a-partner .benefits {
  padding-left: 18px;
}
#become-a-partner .benefits .section-title {
  font-size: 1.6rem;
  margin-bottom: 8px;
}
#become-a-partner .benefits .lead {
  color: rgba(8, 24, 40, 0.7);
  margin-bottom: 18px;
}
#become-a-partner .benefits .benefit-card {
  padding: 14px 0;
  border-bottom: 1px solid rgba(8, 24, 40, 0.04);
}
#become-a-partner .benefits .benefit-card .icon-circle {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #ac17bf;
  background: linear-gradient(180deg, rgba(172, 23, 191, 0.06), rgba(172, 23, 191, 0.02));
  box-shadow: 0 8px 20px rgba(172, 23, 191, 0.04);
}
#become-a-partner .benefits .benefit-card h5 {
  margin-bottom: 6px;
  font-size: 1rem;
}
#become-a-partner .benefits .benefit-card p {
  margin: 0;
  color: rgba(8, 24, 40, 0.7);
  line-height: 1.6;
}
@media (max-width: 992px) {
  #become-a-partner {
    padding: 40px 0;
  }
  #become-a-partner .form-card {
    padding: 20px;
  }
  #become-a-partner .benefits {
    padding-left: 0;
  }
}

/* ==================END BECOME-A-PARTNER==================== */
#our-works {
  background: #fff;
}
#our-works .btn-outline-main {
  border: 2px solid #ac17bf !important;
  color: #ac17bf;
  background-color: transparent;
  box-shadow: inset 0 0 0 0 #97f9d2;
  transition: all ease-out 0.5s;
}
#our-works .btn-outline-main:hover {
  color: white;
  box-shadow: inset 0 -100px 0 0 #ac17bf;
  border: 2px solid transparent !important;
}
#our-works .card {
  background: linear-gradient(180deg, #ffffff 80%, rgba(171, 23, 191, 0.0549019608) 100%);
  border-radius: 1.25rem;
  box-shadow: 0 8px 32px rgba(106, 15, 118, 0.1);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform 0.3s, box-shadow 0.3s;
  text-align: start;
  width: 100%;
  min-height: 100%;
}
#our-works .card:hover {
  box-shadow: 0 12px 32px rgba(106, 15, 118, 0.18);
}
#our-works .card .card-inner {
  position: relative;
  height: 25rem;
  border-radius: 1.25rem 1.25rem 0 0;
  overflow: hidden;
}
#our-works .card .card-inner .imgBox {
  position: absolute;
  inset: 0;
  overflow: hidden;
}
#our-works .card .card-inner .imgBox img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  filter: brightness(0.96) saturate(1.15);
  transition: filter 0.3s;
  position: relative;
}
#our-works .card .card-inner .imgBox::after {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.25) 50%, transparent 100%);
  transform: skewX(-25deg);
  pointer-events: none;
  z-index: 1;
}
#our-works .card .card-inner:hover .imgBox::after {
  animation: shineImage 0.7s ease-in-out;
}
@keyframes shineImage {
  0% {
    left: -100%;
  }
  100% {
    left: 100%;
  }
}
#our-works .card .card-inner .icon {
  position: absolute;
  bottom: -0.375rem;
  right: -0.375rem;
  width: 4rem;
  height: 4rem;
  background: #fff;
  border-top-left-radius: 50%;
  z-index: 2;
  box-shadow: 0 4px 16px rgba(106, 15, 118, 0.15);
}
#our-works .card .card-inner .icon::before, #our-works .card .card-inner .icon::after {
  content: "";
  position: absolute;
  background: transparent;
  width: 1.25rem;
  height: 1.25rem;
  border-bottom-right-radius: 1.25rem;
  box-shadow: 0.313rem 0.313rem 0 0.313rem #fff;
  z-index: -1;
}
#our-works .card .card-inner .icon::before {
  bottom: 0.375rem;
  left: -1.25rem;
}
#our-works .card .card-inner .icon::after {
  top: -1.25rem;
  right: 0.375rem;
}
#our-works .card .card-inner .icon .iconBox {
  position: absolute;
  inset: 0.5rem;
  background: rgba(172, 23, 191, 0.1294117647);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 0.3s;
  transform: rotate(45deg);
}
#our-works .card .card-inner .icon .iconBox i {
  color: #6a0f76;
  font-size: 1.3rem;
  transition: color 0.3s;
}
#our-works .card .card-inner .icon .iconBox:hover {
  transform: rotate(0deg);
}
#our-works .card .content {
  padding: 1rem 1rem 1.2rem;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
#our-works .card .content h3 {
  font-size: 1.25rem;
  margin-bottom: 0.4rem;
  color: #3d0066;
  font-weight: 700;
}
#our-works .card .content p {
  font-size: 0.97rem;
  line-height: 1.7;
  margin-bottom: 1rem;
  color: #4f2d7f;
  opacity: 0.85;
  flex-grow: 1;
}
#our-works .card .content .date {
  display: block;
  font-size: 0.85rem;
  color: #3045e1;
  opacity: 0.7;
  margin-top: auto;
  font-weight: 500;
}
@media (max-width: 768px) {
  #our-works .card {
    min-height: 320px;
  }
  #our-works .card .card-inner {
    height: 11rem;
  }
  #our-works .card .content h3 {
    font-size: 1.1rem;
  }
  #our-works .card .content p {
    font-size: 0.9rem;
  }
}

.serviceArea {
  background: linear-gradient(135deg, #6a0f76 70%, #ab17bf 100%);
  background: #6a0f76;
  padding: 100px 0 80px 0;
  position: relative;
  overflow: hidden;
}
.serviceArea .logo-bg {
  position: absolute;
}
.serviceArea .serviceTop {
  text-align: center;
  padding-bottom: 55px;
  width: min(100% - 40px, 800px);
  text-wrap: balance;
  margin: auto;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media (max-width: 767px) {
  .serviceArea .serviceTop {
    padding-bottom: 40px;
  }
}
.serviceArea .serviceTop .secTitle {
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  font-size: 40px;
}
.serviceArea .serviceTop .secSubTitle {
  font-style: italic;
  font-weight: bold;
  color: #eee;
}
.serviceArea .serviceTop .hint {
  color: #eee;
}
.serviceArea .allServices {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.serviceArea .allServices img {
  transition: all 0.3s ease;
}
.serviceArea .allServices .serviceItem {
  position: relative;
  flex: 1 32%;
  min-width: 300px;
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  background-color: rgba(0, 0, 0, 0.075);
  border: 1px solid rgba(255, 255, 255, 0.15);
  padding: 40px;
  border-radius: 24px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 8px;
  box-shadow: 0 8px 32px rgba(106, 15, 118, 0.18), 0 1.5px 8px rgba(0, 0, 0, 0.08);
  transition: all 0.4s;
}
.serviceArea .allServices .serviceItem:hover {
  box-shadow: 0 16px 48px rgba(106, 15, 118, 0.28), 0 3px 16px rgba(0, 0, 0, 0.12);
}
.serviceArea .allServices .serviceItem .serviceRoute {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
  transition: opacity 0.5s ease, visibility 0.5s ease;
  opacity: 1;
  visibility: visible;
}
.serviceArea .allServices .serviceItem .serviceRoute .serviceIcon {
  width: 56px;
  height: 56px;
  -o-object-fit: contain;
     object-fit: contain;
}
.serviceArea .allServices .serviceItem .serviceRoute .changeColor {
  filter: invert(1);
}
.serviceArea .allServices .serviceItem .serviceRoute span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 100px;
  border: 1px dashed #fff;
  transition: all 0.3s ease;
  padding: 0;
}
.serviceArea .allServices .serviceItem .serviceRoute span::after {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.serviceArea .allServices .serviceItem .serviceRoute span img {
  width: 16px;
  height: 16px;
  transition: all 0.3s ease;
  -o-object-fit: contain;
     object-fit: contain;
  filter: brightness(0) invert(1) opacity(0.7);
  transform: scaleX(-1);
}
.serviceArea .allServices .serviceItem .title {
  color: #fff;
  transition: opacity 0.5s ease, visibility 0.5s ease;
  opacity: 1;
  visibility: visible;
}
.serviceArea .allServices .serviceItem .subTitle {
  color: #eee;
  display: -webkit-box;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: opacity 0.5s ease, visibility 0.5s ease;
  opacity: 1;
  visibility: visible;
}
.serviceArea .allServices .serviceItem .arrow {
  margin-top: 24px;
  align-self: flex-end;
  width: 20px;
  height: 20px;
}
.serviceArea .allServices .serviceItem .serviceList {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 40px;
  gap: 16px;
  border-radius: 24px;
  background-color: #fff;
  align-content: center;
  transition: all 0.3s ease;
  animation: subHide 0.5s forwards;
}
.serviceArea .allServices .serviceItem .serviceList::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("./../assets/fav.svg");
  background-size: 100% 100%;
  opacity: 0.05;
}
@keyframes subHide {
  from {
    opacity: 1;
    visibility: visible;
  }
  to {
    opacity: 0;
    visibility: hidden;
  }
}
.serviceArea .allServices .serviceItem .serviceList span {
  min-width: calc(50% - 8px);
  display: flex;
  align-items: center;
  gap: 4px;
  color: #222;
  opacity: 0;
  text-align: start;
  filter: brightness(0.8);
}
.serviceArea .allServices .serviceItem .serviceList span img {
  width: 16px;
  aspect-ratio: 1;
  -o-object-fit: contain;
     object-fit: contain;
  transform: scaleX(-1);
}
.serviceArea .allServices .serviceItem .more {
  margin-top: auto;
  color: #fff;
  display: inline-flex;
  gap: 8px;
  align-items: center;
  position: absolute;
  bottom: 50px;
  right: 50%;
  transform: translate(50%, 50%);
  background-color: #ac17bf;
  padding: 4px 12px;
  border-radius: 10px;
  outline: 2px solid #fff;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
.serviceArea .allServices .serviceItem .more img {
  width: 12px;
  height: 12px;
  -o-object-fit: contain;
     object-fit: contain;
  filter: brightness(0) invert(1);
  transform: scaleX(-1);
}
.serviceArea .allServices .serviceItem:hover .serviceRoute {
  opacity: 0;
  visibility: hidden;
}
.serviceArea .allServices .serviceItem:hover .title {
  opacity: 0;
  visibility: hidden;
}
.serviceArea .allServices .serviceItem:hover .subTitle {
  opacity: 0;
  visibility: hidden;
}
.serviceArea .allServices .serviceItem:hover .serviceList {
  animation: subMove 0.5s forwards;
}
@keyframes subMove {
  from {
    opacity: 0;
    visibility: hidden;
  }
  to {
    opacity: 1;
    visibility: visible;
  }
}
.serviceArea .allServices .serviceItem:hover .serviceList span {
  animation: fade-in 0.5s ease-in-out forwards;
}
.serviceArea .allServices .serviceItem:hover .serviceList span:nth-child(1) {
  animation-delay: 0.15s;
}
.serviceArea .allServices .serviceItem:hover .serviceList span:nth-child(2) {
  animation-delay: 0.3s;
}
.serviceArea .allServices .serviceItem:hover .serviceList span:nth-child(3) {
  animation-delay: 0.45s;
}
.serviceArea .allServices .serviceItem:hover .serviceList span:nth-child(4) {
  animation-delay: 0.6s;
}
.serviceArea .allServices .serviceItem:hover .serviceList span:nth-child(5) {
  animation-delay: 0.75s;
}
.serviceArea .allServices .serviceItem:hover .serviceList span:nth-child(6) {
  animation-delay: 0.9s;
}
.serviceArea .allServices .serviceItem:hover .serviceList span:nth-child(7) {
  animation-delay: 1.05s;
}
.serviceArea .allServices .serviceItem:hover .serviceList span:nth-child(8) {
  animation-delay: 1.2s;
}
.serviceArea .allServices .serviceItem:hover .serviceList span:nth-child(9) {
  animation-delay: 1.35s;
}
.serviceArea .allServices .serviceItem:hover .serviceList span:nth-child(10) {
  animation-delay: 1.5s;
}
.serviceArea .allServices .serviceItem:hover .serviceList span:nth-child(11) {
  animation-delay: 1.65s;
}
.serviceArea .allServices .serviceItem:hover .serviceList span:nth-child(12) {
  animation-delay: 1.8s;
}
.serviceArea .allServices .serviceItem:hover .serviceList span:nth-child(13) {
  animation-delay: 1.95s;
}
.serviceArea .allServices .serviceItem:hover .serviceList span:nth-child(14) {
  animation-delay: 2.1s;
}
.serviceArea .allServices .serviceItem:hover .serviceList span:nth-child(15) {
  animation-delay: 2.25s;
}
.serviceArea .allServices .serviceItem:hover .serviceList span:nth-child(16) {
  animation-delay: 2.4s;
}
.serviceArea .allServices .serviceItem:hover .serviceList span:nth-child(17) {
  animation-delay: 2.55s;
}
.serviceArea .allServices .serviceItem:hover .serviceList span:nth-child(18) {
  animation-delay: 2.7s;
}
.serviceArea .allServices .serviceItem:hover .serviceList span:nth-child(19) {
  animation-delay: 2.85s;
}
.serviceArea .allServices .serviceItem:hover .serviceList span:nth-child(20) {
  animation-delay: 3s;
}
.serviceArea .allServices .serviceItem:hover .serviceList span:nth-child(21) {
  animation-delay: 3.15s;
}
.serviceArea .allServices .serviceItem:hover .serviceList span:nth-child(22) {
  animation-delay: 3.3s;
}
.serviceArea .allServices .serviceItem:hover .serviceList span:nth-child(23) {
  animation-delay: 3.45s;
}
.serviceArea .allServices .serviceItem:hover .serviceList span:nth-child(24) {
  animation-delay: 3.6s;
}
.serviceArea .allServices .serviceItem:hover .serviceList span:nth-child(25) {
  animation-delay: 3.75s;
}
.serviceArea .allServices .serviceItem:hover .serviceList span:nth-child(26) {
  animation-delay: 3.9s;
}
.serviceArea .allServices .serviceItem:hover .serviceList span:nth-child(27) {
  animation-delay: 4.05s;
}
.serviceArea .allServices .serviceItem:hover .serviceList span:nth-child(28) {
  animation-delay: 4.2s;
}
.serviceArea .allServices .serviceItem:hover .serviceList span:nth-child(29) {
  animation-delay: 4.35s;
}
.serviceArea .allServices .serviceItem:hover .serviceList span:nth-child(30) {
  animation-delay: 4.5s;
}
.serviceArea .allServices .serviceItem:hover .serviceList span:nth-child(31) {
  animation-delay: 4.65s;
}
.serviceArea .allServices .serviceItem:hover .serviceList span:nth-child(32) {
  animation-delay: 4.8s;
}
.serviceArea .allServices .serviceItem:hover .serviceList span:nth-child(33) {
  animation-delay: 4.95s;
}
.serviceArea .allServices .serviceItem:hover .serviceList span:nth-child(34) {
  animation-delay: 5.1s;
}
.serviceArea .allServices .serviceItem:hover .serviceList span:nth-child(35) {
  animation-delay: 5.25s;
}
.serviceArea .allServices .serviceItem:hover .serviceList span:nth-child(36) {
  animation-delay: 5.4s;
}
.serviceArea .allServices .serviceItem:hover .serviceList span:nth-child(37) {
  animation-delay: 5.55s;
}
.serviceArea .allServices .serviceItem:hover .serviceList span:nth-child(38) {
  animation-delay: 5.7s;
}
.serviceArea .allServices .serviceItem:hover .serviceList span:nth-child(39) {
  animation-delay: 5.85s;
}
.serviceArea .allServices .serviceItem:hover .serviceList span:nth-child(40) {
  animation-delay: 6s;
}
.serviceArea .allServices .serviceItem:hover .serviceList span:nth-child(41) {
  animation-delay: 6.15s;
}
.serviceArea .allServices .serviceItem:hover .serviceList span:nth-child(42) {
  animation-delay: 6.3s;
}
.serviceArea .allServices .serviceItem:hover .serviceList span:nth-child(43) {
  animation-delay: 6.45s;
}
.serviceArea .allServices .serviceItem:hover .serviceList span:nth-child(44) {
  animation-delay: 6.6s;
}
.serviceArea .allServices .serviceItem:hover .serviceList span:nth-child(45) {
  animation-delay: 6.75s;
}
.serviceArea .allServices .serviceItem:hover .serviceList span:nth-child(46) {
  animation-delay: 6.9s;
}
.serviceArea .allServices .serviceItem:hover .serviceList span:nth-child(47) {
  animation-delay: 7.05s;
}
.serviceArea .allServices .serviceItem:hover .serviceList span:nth-child(48) {
  animation-delay: 7.2s;
}
.serviceArea .allServices .serviceItem:hover .serviceList span:nth-child(49) {
  animation-delay: 7.35s;
}
.serviceArea .allServices .serviceItem:hover .serviceList span:nth-child(50) {
  animation-delay: 7.5s;
}
.serviceArea .allServices .serviceItem:hover .serviceList span:nth-child(51) {
  animation-delay: 7.65s;
}
.serviceArea .allServices .serviceItem:hover .serviceList span:nth-child(52) {
  animation-delay: 7.8s;
}
.serviceArea .allServices .serviceItem:hover .serviceList span:nth-child(53) {
  animation-delay: 7.95s;
}
.serviceArea .allServices .serviceItem:hover .serviceList span:nth-child(54) {
  animation-delay: 8.1s;
}
.serviceArea .allServices .serviceItem:hover .serviceList span:nth-child(55) {
  animation-delay: 8.25s;
}
.serviceArea .allServices .serviceItem:hover .serviceList span:nth-child(56) {
  animation-delay: 8.4s;
}
.serviceArea .allServices .serviceItem:hover .serviceList span:nth-child(57) {
  animation-delay: 8.55s;
}
.serviceArea .allServices .serviceItem:hover .serviceList span:nth-child(58) {
  animation-delay: 8.7s;
}
.serviceArea .allServices .serviceItem:hover .serviceList span:nth-child(59) {
  animation-delay: 8.85s;
}
.serviceArea .allServices .serviceItem:hover .serviceList span:nth-child(60) {
  animation-delay: 9s;
}
.serviceArea .allServices .serviceItem:hover .serviceList span:nth-child(61) {
  animation-delay: 9.15s;
}
.serviceArea .allServices .serviceItem:hover .serviceList span:nth-child(62) {
  animation-delay: 9.3s;
}
.serviceArea .allServices .serviceItem:hover .serviceList span:nth-child(63) {
  animation-delay: 9.45s;
}
.serviceArea .allServices .serviceItem:hover .serviceList span:nth-child(64) {
  animation-delay: 9.6s;
}
.serviceArea .allServices .serviceItem:hover .serviceList span:nth-child(65) {
  animation-delay: 9.75s;
}
.serviceArea .allServices .serviceItem:hover .serviceList span:nth-child(66) {
  animation-delay: 9.9s;
}
.serviceArea .allServices .serviceItem:hover .serviceList span:nth-child(67) {
  animation-delay: 10.05s;
}
.serviceArea .allServices .serviceItem:hover .serviceList span:nth-child(68) {
  animation-delay: 10.2s;
}
.serviceArea .allServices .serviceItem:hover .serviceList span:nth-child(69) {
  animation-delay: 10.35s;
}
.serviceArea .allServices .serviceItem:hover .serviceList span:nth-child(70) {
  animation-delay: 10.5s;
}
.serviceArea .allServices .serviceItem:hover .serviceList span:nth-child(71) {
  animation-delay: 10.65s;
}
.serviceArea .allServices .serviceItem:hover .serviceList span:nth-child(72) {
  animation-delay: 10.8s;
}
.serviceArea .allServices .serviceItem:hover .serviceList span:nth-child(73) {
  animation-delay: 10.95s;
}
.serviceArea .allServices .serviceItem:hover .serviceList span:nth-child(74) {
  animation-delay: 11.1s;
}
.serviceArea .allServices .serviceItem:hover .serviceList span:nth-child(75) {
  animation-delay: 11.25s;
}
.serviceArea .allServices .serviceItem:hover .serviceList span:nth-child(76) {
  animation-delay: 11.4s;
}
.serviceArea .allServices .serviceItem:hover .serviceList span:nth-child(77) {
  animation-delay: 11.55s;
}
.serviceArea .allServices .serviceItem:hover .serviceList span:nth-child(78) {
  animation-delay: 11.7s;
}
.serviceArea .allServices .serviceItem:hover .serviceList span:nth-child(79) {
  animation-delay: 11.85s;
}
.serviceArea .allServices .serviceItem:hover .serviceList span:nth-child(80) {
  animation-delay: 12s;
}
.serviceArea .allServices .serviceItem:hover .serviceList span:nth-child(81) {
  animation-delay: 12.15s;
}
.serviceArea .allServices .serviceItem:hover .serviceList span:nth-child(82) {
  animation-delay: 12.3s;
}
.serviceArea .allServices .serviceItem:hover .serviceList span:nth-child(83) {
  animation-delay: 12.45s;
}
.serviceArea .allServices .serviceItem:hover .serviceList span:nth-child(84) {
  animation-delay: 12.6s;
}
.serviceArea .allServices .serviceItem:hover .serviceList span:nth-child(85) {
  animation-delay: 12.75s;
}
.serviceArea .allServices .serviceItem:hover .serviceList span:nth-child(86) {
  animation-delay: 12.9s;
}
.serviceArea .allServices .serviceItem:hover .serviceList span:nth-child(87) {
  animation-delay: 13.05s;
}
.serviceArea .allServices .serviceItem:hover .serviceList span:nth-child(88) {
  animation-delay: 13.2s;
}
.serviceArea .allServices .serviceItem:hover .serviceList span:nth-child(89) {
  animation-delay: 13.35s;
}
.serviceArea .allServices .serviceItem:hover .serviceList span:nth-child(90) {
  animation-delay: 13.5s;
}
.serviceArea .allServices .serviceItem:hover .serviceList span:nth-child(91) {
  animation-delay: 13.65s;
}
.serviceArea .allServices .serviceItem:hover .serviceList span:nth-child(92) {
  animation-delay: 13.8s;
}
.serviceArea .allServices .serviceItem:hover .serviceList span:nth-child(93) {
  animation-delay: 13.95s;
}
.serviceArea .allServices .serviceItem:hover .serviceList span:nth-child(94) {
  animation-delay: 14.1s;
}
.serviceArea .allServices .serviceItem:hover .serviceList span:nth-child(95) {
  animation-delay: 14.25s;
}
.serviceArea .allServices .serviceItem:hover .serviceList span:nth-child(96) {
  animation-delay: 14.4s;
}
.serviceArea .allServices .serviceItem:hover .serviceList span:nth-child(97) {
  animation-delay: 14.55s;
}
.serviceArea .allServices .serviceItem:hover .serviceList span:nth-child(98) {
  animation-delay: 14.7s;
}
.serviceArea .allServices .serviceItem:hover .serviceList span:nth-child(99) {
  animation-delay: 14.85s;
}
.serviceArea .allServices .serviceItem:hover .serviceList span:nth-child(100) {
  animation-delay: 15s;
}
@keyframes fade-in {
  from {
    opacity: 0;
    transform: translateX(10px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.serviceArea .allServices .serviceItem:hover .more {
  opacity: 1;
  visibility: visible;
  bottom: 0;
  z-index: 2;
}

.headerBanner {
  display: flex;
  align-items: center;
  flex-direction: column;
  position: relative;
  isolation: isolate;
  width: min(100% - 24px, 1320px);
  margin: 140px auto 40px;
  padding: 40px 0;
  gap: 16px;
  justify-content: center;
  background: #6a0f76;
  background-size: 400%;
  border-radius: 16px;
  color: #f2f2f2;
  overflow: hidden;
}
.headerBanner::before {
  content: "";
  inset: 0;
  position: absolute;
  background: url("./../assets/diamond-upholstery.png");
  opacity: 0.3;
  animation: bannerBgMove 80s linear infinite;
}
@keyframes bannerBgMove {
  0% {
    background-position: 0% 0%;
  }
  50% {
    background-position: 100% 100%;
  }
  100% {
    background-position: 0% 0%;
  }
}
@media screen and (max-width: 768px) {
  .headerBanner {
    margin: 120px auto 20px;
  }
}
.headerBanner .text {
  padding: 24px;
  width: min(100% - 32px, 800px);
  display: flex;
  gap: 24px;
  flex-direction: column;
  text-align: center;
}
.headerBanner .text .title {
  font-weight: bold;
  font-size: 40px;
  text-wrap: balance;
  line-height: 1.2;
  text-transform: uppercase;
}
.headerBanner .text .des {
  text-wrap: balance;
  line-height: 1.2;
}
.headerBanner .text .outlineGradient {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.headerBanner .bannerView {
  border-radius: 16px;
}
.headerBanner:hover .shapes span:nth-child(1) {
  width: 90%;
}
.headerBanner:hover .shapes span:nth-child(2) {
  width: 60%;
}
.headerBanner:hover .shapes span:nth-child(3) {
  width: 35%;
}/*# sourceMappingURL=style.css.map */


