:root {
  --green: #008a00;
  --orange: #ff981f;
  --blue: #1a96f0;
  --light-gray: #e9edeb;
  --white: #ffffff;
  --text: #424242;
}

* {
  margin: 0;
  padding: 0;
  font-family: "Urbanist", sans-serif;
  box-sizing: border-box;
  scroll-behavior: smooth;
  letter-spacing: 0.05rem;
}
* {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  /* -webkit-user-select: none; */
  /* user-select: none; */
}

.body {
  height: 100%;
  width: 100%;
  max-width: 1440px;
  overflow-x: hidden;
}

.container {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 1rem;
}

/* Hero Section Styles */

.hero-section {
  padding-top: 1rem;
  padding-bottom: 4rem;
}
.hero-content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.hero-left-content {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 40%;
  margin-left: 2rem;
  flex-direction: column;
}

.app-buttons {
  display: flex;
  gap: 1rem;
  justify-content: center;
}
.hero-line {
  position: relative;
}

.hero-heading {
  font-weight: bold;
  font-size: 1.5rem;
  letter-spacing: 0.05rem;
  color: var(--green);
  margin-bottom: 1rem;
  padding-right: 1rem;
}

.hero-text {
  font-size: 1rem;
  letter-spacing: 0.05rem;
  color: var(--text);
  margin-bottom: 2rem;
}

.app-buttons {
  display: flex;
  gap: 1rem;
  justify-content: center;
}

