@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
/* Spacing */
/* 4px */
/* 8px */
/* 10px */
/* 12px */
/* 15px */
/* 24px */
/* 32px */
/* 40px */
/* 50px */
/* 64px */
/* 80px */
/* 120px */
/* 64px */
/* Fonts */
/* 14px */
/* 18px */
/* 14px */
/* 16px */
/* 20px */
/* 24px */
/* 32px */
/* 40px */
/* 48px */
/* 56px */
/* Border Radius */
h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  line-height: 1.2;
  color: #030f25;
}

h1 {
  font-size: 56px;
}

h2 {
  font-size: 40px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 20px;
}

h5, h6 {
  font-size: 16px;
}

h3, h4, h5, h6 {
  font-weight: 600;
}

p {
  margin-bottom: 12px;
}
p:last-child {
  margin-bottom: 0;
}

a {
  color: inherit;
  text-decoration: none;
  transition: 0.5s all ease;
}
a:hover {
  color: #33a79e;
}

a.button-link i {
  font-size: 14px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html,
body {
  margin: 0;
  padding: 0;
  color: #636363;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  background: #f6f5fb;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
  height: auto;
}

input,
button,
textarea,
select {
  font: inherit;
}

ul,
ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  margin: 0;
}

header.site-header {
  box-shadow: 5px 5px 25px 0px rgba(0, 0, 0, 0.1);
  background: #ffffff;
  position: fixed;
  z-index: 7;
  top: 0;
  left: 0;
  width: 100%;
}
header.site-header .site-nav {
  padding-right: 40px;
}
header.site-header .site-nav nav button.menu-toggle {
  display: none;
}
header.site-header .container {
  max-width: 1500px;
  width: 100%;
  margin: auto;
  padding: 0 15px;
}
header.site-header .container .row {
  width: 100%;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
header .logo-part {
  position: absolute;
  top: 0;
  left: 0;
  width: calc((100vw - 1024px) / 2);
  height: 146px;
  background: #33a79e;
}
header .logo-part::before {
  content: "";
  position: absolute;
  top: -2px;
  left: 100%;
  background: url("../assets/images/logo_path_2.svg") no-repeat;
  background-position: center;
  background-size: cover;
  width: 149px;
  height: calc(100% + 2px);
}
header .logo-part .logo {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  max-width: 230px;
  width: 100%;
}
header .top-header {
  border-bottom: 1px solid #cccccc;
  padding: 8px 0;
}
header .top-header .wrap-top {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
}
header .top-header .wrap-top > div {
  padding: 0 25px;
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
}
header .top-header .wrap-top .email {
  padding-left: 0;
  border-left: 0;
}
header .top-header .wrap-top .social {
  padding-right: 0;
  border-right: 0;
  border-left: 0;
}
header .top-header .wrap-top .social ul {
  display: flex;
}
header .top-header .wrap-top .social ul li a {
  display: block;
  padding: 0 10px;
  color: #636363;
}
header .top-header .wrap-top .social ul li a:hover {
  color: #030f25;
}
header .top-header .wrap-top .social ul li a i {
  margin: 0;
}
header .top-header .wrap-top a {
  color: #636363;
}
header .top-header .wrap-top a i {
  margin-right: 5px;
}
header .top-header .wrap-top a:hover {
  color: #030f25;
}
header .top-header > * {
  font-size: 14px;
}
header .bottom-header {
  padding: 32px 0;
}
header .bottom-header .container .row {
  justify-content: flex-end;
}
header .bottom-header .header-phone {
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  display: flex;
  align-items: center;
  padding: 0 40px;
}
header .bottom-header .header-phone .icon {
  margin-right: 8px;
}
header .bottom-header .header-phone .icon i {
  font-size: 32px;
  color: #030f25;
}
header .bottom-header .header-phone .content span {
  font-size: 14px;
  line-height: 1.5;
  display: block;
}
header .bottom-header .header-phone .content a {
  font-weight: 600;
  color: #030f25;
}
header .bottom-header .header-phone .content a:hover {
  color: #33a79e;
}
header .bottom-header .header-btn {
  margin-left: 40px;
}
header ul.menu {
  display: flex;
  align-items: center;
}
header ul.menu li {
  position: relative;
}
header ul.menu li a {
  display: block;
  padding: 8px 12px;
  color: rgb(23, 23, 23);
}
header ul.menu li a i {
  display: none;
}
header ul.menu li a:hover {
  color: #33a79e;
}
header ul.menu li.menu-item-has-children > a {
  position: relative;
}
header ul.menu li.menu-item-has-children > a::after {
  content: "+";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  padding-left: 8px;
  font-size: 14px;
}
header ul.menu li.menu-item-has-children > a:hover::after {
  content: "\f068";
}
header ul.menu li ul.sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #ffffff;
  z-index: 999;
  width: 300px;
  box-shadow: 0 0 15px 0px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}
header ul.menu li ul.sub-menu li a {
  padding: 10px 24px;
}
header .top-header .wrap-top .email i,
header .top-header .wrap-top .phone i {
  color: #33a79e;
}

.columns {
  display: grid;
  grid-template-columns: 100fr;
  gap: 64px;
}

.columns--d-100 {
  grid-template-columns: 100fr;
}

.columns--d-75 {
  grid-template-columns: 75fr 25fr;
}

.columns--d-66 {
  grid-template-columns: 66.66fr 33.33fr;
}

.columns--d-60 {
  grid-template-columns: 60fr 40fr;
}

.columns--d-50 {
  grid-template-columns: 50fr 50fr;
}

.columns--d-40 {
  grid-template-columns: 40fr 60fr;
}

.columns--d-33 {
  grid-template-columns: 33.33fr 66.66fr;
}

.columns--d-25 {
  grid-template-columns: 25fr 75fr;
}

.columns--d-3c {
  grid-template-columns: 1fr 1fr 1fr;
}

.columns--d-4c {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

@media only screen and (max-width: 1199px) {
  .columns--t-100 {
    grid-template-columns: 100fr;
  }
  .columns--t-75 {
    grid-template-columns: 75fr 25fr;
  }
  .columns--t-66 {
    grid-template-columns: 66.66fr 33.33fr;
  }
  .columns--t-60 {
    grid-template-columns: 60fr 40fr;
  }
  .columns--t-50 {
    grid-template-columns: 50fr 50fr;
  }
  .columns--t-40 {
    grid-template-columns: 40fr 60fr;
  }
  .columns--t-33 {
    grid-template-columns: 33.33fr 66.66fr;
  }
  .columns--t-25 {
    grid-template-columns: 25fr 75fr;
  }
}
@media only screen and (max-width: 767px) {
  .columns--m-100 {
    grid-template-columns: 100fr;
  }
  .columns--m-75 {
    grid-template-columns: 75fr 25fr;
  }
  .columns--m-66 {
    grid-template-columns: 66.66fr 33.33fr;
  }
  .columns--m-60 {
    grid-template-columns: 60fr 40fr;
  }
  .columns--m-50 {
    grid-template-columns: 50fr 50fr;
  }
  .columns--m-40 {
    grid-template-columns: 40fr 60fr;
  }
  .columns--m-33 {
    grid-template-columns: 33.33fr 66.66fr;
  }
  .columns--m-25 {
    grid-template-columns: 25fr 75fr;
  }
}
.column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 12px;
}

.section-lg {
  max-width: 1500px;
  margin: 0 auto;
}

.section-md {
  max-width: 1232px;
  margin: 0 auto;
}

.section-sm {
  max-width: 500px;
  margin: 0 auto;
}

.content-lg {
  max-width: 1500px;
  width: 100%;
  margin: 0 auto;
}

.content-md {
  max-width: 1232px;
  margin: 0 auto;
}

.content-sm {
  max-width: 768px;
  margin: 0 auto;
}

.content-med {
  max-width: 960px;
  margin: 0 auto;
}

/* ======== Utility ======== */
.padding-full {
  padding: 64px 40px;
}

.padding-top {
  padding-top: 120px;
}

.padding-bottom {
  padding-bottom: 120px;
}

.padding-left {
  padding-left: 64px;
}

.padding-right {
  padding-right: 64px;
}

.margin-full {
  margin: 120px 64px;
}

.margin-top {
  margin-top: 120px;
}

.margin-bottom {
  margin-bottom: 120px;
}

.margin-left {
  margin-left: 64px;
}

.margin-right {
  margin-right: 64px;
}

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

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

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

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

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

.spacing-center {
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
}

.spacing-end {
  justify-content: flex-end;
}

.spacing-between {
  justify-content: space-between;
}

.spacing-around {
  justify-content: space-around;
}

.spacing-evenly {
  justify-content: space-evenly;
}

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

.align-center {
  align-items: center;
  margin-top: auto;
  margin-bottom: auto;
}

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

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

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

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

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

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

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

.padding-35 {
  padding-bottom: 35px;
}

.button,
button {
  border: 2px solid #33a79e;
  background: transparent;
  position: relative;
  overflow: hidden;
  color: #33a79e;
  padding: 8px 24px;
  border-radius: 34px;
  display: inline-block;
  vertical-align: top;
  transition: 0.5s all ease;
  box-shadow: 4px 4px 0px 0px rgba(0, 0, 0, 0.15);
}
.button::before,
button::before {
  content: "";
  position: absolute;
  transition-duration: 800ms;
  width: 200%;
  height: 200%;
  top: 110%;
  left: 50%;
  background: #33a79e;
  transform: translateX(-50%);
  border-radius: 50%;
  z-index: -1;
}
.button:hover,
button:hover {
  color: #ffffff;
}
.button:hover::before,
button:hover::before {
  top: -40%;
}
.button:hover i,
button:hover i {
  transform: rotate(45deg);
}
.button i,
button i {
  padding-left: 4px;
  transition: 0.75s all ease;
}
.button.white-button,
button.white-button {
  border-color: #ffffff;
  color: #ffffff;
}

footer {
  background: url("../assets/images/footer-bg.jpg") no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}
