/* RESET */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI",
               Roboto, Helvetica, Arial, sans-serif;
  background: #ffffff;
  color: #000;
}

/* PAGE */
.page {
  width: 75%;
  margin: 0 auto;
  padding-bottom: 60px;
}

/* HEADER */
.header {
  padding-top: 20px;
}

.logo {
  width: 100px;
}
.ring-logo {
  width: 200px;
}

/* HERO */
.hero {
  text-align: center;
  margin: 40px 0 60px;
  margin-top: 0;
}

.hero h1 {
  font-size: 38px;
  font-weight: 700;
  line-height: 1.2;
}

.hero .brand {
  color: #1a73e8;
}

.hero p {
  margin-top: 16px;
  font-size: 16px;
  color: #444;
  line-height: 1.5;
}

/* CARDS */
.card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 16px;
  padding: 32px 70px;
  margin-bottom: 28px;
}

.card img {
  max-width: 280px;
  height: auto;
}

.card-text h2 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 10px;
}

.card-text p {
  font-size: 15px;
  color: #333;
  line-height: 1.45;
}

/* CARD COLORS */
.card-yellow {
  background: #fff4cc;
}

.card-pink {
  background: #fdecef;
}

.card-blue {
  background: #eef5fb;
}

.card-green {
  background: #eef6e8;
}

/* RESPONSIVE (optional) */
@media (max-width: 768px) {
  .page {
    width: 90%;
  }

  .card {
    flex-direction: column;
    text-align: center;
  }

  .card img {
    margin-top: 20px;
  }
}

.contact-center {

  margin: 0 auto;
  padding: 60px 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI",
               Roboto, Helvetica, Arial, sans-serif;
}

/* HERO */
.cc-hero {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 60px;
}

.cc-text h2 {
  font-size: 42px;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 16px;
}

.cc-subtext {
  font-size: 18px;
  color: #444;
  line-height: 1.5;
  margin-bottom: 28px;
}

.cc-text h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 14px;
}
/* BENEFITS */
.benefits-box {
  display: flex;
  gap: 60px;
  background: #eef5fb;
  border-radius: 10px;
  padding: 20px 24px;
}

.benefits-box ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.benefits-box li {
  position: relative;
  font-size: 20px;
  margin-bottom: 12px;
  padding-left: 26px; /* space for icon */
}

.benefits-box li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.15em;
  width: 15px;
  height: 15px;

  background-repeat: no-repeat;
  background-size: contain;

  background-image: url("data:image/svg+xml;utf8,\
<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 15 15'>\
<path fill-rule='evenodd' clip-rule='evenodd' d='M7.5 13.125C8.23869 13.125 8.97014 12.9795 9.65259 12.6968C10.3351 12.4141 10.9551 11.9998 11.4775 11.4775C11.9998 10.9551 12.4141 10.3351 12.6968 9.65259C12.9795 8.97014 13.125 8.23869 13.125 7.5C13.125 6.76131 12.9795 6.02986 12.6968 5.34741C12.4141 4.66495 11.9998 4.04485 11.4775 3.52252C10.9551 3.00019 10.3351 2.58586 9.65259 2.30318C8.97014 2.02049 8.23869 1.875 7.5 1.875C6.00816 1.875 4.57742 2.46763 3.52252 3.52252C2.46763 4.57742 1.875 6.00816 1.875 7.5C1.875 8.99184 2.46763 10.4226 3.52252 11.4775C4.57742 12.5324 6.00816 13.125 7.5 13.125ZM7.355 9.775L10.48 6.025L9.52 5.225L6.8325 8.44938L5.44187 7.05813L4.55813 7.94187L6.43313 9.81687L6.91688 10.3006L7.355 9.775Z' fill='%23F47A22'/>\
</svg>");
}


/* IMAGE */
.cc-image img {
  max-width: 260px;
}

/* CAPABILITIES */
.cap-title {
  margin: 40px 0 16px;
  font-size: 16px;
  font-weight: 700;
}

.cap-grid {
  display: flex;
  gap: 24px;
}

.cap-card {
  flex: 1;
  background: #eef5fb;
  border-radius: 10px;
  padding: 20px 24px;
}

.cap-card ul {
  list-style: none;
}

.cap-card li {
  position: relative;
  font-size: 20px;
  margin-bottom: 14px;
  /* padding-left: 22px; */
}
.list-icon-span{
padding-right: 5px;
}


/* .cap-card li::before {
  content: "●";
  position: absolute;
  left: 0;
  color: #ff6a00;
  font-size: 10px;
} */

/* FOOTER */
.cc-footer {
  display: flex;
  align-items: center;
  margin-top: 50px;
  font-size: 12px;
  color: #555;
}

.footer-left,
.footer-right {
  width: 45%;
   font-size: 15px;
  
}

.footer-left {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 15px;
}

.footer-left img,
.footer-right img {
  width: 90px;
  margin-bottom: 10px;
}

.footer-divider {
  width: 2px;
  height: 100px;
  background: #171515;
  margin: 0 24px;
}
