/*!
Theme Name: Pegasync child
Theme URI: https://pegasync.com/
Author: Genesis Holdings
Author URI: https://pegasync.com/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: pegasync
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

alpha is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*  Drop down menu CSS ENDS */

/*
Nav bar
*/
#mml {
  padding: 15px !important;
}
#mm #primary-menu ul.sub-menu li a {
  padding-left: 35px;
}
#mm #primary-menu .sub-menu li a::before {
  content: unset;
}
#mm ul.sub-menu {
  position: relative;
  visibility: visible;
  opacity: 1;
  transform: translate(0);
  display: block !important;
  height: auto !important;
}
#mml {
  padding: 0 15px;
  color: #ffffff;
}
#mml h4 {
  display: inline-block;
  margin-bottom: 0;
  margin-top: 12px;
}
.mm {
  position: relative;
  /*    background-color: #060709;*/
  min-height: 49px;
}

#mmb {
  position: absolute;
  width: 40px;
  height: 50px;
  margin-right: 15px;
  top: 0;
  right: 0;
  cursor: pointer;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

#mmb span {
  display: block;
  position: absolute;
  height: 1.5px;
  width: 90%;
  background: #000;
  border-radius: 9px;
  opacity: 1;
  right: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

#mmb span:nth-child(1) {
  top: 16px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#mmb span:nth-child(2) {
  top: 26px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#mmb span:nth-child(3) {
  top: 36px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
  width: 60%;
  right: 0px;
  left: auto;
}

#mmb.on span {
  height: 2px;
}
#mmb.on span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 16px;
  left: 8px;
}

#mmb.on span:nth-child(2) {
  width: 0%;
  opacity: 0;
}

#mmb.on span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 42px;
  left: 8px;
  width: 90%;
}
#mml .custom-logo-link img {
  width: 144px;
}
#mm ul {
  padding-left: 0;
  margin-bottom: 0;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  z-index: 1000;
  display: none;
}

#mm li {
  display: block;
  position: relative;
  padding: 0;
}
#mm #primary-menu a {
  display: block;
  padding: 16px 26px 15px 17px;
  border-bottom: #dedede 1px solid;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 25px;
  background-color: #060709;
  word-wrap: break-word;
  text-align: left;
}
#mm #primary-menu a:hover {
  background-color: #0b204d;
}
.mm,
#mm {
  display: none;
}
/* 
 * NAVBAR CSS ENDS
 */
/*  Drop down menu CSS*/
#primary-menu {
  text-align: center;
}
#primary-menu li {
  display: inline-block;
  padding: 0 10px;
  font-family: Poppins;
}
#primary-menu li a {
  /*    padding: 38px 0;*/
  color: #767676;
  font-size: 14px;
}
#primary-menu li a.MenuActive {
  color: #060709;
  font-weight: bold;
  /*    border-bottom: 2px solid;*/
}
.menu-item-has-children {
  position: relative;
}
.menu-item-has-children::after {
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  position: absolute;
  right: -5px;
  top: 2px;
  display: block;
  color: #767676;
}
.menu-item-has-children .sub-menu {
  position: absolute;
  z-index: 99;
  background-color: #fff;
  box-shadow: 0 2px 10px 0px rgba(0, 0, 0, 0.15);
  top: calc(100% + 10px);
  left: 10px;
  width: 220px;
  border-radius: 5px;
  transform: translateY(20px);
  opacity: 0;
  transition: all 0.5s ease-in-out;
  visibility: hidden;
  overflow: hidden;
}
.menu-item-has-children:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
#primary-menu .sub-menu li {
  display: block;
  padding: 0;
}
#primary-menu .sub-menu li a:hover {
  color: #fff;
  border-color: transparent;
}
#primary-menu .sub-menu li a {
  display: block;
  text-align: left;
  padding: 17px 10px;
  border-bottom: 1px solid #eee;
  position: relative;
  z-index: 9;
  transition: all 0.5s ease-in-out;
}
#primary-menu .sub-menu li:last-child a {
  border-bottom: 0;
}
#primary-menu .sub-menu li a:hover::before {
  width: 100%;
  background-color: #0b204d;
  border-color: #0b204d;
}
#primary-menu .sub-menu li a::before {
  content: "";
  background-color: transparent;
  width: 3px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.5s ease-in-out;
  z-index: -1;
  border-bottom: 1px solid transparent;
}
.menu-toggle {
  display: none;
}