footer::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #f6f5fb 0%, #f6f5fb 50%, rgb(0, 0, 0) 50%, rgba(0, 0, 0, 0.65) 75%);
  z-index: 0;
}
footer *:not(div) {
  color: #ffffff;
}
footer h3 {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 15px;
}
footer .footer-top-part {
  position: relative;
  z-index: 1;
  background-image: linear-gradient(135deg, #3A3CF2 0%, #7B20E7 25%, #33a79e 85%);
  border-radius: 150px;
}
footer .footer-top-part .footer-top {
  position: relative;
}
footer .footer-top-part .footer-top::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1500px;
  height: 1px;
  background: #fff;
  opacity: 0.1;
}
footer .footer-top-part .footer-top .column-1.section-sm {
  margin-left: 0;
}
footer .footer-top-part .footer-top .column-2.section-sm {
  margin-right: 0;
}
footer .footer-top-part .footer-top .column-2.section-sm > div {
  width: 100%;
}
footer .footer-top-part .footer-top .heading-part {
  text-align: left;
}
footer .footer-top-part .footer-top .heading-part .heading-medium {
  color: #ffffff;
}
footer .footer-top-part .footer-top form {
  display: block;
}
footer .footer-top-part .footer-top form .form-wrapper {
  position: relative;
}
footer .footer-top-part .footer-top form .form-wrapper .form-input input[type=email] {
  font-size: 14px;
  padding-left: 50px;
  font-family: "Poppins", sans-serif;
  height: 60px;
}
footer .footer-top-part .footer-top form .form-wrapper .form-input p {
  position: relative;
}
footer .footer-top-part .footer-top form .form-wrapper .form-input p i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
  color: #33a79e;
  z-index: 1;
  font-size: 20px;
}
footer .footer-top-part .footer-top form .form-wrapper .form-submit {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 150px;
}
footer .footer-top-part .footer-top form .form-wrapper .form-submit input[type=submit] {
  height: 100%;
  font-size: 14px;
  text-transform: uppercase;
  padding-left: 20px;
  padding-right: 20px;
}
footer .footer-top-part .footer-top form .form-wrapper .form-submit p {
  height: 100%;
}
footer .footer-top-part .footer-top form .form-wrapper .form-submit .wpcf7-spinner {
  display: none;
}
footer .footer-top-part .footer-bottom {
  position: relative;
}
footer .footer-top-part .footer-bottom .bg-image {
  position: absolute;
  width: 35vw;
  height: 100%;
  left: 0%;
  bottom: 0;
  background: url("/wp-content/uploads/2025/06/MM-Icon.png") no-repeat;
  background-size: contain;
  background-position: center bottom;
  opacity: 0.1;
  transition: 0.5s all ease;
  filter: brightness(100);
  mix-blend-mode: color;
  border-bottom-left-radius: 150px;
  pointer-events: none;
}
footer .footer-top-part .footer-bottom .logo {
  max-width: 250px;
  width: 100%;
}
footer .footer-top-part .footer-bottom ul.social {
  margin-top: auto;
  display: flex;
  gap: 24px;
}
footer .footer-top-part .footer-bottom ul.social li::before {
  display: none;
}
footer .footer-top-part .footer-bottom .menu ul {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
footer .footer-top-part .footer-bottom .menu ul li a:hover {
  color: #030f25;
}
footer .footer-top-part .footer-bottom .contact address {
  font-style: normal;
}
footer .footer-top-part .footer-bottom .contact address a:hover {
  color: #ffffff;
}
footer .footer-top-part .footer-bottom .contact a.tel {
  font-size: 20px;
  font-weight: 700;
}
footer .footer-top-part .footer-bottom .contact a.email {
  margin-bottom: 50px;
  display: flex;
  align-items: center;
  gap: 8px;
}
footer .footer-privacy {
  position: relative;
  z-index: 1;
  padding: 40px 0;
}
footer .footer-privacy p span {
  font-weight: 700;
  color: #33a79e;
}
footer .footer-privacy ul.priv-menu {
  display: flex;
  gap: 0 24px;
}

section.home-banner {
  background-size: cover;
  background-position: center;
  position: relative;
  min-height: calc(100vh + 146px);
  padding-top: 146px;
  display: flex;
  border-bottom-left-radius: 150px;
}
section.home-banner::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 150px;
  background: #fff;
  z-index: -1;
  pointer-events: none;
}
section.home-banner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 0;
  opacity: 0.95;
  border-bottom-left-radius: 150px;
  pointer-events: none;
}
section.home-banner .columns {
  align-items: center;
}
section.home-banner .columns .column {
  position: relative;
  z-index: 1;
}
section.home-banner .columns .banner-left p {
  color: #ffffff;
  max-width: 70%;
  width: 100%;
}
section.home-banner .columns .banner-left .btn-group {
  display: flex;
  margin-top: 40px;
}
section.home-banner .columns .banner-left .btn-group .button {
  color: #ffffff;
  border: 2px solid #33a79e;
}
section.home-banner .columns .banner-left .btn-group .button:not(:last-child) {
  margin-right: 20px;
}
section.home-banner .columns .banner-left .btn-group .button:last-child:hover {
  border-color: #ffffff;
  color: #030f25;
}
section.home-banner .columns .banner-left .btn-group .button:last-child:hover::before {
  background: #ffffff;
}
section.home-banner .columns .banner-left .btn-group .button:first-child {
  background: #33a79e;
}
section.home-banner .columns .banner-left .btn-group .button:first-child:hover {
  background: transparent;
  color: #ffffff;
}
section.home-banner .columns .banner-left .btn-group .button:first-child:hover::before {
  background: transparent;
}
section.home-banner .columns .banner-left .sub-heading,
section.home-banner .columns .banner-left .heading-big {
  color: #ffffff;
}
section.home-banner .columns .banner-left .heading-big strong {
  display: block;
  color: #33a79e;
}
section.home-banner .columns .banner-right .hm-banner-cnt {
  padding: 50px;
  border-top-right-radius: 34px;
  border-bottom-left-radius: 34px;
  background: rgba(255, 255, 255, 0.75);
  box-shadow: 2px 2px 40px 10px rgba(255, 255, 255, 0.25);
}
section.home-banner .columns .banner-right .hm-banner-cnt {
  padding: 50px;
  background: rgba(255, 255, 255, 0.75);
  box-shadow: 2px 2px 40px 10px rgba(255, 255, 255, 0.25);
  border-radius: 4px;
  border-bottom-right-radius: 75px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
section.home-banner .columns .banner-right .hm-banner-cnt .sub-heading {
  color: #030f25;
}

section.heighlight {
  background: #ffffff;
  padding-top: 40px;
  padding-bottom: 40px;
}
section.heighlight .columns {
  position: relative;
}
section.heighlight .columns .column.column-2 {
  padding: 0 50px;
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
}
section.heighlight .columns .hl-cont-inn {
  display: flex;
  gap: 24px;
  align-items: center;
}
section.heighlight .columns .image {
  max-width: 100px;
  width: 100%;
  display: block;
  height: 100px;
  overflow: hidden;
  background: #33a79e;
  padding: 24px;
  border-radius: 24px;
  box-shadow: 10px 10px 3px 0 rgba(0, 0, 0, 0.1);
}
section.heighlight .columns img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
  filter: invert(1);
}
section.heighlight .columns .sub-heading {
  color: #030f25;
  margin: 0;
  font-size: 18px;
}

section.about {
  position: relative;
}
section.about .bg-image {
  position: absolute;
  width: 400px;
  height: 240px;
  right: 20%;
  top: 10%;
  background: url("/wp-content/uploads/2025/06/MM-Icon.png") no-repeat;
  background-size: cover;
  background-position: center bottom;
  opacity: 0.1;
  transition: 0.5s all ease;
}
section.about .columns .about-collage {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  gap: 24px;
}
section.about .columns .about-collage .left-block,
section.about .columns .about-collage .right-block {
  flex: 1;
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}
section.about .columns .about-collage .collage-image {
  border-radius: 15px;
  overflow: hidden;
  position: relative;
}
section.about .columns .about-collage .collage-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 120%;
  object-fit: cover;
}
section.about .columns .about-collage .collage-image.first {
  margin-bottom: 32px;
  width: 50%;
  height: auto;
  padding-top: 30%;
  margin-left: auto;
}
section.about .columns .about-collage .collage-image.first img {
  object-fit: contain;
  object-position: bottom;
  height: 100%;
}
section.about .columns .about-collage .collage-image.second {
  height: auto;
  width: 100%;
  height: 520px;
}
section.about .columns .about-collage .third {
  width: 100%;
  height: 520px;
  border-radius: 15px;
  overflow: hidden;
  position: relative;
}
section.about .right {
  padding-left: 24px;
}
section.about .right p {
  color: rgb(23, 23, 23);
  margin: 0 0 32px;
}
section.about .exp {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-bottom: 8px;
}
section.about .exp span.number {
  font-size: 6rem;
  color: #33a79e;
  font-weight: 700;
}
section.about .exp span.text {
  font-size: 20px;
  font-weight: 300;
  max-width: 150px;
  width: 100%;
  color: #636363;
}
section.about h4 {
  font-size: 24px;
}

.services {
  background: radial-gradient(circle at top right, #60dbcb 0%, #71aad2 40%, #5eddd2 70%, #00e0e0 100% 100%);
  border-top-left-radius: 150px;
}
.services .heading-part {
  margin-bottom: 120px;
}
.services .services-slider .slick-list {
  overflow: hidden;
  border-radius: 24px;
}
.services .services-slider .slick-slide {
  background-size: cover;
  background-position: center;
  min-height: 700px;
  height: 700px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 50px;
  border-radius: 24px;
  overflow: hidden;
  border: 0;
}
.services .services-slider .slick-slide .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.75);
  z-index: 0;
  border-radius: 24px;
  overflow: hidden;
}
.services .services-slider .slick-slide .slide-content {
  z-index: 1;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  max-width: 800px;
  width: 100%;
}
.services .services-slider .slick-slide .slide-content .icon img {
  max-width: 48px;
  width: 100%;
}
.services .services-slider .slick-slide .slide-content h3 {
  color: #ffffff;
  font-size: 56px;
}
.services .services-slider .slick-slide .slide-content p {
  font-size: 20px;
  line-height: 1.5;
  color: #ffffff;
}
.services .services-slider .slick-dots {
  position: absolute;
  bottom: auto;
  top: -160px;
  left: 50%;
  transform: translateX(-50%);
  display: flex !important;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: center;
}
.services .services-slider .slick-dots li {
  margin: 0;
  width: auto;
  height: auto;
}
.services .services-slider .slick-dots li button.custom-dot {
  background: transparent;
  border: 2px solid #ffffff;
  color: #ffffff;
  font-weight: 700;
  line-height: normal;
  border-radius: 0;
  padding: 10px 15px;
  border-radius: 34px;
  font-size: 1rem;
  opacity: 1;
  transition: 0.3s ease;
  cursor: pointer;
  width: auto;
  height: auto;
}
.services .services-slider .slick-dots li button.custom-dot:hover {
  background: #030f25;
  color: #ffffff;
  border-color: #030f25;
}
.services .services-slider .slick-dots li button.custom-dot::before {
  display: none;
}
.services .services-slider .slick-dots li.slick-active button.custom-dot {
  opacity: 1;
  background: #030f25;
  color: #ffffff;
  border-color: #030f25;
}
.services .services-slider .slick-dots li.slick-active button.custom-dot i {
  transform: rotate(45deg);
}

.our-blog .column-1.section-sm {
  margin-left: 0;
}
.our-blog .column-2.section-sm {
  margin-right: 0;
}
.our-blog .column-2.section-sm > div {
  width: 100%;
}
.our-blog .blog-grid .blog-item > a:not(.read-more) {
  width: 100%;
  position: relative;
  border-radius: 24px;
  padding-bottom: 56.25%;
  overflow: hidden;
}
.our-blog .blog-grid .blog-item > a:not(.read-more) img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  transition: 0.5s all ease;
}
.our-blog .blog-grid .blog-item h2 a {
  font-size: 24px;
  display: block;
}
.our-blog .blog-grid .blog-item a.read-more {
  display: block;
  color: rgb(23, 23, 23);
  text-transform: uppercase;
  font-weight: 700;
}
.our-blog .blog-grid .blog-item a.read-more i {
  color: #33a79e;
  margin-left: 10px;
  transition: 0.5s all ease;
}
.our-blog .blog-grid .blog-item:hover a {
  color: #33a79e;
}
.our-blog .blog-grid .blog-item:hover a img {
  transform: scale(1.05) rotate(3deg);
}
.our-blog .blog-grid .blog-item:hover a i {
  color: #030f25;
  transform: rotate(45deg);
}

