@charset "UTF-8";
.bannerhome .slider::after {
  content: "";
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(25, 37, 66, 0.86)), color-stop(35%, rgba(23, 42, 77, 0.78)), to(rgba(0, 94, 188, 0)));
  background: linear-gradient(0deg, rgba(25, 37, 66, 0.86) 0%, rgba(23, 42, 77, 0.78) 35%, rgba(0, 94, 188, 0) 100%);
  height: 250px;
  width: 100%;
  position: absolute;
  bottom: 0px;
  z-index: 9;
}
.bannerhome .slider::before {
  content: "";
  background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0.37)), to(rgba(0, 94, 188, 0)));
  background: linear-gradient(270deg, rgba(255, 255, 255, 0.37) 0%, rgba(0, 94, 188, 0) 100%);
  height: 100%;
  width: 300px;
  position: absolute;
  bottom: 0px;
  right: 0px;
  z-index: 9;
}
@media (min-width: 1024px) {
  .bannerhome img,
  .bannerhome .img,
  .bannerhome .section-content,
  .bannerhome .slider {
    height: 950px !important;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.bannerhome .flickity-nav {
  position: absolute;
  bottom: 50px;
}
@media (min-width: 1024px) {
  .bannerhome .flickity-nav {
    bottom: 80px;
  }
}
.bannerhome .flickity-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 12px;
  z-index: 99999;
}
.bannerhome .flickity-nav .flickity-prev-next-button {
  position: unset;
  margin: 0;
  opacity: 1 !important;
  z-index: 99999;
  border: unset !important;
}
.bannerhome .flickity-nav .flickity-prev-next-button svg {
  background: #192542 !important;
  border: unset !important;
}
.bannerhome .flickity-nav .flickity-prev-next-button * {
  opacity: 1 !important;
}
.bannerhome .flickity-nav .flickity-prev-next-button::after {
  content: "";
  position: absolute;
  inset: 0;
  left: -2px !important;
  top: 0px !important;
  width: 40px;
  height: 40px;
  padding: 3px;
  border-radius: 50%;
  background: -webkit-gradient(linear, left top, right top, color-stop(20%, #B99645), color-stop(32%, #C6A450), color-stop(40%, #ECD272), color-stop(50%, #F6E996), color-stop(59%, #E5BE55), color-stop(68%, #E1AF3C));
  background: linear-gradient(90deg, #B99645 20%, #C6A450 32%, #ECD272 40%, #F6E996 50%, #E5BE55 59%, #E1AF3C 68%);
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}
.bannerhome .flickity-nav .flickity-prev-next-button::before {
  content: counter(dot);
  position: absolute;
  inset: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  background: -webkit-gradient(linear, left top, right top, color-stop(20%, #B99645), color-stop(32%, #C6A450), color-stop(40%, #ECD272), color-stop(50%, #F6E996), color-stop(59%, #E5BE55), color-stop(68%, #E1AF3C));
  background: linear-gradient(90deg, #B99645 20%, #C6A450 32%, #ECD272 40%, #F6E996 50%, #E5BE55 59%, #E1AF3C 68%);
  -webkit-text-fill-color: transparent;
  font-family: "SF Pro Display";
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
}
.bannerhome .flickity-nav .flickity-page-dots {
  position: unset;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  margin: 0px 10px;
  counter-reset: dot;
}
.bannerhome .flickity-nav .flickity-page-dots .dot {
  counter-increment: dot;
  position: relative;
  width: 37px;
  height: 37px;
  margin: 0;
  border-width: unset !important;
  border-color: transparent !important;
  background: #192542;
  border-radius: 50%;
  opacity: 1;
  cursor: pointer;
}
.bannerhome .flickity-nav .flickity-page-dots .dot::after {
  content: "";
  position: absolute;
  inset: 0;
  left: -5px !important;
  top: -3px !important;
  width: 40px;
  height: 40px;
  padding: 3px;
  border-radius: 50%;
  background: -webkit-gradient(linear, left top, right top, color-stop(20%, #B99645), color-stop(32%, #C6A450), color-stop(40%, #ECD272), color-stop(50%, #F6E996), color-stop(59%, #E5BE55), color-stop(68%, #E1AF3C));
  background: linear-gradient(90deg, #B99645 20%, #C6A450 32%, #ECD272 40%, #F6E996 50%, #E5BE55 59%, #E1AF3C 68%);
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}
.bannerhome .flickity-nav .flickity-page-dots .dot::before {
  content: counter(dot);
  position: absolute;
  inset: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  background: -webkit-gradient(linear, left top, right top, color-stop(20%, #B99645), color-stop(32%, #C6A450), color-stop(40%, #ECD272), color-stop(50%, #F6E996), color-stop(59%, #E5BE55), color-stop(68%, #E1AF3C));
  background: linear-gradient(90deg, #B99645 20%, #C6A450 32%, #ECD272 40%, #F6E996 50%, #E5BE55 59%, #E1AF3C 68%);
  -webkit-text-fill-color: transparent;
  font-family: "SF Pro Display";
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
}
.bannerhome .flickity-nav .flickity-page-dots .dot.is-selected {
  background-color: #FFF1B8;
  -webkit-box-shadow: 0 0 10px rgba(255, 241, 184, 0.9), 0 0 25px rgba(255, 241, 184, 0.7), 0 0 50px rgba(255, 241, 184, 0.4);
          box-shadow: 0 0 10px rgba(255, 241, 184, 0.9), 0 0 25px rgba(255, 241, 184, 0.7), 0 0 50px rgba(255, 241, 184, 0.4);
}
.bannerhome .flickity-nav .flickity-page-dots .dot.is-selected::before {
  color: #000;
  font-weight: 600;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.bannerhome .flickity-nav .flickity-page-dots .dot:hover::before {
  color: #000;
}

.listlogo::before {
  content: "";
  background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0.37)), to(rgba(0, 94, 188, 0)));
  background: linear-gradient(270deg, rgba(255, 255, 255, 0.37) 0%, rgba(0, 94, 188, 0) 100%);
  height: 100%;
  width: 300px;
  position: absolute;
  bottom: 0px;
  right: 0px;
  z-index: 9;
}
.listlogo h2 {
  font-size: 75px;
  font-family: "Inter";
  background: -webkit-gradient(linear, left top, right top, from(#A28C6F), color-stop(29%, #B8906A), color-stop(46%, #D0AB81), color-stop(66%, #D0AE92), color-stop(81%, #B8906A), to(#A28C6F));
  background: linear-gradient(90deg, #A28C6F 0%, #B8906A 29%, #D0AB81 46%, #D0AE92 66%, #B8906A 81%, #A28C6F 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  /* Firefox */
  background-clip: text;
  color: transparent;
}

/* ===================================
   DIGISKY INTRO SECTION STYLES
   =================================== */
/* Section Background */
.digisky-intro-section {
  position: relative;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .digisky-intro-section {
    padding-top: 200px;
  }
}
.digisky-intro-section {
  /* Row Layout */
}
.digisky-intro-section .digisky-intro-row {
  position: relative;
  z-index: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.digisky-intro-section {
  /* Left Column */
}
.digisky-intro-section .digisky-intro-left {
  padding-right: 60px;
}
.digisky-intro-section {
  /* Section Title */
}
.digisky-intro-section .digisky-section-title h2 {
  font-family: "Inter", sans-serif;
  font-size: 75px;
  font-weight: 700;
  color: #D4A574;
  letter-spacing: 0.02em;
  line-height: 1.1;
  margin-bottom: 15px;
  padding-bottom: 20px;
  position: relative;
}
.digisky-intro-section {
  /* Intro Description */
}
.digisky-intro-section .digisky-intro-desc p {
  font-family: "SF Pro Display", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.7;
  margin-bottom: 25px;
  background: -webkit-gradient(linear, left top, right top, color-stop(3%, #A28C6E), color-stop(29%, #B8906A), color-stop(46%, #D0AB81), color-stop(66%, #D0AE92), color-stop(81%, #B8906A), color-stop(92%, #A28C6E));
  background: linear-gradient(90deg, #A28C6E 3%, #B8906A 29%, #D0AB81 46%, #D0AE92 66%, #B8906A 81%, #A28C6E 92%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
.digisky-intro-section {
  /* Main Content */
}
.digisky-intro-section .digisky-intro-content p {
  font-family: "SF Pro Display", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.8;
  color: #FFFFFF;
  text-align: justify;
}
.digisky-intro-section {
  /* Right Column */
}
.digisky-intro-section .digisky-intro-right {
  position: relative;
}
.digisky-intro-section {
  /* Map Image */
}
.digisky-intro-section .digisky-map-image {
  position: relative;
  -webkit-animation: fadeInUp 1s ease-out 0.2s both;
          animation: fadeInUp 1s ease-out 0.2s both;
}
.digisky-intro-section .digisky-map-image img {
  max-width: 100%;
  height: auto;
}
.digisky-intro-section {
  /* Stats Overlay */
}
.digisky-intro-section .digisky-stats-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
  width: 100%;
}
.digisky-intro-section .digisky-stats-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
}
.digisky-intro-section {
  /* Shared Stat Style */
}
.digisky-intro-section .digisky-stat-projects, .digisky-intro-section .digisky-stat-years {
  text-align: center;
}
.digisky-intro-section .digisky-stat-projects h3, .digisky-intro-section .digisky-stat-years h3 {
  font-family: "Inter", sans-serif;
  font-size: 128px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 10px;
  background: -webkit-gradient(linear, left top, right top, color-stop(3%, #A28C6E), color-stop(29%, #B8906A), color-stop(46%, #D0AB81), color-stop(66%, #D0AE92), color-stop(81%, #B8906A), color-stop(92%, #A28C6E));
  background: linear-gradient(90deg, #A28C6E 3%, #B8906A 29%, #D0AB81 46%, #D0AE92 66%, #B8906A 81%, #A28C6E 92%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
.digisky-intro-section .digisky-stat-projects p, .digisky-intro-section .digisky-stat-years p {
  font-family: "SF Pro Display", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 40px;
  font-weight: 600;
  color: #FFFFFF;
  letter-spacing: 0.1em;
  margin: 0;
}
.digisky-intro-section {
  /* Stats */
}
.digisky-intro-section {
  /* Animations */
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.digisky-intro-section .digisky-section-title,
.digisky-intro-section .digisky-intro-desc,
.digisky-intro-section .digisky-intro-content {
  -webkit-animation: fadeInUp 0.8s ease-out;
          animation: fadeInUp 0.8s ease-out;
}
.digisky-intro-section .digisky-stat-years {
  -webkit-animation: fadeInUp 1s ease-out 0.4s both;
          animation: fadeInUp 1s ease-out 0.4s both;
}
.digisky-intro-section .digisky-stat-projects {
  -webkit-animation: fadeInUp 1s ease-out 0.6s both;
          animation: fadeInUp 1s ease-out 0.6s both;
}
.digisky-intro-section {
  /* =====================
  Responsive
  ===================== */
}
@media (max-width: 992px) {
  .digisky-intro-section .digisky-intro-left {
    padding-right: 20px;
    margin-bottom: 40px;
  }
  .digisky-intro-section .digisky-section-title h2 {
    font-size: 50px;
  }
  .digisky-intro-section .digisky-intro-desc p,
  .digisky-intro-section .digisky-intro-content p {
    font-size: 18px;
  }
  .digisky-intro-section .digisky-stat-years h3,
  .digisky-intro-section .digisky-stat-projects h3 {
    font-size: 90px;
  }
  .digisky-intro-section .digisky-stat-years p,
  .digisky-intro-section .digisky-stat-projects p {
    font-size: 28px;
  }
}
@media (max-width: 768px) {
  .digisky-intro-section .digisky-section-title h2 {
    font-size: 42px;
    margin-bottom: 20px;
  }
  .digisky-intro-section .digisky-section-title h2::after {
    font-size: 16px;
  }
  .digisky-intro-section .digisky-intro-desc p,
  .digisky-intro-section .digisky-intro-content p {
    font-size: 16px;
  }
  .digisky-intro-section .digisky-stat-years h3,
  .digisky-intro-section .digisky-stat-projects h3 {
    font-size: 70px;
  }
  .digisky-intro-section .digisky-stat-years p,
  .digisky-intro-section .digisky-stat-projects p {
    font-size: 22px;
  }
  .digisky-intro-section .digisky-stats-container {
    gap: 30px;
  }
}
@media (max-width: 480px) {
  .digisky-intro-section .digisky-section-title h2 {
    font-size: 36px;
  }
  .digisky-intro-section .digisky-section-title h2::after {
    font-size: 14px;
  }
  .digisky-intro-section .digisky-intro-desc p,
  .digisky-intro-section .digisky-intro-content p {
    font-size: 15px;
  }
  .digisky-intro-section .digisky-stat-years h3,
  .digisky-intro-section .digisky-stat-projects h3 {
    font-size: 56px;
  }
  .digisky-intro-section .digisky-stat-years p,
  .digisky-intro-section .digisky-stat-projects p {
    font-size: 18px;
    letter-spacing: 0.08em;
  }
  .digisky-intro-section .digisky-stat-years p {
    padding: 6px 15px;
  }
}

/* ===================================
   DIGISKY WHY PARTNER SECTION STYLES
   =================================== */
/* Section Background */
.digisky-why-section {
  background: -webkit-gradient(linear, left top, left bottom, from(#0a1628), to(#1a2942));
  background: linear-gradient(180deg, #0a1628 0%, #1a2942 100%);
  position: relative;
  overflow: hidden;
}
.digisky-why-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at center, rgba(24, 54, 99, 0.3) 0%, transparent 70%);
  pointer-events: none;
}
.digisky-why-section {
  /* Row Layout */
}
.digisky-why-section .digisky-why-row {
  position: relative;
  z-index: 1;
}
.digisky-why-section {
  /* Header Section */
}
.digisky-why-section .digisky-why-header {
  text-align: center;
  margin-bottom: 60px;
}
.digisky-why-section {
  /* Main Title */
}
.digisky-why-section .digisky-why-title h2 {
  font-family: "Inter", sans-serif;
  font-size: 75px;
  font-weight: 600;
  letter-spacing: 0.02em;
  line-height: 1.2;
  margin: 0;
  padding-bottom: 15px;
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, from(#8BA8C7), to(#B5A177));
  background: linear-gradient(180deg, #8BA8C7 0%, #B5A177 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.digisky-why-section .digisky-why-title h2::after {
  display: block;
  margin-top: 8px;
  font-size: 20px;
  letter-spacing: -2px;
  color: #D4A574;
  opacity: 0.7;
  -webkit-text-fill-color: #D4A574;
}
.digisky-why-section {
  /* Content Layout */
}
.digisky-why-section .digisky-why-content {
  position: relative;
  z-index: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.digisky-why-section {
  /* Left Column */
}
.digisky-why-section .digisky-why-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.digisky-why-section {
  /* Center Column */
}
.digisky-why-section .digisky-why-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
@media (min-width: 1024px) {
  .digisky-why-section .digisky-why-center {
    margin-right: -150px;
  }
}
.digisky-why-section .digisky-why-center .digisky-why-graphic {
  position: relative;
  max-width: 100%;
  -webkit-animation: fadeInScale 1s ease-out 0.3s both;
          animation: fadeInScale 1s ease-out 0.3s both;
}
.digisky-why-section .digisky-why-center .digisky-why-graphic img {
  max-width: 100%;
  height: auto;
  -webkit-filter: drop-shadow(0 0 40px rgba(212, 165, 116, 0.2));
          filter: drop-shadow(0 0 40px rgba(212, 165, 116, 0.2));
}
.digisky-why-section {
  /* Right Column */
}
.digisky-why-section .digisky-why-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 25px;
}
.digisky-why-section {
  /* Feature Box */
}
.digisky-why-section .digisky-feature-box {
  position: relative;
}
.digisky-why-section .digisky-feature-box h3 {
  font-family: "SF Pro Display", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 36px;
  font-weight: 600;
  color: #FFFFFF;
  line-height: 1.3;
  margin-bottom: 12px;
  padding-bottom: 12px;
  position: relative;
}
.digisky-why-section .digisky-feature-box h3::after {
  content: "～～～～～～～～～";
  display: block;
  margin-top: 6px;
  font-size: 14px;
  letter-spacing: -1px;
  color: #5A9FD4;
  opacity: 0.8;
}
.digisky-why-section .digisky-feature-box p {
  font-family: "SF Pro Display", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 22px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 1.6;
  margin: 0;
}
.digisky-why-section {
  /* Feature: Quality */
}
.digisky-why-section .feature-quality h3 {
  background: -webkit-gradient(linear, left top, left bottom, from(#5A9FD4), color-stop(50%, #A8C8E8), to(#5A9FD4));
  background: linear-gradient(180deg, #5A9FD4 0%, #A8C8E8 50%, #5A9FD4 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.digisky-why-section .feature-quality h3::after {
  color: #5A9FD4;
}
.digisky-why-section .feature-quality {
  -webkit-animation: fadeInUp 0.8s ease-out 0.4s both;
          animation: fadeInUp 0.8s ease-out 0.4s both;
}
.digisky-why-section {
  /* Feature: Experience */
}
.digisky-why-section .feature-experience h3 {
  color: #D4A574;
}
.digisky-why-section .feature-experience h3::after {
  display: none;
}
.digisky-why-section .feature-experience p {
  padding: 15px;
  border-radius: 8px;
}
.digisky-why-section .feature-experience {
  -webkit-animation: fadeInUp 0.8s ease-out 0.5s both;
          animation: fadeInUp 0.8s ease-out 0.5s both;
}
.digisky-why-section {
  /* Feature: Strategy */
}
.digisky-why-section .feature-strategy h3 {
  color: #5A9FD4;
}
.digisky-why-section .feature-strategy h3::after {
  display: none;
}
.digisky-why-section .feature-strategy {
  -webkit-animation: fadeInUp 0.8s ease-out 0.6s both;
          animation: fadeInUp 0.8s ease-out 0.6s both;
}
.digisky-why-section {
  /* Feature: Value */
}
.digisky-why-section .feature-value h3 {
  color: #D4A574;
}
.digisky-why-section .feature-value h3::after {
  display: none;
}
.digisky-why-section .feature-value {
  -webkit-animation: fadeInUp 0.8s ease-out 0.7s both;
          animation: fadeInUp 0.8s ease-out 0.7s both;
}
.digisky-why-section {
  /* Animations */
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes fadeInScale {
  from {
    opacity: 0;
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes fadeInScale {
  from {
    opacity: 0;
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.digisky-why-section .digisky-why-title {
  -webkit-animation: fadeInUp 0.8s ease-out;
          animation: fadeInUp 0.8s ease-out;
}
.digisky-why-section {
  /* =====================
  Responsive
  ===================== */
}
@media (max-width: 992px) {
  .digisky-why-section .digisky-why-title h2 {
    font-size: 50px;
  }
  .digisky-why-section .digisky-why-title h2::after {
    font-size: 16px;
  }
  .digisky-why-section .digisky-feature-box h3 {
    font-size: 28px;
  }
  .digisky-why-section .digisky-feature-box p {
    font-size: 18px;
  }
  .digisky-why-section .digisky-why-left,
  .digisky-why-section .digisky-why-right {
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .digisky-why-section .digisky-why-header {
    margin-bottom: 40px;
  }
  .digisky-why-section .digisky-why-title h2 {
    font-size: 38px;
  }
  .digisky-why-section .digisky-why-title h2::after {
    font-size: 14px;
    letter-spacing: -3px;
  }
  .digisky-why-section .digisky-feature-box h3 {
    font-size: 24px;
  }
  .digisky-why-section .digisky-feature-box h3::after {
    font-size: 12px;
  }
  .digisky-why-section .digisky-feature-box p {
    font-size: 16px;
  }
  .digisky-why-section .digisky-why-right {
    gap: 20px;
  }
}
@media (max-width: 480px) {
  .digisky-why-section .digisky-why-title h2 {
    font-size: 32px;
  }
  .digisky-why-section .digisky-feature-box h3 {
    font-size: 22px;
    margin-bottom: 10px;
  }
  .digisky-why-section .digisky-feature-box p {
    font-size: 15px;
  }
  .digisky-why-section .feature-experience p {
    padding: 12px;
  }
}

/* ===================================
   DIGISKY WHY PARTNER SECTION STYLES
   =================================== */
.digisky-why-section {
  position: relative;
  overflow: hidden;
  /* ================= ROW ================= */
}
.digisky-why-section .digisky-why-row {
  position: relative;
  z-index: 1;
}
.digisky-why-section {
  /* ================= HEADER ================= */
}
.digisky-why-section .digisky-why-header {
  text-align: center;
  margin-bottom: 60px;
}
.digisky-why-section .digisky-why-title {
  -webkit-animation: fadeInUp 0.8s ease-out;
          animation: fadeInUp 0.8s ease-out;
}
.digisky-why-section .digisky-why-title h2 {
  font-family: "Inter", sans-serif;
  font-size: 75px;
  font-weight: 600;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(3%, #A28C6E), color-stop(29%, #B8906A), color-stop(46%, #D0AB81), color-stop(66%, #D0AE92), color-stop(81%, #B8906A), color-stop(92%, #A28C6E));
  background: linear-gradient(180deg, #A28C6E 3%, #B8906A 29%, #D0AB81 46%, #D0AE92 66%, #B8906A 81%, #A28C6E 92%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  /* Optional: tăng độ nét */
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
  letter-spacing: 0.02em;
  margin: 0;
  line-height: 1.2;
  padding-bottom: 15px;
}
.digisky-why-section .digisky-why-title h2::after {
  display: block;
  font-size: 20px;
  color: #D4A574;
  letter-spacing: -2px;
  margin-top: 8px;
  opacity: 0.7;
}
.digisky-why-section {
  /* ================= CONTENT ================= */
}
.digisky-why-section .digisky-why-content {
  position: relative;
  z-index: 1;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.digisky-why-section {
  /* LEFT */
}
.digisky-why-section .digisky-why-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
}
.digisky-why-section {
  /* CENTER */
}
.digisky-why-section .digisky-why-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.digisky-why-section .digisky-why-graphic {
  -webkit-animation: fadeInScale 1s ease-out 0.3s both;
          animation: fadeInScale 1s ease-out 0.3s both;
}
.digisky-why-section .digisky-why-graphic img {
  max-width: 100%;
  height: auto;
}
.digisky-why-section {
  /* RIGHT */
}
.digisky-why-section .digisky-why-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 25px;
}
.digisky-why-section {
  /* ================= FEATURE ================= */
}
.digisky-why-section .digisky-feature-heading h3 {
  font-family: "SF Pro Display", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 36px;
  font-weight: 600;
  line-height: 1.3;
  margin: 0;
  padding-bottom: 12px;
}
.digisky-why-section .digisky-feature-desc {
  margin-top: -5px;
}
.digisky-why-section .digisky-feature-desc p {
  font-family: "SF Pro Display", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 22px;
  font-weight: 400;
  color: #fff;
  line-height: 1.6;
  margin: 0;
}
.digisky-why-section {
  /* quality */
}
.digisky-why-section .feature-quality-heading {
  -webkit-animation: fadeInUp 0.8s ease-out 0.4s both;
          animation: fadeInUp 0.8s ease-out 0.4s both;
}
.digisky-why-section .feature-quality-heading h3 {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(3%, #A28C6E), color-stop(29%, #B8906A), color-stop(46%, #D0AB81), color-stop(66%, #D0AE92), color-stop(81%, #B8906A), color-stop(92%, #A28C6E));
  background: linear-gradient(180deg, #A28C6E 3%, #B8906A 29%, #D0AB81 46%, #D0AE92 66%, #B8906A 81%, #A28C6E 92%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.digisky-why-section .feature-quality-desc {
  -webkit-animation: fadeInUp 0.8s ease-out 0.45s both;
          animation: fadeInUp 0.8s ease-out 0.45s both;
}
.digisky-why-section {
  /* experience */
}
.digisky-why-section .feature-experience-heading {
  -webkit-animation: fadeInUp 0.8s ease-out 0.5s both;
          animation: fadeInUp 0.8s ease-out 0.5s both;
}
.digisky-why-section .feature-experience-heading h3 {
  color: #D4A574;
}
.digisky-why-section .feature-experience-desc {
  -webkit-animation: fadeInUp 0.8s ease-out 0.55s both;
          animation: fadeInUp 0.8s ease-out 0.55s both;
}
.digisky-why-section {
  /* strategy */
}
.digisky-why-section .feature-strategy-heading {
  -webkit-animation: fadeInUp 0.8s ease-out 0.6s both;
          animation: fadeInUp 0.8s ease-out 0.6s both;
}
.digisky-why-section .feature-strategy-heading h3 {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(3%, #A28C6E), color-stop(29%, #B8906A), color-stop(46%, #D0AB81), color-stop(66%, #D0AE92), color-stop(81%, #B8906A), color-stop(92%, #A28C6E));
  background: linear-gradient(180deg, #A28C6E 3%, #B8906A 29%, #D0AB81 46%, #D0AE92 66%, #B8906A 81%, #A28C6E 92%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.digisky-why-section {
  /* value */
}
.digisky-why-section .feature-value-heading {
  -webkit-animation: fadeInUp 0.8s ease-out 0.65s both;
          animation: fadeInUp 0.8s ease-out 0.65s both;
}
.digisky-why-section .feature-value-heading h3 {
  color: #D4A574;
}
.digisky-why-section .feature-value-desc {
  -webkit-animation: fadeInUp 0.8s ease-out 0.7s both;
          animation: fadeInUp 0.8s ease-out 0.7s both;
}
.digisky-why-section {
  /* ================= RESPONSIVE ================= */
}
@media (max-width: 992px) {
  .digisky-why-section .digisky-why-title h2 {
    font-size: 50px;
  }
  .digisky-why-section .digisky-feature-heading h3 {
    font-size: 28px;
  }
  .digisky-why-section .digisky-feature-desc p {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .digisky-why-section .digisky-why-title h2 {
    font-size: 38px;
  }
  .digisky-why-section .digisky-feature-heading h3 {
    font-size: 24px;
  }
  .digisky-why-section .digisky-feature-desc p {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .digisky-why-section .digisky-why-title h2 {
    font-size: 32px;
  }
  .digisky-why-section .digisky-feature-heading h3 {
    font-size: 22px;
  }
  .digisky-why-section .digisky-feature-desc p {
    font-size: 15px;
  }
}
.digisky-why-section {
  /* ================= ANIMATIONS ================= */
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeInScale {
  from {
    opacity: 0;
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

/* ===================================
   DIGISKY PRODUCTS & SERVICES - STACK VERSION
   Using ux_stack and ux_image_box
   =================================== */
.digisky-products-section {
  background: -webkit-gradient(linear, left top, left bottom, from(#0a1628), to(#0d1a2d));
  background: linear-gradient(180deg, #0a1628 0%, #0d1a2d 100%);
  position: relative;
  overflow: hidden;
}
.digisky-products-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(ellipse at center, rgba(24, 54, 99, 0.3) 0%, transparent 70%);
  pointer-events: none;
}
.digisky-products-section .digisky-products-header {
  position: relative;
  z-index: 1;
  margin-bottom: 60px;
}
.digisky-products-section .digisky-products-title {
  text-align: center;
}
.digisky-products-section .digisky-products-title h2 {
  font-family: "Inter", sans-serif;
  font-size: 60px;
  font-weight: 700;
  background: -webkit-gradient(linear, left top, right top, from(#DED2AF), color-stop(45%, #DBBA82), to(#CEB899));
  background: linear-gradient(90deg, #DED2AF 0%, #DBBA82 45%, #CEB899 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  letter-spacing: 0.05em;
  margin: 0;
  line-height: 1.2;
}
.digisky-products-section .digisky-products-content {
  position: relative;
  z-index: 1;
}
.digisky-products-section .digisky-products-stack {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.digisky-products-section .digisky-product-card {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  max-width: 280px;
  min-width: 200px;
  padding: 4px;
  overflow: visible !important;
}
.digisky-products-section .digisky-product-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url("../../img/khunganh.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 20;
  pointer-events: none;
  height: 585px;
}
.digisky-products-section .digisky-product-card::after {
  content: "";
  position: absolute;
  top: -10px;
  bottom: auto;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  bottom: auto;
  background-image: url("../../img/anhsang.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 20;
  height: 20px;
  width: 100px;
  pointer-events: none;
}
.digisky-products-section .digisky-product-card .box {
  position: relative;
  overflow: hidden;
  border-radius: 45px;
  -webkit-box-shadow: 0 0 40px rgba(212, 165, 116, 0.3), inset 0 0 80px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 40px rgba(212, 165, 116, 0.3), inset 0 0 80px rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.digisky-products-section .digisky-product-card .box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.4)));
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.4));
  z-index: 1;
}
.digisky-products-section .digisky-product-card:hover .box {
  -webkit-transform: translateY(-10px) scale(1.02);
          transform: translateY(-10px) scale(1.02);
  -webkit-box-shadow: 0 20px 60px rgba(212, 165, 116, 0.5), inset 0 0 80px rgba(0, 0, 0, 0.3);
          box-shadow: 0 20px 60px rgba(212, 165, 116, 0.5), inset 0 0 80px rgba(0, 0, 0, 0.3);
  -webkit-animation: cardFloat 2s ease-in-out infinite;
          animation: cardFloat 2s ease-in-out infinite;
}
.digisky-products-section .digisky-product-card .box-image {
  position: relative;
  z-index: 0;
}
.digisky-products-section .digisky-card-number {
  position: absolute;
  top: 30px;
  left: 30px;
  z-index: 25;
}
.digisky-products-section .digisky-card-number span {
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #D4A574;
  background: rgba(10, 22, 40, 0.7);
  backdrop-filter: blur(10px);
  padding: 8px 16px;
  border-radius: 8px;
  border: 1px solid rgba(212, 165, 116, 0.3);
  display: inline-block;
}
.digisky-products-section .box-text {
  position: absolute;
  top: 10px;
  left: 30px;
  right: 30px;
  z-index: 25;
}
.digisky-products-section .box-text h3 {
  font-family: "Inter", sans-serif;
  font-size: 28px;
  font-weight: 700;
  background: -webkit-gradient(linear, left top, right top, from(#DED2AF), color-stop(50%, #DBBA82), to(#CEB899));
  background: linear-gradient(90deg, #DED2AF 0%, #DBBA82 50%, #CEB899 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  line-height: 1.2;
  margin: 0;
  text-align: left;
}
.digisky-products-section .digisky-card-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 25;
}
.digisky-products-section .card-play-icon,
.digisky-products-section .card-360-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 80px;
  height: 80px;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  border: 2px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  font-size: 32px;
  color: #FFFFFF;
  font-weight: 700;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.digisky-products-section .card-play-icon:hover,
.digisky-products-section .card-360-icon:hover {
  background: rgba(255, 255, 255, 0.3);
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.digisky-products-section .digisky-card-label {
  position: absolute;
  top: 30px;
  right: 30px;
  z-index: 25;
}
.digisky-products-section .digisky-card-label span {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #FFFFFF;
  background: rgba(90, 159, 212, 0.8);
  backdrop-filter: blur(10px);
  padding: 6px 14px;
  border-radius: 6px;
  letter-spacing: 0.1em;
  display: inline-block;
}
.digisky-products-section .card-01 .box::before {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.3)));
  background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.3));
}
.digisky-products-section .card-02 .box::before {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.4)));
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.4));
}
.digisky-products-section .card-03 .box::before {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.15)), to(rgba(0, 0, 0, 0.35)));
  background: linear-gradient(rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.35));
}
.digisky-products-section .card-04 .box::before {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.25)), to(rgba(0, 0, 0, 0.45)));
  background: linear-gradient(rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.45));
}
.digisky-products-section .card-05 .box::before {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.4)));
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.4));
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes cardFloat {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px);
  }
}
@keyframes cardFloat {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px);
  }
}
.digisky-products-section .digisky-products-title {
  -webkit-animation: fadeInUp 0.8s ease-out;
          animation: fadeInUp 0.8s ease-out;
}
.digisky-products-section .card-01 {
  -webkit-animation: fadeInUp 0.8s ease-out 0.2s both;
          animation: fadeInUp 0.8s ease-out 0.2s both;
}
.digisky-products-section .card-02 {
  -webkit-animation: fadeInUp 0.8s ease-out 0.3s both;
          animation: fadeInUp 0.8s ease-out 0.3s both;
}
.digisky-products-section .card-03 {
  -webkit-animation: fadeInUp 0.8s ease-out 0.4s both;
          animation: fadeInUp 0.8s ease-out 0.4s both;
}
.digisky-products-section .card-04 {
  -webkit-animation: fadeInUp 0.8s ease-out 0.5s both;
          animation: fadeInUp 0.8s ease-out 0.5s both;
}
.digisky-products-section .card-05 {
  -webkit-animation: fadeInUp 0.8s ease-out 0.6s both;
          animation: fadeInUp 0.8s ease-out 0.6s both;
}
@media (max-width: 1200px) {
  .digisky-products-section .digisky-products-stack {
    gap: 20px;
  }
  .digisky-products-section .digisky-product-card {
    max-width: 240px;
  }
  .digisky-products-section .digisky-products-title h2 {
    font-size: 50px;
  }
  .digisky-products-section .digisky-card-title h3 {
    font-size: 24px;
  }
}
@media (max-width: 992px) {
  .digisky-products-section .digisky-products-stack {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 30px;
  }
  .digisky-products-section .digisky-product-card {
    max-width: 280px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 15px);
            flex: 0 0 calc(50% - 15px);
  }
  .digisky-products-section .digisky-products-title h2 {
    font-size: 44px;
  }
}
@media (max-width: 768px) {
  .digisky-products-section .digisky-products-title h2 {
    font-size: 36px;
  }
  .digisky-products-section .digisky-product-card {
    max-width: 280px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .digisky-products-section .digisky-card-title h3 {
    font-size: 22px;
  }
  .digisky-products-section .digisky-products-stack {
    gap: 30px;
  }
}
@media (max-width: 480px) {
  .digisky-products-section .digisky-products-title h2 {
    font-size: 28px;
  }
  .digisky-products-section .digisky-card-number span {
    font-size: 16px;
    padding: 6px 12px;
  }
  .digisky-products-section .digisky-card-title h3 {
    font-size: 20px;
  }
  .digisky-products-section .card-play-icon,
  .digisky-products-section .card-360-icon {
    width: 60px;
    height: 60px;
    font-size: 24px;
  }
}

/* ===================================
   DIGISKY PRODUCTS & SERVICES - STACK VERSION
   Using ux_stack and ux_image_box
   =================================== */
.contact-info-section-digisky {
  position: relative;
  overflow: hidden;
  min-height: 800px;
}
.contact-info-section-digisky .section-bg {
  position: absolute;
  inset: 0;
}
.contact-info-section-digisky .section-bg img.bg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.contact-info-section-digisky .contact-info-top {
  z-index: 99999;
}
.contact-info-section-digisky .contact-info-bottom {
  position: absolute;
  right: 6px;
  z-index: -1;
  bottom: -21px;
  top: auto;
}
.contact-info-section-digisky .section-content {
  position: relative;
  z-index: 2;
}
@media (min-width: 1024px) {
  .contact-info-section-digisky .section-content {
    padding: 120px 0 39px 0;
  }
}
.contact-info-section-digisky .contact-wrapper {
  max-width: 1400px;
  margin: 0 auto;
}
.contact-info-section-digisky .contact-address p,
.contact-info-section-digisky .contact-details p {
  font-family: "SF Pro Display", "SF Pro", sans-serif;
  font-weight: 400;
  font-size: 25px;
  line-height: 1.45;
  margin: 0 0 28px;
}
.contact-info-section-digisky .contact-address span,
.contact-info-section-digisky .contact-details span {
  text-decoration: underline;
}
.contact-info-section-digisky .contact-box-col {
  border: 3px solid #CEB899;
  border-radius: 34px;
  padding: 45px 60px 45px 60px;
  color: #ffffff;
  -webkit-box-shadow: 6px 6px 20px rgba(0, 0, 0, 0.2);
          box-shadow: 6px 6px 20px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(4px);
}
@media (max-width: 849px) {
  .contact-info-section-digisky .contact-box-col {
    border-radius: 24px;
    padding: 45px 30px 40px;
  }
}
.contact-info-section-digisky .contact-title h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 40px;
  text-shadow: 0px 3px 3px rgba(0, 0, 0, 0.68);
  /* Optional: tăng độ mượt nếu cần */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.contact-info-section-digisky .contact-title h2 span {
  text-shadow: 0px 3px 3px rgba(0, 0, 0, 0.68);
  /* Optional: tăng độ mượt nếu cần */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 48px;
}
.contact-info-section-digisky .contact-title h2 {
  line-height: 1.05;
  color: #CEB899;
  margin: 0 0 30px;
  text-transform: uppercase;
  letter-spacing: -0.5px;
}
.contact-info-section-digisky .contact-location-title p,
.contact-info-section-digisky .contact-contact-title p {
  font-family: "SF Pro Display", "SF Pro", sans-serif;
  font-weight: 500;
  font-size: 40px;
  line-height: 1.15;
  margin: 0 0 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contact-info-section-digisky .contact-location-title p i,
.contact-info-section-digisky .contact-contact-title p i {
  font-size: 42px;
  margin-right: 12px;
  color: #ffffff;
}
.contact-info-section-digisky .btn-contact-newtecons {
  margin-top: 15px;
}
.contact-info-section-digisky .btn-contact-profile {
  margin-bottom: 0px;
}
.contact-info-section-digisky .btn-contact-newtecons,
.contact-info-section-digisky .btn-contact-profile {
  background: -webkit-gradient(linear, left top, right top, from(#DED2AF), color-stop(49%, #DBBA82), to(#CEB899));
  background: linear-gradient(90deg, #DED2AF 0%, #DBBA82 49%, #CEB899 100%);
  color: #072542;
  font-family: "SF Pro Display", sans-serif;
  font-weight: 600;
  font-size: 25px;
  line-height: 1.2;
  border: none;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.contact-info-section-digisky .btn-contact-newtecons:hover,
.contact-info-section-digisky .btn-contact-profile:hover {
  background: #072542 !important;
  color: white;
}
@media (max-width: 849px) {
  .contact-info-section-digisky .btn-contact-newtecons,
  .contact-info-section-digisky .btn-contact-profile {
    font-size: 20px;
    padding: 10px 24px;
  }
}
@media (max-width: 849px) {
  .contact-info-section-digisky {
    min-height: auto;
  }
  .contact-info-section-digisky .contact-box-col {
    width: 100%;
    margin: 0 auto;
    max-width: 90%;
  }
}

/* ===================================
   DIGISKY PRODUCTS & SERVICES - STACK VERSION
   Using ux_stack and ux_image_box
   =================================== */
.digisky-hero {
  position: relative;
  overflow: hidden;
}
.digisky-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #000;
  opacity: 0.8;
  clip-path: polygon(0 0, 65% 0, 35% 100%, 0 100%);
  z-index: 0;
}
.digisky-hero .row {
  position: relative;
  z-index: 1;
}
.digisky-hero .hero-text {
  color: #fff;
  font-size: 18px;
  line-height: 1.6;
  font-family: sans-serif;
  width: 485px;
  text-align: justify;
  margin-bottom: -60px;
}
.digisky-hero .hero-text p {
  margin-bottom: 20px;
}
.digisky-hero .right-image {
  width: 100%;
  height: auto;
}