﻿/* Modern Gradient Backgrounds */
Header_header__ubBbXHeader_header__ubBbXHeader_header__ubBbXHeader_header__ubBbXHeader_header__ubBbXHeader_header__ubBbXHeader_header__ubBbX.Footer_footerWrap__ieN_i {
  width: 100%;
  background: linear-gradient(135deg, #1e3c72 0%, #2a5298 100%);
}

main {
  background: linear-gradient(180deg, #f1fbd7 0%, #e8f5e9 50%, #c8e6c9 100%);
  position: relative;
}

main::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 400px;
  background: radial-gradient(circle at 20% 50%, rgba(16, 174, 85, 0.1) 0%, transparent 50%),
              radial-gradient(circle at 80% 50%, rgba(255, 188, 26, 0.1) 0%, transparent 50%);
  pointer-events: none;
  z-index: 0;
}

.Footer_footerWrap__ieN_i {
  background: linear-gradient(135deg, #10AE55 0%, #0d8c44 50%, #0a6b33 100%);
  box-shadow: 0 -10px 30px rgba(0, 0, 0, 0.1);
}

.Footer_footerInner__vBzyd {
  width: 100%;
  padding: 0 4%;
  max-width: 1440px;
  margin: 0 auto
}

.Footer_footerLinks__97oB6 {
  width: 100%;
  height: 182px;
  border-bottom: 1px solid #26252b;
  display: flex;
  align-items: center;
  justify-content: space-between
}

.Footer_siteIntro__SiqjK {
  width: 50%;
  border-right: 1px solid #26252b
}

.Footer_siteIntro__SiqjK img {
  display: block;
  height: 36px;
  width: auto
}

.Footer_siteIntro__SiqjK p {
  width: 90%;
  margin-top: 12px;
  font-size: 13px;
  color: #525c67;
  line-height: 18px
}

.Footer_siteLiks__Ff1xC {
  width: 20%;
  margin-left: 5%
}

.Footer_siteLiks__Ff1xC a {
  font-size: 13px;
  font-weight: 600;
  line-height: 2.2;
  color: #c0cbd5
}

.Footer_siteLiks__Ff1xC a:hover {
  text-decoration: underline;
  color: #FFD873
}

.Footer_siteMails__FeqoI {
  width: 25%
}

.Footer_more__alHy4 {
  height: 12px;
  width: 100%
}

.Footer_mailItem__crYd3 {
  display: flex;
  align-items: center;
  font-size: 13px;
  line-height: 2.2
}

.Footer_mailItem__crYd3 span {
  color: #525c67
}

.Footer_mailItem__crYd3 a {
  color: #FFBC1A;
  margin-left: 4px
}

.Footer_mailItem__crYd3 a:hover {
  text-decoration: underline
}

.Footer_socialLInks__G1wQ4 {
  width: 100%;
  margin-top: 12px;
  display: flex;
  align-items: center;
  flex-wrap: wrap
}

.Footer_socialLInks__G1wQ4 a {
  background-color: rgb(255, 241, 90);
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: none;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  margin-right: 16px
}

.Footer_socialLInks__G1wQ4 a svg {
  fill: #c0cbd5;
  opacity: .4;
  font-size: 15px
}

.Footer_socialLInks__G1wQ4 a:hover svg {
  opacity: 1
}

.Footer_footerLicense__ruUSn {
  height: 140px;
  width: 100%;
  border-bottom: 1px solid #26252b;
  display: flex;
  align-items: center
}

.Footer_licenesBy__Nrhac {
  width: 56%;
  display: flex;
  border-right: 1px solid #26252b
}

.Footer_licenesDesc__2K4wQ {
  max-width: 510px;
  margin-left: 30px;
  font-size: 13px;
  line-height: 1.38;
  color: #525c67
}

.Footer_footerCert__aOp0K {
  width: 37%;
  margin-left: 7%;
  display: flex;
  align-items: center;
  justify-content: space-between
}

.Footer_footerCopyright__ycPSX {
  width: 100%;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center
}

.Footer_footerCopyright__ycPSX p {
  font-size: 13px;
  color: rgba(82, 92, 103, .6)
}

.aside-service {
  position: fixed;
  bottom: 18rem;
  right: 1rem;
  z-index: 99;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  animation: at-ripple-blue .6s linear infinite
}

.aside-service:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: url(../image/service.png) no-repeat;
  background-size: cover
}

.aside-service-two {
  position: fixed;
  bottom: 12rem;
  right: 1rem;
  z-index: 99;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  animation: at-ripple-blue .6s linear infinite
}

.aside-service-two:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: url(../image/service1.png) no-repeat;
  background-size: cover
}

