* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:root {
  --blue: #246eb9;
  --dirty-white: #f8f9fc;
  --gray: #717173;
}

body,
html {
  overflow-x: hidden;
}

body {
  margin: 0;
  font-size: 18px;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  line-height: 40px;
  color: #212529;
  text-align: left;
  background-color: #fff;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1;
  margin: 0;
  /* margin-bottom: 15px; */
}

h1 {
  font-size: 100px;
  font-weight: 900;
  font-family: "Montserrat", sans-serif;
  color: #fff;
}

h2 {
  font-size: 40px;
  font-weight: bold;
  font-style: normal;
}

.container {
  margin: 0 auto;
  width: 100%;
  max-width: 1260px;
}

/* BUTTONS */
a {
  color: #fff;
  font-size: 16px;
  letter-spacing: 2px;
  padding: 10px 40px;
  border-radius: 6px;
  display: inline-block;
  font-weight: 500;
  transition: 0.3s;
  text-transform: uppercase;
  background: var(--blue);
  text-decoration: none;
  border: 2px solid var(--blue);
}

a:hover {
  box-shadow: 0 10px 15px 0 rgba(36, 110, 185, 0.1);
  transform: translateY(-5px);
  background: transparent;
  border: 2px solid var(--blue);
  color: #246eb9;
}

.buttons.center-button {
  text-align: center;
}
/* HERO IMAGE */
.hero-banner {
  min-height: 90vh;
  display: flex;
  align-items: center;
  /* background-color: #1d1d2440; */
  background: url(../images/banner.png);
  background-repeat: no-repeat;
  background-size: cover;
  /* background-position: center; */
  position: relative;
  z-index: 1;
  padding: 80px 0 0;
}

.hero-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background-color: #00010c; */
  opacity: 0.4;
  z-index: -1;
}

.hero-details {
  width: 60%;
  padding: 20px;
}

.hero-details h1 {
  font-size: 84px;
  font-weight: 700;
  text-transform: uppercase;
  text-shadow: 0 3px 8px rgba(0, 0, 0, .3);
  color: var(--blue);
  margin-bottom: 20px;
}

.hero-details p {
  font-size: 16px;
  color: #1c1c1c;
  font-weight: 400;
  margin-bottom: 20px;
  line-height: 1 !important;
}

.hero-details > ul {
  margin-bottom: 20px;
}

.icon-list-item {
  display: flex;
  line-height: 28px;
  font-size: 16px;
}

.icon-list-item:not(:last-child) {
  padding-bottom: 9px;
}

.icon-list-icon {
  padding-right: 3px;
  display: flex;
  position: relative;
  align-items: center;
}

.icon-list-icon i {
  color: #58abff;
  width: 1.25em;
  font-weight: 900;
}

.icon-list-text {
  font-family: "Inter", Sans-serif !important;
  font-size: 20px;
  font-weight: 300 !important;
  color: #1c1c1c;
}

.icon-list-icon + .icon-list-text {
  align-self: center;
  padding-left: 5px;
}

.hero-banner > .container {
  max-width: 1400px !important;
  padding: 10px;
}
.hero-wrapper {
  display: flex;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}

.swiper.swiper-hero {
  height: auto;
  width: 97.5%;
  margin-left: 0;
  margin-right: auto;
}

.swiper.swiper-hero > .swiper-wrapper {
  height: auto;
}

.swiper.swiper-hero .swiper-slide {
  min-height: 177px;
}

.swiper.swiper-hero .swiper-pagination {
  bottom: unset !important;
  top: unset !important;
  left: unset !important;
  position: relative !important;
}

.swiper.swiper-hero .testimonial__text {
  font-size: 14px;
  line-height: 20px;
  color: #717173;
}

.swiper.swiper-hero .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #c0c0c0;
  /* opacity: 1; */
}

.swiper.swiper-hero .swiper-pagination-bullet {
  background: #fff;
  opacity: 1;
  width: 6px !important;
  height: 6px !important;
  margin: 0 6px !important;
}

.hero-forms {
  width: 40%;
}

.hero-form-container {
  background-color: #191919F5;
  margin: 20px 0 100px;
  padding: 40px 40px 80px 40px;
  border-radius: 20px;
  display: flex;
  position: relative;
  width: 100%;
  flex-wrap: wrap;
  align-content: flex-start;
}

.hero-form-title {
  text-align: center;
  margin-bottom: 20px;
  width: 100%;
}

.hero-form-title > h2 {
  color: #fff !important;
  font-size: 36px !important;
  font-weight: 600 !important;
  line-height: 1 !important;
}

