.elementor-305 .elementor-element.elementor-element-43cf636{--display:flex;--margin-top:-9px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-305 .elementor-element.elementor-element-1d8d1bf{width:initial;max-width:initial;}.elementor-305 .elementor-element.elementor-element-1d8d1bf.elementor-element{--flex-grow:0;--flex-shrink:0;}/* Start custom CSS for html, class: .elementor-element-1d8d1bf */.investor-visa-page{
  font-family:'Poppins',sans-serif;
}

/* HERO SECTION WITH IMAGE */
.visa-hero{
  width: 100vw;
  position: relative;
  left: calc(-50vw + 50%);
  height: 85vh;
  min-height: 600px;
  background: url('http://superiorbizsetup.com/wp-content/uploads/2026/04/Copilot_20260501_052229.png') center/cover no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.visa-hero-overlay{
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(5,7,13,0.85), rgba(11,19,32,0.9));
}

.visa-hero-content{
  position: relative;
  z-index: 2;
  max-width: 900px;
  padding: 0 20px;
}

.visa-hero-content span{
  color:#f0c76a;
  font-size:14px;
  text-transform:uppercase;
  font-weight:600;
  letter-spacing: 1px;
}

.visa-hero-content h1{
  color:#fff;
  font-size:64px;
  margin:20px 0;
  line-height: 1.1;
}

.visa-hero-content p{
  color:#d1d5db;
  font-size:19px;
  line-height:1.8;
  margin: 0 auto 35px;
}

.visa-hero-btn{
  display: inline-block;
  background: linear-gradient(135deg,#f0c76a,#b68426);
  color: #111;
  padding: 16px 36px;
  border-radius: 60px;
  text-decoration: none;
  font-weight: 700;
  transition: .3s;
}

.visa-hero-btn:hover{
  transform: translateY(-4px);
  box-shadow: 0 16px 34px rgba(240,199,106,.3);
}

/* CONTENT SECTION */
.investor-visa-section{
  position:relative;
  background:linear-gradient(135deg,#05070d,#0b1320,#111827);
  padding:100px 0;
  overflow:hidden;
  width: 100vw;
  left: calc(-50vw + 50%);
}

.visa-container{
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0 40px;
  position:relative;
  z-index:2;
  box-sizing: border-box;
}

.visa-blur{
  position:absolute;
  border-radius:50%;
  filter:blur(80px);
  opacity:.25;
  pointer-events: none;
}

.visa-blur-1{
  width:300px;
  height:300px;
  background:#c79a3e;
  top:50px;
  left:-100px;
}

.visa-blur-2{
  width:250px;
  height:250px;
  background:#f0c76a;
  bottom:50px;
  right:-80px;
}

.visa-main-card{
  background:rgba(255,255,255,.04);
  border:1px solid rgba(240,199,106,.15);
  border-radius:28px;
  padding:40px;
  margin-bottom:50px;
  backdrop-filter:blur(12px);
  box-shadow:0 15px 40px rgba(0,0,0,.25);
}

.visa-main-card h3{
  color:#f0c76a;
  font-size:28px;
  margin-bottom:20px;
}

.visa-main-card p{
  color:#d5dce6;
  line-height:1.9;
  margin-bottom:18px;
}

.visa-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:30px;
}

.visa-card{
  background:rgba(255,255,255,.04);
  border:1px solid rgba(255,255,255,.08);
  border-radius:24px;
  padding:35px;
  backdrop-filter:blur(10px);
  box-shadow:0 12px 30px rgba(0,0,0,.25);
  transition:.3s;
}

.visa-card:hover{
  transform:translateY(-8px);
  border-color:rgba(240,199,106,.25);
}

.visa-card h3{
  color:#f0c76a;
  font-size:24px;
  margin-bottom:20px;
}

.visa-card h4{
  color:#fff;
  font-size:18px;
  margin-top:20px;
  margin-bottom:10px;
}

.visa-card ul{
  list-style:none;
  padding:0;
}

.visa-card ul li{
  color:#d4dbe4;
  margin-bottom:12px;
  padding-left:18px;
  position:relative;
}

.visa-card ul li:before{
  content:"";
  position:absolute;
  left:0;
  top:9px;
  width:7px;
  height:7px;
  border-radius:50%;
  background:#f0c76a;
}

@media(max-width:768px){
  .visa-hero{
    height: 70vh;
    min-height: 500px;
  }
  .visa-hero-content h1{
    font-size:38px;
  }
  .visa-hero-content p{
    font-size:16px;
  }
  .investor-visa-section{
    padding: 60px 0;
  }
  .visa-container{
    padding: 0 20px;
  }
  .visa-grid{
    grid-template-columns:1fr;
  }
  .visa-main-card,
  .visa-card{
    padding: 25px;
  }
}/* End custom CSS */