@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600&display=swap");
html {
  font-size: 16px;
  width: 100%;
  height: 100%;
}

body {
  font-family: "Inter", sans-serif !important;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
}

* {
  box-sizing: border-box;
}

.font-inter {
  font-family: "Inter", sans-serif !important;
}

.font-manrope {
  font-family: "Manrope", sans-serif;
}

.font-500 {
  font-weight: 500;
}

.font-400 {
  font-weight: 400;
}

.font-600 {
  font-weight: 600;
}

h1, h2, h3, h4 {
  font-family: "Manrope", sans-serif !important;
}

.content-wrapper {
  margin: 0 auto;
  max-width: 100%;
  height: 100%;
}
.content-wrapper .fbk-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0rem 2.375rem;
  padding-top: 1rem;
}
.content-wrapper .fbk-header .fbk-menu {
  display: flex;
  align-items: center;
  gap: 2rem;
}
.content-wrapper .fbk-header .fbk-menu a {
  text-decoration: none;
  color: #555;
  cursor: pointer;
}
.content-wrapper .hero-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 5rem auto 7rem auto;
  padding: 0rem 2.375rem;
}
.content-wrapper .hero-section h1 {
  text-align: center;
  font-weight: 500;
  font-size: 3rem;
  width: 970px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 100%;
}
.content-wrapper .hero-section p {
  text-align: center;
  width: 970px;
  margin: 1.5rem auto;
  max-width: 100%;
  line-height: 24px;
  color: #263959;
  word-break: auto-phrase;
}
.content-wrapper .hero-section .actions {
  display: flex;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
  margin-top: 2rem;
}
.content-wrapper .hero-section .actions button {
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
  padding: 0;
}
.content-wrapper .hero-section .actions button a {
  text-decoration: none;
  padding: 12px 24px;
  width: 100%;
  height: 100%;
  display: block;
}
.content-wrapper .hero-section .actions button:first-child {
  background-color: #286EFA;
  border: none;
}
.content-wrapper .hero-section .actions button:first-child a {
  color: #fff;
}
.content-wrapper .hero-section .actions button:last-child {
  border: 1px solid #286EFA;
  color: #286EFA;
  background: #fff;
}
.content-wrapper .hero-section .actions button:last-child a {
  color: #286EFA;
}
.content-wrapper .builder-section {
  padding: 0rem 2.375rem;
  margin-bottom: 7rem;
}
.content-wrapper .builder-section .survey-builder {
  background: linear-gradient(148deg, #895EFF 5.73%, #3E9CFF 100%), rgba(0, 0, 0, 0.2);
  height: 520px;
  border-radius: 15px;
  width: 100%;
  display: flex;
}
.content-wrapper .builder-section .survey-builder img {
  width: 85%;
  object-fit: contain;
  margin: 0 auto;
  margin-top: auto;
}
.content-wrapper .product-highlights-wrapper {
  background-color: #F6F8FE;
}
.content-wrapper .product-highlights-wrapper .product-highlights {
  padding: 8rem 2.375rem;
  gap: 1.75rem;
  display: flex;
  flex-direction: column;
}
.content-wrapper .product-highlights-wrapper .product-highlights .head-section {
  margin-bottom: 3.5rem;
}
.content-wrapper .product-highlights-wrapper .product-highlights .head-section h2 {
  font-size: 3rem;
  margin: 0;
  margin-bottom: 1.25rem;
  font-weight: 500;
  text-align: center;
}
.content-wrapper .product-highlights-wrapper .product-highlights .head-section p {
  width: 800px;
  max-width: 100%;
  text-align: center;
  margin: 0 auto;
  line-height: 24px;
  color: #263959;
}
.content-wrapper .product-highlights-wrapper .product-highlights .product-card {
  padding: 3.75rem 3.125rem 0rem 3.125rem;
  display: flex;
  gap: 3rem;
  background: #fff;
  border-radius: 20px;
  justify-content: space-between;
  max-width: 100%;
}
.content-wrapper .product-highlights-wrapper .product-highlights .product-card .points {
  margin-bottom: 2rem;
  width: 45%;
}
.content-wrapper .product-highlights-wrapper .product-highlights .product-card .points h3 {
  font-weight: 400;
  font-size: 1.875rem;
  margin: 0;
  color: #091F66;
}
.content-wrapper .product-highlights-wrapper .product-highlights .product-card .points p {
  margin-bottom: 1.75rem;
  line-height: 24px;
  color: #263959;
}
.content-wrapper .product-highlights-wrapper .product-highlights .product-card .points ul {
  padding-left: 1rem;
  margin: 0;
  list-style: none;
}
.content-wrapper .product-highlights-wrapper .product-highlights .product-card .points ul li {
  font-size: 1rem;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 0.75rem;
  color: #263959;
}
.content-wrapper .product-highlights-wrapper .product-highlights .product-card .points ul li::before {
  content: "•";
  color: #C4D9FC;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}
.content-wrapper .product-highlights-wrapper .product-highlights .product-card .image-section {
  width: 50%;
}
.content-wrapper .product-highlights-wrapper .product-highlights .product-card .image-section img {
  width: 100%;
}
.content-wrapper .why-section-wrapper {
  background-color: #F6F8FE;
}
.content-wrapper .why-section-wrapper .why-section {
  padding: 0rem 2.375rem;
  padding-bottom: 8rem;
  gap: 1.75rem;
}
.content-wrapper .why-section-wrapper .why-section .head-section {
  margin-bottom: 3.5rem;
}
.content-wrapper .why-section-wrapper .why-section .head-section h2 {
  font-size: 3rem;
  margin: 0;
  margin-bottom: 1.25rem;
  font-weight: 500;
  text-align: center;
}
.content-wrapper .why-section-wrapper .why-section .head-section p {
  width: 800px;
  max-width: 100%;
  text-align: center;
  margin: 0 auto;
  line-height: 24px;
  color: #263959;
}
.content-wrapper .why-section-wrapper .why-section .feebak-details {
  width: 1160px;
  margin: 0 auto;
  max-width: 100%;
  display: grid;
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.5rem;
  grid-template-columns: repeat(auto-fill, minmax(365px, 1fr));
  place-content: start;
}
.content-wrapper .why-section-wrapper .why-section .feebak-details .spec-box {
  height: 298px;
  padding: 1.5rem;
}
.content-wrapper .why-section-wrapper .why-section .feebak-details .spec-box .icon {
  width: 62px;
  height: 62px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #EEF2FF;
  border-radius: 50%;
  margin-bottom: 1.25rem;
}
.content-wrapper .why-section-wrapper .why-section .feebak-details .spec-box h3 {
  margin: 0;
  margin-bottom: 1.5rem;
  font-size: 25px;
  font-weight: 400;
}
.content-wrapper .why-section-wrapper .why-section .feebak-details .spec-box p {
  line-height: 24px;
  color: #263959;
}
.content-wrapper .reliable {
  display: flex;
  flex-wrap: wrap;
  padding: 4.625rem 3.75rem;
  border-radius: 20px;
  border: 1px solid #AFAFAF;
  margin: 7rem auto;
  justify-content: space-between;
  width: 1202px;
  max-width: calc(100% - 4.75rem);
}
.content-wrapper .reliable h2 {
  font-size: 3rem;
  margin: 0;
  width: 240px;
  font-weight: 500;
  justify-content: space-between;
  margin-bottom: 3rem;
  margin-right: 1rem;
}
.content-wrapper .reliable .rel-details {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}
.content-wrapper .reliable .rel-details .rel-box {
  max-width: 100%;
}
.content-wrapper .reliable .rel-details .rel-box:nth-child(1) {
  width: 247px;
}
.content-wrapper .reliable .rel-details .rel-box:nth-child(2) {
  width: 240px;
}
.content-wrapper .reliable .rel-details .rel-box:nth-child(3) {
  width: 222px;
}
.content-wrapper .reliable .rel-details .rel-box .icon {
  width: 70px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #EEF2FF;
  border-radius: 50%;
  margin-bottom: 2.5rem;
}
.content-wrapper .reliable .rel-details .rel-box h3 {
  font-size: 1.25rem;
  font-weight: 600;
  margin: 0;
  margin-bottom: 1rem;
  color: #091F66;
}
.content-wrapper .reliable .rel-details .rel-box p {
  line-height: 24px;
  font-size: 1rem;
  color: #263959;
}
.content-wrapper .trusted {
  margin-bottom: 5rem;
  padding: 0rem 2.375rem;
}
.content-wrapper .trusted h2 {
  margin: 0;
  margin-bottom: 4rem;
  font-size: 3rem;
  text-align: center;
  font-weight: 500;
}
.content-wrapper .trusted .timeline {
  font-size: 1.25rem;
  text-align: center;
}
.content-wrapper .trusted .counts {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 3.75rem;
}
.content-wrapper .trusted .counts .count-box {
  width: 260px;
  height: 174px;
  flex-shrink: 0;
}
.content-wrapper .trusted .counts .count-box h1 {
  color: #286EFA;
  text-align: center;
  font-size: 5.625rem;
  font-weight: 500;
  line-height: 90px;
  margin: 0;
  margin-bottom: 2rem;
}
.content-wrapper .trusted .counts .count-box p {
  margin: 0;
  text-align: center;
  font-size: 1.25rem;
}
.content-wrapper .trusted .counts .line {
  width: 1px;
  height: 90px;
  background: #B5B5B5;
}
.content-wrapper .get-feebak {
  background-blend-mode: multiply, soft-light;
  background: linear-gradient(0deg, #286EFA 0%, #286EFA 100%), url(../images/rewamp/cup.png), lightgray 50%;
  min-height: 448px;
  margin: 4rem auto;
  border-radius: 20px;
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: space-between;
  padding: 4rem;
  align-items: center;
  width: 1202px;
  max-width: calc(100% - 4.75rem);
}
.content-wrapper .get-feebak .get h2 {
  margin: 0;
  font-size: 3rem;
  margin-bottom: 1.875rem;
  font-weight: 400;
  color: #fff;
}
.content-wrapper .get-feebak .get button {
  background: #fff;
  border-radius: 5px;
  width: 133px;
  border: none;
  cursor: pointer;
}
.content-wrapper .get-feebak .get button a {
  width: 100%;
  height: 100%;
  display: block;
  text-decoration: none;
  padding: 12px 24px;
  color: #286EFA;
  font-size: 16px;
}
.content-wrapper .get-feebak .logo {
  width: 420px;
}
.content-wrapper .get-feebak .logo img {
  width: 340px;
  margin: 0 auto;
  display: block;
  margin-bottom: 2rem;
}
.content-wrapper .get-feebak .logo h2 {
  padding-top: 1.5rem;
  border-top: 1px solid #fff;
  font-weight: 500;
  font-size: 2.5rem;
  color: #fff;
  margin: 0;
  text-align: center;
}
.content-wrapper .know-more {
  padding: 5rem 2.375rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
  gap: 20px;
}
.content-wrapper .know-more .info {
  margin-bottom: 3.5rem;
  width: 550px;
  max-width: 100%;
}
.content-wrapper .know-more .info h2 {
  font-size: 29px;
  font-weight: 500;
  margin: 0;
}
.content-wrapper .know-more .info p {
  font-size: 16px;
  margin: 10px 0;
  line-height: 24px;
  color: #263959;
}
.content-wrapper .know-more svg {
  position: absolute;
  bottom: 0;
  left: 0;
}
.content-wrapper .know-more .question-form {
  width: 430px;
  max-width: 100%;
}
.content-wrapper .know-more .question-form form .form-field {
  margin-bottom: 25px;
}
.content-wrapper .know-more .question-form form .form-field p {
  font-weight: 500;
  font-size: 16px;
  margin: 0;
  margin-bottom: 10px;
  color: #3F3F3F;
}
.content-wrapper .know-more .question-form form .form-field input {
  width: 100%;
  padding: 12px;
  border-radius: 5px;
  border: 1px solid #B1B1B1;
}
.content-wrapper .know-more .question-form form .form-field textarea {
  width: 100%;
  border-radius: 5px;
  height: 100px;
  resize: none;
  border: 1px solid #B1B1B1;
  outline: none;
  padding: 12px;
  font-family: "Krub", sans-serif !important;
}
.content-wrapper .know-more .question-form form .form-field .choices {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}
.content-wrapper .know-more .question-form form .form-field .choices .option {
  display: flex;
  align-items: center;
  margin-right: 2rem;
}
.content-wrapper .know-more .question-form form .form-field .choices .option input {
  display: none;
}
.content-wrapper .know-more .question-form form .form-field .choices .option img {
  width: 18px;
  cursor: pointer;
}
.content-wrapper .know-more .question-form form .form-field .choices .option span {
  margin-left: 10px;
  color: #B1B1B1;
  font-size: 16px;
}
.content-wrapper .know-more .question-form form .form-field .privacy {
  display: flex;
  align-items: center;
}
.content-wrapper .know-more .question-form form .form-field .privacy img {
  width: 18px;
  cursor: pointer;
}
.content-wrapper .know-more .question-form form .form-field .privacy p {
  color: #464646;
  margin: 0;
  margin-left: 10px;
  font-weight: 400;
}
.content-wrapper .know-more .question-form form .form-field .er {
  color: #286efa;
  margin-top: 10px;
}
.content-wrapper .know-more .question-form .snd .loader {
  display: none;
}
.content-wrapper .know-more .question-form .snd button {
  border-radius: 5px;
  background: #286EFA;
  border: none;
  width: 100%;
  padding: 12px 24px;
  color: #fff;
  font-size: 16px;
}
.content-wrapper .fbk-footer {
  background: #F8F8F8;
}
.content-wrapper .fbk-footer .footer-main {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 3rem;
  padding: 4rem 2.375rem;
}
.content-wrapper .fbk-footer .footer-main .logo-section {
  max-width: 100%;
}
.content-wrapper .fbk-footer .footer-main .logo-section img {
  width: 212px;
}
.content-wrapper .fbk-footer .footer-main .logo-section .disclaimer {
  margin-top: 1.5rem;
  width: 360px;
  max-width: 100%;
}
.content-wrapper .fbk-footer .footer-main .logo-section .disclaimer h2 {
  margin: 0;
  margin-bottom: 10px;
  font-size: 16px;
}
.content-wrapper .fbk-footer .footer-main .logo-section .disclaimer p {
  width: 100%;
  max-width: 100%;
  font-size: 14px;
  color: #424141;
  line-height: 20px;
  margin: 0;
}
.content-wrapper .fbk-footer .footer-main .footer-right {
  display: flex;
  max-width: 100%;
}
.content-wrapper .fbk-footer .footer-main .link-group {
  display: flex;
}
.content-wrapper .fbk-footer .footer-main .link-group .links {
  display: flex;
  flex-direction: column;
  gap: 14px;
  width: 150px;
}
.content-wrapper .fbk-footer .footer-main .link-group .links h3 {
  margin: 0;
  font-size: 16px;
}
.content-wrapper .fbk-footer .footer-main .link-group .links a {
  text-decoration: none;
  color: #424141;
  font-size: 16px;
  cursor: pointer;
}
.content-wrapper .fbk-footer .c-logo a img {
  width: 100px;
}
.content-wrapper .fbk-footer .footer-sub {
  padding: 1.5rem 2.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #9c9c9c;
  flex-wrap: wrap;
}
.content-wrapper .fbk-footer .footer-sub .res {
  display: flex;
  align-items: center;
  gap: 2rem;
}
.content-wrapper .fbk-footer .footer-sub .res a {
  text-decoration: none;
  font-size: 14px;
  color: #636363;
}
.content-wrapper .fbk-footer .footer-sub .copy {
  font-size: 14px;
  color: #636363;
  margin: 0;
}

@media screen and (max-device-width: 680px), screen and (max-width: 680px) {
  html {
    font-size: 13px !important;
  }
  .content-wrapper .builder-section .survey-builder {
    height: 210px;
  }
  .content-wrapper .builder-section .survey-builder img {
    height: 95%;
  }
  .content-wrapper .product-highlights-wrapper .product-highlights .product-card {
    padding: 1.75rem;
  }
  .content-wrapper .product-highlights-wrapper .product-highlights .product-card .points h3 {
    margin-bottom: 2.25rem;
  }
  .content-wrapper .product-highlights-wrapper .product-highlights .product-card .image-section {
    width: 100% !important;
  }
  .content-wrapper .why-section-wrapper .why-section .feebak-details .spec-box {
    padding: 0;
    height: auto;
  }
  .content-wrapper .reliable {
    padding: 2.625rem 1.75rem;
  }
  .content-wrapper .reliable h2 {
    width: 100%;
    text-align: center;
  }
  .content-wrapper .reliable .rel-details {
    justify-content: center;
  }
  .content-wrapper .reliable .rel-details .rel-box {
    width: 100%;
  }
  .content-wrapper .reliable .rel-details .rel-box .icon {
    width: 70px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #EEF2FF;
    border-radius: 50%;
    margin-bottom: 2.5rem;
  }
  .content-wrapper .reliable .rel-details .rel-box h3 {
    font-size: 1.25rem;
    font-weight: 600;
    margin: 0;
    margin-bottom: 1rem;
    color: #091F66;
  }
  .content-wrapper .reliable .rel-details .rel-box p {
    line-height: 24px;
    font-size: 1rem;
  }
  .content-wrapper .trusted .counts {
    gap: 1.75rem;
  }
  .content-wrapper .trusted .counts .line {
    display: none;
  }
  .content-wrapper .trusted .counts .count-box {
    height: fit-content;
  }
  .content-wrapper .trusted .counts .count-box h1 {
    font-size: 3.675rem;
  }
  .content-wrapper .fbk-footer .footer-sub {
    padding: 1.5rem 1rem;
    gap: 15px;
    justify-content: center;
  }
  .content-wrapper .fbk-footer .footer-sub .res a {
    font-size: 12px;
  }
  .content-wrapper .fbk-footer .footer-sub .copy {
    font-size: 12px;
  }
  .footer-right {
    flex-direction: column;
    gap: 30px;
  }
}
@media screen and (max-device-width: 1120px), screen and (max-width: 1120px) {
  .content-wrapper .get-feebak {
    flex-direction: column-reverse;
    padding: 29px;
  }
  .content-wrapper .get-feebak .get {
    margin-top: 6rem;
    max-width: 100%;
  }
  .content-wrapper .get-feebak .get h2 {
    text-align: center;
    font-size: 2.5rem;
  }
  .content-wrapper .get-feebak .get button {
    width: 500px;
    max-width: 100%;
    margin: 0 auto;
    display: block;
  }
  .content-wrapper .get-feebak .logo {
    margin-top: 5rem;
    max-width: 100%;
  }
  .content-wrapper .get-feebak .logo img {
    width: 210px;
  }
  .content-wrapper .get-feebak .logo h2 {
    text-align: center;
    font-size: 2.5rem;
  }
}
@media screen and (max-device-width: 1080px), screen and (max-width: 1080px) {
  .content-wrapper .product-highlights-wrapper .product-highlights .product-card {
    flex-direction: column;
    width: 720px;
    margin: 0 auto;
  }
  .content-wrapper .product-highlights-wrapper .product-highlights .product-card.row-rev {
    flex-direction: column-reverse;
  }
  .content-wrapper .product-highlights-wrapper .product-highlights .product-card .points {
    width: 100%;
    margin: 0 auto;
  }
  .content-wrapper .product-highlights-wrapper .product-highlights .product-card .image-section {
    width: 70%;
    margin: 0 auto;
  }
  .content-wrapper .know-more svg {
    display: none;
  }
}
@media screen and (max-device-width: 430px), screen and (max-width: 430px) {
  .content-wrapper .fbk-footer .footer-sub .res {
    justify-content: space-between;
    width: 100%;
    gap: 0.5rem;
  }
}
@media screen and (max-device-width: 520px), screen and (max-width: 520px) {
  .content-wrapper .fbk-header {
    justify-content: space-between;
    gap: 1rem;
    flex-wrap: wrap;
    padding: 0 1.5rem;
    padding-top: 1rem;
  }
  .content-wrapper .fbk-menu {
    gap: 1.5rem;
  }
  .content-wrapper .why-section-wrapper .why-section {
    padding: 0 1.5rem;
  }
  .content-wrapper .why-section-wrapper .why-section .feebak-details {
    grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
  }
  .content-wrapper .product-highlights-wrapper .product-highlights {
    padding: 8rem 1.5rem;
  }
  .content-wrapper .know-more {
    padding: 5rem 1.5rem;
  }
  .content-wrapper .hero-section {
    padding: 0 1.5rem;
  }
  .content-wrapper .builder-section {
    padding: 0 1.5rem;
  }
  .content-wrapper .trusted {
    padding: 0 1.5rem;
  }
  .content-wrapper .fbk-footer .footer-main {
    padding: 4rem 1.5rem;
  }
  .content-wrapper .reliable {
    max-width: calc(100% - 3rem);
  }
  .content-wrapper .get-feebak {
    max-width: calc(100% - 3rem);
  }
}
@media screen and (max-device-width: 1380px), screen and (max-width: 1380px) {
  .content-wrapper .reliable {
    padding: 4.625rem 2.75rem;
  }
  .content-wrapper .reliable h2 {
    margin-right: 35px;
    font-size: 2.5rem;
    width: 180px;
    flex-grow: 1;
  }
  .content-wrapper .reliable .rel-details {
    flex-grow: 1;
    gap: 1.75rem;
  }
  .content-wrapper .reliable .rel-details .rel-box {
    width: 245px;
    flex-grow: 1;
  }
}
@media screen and (max-device-width: 1065px), screen and (max-width: 1065px) {
  .content-wrapper .know-more .info {
    margin-left: auto;
    margin-right: auto;
  }
  .content-wrapper .know-more .info h2 {
    text-align: center;
  }
  .content-wrapper .know-more .info p {
    text-align: center;
  }
  .content-wrapper .question-form {
    margin: 0 auto;
  }
}
@media screen and (max-device-width: 480px), screen and (max-width: 480px) {
  .content-wrapper .get-feebak .get h2 {
    font-size: 2rem;
  }
  .content-wrapper .get-feebak .logo h2 {
    font-size: 2rem;
  }
}
.inp-val input:valid {
  border-color: #e1e8ef;
}
.inp-val input:invalid {
  border-color: #fb9292 !important;
}

.snd .loader {
  width: 3rem;
}
.snd .loader img {
  width: 100%;
}

.grecaptcha-badge {
  visibility: hidden !important;
}

.fit-to-frame {
  width: 1280px;
  max-width: 100%;
  margin: 0 auto;
}

/* Styles for the sidebar */
.sidebar {
  height: 100%;
  width: 0;
  position: fixed;
  top: 0;
  right: 0; /* Set right position */
  background-color: white;
  /* background-color: rgba(184, 148, 148, 0.758); */
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  padding-top: 20px;
  overflow-y: auto; /* Enable vertical scrolling */
  transition: 0.5s;
}

/* Style the sidebar links */
.sidebar ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.sidebar li {
  padding: 10px;
  padding-right: 20px;
  text-align: right;
}

.sidebar li:nth-child(1) {
  padding-top: 0;
}

.sidebar a {
  text-decoration: none;
  color: #555;
  font-size: 18px;
}

/* Add hover effect to sidebar links */
.sidebar a:hover {
  color: blue;
}

#sidebaricon {
  display: none;
}

@media screen and (max-device-width: 520px), screen and (max-width: 520px) {
  #sidebaricon {
    display: block;
  }
  .hideOnMobile {
    display: none;
  }
}
.testimonial-marquee-wrapper {
  background: #f9f9f9;
  padding: 60px 0;
  overflow: hidden;
}

.testimonial-heading {
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
  margin-bottom: 40px;
  color: #222;
}

.testimonial-marquee {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.testimonial-track {
  display: flex;
  width: max-content;
  padding: 3rem;
  animation: scrollLeft 60s linear infinite;
}

.testimonial {
  width: 600px;
  flex-shrink: 0;
  background: white;
  border-radius: 12px;
  padding: 30px 25px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-right: 40px;
}

.testimonial:last-child {
  margin-right: 0;
}

.testimonial p {
  font-size: 1rem;
  color: #333;
  line-height: 1.6;
  flex-grow: 1;
  margin-bottom: 20px;
}

.testimonial h4 {
  font-weight: 500;
  color: #666;
  font-size: 0.9rem;
  margin: 0;
  text-align: right;
}

@keyframes scrollLeft {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}
/* Optional: Responsive */
@media (max-width: 768px) {
  .testimonial {
    width: 80vw;
  }
  .testimonial-track {
    animation-duration: 40s;
  }
}