body {
    font-family: "Abhaya Libre", serif;
    background-image: url("../assets/images/assignment_bg.jpg");
    backdrop-filter: blur(3px);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    color: #333;
    /* line-height: 1.6; */
    /* margin: 0;
    padding: 0; */
    background-color: #f9f9f9;
    color: #333;
  }
  @import url("https://fonts.googleapis.com/css2?family=Abhaya+Libre:wght@400;500;600;700;800&family=Cormorant:ital,wght@0,300..700;1,300..700&display=swap");
  
  * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Abhaya Libre", sans-serif;
  }
  .serv {
    width: 100vw;
    max-width: 100%;
    height: max-content;
  }
  
  
  /* .navigationBar {
    width: 100%;
    height: 115px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #0d1f39;
    padding: 0.8rem 1rem;
  }
  .logo {
    width: 15%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
  }
  .logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .navLinks {
    width: 55%;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    position: relative;
  }
  .navLinks a {
    font-family: "Abhaya Libre", serif;
    text-decoration: none;
    color: white;
    font-size: 1.875rem;
    font-weight: 800;
    font-weight: 400;
    transition: all 0.3s ease;
    user-select: none;
  }
  .navLinks a:hover {
    color: rgba(255, 255, 255, 0.797);
  }
  .loginButton {
    width: 10rem;
    height: 70%;
    display: flex;
  }
  .loginButton button {
    width: 100%;
    height: 100%;
    border: 3px solid #b58b4b;
    background-color: transparent;
    border-radius: 0.5rem;
    font-family: "Abhaya Libre", serif;
    text-decoration: none;
    color: white;
    font-size: 1.2rem;
    padding: 0 0.5rem;
    font-weight: 800;
    box-shadow: 0px 4px 4px 0px #00000040;
    cursor: pointer;
    user-select: none;
  }
  .menu {
    display: none;
  }
   */
  /* @media screen and (max-width: 600px) {
    .navigationBar {
      position: relative;
      height: 10vh;
    }
    .logo {
      width: 30%;
     
    }
    .menu {
      display: block;
      color: #fff;
      font-size: 1.4rem;
      margin-right: 1rem;
    }
  
    .navLinks {
      display: none;
      position: absolute;
      top: 100%;
      left: 0;
      height: 37rem;
      justify-content: start;
      align-items: start;
      padding: 2rem;
      padding-top: 3rem;
      width: 60%;
      background-color: #0d1f39;
      box-shadow: inset -39.8px 39.8px 39.8px 0px #ffffff43,
        inset 39.8px -39.8px 39.8px 0px #0a182b67;
      backdrop-filter: blur(166px);
      flex-direction: column;
      width: 60%;
      border-radius: 0 1.5rem 1.5rem 0;
      gap: 2rem;
      user-select: none;
      z-index: 2;
    }
    .navLinks.active {
      display: flex;
    }
    .navLinks a {
      font-size: 1.8rem;
      font-weight: 400;
    }
    .navLinks a:hover {
      font-weight: 800;
    }
    .loginButton {
      width: 5rem;
      height: 2rem;
    }
    .loginButton button {
      font-size: 0.65rem;
      font-weight: 400;
    }
  } */
  
  .thesis-container {
    padding: 7rem;
    padding-top: 2.8rem;
    line-height: 1.6;
    margin: 0;
  }
  
  .title {
    text-align: center;
    color: rgba(13, 31, 57, 1);
    margin-bottom: 30px;
    font-size: 50px;
    font-weight: 800;
    line-height: 83.2px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    margin-bottom: 20px;
  }
  
  .content {
    display: flex;
    /* gap: 20px; */
    flex-wrap: wrap;
    gap: 5rem;
  }
  
  .text-section {
    flex: 3;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    margin-bottom: 1rem;
    /* background-color: #fff; */
  }
  
  .text-section h2 {
    color: rgba(13, 31, 57, 1);
    font-size: 40px;
    font-weight: 800;
    line-height: 2.7rem;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    margin-bottom: 5px;
  }
  
  .text-section p {
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 2rem;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: rgba(22, 53, 97, 1);
  }
  
  .text-section ul {
    list-style: none;
    padding: 0;
  }
  
  .text-section li {
    margin-bottom: 15px;
  }
  
  .text-section li strong {
    font-size: 1.1rem;
    color: #000;
  }
  .service-card {
    width: 28%;
    height: 120%;
    background-color: #f5f5f5;
    padding: 20px;
    border-radius: 10px;
    font-size: 1rem;
    line-height: 1.8;
    box-shadow: 0px 15px 30px rgba(11, 2, 55, 0.3), 0px 20px 40px rgba(11, 2, 55, 0.3);
  }
  .service-card a{
    text-decoration: none;
    color: white;
  }
  
  .service-card h3 {
    font-size: 2rem;
    color: #2c3e50;
    margin-bottom: 15px;
  }
  
  .service-card ul {
    list-style-type: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 5%;
    padding: 0;
  }
  
  .service-card li {
    font-size: 20px;
    color: #7f8c8d;
    margin-bottom: 10px;
  }
  .service-card li img {
    margin-right: 5px;
  }
  
  .enroll-btn {
    background-color: rgba(181, 139, 75, 1);
    color: #fff;
    padding: 10px 20px;
    font-size: 18px;
    border: none;
    font-family: "Abhaya Libre", serif;
    border-radius: 5px;
    cursor: pointer;
    margin-top: 15px;
    transition: background-color 0.3s ease;
    margin-left: 25%;
  }
  .enroll-btn:hover{
    background-color: rgb(204, 153, 76);
  }
  
  
  .content-choose h3,
  .content-whyChoose h3,
  .content-experts h3,
  .content-howWorks h3,
  .content-whyUs h3,
  .content-cta h3,
  .content-contact h3 {
    font-size: 2.5rem;
    font-weight: 800;
    line-height: 52px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: rgba(13, 31, 57, 1);
    margin-bottom: 1rem;
  }  
  .content-howWorks ol{
    list-style-type: none;
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }
.content-howWorks ol li h5{
    font-size: 1.5rem;
    font-weight: 800;
    color: rgba(13, 31, 57, 1);
}
.content-howWorks ol li p{
    font-size: 1.5rem;
    font-weight: 400;
    color: rgba(13, 31, 57, 1);
    margin-left: 0.5rem;
}