.broadcast {
  display: none;
}

@media screen and (max-width: 1000px) {
  .Footer_siteMails__FeqoI {
    margin-top: 0
  }
}

@media screen and (max-width: 642px) {
  .Footer_footerInner__vBzyd {
    padding: 0 2rem
  }

  .Footer_footerLinks__97oB6 {
    flex-direction: column;
    height: auto
  }

  .Footer_siteIntro__SiqjK {
    width: 100%;
    border-right: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 1.6rem
  }

  .Footer_siteIntro__SiqjK p {
    width: 20rem;
    text-align: center
  }

  .Footer_siteLiks__Ff1xC {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
    flex-wrap: wrap;
    margin-top: .75rem;
    margin-left: 0;
    min-width: 16rem
  }

  .Footer_siteLiks__Ff1xC a {
    white-space: nowrap;
    margin: 0 .75rem
  }

  .Footer_siteMails__FeqoI {
    width: 100%;
    margin-top: .8rem;
    display: flex;
    flex-direction: column;
    align-items: center
  }

  .Footer_socialLInks__G1wQ4 {
    width: 100%;
    margin-bottom: 1.8rem;
    justify-content: center
  }

  .Footer_socialLInks__G1wQ4 a {
    margin-bottom: 0
  }

  .Footer_socialLInks__G1wQ4 a svg {
    opacity: 1
  }

  .Footer_socialLInks__G1wQ4>a:last-child {
    margin-right: 0
  }

  .Footer_footerLicense__ruUSn {
    flex-direction: column;
    height: auto
  }

  .Footer_licenesBy__Nrhac {
    width: 100%;
    margin-top: 2rem;
    flex-direction: column;
    align-items: center;
    border-right: none
  }

  .Footer_licenesDesc__2K4wQ {
    margin-left: 0;
    margin-top: 1rem;
    width: 100%;
    text-align: center;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #26252b
  }

  .Footer_footerCert__aOp0K {
    width: 80%;
    margin: 2rem 0
  }

  .broadcast {
    overflow: hidden;
    position: relative;
    height: 36px;
    display: flex;
    font-size: 14px;
    background-color: #10AE55;
    color: white;
    width: 100%;
    margin-top: -.5rem;
  }

  .laba {
    background-color: #10AE55;
    padding: 10px;
    z-index: 99;

  }

  .laba img {
    width: 16px;
    height: 16px;
  }

  .banner-content {
    line-height: 40px;
    position: absolute;
    white-space: nowrap;
  }

  .anima {
    animation: scrollLeft var(--animation-duration) linear 1;
  }

  @keyframes scrollLeft {
    0% {
      transform: translateX(70px);
    }

    100% {
      transform: translateX(-100%);
    }
  }

}

.Header_header__ubBbX {
  background: linear-gradient(135deg, #10AE55 0%, #0ecf66 100%);
  box-shadow: 0 4px 20px rgba(16, 174, 85, 0.3);
  position: sticky;
  top: 0;
  z-index: 1000;
  backdrop-filter: blur(10px);
}

.header-top {
  display: flex;
  width: 100%;
  height: 72px;
  align-items: center;
  justify-content: space-between;
  padding: 0 4%;
  max-width: 1440px;
  margin: 0 auto;
}

.Header_logo__c1BRW {
  height: 50px;
  width: auto;
  cursor: pointer;
  transition: transform 0.3s ease, filter 0.3s ease;
  filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.2));
}

.Header_logo__c1BRW:hover {
  transform: scale(1.05);
  filter: drop-shadow(0 4px 12px rgba(255, 215, 0, 0.5));
}

.Header_headerRight__uflv6 {
  display: flex;
  align-items: center
}

.Header_headerRight__uflv6 p {
  color: rgba(82, 92, 103, .84);
  font-size: 14px
}

.Header_headerRight__uflv6 img {
  height: 13px;
  width: auto;
  margin-right: 10px
}