.hero-right-content {
  background-image: url("../asset/hero-frame-1.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 60%;
  max-width: 720px;
  height: 400px;

  display: flex;
  justify-content: center;
  align-items: flex-end;
  position: relative;
}

.hero-car-cont {
  background-image: url("../asset/car.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom;
  width: 350px;
  height: 350px;
  position: relative;
}

.hero-car-cont::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("../asset/car.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom;
  z-index: 1;
  pointer-events: none;
}

.hero-wheel-1,
.hero-wheel-2 {
  position: absolute;
  bottom: -4%;
  width: 56px;
  z-index: 2;
}

.hero-wheel-1 {
  left: 10.5%;
}
.hero-wheel-2 {
  right: 10.5%;
}

.hero-frame-3 {
  position: absolute;
  bottom: 2%;
  width: 120px;
  left: 5%;
  z-index: 0;
}

.frame-point {
  position: absolute;
  width: 55px;
  height: 55px;
  z-index: 3;
  left: 50%; /* Center horizontally */
  top: 50%; /* Center vertically */
  transform: translate(calc(-50% + 50px), calc(-50% - 50px));
  /* Adjust the pixel values (50px) to position points precisely */
}

.point-1 {
  /* Shift right/down from center */
  transform: translate(calc(-50% + 55px), calc(-50% + 35px));
}

.point-2 {
  /* Shift left/up from center */
  transform: translate(calc(-50% + 125px), calc(-50% - 46px));
}

.point-3 {
  /* Shift left/down from center */
  transform: translate(calc(-50% + 170px), calc(-50% - 155px));
}

.point-4 {
  /* Shift right/up from center */
  transform: translate(calc(-50% + 240px), calc(-50% - 155px));
}

.proudlycanadian,
.heroObject {
  position: absolute;
  transform: translate(-50%, -50%) rotate(-30deg);
  width: 15%;
  max-width: 100px;
}
.proudlycanadian {
  width: 100px;
  top: -20%;
  left: 30%;
  transform: translate(-50%, -50%) rotate(-20deg);
}

.heroObject {
  width: 50px;
  top: -15%;
  left: 5%;
  transform: translate(-50%, -50%) rotate(-20deg);
}

@media (min-width: 481px) and (max-width: 1024px) {
  .hero-left-content {
    margin-left: 0%;
  }
  .hero-right-content {
    width: 450px; /* Adjust as needed */
    margin-bottom: 2rem;
    z-index: -2;
  }

  .hero-car-cont {
    width: 250px;
    height: 250px;
  }

  .hero-wheel-1,
  .hero-wheel-2 {
    width: 40px;
  }

  .hero-frame-3 {
    width: 100px;
  }

  .frame-point {
    width: 45px;
    height: 45px;
  }

  .point-1 {
    transform: translate(calc(-50% + 45px), calc(-50% + 30px));
  }

  .point-2 {
    transform: translate(calc(-50% + 100px), calc(-50% - 35px));
  }

  .point-3 {
    transform: translate(calc(-50% + 135px), calc(-50% - 130px));
  }

  .point-4 {
    transform: translate(calc(-50% + 190px), calc(-50% - 130px));
  }

  .proudlycanadian {
    top: -25%;
    width: 80px;
    left: 45%;
  }

  .heroObject {
    top: -20%;
    left: 8%;
    width: 60px;
  }
}

@media (max-width: 480px) {
  .hero-content {
    flex-direction: column-reverse;
  }
  .hero-right-content {
    width: 100%;
    height: 300px;
    margin-bottom: 2rem;
  }
  .hero-left-content {
    width: 100%;
    justify-content: center;
    margin-left: 0;
    align-items: flex-start;
  }
  .desktop-break {
    display: none;
  }
  .hero-car-cont {
    width: 200px;
    height: 200px;
  }
  .hero-wheel-1,
  .hero-wheel-2 {
    width: 32px;
  }
  .hero-wheel-1 {
    left: 10.5%;
  }
  .hero-wheel-2 {
    right: 10.5%;
  }

  .hero-frame-3 {
    width: 80px;
  }

  .frame-point {
    position: absolute;
    width: 40px;
    height: 40px;
    z-index: 3;
    left: 50%; /* Center horizontally */
    top: 50%; /* Center vertically */
    transform: translate(calc(-50% + 50px), calc(-50% - 50px));
    /* Adjust the pixel values (50px) to position points precisely */
  }

  .point-1 {
    /* Shift right/down from center */
    transform: translate(calc(-50% + 32px), calc(-50% + 20px));
  }

  .point-2 {
    /* Shift left/up from center */
    transform: translate(calc(-50% + 75px), calc(-50% - 30px));
  }

  .point-3 {
    /* Shift left/down from center */
    transform: translate(calc(-50% + 100px), calc(-50% - 100px));
  }

  .point-4 {
    /* Shift right/up from center */
    transform: translate(calc(-50% + 145px), calc(-50% - 100px));
  }

  .proudlycanadian {
    top: -300%;
    width: 20%;
    z-index: 30;
    left: 10%;
  }

  .heroObject {
    top: -25%;
    left: 10%;
    transform: translate(-50%, -50%) rotate(-10deg);
    z-index: 30;
  }
}

@media screen and (min-width: 992px) and (max-width: 1132px) {
  .hero-right-content {
    width: 450px; /* Adjust as needed */
    margin-bottom: 2rem;
  }
  .desktop-break {
    display: none;
  }
  .hero-heading {
    font-size: 1rem;
  }
  .proudlycanadian {
    width: 100px;
    top: -15%;
    left: 25%;
    transform: translate(-50%, -50%) rotate(-20deg);
  }

  .heroObject {
    width: 50px;
    top: -12%;
    left: 5%;
    transform: translate(-50%, -50%) rotate(-20deg);
  }
}
@media (min-width: 480px) and (max-width: 700px) {
  .hero-right-content {
    width: 100%;
    max-width: 100%;
    height: 300px;
    margin-bottom: 2rem;
    /* overflow: hidden; */
    position: relative;
  }

  .hero-car-cont {
    width: 200px;
    height: 200px;
  }

  .hero-wheel-1,
  .hero-wheel-2 {
    width: 32px;
  }

  .hero-wheel-1 {
    left: 12%;
  }

  .hero-wheel-2 {
    right: 12%;
  }

  .frame-point {
    width: 35px;
    height: 35px;
  }

  .point-1 {
    transform: translate(calc(-50% + 32px), calc(-50% + 20px));
  }

  .point-2 {
    transform: translate(calc(-50% + 74px), calc(-50% - 30px));
  }

  .point-3 {
    transform: translate(calc(-50% + 100px), calc(-50% - 95px));
  }

  .point-4 {
    transform: translate(calc(-50% + 142px), calc(-50% - 95px));
  }

  .proudlycanadian {
    top: -250%;
    left: 15%;
    width: 20%;
  }

  .heroObject {
    top: -20%;
    left: 10%;
    width: 40px;
    transform: translate(-50%, -50%) rotate(-10deg);
  }
}

/* Carpool Section Styles */
.carpool-info {
  padding: 3rem 0;
}

.carpool-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.carpool-image-container {
  width: 100%;
  text-align: center;
  padding-bottom: 2rem;
}

.carpool-img {
  max-width: 100%;
}

.carpool-text-container {
  width: 100%;
  text-align: left;
}

.carpool-heading {
  font-size: 1.5rem;
  font-weight: bold;
  color: var(--green);
  letter-spacing: 0.5px;
  margin-bottom: 1rem;
}

.carpool-text {
  font-size: 1rem;
  color: var(--text);
  margin-bottom: 2rem;
  max-width: 400px;
  /* margin-left: auto; */
  /* margin-right: auto; */
}

.carpool-cta {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.find-ride-btn {
  background-color: var(--blue);
  color: var(--white);
  padding: 0.8rem 1.5rem;
  border-radius: 1px;
  font-weight: 500;
  text-decoration: none;
  font-size: 1rem;
  border: none;
  display: inline-block;
}

.icon-row {
  display: flex;
  flex-direction: column;
  align-items: center;
  /* gap: -0.5rem; */
}

.mini-icon {
  width: 50px;
  height: auto;
}

.mini-icon2 {
  width: 30px;
  height: auto;
}
@media (min-width: 470px) and (max-width: 768px) {
  .carpool-text-container {
    text-align: center;
  }
  .carpool-text {
    margin: 0 auto;
  }
  .carpool-cta {
    position: relative;
    justify-content: center;
    margin-top: 1rem;
  }
  .icon-row {
    position: absolute;
    right: 0;
  }
}

@media (min-width: 786px) {
  .carpool-content {
    flex-direction: row;
    gap: 2rem;
  }

  .carpool-image-container {
    flex: 1;
    padding-left: 0;
    padding-bottom: 0;
  }

  .carpool-text-container {
    flex: 1;
    text-align: left;
  }
  .find-ride-btn {
    padding: 0.5rem;
  }
  .carpool-cta {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
}

@media (min-width: 992px) {
  .find-ride-btn {
    background-color: var(--blue);
    color: var(--white);
    padding: 0.8rem 1.5rem;
    border-radius: 1px;
    font-weight: 500;
    text-decoration: none;
    font-size: 1rem;
    border: none;
    display: inline-block;
  }
}

/* Why Ride Section Styles */
.why-ride-section {
  padding: 6rem 0rem 6rem 0rem;
  background-color: var(--white);
}

.why-ride-content {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
}

.why-ride-text {
  width: 100%;
  text-align: left;
  margin-bottom: 2rem;
}

.why-ride-heading {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--green);
  letter-spacing: 0.5px;
  margin-bottom: 1rem;
  margin-top: 1rem;
}

.why-ride-description {
  font-size: 1rem;
  color: var(--text);
  max-width: 410px;
  margin-bottom: 2rem;
}

.post-trip-btn {
  background-color: var(--orange);
  color: var(--white);
  border: none;
  padding: 0.8rem 1.5rem;
  font-weight: 600;
  transition: 0.3s ease;
  text-decoration: none;
  display: inline-block;
}

.ride-image-container {
  width: 100%;
  text-align: center;
  position: relative;
}

.spiral-icon-container,
.arrow-icon-container {
  position: relative;
}
.postTagline {
  display: block;
  position: absolute;
  top: -2rem;
  left: 50%;
  transform: translate(calc(-50% + 50px), -50%);
  font-family: "Square Peg", cursive;
  font-size: 1.3rem;
  rotate: 20deg;
}

.arrow3-icon,
.heart-icon,
.elderTagline {
  display: block;
}
.spiral-icon,
.arrow-icon {
  display: block;
}
.spiral-icon {
  display: block;
  position: absolute;
  top: -25px;
  left: 10px;
  transform: translate(calc(-50% + 50px), -25%);
  width: 30px;
}

.arrow-icon {
  display: block;
  position: absolute;
  width: 60px;
  top: 0px;
  left: 40%;
  scale: -1;
  transform: translate(calc(-50% + 150px), -40%);
}
.driver-illustration-mobile,
.driver-illustration {
  max-width: 100%;
  height: auto;
}
.driver-illustration {
  display: none;
}
@media (min-width: 470px) and (max-width: 768px) {
  .why-ride-text {
    text-align: center;
  }
  .why-ride-description {
    margin: 0 auto;
    margin-bottom: 1rem;
  }
}

@media (min-width: 786px) {
  .why-ride-section {
    padding: 3rem 0;
    background-color: var(--white);
  }
  .why-ride-content {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 2rem;
  }
  .why-ride-heading {
    font-size: 2rem;
    margin-top: 0rem;
  }
  .why-ride-description {
    font-size: 1.1rem;
  }
  .why-ride-text {
    flex: 1;
    text-align: left;
    margin-bottom: 0;
  }
  .driver-illustration {
    display: block;
  }

  .driver-illustration-mobile {
    display: none;
  }
  .post-trip-btn {
    padding: 0.8rem 2rem;
  }

  .ride-image-container {
    flex: 1;
  }
}

@media (min-width: 992px) {
  .spiral-icon {
    display: block;
    position: absolute;
    top: 70px;
    left: 140px;
    width: 50px;
  }
  .why-ride-text {
    margin-left: 2rem;
  }
  .postTagline {
    display: block;
    position: absolute;
    top: 470px;
    left: -30%;
    font-family: "Square Peg", cursive;
    font-size: 1.5rem;
    rotate: -10deg;
    transform: translate(calc(-50% + 150px), -30%) translateY(50px);
    opacity: 0;
    transition: opacity 0.8s ease, transform 0.8s ease;
  }

  .arrow-icon {
    display: block;
    position: absolute;
    top: 350px;
    width: 100px;
    left: -14px;
    scale: 1;
  }
}
@media (min-width: 760px) and (max-width: 992px) {
  .spiral-icon {
    display: block;
    position: absolute;
    top: 50px;
    left: 140px;
    width: 40px;
  }
  .arrow-icon {
    display: block;
    position: absolute;
    top: 250px;
    width: 100px;
    left: -14px;
    scale: 1;
  }
  .postTagline {
    display: block;
    position: absolute;
    top: 370px;
    left: -35%;
    font-family: "Square Peg", cursive;
    font-size: 1.5rem;
    rotate: -10deg;
    transform: translate(calc(-50% + 150px), -30%) translateY(50px);
    opacity: 0;
    transition: opacity 0.8s ease, transform 0.8s ease;
  }
}

/* Environmental Section Styles */
.environmental-section {
  background-color: var(--light-gray);
  padding: 2rem 0;
  position: relative;
}

.environmental-container {
  padding: 2rem 1rem;
}

.environmental-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.green-section {
  position: relative;
}

.green-section-title {
  font-size: 1.5rem;
  font-weight: bold;
  color: var(--green);
  margin-bottom: 1.5rem;
}

.green-section-text {
  font-size: 1rem;
  color: var(--text);
  max-width: 510px;
  line-height: 25px;
}

.co2-icon,
.leaf-icon {
  display: block;
}
.co2-icon img {
  position: absolute;
  top: -155%;
  left: 1%;
  transform: translate(-50%, -50%)-50px;
  width: 120px;
}
.leaf-icon img {
  position: absolute;
  top: -5%;
  right: 2%;
  transform: translate(-50%, -50%)-50px;
  width: 60px;
}

@media (min-width: 768px) {
  .environmental-section {
    padding: 4rem 0;
  }
  .environmental-container {
    padding: 0.8rem 2rem;
  }
  .green-section-title {
    font-size: 2rem;
  }
  .green-section-text {
    font-size: 1.1rem;
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .co2-icon,
  .leaf-icon {
    display: block;
  }

  .co2-icon img {
    position: absolute;
    top: -135%;
    left: -50%;
    transform: translate(-50%, -50%)-50px;
    width: 160px;
    max-width: 100%;
  }

  .leaf-icon img {
    position: absolute;
    top: 0;
    right: 2%;
    transform: translate(-50%, -50%)-50px;
    width: 70px;
    max-width: 100%;
  }
}

/* Elders Section Styles */
.elders-section {
  background-color: var(--white);
  padding: 6rem 0rem 1rem 0rem;
  margin-top: 6rem;
  margin-bottom: 6rem;
}

.elders-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.elders-image-container {
  width: 100%;
  text-align: center;
  padding-bottom: 2rem;
}

.elders-img {
  max-width: 80%;
  height: auto;
}

.elders-text-container {
  width: 100%;
  text-align: left;
}

.elders-heading {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--green);
  letter-spacing: 0.5px;
  margin-bottom: 1rem;
}

.elders-text {
  font-size: 1rem;
  color: var(--text);
  max-width: 450px;
  margin-bottom: 2rem;
}

.extra-mile-btn {
  background-color: var(--green);
  color: var(--white);
  padding: 0.8rem 1.5rem;
  border-radius: 1px;
  font-weight: 500;
  text-decoration: none;
  font-size: 1rem;
  border: none;
  display: inline-block;
  transition: background-color 0.3s ease;
}

.elderTagline {
  position: absolute;
  top: -80px;
  left: 10px;
  rotate: -20deg;
  font-family: "Square Peg", cursive;
  font-size: 1.8rem;
}
.arrow3-icon {
  position: absolute;
  top: -20%;
  left: 35%;
  width: 80px;
  rotate: 20deg;
}
.heart-icon {
  position: absolute;
  top: -40%;
  left: 45%;
  width: 50px;
}
@media (min-width: 470px) and (max-width: 786px) {
  .elders-text-container {
    text-align: center;
  }
  .elders-text {
    margin: 0 auto;
    margin-bottom: 1rem;
  }
}
@media (min-width: 786px) {
  .elders-content {
    flex-direction: row;
    gap: 2rem;
  }

  .elders-image-container {
    flex: 1;
    padding-left: 0;
    padding-bottom: 0;
  }

  .elders-text-container {
    flex: 1;
    text-align: left;
  }
  .elders-heading {
    font-size: 2rem;
  }
  .elders-text {
    font-size: 1.1rem;
  }
  .extra-mile-btn {
    padding: 0.8rem 2rem;
  }
}
@media (min-width: 992px) {
  .heart-icon {
    position: absolute;
    display: block;
    top: -90px;
    left: 130px;
  }
  .arrow3-icon {
    position: absolute;
    display: block;
    top: -50px;
    left: 200px;
  }
  .elderTagline {
    position: absolute;
    display: block;
    top: -20px;
    left: 80px;
    font-family: "Square Peg", cursive;
    font-size: 1.5rem;
    rotate: -30deg;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  /* Elders Section */
  .arrow3-icon {
    top: -30px;
    left: 35%;
    width: 60px;
    rotate: 10deg;
  }

  .heart-icon {
    top: -20%;
    left: 35%;
    width: 30px;
  }

  .elderTagline {
    top: -27px;
    left: 50px;
    font-size: 1.2rem;
    rotate: -20deg;
  }
}

/* Passenger Driver Section Styles */
.passenger-driver-section {
  background-color: var(--white);
  padding: 3rem 0;
}

.roles-container {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.role-card {
  padding: 2rem 2rem 1rem 2rem;
  border-radius: 3px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
  height: 350px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: var(--white);
}

.passenger-card {
  background-color: var(--blue);
}

.driver-card {
  background-color: var(--orange);
}

.role-title {
  font-weight: 600;
  font-size: 2rem;
  position: relative;
  color: var(--white);
}

.role-description {
  font-size: 1.2rem;
  margin-top: 1rem;
  margin-right: 1rem;
  /* line-height: 1.4; */
  letter-spacing: 0.05rem;
}

.arrow-circle {
  width: 80px;
  height: 80px;
  border: 1px solid var(--white);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: flex-end;
  font-size: 1rem;
  margin: 0rem 0rem;
  transition: all 0.3s ease;
  cursor: pointer;
  transform: rotate(-30deg);
}

.arrow-circle {
  color: var(--white);
}

.arrow-circle:hover {
  background-color: rgba(255, 255, 255, 0.2);
  rotate: 30deg;
  transition: all 0.3s ease;
  scale: 1.01;
}
@media (min-width: 470px) and (max-width: 786px) {
  .role-description {
    font-size: 1.2rem;
    line-height: 1.4;
  }
}

@media (min-width: 768px) {
  .roles-container {
    flex-direction: row;
    justify-content: center;
    gap: 2rem;
  }

  .role-card {
    flex: 1;
    max-width: 610px;
  }
  .role-card {
    padding: 3rem 2rem 2rem 2rem;
    border-radius: 3px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
    height: 500px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    color: var(--white);
  }
  .role-title {
    font-weight: 600;
    font-size: 3rem;
    position: relative;
    color: var(--white);
  }
  .qoute-marks-hero img {
    padding-bottom: 1rem;
  }

  .role-description {
    font-size: 1.5rem;
    margin-top: 3rem;
    margin-right: 1rem;
    letter-spacing: 0.05rem;
  }
}

@media (min-width: 992px) {
  .hero-heading,
  .carpool-heading,
  .why-ride-heading,
  .green-section-title,
  .elders-heading {
    font-size: 2.5rem;
  }
  .hero-text,
  .carpool-text,
  .why-ride-description,
  .green-section-text,
  .elders-text {
    font-size: 1.3rem;
  }
}

@media (max-width: 360px) {
  .role-description {
    font-size: 1rem;
    margin-top: 0rem;
    margin-right: 1rem;
    letter-spacing: 0.05rem;
  }
}

/* Testimonial Section Styles */
.testimonials-section {
  padding: 0;
  margin: 4rem 1rem;
}

.testimonials-container {
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}

.testimonials-header {
  background-color: var(--green);
  color: var(--white);
  padding: 2rem 1rem;
  position: relative;
  height: 300px;
  text-align: left;
}

.testimonials-title {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.testimonials-subtitle {
  font-size: 1rem;
  max-width: 550px;
  line-height: 25px;
}

.testi-quotes {
  display: block;
  position: absolute;
  top: 10%;
  right: 2%;
  width: 70px;
  z-index: -1;
}
.testimonials-slider {
  position: relative;
  background-color: var(--white);
  padding: 1rem;
  width: 90%;
  text-align: left;
  margin: -5rem auto;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.testimonial-card {
  display: none;
  padding: 1rem 0;
}

.testimonial-card.active {
  display: block;
  animation: fadeIn 0.5s ease;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.testimonial-author {
  color: var(--text);
  font-weight: 600;
  font-size: 1.3rem;
  margin-bottom: 1rem;
}

.testimonial-text {
  color: var(--text);
  font-size: 1rem;
  line-height: 25px;
}

.testimonial-navigation {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin-top: 10rem;
}

.nav-button {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border: 1px solid var(--light-gray);
  background-color: transparent;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.next-button,
.prev-button {
  color: var(--green);
}
.next-button {
  border-color: var(--green);
}

.nav-button:hover {
  background-color: var(--green);
  color: var(--white);
  border-color: var(--green);
}

/* Media queries for responsive design */
@media (min-width: 768px) {
  .testimonials-section {
    margin-bottom: 25rem;
  }
  .testimonials-container {
    flex-direction: column;
    position: relative;
  }

  .testimonials-title {
    font-size: 2.5rem;
  }

  .testimonials-subtitle {
    font-size: 1.3rem;
    max-width: 600px;
  }

  .testimonials-header {
    width: 100%;
    padding: 4rem 4rem 10rem 8rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    text-align: left;
  }

  .testimonials-slider {
    width: 80%;
    padding: 3rem;
    position: absolute;
    top: 220px;
    margin: 0 auto;
    left: 120px;
    text-align: left;
  }

  .testimonial-author {
    font-size: 1.5rem;
    color: var(--green);
  }
  .testimonial-text {
    font-size: 1.3rem;
  }

  .testimonial-navigation {
    position: absolute;
    top: 31rem;
    left: 50%;
    transform: translateX(-50%);
    padding-bottom: 4rem;
    margin-top: 3rem;
  }

  .testi-quotes {
    display: block;
    position: absolute;
    right: 100px;
    width: 120px;
  }
  .testi-stars {
    display: block;
    position: absolute;
    left: 50%;
    width: 80px;
  }
}

@media (min-width: 992px) {
  .testi-stars {
    display: block;
    position: absolute;
    left: 40%;
    width: 80px;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .testimonials-section {
    margin: 2rem 2rem 0rem;
  }

  .testimonials-header {
    padding: 3rem 2rem 8rem 3rem;
    height: auto;
  }

  .testimonials-title {
    font-size: 2rem;
  }

  .testimonials-subtitle {
    font-size: 1.2rem;
    max-width: 90%;
    line-height: 1.6;
  }

  .testimonials-slider {
    width: 90%;
    padding: 2rem;
    position: relative;
    top: -6rem;
    left: 0;
    margin: 0 auto;
  }

  .testimonial-author {
    font-size: 1.3rem;
  }

  .testimonial-text {
    font-size: 1.1rem;
    line-height: 1.7;
  }

  .testimonial-navigation {
    position: relative;
    top: 0;
    right: 0;
    margin-top: 0rem;
    transform: translateX(-50%);
  }

  .testi-quotes {
    width: 80px;
    top: 5%;
    right: 5%;
  }

  .testi-stars {
    width: 60px;
    top: 5%;
    left: auto;
    right: 25%;
  }
}

@keyframes pulse {
  0% {
    scale: 1;
    opacity: 1;
  }
  25% {
    scale: 0.95;
    opacity: 0.8;
  }
  50% {
    scale: 1.05;
    opacity: 0.9;
  }
  75% {
    scale: 0.98;
    opacity: 0.85;
  }
  100% {
    scale: 1;
    opacity: 1;
  }
}

.prev-button.disabled,
.next-button.disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.animated-point {
  animation: pulse 1.5s ease-in-out;
}
