@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap");
@font-face {
  font-family: "SF Pro Display";
  src: url("/assets/fonts/SF-Pro-Display-Black.otf");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "SF Pro Display";
  src: url("/assets/fonts/SF-Pro-Display-BlackItalic.otf");
  font-weight: 900;
  font-style: italic;
}
@font-face {
  font-family: "SF Pro Display";
  src: url("/assets/fonts/SF-Pro-Display-Bold.otf");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "SF Pro Display";
  src: url("/assets/fonts/SF-Pro-Display-BoldItalic.otf");
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: "SF Pro Display";
  src: url("/assets/fonts/SF-Pro-Display-Heavy.otf");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "SF Pro Display";
  src: url("/assets/fonts/SF-Pro-Display-HeavyItalic.otf");
  font-weight: 800;
  font-style: italic;
}
@font-face {
  font-family: "SF Pro Display";
  src: url("/assets/fonts/SF-Pro-Display-Light.otf");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "SF Pro Display";
  src: url("/assets/fonts/SF-Pro-Display-LightItalic.otf");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "SF Pro Display";
  src: url("/assets/fonts/SF-Pro-Display-Medium.otf");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "SF Pro Display";
  src: url("/assets/fonts/SF-Pro-Display-MediumItalic.otf");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: "SF Pro Display";
  src: url("/assets/fonts/SF-Pro-Display-Regular.otf");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "SF Pro Display";
  src: url("/assets/SF-Pro-Display-RegularItalic.otf");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "SF Pro Display";
  src: url("/assets/fonts/SF-Pro-Display-Semibold.otf");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "SF Pro Display";
  src: url("/assets/fonts/SF-Pro-Display-SemiboldItalic.otf");
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: "SF Pro Display";
  src: url("/assets/fonts/SF-Pro-Display-Thin.otf");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "SF Pro Display";
  src: url("/assets/fonts/SF-Pro-Display-ThinItalic.otf");
  font-weight: 100;
  font-style: italic;
}
@font-face {
  font-family: "SF Pro Display";
  src: url("/assets/fonts/SF-Pro-Display-Ultralight.otf");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "SF Pro Display";
  src: url("/assets/SF-Pro-Display-UltralightItalic.otf");
  font-weight: 200;
  font-style: italic;
}
body {
  font-family: "SF Pro Display", sans-serif !important;
}

.top_div {
  padding: 12% 0 50px;
}

.image-section,
.col-lg-5 {
  transform: none;
  transition: ease-in;
}

.second_section {
  position: relative;
  margin-top: 7rem;
}
.second_section .head {
  text-align: center;
}
.second_section .head .section-label {
  font-weight: 400;
  font-size: 18px;
  color: #A4A4A4;
}
.second_section .head h3 {
  font-weight: 400;
  font-size: 55.77px;
  color: #000;
  margin-bottom: 3rem;
}
.second_section .head .product-underline {
  position: relative;
  z-index: 1;
}
.second_section .head .product-underline::after {
  content: "";
  position: absolute;
  right: 5px;
  bottom: -8px;
  width: 55%;
  height: 1px;
  background-color: #000;
  border-radius: 8px;
  z-index: -1;
}
.second_section .main_div {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-left: 6%;
}
@media (max-width: 991px) {
  .second_section .main_div {
    padding: 0 25px;
  }
}
.second_section .main_div .col-lg-5 h3 {
  font-weight: 400;
  font-size: 45px;
  color: #000;
  margin-bottom: 1rem;
}
.second_section .main_div .col-lg-5 p {
  font-size: 19.2562px;
  color: #434343;
  margin-bottom: 5%;
}
.second_section .main_div .col-lg-5 p .hyperlink {
  color: rgb(254, 93, 5) !important;
  text-decoration: none !important;
  cursor: pointer;
}
.second_section .main_div .col-lg-5 .button-group {
  display: flex;
  gap: 1rem;
}
.second_section .main_div .col-lg-5 .button-group .view-details {
  background: #FE5D05;
  color: #fff;
  padding: 12px 25px;
  border-radius: 28px;
  font-size: 17px;
}
@media (max-width: 910px) {
  .second_section .main_div .col-lg-5 .button-group .view-details {
    font-size: 12px;
  }
}
@media (max-width: 768) {
  .second_section .main_div .col-lg-5 .button-group .view-details {
    font-size: 12px;
  }
}
.second_section .main_div .col-lg-5 .button-group .download-brochure {
  background-color: #000;
  color: #fff;
  padding: 12px 25px;
  border-radius: 28px;
  display: flex;
  align-items: center;
  gap: 12px;
}
@media (max-width: 910px) {
  .second_section .main_div .col-lg-5 .button-group .download-brochure {
    font-size: 12px;
  }
}
@media (max-width: 768) {
  .second_section .main_div .col-lg-5 .button-group .download-brochure {
    font-size: 12px;
  }
}
@media (max-width: 910px) {
  .second_section .main_div .col-lg-5 .button-group {
    flex-direction: row;
    justify-content: center;
  }
}
@media (max-width: 768px) {
  .second_section .main_div .col-lg-5 .button-group {
    flex-direction: row;
    justify-content: center;
  }
}
@media (max-width: 576px) {
  .second_section .main_div .col-lg-5 .button-group {
    flex-direction: column;
    align-items: anchor-center;
  }
}
.second_section .main_div .image-section {
  background-image: url(../images/saiha-orng-logo.png);
  background-repeat: no-repeat;
  background-position: right 0;
  background-size: contain;
  text-align: center;
}
.second_section .orange-line {
  display: flex;
  flex-direction: column;
  width: 40%;
  text-align: end;
}
.second_section .product-tags {
  transform: rotate(-90deg);
  transform-origin: left;
  position: absolute;
  left: 70px;
  top: 11%;
  text-align: center;
}
.second_section .product-tags p {
  font-weight: 400;
  font-size: 16px;
  color: #434343;
}
.second_section .product-tags .lines {
  width: 8rem;
  height: 2px;
  display: block;
  background-color: #D2DEDE;
}
@media (max-width: 991px) {
  .second_section .product-tags {
    left: 30px;
    top: 6%;
  }
  .second_section .product-tags p {
    font-size: 13px;
  }
  .second_section .product-tags .lines {
    width: 5rem;
  }
}

@media (max-width: 768px), (max-width: 910px) {
  .second_section .head h3 {
    margin-bottom: 1rem;
    font-size: 30px;
  }
  .second_section .main_div {
    flex-direction: column;
    gap: 2rem;
  }
  .second_section .main_div .col-lg-5 {
    text-align: center;
    justify-content: center;
  }
  .second_section .main_div .col-lg-7 {
    background-position: center top;
    background-size: contain;
  }
  .second_section .main_div .col-lg-7 .image-section {
    margin-top: 2rem;
    display: flex;
    justify-content: center;
  }
  .second_section .orange-line {
    margin-top: 3rem;
    width: 80%;
  }
}
.third_section {
  margin-top: 10rem;
  position: relative;
}
.third_section .head {
  text-align: center;
}
.third_section .head h3 {
  font-style: normal;
  font-weight: 400;
  font-size: 55.77px;
  color: #000;
  margin-bottom: 3rem;
}
.third_section .main_div {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6rem;
  align-items: center;
  padding: 0px 30px;
}
.third_section .main_div .col-lg-5 {
  width: 100%;
}
.third_section .main_div .col-lg-5 h3 {
  font-style: normal;
  font-weight: 400;
  font-size: 45px;
  color: #000;
  margin-bottom: 3%;
}
.third_section .main_div .col-lg-5 p {
  font-weight: 400;
  font-size: 19.2562px;
  color: #434343;
  margin-bottom: 5%;
}
.third_section .main_div .col-lg-5 p a {
  color: rgb(194, 225, 35) !important;
  text-decoration: none !important;
  cursor: pointer;
}
.third_section .main_div .col-lg-5 .button-group {
  display: flex;
  gap: 1rem;
}
.third_section .main_div .col-lg-5 .button-group .view-details {
  background: #C2E123;
  font-style: normal;
  font-weight: 400;
  font-size: 17.7996px;
  text-align: center;
  color: #000000;
  padding: 12.7687px 25px;
  border-radius: 28.0912px;
}
@media (max-width: 910px) {
  .third_section .main_div .col-lg-5 .button-group .view-details {
    font-size: 12px;
  }
}
@media (max-width: 768) {
  .third_section .main_div .col-lg-5 .button-group .view-details {
    font-size: 12px;
  }
}
.third_section .main_div .col-lg-5 .button-group .download-brochure {
  background-color: #000;
  color: white;
  padding: 8px 23px;
  border-radius: 28.0912px;
  display: flex;
  align-items: center;
  gap: 12.77px;
}
@media (max-width: 910px) {
  .third_section .main_div .col-lg-5 .button-group .download-brochure {
    font-size: 12px;
  }
}
@media (max-width: 768) {
  .third_section .main_div .col-lg-5 .button-group .download-brochure {
    font-size: 12px;
  }
}
@media (max-width: 910px) {
  .third_section .main_div .col-lg-5 .button-group {
    flex-direction: row;
    justify-content: center;
  }
}
@media (max-width: 768px) {
  .third_section .main_div .col-lg-5 .button-group {
    flex-direction: row;
    justify-content: center;
  }
}
@media (max-width: 576px) {
  .third_section .main_div .col-lg-5 .button-group {
    flex-direction: column;
    align-items: anchor-center;
  }
}
.third_section .main_div .col-lg-7 {
  width: 100%;
  background-image: url("../images/360logo.png");
  background-size: contain;
  background-repeat: no-repeat;
  padding: 14px;
}
.third_section .main_div .col-lg-7 .image-section .laptop360 {
  width: 100%;
  filter: drop-shadow(0px 3.89572px 29.7049px rgba(0, 0, 0, 0.25));
}
.third_section .green-line {
  margin-top: 9rem;
  margin-left: auto;
  display: flex;
  flex-direction: column;
  width: 40%;
  text-align: start;
}
.third_section .product-tags {
  width: 8rem;
  transform: rotate(90deg);
  transform-origin: center;
  position: absolute;
  top: -20%;
  right: 0;
  text-align: center;
}
.third_section .product-tags p {
  font-weight: 400;
  font-size: 16px;
  color: #434343;
}
.third_section .product-tags .lines {
  width: 8rem;
  height: 2px;
  display: block;
  background-color: #D2DEDE;
}
@media (max-width: 991px) {
  .third_section .product-tags {
    top: 0%;
  }
  .third_section .product-tags p {
    font-size: 13px;
  }
  .third_section .product-tags .lines {
    width: 7rem;
  }
}

