
/* ================= HERO SECTION ================= 
#1f1240
#8A2CFF


rgba(0, 32, 63)*/

.hero {
  
  margin: 0 auto;
  background: linear-gradient(135deg, #120a2a, #1f1240 );
  color: #fff;
  padding: 280px 5%;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  
}
.jungle-layers{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none; /* so you can still click buttons */
  z-index: 0;
  
}

.jungle.back { z-index: 1; }
.jungle.mid { z-index: 2; }
.jungle.front { z-index: 3; }


.jungle-layers .jungle {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.7;
}

.jungle {
  position: absolute;
  width: 100%;
  bottom: 0;

  will-change: transform;
  transform: translateZ(0);
  backface-visibility: hidden;

}





@media  (max-width : 1024px){

.hero{ 
  padding: 160px 20px 200px;
  display: flex;
  gap: 180px;
  flex-direction: column;
  text-align: center;
  align-items: center;
  justify-content: center;
  vertical-align: center;
  margin: 0;
  
  
  
    

}


.hero-content{
  text-align: center;
  align-items: center;
  justify-content: center;
  vertical-align: center;
  
  
  

  
}
.hero-buttons{
  align-items: center;
  justify-content: center;
  margin-top: 5vh;
  align-items:center ;
  text-align: center;
}


}
  


.hero-content {
  max-width: 650px;
  width: 100%;
  padding: 0 20px;
  z-index: 5;
  position: relative;
  
  
  
  
  
}

.tagline {
  letter-spacing: 4px;
  font-size: 18px;
  margin-bottom: 20px;
  color:rgb(227, 227, 227)
}


@media(max-width:1024px){
    .tagline{
        font-size:16px;
    }
}

@media(max-width:768px){
    .tagline{
        font-size:14px;
        letter-spacing:2px;
    }
}





.hero h1 {
  font-size: 60px;
  line-height: 1.1;
  margin-bottom: 20px;
  letter-spacing: 5px;
  
}

/* Tablets (iPad) */
@media (max-width: 1024px) {
    .hero h1 {
        font-size: 48px;
        letter-spacing: 3px;
    }
}

/* Phones */
@media (max-width: 768px) {
    .hero h1 {
        font-size: 42px;
        letter-spacing: 2px;
        line-height: 1.2;
        
    }
}

/* Small phones */
@media (max-width: 480px) {
    .hero h1 {
        font-size: 34px;
        letter-spacing: 1px;
    }
}



.description {
  font-size: 25px;
  line-height: 1.6;
  margin-bottom: 30px;
  letter-spacing: 0.5px;
}


/* Tablets */
@media (max-width: 1024px) {
    .description {
        font-size: 21px;
    }
}

/* Phones */
@media (max-width: 768px) {
    .description {
        font-size: 18px;
        line-height: 1.7;
    }
}

/* Small phones */
@media (max-width: 480px) {
    .description {
        font-size: 16px;
    }
}





.hero-buttons {
  display: flex;
  gap: 18px;
  justify-content: center;
}



.hero-image{
  position: relative;
  perspective: 700px;
  transition: transform 0.4s ease;

}


.hero-image img {
  width: 100%;
  max-width: 480px;
  border-radius: 18px;

  /* 3D Perspective */
  transform: rotateY(-28deg) rotateX(6deg);
  transform-origin: left center;

  /* Deep realistic shadow */
  box-shadow:
    0 25px 50px #d942ff70 ,
    0 40px 80px rgba(255, 255, 255, 0.25);

  transition: all 0.4s ease;
}

.hero-image img:hover{
  transform: rotateY(-28deg) rotateX(6deg) translateY(-20px);
}





/* ================= SECONDARY BUTTON ================= */

.btn-secondary {
  background: #8A2CFF;
  color: #fff;
  padding: 15px 43px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: bold;
  margin-right: 2px;
  position: relative;
  z-index: 0;
  overflow: hidden;
  transition: 0.4s;
  text-align: center;
  font-size: 15px;
  letter-spacing: 1px;
  
}

.btn-secondary::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0%;
  height: 100%;
  border-radius: 30px;
  background-color: rgb(255, 255, 255);
  z-index: -1;
  transition: 0.3s;
}

