
.sticky-wrapper.is-sticky .site-navbar {
    background: -webkit-linear-gradient(left, #0F0F12, #0F0F12);
    background: -o-linear-gradient(right, #0F0F12, #0F0F12);
    background: -moz-linear-gradient(right, #0F0F12, #0F0F12);
    background: linear-gradient(to right, #0F0F12, #0F0F12);
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: 4px 0 20px -5px rgb(0 0 0 / 10%);
    box-shadow: 4px 0 20px -5px rgb(0 0 0 / 10%);
}

.sticky-wrapper.is-sticky .site-navbar .site-logo a {
    color: #ffffff;
}
.sticky-wrapper.is-sticky .site-navbar .site-menu > li > a {
    color: #fff !important;
}

.sticky-wrapper.is-sticky .site-navbar .site-menu > li > a:hover, .sticky-wrapper.is-sticky .site-navbar .site-menu > li > a.active {
    color: #ffffff !important;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown > li > a {
    padding: 9px 20px;
    display: block;
    font-size: 14px;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown > li > a {
    padding: 9px 20px;
    display: block;
    font-size: 14px;
    color: #e2e2e2;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown {
    visibility: hidden;
    opacity: 0;
    top: 100%;
    position: absolute;
    text-align: left;
    border-top: 1px solid #7972e2;
    -webkit-box-shadow: 0 2px 10px -2px rgb(0 0 0 / 10%);
    box-shadow: 0 2px 10px -2px rgb(0 0 0 / 10%);
    padding: 0px 0;
    margin-top: 20px;
    margin-left: 0px;
    background: #171717c2;
    -webkit-transition: 0.2s 0s;
    -o-transition: 0.2s 0s;
    transition: 0.2s 0s;
}

.hero {
   /*background-image: url(../images/header-bg_fff_33x.png), linear-gradient(rgb(0 0 0),rgb(0 0 0));*/
   background-color: #020502;
   background-image: url(../images/0202020.png);
    /* background-blend-mode: overlay; */
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    min-height: 720px;
    position: relative;
    overflow: hidden;
}

.hero-video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%;
    z-index: 0;
}

.hero:before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(6, 9, 18, 0.88) 0%, rgba(6, 9, 18, 0.25) 48%, rgba(6, 9, 18, 0.78) 100%);
    pointer-events: none;
    z-index: 1;
}

.hero-container {
    overflow: hidden;
    padding: 96px 7vw 72px;
    position: relative;
    z-index: 2;
}

.hero-layout {
    max-width: 1240px;
    margin: 0 auto;
}

.hero-copy {
    padding-left: 0;
}

.hero-subtitle {
    font-size: 28px;
    line-height: 1.25;
    margin-bottom: 18px;
    max-width: 360px;
}

.forex-rate-bar {
    display: flex;
    align-items: center;
    min-height: 74px;
    background: linear-gradient(90deg, #050706 0%, #10140f 45%, #060806 100%);
    border-top: 1px solid rgba(240, 200, 75, 0.28);
    border-bottom: 1px solid rgba(95, 198, 63, 0.22);
    overflow: hidden;
}

.forex-rate-label {
    display: flex;
    align-items: center;
    align-self: stretch;
    padding: 0 28px 0 7vw;
    background: rgba(240, 200, 75, 0.1);
    border-right: 1px solid rgba(240, 200, 75, 0.22);
    color: #f0c84b;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    white-space: nowrap;
}

.forex-rate-widget {
    flex: 1 1 auto;
    min-width: 0;
}

.forex-rate-widget .tradingview-widget-container,
.forex-rate-widget .tradingview-widget-container__widget {
    width: 100%;
    min-height: 46px;
}

.forex-rate-widget iframe {
    display: block;
}

.hero-inner{
	background-image: url(../images/other-all-banner.png), linear-gradient(#000,#000);
	background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
	padding: 80px 0 !important;
    /* background-blend-mode: overlay; */
    /* background-repeat: no-repeat;
    background-position: center 0;
    background-size: cover; */
	
}

.inner-top-bg {
  background-image: url(../images/parallax-bg-1.jpg), linear-gradient(90deg, #0000003b,#010102f5);
    background-position: center top;
    background-repeat: no-repeat;
    color: #fff !important;
    padding: 100px 0 !important;
    background-size: cover;
    background-position: 66% 50%;
    background-blend-mode: overlay;
    background-attachment: fixed;
}

.breadcrumbs {
    min-height: 40px;
    margin-top: 66px;
}

.breadcrumbs ol {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 14px;
}

.breadcrumbs ol li + li::before {
    display: inline-block;
    padding-right: 10px;
    margin-left: 10px;
    color: #1a5e90;
    content: "/";
}

.typer-decor{
	font-size: 64px;
    font-weight: 600;
	/*height:8rem;*/
    line-height: 1.18;
    margin-bottom: 0;
    min-height: 300px;
	text-transform: uppercase;
}


.text-gradient-1{
	background-color: #fff;
 background-image: linear-gradient(45deg, #fff , #fff);
  background-size: 100%;
  background-repeat: repeat;
-webkit-background-clip: text;
  -webkit-text-fill-color: transparent; 
  -moz-background-clip: text;
  -moz-text-fill-color: transparent;
}

.text-gradient-2{
	background-color: #fff;
 background-image: linear-gradient(45deg, #fff, #fff);
  background-size: 100%;
  background-repeat: repeat;
-webkit-background-clip: text;
  -webkit-text-fill-color: transparent; 
  -moz-background-clip: text;
  -moz-text-fill-color: transparent;
}


.text-gradient-3{
	background-color: #fff;
 background-image: linear-gradient(45deg, #fff, #fff);
  background-size: 100%;
  background-repeat: repeat;
-webkit-background-clip: text;
  -webkit-text-fill-color: transparent; 
  -moz-background-clip: text;
  -moz-text-fill-color: transparent;
}


.text-gradient-4{
	background-color: #fff;
 background-image: linear-gradient(45deg, #fff, #fff);
  background-size: 100%;
  background-repeat: repeat;
-webkit-background-clip: text;
  -webkit-text-fill-color: transparent; 
  -moz-background-clip: text;
  -moz-text-fill-color: transparent;
}

.btn-1{
	font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 0.7px;
	border:solid 3px #fff;
	border-radius: 0rem;
	color:#fff;
	padding:10px 20px;
	font-size:20px;
	}
	
.btn-1:hover{
	background:#fff;
	color: #3d3d3d;
}

.btn-2{
	font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 0.7px;
	border:solid 2px #fff;
	border-radius: 0rem;
	color:#fff;
	padding:10px 20px;
	
	}
	
.btn-2:hover{
	background:#fff;
	color: #3d3d3d;
}

.btn-3{
	font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 0.7px;
	background:#fff;
	border:solid 2px #fff;
	border-radius: 0rem;
	color:#000;
	padding:10px 20px;
	}
.btn-3:hover{
	background:#fff;
	color: #3d3d3d;
}

/* .bg-black{background:#000}
.bg-gray{background:#000} */
.fw-600{font-weight:600}
.sec-pad-80{padding-top: 80px; padding-bottom:80px}

.sec-two h3 {
	color:#fff;
	font-weight:600;
}

.sec-two p{color:#fff}

.title-sec-3{
	font-size: 3rem;
    font-weight: 600;
	background-color: #fff;
 background-image: linear-gradient(90deg, #fff , #fff);
  background-size: 100%;
  background-repeat: repeat;
-webkit-background-clip: text;
  -webkit-text-fill-color: transparent; 
  -moz-background-clip: text;
  -moz-text-fill-color: transparent;
}

.title-1{
	font-weight: 600;
	background-color: #fff;
 background-image: linear-gradient(90deg, #fff , #fff);
  background-size: 100%;
  background-repeat: repeat;
-webkit-background-clip: text;
  -webkit-text-fill-color: transparent; 
  -moz-background-clip: text;
  -moz-text-fill-color: transparent;
}

.title-2{
	font-weight: 600;
	background-color: #fff;
  background-image: linear-gradient(45deg, #fff, #fff);
  background-size: 100%;
  background-repeat: repeat;
-webkit-background-clip: text;
  -webkit-text-fill-color: transparent; 
  -moz-background-clip: text;
  -moz-text-fill-color: transparent;
}

.bg-grad-1{background: linear-gradient(45deg, #FC178C , #8a33fa);}
.bg-grad-2{background: linear-gradient(45deg, #0f0f12 , #424242)}
.bg-grad-3{background: linear-gradient(45deg, #31c4f3, #8a33fa);}
.table {
    width: 100%;
    margin-bottom: 1rem;
    color: #ffffff;
}

.sec-trade-with-icon ul {
    list-style: none;
    padding-left: 0px;
    display: flex;
}
.sec-trade-with-icon ul li {
   margin-right: 20px;
    border: 1px solid #000000;
    background: #191919;
    box-sizing: border-box;
    border-radius: 10px;
    width: 60px;
    height: 60px;
    padding-top: 11px;
    padding-left: 13px;
}

.pdf-download-links {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    max-width: 560px;
}

.pdf-download-item h6 {
    color: #ffffff;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 12px;
}

.pdf-download-item a {
    display: block;
    transition: transform 0.24s ease, filter 0.24s ease;
}

.pdf-download-item a:hover {
    filter: brightness(1.08);
    transform: translateY(-2px);
}

.pdf-download-item img {
    display: block;
    width: 100%;
    max-width: 190px;
    height: auto;
}

.bag-shake  {
	width:270px;
	margin-top:-70px;
  animation: shake 5s;
  animation-iteration-count: infinite;
}

@keyframes shake {
  0% { transform: translate(1px, 1px) rotate(0deg); }
  10% { transform: translate(-1px, -2px) rotate(-1deg); }
  20% { transform: translate(-3px, 0px) rotate(1deg); }
  30% { transform: translate(3px, 2px) rotate(0deg); }
  40% { transform: translate(1px, -1px) rotate(1deg); }
  50% { transform: translate(-1px, 2px) rotate(-1deg); }
  60% { transform: translate(-3px, 1px) rotate(0deg); }
  70% { transform: translate(3px, 1px) rotate(-1deg); }
  80% { transform: translate(-1px, -1px) rotate(1deg); }
  90% { transform: translate(1px, 2px) rotate(0deg); }
  100% { transform: translate(1px, -2px) rotate(-1deg); }
}

.icon-flip-hover p{
	font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	line-height: 1.5;
}

.gray-card{
	background: #1E1E1E;
    padding: 15px;
    border-radius: 15px;
    background-image: url(../images/a-card-bg.png);
    background-repeat: no-repeat;
    background-position: right -146px;
}

.gray-card-hover-1, .gray-card-hover-2, .gray-card-hover-3{border:solid 1px #0c0c0c;}

.gray-card-hover-1:hover{border:solid 1px #202020;}
.gray-card-hover-2:hover{border:solid 1px #202020;}
.gray-card-hover-3:hover{border:solid 1px #202020;}

.f-ul-nav {
    list-style: none;
    display: flex;
    padding-left: 0px;
    float: right;
}

.f-ul-nav li {
    margin-right: 15px;
    color: #636363;
}

.f-ul-nav li a {
    color: #fff;
    font-size: 14px;
    font-weight: 300;
}

.social-tiktok {
    width: 14px;
    height: 14px;
    fill: currentColor;
    vertical-align: -2px;
}

.bod-fot {
    border-bottom: solid 1px #636363;
}

.f-ul-links, .f-ul-address, .f-ul-social {
    list-style: none;
    padding: 0px;
}

.f-ul-links li a, .f-ul-address a, .f-ul-social a {
    color: #fff;
    vertical-align: middle;
    font-size: 14px;
}

.f-ul-links li a span {
    color: #3a3a3a;
    font-size: 9px;
    vertical-align: middle;
    padding-right: 7px;
}

.f-ul-address li a span {
    color: #3a3a3a;
    font-size: 16px;
    vertical-align: middle;
    padding-right: 7px;
}

.f-ul-social li {
    margin-bottom: 15px;
}

.f-ul-social li a {
    background:#212121;
    height: 44px;
    width: 44px;
    display: inline-block;
    padding-top: 13px;
    border-radius: 50px;
}



.mng-adrs-icon {
    float: left;
    margin-bottom: 20px;
    margin-right: 10px;
}

.c-center {
    text-align: center;
}

.mar-r-15 {
    margin-right: 15px;
}

.l-cont img{margin-bottom:15px}
.cont-card{
	padding:15px;
	border: solid 1px #ececec;
	border-radius:6px;
	box-shadow: rgb(25 28 31 / 6%) 0px 3px 6px, rgb(25 28 31 / 6%) 0px 1px 2px, rgb(25 28 31 / 4%) 0px -1px 0px;
    transition: transform 0.2s ease-out 0s, box-shadow 0.2s ease-out 0s;
}

.cont-card:hover{
	box-shadow: rgb(25 28 31 / 8%) 0px 14px 32px, rgb(25 28 31 / 4%) 0px 8px 16px, rgb(25 28 31 / 4%) 0px -1px 0px;
    transform: translate3d(0px, -10px, 0px);
    cursor: pointer;
}

.inner-ban-pad{padding:80px 0px}

.timeline-grad{
	position: relative;
}

/*Line*/
.timeline-grad>li::before{
	content:'';
	position: absolute;
	width: 1px;
	background-color: #3e3e3e;
	top: 0;
	bottom: 0;
	left:-19px;
}

/*Circle*/
.timeline-grad>li::after {
    text-align: center;
    padding-top: 14px;
    z-index: 10;
    content: counter(item);
    position: absolute;
    width: 50px;
    height: 50px;
    /* border: 3px solid #ff5a23;
    background-color: #ff8a62; */
    border-radius: 50%;
    top: 0;
    left: -43px;
    color: #fff;
}

.timeline-grad>.li-grad-1::after {
    background: linear-gradient(45deg, #0f0f12 , #424242)
}
.timeline-grad>.li-grad-2::after {
     background: linear-gradient(45deg, #0f0f12 , #424242)
}
.timeline-grad>.li-grad-3::after {
   background: linear-gradient(45deg, #0f0f12 , #424242)
}
.timeline-grad>li{
	counter-increment: item;
	padding: 3px 10px 50px 20px;
	margin-left: 0px;
	min-height:70px;
	position: relative;
	background-color: #ffffff00;
	list-style: none;
	color: #fff;
}
.timeline-grad>li:nth-last-child(1)::before{
	width: 0px;
}

ul.list_arow li {
    position: relative;
    padding: 5px 0px 5px 20px;
    display: block;
	color:#fff;
}

ul.list_arow li:before {
    content: "\f058";
    font-family: 'Font Awesome\ 5 Free';
    margin: 0px 8px 32px -37px;
    color: #fff;
    font-size: 26px;
    vertical-align: middle;
	font-weight: 700;
}

ul.list_arow.inlien {
    padding-left: 15px;
	margin-bottom: 0rem;
}
ul.list_arow.inlien li {
    display: inline-block;
    padding: 11px 26px;
    margin: 10px;
    background: #dedede00;
    border-radius: 6px;
}

.tbl-scroll {
    width: 100%;
    height: 500px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.table-striped tbody tr:nth-of-type(odd) {
   background-color: #202020;
    color: #fff;
}

.table-striped tbody tr:nth-of-type(even) {
    background-color: #1a1a1a;
    color: #fff;
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e600;
}
.table th, .table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e614;
}

.card-img-1 img {width:86px}

.nav-pills-decor {
    background: #c3c3c347;
    padding: 7px;
    border-radius: 4px;
	margin-bottom: 20px;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background: linear-gradient(
45deg, #060606, #606060);
}

.nav-pills .nav-link {
    border-radius: 0.25rem;
    color: #fff;
}

.top-log-btn{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 18px 28px;
    justify-content: flex-start;
    margin-top: 30px;
}

.sign-btn-1 {
    
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 0.7px;
   
    color: #fff;
    
    font-size: 18px;
    display: flex;
    align-items: center;
    gap: 10px;
    line-height: 1.2;
}

.sign-btn-1 i{
    font-size: 44px;
    margin-left: 0;
}


@media (max-width:992px) and (min-width:320px){
	.typer-decor {
    font-size: 3rem;
    font-weight: 600;
    height: auto;
    text-transform: uppercase;
    margin-bottom: 20px;
	}
	.bag-shake {
    width: 270px;
    margin-top: 4px;
    animation: shake 5s;
    animation-iteration-count: infinite;
	}
	.c-center {
		text-align: left;
	}
	.f-ul-nav {
    list-style: none;
    display: flex;
    padding-left: 0px;
    float: left;
    }

    .top-log-btn {
    display: flex;
    justify-content: flex-start;
    }

    .sign-btn-1{
        padding-top: 0;
    }

    .hero{
            padding-top: 0;
            min-height: auto;
            height: auto;
    }
}

.acc-card {
    background: linear-gradient(to right bottom,#1a1a1a 50%, #111114 50%);
    padding: 15px;
    border-radius: 8px 8px 0px 8px;
    
}

.acc-card-active {
    background: #fff;
    padding: 15px;
    border-radius: 8px 8px 0px 8px;
    border: solid 2px #093561;
}

.acc-2{
    margin-bottom: 10px;
    color: #fff;
}

.plan-t {
    font-size: 16px;
    font-weight: 800;
    margin-bottom: 15px;
    color: #fff;
}
.acc-1{
    margin-bottom: 15px;
}

.acc-1 b{
    font-size: 25px;
    color: #fff;
}

.an-badge span{
   background: #c0dcd9;
    /* height: 24px; */
    font-size: 12px;
    padding: 2px 6px;
    border-radius: 50px;
    color: #047467;
}

.an-i .fa-check-circle{
    color: #00bc84;
}

.an-i .fa-times-circle{
    color: #ff3535;
}

.open-acc1 {
    background: #ededed;
    color: #000;
    font-size: 14px;
    font-weight: 700;
    display: block;
    text-align: center;
    padding: 10px;
    margin-top: 10px;
    border-radius: 8px 8px 0px 8px;
}

.open-acc2 {
    background: #093561;
    color: #fff!important;
    font-size: 14px;
    font-weight: 700;
    display: block;
    text-align: center;
    padding: 10px;
    margin-top: 10px;
    border-radius: 8px 8px 0px 8px;
}

.banner-ul-1{
	list-style:none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 22px;
}

.banner-ul-1 h3{
	color: #fff;
    font-weight: 600;
    font-size: 29px;
    line-height: 1.1;
    margin-bottom: 8px;
}

.banner-ul-1 p {
    color: #fff;
    font-size: 15px;
    letter-spacing: 0;
    line-height: 1.3;
    margin-bottom: 0;
}

.top-banner-img {
    max-width: 260px;
    margin-left: auto;
}

.banner-ul-1 li {
    border-left: 2px solid rgba(225, 162, 173, 0.7);
    padding-left: 18px;
}

.btn-1 {
    align-items: center;
    display: inline-flex;
    justify-content: center;
    min-height: 56px;
    min-width: 160px;
    padding: 10px 24px;
    text-align: center;
}

@media (max-width: 1199px) {
    .hero-container {
        padding-left: 48px;
        padding-right: 48px;
    }

    .typer-decor {
        font-size: 52px;
        min-height: 245px;
    }
}

@media (max-width: 991px) {
    .hero:before {
        background: rgba(6, 9, 18, 0.78);
    }

    .hero-container {
        padding: 120px 28px 56px;
    }

    .hero-copy {
        padding-left: 15px;
    }

    .hero-subtitle {
        font-size: 24px;
    }

    .typer-decor {
        font-size: 44px;
        min-height: auto;
    }

    .top-log-btn {
        display: flex;
        justify-content: flex-start;
    }

    .sign-btn-1 {
        padding-top: 0;
    }

    .top-banner-img {
        margin: 44px 0 0;
        max-width: none;
    }

    .banner-ul-1 {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 22px 18px;
    }
}

@media (max-width: 575px) {
    .hero-container {
        padding: 108px 18px 44px;
    }

    .hero-subtitle {
        font-size: 22px;
        max-width: 300px;
    }

    .typer-decor {
        font-size: 38px;
        line-height: 1.16;
    }

    .top-log-btn {
        align-items: flex-start;
        flex-direction: column;
        gap: 16px;
        margin-top: 24px;
    }

    .btn-1 {
        min-width: 180px;
    }

    .sign-btn-1 {
        font-size: 17px;
    }

    .sign-btn-1 i {
        font-size: 38px;
    }

    .banner-ul-1 {
        grid-template-columns: 1fr;
        gap: 18px;
    }
}

.rotateimg { 
      animation: rotationimg 100s infinite linear;
    }
    @keyframes rotationimg {
      from { transform: rotate(0deg); }
      to { transform: rotate(359deg); }
    }
	
	
	
.pricingTable{
    background: #1e1e1e;
    font-family: 'Titillium Web', sans-serif;
    text-align: center;
    padding: 0 0 25px;
    
    border-radius: 30px;
    transition: all 0.3s ease 0s;
}
.pricingTable:hover{
    box-shadow: 0 0 15px rgba(0,0,0,0.2) inset, 0 0 15px rgba(0,0,0,0.2);
    border-radius: 15px;
}
.pricingTable .pricingTable-header{
    color: #fff;
    background-color: #192a56;
    padding: 25px 10px 40px;
    margin: 0 30px;
    position: relative;
    top: -20px;
    -webkit-clip-path: polygon(100% 0, 100% 60%, 50% 100%, 0 60%, 0 0);
    clip-path: polygon(100% 0, 100% 60%, 50% 100%, 0 60%, 0 0);
}
.pricingTable .pricingTable-header:before{
    content: '';
    background-color: #28417f;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
    clip-path: polygon(50% 100%, 0 0, 100% 0);
}
.pricingTable .title{
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin: 0 0 5px;
}
.pricingTable .month{
    color: #fff;
    font-size: 17px;
    letter-spacing: 1px;
}
.pricingTable .price-value{
    color: #c9c9c9;
    background-color: #2e2e2e;
    padding: 70px 0 30px;
    margin-top: -42px;
    -webkit-clip-path: polygon(50% 40%, 100% 0, 100% 60%, 50% 100%, 0 60%, 0 0);
    clip-path: polygon(50% 40%, 100% 0, 100% 60%, 50% 100%, 0 60%, 0 0);
}
.pricingTable .amount{
    font-size: 50px;
    font-weight: 700;
    line-height: 35px;
    display: inline-block;
}
.pricingTable .amount-sm{
    font-size: 30px;
    vertical-align: top;
    margin-top: -10px;
    display: inline-block;
}
.pricingTable .pricing-content{
    color: #1C1C1C;
    font-size: 18px;
    line-height: 50px;
    text-transform: uppercase;
    padding: 25px 15px;
    margin: 0;
    list-style: none;
    display: inline-block;
}
.pricingTable .pricing-content li i{
    color: #192a56;
    margin-right: 5px;
}
.pricingTable .pricingTable-signup{
    color: #fff;
    background: linear-gradient(165deg,#2e2e2e 49%,#343434 50%);
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 13px 20px;
    margin: 0 30px;
    display: block;
    transition:all 0.3s ease 0s;
}
.pricingTable .pricingTable-signup:hover{
    letter-spacing: 3px;
    text-shadow: 0 0 2px #000;
    box-shadow: 0 0 20px -5px rgba(0,0,0,0.7);
}
.pricingTable.green .pricingTable-header{ background-color: #27ae60; }
.pricingTable.green .pricingTable-header:before{ background-color: #31c66f; }
.pricingTable.green .price-value,
.pricingTable.green .pricing-content li i{ color: #27ae60; }
.pricingTable.green .pricingTable-signup{
    background: linear-gradient(165deg,#31c66f 49%,#27ae60 50%);
}
.pricingTable.pink .pricingTable-header{ background-color: #d3213c; }
.pricingTable.pink .pricingTable-header:before{ background-color: #f53b57; }
.pricingTable.pink .price-value,
.pricingTable.pink .pricing-content li i{ color: #d3213c; }
.pricingTable.pink .pricingTable-signup{
    background: linear-gradient(165deg,#f53b57 49%,#d3213c 50%);
}
@media only screen and (max-width: 990px){
    .pricingTable{ margin: 25px 0 50px; }
}
@media only screen and (max-width: 479px){
    .pricingTable .pricing-content{
        font-size: 15px;
        padding-left: 10px;
    }
}


.first-ul i {
    font-size: 36px;
    color: #8b8b8b;
    margin-right: 15px;
}

.first-ul h2{
    font-weight:600;
    color: #e1e1e1;
}

.nx-icon2 {
    margin-bottom: 15px;
}

/* StarWaveFX professional green/gold theme */
:root {
    --swfx-bg: #050805;
    --swfx-panel: #10170f;
    --swfx-panel-2: #151f13;
    --swfx-border: rgba(240, 200, 75, 0.22);
    --swfx-gold: #f0c84b;
    --swfx-gold-soft: #f6d96b;
    --swfx-green: #5fc63f;
    --swfx-green-dark: #174f25;
    --swfx-text: #f5f7ee;
    --swfx-muted: #c5c9b8;
}

html {
    scroll-behavior: smooth;
}

body {
    background-color: var(--swfx-bg);
    background-image:
        linear-gradient(180deg, rgba(5, 8, 5, 0.82), rgba(5, 8, 5, 0.96)),
        url(../images/all-page-bg.png);
    color: var(--swfx-text);
}

p {
    color: var(--swfx-muted);
    line-height: 1.75;
}

a {
    color: var(--swfx-gold);
}

a:hover {
    color: var(--swfx-green);
}

.site-navbar {
    padding: 10px 0;
    background: rgba(5, 8, 5, 0.58);
    border-bottom: 1px solid rgba(240, 200, 75, 0.12);
    backdrop-filter: blur(14px);
}

.sticky-wrapper.is-sticky .site-navbar {
    background: rgba(5, 8, 5, 0.94);
    border-bottom: 1px solid var(--swfx-border);
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.36);
}

.site-navbar .site-navigation .site-menu > li > a,
.sticky-wrapper .site-navbar .site-menu > li > a,
.sticky-wrapper.is-sticky .site-navbar .site-menu > li > a {
    color: rgba(245, 247, 238, 0.9) !important;
    font-weight: 700;
    letter-spacing: 0;
    padding: 20px 12px;
    position: relative;
}

.site-navbar .site-navigation .site-menu > li > a:after {
    content: "";
    position: absolute;
    left: 12px;
    right: 12px;
    bottom: 12px;
    height: 2px;
    background: linear-gradient(90deg, var(--swfx-gold), var(--swfx-green));
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.24s ease;
}

.site-navbar .site-navigation .site-menu > li > a:hover:after,
.site-navbar .site-navigation .site-menu > li > a.active:after {
    transform: scaleX(1);
}

.site-navbar .site-navigation .site-menu > li > a:hover,
.sticky-wrapper.is-sticky .site-navbar .site-menu > li > a:hover,
.sticky-wrapper.is-sticky .site-navbar .site-menu > li > a.active {
    color: var(--swfx-gold-soft) !important;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown {
    background: rgba(8, 13, 8, 0.96);
    border: 1px solid var(--swfx-border);
    border-top: 2px solid var(--swfx-gold);
    border-radius: 8px;
    box-shadow: 0 22px 54px rgba(0, 0, 0, 0.42);
    overflow: hidden;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown > li > a {
    color: rgba(245, 247, 238, 0.88);
    padding: 11px 20px;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown > li > a:hover {
    background: rgba(95, 198, 63, 0.12);
    color: var(--swfx-gold-soft);
}

.site-menu-toggle span,
.site-mobile-menu .site-mobile-menu-close span {
    color: var(--swfx-gold);
}

.site-mobile-menu {
    background: #071007;
}

.site-mobile-menu .site-nav-wrap a {
    color: var(--swfx-text);
}

.site-mobile-menu .site-nav-wrap a:hover {
    color: var(--swfx-gold);
}

.hero {
    background-blend-mode: normal;
}

.hero:before {
    background:
        linear-gradient(90deg, rgba(3, 8, 4, 0.94) 0%, rgba(6, 18, 8, 0.42) 48%, rgba(3, 8, 4, 0.88) 100%),
        linear-gradient(180deg, rgba(240, 200, 75, 0.08), rgba(95, 198, 63, 0.08));
}

.hero-subtitle {
    color: var(--swfx-text) !important;
    font-weight: 700;
}

.typer-decor {
    letter-spacing: 0;
    text-shadow: 0 12px 30px rgba(0, 0, 0, 0.38);
}

.btn-1,
.btn-2,
.btn-3,
.pricingTable .pricingTable-signup,
.open-acc1,
.open-acc2 {
    border: 1px solid rgba(240, 200, 75, 0.48);
    border-radius: 6px;
    background: linear-gradient(135deg, var(--swfx-gold), #c99720);
    color: #061006 !important;
    letter-spacing: 0;
    box-shadow: 0 14px 28px rgba(240, 200, 75, 0.18);
}

.btn-1:hover,
.btn-2:hover,
.btn-3:hover,
.pricingTable .pricingTable-signup:hover,
.open-acc1:hover,
.open-acc2:hover {
    background: linear-gradient(135deg, var(--swfx-green), #2d8a2d);
    border-color: rgba(95, 198, 63, 0.62);
    color: #ffffff !important;
    transform: translateY(-2px);
}

.sign-btn-1 {
    color: var(--swfx-text);
}

.sign-btn-1:hover {
    color: var(--swfx-gold-soft);
}

.sign-btn-1 i {
    color: var(--swfx-gold);
    filter: drop-shadow(0 8px 18px rgba(240, 200, 75, 0.22));
}

.banner-ul-1 li {
    background: rgba(13, 21, 12, 0.72);
    border: 1px solid rgba(240, 200, 75, 0.18);
    border-left: 3px solid var(--swfx-gold);
    border-radius: 8px;
    padding: 16px 18px;
    box-shadow: 0 18px 42px rgba(0, 0, 0, 0.18);
}

.banner-ul-1 h3 {
    color: var(--swfx-gold-soft);
}

.banner-ul-1 p {
    color: rgba(245, 247, 238, 0.84);
    font-weight: 600;
}

.bg-black,
.bg-gray,
.footer-one {
    background:
        linear-gradient(180deg, rgba(7, 16, 7, 0.96), rgba(4, 8, 4, 0.98)) !important;
}

section {
    position: relative;
}

.sec-pad-80 {
    padding-top: 92px;
    padding-bottom: 92px;
}

.title-sec-3,
.title-1,
.title-2,
.text-gradient-1,
.text-gradient-2,
.text-gradient-3,
.text-gradient-4 {
    background-image: linear-gradient(90deg, var(--swfx-gold-soft), var(--swfx-green));
    color: var(--swfx-gold-soft);
    letter-spacing: 0;
}

.bg-grad-1,
.bg-grad-2,
.bg-grad-3 {
    background: linear-gradient(90deg, var(--swfx-gold), var(--swfx-green));
}

.first-ul,
.gray-card,
.cont-card,
.acc-card,
.acc-card-active,
.pricingTable,
.nav-pills-decor {
    background: linear-gradient(180deg, rgba(18, 29, 16, 0.96), rgba(9, 14, 9, 0.96));
    border: 1px solid var(--swfx-border);
    border-radius: 8px;
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.24);
}

.first-ul {
    padding: 24px;
    height: 100%;
}

.first-ul i,
.an-i .fa-check-circle,
ul.list_arow li:before {
    color: var(--swfx-green);
}

.an-i .fa-times-circle {
    color: var(--swfx-gold);
}

.first-ul h2,
.sec-two h3,
.pricingTable .title {
    color: var(--swfx-text);
    letter-spacing: 0;
}

.pricingTable .month {
    letter-spacing: 0;
}

.gray-card {
    border-radius: 8px;
    transition: transform 0.24s ease, border-color 0.24s ease, box-shadow 0.24s ease;
}

.gray-card:hover,
.cont-card:hover,
.pricingTable:hover {
    border-color: rgba(240, 200, 75, 0.46);
    box-shadow: 0 22px 58px rgba(0, 0, 0, 0.34);
    transform: translateY(-6px);
}

.sec-trade-with-icon ul li {
    background: rgba(240, 200, 75, 0.08);
    border: 1px solid rgba(240, 200, 75, 0.24);
    border-radius: 8px;
}

.pricingTable {
    border-radius: 8px;
    overflow: hidden;
}

.pricingTable:hover {
    border-radius: 8px;
}

.pricingTable .pricingTable-header,
.pricingTable.green .pricingTable-header,
.pricingTable.pink .pricingTable-header {
    background: linear-gradient(135deg, var(--swfx-green-dark), #23360d);
}

.pricingTable .pricingTable-header:before,
.pricingTable.green .pricingTable-header:before,
.pricingTable.pink .pricingTable-header:before {
    background: linear-gradient(135deg, var(--swfx-gold), var(--swfx-green));
}

.pricingTable .price-value,
.pricingTable.green .price-value,
.pricingTable.pink .price-value {
    background: rgba(5, 8, 5, 0.82);
    color: var(--swfx-gold-soft);
}

.pricingTable .month {
    color: rgba(245, 247, 238, 0.82);
}

.table-striped tbody tr:nth-of-type(odd),
.table-striped tbody tr:nth-of-type(even) {
    background-color: rgba(14, 22, 13, 0.96);
}

.table th,
.table td {
    border-top: 1px solid rgba(240, 200, 75, 0.12);
}

.nav-pills .nav-link {
    color: var(--swfx-text);
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    background: linear-gradient(135deg, var(--swfx-gold), var(--swfx-green));
    color: #061006;
}

.inner-top-bg,
.hero-inner {
    background-blend-mode: overlay;
}

.inner-top-bg {
    background-image:
        linear-gradient(90deg, rgba(5, 8, 5, 0.8), rgba(5, 8, 5, 0.92)),
        url(../images/parallax-bg-1.jpg);
}

.hero-inner {
    background-image:
        linear-gradient(90deg, rgba(5, 8, 5, 0.78), rgba(5, 8, 5, 0.9)),
        url(../images/other-all-banner.png);
}

.windows-platform-hero {
    min-height: 290px;
    background-image:
        linear-gradient(90deg, rgba(0, 0, 0, 0.94) 0%, rgba(0, 0, 0, 0.72) 52%, rgba(5, 8, 5, 0.48) 100%),
        url(../images/other-all-banner.png);
    background-position: center center;
    background-size: cover;
    overflow: hidden;
}

.ios-platform-hero,
.android-platform-hero {
    min-height: 290px;
    background-position: center center;
    background-size: cover;
    overflow: hidden;
}

.ios-platform-hero {
    background-image:
        linear-gradient(90deg, rgba(0, 0, 0, 0.94) 0%, rgba(0, 0, 0, 0.72) 52%, rgba(5, 8, 5, 0.48) 100%),
        url(../images/other-all-banner.png);
}

.android-platform-hero {
    background-image:
        linear-gradient(90deg, rgba(0, 0, 0, 0.94) 0%, rgba(0, 0, 0, 0.72) 52%, rgba(5, 8, 5, 0.48) 100%),
        url(../images/other-all-banner.png);
}

.windows-platform-hero .container,
.ios-platform-hero .container,
.android-platform-hero .container {
    position: relative;
    z-index: 2;
}

.windows-hero-icon,
.platform-hero-icon {
    width: 156px;
    height: 156px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 34px;
    border: 1px solid rgba(240, 200, 75, 0.28);
    border-radius: 8px;
    background:
        linear-gradient(135deg, rgba(240, 200, 75, 0.12), rgba(95, 198, 63, 0.12)),
        rgba(0, 0, 0, 0.58);
    box-shadow: 0 24px 62px rgba(0, 0, 0, 0.42);
}

.windows-hero-icon i,
.platform-hero-icon i {
    color: #f0c84b;
    font-size: 86px;
    line-height: 1;
    text-shadow: 0 0 24px rgba(95, 198, 63, 0.28);
}

.ios-hero-icon i {
    color: #ffffff;
}

.android-hero-icon i {
    color: #5fc63f;
}

.breadcrumbs ol li + li::before,
.f-ul-links li a span,
.f-ul-address li a span {
    color: var(--swfx-gold);
}

.footer-one {
    border-top: 1px solid var(--swfx-border);
}

.bod-fot {
    border-bottom: 1px solid rgba(240, 200, 75, 0.2);
}

.f-ul-nav li {
    color: rgba(240, 200, 75, 0.28);
}

.f-ul-nav li a,
.f-ul-links li a,
.f-ul-address a,
.f-ul-social a {
    color: rgba(245, 247, 238, 0.86);
}

.f-ul-nav li a:hover,
.f-ul-links li a:hover,
.f-ul-address a:hover,
.f-ul-social a:hover {
    color: var(--swfx-gold-soft);
}

.form-control {
    background: rgba(9, 14, 9, 0.92);
    border: 1px solid rgba(240, 200, 75, 0.22);
    border-radius: 6px;
    color: var(--swfx-text);
}

.form-control:focus {
    background: rgba(11, 17, 10, 0.98);
    border-color: var(--swfx-gold);
    box-shadow: 0 0 0 0.18rem rgba(240, 200, 75, 0.14);
    color: var(--swfx-text);
}

.contact-form-card {
    padding: 30px;
    border: 1px solid rgba(240, 200, 75, 0.22);
    border-radius: 8px;
    background: linear-gradient(180deg, rgba(18, 29, 16, 0.96), rgba(9, 14, 9, 0.96));
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.24);
}

.contact-query-form label {
    color: rgba(245, 247, 238, 0.86);
    font-size: 14px;
    font-weight: 700;
}

.contact-query-form textarea.form-control {
    min-height: 140px;
    resize: vertical;
}

.contact-form-status {
    display: none;
    margin-bottom: 18px;
    padding: 12px 14px;
    border-radius: 6px;
    font-weight: 700;
}

.contact-form-status-success,
.contact-form-status-error {
    display: block;
}

.contact-form-status-success {
    background: rgba(95, 198, 63, 0.12);
    border: 1px solid rgba(95, 198, 63, 0.34);
    color: #b8f4a6;
}

.contact-form-status-error {
    background: rgba(211, 33, 60, 0.12);
    border: 1px solid rgba(211, 33, 60, 0.34);
    color: #ffb8c2;
}

::selection {
    background: var(--swfx-gold);
    color: #061006;
}

@media (max-width: 1199px) {
    .site-navbar {
        padding: 6px 0;
    }
}

@media (max-width: 767px) {
    .sec-pad-80 {
        padding-top: 64px;
        padding-bottom: 64px;
    }

    .first-ul {
        padding: 20px;
    }
}

/* Professional account package cards */
#packages {
    background:
        radial-gradient(circle at 50% 0%, rgba(240, 200, 75, 0.11), transparent 32%),
        linear-gradient(180deg, #051005 0%, #020502 100%) !important;
}

#packages .sec-three h1 {
    color: var(--swfx-text) !important;
    font-size: 42px;
    line-height: 1.2;
    margin-bottom: 14px;
}

#packages .sec-three h3 {
    color: var(--swfx-muted) !important;
    font-size: 19px;
    font-weight: 400;
    line-height: 1.7;
}

#packages .row > [class*="col-"] {
    display: flex;
}

#packages .pricingTable {
    width: 100%;
    min-height: 100%;
    display: flex;
    flex-direction: column;
    padding: 0;
    background:
        linear-gradient(180deg, rgba(18, 30, 16, 0.98), rgba(5, 9, 5, 0.98));
    border: 1px solid rgba(240, 200, 75, 0.26);
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 22px 52px rgba(0, 0, 0, 0.34);
}

#packages .pricingTable:before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    height: 4px;
    background: linear-gradient(90deg, var(--swfx-gold), var(--swfx-green));
}

#packages .pricingTable:hover {
    border-color: rgba(240, 200, 75, 0.58);
    box-shadow: 0 28px 72px rgba(0, 0, 0, 0.44), 0 0 0 1px rgba(95, 198, 63, 0.14);
    transform: translateY(-8px);
}

#packages .pricingTable.green {
    border-color: rgba(95, 198, 63, 0.55);
    box-shadow: 0 28px 76px rgba(0, 0, 0, 0.42), 0 0 42px rgba(95, 198, 63, 0.1);
}

#packages .pricingTable.green:after {
    content: "Popular";
    position: absolute;
    top: 14px;
    right: 14px;
    padding: 5px 10px;
    border-radius: 999px;
    background: rgba(240, 200, 75, 0.13);
    border: 1px solid rgba(240, 200, 75, 0.32);
    color: var(--swfx-gold-soft);
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
}

#packages .pricingTable .pricingTable-header,
#packages .pricingTable.green .pricingTable-header,
#packages .pricingTable.pink .pricingTable-header {
    top: auto;
    margin: 0;
    padding: 30px 24px 18px;
    background: transparent;
    clip-path: none;
    -webkit-clip-path: none;
    text-align: left;
}

#packages .pricingTable .pricingTable-header:before,
#packages .pricingTable.green .pricingTable-header:before,
#packages .pricingTable.pink .pricingTable-header:before {
    display: none;
}

#packages .pricingTable .title {
    color: var(--swfx-text);
    font-size: 24px;
    font-weight: 800;
    line-height: 1.15;
    margin-bottom: 8px;
}

#packages .pricingTable .month {
    color: rgba(245, 247, 238, 0.72);
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 600;
}

#packages .pricingTable .month:before {
    content: "";
    width: 26px;
    height: 1px;
    background: var(--swfx-gold);
}

#packages .pricingTable .price-value,
#packages .pricingTable.green .price-value,
#packages .pricingTable.pink .price-value {
    margin: 0 24px 18px;
    padding: 26px 0 24px;
    background: linear-gradient(135deg, rgba(240, 200, 75, 0.1), rgba(95, 198, 63, 0.08));
    border-top: 1px solid rgba(240, 200, 75, 0.16);
    border-bottom: 1px solid rgba(240, 200, 75, 0.16);
    clip-path: none;
    -webkit-clip-path: none;
}

#packages .pricingTable .amount {
    color: var(--swfx-gold-soft);
    font-size: 52px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0;
    text-shadow: 0 12px 26px rgba(240, 200, 75, 0.12);
}

#packages .pricingTable .p-2 {
    padding: 0 24px 18px !important;
    flex: 1;
}

#packages .acc-2 {
    align-items: center;
    gap: 14px;
    min-height: 42px;
    margin: 0;
    padding: 12px 0;
    border-bottom: 1px solid rgba(240, 200, 75, 0.09);
    color: var(--swfx-text);
}

#packages .acc-2:last-child {
    border-bottom: 0;
}

#packages .an-i {
    align-items: center;
    min-width: 0;
}

#packages .an-i .mr-3 {
    margin-right: 10px !important;
}

#packages .an-i i {
    width: 18px;
    height: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
}

#packages .an-t {
    color: rgba(245, 247, 238, 0.82);
    font-size: 15px;
    font-weight: 600;
    white-space: nowrap;
}

#packages .an-v {
    color: var(--swfx-text);
    font-size: 15px;
    font-weight: 800;
    text-align: right;
    white-space: nowrap;
}

#packages .pricingTable .pricingTable-signup,
#packages .pricingTable.green .pricingTable-signup,
#packages .pricingTable.pink .pricingTable-signup {
    margin: 6px 24px 26px;
    padding: 14px 20px;
    border-radius: 6px;
    background: linear-gradient(135deg, var(--swfx-gold), #d49e23);
    border: 1px solid rgba(240, 200, 75, 0.56);
    color: #061006 !important;
    font-size: 15px;
    font-weight: 900;
    letter-spacing: 0;
    box-shadow: 0 14px 28px rgba(240, 200, 75, 0.14);
}

#packages .pricingTable.green .pricingTable-signup {
    background: linear-gradient(135deg, var(--swfx-green), #1f9d55);
    border-color: rgba(95, 198, 63, 0.58);
    box-shadow: 0 14px 28px rgba(95, 198, 63, 0.14);
}

#packages .pricingTable .pricingTable-signup:hover {
    background: linear-gradient(135deg, var(--swfx-green), #1f9d55);
    letter-spacing: 0;
    text-shadow: none;
}

#packages .pricingTable.green .pricingTable-signup:hover {
    background: linear-gradient(135deg, var(--swfx-gold), #d49e23);
    color: #061006 !important;
}

@media (max-width: 991px) {
    #packages .row > [class*="col-"] {
        margin-bottom: 28px;
    }
}

@media (max-width: 575px) {
    #packages .sec-three h1 {
        font-size: 32px;
    }

    #packages .sec-three h3 {
        font-size: 16px;
    }

    #packages .pricingTable .amount {
        font-size: 46px;
    }
}

/* Responsive hero background framing */
.hero {
    background-color: #020502;
    background-position: 50% 50%;
    background-size: cover;
    min-height: clamp(720px, 100vh, 920px);
}

@media (min-width: 1600px) {
    .hero {
        background-position: 50% 48%;
    }

    .hero-video {
        object-position: 50% 48%;
    }
}

@media (max-width: 1199px) {
    .hero {
        background-position: 52% 50%;
        min-height: 700px;
    }

    .hero-video {
        object-position: 52% 50%;
    }
}

@media (max-width: 991px) {
    .hero {
        height: auto;
        min-height: 100svh;
        background-position: 50% 50%;
    }

    .hero-video {
        object-position: 50% 50%;
    }

    .hero:before {
        background:
            linear-gradient(180deg, rgba(3, 8, 4, 0.9) 0%, rgba(3, 8, 4, 0.7) 48%, rgba(3, 8, 4, 0.94) 100%),
            linear-gradient(90deg, rgba(240, 200, 75, 0.08), rgba(95, 198, 63, 0.1));
    }
}

@media (max-width: 575px) {
    .pdf-download-links {
        grid-template-columns: 1fr;
    }

    .pdf-download-item img {
        max-width: 210px;
    }

    .windows-platform-hero,
    .ios-platform-hero,
    .android-platform-hero {
        min-height: 270px;
        background-position: 58% center;
    }

    .forex-rate-bar {
        display: block;
        min-height: 0;
    }

    .forex-rate-label {
        min-height: 42px;
        padding: 0 18px;
        justify-content: center;
        border-right: 0;
        border-bottom: 1px solid rgba(240, 200, 75, 0.18);
    }

    .hero {
        background-position: 50% 46%;
        min-height: 100svh;
    }

    .hero-video {
        object-position: 50% 46%;
    }
}

@media (max-width: 380px) {
    .hero {
        background-position: 50% 42%;
    }

    .hero-video {
        object-position: 50% 42%;
    }
}

/* MetaTrader 5 page */
.mt5-platform-hero {
    position: relative;
    overflow: hidden;
    min-height: 520px;
    display: flex;
    align-items: center;
    background-image:
        linear-gradient(90deg, rgba(4, 8, 7, 0.96) 0%, rgba(4, 8, 7, 0.76) 54%, rgba(4, 8, 7, 0.92) 100%),
        url(../images/other-all-banner.png);
}

.mt5-platform-hero .container {
    position: relative;
    z-index: 1;
}

.mt5-hero-copy {
    max-width: 660px;
    color: rgba(245, 247, 238, 0.86);
    font-size: 18px;
    line-height: 1.75;
    margin: 18px 0 28px;
}

.mt5-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.mt5-hero-panel {
    position: relative;
    min-height: 330px;
    padding: 44px;
    border: 1px solid rgba(240, 200, 75, 0.22);
    border-radius: 8px;
    background: linear-gradient(145deg, rgba(12, 18, 14, 0.96), rgba(23, 28, 22, 0.82));
    box-shadow: 0 26px 60px rgba(0, 0, 0, 0.34);
    overflow: hidden;
}

.mt5-hero-panel i {
    color: #f0c84b;
    font-size: 92px;
    margin-bottom: 34px;
}

.mt5-hero-panel strong,
.mt5-hero-panel small {
    display: block;
}

.mt5-hero-panel strong {
    color: #fff;
    font-size: 62px;
    font-weight: 900;
    line-height: 1;
}

.mt5-hero-panel small {
    color: rgba(245, 247, 238, 0.74);
    font-size: 16px;
    margin-top: 10px;
}

.mt5-chart-lines {
    position: absolute;
    inset: auto 28px 28px 28px;
    height: 112px;
    opacity: 0.45;
}

.mt5-chart-lines span {
    position: absolute;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, transparent, rgba(95, 198, 63, 0.9), transparent);
}

.mt5-chart-lines span:nth-child(1) {
    top: 18px;
    transform: rotate(-7deg);
}

.mt5-chart-lines span:nth-child(2) {
    top: 54px;
    transform: rotate(5deg);
    background: linear-gradient(90deg, transparent, rgba(240, 200, 75, 0.9), transparent);
}

.mt5-chart-lines span:nth-child(3) {
    top: 88px;
    transform: rotate(-3deg);
}

.mt5-device-img {
    max-height: 420px;
    width: 100%;
    object-fit: contain;
}

.mt5-stat-row {
    margin-top: 24px;
}

.mt5-stat {
    height: 100%;
    min-height: 126px;
    padding: 22px 18px;
    border: 1px solid rgba(240, 200, 75, 0.14);
    border-radius: 8px;
    background: rgba(5, 8, 6, 0.42);
}

.mt5-stat strong {
    display: block;
    color: #f0c84b;
    font-size: 38px;
    line-height: 1;
    margin-bottom: 10px;
}

.mt5-stat span {
    display: block;
    color: rgba(245, 247, 238, 0.76);
    font-weight: 700;
}

.mt5-download-card {
    display: flex;
    flex-direction: column;
    width: 100%;
    min-height: 330px;
    margin-bottom: 24px;
    padding: 28px 24px;
    border: 1px solid rgba(240, 200, 75, 0.13);
    border-radius: 8px;
    background: linear-gradient(145deg, rgba(15, 18, 15, 0.98), rgba(28, 30, 25, 0.9));
    transition: border-color 0.2s ease, transform 0.2s ease;
}

.mt5-download-card:hover {
    border-color: rgba(240, 200, 75, 0.48);
    transform: translateY(-3px);
}

.mt5-download-card > i {
    width: 58px;
    height: 58px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    border: 1px solid rgba(95, 198, 63, 0.24);
    border-radius: 8px;
    color: #5fc63f;
    font-size: 28px;
    background: rgba(95, 198, 63, 0.08);
}

.mt5-download-card h4 {
    color: #fff;
    font-size: 20px;
    font-weight: 800;
    margin-bottom: 12px;
}

.mt5-download-card p {
    flex: 1;
    color: rgba(245, 247, 238, 0.72);
    line-height: 1.65;
    margin-bottom: 22px;
}

.mt5-download-card .btn {
    align-self: flex-start;
}

.mt5-features .gray-card {
    width: 100%;
}

@media (max-width: 767px) {
    .mt5-platform-hero {
        min-height: 440px;
        padding: 120px 0 70px !important;
    }

    .mt5-hero-copy {
        font-size: 16px;
    }

    .mt5-stat {
        margin-bottom: 14px;
    }

    .mt5-download-card {
        min-height: auto;
    }
}

/* Introducing Broker page */
.ib-hero {
    position: relative;
    overflow: hidden;
    min-height: 520px;
    display: flex;
    align-items: center;
    background-image:
        linear-gradient(90deg, rgba(4, 8, 7, 0.97) 0%, rgba(4, 8, 7, 0.74) 56%, rgba(4, 8, 7, 0.92) 100%),
        url(../images/parallax-bg-1.jpg);
}

.ib-hero .container {
    position: relative;
    z-index: 1;
}

.ib-hero-copy {
    max-width: 700px;
    color: rgba(245, 247, 238, 0.86);
    font-size: 18px;
    line-height: 1.75;
    margin: 18px 0 28px;
}

.ib-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.ib-hero-card {
    min-height: 350px;
    padding: 42px;
    border: 1px solid rgba(240, 200, 75, 0.24);
    border-radius: 8px;
    background:
        linear-gradient(145deg, rgba(14, 18, 14, 0.98), rgba(25, 28, 23, 0.9)),
        radial-gradient(circle at 80% 10%, rgba(95, 198, 63, 0.22), transparent 40%);
    box-shadow: 0 26px 60px rgba(0, 0, 0, 0.36);
}

.ib-hero-card > i {
    color: #f0c84b;
    font-size: 78px;
    margin-bottom: 32px;
}

.ib-hero-card strong,
.ib-hero-card span {
    display: block;
}

.ib-hero-card strong {
    color: #fff;
    font-size: 36px;
    font-weight: 900;
    line-height: 1.15;
    margin-bottom: 12px;
}

.ib-hero-card span {
    color: rgba(245, 247, 238, 0.76);
    line-height: 1.65;
}

.ib-hero-metrics {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin-top: 32px;
}

.ib-hero-metrics div {
    min-height: 92px;
    padding: 16px;
    border: 1px solid rgba(95, 198, 63, 0.22);
    border-radius: 8px;
    background: rgba(95, 198, 63, 0.08);
}

.ib-hero-metrics b,
.ib-hero-metrics small {
    display: block;
}

.ib-hero-metrics b {
    color: #5fc63f;
    font-size: 24px;
    line-height: 1;
    margin-bottom: 8px;
}

.ib-hero-metrics small {
    color: rgba(245, 247, 238, 0.72);
    font-weight: 700;
}

.ib-highlight-row {
    margin-bottom: -18px;
}

.ib-highlight {
    min-height: 220px;
    margin-bottom: 18px;
    padding: 24px 22px;
    border: 1px solid rgba(240, 200, 75, 0.14);
    border-radius: 8px;
    background: rgba(5, 8, 6, 0.44);
}

.ib-highlight i {
    width: 52px;
    height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
    border: 1px solid rgba(95, 198, 63, 0.24);
    border-radius: 8px;
    color: #5fc63f;
    background: rgba(95, 198, 63, 0.08);
    font-size: 22px;
}

.ib-highlight h4 {
    color: #fff;
    font-size: 19px;
    font-weight: 800;
    margin-bottom: 10px;
}

.ib-highlight p {
    color: rgba(245, 247, 238, 0.72);
    margin-bottom: 0;
}

.ib-benefits .gray-card,
.ib-tools .gray-card {
    width: 100%;
}

.ib-table-wrap {
    border: 1px solid rgba(240, 200, 75, 0.14);
    border-radius: 8px;
    overflow: hidden;
}

.ib-table {
    margin-bottom: 0;
}

.ib-table td,
.ib-table th {
    vertical-align: middle;
}

.ib-step {
    position: relative;
    width: 100%;
    min-height: 260px;
    margin-bottom: 22px;
    padding: 28px 22px;
    border: 1px solid rgba(240, 200, 75, 0.13);
    border-radius: 8px;
    background: linear-gradient(145deg, rgba(15, 18, 15, 0.98), rgba(27, 29, 24, 0.9));
}

.ib-step span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    margin-bottom: 24px;
    border-radius: 8px;
    background: linear-gradient(135deg, #f0c84b, #d49e23);
    color: #061006;
    font-weight: 900;
}

.ib-step h4 {
    color: #fff;
    font-size: 20px;
    font-weight: 800;
    margin-bottom: 12px;
}

.ib-step p {
    color: rgba(245, 247, 238, 0.72);
    line-height: 1.65;
    margin-bottom: 0;
}

.ib-tool-list {
    margin-top: 22px;
}

.ib-support-panel {
    height: 100%;
    min-height: 300px;
    padding: 30px;
    border: 1px solid rgba(240, 200, 75, 0.14);
    border-radius: 8px;
    background: rgba(5, 8, 6, 0.44);
}

.ib-tag-list {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 20px;
}

.ib-tag-list span {
    display: inline-flex;
    align-items: center;
    min-height: 42px;
    padding: 10px 14px;
    border: 1px solid rgba(95, 198, 63, 0.24);
    border-radius: 8px;
    color: rgba(245, 247, 238, 0.86);
    background: rgba(95, 198, 63, 0.08);
    font-weight: 700;
}

@media (max-width: 767px) {
    .ib-hero {
        min-height: 440px;
        padding: 120px 0 70px !important;
    }

    .ib-hero-copy {
        font-size: 16px;
    }

    .ib-highlight,
    .ib-step {
        min-height: auto;
    }
}

/* Legal Documents page */
.legal-hero {
    position: relative;
    overflow: hidden;
    min-height: 500px;
    display: flex;
    align-items: center;
    background-image:
        linear-gradient(90deg, rgba(4, 8, 7, 0.97) 0%, rgba(4, 8, 7, 0.76) 58%, rgba(4, 8, 7, 0.92) 100%),
        url(../images/other-all-banner.png);
}

.legal-hero .container {
    position: relative;
    z-index: 1;
}

.legal-hero-copy {
    max-width: 760px;
    color: rgba(245, 247, 238, 0.86);
    font-size: 18px;
    line-height: 1.75;
    margin: 18px 0 0;
}

.legal-hero-card {
    min-height: 260px;
    padding: 38px;
    border: 1px solid rgba(240, 200, 75, 0.24);
    border-radius: 8px;
    background: linear-gradient(145deg, rgba(14, 18, 14, 0.98), rgba(25, 28, 23, 0.9));
    box-shadow: 0 26px 60px rgba(0, 0, 0, 0.36);
}

.legal-hero-card i {
    color: #f0c84b;
    font-size: 66px;
    margin-bottom: 28px;
}

.legal-hero-card strong,
.legal-hero-card span {
    display: block;
}

.legal-hero-card strong {
    color: #fff;
    font-size: 30px;
    font-weight: 900;
}

.legal-hero-card span {
    color: #5fc63f;
    font-size: 22px;
    font-weight: 800;
    margin-top: 10px;
}

.legal-intro a,
.legal-updates a {
    color: #f0c84b;
}

.legal-contact-panel {
    padding: 30px;
    border: 1px solid rgba(240, 200, 75, 0.14);
    border-radius: 8px;
    background: rgba(5, 8, 6, 0.44);
}

.legal-contact-panel ul {
    padding: 0;
    margin: 22px 0 0;
    list-style: none;
}

.legal-contact-panel li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 12px 0;
    border-bottom: 1px solid rgba(240, 200, 75, 0.1);
    color: rgba(245, 247, 238, 0.78);
}

.legal-contact-panel li:last-child {
    border-bottom: 0;
}

.legal-contact-panel i {
    width: 20px;
    margin-top: 3px;
    color: #5fc63f;
}

.legal-contact-panel a {
    color: rgba(245, 247, 238, 0.86);
}

.legal-doc-card {
    width: 100%;
    min-height: 350px;
    margin-bottom: 24px;
    padding: 28px 24px;
    border: 1px solid rgba(240, 200, 75, 0.13);
    border-radius: 8px;
    background: linear-gradient(145deg, rgba(15, 18, 15, 0.98), rgba(27, 29, 24, 0.9));
    transition: border-color 0.2s ease, transform 0.2s ease;
}

.legal-doc-card:hover {
    border-color: rgba(240, 200, 75, 0.48);
    transform: translateY(-3px);
}

.legal-doc-card span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    margin-bottom: 22px;
    border-radius: 8px;
    background: linear-gradient(135deg, #f0c84b, #d49e23);
    color: #061006;
    font-weight: 900;
}

.legal-doc-card h4 {
    color: #fff;
    font-size: 19px;
    font-weight: 800;
    line-height: 1.35;
    margin-bottom: 14px;
}

.legal-doc-card p {
    color: rgba(245, 247, 238, 0.72);
    line-height: 1.65;
    margin-bottom: 0;
}

.legal-info-card {
    height: 100%;
    min-height: 310px;
    padding: 32px;
    border: 1px solid rgba(240, 200, 75, 0.14);
    border-radius: 8px;
    background: rgba(5, 8, 6, 0.44);
}

.legal-info-card > i {
    width: 58px;
    height: 58px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    border: 1px solid rgba(95, 198, 63, 0.24);
    border-radius: 8px;
    color: #5fc63f;
    font-size: 24px;
    background: rgba(95, 198, 63, 0.08);
}

.legal-info-card p {
    color: rgba(245, 247, 238, 0.74);
}

@media (max-width: 767px) {
    .legal-hero {
        min-height: 420px;
        padding: 120px 0 70px !important;
    }

    .legal-hero-copy {
        font-size: 16px;
    }

    .legal-doc-card,
    .legal-info-card {
        min-height: auto;
    }
}

/* Data Protection Notice page */
.data-protection-hero {
    position: relative;
    overflow: hidden;
    min-height: 500px;
    display: flex;
    align-items: center;
    background-image:
        linear-gradient(90deg, rgba(4, 8, 7, 0.97) 0%, rgba(4, 8, 7, 0.76) 58%, rgba(4, 8, 7, 0.92) 100%),
        url(../images/parallax-bg-1.jpg);
}

.data-protection-hero .container {
    position: relative;
    z-index: 1;
}

.data-principles-panel,
.data-section-card {
    height: 100%;
    padding: 32px;
    border: 1px solid rgba(240, 200, 75, 0.14);
    border-radius: 8px;
    background: rgba(5, 8, 6, 0.44);
}

.data-principles-panel p,
.data-section-card p {
    color: rgba(245, 247, 238, 0.74);
}

.data-principle-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 22px;
}

.data-principle-tags span {
    display: inline-flex;
    align-items: center;
    min-height: 40px;
    padding: 9px 13px;
    border: 1px solid rgba(95, 198, 63, 0.24);
    border-radius: 8px;
    color: rgba(245, 247, 238, 0.86);
    background: rgba(95, 198, 63, 0.08);
    font-weight: 700;
}

.data-section-card > i {
    width: 58px;
    height: 58px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    border: 1px solid rgba(95, 198, 63, 0.24);
    border-radius: 8px;
    color: #5fc63f;
    font-size: 24px;
    background: rgba(95, 198, 63, 0.08);
}

.data-check-list {
    padding: 0;
    margin: 20px 0;
    list-style: none;
}

.data-check-list li {
    position: relative;
    padding: 8px 0 8px 30px;
    color: rgba(245, 247, 238, 0.82);
    line-height: 1.55;
}

.data-check-list li:before {
    content: "\f058";
    position: absolute;
    left: 0;
    top: 9px;
    color: #5fc63f;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.data-mini-grid {
    margin-bottom: -16px;
}

.data-mini-card {
    display: flex;
    align-items: center;
    gap: 14px;
    min-height: 92px;
    margin-bottom: 16px;
    padding: 18px;
    border: 1px solid rgba(240, 200, 75, 0.14);
    border-radius: 8px;
    background: rgba(5, 8, 6, 0.44);
}

.data-mini-card i {
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    border-radius: 8px;
    color: #5fc63f;
    background: rgba(95, 198, 63, 0.08);
}

.data-mini-card span {
    color: rgba(245, 247, 238, 0.86);
    font-weight: 800;
}

@media (max-width: 767px) {
    .data-protection-hero {
        min-height: 420px;
        padding: 120px 0 70px !important;
    }

    .data-section-card {
        margin-bottom: 20px;
    }
}

/* Privacy & AML Policy page */
.privacy-aml-hero {
    position: relative;
    overflow: hidden;
    min-height: 500px;
    display: flex;
    align-items: center;
    background-image:
        linear-gradient(90deg, rgba(4, 8, 7, 0.97) 0%, rgba(4, 8, 7, 0.76) 58%, rgba(4, 8, 7, 0.92) 100%),
        url(../images/other-all-banner.png);
}

.privacy-aml-hero .container {
    position: relative;
    z-index: 1;
}

.aml-focus-card {
    width: 100%;
    min-height: 260px;
    margin-bottom: 22px;
    padding: 28px 24px;
    border: 1px solid rgba(240, 200, 75, 0.13);
    border-radius: 8px;
    background: linear-gradient(145deg, rgba(15, 18, 15, 0.98), rgba(27, 29, 24, 0.9));
}

.aml-focus-card i {
    width: 58px;
    height: 58px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    border: 1px solid rgba(95, 198, 63, 0.24);
    border-radius: 8px;
    color: #5fc63f;
    font-size: 24px;
    background: rgba(95, 198, 63, 0.08);
}

.aml-focus-card h4 {
    color: #fff;
    font-size: 20px;
    font-weight: 800;
    margin-bottom: 12px;
}

.aml-focus-card p {
    color: rgba(245, 247, 238, 0.72);
    line-height: 1.65;
    margin-bottom: 0;
}

.aml-monitor-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.aml-monitor-list span {
    display: flex;
    align-items: center;
    min-height: 68px;
    padding: 18px;
    border: 1px solid rgba(240, 200, 75, 0.14);
    border-radius: 8px;
    color: rgba(245, 247, 238, 0.86);
    background: rgba(5, 8, 6, 0.44);
    font-weight: 800;
}

.aml-monitor-list span:before {
    content: "\f06e";
    margin-right: 12px;
    color: #5fc63f;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

@media (max-width: 767px) {
    .privacy-aml-hero {
        min-height: 420px;
        padding: 120px 0 70px !important;
    }

    .aml-monitor-list {
        grid-template-columns: 1fr;
    }
}

/* Policy Site Map page */
.sitemap-hero {
    position: relative;
    overflow: hidden;
    min-height: 500px;
    display: flex;
    align-items: center;
    background-image:
        linear-gradient(90deg, rgba(4, 8, 7, 0.97) 0%, rgba(4, 8, 7, 0.76) 58%, rgba(4, 8, 7, 0.92) 100%),
        url(../images/parallax-bg-1.jpg);
}

.sitemap-hero .container {
    position: relative;
    z-index: 1;
}

.sitemap-section-card {
    width: 100%;
    height: 100%;
    padding: 32px;
    border: 1px solid rgba(240, 200, 75, 0.14);
    border-radius: 8px;
    background: rgba(5, 8, 6, 0.44);
}

.sitemap-section-card > i {
    width: 58px;
    height: 58px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    border: 1px solid rgba(95, 198, 63, 0.24);
    border-radius: 8px;
    color: #5fc63f;
    font-size: 24px;
    background: rgba(95, 198, 63, 0.08);
}

.sitemap-section-card h3 {
    color: #fff;
    font-size: 26px;
    font-weight: 800;
    margin-bottom: 12px;
}

.sitemap-section-card p {
    color: rgba(245, 247, 238, 0.74);
}

.sitemap-link-list {
    padding: 0;
    margin: 22px 0 0;
    list-style: none;
}

.sitemap-link-list li {
    padding: 15px 0;
    border-top: 1px solid rgba(240, 200, 75, 0.1);
}

.sitemap-link-list a,
.sitemap-item-title {
    display: inline-flex;
    color: #f0c84b;
    font-size: 17px;
    font-weight: 800;
    line-height: 1.3;
}

.sitemap-link-list a:hover {
    color: #5fc63f;
}

.sitemap-link-list span:not(.sitemap-item-title) {
    display: block;
    margin-top: 7px;
    color: rgba(245, 247, 238, 0.72);
    line-height: 1.55;
}

.sitemap-policy-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.sitemap-policy-grid a,
.sitemap-policy-grid span {
    display: flex;
    align-items: center;
    min-height: 58px;
    padding: 14px 16px;
    border: 1px solid rgba(240, 200, 75, 0.14);
    border-radius: 8px;
    color: rgba(245, 247, 238, 0.86);
    background: rgba(5, 8, 6, 0.44);
    font-weight: 800;
}

.sitemap-policy-grid a:hover {
    border-color: rgba(95, 198, 63, 0.36);
    color: #5fc63f;
}

@media (max-width: 767px) {
    .sitemap-hero {
        min-height: 420px;
        padding: 120px 0 70px !important;
    }

    .sitemap-section-card {
        margin-bottom: 22px;
    }

    .sitemap-policy-grid {
        grid-template-columns: 1fr;
    }
}
