.cm-icon {
  color: #ff4880 !important;
}
.cm-iconi {
  color: #fff !important;
}
.cm-logo {
  height: 75px;
}
button.cm-button {
  background-color: #ff4880;
  border: none;
  border-radius: 10px;
  padding: 10px 13px;
  color: #fff;
}
.cm-align {
  margin-left: 20px !important;
}
.me-4 {
  margin-right: 10px !important;
}
.cm-service {
  padding: 20px;
}
.cm-btn {
  margin: 0 auto;
  max-width: 170px;
  display: block;
  margin-top: 30px !important;
}
a.cm-location {
  color: #ff4880;
  font-size: 20px;
  line-height: 1.7;
  padding: 10px !important;
  letter-spacing: 2px;
}
.cm-loc {
  font-size: 38px;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.counter-container {
  display: flex;
  justify-content: space-around;
  text-align: center;
  padding: 70px;
  background: #f8f9fa;
}
.counter-box {
  background: linear-gradient(rgb(255 234 240), rgb(255 255 255));
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  width: 20%;
  height: 142px;
}
.counter-number {
  font-size: 2rem;
  font-weight: bold;
  color: #007bff;
}
.counter-label {
  font-size: 1rem;
  color: #555;
}
/* Responsive for smaller screens */
@media (max-width: 768px) {
  .counter-container {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
  .counter-box {
    width: 80%;
  }
}
.cm-head {
  font-weight: bold;
}
.container-xxl.cm-review.py-5 {
  background-color: #ffecf2 !important;
}
.container-fluid.team.py-5 {
  background: #f8f9fa;
}
.bg-light .cm-bg {
  background-color: none !important;
}
.cm-review.py-5 {
  background-color: #dfdfe057;
}
.container-fluid.cm-team.team.py-5 {
  background: #b9c9d842;
}
.container.cm-con {
  padding-bottom: 72px;
}
.cm-test p {
  padding-top: 11px;
  padding-left: 33px;
}
.cm-counter {
  background-image: url("img/bg.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
button.cm-submit:hover {
  background: #fff !important;
  color: #ff4880 !important;
}

.cm-about {
  position: relative;
  height: 100%;
  min-height: 400px;
  background:
    linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1)),
    url(img/rainbow.jpeg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
}
.cm-about-intro p.text-dark.mb-4,
.cm-about-intro p {
  color: #000 !important;
}

.gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr); /* 4 images per row */
  gap: 10px;
  max-width: 2000px; /* Adjust width as needed */
  padding: 20px;
  margin: auto;
}

.gallery img {
  width: 100%;
  height: auto;
  border-radius: 5px;
  cursor: pointer;
  transition: transform 0.3s;
}
.gallery img:hover {
  transform: scale(1.05);
}
.popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  justify-content: center;
  align-items: center;
}
.popup img {
  max-width: 80%;
  max-height: 80%;
  border-radius: 10px;
}

.content img {
  width: 100%;
  max-height: 500px;
  object-fit: cover;
  border-radius: 10px;
}

.content h1 {
  color: #ff4081;
  padding-top: 40px;
  font-weight: bold;
}

.content h2 {
  color: #ff4081;
  font-weight: 500;
}

/* Contact Box */
.contact-box {
  background-color: black;
  color: white;
  padding: 65px;
  margin-top: 4rem;
  text-align: center;
  width: 306px;
  height: 18rem;
  margin-left: -14px;
  border-radius: 10px;
}

.contact-box h3 {
  color: #ff4081 !important;
}

.contact-box a {
  color: white;
  text-decoration: none;
  font-weight: bold;
}