.hero-form-container form {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.hero-form-container input {
  background-color: #fff;
  border-radius: 10px 10px 10px 10px;
  font-size: 16px;
  min-height: 59px;
  padding: 7px 20px;
  width: 100%;
  max-width: 100%;
  border: 1px solid #69727d;
  color: #1f2124;
  vertical-align: middle;
  flex-grow: 1;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 16px;
}

.hero-form-container input[type="submit"] {
  font-family: "Roboto", Sans-serif;
  font-size: 31px;
  font-weight: 700;
  border-radius: 25px 25px 25px 25px;
  padding: 0;
  line-height: 1;
  cursor: pointer;
  color: #fff;
  /* word-spacing: -1px; */
  transition: all 0.3s;
  border: none !important;
  background: #4997e6;
}

.hero-form-container input[type="submit"]:hover {
  color: #fff;
  background: #4997e6;
}

.hero-form-reviews {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  gap: 4em;
}
.hero-form-reviews .star-rating {
  width: 24%;
  height: 100%;
}

.star-rating img {
  width: 180px;
}

.hero-reviews-texts {
  width: 76%;
  height: 100%;
}

.hero-reviews-texts > h2 {
  color: #fff;
  font-family: Inter, Sans-serif;
  font-size: 18px;
  line-height: 1;
  font-weight: 700;
  padding: 10px;
}

/* SERVICES CONTAINER */

.services .list-details {
  display: flex;
  gap: 2em;
  align-items: center;
}

.services .lists::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  border-radius: 10px;
}

