body {
  font-family: 'Open Sans', sans-serif;
  font-size: 17px;
  color: #615978;
}

body.is-loading {
  overflow: hidden;
}

.preloader {
  position: fixed;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #1a2540;
  z-index: 2000;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.preloader.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.preloader-spinner {
  width: 42px;
  height: 42px;
  border: 3px solid rgba(90, 127, 251, 0.18);
  border-top-color: #5a7ffb;
  border-radius: 50%;
  animation: preloader-spin 0.7s linear infinite;
}

a {
  color: #5a7ffb;
  text-decoration: none;
  transition: 0.3s;
}

a:hover {
  color: #2858fa;
}

ul {
  padding-left: 0;
  margin-bottom: 0;
}

li {
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Poppins', sans-serif;
  color: #222;
}

.section-block {
  padding-top: 120px;
  padding-bottom: 80px;
}

.section-title {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-bottom: 64px;
}

.section-title h2 {
  position: relative;
  display: inline-block;
  line-height: 1;
  font-size: 24px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.section-title h2::before,
.section-title h2::after {
  content: '';
  width: 0;
  height: 0;
  border: 8px solid transparent;
  border-bottom-color: #5a7ffb;
  position: absolute;
  top: 2px;
}

.section-title h2::before {
  border-left-color: #5a7ffb;
  right: -30px;
}

.section-title h2::after {
  border-right-color: #5a7ffb;
  left: -30px;
}

.section-title.dark h2,
.section-title.dark p {
  color: #fff;
}

.btn-main {
  padding: 15px 42px;
  background: #5a7ffb;
  color: #fff;
  border-radius: 5px;
  font-family: 'Poppins', sans-serif;
  text-transform: uppercase;
  display: inline-block;
}

.btn-main:hover {
  background: #063ae9;
  color: #fff;
}

.btn-text {
  font-family: 'Poppins', sans-serif;
  text-transform: uppercase;
}

.btn-text:hover {
  color: #fff;
}

.site-header {
  position: absolute;
  width: 100%;
  z-index: 1001;
}

.site-header .navbar {
  transition: 0.3s;
}

.site-header .navbar.fixed-top {
  background: #1a2540;
  z-index: 1001;
}

.site-header .nav-item .nav-link {
  padding-left: 1.2rem;
  padding-right: 1.2rem;
}

.site-header .nav-item .active {
  color: #5a7ffb;
}

.site-header a {
  color: #fff;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
}

.site-header a:hover,
.site-header a:focus {
  color: #5a7ffb;
}

.site-header .navbar-brand {
  width: auto;
}

.brand-logo img {
  width: 145px;
  height: auto;
  display: block;
}

.hero-area {
  background: url('../image/hero_pattern.jpg');
  color: #fff;
}

.hero-area .hero-content {
  min-height: 100vh;
}

.hero-area h1 {
  font-size: 90px;
  color: #fff;
}

.hero-area h1 span {
  display: block;
  font-size: 30px;
}

.hero-area h1 strong {
  color: #5a7ffb;
}

.hero-area .content-block p {
  font-size: 24px;
}

.hero-area .content-block p .typer,
.hero-area .content-block p .cursor {
  font-weight: 700;
  font-size: 30px;
  color: #fff;
}

.hero-area .link-group {
  margin-top: 52px;
}

.hero-area .btn-main {
  margin-right: 18px;
}

.hero-area .block-wrapper {
  position: relative;
  margin-left: 30px;
}

.hero-area .image-wrapper {
  position: relative;
  width: 400px;
  margin-top: 30px;
}

.hero-area .rounded-border {
  position: absolute;
  left: -30px;
  top: -30px;
  width: 400px;
}

.profile-fluid-img {
  border-radius: 15rem;
}

.image-note {
  position: absolute;
  right: -12px;
  bottom: 24px;
  background: #5a7ffb;
  color: #fff;
  padding: 8px 16px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 700;
}

.hero-area .fun-facts {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 280px;
}

.hero-area .fun-facts li {
  background: #fff;
  width: 100%;
  padding: 24px;
  margin-bottom: 18px;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}

.hero-area .fun-facts li::after {
  content: '';
  width: 100px;
  height: 150%;
  background: #ececec;
  position: absolute;
  top: -48px;
  left: -30px;
  transform: rotate(18deg);
}

.hero-area .fun-facts li span {
  font-size: 48px;
  float: left;
  color: #5a7ffb;
  line-height: 1;
  position: relative;
  z-index: 1;
}

.hero-area .fun-facts li h3 {
  color: #222;
  font-size: 21px;
  text-transform: uppercase;
  margin: 0 0 0 100px;
  position: relative;
  z-index: 1;
      font-weight: bold;
}

.hero-area .de-hero-1,
.hero-area .de-hero-2,
.hero-area .de-hero-3,
.hero-area .de-hero-4,
.hero-area .de-hero-7,
.hero-area .de-hero-8 {
  position: absolute;
  opacity: 0.3;
}

.hero-area .de-hero-1 {
  left: 33%;
  top: 24%;
}

.hero-area .de-hero-2 {
  left: 10%;
  bottom: 17%;
}

.hero-area .de-hero-3 {
  left: 8%;
  top: 30%;
}

.hero-area .de-hero-4 {
  right: 6%;
  top: 16%;
}

.hero-area .de-hero-7 {
  right: 23%;
  top: 16%;
}

.hero-area .de-hero-8 {
  left: 48%;
  bottom: 15%;
}

.about-section {
  background: #f2f5fb;
  position: relative;
}

.about-section .img-wrapper {
  position: relative;
  text-align: center;
}

.about-section .img-wrapper::before {
  content: '';
  width: 60px;
  height: 60px;
  border-radius: 7px;
  border: 5px solid #5a7ffb;
  position: absolute;
  left: 30px;
  top: 190px;
}

.about-section .img-wrapper::after {
  content: '';
  width: 36px;
  height: 36px;
  background: #5a7ffb;
  position: absolute;
  left: 332px;
  bottom: -90px;
  border-radius: 4px;
}

.about-section .about-img-2 {
  position: absolute;
  left: 0;
  bottom: -160px;
  width: 300px;
  height: 340px;
  object-fit: cover;
}
.about-section .about-img-1 {
  width: 400px;
  height: 430px;
  object-fit: cover;
}
.about-text span
{
  font-weight: 600;
}
.desktop-image,
.desktop-comp-image {
  border-radius: 10px;
}

.about-section .content-block h2 {
  font-size: 48px;
  margin-bottom: 30px;
}

.about-section h2 span {
  display: block;
  font-size: 18px;
  text-transform: uppercase;
  color: #5a7ffb;
}

.about-secondary {
  margin-top: 18px;
}


.about-section .personal-info li {
  margin-bottom: 18px;
}

.about-section .personal-info h4 {
  font-size: 16px;
  margin-bottom: 4px;
  text-transform: uppercase;
}

.doc-placeholders {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.doc-placeholder {
  background: #fff;
  border: 1px solid #dfe5f0;
  border-radius: 999px;
  padding: 10px 16px;
}
.doc-placeholder a {
  text-decoration: none;
  font-size: 15px;
  font-weight: 600;
}

.about-section .de-about-1,
.about-section .de-about-2 {
  position: absolute;
}

.about-section .de-about-1 {
  right: 10%;
  top: -8%;
}

.about-section .de-about-2 {
  left: 5%;
  bottom: -3%;
}

.partner-section {
  padding: 72px 0;
  background: #1a2540;
}

.partnerCarousel {
  overflow: hidden;
}

.partnerCarousel .swiper-wrapper {
  transition-timing-function: linear !important;
}

.partner-section .image-wrapper {
  text-align: center;
  color: #fff;
}

.partner-section .swiper-slide {
  display: flex;
  justify-content: center;
}

.partner-section .image-wrapper {
  width: 100%;
  max-width: 145px;
}

.logo-frame {
  height: 58px;
  margin: 0 auto 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.logo-frame--square {
  width: 58px;
}

.logo-frame--tall {
  width: 62px;
}

.logo-frame--wide {
  width: 118px;
}

.logo-frame--maui {
  width: 124px;
}

.logo-frame--sql {
  width: 122px;
}

.logo-frame--sqlite {
  width: 104px;
}

.partner-section .image-wrapper img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  display: block;
}

.partner-section .image-wrapper p {
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.35;
}

.experience-section {
  background: #1a2540;
}

.experience-card {
  text-align: center;
  border: 1px solid #293a64;
  border-radius: 10px;
  padding: 48px 32px;
  height: 100%;
  transition: 0.3s;
}

.experience-card:hover {
  background: #fff;
}

.experience-card .icon-box {
  width: 86px;
  height: 86px;
  border-radius: 50%;
  border: 1px solid #505050;
  margin: 0 auto 24px;
}

.experience-card .icon-box.icon {
  background: rgba(255, 255, 255, 0.1);
  color: #5a7ffb;
  font-size: 32px;
  line-height: 86px;
}

.experience-card .icon-box img{
  width: 100%;
  height: 100%;
}

.experience-card h3 {
  color: #fff;
  font-size: 24px;
  margin-bottom: 20px;
  transition: 0.3s;
}

.experience-card p {
  color: #b0aac0;
  transition: 0.3s;
}

.experience-card span {
  display: inline-block;
  margin-top: 18px;
  color: #8fb0ff;
  font-weight: 700;
  font-size: 15px;
  transition: 0.3s;
}

.experience-card:hover h3 {
  color: #222;
}

.experience-card:hover p {
  color: #615978;
}

.experience-card:hover span {
  color: #5a7ffb;
}

.experience-card:hover .icon-box {
  background: #5a7ffb;
  color: #fff;
}

.portfolio-section {
  position: relative;
  padding-bottom: 100px;
}

.portfolio-note {
  color: #948daa;
}

.portfolio-section .row > div {
  margin-bottom: 24px;
}

.portfolio-section .box {
  background: #fff;
  overflow: hidden;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.portfolio-section .box::before,
.portfolio-section .box::after {
  content: none;
}

.portfolio-section .box img {
  width: 100%;
  height: 275px;
  object-fit: cover;
  display: block;
}

.portfolio-section .box .box-content {
  color: #222;
  text-align: left;
  width: 100%;
  position: static;
  opacity: 1;
  padding: 24px;
}

.portfolio-section .box .title {
  font-size: 21px;
  color: #222;
  margin: 0;
}

.portfolio-section .box .category {
  color: #fff;
  opacity: 0.9;
  font-size: 16px;
  text-transform: uppercase;
  display: block;
  font-weight: 700;
  margin-bottom: 6px;
}

.portfolio-section .box .icon-box {
  opacity: 0;
  transform: translate(-50%, -50%);
  position: absolute;
  left: 50%;
  top: 70%;
  z-index: 2;
  transition: all 0.3s ease-out 0.1s;
}

.portfolio-section .box .icon-box a {
  width: 48px;
  height: 48px;
  line-height: 48px;
  background: rgba(255, 255, 255, 0.7);
  display: block;
  text-align: center;
  border-radius: 50%;
  color: #222;
}

.portfolio-section .box:hover::before {
  top: auto;
}

.portfolio-section .box:hover::after {
  bottom: auto;
}

.portfolio-section .box:hover .box-content {
  opacity: 1;
}

.portfolio-section .box:hover .icon-box {
  opacity: 1;
  top: 50%;
}

.box_border {
  box-shadow: 0 0 10px -2px rgba(26, 37, 64, 0.3);
}

.portfolio-filter {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 40px;
}

.portfolio-filter .filter-btn {
  background: transparent;
  border: 1px solid #5a7ffb;
  color: #5a7ffb;
  padding: 8px 20px;
  border-radius: 999px;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: 0.3s;
}

.portfolio-filter .filter-btn:hover,
.portfolio-filter .filter-btn.active {
  background: #5a7ffb;
  color: #fff;
}

.portfolio-section .box .box-content {
  padding: 24px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex: 1;
}

.portfolio-section .box .desc {
  font-size: 14px;
  margin: 10px 0;
  color: #615978;
}

.portfolio-section .box .date {
  font-size: 13px;
  font-weight: 600;
  color: #5a7ffb;
  margin-bottom: 18px;
}

.portfolio-section .box .box-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: auto;
}

.portfolio-section .box .btn-preview {
  display: inline-block;
  background: #5a7ffb;
  color: #fff;
  padding: 8px 16px;
  border-radius: 5px;
  font-weight: 700;
  font-size: 13px;
  transition: 0.3s;
}

.portfolio-section .box .btn-preview:hover {
  background: rgb(6, 58, 233);
  color: #fff;
}

.portfolio-section .box .btn-details {
  background: transparent;
  color: #5a7ffb;
  border: 1px solid #5a7ffb;
}

.portfolio-section .box .btn-details:hover {
  background: #5a7ffb;
  color: #fff;
}

.pagination-container {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 30px;
}

.pagination-container .page-btn {
  background: #fff;
  border: 1px solid #e2e5ef;
  color: #615978;
  width: 40px;
  height: 40px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  cursor: pointer;
  transition: 0.3s;
}

.pagination-container .page-btn:hover,
.pagination-container .page-btn.active {
  background: #5a7ffb;
  color: #fff;
  border-color: #5a7ffb;
}

.portfolio-section .de-portfolio-1,
.portfolio-section .de-portfolio-2 {
  position: absolute;
}

.portfolio-section .de-portfolio-1 {
  left: 5%;
  top: 10%;
}

.portfolio-section .de-portfolio-2 {
  right: 5%;
  bottom: -2%;
}

.contact-section {
  position: relative;
}

.contact-panel,
.availability-card {
  border: 1px solid #e2e5ef;
  border-radius: 12px;
  padding: 36px;
  background: #fff;
  height: 100%;
  box-shadow: 0 12px 40px rgba(34, 34, 34, 0.05);
}

.contact-panel h3,
.form-block h3 {
  font-size: 30px;
  margin-bottom: 24px;
}

.contact-placeholder-list li {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 16px 0;
  border-bottom: 1px solid #eceff5;
}

.contact-placeholder-list li:last-child {
  border-bottom: none;
}

.contact-placeholder-list span {
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 700;
  color: #5a7ffb;
}

.contact-placeholder-list strong {
  color: #222;
  font-size: 16px;
}

.availability-card p {
  margin-bottom: 24px;
}

.availability-tags,
.contact-docs {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.availability-tags {
  margin-bottom: 24px;
}

.availability-tags span,
.contact-docs span {
  display: inline-block;
  background: #f2f5fb;
  border-radius: 999px;
  padding: 10px 16px;
  font-size: 15px;
  font-weight: 600;
}

.contact-section .de-contact-1,
.contact-section .de-contact-2 {
  position: absolute;
}

.contact-section .de-contact-1 {
  right: 7%;
  top: 12%;
}

.contact-section .de-contact-2 {
  left: 4%;
  bottom: -2%;
}

.site-footer {
  background: url('../image/footer-bg.jpg') center center / cover no-repeat;
  padding-top: 90px;
  padding-bottom: 60px;
  position: relative;
  z-index: 1;
}

.site-footer::after {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(26, 37, 64, 0.5);
  z-index: -1;
}

.site-footer .container {
  position: relative;
}

.footer-brand {
  display: inline-block;
}

.footer-brand img {
  width: 150px;
  height: auto;
  display: block;
}

.footer-social {
  margin-top: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
}

.footer-social li {
  margin-right: 0;
}

.footer-social a {
  color: #fff;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 600;
  transition: 0.3s;
}

.footer-social a:hover {
  background: #5a7ffb;
  border-color: #5a7ffb;
  color: #fff;
}

.site-footer .back-to-top {
  position: absolute;
  top: -120px;
  right: 12px;
}

.site-footer .back-to-top a {
  width: 60px;
  height: 60px;
  background: #5a7ffb;
  text-align: center;
  line-height: 60px;
  font-size: 24px;
  color: #fff;
  border-radius: 50%;
  display: inline-block;
}

.site-footer .footer-bottom {
  margin-top: 56px;
}

.site-footer .footer-bottom p {
  color: #b0aac0;
  font-size: 16px;
}

@keyframes anim-updown {
  0% { transform: translateY(0); }
  50% { transform: translateY(30px); }
  100% { transform: translateY(0); }
}

@keyframes preloader-spin {
  100% { transform: rotate(360deg); }
}

@keyframes anim-move {
  0% { transform: translateX(0); }
  50% { transform: translateX(30px); }
  100% { transform: translateX(0); }
}

@keyframes anim-zoom {
  0% { transform: scale(0.2); }
  50% { transform: scale(0.7); }
  100% { transform: scale(0.2); }
}

.elem-updown {
  animation: anim-updown 5s infinite;
}

.elem-move {
  animation: anim-move 5s infinite;
}

.elem-zoom {
  animation: anim-zoom 5s infinite;
}

.top-area {
    margin-top: 90px;
  }

@media (max-width: 1199px) {
  .top-area {
    margin-top: 0;
  }
  .section-title {
    width: 80%;
  }

  .design-elements {
    display: none;
  }

  .site-header .navbar-toggler {
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.3);
    padding: 0.25rem;
  }

  .site-header .navbar-toggler:focus {
    box-shadow: none;
  }

  .site-header .navbar-toggler-icon {
    line-height: 1.5em;
  }

  .site-header .nav-link {
    color: #222;
    padding-top: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid #e0e0e0;
  }

  .site-header .navbar-collapse {
    background: #fff;
    border-radius: 10px;
  }

  .hero-area {
    text-align: center;
    padding-bottom: 120px;
  }

  .hero-area .content-block {
    padding-top: 180px;
    padding-bottom: 80px;
  }

  .hero-area h1 {
    font-size: 60px;
  }

  .hero-area .image-wrapper {
    margin-left: auto;
    margin-right: auto;
  }

  .hero-area .rounded-border {
    left: 48%;
    transform: translateX(-50%);
  }

  .hero-area .fun-facts {
    width: 220px;
  }

  .hero-area .fun-facts li span {
    font-size: 36px;
  }

  .hero-area .fun-facts li h3 {
    font-size: 16px;
    text-align: left;
    margin-left: 84px;
  }

  .about-section .img-wrapper::before {
    left: 430px;
    top: 84px;
  }

  .about-section .img-wrapper::after {
    left: 240px;
    bottom: -72px;
  }

  .about-section .about-img-2 {
    bottom: -96px;
    left: 312px;
  }

      .about-section .img-wrapper {
        text-align: left;
    }
}

@media (max-width: 991px) {
  .top-area {
    margin-top: 0;
  }
  .hero-area .hero-content {
    min-height: auto;
  }

  .hero-area .fun-facts {
    position: static;
    margin-top: 48px;
    transform: none;
    margin-left: auto;
    margin-right: auto;
  }

  .experience-section .row > div,
  .contact-section .row > div {
    margin-bottom: 24px;
  }

  .contact-section .row > div:last-child {
    margin-bottom: 0;
  }
}

@media (max-width: 767px) {
  .top-area {
    margin-top: 0;
  }
  .btn-main,
  .btn-text {
    font-size: 16px;
  }

  .hero-area {
    padding-bottom: 72px;
  }

  .hero-area .content-block {
    padding-top: 120px;
    padding-bottom: 60px;
  }

  .hero-area h1 {
    font-size: 40px;
  }

  .hero-area .content-block p .typer, .hero-area .content-block p .cursor {
    font-size: 24px;
}

  .hero-area h1 span {
    font-size: 18px;
  }

  .hero-area .content-block p {
    font-size: 18px;
  }

  .about-section .content-block h2 {
    font-size: 36px;
  }

  .about-section .img-wrapper::before,
  .about-section .img-wrapper::after {
    display: none;
  }


  .contact-panel,
  .availability-card {
    padding: 28px;
  }

  .site-footer {
    padding-top: 60px;
  }

  .site-footer .back-to-top {
    top: -90px;
  }
}

@media (max-width: 576px) {
  .top-area {
    margin-top: 0;
  }
  .section-title {
    width: 90%;
  }

  .site-header .navbar-brand {
    width: auto;
  }

  .hero-area .block-wrapper {
    margin-left: 15px;
  }

  .hero-area .image-wrapper {
    width: 280px;
  }

  .hero-area .rounded-border {
    width: 280px;
    left: 46%;
  }

  .site-footer .footer-social {
    gap: 12px;
  }

  .about-section .about-img-2 {
        left: auto;
        right: 0;
        width: 120px;
        height: 138px;
    }
}

.lead
    {
        font-size: 16px;
    }
    .project-hero {
      padding: 120px 0 60px;
      background-color: #1a2540;
      color: white;
    }
    .project-title {
      font-size: 1.5rem;
      font-weight: 800;
      margin-bottom: 20px;
      color: #fff;
    }
    .breadcrumb-custom {
      font-size: 0.9rem;
      margin-bottom: 30px;
    }
    .breadcrumb-custom a {
      color: #5a7ffb;
      text-decoration: none;
    }
    .breadcrumb-custom a:hover {
      text-decoration: underline;
    }
    .project-section {
      padding: 60px 0;
    }
    .project-section h3 {
      font-size: 2rem;
      margin-bottom: 30px;
      position: relative;
    }
    .project-section h3 span {
      position: relative;
    }
    
    /* Carousel Styling */
    .project-carousel-container {
      margin-bottom: 40px;
      border-radius: 12px;
      overflow: hidden;
      box-shadow: 0 10px 30px rgba(0,0,0,0.15);
    }
    .project-carousel .swiper-slide {
      display: flex;
      justify-content: center;
      align-items: center;
      background-color: #f8f9fa;
    }
    .project-carousel .swiper-slide img {
      max-height: 460px;
      object-fit: contain;
      width: 460px;
    }
    .project-video {
      width: 100%;
      max-width: 800px;
      height: 635px;
      margin: 0 auto;
      display: block;
      border-radius: 12px;
      box-shadow: 0 10px 30px rgba(0,0,0,0.15);
    }
    .what-i-did-content {
      font-size: 1.1rem;
      line-height: 1.8;
    }

    .project-action-group {
      display: flex;
      flex-wrap: wrap;
      gap: 14px;
      margin-top: 30px;
    }

    .project-action-group .btn-main,
    .project-action-group .project-outline-btn {
      padding: 11px 22px;
      font-size: 14px;
    }

    .project-outline-btn {
      padding: 15px 28px;
      border: 1px solid #5a7ffb;
      color: #5a7ffb;
      border-radius: 5px;
      font-family: 'Poppins', sans-serif;
      text-transform: uppercase;
      display: inline-block;
      font-weight: 700;
      background: transparent;
    }

    .project-outline-btn:hover {
      background: #5a7ffb;
      color: #fff;
    }

    .project-highlight-card,
    .project-info-card,
    .project-content-panel,
    .project-side-panel {
      background: #fff;
      border: 1px solid #e2e5ef;
      border-radius: 12px;
      box-shadow: 0 12px 40px rgba(34, 34, 34, 0.05);
    }

    .project-highlight-card {
      display: flex;
      justify-content: space-between;
      align-items: center;
      gap: 24px;
      padding: 32px;
      margin-bottom: 32px;
    }

    .project-highlight-card h2 {
      font-size: 30px;
      margin-bottom: 14px;
    }

    .project-highlight-card p {
      margin-bottom: 0;
    }

    .project-highlight-actions {
      display: flex;
      flex-direction: column;
      gap: 12px;
      min-width: 220px;
    }

    .project-eyebrow,
    .project-info-label {
      display: inline-block;
      margin-bottom: 12px;
      color: #5a7ffb;
      font-size: 13px;
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: 0.08em;
    }

    .project-info-grid {
      margin-bottom: 32px;
    }

    .project-info-card {
      height: 100%;
      padding: 28px;
    }

    .project-info-card h3 {
      font-size: 24px;
      margin-bottom: 12px;
    }

    .project-content-row {
      margin-top: 0;
    }

    .project-content-panel,
    .project-side-panel {
      padding: 32px;
    }

    .project-side-panel + .project-side-panel {
      margin-top: 24px;
    }

    .project-side-panel p,
    .project-info-card p,
    .project-content-panel p {
      margin-bottom: 0;
    }

    .project-link-list li {
      padding: 16px 0;
      border-bottom: 1px solid #eceff5;
    }

    .project-link-list li:first-child {
      padding-top: 0;
    }

    .project-link-list li:last-child {
      border-bottom: none;
      padding-bottom: 0;
    }

    .project-link-list span {
      display: block;
      margin-bottom: 6px;
      color: #5a7ffb;
      font-size: 13px;
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: 0.08em;
    }

    .project-link-list strong,
    .project-link-list a {
      color: #222;
      font-weight: 600;
      word-break: break-word;
    }

    .project-link-list a:hover {
      color: #5a7ffb;
    }

    @media (max-width: 768px) {
      .project-highlight-card {
        flex-direction: column;
        align-items: flex-start;
      }

      .project-highlight-actions {
        width: 100%;
        min-width: 0;
      }

      .project-content-panel,
      .project-side-panel,
      .project-highlight-card {
        padding: 24px;
      }
      
      .project-carousel .swiper-slide img {
        height: auto;
      }
      
      .demo-container {
        gap: 50px;
      }
    }
