* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Open-sans", sans-serif;
}

body {
  font-family: "Open-sans", sans-serif;
  line-height: 1.6;
  color: #00543c;
  overflow-x: hidden;
  background: radial-gradient(
    circle,
    rgba(255, 255, 255, 1) 0%,
    rgb(250, 255, 254) 100%
  );
}

.container {
  max-width: 1200px;
  padding: 0 20px;
  margin: 0 auto;
}

/* Navigation */
nav {
  position: fixed;
  top: 0;
  width: 100%;
  height: 80px;

  background: #fff;
  backdrop-filter: blur(2px);
  z-index: 1000;
  padding: 8px 0;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  /* border-bottom: 1px solid #E7FEFF; */
  display: flex;
  justify-content: space-around;
  align-items: center;
}
#nav-menu {
  display: none;
}
#nav-menu .dropdown-item {
  display: flex;
  justify-content: center;
}

#nav-menu .dropdown-menu {
  background-color: #00543c;
}
#nav-menu .dropdown-toggle::after {
  display: none !important;
}
#nav-menu .dropdown-item a {
  text-decoration: none;
  color: #00543c;
  padding: 0.3rem 0.3rem;
}
#nav-menu .dropdown-item:hover {
  background-color: #00543c;
}
.logo {
  font-size: 1.8rem;
  font-weight: bold;
  color: #00543c;
  text-decoration: none;
  height: fit-content;
}

.nav-links {
  display: flex;
  list-style: none;
  gap: 2rem;
  margin: 0;
}

.nav-links a {
  text-decoration: none;
  color: #00543c;
  font-weight: 500;
  transition: color 0.3s ease;
  position: relative;
}
.footer-links a {
  text-decoration: none;
  color: #e8871e;
  font-weight: 500;
  transition: color 0.3s ease;
  position: relative;
}
.nav-links a:hover,
.footer-links a:hover {
  color: #00bd5e;
}

.logo_img {
  height: 2.5rem;
}

.image_container {
  height: 100%;
  flex: 1;
}
.nav-links a::after,
.footer-links a::after {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  bottom: -5px;
  left: 0;
  background: #e8871e;
  transition: width 0.3s ease;
}
#other_services svg {
  fill: #00543c;
}
#services svg {
  fill: white;
}
.nav-links a:hover::after,
.footer-links a:hover::after {
  width: 100%;
}

/* 
New hero */
.hero {
  min-height: 100vh;
  height: 100vh;
  /* background: linear-gradient(135deg, #00543c 0%, #4a7bc8 100%); */
  display: flex;
  flex-wrap: wrap;
  align-items: top;
  justify-content: center;
  color: #fff;
  position: relative;
  background-image: url(./img/hero.jpg);
  background-size: cover;
  background-position: top;
  padding: 25vh 0;
  position: relative;
  margin-top: 80px;
}
.hero:after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
}

.hero_text {
  padding-inline-start: 0;
  margin: 0;
  min-width: 300px;
}
.hero_cta {
  width: fit-content;
}
.hero-content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  padding-inline: 3rem;
  text-align: center;
  align-items: center;
}

.hero h1 {
  font-family: "Arvo";
  font-size: 4.5rem;
  margin-bottom: 1rem;
  animation: fadeInUp 1s ease;
  line-height: 5rem;
  font-weight: 700;
  width: fit-content;
}
.hero img {
  width: 80%;
}

.hero p {
  font-size: 1.5rem;
  font-weight: 500;
  width: 75%;
  margin-bottom: 2rem;
  opacity: 0.9;
  animation: fadeInUp 1s ease 0.3s both;
  margin-top: 1rem;
}

.cta-button {
  display: inline-block;
  background: #00bd5e;
  color: white;
  padding: 1.5rem 3rem;
  text-decoration: none;
  border-radius: 9px;
  font-weight: bold;
  transition: all 0.3s ease;
  animation: fadeInUp 1s ease 0.6s both;
  font-size: 1.5rem;
  margin-top: 1rem;
  /* box-shadow: 0 10px 30px rgb(143 255 239 / 30%); */
}

.cta-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 40px rgba(92, 255, 179, 0.61);
}
/* Section Styles */
section {
  padding: 80px 0;
}

.section-title,
.dNtlyB {
  text-align: center;
  font-size: 2.5rem;
  margin-bottom: 3rem;
  color: #00543c;
  position: relative;
  font-family: "arvo", sans-serif;
}
.section-title span {
  font-family: "arvo", sans-serif;
}

.section-title::after,
.dNtlyB::after {
  content: "";
  width: 60px;
  height: 4px;
  background: #e8871e;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 2px;
}
.section-subtitle {
  font-size: 1.5rem;
  display: block;
  padding-block: 0.5rem;
  color: #212529;
}

