/* Global Styles */
* {
  box-sizing: border-box;
}
  
body {
  background-color: #000040;
  padding: 0;
  margin: 0;
  overflow-x: hidden;
}

.section {
  position: relative;
  width: 100%;        
  min-height: 100vh;
  padding: 0;
}

h2 {
  font-family: 'Ubuntu', sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 0.9;
  color: white;
  text-transform: uppercase;
  margin: 0;
}
 
h3 {
  font-family: 'Ubuntu', sans-serif;
  font-size: 25px;
  font-weight: 500;
  color: white;
  margin: 0;
}

p {
  font-family: 'Ubuntu', sans-serif;
  font-size: 19px;
  line-height: 1.6;
  font-weight: 400;
  color: white;
  margin: 0;
}

.gradient_title {
  background: linear-gradient(90deg, #D08E31, #EDE6C0);
  -webkit-text-fill-color:transparent;
  -webkit-background-clip:text;
  background-clip:text;
}

/* Section 1 Styles */
.background {
  width: 100%;
  min-height: 100vh;
  background:
    linear-gradient(to bottom, rgba(0,0,0,0.5), rgba(0,0,0,0)),
    url("images/image1.png") no-repeat center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 20px; 
  padding: 0 20px;
}

.iconlogo {
  margin-bottom: 40px;
  margin-top: 50px;
  max-width: 300px;
  height: auto;
}

.title {
  margin: 0;
  font-family: 'Ubuntu', sans-serif;
  font-size: 60px;
  font-weight: 700;
  color: white;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.1;
}

.background p {
  width: 100%;
  max-width: 700px; 
  padding: 0 10px;
  text-align: center;
}

/* Section 2 Styles */
.strategy {
  position: relative;
  width: calc(100% - 40px);
  max-width: 1400px;
  min-height: 100vh;
  background: linear-gradient(to bottom, #00001E, #00007D);
  border-radius: 15px;
  margin: -30px auto 0;
  z-index: 999;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch; 
  padding: 0;
  gap: 0;
  overflow: hidden;
}

.title_logo {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
  gap: 10px;
}

.title_logo img {
  width: 50px;
  height: auto;
}

.title_logo h3 {
  font-family: 'Ubuntu', sans-serif;
  font-size: 25px;
  text-transform: uppercase;
}

.content {
  display: flex;
  position: relative;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
  gap: 50px;
  padding: 20px 40px;
  min-width: 0;
}

.strategy_info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
  flex: 1;
}

.strategy_info h2 {
  max-width: 100%;
}

.strategy_info p {
  max-width: 100%;
  text-align: left;
  margin-top: 25px;
}

.content a {
  width: 50px;
  height: 50px;
  display: block;
  margin-bottom: 20px;
}

.content a img {
  width: 50px;
  height: 50px;
  object-fit: contain;
}

.imgDiv {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  flex: 1;
  max-width: 50%;
  overflow: hidden;
}
.imgDiv a {
   display:none;
}


.strategypic {
  position: absolute;
  width: 100%;
  max-width: 900px;
  height: auto;
  object-fit: contain;
  object-position: bottom;
  bottom: 0;
  right: 0;
  z-index: 2;
}
/* Services */
.services_List{
  display:flex;
  flex-direction: column;
  width:70%;
  gap:20px;
}
.Service_title{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap:30px;
}
.Service_title h2{
  text-align: center;
}
.sectionService{
  background-color:#000040;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; 
  border-radius: 0px 0px 20px 20px;
  padding: 100px 20px;
  gap:70px;
}
.gradiant_border1{
   background: linear-gradient(89deg,#110f6f00 0%, #110f6f33 37%, rgba(37, 34, 177, 1) 100%);
   padding:4px;
}

.service{
  padding:20px;
  display:flex;
  flex-direction:row;
  align-items:start;
  justify-content:space-between;
}
.bg1{
  background: linear-gradient(89deg,#110f6f00 0%, #110f6f33 37%, rgba(43, 6, 191, 1) 100%);
}

.gradiant_border2{
  background: linear-gradient(89deg, rgba(43, 6, 191, 1) 0%, #110f6f33 63%, #110f6f00 100%);
   padding:4px;
}
.bg2{
  background: linear-gradient(89deg, rgba(43, 6, 191, 1) 0%, #110f6f33 63%, #110f6f00 100%);
}
.service_info{
  display:flex;
  flex-direction:column;
  width:50%;
  gap:20px;
  justify-content:left;
}
.service_info p {
  font-weight: 300;
}
/* Section 3 Styles */
.section3 {
  z-index: 3; 
  background: linear-gradient(90deg,rgba(7, 7, 179, 1) 0%, rgba(6, 6, 108, 1) 37%, rgba(6, 6, 108, 1) 100%); 
  display: flex;
  flex-direction:column;
  justify-content: center;
  align-items: center;
  text-align:center;
  border-radius: 0px 0px 20px 20px;
  padding: 20px;
  padding-top:100px;
  padding-bottom:0px;
}
.section3 img{
  width:50%;
}
.Partnering {
  max-width: 1400px;
  width: 100%;
  display: flex;
  flex-direction:column;
  justify-content: space-between;
  align-items: center;
  gap: 60px;
}

.Partner_info {
  display:flex;
  flex-direction:column;
  min-width: 0;
  align-items: center;
  text-align:center;
}

.Partner_info h2 {
  max-width: 100%;
  margin-bottom: 10px;
}

.Partner_info h3 {
  margin-bottom: 20px;
}

.Partner_info p {
  max-width: 500px;
  text-align: center;
  margin-top: 25px;
}
.results{
  background: linear-gradient(89deg, #3b35e9a0 0%, #211e834e 100%);
  display:flex;
  flex-direction:column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding:0;
  margin:0;
  gap:0;
}
.results li{
  font-family: 'Ubuntu', sans-serif;
  font-size: 19px;
  line-height: 1.6;
  font-weight: 200;
   text-align: center;
  color: white;
  margin: 0;
}
.results div{
   padding:30px;
   width:100%;
}
.results ul {
  list-style-position: inside;
  padding: 0;
  margin: 0;
}
.bg_1{
  background: linear-gradient(89deg, #3B35E9 0%, #211E83 100%);
}
/* Section 4 - Statistics Styles */
.section4 {
  background: linear-gradient(0deg, #0a047b7d, #0f08df4e), url("images/a7ee5058b2f552b64d8820374a744f5c 1 2.png");
  background-size: cover;      
  background-position: center; 
  background-repeat: no-repeat; 
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 100px 20px;
  margin-top:-20px;
  z-index: -3;
  min-height: 100vh;
}
.plus::before {
  content: "+ ";
}
.stats-container {
  max-width: 1400px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 60px;
}

.stats-header {
  text-align: center;
}

.stats-header h2 {
  font-size: 80px;
  margin-bottom: 10px;
}

.stats-header h3 {
  font-size: 70px;
  font-weight: 700;
  text-transform: uppercase;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  justify-items: center;
  align-items: center;
  gap: 60px;
  max-width: 1400px;  
  margin: 0 auto;     
}

.stat-item {
  width: 280px;
  height: 180px !important;
  background: linear-gradient(
  0deg,
  #01017C 0%,
  #00002F 100%
);
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  justify-content: center;
  gap: 15px;
}

.stat-number {
  font-family: 'Ubuntu', sans-serif;
  font-size: 70px;
  font-weight: 700;
  color: white;
  line-height: 1;
  text-transform: uppercase;
}

.stat-label {
  font-family: 'Ubuntu', sans-serif;
  font-size: 17px !important;
  font-weight: 500;
  color: white;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1;
}

/*  footer  */

.footer{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 20px 20px 0px 0px;
  padding:10px;
  height: 350px;
  background: linear-gradient(to top, #00001E, #0505BF);
  margin-top:-10px;
  z-index: index 10 !important;
}
.connect_title{
  display:flex;
  flex-direction: row;
  gap:5px;
  align-items:center;
  justify-content: left;
  margin-bottom: 20px;
}
.connect{
   width: 380px;
  height: 200px !important;
  display: flex;
  flex-direction: column;
  align-items: left;
  text-align: left;
  justify-content:start;
  gap: 15px;
  border-right:3px solid #0505BF;
  padding:50px;
}
.connect p{
   font-size: 16px;
   width:100%;
}
.connect img{
  width: 100px;
  mix-blend-mode: overlay;
}
.footer-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  justify-items: center;
  align-items: center;
  gap: 0px;
  max-width: 1400px;   
  margin: 0 ;   
}
.footer h2{
  font-size: 20px;
}
.contactInfo{
  display: flex;
  flex-direction: row;
  gap:5px;
}
.contactInfo a{
  text-decoration: none; 
  color:white;
  font-family: 'Ubuntu', sans-serif;
  font-size:16px;
}
.social-apps {
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: left;
}

.app-btn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  padding:5px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 20px;
  background-color: #0F07F0 ;
   line-height: 1 ;
}

.app-btn i {
  display: flex;
  align-items: center;
  justify-content: center;
}
.app-btn:hover {
  transform: translateY(-4px);
  transition: 0.3s ease;
}

/* Float Up Animation */
.float-up {
  opacity: 0;
  transform: translateY(100px);
  transition: all 0.8s ease-out;
}

.float-up.show {
  opacity: 1;
  transform: translateY(0);
}

/********* Responsive Design **********/

/* Large Desktop */
@media (max-width: 1600px) {
  .imgDiv {
    max-width: 90%;
  }
  
  .strategypic {
    max-width: 900px;
  }
  
  .Partnering img {
    max-width: 450px;
  }
  .title_f{
  font-size: 20px !important;
}
}

/* Desktop */
@media (max-width: 1400px) {
  h2 {
    font-size: 50px;
  }
  .footer h2{
  font-size: 40px;

}
  .title {
    font-size: 50px;
  }
  .strategypic {
    max-width: 900px;
  }
  
  .Partnering img {
    max-width: 400px;
  }

  .stats-header h2 {
    font-size: 60px;
  }

  .stats-header h3 {
    font-size: 55px;
  }

  .stat-number {
    font-size: 60px;
  }
  .stat-item {
    width: 260px;
    height: 260px;
  }
  .stat-label {
    font-size: 25px;
  }
  .stats-grid {
    gap: 40px;
    width: auto;
    grid-template-columns: repeat(4, 1fr);
  }
}

/* Tablet Large */
@media (max-width: 1200px) {
  h2 {
    font-size: 45px;
  }
  
  .title {
    font-size: 45px;
  }
  
  h3 {
    font-size: 22px;
  }
  .strategy_info h2{
    font-size: 35px;
  }

  p {
    font-size: 18px;
  }
  
  .strategypic {
    max-width: 900px;
  }

  .stats-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.footer{
  height: 300px;
}
.footer-grid {
  display: grid;
  width:700px;
  justify-content: center;
  grid-template-columns: repeat(3, 1fr);
  padding:10px;
  gap: 0px;
}
.connect{
  width: 270px;
  padding:15px;
}
.social_media{
  width:auto;
}
.connect_title img{
  width:70px;
}
.title_f{
  font-size: 20px !important;
}
.stat-number {
  font-size: 55px;
}

.stat-label {
  font-size: 25px;
  grid-template-columns: repeat(3, 1fr);
}
.app-btn {
  width: 35px;
  height: 35px;
  font-size: 18px;
}
.service_info{
  width:70%;
}
 .services_List{
  width:80%;
  }
}

/* Tablet */
@media (max-width: 1024px) {
  .iconlogo {
    max-width: 250px;
  }
  .section2{
    min-height:500px;
  }
  .strategy {
    flex-direction: row;
    min-height: 600px;
    width: calc(100% - 30px);
  }
  
  .content {
    width: 100%;
    padding: 30px 40px;
    gap: 0px;
  }

  .title_logo {
    margin-top: 0;
  }
   .title_logo h3 {
    font-size: 24px;
  }
   .imgDiv {
    width: 100%;
    max-width: 100%;
    padding: 0 auto;
    min-height: 500px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
  }

  .strategypic {
    right: 0;
    bottom: 0;
    transform: translateX(-50%);
    max-width: 1000px;
  }
  
  .Partnering {
    flex-direction: column;
    padding: 0 20px;
    padding-bottom: 0;
    gap: 40px;
  }
  
  .Partnering img {
    max-width: 450px;
  }
  
  .Partner_info h2,
  .Partner_info h3,
  .Partner_info p {
    text-align: center;
  }
  .Partner_info p {
    font-size:19px;
  }
 .stats-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 60px;
}

.stats-grid > *:last-child {
  grid-column: span 2;     
  justify-self: center;    
}

  .stats-header h2 {
    font-size: 40px;
  }

  .stats-header h3 {
    font-size: 35px;
  }
}

/* Mobile Large */
@media (max-width: 768px) {
  .section2{
    height:600px;
  }
  .strategy{
    height:600px;
  }
  h2 {
    font-size: 40px;
  }
  .footer h2{
  font-size: 30px;
  }
  .title {
    font-size: 40px;
  }
  
  h3 {
    font-size: 20px;
  }
  
  p {
    font-size: 16px;
  }
  
  .background {
    padding-bottom: 50px;
  }
  
  .iconlogo {
    margin-top: 30px;
    margin-bottom: 30px;
    max-width: 220px;
  
  }
  .title_logo{
     display: flex;
  justify-content: left;
  margin-bottom: 40px;
  }
  .title_logo h3 {
    font-size: 20px;
  }
  
  .strategy {
    flex-direction: column;
    padding: 0;
    width: calc(100% - 20px);
  }
  .strategy_info p{
    text-align: left;
  }

   .strategy_info br{
    display:none;
  }
   .strategy_info h2{
    text-align: left;
  }
  .strategy_info h3{
    text-align: left;
  }
  .content {
    gap: 15px;
    padding: 25px 30px;
    padding-bottom:0px;
  }

  .content a{
    display:none;
  }

  .imgDiv {
    min-height: 0px;
    display: flex;
    justify-content: left;
  }

  .strategypic {
    max-width: 320px;
    bottom: 0;
  }
  .imgDiv a {
    display:block;
    text-align: left;
    padding:30px;
  }
  .imgDiv a img {
    width:55px;
    height:55px;
  }

  .Partnering img {
    max-width: 350px;
  }

  .Partner_info {
    padding: 10px;
  }

  .section3 {
    padding: 80px 20px;
    padding-bottom:0px;
  }
  .section3 img{
  width:90%;
  }
  .results li{
  font-size: 17px;
  }


  .section4 {
    padding: 80px 20px;
  }

  .stats-container {
    gap: 60px;
  }

  .stats-header h2 {
    font-size: 35px;
  }

  .stats-header h3 {
    font-size: 30px;
  }

  .stat-number {
    font-size: 50px;
  }

  .stat-label {
   font-size: 25px;


  }

  .stats-grid {
    gap: 40px 30px;
   grid-template-columns: repeat(2, 1fr);
  }

    .service_info{
    width:80%;
 }

 .footer{
  height: auto;
}
.footer-grid {
  display: grid;
  grid-template-columns: repeat(2, auto);
  justify-content: center;
  align-items: center;
  justify-items: center;
  width:auto;
}
.connect{
  width: 270px;
  height: auto !important;
  padding:15px;
}
.social_media{
  width:auto;
}
.connect_title img{
  width:70px;
}
.title_f{
  font-size: 20px !important;
}
.app-btn {
  width: 35px;
  height: 35px;
  font-size: 18px;
}
.middle{
  border:none;
  justify-self: left; 
  margin-left: 20px;
  width: auto;
}
.footer-grid > *:last-child {
  grid-column: span 2;
  justify-self: center;   
}
.social_media{
  display:none;
}
.desk{
  display:flex !important;

}
}

/* Mobile Medium */
@media (max-width: 576px) {
  h2 {
    font-size: 32px;
  }
  
  .title {
    font-size: 32px;
  }
  
  h3 {
    font-size: 18px;
  }
  
  p {
    font-size: 15px;
  }

  .iconlogo {
    max-width: 200px;
  }
  
  .title_logo h3 {
    font-size: 18px;
  }
  
  .title_logo img {
    width: 40px;
  }

  .content {
    padding: 20px 25px;
    padding-bottom:0px;
  }
  
  .imgDiv {
    min-height: 0px;
  }
  
  .strategypic {
    max-width: 310px;
    bottom: 0;
  }

  .Partnering img {
    max-width: 300px;
  }
  
  .content a img {
    width: 40px;
    height: 40px;
  }
  
  .content a {
    width: 40px;
    height: 40px;
  }
  .imgDiv a img{
    width: 40px;
    height: 40px;
  }
  .stats-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .stats-grid > *:last-child {
  grid-column: span 1;      /* take full row */
  justify-self: center;     /* center horizontally */
}

.footer-grid {
  display: grid;
  grid-template-columns: repeat(1, auto);
  justify-content: start;   /* ✅ move grid to the left */
  align-items: start;
  justify-items: start;     /* keeps content aligned left */
  width: auto;
}
.middle{
  margin:0;
  padding-left: 0;
}  .connect{
    border:none;
  }
  

  .stats-header h2 {
    font-size: 30px;
  }

  .stats-header h3 {
    font-size: 28px;
  }

  .stat-number {
    font-size: 45px;
  }

  .stat-label {
    font-size: 20px;
  }
    .service_info{
    width:80%;
 }
}

/* Mobile Small */
@media (max-width: 480px) {
  h2 {
    font-size: 28px;
  }
    .footer h2{
  font-size: 25px;

}
  .title {
    font-size: 28px;
  }
  
  h3 {
    font-size: 16px;
  }
  
  p {
    font-size: 15px;
  }
.footer-grid {
  display: grid;
  grid-template-columns: repeat(1, auto);
  justify-content: start;   /* ✅ move grid to the left */
  align-items: start;
  justify-items: start;     /* keeps content aligned left */
  width: auto;
}
.middle{
  margin:0;
  padding-left: 0;
}  .connect{
    border:none;
  }
  
  .background {
    padding: 20px 15px;
  }

  .iconlogo {
    margin-top: 20px;
    margin-bottom: 20px;
    max-width: 180px;
  }
  
  .strategy {
    width: calc(100% - 10px);
    padding: 0;
  }
  
  .content {
    padding: 20px;
    gap: 15px;
  }
  
  .title_logo {
    margin-top: 0;
  }
  
  .title_logo h3 {
    font-size: 16px;
  }
  
  .title_logo img {
    width: 35px;
  }
  
  .strategy_info p {
    margin-top: 15px;
  }
  
  .imgDiv {
    min-height: 0px;
  }
  
  .strategypic {
    max-width: 300px;
    bottom: 0;
  }
  
  .section3 {
    padding: 60px 10px;
    padding-bottom:0px;
  }
  .results li{
  font-size: 15px;
}
  .Partnering {
    padding: 0 10px;
    gap: 30px;
  }
  
  .Partnering img {
    max-width: 250px;
  }
  
  .Partner_info {
    padding: 5px;
  }
  
  .Partner_info p {
    margin-top: 15px;
    font-size:17px;
  }

  .section4 {
    padding: 60px 15px;
  }

  .stats-container {
    gap: 50px;
  }

  .stats-header h2 {
    font-size: 26px;
  }

  .stats-header h3 {
    font-size: 24px;
  }

  .stat-number {
    font-size: 40px;
  }

  .stat-label {
    font-size: 20px;
  }
  .services_List{
  width:90%;
}
}

/* Extra Small Devices */
@media (max-width: 375px) {
  h2 {
    font-size: 24px;
  }
  
  .title {
    font-size: 24px;
  }
  
  h3 {
    font-size: 15px;
  }

  .iconlogo {
    max-width: 160px;
  }

  .content {
    padding: 15px;
    padding-bottom:0px;
  }
  
  .imgDiv {
    min-height: 0px;
  }
  
  .strategypic {
    max-width: 230px;
    bottom: 0;
  }
  
  .Partnering img {
    max-width: 220px;
  }

  .stats-header h2 {
    font-size: 22px;
  }

  .stats-header h3 {
    font-size: 20px;
  }

  .stat-number {
    font-size: 35px;
  }

  .stat-label {
    font-size: 25px;
  }
  .services_List{
  width:100%;
}
}

/* Height-based media queries for larger screens */
@media (max-height: 900px) and (min-width: 1025px) {
  .strategy {
    min-height: 800px;
  }
    .section2{
    min-height:200px;
  }
}

@media (max-height: 750px) and (min-width: 1025px) {
  .strategy {
    min-height: 700px;
  }
     .section2{
    min-height:200px;
  }
  .strategypic {
    max-width: 500px;
  }

}

@media (max-height: 650px) and (min-width: 769px) {
  .strategy {
    min-height: 600px;
  }
  .section2{
    min-height:200px;
  }
  .strategypic {
    max-width: 400px;
  }
  

}