/*============================== Global ==============================*/
body {
    background: var(--white);
}
p {
    font-size: 16px;
    line-height: 26px;
    color: var(--textLight5);
}
ul li {
    font-size: 16px;
    line-height: 26px;
    color: var(--textLight5);
}
.container {
    padding-right: 32px;
    padding-left: 32px;
}
@media (max-width: 767px) {
    .container {
        padding-right: 15px;
        padding-left: 15px;
    }
}

.btn-custom-light {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 16px 30px;
    border-radius: 8px;
    background: transparent;
    border: 1px solid var(--bodyDark);
    color: var(--bodyDark);
    font-size: 16px;
    font-weight: 500;
    position: relative;
    overflow: hidden;
    z-index: 1;
    text-decoration: none;
}
  
.btn-custom-light::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 0%;
    height: 100%;
    background: var(--bodyDark);
    transition: width 0.4s ease;
    z-index: -1;
}
.btn-custom-light:hover::before {
    width: 100%;
    left: 0;
    right: auto;
}
.btn-custom-light:hover {
    color: var(--white);
}
.btn-custom-light .icon-wrapper {
    position: relative;
    width: 20px;
    height: 20px;
    display: inline-block;
    overflow: hidden;
}
.btn-custom-light .icon-wrapper .icon {
    position: absolute;
    top: 2px;
    left: 5px;
    transition: transform 0.3s ease, opacity 0.3s ease;
}
.btn-custom-light .icon-wrapper .icon-new {
    transform: translateX(-100%);
    opacity: 0;
}
.btn-custom-light:hover .icon-old {
    transform: translateX(100%);
    opacity: 0;
}
.btn-custom-light:hover .icon-new {
    transform: translateX(0%);
    opacity: 1;
    color: #5802DC;
}


.btn-custom-app {
    display: flex;
    padding: 16px 32px;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    border-radius: 8px;
    border: 1px solid #134E64;
    background: #134E64;
    color: var(--white);
    font-size: 16px;
    font-weight: 500;
    position: relative;
    overflow: hidden;
    max-width: max-content;
    z-index: 1;
    text-decoration: none;
}
.btn-custom-app::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 0%;
    height: 100%;
    background: var(--bodyDark);
    transition: width 0.4s ease;
    z-index: -1;
}
.btn-custom-app:hover::before {
    width: 100%;
    left: 0;
    right: auto;
}
.btn-custom-app:hover {
    color: var(--white);
}

.btn-orange {
    display: flex;
    padding: 16px 32px;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    border-radius: 8px;
    border: 1px solid var(--themeDark);
    background: var(--themeDark);
    color: var(--white);
    font-size: 16px;
    font-weight: 500;
    position: relative;
    overflow: hidden;
    max-width: max-content;
    z-index: 1;
    text-decoration: none;
}
.btn-orange::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 0%;
    height: 100%;
    background: var(--theme);
    transition: width 0.4s ease;
    z-index: -1;
}
.btn-orange:hover::before {
    width: 100%;
    left: 0;
    right: auto;
}
.btn-orange:hover {
    color: var(--white);
    border: 1px solid var(--theme);
}

/* ================================ Custom Style ================================== */
.headline-area h1 {
    font-size: 64px;
    line-height: 78px;
    color: var(--textPrimary);
    font-weight: 700;
}
.headline-area h2 {
   font-size: 44px;
   line-height: 58px;
   color: var(--textPrimary);
   font-weight: 700;
}
.headline-area p {
    margin-top: 10px;
}
/* ================================ //Custom Style ================================== */

/*============================ Pos Index Banner ============================*/
.index-banner {
    position: relative;
    width: 100%;
    background: var(--bodyYellow);
    padding: 0 0 240px;
}
.index-banner .container {
    padding-right: 0;
}
.index-banner .banner-cash .headline-area {
    max-width: 662px;
    margin: 20px 0 0;
    padding-top: 120px;
    position: relative;
}
.index-banner .banner-cash .headline-area p {
    max-width: 620px;
    margin: 20px 0 40px;
}
.index-banner .banner-cash .btn-custom-app {
    margin: 30px 0 0;
}

