body{
  margin-top: 140px !important;
}

/* Start : first Section Start */
.hero {
  height: 450px;
  /* fixed section height */
  background: url('img/review/21.png') no-repeat center center;
  /* background-size: contain; */
  background-size: 100% 100%;
  /* background-color: #000; */
  display: flex;
  align-items: center;
  color: #fff;
}

.hero-text {
  max-width: 500px;
  /* background: rgba(0, 0, 0, 0.4); */
  /* optional overlay for readability */
  padding: 20px;
  border-radius: 5px;
}

.hero-text h1 {
  font-size: 50px;
  font-weight: 700;
  color: #000000;
}

.hero-text p {
  font-size: 30px;
  font-weight: 400;
  color: #000000;
}
/* End : first Section Start */

/* Start : Second Section : Own review section */
.background-text {
  position: relative;
  display: inline-block;
}

.bg-img {
  display: block;
  width: 100%;
  /* adjust as needed */
  height: auto;
}

.text-overlay {
  position: absolute;
  top: 50%;
  /* vertically center */
  left: 50%;
  /* horizontally center */
  transform: translate(-38%, -50%);
  font-size: 18px;
  /* adjust */
  font-weight: bold;
  color: black;
  /* change text color as per design */
  text-align: center;
  white-space: nowrap;
}

/* End : Second Section : Own review section */

/* Start : Third Section : friend review block */
.friend-review-blk {
  position: relative;
  /* makes children positionable */
  padding: 80px 0;
  margin: 70px 0px;
  border: 1px solid #d3b894;
  border-radius: 10px;
}

/* Left-bottom image */
.friend-review-blk .left-bottom-img {
  position: absolute;
  bottom: -200px;
  left: -200px;
  height: 400px;
  /* adjust as needed */
}

/* Right image */
.friend-review-blk .right-img {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  /* vertically center */
  height: 350px;
  /* adjust as needed */
}

.friend-review-blk h1 {
  font-size: 25px;
  font-weight: 700;
}

.friend-review-blk h5 {
  font-size: 18px;
  font-weight: 300;
  font-style: italic;
}

/* End : Third Section : friend review block */

/* Start : Forth Section : Real Review Block */
.friends-review-section {
  background-color: #008bd2;
  background-size: cover;
  color: #fff;
  padding: 80px 0 0;
  position: relative;
}

.friends-review-section h4 {
  font-size: 24px;
}

.phone-block {
  display: inline-block;
  margin: 0 15px;
  text-align: center;
}

.friends-review-section .phone-1 {
  /* position: relative;
  z-index: 1;
  width: 180px; */
  width: 200px;
}

.friends-review-section .phone-2 {
  /* position: absolute;
  right: 50px;
  top: 20px;
  width: 180px;
  z-index: 2; */
  width: 220px;
  margin-top: -20px;
  margin-left: 25px;
}

.phone-label {
  display: block;
  margin-top: 8px;
  font-size: 16px;
  color: #fff;
  line-height: 1.2;
}

.friends-review-section .bottom-bar {
  background-color: #ffd500;
  color: #000;
  padding: 15px 0;
  margin-top: 50px;
  font-weight: 700;
  border-top: 5px solid #008bd2;
}

/* End : Forth Section : Real Review Block */

/* Start : Fifth : friends review check  */
.friends-review-check h5 {
  font-size: 20px;
  font-weight: 700;
}

.friends-review-check h3 {
  font-size: 28px;
  font-weight: 700;
}

.friends-review-check h4 {
  font-size: 24px;
  font-style: italic;
  font-weight: 300;
}

.friends-review-check img {
  height: 420px;
  width: 220px;
  margin-right: 20px;
}

/* End : Fifth : friends review check */

/* Start : Sixth : Review Follow block */
.review-follow-header {
  font-size: 35px;
  font-weight: 700;
  text-align: center;
}

.review-follow-steps-two , .review-follow-steps-four {
  margin-top: 48px;
}

.review-follow-steps img {
  height: 90px;
  width: 90px;
}

.review-follow-steps p {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 0px;
  margin-left: 15px;
}

/* End : Sixth : Review Follow block */

/* Start : Seventh : review Card */
.review-card-above {
  background: #2689CA;
  padding: 20px 20px 90px 20px;
  color: #ffffff;
}

.review-card-above h3{
  font-size: 28px;
}

.review-card .card {
    margin-right: 20px; 
    background: none;    
}

.review-card-header {
  position: relative;
  top: 85px;
  background-color: transparent;
  border-bottom: none;
}

.review-card-body {
  background-color: rgb(0 0 0 / 12%);
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}

.review-card-body h4 {
  padding-top: 80px;
  font-size: 15px;
  font-weight: 700;
  font-style: italic;
  padding-top: 80px;
  line-height: 25px;
}

/* End : Seventh : review Card */

/* Start : Eight : friends Talk Blk */
.friends-talk {
  padding: 50px 0px;
}

.friends-talk h2 {
  color: #2689CA;
  font-weight: 700;
  font-size: 32px;
}

.friends-talk h4 {
  margin-top: 10px;
  font-weight: 400;
  color: #000000;
  font-size: 24px;
}

.friends-talk-right img {
  height: 400px;
}

/* End : Eight : friends Talk Blk */

/* Start : Review Button */
.custom-btn {
  background-color: #ffd500;
  /* Yellow background */
  color: #000000;
  font-weight: 700;
  border: none;
  border-radius: 4px;
  /* Rounded corners */
  padding: 7px 40px;
  font-size: 18px;
  box-shadow: 4px 4px 0px #008bd2;
  /* Blue shadow at bottom */
  transition: all 0.2s ease-in-out;
}

.custom-btn:active {
  transform: translateY(2px);
  box-shadow: 0 2px 0 #008bd2;
  /* Press effect */
}

/* End : Review Button */