/* Global Styles */
* {
    margin: 0;
    padding: 0;
    font-family:  "Poppins", sans-serif;
    box-sizing: border-box;
}

html, body {
    background-color: #111;
    height: 100%; /* Prevent horizontal scrolling */
    color: #fff; /* Text color */
    scroll-behavior: smooth; /* Smooth scrolling */
}
.page-container {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}


/* Logo and Navigation */
.logo {
    padding: 20px 20px 5px;
    font-size: 40px;
    font-family:  "Poppins", sans-serif;
    font-weight: 800;
}

nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-right: 25px;
}

nav h1 a {
    color: white;
    text-decoration: none;
    font-size: 40px;
    font-family:  "Poppins", sans-serif;
    font-weight: 800;
}

nav ul {
    display: flex;
    list-style: none;
}

nav ul li {
    margin: 10px 50px;
}

nav ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    font-family:  "Poppins", sans-serif;
    position: relative;
}

nav ul li a::after {
    content: "";
    width: 0;
    height: 3px;
    background: white;
    position: absolute;
    left: 0;
    bottom: -6px;
    transition: 0.5s;
}

nav ul li a:hover::after {
    width: 100%;
}

/* Header Section */

#header {
    flex: 1;

    
}


.header-text p {
    padding-left: 20px;
    font-family:  "Poppins", sans-serif;
}

.first-page-main {
    font-size: 50px;
    text-align: center;
    font-family:  "Poppins", sans-serif;
}
.intro-message{
    margin-top:180px;
}

/* About Section */
.about-container {
    font-family:  "Poppins", sans-serif;
    max-width: 1300px;
    margin: 10px auto;
    padding: 20px;
    text-align: center;
}

.about-container h1 {
    font-family:   "Poppins", sans-serif;
    font-size: 3rem;
    margin-bottom: 20px;
    color: white;
}

.about-container p {
    font-family:  "Poppins", sans-serif;
    font-size: 1.2rem;
    margin-bottom: 20px;
    text-align: left;
    line-height: 1.5;
}

/* Skills Section */
.skills-section {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
    padding: 20px 0 100px 0;
}

.skills-section h2 {
    font-size: 2rem;
    font-family:  "Poppins", sans-serif;
    margin-bottom: 20px;
    color: white;
}

.skills-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin-top: 20px;
}

.skill-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 100px;
}
.skill-item img {
  width: 50px;
  height: auto;
  margin-bottom: 8px;
}




.skill-item span {
    font-size: 1rem;
}

/* Footer Section */
footer, .footerMain {
    position: static;
    bottom: 0px;
    text-align: center;
    padding: 20px 0;
    background-color: #111;
    color: #888;
}

footer a, .footerMain a {
    color: grey;
    text-decoration: none;
}

footer a:hover, .footerMain a:hover {
    text-decoration: underline;
}

/* Columns */
.column {
    display: flex;
    flex-direction: row;
    margin-top:120px;
    padding: 50px;
    gap: 40px;
}

.item-1 h1, .item-2 h1, .item-3 h1 {
    font-family:  "Poppins", sans-serif;
}

.item-1 p, .item-2 p, .item-3 p {
    font-family:  "Poppins", sans-serif;
    font-weight: 400;
    src: url("https://applesocial.s3.amazonaws.com/assets/styles/fonts/sanfrancisco/sanfranciscodisplay-regular-webfont.woff");
}

.item-image {
    margin-top: 30px !important;
    margin-left: 80px;
    width: 160px;
    height: 180px;
}

.item-image-2 {
    margin-top: 30px !important;
    margin-left: 180px;
    width: 160px;
    height: 180px;
}

.item-image-3 {
    filter: invert(100%);
    width: 200px;
    height: 120px;
    margin-top: 30px;
    margin-left: 170px;
}

/* Row */
.button-container {
  display: flex;
  justify-content: center; /* or center, if you prefer */
  margin-bottom: 20px;
}

.custom-btn {
  display: inline-block;
  padding: 0.4rem 0.8rem;
  font-size: 1rem;
  color: white;
  background-color: transparent;
  border: 1px solid white;
  border-radius: 20px;
  text-decoration: none;
  transition: background-color 0.3s ease;
  white-space: nowrap;
}

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


.row {
    display: flex;
    flex-direction: column;
    margin-top: 80px;
    margin-left: 120px;
    margin-right: 100px;
    padding: 0 200px;
    gap: 80px;
}
.item-row {
  margin-bottom: 40px;
}

.item-content {
  display: flex;
  gap: 40px; /* space between title and bullet points */
  align-items: flex-start;
}

.title-company {
  width: 220px; /* adjust as needed */
  flex-shrink: 0;
}

.paragraph-styling {
  flex: 1;
  line-height: 1.6;
}


.title-company h1, .title-company h3, .title-company h5, .title-company h6 {
    padding-bottom: 5px;
    font-family:  "Poppins", sans-serif;
    font-weight: 400;
    src: url("https://applesocial.s3.amazonaws.com/assets/styles/fonts/sanfrancisco/sanfranciscodisplay-regular-webfont.woff");
}
.paragraph-styling{
    font-family:  "Poppins", sans-serif;
    font-weight: 300;
    src: url("https://applesocial.s3.amazonaws.com/assets/styles/fonts/sanfrancisco/sanfranciscodisplay-regular-webfont.woff");
}
.volunteering-images-container{
    display: flex;
    gap: 20px;
}
.volunteering-images{
    width: 200px;
    height: 240px;
    border-radius: 10%;
}
.row-education{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 60px;
    gap: 0px;
}
.title-company-education{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 100px;
    
}
.title-company-education h1, .title-company-education h3, .title-company-education h5 {
    padding-bottom: 5px;
    font-family:  "Poppins", sans-serif;
    font-weight: 400;
    src: url("https://applesocial.s3.amazonaws.com/assets/styles/fonts/sanfrancisco/sanfranciscodisplay-regular-webfont.woff");
}

.row-volunteering {
    display: flex;
    flex-direction: column;
    margin-top: 150px;
    margin-left: 120px;
    margin-right: 100px;
    padding: 0 200px;
    gap: 80px;
}

.item-row-volunteering {
    display: flex;
    flex-direction: row;
    gap: 40px;
}

.title-company-volunteering {
    display: inline-block;
    justify-content: center;
    align-items: center;
    margin-right: 0px;
}
.title-company-volunteering h1, .title-company-volunteering h3, .title-company-volunteering h5 {
    padding-bottom: 5px;
    font-family:  "Poppins", sans-serif;
    font-weight: 400;
    src: url("https://applesocial.s3.amazonaws.com/assets/styles/fonts/sanfrancisco/sanfranciscodisplay-regular-webfont.woff");
}

.about-section {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 60px 40px;
  max-width: 1400px;
  margin: 0 auto;
  flex-direction: column;
}

.about-content {
  display: flex;
  gap: 60px;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}

.about-text {
  flex: 1;
  min-width: 300px;
}

.about-text h1 {
  font-size: 3rem;
  color: white;
  margin-bottom: 20px;
}

.about-text p {
  font-size: 1.2rem;
  line-height: 1.6;
  color: #fff;
  text-align: left;
  text-decoration: none;
}

.about-photo img {
    margin-top: 30%;
  width: 300px;
  height: auto;
  border-radius: 15px;
  object-fit: cover;
}