/*  Drop down menu CSS ENDS */
/* 404 - NOT FOUND PAGE */

.error-404.not-found {
  text-align: center;
  height: 100vh;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100vw;
  left: 50%;
  margin-left: -50vw;
  position: relative;
  background-image: url(/wp-content/uploads/2020/10/404.jpg);
  background-size: cover;
}
.not_found_inner {
  max-width: 69.5%;
}
.error404 #masthead,
.error404 #colophon {
  display: none;
}
.logo a {
  outline: 0 !important;
}
.error-404.not-found .logo {
  padding: 0;
  background-color: transparent;
}
.error-404.not-found h1 {
  font-size: 200px;
  line-height: 1;

  /*SEARCH RESULTS - NO RESULTS CSS */

  .search-results article.product,
  .search-results article.page {
    display: none;
  }
  .search-results .page-title span::before,
  .search-results .page-title span::after {
    content: '"';
  }
  .search-results .page-title {
    font-weight: bold;
    font-size: 28px;
    text-align: center;
    margin-bottom: 30px;
  }
  .search-results .page-header {
    width: 100%;
  }
  .search-results #primary {
    display: flex;
    flex-wrap: wrap;
  }
  .search-results #primary article {
    width: 30%;
    margin: 0 1.5%;
    box-shadow: 0 2px 10px 2px rgba(0, 0, 0, 0.1);
    padding: 20px;
    padding-top: 0;
    margin-bottom: 35px;
    border-radius: 6px;
  }
  .search-results #primary article a.post-thumbnail {
    display: block;
    margin-left: -20px;
    margin-right: -20px;
  }
  .search-results #primary article a.post-thumbnail img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
  }
  .search-results #primary article .entry-title a {
    display: block;
    color: #060709;
    font-size: 24px;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .no-results.not-found {
    text-align: center;
    margin-bottom: 50px;
  }
  .no-results.not-found .search-form input.search-field {
    height: 45px;
    padding-left: 10px;
    border: 1px solid #eee;
    background-color: #eee;
    color: #333;
    font-size: 14px;
    width: 250px;
  }
  .no-results.not-found .search-form .search-submit {
    height: 45px;
    padding: 0 30px;
    border: 0;
    background-color: #0b204d;
    color: #fff;
    cursor: pointer;
  }
  .no-results.not-found .search-form .search-submit:hover {
    background-color: #252525;
  }
  .no-results.not-found .search-form label span {
    display: none;
    width: 0;
  }

  /*SEARCH RESULTS - NO RESULTS CSS ENDS*/
  color: #404040;
  margin: 30px 0;
  font-weight: 800;
}
.error-404.not-found h1 span {
  color: #e01e26;
}
.page-header h3 {
  color: #060709;
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 40px;
}
.page-header p {
  font-size: 22px !important;
  color: #060709;
  margin-bottom: 20px;
}
.page-content .return_home {
  background-color: #e01e26;
  color: #fff;
  padding: 20px 50px;
  display: inline-block;
  font-size: 20px;
  box-shadow: 0 2px 10px 0px rgba(0, 0, 0, 0.5);
  text-decoration: none;
  transition: all 0.5s ease-in-out;
  border: 2px solid #e01e26;
}
.page-content .return_home:hover {
  transform: translateY(-3px);
  background-color: transparent;
  color: #060709;
  transform: scale(1.1);
}

/* 404 - NOT FOUND PAGE ENDS */

/*SEARCH RESULTS - NO RESULTS CSS */

