body {
    margin: 0;
    font-family: "Roboto", sans-serif;
  }
  
  .nanny {
    position: relative;
    text-align: center;
    color: white;
  }
  .nanny img {
    width: 100%;
    height: auto;
  }
  .nanny-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .nanny-text h1 {
    font-size: 48px;
    margin: 10px 0;
  }
  .nanny-text p {
    font-size: 24px;
    margin: 10px 0;
  }
  .nanny-buttons {
    margin-top: 20px;
  }
  .nanny-buttons #a {
    text-decoration: none;
    color: white;
    background-color: #5840e0;
    padding: 7px 15px;
    border-radius: 7px;
    margin: 0 10px;
    font-weight: 700;
  }
  
  .nanny-buttons #b {
    text-decoration: none;
    color: white;
    border: 3px solid white;
  
    padding: 10px 20px;
    border-radius: 5px;
    margin: 0 10px;
    font-weight: 700;
  }
  
  .nanny-buttons a:hover {
    background-color: #656cbc;
  }
  
  .nanny-buttons #a:hover {
    background-color: #656cbc;
  }
  
  .about {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 50px;
  }

  .nannies {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 50px;
  }

  .image-section {
    flex: 1;
    padding-right: 20px;
  }
  .image-section img {
    width: 500px;
    height: 500px;
    border-radius: 20px;
  }
  .text-section {
    flex: 1;
    padding-left: 20px;
  }
  .text-section h1 {
    font-size: 36px;
    color: #000000;
    margin-bottom: 20px;
  }
  .text-section p {
    font-size: 16px;
    color: #333333;
    line-height: 1.6;
    margin-bottom: 20px;
  }
  .text-box p {
    font-size: 32px;
    color: #333333;
    line-height: 1.6;
    margin-bottom: 20px;
  }
  .text-section a {
    font-size: 16px;
    color: #4c60af;
    text-decoration: none;
    font-weight: bold;
  }
  .text-section a i {
    margin-left: 5px;
  }
  
  .box {
    width: 97.32%;
  
    padding: 20px;
    background-color: rgba(255, 255, 255, 0);
    background-image: linear-gradient(
      180deg,
      #d4d8ff 0%,
      rgba(255, 249, 243, 0) 100%
    );
    background-position: center center;
    background-repeat: no-repeat;
    border-width: 0px 0px 0px 0px;
    border-color: #e2e2e2;
    border-style: solid;
  }
  
  .view-all {
    text-align: right;
    font-size: 16px;
    color: #006400;
    margin-bottom: 20px;
  }
  .posts {
    display: flex;
    justify-content: space-between;
    padding: 20px;
  }
  .posts-item {
    width: 32%;
    text-align: center;
  }
  .posts-item iframe {
    width: 100%;
    height: 200px;
  }
  .posts-title {
    font-size: 16px;
    color: #000;
    margin-top: 10px;
  
    .box {
      width: 80%;
      margin: 0 auto;
      padding: 20px;
    }
    #title {
      font-size: 100px;
      color: #000;
      margin-bottom: 20px;
      font-weight: bold;
      font-style: normal;
    }
    .view-all {
      text-align: right;
      font-size: 16px;
      color: #006400;
      margin-bottom: 20px;
    }
    .posts {
      display: flex;
      justify-content: space-between;
    }
    .posts-item {
      width: 32%;
      text-align: center;
    }
    .posts-item iframe {
      width: 100%;
      height: 200px;
    }
    .posts-title {
      font-size: 16px;
      color: #000;
      margin-top: 10px;
    }
  }
  
  .container {
    width: 80%;
    margin: 0 auto;
  }
  .header {
    font-size: 36px;
    font-weight: bold;
    margin: 20px 0;
  }
  .view-all {
    float: right;
    font-size: 16px;
    color: #2e7d32;
    text-decoration: none;
    margin-top: -40px;
  }
  .study-us {
    background-color: white;
    padding: 20px 40px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    text-align: left;
    margin-top: 20px;
  }
  .study-us h2 {
    margin: 0 0 10px;
    font-size: 24px;
  }
  .study-us p {
    margin: 0 0 20px;
    font-size: 16px;
    color: #555;
  }
  .btn2 {
    display: inline-block;
    padding: 10px 20px;
    font-size: 16px;
    color: white;
    background-color: #224762;
    border: none;
    border-radius: 4px;
    text-decoration: none;
  }
  
  .btn2:hover {
    background-color: #28a745;
  }
  
  .foot {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 100px 100px;
  
    background-position: left center;
    background-repeat: no-repeat;
    border-width: 0px;
    border-color: rgb(226, 226, 226);
    border-style: solid;
  }
  
  .logo {
    display: flex;
    align-items: center;
  }
  .logo img {
    width: 100px;
    height: auto;
  }
  .logo-text {
    margin-left: 20px;
  }
  .logo-text h1 {
    margin: 0;
    font-size: 24px;
    color: #000;
  }
  .logo-text p {
    margin: 0;
    font-size: 16px;
    color: #000;
  }
  .review,
  .address {
    text-align: left;
  }
  .review h2,
  .address h2 {
    font-size: 20px;
    color: #000;
  }
  .review p,
  .address p {
    font-size: 16px;
    color: #000;
  }
  .review button {
    background-color: #232db3;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
  }
  
  .review button:hover {
    background-color: #285ba7;
  }
  .address a {
    color: #000;
    text-decoration: none;
    margin-right: 10px;
  }
  .address a:hover {
    color: #4caf50;
  }
  
  .background {
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: white;
  }
  .footers {
    background-color: #002895;
    color: #ffffff;
    text-align: center;
    padding: 20px 0;
    position: relative;
  }
  .footers p {
    margin: 0;
  }
  .bag-image {
    position: absolute;
    bottom: 0;
    right: 50px;
    width: 400px;
    height: auto;
  }
  .image-container {
    flex: 1;
    display: flex;
    justify-content: center;
  }
  .image-container img {
    border-radius: 20px;
    max-width: 100%;
    height: auto;
  }
  .text-container {
    flex: 1;
    padding-left: 50px;
  }
  .text-container h2 {
    font-size: 36px;
    color: #000000;
    margin-bottom: 20px;
  }
  .text-container ul {
    list-style: none;
    padding: 0;
  }
  .text-container ul li {
    font-size: 18px;
    color: #333333;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
  }
  .text-container ul li i {
    color: #4caf50;
    margin-right: 10px;
  }
  .title {
    font-size: 36px;
    color: #2f324f;
    margin-bottom: 50px;
  }
  .posts-items {
    width: 300px;
    text-align: center;
  }
  .posts-items iframe {
    width: 100%;
    height: 200px;
  }
  
  .foot {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 100px 100px;
  
    background-position: left center;
    background-repeat: no-repeat;
    border-width: 0px;
    border-color: rgb(226, 226, 226);
    border-style: solid;
    background-size: cover;
    background-color: whitesmoke;
  }
  @media (max-width: 768px) {
    header nav ul {
      flex-direction: column;
      text-align: center;
    }
  
    header nav ul li a {
      display: block;
      padding: 10px;
    }
  }
  
  @media (max-width: 480px) {
    body {
      padding: 0 10px;
    }
  
    section {
      margin: 20px 0;
    }
  }
  .navbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 3px 5px;
    background-color: white;
    border-bottom: 1px solid #ddd;
  }
  .navbar img {
    height: 80px;
  }
  .navbar ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
  }
  .navbar ul li {
    margin: 0 15px;
  }
  .navbar ul li a {
    text-decoration: none;
    color: black;
    font-size: 16px;
  }
  .navbar ul li a:hover {
    color: rgb(0, 107, 128);
  }
  .navbar ul li a.active,
  .navbar a.active {
    color: rgb(0, 98, 128);
    text-decoration: none;
  }
  .menu-icon {
    display: none;
    font-size: 24px;
    cursor: pointer;
  }
  @media (max-width: 768px) {
    .navbar ul {
      display: none;
      flex-direction: column;
      width: 100%;
      text-align: center;
    }
    .navbar ul li {
      margin: 10px 0;
    }
    .navbar ul.show {
      display: flex;
    }
    .menu-icon {
      display: block;
    }
  
    .navbar img {
      display: none;
    }
  
    .active {
      margin-right: 20px;
    }
  }
  @media (max-width: 480px) {
    .navbar img {
      height: 40px;
    }
    .menu-icon {
      font-size: 18px;
    }
    .navbar ul li a {
      font-size: 14px;
    }
  }
  
  @media (max-width: 819px) {
    .nanny img {
      height: 300px;
    }
  
    .nanny-text h1 {
      font-size: 30px;
    }
  
    .image-section img {
      height: 250px;
      width: 250px;
    }
  
    .logo {
      display: none;
    }
  
    .review button {
      font-size: 10px;
    }
  
    .study-us p {
      margin-right: 200px;
    }
  
    .container5 a {
      margin-top: 0.1px;
    }
  }
  
  @media (max-width: 525px) {
    #b {
      display: none;
    }
  
    .nanny img {
      height: 400px;
      width: 500px;
    }
  }
  