/* Overview Section */
.overview {
  background: #f9f9f9;
}

.overview-content {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  max-width: 1000px;
  margin: 0 auto;
}
.targets-banner {
  max-width: 1200px;
  margin: auto;
  padding-block: 4rem;
}
.overview-text {
  font-size: 1.1rem;
  line-height: 1.8;
}
.overview-targets {
  padding: 2rem;
  width: 100%;

  margin-inline: auto;
  color: #00543c;
  border-radius: 1rem;
}
.overview .mid-title {
  color: #00bd5e;
  font-weight: 600;
  font-size: 1.5rem;
  text-align: center;
}
.overview .target-list {
  width: 100%;
}
.overview .target-col {
  display: flex;
  justify-content: center;
}
.overview .target-box {
  width: fit-content;
}
.overview .target-item {
  font-size: 1.2rem;
  padding-block: 0.5rem;
  text-align: start;
  position: relative;
}
.overview .target-item span.point {
  color: #00bd5e;
  padding-right: 0.5rem;
}

.overview ul li::marker {
  color: #00bd5e;
}
.highlight-box {
  margin-top: 2rem;
  background: #ffffff;
  padding: 2rem;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  border-left: 5px solid #00bd5e;
}
.highlight-box h3 {
  color: #e8871e;
}
.stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  margin-top: 3rem;
}

.stat-item {
  text-align: center;
  background: #00bd5e;
  padding: 2rem;
  border-radius: 15px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  font-weight: 600;
  font-family: "arvo";
}
.stat-item p {
  font-family: "arvo";
}

.stat-number {
  font-size: 2.5rem;
  font-weight: bold;
  color: white;
  font-family: "arvo";
}

/* Services Section */
.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}

.service-card {
  background: white;
  padding: 2rem;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border-top: 5px solid#00bd5e;
}

.service-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.service-icon {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, #00bd5e, #00543c);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
  color: white;
  font-size: 1.5rem;
}

.service-card h3 {
  margin-bottom: 1rem;
  color: #00543c;
}

/* other_services Section */
.other_services {
  background: #f8f9fa;
}

.partners-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4rem;
  margin-bottom: 4rem;
}

.partner-card {
  background: white;
  padding: 2rem;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border-top: 5px solid #00543c;
}

.partner-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

.partner-icon {
  font-size: 3rem;
  margin-bottom: 1rem;
  display: block;
}
.partner-icon a {
  display: contents;
}
.partner-card .partner-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 2rem;
}
.partner-card .partner-title h3 {
  color: #00543c;
  font-size: 2rem;
  margin: 0;
}
.partner-card .partner-title .subtitle {
  color: #e8871e;
  font-weight: 600;
}
.partner-card .partner_link a {
  color: #e8871e;
  font-weight: 600;
}
.partner-card .partner-cta {
  display: flex;
  justify-content: center;
  padding-block: 1rem;
}
.partner-card .partner-cta a {
  background-color: #00bd5e;
  font-size: 1.2rem;
  padding: 0.5rem 1rem;
  border-radius: 0.5rem;
  font-weight: 600;
  cursor: pointer;
  text-decoration: none;
  color: #fff;
}
.partner-card .partner-cta a:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 40px rgba(92, 255, 179, 0.61);
}
.partner-card p {
  color: #666;
  line-height: 1.6;
}

.ciphe-badge {
  background: white;
  padding: 3rem;
  border-radius: 20px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
  max-width: 800px;
  margin: 0 auto;
}

.ciphe-badge h3 {
  text-align: center;
  color: #00543c;
  margin-bottom: 2rem;
  font-size: 1.8rem;
}

.badge-container {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 2rem;
  align-items: center;
}

