/* Hero banner css start */
.home-banner__section {
  position: relative;
  padding: 240px 0 10px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.home-banner-wrapper {
  padding: 0 20px;
}
@keyframes floatBefore {
  0% {
    transform: translate(-90%, -62%) translateY(0);
  }
  50% {
    transform: translate(-90%, -62%) translateY(-10px);
  }
  100% {
    transform: translate(-90%, -62%) translateY(0);
  }
}

@keyframes floatAfter {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0);
  }
}
.page-template-template-home-php .home-banner__section::before {
  content: url(../img/icon-1.png);
  position: absolute;
  right: 0;
  top: 14%;
}
.home-banner-wrapper .section-wrapper {
  position: relative;
}
.page-template-template-home-php .home-banner-wrapper .section-wrapper::before {
  content: url(../img/icon-2.png);
  position: absolute;
  left: -15%;
  bottom: -32%;
  transform: translate(-90%, -62%);
  animation: floatBefore 3s ease-in-out infinite;
}
.home-banner__section h1 {
  font-size: clamp(36px, 4vw, 64px);
  font-weight: 500;
  margin: 0 0 22px;
  line-height: 1;
  text-align: center;
}
.home-banner__section h1 span {
  background: linear-gradient(
    90deg,
    #e03d35 -3.99%,
    #efa612 49.73%,
    #ee983d 33.45%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
.home-banner__section .section-wrapper p {
  opacity: 80%;
  font-size: clamp(16px, 2vw, 18px);
}
.home-banner__section .banner-button {
  margin: 30px 0 0;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap;
}
.home-banner__section .banner-button a.btn {
  position: relative;
}
.home-banner__section .banner-button a.btn span {
  position: absolute;
  padding: 12px 16px;
  background-color: #ea811f;
  border-radius: 10px;
  position: absolute;
  right: -42px;
  top: 0px;
  transform: translateX(-48px);
  transition: var(--transition-2);
  opacity: 0;
  visibility: hidden;
}
.home-banner__section .banner-button a.btn:hover {
  margin-right: 42px;
}
.home-banner__section .banner-button a.btn:hover span {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}
.home-banner__section .featured-image {
  margin: 40px auto 0;
  position: relative;
  width: fit-content;
}
.page-template-template-home-php .home-banner__section .featured-image::before,
.page-template-template-home-php .home-banner__section .featured-image::after {
  content: url(../img/icon-3.png);
  position: absolute;
  right: -15px;
  top: -20px;
  animation: floatAfter 3s ease-in-out infinite;
}
.page-template-template-home-php .home-banner__section .featured-image::before {
  right: -13%;
  top: 0;
  animation: floatBefore 3s ease-in-out infinite;
}
.home-banner__section .featured-image img {
  max-height: 482px;
}
.home-banner__section .star {
  position: absolute;
  left: 50%;
  top: 50%;
}
.page-template-template-home-php .home-banner__section .star::after {
  content: url(../img/icon-3.png);
  position: absolute;
  left: -430px;
  top: 45px;
  animation: floatAfter 3s ease-in-out infinite;
}

/* Hero banner css end */

/* Our expertise css start */
.our-expertise__section .section-wrapper {
  max-width: 650px;
}
.our-expertise__section .section-wrapper .section-title {
  max-width: 568px;
  margin: 0 auto 10px;
}
.our-expertise-wrapper {
  position: relative;
  margin: 70px 0 0;
}
.our-expertise-wrapper::before,
.our-expertise-wrapper::after {
  content: "";
  height: 2px;
  width: 120%;
  background: linear-gradient(
    to right,
    transparent 0%,
    #e6e4e4 15%,
    #e6e4e4 85%,
    transparent 100%
  );
  position: absolute;
  left: -10%;
  top: 0;
}
.our-expertise-wrapper::after {
  top: auto;
  bottom: 0;
}
.our-expertise-wrapper .slick-list {
  overflow: visible;
}
.our-expertise-wrapper .icon {
  width: 98px;
  height: 98px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--light);
  border: 0.7px solid #d9d9d9;
  margin-bottom: 20px;
}
.our-expertise-wrapper .entry-title {
  margin: 0 0 6px;
  opacity: 90%;
}
.our-expertise-wrapper p {
  margin: 0;
  font-size: 14px;
  opacity: 70%;
  line-height: 1.3;
}
.our-expertise-container {
  padding: 80px 25px;
  position: relative;
}
.our-expertise-container:nth-child(1)::before,
.our-expertise-container::after {
  content: "";
  width: 2px;
  height: 130%;
  background: linear-gradient(
    to bottom,
    transparent 0%,
    #e6e4e4 15%,
    #e6e4e4 85%,
    transparent 100%
  );
  position: absolute;
  right: 0;
  top: -13%;
}
.our-expertise-container:nth-child(1)::before {
  right: auto;
  left: 0;
}
/* Our expertise css end */

/* Our services css start */
.our-services__section {
  padding: 30px 0 80px;
}
.our-service-wrapper {
  background-color: var(--light);
  border-radius: 24px;
  padding: 80px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.our-services__section .section-wrapper,
.ecommerce-solution__section .section-wrapper {
  margin: 0 auto 0 0;
  max-width: 445px;
}
.our-services__section .section-subtitle,
.ecommerce-solution__section .section-subtitle {
  margin: 0 auto 10px 0;
}
.our-services__section .section-wrapper .section-title,
.our-services__section .section-wrapper p,
.ecommerce-solution__section .section-wrapper .section-title,
.ecommerce-solution__section .section-wrapper p {
  text-align: left;
}
.our-service-container {
  display: flex;
  gap: 65px;
}
.our-service-container > div {
  width: 50%;
}
.our-service-left {
  position: relative;
  margin-top: 40px;
}
.our-service-left::before {
  content: "";
  height: 2px;
  width: 100%;
  background-image: radial-gradient(#0003 0px, transparent 2px);
  background-size: 4px 6px;
  position: absolute;
  left: 0;
  top: 0;
}
.our-service-left .entry-content {
  max-width: 305px;
  margin-left: 10px;
  padding: 30px 0 0 15px;
  position: relative;
  overflow: hidden;
  position: sticky;
  top: 0;
}
.sticky .our-service-left .entry-content {
  top: 95px;
}
.our-service-left .entry-content::before {
  content: "";
  width: 2px;
  height: 100%;
  background-image: radial-gradient(#0003 0px, transparent 2px);
  background-size: 4px 6px;
  position: absolute;
  left: 0;
}
.our-service-left .entry-content h3 {
  font-size: clamp(22px, 3vw, 30px);
  font-weight: 500;
  color: var(--text);
  line-height: 1.2;
  margin: 0 0 6px;
  opacity: 90%;
}
.our-service-left .entry-content p {
  font-size: 14px;
  margin: 0;
}
.our-service-left .entry-content .btn-1 {
  margin-top: 15px;
}
.service-right-container {
  background-color: #fff8eb;
  padding: 70px;
  border-radius: 20px;
  border: 1px solid #0000001a;
}
.service-right-container:not(:last-child) {
  margin-bottom: 30px;
}
.service-right-container img {
  border-radius: 16px;
  width: 100%;
  margin-bottom: 25px;
}
.service-right-container .entry-content {
  justify-content: space-between;
  align-items: start;
}
.service-right-container .entry-content .entry-title {
  max-width: 190px;
}
.service-right-container .entry-content p {
  max-width: 250px;
  text-align: right;
  margin: 0;
  font-size: 14px;
}
/* Our services css end */

/* Ecommerce solution css start */
.ecommerce-solution__section .section-wrapper {
  max-width: 520px;
}
.ecommerce-solution-wrapper {
  gap: 35px;
  justify-content: space-between;
}
.ecommerce-solution-wrapper .ecommerce-container {
  padding: 20px;
  background-color: #fff8eb;
  border: 1px solid #00000033;
  border-radius: 24px;
  align-items: start;
  gap: 30px;
  margin-top: 35px;
}
.ecommerce-solution-wrapper .ecommerce-container > div {
  width: 33.33%;
}
.ecommerce-solution-wrapper .ecommerce-container img {
  max-height: 55px;
  margin-bottom: 16px;
}
.ecommerce-solution-wrapper .ecommerce-container .entry-title {
  font-size: clamp(18px, 2vw, 20px);
  margin: 0 0 8px;
}
.ecommerce-solution-wrapper .ecommerce-container p {
  font-size: 14px;
  margin: 0;
}
.ecommerce-solution-wrapper .ecommerce-left {
  width: 50%;
}
.ecommerce-solution-wrapper .ecommerce-right {
  width: 40%;
  border-radius: 20px;
  border: 1px solid #0000001a;
  position: relative;
}
.ecommerce-solution-wrapper .ecommerce-right img {
  width: 100%;
  border-radius: 20px;
  max-height: 487px;
  object-fit: cover;
}
.ecommerce-solution-wrapper .ecommerce-right .ecommerce-button {
  position: absolute;
  bottom: -40px;
  left: 40px;
  padding: 20px 40px;
  border-radius: 24px;
  background: #f4ebeb52;
  backdrop-filter: blur(9.2px);
  border: 1px solid #dedede;
}
/* Ecommerce solution css end */

/* Digital strategy css start */
.digital-strategy__section .section-wrapper {
  margin: 0 0 0 auto;
  max-width: 485px;
}
.digital-strategy__section .section-subtitle {
  margin: 0 0 10px auto;
}
.digital-strategy__section .section-wrapper .section-title,
.digital-strategy__section .section-wrapper p {
  text-align: right;
}
.digital-strategy__section .btn {
  margin: 0 0 0 auto;
}
.digital-entry-container {
  list-style: none;
  text-align: right;
  padding: 35px 45px;
  background-color: #fff8eb;
  border: 1px solid #00000033;
  border-radius: 24px;
  width: fit-content;
  margin: 30px 0 40px auto;
}
.digital-entry-container li {
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 10px;
  font-size: clamp(18px, 2vw, 20px);
  font-weight: 400;
  font-family: var(--secondary-font);
  position: relative;
  margin-right: 35px;
}
.digital-entry-container li:not(:last-child) {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px dashed #1f1f1f33;
}
.digital-entry-container li::after {
  content: url(../img/tick.png);
  width: 22px;
  height: 22px;
  border-radius: 50px;
  background-color: var(--light);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: -35px;
  top: 7px;
}
.digital-strategy-wrapper {
  gap: 40px;
  justify-content: space-between;
}
.digital-strategy-wrapper .digital-left {
  width: 42%;
}
.digital-strategy-wrapper .digital-right {
  width: 60%;
}
.digital-strategy-wrapper .featured-image {
  border-radius: 20px;
  border: 1px solid #0000001a;
  position: relative;
}
.digital-strategy-wrapper .featured-image > img {
  width: 100%;
  object-fit: cover;
  max-height: 478px;
  border-radius: 20px;
}
.digital-strategy-wrapper .digital-button {
  padding: 20px 40px;
  border-radius: 24px;
  background: #f4ebeb52;
  backdrop-filter: blur(9.2px);
  border: 1px solid #dedede;
  position: absolute;
  right: -110px;
  bottom: 30px;
}
/* Digital strategy css end */

/* why choose us css start */
.why-choose-us__section {
  background-color: var(--light);
  border: 1px solid #0000001a;
  border-radius: 24px 24px 0 0;
  padding: 40px 0 80px;
}
.why-choose-us__section .our-expertise-wrapper {
  margin: 50px 0 0;
}
.why-choose-us-wrapper .entry-container {
  max-width: 250px;
}
.why-choose-us-wrapper .our-expertise-container {
  padding: 80px 50px;
}
.why-choose-us-wrapper .our-expertise-container .icon {
  background-color: #fffcf6;
}
.why-choose-us-wrapper .our-expertise-container .icon img {
  max-height: 56px;
}
.why-choose-us-wrapper .our-expertise-container:nth-child(1) .entry-container {
  margin: 0 0 0 auto;
}
.why-choose-us__section .our-expertise-container:nth-child(1)::before,
.why-choose-us__section .our-expertise-container::after {
  height: 115%;
  top: -7%;
}
.why-choose-us__section .our-expertise-wrapper::before,
.why-choose-us__section .our-expertise-wrapper::after {
  width: 115%;
  left: -7%;
}
/* why choose us css end */

/* our process css start */
.our-process__section .section-wrapper {
  margin: 0 auto 0 0;
  max-width: 363px;
}
.our-process__section .section-subtitle {
  margin: 0 auto 10px 0;
}
.our-process__section .section-wrapper .section-title {
  text-align: left;
  color: var(--light);
}
.our-progress-wrapper {
  display: flex;
  align-items: center;
  margin-top: 50px;
}
.our-progress-container {
  border: 2px dashed #ffffff4d;
  background: transparent;
  border-radius: 20px;
  transition: background 1s ease;
  max-width: 272px;
  padding: 45px 30px;
  position: relative;
}

.our-progress-container.active {
  background: linear-gradient(90deg, #e03f35 0%, #e76b26 50%, #ea811f 100%);
  transition: background 0.5s ease;
  border: 2px solid transparent;
  box-shadow: 0px 5px 11px 0px #e97c201a, 0px 20px 20px 0px #e97c2017,
    0px 45px 27px 0px #e97c200d, 0px 81px 32px 0px #e97c2003,
    0px 126px 35px 0px #e97c2000;
}
.our-progress-container h3 {
  font-size: clamp(14px, 2vw, 30px);
  font-weight: 500;
  color: var(--light);
  text-align: center;
  margin: 0;
  line-height: 1.2;
}
.our-progress-wrapper .connector {
  position: relative;
  height: 2px;
  flex: 1;
  background-image: repeating-linear-gradient(
    to right,
    rgba(255, 255, 255, 0.3) 0,
    rgba(255, 255, 255, 0.3) 5px,
    transparent 5px,
    transparent 10px
  );
  background-clip: border-box;
  overflow: hidden;
}
.our-progress-wrapper .progress-line {
  width: 0%;
  height: 100%;
  background-image: repeating-linear-gradient(
    90deg,
    #e03f35,
    #e03f35 10px,
    #e76b26 10px,
    #e76b26 20px,
    #ea811f 20px,
    #ea811f 30px
  );
  transition: width 1s linear;
}
/* our process css end */

/* Testimonial css start */
.testimonial__section .section-wrapper {
  margin: 0 auto 0 0;
  max-width: 363px;
}
.testimonial__section .section-subtitle {
  margin: 0 auto 10px 0;
}
.testimonial__section .section-wrapper .section-title {
  text-align: left;
}
.testimonial__section .section-wrapper .btn {
  margin-top: 28px;
}
.testimonial-wrapper {
  align-items: start;
  gap: 30px;
}
.testimonial-left {
  width: 28%;
}
.testimonial-right {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(380px, 1fr));
  gap: 30px;
  row-gap: 60px;
  width: 72%;
}
.testimonial-container {
  padding: 30px;
  border: 1px solid #00000033;
  background-color: var(--light);
  border-radius: 20px;
  text-align: center;
  box-shadow: 0px 7px 16px 0px #fcbd7d1a, 0px 29px 29px 0px #fcbd7d17,
    0px 65px 39px 0px #fcbd7d0d, 0px 116px 46px 0px #fcbd7d03,
    0px 181px 51px 0px #fcbd7d00;
  position: relative;
}
.testimonial-container::before {
  content: url("../img/testi-1.png");
  position: absolute;
  right: 15px;
  top: 15px;
}
.testimonial-container img {
  width: 92px;
  height: 92px;
  border-radius: 50%;
  border: 5px solid var(--light);
  object-fit: cover;
  margin-top: -70px;
}
.testimonial-container h4 {
  font-size: clamp(18px, 2vw, 20px);
  font-weight: 500;
  color: var(--text);
  margin: 0;
}
.testimonial-container span {
  font-size: clamp(16px, 2vw, 18px);
  font-weight: 400;
  font-family: var(--secondary-font);
  opacity: 60%;
  display: block;
  border-bottom: 1px dashed #00000033;
  padding: 0 0 8px;
  margin: 0 0 20px;
}
.testimonial-container p {
  opacity: 80%;
  margin: 4px 0 0;
}
.testimonial-container i {
  color: #f6a841;
  font-size: 16px;
}
.testimonial-container i:not(:last-child) {
  margin-right: 3px;
}
.testimonial-container .testimonial-content {
  overflow: hidden;
}
.testimonial-container a {
  color: var(--primary);
}
.testimonial-container a:hover {
  color: var(--text);
}
/* Testimonial css end */

/* Blogs css start */
.blogs__section {
  background-color: #fff8eb;
  border-radius: 24px 24px 0 0;
  border-top: 1px solid #00000033;
}
.blogs__section .section-wrapper {
  max-width: 450px;
}
.blogs__section .blogs-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(390px, 1fr));
  gap: 65px;
  row-gap: 35px;
  margin-top: 45px;
}
.blogs__section .blogs-container > img {
  max-height: 298px;
  border-radius: 20px;
  width: 100%;
  object-fit: cover;
  margin-bottom: 20px;
}
.blogs-categories {
  gap: 8px;
  margin: 0 0 4px;
  flex-wrap: wrap;
}
.blogs-categories a {
  color: #a1a1a1;
  font-size: 14px;
  font-family: var(--secondary-font);
  background-color: var(--light);
  border: 1px solid #00000033;
  border-radius: 8px;
  padding: 3px 8px;
  text-transform: uppercase;
}
.blogs-categories a:hover {
  background-color: var(--primary);
  border-color: var(--primary);
  color: var(--light);
}
.blogs__section .blogs-container .entry-content {
  justify-content: space-between;
  align-items: start;
}
.blogs__section .blogs-container .entry-content > a {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: var(--light);
  margin-top: 10px;
}
.blogs__section .blogs-container .entry-content > a img {
  filter: brightness(0.6) contrast(1.4) saturate(0.4) hue-rotate(180deg);
  transition: var(--transition-2);
}
.blogs__section .blogs-container .entry-content > a:hover img {
  filter: unset;
}
.blogs__section .blogs-container .entry-content-wrapper {
  max-width: 76%;
}
.blogs__section .blogs-container .entry-title {
  margin: 0;
  line-height: 1.2;
}
.blogs__section .blogs-container p {
  margin: 5px 0 0;
  font-size: 14px;
}
.blogs__section .btn {
  margin: 40px auto 0;
}
/* Blogs css end */

/* CTA css end */
.cta__section {
  background-color: #e5a74a;
  overflow: hidden;
}
.cta__section .wrapper {
  position: relative;
}
.cta__section .wrapper::before {
  content: url("../img/cta-1.png");
  position: absolute;
  left: 0;
  bottom: -30%;
}
.cta__section .wrapper::after {
  content: url("../img/cta-2.png");
  position: absolute;
  right: -10%;
  bottom: -30%;
}
.cta__section img {
  margin: 0 auto 14px;
  display: block;
}
.cta__section .section-wrapper .section-title {
  color: var(--light);
}
.cta__section .section-wrapper p {
  opacity: unset;
  max-width: 60%;
  margin: 0 auto;
  color: var(--light);
}
.cta__section .btn-1 {
  border: 1px solid #ffffff4d;
  background-color: transparent;
  color: var(--light);
  margin: 25px auto 0;
}
.cta__section .btn-1:hover {
  background-color: var(--light);
  color: var(--primary);
}
/* CTA css end */

/* Page Banner css start */
.page-banner__section .section-wrapper h2 {
  font-size: clamp(32px, 3vw, 48px);
  font-weight: 500;
  margin: 0 0 18px;
  line-height: 1;
  text-align: center;
}
/* Page Banner css end */

/* Service page css start */
.service-single-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  margin-top: 40px;
}
.service-single-wrapper .service-right-container:not(:last-child) {
  margin-bottom: unset;
}
/* Service page css end */

/* Ecommerce Solution page css start */
.page-template-template-ecommerce-solution .our-expertise__section,
.page-template-template-digital-strategy .our-expertise__section {
  padding-top: 20px;
}
.single-ecommerce-solution__section {
  padding: 40px 0;
}
.single-ecommerce-wrapper:nth-child(even) {
  background-color: var(--light);
  border: 1px solid #0000001a;
}
.single-ecommerce-wrapper-container {
  gap: 40px;
  justify-content: space-between;
  align-items: start;
  padding: 40px 0;
}
.single-ecommerce-wrapper:nth-child(even) .single-ecommerce-wrapper-container {
  flex-direction: row-reverse;
}
.single-ecommerce-wrapper .entry-container {
  width: 40%;
}
.single-ecommerce-wrapper .featured-image {
  width: 35%;
}
.single-ecommerce-wrapper .featured-image img {
  border-radius: 20px;
  border: 1px solid #0000001a;
  max-height: 478px;
  width: 100%;
}
.single-ecommerce-wrapper .entry-container h3 {
  font-size: clamp(24px, 3vw, 36px);
  line-height: 1.1;
  margin: 22px 0 12px;
}
.single-ecommerce-wrapper .entry-container p {
  margin: 0;
}
.key-features {
  margin: 20px 0 0 20px;
}
.key-features h4 {
  font-size: clamp(18px, 2vw, 22px);
  margin: 0 0 6px;
  font-weight: 500;
  color: var(--text);
  opacity: 90%;
}
.key-features ul {
  margin: 0;
  padding: 0;
  width: fit-content;
}
.key-features ul li {
  list-style: none;
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  font-weight: 500;
  font-family: var(--primary-font);
  position: relative;
  margin-left: 36px;
}
.key-features ul li:not(:last-child) {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dashed #1f1f1f33;
}
.key-features ul li::before {
  content: url("../img/tick.png");
  position: absolute;
  left: -36px;
  top: 5px;
  width: 22px;
  height: 22px;
  border-radius: 50px;
  background-color: #fdeac8;
  display: flex;
  align-items: center;
  justify-content: center;
}
.digital-strategy-content p {
  font-size: clamp(16px, 2vw, 18px);
  margin: 0;
  text-align: center;
}
/* Ecommerce Solution page css end */

/* Blog page css start */
.page-template-template-blog .blogs__section {
  background-color: unset;
  border: unset;
  border-radius: unset;
}
.page-template-template-blog .blogs__section .blogs-wrapper {
  margin-top: 0;
}
/* Blog page css end */

/* Single page css start */
.single-blog__section {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 200px 0 60px;
}
.single-blog-wrapper {
  align-items: start;
  gap: 70px;
}
.single-blog-left {
  width: 70%;
}
.single-blog-right {
  width: 30%;
}
.single-blog__section .section-subtitle {
  margin: 0 0 8px;
}
.single-blog__section h2 {
  font-size: clamp(30px, 3vw, 48px);
  font-weight: 500;
  color: var(--text);
  margin: 0 0 12px;
  line-height: 1.1;
}
.single-blog__section .read-time span {
  font-size: 14px;
  font-family: var(--primary);
  font-weight: 600;
  color: var(--text);
  opacity: 50%;
}
.single-blog__section .read-time span:not(:last-child) {
  border-right: 2px solid #c0c0c0;
  padding-right: 9px;
  margin-right: 6px;
}
.single-blog__section .blogs-categories {
  margin: 0 0 12px;
}
.single-blog-wrapper .featured-image {
  margin: 30px 0 25px;
}
.single-blog-wrapper .single-blog-left .featured-image > img {
  max-height: 542px;
  width: 100%;
  object-fit: cover;
  border-radius: 20px;
  margin: 0;
}
.single-blog__section p {
  margin: 0 0 6px;
  line-height: 1.4;
}
.single-blog__section .key-features {
  background-color: #fff8eb;
  border: 1px solid #00000033;
  backdrop-filter: blur(22.200000762939453px);
  border-radius: 24px;
  padding: 30px;
  margin: 30px 0;
}
.single-blog__section h3 {
  font-size: clamp(24px, 3vw, 36px);
  line-height: 1.1;
  margin: 0 0 6px;
  color: var(--text);
  font-weight: 500;
}
.single-blog__section .single-blog-left img {
  max-height: 403px;
  width: 100%;
  object-fit: cover;
  border-radius: 24px;
  background: linear-gradient(251.96deg, #f6a841 0.85%, #e9f0be 99.13%);
  padding: 20px;
  margin: 20px 0 30px;
}
.single-blog-right .blog-author img {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  border: 3px solid var(--light);
  object-fit: cover;
  margin: 0 0 6px;
}
.single-blog-right .blog-author h4 {
  font-size: 16px;
  font-weight: 700;
  font-family: var(--primary-font) !important;
  margin: 0;
  color: var(--text);
  opacity: 90%;
  line-height: 1.2;
}
.single-blog-right .blog-author span {
  font-size: 14px;
  font-weight: 600;
  font-family: var(--primary);
  color: var(--text);
  opacity: 50%;
  line-height: 1.2;
  display: block;
}
.single-blog-right > div:not(:last-child) {
  border-bottom: 1px solid #0000001a;
  padding-bottom: 25px;
  margin-bottom: 25px;
}
.single-blog-right .in-this-article h4 {
  font-size: clamp(16px, 2vw, 18px);
  margin: 0;
  text-transform: uppercase;
  font-weight: 500;
  color: var(--text);
  opacity: 90%;
}
.single-blog-right .in-this-article ul {
  margin: 0 0 0 8px;
  padding: 0;
}
.single-blog-right .in-this-article ul li {
  font-family: var(--primary-font);
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  color: var(--text);
  opacity: 70%;
  margin: 6px 0 0;
  list-style: none;
}
.relate-blog__section .section-wrapper {
  margin: 0 0 35px;
}
.relate-blog__section .section-wrapper .section-title {
  text-align: left;
}
/* Single page css end */

/* Testimonial page css start */
.testimonial-blog__section .testimonial-right {
  width: 100%;
  grid-template-columns: repeat(auto-fill, minmax(480px, 1fr));
}
/* Testimonial page css end */

/* About us page css start */
.page-template-template-about-us .page-banner__section .section-wrapper {
  max-width: 730px;
}
.about-us-page-wrapper {
  max-width: 786px;
  margin: 0 auto;
  gap: 30px;
  justify-content: space-between;
}
.about-us-page-wrapper img {
  width: 100%;
}
/* .about-us-page-wrapper .featured-image {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 0;
} */
.about-us-left {
  width: 28%;
}
.about-us-right {
  width: 60%;
}
/* .about-us-left .featured-image img:nth-child(1) {
  height: 230px;
  width: 100%;
  object-fit: cover;
}
.about-us-left .featured-image img:nth-child(2) {
  height: 125px;
  width: 100%;
  object-fit: cover;
}
.about-us-left .featured-image {
  position: relative;
  width: 100%;
  height: 300px;
  overflow: hidden;
  border-radius: 20px;
}
.about-us-left .image {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}
.about-us-left .top-image {
  background-image: url("../img/about-1.png");
  clip-path: polygon(0 0, 100% 0, 100% 59%, 0% 79%);
  z-index: 2;
}
.about-us-left .bottom-image {
  background-image: url("../img/about-2.png");
  clip-path: polygon(0 82%, 100% 62%, 100% 100%, 0% 100%);
  z-index: 1;
}
.about-us-right .featured-image {
  position: relative;
  width: 100%;
  height: 203px;
  border-radius: 20px;
  overflow: hidden;
}
.about-us-right .image {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}
.about-us-right .left-image {
  background-image: url("../img/about-3.png");
  clip-path: polygon(0 0, 65% 0, 75% 100%, 0% 100%);
  z-index: 2;
}
.about-us-right .right-image {
  background-image: url("../img/about-4.png");
  clip-path: polygon(67% 0, 100% 0, 100% 100%, 77% 100%);
  z-index: 1;
} */
.about-us-right .entry-content {
  max-width: 438px;
  margin: 25px auto 0;
}
.about-us-right .entry-content h3 {
  font-size: clamp(24px, 3vw, 36px);
  font-weight: 500;
  color: var(--text);
  margin: 0 0 8px;
  line-height: 1;
  opacity: 90%;
}
.about-us-right .entry-content p {
  padding: 4px 0 0;
  margin: 0;
  line-height: 1.4;
}
/* Mission and vision css start  */
.mission-vision__section {
  background-color: var(--text);
}
.mission-vision-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
.mission-vision-container {
  background: #ffffff52;
  border: 1px solid #ffffff78;
  backdrop-filter: blur(25.200000762939453px);
  padding: 35px;
  border-radius: 20px;
}
.mission-vision-container img {
  max-width: 80px;
  margin-bottom: 45px;
}
.mission-vision-container h3 {
  font-size: clamp(24px, 3vw, 36px);
  font-weight: 500;
  color: var(--light);
  margin: 0 0 10px;
  line-height: 1;
}
.mission-vision-container p {
  margin: 0;
  font-size: clamp(16px, 2vw, 18px);
  color: var(--light);
  opacity: 85%;
  line-height: 1.4;
}
/* Mission and vision css end  */

/* Our Team css start  */
.our-team-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(311px, 1fr));
  gap: 30px;
  margin-top: 45px;
}
.our-team-wrapper .our-team-container {
  position: relative;
}
.our-team-wrapper .our-team-container img {
  height: 383px;
  width: 100%;
  object-fit: cover;
  border-radius: 20px;
}
.our-team-wrapper .our-team-container .entry-content {
  border-radius: 16px;
  background: #ffffffd9;
  padding: 14px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 14px;
  width: 90%;
  margin: 0 auto;
  text-align: center;
}
.our-team-wrapper .our-team-container .entry-content h3 {
  margin: 0;
  font-size: 18px;
  font-weight: 500;
  color: var(--text);
}
.our-team-wrapper .our-team-container .entry-content p {
  opacity: 60%;
  font-family: var(--secondary-font);
  margin: 0;
  font-weight: 400;
}
/* Our Team css end  */
/* About us page css end */

