html {
  scroll-behavior: smooth;
}

.banner {
  width: 100%;
  overflow: hidden;
  background: linear-gradient(to bottom, #2A0874 5%, #370C94 100%);
}

.banner-img {
  position: relative;
  height: auto;
  z-index: 1;
}

.banner-container {
  display: flex;
  margin: auto;
  max-width: 100%;
}

.banner-container .body-content {
  position: absolute;
  top: 30%;
  z-index: 2;
  left: 15%;
  max-width: 40%;
  font-family: 'Avant Garde';
}

.banner-container .body-content .banner-title {
  font-size: 42px;
  color: rgba(255, 103, 64, 1);
  margin-bottom: 20px;
  font-weight: 600;
}

.banner-container .body-content .unik-logo {
  width: 264px;
  height: 108px;
}

.banner-container .body-content .banner-subtitle {
  font-size: 30px;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 20px;
  font-weight: 400;
}

.banner-container .body-content .banner-desc {
  font-size: 1rem;
  color: rgba(236, 236, 236, 0.65);
  margin-bottom: 20px;
}

.banner-container .body-content .banner-btn {
  display: inline-block;
  background: #FF6A2B;
  color: #fff;
  padding: 12px 28px;
  border-radius: 30px;
  text-decoration: none;
  font-size: 1rem;
  transition: background 0.2s;
}

.banner-container .body-content .banner-btn:hover,
.banner-container .body-content .banner-btn:focus {
  background: #ff8c4d;
  text-decoration: none;
}

.banner-container .body-content .banner-btn:active {
  background: #e14a00;
  text-decoration: none;
}

.banner-container .banner-graphics {
  position: absolute;
  top: 50%;
  z-index: 2;
  left: 75%;
  transform: translate(-50%, -50%);
}

.unik-partner-header {
  text-align: center;
  margin-bottom: 40px;
  position: relative;
}

.unik-partner-row {
  display: flex;
  position: relative;
  left: 15%;
  align-items: center;
  gap: 12px;
  margin-top: 100px;
}

.unik-partner-top-title {
  text-align: center;
  font-size: 38px;
  color: #ffffff;
  font-family: 'SVN-Aguda', Arial, sans-serif;
  font-weight: bold;
  letter-spacing: 2px;
  margin-bottom: 18px;
  margin-top: -80px;
}

.unik-partner-left {
  font-family: 'SVN-Aguda', Arial, sans-serif;
  font-size: 65px;
  color: #4210B1;
  font-weight: 600;
  text-align: right;
  line-height: 1.2;
  letter-spacing: 2px;
}

.unik-partner-right {
  font-family: 'SVN-Aguda', Arial, sans-serif;
  font-size: 100px;
  color: #4210B1;
  font-weight: 700;
  letter-spacing: 4px;
}

.unik-partner-sub {
  color: #FF6A2B;
  font-size: 24px;
  font-family: 'SVN-Aguda', Arial, sans-serif;
  font-weight: bold;
  letter-spacing: 1px;
  margin-top: 8px;
  margin-left: 0;
  text-align: left;
  display: block;
  width: 100%;
  max-width: 900px;
  margin: 0 auto 0 120px;
}

.unik-partner-content {
  display: flex;
  align-items: flex-start;
  gap: 60px;
  max-width: 1100px;
  margin: 0 auto;
}

.unik-partner-card {
  background: #fff;
  border-radius: 24px;
  box-shadow: 0 8px 32px rgba(66, 16, 177, 0.08);
  padding: 40px 36px 36px 36px;
  max-width: 60%;
  min-width: 60%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 24px;
}

.unik-partner-icon {
  width: 48px;
  margin-bottom: 18px;
}

.unik-partner-name {
  font-size: 2rem;
  color: #27076C;
  font-family: 'SVN-Aguda', Arial, sans-serif;
  margin-bottom: 16px;
  font-weight: bold;
}

.unik-partner-desc {
  font-family: 'Avant Garde', Arial, sans-serif;
  color: #4210B1;
  font-size: 16px;
  margin-bottom: 28px;
  line-height: 1.6;
}

.unik-partner-btn {
  font-family: 'Avant Garde', Arial, sans-serif;
  display: inline-block;
  background: #FF6A2B;
  color: #fff;
  padding: 12px 28px;
  border-radius: 30px;
  text-decoration: none;
  font-size: 1rem;
  transition: background 0.2s;
}

.unik-partner-btn:hover {
  background: #ff8c4d;
}

.unik-partner-image {
  display: flex;
  align-items: center;
  justify-content: center;
}

.unik-partner-human {
  min-width: 90%;
  border-radius: 18px;
}

.banner-circle-bg {
  position: absolute;
  left: 0;
  top: -80px;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
}

.unik-platform-title-custom {
  padding-top: 10%;
  padding-left: 25%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  font-family: 'SVN-Aguda', Arial, sans-serif;
  margin-bottom: 30px;
  flex-wrap: wrap;
  text-align: center;
  flex-direction: column;
  line-height: 0.5;
}

.unik-title-left {
  font-size: 90px;
  font-weight: bold;
  color: #4A0FC5;
}

.unik-title-right {
  font-size: 78px;
  font-weight: bold;
  color: #4A0FC5;
}

.unik-title-center {
  padding-left: 200px;
  font-size: 28px;
  font-weight: bold;
  color: #FF5C39;
  display: flex;
  flex-direction: row;
  align-items: center;
  text-align: end;
  line-height: 1.2;
  margin-top: 12px;
}

.center-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 400px;
  height: 400px;
  background: #4a0fc5;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
}