@media (max-width: 768px), (max-width: 910px) {
  .third_section {
    margin-top: 4rem;
  }
  .third_section .main_div {
    display: flex;
    flex-direction: column;
    gap: 2rem;
  }
  .third_section .main_div .col-lg-7,
  .third_section .main_div .col-lg-5 {
    width: 100%;
  }
  .third_section .main_div .col-lg-7 {
    background-position: center top;
    background-size: contain;
    padding: 0;
  }
  .third_section .main_div .col-lg-7 .image-section {
    display: flex;
    justify-content: center;
  }
  .third_section .main_div .col-lg-7 .image-section .laptop360 {
    width: 90%;
    max-width: 500px;
    height: auto;
  }
  .third_section .main_div .col-lg-5 {
    padding: 0%;
    text-align: center;
  }
  .third_section .main_div .col-lg-5 h3 {
    font-size: 32px;
  }
  .third_section .main_div .col-lg-5 p {
    font-size: 16px;
  }
  .third_section .green-line {
    margin-top: 3rem;
    width: 80%;
  }
}
.fourth_section {
  margin-top: 3rem;
  position: relative;
}
.fourth_section .head {
  text-align: center;
  padding-left: 4rem;
}
.fourth_section .head h3 {
  font-weight: 400;
  font-size: 55.77px;
  color: #000;
  margin-bottom: 3rem;
}
.fourth_section .main_div {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.fourth_section .main_div .col-lg-5 {
  padding-left: 6%;
}
.fourth_section .main_div .col-lg-5 h3 {
  font-style: normal;
  font-weight: 400;
  font-size: 45px;
  color: #000;
  margin-bottom: 1rem;
}
.fourth_section .main_div .col-lg-5 p {
  font-weight: 400;
  font-size: 19.2562px;
  color: #434343;
  margin-bottom: 5%;
}
.fourth_section .main_div .col-lg-5 p a {
  color: #243CE6;
  text-decoration: none;
  cursor: pointer;
}
.fourth_section .main_div .col-lg-5 .button-group {
  display: flex;
  gap: 1rem;
}
.fourth_section .main_div .col-lg-5 .button-group .view-details {
  background: #243CE6;
  font-weight: 400;
  font-size: 17px;
  text-align: center;
  color: #FFFFFF;
  padding: 12px 22px;
  border-radius: 28px;
}
@media (max-width: 910px) {
  .fourth_section .main_div .col-lg-5 .button-group .view-details {
    font-size: 12px;
  }
}
@media (max-width: 768) {
  .fourth_section .main_div .col-lg-5 .button-group .view-details {
    font-size: 12px;
  }
}
.fourth_section .main_div .col-lg-5 .button-group .download-brochure {
  background-color: #000;
  color: white;
  padding: 12px 20px;
  border-radius: 28px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.fourth_section .main_div .col-lg-5 .button-group .download-brochure .download-brochure img {
  margin-left: auto;
}
@media (max-width: 910px) {
  .fourth_section .main_div .col-lg-5 .button-group .download-brochure {
    font-size: 12px;
  }
}
@media (max-width: 768) {
  .fourth_section .main_div .col-lg-5 .button-group .download-brochure {
    font-size: 12px;
  }
}
@media (max-width: 910px) {
  .fourth_section .main_div .col-lg-5 .button-group {
    flex-direction: row;
    justify-content: center;
  }
}
@media (max-width: 768px) {
  .fourth_section .main_div .col-lg-5 .button-group {
    flex-direction: row;
    justify-content: center;
  }
}
@media (max-width: 576px) {
  .fourth_section .main_div .col-lg-5 .button-group {
    flex-direction: column;
    align-items: anchor-center;
  }
}
.fourth_section .main_div .col-lg-7 {
  padding: 0%;
}
.fourth_section .main_div .col-lg-7 .image-section {
  text-align: end;
}
.fourth_section .blue-line {
  margin-top: 7rem;
  display: flex;
  flex-direction: column;
  width: 40%;
  text-align: end;
}
.fourth_section .product-tags {
  transform: rotate(-90deg);
  transform-origin: left;
  position: absolute;
  left: 70px;
  top: 0;
  text-align: center;
}
.fourth_section .product-tags p {
  font-weight: 400;
  font-size: 16px;
  color: #434343;
}
.fourth_section .product-tags .lines {
  width: 8rem;
  height: 2px;
  display: block;
  background-color: #D2DEDE;
}
@media (max-width: 1050px) {
  .fourth_section .product-tags {
    left: 30px;
    top: 0;
  }
  .fourth_section .product-tags p {
    font-size: 13px;
  }
  .fourth_section .product-tags .lines {
    width: 5rem;
  }
}

@media (max-width: 768px), (max-width: 910px) {
  .fourth_section .main_div {
    flex-direction: column;
    gap: 2rem;
  }
  .fourth_section .main_div .col-lg-7,
  .fourth_section .main_div .col-lg-5 {
    width: 100%;
    padding: 0 1.5rem;
  }
  .fourth_section .main_div .col-lg-7 {
    padding: 0%;
  }
  .fourth_section .main_div .col-lg-7 .saiha-tablet {
    width: 90%;
    max-width: 500px;
    height: auto;
    display: block;
    margin: 0 auto;
  }
  .fourth_section .main_div .col-lg-5 {
    text-align: center;
  }
  .fourth_section .main_div .col-lg-5 h3 {
    font-size: 32px;
  }
  .fourth_section .main_div .col-lg-5 p {
    font-size: 16px;
  }
  .fourth_section .blue-line {
    width: 80%;
    margin-top: 2rem;
    text-align: end;
  }
}
@media (max-width: 790px) {
  .product-tags {
    display: none;
  }
}
.carousel_container {
  margin-top: 0;
  padding: 1px 170px;
}
.carousel_container .carousel-top-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10rem;
  margin-bottom: 5rem;
}
.carousel_container .carousel-top-row .carousel-heading {
  flex: 1;
  min-width: 250px;
}
.carousel_container .carousel-top-row .carousel-heading .title {
  font-weight: 400;
  font-family: "Poppins";
  font-style: normal;
  font-size: 65.0182px;
  color: #000000;
}
.carousel_container .carousel-top-row .carousel-heading .title span {
  display: block;
}
.carousel_container .carousel-top-row .carousel-description {
  min-width: 300px;
}
.carousel_container .carousel-top-row .carousel-description .subtitle {
  font-weight: 500;
  font-family: "Poppins";
  font-size: 16px;
  color: #000000;
  margin-bottom: 5%;
}
.carousel_container .carousel-top-row .carousel-description .desc {
  font-family: "Poppins";
  font-size: 16px;
  font-weight: 400;
  color: #000000;
}
@media (max-width: 600px) {
  .carousel_container .carousel-top-row .carousel-description .desc {
    padding: 0px 25px;
  }
}
.carousel_container .carousel-top-row .product-underline {
  position: relative;
  z-index: 1;
}
.carousel_container .carousel-top-row .product-underline::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 30%;
  height: 1px;
  background-color: #000;
  border-radius: 8px;
  z-index: -1;
}
.carousel_container .customer-carousel .green-bg-active.saiha-green {
  background-image: url("../images/green_bg.png") !important;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: background 0.3s ease;
  padding: 20px;
  justify-content: center;
}
.carousel_container .customer-carousel .green-bg-active.saiha-orange {
  background: url("../images/Rectangleorange.png") !important;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: background 0.3s ease;
  padding: 20px;
  justify-content: center;
}
.carousel_container .customer-carousel .green-bg-active.saiha-blue {
  background: url("../images/Rectangleblue.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: background 0.3s ease;
  padding: 20px;
  justify-content: center;
}
.carousel_container .greensquare {
  text-align: right;
  margin-bottom: 5%;
  margin-top: 5%;
}

@media (max-width: 768px), (max-width: 929px) {
  .carousel_container {
    margin-top: 0;
    padding: 5px 50px;
  }
  .carousel_container .carousel-top-row {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
    gap: 2rem;
  }
  .carousel_container .carousel-heading,
  .carousel_container .carousel-description {
    width: 100%;
  }
  .carousel_container .carousel-description {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .carousel_container .product-underline::after {
    justify-self: anchor-center;
  }
}
@media (max-width: 768px) and (max-width: 576px), (max-width: 929px) and (max-width: 576px) {
  .carousel_container {
    padding: 27% 0 20px;
  }
}
.para-locateus {
  font-family: "Poppins", sans-serif !important;
}

.footer-block ul li a {
  text-decoration: none;
}

.footer-block ul li {
  font-family: "Poppins", sans-serif !important;
}

.horizontal-divider {
  position: absolute;
  width: 100%;
  height: 24px;
  background-color: #D2DEDE;
  margin: 0;
}

.footer-block ul {
  padding: 0;
  margin-left: 0;
}

.crm-hero-bg {
  background-image: url(../images/crm-swoosh.png);
  background-repeat: no-repeat;
  background-position: top 42px right 0px;
  position: relative;
  z-index: 0;
  background-size: 35vw auto;
}
@media (max-width: 991px) {
  .crm-hero-bg {
    background-image: url(../images/crm-swoosh.png);
    background-repeat: no-repeat;
    background-position: bottom right;
    z-index: 0;
    background-size: 55%;
    height: 100%;
  }
}

.crm-top-div {
  padding: 16% 0 4%;
}
@media (max-width: 991px) {
  .crm-top-div {
    padding: 20% 0px 50px;
  }
}
@media (max-width: 576px) {
  .crm-top-div {
    padding: 28% 0px 50px;
  }
}
@media (max-width: 450px) {
  .crm-top-div {
    padding: 35% 0px 50px;
  }
}

.crm-board.preload-hide {
  display: none !important;
}

.crm-title {
  opacity: 0;
  transform: translateY(40px);
}

.crm-description-block > * {
  opacity: 0;
  transform: translateY(40px);
}

.crm-section .main_div {
  padding-left: 3rem;
}
@media (max-width: 911px) {
  .crm-section .main_div {
    padding: 0;
  }
}
.crm-section .side-title {
  padding-left: 6%;
}
@media (max-width: 911px) {
  .crm-section .side-title {
    padding: 0;
  }
}
.crm-section .crm-title {
  margin-bottom: 15%;
  font-size: 65px;
  color: #000000;
}
@media (max-width: 911px) {
  .crm-section .crm-title {
    font-size: 45px;
    margin-bottom: 3%;
  }
}
@media (max-width: 576px) {
  .crm-section .crm-title {
    font-size: 45px;
    margin-bottom: 1rem;
  }
}
.crm-section .crm-title .crm-underline {
  display: block;
  position: relative;
  padding-bottom: 0.5rem;
}
.crm-section .crm-title .crm-underline::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 20%;
  height: 2px;
  background-color: #000;
  border-radius: 2px;
}
@media (max-width: 768px), (max-width: 911px) {
  .crm-section .crm-title .crm-underline::after {
    justify-self: anchor-center;
  }
}
.crm-section .crm-description-block {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  margin-bottom: 2rem;
}
@media (max-width: 911px) {
  .crm-section .crm-description-block {
    justify-content: center;
  }
}
@media (max-width: 600px) {
  .crm-section .crm-description-block {
    text-align: center;
    flex-direction: column;
  }
}
.crm-section .crm-description-block .desc-label {
  font-weight: 400;
  font-size: 17.9877px;
  color: #FE5D05;
  white-space: nowrap;
  overflow-wrap: normal;
}
@media (max-width: 991px) {
  .crm-section .crm-description-block .desc-label {
    color: #fff;
  }
}
@media (max-width: 911px) {
  .crm-section .crm-description-block .desc-label {
    display: none;
  }
}
.crm-section .crm-description-block .desc-text {
  font-weight: 400;
  font-size: 19px;
  color: #434343;
}
@media (max-width: 576px) {
  .crm-section .crm-description-block .desc-text {
    font-size: 18px;
    padding: 0% 5%;
  }
}
.crm-section .crm-description-block span {
  display: block;
}
.crm-section .crm-description-block .textnbtn {
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  gap: 2rem;
}
@media (max-width: 911px) {
  .crm-section .crm-description-block .textnbtn {
    align-items: anchor-center;
  }
}
.crm-section .crm-description-block .vertical-line {
  border: 1px solid #F4F4F4;
  height: auto;
  align-self: stretch;
  margin: 0 1rem;
}
@media (max-width: 911px) {
  .crm-section .crm-description-block .vertical-line {
    display: none;
  }
}
.crm-section .crm-buttons {
  display: flex;
  flex-direction: row;
  gap: 1rem;
}
@media (max-width: 1020px) {
  .crm-section .crm-buttons {
    font-size: 16px;
  }
}
.crm-section .crm-buttons .crm-request {
  color: #fff;
  width: 149px;
  height: 53px;
  background: #FE5D05;
  border-radius: 28px;
}
@media (max-width: 576px) {
  .crm-section .crm-buttons .crm-request {
    width: 135px;
    font-size: 12px;
  }
}
@media (max-width: 480px) {
  .crm-section .crm-buttons .crm-request {
    width: 115px;
    height: 45px;
    font-size: 11px;
  }
}
.crm-section .crm-buttons .crm-download {
  background: #000000;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 12px;
  width: 210px;
  height: 53px;
  border-radius: 28px;
  justify-content: center;
}
@media (max-width: 576px) {
  .crm-section .crm-buttons .crm-download {
    width: 165px;
    font-size: 12px;
    gap: 5px;
  }
}
@media (max-width: 480px) {
  .crm-section .crm-buttons .crm-download {
    width: 139px;
    height: 47px;
    font-size: 11px;
  }
}
.crm-section .image-column {
  padding: 0;
}
.crm-section .image-stack {
  position: relative;
  text-align: right;
  justify-self: self-end;
}
.crm-section .image-stack .phone-outline {
  position: absolute;
  top: 50%;
  left: -9%;
  transform: translateY(-50%);
  z-index: -4;
}
@media (max-width: 600px) {
  .crm-section .image-stack .phone-outline {
    width: 11.5vw;
  }
}
.crm-section .image-stack .crm-phone {
  position: absolute;
  top: 50%;
  left: -8%;
  transform: translateY(-50%);
}
@media (max-width: 600px) {
  .crm-section .image-stack .crm-phone {
    width: 18.5vw;
  }
}

@media (max-width: 768px), (max-width: 911px) {
  .crm-section .main_div {
    gap: 2rem;
  }
  .crm-section .main_div .col-lg-5 {
    text-align: center;
  }
}
.locate-us a {
  text-decoration: none;
}

@media (max-width: 576px) {
  footer .locate-us {
    text-align: center !important;
  }
}
@media (min-width: 576px) and (max-width: 779px) {
  footer .row {
    display: flex !important;
    justify-content: space-between !important;
    flex-wrap: wrap !important;
  }
  footer .html-remove,
  footer .locate-us {
    flex: 0 0 48% !important;
    max-width: 48 !important;
  }
  footer .hide {
    display: none !important;
  }
  footer .html-remove img.f-logo {
    max-width: 100% !important;
    height: auto !important;
  }
}
.features-section {
  position: relative;
  padding: 4rem 2rem;
  background-color: #ffffff;
  box-shadow: 43.7259px 0px 208.592px rgba(0, 0, 0, 0.05);
}
@media (max-width: 992px) {
  .features-section {
    padding: 3rem 1.5rem;
  }
}
@media (max-width: 786px) {
  .features-section {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 576px) {
  .features-section {
    padding: 1rem 1.5rem;
  }
}
.features-section .orangesquare {
  width: 20%;
  position: relative;
  left: 10%;
}
.features-section .wide {
  margin-bottom: 4rem;
}
@media (max-width: 992px) {
  .features-section .wide {
    margin-bottom: 0rem;
  }
}
@media (max-width: 992px) {
  .features-section .feature-card {
    padding: 1.5rem 1rem;
  }
}
@media (max-width: 767px) {
  .features-section .feature-card {
    padding: 0;
    text-align: center;
  }
}
.features-section .feature-card-title {
  font-family: "Poppins";
  font-weight: 500;
  font-size: 22.0109px;
  color: #000000;
  margin-bottom: 2em;
}
@media (max-width: 1200px) {
  .features-section .feature-card-title {
    font-size: 20.0109px;
  }
}
@media (max-width: 992px) {
  .features-section .feature-card-title {
    font-size: 17px;
  }
}
@media (max-width: 767px) {
  .features-section .feature-card-title {
    margin-bottom: 1em;
  }
}
@media (max-width: 576px) {
  .features-section .feature-card-title {
    font-size: 18px;
  }
}
.features-section .feature-description {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 18.7017px;
  color: #282828;
}
@media (max-width: 1200px) {
  .features-section .feature-description {
    font-size: 16px;
  }
}
.features-section .feature-underline {
  position: relative;
  z-index: 1;
}
.features-section .feature-underline::after {
  content: "";
  position: absolute;
  width: 49.19px;
  left: 0px;
  top: 31.53px;
  height: 0px;
  border: 2.52274px solid #D75F27;
  z-index: -1;
}
@media (max-width: 991px) {
  .features-section .feature-underline::after {
    content: "";
    position: absolute;
    width: 41.19px;
    left: -1px;
    top: 24.53px;
    height: 0px;
    border: 2.52274px solid #D75F27;
    z-index: -1;
  }
}
.features-section .feature-tags {
  position: absolute;
  top: 9rem;
  right: 0;
  text-align: left;
}
.features-section .feature-tags p {
  font-weight: 400;
  font-size: 20px;
  color: #434343;
}
@media (max-width: 1126px) {
  .features-section .feature-tags p {
    font-size: 17px;
  }
}
.features-section .feature-tags .lines {
  width: 20em;
  height: 2px;
  display: block;
  background-color: #D2DEDE;
}
@media (max-width: 1126px) {
  .features-section .feature-tags .lines {
    width: 14em;
  }
}
@media (max-width: 992px) {
  .features-section .feature-tags {
    top: 4rem;
  }
  .features-section .feature-tags p {
    font-size: 14px;
  }
  .features-section .feature-tags .lines {
    width: 12em;
  }
}
.features-section .feature-tags-2 {
  transform: rotate(-90deg);
  transform-origin: left;
  position: absolute;
  left: 70px;
  top: 34%;
  text-align: center;
}
@media (max-width: 576px) {
  .features-section .feature-tags-2 {
    display: none;
  }
}
.features-section .feature-tags-2 p {
  font-weight: 400;
  font-size: 20px;
  color: #434343;
}
.features-section .feature-tags-2 .lines {
  width: 8rem;
  height: 2px;
  display: block;
  background-color: #D2DEDE;
}
@media (max-width: 992px) {
  .features-section .feature-tags-2 {
    left: 40px;
    top: 40%;
  }
  .features-section .feature-tags-2 p {
    font-size: 14px;
  }
  .features-section .feature-tags-2 .lines {
    width: 6rem;
  }
}

.features-header {
  display: flex;
  flex-direction: column;
  text-align: center;
  margin-bottom: 8em;
  gap: 10px;
}
@media (max-width: 992px) {
  .features-header {
    margin-bottom: 0em;
    font-size: 22px;
  }
}
.features-header .features-subtitle {
  font-family: "Poppins";
  color: #FF5C06;
  font-size: 25px;
  font-weight: 400;
  letter-spacing: 1px;
}
@media (max-width: 992px) {
  .features-header .features-subtitle {
    font-size: 22px;
  }
}
@media (max-width: 567px) {
  .features-header .features-subtitle {
    font-size: 18px;
  }
}
.features-header .features-title {
  font-family: "Poppins";
  font-weight: 500;
  font-size: 45px;
  color: #000000;
}
@media (max-width: 992px) {
  .features-header .features-title {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .features-header .features-title {
    font-size: 35px;
    margin-bottom: 5%;
  }
}
@media (max-width: 567px) {
  .features-header .features-title {
    font-size: 28px;
  }
}

@media (max-width: 576px) {
  .features-section .feature-tags {
    position: static;
    margin-top: 1.5rem;
    text-align: center;
  }
  .features-section .feature-tags .lines {
    margin: 0.5rem auto;
    width: 8em;
  }
}
.dashboard-section-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  background-image: url("../images/orng-bg.png");
  background-position: left 0;
  background-repeat: no-repeat;
  background-size: 35%;
  position: relative;
  padding-bottom: 13%;
}
@media (min-height:1024px) and (max-height: 1400px) {
  .dashboard-section-grid {
    padding-bottom: 0%;
  }
}
@media (max-width: 1100px) {
  .dashboard-section-grid {
  
    padding-bottom: 0%;
  }
}
@media (max-width: 650px) {
  .dashboard-section-grid {
    background-size: 100%;
  }
}
@media (max-width: 650px) {
  .dashboard-section-grid {
    grid-template-columns: 100%;
    padding-bottom: 13%;
  }
}
.dashboard-section-grid .highlight-line {
  width: 27%;
  height: 1px;
  background-color: #ffffff;
  display: block;
  margin-left: 0;
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  .dashboard-section-grid .highlight-line {
    display: none;
  }
}
.dashboard-section-grid .image-grid {
  position: relative;
  color: #fff;
  margin-top: 3rem;
}
.dashboard-section-grid .image-grid .dashboard-img {
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  border-radius: 29px;
}
.dashboard-section-grid .image-grid .content-wrapper {
  display: flex;
  flex-direction: column;
}
.dashboard-section-grid .image-grid .content-wrapper .imagentxt {
  padding-left: 3%;
}
@media (max-width: 767px) {
  .dashboard-section-grid .image-grid .content-wrapper {
    padding: 0 5%;
    position: unset;
  }
}
.dashboard-section-grid .image-grid .highlight-text {
  padding-left: 3%;
  font-family: "Poppins";
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 5rem;
  color: #FFFFFF;
}
.dashboard-section-grid .image-grid .highlight-text br {
  display: none;
}
@media (max-width: 1600px) {
  .dashboard-section-grid .image-grid .highlight-text {
    font-size: 19px;
    margin-bottom: 4rem;
  }
  .dashboard-section-grid .image-grid .highlight-text br {
    display: block;
  }
}
@media (max-width: 992px) {
  .dashboard-section-grid .image-grid .highlight-text {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .dashboard-section-grid .image-grid .highlight-text {
    font-size: 12px;
    margin-bottom: 1rem;
    color: #ffffff;
  }
}
.dashboard-section-grid .image-grid .dashboard-img {
  z-index: 1;
}
.dashboard-section-grid .text-grid {
  position: relative;
  padding: 7rem;
  display: flex;
  flex-direction: column;
  justify-content: end;
}
@media (max-width: 1200px) {
  .dashboard-section-grid .text-grid {
    padding:4rem;
  }
}
@media (max-width: 767px) {
  .dashboard-section-grid .text-grid {
    padding: 7rem 2.4rem 0rem;
  }
}
@media (max-width: 650px) {
  .dashboard-section-grid .text-grid {
    padding: 4rem 2.4rem 0rem;
  }
}
.dashboard-section-grid .text-grid .dashboard-tags {
  position: absolute;
  top: 4rem;
  right: 0;
  text-align: left;
}
@media (max-width: 650px) {
  .dashboard-section-grid .text-grid .dashboard-tags {
    top: 1rem;
  }
}
.dashboard-section-grid .text-grid .dashboard-tags p {
  font-weight: 400;
  font-size: 20px;
  margin-bottom: 8px;
  color: #434343;
}
@media (max-width: 992px) {
  .dashboard-section-grid .text-grid .dashboard-tags p {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .dashboard-section-grid .text-grid .dashboard-tags p {
    font-size: 15px;
  }
}
@media (max-width: 650px) {
  .dashboard-section-grid .text-grid .dashboard-tags p {
    font-size: 14px;
    color: white;
  }
}
@media (max-width: 480px) {
  .dashboard-section-grid .text-grid .dashboard-tags p {
    font-size: 12px;
  }
}
.dashboard-section-grid .text-grid .dashboard-tags .lines {
  width: 20em;
  height: 2px;
  display: block;
  background-color: #D2DEDE;
}
@media (max-width: 992px) {
  .dashboard-section-grid .text-grid .dashboard-tags .lines {
    width: 17em;
  }
}
@media (max-width: 768px) {
  .dashboard-section-grid .text-grid .dashboard-tags .lines {
    width: 15em;
  }
}
@media (max-width: 480px) {
  .dashboard-section-grid .text-grid .dashboard-tags .lines {
    width: 10em;
  }
}
.dashboard-section-grid .text-grid .bg-title {
  position: absolute;
  font-family: "Poppins";
  font-size: 13rem;
  color: rgba(255, 92, 6, 0.05);
  font-weight: 900;
  top: 12%;
  line-height: 1;
  z-index: 0;
}
@media (max-width: 1440px) {
  .dashboard-section-grid .text-grid .bg-title {
    font-size: 10rem;
  }
}
@media (max-width: 1200px) {
  .dashboard-section-grid .text-grid .bg-title {
    font-size: 8rem;
  }
}
@media (max-width: 992px) {
  .dashboard-section-grid .text-grid .bg-title {
    font-size: 6rem;
  }
}
@media (max-width: 768px) {
  .dashboard-section-grid .text-grid .bg-title {
    font-size: 5rem;
  }
}
@media (max-width: 650px) {
  .dashboard-section-grid .text-grid .bg-title {
    font-size: 4rem;
    color: rgba(246, 203, 182, 0.222);
  }
}
@media (max-width: 480px) {
  .dashboard-section-grid .text-grid .bg-title {
    font-size: 3rem;
  }
}
.dashboard-section-grid .text-grid .text-content {
  text-align: end;
}
.dashboard-section-grid .text-grid .text-content .tagline {
  position: relative;
  display: inline-block;
  margin-bottom: 1rem;
  color: #FE5D05;
  font-family: "Poppins";
  font-size: 30px;
  line-height: 24px;
  margin-bottom: 5%;
}
@media (max-width: 992px) {
  .dashboard-section-grid .text-grid .text-content .tagline {
    font-size: 18px;
  }
}
@media (max-width: 650px) {
  .dashboard-section-grid .text-grid .text-content .tagline {
    font-size: 15px;
    color: white;
  }
}
.dashboard-section-grid .text-grid .text-content .tagline::after {
  content: "";
  content: "";
  position: absolute;
  right: 0;
  bottom: -15px;
  width: 45%;
  height: 2px;
  background-color: #FE5D05;
}
@media (max-width: 992px) {
  .dashboard-section-grid .text-grid .text-content .tagline::after {
    bottom: -5px;
  }
}
@media (max-width: 650px) {
  .dashboard-section-grid .text-grid .text-content .tagline::after {
    font-size: 15px;
    background-color: white;
  }
}
.dashboard-section-grid .text-grid .text-content h2 {
  font-family: "Poppins";
  font-size: 45px;
  color: #000000;
  margin-bottom: 5%;
  font-weight: 400;
}
@media (max-width: 992px) {
  .dashboard-section-grid .text-grid .text-content h2 {
    font-size: 33px;
  }
}
@media (max-width: 767px) {
  .dashboard-section-grid .text-grid .text-content h2 {
    font-size: 30px;
  }
}
@media (max-width: 650px) {
  .dashboard-section-grid .text-grid .text-content h2 {
    font-size: 28px;
    color: white;
  }
}
@media (max-width: 576px) {
  .dashboard-section-grid .text-grid .text-content h2 {
    font-size: 24px;
  }
}
@media (max-width: 400px) {
  .dashboard-section-grid .text-grid .text-content h2 {
    font-size: 20px;
  }
}
.dashboard-section-grid .text-grid .text-content p {
  font-size: 20px;
  color: #434343;
}
@media (max-width: 1400px) {
  .dashboard-section-grid .text-grid .text-content p {
    font-size: 18.5px;
  }
  .dashboard-section-grid .text-grid .text-content p br {
    display: none;
  }
}
@media (max-width: 992px) {
  .dashboard-section-grid .text-grid .text-content p {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .dashboard-section-grid .text-grid .text-content p {
    font-size: 15px;
  }
}
@media (max-width: 650px) {
  .dashboard-section-grid .text-grid .text-content p {
    font-size: 14px;
    color: white;
  }
}
@media (max-width: 576px) {
  .dashboard-section-grid .text-grid .text-content p {
    font-size: 13px;
  }
}
@media (max-width: 400px) {
  .dashboard-section-grid .text-grid .text-content p {
    font-size: 12px;
  }
}
.dashboard-section-grid .donut-card {
  position: absolute;
  top: 2rem;
  left: -9rem;
  width: 147px;
  height: 147px;
  padding: 1rem;
  background: #fff;
  border-radius: 24px;
  text-align: center;
  font-family: "Poppins", sans-serif;
}
@media (max-width: 991px) {
  .dashboard-section-grid .donut-card {
    top: 1rem;
    left: -4rem;
  }
}
@media (max-width: 900px) {
  .dashboard-section-grid .donut-card {
    display: none;
  }
}
.dashboard-section-grid .donut-card .donut-header {
  display: flex;
  justify-content: space-between;
  font-size: 7px;
  margin-bottom: 1rem;
  color: #333;
}
.dashboard-section-grid .donut-card .donut-chart {
  position: relative;
  width: 88px;
  height: 81px;
  margin: 0 auto 4%;
}
.dashboard-section-grid .donut-card .donut-chart .donut {
  width: 95%;
  height: 98%;
  border-radius: 50%;
  background: conic-gradient(#fe5d05 0% 50%, #333 50% 100%);
  display: flex;
  justify-content: center;
  align-items: center;
}
.dashboard-section-grid .donut-card .donut-chart .donut::after {
  content: "";
  width: 58px;
  height: 58px;
  background: #fafafa;
  border-radius: 50%;
  display: block;
}
.dashboard-section-grid .donut-card .donut-legend {
  display: flex;
  justify-content: space-around;
  font-size: 7px;
  color: #333;
}
.dashboard-section-grid .donut-card .donut-legend .legend-item {
  display: flex;
  align-items: center;
  gap: 4px;
}
.dashboard-section-grid .donut-card .donut-legend .dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: inline-block;
}
.dashboard-section-grid .donut-card .donut-legend .facebook {
  background-color: #fe5d05;
}
.dashboard-section-grid .donut-card .donut-legend .google {
  background-color: #333;
}

.benefits-section {
  position: relative;
  padding: 4rem 2rem 0;
  background: #fdfdfd;
  font-family: "Poppins", sans-serif;
}
@media (max-width: 768px) {
  .benefits-section {
    padding: 2rem 2rem 0;
  }
}
@media (max-width: 576px) {
  .benefits-section {
    padding: 1rem 2rem 0;
  }
}
.benefits-section .benefits-tags {
  position: absolute;
  top: 9rem;
  right: 0;
  text-align: left;
}
@media ( min-height:1200px) and (max-height: 1400px) {
  .benefits-section .benefits-tags {
    top: 4rem;
  }
}
@media (max-width: 992px) {
  .benefits-section .benefits-tags {
    top: 3rem;
  }
}
@media (max-width: 576px) {
  .benefits-section .benefits-tags {
    position: static;
    margin-top: 1.5rem;
    text-align: center;
  }
}
.benefits-section .benefits-tags p {
  font-weight: 400;
  font-size: 20px;
  color: #434343;
  margin-bottom: 8px;
}
@media (max-width: 1126px) {
  .benefits-section .benefits-tags p {
    font-size: 17px;
  }
}
@media (max-width: 992px) {
  .benefits-section .benefits-tags p {
    font-size: 14px;
  }
}
.benefits-section .benefits-tags .lines {
  width: 20em;
  height: 2px;
  display: block;
  background-color: #d2dede;
}
@media (max-width: 1126px) {
  .benefits-section .benefits-tags .lines {
    width: 16em;
  }
}
@media (max-width: 992px) {
  .benefits-section .benefits-tags .lines {
    width: 12em;
  }
}
@media (max-width: 576px) {
  .benefits-section .benefits-tags .lines {
    margin: 0.5rem auto;
    width: 8em;
  }
}
.benefits-section .benefits-header {
  display: flex;
  flex-direction: column;
  text-align: center;
  margin-top: 2rem;
  margin-bottom: 4rem;
  gap: 10px;
}
@media (max-width: 576px) {
  .benefits-section .benefits-header {
    margin-bottom: 1rem;
  }
}
.benefits-section .benefits-header .benefits-subtitle {
  color: #ff5c06;
  font-size: 25px;
  font-weight: 400;
  letter-spacing: 1px;
  margin: 0;
}
@media (max-width: 576px) {
  .benefits-section .benefits-header .benefits-subtitle {
    font-size: 20px;
  }
}
.benefits-section .benefits-header .benefits-title {
  font-weight: 500;
  font-size: 45px;
  color: #000000;
  margin: 0;
  line-height: 1.1;
}
@media (max-width: 1200px) {
  .benefits-section .benefits-header .benefits-title {
    font-size: 40px;
  }
}
@media (max-width: 576px) {
  .benefits-section .benefits-header .benefits-title {
    font-size: 25px;
  }
}
.benefits-section .analytics {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin-bottom: 4%;
}
@media (max-width: 950px) {
  .benefits-section .analytics {
    flex-direction: column;
    align-items: center;
    gap: 24px;
  }
}
@media (max-width: 576px) {
  .benefits-section .analytics {
    gap: 10px;
  }
}
.benefits-section .analytics .analytics-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #ffffff;
  box-shadow: 0px 0px 36.1px rgba(0, 0, 0, 0.1);
  border-radius: 21px;
  padding: 3%;
  /* Rectangle 29 */
  width: 542px;
  height: 374px;
}
.benefits-section .analytics .analytics-card h4 {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 31px;
  color: #000;
  margin-top: 2rem;
}
@media (max-width: 576px) {
  .benefits-section .analytics .analytics-card h4 {
    font-size: 20px;
  }
}
.benefits-section .analytics .analytics-card p {
  font-weight: 400;
  font-size: 20px;
  color: #434343;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
@media (max-width: 576px) {
  .benefits-section .analytics .analytics-card p {
    font-size: 15px;
  }
}
.benefits-section .analytics .analytics-card .read-more {
  font-weight: 400;
  font-size: 20px;
  color: #000;
}
@media (max-width: 576px) {
  .benefits-section .analytics .analytics-card .read-more {
    font-size: 11px;
  }
}
.benefits-section .analytics .analytics-card-with-img {
  background: url("../images/analytics-bg.png") no-repeat right center;
  background-size: contain;
  border-radius: 21px;
  padding: 2rem;
  min-height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 787px;
  height: 374px;
}
.benefits-section .analytics .analytics-card-with-img h4 {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 31px;
  color: #000;
  margin-top: 2rem;
}
@media (max-width: 1300px) {
  .benefits-section .analytics .analytics-card-with-img h4 {
    font-size: 28px;
  }
}
@media (max-width: 776px) {
  .benefits-section .analytics .analytics-card-with-img h4 {
    font-size: 26px;
  }
}
@media (max-width: 576px) {
  .benefits-section .analytics .analytics-card-with-img h4 {
    font-size: 18px;
  }
}
.benefits-section .analytics .analytics-card-with-img p {
  font-weight: 400;
  font-size: 20px;
  color: #434343;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
@media (max-width: 1300px) {
  .benefits-section .analytics .analytics-card-with-img p {
    font-size: 15px;
    max-width: 232px;
  }
}
@media (max-width: 776px) {
  .benefits-section .analytics .analytics-card-with-img p {
    font-size: 16px;
  }
  .benefits-section .analytics .analytics-card-with-img p br {
    display: block;
  }
}
@media (max-width: 676px) {
  .benefits-section .analytics .analytics-card-with-img p {
    font-size: 14px;
  }
}
@media (max-width: 576px) {
  .benefits-section .analytics .analytics-card-with-img p {
    font-size: 12px;
    max-width: 125px;
  }
}
.benefits-section .analytics .analytics-card-with-img .read-more {
  font-weight: 400;
  font-size: 20px;
  color: #000;
}
@media (max-width: 576px) {
  .benefits-section .analytics .analytics-card-with-img .read-more {
    font-size: 11px;
  }
}
.benefits-section .og-div {
  display: flex;
  justify-content: center;
  gap: 3.53%;
  margin-top: 3rem;
}
@media (max-width: 576px) {
  .benefits-section .og-div {
    margin-top: 0rem;
  }
}
.benefits-section .og-div .orange-card-main {
  width: 542px;
  height: 531px;
  background: #ff5c06;
  border-radius: 30px 30px 0 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2rem;
}
.benefits-section .og-div .orange-card-main .orange-card {
  text-align: center;
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media (max-width: 576px) {
  .benefits-section .og-div .orange-card-main .orange-card {
    gap: 1rem;
  }
}
@media (max-width: 450px) {
  .benefits-section .og-div .orange-card-main .orange-card {
    gap: 0;
  }
}
.benefits-section .og-div .orange-card-main .orange-card .orange-card-title {
  font-size: 34px;
  font-weight: 400;
  margin-bottom: 24px;
  line-height: 1.1;
}
@media (max-width: 2434px) {
  .benefits-section .og-div .orange-card-main .orange-card .orange-card-title {
    font-size: 28px;
  }
}
.benefits-section .og-div .orange-card-main .orange-card .orange-card-desc {
  font-weight: 400;
  font-size: 19px;
  line-height: 29px;
  color: #FAFAFA;
  margin-bottom: 32px;
  text-align: center;
}
@media (max-width: 2434px) {
  .benefits-section .og-div .orange-card-main .orange-card .orange-card-desc {
    font-size: 15px;
  }
}
.benefits-section .og-div .orange-card-main .orange-card .group-buttons {
  display: flex;
  justify-content: center;
  gap: 8px;
}
.benefits-section .og-div .orange-card-main .orange-card .group-buttons .demo-btn {
  font-size: 16px;
  color: #FFFFFF;
  padding: 12px;
  width: 149px;
  height: 53px;
  background: #FE5D05;
  border: 1px solid #FFFFFF;
  border-radius: 28px;
  border: 1px solid #fff;
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
}
.benefits-section .og-div .orange-card-main .orange-card .group-buttons .demo-btn:hover {
  background: #fff;
  color: #fe5d05;
}
@media (max-width: 576px) {
  .benefits-section .og-div .orange-card-main .orange-card .group-buttons .demo-btn {
    font-size: 12px;
    width: 125px;
  }
}
@media (max-width: 450px) {
  .benefits-section .og-div .orange-card-main .orange-card .group-buttons .demo-btn {
    font-size: 12px;
    width: 120px;
    height: 45px;
  }
}
.benefits-section .og-div .orange-card-main .orange-card .group-buttons .download-btn {
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  padding: 14px;
  width: 212px;
  height: 53px;
  background: #000000;
  border-radius: 28px;
  display: flex;
  align-items: center;
  gap: 7px;
}
.benefits-section .og-div .orange-card-main .orange-card .group-buttons .download-btn:hover {
  background: #333;
}
@media (max-width: 576px) {
  .benefits-section .og-div .orange-card-main .orange-card .group-buttons .download-btn {
    font-size: 12px;
    width: 167px;
    gap: 5px;
  }
}
@media (max-width: 450px) {
  .benefits-section .og-div .orange-card-main .orange-card .group-buttons .download-btn {
    font-size: 10px;
    height: 45px;
    width: 146px;
  }
}
.benefits-section .og-div .fourss {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, auto);
}
@media (max-width: 950px) {
  .benefits-section .og-div .fourss {
    grid-template-columns: 1fr;
    grid-template-rows: none;
  }
}
.benefits-section .og-div .fourss .mini-card {
  background: #fff;
  padding: 24px 20px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  min-height: 180px;
}
@media (max-width: 576px) {
  .benefits-section .og-div .fourss .mini-card {
    text-align: center;
    min-height: 16px;
    padding: 10px 0px;
  }
}
.benefits-section .og-div .fourss .mini-card h5 {
  font-weight: 500;
  font-size: 28px;
  color: #000;
  margin-bottom: 16px;
  font-family: "Poppins", sans-serif;
}
@media (max-width: 576px) {
  .benefits-section .og-div .fourss .mini-card h5 {
    font-size: 20px;
  }
}
.benefits-section .og-div .fourss .mini-card p {
  font-weight: 400;
  font-size: 20px;
  color: #434343;
  margin-bottom: 20px;
  line-height: 1.3;
}
@media (max-width: 576px) {
  .benefits-section .og-div .fourss .mini-card p {
    font-size: 15px;
  }
}
.benefits-section .og-div .fourss .mini-card .read-more {
  font-weight: 400;
  font-size: 20px;
  color: #ff5c06;
  text-decoration: underline;
  cursor: pointer;
  align-self: flex-start;
}
@media (max-width: 576px) {
  .benefits-section .og-div .fourss .mini-card .read-more {
    align-self: unset;
    font-size: 15px;
  }
}
@media (max-width: 950px) {
  .benefits-section .analytics .analytics-card,
  .benefits-section .analytics .analytics-card-with-img {
    width: 100%;
    min-height: auto;
  }
  .benefits-section .og-div {
    flex-direction: column;
    gap: 24px;
  }
  .benefits-section .og-div .orange-card-main,
  .benefits-section .og-div .fourss {
    width: 100%;
  }
}
@media (max-width: 576px) {
  .benefits-section .analytics .analytics-card,
  .benefits-section .analytics .analytics-card-with-img {
    padding: 7%;
    width: 100%;
    height: 0%;
  }
  .benefits-section .og-div .orange-card-main,
  .benefits-section .og-div .fourss {
    height: 0%;
    width: 100%;
  }
}

.what-we-do {
  position: relative;
  box-shadow: 43.7259px 0px 208.592px rgba(0, 0, 0, 0.05);
}
@media (max-width: 576px) {
  .what-we-do {
    padding: 1rem 1rem 0;
  }
}
.what-we-do .whatwedo-tags {
  position: absolute;
  top: 4rem;
  right: 0;
  text-align: left;
}
@media (max-width: 576px) {
  .what-we-do .whatwedo-tags {
    position: static;
    margin-top: 1.5rem;
    text-align: center;
  }
}
.what-we-do .whatwedo-tags p {
  font-weight: 400;
  font-size: 20px;
  color: #434343;
}
@media (max-width: 992px) {
  .what-we-do .whatwedo-tags p {
    font-size: 16px;
  }
}
.what-we-do .whatwedo-tags .lines {
  width: 20em;
  height: 2px;
  display: block;
  background-color: #D2DEDE;
}
@media (max-width: 576px) {
  .what-we-do .whatwedo-tags .lines {
    margin: 0.5rem auto;
    width: 8em;
  }
}
.what-we-do .whatwedo-tags-2 {
  transform: rotate(-90deg);
  transform-origin: left;
  position: absolute;
  left: 4%;
  top: 25%;
  text-align: center;
}
@media (max-width: 700px) {
  .what-we-do .whatwedo-tags-2 {
    display: none;
  }
}
.what-we-do .whatwedo-tags-2 p {
  font-weight: 400;
  font-size: 20px;
  color: #434343;
}
@media (max-width: 992px) {
  .what-we-do .whatwedo-tags-2 p {
    font-size: 16px;
  }
}
.what-we-do .whatwedo-tags-2 .lines {
  width: 8rem;
  height: 2px;
  display: block;
  background-color: #D2DEDE;
}
.what-we-do .content-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 786px) {
  .what-we-do .content-container {
    display: flex;
    flex-flow: column;
  }
}
.what-we-do .text-section {
  display: flex;
  padding: 15%;
  flex-direction: column;
  gap: 2rem;
}
@media (max-width: 786px) {
  .what-we-do .text-section {
    padding-bottom: 0px;
  }
}
@media (max-width: 576px) {
  .what-we-do .text-section {
    text-align: center;
    padding: 3%;
    gap: 1rem;
  }
}
.what-we-do .text-section .label {
  font-family: "Poppins";
  font-weight: 400;
  font-size: 25px;
  color: #FF5C06;
}
.what-we-do .text-section h2 {
  font-family: "Poppins";
  font-weight: 500;
  font-size: 35px;
  color: #000000;
}
@media (max-width: 576px) {
  .what-we-do .text-section h2 {
    font-size: 18px;
  }
}
.what-we-do .text-section p {
  font-family: "Poppins";
  font-weight: 400;
  font-size: 19px;
  color: #434343;
}
@media (max-width: 576px) {
  .what-we-do .text-section p {
    font-size: 15px;
  }
}
.what-we-do .text-section .stats {
  display: flex;
  gap: 2rem;
}
.what-we-do .text-section .stats .stat .number {
  font-family: "Poppins";
  font-weight: 400;
  font-size: 52px;
  color: #000000;
}
@media (max-width: 576px) {
  .what-we-do .text-section .stats .stat .number {
    font-size: 30px;
  }
}
.what-we-do .text-section .stats .stat .label {
  font-family: "Poppins";
  font-weight: 400;
  font-size: 17px;
  color: #434343;
}
@media (max-width: 1230px) {
  .what-we-do .text-section .stats .stat .label {
    font-size: 15px;
  }
}
@media (max-width: 576px) {
  .what-we-do .text-section .stats .stat .label {
    font-size: 13px;
  }
}
@media (max-width: 576px) {
  .what-we-do .text-section .stats {
    justify-content: center;
  }
}
.what-we-do .image-section {
  margin-top: 15%;
}
@media (max-width: 786px) {
  .what-we-do .image-section {
    margin-top: 0;
  }
}

.horizontal-banner .black-banner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 48px 90px;
  background-color: #000;
  color: white;
}
@media (max-width: 768px) {
  .horizontal-banner .black-banner {
    padding: 24px 30px;
  }
}
@media (max-width: 567px) {
  .horizontal-banner .black-banner {
    padding: 22px 25px;
  }
}
.horizontal-banner .black-banner .banner-text h3 {
  font-family: "Poppins";
  font-weight: 400;
  font-size: 22px;
  color: #FFFFFF;
}
@media (max-width: 576px) {
  .horizontal-banner .black-banner .banner-text h3 {
    font-size: 18px;
  }
}
@media (max-width: 450px) {
  .horizontal-banner .black-banner .banner-text h3 {
    font-size: 15px;
  }
}
.horizontal-banner .black-banner .banner-text p {
  font-family: "Poppins";
  font-weight: 400;
  font-size: 16px;
  color: #FBFBFB;
}
@media (max-width: 576px) {
  .horizontal-banner .black-banner .banner-text p {
    font-size: 15px;
  }
}
@media (max-width: 450px) {
  .horizontal-banner .black-banner .banner-text p {
    font-size: 10px;
  }
}
.horizontal-banner .black-banner .button_group {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 8px;
}
.horizontal-banner .black-banner .button_group .demo_btn {
  font-weight: 400;
  font-size: 17.7996px;
  color: #FFFFFF;
  padding: 12.7687px;
  gap: 12.77px;
  background: #FE5D05;
  border-radius: 28px;
}
@media (max-width: 768px) {
  .horizontal-banner .black-banner .button_group .demo_btn {
    font-size: 15px;
  }
}
@media (max-width: 576px) {
  .horizontal-banner .black-banner .button_group .demo_btn {
    font-size: 13px;
  }
}
@media (max-width: 465px) {
  .horizontal-banner .black-banner .button_group .demo_btn {
    font-size: 10px;
  }
}
.horizontal-banner .black-banner .button_group .download_btn {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  font-weight: 400;
  font-size: 17.7996px;
  color: #FFFFFF;
  padding: 12.7687px;
  background: #000000;
  border: 1px solid #FFFFFF;
  border-radius: 28px;
}
@media (max-width: 768px) {
  .horizontal-banner .black-banner .button_group .download_btn {
    font-size: 15px;
  }
}
@media (max-width: 576px) {
  .horizontal-banner .black-banner .button_group .download_btn {
    font-size: 13px;
  }
}
@media (max-width: 465px) {
  .horizontal-banner .black-banner .button_group .download_btn {
    font-size: 10px;
  }
}

.pricing-section {
  margin-top: 5%;
  position: relative;
  margin-bottom: 8%;
}
.pricing-section hr {
  width: 90%;
  margin: 1.5rem auto 1.5rem auto;
  border: 1px solid #000000;
  height: 0px;
  opacity: 1;
}
.pricing-section .pricing-tags {
  position: absolute;
  top: 4rem;
  right: 0;
  text-align: left;
}
.pricing-section .pricing-tags p {
  font-weight: 400;
  font-size: 20px;
  color: #434343;
}
@media (max-width: 1150px) {
  .pricing-section .pricing-tags p {
    font-size: 14px;
  }
}
.pricing-section .pricing-tags .lines {
  width: 20em;
  height: 2px;
  display: block;
  background-color: #D2DEDE;
}
@media (max-width: 1150px) {
  .pricing-section .pricing-tags .lines {
    width: 15em;
  }
}
@media (max-width: 992px) {
  .pricing-section .pricing-tags .lines {
    width: 14em;
  }
}
@media (max-width: 992px) {
  .pricing-section .pricing-tags {
    position: static;
    margin-top: 1.5rem;
    text-align: center;
  }
  .pricing-section .pricing-tags .lines {
    margin: 0.5rem auto;
    width: 8em;
  }
}
.pricing-section .pricing-tags-2 {
  transform: rotate(-90deg);
  transform-origin: left;
  position: absolute;
  left: 70px;
  top: 5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .pricing-section .pricing-tags-2 {
    top: 9rem;
  }
}
@media (max-width: 700px) {
  .pricing-section .pricing-tags-2 {
    display: none;
  }
}
.pricing-section .pricing-tags-2 p {
  font-weight: 400;
  font-size: 20px;
  color: #434343;
}
.pricing-section .pricing-tags-2 .lines {
  width: 8rem;
  height: 2px;
  display: block;
  background-color: #D2DEDE;
}
.pricing-section .pricing-header {
  text-align: center;
}
.pricing-section .pricing-header h2 {
  font-family: "Poppins";
  font-weight: 500;
  font-size: 45px;
  color: #000000;
}
@media (max-width: 576px) {
  .pricing-section .pricing-header h2 {
    font-size: 30px;
  }
}
@media (max-width: 450px) {
  .pricing-section .pricing-header h2 {
    font-size: 20px;
  }
}
.pricing-section .pricing-header .subheading {
  font-family: "Poppins";
  font-weight: 400;
  font-size: 25px;
  text-align: center;
  color: #FF5C06;
}
@media (max-width: 576px) {
  .pricing-section .pricing-header .subheading {
    font-size: 20px;
  }
}
@media (max-width: 450px) {
  .pricing-section .pricing-header .subheading {
    font-size: 18px;
  }
}
.pricing-section .packages {
  margin-top: 7%;
  display: flex;
  justify-content: center;
  gap: 3rem;
  flex-wrap: wrap;
  background: url("../images/bg-curves.png");
  background-repeat: no-repeat;
  background-size: cover;
}
.pricing-section .packages .checkmark {
  margin-right: 0.5rem;
  background: #6D6D6D;
  padding: 1px;
  max-width: 24px;
  max-height: 24px;
  align-items: center;
  border-radius: 50%;
}
.pricing-section .packages .package-card {
  text-align: center;
  background: #f9f9f9;
  border-radius: 50px;
  padding: 2rem;
  width: 300px;
  box-shadow: 0px 0px 50px -15px #1E1E1E;
  position: relative;
  text-align: center;
  transition: transform 0.3s ease;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 450px) {
  .pricing-section .packages .package-card {
    width: 280px;
  }
}
.pricing-section .packages .package-card.selected {
  background: #FF5C06;
  color: white;
  transform: translateY(-40px);
}
@media (max-width: 995px) {
  .pricing-section .packages .package-card.selected {
    transform: none;
  }
}
.pricing-section .packages .package-card.selected .checkmark {
  background-color: white;
}
.pricing-section .packages .package-card.selected .checkmark img {
  content: url("../images/selected-tick.png");
}
.pricing-section .packages .package-card.selected .card-title,
.pricing-section .packages .package-card.selected .card-desc-main .card-desc,
.pricing-section .packages .package-card.selected .feature-list li {
  color: #ffffff;
}
.pricing-section .packages .package-card.selected .card-button .start-btn {
  background-color: #000;
}
.pricing-section .packages .package-card.selected .badge {
  font-family: "Poppins";
  font-weight: 500;
  font-size: 14px;
  color: #FFFFFF;
  position: absolute;
  top: -1rem;
  left: 50%;
  transform: translateX(-50%);
  padding: 0.25rem 0.75rem;
  background: #000000;
  border-radius: 50px;
}
.pricing-section .packages .package-card.selected hr {
  border: 1px solid #ffffff;
}
.pricing-section .packages .package-card .feature-list li {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1rem;
  font-family: "Poppins";
  font-weight: 500;
  font-size: 16px;
  text-align: center;
  color: #000000;
}
@media (max-width: 450px) {
  .pricing-section .packages .package-card .feature-list li {
    font-size: 14px;
  }
}
.pricing-section .packages .package-card .feature-list li .checkmark {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 450px) {
  .pricing-section .packages .package-card .feature-list li .checkmark {
    width: 20px;
    height: 20px;
  }
}
.pricing-section .packages .package-card .feature-list li .checkmark img {
  width: 100%;
  height: auto;
  display: block;
}
.pricing-section .packages .package-card:hover {
  background: #FF5C06;
  color: white;
  transform: translateY(-40px);
}
@media (max-width: 995px) {
  .pricing-section .packages .package-card:hover {
    transform: none;
  }
}
.pricing-section .packages .package-card:hover .checkmark {
  background-color: white;
}
.pricing-section .packages .package-card:hover .checkmark img {
  content: url("../images/selected-tick.png");
}
.pricing-section .packages .package-card:hover .card-title,
.pricing-section .packages .package-card:hover .card-desc-main .card-desc,
.pricing-section .packages .package-card:hover .feature-list li {
  color: #ffffff;
}
.pricing-section .packages .package-card:hover .card-button .start-btn {
  background-color: #000;
}
.pricing-section .packages .package-card:hover hr {
  border: 1px solid #ffffff;
}
.pricing-section .packages .package-card .card-title {
  font-family: "Poppins";
  font-weight: 500;
  font-size: 32px;
  color: #000000;
}
@media (max-width: 450px) {
  .pricing-section .packages .package-card .card-title {
    font-size: 26px;
  }
}
.pricing-section .packages .package-card .card-desc-main {
  text-align: start;
}
.pricing-section .packages .package-card .card-desc-main .card-desc {
  font-family: "Poppins";
  font-weight: 500;
  font-size: 16px;
  color: #000000;
}
@media (max-width: 450px) {
  .pricing-section .packages .package-card .card-desc-main .card-desc {
    font-size: 14px;
  }
}
.pricing-section .packages .package-card .card-button {
  justify-content: center;
}
.pricing-section .packages .package-card .card-button .start-btn {
  font-family: "Poppins";
  font-weight: 500;
  font-size: 18px;
  color: #FFFFFF;
  padding: 3px 15px;
  width: 178px;
  height: 50px;
  background: #FF5C06;
  border-radius: 50px;
  border: none;
  cursor: pointer;
}
.pricing-section .packages .package-card .card-button .start-btn.black {
  background-color: #000;
}
@media (max-width: 450px) {
  .pricing-section .packages .package-card .card-button .start-btn {
    font-size: 15px;
    width: 148px;
    height: 45px;
  }
}
.pricing-section .packages .package-card.featured {
  color: rgb(0, 0, 0);
}
.pricing-section .packages .package-card.featured.selected {
  background: #FF5C06;
  color: white;
  transform: translateY(-40px);
}
@media (max-width: 995px) {
  .pricing-section .packages .package-card.featured.selected {
    transform: none;
  }
}
.pricing-section .packages .package-card.featured.selected .checkmark {
  background-color: white;
}
.pricing-section .packages .package-card.featured.selected .checkmark img {
  content: url("../images/selected-tick.png");
}
.pricing-section .packages .package-card.featured.selected .card-title,
.pricing-section .packages .package-card.featured.selected .card-desc-main .card-desc,
.pricing-section .packages .package-card.featured.selected .feature-list li {
  color: #ffffff;
}
.pricing-section .packages .package-card.featured.selected .card-button .start-btn {
  background-color: #000;
}
.pricing-section .packages .package-card.featured.selected .badge {
  font-family: "Poppins";
  font-weight: 500;
  font-size: 14px;
  color: #FFFFFF;
  position: absolute;
  top: -1rem;
  left: 50%;
  transform: translateX(-50%);
  padding: 0.25rem 0.75rem;
  background: #000000;
  border-radius: 50px;
}
.pricing-section .packages .package-card.featured.selected hr {
  border: 1px solid #ffffff;
}
.pricing-section .packages .package-card.featured .card-title,
.pricing-section .packages .package-card.featured .card-desc-main .card-desc,
.pricing-section .packages .package-card.featured .feature-list li {
  color: #000000;
}
.pricing-section .packages .package-card.featured .badge {
  font-family: "Poppins";
  font-weight: 500;
  font-size: 14px;
  color: #FFFFFF;
  position: absolute;
  top: -1rem;
  left: 50%;
  transform: translateX(-50%);
  padding: 0.25rem 0.75rem;
  background: #000000;
  border-radius: 50px;
}
.pricing-section .packages .package-card.featured hr {
  border: 1px solid #000000;
}
.pricing-section .packages .package-card.featured .card-button {
  justify-content: center;
}
.pricing-section .packages .package-card.featured .card-button .start-btn {
  font-family: "Poppins";
  font-weight: 500;
  font-size: 18px;
  color: #FFFFFF;
  padding: 3px 15px;
  width: 178px;
  height: 50px;
  background: #FF5C06;
  border-radius: 50px;
  border: none;
  cursor: pointer;
}
@media (max-width: 450px) {
  .pricing-section .packages .package-card.featured .card-button .start-btn {
    font-size: 15px;
    width: 148px;
    height: 45px;
  }
}
.pricing-section .packages .package-card.featured:hover {
  background: #FF5C06;
  color: white;
  transform: translateY(-40px);
}
@media (max-width: 995px) {
  .pricing-section .packages .package-card.featured:hover {
    transform: none;
  }
}
.pricing-section .packages .package-card.featured:hover .checkmark {
  background-color: white;
}
.pricing-section .packages .package-card.featured:hover .checkmark img {
  content: url("../images/selected-tick.png");
}
.pricing-section .packages .package-card.featured:hover .card-title,
.pricing-section .packages .package-card.featured:hover .card-desc-main .card-desc,
.pricing-section .packages .package-card.featured:hover .feature-list li {
  color: #ffffff;
}
.pricing-section .packages .package-card.featured:hover .card-button .start-btn {
  background-color: #000;
}
.pricing-section .packages .package-card.featured:hover hr {
  border: 1px solid #ffffff;
}

.testimonial-section {
  position: relative;
  margin-top: 5%;
  margin-bottom: 5%;
}
.testimonial-section .testimonial-title {
  margin-bottom: 2rem;
}
.testimonial-section .testimonial-title h2 {
  text-align: center;
  font-family: "Poppins";
  font-weight: 500;
  font-size: 45px;
  color: #000000;
}
@media (max-width: 576px) {
  .testimonial-section .testimonial-title h2 {
    font-size: 35px;
  }
}
@media (max-width: 576px) {
  .testimonial-section .testimonial-title h2 {
    font-size: 30px;
  }
}
.testimonial-section .testimonial-box {
  width: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 76.6%;
  margin: 0 auto;
  padding: 6rem 3rem;
  background: url("../images/testimonial-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 120px;
}
@media (max-width: 1326px) {
  .testimonial-section .testimonial-box {
    width: 92.6%;
    padding: 6rem 3rem;
  }
}
@media (max-width: 768px) {
  .testimonial-section .testimonial-box {
    flex-direction: column;
    text-align: center;
    border-radius: 40px;
    padding: 4rem 2rem;
  }
}
.testimonial-section .testimonial-box .testimonial-text {
  display: flex;
  flex-direction: column;
  gap: 5rem;
  padding-left: 3%;
}
@media (max-width: 576px) {
  .testimonial-section .testimonial-box .testimonial-text {
    gap: 0;
  }
}
.testimonial-section .testimonial-box .testimonial-text .sub-title p {
  font-family: "Inter";
  font-weight: 500;
  font-size: 30px;
  color: #fff;
}
@media (max-width: 576px) {
  .testimonial-section .testimonial-box .testimonial-text .sub-title p {
    font-size: 25px;
  }
}
.testimonial-section .testimonial-box .testimonial-text .quote p {
  font-family: "Inter";
  font-size: 24px;
  font-weight: 400;
  line-height: 48px;
  color: #FFFFFF;
}
@media (max-width: 576px) {
  .testimonial-section .testimonial-box .testimonial-text .quote p {
    font-size: 17px;
    line-height: 35px;
  }
}
.testimonial-section .testimonial-box .testimonial-text .author-row {
  display: flex;
  flex-direction: row;
  align-items: anchor-center;
  gap: 10rem;
}
.testimonial-section .testimonial-box .testimonial-text .author-row .details .author {
  color: #fff;
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 28px;
}
@media (max-width: 576px) {
  .testimonial-section .testimonial-box .testimonial-text .author-row .details .author {
    font-size: 20px;
  }
}
.testimonial-section .testimonial-box .testimonial-text .author-row .details .designation {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 28px;
  color: #FFFFFF;
}
@media (max-width: 576px) {
  .testimonial-section .testimonial-box .testimonial-text .author-row .details .designation {
    font-size: 11px;
  }
}

.carousel-bottom {
  background: #1E1E1E;
  position: relative;
  background-image: url(../images/swoosh-bg.png);
  background-repeat: no-repeat;
  background-position: right top -8%;
  background-size: 52vw auto;
}
.carousel-bottom .swoosh-hang {
  position: absolute;
  top: 0;
  left: 0;
}
.carousel-bottom .top-heading {
  display: flex;
  justify-content: space-between;
  padding: 6rem 5vw;
  gap: 3rem;
}
@media (max-width: 768px) {
  .carousel-bottom .top-heading {
    padding: 3rem 2vw;
  }
}
@media (max-width: 480px) {
  .carousel-bottom .top-heading {
    padding: 1rem 2vw;
  }
}
.carousel-bottom .top-heading .carousel-header h2 {
  font-family: "Poppins";
  font-weight: 400;
  font-size: 45px;
  color: #FFFFFF;
  margin-bottom: 1rem;
}
@media (max-width: 992px) {
  .carousel-bottom .top-heading .carousel-header h2 {
    font-size: 36px;
  }
}
@media (max-width: 768px) {
  .carousel-bottom .top-heading .carousel-header h2 {
    font-size: 28px;
  }
}
@media (max-width: 480px) {
  .carousel-bottom .top-heading .carousel-header h2 {
    font-size: 15px;
  }
}
.carousel-bottom .top-heading .carousel-header-2 {
  max-width: 45%;
  text-align: right;
}
.carousel-bottom .top-heading .carousel-header-2 p {
  font-family: "Poppins";
  font-weight: 400;
  font-size: 19px;
  color: #FFFFFF;
}
@media (max-width: 992px) {
  .carousel-bottom .top-heading .carousel-header-2 p {
    font-size: 17px;
  }
}
@media (max-width: 768px) {
  .carousel-bottom .top-heading .carousel-header-2 p {
    font-size: 15px;
  }
}
@media (max-width: 480px) {
  .carousel-bottom .top-heading .carousel-header-2 p {
    font-size: 10px;
  }
}
.carousel-bottom .item {
  margin-bottom: 3rem;
}

.view-details-link {
  color: white;
  text-decoration: none;
}

/*# sourceMappingURL=styles.css.map */