.search-results article.product,
.search-results article.page {
  display: none;
}
.search-results .page-title span::before,
.search-results .page-title span::after {
  content: '"';
}
.search-results .page-title {
  font-weight: bold;
  font-size: 28px;
  text-align: center;
  margin-bottom: 30px;
}
.search-results .page-header {
  width: 100%;
}
.search-results #primary {
  display: flex;
  flex-wrap: wrap;
}
.search-results #primary article {
  width: 30%;
  margin: 0 1.5%;
  box-shadow: 0 2px 10px 2px rgba(0, 0, 0, 0.1);
  padding: 20px;
  padding-top: 0;
  margin-bottom: 35px;
  border-radius: 6px;
}
.search-results #primary article a.post-thumbnail {
  display: block;
  margin-left: -20px;
  margin-right: -20px;
}
.search-results #primary article a.post-thumbnail img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.search-results #primary article .entry-title a {
  display: block;
  color: #060709;
  font-size: 24px;
  font-weight: 600;
  margin-top: 20px;
  margin-bottom: 20px;
}
.no-results.not-found {
  text-align: center;
  margin-bottom: 50px;
}
.no-results.not-found .search-form input.search-field {
  height: 45px;
  padding-left: 10px;
  border: 1px solid #eee;
  background-color: #eee;
  color: #333;
  font-size: 14px;
  width: 250px;
}
.no-results.not-found .search-form .search-submit {
  height: 45px;
  padding: 0 30px;
  border: 0;
  background-color: #0b204d;
  color: #fff;
  cursor: pointer;
}
.no-results.not-found .search-form .search-submit:hover {
  background-color: #252525;
}
.no-results.not-found .search-form label span {
  display: none;
  width: 0;
}

/*SEARCH RESULTS - NO RESULTS CSS ENDS*/

body,
html {
  width: 100%;
  overflow-x: hidden;
}

*,
p {
  padding: 0px;
  margin: 0px;
}

.footer--form .elementor-form-fields-wrapper {
  display: flex;
}

.footer--form .elementor-field-type-submit {
  max-width: 110px;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}

.elementor-widget-form.footer--form .elementor-field-type-submit button {
  min-height: 60px;
}

.footer--form .elementor-field-group .elementor-field-textual {
  min-height: 74px;
  padding: 0px 120px 0px 30px;
}

.elementor-element.your--mind-section {
  position: relative;
}

.elementor-element.your--mind-section::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 30%;
  height: 100%;
  background: url("/wp-content/uploads/2025/05/shape-01-01.webp") center
    center no-repeat;
  background-size: cover;
}

.elementor-element.your--mind-section::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 30%;
  height: 100%;
  background: url("/wp-content/uploads/2025/05/shape-01-02.webp") center
    center no-repeat;
  background-size: cover;
}

.custom--btn a.elementor-button,
.custom--btn a {
  min-height: 70px;
  min-width: 192px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.custom--btn a {
  background-color: #fff;
  border-radius: 50px;
  font-family: "Helvetica New Display", Sans-serif;
  font-size: 18px;
  font-weight: 500;
  padding: 0px 10px 0px 10px;
  color: #000;
}

.cards--hover-wrap .custom--btn a {
  transition: 0.3s all;
}

.cards--hover-wrap .custom--btn a:hover {
  background-color: var(--e-global-color-primary);
  color: #fff;
}

.cards--hover-wrap .custom--btn a .elementor-button-icon,
.cards--hover-wrap .custom--btn a .elementor-button-icon path {
  transition: 0.3s all;
}

.cards--hover-wrap .custom--btn a:hover .elementor-button-icon {
  background-color: #fff;
}

.cards--hover-wrap .custom--btn a:hover .elementor-button-icon path {
  fill: var(--e-global-color-primary);
}

.cards--hover-wrap .custom--btn a:hover .elementor-button-icon svg {
  transform: rotate(-180deg);
}

.icon--animated a.elementor-button,
.custom--btn a {
  padding: 0px 12px 0px 20px;
}

.custom--btn .elementor-button-content-wrapper {
  align-items: center;
}

.cards--hover-wrap .custom--btn {
  margin-top: 40px;
}

.cards--hover-wrap .custom--btn .elementor-button-icon {
  margin-left: 10px;
}

.cards--hover-wrap .custom--btn a .btn--text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  max-width: 100px;
  transition: 0.3s all;
}

.cards--hover-wrap .card--wrap.active .custom--btn a .btn--text {
  max-width: none;
}

.icon--animated .elementor-button-icon {
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--e-global-color-primary);
  border-radius: 50px;
}

.icon--animated .elementor-button-icon svg {
  width: 12px;
  transition: 0.3s all;
}

.icon--animated .elementor-button .elementor-button-icon {
  transition: 0.3s all;
}