.center-logo img {
  width: 246px;
  height: 107px;
}

.tech-item {
  position: absolute;
  width: 225px;
  z-index: 3;
  text-align: center;
  padding: 10px;
  color: rgba(20, 23, 120, 1);
}

.tech-item img {
  width: 180px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
  border-radius: 50px;
}

.tech-item h4 {
  font-weight: 600;
  font-family: 'Avant Garde', Arial, sans-serif;
  margin: 0;
  margin-top: 10px;
  font-size: 24px;
}

.tech-item p {
  font-size: 14px;
  font-family: 'Avant Garde', Arial, sans-serif;
  margin: 4px 0 0;
}

.item1 {
  top: 25%;
  left: 33%;
  transform: translate(-50%, -50%);
}

.item2 {
  top: 15%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.item3 {
  top: 25%;
  left: 67%;
  transform: translate(-50%, -50%);
}

.item4 {
  top: 52%;
  left: 72%;
  transform: translate(-50%, -50%);
}

.item5 {
  top: 52%;
  left: 28%;
  transform: translate(-50%, -50%);
}

.unik-arrow {
  position: absolute;
  top: 75%;
  transform: translateY(-50%);
  z-index: 10;
  font-size: 40px;
  color: #3b0ca6;
  cursor: pointer;
  transition: transform 0.2s;
}

.unik-arrow.left {
  left: 26%;
}

.unik-arrow.right {
  right: 26%;
}

.unik-arrow:hover {
  transform: translateY(-50%) scale(1.1);
}

.unik-why-title {
  font-family: 'SVN-Aguda', Arial, sans-serif;
  font-size: 4rem;
  font-weight: bold;
  letter-spacing: 2px;
  margin-bottom: 100px;
  display: grid;
  text-align: left;
  text-transform: uppercase;
  justify-content: center;
  line-height: 1;
}

.unik-why-title .highlight {
  color: #ff682a;
  margin: 0 5px;
  font-size: 5rem;
  font-weight: 800;
}

.none-highlight {
  color: white;
  font-size: 4rem;
  font-weight: 500;
}

.unik-why-features {
  background: transparent;
  padding: 40px 0 80px 0;
}

.unik-why-features-container {
  display: flex;
  justify-content: center;
  gap: 36px;
  font-family: 'Avant Garde', Arial, sans-serif;
  margin: 0 auto;
  flex-wrap: nowrap;
  position: relative;
}

.unik-feature-box1 {
  width: 300px;
  min-height: 340px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 32px 18px 24px 18px;
}

.unik-feature-box1 .unik-feature-img img {
  max-width: 300px;
  border: 6px solid #4a0fc5;
  border-radius: 32px;
}

.unik-feature-box1 .unik-feature-title {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 10px;
  text-align: center;
}

.unik-feature-box1 .unik-feature-link {
  color: #fff;
  font-size: 15px;
  margin-top: 8px;
  text-align: center;
  cursor: pointer;
}

.unik-feature-box2 {
  width: 220px;
  position: relative;
  min-height: 340px;
  margin-top: 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 32px 18px 24px 18px;
  top: 120px;
}

.unik-feature-box2 .unik-feature-img img {
  max-width: 180px;
  border: 6px solid #4a0fc5;
  border-radius: 32px;
}

.unik-feature-box2 .unik-feature-title {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 10px;
  text-align: center;
}

.unik-feature-box2 .unik-feature-link {
  color: #fff;
  font-size: 15px;
  margin-top: 8px;
  text-align: center;
  cursor: pointer;
}

.unik-feature-box3 {
  width: 300px;
  min-height: 420px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 38px 28px 30px 28px;
  z-index: 2;
  position: relative;
}

.unik-feature-box3 .unik-feature-img img {
  max-width: 300px;
  border-radius: 36px;
  box-shadow: 0 8px 32px 0 rgba(255, 255, 255, 0.18), 0 4px 24px 0 rgba(0, 0, 0, 0.10);
  border: 8px solid #fff;
}

.unik-feature-box3 .unik-feature-title {
  font-size: 22px;
  font-weight: 700;
  color: #ff6b2c;
  margin-bottom: 12px;
  text-align: center;
}

.unik-feature-box3 .unik-feature-desc {
  color: #fff;
  font-size: 16px;
  margin-top: 8px;
  text-align: center;
  min-height: 60px;
}

.unik-feature-box4 {
  width: 220px;
  min-height: 340px;
  margin-top: 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 32px 18px 24px 18px;
  position: relative;
  top: 80px;
}

.unik-feature-box4 .unik-feature-img img {
  max-width: 180px;
  border: 6px solid #fff;
  border-radius: 32px;
  box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.08);
}