.login-bottom {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.1));
  backdrop-filter: blur(10px);
  border: 2px solid rgba(255, 255, 255, 0.3);
  height: 2.2rem;
  text-align: center;
  line-height: 2.2rem;
  border-radius: 14px;
  padding: 0 1.1rem;
  color: #FFF15A;
  font-weight: 600;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  position: relative;
  overflow: hidden;
}

.login-bottom::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  transform: translate(-50%, -50%);
  transition: width 0.6s, height 0.6s;
}

.login-bottom:hover::before {
  width: 300px;
  height: 300px;
}

.login-bottom:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(255, 215, 0, 0.4);
  border-color: rgba(255, 215, 0, 0.5);
}

.rest-bottom {
  background: linear-gradient(135deg, #FFBC1A 0%, #f3e160 50%, #FFD700 100%);
  margin-left: .3rem;
  color: #1a1a1a;
  border: 2px solid rgba(255, 215, 0, 0.5);
  font-weight: 700;
  animation: glow-pulse 2s ease-in-out infinite;
}

@keyframes glow-pulse {
  0%, 100% {
    box-shadow: 0 0 10px rgba(255, 188, 26, 0.5), 0 0 20px rgba(255, 188, 26, 0.3);
  }
  50% {
    box-shadow: 0 0 20px rgba(255, 188, 26, 0.8), 0 0 30px rgba(255, 188, 26, 0.5);
  }
}

@media screen and (max-width: 720px) {
  .Header_headerRight__uflv6 img {
    display: none
  }
}

@media screen and (max-width: 642px) {
  /* .Header_header__ubBbX {
        height: 4rem;
        padding: 0 .6rem
    } */

  .header-top {
    height: 4rem;
    padding: 0 .6rem
  }

  .Header_logo__c1BRW {
    height: 1.7rem
  }

  .Header_headerRight__uflv6 p {
    text-align: end;
    font-size: .875rem;
    margin-top: .5rem;
    width: 11.5rem
  }

  .login-bottom {
    height: 2.2rem;
    text-align: center;
    line-height: 2.2rem;
    border-radius: 14px;
    padding: 0 1.1rem;
  }

  .rest-bottom {
    margin-left: .3rem;
  }
}

.MainBot_mainBottomOne__w0Z6O {
  width: 100%;
  height: 100px;
  background-color: rgb(255, 241, 90);
}

.MainBot_inner__egMKm {
  width: 100%;
  height: 100px;
  display: flex;
  text-align: center;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  background-color: rgb(255, 241, 90);

}

.MainBot_mainBottomTwo___GfLv {
  width: 100%;
  height: 88px;
  background-color: #10AE55;
}

.MainBot_twoInner__Ovajx {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 1440px;
  margin: 0 auto
}

.MainBot_twoInner__Ovajx img {
  height: 31px;
  width: auto;
  margin-right: 32px
}

.MainBot_twoInner__Ovajx>img:last-child {
  margin-right: 0
}

.MainBot_oneItem__5_i9j {
  display: flex;
  align-items: center;
  height: 100%;
  width: 25%;
  justify-content: center
}

.MainBot_introOne__0BO4X {
  width: 68px;
  height: auto;
  margin-top: -16px
}

.MainBot_introTwo__2D02L {
  width: 42px;
  height: auto;
  margin-top: -16px
}

.MainBot_introThree__7tS8s {
  width: 550px;
  height: 58px;
  line-height: 50px;
  border-radius: 10px;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  filter: drop-shadow(0 4px 15px rgba(0, 0, 0, 0.2));
}

.MainBot_introThree__7tS8s:hover {
  transform: translateY(-5px) scale(1.05);
  filter: drop-shadow(0 8px 25px rgba(255, 188, 26, 0.5));
  animation: bounce-subtle 0.6s ease;
}

@keyframes bounce-subtle {
  0%, 100% {
    transform: translateY(-5px) scale(1.05);
  }
  50% {
    transform: translateY(-8px) scale(1.05);
  }
}

.MainBot_oneRight__Om2ja {
  margin-left: 24px
}

.MainBot_rightTitle__6RVio {
  font-size: 17px;
  color: #fff;
  line-height: 18px;
  max-width: 250px
}

.MainBot_rightDesc__4GMwh {
  font-size: 13px;
  line-height: 20px;
  color: rgba(153, 164, 176, .6);
  margin-top: 8px;
  max-width: 250px
}

@media screen and (max-width: 642px) {
  .MainBot_mainBottomOne__w0Z6O {
    height: auto;
    padding: 0 1rem
  }

  .MainBot_inner__egMKm {
    flex-direction: column;
    /*padding: 1.5rem 0*/
  }

  .MainBot_oneItem__5_i9j {
    width: 100%;
    padding: 1.2rem 0
  }

  .asides-service {
    position: fixed;
    /*bottom: 1rem;*/
    right: 1rem;
    z-index: 99;
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    animation: at-ripple-blue .6s linear infinite
  }

  .asides-service:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    /*background: url(../PHWIN_files/service.html) no-repeat;*/
    background-size: cover
  }

  .MainBot_introThree__7tS8s,
  .MainBot_introTwo__2D02L {
    margin-left: .8rem;
    margin-right: .8rem;
    width: auto;
    height: 40px;
    line-height: 40px;
  }

  .MainBot_mainBottomTwo___GfLv {
    margin-top: 0;
    height: auto
  }

  .MainBot_twoInner__Ovajx {
    width: 100%;
    flex-direction: column;
    padding: 1rem 0 .5rem
  }

  .MainBot_twoInner__Ovajx img {
    height: 1.5rem;
    margin: .75rem 0
  }

  .MainBot_twoInner__Ovajx>img:last-child {
    height: 2rem
  }
}

