:root {
  --spotlight-orange: #f04f24;
  --gray: #6b6b6b;
}
body {
  margin: 0;
  padding: 0;
  background: #e6f2ea;
  font-family: "Google Sans", sans-serif !important;
}
h1,
h2,
h3,
p {
  margin-bottom: 0 !important;
  line-height: 1.2;
}
p {
  margin-bottom: 0 !important;
}
.padding_70 {
  padding: 70px 0px;
}
.margin_70 {
  margin: 70px 0px;
}

/* Header */
.spotlight_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.spotlight_header img {
  width: 100%;
  max-width: 130px;
}
.spotlight_btn {
  padding: 10px 20px;
  border-radius: 16px;
  background: var(--spotlight-orange);
  color: white;
  text-decoration: none;
  font-size: 15px;
  width: max-content;
  display: flex;
  justify-content: center;
  align-items: center;
}
.spotlight_btn .bi-person {
  margin-right: 10px;
}
.spotlight_btn_orange_outline {
  background: transparent;
  color: var(--spotlight-orange);
  border: 1px solid var(--spotlight-orange);
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
}
.spotlight_btn_orange_outline img {
  width: 20px;
  height: 20px;
}
/* Banner Section */
.banner_spotlight {
  /* height: 100vh; */
}
.premium_cinema_btn {
  background: #f5d8d0;
  padding: 5px 12px;
  text-decoration: none;
  border-radius: 50px;
  color: black;
  font-size: 12px;
  display: flex;
  width: max-content;
  justify-content: center;
  align-items: center;
}
.premium_cinema_btn span {
  margin-left: 7px;
}
.info span {
  color: var(--spotlight-orange);
}
.heading_spotlight_h1 {
  font-size: 68px;
  line-height: 1.2;
  font-weight: 400;
}
.paragraph_gray {
  color: #6b6b6b;
  font-size: 14px;
  line-height: 24px;
}
.review_main_wrapper {
  display: flex;
  align-items: center;
  gap: 30px;
}
.review_rating_wrapper .bi-star-fill {
  color: #e9c400;
  font-size: 13px;
}

/* Points Section */
.points_section {
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
}
.point_wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
}
.point_wrapper_circle_logo {
  width: 35px;
  height: 35px;
  background: var(--spotlight-orange);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.point_wrapper_circle_logo img {
  width: 100%;
  max-width: 13px;
}
.point_wrapper_circle_logo p {
  font-size: 14px;
}
.heading_spotlight_h2 {
  font-size: 43px;
  line-height: 53px;
  font-weight: 400;
}
/* How It Works */
.how-it-works .section-title {
  font-size: 56px;
  font-weight: 400;
  color: #222;
  margin-bottom: 12px;
  line-height: 1.2;
}

.how-it-works .section-subtitle {
  font-size: 16px;
  font-weight: 300;
  color: #666;
  margin-bottom: 70px;
}

.steps-row {
  position: relative;
}

.steps-row::before {
  content: "";
  position: absolute;
  top: 26px;
  left: 8%;
  right: 8%;
  height: 1px;
  background: #dcdcdc;
  z-index: 0;
}

.step-item {
  position: relative;
  z-index: 1;
}

.step-number {
  width: 52px;
  height: 52px;
  background: var(--spotlight-orange);
  border-radius: 50%;
  color: #fff;
  font-size: 26px;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 22px;
}

.step-title {
  font-size: 22px;
  font-weight: 400;
  color: #222;
  margin-bottom: 12px;
  line-height: 1.4;
}

.step-desc {
  font-size: 15px;
  font-weight: 300;
  color: #666;
  line-height: 1.8;
  max-width: 190px;
  margin: 0 auto;
  padding-bottom: 20px;
}

/* Celebrate Section */
.celebrate_wrapper {
  padding: 25px;
  background: #f5f5f5;
  border-radius: 15px;
  border: 1px solid #e6e6e6;
  height: 100%;
}
.celebrate_wrapper h3 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
}
.celebrate_wrapper_circle_logo {
  border-radius: 10px;
}
/* Premium Service */
.premium_service_wrapper_main {
  padding: 30px;
  background: #f5f5f5;
  border-radius: 15px;
  border: 1px solid #e6e6e6;
}
.premium_service_info {
  width: 90%;
}
.premium_service_btn {
  font-size: 12px;
  padding: 6px 16px;
}
/* Counter Section */
.counter_wrapper h3 {
  color: var(--spotlight-orange);
  font-weight: 400;
  font-size: 40px;
}
.counter_sec_contant {
  padding: 30px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  border-radius: 16px;
  border: 1px solid #e6e6e6;
}
.review_name p {
  font-size: 12px;
  line-height: 22px;
}
/* Ready to make */
.ready_to_make_info {
  background: var(--spotlight-orange);
  border-radius: 18px;
  padding: 40px;
}
.spotlight_btn_white {
  background: white;
  color: black;
}
/* Footer */
.company_footer h3 {
  font-size: 16px;
  line-height: 26px;
  color: var(--spotlight-orange);
}
.company_footer ul {
  list-style: none;
  padding-left: 0px;
}
.company_footer ul li a {
  text-decoration: none;
  color: black;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
}
.copyright {
  border-top: 1px solid #e6e6e6;
  color: #fff;
}
.cpy_txt {
  color: black;
}
.footer_img {
  width: 100%;
  max-width: 130px;
}