.btn-secondary:hover::before {
  width: 100%;
}

.btn-secondary:hover {
  color: #0d2b45;
}


/* ================= LINK BUTTON ================= */

.btn-link {
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  align-self: center;
  padding: 15px 43px;
  border-radius: 30px;
  transition: color 0.4s, background-color 0.4s;
  font-size: 15px;
  letter-spacing: 1px;
}

.btn-link:hover {
  color: black;
  background-color: white;
}


/* ================= MOCKUPS ================= */








.curve {
  position: absolute;
  bottom: -100px;
  left: 0;
  width: 100%;
  height: 200px;
  background: white;
  border-top-left-radius: 100% 100px;
  border-top-right-radius: 100% 100px;
}


/* ================= MID SECTION ================= */

.midsec2-span{
  color: purple;
}


.midsec1 {
  display: flex;
  position: relative;
  color: rgb(88, 88, 88);
  align-items: center;
  justify-content: center;
  font-size: 22px;
  letter-spacing: 3px;
  transition-delay: 2000ms;
}

.midsec2 {
  display: flex;
  position: relative;
  color: rgb(0, 0, 0);
  align-items: center;
  justify-content: center;
  font-size: 46px;
  letter-spacing: 3px;
  margin-bottom: 10px;
  font-weight: bolder;
  text-align: center;
}



@media(max-width:1024px){
    .midsec2{
        font-size:40px;
    }
}

@media(max-width:768px){
    .midsec2{
        font-size:34px;
    }
}

@media(max-width:480px){
    .midsec2{
        font-size:30px;
    }
}




.midsec3 {
  display: flex;
  position: relative;
  color: rgb(88, 88, 88);
  align-items: center;
  justify-content: center;
  font-size: 19px;
  max-width: 1200px;
  margin: 30px auto;
  padding: 0 20px;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 100px;
  font-family: Poppins
  
}

@media(max-width:768px){
    .midsec3{
        font-size:17px;
    }
}

@media(max-width:480px){
    .midsec3{
        font-size:16px;
    }
}

.mid-info-box{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:80px;
  width:100%;
  max-width:1500px;
  margin:0 auto 100px;
  padding:30px;
}



/* ================= COLLAGE RESPONSIVE FIX ================= */

.mid-info-collage{
  width:min(600px,100%);
}




/* ================= MOBILE COLLAGE FIX ================= */

@media(max-width:1024px){

  .mid-info-box{
    flex-direction:column;
    align-items:center;
    justify-content:center;
    width:100%;
    gap:50px;
    padding:30px 20px;
  }

  .mid-info-collage{
    width:100%;
    max-width:600px;
    margin:0 auto;
  }

  .info-box{
    width:100%;
    max-width:700px;
    height:auto;
  }
}

@media(max-width:768px){

  .mid-info-box{
    padding:20px 15px;
  }

  .mid-info-collage{
    width:100%;
    max-width:100%;
    grid-template-columns:minmax(0,1fr) minmax(0,1fr);
    grid-template-rows:220px 220px;
    gap:15px;
    margin:0 auto 60px;
  }

  .card-info{
    min-width:0;
    width:100%;
  }

  .center-circle{
    width:110px;
    height:110px;
  }
}

@media(max-width:480px){

  .mid-info-collage{
    grid-template-rows:190px 190px;
    gap:12px;
  }

  .center-circle{
    width:95px;
    height:95px;
  }
}


@media (max-width:768px){
  .mid-info-collage{
    width:500px;
  }

  .center-circle{
    width:140px;
    height:140px;
  }
}

















.info-box{
  height: 780px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  
}

