.common-wrapper {
  background: linear-gradient(
      to right,
      rgba(255, 255, 255, 0),
      rgba(0, 0, 0, 0.493),
      rgba(0, 0, 0, 0.534),
      rgba(255, 255, 255, 0)
    ),
    url(../images/banner-bg.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 300px;
  position: relative;
}

.common-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.common-content h1 {
  color: #fff;
  font-weight: 700;
  padding-top: 1rem;
  font-family: "Gilda Display", serif !important;
}

.common-content p {
  color: #fff;
  padding-left: 2.5rem;
}

.common-content a {
  color: #fff;
  text-decoration: none;
}

.about-left p {
  padding-top: 1rem;
  text-align: justify;
  color: #6c6c6c;
}
.about-img {
  width: 100%;
  height: 200px;
}
.about-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-color {
  background-color: #354f42;
  background-image: linear-gradient(147deg, #354f42 0%, #000000 84%);
}

.about-color h2 {
  color: #fff !important;
}

.about-color p {
  color: #fff !important;
}

.common-wrapper a:hover {
  color: #fff !important;
}
.about-section .image--container {
  display: grid;
  grid-auto-rows: 240px;
  grid-gap: 20px;
  grid-template-columns: repeat(2, minmax(200px, 1fr));
  grid-auto-flow: dense;
  position: relative;
  z-index: 1;
}
.about-section .box {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.about-section .box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  box-shadow: 3px 3px 1px #eee;
  -webkit-box-shadow: 3px 3px 1px #eee;
  -moz-box-shadow: 3px 3px 1px #eee;
  border-radius: 6px;
}
.about-section .box.tall {
  grid-row: span 2;
}
.about-section .box.wide {
  grid-column: span 2;
}

.service-section {
  padding: 60px 0px;
}
.service-section .service-box {
  padding: 30px 15px;
  width: 100%;
}
.service-section .service-box-1 {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px,
    rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
  margin-top: 100px;
}
.service-section .service-box-2 {
  background-color: #354f42;
  background-image: linear-gradient(147deg, #354f42 0%, #000000 84%);
  margin-top: 70px;
}
.service-section .service-box-3 {
  background: #e1fff0;
  margin-top: 30px;
}
.service-section .service-box-4 {
  background: #eeeeee45;
}
.service-section .service-icon {
  width: 40px;
  margin-bottom: 25px;
}
.service-section .service-box .service-box-title {
  color: #000;
  font-weight: 700;
  padding-bottom: 0.2rem;
  font-family: "Gilda Display", serif !important;
  font-size: 18px;
}
.service-section .service-box .service-box-text {
  color: #676767;
  font-weight: 400;
  text-align: left;
  font-size: 15px;
  line-height: 28px;
}
.service-section .service-box-2 .service-box-title,
.service-section .service-box-2 .service-box-text {
  color: #fff;
}

@media only screen and (max-width: 575.98px) {
  .about-section .image--container {
    grid-template-columns: repeat(1, minmax(200px, 1fr));
  }
}

.offer-card {
  background-position: center;
  background-size: cover;
  border: 1px solid #e0eaf5;
  border-radius: 12px;
  padding: 25px;
  transition: all 0.3s ease-in-out;
  height: 100%;
  text-align: center;
}

.offer-card div {
  background: rgba(0, 0, 0, 0.836);
  border: 1px solid rgb(136, 136, 136);
  border-radius: 10px;
  padding: 10px;
  width: 90%;
  margin: auto;
  min-height: 270px;
}

.offer-card:hover {
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.08);
  transform: translateY(-4px);
}
.offer-card h5 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #ffffff;
}
.offer-card p {
  color: #ffffff;
  margin: 0;
  font-size: 15px;
  line-height: 1.6;
  text-align: center;
}

.offer-section {
  padding: 60px 20px;
  background: #f9fbff;
}

.offer-card {
  border-radius: 14px;
  padding: 25px;
  color: #fff;
  transition: all 0.4s ease-in-out;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  height: 100%;
}

.offer-card:hover {
  transform: translateY(-6px) scale(1.02);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

.offer-card h5 {
  font-weight: 700;
  font-size: 1.3rem;
  margin-bottom: 15px;
}

.offer-card p {
  font-size: 15px;
  line-height: 1.6;
  margin: 0;
}

/* 🎨 Different card colors */
.offer-card-1 {
  background: linear-gradient(135deg, #4facfe, #00f2fe);
}
.offer-card-2 {
  background: linear-gradient(135deg, #43e97b, #38f9d7);
}
.offer-card-3 {
  background: linear-gradient(135deg, #fa709a, #fee140);
  color: #222;
}
.offer-card-4 {
  background: linear-gradient(135deg, #667eea, #764ba2);
}
.offer-card-5 {
  background: linear-gradient(135deg, #f7971e, #ffd200);
  color: #222;
}
.offer-card-6 {
  background: linear-gradient(135deg, #30cfd0, #330867);
}
.offer-card-7 {
  background: linear-gradient(135deg, #ff9a9e, #fad0c4);
  color: #222;
}
.offer-card-8 {
  background: linear-gradient(135deg, #a18cd1, #fbc2eb);
}
.offer-card-9 {
  background: linear-gradient(135deg, #00c6ff, #0072ff);
}

/* Optional icon style */
.offer-icon {
  font-size: 40px;
  margin-bottom: 15px;
  display: inline-block;
}