.unik-feature-box4 .unik-feature-title {
  font-size: 20px;
  font-weight: 700;
  color: #ff6b2c;
  margin-bottom: 10px;
  text-align: center;
}

.unik-feature-box4 .unik-feature-desc {
  color: #fff;
  font-size: 15px;
  margin-top: 8px;
  text-align: center;
  min-height: 60px;
}

.unik-feature-box5 {
  width: 220px;
  min-height: 340px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 32px 18px 24px 18px;
}

.unik-feature-box5 .unik-feature-img img {
  max-width: 180px;
  border: 6px solid #fff;
  border-radius: 32px;
  box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.08);
}

.unik-feature-box5 .unik-feature-title {
  font-size: 20px;
  font-weight: 700;
  color: #ff6b2c;
  margin-bottom: 10px;
  text-align: center;
}

.unik-feature-box5 .unik-feature-desc {
  color: #fff;
  font-size: 15px;
  margin-top: 8px;
  text-align: center;
  min-height: 60px;
}

.unik-client-section {
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
}

.unik-client-title {
  font-family: 'SVN-Aguda', Arial, sans-serif;
  font-size: 64px;
  font-weight: bold;
  letter-spacing: 1px;
  margin-bottom: 0px;
}

.unik-client-subtitle {
  font-family: 'Avant Garde', Arial, sans-serif;
  color: #bbb;
  font-size: 16px;
  margin-bottom: 30px;
  margin-top: 0px;
}

.unik-client-button {
  background-color: #ff682a;
  color: white;
  padding: 10px 25px;
  border: none;
  border-radius: 25px;
  cursor: pointer;
  font-weight: bold;
  margin-bottom: 40px;
  transition: background 0.3s;
}

.unik-client-button:hover {
  background-color: #e55b1f;
}

.unik-client-logos {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 48px;
  margin: 48px auto 0 auto;
  max-width: 1100px;
  border-radius: 32px;
  position: relative;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.00) 100%);
  box-shadow: 0px -2px 10px 0px rgba(154, 156, 255, 0.57), 0px -2px 40px 0px rgba(155, 168, 255, 0.15);
  padding: 40px 32px 32px 32px;
}

.client-logo {
  width: 150px;
  height: 150px;
  background: linear-gradient(135deg, rgba(44,0,120,0.85) 60%, rgba(255,108,180,0.18) 100%);
  border-radius: 32px;
  box-shadow: 0 0 32px 8px rgba(120,60,255,0.25), 0 4px 24px 0 rgba(0,0,0,0.18);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s, box-shadow 0.2s;
  position: relative;
  overflow: hidden;
}

.client-logo img {
  object-fit: contain;
  filter: drop-shadow(0 2px 12px rgba(255,255,255,0.25));
  transition: transform 0.2s;
  background: transparent;
  border-radius: 16px;
}

.client-logo:hover {
  transform: translateY(-8px) scale(1.06);
  box-shadow: 0 0 48px 16px rgba(120,60,255,0.35), 0 8px 32px 0 rgba(0,0,0,0.22);
}