.ciphe-logo {
  background: linear-gradient(135deg, #00bd5e, #00543c);
  color: white;
  padding: 2rem;
  border-radius: 15px;
  text-align: center;
  min-width: 180px;
}

.ciphe-logo span {
  font-size: 2rem;
  font-weight: bold;
  display: block;
  margin-bottom: 0.5rem;
}

.ciphe-logo small {
  font-size: 0.8rem;
  opacity: 0.9;
  line-height: 1.3;
}

.badge-text p {
  margin-bottom: 1rem;
  line-height: 1.6;
  color: #555;
}

/* Gallery Section */
.gallery {
  background: #f8f9fa;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.gallery-item {
  aspect-ratio: 4/3;
  background: linear-gradient(45deg, #002886, #97fce1);
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 1.2rem;
  transition: transform 0.3s ease;
  cursor: pointer;
}

.gallery-item:hover {
  transform: scale(1.05);
}

/* Reviews Section */
.reviews-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 2rem;
}

.more_reviews {
  color: #00543c !important;
  margin-top: 3rem !important;
  margin-bottom: 0 !important;
}

.review-card {
  background: white;
  padding: 2rem;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  position: relative;
}

.review-card::before {
  content: '"';
  font-size: 4rem;
  color: #00543c;
  position: absolute;
  top: -10px;
  left: 20px;
  opacity: 0.3;
}

.review-text {
  font-style: italic;
  margin-bottom: 1rem;
  line-height: 1.6;
}

.review-author {
  font-weight: bold;
  color: #00543c;
}

.stars {
  color: #ffd700;
  margin-bottom: 1rem;
}

/* Contact Section */
.contact {
  background: linear-gradient(135deg, #00bd5e 0%, #00543c 100%);
  color: white;
}

.contact-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
}

.contact-info {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.contact-info h3 {
  margin-bottom: 1rem;
  font-size: 1.8rem;
  font-weight: 700;
  font-family: "arvo";
  color: #00543c;
}
.contact-info ul {
  margin-bottom: 0;
}
.contact-item {
  display: flex;
  align-items: start;
  margin-bottom: 1.5rem;
}

.contact-item p {
  margin: 0;
}
.contact-icon {
  width: 30px;
  min-width: 30px;
  height: 30px;
  background: rgba(255, 255, 255, 1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1rem;
}
.contact-icon svg {
  width: 20px;
  min-width: 20px;
  height: 20px;
}

.contact-form {
  background: rgba(255, 255, 255, 0.1);
  padding: 2rem;
  border-radius: 15px;
  backdrop-filter: blur(10px);
  height: fit-content;
}
.contact-form h3 {
  font-family: "Arvo";
  font-size: 1.8rem;
  font-weight: 700;
}

.form-group {
  margin-bottom: 1.5rem;
}

.form-group label {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: 500;
}

.form-group input,
.form-group textarea {
  width: 100%;
  padding: 12px;
  border: none;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.9);
  font-size: 1rem;
}

.form-group textarea {
  height: 120px;
  resize: vertical;
}

.submit-btn {
  background: #e8871e;
  color: white;
  padding: 12px 30px;
  border: none;
  border-radius: 25px;
  font-size: 1rem;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s ease;
}

.submit-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgb(126 255 220 / 30%);
}

/* Footer */
footer {
  background: #00543c;
  color: white;
  text-align: center;
  padding: 2rem 0;
}

/* Animations */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Mobile Responsiveness */

@media (max-width: 1000px) {
  nav {
    justify-content: space-between;
  }
  .logo {
    padding-inline-start: 1rem;
  }
  .nav-links {
    display: none;
  }
  #nav-menu {
    display: flex;
  }
}
@media (max-width: 768px) {
  .hero h1 {
    font-size: 2.5rem;
  }

  .hero p {
    font-size: 1.1rem;
  }

  .overview-content,
  .contact-content,
  .badge-container {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .stats {
    grid-template-columns: 1fr;
  }

  .section-title {
    font-size: 2rem;
  }

  .services-grid,
  .partners-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }
}

@media (max-width: 425px) {
  .logo_img {
    height: 3rem;
  }
  .logotype {
    height: 2.5rem;
    padding-left: 5px;
  }
  .services-grid,
  .partners-grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 2rem;
  }
}

/* Smooth scrolling */
html {
  scroll-behavior: smooth;
}

/* Loading animation */
.fade-in {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.6s ease;
}

.fade-in.visible {
  opacity: 1;
  transform: translateY(0);
}

/* Cookie Policy Widget */
.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(26, 26, 26, 0.95);
  backdrop-filter: blur(10px);
  color: white;
  padding: 20px;
  z-index: 10000;
  transform: translateY(100%);
  transition: transform 0.5s ease;
  box-shadow: 0 -5px 20px rgba(0, 0, 0, 0.3);
}

.cookie-banner.show {
  transform: translateY(0);
}

.cookie-content {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}

.cookie-text {
  flex: 1;
  line-height: 1.5;
}

.cookie-text h4 {
  margin-bottom: 0.5rem;
  color: #ff6b35;
}

.cookie-text p {
  font-size: 0.9rem;
  opacity: 0.9;
}

.cookie-buttons {
  display: flex;
  gap: 1rem;
  flex-shrink: 0;
}
.modal-dialog {
  max-width: 1000px !important;
}
.cookie-btn {
  padding: 10px 20px;
  border: none;
  border-radius: 25px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: 0.9rem;
}

