.u-section-1 {
  background-image: url('images/image.png');
  background-position: 50% 30%;
}

:root {
  --purple-900: #43205f;
  --purple-700: #6d3b93;
  --purple-500: #8d5db1;
  --purple-200: #ebe1f7;
  --purple-100: #f5f0fb;
  --card-shadow: 0 14px 34px rgba(51, 30, 76, 0.12);
}

.u-header {
  background: linear-gradient(135deg, #f8f1ff 0%, #efe5fa 55%, #e8dbf6 100%) !important;
  box-shadow: 0 8px 20px rgba(51, 30, 76, 0.12);
  border-bottom: 1px solid rgba(109, 59, 147, 0.18);
}

.u-header .u-nav-1 .u-nav-link,
.u-header .u-nav-3 .u-nav-link {
  color: var(--purple-900) !important;
  border-color: rgba(109, 59, 147, 0.22) !important;
}

.u-header .u-nav-1 .u-nav-link:hover,
.u-header .u-nav-1 .u-nav-link:focus,
.u-header .u-nav-3 .u-nav-link:hover,
.u-header .u-nav-3 .u-nav-link:focus {
  color: var(--purple-700) !important;
  border-color: rgba(109, 59, 147, 0.42) !important;
  background: rgba(141, 93, 177, 0.12) !important;
}

.u-header .u-nav-popup .u-nav-link {
  background: #f7f0ff !important;
  color: #4f2a71 !important;
}

.u-header .u-nav-popup .u-nav-link:hover {
  background: #ead9fb !important;
}

.u-header .u-sidenav {
  background: linear-gradient(180deg, #4c266d 0%, #6f3f96 100%) !important;
}

.u-header .u-menu-overlay {
  background: rgba(26, 12, 37, 0.65) !important;
}

.u-header .u-hamburger-link {
  color: var(--purple-900) !important;
}

.u-section-1 .u-sheet-1 {
  min-height: 1000px;
}

@media (max-width: 1199px) {
  .u-section-1 .u-sheet-1 {
    min-height: 660px;
  }
}

@media (max-width: 991px) {
  .u-section-1 .u-sheet-1 {
    min-height: 550px;
     background-position: 50% 50%;
  }
}

@media (max-width: 767px) {
  .u-section-1 .u-sheet-1 {
    min-height: 500px;
     background-position: 50% 50%;
  }
}

@media (max-width: 575px) {
  .u-section-1 {
    background-position: 50% 50%;
  }

  .u-section-1 .u-sheet-1 {
    min-height: 300px;

  }
}

.mini-box.is-disabled {
  opacity: 0.82;
  cursor: not-allowed;
  pointer-events: none;
}

.mini {
  background: linear-gradient(180deg, #f8f4fc 0%, #eee3f8 100%);
  padding-top: 0;
  padding-bottom: 50px;
  margin-top: 0 !important;
}

.welcome-area {
  margin-bottom: 0 !important;
  height: auto !important;
  min-height: 520px;
  align-items: flex-start;
}

.welcome-area .header-text {
  position: relative;
  top: auto;
  transform: none;
  padding-top: 140px;
  padding-bottom: 20px;
}

.mini:before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.mini .info h1 {
  color: var(--purple-900);
  margin-bottom: 24px;
}

.mini .mini-box {
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(109, 59, 147, 0.14);
  border-radius: 16px;
  box-shadow: 0 10px 26px rgba(51, 30, 76, 0.1);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  min-height: 210px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.mini .mini-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 16px 32px rgba(51, 30, 76, 0.16);
}

.mini .mini-box strong {
  color: var(--purple-900);
}

.mini .mini-box span {
  color: #5a4d69;
}

.mini .mini-box i {
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 8px;
}

.mini .mini-box i img {
  width: 70px;
  height: 70px;
  object-fit: cover;
  border-radius: 10px;
}

@media (max-width: 991px) {
  .welcome-area {
    min-height: 460px;
  }

  .welcome-area .header-text {
    padding-top: 120px;
    padding-bottom: 10px;
  }

  .mini .mini-box {
    min-height: 190px;
    margin-bottom: 14px;
  }
}

@media (max-width: 400px) {
  .u-section-1 {
    background-position: 80% 50%;
  }

}

#about-preview,
#final-project-preview {
  padding-top: 30px;
  padding-bottom: 30px;
  background: linear-gradient(180deg, var(--purple-100) 0%, #efe6fa 100%);
}

#final-project-preview {
  background: linear-gradient(180deg, #f8f4fc 0%, #eee3f8 100%);
}

.feature-card {
  overflow: hidden;
  border-radius: 20px;
  box-shadow: var(--card-shadow);
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(109, 59, 147, 0.12);
}

.feature-image {
  width: 100%;
  height: 100%;
  min-height: 340px;
  object-fit: cover;
  display: block;
}

.feature-content {
  padding: 40px;
}

.feature-subtitle {
  margin-bottom: 14px;
  color: var(--purple-900);
}

.feature-text {
  color: #493f56;
  line-height: 1.7;
}

.feature-text ul {
  padding-left: 20px;
  margin-bottom: 18px;
}

.feature-text p {
  margin-bottom: 24px;
}

#about-preview .section-title,
#final-project-preview .section-title,
#blog .section-title {
  color: var(--purple-900);
}

.mini .info h1,
#about-preview .section-title,
#final-project-preview .section-title,
#blog .section-title,
#about-preview h3,
#final-project-preview h3,
#blog .blog-content h3,
#blog .blog-content h3 a {
  color: var(--purple-900) !important;
}

#about-preview .main-button,
#final-project-preview .main-button,
#blog .main-button {
  background: linear-gradient(135deg, var(--purple-700), var(--purple-500));
  color: #ffffff;
  border: 0;
}

#about-preview .main-button:hover,
#final-project-preview .main-button:hover,
#blog .main-button:hover {
  background: linear-gradient(135deg, #5f2f87, #7f4ea6);
}

#about-preview a,
#final-project-preview a,
#blog a {
  color: var(--purple-700);
}

#about-preview a:hover,
#final-project-preview a:hover,
#blog a:hover {
  color: #5c2f84;
}

@media (max-width: 991px) {
  .feature-image {
    min-height: 250px;
  }

  .feature-content {
    padding: 28px;
  }
}

@media (max-width: 575px) {
  .feature-content {
    padding: 22px;
  }
}

#blog {
  padding-top: 40px;
  padding-bottom: 50px;
  background: linear-gradient(180deg, var(--purple-200) 0%, #e1d1f1 100%);
}

#blog .center-heading {
  margin-bottom: 14px;
}

#blog .center-text p {
  color: #4e4560;
  line-height: 1.7;
}

#blog .blog-post-thumb {
  border-radius: 18px;
  overflow: hidden;
  background: #ffffff;
  box-shadow: var(--card-shadow);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  height: 100%;
  border: 1px solid rgba(109, 59, 147, 0.12);
}

#blog .blog-post-thumb:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 40px rgba(51, 30, 76, 0.18);
}

#blog .blog-post-thumb .img img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
}

#blog .blog-content {
  padding: 26px;
}

#blog .blog-content h3 {
  margin-bottom: 12px;
}

#blog .blog-content .text {
  color: #4b4258;
  line-height: 1.7;
  min-height: 120px;
}

#blog .blog-content .main-button {
  margin-top: 14px;
}

@media (max-width: 991px) {
  #blog .blog-post-thumb {
    margin-bottom: 24px;
  }

  #blog .blog-content .text {
    min-height: auto;
  }
}