section.testimonials {
  background-image: linear-gradient(135deg, #3A3CF2 0%, #7B20E7 25%, #33a79e 85%);
  border-radius: 150px;
  overflow: hidden;
}
section.testimonials .column {
  width: 100%;
  overflow: hidden;
}
section.testimonials .horizontal-scroll {
  width: 100%;
  padding-bottom: 100px;
  margin-bottom: 0;
}
section.testimonials .horizontal-scroll .panel {
  margin: 0 24px;
  display: flex;
  align-items: flex-start;
  border-radius: 34px;
  font-size: 24px;
  padding: 64px;
  background: rgba(255, 255, 255, 0.75);
  gap: 24px;
}
section.testimonials .horizontal-scroll .panel .quote {
  flex: 20%;
  display: flex;
  justify-content: center;
}
section.testimonials .horizontal-scroll .panel .quote .image-wrap {
  background: #33a79e;
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
}
section.testimonials .horizontal-scroll .panel .quote .image-wrap img {
  filter: invert(1);
}
section.testimonials .horizontal-scroll .panel .quote-content {
  flex: 80%;
}
section.testimonials .horizontal-scroll .panel .quote-content h4 {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.5;
  padding-bottom: 32px;
  margin-bottom: 32px;
  border-bottom: 1px solid #cccccc;
}
section.testimonials .horizontal-scroll .panel .quote-content .client-detail {
  display: flex;
  align-items: center;
  gap: 24px;
}
section.testimonials .horizontal-scroll .panel .quote-content .client-detail .image-wrap {
  border-radius: 100%;
  overflow: hidden;
  max-width: 100px;
  width: 100%;
  transform: none !important;
}
section.testimonials .horizontal-scroll .panel .quote-content .client-detail .details {
  gap: 8px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
section.testimonials .horizontal-scroll .panel .quote-content .client-detail .details h3 {
  font-size: 20px;
  font-weight: 700;
  color: #33a79e;
}
section.testimonials .horizontal-scroll ul.slick-dots {
  bottom: 0;
}

.portfolio .logo {
  max-width: 250px;
  width: 100%;
  margin: 0 0 20px;
}
.portfolio .portfolio-item {
  background: #ffffff;
  border-radius: 34px;
  overflow: hidden;
  box-shadow: 2px 2px 50px 0px rgba(0, 0, 0, 0.07);
  min-height: 600px;
  margin-bottom: 32px;
  position: relative;
  transform-origin: top center;
  transition: all 0.3s ease-out;
}
.portfolio .portfolio-item .img-wrap {
  height: 100%;
}
.portfolio .portfolio-item .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.portfolio .portfolio-item ul.tags {
  margin-top: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.portfolio .portfolio-item ul.tags li a {
  padding: 8px 24px;
  border: 1px solid #cccccc;
  border-radius: 34px;
  display: block;
}
.portfolio .portfolio-item ul.tags li a:hover {
  background: #030f25;
  color: #ffffff;
  border-color: #030f25;
}

section.inner-banner {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 0;
  border-bottom-left-radius: 50px;
  border-bottom-right-radius: 50px;
  overflow: hidden;
}
section.inner-banner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../assets/images/mesh-gradient.jpg") no-repeat;
  background-position: center;
  background-size: cover;
  opacity: 0.75;
}
section.inner-banner .columns {
  position: relative;
  z-index: 1;
}
section.inner-banner h1 {
  color: #ffffff;
}

#breadcrumb span, #breadcrumb a {
  color: #fff;
}

#breadcrumb a:hover {
  color: #33a79e;
}

section.contact-section .contact-details {
  display: flex;
}
section.contact-section .contact-details .contact-item {
  flex: 1;
  padding: 0 64px;
  text-align: left;
}
section.contact-section .contact-details .contact-item:nth-child(2) {
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
}
section.contact-section .contact-details .contact-item .heading, section.contact-section .contact-details .contact-item p {
  margin-bottom: 24px;
}
section.contact-section .contact-details .contact-item .heading {
  font-weight: 700;
  font-size: 24px;
  color: #33a79e;
}
section.contact-section .contact-details .contact-item a {
  display: flex;
  font-weight: 600;
  color: #000000;
}
section.contact-section .contact-details .contact-item a i {
  color: #33a79e;
  font-size: 20px;
  margin-right: 10px;
}
section.contact-section .map-wrapper {
  width: 100%;
}
section.contact-section .map-wrapper iframe {
  height: 700px;
}

section.contact-form .columns.padding-bottom {
  padding-bottom: 40px;
}
section.contact-form form {
  text-align: center;
  gap: 32px;
}
section.contact-form form .cnt-row {
  flex: 0 0 calc(33.33% - 22px);
}
section.contact-form form .cnt-row:nth-last-child(-n+4) {
  flex: 100%;
}
section.contact-form form input[type=submit] {
  width: auto;
}

.our-blog .blog-posts .blog-post-item {
  margin-bottom: 64px;
  padding-bottom: 64px;
  border-bottom: 1px solid #cccccc;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.our-blog .blog-posts .blog-post-item > div {
  width: calc(50% - 20px);
}
.our-blog .blog-posts .blog-post-item a.post-thumb {
  padding-bottom: 56.25%;
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 34px;
}
.our-blog .blog-posts .blog-post-item a.post-thumb img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s all ease;
}
.our-blog .blog-posts .blog-post-item .post-meta {
  margin-bottom: 12px;
}
.our-blog .blog-posts .blog-post-item a.read-more {
  display: block;
  color: rgb(23, 23, 23);
  text-transform: uppercase;
  font-weight: 700;
}
.our-blog .blog-posts .blog-post-item a.read-more i {
  color: #33a79e;
  margin-left: 10px;
  transition: 0.5s all ease;
}
.our-blog .blog-posts .blog-post-item:hover a {
  color: #33a79e;
}
.our-blog .blog-posts .blog-post-item:hover a img {
  transform: scale(1.05) rotate(2deg);
}
.our-blog .blog-posts .blog-post-item:hover a i {
  color: #030f25;
  transform: rotate(45deg);
}
.our-blog .blog-posts .blog-post-item h2 {
  font-size: 32px;
}
.our-blog .blog-posts .blog-post-item h2, .our-blog .blog-posts .blog-post-item p {
  margin-bottom: 12px;
}
.our-blog .blog-posts .blog-post-item:last-child {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
.our-blog .widget {
  width: 100%;
  margin-bottom: 40px;
}
.our-blog .widget h3 {
  font-weight: 700;
  margin-bottom: 24px;
  font-size: 32px;
}
.our-blog .widget.widget-search form {
  position: relative;
}
.our-blog .widget.widget-search form label {
  display: block;
  width: 100%;
}
.our-blog .widget.widget-search form input[type=search] {
  width: 100%;
  height: 48px;
  padding: 5px 15px;
  border: 0;
  border-radius: 12px;
  box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.15);
}
.our-blog .widget.widget-search form .submit-wrapper {
  position: absolute;
  right: 2px;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
}
.our-blog .widget.widget-search form .submit-wrapper::before {
  content: "\f002";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  pointer-events: none;
}
.our-blog .widget.widget-search form .submit-wrapper input[type=submit] {
  font-size: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  border-radius: 11px;
}
.our-blog .widget.widget-categories ul {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.our-blog .widget.widget-categories ul li {
  display: flex;
  justify-content: space-between;
}
.our-blog .widget.widget-recent-posts ul.recent-post-list {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.our-blog .widget.widget-recent-posts ul.recent-post-list li.recent-post-item {
  display: flex;
}
.our-blog .widget.widget-recent-posts ul.recent-post-list li.recent-post-item a.recent-post-thumb {
  flex: 0 0 auto;
  overflow: hidden;
  position: relative;
  margin-right: 20px;
  width: 80px;
  height: 80px;
  border-radius: 20px;
}
.our-blog .widget.widget-recent-posts ul.recent-post-list li.recent-post-item a.recent-post-thumb img {
  object-fit: cover;
}
.our-blog .widget.widget-recent-posts ul.recent-post-list li.recent-post-item .recent-post-content .heading {
  font-size: 18px;
}
.our-blog .widget.widget-recent-posts ul.recent-post-list li.recent-post-item .recent-post-content a {
  color: #000000;
}
.our-blog .widget.widget-recent-posts ul.recent-post-list li.recent-post-item .recent-post-content a:hover {
  color: #33a79e;
}
.our-blog .widget.widget-recent-posts ul.recent-post-list li.recent-post-item .recent-post-content span.recent-post-date {
  display: block;
  font-size: 14px;
}
.our-blog .widget.widget-popular-categories ul {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.our-blog .widget.widget-popular-categories ul li a {
  border: 1px solid rgb(23, 23, 23);
  color: rgb(23, 23, 23);
  padding: 8px 12px;
  font-size: 14px;
  border-radius: 8px;
  font-weight: 600;
}
.our-blog .widget.widget-popular-categories ul li a:hover {
  border-color: #33a79e;
  background: #33a79e;
  color: #ffffff;
}
.our-blog .widget.cta {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 80px 0 0 0;
  min-height: 500px;
  display: flex;
  align-items: flex-end;
  border-radius: 24px;
  overflow: hidden;
  position: relative;
}
.our-blog .widget.cta .wrap-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.our-blog .widget.cta .wrap-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.our-blog .widget.cta .cta-cnt {
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 13%, black 20%);
  -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 13%, black 20%);
  padding: 32px 15px;
  text-align: center;
}
.our-blog .widget.cta .cta-cnt .heading {
  color: #ffffff;
}
.our-blog .widget.cta .cta-cnt a.cta-button {
  text-transform: uppercase;
  color: #ffffff;
  margin-top: 15px;
  display: block;
}
.our-blog .widget.cta .cta-cnt a.cta-button:hover {
  color: #33a79e;
}

.single-post .entry-content a.wp-block-button__link {
  background-color: #030f25;
  color: #fff;
}

.single-post .entry-content a.wp-block-button__link:hover {
  background-color: #33a79e;
  color: #fff;
}

body.single-post {
  background: #ffffff;
}

section.single-post {
  padding-top: 24px;
}
section.single-post .columns.padding-bottom {
  padding-bottom: 24px;
}
section.single-post .featured-image {
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  border-radius: 34px;
  overflow: hidden;
}
section.single-post .featured-image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
  z-index: 0;
}
section.single-post .featured-image img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  object-position: center;
}
section.single-post .featured-image .post-header {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 0 64px 40px;
}
section.single-post .featured-image .post-header .heading {
  color: #ffffff;
  font-size: 48px;
}
section.single-post .featured-image .post-header .entry-meta span {
  color: #ffffff;
}

.post-categories {
  width: 100%;
  display: flex;
  gap: 24px;
  align-items: center;
  padding-top: 40px;
}
.post-categories a {
  border: 1px solid rgb(23, 23, 23);
  color: rgb(23, 23, 23);
  padding: 8px 12px;
  font-size: 14px;
  border-radius: 8px;
  font-weight: 600;
}
.post-categories a:hover {
  border-color: #33a79e;
  background: #33a79e;
  color: #ffffff;
}

