body {
    font-family: Arial, sans-serif;
    font-size:0.8em;
    margin: 0px;
    min-height: 100vh;
    background: #F6F9FF;
}


#title {
    font-size: 3em;
    margin: 10px 0;
    font-family: Sora;
    font-weight: 400;
    line-height: 60.48px;
    letter-spacing: 0%;

}

#ingress {
    font-size: 1.7em;
    font-family: Roboto;
    font-weight: 400;
    line-height: 49.53px;
    letter-spacing: 0%;
    text-align: right;

}

.banner-container{
    background: #131C40;
    display: flex;
    font-size: 1.5em;
    justify-content: center;
}
.banner {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #131C40;
    color: white;
    max-width: 1750px;
    margin: 0 30px;
}

.banner img {
    max-width: 1000px;
    width: 50%;
    height: auto;
    border-radius: 10px;
    margin-right: 20px;
    max-height: 1000px;
}

.banner-content {
    text-align: end;
}

.banner h1 {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 10px;
}

.banner p {
    font-size: 18px;
    line-height: 1.5;
    opacity: 0.9;
}

#header-container{
    background: #131C40;
    display: flex;
    justify-content: center;
}

/* Header Styling */
.header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1% 2%;
    background: #131C40;
    max-width: 1750px;
    width: 96%;
    top: 0;
    left: 0;
    z-index: 1000;
}

#footer-container {
    background: linear-gradient(180deg, #0A0F22 0%, #1C2232 100%);

    display: flex
;
    justify-content: center;
}

.footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1% 2%;
    color: white;
    max-width: 1750px;
    width: 96%;
    top: 0;
    left: 0;
    z-index: 1000;
    flex-direction: column;
    height: fit-content;
    text-decoration: none;
}

.footer h2{
    font-size: 3em;
    margin-bottom: 1em;
    font-family: Roboto;
font-weight: 400;
line-height: 100%;
letter-spacing: 0%;

}
.footer a{
    text-decoration: none;
}
.footer img{
    height: 2rem;
    margin:2em
}
.socialmedia{
    height: 10%;
}

.logo-container {
    padding: 1em;
    background: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo {
    width: 5em;
    height: 5em;
    border-radius: 50%;
}

.nav-links {
    display: flex;
    gap: 15px;
}

.nav-button {
    padding: 10px 20px;
    border: 1px solid white;
    border-radius: 25px;
    color: white;
    text-decoration: none;
    font-size: 2em;
    transition: background 0.3s, color 0.3s;
}

.nav-button:hover {
    background: rgba(255, 255, 255, 0.2);
}

.book-me {
    background: #FF911C;
    color: black;
    border: 0px;
}
.book-me:hover{
    background: #f7c28a;
}

#quote-container{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.quote {
    text-align: center;
    margin-top: 2rem;
    font-family: Roboto;
    font-weight: 400;
    font-style: italic;
    font-size: 3rem;
    line-height: 49.53px;
    letter-spacing: 0%;
    text-align: center;
    margin:auto;
    padding:5%;
    max-width: 1750px;

    border-bottom: 1px solid gray;

  }
  
  .quote-source {
    font-family: Roboto;
    font-weight: 500;
    font-size: 1.5rem;
    line-height: 49.53px;
    letter-spacing: 0%;

  }
  

  /* Content Card styles */