.services .lists:before {
  background-image: linear-gradient(145deg, #246eb9 0%, #219ae0 100%);
  -webkit-transition: 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.services .lists:hover::before {
  opacity: 1;
  visibility: visible;
}

.services .lists i {
  color: var(--blue);
  /* font-size: 40px; */
}

.services .icon {
  font-size: 54px;
  font-weight: 400;
  margin-bottom: 23px;
  display: inline-flex;
  color: #246eb9;
}

.feather-bar-chart-2:before {
  content: "\e91b";
}

.services .icon i {
  /* font-family: feather !important; */
  font-style: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  font-size: 54px;
}

.services h3 {
  font-size: 23px;
  font-weight: normal;
}

.services .content .title {
  margin-bottom: 19px;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.4074;
}

.services .content p {
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  color: #717173;
  /* margin: 0 0 40px; */
}

.service .icon svg {
  width: 54px !important;
  height: 54px !important;
}

/* SECTION CONTAINER */

.section-container {
  padding: 120px 0;
}

.section-secondarybg {
  background: #f8f9fc;
}

.section-primarybg {
  background: #fff;
}

.section-wrapper {
  max-width: 1140px;
  display: flex;
  margin: 0 auto;
  position: relative;
}

.section-col66 {
  width: 66.66%;
  padding: 15px;
}

.section-heading-container {
  padding: 10px;
}

.section-heading-container h3 {
  font-size: 44px;
  font-weight: 400;
  color: #1f1f25;
  line-height: 1;
  margin-bottom: 0 !important;
}

.section-text-container {
  padding-left: 10px;
  padding-bottom: 20px;
}

.section-text-container p {
  font-size: 16px;
  line-height: 1.9;
  font-weight: 400;
  color: #717173;
}

.section-button-container {
  padding-left: 10px;
  padding-bottom: 20px;
  display: flex;
}

.section-button-container > a {
  color: #246eb9;
  font-weight: 600;
  font-size: 16px !important;
  padding: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  border: none !important;
  line-height: 1 !important;
  letter-spacing: 1px !important;
}

.section-col33 {
  width: 33.333%;
  padding: 15px;
  text-align: center;
}

/* ABOUT CONTAINER */
.about-container {
  min-height: 50vh;
  display: flex;
  align-items: center;
  position: relative;
  /* padding: 75px 0; */
  padding: 80px 0;
}

.about-container > .container {
  max-width: 1260px !important;
}

.about-details .details p {
  color: var(--gray);
  line-height: 30px;
}

.about-container .about-details {
  display: flex;
  /* align-items: center; */
  /* gap: 50px; */
  flex-wrap: wrap;
  width: 100%;
}

.about-details .details span {
  font-size: 16px;
  color: var(--blue);
  letter-spacing: 1px;
  font-weight: 400;
}

.about-details .buttons {
  margin-top: 30px;
}

.about-container .about-details h2 {
  /* margin-bottom: 20px; */
  line-height: 1.4074;
}

.about-container .about-details .details,
.about-container .about-details .image {
  /* flex: 1; */
  padding-left: 26px;
  padding-right: 26px;
  /* border: 1px solid red; */
}

.about-container .about-details .details {
  flex: 58%;
  max-width: 58%;
  /* padding-top: 25px; */
}

.about-container .about-details .image {
  flex: 41%;
  max-width: 41%;
  padding-top: 20px;
}

.about-container .about-details .image img {
  width: 100%;
  height: 589px;
  border-radius: 8px;
  box-shadow: 0 25px 65px rgba(0, 0, 0, 0.1);
  object-fit: cover;
}

.experience-wrap {
  display: flex;
  justify-content: flex-start;
  gap: 2em;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
  margin-top: 40px;
  margin-bottom: 45px;
}

.experience-wrap .experience {
  padding-top: 30px;
  position: relative;
  display: flex;
  flex-direction: column;
}

.experience-wrap .experience + .experience {
  margin-left: 35px;
}

.experience-wrap .experience h3 {
  font-size: 60px;
  background-image: linear-gradient(145deg, #246eb9, #219ae0);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}

.experience-wrap span {
  background-image: linear-gradient(145deg, #246eb9, #219ae0);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  font-size: 14px;
  padding-bottom: 10px;
}

.experience-wrap .experience::before {
  content: "";
  width: 30px;
  height: 1px;
  background: var(--blue);
  left: 0;
  top: -1px;
  position: absolute;
}

/* STEPS CONTAINER */
.steps-container {
  min-height: 50vh;
  display: flex;
  align-items: center;
  background-color: var(--dirty-white);
  padding: 100px 0;
}

.steps-container .services {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  margin: 50px 0;
}

.steps-container .buttons {
  text-align: center;
}

.steps-container .services .steps {
  width: 400px;
  box-shadow: 0 25px 70px rgba(0, 0, 0, 0.07);
  background: #fff;
  padding: 40px;
  border-radius: 5px;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  cursor: pointer;
  position: relative;
}

.steps-container .services .steps::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  border-radius: 5px;
}

.steps-container .services .steps:before {
  background-image: linear-gradient(145deg, #246eb9 0%, #219ae0 100%);
}

.steps-container .services .steps:hover::before {
  opacity: 1;
  visibility: visible;
}

.steps-container .services .steps:hover {
  box-shadow: 0 10px 25px 10px rgba(0, 0, 0, 0.1);
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}

.steps-container .services .steps:hover h3,
.steps-container .services .steps:hover i,
.steps-container .services .steps:hover p {
  color: #fff;
}

.step-details .icon i {
  font-size: 40px;
  color: var(--blue);
}

.steps-container h2 {
  text-align: center;
}

.step-details .icon {
  width: 40%;
}

.step-details .body p {
  font-size: 16px;
}

.steps-container .services .step-details {
  display: flex;
  gap: 2em;
}

/* clients CONTAINER */
.clients-container {
  min-height: 30vh;
  display: flex;
  align-items: center;
  padding: 50px 0;
  padding-top: 80px !important;
  padding-bottom: 111px !important;
}

.clients-container .container {
  padding-right: 15px;
  padding-left: 15px;
}

.clients-container .client-details {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.clients-container .details {
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

@media (max-width: 992px) {
  .clients-container .container {
    max-width: 960px;
  }
}

@media (max-width: 768px) {
  .clients-container.container {
    max-width: 720px;
  }
}

.clients-container .details h2 {
  text-align: center;
}

.clients-container .logos {
  list-style-type: none;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin: -25px;
  padding-top: 80px;
}

.clients-container .logos img {
  opacity: 0.7;
  transition: 0.3s;
  max-height: 110px;
  max-width: 150px;
  cursor: pointer;
}

.clients-container .logos img:hover {
  transform: scale(1.1);
  opacity: 1;
}

.clients-container .logos li {
  padding: 25px;
  flex-basis: 20%;
  text-align: center;
  font-size: 16px;
  line-height: 28px;
  margin-top: 10px;
  margin-bottom: 10px;
}

/* FAQ CONTAINER */
.faq-container {
  min-height: 50vh;
  display: flex;
  align-items: center;
  padding: 70px 0;
  /* background: var(--dirty-white); */
}

.faq-container > .container {
  max-width: 1140px !important;
}

.faq-container .details h2 {
  text-align: center;
  margin-bottom: 20px;
}

details {
  /* border: 1px solid rgba(112, 112, 112, 0.1); */
  border: 1px solid #d5d8dc;
  /* border-radius: 4px; */
  padding: 0.5em 0.5em 0;
  /* margin-bottom: 10px; */
  cursor: pointer;
}

details + details {
  border-top: none;
}

.faq-container .content {
  padding-left: 15px;
  font-size: 16px;
  color: var(--gray);
}

summary {
  font-weight: 700;
  margin: -0.5em -0.5em 0;
  padding: 0.5em;
  padding-left: 1em;
  list-style-type: "+";
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* font-size: 25px; */
  font-size: 32px;
  color: var(--blue);
}

details[open] {
  padding: 0.5em;
  /* border: none; */
  /*   background-color: rgba(173, 216, 230, 0.5); */
}

summary::marker {
  color: var(--blue);
  font-size: 1.2em;
  margin-right: 20px;
}

/* details:hover {
    background-color: rgba(173, 216, 230, 0.5);
}
*/
details summary::after {
  content: "+";
  float: right;
  font-size: 1.2em;
  color: var(--blue);
}

details[open] summary::after {
  content: "-";
  float: right;
  font-size: 1.5em;
  color: var(--blue);
}

/* COPYRIGHT CONTAINER */

.copyright-container {
  min-height: 15vh;
  display: flex;
  align-items: center;
  padding: 20px 0;
  background-color: #020000;
  opacity: 0.91;
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}

.copyright-details a {
  color: #fff;
}

/* RESPONSIVENESS */

@media (max-width: 1200px) {
  .container {
    margin: 15px;
  }
}

@media (max-width: 768px) {
  h1 {
    font-size: 50px;
  }

  h2 {
    font-size: 30px;
  }

  p {
    font-size: 16px;
  }

  .about-container .about-details {
    flex-direction: column;
  }

  .experience-wrap .experience,
  .steps-container .services .step-details {
    display: flex;
    flex-direction: column;
  }

  .steps-container .services .steps {
    width: 300px;
  }

  summary {
    font-size: 18px;
  }

  .footer-details img {
    width: 300px;
  }
}

.swiper {
  width: 95%;
  height: 100%;
}

.swiper-slide {
  border: 1px solid #e1e8ed;
  border-radius: 5px;
  background-color: #fff;
}

.swiper-slide {
  min-height: 157px;
  height: 100%;
}

/* TESTIMONIALS */
.testimonial-section {
  padding: 120px 0;
  background-color: #f8f9fc;
}

.testimonial-container {
  max-width: 1140px;
  margin: 0 auto;
}

.testimonial-wrapper2 {
  width: 100%;
  padding: 25px;
}

.testimonial-heading-container {
  max-width: 1140px;
  display: flex;
}

.testimonial-heading-wrapper2 {
  width: 50%;
  /* padding: 10px; */
}

.testimonial-heading-wrapper2 > a:hover {
  box-shadow: none !important;
  transform: none !important;
}

.testimonial-heading-wrapper2 > h2 {
  font-size: 40px;
  font-weight: 700;
}

.testimonial-heading-wrapper2 > a {
  color: #246eb9;
  background-color: transparent;
  border: none !important;
  text-align: center;
}

.testimonial-heading-wrapper2 > a > img {
  width: 38%;
}

.testimonial__header {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 15px;
  padding-bottom: 6px;
  display: flex;
  border-bottom: 1px solid #e1e8ed;
}

.testimonial__cite {
  display: flex;
  flex-direction: column;
  font-style: normal;
  font-size: 14px;
  line-height: 1.5;
  color: 1f1f25;
  margin-top: 10px;
}

.testimonial__name {
  color: #1c2022;
  font-weight: 700;
}

.star-rating {
  color: #ccd6df;
  /* font-family: eicons; */
  display: flex;
}
.star-rating svg {
  width: 20px !important;
  height: 20px !important;
}

.testimonial__title {
  color: #697882;
  font-size: 12.5px;
  font-weight: 400;
  font-family: inherit;
}

.testimonial__content {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 6px;
  padding-bottom: 15px;
}

.testimonial__text {
  font-size: 14px;
  line-height: 20px;
}

/* FORM CONTAINER */
.form-container {
  background: var(--dirty-white);
  min-height: 50vh;
  display: flex;
  align-items: center;
  position: relative;
  padding: 75px 0;
}

.form-container form input,
.form-container form textarea {
  display: block;
  width: 100%;
  padding: 0 20px;
  border: 2px solid rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  transition: all 0.3s ease;
  height: 50px;
  line-height: 46px;
  margin-bottom: 20px;
  outline: 0;
  color: #1f1f25;
  font-size: 15px;
  letter-spacing: 0.1px;
  font-family: "Poppins", sans-serif;
  background: transparent;
}

.form-container form textarea {
  height: 120px;
}

.form-details {
  width: 60%;
  margin-inline: auto;
}

.form-details h2 {
  margin-bottom: 0;
}

.form-details p {
  font-weight: 400;
  color: #717173;
  margin-top: 5px;
}

.form-details a {
  background: none !important;
  transform: none !important;
  border: none;
  color: #1d1d24;
  box-shadow: none !important;
  font-weight: 500;
  padding: 5px;
  margin-bottom: 40px;
  letter-spacing: unset;
  font-size: 18px;
}

.form-container input[type="submit"] {
  color: #fff;
  font-size: 16px;
  letter-spacing: 2px;
  padding: 10px 40px;
  border-radius: 6px;
  display: inline-block;
  font-weight: 500;
  transition: 0.3s;
  text-transform: uppercase;
  background: var(--blue);
  text-decoration: none;
  border: 2px solid var(--blue);
  height: 63px;
  width: 225px;
  line-height: normal;
  font-family: "Poppins", sans-serif;
}

.form-container input[type="submit"]:hover {
  box-shadow: 0 10px 15px 0 rgba(36, 110, 185, 0.1);
  transform: translateY(-5px);
  background: transparent;
  border: 2px solid var(--blue);
  color: #246eb9;
  cursor: pointer;
}

.why-choose-container {
  display: flex;
  align-items: center;
  background-color: #1d1d2440;
  background: url(../images/hero.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 1;
  padding: 120px 0;
}

.why-choose-container > .container {
  max-width: 1140px;
}
.why-choose-container-details {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.why-choose-container-details .details {
  padding: 10px;
  text-align: center;
  width: 100%;
}

.why-choose-container-details .details span {
  font-size: 16px;
  color: var(--blue);
  letter-spacing: 1px;
  font-weight: 400;
}

.why-choose-container-details .details h2 {
  font-size: 40px;
  color: var(--blue);
  letter-spacing: 1.4074;
  font-weight: 700;
  margin-bottom: 20px;
  padding-right: 15px;
  padding-left: 15px;
}

.why-choose-cards .service {
  padding: 40px 0;
  margin-top: 30px;
}

.why-choose-cards .icon i,
.why-choose-cards .icon svg {
  font-size: 54px;
  color: #246eb9;
}

.why-choose-cards .icon svg {
  height: 56px !important;
}

.why-choose-cards .service:nth-child(1) .icon,
.why-choose-cards .service:nth-child(3) .icon {
  padding-bottom: 7px;
}

.why-choose-cards {
  display: flex;
  gap: 15px;
}

.why-choose-cards .content {
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.why-choose-cards .title {
  margin-bottom: 19px;
  font-weight: 400;
  font-size: 24px;
  line-height: 1.4074;
  font-family: "poppins", sans-serif;
}

.why-choose-cards .content p {
  font-size: 16px;
  line-height: 1.9;
  font-weight: 400;
  color: #b6b6b6;
  margin: 0 0 40px;
  font-weight: 400;
}

.swiper-button-next,
.swiper-button-prev {
  color: hsla(0, 0%, 93.3%, 0.9) !important;
}
.swiper-button-prev {
  left: -4px !important;
}
.swiper-button-next {
  right: -4px !important;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 25px !important;
}


/* PERTH CONTAINER */
.perth-container {
  padding: 80px 0;
}

.perth-container h2, .perth-container h3 {
  text-align: center;
}

.perth-container h3 {
  margin-top: 70px;
  font-size: 32px;
}

.perth-container .digital-areas {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2em;
  list-style-type: none;
  margin-top: 40px;
  font-size: 16px;
  color: var(--blue);
}

.digital-areas a {
  background: none;
  color: var(--blue);
  border: none;
  padding: 0;
  text-transform: capitalize;
  font-weight: normal;
  letter-spacing: 0;
}

.digital-areas a:hover {
  border: none;
  background: none;
  box-shadow: none;
}

@media (max-width: 1140px) {
  .testimonial-container {
    margin: 20px !important;
  }
}
@media (max-width: 1024px) {
  .hero-wrapper {
    flex-direction: column;
  }
  .hero-details {
    width: 100%;
  }
  .hero-forms {
    width: 97%;
  }
}

@media (max-width: 768px) {
  .section-wrapper {
    flex-direction: column;
  }
  .section-secondarybg .section-wrapper {
    flex-direction: column-reverse;
  }
  .section-wrapper .section-col33,
  .section-wrapper .section-col66 {
    width: 100%;
  }

  .about-details .image,
  .about-details .details {
    flex: 100% !important;
    max-width: 100% !important;
  }

  .why-choose-cards {
    flex-direction: column;
  }

  .testimonial-heading-container {
    flex-direction: column;
  }
  .testimonial-heading-wrapper2 {
    width: 100%;
  }
}
