html {
    scroll-behavior: smooth;
    scroll-padding-top: 150px; 
  }
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body{
    background: linear-gradient(33deg, rgba(242,242,255,1) 0%, rgba(235,249,255,1) 100%);
    font-family: 'Josefin Sans', sans-serif;

}
/* Navbar Styles */
.logo1{
    height: 40px;
}
.logo2{
    height: 40px;
}
.logo3{
    height: 40px;
    display: none;
}
nav {
    background-color: #cee0f2;
    padding: 1rem;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1000;
}


.nav-links a:after {    
    background: none repeat scroll 0 0 transparent;
    bottom: 0;
    content: "";
    display: block;
    height: 2px;
    left: 50%;
    top: 23px;
    position: absolute;
    background: #2a76c7;
    transition: width 0.3s ease 0s, left 0.3s ease 0s;
    width: 0;
  }
.nav-links a:hover:after { 
    width: 100%; 
    left: 0; 
  }
  
  i.fa-solid.fa-bars {
    color: black;
}

.nav-container {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo {
    color: white;
    font-size: 1.5rem;
    font-weight: bold;
}

.nav-links {
    display: flex;
    gap: 2rem;
}

.nav-links a {
    color: black;
    position: relative;
    font-size: large;
   
    text-decoration: none;
    transition: color 0.3s;
}

.nav-links a:hover {
    color: #2a76c7;
}

.toggle-btn {
    display: none;
    background: none;
    border: none;
    color: white;
    font-size: 1.5rem;
    cursor: pointer;
}

/* Content Styles */

.main-content h2 {
    font-size: 2rem;
    color: #3f396d;
    margin-bottom: 50px;
    padding-bottom: 1px; 
    display: inline-block; 
    border-bottom: 2px solid #2a76c7; 
    text-align: center; 
}
.maincontent-header{
    text-align: center; 
}
.maincontent-header2{
    text-align: center; 
    margin-top: 80px;
    margin-bottom: -40px;
}
.content-wrapper {
    margin-top: 40px; 
}

#Intro{
    margin-bottom: 70px;
}

.main-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    font-family: Arial, sans-serif;
    line-height: 1.6;
}

.main-content h1 {
    color: #333;
    margin-bottom: 30px;
    font-size: 2.5rem;
}

.main-content p {
    margin-bottom: 18px;
    font-size: 2rem;
    text-align: center;
}

.background-container {
    margin-bottom: 30px;
    background: #f9f9f9;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.background-container h2 {
    color: #2a76c7;
    margin-bottom: 15px;
    font-size: 1.8rem;
}

.background-container p {
    margin-bottom: 15px;
    font-size: 1.1rem;
}

/* Lottie Animation Styles */
#lottie-animation {
    width: 100%;
    max-width: 500px;
    margin: 0 auto -20px auto;
}
#lottie-approach
{
    width: 100%;
    max-width: 900px;
    margin: 0 auto -20px auto;

}
.product-box {
    display: flex;
    max-width: 800px;
    margin: 20px auto;
    padding: 20px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    gap: 20px;
    background-color: white;
}

.image-container {
    flex: 0 0 200px;
}

.image-container img {
    width: 100%;
    height: auto;
    border-radius: 4px;
    object-fit: cover;
}

.content-container {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.product-title {
    font-size: 20px;
    font-weight: 600;
    color: #333;
    margin-bottom: 10px;
}

.product-description {
    font-size: 16px;
    color: #666;
}




.approaches {
margin-top: 5px; 

}

.approaches h2 {
font-size: 2rem;
color: #333;

margin-bottom: 20px;
padding-bottom: 10px;
display: inline-block; 
border-bottom: 2px solid #333;
text-align: center; 
}
.approaches-header {
margin-top: 60px;
text-align: center; 
}



.approach-box {
    margin-bottom: 30px;
    background-color: #ACC8E5;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.lottie-contain {
width: 45%;
height: 300px; 
}
.approach-text h4{
    font-size: 1.3rem;
    color: #3f396d;
}

.approach-text {
width: 100%;
padding-left: 20px;
text-align: justify;
}
.approach-text  ul{
    width: 100%;
    padding-left: 20px;
    list-style: none;
    }

.approach-text p {
font-size: 1.1rem;
text-align: justify;

line-height: 1.6;
}


.features {
margin-top: 40px; 
}

.features h2 {
    font-size: 2rem;
    color: #3f396d;
    margin-top: 60px;
    margin-bottom: 40px; 
    padding-bottom: 1px; 
    display: inline-block; 
    border-bottom: 2px solid #2a76c7; 
    text-align: center; 
}
.features-header{
    text-align: center; 
}


.features-box {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
max-width: 1200px;
margin: 0 auto;
padding: 20px;
}

.feature-rectangle {
width: 48%; 
margin-bottom: 20px;
padding: 20px;
background-color: #ACC8E5;
border-radius: 8px;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
text-align: center;
}

.feature-rectangle p {
font-size: 1rem;
font-weight: 600;
color: #333;
}


@media (max-width: 768px) {
.feature-rectangle {
width: 100%;
margin-bottom: 20px;
}
}





@media (max-width: 768px) {
.approach-box {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
height: 100%; 
}

.lottie-contain {
width: 80%; 
height: 250px; 
margin-bottom: 20px; 
}

.approach-text {
width: 100%; 
text-align: center;
}

.approach-text p {
font-size: 1.1rem; 
}
}


/* Responsive Styles */
@media (max-width: 768px) {
    .main-content h2{
        font-size: 1.6rem;
    }
    .main-content p{
        font-size: 1.2rem;
    }
    .approach-text {
        width: 100%; 
        text-align: center;
        margin-left: -18px;
        }
        
    
    .toggle-btn {
       
        display: block;
    }
    .logo2{
        display: none;
    }
    .logo3{
        display: block;
        margin-top: -10px;
    }
    .nav-container{
        margin: 10px;
    }

    .nav-links {
        display: none;
        width: 100%;
        position: absolute;
        top: 70px;
        left: 0;
        background-color: #cee0f2;
        flex-direction: column;
        padding: 1rem;
        gap: 1rem;
    }

    .nav-links.active {
        display: flex;
    }

    .phishing-content {
        padding: 20px;
    }

    .phishing-content h1 {
        font-size: 1.8rem;
    }

    .background-container {
        padding: 15px;
        margin-bottom: 20px;
    }

    .background-container h2 {
        font-size: 1.3rem;
    }

    .background-container p {
        font-size: 1rem;
    }
}

@media (min-width: 769px) and (max-width: 1023px) {
    .phishing-content {
        padding: 30px;
    }
    
    .phishing-content h1 {
        font-size: 2rem;
    }

    .background-container h2 {
        font-size: 1.5rem;
    }
}

.footer{
    background-color: #cee0f2;
    padding: 1rem;
    height: 200px;
    width: 100%;
    top: 0;
    z-index: 1000;
}
.footer-content{
    text-align: center;
    margin: 20px;
}