.unik-news-section {
  background: #fff;
  padding: 64px 0 48px 0;
  max-width: 1400px;
  margin: 0 auto;
  border-radius: 0 0 12px 12px;
  box-shadow: 0 2px 24px 0 rgba(44,0,120,0.04);
}

.unik-news-header {
  display: flex;
  align-items: flex-start;
  max-width: 1100px;
  margin: 0 auto 32px auto;
  padding: 0 24px;
  flex-direction: column;
}

.unik-news-title {
  font-family: 'SVN-Aguda', Arial, sans-serif;
  font-size: 48px;
  color: #18006a;
  font-weight: bold;
  margin-bottom: 0;
  line-height: 1;
}

.unik-news-subtitle {
  font-family: 'Avant Garde', Arial, sans-serif;
  color: #3c2e7c;
  font-size: 20px;
  margin-top: 8px;
  margin-bottom: 0;
}

.unik-news-btn {
  font-family: 'Avant Garde', Arial, sans-serif;
  background: #ff682a;
  color: #fff;
  border-radius: 24px;
  padding: 12px 32px;
  font-size: 18px;
  text-decoration: none;
  transition: background 0.2s;
  margin-bottom: 8px;
  margin-top: 8px;
  display: inline-block;
}

.unik-news-btn:hover {
  background: #ff8c4a;
}

.unik-news-slider-wrapper {
  position: relative;
  overflow: hidden;
}

.unik-news-slider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  position: relative;
  margin: 0 auto 48px auto;
  max-width: 1400px;
}

.unik-news-card img {
  height: 270px;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.unik-news-list {
  display: flex;
  gap: 32px;
  overflow-x: auto;
  scroll-behavior: smooth;
  padding: 24px 0;
}

.unik-news-card {
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 2px 24px 0 rgba(44,0,120,0.08);
  overflow: hidden;
  width: 275px;
  min-width: 260px;
  display: flex;
  flex-direction: column;
  margin-bottom: 24px;
  transition: box-shadow 0.2s, transform 0.2s;
  position: relative;
  text-decoration: none;
}

.news-arrow {
  background: #fff;
  border: none;
  border-radius: 50%;
  width: 38px;
  height: 38px;
  box-shadow: 0 2px 8px rgba(44,0,120,0.10);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  color: #444;
  cursor: pointer;
  transition: background 0.2s, box-shadow 0.2s;
  z-index: 2;
}

.news-arrow.left {
  margin-right: 16px;
}

.news-arrow.right {
  margin-left: 16px;
}

.news-arrow:hover {
  background: #f5f5f5;
  color: #ff682a;
}

.unik-news-list::-webkit-scrollbar {
  display: none;
}

.unik-news-badges {
  position: absolute;
  left: 12px;
  bottom: 12px;
  display: flex;
  gap: 8px;
}

.unik-news-badge {
  background: #fff;
  color: #18006a;
  font-size: 13px;
  font-weight: 600;
  border-radius: 8px;
  padding: 2px 10px;
  box-shadow: 0 2px 8px 0 rgba(44,0,120,0.08);
  display: flex;
  align-items: center;
}

.unik-news-badge.dark {
  background: #222;
  color: #fff;
}

.unik-news-badge i {
  margin-left: 4px;
  color: #ff682a;
  font-size: 12px;
}

.unik-news-meta {
  font-size: 13px;
  color: #bbb;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin: 18px 0 0 18px;
  font-family: 'Avant Garde', Arial, sans-serif;
}

.unik-news-headline {
  font-size: 22px;
  font-weight: bold;
  color: #222;
  margin: 8px 0 0 18px;
  font-family: 'Avant Garde', Arial, sans-serif;
}

.unik-news-desc {
  padding: 18px 18px 24px 18px;
  font-size: 15px;
  color: #555;
  margin-bottom: 0;
  line-height: 1.5;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-family: 'Avant Garde', Arial, sans-serif;
}

.unik-support-content {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 1200px;
  margin: 0 auto;
}

.unik-support-left {
  color: #fff;
  padding-right: 32px;
  min-width: 320px;
}

.unik-support-title {
  font-family: 'SVN-Aguda', Arial, sans-serif;
  font-weight: bold;
  line-height: 0.85;
  margin-bottom: 18px;
  letter-spacing: 1px;
  display: flex;
  flex-direction: column;
  position: relative;
  bottom: 80px;
  left: 10%;
}

.unik-support-title .orange {
  color: #ff682a;
  font-size: 3rem;
  font-weight: bold;
}

.unik-support-title .white {
  color: #fff;
  font-size: 4rem;
  font-weight: bold;
}

.unik-support-title .small {
  font-size: 1.5rem;
  text-align: end;
  font-weight: 600;
}

.unik-contact-frame-section {
  background: transparent;
  padding: 48px 0 64px 0;
  display: flex;
  justify-content: center;
}

.unik-contact-frame {
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.00) 100%);
  box-shadow: 0px -2px 10px 0px rgba(154, 156, 255, 0.57), 0px -2px 40px 0px rgba(155, 168, 255, 0.15);
  padding: 40px 32px 32px 32px;
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  position: relative;
  backdrop-filter: blur(3px);
}

