* {
  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: "Poppins", 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: 80px;
    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;
  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-container {
  min-height: 50vh;
  display: flex;
  align-items: center;
  background-color: var(--dirty-white);
  padding: 100px 0;
}

.services-container .services {
  display: flex;
  /* flex-wrap: wrap; */
  justify-content: center;
  gap: 20px;
  margin-top: 50px;
  margin-bottom: 120px;
}

@media (max-media: 991px) {
  .services-container .services {
    flex-wrap: wrap;
  }
}

.services-details .details {
  text-align: center;
}

.services-details .details h2 {
  font-weight: bold;
}

.services-details .details p {
  font-weight: 300;
  color: #717173;
  font-size: 18px;
  line-height: 30px;
  padding: 0 24%;
}

.services-container .services .lists {
  width: 400px;

  /* box-shadow: 0 25px 70px rgba(0, 0, 0, 0.07); */
  /* background: #fff; */
  /* padding: 50px; */
  /* 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;

  margin-top: 30px;
  /* flex: 0 0 33.333333%; */
  /* max-width: 33.333333%; */
  padding: 30px 38px;
  border-radius: 10px;
}

.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-container .services .lists:hover {
  box-shadow: 0 10px 25px 10px rgba(0, 0, 0, 0.1);
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}

.services-container .services .lists:hover h3,
.services-container .services .lists:hover i,
.services-container .services .lists:hover p,
.services-container .services .lists:hover .service .icon {
  color: #fff;
}

.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;
}

/* statistics */

/* STATISTICS CONTAINER */
.statistics-container {
  min-height: 50vh;
  display: flex;
  align-items: center;
  position: relative;
  padding: 75px 0;
}

.statistics-item {
  flex: 25%;
}

.statistics-item h3 {
  font-size: 32px;
  margin-bottom: 20px;
}

.statistics-details {
  display: flex;
  justify-content: center;
}

.statistics-item svg {
  height: 50px;
  width: 50px;
  color: #69727d;
}

.statistics-item div:nth-child(2) {
  text-align: center;
  margin-top: 50px;
}

.statistics-item div:nth-child(2) p {
  font-size: 18px;
  line-height: 30px;
  padding: 0 5%;
  color: #717173;
  margin-top: 15px;
}

.statistics-details {
  display: flex;
  justify-content: center;
  max-width: 1150px;
  margin-inline: auto;
  gap: 30px;
}

.statistics-item span {
  font-size: 72px;
  color: var(--blue);
  font-weight: 600;
  position: relative;
}

.statistics-item span:after {
  content: "%";
  right: -26px;
  position: absolute;
  top: -17px;
  font-size: 40px;
  line-height: 80px;
  display: inline-block;
  margin-bottom: 17px;
  color: var(--blue);
  margin-left: -13px;
}

.statistics-item span.plus:after {
  content: "+";
  right: -26px;
  position: absolute;
  top: -17px;
  font-size: 40px;
  line-height: 80px;
  display: inline-block;
  margin-bottom: 17px;
  color: var(--blue);
  margin-left: -13px;
}

/* 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;
}

/* PRICING CARD  */
.pricing-container {
  max-width: 1140px;
  padding: 130px 10px;
  background: #fff;
  margin: 0 auto;
}

.pricing-heading-container {
  margin-top: -20px;
  text-align: center;
}

.pricing-card-container {
  margin-top: 30px;
  display: flex;
}

.pricing-card-wrapper {
  display: flex;
  flex: 0 0 33.33%;
  max-width: 33.33%;
  padding-top: 30px;
  padding-left: 15px;
  padding-right: 15px;
  z-index: 2;
}

.pricing-card {
  border: 2px solid #246eb9;
  border-radius: 5px;
  transform-style: preserve-3d;
  position: relative;
  padding: 40px;
  width: 100%;
}

.pricing-card.blue {
  border: 2px solid #246eb9;
  border-radius: 5px;
  transform-style: preserve-3d;
  position: relative;
  padding: 40px;
  width: 100%;
}