.content-card {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 2rem;
    padding: 1rem;
    max-width: 1750px;
  }
  
  .card-text {
    flex: 1;
    padding-right: 1rem;
  }
  .card-text h2{
    font-family: Sora;
    font-weight: 400;
    font-size: 4em;
    line-height: 64px;
    letter-spacing: 0%;

    }
    .card-text p{
        font-family: Roboto;
    font-weight: 400;
    font-size: 2em;
    line-height: 49.53px;
    letter-spacing: 0%;


    }
  .card-image {
    flex: 1;
    text-align: right;
    max-width: 50%;
  }
  
  .card-image img {
    max-width: 90%;
    height: auto;
    border-radius: 5px;
  }

  .card-button {
    padding: 10px 20px;
    border-radius: 25px;
    background: #FF911C;
    color: black;
    border: 0px;
    text-decoration: none;
    font-size: 2em;
    transition: background 0.3s, color 0.3s;

    font-family: Roboto;
    font-weight: 400;
    font-size: 1.5em;
    line-height: 100%;
    letter-spacing: 0%;

  }

  .info-content {
    display: flex;
    justify-content: space-between;
    margin-top: 5rem;
    padding: 1rem;
    max-width: 1750px;
  }
  
  .info-title {
    flex: 1;
    font-family: Sora;
    font-weight: 400;
    font-size: 3em;
    line-height: 64px;
    letter-spacing: 0%;
    padding: 0 2% 0 0;

  }
  
  .info-shortText {
    flex: 1;
    font-family: Roboto;
    font-weight: 400;
    font-size: 2em;
    line-height: 49.53px;
    letter-spacing: 0%;

  }
  

  /* Container for the two-column layout */
.aboutme-layout {
    display: flex;
    align-items: flex-start;
    max-width: 1750px;
    margin: 0 auto;
    padding: 2rem;
    gap: 10rem;
  }
  
  /* Left column for the image */
  .aboutme-image {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .aboutme-image img {
    width: 100%;
    height: auto;
    border-radius: 10px;
  }
  
  /* Right column for title and body text */
  .aboutme-text {
    flex: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 1rem;
  }
  
  .aboutme-text h1 {
    font-family: Sora;
    font-weight: 400;
    font-size: 48px;
    line-height: 100%;
    letter-spacing: 0%;

  }
  
  .aboutme-text .aboutme-body {
    font-family: Roboto;
    font-weight: 400;
    font-size: 28px;
    line-height: 49.53px;
    letter-spacing: 0%;

  }
  

  @media screen and (max-width: 768px) {
    /* Stack the banner elements vertically */
    .banner {
      flex-direction: column;
      text-align: center;
    }
    .banner img {
      width: 100%;
      margin: 0 0 20px;
      max-width: none;
    }
    .banner-content {
      text-align: center;
    }
    .logo-container{
        padding: 0.5em;
    }
    .logo{
        width: 3em;
        height: 3em;
    }
    
    .info-content{
        flex-direction: column;
    }
    .info-title{
        padding: 10px 0;
    }
    .header{
        margin-bottom: 2em;
    }
    /* Adjust content card layout */
    .content-card {
      flex-direction: column;
      align-items: center;
    }
    .card-image, .card-text {
      width: 100%;
      text-align: center;
    }
    
    /* Reduce font sizes for readability on small screens */
    #title {
      font-size: 2em;
    }
    #ingress {
      font-size: 1.4em;
      text-align: center;
    }
    .aboutme-layout{
        flex-direction: column;
        gap:0;
        padding: 0;
      }
    .footer img {
        height: 2rem;
        margin: 1em;
    }
  }
  .hamburger {
    display: none;
    flex-direction: column;
    cursor: pointer;
  }
  .hamburger .bar {
    width: 25px;
    height: 3px;
    background-color: white;
    margin: 4px 0;
  }
  
  
  @media screen and (max-width: 768px) {
    /* Full-screen overlay for nav links */
    .nav-links {
      display: none;
      position: fixed;
      top: 0;
      left: 0;
      width: 100vw;
      height: 100vh;
      background: #131C40;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      z-index: 999;
    }
    .nav-links.active {
      display: flex;
    }
    .hamburger {
      display: flex;
    }
    /* Style the close icon */
    .close-menu {
      position: absolute;
      top: 20px;
      right: 20px;
      font-size: 2em;
      color: white;
      cursor: pointer;
    }
    .nav-links a {
      font-size: 2em;
      margin: 15px 0;
    }
  }
  

  .blog-card {
    display: flex;
    align-items: center;
    background: #ffffff;
    border-radius: 8px;
    margin-bottom: 1.5rem;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  }
  
  .blog-card img {
    max-width: 500px;
    height: auto;
    border-radius: 5px;
    margin-right: 1rem;
  }

  .blog-card-text{
    padding: 5em;
  }
  
  .blog-card h2 {
    font-family: Sora;
    font-weight: 600;
    font-size: 3em;
    line-height: 100%;
    letter-spacing: 0%;

  }
  
  .blog-card p {
    font-family: Roboto;
    font-weight: 400;
    font-size: 2em;
    line-height: 49.53px;
    letter-spacing: 0%;

  }

  .read-more-btn{
    padding: 10px 20px;
    border-radius: 25px;
    text-decoration: none;
    font-size: 1.5em;
    color: black;
    background: #FF911C;


  }
  
  #blogpost-content{
    max-width: 1750px;
    margin: 0px auto;
    padding: 2rem;
    font-size: 3rem;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  #blogpost-content img{
    max-width: 50%;
  }

  .backcontainer{
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1750px;
    margin: auto;
    margin-top: 1%;
  }
  .backbutton{
    padding: 10px 20px;
    border-radius: 25px;
    background: black;
    color: white;
    border: 0px;
    text-decoration: none;
    font-size: 1.5em;
  }

  @media screen and (max-width: 768px) {
    /* Blog card responsive adjustments */
    .blog-card {
        flex-direction: column;
        text-align: center;
        padding: 1rem;
    }

    .blog-card img {
        max-width: 100%;
        margin: 0;
        border-radius: 8px 8px 0 0;
    }

    .blog-card-text {
        padding: 2rem;
    }

    .blog-card h2 {
        font-size: 2em;
    }

    .blog-card p {
        font-size: 1.5em;
    }

    .read-more-btn {
        font-size: 1.2em;
        padding: 8px 16px;
    }

    #blog-posts {
        padding: 1rem;
    }
}