.unik-contact-frame-text {
  color: #fff;
  font-size: 1.35rem;
  font-family: 'Avant Garde', Arial, sans-serif;
  margin-bottom: 28px;
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: 0.2px;
}

.unik-contact-frame-btn {
  font-family: 'Avant Garde', Arial, sans-serif;
  display: inline-block;
  background: #ff682a;
  color: #fff;
  border-radius: 24px;
  padding: 12px 32px;
  font-size: 1rem;
  text-decoration: none;
  transition: background 0.2s;
  box-shadow: 0 2px 16px 0 rgba(255,104,42,0.18);
  border: none;
  cursor: pointer;
}

.unik-contact-frame-btn:hover {
  background: #ff8c4a;
}

.unik-support-right {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  min-width: 260px;
}

.unik-support-img {
  max-width: 340px;
  width: 100%;
  height: auto;
  margin-bottom: -30px;
  filter: drop-shadow(0 8px 32px rgba(44,0,120,0.18));
}

/* Media Queries */
@media screen and (max-width: 768px) {
  .banner-circle {
    display: flex;
    flex-direction: row;
    width: 100%;
    overflow-x: auto;
  }
  
  .unik-logo,
  .unik-partner-top-title {
    display: none;
  }
  
  .banner-img {
    height: 1135px;
  }
  
  .banner-graphics {
    top: 41% !important;
    left: 35% !important;
  }
  
  img.rocket-img {
    width: 100% !important;
  }
  
  .body-content {
    top: 70% !important;
    max-width: 70% !important;
    text-align: center;
  }
  
  .body-content .banner-subtitle {
    font-size: 18px !important;
    font-weight: 600 !important;
    color: #fff !important;
  }
  
  .body-content .banner-desc {
    text-align: justify !important;
  }
  
  .unik-partner {
    margin-top: -85% !important;
    z-index: 1 !important;
  }
  
  .unik-partner-icon {
    display: none;
  }
  
  .unik-partner-row {
    left: 0;
  }
  
  .unik-partner-row .unik-partner-left {
    font-size: 24px !important;
  }
  
  .unik-partner-row .unik-partner-sub {
    font-size: 10px !important;
    margin: -1px auto 0 45px !important;
  }
  
  .unik-partner-row .unik-partner-right {
    font-size: 30px !important;
  }
  
  .unik-partner-content {
    flex-direction: column-reverse !important;
    align-items: center !important;
  }
  
  .unik-platform-title-custom {
    padding-left: 15% !important;
  }
  
  .unik-platform-title-custom .unik-title-left {
    font-size: 64px !important;
  }
  
  .unik-platform-title-custom .unik-title-center {
    font-size: 26px !important;
    padding-left: 70px !important;
  }
  
  .unik-platform-title-custom .unik-title-right {
    font-size: 64px !important;
  }
  
  .circle-container {
    padding: 0 !important;
  }
  
  .tech-item img {
    width: 400px !important;
    border-radius: 30px !important;
  }
  
  .tech-item h4 {
    font-size: 32px !important;
  }
  
  .tech-item p {
    font-size: 18px !important;
  }
  
  .tech-item {
    position: relative;
    width: 100% !important;
  }
  
  .item1,
  .item2,
  .item3,
  .item4,
  .item5 {
    top: 0;
    left: 0;
    transform: translate(0, 0) !important;
  }
  
  .unik-arrow {
    top: 70% !important;
  }
  
  .unik-arrow.left {
    left: 10% !important;
    display: none;
  }
  
  .unik-arrow.right {
    right: 10% !important;
    display: none;
  }
  
  .center-logo {
    display: none;
  }
  
  .center-logo img {
    width: 70% !important;
    height: auto !important;
  }
  
  .unik-why-features-container {
    flex-direction: column !important;
    align-items: center !important;
  }
  
  .unik-feature-box1,
  .unik-feature-box2,
  .unik-feature-box3,
  .unik-feature-box4,
  .unik-feature-box5 {
    min-height: 340px !important;
    flex-direction: column !important;
    align-items: center !important;
    padding: 32px 18px 24px 18px !important;
  }
  
  .unik-feature-box2,
  .unik-feature-box4 {
    top: 0 !important;
  }
  
  .unik-feature-box1 .unik-feature-img img,
  .unik-feature-box2 .unik-feature-img img,
  .unik-feature-box3 .unik-feature-img img,
  .unik-feature-box4 .unik-feature-img img,
  .unik-feature-box5 .unik-feature-img img {
    max-width: 300px !important;
    border: 6px solid #4a0fc5 !important;
    border-radius: 32px !important;
  }
  
  .unik-support-content {
    flex-direction: column !important;
    align-items: center !important;
  }
  
  .unik-support-title {
    left: 4% !important;
  }
  
  .unik-support-title .orange {
    font-size: 32px !important;
  }
  
  .unik-support-title .white {
    font-size: 53px !important;
  }
  
  .unik-support-title .small {
    font-size: 16px !important;
  }
  
  .unik-contact-frame-section {
    margin-left: 5% !important;
  }
}