.index-banner .grid-image-pattern {
    position: relative;
    max-width: 680px;
    margin: 0 0 0 auto;
}
@media (min-width: 992px) {
    .index-banner .grid-image-pattern {
      margin-right: -120px; 
    }
}
@media (min-width: 1500px) {
    .index-banner .grid-image-pattern {
        margin-right: -60px; 
    }
}
@media (min-width: 1600px) {
    .index-banner .grid-image-pattern {
        margin-right: -55px; 
    }
}
@media (min-width: 1900px) {
    .index-banner .grid-image-pattern {
        margin-right: -60px; 
    }
    .index-banner .grid-image-pattern .image-pattern-box #patter-3 {
        display: none;
    }
}
@media (min-width: 2100px) {
    .index-banner .grid-image-pattern {
        margin-right: 0; 
    }
}

.index-banner .grid-image-pattern .image-pattern-box #patter-1 {
    width: 450px;
    position: absolute;
    top: -15.4%;
    right: 2%;
}
.index-banner .grid-image-pattern .image-holder {
   display: flex;
   align-items: flex-end;
   gap: 20px;
   position: absolute;
   top: 52px;
   right: 0;
   max-width: 620px;
}
.index-banner .grid-image-pattern .image-holder .col-imH {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}
.index-banner .grid-image-pattern .image-holder .col-imH img {
    width: 294px;
}

.animated {
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-out;
}

.slide-up { animation-name: slideUp; }
.slide-down { animation-name: slideDown; }
.zoom-out { animation-name: zoomOut; }
.fade-in { animation-name: fadeIn; }

@keyframes slideUp {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes zoomOut {
  from {
    opacity: 0;
    transform: scale(0.9);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.index-banner .headline-area,
.index-banner .btn-custom-app,
.index-banner .imG-4,
.index-banner .imG-1,
.index-banner .imG-2,
.index-banner .imG-3,
.index-banner #patter-1,
.index-banner #patter-2,
.index-banner #patter-3 {
  opacity: 0;
}  
/*============================ //Pos Index Banner ============================*/

/*============================ Header ============================*/
header {
    padding: 5px 0;
    position: relative;
    width: 100%;
    background: var(--bodyYellow);
    border-bottom: 1px solid #E6E6E6;
}
header nav {
    padding: 0!important;
}
header nav .navbar-brand {
    z-index: 1;
    transition: all 0.7s ease 0s;
}
header nav .navbar-brand img {
    width: 140px;
    transition: all 0.7s ease 0s;
}
header nav .navbar-nav li .nav-link {
    font-size: 12px;
    line-height: 1;
    padding: 16px 18px !important;
    border-radius: 6px;
    font-weight: 600;
    color: var(--menuDark) !important;
    position: relative;
}
header nav .navbar-nav li .nav-link:hover {
    color: var(--theme)!important;
}
header nav .navbar-nav li.active .nav-link {
    color: var(--theme)!important;
}
header nav .navbar-nav li .nav-link.menu-margin {
    margin-left: 10px;
}
header nav .navbar-nav li .nav-link.dark-menu {
    padding: 12px 16px;
    background: #134E64;
    border-radius: 8px;
    color: #fff !important;
}
/*============================ //Header ============================*/



/*============================ Business Design Growth ============================*/
.business-design-growth {
    position: relative;
    width: 100%;
    background: var(--white);
    padding: 90px 0;
}
.business-design-growth .headline-area {
    text-align: center;
}
.business-design-growth .growth-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr); 
    gap: 56px;
    padding-top: 50px;
}
.business-design-growth .growth-wrapper .business-image img {
   display: none;
   transition: all 0.5s ease 0s;
}
.business-design-growth .growth-wrapper .business-image img.active {
    display: block;
  }
.business-design-growth .growth-wrapper .business-details {
    display: flex;
    align-items: center;
    gap: 48px;
    width: 100%;
    border-left: 1px solid #e3e3e3;
    height: 500px;
}
.business-design-growth .growth-wrapper .business-details .growth-list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 64px;
}
.business-design-growth .growth-wrapper .business-details .growth-list .item-grwth {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    padding: 0 48px;
    cursor: pointer;
    border-left: 3px solid transparent;
    transition: all 0.5s ease 0s;
}
.business-design-growth .growth-wrapper .business-details .growth-list .item-grwth.active {
    border-left: 3px solid var(--peer);
}
.business-design-growth .growth-wrapper .business-details .growth-list .item-grwth h3 {
    color: var(--textLight6);
    font-size: 28px;
    font-weight: 700;
    margin: 0;
}
.business-design-growth .growth-wrapper .business-details .growth-list .item-grwth.active h3 {
    color: var(--textPrimary);
}
.business-design-growth .growth-wrapper .business-details .growth-list .item-grwth p {
    color: var(--textLight6);
    font-weight: 500;
    margin: 0;
}
.business-design-growth .growth-wrapper .business-details .growth-list .item-grwth.active p {
    color: var(--textLight3);
}
/*============================ //Business Design Growth ============================*/