.post-navigation {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding: 40px 0;
}
.post-navigation .post-nav {
  flex: 1;
  background: #ffffff;
  padding: 12px;
  border-radius: 8px;
  transition: 0.3s ease;
  box-shadow: 1px 0px 15px 0px rgba(0, 0, 0, 0.05);
}
.post-navigation .post-nav a {
  display: flex;
  align-items: center;
  gap: 8px;
}
.post-navigation .post-nav a .post-nav-thumb img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 4px;
  margin-right: 15px;
}
.post-navigation .post-nav a .post-nav-text .nav-label {
  font-size: 14px;
  color: rgb(23, 23, 23);
  display: block;
  margin-bottom: 8px;
}
.post-navigation .post-nav a .post-nav-text .nav-label i {
  margin: 0 8px;
}
.post-navigation .post-nav a .post-nav-text .nav-title {
  font-size: 16px;
  font-weight: 700;
  margin: 0;
  transition: 0.5s all ease;
}
.post-navigation .post-nav.previous-post {
  text-align: left;
}
.post-navigation .post-nav.next-post {
  text-align: right;
  flex-direction: row-reverse;
}
.post-navigation .post-nav.next-post .post-nav-link {
  flex-direction: row-reverse;
}
.post-navigation .post-nav:hover h4 {
  color: #33a79e;
}

#comments {
  width: 100%;
}
#comments form {
  width: 100%;
  flex-direction: column;
}
#comments form textarea {
  border-radius: 24px;
}
#comments form .form-submit {
  text-align: right;
}
#comments form .form-submit input[type=submit] {
  width: auto;
}

.single-post .site-main .column-1 ul, .sitemap-page ul {
  display: flex;
  gap: 12px;
  flex-direction: column;
}
.single-post .site-main .column-1 ul li::before, .sitemap-page ul li::before {
  content: "\f058";
  font-family: "Font Awesome 6 Free";
  color: #33a79e;
  margin-right: 10px;
  font-size: 18px;
}

.sitemap-page ul li {
  display: flex;
}

.about-page .column.column-2 {
  gap: 40px;
}
.about-page .para {
  display: flex;
  flex-direction: row;
  gap: 64px;
}