@media (min-width: 2560px) {
  .body-content {
    top: 15%;
  }
  
  .banner-graphics {
    top: 35%;
  }
  
  .banner-container .body-content {
    max-width: 30%;
    left: 12%;
  }
  
  .banner-container .body-content .banner-title {
    font-size: 56px;
  }
  
  .banner-container .body-content .banner-subtitle {
    font-size: 38px;
  }
  
  .banner-container .body-content .banner-desc {
    font-size: 20px;
  }
  
  .unik-partner-left {
    font-size: 96px;
  }
  
  .unik-partner-right {
    font-size: 140px;
  }
  
  .unik-partner-sub {
    font-size: 32px;
  }
  
  .unik-feature-box3 .unik-feature-title {
    font-size: 28px;
  }
  
  .unik-support-title .white {
    font-size: 6rem;
  }
  
  .unik-support-title .orange {
    font-size: 4rem;
  }
}

@media screen and (max-width: 1440px) {
  .banner-container .body-content {
    /* top: 50% !important; */
    max-width: 30%;
  }
  
  .banner-container .banner-graphics {
    /* left: 50% !important;
    top: 30% !important;
    width: 100%; */
  }
  
  .unik-partner-left {
    font-size: 54px;
  }
  
  .unik-partner-right {
    font-size: 84px;
  }
  
  .unik-partner-sub {
    font-size: 20px;
  }
  
  .unik-feature-box3 .unik-feature-title {
    font-size: 20px;
  }
  
  .unik-support-title .white {
    font-size: 3.5rem;
  }
  
  .unik-support-title .orange {
    font-size: 2.5rem;
  }
}

@media screen and (max-width: 480px) {
  .banner-container .body-content {
    left: 5% !important;
    max-width: 90% !important;
    text-align: center;
    top: 75% !important;
  }
  
  .banner-container .body-content .banner-title {
    font-size: 28px !important;
  }
  
  .banner-container .body-content .banner-subtitle {
    font-size: 18px !important;
  }
  
  .banner-container .body-content .banner-desc {
    font-size: 14px !important;
  }
  
  .unik-platform-title-custom {
    padding-left: 5% !important;
  }
  
  .unik-platform-title-custom .unik-title-left,
  .unik-platform-title-custom .unik-title-right {
    font-size: 28px !important;
  }
  
  .unik-platform-title-custom .unik-title-center {
    padding-left: 10px !important;
    font-size: 12px !important;
  }
  
  .unik-partner-left {
    font-size: 20px !important;
  }
  
  .unik-partner-right {
    font-size: 24px !important;
  }
  
  .unik-partner-sub {
    font-size: 10px !important;
    margin-left: 30px !important;
  }
  
  .unik-client-logos {
    flex-direction: column;
    gap: 24px;
  }
  
  .unik-news-header {
    padding: 0 12px;
  }
  
  .unik-news-title {
    font-size: 32px;
  }
  
  .unik-support-title {
    left: 0 !important;
    text-align: center;
  }
}