.cookie-btn.accept {
  background: #00543c;
  color: white;
}

.cookie-btn.accept:hover {
  background: #1e3f73;
  transform: translateY(-2px);
}

.cookie-btn.settings {
  background: transparent;
  color: white;
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.cookie-btn.settings:hover {
  background: rgba(255, 255, 255, 0.1);
}

.cookie-btn.decline {
  background: #666;
  color: white;
}

.cookie-btn.decline:hover {
  background: #555;
}

/* Cookie Settings Modal */
.cookie-modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 11000;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.cookie-modal.show {
  opacity: 1;
  visibility: visible;
}

.cookie-modal-content {
  background: white;
  padding: 2rem;
  border-radius: 15px;
  max-width: 500px;
  width: 90%;
  max-height: 80vh;
  overflow-y: auto;
}

.cookie-modal h3 {
  color: #00543c;
  margin-bottom: 1rem;
}

.cookie-option {
  margin: 1rem 0;
  padding: 1rem;
  border: 1px solid #eee;
  border-radius: 8px;
}

.cookie-option label {
  display: flex;
  align-items: center;
  cursor: pointer;
  font-weight: 500;
}

.cookie-option input[type="checkbox"] {
  margin-right: 10px;
  transform: scale(1.2);
}

.cookie-option p {
  margin-top: 0.5rem;
  font-size: 0.9rem;
  color: #666;
}

.modal-buttons {
  display: flex;
  gap: 1rem;
  margin-top: 2rem;
  justify-content: flex-end;
}

#review_modal .modal-content {
  border-radius: 15px;
  border-top: 5px solid #00543c;
}

@media (max-width: 768px) {
  .cookie-content {
    flex-direction: column;
    text-align: center;
  }

  .cookie-buttons {
    width: 100%;
    justify-content: center;
  }

  .cookie-btn {
    flex: 1;
    min-width: 80px;
  }
}
svg {
  width: 2rem;
  height: 2rem;
}

.contact svg {
  fill: #00543c;
}

#contact a {
  color: #fff;
  font-weight: 700;
}
#contact a:hover {
  color: white;
  text-decoration: underline;
  color: #00543c;
}

#reviews-container {
  padding: 1rem;
}
#carousel {
  align-items: center;
  max-height: 100%;
}
.review_box {
  padding: 2rem;
  width: 100%;
}
.review_card {
  background-color: #ffffff;
  height: 100%;
  padding: 0.5 rem;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  border-radius: 15px;
  border-top: 5px solid #00bd5e;
  display: flex;
  flex-direction: column;
  white-space: wrap;
}

.review-date {
  padding: 1rem 1rem 0.5rem 1rem;
  color: #4cae94;
  font-weight: 500;
}
.review-summary {
  padding: 1rem 1rem 0.5rem 1rem;
  font-size: 1.1rem;
  font-weight: 500;
  color: #00543c;
}
.review-comments {
  padding: 0.5rem 1rem 1.5rem 1rem;
  flex-grow: 1;
}

.review-comments span {
  display: -webkit-box; /* Required for line-clamp */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-clamp: 3;
  -webkit-line-clamp: 3;
}
.pagination {
  padding-block: 1rem;
  cursor: pointer;
}
.page-link:not(.active):not(.disabled) {
  color: #052369 !important;
}
.page-link.active {
  background-color: #00543c !important;
  border-color: #00543c !important;
}
.read_all_btn {
  background-color: #e8871e;
  width: fit-content;
  padding: 0.2rem 0.5rem;
  align-self: end;
  margin-inline: 2rem;
  margin-block: 0.5rem 1rem;
  cursor: pointer;
  color: #fff;
  font-weight: 500;
}
#modal_summary {
  color: #052369;
}
#review_per_page {
  width: fit-content;
  height: fit-content;
  margin: 1rem;
}
.nGY2 .nGY2GThumbnailIcon {
  text-shadow: 0px 0px 2px rgba(255, 255, 255, 1) !important;
  color: #002886 !important;
}

.carousel-inner {
  padding-inline: 10%;
  height: 100%;
  display: flex;
  align-items: center;
}

.carousel-control-next svg {
  font-size: 3rem;
  height: 2rem;
  width: 2rem;
}
/* 
.kCYTWX,
.grsykz {
  background-color: rgb(231, 254, 255);
  border: 1px solid #c0f8e9;
} */