/*============================ Instant Settlements ============================*/
.instant-settlements {
    position: relative;
    width: 100%;
    background: var(--white);
    padding: 90px 0;
}
.instant-settlements .headline-area .another-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    padding: 4px 0 20px;
}
.instant-settlements .headline-area h2 span {
    color: var(--themeDark);
}
.instant-settlements .group-btn {
    display: flex;
    align-items: center;
    gap: 10px;
    padding-top: 30px;
}
.instant-settlements .insta-settle-wrap {
    display: flex;
    align-items: flex-start;
    gap: 48px;
    width: 100%;
}
.instant-settlements .insta-settle-wrap .col-ins-details {
   flex: 1;
}
.instant-settlements .insta-settle-wrap .col-ins-image {
   flex: 1;
   position: relative;
   overflow: visible;
}
.instant-settlements .insta-settle-wrap .col-ins-image .insta1-image,
.instant-settlements .insta-settle-wrap .col-ins-image .insta2-image {
    opacity: 0;
    transform: translateY(30px) scale(0.96);
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}
.instant-settlements .insta-settle-wrap .col-ins-image .insta2-image {
    width: 310px;
    position: absolute;
    bottom: -28px;
    left: -40px;
    transform: translateY(40px) scale(0.95);
    transition-delay: 0.16s;
}
.instant-settlements.in-view .insta-settle-wrap .col-ins-image .insta1-image,
.instant-settlements.in-view .insta-settle-wrap .col-ins-image .insta2-image {
    opacity: 1;
    transform: translateY(0) scale(1);
}
@media (max-width: 767px) {
    .instant-settlements .insta-settle-wrap {
        flex-direction: column;
    }
    .instant-settlements .insta-settle-wrap .col-ins-image .insta2-image {
         width: 170px;
    }
}
/*============================ //Instant Settlements ============================*/

/*============================ Go live in steps ============================*/
.go-live-in-steps {
    position: relative;
    width: 100%;
    background: #FBFBFB;
    padding: 90px 0;
}
.go-live-in-steps .headline-area {
    text-align: center;
    max-width: 600px;
    margin: 0 auto;
}
.go-live-in-steps .steps-wrapper {
  display: flex;
  flex-direction: column;
  gap: 0;
  position: relative;
}

.go-live-in-steps .steps-wrapper::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 60px;
  bottom: 60px;
  transform: translateX(-50%);
  width: 1px;
  background: rgba(20, 27, 44, 0.08);
}

.go-live-in-steps .step {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
  padding: 60px 0;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.75s cubic-bezier(0.22, 1, 0.36, 1),
              transform 0.75s cubic-bezier(0.22, 1, 0.36, 1);
}

.go-live-in-steps .step.visible {
  opacity: 1;
  transform: translateY(0);
}

.go-live-in-steps .step:nth-child(2) {
  transition-delay: 0.1s;
}

.go-live-in-steps .step:nth-child(3) {
  transition-delay: 0.2s;
}

.go-live-in-steps .step.flip .step-text {
  order: 2;
  padding-left: 120px;
}

.go-live-in-steps .step.flip .step-visual {
  order: 1;
}

.go-live-in-steps .step.step-odd .step-text {
  justify-content: flex-end;
  align-items: flex-end;
  text-align: right;
  padding-right: 100px;
}

.go-live-in-steps .step:hover .step-number {
  color: rgba(58, 125, 111, 0.15);
}

.go-live-in-steps .step:hover .visual-account {
  transform: translateY(-4px) rotate(-0.5deg);
  box-shadow: 0 4px 16px rgba(0,0,0,0.08), 0 20px 60px rgba(0,0,0,0.1);
}

.go-live-in-steps .step:hover .visual-code {
  transform: translateY(-4px) rotate(0.5deg);
  box-shadow: 0 4px 16px rgba(0,0,0,0.2), 0 24px 64px rgba(0,0,0,0.3), 0 0 0 1px rgba(255,255,255,0.06);
}