section.our-working-process {
  background-image: linear-gradient(135deg, #3A3CF2 0%, #7B20E7 25%, #33a79e 85%);
  border-radius: 150px;
  overflow: hidden;
}
section.our-working-process .column {
  width: 100%;
  max-width: 1500px;
  display: block;
}
section.our-working-process .working-process {
  width: 100%;
  text-align: center;
  padding-top: 70px;
}
section.our-working-process .working-process .slick-list {
  overflow: visible;
}
section.our-working-process .working-process .process-slide {
  margin: 0 15px;
  padding: 50px;
  background-color: #ffffff;
  border-radius: 24px;
}
section.our-working-process .working-process .process-slide .image-content {
  display: flex;
  align-items: center;
  gap: 32px;
  padding-bottom: 40px;
}
section.our-working-process .working-process .process-slide .image-content .img-wrap {
  width: 140px;
  height: 140px;
  flex-shrink: 0;
  border-radius: 34px;
  overflow: hidden;
  transition: all 0.4s ease-in-out;
}
section.our-working-process .working-process .process-slide .image-content .img-wrap img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
section.our-working-process .working-process .process-slide .image-content .process-content p {
  text-align: left;
}
section.our-working-process .working-process .process-slide .heading-number {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
section.our-working-process .working-process .process-slide .heading-number .heading {
  font-weight: 700;
  text-align: left;
  padding-right: 24px;
}
section.our-working-process .working-process .process-slide:hover .img-wrap {
  border-radius: 100%;
}

.online-presence ul.presence {
  display: flex;
  flex-wrap: wrap;
  gap: 64px;
  padding: 0 50px;
}
.online-presence ul.presence li {
  display: flex;
  gap: 12px;
  flex-direction: column;
}
.online-presence ul.presence li span.wrap-icon {
  flex-shrink: 0;
}
.online-presence ul.presence li span.wrap-icon img {
  height: 60px;
  width: auto;
}
.online-presence ul.presence li .heading {
  font-size: 22px;
}

section.about-our-team {
  background-image: linear-gradient(135deg, #3A3CF2 0%, #7B20E7 25%, #33a79e 85%);
  border-radius: 150px;
}
section.about-our-team .content-sm {
  margin-left: 0;
  margin-right: auto;
}
section.about-our-team .team-grid {
  display: flex;
  width: 100%;
  gap: 32px;
}
section.about-our-team .team-grid .team-member {
  flex: 1;
}
section.about-our-team .team-grid .team-member .img-wrap {
  height: 400px;
  overflow: hidden;
  margin-bottom: 24px;
  border-radius: 24px;
  border: 5px solid rgba(255, 255, 255, 0.25);
  box-shadow: 0px 0px 33px rgba(255, 255, 255, 0.3);
  position: relative;
}
section.about-our-team .team-grid .team-member .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: 0.5s all ease;
}
section.about-our-team .team-grid .team-member .img-wrap .social-icons {
  position: absolute;
  bottom: -150px;
  right: 15px;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  padding: 10px 15px;
  transition: 0.5s all ease;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border-radius: 8px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
section.about-our-team .team-grid .team-member .img-wrap .social-icons a {
  font-size: 20px;
  color: #33a79e;
}
section.about-our-team .team-grid .team-member .img-wrap .social-icons a:hover {
  color: #030f25;
}
section.about-our-team .team-grid .team-member .team-name {
  font-size: 32px;
  color: #ffffff;
  margin-bottom: 10px;
  font-weight: 700;
}
section.about-our-team .team-grid .team-member .team-position {
  font-size: 20px;
  color: #ffffff;
}
section.about-our-team .team-grid .team-member:hover .social-icons {
  bottom: 0px;
}
section.about-our-team .team-grid .team-member:hover img {
  transform: scale(1.05) rotate(1.5deg);
}

section.section.our-team-page.about-our-team {
  background: transparent;
}
section.section.our-team-page.about-our-team .heading-part.light .sub-heading {
  background: #33a79e;
  color: #ffffff;
}
section.section.our-team-page.about-our-team .heading-part.light .heading {
  color: #030f25;
}
section.section.our-team-page.about-our-team a.button.light {
  border-color: #33a79e;
  color: #33a79e;
}
section.section.our-team-page.about-our-team a.button.light:hover {
  color: #ffffff;
}
section.section.our-team-page.about-our-team .team-grid .team-member .team-name {
  color: #33a79e;
}
section.section.our-team-page.about-our-team .team-grid .team-member .team-position {
  color: #030f25;
}

section.pricing-plan {
  background-image: linear-gradient(135deg, #3A3CF2 0%, #7B20E7 25%, #33a79e 85%);
  border-radius: 150px;
  overflow: hidden;
}
section.pricing-plan .plans-wrap {
  width: 100%;
  display: flex;
  gap: 40px;
}
section.pricing-plan .plans-wrap .plan-box {
  padding: 50px;
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 10px 10px 54px rgba(0, 0, 0, 0.1);
  display: flex;
  gap: 24px;
  flex-direction: column;
  position: relative;
}
section.pricing-plan .plans-wrap .plan-box::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("https://mistrymarketing.in/mysite/wp-content/uploads/2025/08/halftone-744404_640.png");
  background-repeat: no-repeat;
  background-position: center;
  transform: scale(-1);
  background-size: 100%;
  opacity: 0.015;
  transition: 0.5s all ease;
  z-index: 0;
}
section.pricing-plan .plans-wrap .plan-box > * {
  position: relative;
  z-index: 1;
}
section.pricing-plan .plans-wrap .plan-box .heading {
  padding-bottom: 24px;
  border-bottom: 1px solid #efefef;
  font-size: 32px;
  color: #030f25;
}
section.pricing-plan .plans-wrap .plan-box p {
  color: #000000;
}
section.pricing-plan .plans-wrap .plan-box .plan-price {
  background: linear-gradient(135deg, #3A3CF2 0%, #7B20E7 25%, #33a79e 85%);
  border-radius: 35px;
  text-align: center;
  box-shadow: 1px 1px 30px 0px rgba(0, 0, 0, 0.15);
}
section.pricing-plan .plans-wrap .plan-box .plan-price .price {
  font-size: 56px;
  color: #ffffff;
  font-weight: 700;
}
section.pricing-plan .plans-wrap .plan-box .plan-price .price-detail {
  font-size: 20px;
  color: #ffffff;
}
section.pricing-plan .plans-wrap .plan-box ul.plan-price-list {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-bottom: 20px;
}
section.pricing-plan .plans-wrap .plan-box ul.plan-price-list li {
  font-size: 18px;
}
section.pricing-plan .plans-wrap .plan-box ul.plan-price-list li i {
  margin-right: 10px;
}
section.pricing-plan .plans-wrap .plan-box ul.plan-price-list li .included {
  color: #33a79e;
}
section.pricing-plan .plans-wrap .plan-box ul.plan-price-list li .not-included {
  color: #030f25;
}
section.pricing-plan .plans-wrap .plan-box a.button {
  width: max-content;
}

.service-option .service-listing-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
  position: sticky;
  top: 0;
}
.service-option .service-listing-wrapper .service-list-item {
  display: flex;
  gap: 24px;
  position: relative;
}
.service-option .service-listing-wrapper .service-list-item .service-icon {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 1px solid #DFDFDF;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  opacity: 1;
  background: #f5f5f5;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  transition: 1s all ease;
}
.service-option .service-listing-wrapper .service-list-item .service-icon img {
  width: 48px;
  height: 48px;
  object-fit: contain;
  object-position: center;
}
.service-option .service-listing-wrapper .service-list-item .service-content {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  padding-top: 30px;
}
.service-option .service-listing-wrapper .service-list-item .service-content .heading {
  font-size: 32px;
  transition: 0.5s all ease;
}
.service-option .service-listing-wrapper .service-list-item .service-btn {
  transition: 0.5s all ease;
}
.service-option .service-listing-wrapper .service-list-item .service-btn a {
  font-size: 18px;
  font-weight: 700;
  color: #33a79e;
}
.service-option .service-listing-wrapper .service-list-item .service-btn a i {
  transition: 0.5s all ease;
}
.service-option .service-listing-wrapper .service-list-item .service-btn a:hover {
  color: #030f25;
}
.service-option .service-listing-wrapper .service-list-item:last-child .timeline-line-wrapper {
  height: 70%;
}
.service-option .service-listing-wrapper .service-list-item:hover .heading {
  color: #33a79e;
}
.service-option .service-listing-wrapper .service-list-item:hover .service-icon {
  transform: rotate(-180deg);
}
.service-option .service-listing-wrapper .service-list-item:hover .service-btn {
  padding-left: 5px;
}
.service-option .service-listing-wrapper .service-list-item:hover .service-btn a {
  color: #030f25;
}
.service-option .service-listing-wrapper .service-list-item:hover .service-btn a i {
  padding-left: 10px;
}
.service-option .right-image img {
  width: auto;
  height: auto;
  border-radius: 42px;
  box-shadow: 5px 5px 25px 0px rgba(0, 0, 0, 0.2);
}

.timeline-line-wrapper {
  position: absolute;
  top: 100px;
  left: 50px;
  transform: translateX(-50%);
  width: 2px;
  height: 100%;
  z-index: 1;
}
.timeline-line-wrapper .timeline-line {
  width: 100%;
  height: 100%;
  background: #cccccc;
}
.timeline-line-wrapper .timeline-line-fill {
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 0%;
  background: #999;
  transition: background-color 0.3s ease;
}

.full-width-content ul {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 12px;
}
.full-width-content ul li {
  position: relative;
  padding-left: 25px;
}
.full-width-content ul li::before {
  content: "\f058";
  font-family: "Font Awesome 6 Free";
  position: absolute;
  top: -2px;
  left: 0;
  font-size: 18px;
  color: #33a79e;
}

.testimonials-page .testimonials-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 64px;
}
.testimonials-page .testimonials-wrapper .testimonial-item {
  position: relative;
}
.testimonials-page .testimonials-wrapper .testimonial-item .quote {
  position: absolute;
  top: 50px;
  left: 50px;
  width: 120px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  border: 1px solid #ccc;
  background: #33a79e;
}
.testimonials-page .testimonials-wrapper .testimonial-item .quote img {
  filter: invert(1);
}
.testimonials-page .testimonials-wrapper .testimonial-item .line {
  position: absolute;
  top: 110px;
  left: 50px;
  width: 500px;
  height: 2px;
  background: #ccc;
  z-index: -1;
}
.testimonials-page .testimonials-wrapper .testimonial-item .line .line-fill {
  position: absolute;
  top: 0px;
  left: 0;
  height: 2px;
  background: #33a79e;
}
.testimonials-page .testimonials-wrapper .testimonial-item .wrapper {
  flex-direction: row-reverse;
  border-radius: 24px;
  background-image: linear-gradient(135deg, #3A3CF2 0%, #7B20E7 25%, #33a79e 85%);
  padding: 50px;
  display: flex;
  gap: 32px;
  box-shadow: 0 0 19px rgba(0, 0, 0, 0.05);
  transition: 0.5s all ease;
}
.testimonials-page .testimonials-wrapper .testimonial-item .wrapper .testimonial-name, .testimonials-page .testimonials-wrapper .testimonial-item .wrapper p {
  margin: 0;
}
.testimonials-page .testimonials-wrapper .testimonial-item .wrapper .image-wrapper {
  width: 35%;
}
.testimonials-page .testimonials-wrapper .testimonial-item .wrapper .image-wrapper .testimonial-image {
  height: 350px;
  overflow: hidden;
  position: relative;
  border-radius: 24px;
}
.testimonials-page .testimonials-wrapper .testimonial-item .wrapper .image-wrapper .testimonial-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: 0.5s all ease;
}
.testimonials-page .testimonials-wrapper .testimonial-item .wrapper .content-wrapper {
  width: 65%;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.testimonials-page .testimonials-wrapper .testimonial-item .wrapper .content-wrapper .testimonial-name {
  font-size: 32px;
  font-weight: 700;
  color: #ffffff;
}
.testimonials-page .testimonials-wrapper .testimonial-item .wrapper .content-wrapper .position {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
}
.testimonials-page .testimonials-wrapper .testimonial-item .wrapper .content-wrapper .company {
  font-size: 20px;
  color: #ffffff;
}
.testimonials-page .testimonials-wrapper .testimonial-item .wrapper .content-wrapper .testimonial-content p {
  color: #ffffff;
  font-size: 18px;
}
.testimonials-page .testimonials-wrapper .testimonial-item .wrapper:hover {
  box-shadow: 0 0 49px rgba(0, 0, 0, 0.15);
}
.testimonials-page .testimonials-wrapper .testimonial-item .wrapper:hover .image-wrapper .testimonial-image img {
  transform: scale(1.05) rotate(2.5deg);
}

.testimonials-page .testimonials-wrapper .testimonial-item:nth-child(odd) {
  padding-left: 500px;
}

.testimonials-page .testimonials-wrapper .testimonial-item:nth-child(even) {
  background-image: none;
}

.testimonials-page .testimonials-wrapper .testimonial-item:nth-child(even) .wrapper {
  width: calc(100% - 500px);
  background: linear-gradient(135deg, #33a79e 15%, #7B20E7 65%, #3A3CF2 95%);
}

.testimonials-page .testimonials-wrapper .testimonial-item:nth-child(even) .quote {
  left: auto;
  right: 50px;
}

.testimonials-page .testimonials-wrapper .testimonial-item:nth-child(even) .line {
  left: auto;
  right: 50px;
}

.testimonial-item .quote,
.testimonial-item .line {
  will-change: transform;
  z-index: 10;
}

.projects-page .projects-wrapper {
  display: flex;
  gap: 50px;
  flex-direction: column;
}
.projects-page .projects-wrapper .project {
  border-radius: 24px;
  background: radial-gradient(circle, rgb(255, 255, 255) 0%, rgb(249, 249, 249) 100%);
  border: 1px solid #c9c9c9;
  overflow: hidden;
}
.projects-page .projects-wrapper .project .projects-wrap {
  display: flex;
  gap: 24px;
}
.projects-page .projects-wrapper .project .projects-wrap > div {
  width: 50%;
}
.projects-page .projects-wrapper .project .projects-wrap .left {
  padding: 40px;
}
.projects-page .projects-wrapper .project .projects-wrap .left h2 {
  margin: 0 0 12px;
}
.projects-page .projects-wrapper .project .projects-wrap .left h2 a {
  font-size: 40px;
}
.projects-page .projects-wrapper .project .projects-wrap .left p:last-of-type {
  margin-bottom: 40px;
}
.projects-page .projects-wrapper .project .projects-wrap .left .company-logo {
  margin-bottom: 40px;
}
.projects-page .projects-wrapper .project .projects-wrap .left .company-logo img {
  max-width: 200px;
  width: 100%;
}
.projects-page .projects-wrapper .project .projects-wrap .left ul.tags {
  margin-top: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 40px;
}
.projects-page .projects-wrapper .project .projects-wrap .left ul.tags li a {
  padding: 8px 24px;
  border: 1px solid #cccccc;
  border-radius: 34px;
  display: block;
}
.projects-page .projects-wrapper .project .projects-wrap .left ul.tags li a:hover {
  background: #030f25;
  color: #ffffff;
  border-color: #030f25;
}
.projects-page .projects-wrapper .project .projects-wrap .right {
  position: relative;
}
.projects-page .projects-wrapper .project .projects-wrap .right .featured-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.projects-page .projects-wrapper .project .projects-wrap .right .featured-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.single-project-section .columns .column > div {
  width: 100%;
}
.single-project-section .image-wrapper, .single-project-section .wrap-image {
  height: 800px;
  overflow: hidden;
  border-radius: 34px;
}
.single-project-section .image-wrapper img, .single-project-section .wrap-image img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}
.single-project-section .first-section {
  padding-top: 120px;
}
.single-project-section .first-section .heading-wrap {
  margin: 24px 0;
}
.single-project-section .first-section ul.tags {
  margin-top: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.single-project-section .first-section ul.tags li a {
  padding: 8px 24px;
  border: 1px solid #cccccc;
  border-radius: 34px;
  display: block;
}
.single-project-section .first-section ul.tags li a:hover {
  background: #030f25;
  color: #ffffff;
  border-color: #030f25;
}
.single-project-section .image-list {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.single-project-section .image-list .wrap-image {
  flex: 1 1 100%;
  height: 800px;
  overflow: hidden;
  border-radius: 24px;
}
.single-project-section .image-list:has(.wrap-image:nth-last-child(2):first-child) .wrap-image {
  height: 400px;
  flex: 1 1 calc(50% - 12px);
}
.single-project-section .image-list:has(.wrap-image:nth-last-child(3):first-child) .wrap-image {
  height: 400px;
  flex: 1 1 calc(33.333% - 16px);
}
.single-project-section .image-list:has(.wrap-image:nth-last-child(4):first-child) .wrap-image {
  height: 350px;
  flex: 1 1 calc(25% - 18px);
}

.related-projects .related-title {
  margin-bottom: 24px;
}
.related-projects .related-projects-list {
  display: flex;
  flex-direction: row;
  gap: 24px;
}
.related-projects .related-projects-list .related-project {
  width: 33.33%;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.related-projects .related-projects-list .related-project .related-image a {
  height: 350px;
  overflow: hidden;
  border-radius: 24px;
  display: block;
}
.related-projects .related-projects-list .related-project .related-image a img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
  transition: 0.5s all ease;
}
.related-projects .related-projects-list .related-project:hover .related-image img {
  transform: scale(1.1) rotate(3deg);
}
.related-projects .related-projects-list .related-project:hover a {
  color: #33a79e;
}

#courses {
  position: relative;
  background: #030f25;
}
#courses .heading-part.light .sub-heading {
  background: #ffffff;
  color: #030f25;
}
#courses section p {
  color: #bbb;
}
#courses section h2 {
  font-size: 56px;
}
#courses section h2 span.first {
  padding-left: 50px;
}
#courses section h2 span.last {
  padding-left: 25px;
}
#courses .line {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  max-width: 1520px;
  width: 100%;
  height: 100%;
  background: transparent;
  pointer-events: none;
  border-left: 1px solid #1d2432;
  border-right: 1px solid #1d2432;
  z-index: 0;
}
#courses .line::before {
  content: "";
  position: absolute;
  top: 0;
  left: 30%;
  width: 1px;
  height: 100%;
  background: #1d2432;
}
#courses .line::after {
  content: "";
  position: absolute;
  top: 0;
  right: 30%;
  width: 1px;
  height: 100%;
  background: #1d2432;
}
#courses h1, #courses h2, #courses h3, #courses h4, #courses h5, #courses h6 {
  color: #ffffff;
}
#courses h1 {
  color: #33a79e;
}
#courses section {
  position: relative;
  z-index: 1;
}
#courses .banner-section {
  padding-top: 200px;
}
#courses .banner-section h1 {
  color: #33a79e;
  font-size: 24px;
}
#courses .banner-section ul.tag {
  display: flex;
  gap: 12px;
}
#courses .banner-section ul.tag li a {
  font-size: 16px;
  color: #ffffff;
  display: flex;
  border-radius: 8px;
  border: 1px solid #565656;
  background: #1a2334;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  text-align: center;
}
#courses .banner-section ul.tag li a:hover {
  background: #030f25;
}
#courses .banner-section .image-wrap {
  overflow: hidden;
  max-width: 90%;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  outline: 2px solid #1a2c4e;
}
#courses .banner-section .image-wrap::before {
  content: "";
  position: absolute;
  inset: 0;
  border: 20px solid #091223;
  border-top-width: 50px;
  z-index: 0;
}
#courses .banner-section .image-wrap > img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
  border-radius: 30px;
}
#courses .banner-section .image-wrap .icon-list {
  position: absolute;
  top: 15px;
  left: 30px;
  display: flex;
  align-items: center;
  gap: 12px;
  z-index: 1;
}
#courses .banner-section .image-wrap .icon-list img {
  max-width: 20px;
  width: 100%;
  height: auto;
  border-radius: 0;
  filter: invert(0.3);
}
#courses .banner-section .image-wrap .icon-list img:nth-child(2) {
  max-width: 18px;
}
#courses .banner-section .image-wrap .icon-list img:last-child {
  max-width: 17px;
}
#courses .banner-section .image-wrap .video {
  width: calc(100% - 40px);
  aspect-ratio: 16/9;
  margin: auto;
}
#courses .banner-section .image-wrap .video iframe {
  width: 100%;
  height: 100%;
  border: 0;
}
#courses section.courses-about h3 {
  color: #33a79e;
}
#courses section.courses-about ul {
  margin-top: 50px;
  gap: 30px;
  display: flex;
  flex-wrap: wrap;
}
#courses section.courses-about ul li {
  gap: 20px;
  display: flex;
  color: #ffffff;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.5em;
}
#courses section.courses-about ul li span.icon {
  width: 25px;
  height: 25px;
  overflow: hidden;
  margin-top: 10px;
  flex-shrink: 0;
}
#courses section.courses-about ul li span.icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
#courses section.courses-about .image-wrapper {
  height: 600px;
  overflow: hidden;
  border-radius: 24px;
}
#courses section.courses-about .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
#courses section.course-list h2 {
  font-size: 44px;
}
#courses section.course-list .line {
  border-left: 1px solid #dcdcdc;
  border-right: 1px solid #dcdcdc;
}
#courses section.course-list .line::before, #courses section.course-list .line::after {
  background: #dcdcdc;
}
#courses section.course-list .columns {
  position: relative;
  z-index: 1;
}
#courses section.course-list::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(247, 247, 240);
  z-index: -2;
  border-radius: 100px;
}
#courses section.course-list .dark h2, #courses section.course-list .dark p {
  color: #030f25;
}
#courses section.course-list a.button {
  margin-top: 32px;
}
#courses section.course-list ul.courses-listing {
  display: flex;
  flex-wrap: wrap;
  gap: 80px;
}
#courses section.course-list ul.courses-listing li .course-header {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 15px;
}
#courses section.course-list ul.courses-listing li .course-header h3 {
  color: #33a79e;
  transition: 0.5s all ease;
}
#courses section.course-list ul.courses-listing li .course-header h3 i {
  margin-left: 5px;
  color: #030f25;
  transition: 0.5s all ease;
}
#courses section.course-list ul.courses-listing li .course-header .icon-wrapper {
  width: 50px;
  height: 50px;
  background: #333;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 13px;
  transition: 0.5s all ease;
}
#courses section.course-list ul.courses-listing li .course-header .icon-wrapper img {
  filter: brightness(10);
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}
#courses section.course-list ul.courses-listing li:hover .icon-wrapper {
  background: #33a79e;
}
#courses section.course-list ul.courses-listing li:hover .icon-wrapper img {
  filter: brightness(0);
}
#courses section.course-list ul.courses-listing li:hover h3 {
  color: #030f25;
}
#courses section.course-list ul.courses-listing li:hover h3 i {
  color: #33a79e;
}
#courses section.our-working-process.courses-process,
#courses section.courses-testimonials.testimonials {
  background: transparent;
}
#courses section.testimonials.courses-testimonials .horizontal-scroll .panel {
  background: rgba(255, 255, 255, 0.0509803922);
  border: 1px solid rgba(255, 255, 255, 0.1607843137);
}
#courses section.courses-testimonials.testimonials .horizontal-scroll ul.slick-dots,
#courses section.courses-process.our-working-process .working-process ul.slick-dots,
#courses section.courses-client-slider.client-slider-section .client-slider ul.slick-dots {
  background: #101b30;
}
#courses section.courses-client-slider.client-slider-section {
  background: transparent;
}
#courses section.courses-client-slider.client-slider-section::before {
  content: "";
  position: absolute;
  top: -200px;
  right: 100px;
  width: 350px;
  height: 350px;
  background: url(/wp-content/uploads/2025/06/MM-Icon.png) no-repeat;
  background-position: center;
  background-size: contain;
  filter: brightness(100);
  opacity: 0.15;
}
#courses section.courses-client-slider.client-slider-section .heading-part .sub-heading {
  background: #33a79e;
  color: #030f25;
}
#courses section.our-working-process.courses-process .working-process .process-slide .image-content .process-content p {
  color: #030f25;
}
#courses section.courses-faqs.faqs .columns {
  max-width: 1500px;
}
#courses section.courses-faqs.faqs .columns .content-sm {
  max-width: 100%;
}
#courses section.courses-faqs.faqs .heading-part .sub-heading {
  background: #33a79e;
  color: #ffffff;
}
#courses section.courses-faqs.faqs .faq-section .faq-question button {
  color: #33a79e;
}
#courses section.courses-faqs.faqs .faq-section .faq-answer p {
  color: #ffffff;
}
#courses section.counter-section h3, #courses section.counter-section .count {
  font-size: 72px;
  font-weight: 700;
  line-height: 1;
}
#courses section.counter-section h3 span, #courses section.counter-section .count span {
  font-weight: 500;
  font-size: 50px;
}
#courses section.counter-section p {
  color: #33a79e;
  font-size: 20px;
}
#courses section.g-map {
  margin-bottom: -150px;
  overflow: hidden;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
}
#courses section.courses-contact h2 {
  font-size: 40px;
}
#courses section.courses-contact .cnt-image {
  width: 100%;
  height: 800px;
  overflow: hidden;
  border-radius: 30px;
}
#courses section.courses-contact .cnt-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
#courses section.courses-contact form input[type=text],
#courses section.courses-contact form input[type=email],
#courses section.courses-contact form input[type=tel],
#courses section.courses-contact form textarea {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.1215686275);
  color: #ffffff;
}
#courses section.courses-contact form input[type=text]:focus,
#courses section.courses-contact form input[type=email]:focus,
#courses section.courses-contact form input[type=tel]:focus,
#courses section.courses-contact form textarea:focus {
  border-color: #ffffff;
}
#courses section.courses-contact form input[type=submit] {
  width: auto;
  background: #33a79e;
  border: 1px solid transparent;
}
#courses section.courses-contact form input[type=submit]:hover {
  border: 1px solid #33a79e;
  color: #33a79e;
  background: #030f25;
}
#courses section.courses-services.service-option .service-list-item:hover a,
#courses section.courses-services.service-option .service-list-item:hover i {
  color: #ffffff;
}