.content-howWorks,
.content-cta{
  margin: 0.2rem 0;
}
  .content-whyChoose ul,
  .content-whyUs ul,
  .content-contact ul {
    margin-left: 0;
    padding: 0;
    font-family: "Abhaya Libre", serif;
    color: rgba(22, 53, 97, 1);
    font-size: 18px;
    display: flex;
    flex-direction: column;
    gap: 0.3rem;
  }
  
  .content-whyUs ul{
    gap: 0.6rem;
  }
  .content-whyChoose ul,
  .content-contact ul {
    margin-left: 30px;
  }
  
  .content-choose p,
  .content-whyUs p,
  .content-experts p,
  .content-cta p,
  .content-contact p {
    list-style-position: inside;
    color: rgba(22, 53, 97, 1);
    margin-bottom: 0.5rem;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 29.9px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
  }
  .content-choose p{
    margin-bottom: 1rem;
  }
 
  .content-whyChoose p {
    margin: 0.5rem 0;
  }
  .content-whyChoose ul li,
  .content-whyUs ul li,
  .content-contact li {
    list-style-position: outside;
    /* margin-bottom: 15px; */
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 29.9px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
  }
  .content-whyUs ul li h4{
    margin-bottom: 0.6rem;
  }
 
  /* .content-offer ol li strong, */
  .content-whyChoose ul li strong {
    display: inline;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 49.9px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
  }

  @media (max-width: 480px) {
    .title {
      font-size: 24px;
      margin: 0px;
    }
    .thesis-container {
      padding: 20px;
    }
    .text-section h2 {
      font-size: 20px;
      line-height: 26px;
    }
    .text-section p {
      font-size: 12px;
      line-height: 16px;
    }
    .content {
      gap: 20px;
    }
    .service-card {
      width: 100%;
    box-shadow: 0px 5px 10px rgba(11, 2, 55, 0.3), 0px 10px 20px rgba(11, 2, 55, 0.3);
    }
    .service-card h3 {
      font-size: 16px;
    }
    .service-card ul {
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      margin-left: 0px;
    }
    .service-card ul div li {
      font-size: 11px;
    }
    .enroll-btn {
      font-size: 12px;
      padding: 8px 16px;
    }
    .card-img {
      height: 15px;
      width: 15px;
    }
    .content-choose{
      margin-top: 2rem;
    }
    .content-choose h3,
    .content-whyChoose h3,
    .content-experts h3,
    .content-howWorks h3,
    .content-whyUs h3,
    .content-cta h3 {
      font-size: 20px;
      line-height: 26px;
    }
    .content-howWorks ol{
      /* gap: 1.4rem; */
    }
    .content-whyUs ul{
      gap: 0.7rem;
      margin-left: 0.5rem;
    }
    .content-choose p,
    .content-whyChoose ul li,
    .content-howWorks ol li p,
    .content-whyUs ul li p,
    .content-whyChoose p,
    .content-cta p{
      font-size: 12px;
      line-height: 16px;
    }
    .content-whyUs ul li{
      font-size: 12px;
      margin-bottom: 0.3rem;
    }
    .content-howWorks ol li h5,
    .content-whyUs ul li h4{
      font-size: 12px;
      margin-bottom: 0.5rem;
      /* line-height: 20px; */
    }
    .content-experts p{
      font-size: 12px;
      line-height: 18px;
    }
    .content-whyChoose ul li p {
      margin: 4px 0;
      /* margin-bottom: 0px; */
    }
    .content-whyChoose ul li,
    .content-howWorks ol li{
      margin-bottom: 0px;
    }
    .content-choose p{
      margin-bottom: 1rem;
    }
    /* .content-choose ol li strong, */
    .content-whyChoose ul li strong {
      font-size: 12px;
    }
  }
  
  /* footer */
  .footer {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    /* background-color: #b58b4b; */
  }
  .footerImage {
    width: 100%;
    height: 80%;
    position: absolute;
    /* background-color: #163561; */
    left: 0;
    bottom: 0;
    z-index: -1;
  }
  .footerImage img {
    width: 100%;
    height: 100%;
    object-fit: fill;
    object-position: bottom;
  }
  .socialMedia {
    position: absolute;
    width: max-content;
    height: max-content;
    display: flex;
    flex-direction: row;
    gap: 1.5rem;
    right: 6rem;
    bottom: 2rem;
  }
  .socialMedia a i {
    font-size: 1rem;
    color: #fff;
  }
  .footerText {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    gap: 2rem;
    padding: 2rem 4.5rem;
    /* background-color: #163561; */
    color: white;
  }
  .footerQuickLinks,
  .footerContactInfo,
  .footerNewsletter {
    width: 25%;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 2rem;
    z-index: 1;
    position: relative;
    /* background-color: #163561; */
  }
  .footerQuickLinks {
    width: 15%;
    margin-top: 4%;
  }
  .footerQuickLinks h4,
  .footerContactInfo h4 {
    font-family: "Abhaya Libre", serif;
    font-size: 2rem;
    font-weight: 800;
    color: #fff;
  }
  .footerQuickLinks ul,
  .footerContactInfo ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    color: inherit;
    text-decoration: none;
  }
  .footerQuickLinks ul li a,
  .footerContactInfo ul li a {
    font-family: "Abhaya Libre", serif;
    font-size: 1.25rem;
    font-weight: 200;
    /* font-weight: 700; */
    color: #fff;
    text-decoration: none;
    transition: all 0.3s ease;
    cursor: pointer;
  }
  .footerQuickLinks ul li a:hover {
    font-weight: 700;
  }
  .footerLogo {
    width: 11rem;
    height: 100%;
    z-index: 1;
    position: absolute;
    top: -59%;
    left: -24%;
  }
  .footerLogo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .footerContactInfo {
    margin-top: 5%;
  }
  /* .footerContactInfo ul li {
    font-size: 1.3rem;
  } */
  .footerContactInfo ul li span {
    font-weight: 100;
  }
  .footerNewsletter {
    width: 30%;
  }
  
  .footerNewsletterText h4 {
    font-family: "Abhaya Libre", serif;
    font-size: 2rem;
    font-weight: 800;
    color: #fff;
  }
  .footerNewsletterText h5 {
    font-family: "Abhaya Libre", serif;
    font-size: 1.3rem;
    font-weight: 400;
    color: #fff;
  }
  .footerForm {
    width: 100%;
    height: max-content;
    display: flex;
    flex-direction: row;
    gap: 1rem;
  }
  .footerForm input {
    width: 70%;
    height: 3rem;
    padding: 0 1rem;
    border: none;
    border-radius: 0.5rem;
    font-family: "Abhaya Libre", serif;
    font-size: 1.3rem;
    font-weight: 400;
    color: #a0a0a0;
    outline: none;
  }
  .footerForm button {
    width: 30%;
    /* padding: 0.5rem 1.5rem; */
    height: 3rem;
    background-color: #b58b4b;
    border-radius: 0.7rem;
    font-family: "Abhaya Libre", serif;
    font-size: 1.5rem;
    font-weight: 700;
    color: #fff;
    cursor: pointer;
    border: none;
    outline: none;
  }
  @media screen and (min-width: 601px) {
    .footer {
      height: max-content;
      min-height: 35rem;
    }
  }
  @media screen and (max-width: 600px) {
    .footer {
      height: 11rem;
      min-height: none;
      /* height: max-content; */
      /* background-color: #a6a8aa; */
      overflow: hidden;
    }
    .footerImage {
      height: 90%;
      overflow: hidden;
    }
    .footerImage img {
      object-fit: fill;
    }
    .socialMedia {
      gap: 0.8rem;
      right: 2rem;
      bottom: 1.5rem;
    }
    .socialMedia a i {
      font-size: 0.5rem;
    }
    .footerText {
      gap: 0.4rem;
      padding: 0.5rem 0.5rem 0.5rem 1rem;
    }
    .footerQuickLinks,
    .footerContactInfo,
    .footerNewsletter {
      width: 40%;
      gap: 0rem;
      margin-top: 27%;
      /* background-color: #a6a8aa; */
    }
    .footerQuickLinks {
      width: 20%;
      /* margin-top: 0%; */
    }
    .footerQuickLinks h4,
    .footerContactInfo h4 {
      font-size: 0.8rem;
    }
    .footerQuickLinks ul {
      gap: 0rem;
    }
    .footerContactInfo ul {
      margin-top: 0.5rem;
      gap: 0.5rem;
    }
    .footerQuickLinks ul li a,
    .footerContactInfo ul li a {
      font-size: 0.5rem;
    }
    .footerLogo {
      /* height: 2rem; */
      width: 3.5rem;
      top: -55%;
      left: -12%;
    }
    .footerNewsletterText h4 {
      font-size: 0.8rem;
    }
    .footerNewsletterText h5 {
      margin-top: 0.5rem;
      font-size: 0.5rem;
      font-weight: 400;
    }
    .footerForm {
      margin-top: 0.5rem;
      gap: 0.1rem;
    }
    .footerForm input {
      height: 1rem;
      font-size: 0.6rem;
      padding: 0 0.2rem;
      border-radius: 0.25rem;
    }
    .footerForm button {
      height: 1rem;
      font-size: 0.4rem;
      border: none;
      border-radius: 0.35rem;
    }
  }
  