@media screen and (max-width: 768px) {
    #blogpost-content {
        padding: 1rem;
        font-size: 1.2rem;
        text-align: left;
    }

    #blogpost-content h1 {
        font-size: 2em;
        text-align: center;
        margin-bottom: 1rem;
    }

    #blogpost-content img {
        max-width: 100%;
        height: auto;
        display: block;
        margin: 1rem auto;
        border-radius: 10px;
    }

    #blogpost-content div {
        padding: 0 1rem;
    }

    #blogpost-content p {
        font-size: 1.2em;
        line-height: 1.6;
        text-align: justify;
    }

    #blogpost-content a {
        word-wrap: break-word;
        color: #FF911C;
        text-decoration: none;
    }

    #blogpost-content a:hover {
        text-decoration: underline;
    }

    #blogpost-content p:last-child {
        text-align: center;
    }
}
.get-in-touch-content {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 10%;
    max-width: 1750px;
    width: 100%;
}
.text-container{
    flex:1;
}
.form-container {
    flex: 1;
}

.form-group {
    margin-bottom: 15px;
}

.form-group label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
}

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 8px;
    box-sizing: border-box;
    font-size: 1em;
}

.form-group textarea {
    height: 150px; /* Increase the height of the message box */
}

.form-group button {
    padding: 10px 20px;
    border: none;
    border-radius: 25px;
    background-color: black;
    color: white;
    font-size: 0.8em;
    cursor: pointer;
}

.form-group button:hover {
    background-color: #333;
}

/* Media query for mobile devices */
@media (max-width: 768px) {
    .get-in-touch-content {
        flex-direction: column;
    }
    
    .text-container, .form-container {
        flex: none;
        width: 100%;
    }
}

.content {
    margin-top: 3vw;
    display: flex;
    justify-content: center;
    font-size: 2.5em;
    width:90%;
    margin: auto;
}

.titlecontent{
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1750px;
    margin: auto;
    margin-top: 1%;
    font-size: 3em;

    font-family: Sora;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 0%;
    width:90%;
    

}