section.courses-process.our-working-process .working-process .process-slide .img-wrap {
  border-radius: 0;
  display: flex;
  width: 120px;
  height: 120px;
}

section.courses-process.our-working-process .working-process .process-slide .img-wrap img {
  width: auto;
  height: auto;
  object-fit: contain;
}

#courses section.courses-process.our-working-process .working-process .process-slide .heading-number .heading {
  color: #030f25;
}

#courses section.courses-testimonials.testimonials .client-detail .details h3 {
  color: #33a79e;
}

#courses section.courses-testimonials.testimonials .client-detail .details h3 span {
  display: block;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.2;
  margin-top: 5px;
  color: #ffffff;
}

#courses section.courses-client-slider.client-slider-section .client-slider .slick-track {
  display: flex;
  align-items: center;
}

#courses section.courses-client-slider.client-slider-section .client-slider .client-slide img {
  max-width: 150px;
  max-height: 50px;
  width: 100%;
}

.primary-color {
  color: #33a79e;
}

.team-grid {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  width: 100%;
  gap: 24px;
}
.team-grid .team-member {
  padding: 24px;
  background: rgba(3, 15, 37, 0.0705882353);
  border-radius: 24px;
  box-shadow: 0px 10px 0px 0px rgba(3, 15, 37, 0.35);
  width: 100%;
}
.team-grid .team-member .img-wrap {
  padding-bottom: 100%;
  width: 100%;
  position: relative;
  margin-bottom: 24px;
  border-radius: 24px;
  overflow: hidden;
}
.team-grid .team-member .img-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.team-grid .team-member .team-name {
  font-size: 30px;
}
.team-grid .team-member .team-position {
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
}
.team-grid .team-member .social-icons {
  margin: 24px 0;
  display: flex;
  gap: 15px;
}
.team-grid .team-member .social-icons a i {
  font-size: 22px;
  color: #030f25;
  transition: 0.5s all ease;
}
.team-grid .team-member .social-icons a:hover i {
  color: #33a79e;
}

section.team-banner {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 150px;
  padding-bottom: 40px;
  position: relative;
}
section.team-banner .wave {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 0;
}
section.team-banner .wave img {
  width: 100%;
  height: auto;
}
section.team-banner .column.column-1 {
  justify-content: center;
  position: relative;
  z-index: 2;
}
section.team-banner h2 {
  color: #33a79e;
}

.button.dark {
  background: #030f25;
  color: #ffffff;
  border-color: #030f25;
}
.button.dark:hover {
  border-color: #33a79e;
}

section.tools {
  background: #ecf1f6;
  position: relative;
  z-index: 4;
  top: -2px;
  padding-top: 50px;
}
section.tools .top {
  padding-bottom: 50px;
}
section.tools .top p {
  max-width: 800px;
  width: 100%;
  margin: auto;
  text-align: center;
  margin-bottom: 20px;
}
section.tools p {
  color: #000000;
}
section.tools .tools-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  margin: auto;
}
section.tools .tools-grid .tool-item {
  width: calc(10% - 27px);
  padding: 20px 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgb(255, 255, 255);
  border-radius: 14px;
  box-shadow: -9.6px 12.8px 40px rgba(30, 38, 68, 0.12);
  border: 1px dashed rgba(0, 0, 0, 0.15);
  flex-direction: column;
  gap: 15px;
  aspect-ratio: 1/1;
  cursor: pointer;
  transition: 0.5s all ease;
}
section.tools .tools-grid .tool-item:hover {
  box-shadow: -5px 16px 40px rgba(5, 161, 255, 0.15);
}
section.tools .tools-grid .tool-item h4 {
  font-size: 15px;
  text-align: center;
  line-height: 1.3;
  font-weight: 500;
  color: #000000;
  display: none;
}
section.tools .tools-grid .tool-item img {
  max-height: 60px;
}
section.tools .tools-grid .tool-item img.custom-size {
  max-height: 40px;
}

.color-primary {
  color: #33a79e;
}