/* Contact us page css end */
.contact-form-wrapper {
  background-color: var(--light);
  border-radius: 20px;
  padding: 20px;
  gap: 40px;
  justify-content: space-between;
}
.contact-form-left {
  width: 42%;
}
.contact-form-left p,
.contact-form-left ul li span {
  font-size: clamp(18px, 2vw, 22px);
  margin: 0;
  font-family: var(--secondary-font);
  font-weight: 500;
  color: var(--text);
}
.contact-form-left p span {
  text-transform: capitalize;
}
.contact-form-left ul {
  padding: 0;
  margin: 15px 0 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 30px;
  row-gap: 20px;
}
.contact-form-left ul li p {
  display: flex;
  gap: 6px;
  align-items: center;
}
.contact-form-left ul li span {
  font-weight: 400;
  margin-bottom: 8px;
  display: block;
}
.contact-form-left ul li i {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fab042;
  border-radius: 5px;
  color: var(--light);
  font-size: 18px;
}
.contact-form-left ul li a,
.contact-form-left ul li p {
  color: var(--text);
  font-size: clamp(18px, 2vw, 20px);
  font-family: var(--primary-font);
  opacity: unset;
}
.contact-form-left .social-media-content {
  margin: 60px 0 0;
  padding: 60px 0 0;
  border-top: 1px solid #0000001a;
}
.contact-form-left .social-media-content .social-media {
  margin: 15px 0 0;
}
.contact-form-right {
  width: 52%;
  background-color: #fdeac8;
  border-radius: 16px;
  padding: 14px;
}
.contact-form-right form {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  row-gap: 16px;
}
.contact-form-right form > p {
  flex: 1 1 calc(50% - 12.5px);
  box-sizing: border-box;
  margin: 0;
}
.contact-form-right form > p:nth-last-of-type(2) {
  flex: 1 1 100%;
}
.contact-form-right form input,
.contact-form-right form textarea {
  outline: unset;
  padding: 15px 16px;
  border: 1px solid #f5777480;
  border-radius: 42px;
  background-color: var(--light);
  width: 100%;
  font-size: 16px;
  color: var(--text);
  opacity: unset;
  font-family: var(--secondary-font);
  font-weight: 500;
  margin-top: 6px;
}
.contact-form-right form input::placeholder,
.contact-form-right form textarea::placeholder {
  font-size: 16px;
  color: var(--text);
  opacity: 90%;
  font-family: var(--secondary-font);
  font-weight: 500;
}
.contact-form-right form textarea {
  border-radius: 14px;
  max-height: 204px;
  resize: none;
}
.contact-form-right form label {
  font-size: clamp(16px, 2vw, 18px);
  font-weight: 500;
  font-family: var(--secondary-font);
}
.contact-form-right form p {
  margin: 0;
  position: relative;
}
.contact-form-right form .wpcf7-submit {
  background-color: unset;
  background: linear-gradient(90deg, #e03e35 0%, #ea811f 100%);
  color: var(--light);
  cursor: pointer;
  border-radius: 12px;
}
.contact-form-right form .wpcf7-submit:hover {
  background: linear-gradient(90deg, #ea811f 0%, #e03e35 100%);
}
.contact-form-right form .wpcf7-spinner {
  position: absolute;
  right: 0;
  top: 18px;
}
.wpcf7 form.sent .wpcf7-response-output {
  margin: 0;
}
.contact-map__section {
  padding: 20px 0 0;
}
.contact-map-wrapper {
  background-color: #fdeac8;
  border-radius: 20px;
  padding: 20px;
  margin: 20px 0 0;
}
.contact-map__section iframe {
  width: 100%;
  height: 600px;
}
/* Contact us page css end */

@media (min-width: 767px) {
  .why-choose-us__section .why-choose-us-wrapper {
    display: flex;
  }
  .why-choose-us-wrapper .our-expertise-container:nth-child(1),
  .why-choose-us-wrapper .our-expertise-container:nth-child(2),
  .why-choose-us-wrapper .our-expertise-container:nth-child(3) {
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .why-choose-us-wrapper .our-expertise-container:nth-child(1),
  .why-choose-us-wrapper .our-expertise-container:nth-child(3) {
    width: 36%;
  }
  .why-choose-us-wrapper .our-expertise-container:nth-child(2) {
    width: 28%;
  }
  .relate-blog__section .blogs-wrapper {
    max-width: 95%;
    margin: 0 auto;
  }
}
@media (min-width: 1400px) {
  .our-expertise-wrapper {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
  }
}

@media (max-width: 1400px) {
  .our-service-container > div:nth-child(1) {
    width: 40%;
  }
  .our-service-container > div:nth-child(2) {
    width: 60%;
  }
  .service-right-container {
    padding: 50px;
  }
  .our-service-wrapper {
    padding: 70px;
  }
  .ecommerce-solution-wrapper .ecommerce-left {
    width: 60%;
  }
  .ecommerce-solution-wrapper .ecommerce-right {
    width: 35%;
  }
  .our-progress-container {
    padding: 30px;
    max-width: 200px;
  }
  .single-ecommerce-wrapper .featured-image,
  .single-ecommerce-wrapper .entry-container {
    width: 45%;
  }
}
@media (max-width: 1200px) {
  .single-ecommerce-wrapper .entry-container {
    width: 50%;
  }
  .single-blog-wrapper {
    gap: 50px;
  }
}
@media (max-width: 1024px) {
  .contact-form-left {
    width: 40%;
  }
  .contact-form-right {
    width: 60%;
  }
}
@media (max-width: 989px) {
  .why-choose-us-wrapper .our-expertise-container {
    padding: 65px 32px;
  }
  .why-choose-us-wrapper .entry-container {
    max-width: unset;
    margin: 0 !important;
  }
  .our-service-container,
  .ecommerce-solution-wrapper {
    flex-direction: column;
    gap: 40px;
  }
  .our-service-left .entry-content {
    max-width: 600px;
    margin-left: 0;
    padding: 20px 0 0 15px;
  }
  .digital-strategy-wrapper {
    flex-direction: column-reverse;
    gap: 40px;
  }
  .our-service-container > div:nth-child(1),
  .our-service-container > div:nth-child(2),
  .ecommerce-solution-wrapper .ecommerce-left,
  .ecommerce-solution-wrapper .ecommerce-right,
  .digital-strategy-wrapper .digital-left,
  .digital-strategy-wrapper .digital-right {
    width: 100%;
  }
  .our-service-wrapper {
    padding: 50px;
  }
  .ecommerce-solution-wrapper .ecommerce-right .ecommerce-button,
  .digital-strategy-wrapper .digital-button {
    top: 50%;
    left: 50%;
    bottom: auto;
    transform: translate(-50%, -50%);
    width: fit-content;
    padding: 12px 26px;
    border-radius: 24px;
  }
  .digital-strategy__section .section-wrapper {
    max-width: 100%;
    margin: 0;
  }
  .our-progress-container {
    padding: 25px 20px;
    max-width: 160px;
  }
  .single-ecommerce-wrapper .entry-container img {
    max-height: 45px;
  }
  .single-ecommerce-solution__section {
    padding: 20px 0;
  }
  .testimonial-blog__section .testimonial-right {
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  }
}
@media (max-width: 767px) {
  .our-expertise-wrapper {
    max-width: 100%;
  }
  .our-service-wrapper,
  .service-right-container {
    padding: 30px;
  }
  .ecommerce-solution-wrapper .ecommerce-container,
  .testimonial-wrapper,
  .single-ecommerce-wrapper-container,
  .single-ecommerce-wrapper:nth-child(even) .single-ecommerce-wrapper-container,
  .single-blog-wrapper,
  .contact-form-wrapper {
    flex-direction: column;
  }
  .testimonial-wrapper {
    gap: 50px;
  }
  .ecommerce-solution-wrapper .ecommerce-container > div,
  .testimonial-left,
  .testimonial-right,
  .single-ecommerce-wrapper .featured-image,
  .single-ecommerce-wrapper .entry-container,
  .single-blog-left,
  .single-blog-right,
  .contact-form-left,
  .contact-form-right {
    width: 100%;
  }
  .our-progress-wrapper .connector {
    display: none;
  }
  .our-progress-wrapper {
    gap: 20px;
    margin-top: 30px;
    flex-wrap: wrap;
  }
  .our-progress-container {
    max-width: calc(50% - 10px);
    width: calc(50% - 10px);
  }
  .single-blog-wrapper {
    gap: 20px;
  }
  .mission-vision-container {
    padding: 25px;
  }
  .mission-vision-container img {
    max-width: 60px;
    margin-bottom: 30px;
  }
  .mission-vision-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
  .our-team-wrapper {
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  }
  .cta__section .wrapper::after,
  .cta__section .wrapper::before,
  .home-banner__section::before {
    content: unset;
  }
  .contact-form-left .social-media-content {
    margin: 30px 0 0;
    padding: 30px 0 0;
  }
  .contact-map__section iframe {
    height: 500px;
  }
  .home-banner__section {
    padding: 180px 0 10px;
  }
  .single-blog__section {
    padding: 180px 0 50px;
  }
  .service-right-container .entry-content {
    flex-direction: column;
    gap: 6px;
  }
  .service-right-container .entry-content .entry-title,
  .service-right-container .entry-content p {
    max-width: 100%;
    text-align: left;
  }
  .page-template-template-home-php .home-banner__section::before,
  .page-template-template-home-php
    .home-banner__section
    .featured-image::before,
  .page-template-template-home-php
    .home-banner__section
    .featured-image::after {
    content: unset;
  }
}
@media (max-width: 567px) {
  .our-expertise-container {
    padding: 50px 15px;
  }
  .our-expertise-wrapper {
    margin: 40px 0 0;
  }
  .our-expertise-wrapper .icon {
    width: 70px;
    height: 62px;
  }
  .our-expertise-wrapper .icon img {
    max-width: 48px;
  }
  .blogs__section .blogs-wrapper {
    grid-template-columns: repeat(auto-fill, minmax(290px, 1fr));
  }
  .testimonial__section .section-wrapper .btn {
    margin-top: 18px;
  }
  .testimonial-right,
  .testimonial-blog__section .testimonial-right {
    grid-template-columns: repeat(auto-fill, minmax(290px, 1fr));
  }
  .ecommerce-solution-wrapper .ecommerce-right .ecommerce-button,
  .digital-strategy-wrapper .digital-button {
    padding: 8px 18px;
    border-radius: 16px;
  }
  .digital-strategy-wrapper .digital-button img {
    max-height: 35px;
  }
  .digital-entry-container {
    padding: 30px;
  }
  .home-banner__section {
    padding: 150px 0 10px;
  }
  .single-blog__section {
    padding: 150px 0 50px;
  }
  .about-us-left {
    display: none;
  }
  .about-us-right {
    width: 100%;
  }
  .contact-form-right form > p {
    flex: 100%;
  }
  .contact-map__section iframe {
    height: 400px;
  }
  .service-single-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (max-width: 467px) {
  .ecommerce-solution-wrapper .ecommerce-right .ecommerce-button,
  .digital-strategy-wrapper .digital-button {
    padding: 4px;
    border-radius: 12px;
  }
}