.icon--animated .elementor-button:hover .elementor-button-icon {
  background-color: #fff;
}

.icon--animated .elementor-button:hover .elementor-button-icon svg {
  transform: rotate(-180deg);
}

.icon--animated .elementor-button:hover .elementor-button-icon svg path {
  fill: #007dfc;
}

.icon--animated.colored--btn .elementor-button:hover .elementor-button-icon {
	background-color: var(--e-global-color-primary);
}

.icon--animated.colored--btn .elementor-button:hover .elementor-button-icon svg path {
	fill: #fff;
}

.heading--subtitle .elementor-widget-container {
  display: inline-flex;
  min-height: 40px;
  min-width: 165px;
  justify-content: center;
  align-items: center;
}

.long--icon-btn .elementor-button-wrapper .elementor-button {
  width: 100%;
}

.long--icon-btn .elementor-button-wrapper .elementor-button-content-wrapper {
  justify-content: space-between;
  align-items: center;
}

.long--icon-btn
  .elementor-button-wrapper
  .elementor-button-content-wrapper
  .elementor-button-icon {
  background: var(--e-global-color-primary);
  width: 50px;
  height: 50px;
  border-radius: 50px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 18px;
}

.long--icon-btn
  .elementor-button-wrapper
  .elementor-button-content-wrapper
  .elementor-button-icon
  svg {
  fill: #ffff;
}