.team-services {
  padding-bottom: 60px;
}
.team-services .mm-services {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.team-services .mm-services .service-box {
  width: calc(25% - 23px);
  padding: 28px;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 20px;
  border-radius: 10px;
  border: 2px solid #e8eaf1;
  background: #ffffff;
  transition: all 0.4s ease-in-out;
}
.team-services .mm-services .service-box h2 {
  font-size: 26px;
}
.team-services .mm-services .service-box h3 {
  font-size: 22px;
  line-height: 1.4;
  transition: 0.5s all ease;
}
.team-services .mm-services .service-box .img-wrap {
  width: 46px;
  height: 46px;
}
.team-services .mm-services .service-box .img-wrap img {
  transition: 0.5s all ease;
  object-fit: contain;
  width: 100%;
  height: 100%;
  filter: brightness(0);
}
.team-services .mm-services .service-box:hover {
  background: transparent;
  box-shadow: 0 20px 30px 0 rgba(1, 6, 20, 0.1);
  transform: scale(1.05);
}
.team-services .mm-services .service-box:hover img {
  filter: contrast(0) sepia(1) hue-rotate(125deg) saturate(3);
  -webkit-filter: contrast(0) sepia(1) hue-rotate(125deg) saturate(3);
}
.team-services .mm-services .service-box:last-child {
  background: #f5f5f5;
}
.team-services .mm-services .service-box:last-child a {
  text-align: center;
}
.team-services .mm-services .service-box:last-child a.primary {
  background: #33a79e;
  color: #ffffff;
}
.team-services .mm-services .service-box:last-child a.primary::before {
  background: #030f25;
}
.team-services .mm-services .service-box:last-child a.primary:hover {
  border: 2px solid #030f25;
}
.team-services .mm-services .service-box:last-child img {
  max-width: 70%;
  margin: auto;
}
.team-services .mm-services .service-box:last-child:hover img {
  filter: none;
  -webkit-filter: none;
}
.team-services .mm-services .service-box:last-child::after {
  display: none;
}
.team-services .mm-services .service-box::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(https://mistrymarketing.in/wp-content/uploads/2025/08/halftone-744404_640.png);
  background-repeat: no-repeat;
  background-position: center;
  transform: scale(0.75);
  background-size: 100%;
  opacity: 0.05;
  transition: 0.5s all ease;
}

section.team-services .top-part,
section.team-process .top-part,
section.industries .top-part,
section.happy-clients .top-part {
  max-width: 960px;
  width: 100%;
  margin: auto;
}

section.team-process {
  background: #ffffff;
  position: relative;
  padding-top: 200px;
}
section.team-process .wave-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
section.team-process .wave-bg img {
  width: 100%;
}
section.team-process .process-steps {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  gap: 20px;
  transition: 0.5s all ease;
}
section.team-process .process-steps .process-step {
  width: calc(16.67% - 17px);
}
section.team-process .process-steps .process-step .process-step-num {
  border: 1px solid #3C4852;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  background: #ffffff;
  position: relative;
  z-index: 1;
  transition-property: all;
  transition-timing-function: ease;
}
section.team-process .process-steps .process-step .process-step-card {
  background: #f5f5f5;
  border-radius: 14px;
  padding: 20px 15px;
  text-align: center;
  margin-top: 100px;
  transition-property: all;
  transition-timing-function: ease;
  position: relative;
}
section.team-process .process-steps .process-step .process-step-card::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border: 15px solid transparent;
  border-top-color: #ffffff;
  opacity: 0;
  transition: 0.5s all ease;
}
section.team-process .process-steps .process-step .process-step-card .process-step-card-img {
  width: 60px;
  height: 60px;
  margin: 0 auto 15px;
}
section.team-process .process-steps .process-step .process-step-card .process-step-card-img img {
  margin: 0 auto 20px;
}
section.team-process .process-steps .process-step .process-step-card .process-step-card-title {
  font-size: 20px;
  font-weight: 500;
}
section.team-process .process-steps .process-step:nth-child(odd) .process-step-card {
  background: rgba(255, 142, 142, 0.15);
}
section.team-process .process-steps .process-step:nth-child(odd):hover .process-step-num {
  background: #030f25;
  border-color: #030f25;
  color: #ffffff;
}
section.team-process .process-steps .process-step:nth-child(odd) .process-step-card-details {
  background-color: rgba(255, 142, 142, 0.15);
}
section.team-process .process-steps .process-step:nth-child(2n) {
  margin-top: 50px;
}
section.team-process .process-steps .process-step:nth-child(2n) .process-step-card {
  background: rgba(51, 167, 158, 0.1);
}
section.team-process .process-steps .process-step:nth-child(2n):hover .process-step-num {
  background: #33a79e;
  border-color: #33a79e;
  color: #ffffff;
}
section.team-process .process-steps .process-step:nth-child(2n) .process-step-card-details {
  background-color: rgba(51, 167, 158, 0.1);
}
section.team-process .process-steps .process-step .process-step-card-details {
  padding: 50px;
  border-radius: 10px;
  position: absolute;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
  left: 0;
  bottom: -72.5%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.6s;
  background: #f5f5f5;
}
section.team-process .process-steps .process-step .process-step-card-details .process-step-card-details-header {
  display: flex;
  align-items: center;
  gap: 24px;
}
section.team-process .process-steps .process-step .process-step-card-details .process-step-card-details-header .process-step-card-details-header-text p {
  margin: 0;
}
section.team-process .process-steps .process-step .process-step-card-details .process-step-card-details-header .process-step-card-details-header-img {
  width: 50px;
  height: 50px;
}
section.team-process .process-steps .process-step:hover .process-step-card {
  background: #ffffff;
  box-shadow: 0 10px 30px 0 rgba(1, 6, 20, 0.1);
}
section.team-process .process-steps .process-step:hover .process-step-card-details {
  opacity: 1;
  visibility: visible;
  bottom: -62.5%;
}
section.team-process .process-steps .process-step:hover .process-step-card::after {
  opacity: 1;
}
section.team-process .process-steps:nth-child(2n) {
  margin-top: 50px;
}
section.team-process .process-steps .process-steps-curve-line {
  position: absolute;
  top: 0;
  left: 50%;
  width: calc(100% - 230px);
  z-index: 0;
  transform: translateX(-50%);
}

.process-steps:has(.process-step:hover) {
  margin-bottom: 300px;
}

.service-industry {
  display: flex;
  gap: 2px;
  flex-wrap: wrap;
}
.service-industry .industry-item {
  width: calc(33.33% - 2px);
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 35px;
  position: relative;
  transition: all 0.4s ease-in-out;
  background: #ffffff;
  z-index: 0;
  overflow: hidden;
}
.service-industry .industry-item .industry-icon {
  width: 80px;
  height: 80px;
  margin: 0 auto;
  background: #33a79e;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding: 17px;
}
.service-industry .industry-item .industry-icon img {
  filter: invert(1);
  -webkit-filter: invert(1);
}
.service-industry .industry-item .industry-icon span.icon-bg {
  position: absolute;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  z-index: -1;
  background: #33a79e;
  transition: all 0.4s ease-in-out;
}
.service-industry .industry-item .content {
  display: flex;
  flex-direction: column;
  text-align: center;
  gap: 24px;
}
.service-industry .industry-item .content h3 {
  color: #030f25;
}
.service-industry .industry-item:nth-child(3n) {
  border-right: 0;
}
.service-industry .industry-item:nth-last-child(-n+3) {
  border-bottom: 0;
}
.service-industry .industry-item:hover {
  box-shadow: 0 30px 60px rgba(32, 33, 36, 0.2);
  scale: 1.1;
  border-radius: 10px;
  z-index: 1;
}
.service-industry .industry-item:hover .industry-icon span.icon-bg {
  translate: 0 -250%;
  scale: 6;
}

section.cta-section {
  background: url("../assets/images/cta-bg.jpg") no-repeat;
  background-position: center;
  background-size: cover;
  min-height: 600px;
  position: relative;
  display: flex;
  align-items: center;
}
section.cta-section::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.65);
  z-index: 1;
}
section.cta-section > .columns {
  position: relative;
  z-index: 2;
}
section.cta-section > .columns > .column {
  align-items: center;
}
section.cta-section .section-lg {
  max-width: 960px;
}
section.cta-section .cta-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
section.cta-section .cta-box h2 {
  color: #ffffff;
}
section.cta-section .cta-box p {
  color: #ffffff;
}
section.cta-section .cta-box a.button {
  border-color: #ffffff;
  color: #ffffff;
}

section.happy-clients {
  width: 100%;
  overflow: hidden;
  background: linear-gradient(135deg, #3A3CF2 0%, #7B20E7 25%, #33a79e 85%);
}
section.happy-clients .top-part h2, section.happy-clients .top-part p {
  color: #ffffff;
}
section.happy-clients .column {
  width: 100%;
  overflow: hidden;
}
section.happy-clients .happy-clients-slider {
  width: 100%;
  overflow: hidden;
  margin: 0;
  padding-bottom: 100px;
}
section.happy-clients .happy-clients-slider .slide-item {
  padding: 0 20px;
}
section.happy-clients .happy-clients-slider .slide-item .slide-inner {
  background: #ffffff;
  border-radius: 24px;
  overflow: hidden;
}
section.happy-clients .happy-clients-slider .slide-item .slide-inner .testimonial-header {
  border-radius: 24px;
  background: #ffe8e8;
  display: flex;
  flex-direction: row;
  padding: 30px 70px;
  align-items: center;
  justify-content: space-between;
}
section.happy-clients .happy-clients-slider .slide-item .slide-inner .testimonial-header .testimonial-top-left {
  display: flex;
  align-items: center;
}
section.happy-clients .happy-clients-slider .slide-item .slide-inner .testimonial-header .testimonial-top-left .left-image {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
}
section.happy-clients .happy-clients-slider .slide-item .slide-inner .testimonial-header .testimonial-top-left .left-image img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}
section.happy-clients .happy-clients-slider .slide-item .slide-inner .testimonial-header .logo-image {
  max-width: 220px;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
section.happy-clients .happy-clients-slider .slide-item .slide-inner .testimonial-content {
  padding: 50px;
}
section.happy-clients .happy-clients-slider .slick-dots {
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 30px;
  padding: 14px 20px;
  display: flex;
  width: auto;
  left: 50%;
  transform: translateX(-50%);
}
section.happy-clients .happy-clients-slider .slick-dots li {
  width: auto;
  height: auto;
}
section.happy-clients .happy-clients-slider .slick-dots li button {
  width: 8px;
  height: 8px;
  box-shadow: none;
  background: #ffffff;
  border-radius: 100%;
  padding: 0;
  display: block;
  transition: 0.5s all ease;
}
section.happy-clients .happy-clients-slider .slick-dots li.slick-active button {
  border-radius: 5px;
  width: 15px;
}

section.contact-form {
  background: #ffffff;
}

section.category-archive {
  padding: 200px 0 70px;
}
section.category-archive h1.category-title {
  margin-bottom: 24px;
  text-align: center;
  width: 100%;
}
section.category-archive h1.category-title span {
  font-size: 20px;
  text-transform: uppercase;
  color: #33a79e;
  width: 100%;
  display: block;
}
section.category-archive .post-list {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
section.category-archive .post-list article.post-card {
  width: calc(33.33% - 16px);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
}
section.category-archive .post-list article.post-card .post-thumbnail {
  width: 100%;
}
section.category-archive .post-list article.post-card .post-thumbnail a {
  position: relative;
  padding-bottom: 56.25%;
  display: block;
  border-radius: 24px;
  overflow: hidden;
}
section.category-archive .post-list article.post-card .post-thumbnail a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
section.category-archive .post-list article.post-card > .button::before {
  z-index: -1;
}

.heading-part {
  width: 100%;
}
.heading-part .sub-heading {
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  background: #030f25;
  border-radius: 34px;
  padding: 10px 15px;
  color: #ffffff;
  font-weight: 400;
  text-transform: capitalize;
  margin-bottom: 12px;
}
.heading-part .heading-medium {
  max-width: 700px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.heading-part .heading-medium span {
  color: #33a79e;
}

.heading-part.light .sub-heading {
  background: #ffffff;
  color: #030f25;
}
.heading-part.light .heading {
  color: #ffffff;
}

a.button.light {
  border-color: #ffffff;
  color: #ffffff;
}

form {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
form input[type=text],
form input[type=tel],
form input[type=email],
form textarea {
  width: 100%;
  height: 50px;
  padding: 10px 15px;
  border: 1px solid #cccccc;
  outline: none;
  border-radius: 34px;
  color: #636363;
}
form textarea {
  height: 150px;
  resize: none;
}
form input[type=submit] {
  background: #030f25;
  color: #ffffff;
  padding: 10px 24px;
  font-family: "poppins";
  font-size: 18px;
  border-radius: 34px;
  width: 100%;
  transition: 0.5s all ease;
  cursor: pointer;
  border: 0;
}
form input[type=submit]:hover {
  background: #33a79e;
  color: #ffffff;
}
form .cnt-row {
  width: 100%;
}
form .cnt-row .col-full span {
  display: block;
  width: 100%;
}
form .cnt-row .col-full span.wpcf7-spinner {
  width: auto;
  display: inline-block;
}

.bg-image.animate {
  background-position: center 0;
  filter: brightness(1.2);
  transform: scale(2);
}

#wa-chat {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999;
}
#wa-chat a {
  background: #ffffff;
  border-radius: 14px;
  box-shadow: 5px 5px 25px 0px rgba(0, 0, 0, 0.1);
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#wa-chat a i {
  color: #4267B2;
  font-size: 32px;
  transition: 0.5s all ease;
}
#wa-chat a i:hover {
  color: #030f25;
}
#wa-chat a:hover {
  background: #030f25;
}
#wa-chat a:hover i {
  color: #ffffff;
}

