html,
body {
  margin: 0px !important;
  width: 100%;
  height: 100%;
  padding: 0px;
  box-sizing: border-box;
  color: rgba(0, 0, 0, 0.8);
}

#a-menu-link {
  color: rgba(0, 0, 0, 0.8); /* Changes text color */
  text-decoration: none; /* Removes default underline */
  transition: color 0.3s ease;
}

#a-menu-link:hover {
  color: #f90345;
}

#home-1 {
  display: inline-block;
  background-color: #ffdbdb;
  margin: 0px !important;
  width: 100%;
}

#nav-bar-1 {
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  font-family: "Abhaya Libre", serif;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 1px;
  background-color: white;
  padding-right: 160px;
}

#logo-div {
  display: block;
}

#logo-1 {
  display: block;
  width: 100%;
  object-fit: cover;
}

#logo-home-link {
  display: block;
  width: 100%;
}
#menu-items {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: left;
  gap: 60px;
}

#services-hero {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  margin: 180px 0px 80px 50px;
  gap: 100px;
}

#services-dia-1 {
  width: 60%;
  opacity: 0.6;
}

#services-text {
  width: 100%;
}

#services-hero h1,
h4 {
  font-family: "Abhaya Libre", serif;
}

#services-hero p {
  font-family: "Inter", sans-serif;
}

#services-hero-h1-1 {
  font-size: 35px;
  word-spacing: 1px;
  padding-bottom: 10px;
}

#services-hero-p-1 {
  font-size: 14px;

  color: rgba(128, 128, 128, 0.711);
}

#services-hero-para-2 {
  font-size: 11px;
  margin: 0px;
  line-height: 18px;
}

#services-hero-para-3 {
  font-size: 11px;
  margin: 0px;
  line-height: 18px;
}

#services-section-2 {
  padding-top: 40px;
  padding-bottom: 60px;
  background-color: #ffdbdb;
  padding-left: 20px;
}
#services-section-2-flex-1 {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: flex-start;
  justify-content: left;
}

#services-section-2-text-1 ul {
  display: flex;
  flex-direction: column;
  align-items: left;
  gap: 15px;
  margin-bottom: 60px;
  font-family: "Abhaya Libre", serif;
  font-size: 18px;
  word-spacing: 2px;
  font-weight: bold;
}

#services-section-2-text-1 h1 {
  font-family: "Abhaya Libre", serif;
  font-size: 40px;
  word-spacing: 2px;
  line-height: 1px;
}

#services-section-2-text-1 p {
  font-family: "Inter", sans-serif;
  font-size: 13px;
  word-spacing: 1px;
  margin-top: 0px;
}

#services-section-2-grid {
  display: grid;
  grid-template-columns: auto;
  margin: auto;
  gap: 50px;
  padding-left: 40px;
  padding-right: 60px;
}

#services-grid-img {
  width: 15%;
  height: fit-content;
  margin: 0;
}

#services-grid-1-a h2 {
  font-family: "Abhaya Libre", serif;
  font-size: 20px;
  font-weight: 600;
  word-spacing: 1px;
  margin-bottom: 40px;
}

#services-grid-1-a p {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  word-spacing: 1px;
  color: gray;
}

.services-section-2-grid-item {
  display: flex;
  flex-direction: row;
  text-align: left;
  justify-content: left;
  gap: 50px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: rgb(84, 83, 83);
  border: 1px solid rgba(0, 0, 0, 0.079);
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

.color-pink {
  color: #f90345;
}

.color-green {
  color: rgb(21, 165, 122);
}

.color-blue {
  color: rgb(9, 58, 194);
}

#home-section-4-flex-1 {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

#home-section-4-col-col-2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 15px;
  font-family: "Inter", sans-serif;
  font-size: 13px;
}

#home-section-4 {
  padding: 100px 40px;
}

#home-section-4-flex-2 {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin-top: 60px;
}

#home-section-4-h1-col-1 {
  font-family: "Itim", cursive;
  margin-bottom: 0;
  margin-top: 0;
  font-weight: 600;
  font-size: 22px;
  letter-spacing: 1px;
}

#home-section-4-p1-col-1 {
  font-family: "Nanum Brush Script", cursive;
  margin-top: -3px;
}

.home-section-4-menu-link {
  color: rgba(0, 0, 0, 0.8); /* Changes text color */
  text-decoration: none; /* Removes default underline */
  transition: color 0.3s ease;
}

.home-section-4-menu-link:hover {
  color: rgb(9, 58, 194);
}

#subscriber-form {
  font-family: "Inter", sans-serif;
}
#subscriber-form label {
  font-size: 13px;
}

#subscriber-form input {
  font-size: 12px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 5px 10px;
  border-radius: 3px;
}

#subscriber-email {
  margin-bottom: 5px;
}

#home-section-4-col-4 {
  font-family: "Inter", sans-serif;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.8);
}

#home-section-4-col-5 {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 6px;
  font-family: "Inter", sans-serif;
  font-size: 12px;
}

#send-btn-1:hover {
  background-color: rgba(90, 125, 151, 0.26);
}
