* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "Poppins", "Raleway", "Roboto";
}
body {
  background-color: (240, 239, 239);
}
.bodys {
  position: relative;
}
.heads {
  position: fixed;
  overflow: hidden;
  width: 100%;
  z-index: 1000;
}
.first {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 125px 0 128px;
  background-color: #212934;
  color: #cfd6e1;
  /* height: 40px; */
}
.first .contact {
  display: flex;
  gap: 22px;
  font-size: 12px;
  /* padding: 4px; */
  font-weight: 200;
}
.first .contact p {
  margin: 8px !important;
}
.first .icons {
  display: flex;
  gap: 12px;
}
.first .icons a {
  color: #cfd6e1;
  scale: 0.7;
}
@media (max-width: 640px) {
  .heads {
    display: none;
    opacity: 0;
  }
}
.navbar.navbar-expand-lg.bg-body-tertiary.pt-4 {
  position: sticky;
  top: 0px;
  z-index: 100;
}
.navbar-expand-lg .navbar-nav .nav-link {
  color: rgb(110, 110, 110);
  font-size: 18px;
  font-weight: 200;
  /* padding-left: 30px; */
  margin: 0 30px;
}
.navbar-expand-lg .navbar-nav .nav-link:hover {
  color: #59ab6e;
}
.navbar-expand-lg .navbar-brand {
  color: #59ab6e;
  font-size: 38px;
  font-weight: 500;
}
.navbar-expand-lg .navbar-collapse {
  padding-left: 140px;
}
/* Tall rectangle on the left */
.tall-box {
  /* background-color: #e9ecef; */
  /* Light gray background */
  height: 300px;
  /* Fixed height for visual size */
}

.rect-box.w-100 {
  margin-bottom: 8px;
}

/* Square boxes in the 3×3 grid */
.square {
  background-color: #dee2e6;
  /* Same gray shade */
  aspect-ratio: 1 / 1;
  /* Keeps width and height equal (perfect square) */
}

.square img {
  width: 280px;
  height: 280px;
  object-fit: cover;
}

.rect-box.w-100 a {
  text-decoration: none;
  color: black;
  font-size: 20px;
  padding: 12px;
}

.rect-box.w-100 a:hover {
  color: green;
  transition: 0.4s ease;
}

.btn.btn-outline-secondary.w-75 {
  color: black;
  margin: 0 0 0 45px;
  transition: 0.3s;
}

.btn.btn-outline-secondary:hover {
  background-color: green;
  color: white;
  transition: 0.4s ease;
}

.dropdown-right::after {
  margin-left: auto !important;
  float: right;
  position: relative;
  top: 8px;
  /* fine-tune vertical alignment if needed */
}

.pricing2 {
  background-color: #e9eef5;
}

.pricing2 img {
  width: 120px;
  height: 40vh;
  object-fit: contain;
  transition: transform 0.3s ease;
  filter: grayscale(100%);
  opacity: 0.5;
  /* transition: 0.5s; */
}

.pricing2 .card-body p {
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.pricing2 img:hover {
  transform: scale(1.01);
  filter: grayscale(0%);
  opacity: 1;
}

.row.row-cols-1.row-cols-md-4.mb-4.h-100.text-center {
  margin-top: 50px;
}

.list-unstyled li a {
  color: white;
  text-decoration: none;
  line-height: 40px;
  transition: 0.2s ease;
}

.list-unstyled li a:hover {
  color: #59ab6e;
  transition: 0.2s ease;
}

.list-unstyled.mt-3.pt-5 {
  margin-bottom: 30px;
}

.footer-brand.fs-1 {
  margin-top: -6px;
}

.footer-title.pb-3 {
  font-size: 28px;
}

.p-3.fs-1 {
  transition: 0.2s ease;
}

.p-3.fs-1:hover {
  color: white;
  transition: 0.2s ease;
}

footer {
  background-color: #16181a;
  color: white;
  font-size: 18px;
  font-weight: 200;
  padding: 12px;
}

footer a {
  color: #59ab6e;
  text-decoration: none;
}

.body-txt a {
  text-decoration: none;
  color: white;
}

.body-txt a:hover {
  color: #59ab6e;
  transition: 0.2s ease-out;
}