body:not(.home) .scroll-container {
  padding-top: 146px;
}

.post-meta span.categories {
  color: #33a79e;
}
.post-meta span.author span {
  color: #030f25;
  text-transform: capitalize;
}

input:hover,
input:focus {
  outline: none;
}

.single-post article p, .single-post article h2, .single-post article h3, .single-post article h4, .single-post article h5, .single-post article h6, .single-post article ul {
  margin-bottom: 24px;
}
.single-post article p:last-child {
  margin-bottom: 0;
}

.single-post article figure:not(.wp-block-table) {
  border-radius: 34px;
  overflow: hidden;
  margin-bottom: 24px;
}
.single-post article figure:not(.wp-block-table) img {
  width: 100%;
}

a.button::before {
  z-index: 0;
}
a.button span {
  position: relative;
  z-index: 1;
}

section.error-404 .column {
  align-items: center;
}

section.search-result header.page-header {
  margin-bottom: 24px;
}
section.search-result article {
  padding-bottom: 32px;
  margin-bottom: 32px;
  border-bottom: 1px solid #cccccc;
  width: 100%;
}
section.search-result article header {
  margin-bottom: 24px;
}
section.search-result article header h2 {
  margin-bottom: 10px;
}
section.search-result article header h2 a {
  color: #33a79e;
}
section.search-result article header h2 a:hover {
  color: #030f25;
}
section.search-result article a.post-thumbnail, section.search-result article .entry-summary {
  margin-bottom: 24px;
  display: block;
}
section.search-result article a.post-thumbnail {
  overflow: hidden;
  padding-top: 100%;
  position: relative;
}
section.search-result article a.post-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
  top: 0;
  left: 0;
}
section.search-result article .entry-footer .cat-links {
  margin-right: 12px;
}

form.search-form input[type=search] {
  height: 48px;
  border-radius: 24px;
  border: 0;
  padding: 5px 15px;
  box-shadow: 3px 2px 15px rgba(0, 0, 0, 0.15);
}

.image-wrap {
  border-radius: 34px;
  overflow: hidden;
  box-shadow: 5px 5px 25px 0px rgba(0, 0, 0, 0.2);
}

.tabbing {
  width: 100%;
}
.tabbing ul.tabs {
  display: flex;
  justify-content: center;
  gap: 24px;
  margin-bottom: 64px;
}
.tabbing ul.tabs li a {
  display: block;
  border-radius: 24px;
  border: 2px solid #33a79e;
  padding: 10px 24px;
  transition: 0.5s all ease;
  color: #33a79e;
  background: transparent;
}
.tabbing ul.tabs li a:hover {
  background: #030f25;
  color: #ffffff;
  border-color: #030f25;
}
.tabbing ul.tabs li.active a {
  background: #030f25;
  color: #ffffff;
  border-color: #030f25;
}
.tabbing .tab-content {
  display: none;
}
.tabbing .tab-content.active {
  display: block;
}
.tabbing .tab-content .gallery-items {
  display: flex;
  gap: 32px;
  flex-wrap: wrap;
}
.tabbing .tab-content .gallery-items .gallery-item {
  width: calc(33.33% - 22px);
  height: 400px;
  overflow: hidden;
  border-radius: 34px;
}
.tabbing .tab-content .gallery-items .gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: 0.5s all ease;
}
.tabbing .tab-content .gallery-items .gallery-item:hover img {
  transform: scale(1.05) rotate(2deg);
}

.horizontal-scroll ul.slick-dots,
.working-process ul.slick-dots,
.client-slider-section ul.slick-dots {
  bottom: -70px;
  background-color: rgba(0, 0, 0, 0.5019607843);
  border-radius: 30px;
  padding: 14px 20px;
  display: flex;
  width: auto;
  left: 50%;
  transform: translateX(-50%);
}
.horizontal-scroll ul.slick-dots li,
.working-process ul.slick-dots li,
.client-slider-section ul.slick-dots li {
  width: auto;
  height: auto;
}
.horizontal-scroll ul.slick-dots li button,
.working-process ul.slick-dots li button,
.client-slider-section ul.slick-dots li button {
  width: 8px;
  height: 8px;
  box-shadow: none;
  background: #ffffff;
  border-radius: 100%;
  padding: 0;
  display: block;
  transition: 0.5s all ease;
}
.horizontal-scroll ul.slick-dots li button::before,
.working-process ul.slick-dots li button::before,
.client-slider-section ul.slick-dots li button::before {
  display: none;
}
.horizontal-scroll ul.slick-dots li.slick-active button,
.working-process ul.slick-dots li.slick-active button,
.client-slider-section ul.slick-dots li.slick-active button {
  border-radius: 5px;
  width: 15px;
}

section.our-team-inner-banner {
  background-position: 50% 30%;
}

.faq-section {
  max-width: 800px;
  margin: 0 auto;
}

.faq-item {
  border-bottom: 1px solid #ddd;
}

.faq-section .faq-question button::before {
  display: none;
}

.faq-section .faq-question button:hover {
  color: #030f25;
}

.faq-toggle {
  width: 100%;
  padding: 30px 15px;
  text-align: left;
  border: none;
  background: none;
  font-size: 24px;
  font-weight: bold;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: none;
  color: #030f25;
}
.faq-toggle span i {
  color: #33a79e;
}

.faq-answer {
  display: none;
  padding: 0 15px 15px;
}

.faq-item.active .faq-icon {
  transform: rotate(180deg);
}

.faq-item:hover .faq-icon i {
  transform: rotate(0);
}

.services-container {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.service-item {
  width: calc(33.333% - 17px);
  background: #EFEFEF;
  padding: 40px;
  text-align: left;
  border-radius: 24px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: 0.5s all ease;
}

.service-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(135deg, #3A3CF2 0%, #7B20E7 25%, #33a79e 85%);
  opacity: 0;
  transition: 0.5s all ease;
}

.service-item:hover .service-icon img {
  animation: wobble 1s ease-in-out 1;
}
.service-item:hover::before {
  opacity: 1;
}
.service-item:hover::after {
  background-size: 120%;
}
.service-item:hover .service-heading {
  color: #ffffff;
}
.service-item:hover .service-text {
  color: #ffffff;
}

.service-item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("https://mistrymarketing.in/wp-content/uploads/2025/08/halftone-744404_640.png");
  background-repeat: no-repeat;
  background-position: center;
  transform: scale(-1);
  background-size: 100%;
  opacity: 0.05;
  transition: 0.5s all ease;
}

.service-item .service-icon {
  border-radius: 100%;
  width: 80px;
  height: 80px;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
}

.service-heading {
  font-size: 32px;
  margin-bottom: 100px;
  min-height: 76px;
  transition: 0.5s all ease;
}

.service-text {
  transition: 0.5s all ease;
  margin-bottom: 15px;
}

.service-item .service-btn .text-btn::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.service-item .service-btn a.text-btn {
  font-size: 18px;
  color: #030f25;
  transition: 0.5s all ease;
}

.service-item a.text-btn i {
  color: #33a79e;
  transition: 0.5s all ease;
}

.service-item:hover a.text-btn {
  color: #ffffff;
}

.service-item:hover a.text-btn i {
  color: #ffffff;
}

.service-icon, .service-heading, .service-text, .service-btn {
  position: relative;
  z-index: 1;
}

@keyframes wobble {
  15% {
    transform: translateX(5px);
  }
  33% {
    transform: translateX(-3px);
  }
  50% {
    transform: translateX(4px);
  }
  66% {
    transform: translateX(-2px);
  }
  85% {
    transform: translateX(1px);
  }
}
section.client-slider-section .column {
  overflow: hidden;
}
section.client-slider-section .client-slider {
  margin: 0;
  width: 100%;
  padding-bottom: 100px;
}
section.client-slider-section .client-slider img {
  max-width: 200px;
}
section.client-slider-section .client-slider ul.slick-dots {
  bottom: 0;
}

section.client-slider-section {
  background: #fff;
}

.mobile-header {
  display: none;
}

.slick-track,
.slick-slide {
  min-height: 0; /* prevent recursion */
}

section.service-page {
  background: #fff;
}

section.thank-you p {
  font-size: 18px;
  color: #030f25;
  text-align: center;
}

section.thank-you .column {
  align-items: center;
  justify-content: center;
}

.grecaptcha-badge {
  opacity: 0;
  pointer-events: none;
}

.ScrollSmoother-wrapper {
  pointer-events: none;
}

/* category archive */
body.archive.category main#primary {
  padding: 150px 15px 100px;
  max-width: 1200px;
  width: 100%;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
body.archive.category main#primary > header.page-header {
  width: 100%;
  margin-bottom: 20px;
}
body.archive.category main#primary article.post {
  width: 33.33%;
}
body.archive.category main#primary article.post header.entry-header {
  margin-bottom: 20px;
}
body.archive.category main#primary article.post header.entry-header h2 a {
  display: block;
  font-size: 22px;
}
body.archive.category main#primary article.post header.entry-header .entry-meta .posted-on a .updated {
  display: none;
}
body.archive.category main#primary article.post footer.entry-footer {
  display: none;
}
body.archive.category main#primary article.post a.post-thumbnail {
  display: block;
  margin-bottom: 20px;
}

form input[type=url] {
  width: 100%;
  height: 50px;
  padding: 10px 15px;
  border: 1px solid #cccccc;
  outline: none;
  border-radius: 34px;
  color: #636363;
}

main.sitemap-page {
  padding: 200px 0 50px;
}
main.sitemap-page > .container {
  max-width: 1200px;
  width: 100%;
  margin: auto;
  padding: 0 20px;
}
main.sitemap-page > .container > h1, main.sitemap-page > .container h2, main.sitemap-page > .container h3, main.sitemap-page > .container ul {
  margin-bottom: 20px;
}

strong.toc-title {
  font-size: 24px;
  margin: 0 0 10px;
  display: block;
}

.post-toc {
  margin-bottom: 20px;
}

.single-post .entry-content a {
  color: #33a79e;
}

.single-post .entry-content a:hover {
  color: #030f25;
}

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