.MainTop_maintopWrap__maGw0 {
  display: flex;
  align-items: center;
  height: 720px;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 4%;
  position: relative;
  z-index: 1;
}

.MainTop_mainTopLeft__MuGB5 {
  width: 42%;
  padding-left: 6%;
  animation: fadeInLeft 1s ease-out;
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translateX(-30px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.MainTop_mainTopLeft__MuGB5 h2 {
  line-height: 50px;
  margin: 0;
  color: #FFBC1A;
  font-size: 36px
}

.MainTop_mainTopLeft__MuGB5 h2 span {
  font-size: 44px;
  line-height: 52px;
  font-family: MontserratBold, sans-serif;
  font-weight: 700;
}

.MainTop_mainTopLeft__MuGB5 p {
  margin-top: 12px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.57;
  color: white;
  max-width: 440px
}

.MainTop_greenBtn__G1dqj {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 216px;
  height: 52px;
  border-radius: 26px;
  background-image: linear-gradient(135deg, #10AE55 0%, #0ecf66 50%, #f3e160 100%);
  background-size: 200% 200%;
  color: #fff;
  padding: 0 16px 0 12px;
  cursor: pointer;
  font-weight: 700;
  box-shadow: 0 8px 25px rgba(16, 174, 85, 0.4);
  transition: all 0.4s ease;
  position: relative;
  overflow: hidden;
  animation: gradient-shift 3s ease infinite;
}

@keyframes gradient-shift {
  0%, 100% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
}

.MainTop_greenBtn__G1dqj::after {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, rgba(255,255,255,0.3) 0%, transparent 70%);
  transform: scale(0);
  transition: transform 0.6s ease;
}

.MainTop_greenBtn__G1dqj:hover::after {
  transform: scale(1);
}

.MainTop_greenBtn__G1dqj:hover {
  background-image: linear-gradient(135deg, #F98016 0%, #FFBC1A 50%, #FFD700 100%);
  transform: translateY(-3px) scale(1.05);
  box-shadow: 0 12px 35px rgba(255, 188, 26, 0.6);
}

.MainTop_btniconWrap__QM_su {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff
}

.MainTop_btniconWrap__QM_su svg {
  font-size: 10px;
  fill: #FFD873;
  margin-left: 1px
}

.MainTop_siteList__H9nHZ {
  margin-top: 32px;
  width: 380px;
  display: flex;
  flex-wrap: wrap
}

.MainTop_mirrorSite__vqRsd {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 174px;
  height: 34px;
  border-radius: 8px;
  background: linear-gradient(135deg, #2F2F2F 0%, #1a1a1a 100%);
  margin-right: 12px;
  margin-bottom: 12px;
  color: #FFD873;
  cursor: pointer;
  border: 2px solid rgba(255, 216, 115, 0.2);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
}

.MainTop_mirrorSite__vqRsd::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.5s ease;
}

.MainTop_mirrorSite__vqRsd:hover::before {
  left: 100%;
}

.MainTop_mirrorSite__vqRsd:hover {
  transform: translateY(-3px) scale(1.05);
  color: #fff;
  background: linear-gradient(135deg, #FFBC1A 0%, #F98016 100%);
  border-color: rgba(255, 215, 0, 0.8);
  box-shadow: 0 8px 25px rgba(255, 188, 26, 0.5);
}

.MainTop_disableSite__gGLPX {
  cursor: auto;
  opacity: .5;
  color: rgba(82, 92, 103, .8)
}

.MainTop_leftLink__A2jRh {
  width: 38px;
  height: 100%;
  border-radius: 5px;
  box-shadow: inset 0 0 5px 0 rgba(96, 220, 29, .06);
  background-color: rgba(77, 163, 31, .02);
  display: flex;
  align-items: center;
  justify-content: center
}

.MainTop_leftLink__A2jRh svg {
  font-size: 13px;
  fill: #96ef3c
}

.MainTop_leftLink__A2jRh img {
  width: 20px;
}

.MainTop_rightName__O6GnL {
  flex: 1 1;
  text-align: center;
  font-size: 14px;
  color: white;
}

.MainTop_mainTopRight__I6QXG {
  width: 58%;
  height: 100%;
  display: flex;
  overflow: hidden
}

.MainTop_mainTopImgs__ON_2q {
  width: 100%;
  height: 100%;
  position: relative
}



@keyframes at-ripple-blue {
  0% {
    box-shadow: 0 4px 10px rgba(111, 155, 180, .774), 0 0 0 0 rgba(72, 126, 161, .644), 0 0 0 5px rgba(42, 94, 161, .788), 0 0 0 10px rgba(47, 120, 153, .719)
  }

  100% {
    box-shadow: 0 4px 10px rgba(87, 148, 240, .192), 0 0 0 5px rgba(80, 157, 219, .274), 0 0 0 10px hsla(202, 75%, 71%, .205), 0 0 0 20px rgba(87, 148, 240, .192)
  }
}

@keyframes at-ripple-blue-two {
  0% {
    box-shadow: 0 4px 10px rgba(111, 155, 180, .774), 0 0 0 0 rgba(72, 126, 161, .644), 0 0 0 5px rgba(42, 94, 161, .788), 0 0 0 10px rgba(47, 120, 153, .719)
  }

  100% {
    box-shadow: 0 4px 10px rgba(72, 155, 249, 0.192), 0 0 0 5px rgba(80, 157, 219, .274), 0 0 0 10px hsla(202, 75%, 71%, .205), 0 0 0 20px rgba(87, 155, 249, .192)
  }
}

@-webkit-keyframes MainTop_imgOneAnimation__HkYKv {
  0% {
    opacity: 1
  }

  40% {
    opacity: 1
  }

  50% {
    opacity: 0
  }

  90% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

@keyframes MainTop_imgOneAnimation__HkYKv {
  0% {
    opacity: 1
  }

  40% {
    opacity: 1
  }

  50% {
    opacity: 0
  }

  90% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

@-webkit-keyframes MainTop_imgtwoAnimation__QjqEn {
  0% {
    opacity: 0
  }

  40% {
    opacity: 0
  }

  50% {
    opacity: 1
  }

  90% {
    opacity: 1
  }

  to {
    opacity: 0
  }
}

@keyframes MainTop_imgtwoAnimation__QjqEn {
  0% {
    opacity: 0
  }

  40% {
    opacity: 0
  }

  50% {
    opacity: 1
  }

  90% {
    opacity: 1
  }

  to {
    opacity: 0
  }
}

.MainTop_imgItemOne__1_2V_ {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-animation: MainTop_imgOneAnimation__HkYKv 8s linear infinite;
  animation: MainTop_imgOneAnimation__HkYKv 8s linear infinite
}

.MainTop_imgItemOne__1_2V_ img {
  width: 100%;
  max-width: 750px;
  height: auto
}

.MainTop_imgItemTwo__XNiGg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-animation: MainTop_imgtwoAnimation__QjqEn 8s linear infinite;
  animation: MainTop_imgtwoAnimation__QjqEn 8s linear infinite
}

.MainTop_imgItemTwo__XNiGg img {
  width: 100%;
  max-width: 750px;
  height: auto
}

.MainTop_flexBox__duunB {
  display: flex;
  margin-top: 24px;
  align-items: center;
}

.MainTop_verifyLink__jkYHN {
  color: #FFBC1A;
  margin-left: 1rem;
  font-size: 14px;
  text-decoration: underline;
  font-weight: bold;
}

@media screen and (max-width: 1200px) {
  .MainTop_mainTopLeft__MuGB5 {
    padding-left: 0
  }

}

@media screen and (max-width: 1000px) {
  .MainTop_maintopWrap__maGw0 {
    flex-direction: column;
    height: auto
  }

  .MainTop_mainTopRight__I6QXG {
    order: 1;
    width: 100%
  }

  .MainTop_mainTopLeft__MuGB5 {
    order: 2;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: -24px;
    margin-bottom: 32px
  }

  .MainTop_mainTopLeft__MuGB5 h2 {
    text-align: center
  }

  .MainTop_mainTopImgs__ON_2q {
    height: 600px
  }

  .MainTop_imgItemOne__1_2V_ img,
  .MainTop_imgItemTwo__XNiGg img {
    width: auto;
    height: 100%
  }
}

@media screen and (max-width: 642px) {
  .MainTop_maintopWrap__maGw0 {
    padding: 0 !important;
  }

  .MainTop_maintopWrap__maGw0 {
    padding: 0 1rem
  }

  .MainTop_mainTopImgs__ON_2q {
    height: 10rem;
    margin-top: .5rem
  }

  .MainTop_imgItemOne__1_2V_ img,
  .MainTop_imgItemTwo__XNiGg img {
    width: 100%;
    height: auto;
  }

  .MainTop_mainTopLeft__MuGB5 {
    margin-top: .7rem;
    margin-bottom: .6rem
  }

  .MainTop_mainTopLeft__MuGB5 h2 {
    font-size: 1.3rem;
    line-height: 1.6rem
  }

  .MainTop_mainTopLeft__MuGB5 h2 span {
    font-size: 1.6rem;
    line-height: 2.6rem;
    color: #FFBC1A;
  }

  .MainTop_mainTopLeft__MuGB5 p {
    width: 92%;
    text-align: center;
    margin-top: .4rem
  }

  .MainTop_mainTopLeft__MuGB5 .MainTop_flexBox__duunB {
    margin-top: .6rem
  }

  .MainTop_mainTopLeft__MuGB5 .MainTop_greenBtn__G1dqj {
    height: 2.3rem;
    text-align: center;
    width: 190px;
    font-weight: 580;
  }

  .MainTop_mainTopLeft__MuGB5 .MainTop_btniconWrap__QM_su {
    width: 1.8rem;
    height: 1.8rem
  }

  .MainTop_mainTopLeft__MuGB5 .MainTop_siteList__H9nHZ {
    margin-top: 1rem;
    width: 92%;
    justify-content: space-between
  }

  .MainTop_mainTopLeft__MuGB5 .MainTop_mirrorSite__vqRsd {
    width: 100%;
    margin-right: 0;
    margin-bottom: .75rem
  }

.aw {
  display: flex;
  width: 48%;
}

/* Features Section Styling */
.features-section {
  position: relative;
  overflow: hidden;
}

.features-section::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, rgba(255,255,255,0.1) 0%, transparent 70%);
  animation: rotate-gradient 20s linear infinite;
}

@keyframes rotate-gradient {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

.features-section > div {
  position: relative;
  z-index: 1;
}

/* FAQ Section Styling */
.faq-section {
  position: relative;
}

.faq-item {
  transition: all 0.3s ease;
}

.faq-item:hover {
  transform: translateX(5px);
  box-shadow: 0 4px 20px rgba(16, 174, 85, 0.2) !important;
}

.faq-item summary {
  transition: color 0.3s ease;
}

.faq-item[open] summary {
  color: #10AE55 !important;
}

.faq-item summary:hover {
  color: #10AE55 !important;
}

.faq-item summary span {
  transition: transform 0.3s ease;
  display: inline-block;
}

.faq-item[open] summary span {
  transform: rotate(90deg);
}

/* Smooth scroll behavior */
html {
  scroll-behavior: smooth;
}

/* Add smooth transitions to images */
img {
  transition: transform 0.3s ease, filter 0.3s ease;
}

/* Card hover effects for payment methods */
.MainBot_twoInner__Ovajx img {
  transition: all 0.3s ease;
  filter: grayscale(0.2);
}

.MainBot_twoInner__Ovajx img:hover {
  transform: translateY(-5px) scale(1.1);
  filter: grayscale(0) drop-shadow(0 5px 15px rgba(16, 174, 85, 0.3));
}

/* Modern scrollbar */
::-webkit-scrollbar {
  width: 12px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  background: linear-gradient(135deg, #10AE55 0%, #0ecf66 100%);
  border-radius: 10px;
  border: 2px solid #f1f1f1;
}

::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(135deg, #0d8c44 0%, #10AE55 100%);
}

/* Floating animation for aside buttons */
.aside-service, .aside-service-two {
  animation: float-updown 3s ease-in-out infinite !important;
}

@keyframes float-updown {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}

/* Performance optimizations */
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Touch optimization for mobile */
@media (hover: none) and (pointer: coarse) {
  a, button, .login-bottom, .MainTop_greenBtn__G1dqj, .MainTop_mirrorSite__vqRsd {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.1);
    touch-action: manipulation;
  }
  
  /* Larger touch targets on mobile */
  .login-bottom, .MainTop_greenBtn__G1dqj {
    min-height: 48px;
    min-width: 48px;
  }
}

/* Reduce motion for users who prefer it */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

/* Dark mode support */
@media (prefers-color-scheme: dark) {
  .faq-section {
    background: #1a1a1a !important;
  }
  
  .faq-item {
    background: #2a2a2a !important;
    color: #e0e0e0;
  }
}

/* Print styles */
@media print {
  .Header_header__ubBbX,
  .aside-service,
  .aside-service-two,
  .features-section {
    display: none;
  }
  
  body {
    background: white;
  }
}

/* Enhanced mobile responsiveness */
@media screen and (max-width: 480px) {
  body {
    font-size: 14px;
  }
  
  h1 {
    font-size: 24px !important;
  }
  
  h2 {
    font-size: 20px !important;
  }
  
  h3 {
    font-size: 18px !important;
  }
  
  .features-section {
    padding: 40px 15px !important;
  }
  
  .faq-section {
    padding: 40px 15px !important;
  }
  
  /* Stack feature cards on very small screens */
  .features-section > div > div {
    grid-template-columns: 1fr !important;
  }
}

/* Tablet optimizations */
@media screen and (min-width: 643px) and (max-width: 1024px) {
  .features-section > div > div {
    grid-template-columns: repeat(2, 1fr) !important;
  }
  
  .MainTop_maintopWrap__maGw0 {
    height: auto;
    padding: 40px 20px;
  }
}

/* Loading animation for images */
@keyframes shimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}

.loading-skeleton {
  animation: shimmer 1.2s ease-in-out infinite;
  background: linear-gradient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
  background-size: 800px 104px;
}

/* Accessibility improvements */
a:focus, button:focus, summary:focus {
  outline: 3px solid #10AE55;
  outline-offset: 2px;
}

/* High contrast mode support */
@media (prefers-contrast: high) {
  .MainTop_greenBtn__G1dqj,
  .login-bottom {
    border: 3px solid currentColor;
  }
}
}

/* Mobile H1 Centered Styles */
@media screen and (max-width: 768px) {
  .MainTop_mainTopLeft__MuGB5 {
    text-align: center !important;
  }
  
  .MainTop_mainTopLeft__MuGB5 h1 {
    text-align: center !important;
    font-size: 24px !important;
    line-height: 1.3 !important;
  }
  
  .MainTop_mainTopLeft__MuGB5 h1 span {
    display: block !important;
    text-align: center !important;
  }
  
  .MainTop_mainTopLeft__MuGB5 h1 span:first-child {
    font-size: 28px !important;
  }
  
  .MainTop_mainTopLeft__MuGB5 h1 span:last-child {
    font-size: 20px !important;
    margin-top: 8px;
  }
  
  .MainTop_mainTopLeft__MuGB5 p {
    text-align: center !important;
    font-size: 13px !important;
  }
}
