.elementor-248 .elementor-element.elementor-element-febcde9{--display:flex;--margin-top:-9px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}/* Start custom CSS for html, class: .elementor-element-d779eef */.my-heading{
  color: #ffffff;
}

.gca-visa-page{
  width: 100vw;
  position: relative;
  left: calc(-50vw + 50%);
  overflow: hidden;
  
  /* ADD YOUR IMAGE HERE */
  background: 
    linear-gradient(rgba(7,16,24,0.85), rgba(19,31,45,0.9)),
    radial-gradient(circle at top left, rgba(199,154,62,.20), transparent 28%),
    radial-gradient(circle at bottom right, rgba(199,154,62,.14), transparent 30%),
    url('http://superiorbizsetup.com/wp-content/uploads/2026/04/Copilot_20260501_045103.png') center/cover no-repeat,
    linear-gradient(135deg,#071018 0%,#0c1622 35%,#131f2d 100%);
    
  background-attachment: fixed; /* Parallax effect */
  font-family:'Poppins',sans-serif;
  color:#fff;
}

.gca-container{
  width:100%;
  max-width:100%; /* Was 1280px */
  margin:0; /* Was 0 auto */
  padding:0 40px;
  position:relative;
  z-index:2;
  box-sizing: border-box;
}

.gca-bg-circle{
  position:absolute;
  border-radius:50%;
  filter:blur(20px);
  opacity:.25;
  animation:gcaFloat 9s ease-in-out infinite;
  pointer-events:none;
}

.gca-bg-circle-1{
  width:280px; height:280px;
  background:linear-gradient(135deg,#f0c76a,#8f6515);
  top:50px; left:-100px;
}
.gca-bg-circle-2{
  width:220px; height:220px;
  background:linear-gradient(135deg,#f0c76a,#5a4010);
  right:-60px; top:38%;
  animation-delay:1.5s;
}
.gca-bg-circle-3{
  width:340px; height:340px;
  background:linear-gradient(135deg,#8b6220,#f5d98e);
  bottom:-160px; left:45%;
  animation-delay:3s;
}

@keyframes gcaFloat{
  0%,100%{transform:translateY(0) translateX(0);}
  50%{transform:translateY(-18px) translateX(12px);}
}

.gca-hero{
  padding:110px 0 80px;
  text-align:center;
}

.gca-hero-badge{
  display:inline-block;
  padding:10px 18px;
  border:1px solid rgba(240,199,106,.35);
  border-radius:40px;
  background:rgba(255,255,255,.06);
  color:#f0c76a;
  font-size:13px;
  font-weight:600;
  letter-spacing:1px;
  text-transform:uppercase;
  margin-bottom:24px;
}

.gca-hero h1{
  font-size:58px;
  line-height:1.1;
  margin:0 0 20px; /* Was 0 auto 20px */
  max-width:100%; /* Was 940px */
  font-weight:700;
  letter-spacing:-1px;
}

.gca-hero p{
  max-width:100%; /* Was 820px */
  margin:0 0 32px; /* Was 0 auto */
  font-size:18px;
  line-height:1.9;
  color:#d4dbe4;
}

.gca-hero-actions{
  margin-top:32px;
  display:flex;
  gap:16px;
  justify-content:center;
  flex-wrap:wrap;
}

.gca-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:15px 28px;
  border-radius:60px;
  text-decoration:none;
  font-weight:700;
  transition:.35s ease;
}

.gca-btn-primary{
  background:linear-gradient(135deg,#f0c76a,#b68426);
  color:#111;
  box-shadow:0 12px 30px rgba(240,199,106,.18);
}

.gca-btn-primary:hover{
  transform:translateY(-4px);
  box-shadow:0 16px 34px rgba(240,199,106,.26);
}

.gca-btn-outline{
  border:1px solid rgba(255,255,255,.18);
  color:#fff;
  background:rgba(255,255,255,.04);
}

.gca-btn-outline:hover{
  transform:translateY(-4px);
  border-color:rgba(240,199,106,.45);
  color:#f0c76a;
}

.gca-hero-stats{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:24px;
  margin-top:55px;
}

.gca-stat-card{
  padding:26px 22px;
  border-radius:24px;
  background:rgba(255,255,255,.05);
  border:1px solid rgba(255,255,255,.08);
  box-shadow:0 12px 32px rgba(0,0,0,.18);
}

.gca-stat-card h3{
  margin:0 0 10px;
  font-size:26px;
  color:#f0c76a;
}

.gca-stat-card p{
  margin:0;
  font-size:15px;
  line-height:1.7;
  color:#d7dde5;
}

.gca-services-section{
  padding:40px 0 90px;
}

.gca-section-title{
  text-align:center;
  max-width:100%; /* Was 860px */
  margin:0 0 55px; /* Was 0 auto 55px */
}

.gca-section-title span{
  display:inline-block;
  color:#f0c76a;
  font-size:14px;
  letter-spacing:1px;
  text-transform:uppercase;
  font-weight:600;
  margin-bottom:14px;
}

.gca-section-title h2{
  margin:0 0 16px;
  font-size:44px;
  line-height:1.18;
}

.gca-section-title p{
  margin:0;
  color:#d5dce6;
  font-size:17px;
  line-height:1.9;
}

.gca-services-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:28px;
}

.gca-service-card{
  position:relative;
  padding:30px 28px;
  border-radius:28px;
  background:linear-gradient(180deg,rgba(255,255,255,.06),rgba(255,255,255,.03));
  border:1px solid rgba(255,255,255,.08);
  box-shadow:0 12px 36px rgba(0,0,0,.22);
  transition:.45s ease;
  overflow:hidden;
}

.gca-service-card:before{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(135deg,rgba(240,199,106,.12),transparent 45%);
  opacity:0;
  transition:.45s ease;
}

.gca-service-card:hover{
  transform:translateY(-12px);
  border-color:rgba(240,199,106,.30);
  box-shadow:0 20px 48px rgba(0,0,0,.32);
}

.gca-service-card:hover:before{
  opacity:1;
}

.gca-highlight-card{
  background:linear-gradient(180deg,rgba(240,199,106,.12),rgba(255,255,255,.04));
  border-color:rgba(240,199,106,.22);
}

.gca-service-top{
  display:flex;
  align-items:center;
  gap:16px;
  margin-bottom:22px;
  position:relative;
  z-index:2;
}

.gca-icon-wrap{
  width:60px;
  height:60px;
  border-radius:18px;
  background:linear-gradient(135deg,#f0c76a,#b68426);
  display:flex;
  align-items:center;
  justify-content:center;
  color:#111;
  font-weight:700;
  font-size:18px;
  box-shadow:0 10px 24px rgba(240,199,106,.18);
}

.gca-service-line{
  flex:1;
  height:1px;
  background:linear-gradient(90deg,rgba(240,199,106,.55),rgba(255,255,255,0));
}

.gca-service-card h3{
  position:relative;
  z-index:2;
  margin:0 0 14px;
  font-size:24px;
  line-height:1.3;
  color:#fff;
}

.gca-service-card p{
  position:relative;
  z-index:2;
  margin:0 0 18px;
  font-size:15px;
  line-height:1.9;
  color:#d2d9e2;
}

.gca-service-card ul{
  position:relative;
  z-index:2;
  margin:0 0 24px;
  padding:0;
  list-style:none;
}

.gca-service-card ul li{
  position:relative;
  padding-left:18px;
  margin-bottom:10px;
  color:#e3e8ef;
  font-size:14px;
  line-height:1.7;
}

.gca-service-card ul li:before{
  content:"";
  position:absolute;
  left:0;
  top:9px;
  width:7px;
  height:7px;
  border-radius:50%;
  background:#f0c76a;
}

.gca-service-card a{
  position:relative;
  z-index:2;
  color:#f0c76a;
  text-decoration:none;
  font-size:14px;
  font-weight:700;
}

.gca-service-card a:hover{
  color:#fff;
}

.gca-process-section{
  padding:0 0 90px;
}

.gca-process-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:24px;
}

.gca-process-card{
  padding:28px 24px;
  border-radius:24px;
  background:rgba(255,255,255,.045);
  border:1px solid rgba(255,255,255,.07);
  text-align:center;
  transition:.35s ease;
}

.gca-process-card:hover{
  transform:translateY(-8px);
  border-color:rgba(240,199,106,.28);
}

.gca-process-number{
  width:62px;
  height:62px;
  margin:0 auto 18px;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  background:linear-gradient(135deg,#f0c76a,#b68426);
  color:#111;
  font-weight:700;
  font-size:18px;
}

.gca-process-card h3{
  margin:0 0 10px;
  font-size:22px;
}

.gca-process-card p{
  margin:0;
  color:#d4dbe4;
  font-size:15px;
  line-height:1.8;
}

.gca-cta-section{
  padding:0 0 110px;
}

.gca-cta-box{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  flex-wrap:wrap;
  padding:38px 36px;
  border-radius:30px;
  background:linear-gradient(135deg,rgba(240,199,106,.15),rgba(255,255,255,.04));
  border:1px solid rgba(240,199,106,.22);
  box-shadow:0 14px 44px rgba(0,0,0,.22);
}

.gca-cta-text span{
  display:inline-block;
  color:#f0c76a;
  font-size:13px;
  font-weight:700;
  letter-spacing:1px;
  text-transform:uppercase;
  margin-bottom:12px;
}

.gca-cta-text h2{
  margin:0 0 12px;
  font-size:38px;
  line-height:1.2;
}

.gca-cta-text p{
  margin:0;
  max-width:760px;
  color:#d5dce4;
  font-size:16px;
  line-height:1.8;
}

@media (max-width:1200px){
  .gca-hero h1{font-size:48px;}
  .gca-services-grid{grid-template-columns:repeat(2,1fr);}
  .gca-process-grid{grid-template-columns:repeat(2,1fr);}
}

@media (max-width:767px){
  .gca-container{padding:0 20px;}
  .gca-hero{padding:80px 0 60px;}
  .gca-hero h1{font-size:32px;}
  .gca-hero p{font-size:16px;}
  .gca-hero-stats,
  .gca-services-grid,
  .gca-process-grid{grid-template-columns:1fr;}
  .gca-section-title h2{font-size:30px;}
  .gca-cta-text h2{font-size:28px;}
  .gca-cta-box{flex-direction:column; text-align:center; padding:40px 20px;}
}

/* Force Elementor to stop adding padding */
.elementor-section.elementor-section-boxed > .elementor-container{
  max-width: 100% ;
}/* End custom CSS */