body .entry-content,
body {
  margin: 0 !important;
}

.popup-header .popup-heading,
.popup-header span.popup-title {
  font-family: 'Inter';
  font-weight: 600;
}

.main-form .inline-fields,
.popup-form .inline-fields {
  display: flex;
  justify-content: space-between
}

.pum-theme-1627 .pum-container,
.pum-theme-lightbox .pum-container {
  padding: 60px;
  border-radius: 16px;
  border: 8px none #000000;
  box-shadow: 0px 0px 0px 0px rgba(2, 2, 2, 0.00);
  background-color: rgba(255, 255, 255, 1.00);
}

.main-form input:not(input[type=submit]),
.main-form p,
.popup-form input:not(input[type=submit]),
.popup-form p {
  width: 100%
}

div.pum-container {
  left: 50% !important;
  top: 50% !important;
  transform: translate(-50%, -50%);
  margin: unset !important;
  opacity: 1 !important;
}

.main-form .inline-fields .half-field,
.popup-form .inline-fields .half-field {
  width: 49%
}

.popup-form input:not(input[type=submit]),
.popup-form textarea {
  border-radius: 16px;
  background-color: #f1f2f4;
  font-family: 'Plus Jakarta Sans';
  color: #262626;
  font-size: 17px;
  font-weight: 600;
}

.popup-form input:not(input[type=submit]) {
  height: 45px;
  padding: 0 16px;
  display: flex;
  align-items: center;
  appearance: textfield;
  border: none
}

.popup-form textarea {
  padding: 16px;
  resize: none;
  border: none
}

.popup-form button.site-btn {
  width: 100%;
  border-radius: 16px
}

.popup-header .popup-heading {
  font-size: 48px;
  line-height: 56px;
  color: #252525;
  text-align: center;
  text-transform: capitalize;
  margin-bottom: 10px
}

.popup-form button.site-btn {
  width: 100%;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  color: #fff;
  background: #F14160;
  font-family: 'Inter';
  font-size: 17px;
  font-weight: 600;
  padding: 0;
}

.popup-header p {
  color: #252525;
  font-family: 'Plus Jakarta Sans';
  font-size: 18px;
  font-weight: 400;
  text-align: center
}

.popup-header span.popup-title {
  color: #f14160;
  font-size: 20px
}

button.pum-close.popmake-close {
  width: 30px !important;
  height: 30px !important;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none !important;
  box-shadow: none !important;
  font-family: 'Gilroy Semibold' !important;
  background-color: #f14160 !important
}

.pum-theme-lightbox.popmake-overlay {
  backdrop-filter: blur(5px) !important;
  opacity: 1 !important;
}