.about--us-icon .elementor-widget-container {
  width: 70px;
  height: 70px !important;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.testimonial--slider .owl-item {
  opacity: 0.4;
  transition: 0.3s all;
}

.testimonial--slider .owl-item.center {
  opacity: 1;
  margin-top: 40px;
}

.testimonial--slider .testimonial--wrapper {
  background-color: #f5f2ed;
  padding: 25px;
  border-radius: 10px;
}

.testimonial--slider .testimonial--wrapper .testimonial--header .quote--icon {
  width: 100%;
  max-width: 68px;
}

.testimonial--slider
  .testimonial--wrapper
  .testimonial--header
  .quote--icon
  img {
  width: 100%;
  object-fit: contain;
  filter: brightness(0);
  transition: 0.4s all;
}

.testimonial--slider
  .owl-item.center
  .testimonial--wrapper
  .testimonial--header
  .quote--icon
  img {
  filter: brightness(1);
}

.testimonial--slider .testimonial--wrapper {
  font-family: "Inter", sans-serif;
  min-height: 383px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.testimonial--slider
  .testimonial--wrapper
  .testimonial--header
  .testimonial--text {
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  margin: 30px 0px 30px;
}

.testimonial--slider
  .testimonial--wrapper
  .testimonial--footer
  .testimonial--author {
  font-size: 12px;
  color: #67646a;
  font-weight: 600;
}

.testimonial--slider .testimonial--wrapper .testimonial--footer p {
  font-size: 10px;
  font-weight: 600;
  color: #413d45;
}

.testimonial--slider .owl-nav {
  display: flex;
  gap: 25px;
  justify-content: center;
  margin-top: 60px;
}

.testimonial--slider .owl-nav button {
  width: 37px;
  height: 37px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #e0e0e0 !important;
  transition: 0.4s all;
}

.testimonial--slider .owl-nav button:hover {
  background: var(--e-global-color-primary) !important;
}

.testimonial--slider .owl-nav button i {
  font-size: 16px;
  transition: 0.4s all;
}

.testimonial--slider .owl-nav button:hover i {
  color: #fff;
}

.main--header {
  position: relative;
  top: -100px;
  animation: header--anim 0.6s 2s ease-out forwards;
}

@keyframes header--anim {
  0% {
    top: -100px;
  }

  100% {
    top: 50px;
  }
}

.main--header .header--inner-wrap {
  overflow: hidden;
}

.main--header .header--inner-wrap .logo--wrap {
  align-items: center;
  justify-content: center;
}

.main--header
  .header--inner-wrap
  .menu--wrapper
  .elementor-nav-menu--main
  .elementor-nav-menu
  .current-menu-item
  a::after {
  background-color: var(--e-global-color-primary);
}

.main--header
  .elementor-widget-nav-menu
  .elementor-nav-menu--main:not(.e--pointer-framed)
  .elementor-item:after {
  background-color: var(--e-global-color-primary);
}

.main--header .menu--wrapper,
.main--header .menu--wrapper .elementor-widget-nav-menu,
.main--header .menu--wrapper .elementor-widget-nav-menu nav {
  height: 100%;
}

.main--header .btn--wrap-header {
  padding: 10px 20px 10px 0px;
}

.hero--section {
  overflow: hidden !important;
}

.hero--section .elementor-widget-image {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  transform: translateY(100%) scale(0.6);
  transition: transform 0.3s ease;
  animation: hero--img-anim 2s ease-out forwards;
}

@keyframes hero--img-anim {
  0% {
    transform: translateY(100%) scale(0.6);
  }

  50% {
    transform: translateY(0%) scale(0.6);
  }

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

.hero--section .elementor-widget-image img {
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}

.hero--section .heading--bold-big {
  font-size: 81px;
  font-weight: 600;
}

.hero--section .heading--bold-medium {
  font-size: 51px;
  font-weight: 600;
}

.hero--section .elementor-heading-title span {
  display: block;
}

.hero--section .heading--bold-blue {
  color: var(--e-global-color-primary);
  font-size: 186px;
  font-weight: 700;
  text-transform: uppercase;
}

.hero--section .hero--content-wrap .e-con-inner {
  margin: 0px !important;
}

.hero--section .hero--content-wrap {
  opacity: 0;
  animation: hero--content-anim 0.8s 2s ease-out forwards;
}

@keyframes hero--content-anim {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.philosophy--quotation {
  position: relative;
}

.philosophy--quotation .elementor-blockquote::before {
  position: absolute;
  top: -30px;
  left: 35px;
  content: "" !important;
  background: url("/wp-content/uploads/2025/05/Quotation-icon.webp") center
    center no-repeat;
  background-size: contain;
  width: 40px;
}

.cards--hover-wrap {
  display: flex;
  gap: 30px;
}

.cards--hover-wrap .card--wrap {
  background: center center no-repeat;
  background-size: cover;
  border-radius: 12px;
  min-height: 565px;
  display: flex;
  flex-direction: column;
  justify-content: end;
  padding: 0px 50px 30px;
  flex: 1;
  transition: all 0.5s cubic-bezier(0.4, 0, 1, 1);
}

.cards--hover-wrap .card--wrap.active {
  flex: 3;
}

.cards--hover-wrap .card--wrap .card--title {
  font-family: "Helvetica New Display", Sans-serif;
  font-size: 38px;
  font-weight: 600;
  color: #fff;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  transition: 0.3s all;
}

.cards--hover-wrap .card--wrap .card--text {
  font-family: "Helvetica New Display", Sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 120%;
  font-weight: 400;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  transition: 0.3s all;
}

.icon--animated.dark-icon .elementor-button-icon {
  background-color: #fff;
}

.core--video-values-section {
  overflow: hidden !important;
}

.what--we-believe-anim {
  max-width: 920px;
  width: 100%;
  margin: auto;
}

.core--values-section {
  position: relative;
}

.elementor-element.core--values-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0px;
  height: 100%;
  width: 100%;
  max-width: 820px;
  background: url("/wp-content/uploads/2025/05/shape-02-1.webp")
    center center no-repeat;
  background-size: cover;
}

.core--values-section::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  max-width: 525px;
  background: url("/wp-content/uploads/2025/05/shape-02-02.webp") center
    center no-repeat;
  background-size: cover;
}
/*case-studies*/
.case-gird .elementor-post__title {
    padding: 0px 20px;
}

.case-gird .elementor-post__excerpt {
    padding: 0px 20px;
}

.case-gird .elementor-post__read-more-wrapper {
    text-align: center;
}

.case-gird .elementor-post__read-more {
    background-color: #007DFC;
        padding: 26px 75px 26px 20px;
    border-radius: 50px;
    position: relative;
}
.case-gird .elementor-post__read-more:after {
    content: '';
    position: absolute;
    background-image: url(/wp-content/uploads/2025/05/Group-56.svg);
    width: 50px;
    height: 50px;
    right: 4%;
    top: 14%;
    transition: transform 0.3s ease, opacity 0.3s ease;
}
.case-gird .post-inner-wrapper {
    border-radius: 10px;
    border: 1px solid #007DFC;
    padding: 2px 2px;
    transition: 0.5s ease;
    margin-bottom: 20px;
    box-shadow: 0px 10px 24px 0px rgba(0, 0, 0, 0.10);
}
.case-gird .read-more-btn {
    height: 100px;
    align-content: center;
}
.case-gird .elementor-post__text {
    margin-bottom: 0px !important;
}
.case-gird .elementor-post__excerpt {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.case-gird .elementor-post__read-more:hover:after {
    transform: rotate(180deg) !important;
}
.case-gird .elementor-post__thumbnail.elementor-fit-height {
    border-radius: 10px 10px 0px 0px;
}
@media (max-width: 1920px) {
  .hero--section .elementor-widget-container {
    padding: 0px 10px;
  }
}

@media (max-width: 1730px) {
  .main--header .btn--wrap-header {
    width: 30%;
    padding-right: 10px;
  }

  .main--header .logo--wrap {
    width: 16%;
  }

  .main--header .menu--wrapper {
    width: 54%;
  }

  .main--header .logo--wrap .elementor-widget-image {
    padding: 0px 20px;
  }
}

@media (max-width: 1650px) {
	.what--we-believe-anim {
    	max-width: 875px;
    }
    
    .testimonial--slider .testimonial--wrapper {
    	min-height: 420px;
    }
}


@media (max-width: 1480px) {
  .main--header .menu--wrapper .elementor-nav-menu a {
    margin-inline-end: 25px !important;
  }

  .main--header .menu--wrapper .elementor-nav-menu li:last-child a {
    margin-inline-end: 5px !important;
  }

  .main--header .btn--wrap-header {
    width: 35%;
  }

  .main--header .menu--wrapper {
    width: 49%;
  }

  .main--header .menu--wrapper ul {
    margin-right: 0px !important;
  }
  
  .what--we-believe-anim {
  	max-width: 775px;
  }
  
  .testimonial--slider .testimonial--wrapper .testimonial--header .testimonial--text {
  	font-size: 20px;
    line-height: 28px;
  }
}

@media (max-width: 1420px) {
	.what--we-believe-anim {
    	max-width: 735px;
	}
    
    .cards--hover-wrap {
    	flex-wrap: wrap;
    }
    
    .cards--hover-wrap .card--wrap {
    	width: calc(50% - 15px);
        flex: none;
        padding: 0px 30px 30px;
    }
    
    .cards--hover-wrap .card--wrap.active {
        flex: none;
    }
    
    .cards--hover-wrap .custom--btn a .btn--text {
    	max-width: none;
    }
    
    .footer--form .elementor-field-group .elementor-field-textual {
    	font-size: 12px;
    }
}

@media (max-width: 1340px) {
	.what--we-believe-anim  {
    	max-width: 695px;
	}
    
    .elementor-10 .elementor-element.elementor-element-ad52b96.svg--anim-section {
    	--margin-top: -140px !important;
    }
}

@media (max-width: 1280px) {
  .main--header .btn--wrap-header {
    --widgets-spacing-column: 10px;
  }

  .main--header .menu--wrapper .elementor-nav-menu a {
    margin-inline-start: 25px !important;
  }

  .custom--btn a.elementor-button,
  .custom--btn a {
    min-width: 160px;
  }
  
  .testimonial--slider .testimonial--wrapper .testimonial--header .quote--icon {
  	max-width: 38px;
  }
  
  .footer--form .elementor-button .elementor-field-type-submit {
  	justify-content: end !important;
  }
  
  .footer--form .elementor-field-type-submit {
  	max-width: 90px;
  }
}




@media (max-width: 1250px) {
	.what--we-believe-anim {
    	max-width: 665px;
	}
}

@media (max-width: 1244px) {
	.elementor-10 .elementor-element.elementor-element-ad52b96.svg--anim-section {
        --margin-top: -110px !important;
    }
}

@media (max-width: 1180px) {
  .main--header .menu--wrapper .elementor-nav-menu a {
    margin-inline-start: 15px !important;
  }
  
  .what--we-believe-anim {
    	max-width: 665px;
  }
  
  .elementor-10 .elementor-element.elementor-element-75377ac.philosophy--section {
  	--margin-top: 80px;
  }
  
  .main--header .menu--wrapper .elementor-nav-menu a {
  	font-size: 16px !important;
  }
}

@media (max-width: 1130px) {
	.elementor-10 .elementor-element.elementor-element-75377ac.philosophy--section 	{
  	--margin-top: 60px;
  }
}

@media (max-width: 1080px) {
  .main--header .menu--wrapper .elementor-nav-menu a {
    font-size: 16px !important;
  }
  
  .elementor-10 .elementor-element.elementor-element-75377ac.philosophy--section {
        --margin-top: 30px;
  }
  
  .elementor-10 .elementor-element.elementor-element-ad52b96.svg--anim-section {
        --margin-top: -140px !important;
  }
  
  .what--we-believe-anim {
        max-width: 615px;
  }
}

@media (max-width: 1024px) {
	.main--header .header--inner-wrap {
    	overflow: visible;
    }
    
    .main--header .header--inner-wrap .logo--wrap {
    	border-top-left-radius: 30px;
    	border-bottom-left-radius: 30px;
    }
    
    .main--header .header--inner-wrap .elementor-nav-menu--dropdown {
    	padding: 0px 20px;
    }
    
    .elementor-nav-menu {
    	background: #000;
        border-radius: 30px 30px 30px 30px;
    }
    
    .hero--section .heading--bold-big {
    	font-size: 61px;
    }
    
    .hero--section .heading--bold-medium {
    	font-size: 47px;
    }
    
    .hero--section .heading--bold-blue {
    	font-size: 120px;
    }
    
    .cards--hover-wrap .custom--btn .elementor-button-icon {
        margin-left: 10px;
        max-width: 50px;
        width: 100%;
    }
    
    .cards--hover-wrap .card--wrap {
    	min-height: 485px;
    }	
    
    .cards--hover-wrap .card--wrap .card--title {
    	font-size: 30px;
    }
    
    .cards--hover-wrap .custom--btn a {
    	min-width: 100%;
    	justify-content: space-between;
    }
    
    .testimonial--slider .testimonial--wrapper {
        min-height: 390px;
    }
    
    @keyframes header--anim {
      0% {
        top: -100px;
      }

      100% {
        top: 30px;
      }
    }
}

@media (max-width: 767px) {
	.main--header .header--inner-wrap .logo--wrap {
    	width: 28%;	
    }
    
    .main--header .header--inner-wrap .btn--wrap-header {
    	width: auto;	
    }
    
    .cards--hover-wrap .card--wrap {
        min-height: 400px;
        padding: 0px 20px 20px;
    }
    
    .cards--hover-wrap .custom--btn {
        margin-top: 20px;
    }
    
    .footer--form .elementor-field-type-submit {
    	transform: translateY(-41%);
    }
}

@media (max-width: 600px) { 
	.cards--hover-wrap .card--wrap {
    	width: 100%;
        min-height: 440px;
    }
    
    .cards--hover-wrap {
        gap: 15px;
    }
    
    .cards--hover-wrap .custom--btn a {
    	min-width: 340px;
    }
    
    .core--values-section::after {
    	max-width: 315px;
    }
}

@media (max-width: 576px) {
	.main--header .header--inner-wrap .logo--wrap {
    	width: 40%;	
    }
    
    .hero--section .heading--bold-big {
        font-size: 41px;
    }
    
    .hero--section .heading--bold-medium {
        font-size: 37px;
    }
    
    .hero--section .heading--bold-blue {
        font-size: 94px;
    }
    
    .testimonial--slider .owl-item.center {
    	margin-top: 0px;
    }
    
    .testimonial--slider .owl-nav {
    	margin-top: 25px;
    }
}

@media (max-width: 475px) {
	.hero--section .heading--bold-big {
        font-size: 36px;
    }
    
    .hero--section .heading--bold-medium {
        font-size: 32px;
    }
    
    .hero--section .heading--bold-blue {
        font-size: 82px;
    }
}

@media (max-width: 400px) {
	.cards--hover-wrap .custom--btn a {
    	min-width: 100%;
    }
    
    .cards--hover-wrap .custom--btn a {
    	min-width: 100%;
    }
}