.why-block{
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 700px;
  gap: 30px;
}


.why-block h3{
  font-size: 46px;

}

@media(max-width:768px){
    .why-block h3{
        font-size:34px;
    }
}

@media(max-width:480px){
    .why-block h3{
        font-size:30px;
    }
}

.why-block p{
  font-size: 19px;
  font-family: Poppins;
  margin-bottom:  50px;
  

}

@media(max-width:768px){
    .why-block p{
        font-size:17px;
    }
}

@media(max-width:480px){
    .why-block p{
        font-size:16px;
    }
}

.why-block span{
  color: #520ba9;

}

.features-wrapper {
  display: flex;
  gap: 60px;
}

.features-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.features-list li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 20px;
  font-size: 16px;
  color: #444;
  line-height: 1.5;
  font-family: Montserrat;
  font-weight: 600;
}

@media(max-width:768px){
    .features-wrapper{
        flex-direction:column;
        gap:20px;
    }

    .features-list li{
        font-size:15px;
    }
}


.features-list li::before {
  content: "✰";
  position: absolute;
  left: 0;
  top: 0;
  color: rgb(82, 11, 169);
  font-size: 20px;
}


.cb-cursor {
        
  position: fixed;
  top: 0;
  left: 0;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background-color: rgba(72, 0, 255, 0.8);
  pointer-events: none;
  transform: translate(-50%, -50%);
  z-index: 9999;
  transition: transform 0.5s , width 0.5s , height 0.5s , background-color 0.5s ease;
    


}

.cb-cursor.-pointer {
        
  background-color: rgba(180, 119, 255, 0.8);
  transform: translate(-50%, -50%) scale(4.0);
    


}  


@media(max-width:1200px){

.cb-cursor{
    display: none;

}


}


.mid-info-collage{
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;  
  grid-template-rows: 300px 300px; 
  gap: 30px;
  width: 600px;
  margin-bottom: 150px;
  

}







.card-info{

  border-radius: 30px;
  overflow: hidden;

}

.card-info img{
  width: 100%;
  height: 100%;
  object-fit: cover;

}

.card-left{
  grid-row: 1 / span 2;  
  grid-column: 1;     
}

.card-top{
  grid-column: 2;        
  grid-row: 1;  
}

.card-bottom{
  grid-column: 2;        
  grid-row: 2;  
}


.center-circle {
  position: absolute;
  width: 160px;
  height: 160px;

  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);

  border-radius: 50%;
  overflow: hidden;

  z-index: 10;
  box-shadow: 0 10px 25px rgba(0,0,0,0.2);
  
}


.earth-track {
  display: flex;
  width: 200%; 
  height: 100%;
  animation: spinEarth 5s linear infinite;
}

.earth-track img {
  width: 50%; 
  height: 100%;
  object-fit: cover;
}

@media (max-width:768px){
  .mid-info-collage{
    width:500px;
  }

  .center-circle{
    width:140px;
    height:140px;
  }
}











/* ================= RESPONSIVE COLLAGE + WHY US ================= */

@media(max-width:1024px){

  .mid-info-box{
    flex-direction:column;
    align-items:center;
    justify-content:center;
    width:100%;
    gap:50px;
    padding:30px 20px;
  }

  .mid-info-collage{
    width:100%;
    max-width:600px;
    margin:0 auto 60px;
  }

  .info-box{
    width:100%;
    max-width:700px;
    height:auto;
    align-items:center;
    text-align:center;
  }

  .why-block{
    width:100%;
    align-items:center;
    text-align:center;
  }

  .why-block h3,
  .why-block p{
    width:100%;
    text-align:center;
  }

  .features-wrapper{
    width:100%;
    justify-content:center;
  }
}

