/* Zertox Solutions Advanced Investment Platform Styles */

.logo {
  color: #fff !important;
  font-weight: 700;
  font-size: 24px !important;
  text-transform: capitalize !important;
  letter-spacing: 1px;
  background: linear-gradient(45deg, #00d084, #9b51e0);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

header {
  background: linear-gradient(135deg, #17303b 0%, #1a3441 100%);
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
}

.uk-navbar-item,
.uk-navbar-nav > li > a,
.uk-navbar-toggle {
  min-height: 80px; }
  @media (max-width: 960px) {
    .uk-navbar-item,
    .uk-navbar-nav > li > a,
    .uk-navbar-toggle {
      min-height: 70px; } }

@media (max-width: 960px) {
  .uk-navbar-nav {
    gap: 25px; } }

header .uk-navbar {
  max-width: 1200px; }

.uk-navbar-nav > li > a {
  color: #fff;
  text-transform: inherit;
  font-size: 15px;
  letter-spacing: 0.08em;
  font-weight: 500;
  transition: all 0.3s ease; }
  .uk-navbar-nav > li > a:hover {
    color: #00d084;
    transform: translateY(-1px); }

.mob-button {
  color: #eee;
  padding: 10px;
  border-radius: 5px;
  transition: all 0.3s ease; }
  .mob-button:hover {
    background-color: rgba(0, 208, 132, 0.1); }

header .uk-width-large {
  background-color: #17303b; }

.mob-menu {
  list-style: none;
  padding: 0 !important;
  margin: 0;
  background: linear-gradient(135deg, #17303b 0%, #1a3441 100%); }
  .mob-menu li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.055); }
    .mob-menu li:last-child {
      border-bottom: 0; }
    .mob-menu li a {
      text-transform: capitalize;
      color: #fff;
      font-size: 14px;
      padding: 15px 0;
      display: block;
      transition: all 0.3s ease; }
      .mob-menu li a:hover {
        text-decoration: none;
        color: #00d084;
        padding-left: 10px; }



.footer-cta {
  position: relative;
  overflow: hidden;
  padding: 40px 120px;
  border-radius: 15px;
  background: linear-gradient(135deg, #9b51e0 0%, #00d084 100%);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1); }
  @media (max-width: 960px) {
    .footer-cta {
      padding: 30px;
      text-align: center; } }
  .footer-cta .uk-grid {
    z-index: 1;
    position: relative; }
  .footer-cta h2 {
    position: relative;
    font-size: 36px;
    margin-bottom: 0px;
    color: #fff;
    font-weight: bold; }

.site-footer {
  background: linear-gradient(135deg, #17303b 0%, #1a3441 100%);
  color: #fff;
  padding: 60px 0 0 0; }
  .site-footer a {
    color: #fff;
    transition: all 0.3s ease; }
    .site-footer a:hover {
      color: #00d084;
      text-decoration: none; }
  .site-footer .footer-nav {
    padding: 0;
    margin: 0;
    list-style-type: none; }
    .site-footer .footer-nav li {
      display: inline-block; }
      .site-footer .footer-nav li a {
        color: #fff;
        padding: 5px 10px; }

.site-footer p {
  font-size: 15px;
  color: #fff;
  line-height: 1.6; }

.site-footer b {
  color: #fff; }

.footer-top {
  padding-bottom: 20px;
  margin-bottom: 15px; }

.footer-bottom {
  background: linear-gradient(90deg, #00d084, #9b51e0);
  color: #fff;
  margin-top: 50px;
  padding: 15px 0; }

.copyright {
  font-size: 14px;
  color: #fff;
  text-align: center;
  font-weight: 500; }

@media (max-width: 960px) {
  .order-1 {
    order: -1; } }

.footer-widget .footer-heaing {
  display: inline-flex;
  font-size: 26px;
  padding-bottom: 10px;
  border-bottom: 2px solid;
  border-image: linear-gradient(90deg, #00d084, #9b51e0) 1;
  color: #00d084;
  font-weight: 600;
  margin-bottom: 25px; }
.footer-widget ul {
  padding: 0;
  margin: 0;
  list-style: none; }
  .footer-widget ul li {
    margin-bottom: 15px; }
    .footer-widget ul li a {
      text-decoration: none;
      transition: all 0.3s ease;
      display: flex;
      align-items: center; }
      .footer-widget ul li a:hover {
        color: #00d084;
        transform: translateX(5px); }
    .footer-widget ul li .gb-icon {
      margin-right: 10px;
      color: #00d084;
      font-weight: bold; }
.footer-widget .ul2 {
  margin-top: 40px; }
  @media (max-width: 960px) {
    .footer-widget .ul2 {
      margin-top: 0; } }

* {
  box-sizing: border-box; }

body {
  margin: 0;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 400;
  text-transform: none;
  font-size: 17px;
  line-height: 1.6;
  color: #333;
  word-wrap: break-word; }

h2,
h1,
.uk-h1,
.uk-h2 {
  font-weight: 700; }

h3 {
  font-weight: 600; }

h2 {
  font-size: 38px;
  margin-bottom: 25px;
  line-height: 1.3em;
  font-weight: 700;
  text-transform: none;
  color: #2c3e50; }

.site-main {
  flex: 1;
  position: relative; }

.site-content {
  position: relative; }

.site-footer {
  flex-shrink: 0; }

.uk-container {
  max-width: 1200px; }

.hero-section {
  position: relative;
  overflow: hidden;
  padding: 140px 0 60px;
  background: linear-gradient(135deg, #9b51e0 0%, #667eea 50%, #00d084 100%);
  color: #ffffff; }
  .hero-section:before {
    content: "";
    background: url(../images/background-4.jpeg) center/cover no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.08;
    z-index: 0; }
  @media (max-width: 960px) {
    .hero-section {
      padding-top: 60px;
      padding-bottom: 50px; } }
  .hero-section h1 {
    font-size: 58px;
    font-weight: 700;
    color: #fff;
    margin-right: 5%;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); }
    @media (max-width: 960px) {
      .hero-section h1 {
        margin-right: 0;
        font-size: 42px; } }
  .hero-section h3 {
    font-size: 32px;
    margin-bottom: 25px;
    line-height: 1.3em;
    font-weight: 600;
    text-transform: none;
    color: #fff; }
  .hero-section .desc {
    padding-right: 5%; }
    @media (max-width: 960px) {
      .hero-section .desc {
        padding-right: 0; } }
  .hero-section .hero-form {
    max-width: 480px;
    background: rgba(255, 255, 255, 0.98);
    padding: 35px;
    border-radius: 20px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
    backdrop-filter: blur(10px); }
    .hero-section .hero-form h3 {
      color: #2c3e50;
      margin-bottom: 25px; }
  .hero-section .iti--allow-dropdown {
    width: 100%; }
  .hero-section .hero-inner {
    position: relative;
    z-index: 1; }
  .hero-section .hero-meta {
    margin-top: -10px; }
    .hero-section .hero-meta p {
      font-size: 19px;
      line-height: 1.5;
      margin-bottom: 0; }
  .hero-section .gfa {
    color: #00d084;
    text-decoration: underline; }
    .hero-section .gfa:hover {
      color: #9b51e0; }

.bnr-section {
  padding: 80px 0 0;
  text-align: center; }
  .bnr-section h1 {
    font-size: 48px;
    font-weight: bold;
    margin-bottom: 0; }
  .bnr-section .shape-bottom {
    bottom: 0; }

.hero-about h1 {
  font-size: 48px;
  margin-right: 0; }
.hero-about h3 {
  font-weight: 500;
  font-size: 38px; }

.garbox-2 h3 {
  font-weight: bold !important; }

.gb-shapes .gb-shape-1 {
  color: #fff;
  position: absolute;
  overflow: hidden;
  pointer-events: none;
  line-height: 0;
  left: 0;
  right: 0;
  bottom: -1px; }

.shape {
  height: 100px;
  width: calc(100% + 1.3px);
  fill: #f8f9fa;
  position: relative;
  left: 0;
  min-width: 100%; }

.shape80 {
  height: 40px; }

.shape-bottom {
  bottom: -50px; }

.shape-top {
  top: -51px;
  transform: scaleY(-1); }

.shapew {
  fill: #fff !important;
  top: -71px; }
  @media (max-width: 960px) {
    .shapew {
      top: -41px; } }

.uk-input,
.uk-select,
.uk-textarea {
  padding: 0 20px;
  background: #fff;
  color: #333;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  border: 2px solid #e8ecef;
  transition: all 0.3s ease;
  font-size: 16px; }
  .uk-input:focus,
  .uk-select:focus,
  .uk-textarea:focus {
    border-color: #00d084;
    box-shadow: 0 4px 20px rgba(0, 208, 132, 0.2);
    outline: none; }

.uk-input,
.uk-select {
  height: 60px; }

* + .uk-grid-margin-small,
.uk-grid + .uk-grid-row-small,
.uk-grid + .uk-grid-small,
.uk-grid-row-small > .uk-grid-margin,
.uk-grid-small > .uk-grid-margin {
  margin-top: 20px; }

.btn-submit {
  background: linear-gradient(135deg, #9b51e0 0%, #667eea 50%, #00d084 100%);
  color: #fff;
  border-radius: 15px;
  text-transform: uppercase;
  width: 100%;
  height: 65px;
  font-weight: 700;
  text-align: center;
  border: 0;
  outline: inherit;
  font-size: 17px;
  box-shadow: 0 8px 25px rgba(155, 81, 224, 0.3);
  transition: all 0.3s ease;
  cursor: pointer;
  letter-spacing: 1px; }
  .btn-submit:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 35px rgba(155, 81, 224, 0.4); }
  .btn-submit:active {
    transform: translateY(0); }

.stk-block-text {
  font-size: 9px !important;
  color: #555 !important;
  line-height: 1.6em !important;
  font-weight: 500 !important;
  margin-top: 12px; }
  .stk-block-text p:last-child {
    margin-bottom: 0; }
  .stk-block-text a {
    color: #00d084;
    font-weight: 600; }

a.cu-button {
  display: inline-flex;
  padding: 18px 35px;
  background: linear-gradient(135deg, #00d084 0%, #9b51e0 100%);
  color: #fff;
  text-decoration: none;
  border-radius: 12px;
  text-transform: capitalize;
  transition: all 0.3s ease;
  font-weight: 600;
  font-size: 16px;
  box-shadow: 0 8px 25px rgba(0, 208, 132, 0.3); }
  a.cu-button strong {
    font-weight: 600; }
  a.cu-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 35px rgba(0, 208, 132, 0.4);
    color: #fff; }

.after-hero {
  background: #f8f9fa;
  padding: 25px 0; }
  .after-hero em {
    color: #666;
    font-size: 14px;
    word-wrap: break-word;
    position: relative;
    line-height: 1.6;
    font-style: normal; }
    .after-hero em a {
      color: #00d084;
      text-decoration: underline;
      font-weight: 600; }
      .after-hero em a:hover {
        color: #9b51e0; }

.gar-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 30px 20px;
  border-radius: 15px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  border: 1px solid #f0f2f5;
  height: 100%; }
  .gar-box:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12); }
  .gar-box h3 {
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 20px;
    color: #2c3e50; }
  .gar-box p {
    color: #666;
    line-height: 1.6;
    margin-bottom: 0; }

.gar-active {
  background: linear-gradient(135deg, #9b51e0 0%, #00d084 100%);
  color: #fff; }
  .gar-active h3,
  .gar-active p {
    color: #fff; }

.sec3 {
  background: #f8f9fa;
  padding: 100px 0; }
  .sec3 .uk-container {
    position: relative;
    z-index: 1; }

.sec4 {
  padding: 100px 0;
  background: #fff; }

.sec4-img {
  position: relative; }
  .sec4-img .img-1 {
    border-radius: 20px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
    width: 100%; }
  .sec4-img .img-shape {
    position: absolute;
    top: -30px;
    right: -30px;
    z-index: -1; }
    @media (max-width: 960px) {
      .sec4-img .img-shape {
        display: none; } }

@media (max-width: 960px) {
  .sec3-meta {
    margin-top: 40px; } }

.sec3-meta h2 {
  color: #2c3e50;
  margin-bottom: 25px; }

.sec3-meta p {
  color: #666;
  line-height: 1.7;
  margin-bottom: 20px;
  font-size: 16px; }

.img-2 {
  border-radius: 20px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1); }

.sec5 {
  background: #fff;
  padding: 100px 0; }
  .sec5 strong {
    color: #2c3e50;
    font-size: 20px; }

.sec6 {
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  padding: 100px 0; }
  .sec6 .uk-container {
    position: relative;
    z-index: 1; }
  .sec6 h2 {
    color: #2c3e50; }

.sec7 {
  background: #fff;
  padding: 100px 0; }
  .sec7 .uk-container {
    position: relative;
    z-index: 1; }
  .sec7 h2 {
    color: #2c3e50;
    margin-bottom: 30px; }
  .sec7 h3 {
    color: #2c3e50; }

.sec8 {
  background: #f8f9fa;
  padding: 100px 0; }

.sec8 h3 {
  color: #2c3e50;
  margin-bottom: 15px; }

.sec8 .gb-icon {
  color: #00d084;
  margin-right: 12px; }
  .sec8 .gb-icon svg {
    width: 20px;
    height: 20px; }

.box-chec {
  background: #fff;
  padding: 30px;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  height: 100%;
  border-left: 4px solid #00d084; }
  .box-chec:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12); }
  .box-chec h3 {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    font-size: 20px; }
  .box-chec p {
    color: #666;
    line-height: 1.6;
    margin-bottom: 0; }

table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08); }

.wp-block-table td {
  padding: 20px;
  border-bottom: 1px solid #f0f2f5;
  font-size: 16px; }
  .wp-block-table td:first-child {
    font-weight: 600;
    color: #2c3e50;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%); }

.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
  background-color: #f8f9fa; }

.rank-math-total-wrapper .rank-math-total {
  font-size: 48px;
  font-weight: 700;
  color: #00d084;
  margin-right: 15px; }

.rank-math-review-notes {
  margin: 30px 0;
  padding: 30px;
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08); }
  .rank-math-review-notes h4 {
    color: #2c3e50;
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: 600; }
  .rank-math-review-notes ol,
  .rank-math-review-notes ul {
    padding-left: 0; }
    .rank-math-review-notes ol li,
    .rank-math-review-notes ul li {
      margin-bottom: 15px;
      padding-left: 25px;
      position: relative;
      line-height: 1.6; }
      .rank-math-review-notes ol li:before,
      .rank-math-review-notes ul li:before {
        content: "✓";
        position: absolute;
        left: 0;
        color: #00d084;
        font-weight: bold; }

.rank-math-review-pros {
  border-left: 4px solid #00d084; }

.rank-math-review-cons {
  border-left: 4px solid #f39c12; }
  .rank-math-review-cons li:before {
    content: "⚠";
    color: #f39c12; }

.uk-text-white {
  color: #fff !important; }

.sec9 {
  background: #f8f9fa;
  padding: 100px 0; }

.contact-info .gb-icon {
  color: #00d084;
  margin-right: 15px; }

/* Smooth scrolling */
html {
  scroll-behavior: smooth; }

/* Loading animations */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px); }
  to {
    opacity: 1;
    transform: translateY(0); } }

.gar-box {
  animation: fadeInUp 0.6s ease-out; }

.gar-box:nth-child(2) {
  animation-delay: 0.1s; }

.gar-box:nth-child(3) {
  animation-delay: 0.2s; }

.gar-box:nth-child(4) {
  animation-delay: 0.3s; }

/* Enhanced mobile responsiveness */
@media (max-width: 768px) {
  .hero-section h1 {
    font-size: 36px; }
  
  .hero-section .hero-form {
    margin-top: 40px;
    padding: 25px; }
  
  h2 {
    font-size: 32px; }
  
  .gar-box {
    margin-bottom: 20px; }
  
  .box-chec {
    margin-bottom: 20px; }
  
  .sec3, .sec4, .sec5, .sec6, .sec7, .sec8, .sec9 {
    padding: 60px 0; } }

/* Enhanced form styling */
.registration-form {
  position: relative; }

.phone-input {
  padding-left: 60px !important; }

.iti {
  width: 100% !important; }

.iti__flag-container {
  border-radius: 12px 0 0 12px; }

/* Additional security and trust indicators */
.trust-badges {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  gap: 20px; }
  .trust-badges img {
    max-height: 40px;
    opacity: 0.7;
    transition: opacity 0.3s ease; }
    .trust-badges img:hover {
      opacity: 1; }

/* Success indicators */
.success-rate {
  background: linear-gradient(135deg, #00d084 0%, #28a745 100%);
  color: #fff;
  padding: 8px 16px;
  border-radius: 20px;
  font-weight: 600;
  font-size: 14px;
  display: inline-block;
  margin-bottom: 15px; }

/* Enhanced accessibility */
.uk-input:focus,
.uk-select:focus,
.uk-textarea:focus {
  outline: 2px solid #00d084;
  outline-offset: 2px; }

.btn-submit:focus {
  outline: 2px solid #fff;
  outline-offset: 2px; }

/* Dark mode support */
@media (prefers-color-scheme: dark) {
  .gar-box:not(.gar-active) {
    background: #2c3e50;
    color: #fff; }
    .gar-box:not(.gar-active) h3 {
      color: #fff; }
    .gar-box:not(.gar-active) p {
      color: #ecf0f1; } }
