@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Sofia+Sans:ital,wght@0,1..1000;1,1..1000&display=swap');
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  /* font-family: 'Rubik', sans-serif; */
  background: #ffffff;
}

@keyframes float {
    0% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
    100% { transform: translateY(0); }
}

.header{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    padding: 20px;
    /* margin-top: 50px; */
    align-content: center;
    align-items: center;
    position: relative;
}

nav{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    gap: 60px
}

nav a{
    display: flex;
    text-decoration: none;
    justify-content: space-around;
    color: #474747;
    font-weight: 600;
    letter-spacing: 0%;
    line-height: 100%;
    font-family: "Sofia Sans", sans-serif;
}

nav a:hover{
    color:#2F6BFF
}

nav a.active{
    color: #2F4FFF;
}

.nav-btn{
    display: flex;
    gap: 33px;
    text-decoration: none;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.nav-btn a{
    text-decoration: none;
     font-family: "Sofia Sans", sans-serif;
    font-weight: 700;
    color: #09005D;
}

.nav-btn a:hover{
    color: #2F4FFF;
}


.nav-sec{
    padding: 18px 50px;
    background: linear-gradient(92.21deg, #2F4FFF 0.53%, #0085FF 99.3%);
    border-radius: 7px;
    /* height: 50px; */
    color: #FFFFFF;
    border: none;
    font-weight: 800;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.nav-sec:hover{
    background:linear-gradient(135deg,#02004a,#1ea7fd);
    cursor: pointer;
    transform: scale(1.05);
}

.hamburger {
    display: none;
    font-size: 28px;
    cursor: pointer;
}

.mobile-menu {
    display: contents; 
}

/* HERO Section  */

.hero{
   /* position:relative; */
    display:flex;
    flex-direction: column;
    justify-content:center;
    align-items:center;
    text-align:center;
    margin-top: 150px;
   
}

.hero h4{
    color: #2F4FFF;
    text-align: center;
    font-weight: 500;
    font-size: 12px;
    line-height: 139%;
    letter-spacing: 17.5%;
    font-family: "DM Sans", sans-serif;
    text-transform: uppercase;
}


.hero h1{
    font-size: 80px;
    text-align: center;
    line-height: 100%;
    letter-spacing: 0%;
    word-spacing: 9px;
     font-family: "DM Sans", sans-serif;
     margin-top: 5px;
     max-width: 750px;
}
.highlight{
    position: relative;
    display: inline-block;
}

.underline{
    position: absolute;
    left: 0;
    bottom: -12px;
    width: 100%;
}
.hero-text{
    position: relative;
    z-index: 2;
}
.hero p{
    font-size: 16px;
    text-align: center;
    color: #000000A1;
    margin-top: 30px;
    max-width: 450px;
     font-family: "Sofia Sans", sans-serif;
}

.hero-btn{
    display:flex;
    align-items:center;
    background:white;
    border-radius:12px;
    padding:6px;
    width:420px;
    box-shadow:0px 10px 30px rgba(0,0,0,0.08);
    margin-top: 44px;
}

.hero-btn input{
    flex:1;
    border:none;
    outline:none;
    padding:16px;
    font-family:"DM Sans", sans-serif;
    font-size:14px;
}

.bubble{
    position:absolute;
    border-radius:50%;
    z-index: 1;
    animation:float 6s ease-in-out infinite;
}

.bubble1{
    width:14px;
    height:14px;
    background: linear-gradient(92.21deg, #2F4FFF 0.53%, #0085FF 99.3%);
    left:120px;
    top:200px;
}

.bubble2{
    width:10px;
    height:10px;
    background: linear-gradient(92.21deg, #2F4FFF 0.53%, #0085FF 99.3%);

    right:250px;
    top:380px;
}

.bubble3{
    width:200px;
    height:200px;
    background:#F9F8FF;
    left:450px;
    top:260px;
}

hero-img{
    position: absolute;
    animation:float 6s ease-in-out infinite;
}

.dashboard-preview{
    text-align:center;
}

.dashboard-img{
    max-width:1100px;
    width:100%;
    margin-bottom:-300px;
    position:relative;
    z-index:2;
border-radius:20px;
}

/* Features Section  */

.features{
    background:#02004a;
    background-image:url(/assets/img/das-back.png);
    padding-top:320px;
    padding-bottom:120px;
    color:white;
    text-align:center;
    /* position:relative; */
}


.features h2{
    color: white;
   font-family: "Sofia Sans", sans-serif;
   font-size: 24px;
   line-height: 34px;
   letter-spacing: 0%;
   font-weight: 700;
}

.features-grid{
    display:grid;
    grid-template-columns: repeat(3, auto);
    justify-content:center;
    gap:80px;
    margin-top:80px;
}

.ft-head{
    display:flex;
    align-items:center;
    gap:12px;
}

.ft-head h3{
    font-size:28px;
     font-family: "Sofia Sans", sans-serif;
}
.features-card{
    text-align: left;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 20px;
    max-width:220px;
}

.features-card p{
    padding-top: 10px;
    font-family: "DM Sans", sans-serif;
}

.features-btn{
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 19px;
    padding-top: 94px;
}

.ft-btn{
    padding: 18px 50px;
    border-radius: 7px;
    background: linear-gradient(92.21deg, #2F4FFF 0.53%, #0085FF 99.3%);
    border: none;
    color: white;
    font-family: "Sofia Sans", sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
    cursor: pointer;
    
}
.ft-btn:hover{
    background:linear-gradient(135deg,#0c06d1,#055484);
}

.secondary{
     background: rgba(255, 255, 255, 0.22);

}

.secondary:hover{
    background:rgba(31, 100, 204, 0.22);
}

/* Helping Digital Section  */
.helping{
    padding:70px 1px;
}

.helping-container{
    max-width:1200px;
    margin:auto;
    display:grid;
    grid-template-columns:1fr 1fr;
    align-items:center;
    gap:80px;
    padding: 20px;
}

.helping-left h3{
    color:#2F6BFF;
    font-size:14px;
    letter-spacing:2px;
    margin-bottom:12px;
    font-family: "Sofia Sans", sans-serif;
}

.helping-left h2{
    font-size:42px;
    line-height:44px;
    letter-spacing: 0%;
    font-weight: 700;
    max-width:420px;
    font-family: "DM Sans", sans-serif;
}

.helping-right p{
    font-size:16px;
    line-height:1.7;
    color:#6b7280;
    max-width:520px;
    font-family: "Sofia Sans", sans-serif;
}

.helping-grids{
    display: grid;
    grid-template-columns: repeat(2, auto);
    padding: 100px 50px;
    align-items: center;
    justify-content: center;
    gap: 60px;
}
.helping-grid{
    display: grid;
    grid-template-columns: repeat(4, auto);
    padding: 100px 50px;
    align-items: center;
    justify-content: center;
    gap: 60px;
}


.helping-card{
    max-width: 250px;
   cursor: pointer;
   transition: transform 0.3s ease, box-shadow 0.3s ease;
    
}
.helping-card:hover{
    transform: scale(1.05);
}

.helping-card h3{
    font-size: 16px;
    font-family: "Sofia Sans", sans-serif;
    font-weight: 700;
    margin-top: 20px;

}

.helping-card p{
    font-size: 13px;
    font-family: "DM Sans", sans-serif;
    color: rgba(0, 0, 0, 0.63);
    line-height: 23px;
    letter-spacing: 0%;

}

/* CTA Features Section  */
.cta{
    background: rgba(244, 250, 255, 1);
    width: 100%;

}

.cta h1{
    font-family:"DM Sans", sans-serif;
    font-weight:900;
    font-size:48px;
    line-height:1.2;
    max-width:500px;
    padding-top: 117px;
    margin:0 auto;
    text-align: center;
}

.cta p{
    margin:20px auto 0 auto;
    max-width:280px;
    font-size:18px;
    color:#6b7280;
    line-height:1.6;
    text-align: center;
}

.cta-ft h4{
    color:#0085FF;
}

.agreements{
    padding:120px 20px;
}

.agreements-container{
    max-width:1200px;
    margin:auto;
    display:grid;
    grid-template-columns:1fr 1fr;
    align-items:center;
    gap:80px;
    padding-top: 54px;
    padding: 20px;
}


.tag{
    color:#2F6BFF;
    font-size:14px;
    letter-spacing:2px;
    font-weight:600;
    font-family: "Sofia Sans", sans-serif;
}

.agreements-left{
    max-width:480px;
}

.agreements-left h2{
    font-size:48px;
    line-height:1.2;
    padding-top: 7px;
    font-family:"DM Sans", sans-serif;
}

.agreements-left p{
    text-align:left;
    color:#6b7280;
    line-height:1.7;
    margin:20px 0 20px 0;
    max-width: 350px;
    font-family: "Sofia Sans", sans-serif;
}


.agreements-right {
    width:100%;
    max-width:480px;
}

.floating-image {
  animation: float 6s ease-in-out infinite;
}

.about2{
  width: 100%;
  max-width: 1200px;
  height: auto;
  display: block;
  padding: 20px;
  margin: 0 auto;
}

/* Testimonial Section  */
.testimonials{
padding:120px 20px;
text-align:center;
overflow:hidden;
}

.testimonials-head{
max-width:1200px;
margin:auto;
text-align:left;
}

.testimonials-head h2{
font-size:34px;
margin-top:10px;
font-family: "DM Sans", sans-serif;

font-weight: 800;
line-height: 44px;
letter-spacing: 0%;

}

.testimonial-wrapper{
margin-top:80px;
overflow:hidden;
}

.testimonial-slider{
display:flex;
transition:transform 0.4s ease;
}

.testimonial{
min-width:100%;
padding:0 20px;
}

.testimonial p{
font-size:28px;
line-height:1.5;
max-width:700px;
margin:auto;
color:#0f172a;
font-family: "DM Sans", sans-serif;
}

.author{
display:block;
margin-top:30px;
color:#64748b;
font-weight:500;
font-family: "Sofia Sans", sans-serif;
}

.slider-indicator{
display:flex;
justify-content:center;
gap:10px;
margin-top:40px;
}

.line{
width:60px;
height:3px;
background:#e5e7eb;
transition:all .3s;
cursor: pointer;
}

.line.active{
width:100px;
background:#0f172a;
}

/* Footer CTA Section  */
.cta2{
    padding: 20px;
}
.cta-banner{
max-width:1100px;
margin:120px auto;
background:linear-gradient(135deg,#3a4ff6,#1ea7fd);
border-radius:15px;
padding:80px 20px;
position:relative;
overflow:hidden;
text-align:center;
}

.cta-content{
max-width:700px;
margin:auto;
color:white;
}

.cta-content h2{
max-width:500px;
margin:0 auto;
text-align:center;
font-size: 36px;
font-family: "DM Sans", sans-serif;
text-transform: capitalize;
}

.cta-content p{
max-width:400px;
font-size: 16px;
font-weight: 400;
margin:10px auto 30px auto;
text-align:center;
font-family: "DM Sans", sans-serif;
color: #FFFFFFC9;

}

.cta-illustration{
position:absolute;
bottom:0;
left:0;
width:260px;
}

.cta-illustrat{
position:absolute;
top:0;
right:0;
width:131px;
pointer-events:none;
}

.cta-input{
display:flex;
justify-content:center;
background:white;
padding:6px;
border-radius:10px;
max-width:420px;
margin:30px auto 0;
font-family: "Sofia Sans", sans-serif;
}

.cta-input input{
flex:1;
border:none;
padding:14px;
outline:none;
}

/* Footer Section  */
.footer{
    display:grid;
    grid-template-columns:repeat(4, 1fr);
    max-width:1200px;
    margin:auto;
    padding:80px 20px;
    gap:80px;
}
.footer p{
    padding-top: 31px;
}

.footer-card{
    display:flex;
    flex-direction:column;
}
.socials{
    padding-top: 20px;
    display: flex;
    flex-direction: row;
    gap: 30px;
     transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.socials img:hover{
    cursor: pointer;
    opacity: 0.3;
    transform: scale(1.05);
}
.footer h3{
    font-size: 18px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: 0%;
    
}

.footer a{
    text-decoration: none;
    color: #000000A1;
    display: flex;
    flex-direction: column;
    gap: 60px;
    padding-top: 31px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.footer a:hover{
    color:#0085FF;
    transform: scale(1.05);
}

.footer-card img{
    max-width: 82px;
}

/* Policy Section */
.policies {
    padding: 80px 20px;
    display: flex;
    justify-content: center;
    margin-top: 150px;
}

.policies-container {
    max-width: 900px;
    width: 100%;
}

.policies h2 {
    font-size: 28px;
    font-weight: 800;
    color: #111;
    margin-bottom: 15px;
    margin-top: 40px;
    font-family: "Sofia Sans", sans-serif;
}

.policies h3 {
    font-size: 18px;
    font-weight: 700;
    color: #111;
    margin-top: 25px;
    margin-bottom: 10px;
    font-family: "Sofia Sans", sans-serif;
}

.policies p {
    font-size: 15px;
    line-height: 1.8;
    color: #666;
    margin-bottom: 20px;
    font-family: "Sofia Sans", sans-serif;
}

.policies h2:first-child {
    margin-top: 0;
}

/* Register Page Section  */
.register {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 80px;
  min-height: 80vh;
}

.register-left {
  max-width: 550px;
}



.register-left h1 {
  font-size: 45px;
  font-weight: 800;
  margin: 20px 0;
  line-height: 52.5px;
  letter-spacing: 0%;
   font-family: "DM Sans", sans-serif;
}

.register-left p {
  color: #666;
  margin-bottom: 15px;
  font-family: "Sofia Sans", sans-serif;
  padding-top: 15px;
}

.signin a {
  color: #3b82f6;
  font-weight: 600;
  text-decoration: none;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.signin a:hover{
     color:#02004a;
    cursor: pointer;
    transform: scale(1.05);

}

.register-right {
  display: flex;
  justify-content: center;
  align-items: center;
}

.form-box {
  background: #fff;
  padding: 50px 45px; 
  border-radius: 16px;
  width: 480px; 
  min-height: 520px; 
  
  box-shadow: 0px 0px 7px 0px #0000000D;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 35px;
}

.form-box img {
  display: block;
  margin: 0 auto;
}

.form-box h1{
    text-align: center;
    font-size: 22px;
    color: #040403;
    font-family: "DM Sans", sans-serif;
}

.form-box p{
    text-align: center;
    color: #5A5A5A;
    font-size: 14px;
    margin-top: -15px;
    font-family: "Sofia Sans", sans-serif;
}

input {
  width: 100%;
  padding: 16px 18px; 
  border-radius: 7px;
  border: 1px solid #e5e7eb;
  font-size: 15px;
  transition: all 0.2s ease;
  font-family: "Sofia Sans", sans-serif;
}

input:focus {
  outline: none;
  border-color: #3b82f6;
  box-shadow: 0 0 0 3px rgba(59,130,246,0.15);
  font-family: "Sofia Sans", sans-serif;
}

/* input::placeholder{
    color: #111;

} */

.row {
  display: flex;
  gap: 14px;
}

.password-field {
  position: relative;
}

.password-field input {
    width: 100%;
  padding-right: 40px;
}

.toggle-password {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  display: flex;
  align-items: center;
}

.terms {
  font-size: 13px;
  margin: 15px 0;
  font-family: "Sofia Sans", sans-serif;
  text-align: center;
}

.terms a.forgo{
    color: #2522A7;
}

.terms a.forgo:hover{
    color: black;
}

.terms a {
  color: black;
  text-decoration: none;
  
}

.terms a:hover{
    color: #2522A7;
}

.buttons {
  display: flex;
  flex-direction: column; /* THIS is key */
  gap: 12px;
}

.google-btn {
  display: flex;
  align-items: center;
  justify-content: center; 
  gap: 10px;

  width: 100%;
  padding: 14px;
  font-size: 14px;
  border-radius: 10px;
  border: 1px solid #2522A7;
  background: #F9F8FF;
  cursor: pointer;
  font-weight: 700;
  font-family: "Sofia Sans", sans-serif;
}

.google-btn img {
  width: 18px;
  height: 18px;
  display: inline-block;
  margin: 0; 
}

.google-btn span {
  display: inline-block;
  white-space: nowrap;
}

.google-btn:hover {
  opacity: 0.6;
  transform: translateY(-1px);
  box-shadow: 0 8px 20px rgba(59,47,184,0.3);
}

.signup-btn {
  flex: 1;
  padding: 14px;
  border-radius: 10px;
  border: none;
  background: rgba(37, 34, 167, 1);
  color: #fff;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.2s ease;
  font-family: "Sofia Sans", sans-serif;
}

.signup-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 8px 20px rgba(59,47,184,0.3);
  background: #F9F8FF;
  color: black;
  border: 2px solid #0085FF;
}


.desktop-only {
  display: block;
}

.mobile-only {
  display: none;
}

.already p{
    font-family: "Sofia Sans", sans-serif;
}

.auth-container {
  display: flex;
  justify-content: center;  
  align-items: center;      
  min-height: 100vh;       
  padding: 20px;            
}

.forgo-links{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.forgo-links a{
    text-decoration: none;
    color: #5A5A5A;
    font-size: 12px;
    font-weight: 600;
    font-family: "Sofia Sans", sans-serif;
}

.forgo-links span{
    color: #0c06d1;
    
}

.forgo-links span.for{
    color:#0c06d1;
    font-weight: 600;
}

/* Responsiveness */
@media (max-width: 450px) {

    .header{
    justify-content: space-between;
    padding: 20px;
    position: sticky;
    top: 0;
    z-index: 1000;
    background: #ffffff;

    }
    nav{
        display: none;
    }
    .hamburger {
        display: block;
    }

    nav,
    .nav-btn {
        display: none;
    }
    .mobile-menu {
        display: none;
        position: absolute;
        top: 80px;
        left: 0;
        width: 100%;
        background: #fff;
        flex-direction: column;
        align-items: center;
        padding: 20px;
        gap: 20px;
        z-index: 1000;
    }

    .mobile-menu.active {
        display: flex;
    }

    .mobile-menu nav {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .mobile-menu .nav-btn {
        display: flex;
        flex-direction: column;
        gap: 15px;
    }
    
    .bubble3{
        display: none;
    }

    .hero{
        margin-top: 70px;
    }

    .hero h1{
        font-size: 48px;
        padding: 20px;
    }

    .hero-btn{
        padding: 13px;
    }

    .bubble1{
        top: 100px
    }

    .bubble2{
        top: 450px;
    }
    .features{
        padding-top: 100px;
    }
    .features-grid{
        grid-template-columns: 1fr;
        
    }
    .features-card{
        text-align: center;
        max-width: 500px;
    }
    .ft-head{
        text-align: center;
        justify-content: center;
    }
    .features-btn{
        flex-direction: column;
        padding: 30px;
    }
    .dashboard-img{
        margin-bottom: -100px;
        margin-top: 30px;
    }
    .helping-container{
        grid-template-columns: 1fr;
    }
    .helping-grid{
        grid-template-columns: 1fr;
    }
    .agreements-container{
        grid-template-columns: 1fr;
    }
    .agreements-left h2{
        font-size: 32px;
    }
    .agreements-left img{
        width: 100%;
        max-width: 420px;
    }
    .agreements-right img{
        width: 100%;
        max-width: 420px;
    }
    .about2{
        padding: 20px;
    max-width: 420px;
    }
    .cta-illustration{
        width: 100px;
    }

    .cta-content h2{
        font-size: 25px;
    }
    .cta-input{
        max-width: 420px;
        margin: 10px auto 0;
        padding: 3px;
    }
    .footer{
        grid-template-columns: 1fr;
    }

    .register-left{
        display: none;
    }
    .register {
    flex-direction: column; /* STACK */
    align-items: flex-start;
    padding: 30px 20px;
    gap: 40px;
  }

  .register-left {
    max-width: 100%;
  }

  .register-left h1 {
    font-size: 32px;
    line-height: 40px;
  }

  .register-right {
    width: 100%;
  }

  .form-box {
    width: 100%;
    padding: 30px 20px;
    min-height: auto;
  }

  .row {
    flex-direction: column; 
    gap: 35px;
  }

  .google-btn{
    justify-content: center;
    color: black;
  }

  .google-btn:hover{
    background-color: black;
    color: white;
  }

  .signup-btn:hover{
    color: white;
    background-color: black;
    /* border: 2px solid #0085FF; */
  }

  .buttons {
    flex-direction: column;
  }
  .desktop-only {
    display: none;
  }

  .mobile-only {
    display: block;
    text-align: center;
  }
}

/* Tablet Responsiveness  */
@media (max-width: 768px) {
.register-left{
    display: none;
}
.desktop-only {
    display: none;
  }

  .mobile-only {
    display: block;
    text-align: center;
  }
}