@media(max-width:768px){

  .mid-info-box{
    padding:20px 15px;
    gap:40px;
  }

  .mid-info-collage{
    width:100%;
    max-width:100%;
    grid-template-columns:minmax(0,1fr) minmax(0,1fr);
    grid-template-rows:220px 220px;
    gap:15px;
    margin:0 auto 50px;
  }

  .card-info{
    width:100%;
    min-width:0;
  }

  .center-circle{
    width:110px;
    height:110px;
  }

  .info-box{
    width:100%;
    height:auto;
    align-items:center;
    text-align:center;
  }

  .midsec1{
    width:100%;
    justify-content:center;
    text-align:center;
  }

  .why-block{
    width:100%;
    align-items:center;
    text-align:center;
  }

  .why-block h3,
  .why-block p{
    text-align:center;
  }

  .features-wrapper{
    width:100%;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    gap:10px;
  }

  .features-list{
    width:fit-content;
    margin:0 auto;
  }

  .features-list li{
    text-align:left;
  }
}

@media(max-width:480px){

  .mid-info-collage{
    grid-template-rows:190px 190px;
    gap:12px;
  }

  .center-circle{
    width:95px;
    height:95px;
  }
}

























@keyframes spinEarth {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

/*-----------OFFER CARDS----------- */

.card-section-wrap{
  width: 100%;
  display: flex;
  background-color: #1f1240;
  flex-direction: column;
  padding-top: 80px;
}

.card-section-wrap h2{
  color: white;
  font-size: 46px;
  text-align: center;
  margin-bottom: 80px;
  letter-spacing: 4px;

  
  
 
}

.card-section{
  grid-template-columns: repeat(3, minmax(0, 1fr));
  width: 100%;
  padding: 60px 40px;
  display: grid;
  max-width: 1500px;
  margin-top: 80px;
  gap: 30px;
  row-gap: 90px;
  flex-direction: column;
  margin: 0 auto;
  box-sizing: border-box;
  
  
  

}



.card{
  position: relative;
  background-color: rgb(234, 234, 234);
  width: 100%;
  padding: 90px 48px 90px 40px;
  border-radius: 30px;
  min-height: 200px;
  transition: background-color 0.5s ease, transform 0.5s ease,border-color 0.4s ease;
   border-style: solid;
  border-width: 4px;
  border-color: #552cba ;
   min-width: 0;

  

  
}


.card:hover{
  background-color:#1f1240; 
  transform: translateY(-6px);
   border-style: solid;
  border-width: 4px;
  border-color:rgb(234, 234, 234) ;
}

.card h2,
.card p,
.icon-box,
.icon-box i {
  transition: all 0.25s ease;
}

.card:hover h2,
.card:hover p {
  color: white;
}

.card:hover .icon-box {
  background-color: #8A2CFF;

}
.card:hover .icon-box i {
  color: #ffffff;
}



@media  (max-width : 1024px){
  .card-section{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    
  }

  

  
}

@media  (max-width : 768px){

  .card-section{
    grid-template-columns: 1fr;
    justify-content: center;
    margin: 0 auto;
    
    
  
 }

 .card{
  padding-bottom:80px ;
  
 }

}



.icon-box{
  position: absolute;
  top: -50px;
  left: 40px;
  width: 100px;
  height: 100px;
  background-color: #1f1240;
  border-radius: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-style: solid;
  border-width: 4px;
  border-color:rgb(234, 234, 234) ;


}

@media(max-width:768px){

.icon-box{
    width:80px;
    height:80px;
    top:-40px;
}

.icon-box i{
    font-size:30px;
}

}
.icon-box i{
  font-size: 40px;
  color: white;
  justify-content: center;
  vertical-align: center;
  align-items: center;
  display: flex;
  


  
  
}

.card h2{
  text-align: left;
  margin-bottom: 20px;
  font-size: 30px;
  padding: 0;
  gap:  5vh;
  display: flex;
  color: #1f1240;
  letter-spacing: 1px;
  white-space: normal;
  word-wrap: break-word;

}

@media(max-width:768px){
    .card h2{
        font-size:24px;
    }
}



.card p{
  font-size: 17px;
  color: rgb(88, 88, 88);
  font-family: Poppins;
  
}

@media(max-width:768px){
    .card p{
        font-size:15px;
    }
}

.schedule {
    display: flex;
    justify-content: center; 
    margin-top: 20px 0;          
    width: 100%;
    margin-bottom: 100px;
}


.btn-primary2{
  border-color: white;
  border-style: solid;
  border-width: 4px;
  border-radius: 20px;
}



.btn-primary2 {
  background: #1f1240;
  color: #ffffff;
  padding: 15px 43px;
  border-radius: 25px;
  text-decoration: none;
  font-weight: bold;
  overflow: hidden;
  z-index: 1;
  position: relative;
  transition: 0.3s;
  letter-spacing: 1.5px;
  display: inline-block;
  flex-shrink: 1;
  justify-content: center;
  font-size: 15px;
  letter-spacing: 1px;

}

.btn-primary2::before {
  content: "";
  position: absolute;
  background-color: #8A2CFF;
  border-radius: 25px;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  z-index: -1;
  transition: 0.3s;
}

.btn-primary2:hover::before {
  width: 100%;
}

.btn-primary2:hover {
  color: #ffffff;
  font-weight: bold;
}



.btn-primary3 {
  background: rgb(138, 44, 255);
  color: #ffffff;
  padding: 15px 43px;
  border-radius: 25px;
  text-decoration: none;
  font-weight: bold;
  overflow: hidden;
  z-index: 1;
  position: relative;
  transition: 0.3s;
  letter-spacing: 1.5px;
  display: inline-block;
  flex-shrink: 1;
  justify-content: center;
  font-size: 15px;
  letter-spacing: 1px;
  

}

.btn-primary3::before {
  content: "";
  position: absolute;
  background-color: #ffffff;
  border-radius: 25px;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  z-index: -1;
  transition: 0.3s;
}

.btn-primary3:hover::before {
  width: 100%;
}

.btn-primary3:hover {
  color: #000000;
  font-weight: bold;
}
/*-----------PRICING--------------------------------------------------------- */



.header-pricing {
  display: flex;
  position: relative;
  color: rgb(0, 0, 0);
  align-items: center;
  justify-content: center;
  font-size: 46px;
  letter-spacing: 2px;
  margin-bottom: 10px;
  font-weight: bolder;
  text-align: center;
  margin-top: 150px;
}

@media(max-width:768px){
    .header-pricing{
        font-size:34px;
    }
}

.line{
  display: flex;
  height: 3px;
  width: 70%;
  margin-top: 200px;
  align-items: center;
  justify-content: center;
  margin: 20px auto;
  background: linear-gradient( to right,white ,#8A2CFF,white );
}




.pricing-box{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  width:100%;
  max-width:1500px;
  margin:0 auto;
  padding:50px 20px;
  gap:25px;
  box-sizing:border-box;
}



.pricing-box h2{
  text-align: left;
  margin-bottom: 20px;
  font-size: 40px;
  
}
@media(max-width:768px){
    .pricing-box h2{
        font-size:30px;
    }
}

.pricing-card{
  background-color: rgb(234, 234, 234);
  margin: 0 auto;
  padding: 30px 30px 10px ;
  border-radius: 30px;
  width: 100%;
  box-sizing: border-box;
  height: 580px;
  display: flex;
  flex-direction: column;
  
   
}


.opposite-business{
  background-color: #120a2a;
  margin: 0 auto;
  padding: 30px 30px 10px ;
  border-radius: 30px;
  width: 100%;
  box-sizing: border-box;
  height: 580px;
  display: flex;
  flex-direction: column;
  color: white;
  


}

.pricing-card,
.opposite-business {
  transition: transform 0.2s , box-shadow 0.3s;
  width:100%;
  min-width:0;
  margin:0;
  height:580px;
  box-sizing:border-box;

}

.pricing-card:hover ,
.opposite-business:hover{
  transform: translateY(-10px);
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  
}


.opposite-business .pricing-list li{
  line-height: 25px;
  letter-spacing: 0.5px;
  font-weight: lighter;
  color: rgb(255, 255, 255);
  font-size: 16px;
  font-family: Poppins;
}


.pricing-list li{
  line-height: 25px;
  letter-spacing: 0px;
  font-weight: lighter;
  color: rgb(0, 0, 0);
  font-size: 16px;
  font-family: Poppins;
}


.opposite-business .pricing-cta p{
  color: white;
}








.feature{
  justify-content: space-between;
  display: flex;
  
  
}


.pricing-list{
  display: flex;
  list-style: none;
  flex-direction: column;
  gap: 5px;
  
}


.checkmark{
  list-style: none;
  display: flex;
  list-style: none;
  flex-direction: column;
  gap: 5px;
  
  
}


.checkmark li{
  
  line-height: 25px;
  color: #8A2CFF;

  
}


@media(max-width:1250px) and (min-width:769px){

  .pricing-box{
    grid-template-columns:repeat(2,minmax(0,1fr));
    max-width:900px;
    padding:40px 30px;
    gap:30px;
  }

  .pricing-card,
  .opposite-business{
    width:100%;
    min-height:520px;
    margin:0;
  }

  .pricing-box > .pricing-card:nth-child(1){
    grid-column:1 / 3;
    width:50%;
    justify-self:center;
  }

  .pricing-box > .pricing-card:nth-child(2),
  .pricing-box > .pricing-card:nth-child(3){
    grid-column:auto;
    width:100%;
    justify-self:stretch;
  }

  .pricing-box > .pricing-card:nth-child(4){
    grid-column:1 / 3;
    width:50%;
    justify-self:center;
  }
}

@media(min-width:1251px){

  .pricing-box h2{
    font-size:34px;
  }

  .pricing-list li,
  .opposite-business .pricing-list li{
    font-size:15px;
  }

  .pricing-card,
  .opposite-business{
    padding:30px 24px 25px;
  }
}



@media (max-width : 1024px){

 .pricing-box{
    grid-template-columns:repeat(2,minmax(0,1fr));
    padding:40px 30px;
    gap:30px;
  }

 

.pricing-card{
  width: 100%;
  height: 470px;
}


.pricing-card,
  .opposite-business{
    width:100%;
    height:520px;
    margin:0;
  }


  
}




@media  (max-width : 768px){ 

  .pricing-box{
    grid-template-columns:1fr;
    width:100%;
    max-width:460px;
    margin:0 auto;
    padding:40px 15px;
    gap:25px;
  }

  .pricing-card{
    width: 100%;
    max-width: 400px;
    
    
  }

  .pricing-card,
  .opposite-business{
    width:100%;
    max-width:430px;
    height:auto;
    min-height:500px;
    margin:0 auto;
  }
  
  


}


.pricing-cta{
  color: rgb(0, 0, 0);
  position: relative;
  bottom: 0;
  margin-top: auto;
  

}

.fade-in {
  --y: 90px;
  opacity: 0;
  transform: translateY(var(--y));
  transition: opacity 1s ease, transform 1s ease;
}

.fade-in.show {
  --y: 0px;
  opacity: 1;
}


@media  (max-width : 1024px){

  .pricing-cta{
    display: flex;
    justify-content: space-between;
    padding-bottom:20px ;
  }
  
}

.pricing-cta p{
  font-size: 46px;
}

@media(max-width:768px){
    .pricing-cta p{
        font-size:34px;
    }
}


/*-----------------APPROACH--------------------*/


@media(max-width:768px){



.card-section{
    row-gap:70px;
}

.pricing-box{
    gap:25px;
}

.approach-section{
    margin-bottom:120px;
}

.card{
    padding:75px 25px 45px;
}

.pricing-card{
    padding:25px;
}

}

.approach-section {
    background: #1f1240;
    padding: 100px 8%;
    color: white;
    margin-top: 200px;
    margin-bottom: 300px;
}

.small-title {
    text-align: center;
    font-size: 16px;
    letter-spacing: 3px;
    font-weight: 600;
    margin-bottom: 15px;
   
}

.approach-section h2 {
    text-align: center;
    font-size: 52px;
    font-weight: 700;
    margin-bottom: 70px;
}

@media(max-width:768px){
    .approach-section h2{
        font-size:36px;
    }
}

.approach-section h2 span {
    color: #ffe600;
}

.approach-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 60px;
    
     
}

.approach-left {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 25px;
    min-width: 380px;
    position: relative;
    z-index: 2;
    right: -100px;
  
        
}

.approach-card {
    background: white;
    color: #222;
    border-radius: 22px;
    padding: 28px 20px 28px 40px;
    display: flex;
    align-items: center;
    gap: 20px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.12);
    transition: 0.3s;
}

