
body {
  margin: 0;
  padding: 0;
  font-family: 'Montserrat', sans-serif;
  background-color: #2c0141;
  color: #ffffff;
}

.container {
  width: 90%;
  max-width: 1200px;
  margin: auto;
}

h1, h2, h3 {
  font-weight: 200;
  position: relative;
  margin-left: 70px;
  
}

h1 span,
h2 span,
h1 strong {
  font-family: 'Abhaya Libre', serif;
  background: linear-gradient(to right, #FF2DF7, #5200FF, #00F0FF);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text; 
  color: transparent;     
  font-size: 40px;
}


p {
  font-weight: 300;
  line-height: 1.6;
   margin-left: 70px;
   font-size: 14px;

}
.custom-line {
  height: 0.7px;
  width: 500px;
  background: linear-gradient(to right, #FF2DF7, #5200FF, #00F0FF);
  margin-top: 20px;
  border-radius: 2px;
  margin-left:60px;
}

.btn {
  display: inline-block;
  margin-top: 30px;
  padding: 14px 28px;
  border: 1px solid transparent;
  border-radius: 30px;
  background: 
    linear-gradient(#2c0141, #2c0141) padding-box, 
    linear-gradient(to right, #FF2DF7, #5200FF, #00F0FF) border-box; 
  color: #fff;
  text-decoration: none;
  transition: 0.3s;
  margin-left: 70px;
}

.btn:hover {
  background-color: #9f00ff;
}
.btn .arrow {
  margin-left: 8px;
  font-weight: bold;

  background: linear-gradient(to right, #FF2DF7, #5200FF, #00F0FF);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text; 
 
}

.hero-section {
  padding: 100px 0;
  background: linear-gradient(to right, #2c0141, #1e0033);
}
.logo {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}


 .logo img {
  height: 80px;
  width: auto;
  object-fit: contain;
  margin-left: 50px;
  margin-top: -60px; /
}
 

.hero-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.hero-content .text-box .text-box1 .text-box2 .text-box3 .text-box-4{
  flex: 1;
}

.hero-content .image-box .image-box1 .image-box2 .image-box3 .avatar-box .image-box4 .image-box5{
  flex: 1;
  text-align: right;

}

.image-box img {
  position: relative;
  width: 100%;
  max-width: 450px;
  border-radius: 20px;
  margin-top: -700px;
  margin-left: 700px;

}
.image-box1 img {
  width: 100%;
  max-width: 300px;
  border-radius: 20px;
   margin-top: -490px;
  margin-left: 780px;
  position: relative;

}
/* Logos Section with 4x2 grid */
.logos-section {
  padding: 20px 0;
}

.logos-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
  justify-items: center;
  align-items: center;
}

.logo-box {
  background-color: #ffffff;
  padding: 20px;
  border-radius: 12px;
  width: 200px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.logo-box img {
  max-width: 100%;
  max-height: 80px;
  object-fit: contain;
}


.futures-section, .investmate-section, .nexgenix-section, .nexmail-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 80px 0;
  gap: 40px;
}
.image-box2 img {
  width: 100%;
  max-width: 380px;
  border-radius: 20px;
 margin-left: 100px;
  position: relative;

}
.text-box1 {

  margin-right:150px;
  text-align: right;
  margin-top: -430px;
}
.text-box1 h2 span{
margin-left: 70px;
font-size: 30px;

}

.text-box1 h2 {
margin-left: -50px;
font-size: 38px;
font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
.text-box1 p {
margin-left: -50px;
font-size: 12px;
line-height: 1.8;
  color: #e0e0e0;

}

.program {
  color: #2214df;
  font-weight: bold;
}

.custom-line1 {
  height: 0.7px;
  width: 350px;
  background: linear-gradient(to right, #FF2DF7, #5200FF, #00F0FF);
  margin-top: 50px;
  border-radius: 2px;
  margin-left:650px;
}
.futures-section:nth-child(even),
.investmate-section:nth-child(even),
.nexgenix-section:nth-child(even) {
  flex-direction: row-reverse;
}
.text-box-2 {
  align-items: right;
  margin-left:30px;
  text-align: left;
  margin-top: -30px;

}
.text-box-2 h2 {
font-size: 30px;

}
.text-box-2 h2 span{
font-size: 24px;

}
.custom-line2 {
  height: 0.7px;
  width: 380px;
  background: linear-gradient(to right, #FF2DF7, #5200FF, #00F0FF);
  margin-top: 30px;
  border-radius: 2px;
  margin-left:70px;
}
.image-box3 img {
  width: 100%;
  max-width: 360px;
  border-radius: 20px;
  margin-left: 700px;
  margin-top: -310px;
  position: relative;

}

.ceo-section {
  background: linear-gradient(to right, #ed83fb, #5200FF, #00F0FF);
  padding: 30px 30px;
  border-radius: 20px;
  margin: 50px auto;
  max-width: 1000px;
}

.avatar-box {
  max-width: 200px; 
  overflow: hidden;
  margin: 20px auto; 
     float: left;
     margin-top: 10px;
}

.avatar-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  
}

.quote-box{

  align-items: right;
  margin-left:150px;

}
.quote-box p strong {
  font-size: 17px;
  font-weight: 700;   
  display: block;     
  margin-top: 20px;   
}

.text-box3 h2 span{
font-size: 27px;

}

.text-box3 h2 {
margin-left: 90px;
font-size: 35px;
font-family:'Segoe UI', Tahoma, Verdana, sans-serif;
}
.text-box3 p {
margin-left: 95px;
font-size: 14px;

}
.custom-line3 {
  height: 0.7px;
  width: 400px;
  background: linear-gradient(to right, #FF2DF7, #5200FF, #00F0FF);
  margin-top: 30px;
  border-radius: 2px;
  margin-left:90px;
}
.image-box4 img {
  width: 100%;
  max-width: 360px;
  border-radius: 20px;
  margin-left: 700px;
  margin-top: -370px;
  position: relative;

}
.image-box5 img {
  width: 100%;
  max-width: 360px;
  border-radius: 20px;
  position: relative;
  margin-top: -80px;
  margin-left: 90px;
 

}
.text-box4 {
  margin-top: -400px;
  margin-right: 90px;
  text-align: right;
  
}
.text-box4 h2 span{
font-size: 30px;
}

.text-box4 h2 {
font-size: 25px;
font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;

}
.text-box4 p {
margin-left: -50px;
font-size: 12px;
line-height: 1.8;
  color: #e0e0e0;

}
.custom-line4 {
  height: 0.7px;
  width: 420px;
  background: linear-gradient(to right, #FF2DF7, #5200FF, #00F0FF);
  margin-top: 30px;
  border-radius: 2px;
  margin-left:640px;
}

.footer-section {
  background: linear-gradient(to right, #df64ed, #5200FF, #00F0FF);
  padding: 20px 30px;
  border-radius: 20px;
  margin: 50px auto;
  max-width: 1000px;
}

.avatar-box1 {
  max-width: 350px; 
  overflow: hidden;
     float: left;
     margin-top: -30px;
     margin-left: -60px;

}

.avatar-box1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  
}

.quote-box1{

  align-items: right;
  margin-left:300px;

}
.quote-box1 h2{
  font-size: 35px;

}
.quote-box1 p strong {
  font-size: 17px;
  font-weight: 700;   
  display: block;     
  margin-top: 20px;   
}
.custom-line5 {
  height: 0.7px;
  width: 1080px;
  background: linear-gradient(to right, #FF2DF7, #5200FF, #00F0FF);
  margin-top: 30px;
  border-radius: 2px;
  margin-left:100px;
}
.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  padding: 17px 20px;
  color: #e0e0e0;
  font-size: 0.95rem;
  flex-wrap: wrap;
}

/* Left side text */
.left-text {
  white-space: nowrap;
  margin-left: 70px; 
}

/* Right side text */
.right-text {
  white-space: nowrap;
  margin-right: 70px; 
}

/* Mobile Responsive (Max width 768px) */
@media (max-width: 768px) {
  body {
    font-size: 14px;
    text-align: center;
  }

  .container {
    width: 95%;
    margin: 0 auto;
    padding: 0 10px;
  }

  h1, h2, h3, p {
    margin-left: 0;
    text-align: center;
  }

  h1 span,
  h2 span,
  h1 strong {
    font-size: 26px; /* reduce gradient heading size */
  }

  p {
    font-size: 13px;
    line-height: 1.5;
  }

  .custom-line,
  .custom-line1,
  .custom-line2,
  .custom-line3,
  .custom-line4,
  .custom-line5 {
    width: 70%;
    margin: 20px auto;
    margin-left: auto;
  }

  .btn {
    margin: 20px auto;
    display: block;
    padding: 8px 5px;
    font-size: 18px;
  }

  /* Hero Section */
  .hero-section {
    padding: 60px 20px;
    text-align: center;
  }

  .hero-content {
    flex-direction: column;
    gap: 20px;
    text-align: center;
  }

  .image-box img{
display: none;
  }  

  .image-box1 img,
  .image-box2 img,
  .image-box3 img,
  .image-box4 img,
  .image-box5 img {
    max-width: 50%;
    margin: 20px auto;
    display: block;
    position: static;
  }

  .logo {
    justify-content: center;
  }

  .logo img {
    margin: 0 auto;
    height: 60px;
  }

  /* Logos Section */
  .logos-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr); 
    gap: 15px;
    justify-items: center;
    align-items: center;
  }

  .logo-box {
    width: 200px;   
    height: 50px;
    padding: 25px;
  }

  .logo-box img {
    max-width: 100%;
    max-height: 100px;
    object-fit: contain;
  }

  /* Sections */
  .futures-section,
  .investmate-section,
  .nexgenix-section,
  .nexmail-section {
    flex-direction: column !important;
    text-align: center;
    padding: 40px 20px;
    gap: 20px;
  }

  .text-box1,
  .text-box-2,
  .text-box3,
  .text-box4 {
    margin: 0;
    text-align: center;
  }

  .text-box1 h2,
  .text-box-2 h2,
  .text-box3 h2,
  .text-box4 h2 {
    font-size: 22px;
  }

  .text-box1 p,
  .text-box-2 p,
  .text-box3 p,
  .text-box4 p {
    font-size: 13px;
  }

  /* CEO & Footer */
  .ceo-section,
  .footer-section {
    padding: 20px;
    margin: 30px 15px;
  }

  .avatar-box,
  .avatar-box1 {
    float: none;
    margin: 0 auto 20px auto;
    text-align: center;
  }

  /* 🔹 Center avatar-box1 img */
  .avatar-box1 img {
    display: block;
    align-items: center;
    max-width: 80%;  /* smaller & centered */
  }

  .quote-box,
  .quote-box1 {
    margin: 0 auto;
    text-align: center;
  }

  .footer-bottom {
    flex-direction: column;
    gap: 10px;
    text-align: center;
  }

  .left-text,
  .right-text {
    margin: 0;
  }
}