html,
body {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

span.brand-color {
  color: #F14160;
}

.entry-footer {
  display: none;
}

.post,
.page {
  margin: 0 !important;
}

.home .logo-white,
body:not(.home) .logo-black {
  display: none;
}

body:not(.home) .header-btn a.elementor-button,
body:not(.home) .menu-open-icon .elementor-icon {
  color: #262626 !important;
  background-color: #fff !important;
}

.mega-menu-wrapper .elementor-container {
  transform: scale(0);
  transform-origin: top center;
}

.mega-link .elementor-icon-box-wrapper {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: flex-end;
  color: #0e0e0e;
}

.project-link p.elementor-icon-box-description {
  position: absolute;
  top: 17%;
  transform: translate(-10px, -50%);
  margin: 0;
  display: flex;
  left: 57px;
  align-items: center;
  gap: 12px;
  font-family: 'Plus Jakarta Sans';
  font-weight: 500;
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
}

.project-link p.elementor-icon-box-description a.elementor-icon {
  transform: rotate(45deg);
}

.mega-link.project-link .elementor-icon-box-wrapper:hover p.elementor-icon-box-description {
  opacity: 1;
  transform: translate(0px, -50%);
  visibility: visible;
}

.mega-link .elementor-icon-box-icon {
  display: inline-flex;
  flex: 0 0 auto;
}

.mega-link .elementor-icon-box-wrapper a {
  color: #0e0e0e;
}

.zigzag-animation {
  left: 40% !important;
  transform: translateX(-50%);
}

.swiper.zigzag-swiper::after {
  content: "";
  position: absolute;
  bottom: -16px;
  left: 0;
  width: 100%;
  height: 150px;
  z-index: 10;
  background: linear-gradient(to top, #ffffff 20%, rgba(255, 255, 255, 0) 100%);
  pointer-events: none;
  transform: rotate(10deg);
}

.swiper.zigzag-swiper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0%;
  width: 100%;
  height: 100px;
  z-index: 10;
  background: linear-gradient(to bottom, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  pointer-events: none;
}

.mega-menu-wrapper {
  position: absolute;
  top: 50px;
  left: 50%;
  transform: translateX(-50%) !important;
}

.mega-menu-wrapper>.elementor-container {
  transform: scale(0);
  /* transition: all 1s ease; */
  transform-origin: top right;
  box-shadow: 0 9px 42px 0 rgba(0, 0, 0, .12);
  padding: 24px;
  border-radius: 24px;
  background-color: #fff;
}

.menu-open-icon,
.menu-close-icon {
  cursor: pointer;
}

.menu-close-icon {
  display: none;
}

.home-logo-carousel::after,
.home-logo-carousel::before {
  top: -40px;
  width: 250px;
  height: 150px;
  background-color: #fff;
  border-radius: 50%;
  z-index: 2;
  /* content: ""; */
  position: absolute;
}

.home-logo-carousel::before {
  left: -200px;
  filter: blur(19px);
}

.home-logo-carousel::after {
  right: -200px;
  filter: blur(19px);
}

.zigzag-swiper {
  opacity: 0;
  transform: translateY(10px);
}

h2.bottom-text-zz,
h2.top-text-zz {
  opacity: 0;
}

h2.top-text-zz>div {
  color: transparent;
  background: linear-gradient(179deg, #262626 61.11%, #685353 105.5%);
  background-clip: border-box;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

h2.bottom-text-zz>div {
  color: transparent;
  background: linear-gradient(1deg, #262626 2.3%, #685353 129.96%);
  background-clip: border-box;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.banner-col>div {
  opacity: 0;
  transform: translateY(20px);
}

.footer-subscribe-col>div {
  padding: 100px 50px;
  border-radius: 20px;
  background-color: #fff;
}

.newsletter-main {
  display: flex;
  gap: 8px;
  margin: 0;
  position: relative;
}

.newsletter-main>p {
  margin: 0;
}

.newsletter-main .subs-btn {
  position: absolute;
  right: 3px;
  top: 50%;
  transform: translateY(-50%);
}

.newsletter-main p input[type="email"] {
  width: 100%;
  height: 50px;
  border-radius: 40px;
  padding: 0 14px 0 50px;
  display: flex;
  align-items: center;
  border: 1px solid #262626;
  color: #262626;
  font-family: 'Inter';
  font-size: 16px;
}

.newsletter-main p input[type="submit"] {
  width: 160px;
  border-radius: 40px;
  height: 45px;
  border: none;
  color: #ffff;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #F14160;
  font-family: inter;
  font-size: 16px;
  line-height: 0;
  font-weight: 600;
  padding: 0 0 0 30px;
}

.newsletter-main .wpcf7-form-control-wrap {
  display: block;
}

.newsletter-main p span.wpcf7-form-control-wrap::before {
  content: "\f264";
  font-family: '';
  font-family: remixicon !important;
  font-style: normal;
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
  color: #262626;
  z-index: 1;
}

.subs-btn p::before {
  content: "\ea6e";
  position: absolute;
  left: 20px;
  top: 50%;
  font-family: 'remixicon';
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translateY(-50%);
  background-color: #fff;
  border-radius: 50px;
  color: #F14160;
  font-size: 24px;
}

.subs-btn p {
  position: relative;
  margin: 0;
  height: fit-content;
}

.subs-btn p .wpcf7-spinner {
  position: absolute;
  right: 0;
}

.scroll-img img {
  position: absolute;
  top: 0;
  left: 0;
}

.scroll-btn-box .btn-wraper a {
  width: 100%;
  text-align: center;
  padding: 20px 0 !important;
  justify-content: center;
}

.scroll-btn-box .elementskit-box-footer {
  margin-top: 50px !important;
}

.scroll-card-main .elementor-container.elementor-column-gap-default {
  padding-left: 80px;
  max-width: none !important;
  gap: 20px;
}

.scroll-card-main.scroll-card-main-key {
  padding-left: 80px;
  max-width: none !important;
  gap: 80px;
}

.scroll-card-key .elementor-container.elementor-column-gap-default {
  padding-left: 120px;
  max-width: none !important;
  gap: 30px;
}

.scroll-card-review .elementor-container.elementor-column-gap-default {
  padding-left: 80px;
  max-width: none !important;
  gap: 0px;
}

.scroll-wrapper>div {
  overflow: hidden;
}

.scroll-card-main .elementor-container.elementor-column-gap-default>div {
  flex: 0 0 26%;
}

.scroll-card-review .elementor-container.elementor-column-gap-default>div {
  flex: 0 0 24%;
}

.scroll-card-main-key .elementor-container.elementor-column-gap-default>div {
  flex: 0 0 29%;
}

.netsuite-services-col:hover * {
  color: #fff !important;
}

.scroll-wrapper:not(.scroll-wrapper-key)>.elementor-container::after {
  content: "";
  position: absolute;
  left: 49%;
  top: 0;
  border-radius: 0 0 0 24px;
  border-left: 1px solid rgba(153, 153, 153, 0.00);
  background: linear-gradient(180deg, rgba(14, 14, 14, 0.40) -5.31%, rgba(241, 65, 96, 0.40) 72.92%);
  width: 95%;
  height: 483px;
  transform: translateX(-50%);
  z-index: -1;
  border-bottom: 1px solid rgba(153, 153, 153, 0.00);
}

.scroll-btn-box .elementor-widget-container {
  min-height: 330px;
}

.col-direction>div {
  flex-direction: column;
  gap: 12px;
}

section.img-div>div {
  pointer-events: none;
  overflow: hidden;
  position: absolute !important;
  padding: 0 30px;
}

.lft .col-direction .elementor-column,
.rght .col-direction .elementor-column {
  width: 50%;
  height: 100%;
  /* background-color: aquamarine; */
}

.top-translate {
  transform: translateY(40px);
}

span.dot {
  width: 8px;
  height: 8px;
  background-color: #000;
  display: inline-block;
  margin: 0 5px 0 0px;
  border-radius: 50%;
  position: relative;
  top: -2px;
}

.rating-img-box .elementor-image-box-img {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 20px;
}

.rating-img-box h3 {
  margin-bottom: 20px;
}

.accordion-main .elementor-accordion-item {
  border-top: 1px solid #fff !important;
}

.accordion-main .elementor-tab-title {
  padding: 26px 24px !important;
}

.accordion-main .elementor-tab-title a {
  width: 90%;
  display: inline-block;
  line-height: 32px !important;
  outline: none;
  border: none;
}

.blog-posts-section .row.post-items>div:not(:nth-child(2)) {
  max-width: 25% !important;
  flex: 0 0 25% !important;
}

.blog-posts-section .row.post-items>div:nth-child(2) {
  max-width: 50% !important;
  flex: 0 0 50% !important;
}

.accordion-main .elementor-tab-content[hidden] {
  display: block !important;
}

.accordion-main .elementor-tab-content[hidden][style="display: none;"] {
  display: none !important;
}

.parent-tabs-img {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  min-height: 500px;
  max-height: 500px;
}

.parent-tabs-img>div {
  position: relative;
}

.parent-tabs-img>div a {
  position: absolute;
  left: 0;
  bottom: 0;
  color: #fff;
  font-family: "Plus Jakarta Sans", Sans-serif;
  font-size: 18px;
  line-height: 20px;
  font-weight: 600;
  text-decoration: none;
  display: block;
  width: 100%;
  height: 70px;
  display: flex;
  align-items: center;
  padding-left: 30px;
  border-radius: 0 0 24px 24px;
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(8px);
  transition: all 0.3s ease;
}

.parent-tabs-img>div a:hover {
  color: #F14160;
}

div.grid-img1 {
  grid-area: 1 / 1 / 3 / 3;
}

div.grid-img2 {
  grid-area: 1 / 3 / 2 / 4;
}

div.grid-img3 {
  grid-area: 2 / 3 / 3 / 4;
}

div.grid-img4 {
  grid-area: 1 / 4 / 3 / 5;
}

.parent-tabs-img img {
  width: 100%;
  height: 100% !important;
  display: block;
  object-fit: cover;
  border-radius: 24px;
  position: absolute;
}

.serv-video .elementor-custom-embed-image-overlay::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  z-index: 0;
}

.serv-video .elementor-custom-embed-image-overlay .elementor-custom-embed-play {
  z-index: 1;
}

.card {
  position: absolute;
  width: 100%;
  top: 0px;
  color: #fff;
  margin-bottom: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
}

.card .elementor-widget-wrap {
  min-height: 365px;
}

.card1 {}

.card2 {
  top: 20px;
}

.card3 {
  top: 40px;
}

.card4 {
  top: 60px;
}

.card5 {
  top: 80px;
}

/* .cards-pin-container,
.scroll-wrapper-review{
  overflow: hidden;
} */
/* .scroll-wrapper-key, */
.cards-pin-container,
.scroll-wrapper-review {
  min-height: 100vh;
  position: relative;
}

.overflow-section * {
  overflow: visible;
}

.about-header div.about-line:first-child {
  min-height: 95px;
}

div.about-line {
  position: relative;
  overflow: hidden;
  min-height: 135px;
}

.about-content {
  white-space: nowrap;
  display: flex;
  align-items: center;
  position: absolute;
  opacity: 0;
}

.about-content video {
  width: 196px;
  height: 130px;
  margin: 5px 20px 5px 0;
  border-radius: 100px;
  object-fit: cover;
}

.white-text .word {
  opacity: 0.3;
}

.about-mv-main-section .elementor-container.elementor-column-gap-default {
  flex-direction: column;
  gap: 30px;
}

.about-mv-main-section .elementor-inner-column.elementor-element {
  width: 100%;
}

.elem>div {
  position: relative;
  display: flex !important;
  flex-wrap: unset !important;
  justify-content: space-between;
  width: 100%;
  padding: 3.5vw 3vw !important;
  padding-right: 0;
}

.elem>div::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 2px;
  z-index: 1;
}

.elem>div::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #000;
  transform: scale(0);
  transform-origin: left;
  width: 100%;
  height: 2px;
  z-index: 2;
}

.elem>div:hover::before {
  animation: aboutHover 0.5s linear forwards;
}

@keyframes aboutHover {
  0% {
    transform: scale(0);
  }

  100% {
    transform: scale(1);
  }
}

.elem h2 {
  opacity: .7;
}

.elemlast {
  border-bottom: 1px solid #888;
}

.elem .elementor-widget-image {
  opacity: 0;
  scale: 0.5;
  width: 410px !important;
  height: 410px;
  pointer-events: none;
  z-index: 999;
  position: absolute;
  left: 0;
  /* transform: translate(-50%, -50%); */
}

.cont-col>div::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  transform: matrix3d(0.959064, -0.0060744, 0, -0.000267, 0.0094872, 0.994729, 0, -0.0002891, 0, 0, 1, 0, -21.6415, -22.7686, 0, 1);
  border-radius: 20px;
  scale: 0;
  opacity: 0;
  transform-origin: center;
  transition: all 0.4s ease;
  z-index: -1;
}

.cont-col>div:hover::after {
  scale: 1;
  opacity: 1;
}

.cont-col>div:hover h4,
.cont-col>div:hover h3,
.cont-col>div:hover p {
  color: #fff !important;
}

.main-form input:not([type="submit"]) {
  height: 50px;
  width: 100%;
  border-bottom: 2px solid #dcdcdc !important;
  border-radius: 0;
  outline: none;
  border: none;
  background-color: transparent;
  transition: all 0.3s ease;
  position: relative;
  z-index: 2;
  padding: 0;
  font-family: 'Plus Jakarta Sans';
  font-size: 18px;
  font-weight: 500;
  color: #0e0e0e;
}

.wpcf7-form-control-wrap:has(input:focus)+label,
.wpcf7-form-control-wrap:has(input.filled)+label {
  top: 0px;
  color: #F14160;
  font-size: 15px;
}

.main-form .cont-wrapper p {
  position: relative;
  margin-bottom: 36px;
}

.main-form input:not([type="submit"]):focus {
  border-color: #F14160 !important;
}

.main-form .cont-wrapper label {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease;
  font-size: 18px;
  font-weight: 600;
  font-family: 'Inter';
  color: #0e0e0e;
  letter-spacing: -0.5px;
}

.main-form .cont-wrapper p textarea {
  border: none;
  border-bottom: 2px solid #dcdcdc;
  resize: none;
  outline: none;
  padding: 20px 0 0 0;
  position: relative;
  z-index: 1;
  background-color: transparent;
}

.main-form .cont-wrapper.message-box label {
  top: 68px;
}

.wpcf7-form-control-wrap:has(textarea:focus)+label,
.wpcf7-form-control-wrap:has(textarea.filled)+label {
  top: 0px !important;
  color: #F14160;
  font-size: 15px;
}

.main-form button {
  width: 200px;
  height: 60px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  border: none;
  outline: none;
  color: #fff;
  fill: #fff;
  background-color: #F14160;
  font-family: "Inter", Sans-serif;
  font-size: 18px;
  font-weight: 500;
  box-shadow: 0px 6px 8.7px 0px rgba(65, 65, 65, 0.15);
}

.main-form textarea:focus {
  border-color: #F14160 !important;
}

.wpcf7-not-valid-tip {
  color: #dc3232;
  font-size: 1em;
  font-weight: normal;
  display: block;
  font-family: 'Inter';
  margin-left: 8px;
  letter-spacing: -0.5px;
  font-weight: 500;
}

.home-work-col .elementor-widget-image a {
  width: 100%;
}

.home-work-col:hover .elementor-icon-box-icon {
  transform: scale(1);
}

.home-work-col:hover .elementor-icon-box-content {
  transform: translateX(45px);
}

.home-work-icon .elementor-icon-box-content {
  transition: all 0.3s ease;
}

.home-work-icon .elementor-icon-box-icon {
  transform: scale(0);
  position: absolute;
  transition: all 0.3s ease;
}

.footer-link h3 a {
  color: #fff;
}

.footer-link h3 a:hover {
  color: #F14160;
}

.ser-right-col {
  position: relative;
  top: 50px;
}

.error-container {
  margin-top: -100px;
  background-image: url('/wp-content/uploads/2025/07/Frame-1618873224.webp');
  background-position: center;
  background-size: cover;
  padding: 100px 0;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.error-inner {
  max-width: 1200px;
  margin: 0 auto;
  /* padding: 50px 0; */
  width: 100%;
  text-align: center
}

.styles_main__Dvxef {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 1.5rem;
  font-size: 18rem;
  font-weight: 500;
  justify-content: center;
}

.styles_video__IrSOX {
  --size: 400px;
  top: 50%;
  left: 50%;
  z-index: 1;
  width: var(--size);
  height: var(--size);
  transform: translate(-50%, -50%);
  position: absolute;
}

span.four {
  font-size: 300px;
  font-family: 'Inter';
  position: relative;
  z-index: 20;
  font-weight: 800;
  color: transparent;
  background: linear-gradient(91deg, #ffffff 2.3%, #685353 129.96%);
  background-clip: border-box;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.rkc-video,
.rkc-video img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.error-container a.site-btn {
  background-color: #f14160 !important;
  font-family: "Gilroy Semibold", Sans-serif;
  font-size: 20px;
  font-weight: 500;
  fill: #FFFFFF;
  color: #fff;
  border-radius: 10px;
  width: fit-content;
  display: inline-block;
  padding: 12px 24px;
  line-height: 1;
  text-decoration: none;
  margin: 30px auto
}

.error-container .error-num {
  font-size: 300px;
  font-family: 'Product Sans Medium';
  font-weight: 700;
  text-shadow: 9px 8px 0 #eaeaea !important;
  letter-spacing: 10px;
  text-align: center
}

.error-container h3 {
  font-size: 32px;
  text-align: center;
  font-family: 'Plus Jakarta Sans';
  text-transform: capitalize;
  font-weight: 600;
  color: #FFFFFF;
}

.error-container p {
  font-size: 18px;
  text-align: center;
  color: #fff !important;
  font-family: 'Plus Jakarta Sans';
  max-width: 620px;
  margin: 40px auto !important;
}

.error-container .error-inner a {
  background-color: #F14160;
  font-family: "Inter", Sans-serif;
  font-size: 18px;
  font-weight: 500;
  fill: #FFFFFF;
  color: #FFFFFF;
  border-radius: 40px 40px 40px 40px;
  padding: 15px 20px 15px 20px;
  text-decoration: none;
}

body:not(.elementor-page) .inner-page-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding-bottom: 100px;
  padding-top: 50px;
}

.container.post-detail {
  max-width: 1280px;
  margin: 80px auto;
}

/* .container.post-detail .post-info {
  position: relative;
  border-radius: 16px;
  min-height: 500px;
  display: flex;
  align-items: flex-end;
  padding: 24px
}

.post-info::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  border-radius: inherit;
  width: 100%;
  background-color: rgba(0, 0, 0, .2)
} */

.container.post-detail .post-info h1 {
  color: #0e0e0e;
  font-family: "Matter", sans-serif;
  font-size: 96px;
  width: 95%;
  font-weight: 600;
  position: relative;
  z-index: 1;
  letter-spacing: -1px;
}

.container.post-detail .post-extra {
  display: flex;
  justify-content: space-between;
}

.container.post-detail .post-extra .auth-info {
  min-width: 450px;
  height: 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #d0d0d0;
  border-radius: 50px;
  padding: 0 28px 0 14px;
}

.container.post-detail .post-extra .post-author span.avatar {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: block;
  overflow: hidden;
}

.container.post-detail .post-extra .post-author span.avatar img {
  scale: 1.08;
}

.container.post-detail .post-extra .post-author {
  display: flex;
  align-items: center;
  gap: 5px;
}

.container.post-detail .post-extra .post-author .title {
    font-family: 'Inter';
    font-weight: 600;
    font-size: 18px;
    min-width: 120px;
    background-color: #d0d0d0;
    border-radius: 50px;
    color: #0e0e0e;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
   transition: all 0.3s ease;
   cursor: pointer;
}
.container.post-detail .post-extra .post-author .title:hover{
  background-color: #F14160;
  color: #FFFFFF;
}

.container.post-detail .post-extra .post-author span.info-post-ex-info {
  font-family: 'Plus Jakarta Sans';
  font-size: 18px;
  color: #0e0e0e;
  font-weight: 600;
  position: relative;
  left: 10px;
  top: 1px;
}
span.info-post-ex-info.post-time {
    display: block;
    padding-left: 120px;
    height: 40px;
    display: flex;
    align-items: center;
    font-weight: 500;
}
span.info-post-ex-info.post-time::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100px;
    height: 1px;
    background: #F14160;
}
.container.post-detail .post-content div#ez-toc-container {
    display: none;
}

.bg-post {
  height: 650px;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  margin: 80px 0;
}

.container.post-detail .post-content {
  margin: 80px auto 40px auto;
}

.container.post-detail .post-content a {
  color: #fff;
  background-color: #0e0e0e;
  padding: 3px 10px;
  border-radius: 50px;
  margin: 5px;
  display: inline-block;
  text-decoration: none;
  transition: all 0.3s ease;
}

.container.post-detail .post-content a:hover {
  background-color: #F14160;
}

.container.post-detail .post-content h1,
.container.post-detail .post-content h2 strong,
.container.post-detail .post-content h3,
.container.post-detail .post-content h4,
.wp-block-heading {
  font-family: 'Matter';
  font-weight: 600 !important; 
  color: #0e0e0e;
  margin-top: 34px;
}

.container.post-detail strong {
  font-weight: 500 !important
}

.container.post-detail .post-content h2,
h2.wp-block-heading {
  margin: 26px 0
}

.container.post-detail .post-content h2,
h2.wp-block-heading {
  font-size: 34px;
  font-family: 'Matter';
  font-weight: 600;
  margin-top: 80px;
  letter-spacing: 0.5px;
}

.container.post-detail .post-content h3,
h3.wp-block-heading {
  font-size: 29px;
  font-family: 'Matter';
  font-weight: 600;
  margin-top: 50px;
  letter-spacing: 0.5px;
}

.container.post-detail .post-content h4,
h4.wp-block-heading {
  font-size: 24px;
  font-family: 'Matter';
  font-weight: 500;
  margin-top: 40px;
  letter-spacing: 0.5px;
}

.container.post-detail .post-content ol li,
.container.post-detail .post-content p,
.container.post-detail .post-content span,
.container.post-detail .post-content ul li,
body:not(.elementor-page) p,
body:not(.elementor-page) ul.wp-block-list li {
  color: #0e0e0e;
  font-size: 18px;
  font-family: 'Plus Jakarta Sans';
  font-weight: 400;
  line-height: 28px;
  margin: 0;
}

.container.post-detail .post-content ol,
.container.post-detail .post-content ul,
body:not(.elementor-page) ul,
body:not(.elementor-page) ol {
  margin: 0 0 24px !important;
  padding: 0;
  list-style: none
}

.container.post-detail .post-content ol li,
.container.post-detail .post-content ul li,
body:not(.elementor-page) ul.wp-block-list li {
  position: relative;
  padding-left: 30px;
  margin-top: 5px
}

.container.post-detail .post-content ol li::before,
.container.post-detail .post-content ul li::before,
body:not(.elementor-page) ul.wp-block-list li::before {
  content: "";
  position: absolute;
  left: -7px;
  top: 15px;
  transform: translateY(-50%);
  background-image: url(/wp-content/uploads/2025/06/Rectangle-1.png);
  background-size: 80%;
  background-repeat: no-repeat;
  background-position: center;
  width: 24px;
  height: 24px
}

body:not(.elementor-page) .inner-page-wrapper p a {
  color: #F14160;
}

body:not(.elementor-page) .ekit-template-content-header {
  background-color: #000;
}

div[style="display: block !important; clear: both !important"] {
  height: 0;
  opacity: 0;
  overflow: hidden;
}

@media only screen and (min-width: 1150px) and (max-width: 1560px) {
  .scroll-img p {
    font-size: 20px !important;
    line-height: 20px;
    margin-right: 20px !important;
  }

  .scroll-btn-box {
    min-height: 350px !important;
  }

  .scroll-btn-box>div {
    height: 100%;
  }

  .scroll-img img {
    width: 140px;
  }

  .scroll-img>div {
    padding: 40px 0 !important;
    min-height: 124px;
  }

  .scroll-btn-box .elementskit-box-style-content {
    font-size: 18px !important;
    letter-spacing: -0.5px;
  }

  .scroll-btn-box .elementskit-box-footer {
    margin-top: 30px !important;
  }

  .accordion-item h2 {
    font-size: 20px !important;
    margin-bottom: 8px !important;
  }

  .accordion-item {
    padding: 24px 0;
  }

  .right-panel {
    padding: 50px 70px !important;
  }

  .accordion-item p {
    font-size: 18px !important;
    width: 100% !important;
    line-height: 1.3 !important;
  }

  .one-img>div,
  .two-img>div,
  .three-img>div,
  .four-img>div {
    padding: 24px !important;
    height: 290px;
  }

  .one-img>div .elementor-element.elementor-widget.elementor-widget-image-box,
  .two-img>div .elementor-element.elementor-widget.elementor-widget-image-box,
  .three-img>div .elementor-element.elementor-widget.elementor-widget-image-box,
  .four-img>div .elementor-element.elementor-widget.elementor-widget-image-box {
    margin-top: -30px;
  }

  .one-img>div h2.elementor-heading-title.elementor-size-default,
  .two-img>div h2.elementor-heading-title.elementor-size-default,
  .three-img>div h2.elementor-heading-title.elementor-size-default,
  .four-img>div h2.elementor-heading-title.elementor-size-default {
    font-size: 30px !important;
    line-height: 36px !important;
  }

  .one-img>div p.elementor-image-box-description,
  .two-img>div p.elementor-image-box-description,
  .three-img>div p.elementor-image-box-description,
  .four-img>div p.elementor-image-box-description {
    font-size: 16px !important;
    line-height: 17px;
  }

  .scroll-card-review .elementor-column>div {
    padding: 20px !important;
  }

  .scroll-card-review .elementor-column>div h2.elementor-heading-title.elementor-size-default {
    font-size: 20px !important;
    line-height: 30px !important;
  }

  .scroll-wrapper-key {
    top: 0 !important;
  }

  .overlap-card {
    top: 70px !important;
  }
}

@media only screen and (max-width: 768px) {
  .mega-menu-wrapper>.elementor-container {
    padding: 30px 12px;
    margin: 0 12px;
    border-radius: 12px;
  }

  body:not(.home) .ekit-menu-icon.icon.icon-burger-menu {
    color: #fff !important;
  }

  .scroll-card-main .elementor-container.elementor-column-gap-default,
  .scroll-card-review .elementor-container.elementor-column-gap-default {
    padding-left: 0px;
  }

  .scroll-img img {
    width: 100px !important;
  }

  .scroll-img>div {
    max-height: 160px;
    height: 160px;
  }

  .scroll-btn-box>div {
    min-height: 395px;
  }

  section.img-div>div {
    position: relative !important;
    padding: 0 10px !important;
  }

  .top-translate {
    transform: translateY(0px);
  }

  .home-post-grid .blog-posts-section .row.post-items>div {
    max-width: 100% !important;
    flex: 0 0 100% !important;
  }

  .services-tabs .nav.nav-tabs.elementkit-tab-nav {
    display: flex !important;
    flex-wrap: nowrap;
    white-space: nowrap;
    overflow-x: scroll;
    padding-bottom: 20px;
  }

  .parent-tabs-img {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(1, 1fr);
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    min-height: unset;
    max-height: unset;
  }

  .parent-tabs-img>div {
    position: relative;
    grid-area: unset !important;
  }

  .parent-tabs-img img {
    grid-area: unset;
    position: static;
    min-height: 300px;
    max-height: 300px;
  }

  .mob-blurb .elementor-image-box-wrapper {
    display: flex;
    align-items: center;
    gap: 12px;
  }

  .scroll-card-review>.elementor-container .owl-stage {
    display: flex;
  }

  .scroll-card-review>.elementor-container .owl-stage .owl-item {
    flex: 1 0 auto;
  }

  .scroll-card-review>.elementor-container .owl-stage .owl-item>div {
    height: 100%;
  }

  .mob-menu .elementskit-menu-container {
    max-width: 320px !important
  }

  .mob-menu .elementskit-menu-overlay {
    backdrop-filter: blur(3px)
  }

  .mob-menu .dropdown-item {
    padding-bottom: 5px !important
  }

  .mob-menu .elementskit-menu-close.elementskit-menu-toggler {
    width: 36px !important;
    height: 36px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none !important;
    box-shadow: none !important;
    font-family: "Product Sans Medium", Sans-serif;
    background-color: #f14160 !important;
    color: #fff !important;
    border-radius: 50% !important;
    font-size: 18px
  }

  .mob-menu .icon.icon-down-arrow1.elementskit-submenu-indicator {
    position: absolute;
    right: 15px;
    width: 100%;
    text-align: right
  }

  .mob-menu .elementskit-dropdown.elementskit-submenu-panel.elementskit-dropdown-open {
    margin-top: -20px
  }

  .mob-menu .elementskit-menu-container ul.elementskit-navbar-nav>li::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 22px;
    height: 1px;
    width: 100%;
    background-color: #ccc
  }

  .pum-container.popmake {
    max-width: 90% !important;
    min-width: 90% !important;
    padding: 30px 20px 20px !important
  }

  .popup-header p {
    margin-bottom: 20px;
  }

  .popup-header .popup-heading {
    font-size: 26px;
    line-height: 32px;
  }

  .popup-form .inline-fields,
  .ui-tabs-vertical.case-studies-wrapper .ui-tabs-panel[aria-hidden="false"] {
    flex-direction: column;
  }

  .main-form .inline-fields .half-field,
  .popup-form .inline-fields .half-field {
    width: 100%;
  }

  .scroll-card-review .elementor-widget-image img {
    width: 100px;
  }
}