/*==========================================
        GOOGLE FONT
==========================================*/

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap');


/*==========================================
            RESET
==========================================*/

*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

html{
    scroll-behavior:smooth;
}

body{

    font-family:'Poppins',sans-serif;

    background:linear-gradient(
        180deg,
        #FFFFFF 0%,
        #f8f8f8 100%
    );

    color:#183B33;

    overflow-x:hidden;

}


a{
    text-decoration:none;
}


img{

    max-width:100%;
    display:block;

}


button,
input{

    font-family:'Poppins',sans-serif;

}


/*==========================================
        CONTAINER
==========================================*/

.container{

    width:90%;
    max-width:1400px;
    margin:auto;

}


/*==========================================
            HEADER
==========================================*/

header{

    display:flex;
    justify-content:space-between;
    align-items:center;

    background:transparent;
    margin-top:-30px;
    padding:0px 0;


}


.logo img{
     margin-left:-105px;

    width:600px;
      transform:translateY(-20px);
}


.header-right{

    display:flex;

    align-items:center;

    gap:16px;
    transform:translateY(-30px);

}


.language-dropdown{

    position:relative;

}


.language-btn{

    background:#073C32;

    color:#fff;

    border:none;

    border-radius:30px;

    padding:10px 16px;

    display:flex;

    align-items:center;

    gap:8px;

    cursor:pointer;

    font-weight:600;

    font-size:14px;

}


.language-btn.active i{

    transform:rotate(180deg);

}


.language-menu{

    position:absolute;

    top:115%;

    right:0;

    width:160px;

    background:#fff;

    border-radius:16px;

    box-shadow:0 15px 35px rgba(0,0,0,.12);

    overflow:hidden;

    display:none;

    z-index:999;

}


.language-menu a{

    display:block;

    padding:12px 16px;

    color:#222;

    font-weight:500;

}


.language-menu a:hover{

    background:#073C32;

    color:#fff;

}


.language-menu.show{

    display:block;

}


/*==========================================
        LAUNCH BADGE
==========================================*/

.launch-badge{

    background:#073C32;

    color:#fff;

    padding:11px 22px;

    border-radius:50px;

    display:flex;

    align-items:center;

    gap:8px;

    font-size:14px;

    font-weight:600;

}


/*==========================================
            HERO
==========================================*/

.hero{

    display:flex;

    justify-content:space-between;

    align-items:center;

    gap:40px;

    min-height:68vh;
    margin-top:-40px;
}


/*==========================================
        LEFT SIDE
==========================================*/

.hero-left{

    flex:1;

}


.hero-left h1{

    font-size:65px;

    line-height:1.12;

    font-weight:800;

    color:#073C32;

    margin-bottom:22px;
    position:relative;
    top:-20px;

}


.hero-left p{

    font-size:20px;

    line-height:1.7;

    color:#4B4B4B;

    max-width:560px;

    margin-bottom:35px;
    position:relative;
    top:-30px;

}


.hero-left h3{

    font-size:28px;

    margin-bottom:20px;

    color:#183B33;
    position:relative;
    top:-40px;

}


/*==========================================
        RIGHT SIDE
==========================================*/

.hero-right{

    flex:1;

    display:flex;

    justify-content:center;

    align-items:center;

    position:relative;

}


.hero-right img{

     width: 800px;
     height: 650px;
    
    object-fit:contain;
     display:block;
    border:none;
    outline:none;
   overflow: hidden;
     position:relative;
    top:-8px;
background:transparent;
margin-left: -90px;
 max-width:1500px;
    transform:translateX(80px);
    margin-right: -150px;

   

}



 /*==========================================
        EMAIL FORM
==========================================*/

.email-box{
    display:flex;
    align-items:center;
    width:100%;
    max-width:540px;
    height:56px;
    background:#fff;

    border:3px solid #073C32;   /* Thin green border */
    border-radius:5px;

    overflow:hidden;
}

.email-box:hover{
    border-color:#8DB9A8;
}

.email-box i{
    padding:0 18px;
    color:#0A4D3C;
    font-size:20px;
}

.email-box input{
    flex:1;
    border:none;
    outline:none;
    background:transparent;
    font-size:17px;
    color:#333;
}

.email-box input::placeholder{
    color:#9A9A9A;
}

.email-box button{
    height:52px;
    margin:0px;                
    padding:0 38px;

    background:#0A4D3C;
    color:#fff;

    border:none;
    border-radius:3px;

    font-size:17px;
    font-weight:600;
    cursor:pointer;

    transition:.3s;
}

.email-box button:hover{
    background:#06382D;
}



footer{

    position:relative;

    left:50%;

    transform:translateX(-50%);

    width:100vw;

    background:#073C32;

    padding:35px 0;

    margin-top:-10px;

    color:#fff;

    border:none;

}
.footer-container{

    width:100%;

    max-width:1400px;

    margin:0 auto;

    padding:0 40px;

    display:flex;

    justify-content:space-between;

    align-items:center;

    gap:30px;

    flex-wrap:wrap;

}
/*==========================================
        FOOTER ITEMS
==========================================*/


.footer-item{

    display:flex;

    align-items:center;

    gap:15px;

}



.footer-item i{

    width:52px;

    height:52px;

    border-radius:50%;

    display:flex;

    align-items:center;

    justify-content:center;

    background:#E7F5F1;

    color:#073C32;

    font-size:20px;

}



.footer-item h4{

    font-size:16px;

    color:#fff;

    margin-bottom:4px;

}



.footer-item p{

    font-size:13px;

    color:#D6E4E0;

    margin:0;

}


/*==========================================
        FOOTER SOCIAL
==========================================*/


.footer-social{

    display:flex;

    align-items:center;

    gap:12px;
     margin-left:auto;

}



.footer-social p{

    font-size:15px;

    font-weight:600;

    color:#fff;

    margin-right:8px;

}



.footer-social a{

    width:42px;

    height:42px;

    border-radius:50%;

    background:#fff;

    color:#073C32;

    display:flex;

    justify-content:center;

    align-items:center;

    font-size:18px;

    transition:.35s;

}



.footer-social a:hover{

    background:#073C32;

    color:#fff;

    border:1px solid #fff;

    transform:translateY(-5px);

}


.mini-features{
    display:flex;
    flex-wrap:wrap;
    gap:-5px;
    margin-top:25px;
}

.mini-card{
    display:flex;
    align-items:flex-start;
    gap:12px;
    width:220px;   /* increase panniruken */
   
}

.mini-text{
    flex:1;
}

.mini-text h4{
    font-size:16px;
    line-height:1.3;
    margin:0 0 5px;
    word-break:break-word;
}

.mini-text p{
    font-size:13px;
    line-height:1.5;
    align-items:flex-start;
    margin:0;
    color:#666;
}