@media only screen and (max-width: 500px) {
  .hero {
    padding-top: 15vh;
  }
  .hero-content {
    text-align: center;
    align-items: center;
  }
  .hero-content p {
    background: rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(3px);
    padding: 3px 6px;
    border-radius: 1rem;
  }
  .hero h1 {
    line-height: 3rem;
  }
  .review_box {
    padding-inline: 0;
  }
  #carousel {
    padding-inline: 0 !important;
  }
  .carousel-inner {
    margin-bottom: 0 !important;
    flex: 0 0 100%;
  }
  .carousel_controls {
    display: flex;
    position: relative;
  }
  #carouselExample .carousel-control-prev,
  #carouselExample .carousel-control-next {
    position: relative;
    width: auto;
    height: auto;
    display: inline-block;
    margin: 10px 5px 0;
  }
}
#submissionModal .modal-dialog {
  width: fit-content;
}
#submissionModal .modal-content {
  background-color: #00543c;
  color: #052369;
}
#submissionModal .btn {
  background-color: #052369;
}

.grade_list ul li span {
  font-weight: 600;
  color: #00bd5e;
  font-size: 1.1rem;
}
.grade_list ul li.grade-2 span {
  color: #00543c;
}
.discount_line {
  font-weight: 700;
  font-size: 1.4rem;
  padding-block: 4rem;
  color: #00543c;
  display: flex;
  justify-content: center;
}
.discount_line span {
  text-align: center;
  border: 3px solid #e8871e;
  border-radius: 1rem;
  width: fit-content;
  padding: 1rem;
  font-family: "Arvo";
}
.price_banner {
  padding-inline: 10%;
  justify-self: center;
  flex-wrap: wrap;
}
.price_banner row {
  padding: 0;
}
.price_col {
  min-width: 500px;
}
.price_card_cont {
  height: 100%;
}
.price_card {
  border: 3px solid #00543c;
  border-radius: 1rem;
  width: 100%;
  margin: 0 !important;
  max-width: 26em;
}
.price_card .row {
  margin: 0 !important;
}
.price_card .price_card_type {
  font-size: 2rem;
  font-family: "Arvo";
  font-weight: 700;
  color: #e8871e;
  padding: 0.8rem 1rem;
  border-bottom: 3px solid #00543c;
  background-color: #00543c;
  border-radius: 0.7rem 0.7rem 0 0;
}

.price_card .price_card_grade {
  font-size: 2rem;
  font-family: "Arvo";
  font-weight: 700;
  color: #00bd5e;
  align-items: center;
  border-bottom: 3px solid #00543c;
  height: 100%;
  display: flex;
  align-items: center;
}
.price_card .price_card_grade.grade-2 {
  color: #00543c;
}
.price_card .price_card_grade a {
  color: inherit;
  padding-inline: 0.5rem;
}
.price_card .price_card_grade a svg {
  width: 1.2rem;
}
.price_card .price_card_price {
  border-bottom: 3px solid #00543c;
}
.price_card .price_card_price .price_amount {
  font-size: 3rem;
  font-family: "Arvo";
  font-weight: 700;
  padding-inline: 0.1rem 0.5rem;
  color: #00bd5e;
}

.price_card .price_card_price.grade-2 .price_amount {
  color: #00543c;
}
.price_card .price_card_price .pound {
  font-size: 1.2rem;
  font-family: "Arvo";
  font-weight: 700;
  color: #00bd5e;
}
.price_card .price_card_price.grade-2 .pound {
  color: #00543c;
}
.price_card .price_card_price .pcm {
  font-size: 1.2rem;
  font-weight: 500;
}
.price_details {
  font-size: 1.2rem;
  padding-top: 1rem;
}
.price_details li::marker {
  color: #e8871e;
}
.button-row {
  max-width: 26rem;
  color: #fff;
}
.button-row a {
  background-color: #00bd5e;
  font-size: 1.2rem;
  padding: 0.5rem 1rem;
  border-radius: 0.5rem;
  font-weight: 600;
  cursor: pointer;
  text-decoration: none;
  color: #fff;
}
.button-row a:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 40px rgba(92, 255, 179, 0.61);
}

.box_img_cont {
  display: flex;
  align-items: end;
  justify-content: end;
  height: 300px;
}
.box_img_cont img {
  max-height: 100%;
}
.key_grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem 2rem;
  padding-block: 2rem;
}
.key_item {
  background-color: #00543c;
  color: #fff;
  padding: 1rem 2rem;
  font-weight: 600;
  font-size: 1.2rem;
  border-radius: 1rem;
  flex-basis: 25%;
  text-align: center;
  font-family: "arvo";
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}
.location-image img {
  width: 400px;
  min-width: 300px;
  border-radius: 1rem;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}
.man-opening-box-img img {
  width: 100%;
  max-width: 600px;
  min-width: 400px;
  border-radius: 1rem;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}
