/*!************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/blocks/our-team-says/style.scss ***!
  \************************************************************************************************************************************************************************************************************************************************************/
.m-0 {
  margin: 0px;
}

.mx-1 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.ml-2 {
  margin-left: 0.5rem;
}

.mr-2 {
  margin-right: 0.5rem;
}

.mt-4 {
  margin-top: 1rem;
}

.mt-\[-3px\] {
  margin-top: -3px;
}

.mt-\[1\.5px\] {
  margin-top: 1.5px;
}

.mt-\[60px\] {
  margin-top: 60px;
}

.box-border {
  box-sizing: border-box;
}

.block {
  display: block;
}

.flex {
  display: flex;
}

.size-12 {
  width: 3rem;
  height: 3rem;
}

.h-3 {
  height: 0.75rem;
}

.h-\[17px\] {
  height: 17px;
}

.w-16 {
  width: 4rem;
}

.w-\[72px\] {
  width: 72px;
}

.w-full {
  width: 100%;
}

.max-w-1170 {
  max-width: 1170px;
}

.max-w-full {
  max-width: 100%;
}

.grow {
  flex-grow: 1;
}

.cursor-pointer {
  cursor: pointer;
}

.flex-row {
  flex-direction: row;
}

.flex-col {
  flex-direction: column;
}

.items-start {
  align-items: flex-start;
}

.items-center {
  align-items: center;
}

.justify-start {
  justify-content: flex-start;
}

.justify-center {
  justify-content: center;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-\[0\.5rem\] {
  gap: 0.5rem;
}

.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.pl-\[1\.25rem\] {
  padding-left: 1.25rem;
}

.pr-\[1\.312rem\] {
  padding-right: 1.312rem;
}

.text-center {
  text-align: center;
}

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

.text-13 {
  font-size: 13px;
}

.text-\[24px\] {
  font-size: 24px;
}

.text-\[28px\] {
  font-size: 28px;
}

.font-bold {
  font-weight: 700;
}

.leading-4 {
  line-height: 1rem;
}

.leading-\[36px\] {
  line-height: 36px;
}

.tracking-\[-0\.5px\] {
  letter-spacing: -0.5px;
}

.text-\[\#191919\] {
  --tw-text-opacity: 1;
  color: rgb(25, 25, 25, var(--tw-text-opacity));
}

.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.text-colour-light-figma {
  --tw-text-opacity: 1;
  color: rgb(123, 123, 123, var(--tw-text-opacity));
}

/* css for general page exper truth section start*/
.testimonial-img {
  opacity: 0.5;
}

@media (min-width: 768px) {
  .testimonial-img {
    border-width: 3px;
    border-style: solid;
    --tw-border-opacity: 1;
    border-color: rgb(220, 228, 233, var(--tw-border-opacity));
  }
}
.testimonial-img {
  position: relative;
  height: 2rem;
  width: 2rem;
  cursor: pointer;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (min-width: 768px) {
  .testimonial-img {
    height: 4rem;
    width: 4rem;
  }
}
.testimonial-img {
  transition: opacity 0.5s ease-in-out;
}

.testimonial-img.active {
  opacity: 1;
}

@media (min-width: 768px) {
  .testimonial-img.active {
    --tw-border-opacity: 1;
    border-color: rgb(79, 173, 246, var(--tw-border-opacity));
  }
}
.testim-container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.testim-text-container {
  width: 100%;
  border-radius: 24px;
  --tw-bg-opacity: 1;
  background-color: rgb(255, 255, 255, var(--tw-bg-opacity));
  padding: 1.75rem;
  text-align: center;
  font-size: 13px;
}

@media (min-width: 768px) {
  .testim-text-container {
    padding: 52px;
    font-size: 20px;
  }
}
.testim-text-container {
  min-height: 348px;
  max-width: 338px;
  font-weight: 700;
}

@media (min-width: 768px) {
  .testim-text-container {
    max-width: 830px;
  }
}
.testim-text-container {
  margin-top: 24.64px;
  line-height: 19.5px;
  letter-spacing: -0.2px;
  --tw-text-opacity: 1;
  color: rgb(77, 77, 77, var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .testim-text-container {
    margin-top: 40px;
    line-height: 30px;
  }
}
.testim-text-container {
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.04), 0px 8px 16px 0px rgba(0, 0, 0, 0.08);
}

.homeabroadinc-what-our-team-says h2 {
  margin: 0px;
  padding: 0.75rem;
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(25, 25, 25, var(--tw-text-opacity));
}

.ha-review-container {
  margin-top: 1rem;
  display: flex;
  justify-content: center;
  text-align: center;
  font-size: 16px;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(123, 123, 123, var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .ha-review-container {
    margin-top: 9px;
    line-height: 1.75rem;
  }
}
.ha-testim-img-container {
  box-sizing: border-box;
  display: flex;
  max-width: 100%;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  gap: 0.5rem;
  padding-right: 1.312rem;
  padding-left: 1.25rem;
}

.testimonial-dot.active {
  --tw-bg-opacity: 1;
  background-color: rgb(11, 104, 208, var(--tw-bg-opacity));
}

@media (min-width: 768px) {
  .md\:mx-2 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
  .md\:\!ml-\[56px\] {
    margin-left: 56px !important;
  }
  .md\:\!mr-\[56px\] {
    margin-right: 56px !important;
  }
  .md\:ml-\[56px\] {
    margin-left: 56px;
  }
  .md\:mr-\[56px\] {
    margin-right: 56px;
  }
  .md\:mt-0 {
    margin-top: 0px;
  }
  .md\:mt-\[92px\] {
    margin-top: 92px;
  }
  .md\:mt-\[9px\] {
    margin-top: 9px;
  }
  .md\:\!size-14 {
    width: 3.5rem !important;
    height: 3.5rem !important;
  }
  .md\:size-14 {
    width: 3.5rem;
    height: 3.5rem;
  }
  .md\:h-5 {
    height: 1.25rem;
  }
  .md\:h-\[22px\] {
    height: 22px;
  }
  .md\:w-\[106\.61px\] {
    width: 106.61px;
  }
  .md\:w-\[89\.5px\] {
    width: 89.5px;
  }
  .md\:gap-8 {
    gap: 2rem;
  }
  .md\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .md\:text-\[17px\] {
    font-size: 17px;
  }
  .md\:text-\[54px\] {
    font-size: 54px;
  }
  .md\:leading-7 {
    line-height: 1.75rem;
  }
  .md\:leading-\[64\.8px\] {
    line-height: 64.8px;
  }
  .md\:tracking-\[-2\.5px\] {
    letter-spacing: -2.5px;
  }
}

/*# sourceMappingURL=style-index.css.map*/