:root {
    background: transparent;
}

body{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.homeContentDesktop {
    background: url("../../../assets/images/LandingBackgroundImage.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100vw;
    height: 100vh;
}

.homeContentDesktop > p:nth-of-type(1),
.homeContentDesktop > p:nth-of-type(2) {
    color: rgba(255, 255, 255, 1);
    font-family: "oswald";
    font-size: 8vh;
    font-weight: 600;
    letter-spacing: 0.05em;
    margin-top: 8%;
}

.homeContentDesktop > p:nth-of-type(1) > span {
    color: rgba(255, 193, 26, 1);
}

.homeContentDesktop > p:nth-of-type(2) {
    margin-top: -2vh;
}

.homeContentDesktop > p:nth-of-type(3) {
    width: 38.5%;
    color: rgba(255, 255, 255, 1);
    font-family: "Carlito";
    font-size: 3.3vh;
    font-weight: 200;
    margin-top: 2vh;
}

.homeContentDesktop > button {
    position: relative;
    margin-top: 3%;
    font-family: "oswald";
    width: 7%;
    font-weight: 800;
    padding: 0.5% 0%;
    border-radius: 2vh;
    background-color: rgba(255, 193, 26, 1);
   
}

.homeContentMobile > .mobileblackbackground {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 90%;
    z-index: -2;
} 

.homeContentMobile > .mobileText > .titleOne {
    margin-top: 15%;
    gap: 1%;
    width: 80%;
}

.homeContentMobile > .mobileText > .titleOne > p:nth-of-type(1) {
    font-family: "oswald";
    font-size: 150%;
    font-weight: 600;
    color: rgba(255,255,255,1);
}

.homeContentMobile > .mobileText > .titleOne > p:nth-of-type(2) {
    font-family: "oswald";
    font-size: 150%;
    font-weight: 600;
    color: rgba(255, 193, 26, 1);
}

.homeContentMobile > .mobileText > p:nth-of-type(1) {
    margin-top: 1%;
    font-family: "oswald";
    font-size: 150%;
    font-weight: 600;
    color: rgba(255,255,255,1);
}

.homeContentMobile > .mobileText > p:nth-of-type(2) {
    margin-top: 8%;
    width: 70%;
    font-family: "Carlito";
    font-size: 125%;
    font-weight: 400;
    color: rgba(179, 179, 179, 1);

}


.homeContentMobile > .mobileText > button {
    margin-top: 10%;
    font-family: "oswald";
    width: 30%;
    font-weight: 800;
    padding: 0.5% 0%;
    border-radius: 2vh;
    background-color: rgba(255, 193, 26, 1);
    font-size: 125%;
   
}

.homeContentMobile > img {
    height: 35vh;
    object-fit: cover;
}

  /* Blogs Section Styling */
  .blogs-section {
    margin-bottom: 5%;
    margin-top: 5%;
    padding: 2%;
    background-color: rgba(255, 255, 255, 1);
    box-shadow: 0px 4px 21.9px -4px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    width: 80%;
}

.blogs-section h2 {
    font-family: "Oswald", sans-serif;
    font-size: 200%;
    font-weight: 600;
    color: rgba(255, 193, 26, 1);
    margin-bottom: 2%;
}

.blogs-section .blog {
    margin-bottom: 2%;
    padding: 1%;
    border-bottom: 1px solid rgba(185, 185, 185, 1);
}

.blogs-section .blog:last-child {
    border-bottom: none;
}

.blogs-section .blog h3 {
    font-family: "Oswald", sans-serif;
    font-size: 120%;
    font-weight: 500;
    color: rgba(0, 0, 0, 1);
    margin-bottom: 0.5%;
}

.blogs-section .blog p {
    font-family: "Carlito", sans-serif;
    font-size: 105%;
    font-weight: 400;
    color: rgba(140, 143, 147, 1);
    margin-bottom: 1%;
}

.blogs-section .blog a {
    font-family: "Oswald", sans-serif;
    font-size: 105%;
    font-weight: 500;
    color: rgba(255, 193, 26, 1);
    text-decoration: none;
    transition: color 0.3s ease;
}

.blogs-section .blog a:hover {
    color: rgba(0, 0, 0, 1);
}

.location-section {
    max-width: 900px;
    margin: 24px auto;
    background: #e3f2fd;
    border-radius: 10px;
    padding: 24px 18px;
    box-shadow: 0 1px 8px rgba(25,118,210,0.07);
  }
  .location-section h2 {
    color: #1976d2;
    font-size: 1.4em;
    margin-bottom: 10px;
    font-weight: 600;
  }
  .location-section p {
    color: #333;
    font-size: 1.05em;
    margin-bottom: 8px;
  }
  .location-section img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin-top: 12px;
    box-shadow: 0 1px 6px rgba(25,118,210,0.08);
  }

  .testimonials-section {
    max-width: 900px;
    margin: 24px auto;
    background: #fffde7;
    border-radius: 10px;
    padding: 24px 18px;
    box-shadow: 0 1px 8px rgba(255,213,79,0.07);
  }
  .testimonials-section h2 {
    color: #fbc02d;
    font-size: 1.3em;
    margin-bottom: 10px;
    font-weight: 600;
  }
  .testimonials-section blockquote {
    background: #fffde7;
    border-left: 4px solid #fbc02d;
    margin: 10px 0;
    padding: 10px 16px;
    font-style: italic;
    color: #555;
    border-radius: 4px;
  }
  .testimonials-section a {
    display: inline-block;
    margin-top: 10px;
    color: #fbc02d;
    text-decoration: underline;
    font-weight: 500;
  }

  .faq-section {
    max-width: 900px;
    margin: 24px auto;
    background: #e8f5e9;
    border-radius: 10px;
    padding: 24px 18px;
    box-shadow: 0 1px 8px rgba(76,175,80,0.07);
  }
  .faq-section h2 {
    color: #388e3c;
    font-size: 1.3em;
    margin-bottom: 10px;
    font-weight: 600;
  }
  .faq-section h3 {
    color: #388e3c;
    font-size: 1.1em;
    margin-bottom: 4px;
    font-weight: 500;
  }
  .faq-section p {
    color: #333;
    font-size: 1em;
    margin-bottom: 8px;
  }
  .faq-section a {
    display: inline-block;
    margin-top: 10px;
    color: #388e3c;
    text-decoration: underline;
    font-weight: 500;
  }
