* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}

html, body {
    width: 100%;
    height: 100%;
    overflow-x: hidden;
}

.navbar {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #09203A;
    height: 93px;
    color: white;
    width: 100%;
}

span {
    color: #12D640;
}

#about {
    color: #12D640;
    border-bottom: 2px solid yellow; /* Adds a bottom border */
    padding-bottom: 3px; /* Optional: Add some space below the text */
}

h1 {
    font-size: 30px;
    font-weight: bold;
    padding: 12%;
    margin-left: -10%;
}

.nav-links {
    display: flex;
    list-style: none;
}

.nav-links li {
    margin-right: 2rem;
}

.nav-links a {
    color: #fff;
    text-decoration: none;
    font-size: 1.1rem;
    transition: color 0.3s;
}

.nav-links a:hover {
    color: #12D640;
}

/* Hamburger Styles (visible on mobile) */
.hamburger {
    display: none;
    flex-direction: column;
    justify-content: space-around;
    width: 30px;
    height: 21px;
    cursor: pointer;
}

.hamburger span {
    display: block;
    width: 100%;
    height: 3px;
    background-color: #fff;
}

.top {
    width: 100%;
    height: 45vh;
    display: flex;
}

.top .left {
    width: 50%;
    height: 45vh;
    background-color: #010E1B;
}

.top .left .img {
    width: 330px;
    margin-top: 2.5%;
    height: 310px;
    margin-left: 25%;
    background-color: black;
    background-image: url(/images/kurta\ passport\ img\ crop.jpg);
    background-size: cover;
}

.top .left p {
    font-size: 13px;
    color: white;
    margin-left: 25.5%;
    margin-top: 10px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

#only-about::after {
    content: "";
    display: block;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.719);
    width: 20%;
    margin-left: 11%;
    margin-top: -2%;
}

.top .right {
    width: 50%;
    height: 45vh;
    background-color: #010E1B;
}

.top .right #lorem {
    color: white;
    padding: 40px;
    margin-left: -30%;
}

.info-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr); 
    gap: 20px;
    max-width: 600px;
    margin: auto;
    margin-left: -25%;
}

.info-item {
    display: flex;
    align-items: center;
    gap: 10px;
    color: white;
}

.icons {
    color: #12D640;
    font-size: 18px;
}

strong {
    color: white;
}

.title {
    font-size: 12px;
    color: white;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 20px;
    border-bottom: 2px solid #12D640;
    display: inline-block;
    padding-bottom: 5px;
    margin-left: 2%;
}

.interests-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr); /* 4 columns layout */
    gap: 20px;
    justify-content: center;
    margin-top: 20px;
    z-index: 99;
    color: white;
}

.interest-card {
    background-color: #12223b;
    padding: 20px;
    border-radius: 10px;
    text-align: left;
    display: flex;
    align-items: center;
    gap: 10px;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
    transition: transform 0.3s ease;
}

.interest-card:hover {
    transform: scale(1.05);
}

.icon {
    font-size: 24px;
    color: white;
}

.icon img {
    height: 30px;
}

.down {
    width: 100%;
    height: 43vh;
    display: flex;
}

.down .left {
    width: 100%;
    height: 43vh;
    background-color: #010E1B;
}


/* Responsive Styles */
@media (max-width: 768px) {
    /* Navbar */
    .nav-links {
        position: absolute;
        top: 70px;
        left: 0;
        width: 100%;
        background-color: #09203A;
        flex-direction: column;
        align-items: center;
        display: none;
        padding: 1rem 0;
    }

    h1{
        margin-left: -12%;
    }
    .nav-links li {
        margin: 1rem 0;
    }

    .hamburger {
        display: flex;
        margin-left: 25%;
    }

    .nav-links.active {
        display: flex;
    }

    /* Top Section */
    .top {
        flex-direction: column; /* Stack the left and right parts */
        height: auto;
    }

    .top .left,
    .top .right {
        width: 100%;
        height: auto;
    }
    .top .right #lorem{
        margin-left: 1%;
    }
    .top .left .img {
        width: 100%;
        height: 500px; /* Adjust height for mobile */
        margin: 0;
        margin-top: 2.5%;
    }
    .top .left #only-about{
        /* margin-top: -5%; */
        margin-left: -0.00000001%;
    }
    #only-about::after {
        content: "";
        display: block;
        height: 1px;
        background-color: rgba(255, 255, 255, 0.719);
        width: 20%;
        margin-left: 15%;
        margin-top: -2%;
    }


    /* Info Section */
    .info-container {
        margin-left: 0;
        /* padding: 0 5%; */
        font-size: 15px;
        display: flex;
        flex-direction: column;
    }

    /* Interests Container */
    .interests-container {
        grid-template-columns: repeat(2, 1fr); /* 2 columns for smaller screens */
        background-color: #09203A;
    }

    /* Title for mobile */
    .title {
        /* font-size: 10px; */
        margin-top: 10%;
        margin-left: 10%;
    }


       /* width */
::-webkit-scrollbar {
    width: 7px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey; 
    border-radius: 10px;
  }
   
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #042e5f; 
    border-radius: 5px;
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #12d64066; 
  }

}