.go-live-in-steps .step:hover .visual-transaction {
  transform: translateY(-4px) rotate(-0.5deg);
  box-shadow: 0 16px 48px rgba(42, 157, 143, 0.45), 0 4px 12px rgba(0,0,0,0.1);
}

.go-live-in-steps .step-text {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.go-live-in-steps .step-text h3 {
   font-size: 24px;
   font-weight: 700;
  margin-bottom: 2px;
  letter-spacing: -0.01em;
  color: var(--text-primary);
}

.go-live-in-steps .step-text p {
  font-size: 14px;
  line-height: 1.75;
  color: var(--text-secondary);
  max-width: 320px;
}

.go-live-in-steps .step-number {
  font-size: 54px;
  font-weight: 500;
  color: #bc986a;
  line-height: 1;
  letter-spacing: -0.04em;
  margin-bottom: 5px;
  transition: color 0.4s ease;
}

.go-live-in-steps .step-visual {
  display: flex;
  align-items: center;
  justify-content: center;
}

.go-live-in-steps .visual-account {
  background: var(--white);
  border: 1px solid #e4e7f8;
  border-radius: 16px;
  padding: 28px;
  width: 100%;
  max-width: 380px;
  box-shadow: 0 24px 48px -12px rgba(20, 27, 44, 0.05);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.go-live-in-steps .form-field {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 16px;
  border: 1px solid var(--border);
  border-radius: 10px;
  margin-bottom: 10px;
  background: var(--bg);
  transition: border-color 0.3s ease, background 0.3s ease;
}

.go-live-in-steps .form-field:last-child {
  margin-bottom: 0;
}

.go-live-in-steps .field-icon {
  width: 28px;
  height: 28px;
  border-radius: 7px;
  background: var(--surface);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.go-live-in-steps .field-icon svg {
  width: 14px;
  height: 14px;
  stroke: var(--text-secondary);
  fill: none;
  stroke-width: 2;
}

.go-live-in-steps .field-line {
  height: 8px;
  border-radius: 4px;
  flex: 1;
  background: linear-gradient(90deg, var(--surface-2) 25%, #E8E8E5 50%, var(--surface-2) 75%);
  background-size: 200% 100%;
  animation: shimmer 2.5s infinite ease-in-out;
}

.go-live-in-steps .field-line.short {
  max-width: 60%;
}

@keyframes shimmer {
  0% { background-position: 200% center; }
  100% { background-position: -200% center; }
}

.go-live-in-steps .form-submit {
    margin-top: 14px;
    width: 100%;
    height: 42px;
    background: var(--accent);
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    transition: transform 0.2s ease;
}

.go-live-in-steps .form-submit::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.15), transparent);
    transform: translateX(-100%);
    animation: sweep 3s infinite 1s ease-in-out;
}

@keyframes sweep {
    0% { transform: translateX(-100%); }
    40%, 100% { transform: translateX(100%); }
}

.visual-code {
  background: var(--code-bg);
  border-radius: 14px;
  padding: 24px;
  width: 100%;
  max-width: 464px;
  height: 310px;
  box-shadow: var(--shadow-md), 0 0 0 1px rgba(255,255,255,0.04);
  font-family: 'JetBrains Mono', monospace;
  font-size: 12.5px;
  line-height: 1.75;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  position: relative;
  overflow: hidden;
}

.code-dots {
  display: flex;
  gap: 6px;
  margin-bottom: 18px;
}

.code-dots span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

.code-dots span:nth-child(1) { background: #FF5F57; }
.code-dots span:nth-child(2) { background: #FFBD2E; }
.code-dots span:nth-child(3) { background: #28CA42; }

code {
  background: transparent;
}

.code-line { display: block; }
.c-import { color: #7FB8FF; }
.c-from   { color: #C5A5FF; }
.c-str    { color: #A8FF78; }
.c-const  { color: #C5A5FF; }
.c-var    { color: #E8E8E8; }
.c-new    { color: #7FB8FF; }
.c-cls    { color: #FFD93D; }
.c-key    { color: #7FB8FF; }
.c-val    { color: #A8FF78; }
.c-muted  { color: #4A5568; }
.c-await  { color: #C5A5FF; }
.c-method { color: #FFD93D; }
.c-num    { color: #FF9F7A; }

.code-cursor {
  display: inline-block;
  width: 2px;
  height: 13px;
  background: var(--accent-teal);
  vertical-align: middle;
  margin-left: 2px;
  animation: blink 1s step-end infinite;
}

@keyframes blink {
  0%, 100% { opacity: 1; }
  50% { opacity: 0; }
}

.visual-transaction {
  background: linear-gradient(135deg, #63B6BB 0%, #00696E 50%, #004549 100%);
  border-radius: 16px;
  padding: 28px;
  width: 100%;
  max-width: 380px;
  color: white;
  box-shadow: 0 8px 32px rgba(42, 157, 143, 0.35), var(--shadow-md);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  position: relative;
  overflow: hidden;
}

.visual-transaction::before {
  content: '';
  position: absolute;
  top: -40px;
  right: -40px;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background: rgba(255,255,255,0.06);
}

.visual-transaction::after {
  content: '';
  position: absolute;
  bottom: -30px;
  left: -20px;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: rgba(255,255,255,0.04);
}

.tx-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
}

.tx-icon {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: rgba(255,255,255,0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(4px);
  animation: pulse-glow 2.5s ease-in-out infinite;
}

.tx-icon svg {
  width: 20px;
  height: 20px;
  stroke: white;
  fill: none;
  stroke-width: 2.5;
}

@keyframes pulse-glow {
  0%, 100% { box-shadow: 0 0 0 0 rgba(255,255,255,0.2); }
  50% { box-shadow: 0 0 0 8px rgba(255,255,255,0); }
}

.tx-title {
  font-weight: 600;
  font-size: 15px;
  letter-spacing: -0.01em;
}

.tx-subtitle {
  font-size: 12px;
  opacity: 0.7;
  display: flex;
  align-items: center;
  gap: 5px;
  margin-top: 3px;
}

.tx-subtitle::before {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #78FFD6;
  animation: dot-pulse 1.5s ease-in-out infinite;
}

@keyframes dot-pulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.4; transform: scale(0.8); }
}

.tx-divider {
  height: 1px;
  background: rgba(255,255,255,0.12);
  margin-bottom: 18px;
}

.tx-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255,255,255,0.15);
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: 8px;
  padding: 10px 16px;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.01em;
  backdrop-filter: blur(4px);
  transition: background 0.3s ease;
}

.tx-badge:hover {
  background: rgba(255,255,255,0.22);
}

.tx-badge-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #78FFD6;
  animation: dot-pulse 1.5s ease-in-out infinite;
}

.step-connector {
  display: flex;
  justify-content: flex-start;
  padding: 0 0 0 24px;
  opacity: 0;
  transform: scaleY(0);
  transform-origin: top;
  transition: opacity 0.5s ease 0.4s, transform 0.5s ease 0.4s;
}

.step-connector.visible {
  opacity: 1;
  transform: scaleY(1);
}

@media (max-width: 768px) {
  .step {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .step.flip .step-text {
    order: 1;
  }

  .step.flip .step-visual {
    order: 2;
  }

  .step-visual {
    justify-content: flex-start;
  }

  .steps-wrapper::before {
    display: none;
  }

  .visual-account,
  .visual-code,
  .visual-transaction {
    max-width: 100%;
  }
}
/*============================ //Go live in steps ============================*/

/* ================================ Footer ================================== */
footer {
    position: relative;
    width: 100%;
    float: left;
    background: #fff url(../images/pattern/footer.png) no-repeat center top/cover;
}

footer .foot_top {
    padding: 70px 0 60px;
}
footer .foot_top .loop-text {
    max-width: 500px;
}
footer .foot_top h3 {
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 20px;
    font-weight: 700;
    color: #000000;
}
footer .foot_top p {
    margin-bottom: 0;
}
footer .foot_top .small-text {
    font-size: 14px;
    line-height: 24px;
}
footer .foot_top .subscribe-form {
    margin-bottom: 18px;
    display: flex;
}
footer .foot_top .subscribe-form .input-col {
   font-size: 14px;
   border: none;
   height: 56px;
   background: #EDEDEE;
   border-radius: 8px;
   padding: 4px 20px;
   max-width: 500px;
    width: 100%;
}
footer .foot_top .subscribe-form .input-col::placeholder {
    color: #95949B;
}
.subscribe-form .custom-btn {
    border: none;
    padding: 16px 32px;
    cursor: pointer;
    margin-left: 10px;
}

footer .foot_mid {
    padding: 50px 0 0;
    border-bottom: 1px solid #EDEDEE;
}
footer .foot_mid .footer_logo {
   padding-bottom: 24px;
   max-width: 400px;
}
footer .foot_mid .footer_logo img {
    width: 150px;
    margin-bottom: 20px;
}
footer .foot_mid .widget_wrap {
    margin-bottom: 30px;
}
footer .foot_mid .widget_wrap h4 {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 16px;
    font-weight: 700;
}
footer .foot_mid .widget_wrap ul li {
    list-style-type: none;
    padding: 6px 0;
}
footer .foot_mid .widget_wrap ul li a {
    font-size: 14px;
    line-height: 20px;
}
footer .foot_mid .widget_wrap ul li a:hover {
    color: #FAAF30;
    text-decoration: none;
}
footer .foot_mid .widget_wrap .social-links {
    max-width: 400px;
}
footer .foot_mid .widget_wrap .social-links li {
   display: inline-block;
   width: 14%;
}
footer .foot_mid .widget_wrap .social-links li img {
    width: 28px;
}

footer .foot_bottom {
     text-align: center;
     padding: 20px 0;
}
footer .foot_bottom p {
    margin-bottom: 0;
    color: #000;
    font-size: 14px;
}
footer .foot_bottom p strong {
    font-weight: 500;
}
@media (min-width: 992px) {
    footer .foot_bottom p {
        padding: 0 50px;
    }
}
/* ================================ //Footer ================================== */

/* ================================ Developes Code ================================== */
.developes-code {
  position: relative;
  width: 100%;
  padding: 100px 0 80px;
  background: url('./../images/pattern/codee.png') no-repeat center/cover;
  overflow: hidden;
}

.developes-code::before {
  content: '';
  position: absolute;
  top: -120px; left: -120px;
  width: 500px; height: 500px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(42,157,143,0.12) 0%, transparent 70%);
  pointer-events: none;
}

.developes-code::after {
  content: '';
  position: absolute;
  bottom: 80px; right: -80px;
  width: 360px; height: 360px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(188,152,106,0.1) 0%, transparent 70%);
  pointer-events: none;
}

.main-headline-top {
  text-align: center;
  max-width: 680px;
  margin: 0 auto 40px;
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.main-headline-top.visible { opacity: 1; transform: translateY(0); }

.sub-heading {
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--white);
  margin-bottom: 16px;
}

.main-headline-top h2 {
 color: var(--white);
 margin-bottom: 20px;
}

/* ── Tab Nav (top) ── */
.tab-nav {
  display: inline-flex;
  gap: 4px;
  background: rgba(255,255,255,0.08);
  border: 1px solid var(--dark-border);
  border-radius: 10px;
  padding: 6px;
  backdrop-filter: blur(8px);
}

.tab-btn {
  font-size: 13.5px;
  font-weight: 500;
  color: #D7DADB;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 6px;
  padding: 8px 20px;
  cursor: pointer;
  transition: all 0.25s ease;
  letter-spacing: -0.01em;
  white-space: nowrap;
}

.tab-btn:hover { color: #fff; background: rgba(255,255,255,0.06); }

.tab-btn.active {
  color: var(--tab-active-color);
  background: var(--tab-active-bg);
  border-color: var(--tab-active-bg);
  box-shadow: 0 1px 4px rgba(0,0,0,0.15);
}

/* ── White card grid ── */
.grid_bold {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 36px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
  opacity: 0;
  transform: translateY(36px);
  transition: opacity 0.8s cubic-bezier(0.22,1,0.36,1) 0.2s,
              transform 0.8s cubic-bezier(0.22,1,0.36,1) 0.2s;
  box-shadow: 0 4px 24px rgba(0,0,0,0.06), 0 1px 4px rgba(0,0,0,0.04);
}

.grid_bold.visible { opacity: 1; transform: translateY(0); }

/* ── Code panel (left) ── */
.code-panel {
  position: relative;
  background: url(./../images/pattern/code-bg.png) no-repeat center/cover;
  border-radius: 12px;
  padding: 32px 24px 0;
  min-height: 600px;
  overflow: hidden;
  display: flex;
  align-items: flex-start;
}

.code-window {
  position: relative;
  z-index: 2;
  background: var(--code-bg);
  border-radius: 12px;
  padding: 28px;
  width: 100%;
  font-family: 'JetBrains Mono', monospace;
  font-size: 12.5px;
  line-height: 1.8;
  height: 540px;
  box-shadow: 0 -4px 24px rgba(0,0,0,0.2);
  max-width: 500px;
  margin: 0 auto;
}

.code-dots {
  display: flex; gap: 6px; margin-bottom: 18px;
}

.code-dots span {
  width: 10px; height: 10px; border-radius: 50%;
}
.code-dots span:nth-child(1) { background: #FF5F57; }
.code-dots span:nth-child(2) { background: #FFBD2E; }
.code-dots span:nth-child(3) { background: #28CA42; }

/* Tab pane fade */
.tab-pane {
  display: none;
  animation: fadeSlideIn 0.35s ease forwards;
}
.tab-pane.active { display: block; }

@keyframes fadeSlideIn {
  from { opacity: 0; transform: translateY(8px); }
  to   { opacity: 1; transform: translateY(0); }
}


/* ── Right description ── */
.desc_block {
  padding: 16px 0 16px 16px;
}

.desc_block h3 {
  font-size: 28px;
  font-weight: 700;
  color: var(--text-primary);
  letter-spacing: -0.02em;
  line-height: 1.2;
  margin-bottom: 14px;
}

.desc_block > p {
  font-size: 14.5px;
  line-height: 1.7;
  color: var(--text-secondary);
  max-width: 400px;
}

/* ── Feature list ── */
.code_list {
  margin: 36px 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
}

.feature-item {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.feature-item.visible { opacity: 1; transform: translateY(0); }
.feature-item:nth-child(2) { transition-delay: 0.12s; }

.feature-icon {
  width: 36px; height: 36px;
  margin-bottom: 14px;
  display: flex; align-items: center; justify-content: center;
}

.feature-icon svg {
  width: 24px; height: 24px;
  stroke: #F49B0B;
  fill: none;
  stroke-width: 1.8;
}

.feature-item h4 {
  font-size: 15px;
  font-weight: 600;
  color: var(--text-primary);
  letter-spacing: -0.01em;
  margin-bottom: 10px;
}

.feature-item p {
  font-size: 13.5px;
  line-height: 1.65;
  color: var(--text-secondary);
}

/* ── Responsive ── */
@media (max-width: 900px) {
  .grid_bold { grid-template-columns: 1fr; }
  .desc_block { padding: 0; }
}

@media (max-width: 600px) {
  .code_list { grid-template-columns: 1fr; }
  .tab-nav { flex-wrap: wrap; justify-content: center; }
}
/* ================================ //Developes Code ================================== */

/* ================================ Global Reach ================================== */
.global-reach {
    position: relative;
    width: 100%;
    float: left;
    padding: 70px 0 90px;
    background: #f7f8f9;
}
.global-reach .global-grid {
    background: #ECF1F3;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
    border-radius: 12px;
}
.global-reach .global-grid .headline-area {
   padding: 32px;
   max-width: 560px;
}
.global-reach .global-grid .headline-area h2 {
    font-size: 40px;
    line-height: 52px;
    margin: 60px 0 0;
}
.global-reach .global-grid .flag-grid {
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    gap: 16px;
    position: relative;
    overflow: hidden;
    padding: 0;
    height: 380px;
    max-width: 580px;
    margin: 0 0 0 auto;
    mask-image: linear-gradient(to bottom, transparent 0%, black 12%, black 88%, transparent 100%);
    -webkit-mask-image: linear-gradient(to bottom, transparent 0%, black 12%, black 88%, transparent 100%);
}

.global-reach .global-grid .flag-blocks {
    display: flex;
    flex-direction: column;
    gap: 16px;
    flex: 1;
}

.global-reach .global-grid .flag-blocks .flag-card img {
    width: 100%;
    display: block;
    border-radius: 10px;
}

.flag-blocks.scroll-up      { animation: scrollUp 12s linear infinite; }
.flag-blocks.scroll-down    { animation: scrollDown 15s linear infinite; }
.flag-blocks.scroll-up-mid  { animation: scrollUp 14s linear infinite; }
.flag-blocks.scroll-down-slow { animation: scrollDown 22s linear infinite; }
.flag-blocks.scroll-up-slow { animation: scrollUp 19s linear infinite; }

@keyframes scrollUp {
    0%   { transform: translateY(0); }
    100% { transform: translateY(-50%); }
}

@keyframes scrollDown {
    0%   { transform: translateY(-50%); }
    100% { transform: translateY(0); }
}
/* ================================ //Global Reach ================================== */