.pricing-card::before {
  background-image: linear-gradient(145deg, #246eb9 0, #219ae0 100%);
  z-index: -1;
  display: inline-block;
  content: "";
  transition: all 0.6s cubic-bezier(0.33, 0.84, 0.31, 0.98);
  opacity: 0;
  border-radius: 5px;
  background-color: #246eb9;
  position: absolute;
  top: -2px;
  right: -2px;
  bottom: -2px;
  left: -2px;
}

.pricing-card.blue::before {
  background-image: linear-gradient(145deg, #246eb9 0, #219ae0 100%);
  z-index: -1;
  display: inline-block;
  content: "";
  transition: all 0.6s cubic-bezier(0.33, 0.84, 0.31, 0.98);
  opacity: 0;
  border-radius: 5px;
  background-color: #246eb9;
  position: absolute;
  top: -2px;
  right: -2px;
  bottom: -2px;
  left: -2px;
}

.pricing-card:hover::before {
  transform: scale(1);
  opacity: 1;
}

.pricing-card.blue::before {
  transform: scale(1);
  opacity: 1;
}

.pricing-info-container {
  margin-bottom: 30px;
  padding-bottom: 30px;
  text-align: center;
  border-bottom: 1px solid rgba(248, 31, 1, 0.1);
}

.pricing-info-container > h5 {
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4074;
}

.pricing-info-container .pricing {
  display: flex;
  flex-direction: column;
}

.pricing-amount {
  font-size: 100px;
  line-height: 1;
  color: #246eb9;
  font-weight: 400;
}

.pricing-perpage {
  font-size: 14px;
  color: #246eb9;
}

.pricing-list-container {
  text-align: center;
  margin-bottom: 48px;
}

.pricing-list-ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.pricing-list-li {
  color: #7e7e7e;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 10px;
  display: flex;
  align-items: flex-start;
  text-align: left;
  display: flex;
  align-items: center;
}

.pricing-list-li > i {
  font-size: 14px;
  color: #246eb9;
  margin-right: 10px;
  font-weight: 900;
}

.pricing-card:hover .pricing-info-container > h5,
.pricing-card:hover .pricing-amount,
.pricing-card:hover .pricing-perpage,
.pricing-card:hover .pricing-list-li,
.pricing-card:hover .pricing-list-li > i {
  color: #fff;
}

.pricing-card.blue .pricing-info-container > h5,
.pricing-card.blue .pricing-amount,
.pricing-card.blue .pricing-perpage,
.pricing-card.blue .pricing-list-li,
.pricing-card.blue .pricing-list-li > i {
  color: #fff;
}

.pricing-button-container {
  text-align: center;
}

.pricing-button-container > a {
  line-height: 36px;
  color: #246eb9;
  padding: 0 23px;
  height: 40px;
  display: inline-block;
  font-size: 14px;
  letter-spacing: 0.2px;
  background: #fff;
  font-weight: 400 !important;
}

.pricing-card:hover .pricing-info-container {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.pricing-card:hover .pricing-button-container > a {
  border-color: rgba(255, 255, 255, 0.2);
}

.pricing-card.blue .pricing-info-container {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.pricing-card.blue .pricing-button-container > a {
  border-color: rgba(255, 255, 255, 0.2);
}

/* 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: 1140px !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;
}

.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: 516px;
  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;
}

.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;
  }

  .services-container .services .lists,
  .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-wrapper {
  width: 100%;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
  /* transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s; */
  background: #f1f1f1;
  border-radius: 20px;
  padding: 25px;
}

.testimonial-heading-container {
  max-width: 1140px;
  display: flex;
}

.testimonial-heading-wrapper {
  width: 50%;
  /* padding: 10px; */
}

.testimonial-heading-wrapper > a:hover {
  box-shadow: none !important;
  transform: none !important;
}

.testimonial-heading-wrapper > h2 {
  font-size: 40px;
  font-weight: 700;
}

.testimonial-heading-wrapper > a {
  color: #246eb9;
  background-color: transparent;
  border: none !important;
  text-align: center;
}

.testimonial-heading-wrapper > 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;
}


/* footer CONTAINER */

.footer-container {
  min-height: 50vh;
  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: 50px 0;
}

.footer-container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0A0A0A;
  opacity: 0.91;
  z-index: -1; 
}


.footer-container .details h2 {
  color: #fff;
  /* text-align: center; */
  font-size: 29px;
}


.footer-details ul {
  list-style-type: none;
  font-size: 14px;
  display: flex;
  flex-direction: column;
  gap: 1em;

}

.footer-details li {
  display: flex;
  /* flex-direction: column; */
  /* justify-content: center; */
  align-items: center;
  gap: 1em;
  
}

.footer-details li i {
  font-size: 16px;
  color: #fff;
}

.footer-details a, .copyright-details a, .logo-footer {
  background: none;
  padding: 0;
  text-transform: none;
  border: none;
  font-size: 14px;
  color: var(--blue);
  letter-spacing: normal;
  font-weight: 600;
}

.footer-details p {
  color: var(--blue);
  font-weight: 600;
}

.footer-details a:hover, .copyright-details a:hover, .logo-footer:hover {
  box-shadow: none;
  transform: none;
  background: none;
  border: none;
  color: none;
}

.footer-container .footer-details {
  display: flex;
  justify-content: space-between;
}

/* .footer-details .details {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1em;
} */

.logo-footer img {
  width: 450px;
  text-align: center;
}


/* 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;
}

@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%;
  }

  .pricing-card-container {
    flex-direction: column;
  }
  .pricing-card-wrapper {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
}

@media (max-width: 768px) {
  .services-container .services {
    flex-direction: column;
    align-items: center;
  }

  .statistics-details {
    flex-wrap: wrap;
  }

  .statistics-item {
    flex: 100%;
  }

  .statistics-item > div {
    text-align: center;
  }

  .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;
  }
}