.approach-card:hover {
    transform: translateY(-5px);
}

.icon {
    font-size: 34px;
    min-width: 50px;
    justify-content: center;
    color: #1f1240;
}

.approach-card h3 {
    font-size: 25px;
    margin-bottom: 8px;
}

@media(max-width:768px){
    .approach-card h3{
        font-size:22px;
    }
}

.approach-card p {
    font-size: 14px;
    font-family: Montserrat;
    color: #555;
    line-height: 1.5;
}

.approach-right {
    flex: 1;
    min-width: 380px;
    margin-left: -70px;
}

.approach-right img {
    width: 100%;
    border-radius: 30px;
    display: block;
    object-fit: cover;
}


@media (max-width: 1024px) {

  .approach-container {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  /* Reset the weird offsets */
  .approach-left {
    right: 0;
    min-width: unset;
    width: 100%;
  }

  .approach-right {
    margin-left: 0;
    min-width: unset;
    width: 100%;
  }

  /* Ensure correct order (cards first, image second) */
  .approach-left {
    order: 1;
  }

  .approach-right {
    order: 2;
  }

  .approach-right img {
    width: 100%;
    max-width: 600px;
    justify-content: center;
    margin: 0 auto;
  }

}

.contact-section{
  position:relative;
  width:90%;
  margin:100px auto 20px;
  padding:90px 20px 80px;
  background:#000;
  border:5px solid #d6d6d6;
  border-radius:20px;
}

.contact-section::before {
  content: "";
  position: absolute;
  inset: 0;
  
  border-radius: 20px;
  z-index: 0;
  color: white;
}

.contact-section > *{
  position: relative;
  z-index: 1;
}


.info-card{
  position:absolute;
  top:-65px;
  left:50%;
  transform:translateX(-50%);

  width:auto;
  min-width:560px;
  max-width:700px;

  display:grid;
  grid-template-columns:repeat(2,1fr);
  align-items:center;

  gap:40px;
  padding:28px 45px;

  background:#000;
  color:#fff;
  border:1.5px solid #8f8f8f;
  border-radius:20px;
  box-shadow:0 20px 40px rgba(0,0,0,.2);
}

.info-box-con{
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  text-align:center;
  gap:6px;
}

.info-box-con h3{
  margin:8px 0 3px;
  font-size:18px;
  font-family:Poppins,sans-serif;
}

.info-box-con p{
  margin:0;
  font-size:14px;
  font-family:Poppins,sans-serif;
  color:#c7c7c7;
}

.icon-contact{
  margin:0;
  font-size:22px;
}

.info-box h3 {
  margin-bottom: 8px;
  
}


.form-container {
  max-width: 900px;
  margin: auto;
  text-align: center;
  color: white;
  justify-content: center;
  align-items: center;
  background-size: cover;
  background-position: center;  
  padding: 0 20px;
  

}

.form-container h1 {
  font-size: 42px;
  margin-bottom: 40px;
  margin-top: 150px;
  
}

.form-container p{
  color: rgb(196, 196, 196);
  font-size: 15px;
  font-family: Montserrat;
  margin-bottom: 50px;
  margin-top: 20px;


}
.input-group {
  position: relative;
  margin-bottom: 30px;
}

.input-group input,
.input-group textarea {
  width: 100%;
  padding: 22px 20px;
  border: 1px solid rgba(255,255,255,0.6);
  border-radius: 12px;
  background: transparent;
  color: white;
  font-size: 16px;
  outline: none;
  font-family: Poppins;
}

.input-group textarea {
  min-height: 150px;
  resize: vertical;
}

.input-group label {
  position: absolute;
  left: 20px;
  top: 43%;
  transform: translateY(-50%);
  color: rgba(255,255,255,0.75);
  pointer-events: none;
  transition: 0.3s ease;
  font-size: 16px;
  font-family: Poppins;
}

.input-group textarea + label {
  top: 25px;
  transform: none;
}

.input-group input:focus + label,
.input-group input:valid + label,
.input-group textarea:focus + label,
.input-group textarea:valid + label {
  top: -10px;
  left: 14px;
  font-size: 15px;
  
  padding: 0 8px;
  border-radius: 6px;
  color: white;
}


button {
  padding: 14px 60px;
  border: none;
  border-radius: 30px;
  background: white;
  color: #2a52d4;
  font-weight: bold;
  cursor: pointer;
  transition: 0.3s;
}

button:hover {
  background: #ddd;
}


@media(max-width:768px){

  .contact-section{
    width:calc(100% - 24px);
    margin:80px auto 20px;
    padding:115px 12px 50px;
    border-width:4px;
  }

  .info-card{
    top:-50px;
    width:calc(100% - 32px);
    min-width:0;
    max-width:430px;

    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:12px;

    padding:20px 12px;
    border-radius:18px;
  }

  .info-box-con{
    min-width:0;
    gap:4px;
  }

  .info-box-con h3{
    font-size:15px;
    margin:5px 0 2px;
  }

  .info-box-con p{
    width:100%;
    font-size:11px;
    overflow-wrap:anywhere;
  }

  .icon-contact{
    font-size:19px;
  }
}

.tally-container{
  display: flex;
  position: relative;
  
  width:100%;
  height:680px;

}



/* Price with yearly domain and hosting cost */

.price{
    display:flex;
    flex-direction:column;
    align-items:flex-start;
    gap:6px;
}

.price-row{
    display:flex;
    align-items:flex-end;
    gap:12px;
    flex-wrap:nowrap;
}

.new-price{
    font-size:46px;
    color:#fff;
    font-weight:700;
    line-height:1;
}

.old-price{
    font-size:20px;
    color:#a0a0a0;
    text-decoration:line-through;
    font-family:Poppins;
    line-height:1;
}

.hosting-price{
    display:flex;
    flex-direction:column;
    justify-content:flex-end;
    margin-bottom:4px;
    white-space:nowrap;
}

.hosting-main{
    font-size:17px;
    color:#cfcfcf;
    
    line-height:1.1;
}

.hosting-sub{
    font-size:12px;
    color:#cfcfcf;
    text-transform:uppercase;
    margin-top:2px;
    line-height:1.1;
}




.price1{
    display:flex;
    flex-direction:column;
    gap:6px;
}

.price-row1{
    display:flex;
    align-items:flex-end;
    gap:12px;
}

.new-price1{
    font-size:46px;
    font-weight:700;
    line-height:1;
}

.hosting-price1{
    display:flex;
    flex-direction:column;
    justify-content:flex-end;
    margin-bottom:4px;
}

.hosting-main1{
    font-size:18px;
    color:#414141;
     line-height:1.1;
    
}

.hosting-sub1{
    font-size:12px;
    color:#cfcfcf;
    text-transform:uppercase;
    margin-top:2px;
    line-height:1.1;
}





