/* Fonts css start */
@font-face {
  font-family: "Helvetica Neue";
  src:
    url("../fonts/helvetica-neue/HelveticaNeue-Black.woff2") format("woff2"),
    url("../fonts/helvetica-neue/HelveticaNeue-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Helvetica Neue";
  src:
    url("../fonts/helvetica-neue/HelveticaNeue-Bold.woff2") format("woff2"),
    url("../fonts/helvetica-neue/HelveticaNeue-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Helvetica Neue";
  src:
    url("../fonts/helvetica-neue/HelveticaNeue-Light.woff2") format("woff2"),
    url("../fonts/helvetica-neue/HelveticaNeue-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Helvetica Neue";
  src:
    url("../fonts/helvetica-neue/HelveticaNeue-Medium.woff2") format("woff2"),
    url("../fonts/helvetica-neue/HelveticaNeue-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Helvetica Neue";
  src:
    url("../fonts/helvetica-neue/Helvetica.woff2") format("woff2"),
    url("../fonts/helvetica-neue/Helvetica.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Onest";
  src:
    url("../fonts/onest/Onest-Black.woff2") format("woff2"),
    url("../fonts/onest/Onest-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Onest";
  src:
    url("../fonts/onest/Onest-Regular.woff2") format("woff2"),
    url("../fonts/onest/Onest-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Onest";
  src:
    url("../fonts/onest/Onest-Medium.woff2") format("woff2"),
    url("../fonts/onest/Onest-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Onest";
  src:
    url("../fonts/onest/Onest-Bold.woff2") format("woff2"),
    url("../fonts/onest/Onest-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Onest";
  src:
    url("../fonts/onest/Onest-SemiBold.woff2") format("woff2"),
    url("../fonts/onest/Onest-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

/* Fonts css end */
/* General css start */
:root {
  /* --clr-22BECA: #0E7C86; */
  --clr-22BECA: #22beca;
  --clr-115E64: #115e64;
  --clr-2B2B2B: #2b2b2b;
  --clr-777777: #777777;
  --clr-252525: #252525;
  --clr-141414: #141414;
  --clr-F6FEFF: #f6feff;
  --clr-c5c5c5: #c5c5c5;
  --clr-c8c8c8: #c8c8c8;
  --clr-2F3031: #2f3031;
  --clr-040404: #040404;
  --clr-D9D9D9: #d9d9d9;
  --clr-3C3C3C: #3c3c3c;
  --clr-ECEBEB: #ecebeb;
  --clr-EDFEFF: #edfeff;
  --clr-white: #ffffff;
  --clr-black: #000000;

  --fs-200: 190px;
  --fs-155: 155px;
  --fs-128: 128px;
  --fs-100: 100px;
  --fs-64: 64px;
  --fs-60: 60px;
  --fs-52: 52px;
  --fs-48: 48px;
  --fs-32: 32px;
  --fs-35: 35px;
  --fs-36: 36px;
  --fs-25: 25px;
  --fs-24: 24px;
  --fs-22: 22px;
  --fs-20: 20px;
  --fs-18: 18px;
  --fs-16: 16px;
  --fs-14: 14px;

  --p-100: 100px;
  --p-50: 50px;
  --p-60: 60px;
  --p80: 80px;
}

@media (max-width: 1499.98px) {
  :root {
    --fs-200: 160px;
  }
}

@media (max-width: 1399.98px) {
  :root {
    --fs-200: 140px;
    --fs-155: 135px;
    --fs-128: 110px;
    --fs-100: 90px;
    --fs-60: 52px;
    --fs-36: 32px;
    --fs-64: 50px;
    --p-100: 80px;
    --p-50: 40px;
  }
}

@media (max-width: 1199.98px) {
  :root {
    --fs-200: 120px;
    --fs-155: 135px;
    --fs-60: 42px;
    --fs-100: 80px;
    --fs-128: 110px;
    --fs-64: 45px;
    --fs-48: 40px;
    --fs-36: 30px;

    --p-100: 70px;
    --p-50: 35px;
    --p-60: 50px;
  }
}

@media (max-width: 991.98px) {
  :root {
    --fs-200: 80px;
    --fs-155: 90px;
    --fs-60: 52px;
    --fs-100: 36px;
    --fs-128: 75px;
    --fs-64: 45px;
    --fs-48: 35px;
    --fs-32: 28px;
    --fs-35: 30px;
    --fs-36: 28px;
    --fs-25: 21px;
    --fs-24: 20px;
    --fs-22: 20px;
    --fs-20: 18px;
    --fs-18: 16px;
    --fs-16: 15px;

    --p-100: 60px;
    --p-50: 30px;
    --p-60: 40px;
  }
}

@media (max-width: 767.98px) {
  :root {
    --fs-200: 60px;
    --fs-155: 70px;
    --fs-128: 60px;
    --fs-60: 28px;
    --fs-100: 40px;
    --fs-64: 40px;
    --fs-48: 30px;
    --fs-32: 26px;
    --fs-35: 28px;
    --fs-36: 21px;
    --fs-25: 20px;
    --fs-24: 19px;
    --fs-22: 18px;
    --fs-20: 17px;

    --p-100: 40px;
    --p-50: 25px;
    --p-60: 35px;
  }
}

@media (max-width: 469.98px) {
  :root {
    --fs-128: 40px;
    --fs-200: 40px;
  }
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "Helvetica Neue", serif;
}

html {
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
  background-color: #f6f7f9;
}

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

:is(h1, h2, h3, h4, h5, h6, span, em) {
  font-family: "Onest", serif;
}

a {
  text-decoration: none;
  display: inline-block;
}

img,
video,
svg {
  max-width: 100%;
  height: auto;
}

:is(h1, h2, h3, h4, h5, h6, p, a, li) {
  margin: 0;
  padding: 0;
}

::selection {
  background-color: var(--clr-22BECA);
  color: var(--clr-black);
}

.one_side_container {
  max-width: calc(100% - (100% - var(--containerWidth)) / 2);
  margin-left: auto;
  padding: 0 12px;
}

.container {
  max-width: var(--containerWidth);
}

.container-old {
  padding: 0 25px;
}

.container-old1 {
  padding-left: 25px;
}
.container-old2 {
  padding: 0px;
}

@media (min-width: 576px) {
  :root {
    --containerWidth: 100%;
  }
}

@media (min-width: 768px) {
  :root {
    --containerWidth: 720px;
  }
}

@media (min-width: 992px) {
  :root {
    --containerWidth: 960px;
  }
}



@media (min-width: 1200px) {
  :root {
    --containerWidth: 1140px;
  }
 /* #quotemodal .modal-dialog{
  max-width: 600px;
 } */
}

@media (min-width: 1400px) {
  :root {
    --containerWidth: 1440px;
  }
}

.primary_btn {
  font-size: var(--fs-18);
  font-weight: 400;
  padding: 8px 65px 8px 25px;
  border-radius: 30px;
  position: relative;
  transition: all 0.4s;
  color: var(--clr-22BECA);
  border: 1.5px solid var(--clr-22BECA);
  pointer-events: all;
  background: none;
}

.primary_btn::before {
  content: "";
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  width: 35px;
  height: 35px;
  background: var(--clr-22BECA) url(../images/white-arrow-icon.svg) no-repeat
    center;
  background-size: 20px;
  border-radius: 50%;
  transition: all 0.4s;
}

.primary_btn:hover {
  color: var(--clr-white);
  background-color: var(--clr-22BECA);
}

.primary_btn:hover::before {
  background-color: var(--clr-white);
  background-image: url(../images/blue-arrow-icon.svg);
}

.arrow_btn {
  font-size: var(--fs-18);
  color: var(--clr-black);
  font-weight: 400;
  line-height: 1.1;
  font-family: "Onest", serif;
  position: relative;
  transition: all 0.4s;
}

.arrow_btn::before {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  background: url(../images/blue-arrow-btn.svg) no-repeat center/contain;
  left: calc(100% + 5px);
  top: -10px;
  transition: all 0.4s;
}

.pt_100 {
  padding-top: var(--p-100);
}

.pb_100 {
  padding-bottom: var(--p-100);
}

.pb_50 {
  padding-bottom: var(--p-50);
}

.pt_50 {
  padding-top: var(--p-50);
}

/* @media (max-width: 991.98px) {
}
@media (max-width: 767.98px) {
} */
main {
  overflow: hidden;
  padding-top: 120px;
}

@media (max-width: 767.98px) {
  main {
    padding-top: 100px;
  }

  .container-old {
    padding: 0 15px;
  }
}

.blue_text {
  color: var(--clr-22BECA);
}

.sec_hdng {
  font-size: var(--fs-32);
  color: var(--clr-black);
  line-height: 1.1;
  font-weight: 500;
  position: relative;
}

.sec_hdng span {
  color: var(--clr-22BECA);
}

.line_bottom {
  display: inline-block;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.line_bottom::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 60px;
  height: 3px;
  background-color: var(--clr-22BECA);
}

/* Animate line when section becomes active */
.section-active .line_bottom::before {
  animation: lineGrow 1s ease-out forwards;
  /* run once */
}

.boxed_section {
  position: relative;
  border: 0.0625rem solid var(--clr-ECEBEB);
  background-color: var(--clr-white);
  max-width: 1600px;
  width: 95%;
  margin: 0 auto var(--p-60);
  border-radius: 1.5rem;
  box-shadow: 0px 1px 0px 0px #f1f1f1;
  overflow: hidden;
  padding: var(--p-50) 0;
}

.boxed_section.edited {
  border: none;
  box-shadow: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.boxed_section_v2 {
  max-width: 1600px;
  margin: auto;
  width: 95%;
}

/* Keyframes for left-to-right growth */
@keyframes lineGrow {
  0% {
    width: 0;
  }

  100% {
    width: 60px;
    /* final width */
  }
}

.line_bottom.center::before,
.line_bottom.center::after {
  content: "";
  position: absolute;
  top: 100%;
  height: 3px;
  background-color: var(--clr-22BECA);
  /* width: 0; */
}

/* Left line animation */
.section-active .line_bottom.center::before {
  left: 50%;
  /* start at center */
  transform-origin: left center;
  /* grow to left */
  transform: translateX(-50%);
  /* shift to center */
  animation: growLeft 1s ease-in-out forwards;
}

/* Right line animation */
.section-active .line_bottom.center::after {
  left: 50%;
  /* start at center */
  transform-origin: right center;
  /* grow to right */
  transform: translateX(-50%);
  /* shift to center */
  animation: growRight 1s ease-in-out forwards;
}

/* Keyframes */
@keyframes growLeft {
  0% {
    width: 0;
  }

  100% {
    width: 60px;
  }
}

@keyframes growRight {
  0% {
    width: 0;
  }

  100% {
    width: 60px;
  }
}

.avatar {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.6s ease-out;
}

/* Fade-up animation when parent section is active */
.section-active .avatar {
  opacity: 1;
  transform: translateY(0);
}

/* Optional: stagger effect using transition-delay */
.section-active .avatar:nth-child(1) {
  transition-delay: 0.1s;
}

.section-active .avatar:nth-child(2) {
  transition-delay: 0.2s;
}

.section-active .avatar:nth-child(3) {
  transition-delay: 0.3s;
}

.section-active .avatar:nth-child(4) {
  transition-delay: 0.4s;
}

.section-active .avatar:nth-child(5) {
  transition-delay: 0.5s;
}

.section-active .avatar:nth-child(6) {
  transition-delay: 0.6s;
}

.section-active .avatar:nth-child(7) {
  transition-delay: 0.7s;
}

.section-active .avatar:nth-child(8) {
  transition-delay: 0.8s;
}

.section-active .avatar:nth-child(9) {
  transition-delay: 0.9s;
}

.section-active .avatar:nth-child(10) {
  transition-delay: 1s;
}

.section-active .avatar:nth-child(11) {
  transition-delay: 1.1s;
}

.section-active .avatar:nth-child(12) {
  transition-delay: 1.2s;
}

.section-active .avatar:nth-child(13) {
  transition-delay: 1.3s;
}

@media (min-width: 767.98px) {
  /* .gallery_wrapper img {
    opacity: 0;
    transform: translateY(40px) scale(0.8) rotate(-10deg);
    transition: all 0.6s ease-out;
    margin: 10px;
  }*/

  .section-active .gallery_wrapper img {
    opacity: 1;
    transform: translateY(0) scale(1) rotate(0deg);
  }
}

.section-active .gallery_wrapper img:nth-child(1) {
  transition-delay: 0.1s;
}

.section-active .gallery_wrapper img:nth-child(2) {
  transition-delay: 0.2s;
}

.section-active .gallery_wrapper img:nth-child(3) {
  transition-delay: 0.3s;
}

.section-active .gallery_wrapper img:nth-child(4) {
  transition-delay: 0.4s;
}

.section-active .gallery_wrapper img:nth-child(5) {
  transition-delay: 0.5s;
}

.section-active .gallery_wrapper img:nth-child(6) {
  transition-delay: 0.6s;
}

.line_bottom.center::before {
  left: 50%;
  transform: translateX(-50%);
}

p span {
  font-family: "Helvetica Neue", serif;
}

/* General css end */

/* header css start */

header .topbar {
  background: linear-gradient(280deg, var(--clr-22BECA), var(--clr-115E64));
  padding: 20px 0;
  display: none;
}

header .topbar a {
  font-size: var(--fs-16);
  color: var(--clr-white);
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 2px;
}

header .cont_info {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 20px;
}

header .topbar a img {
  margin-right: 10px;
}

header .topbar .social_icon_wrap img + img {
  margin-left: 10px;
}

header .primary_header {
  /* padding: 25px 0;
  border-bottom: 1px solid var(--clr-ECEBEB);
  background-color: var(--clr-white); */

  padding: 15px 25px;
  border: 1px solid var(--clr-ECEBEB);
  background-color: var(--clr-white);
  max-width: 1600px;
  width: 95%;
  margin: 0 auto;
  border-radius: 1rem;
  margin-top: 20px;
  box-shadow: 0px 1px 0px 0px #f1f1f1;
  position: fixed;
  z-index: 999;
  transform: translateX(-50%);
  left: 50%;
}

header.sticky .primary_header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99999;
  padding: 0px 20px;
  animation: headeranimscroll 1s linear;
}

@keyframes headeranimscroll {
  from {
    transform: translateY(-200px);
  }

  to {
    transform: translateY(0);
  }
}

header .primary_header .inner_wrapper {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

header.sticky .primary_header .inner_wrapper {
  padding: 10px 0;
}

header .primary_header .inner_wrapper .logo_wrapper {
  width: 200px;
}
header .primary_header .inner_wrapper .logo_wrapper img {
  width: 170px;
}

header .primary_header .inner_wrapper .btn_wrapper {
  width: 230px;
  display: flex;
  justify-content: end;
}

header .primary_header .inner_wrapper nav .primary-menu {
  display: flex;
  gap: 30px;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
}

header .primary_header .inner_wrapper nav .primary-menu .menu-item a {
  color: var(--clr-252525);
  font-size: var(--fs-18);
  font-weight: 400;
  transition: all 0.4s linear;
  position: relative;
}

header
  .primary_header
  .inner_wrapper
  nav
  .primary-menu
  .menu-item.current-menu-item
  a {
  color: var(--clr-22BECA);
}

header
  .primary_header
  .inner_wrapper
  nav
  .primary-menu
  .menu-item.ai-solution
  a {
  font-weight: bold;
  background-image: linear-gradient(
    90.09deg,
    #22beca 0.08%,
    #7f74ea 38.58%,
    #e254c2 73.71%,
    #ff638e 104.05%
  );
  color: transparent;
  background-clip: text;
}

header .primary_header .inner_wrapper nav .primary-menu .menu-item {
  position: relative;
}

header .primary_header .inner_wrapper nav .primary-menu .menu-item.active a {
  color: var(--clr-22BECA);
}

header
  .primary_header
  .inner_wrapper
  nav
  .primary-menu
  > .menu-item
  > a::before {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  content: "";
  background-color: var(--clr-22BECA);
  width: 0%;
  height: 2px;
  transition: all 0.5s;
  border-radius: 30px;
}

header
  .primary_header
  .inner_wrapper
  nav
  .primary-menu
  .menu-item:hover
  a::before {
  width: 100%;
}

header .primary_header .inner_wrapper nav .primary-menu > .menu-item:hover > a {
  color: var(--clr-22BECA);
}

header .primary_header .inner_wrapper .toggle_menu {
  position: relative;
  width: 45px;
  height: 45px;
  border: none;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  display: none;
}

header .primary_header .inner_wrapper .toggle_menu::before,
header .primary_header .inner_wrapper .toggle_menu::after {
  content: "";
  position: absolute;
  width: 65%;
  height: 3px;
  background-color: var(--clr-22BECA);
  border-radius: 10px;
  transition: 0.5s;
}

header .primary_header .inner_wrapper .toggle_menu::before {
  transform: translateY(-10px);
  box-shadow: 0px 10px 0 0 var(--clr-22BECA);
  transition: transform 0.5s;
}

header .primary_header .inner_wrapper .toggle_menu::after {
  transform: translateY(10px);
}

header .primary_header .inner_wrapper .toggle_menu.active::before {
  transform: translateY(0px) rotate(-225deg);
  box-shadow: 0px 0px 0 0 var(--clr-22BECA);
}

header .primary_header .inner_wrapper .toggle_menu.active::after {
  transform: translateY(0px) rotate(45deg);
}

header .primary_header .inner_wrapper nav .primary-menu .sub-menu {
  position: absolute;
  width: 260px;
  background: var(--clr-white);
  padding: 0;
  left: 0;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  top: 120%;
  transition: all 0.3s;
  padding: 5px 0;
}
header .primary_header .inner_wrapper nav .primary-menu .sub-menu > li > a {
  padding: 5px 10px;
  width: 100%;
  font-size: var(--fs-16);
}
header
  .primary_header
  .inner_wrapper
  nav
  .primary-menu
  .sub-menu
  > li
  > a:hover {
  color: var(--clr-22BECA);
}
header .primary_header .inner_wrapper nav .primary-menu > li:has(.sub-menu) {
  position: relative;
  padding: 20px 0;
  padding-right: 15px;
}
header
  .primary_header
  .inner_wrapper
  nav
  .primary-menu
  > li:has(.sub-menu):after {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  border-bottom: 2px solid currentColor;
  border-right: 2px solid currentColor;
  top: 30px;
  right: 0;
  transform: rotate(45deg);
  transition: all 0.4s;
}
header
  .primary_header
  .inner_wrapper
  nav
  .primary-menu
  > li:hover:has(.sub-menu):after {
  border-bottom: 2px solid var(--clr-22BECA);
  border-right: 2px solid var(--clr-22BECA);
}
header .primary_header .inner_wrapper nav .primary-menu > li:hover .sub-menu {
  visibility: visible;
  opacity: 1;
  pointer-events: all;
  top: 100%;
}
@media(max-width: 1399.98px){
	header .primary_header .inner_wrapper nav .primary-menu{
		gap: 20px;
	}
	header .primary_header .inner_wrapper{
		gap: 10px;
	}
	header .primary_header .inner_wrapper .logo_wrapper img {
    width: 120px;
	}
	header .primary_header .inner_wrapper .logo_wrapper{
		max-width: 120px;
	}
}
@media (max-width: 1199.98px) {
	header
  .primary_header
  .inner_wrapper
  nav
  .primary-menu
  > li:has(.sub-menu):after {
  right: 15px;
  width: 9px;
  height: 9px;
}
	header .primary_header .inner_wrapper nav{
    max-height: calc(100vh - 100px);
    overflow-y: auto;
  }
  header .primary_header {
    padding: 25px 25px;
  }
  header .primary_header .inner_wrapper nav .primary-menu > li:has(.sub-menu) {
    padding-top: 0;
    padding-bottom: 0;
  }
  header
    .primary_header
    .inner_wrapper
    nav
    .primary-menu
    > li:has(.sub-menu):after {
    top: 9px;
  }
  header .primary_header .inner_wrapper nav .primary-menu .menu-item {
    width: 100%;
  }
  header .primary_header .inner_wrapper nav .primary-menu > li:hover .sub-menu {
    margin: 10px;
  }
  header .primary_header .inner_wrapper nav {
    display: none;
    order: 4;
    width: 100%;
  }

  header .primary_header .inner_wrapper nav .primary-menu {
    gap: 10px;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 10px 0px;
    flex-direction: column;
  }

  header .primary_header .inner_wrapper nav .primary_btn {
    width: 25%;
    min-width: 220px;
    margin-top: 10px;
  }

  header .primary_header .inner_wrapper .toggle_menu {
    display: flex;
    z-index: 99;
  }

  header .primary_header .inner_wrapper .btn_wrapper {
    width: auto;
    display: flex;
    align-items: center;
    gap: 7px;
    flex-direction: row-reverse;
  }

  header .primary_header .inner_wrapper .logo_wrapper {
    width: auto;
  }
  header .primary_header .inner_wrapper nav .primary-menu .sub-menu {
    position: static;
    display: none;
    visibility: visible;
    opacity: 1;
    pointer-events: all;
    transition: none;
  }
  /* header .primary_header .inner_wrapper nav .primary-menu > li:hover .sub-menu {
    display: block;
    
  } */
  header
    .primary_header
    .inner_wrapper
    nav
    .primary-menu
    > li.active:has(.sub-menu):after {
    transform: rotate(225deg);
  }
}

@media (max-width: 767.98px) {
  .primary_header .primary_btn {
    display: none;
  }

  header .primary_header .inner_wrapper {
    gap: 10px;
  }

  header .topbar .social_icon_wrap {
    display: none;
  }

  header .cont_info {
    justify-content: center;
    flex-wrap: nowrap;
  }

  header .topbar {
    padding: 10px 0;
  }

  header .topbar a {
    font-size: 12px;
  }

  header .topbar a:last-child {
    display: none;
  }

  header .primary_header {
    padding: 15px 10px;
  }

  header .primary_header .inner_wrapper .logo_wrapper img {
    width: 100px;
  }

  .ai-powered-btn-wrap {
    margin-top: 30px;
  }
  header
    .primary_header
    .inner_wrapper
    nav
    .primary-menu
    > li:has(.sub-menu):after {
    top: 6px;
  }
  header
    .primary_header
    .inner_wrapper
    nav
    .primary-menu
    > li:has(.sub-menu):after {
    right: 10px;
  }
  header .primary_header {
    top: 0;
  }
}

/* header css end */
/* banner css start */
.hero_banner {
  position: relative;
  padding-top: 50px;
  padding-bottom: 70px;
  border: 0.0625rem solid #00a0ad4d;
  background-color: #fff;
  max-width: 1600px;
  width: 95%;
  margin: 0 auto;
  border-radius: 1.5rem;
  margin-top: 20px;
  box-shadow: 0px 1px 0px 0px #f1f1f1;
  overflow: hidden;
}

.hero_banner::before {
  content: "";
  position: absolute;
  top: -80px;
  left: -600px;
  background: url(../images/banner-left-bg.svg) no-repeat center/contain;
  width: 1100px;
  height: 655px;
  pointer-events: none;
  /* background-color: red; */
}

.hero_banner::after {
  content: "";
  position: absolute;
  top: -70px;
  right: -650px;
  background: url(../images/banner-right-bg.svg) no-repeat center/contain;
  width: 1145px;
  height: 660px;
  /* background-color: red; */
  pointer-events: none;
}

.hero_banner .hero-content h1,
.hero_banner .hero-content h2,
.hero_banner .hero-content h3 {
  font-size: var(--fs-128);
  font-weight: 600;
  color: var(--clr-black);
  text-transform: uppercase;
}

.hero_banner .hero-content {
  max-width: 1208px;
  margin: 0 auto;
  position: relative;
  z-index: 9;
}

.hero_banner .hero-content > div {
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
}

.hero_banner .hero-content > div.top {
  justify-content: flex-end;
}

.hero_banner .hero-content > div.bottom {
  justify-content: flex-start;
}

.hero_banner .hero-content .badge_pill img {
  height: 90px;
  object-fit: contain;
}

.hero_banner .hero-content .badge_pill img.mob {
  display: none;
}

.hero_banner .hero-content p,
.hero_banner .mob_text p {
  font-size: var(--fs-20);
  line-height: 1.7;
  font-weight: 400;
  /* color: var(--clr-777777); */
  color: var(--clr-black);
  max-width: 760px;
  padding-left: 10px;
  /* padding-right: 20px; */
}

.hero_banner .mob_text {
  display: none;
}

.hero_banner .hero-content .video_pill {
  width: 290px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(../images/capsule-vid-btn.webp) no-repeat center/contain;
  cursor: pointer;
  margin-right: 20px;
}

.hero_banner .hero-content .bottom h3 {
  position: relative;
}

.hero_banner .hero-content .bottom h3::before {
  content: "";
  position: absolute;
  background: url(../images/arrow_img.svg) no-repeat center/contain;
  width: 65px;
  height: 65px;
  left: 620px;
  top: 41px;
  animation: roll 2s linear 1.5s;
  /* transform: translateY(-50%); */
}

@keyframes roll {
  from {
    transform: translateX(700px) rotate(450deg);
  }

  to {
    transform: translateX(0) rotate(0);
  }
}

.primary_header .primary_btn {
  padding: 8px 60px 8px 20px;
}

.hero_banner .banner_btn {
  margin-top: 30px;
}

@media (max-width: 1399.98px) {
  .hero_banner .hero-content .bottom h3::before {
    left: 531px;
    top: 33px;
    width: 60px;
    height: 60px;
  }
}

@media (max-width: 991.98px) {
  .hero_banner .hero-content p,
  .hero_banner .mob_text p {
    line-height: 1.5;
    text-align: justify;
  }

  .hero_banner .hero-content .bottom h3::before {
    left: 362px;
    top: 24px;
    width: 40px;
    height: 40px;
  }

  .hero_banner {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

@media (max-width: 767.98px) {
  .hero_banner .mob_text p {
    text-align: center;
  }
  .hero_banner .hero-content p {
    display: none;
  }

  .hero_banner .hero-content > div.top {
    justify-content: flex-start;
    flex-direction: column-reverse;
    align-content: center;
    flex-wrap: wrap;
  }

  .hero_banner .hero-content > div.middle {
    padding: 5px 0;
    justify-content: center;
  }

  .hero_banner .hero-content > div.bottom {
    justify-content: flex-start;
    flex-direction: column-reverse;
    align-items: center;
    flex-wrap: wrap;
    padding-bottom: 15px;
  }

  .hero_banner .hero-content .video_pill {
    width: 190px;
    height: 60px;
  }

  .hero_banner .hero-content .video_pill img {
    width: 35px;
  }

  .hero_banner .hero-content .badge_pill img.desktop {
    display: none;
  }

  .hero_banner .hero-content .badge_pill img.mob {
    display: inline-block;
    width: auto;
  }

  .hero_banner .hero-content .badge_pill img {
    height: 70px;
  }

  .hero_banner .hero-content .bottom h3::before {
    left: 291px;
    top: 20px;
    width: 30px;
    height: 30px;
  }

  .hero_banner .mob_text {
    display: block;
  }

  .hero_banner {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

@media (max-width: 470px) {
  .hero_banner .hero-content .bottom h3::before {
    left: 194px;
    top: 13px;
    width: 20px;
    height: 20px;
  }

  .hero_banner::after {
    display: none;
  }

  .hero_banner::before {
    display: none;
  }

  /* .hero_banner::before {
    left: 0;
    opacity: 0.5;
  } */
  .hero_banner .hero-content .badge_pill img {
    height: 60px;
  }
}

/* banner css end */

/* client count css start */
.happy_clients {
  position: relative;
  padding-top: var(--p-60);
  padding-bottom: var(--p-60);
  width: 95%;
  max-width: 1600px;
  margin: 0 auto;
}

.happy_clients.abt_page {
  border: none;
  max-width: 1600px;
  margin: auto;
  width: 95%;
}

.happy_clients.abt_page .head {
  margin-bottom: 45px;
}

.happy_clients.abt_page .head img {
  margin-top: 20px;
  width: 100%;
  object-fit: cover;
  border-radius: 1.5rem;
}

.happy_clients .inner_wrapper p {
  font-size: var(--fs-24);
  line-height: 1.4;
  color: var(--clr-black);
  font-weight: 400;
}

.happy_clients.abt_page .inner_wrapper p {
  font-size: var(--fs-16);
  margin-top: 5px;
}

.happy_clients .inner_wrapper span {
  font-size: var(--fs-64);
  line-height: 1;
  color: var(--clr-black);
  font-weight: 400;
  font-family: "Helvetica Neue", serif;
  position: relative;
}

.happy_clients .inner_wrapper span.plus::before {
  content: "+";
  position: absolute;
  top: -5px;
  left: 100%;
  font-size: 32px;
}

.happy_clients .count_wrapper {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  align-items: center;
}

/* .happy_clients.abt_page .count_wrapper {
  flex-wrap: wrap;
  gap: 40px 20px;
  padding-left: var(--p-100);
} */

.happy_clients.abt_page .count_wrapper .inner_wrapper {
  width: calc(100% / 2 - 10px);
}

.happy_clients .count_wrapper .inner_wrapper {
  background-size: contain;
  background-repeat: no-repeat;
  width: 350px;
  background-size: 75px;
}

.happy_clients .text_wrapper {
  padding-right: 50px;
}

.happy_clients .text_wrapper p {
  font-size: var(--fs-18);
  line-height: 1.7;
  color: var(--clr-141414);
  font-weight: 400;
  text-align: justify;
}

@media (max-width: 1399.98px) {
  .happy_clients .text_wrapper {
    padding-right: 0;
  }
}

@media (max-width: 991.98px) {
  .happy_clients.abt_page .count_wrapper {
    padding: 0;
  }

  .happy_clients.abt_page .head {
    margin-bottom: 25px;
  }

  .happy_clients .inner_wrapper span.plus::before {
    font-size: 26px;
  }
}

@media (max-width: 767.98px) {
  .happy_clients.abt_page .count_wrapper {
    gap: 20px 20px;
  }
}

/* client count css end */

/* who we are css start */
.who_we_are {
  /* position: relative;
  border-bottom: 1px solid var(--clr-ECEBEB); */
  border-bottom: 1px solid var(--clr-ECEBEB);
  position: relative;
  max-width: 1600px;
  width: 95%;
  margin: 0 auto;
  border-radius: 1.5rem;
  border: 1px solid var(--clr-ECEBEB);
}

.who_we_are .row > div > div {
  padding-top: 40px;
  padding-bottom: 40px;
  height: 100%;
}

.who_we_are .row > div .middle_wrapper {
  display: flex;
  align-items: center;
}

.who_we_are .left_wrapper {
  border-right: 1px solid var(--clr-ECEBEB);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  justify-content: center;
}

.who_we_are .left_wrapper .sec_hdng {
  font-size: var(--fs-48);
  font-weight: 400;
}

.who_we_are .middle_wrapper {
/*   border-right: 1px solid var(--clr-ECEBEB); */
  padding: 50px 40px;
}

.who_we_are .middle_wrapper p {
  font-size: var(--fs-18);
  /* color: var(--clr-141414); */
  color: var(--clr-black);
  font-weight: 400;
  line-height: 1.7;
/*   max-width: 700px; */
  letter-spacing: 1px;
}

.who_we_are .right_wrapper {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.who_we_are .right_wrapper .sec_hdng {
  font-weight: 400;
}

.who_we_are .right_wrapper .teams_wrapper {
  display: flex;
  /* gap: -5px; */
  align-items: center;
}

.who_we_are .right_wrapper .teams_wrapper .team img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  border-radius: 50%;
}

.who_we_are .right_wrapper .teams_wrapper .add_team {
  width: 54px;
  height: 54px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: none;
  background-color: var(--clr-22BECA);
}

.who_we_are .right_wrapper .teams_wrapper > * {
  margin-left: -10px;
}

@media (max-width: 991.98px) {
  .who_we_are .middle_wrapper {
    border: none;
    padding: 20px;
  }
}

@media (max-width: 767.98px) {
  .who_we_are {
    margin-top: 35px !important;
  }
  .who_we_are .row > div > div {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .who_we_are .row .left_wrapper {
    padding-top: 30px;
    padding-bottom: 0px;
  }
  .who_we_are .row .middle_wrapper {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .who_we_are .row .right_wrapper {
    padding-top: 10px;
    padding-bottom: 30px;
  }

  .who_we_are .middle_wrapper {
    border-right: none;
    padding: 50px 0px;
  }

  .who_we_are .left_wrapper {
    border-right: none;
  }

  .who_we_are .left_wrapper {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }

  .happy_clients .count_wrapper {
    gap: 30px;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .happy_clients .count_wrapper .inner_wrapper {
    width: 45%;
  }

  .happy_clients .inner_wrapper p {
    font-size: 16px;
  }

  .happy_clients .inner_wrapper span {
    font-size: 25px;
    margin-right: 15px;
  }

  .who_we_are .left_wrapper .sec_hdng br {
    display: none;
  }
}

/* who we are css end */

/* about us css start */
.about_us {
  position: relative;
  padding-top: var(--p-60);
  padding-bottom: var(--p-60);
  max-width: 1600px;
  margin: auto;
  width: 95%;
}

.about_us .head {
  margin-bottom: 40px;
}

.about_us .head p {
  font-size: var(--fs-18);
  font-weight: 400;
  color: var(--clr-black);
  line-height: 1.7;
  /*   max-width: 825px; */
}

.about_us .img_wrapper {
  position: relative;
  /* height: 100%; */
}

.about_us .img_wrapper img {
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
}

.about_us .img_wrapper > img {
  height: 500px;
  border-radius: 1.5rem;
}

.about_us .icon_box {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-start;
}

.about_us .icon_box > img {
  margin-bottom: 10px;
}

.about_us .icon_box .title {
  font-family: "Helvetica Neue", serif;
  font-size: var(--fs-25);
  font-weight: 500;
  line-height: 1.1;
  color: var(--clr-black);
}

.about_us .icon_box p {
  font-size: var(--fs-18);
  font-weight: 400;
  line-height: 1.7;
  color: var(--clr-black);
}

.about_us .img_wrapper .icon_box {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 30px;
}

.about_us .img_wrapper .icon_box > img {
  display: none;
}

.about_us .img_wrapper .icon_box .title,
.about_us .img_wrapper .icon_box p {
  color: var(--clr-white);
  opacity: 0.9;
}

.about_us .text_wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  height: 100%;
  gap: 20px;
}

.about_us .text_wrapper .icon_box {
  padding: 25px;
  border: 1px solid transparent;
  background:
    linear-gradient(#fff, #fff) padding-box,
    linear-gradient(180deg, #22beca, #b7cdcf) border-box;
  border-radius: 5px;
  transition: all 0.4s ease;
  position: relative;
  width: calc((100% - 20px) / 2);
}

.about_us .text_wrapper .icon_box:first-of-type {
  border-radius: 1.5rem 0 0 1.5rem;
}

.about_us .text_wrapper .icon_box:last-of-type {
  border-radius: 0 1.5rem 1.5rem 0;
}

/* .about_us .text_wrapper .icon_box:before,
.about_us .text_wrapper .icon_box:after {
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width: 300px;
  background: #777;
  -webkit-box-shadow: 0 15px 10px #777;
  -moz-box-shadow: 0 15px 10px #777;
  box-shadow: 0 15px 10px #777;
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
.about_us .text_wrapper .icon_box:after {
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
  right: 10px;
  left: auto;
} */

/* .about_us .text_wrapper .icon_box:hover {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
} */
@media (max-width: 1399.98px) {
  .about_us .img_wrapper img {
    aspect-ratio: 1.1;
    object-fit: cover;
    border-radius: 5px;
  }
}

@media (max-width: 1199.98px) {
  .about_us .img_wrapper img {
    aspect-ratio: 0.85;
  }
}

@media (max-width: 991.98px) {
  .about_us .img_wrapper img {
    aspect-ratio: 1.5;
  }

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

@media (max-width: 767.98px) {
  .about_us .img_wrapper img {
    aspect-ratio: auto;
    height: auto;
  }

  .about_us .img_wrapper .icon_box {
    position: static;
    background: #777;
    margin-top: 20px;
    border-radius: 5px;
  }

  .about_us .img_wrapper .icon_box {
    padding: 20px;
  }

  .about_us .text_wrapper .icon_box {
    padding: 20px;
  }
}

@media (max-width: 575.98px) {
  .about_us .text_wrapper {
    flex-wrap: wrap;
  }
}

/* about us css end */

/* effective strategic css start */
.effective_strategic {
  position: relative;
  border: 0.0625rem solid var(--clr-ECEBEB);
  background-color: #fff;
  max-width: 1600px;
  width: 95%;
  margin: 0 auto var(--p-60);
  border-radius: 1.5rem;
  box-shadow: 0px 1px 0px 0px #f1f1f1;
  overflow: hidden;
  padding: var(--p-60) 0;
}

.effective_strategic .head {
  margin-bottom: 0;
  max-width: 390px;
}

.effective_strategic .head p {
  font-size: var(--fs-18);
  font-weight: 400;
  line-height: 1.7;
  color: var(--clr-black);
  max-width: 855px;
  margin: 0 auto;
}

/* .effective_strategic .services_wrap {
  position: relative;
}
.effective_strategic .services_wrap::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 117px;
  width: 930px;
  height: 1px;
  background-image: linear-gradient(
    to right,
    rgba(34, 190, 202, 0.35) 45%,
    transparent 0
  );
  background-size: 16px 3px;
  background-repeat: repeat-x;
  transform: translateX(-50%);
}
.effective_strategic .inner_wrapper {
  text-align: center;
}
.effective_strategic .inner_wrapper .num_val {
  font-size: var(--fs-155);
  font-weight: 600;
  line-height: 1;
  color: var(--clr-22BECA);
  opacity: 0.2;
  position: relative;
  padding-bottom: 60px;
  margin-bottom: 30px;
}
.effective_strategic .inner_wrapper .num_val.active {
  opacity: 1;
}
.effective_strategic .inner_wrapper .num_val::before {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  background-color: var(--clr-22BECA);
  bottom: 0;
  left: 50%;
  border-radius: 50%;
  transform: translateX(-50%);
  outline: 1px solid;
  outline-offset: 7px;
  animation: pulse 2s linear infinite;
}
.effective_strategic .inner_wrapper .breif .title {
  font-size: var(--fs-20);
  color: var(--clr-040404);
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 10px;
  text-align: center;
}
.effective_strategic .inner_wrapper .breif p {
  font-size: var(--fs-16);
  color: var(--clr-040404);
  font-weight: 400;
  line-height: 1.4;
  max-width: 300px;
  text-align: center;
  margin: 0 auto;
}

@keyframes pulse {
  from {
    outline-offset: 0px;
  }
  to {
    outline-offset: 7px;
  }
}

@media (max-width: 1399.98px) {
  .effective_strategic .services_wrap::before {
    width: 740px;
  }
}
@media (max-width: 1199.98px) {
  .effective_strategic .services_wrap::before {
    width: 610px;
    bottom: 142px;
  }
}
@media (max-width: 991.98px) {
  .effective_strategic .services_wrap::before {
    display: none;
  }
  .effective_strategic .inner_wrapper .num_val {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
} */

.choose-box-icon {
  width: 50px;
  height: 50px;
  border-radius: 10px;
  background: linear-gradient(224.34deg, #5b65cd 0%, #848eef 87.01%);
  text-align: center;
  line-height: 50px;
  margin-bottom: 15px;
}

.choose-box-icon img {
  width: 35px;
}

.why-choose-box {
  background: linear-gradient(
    90deg,
    #5960e3 -152.4%,
    rgba(255, 255, 255, 0) 130.65%
  );
  box-shadow: 0px 4px 4px 0px #ffffff40 inset;
  padding: 20px;
  border-radius: 12px;
}

.choose-boc-des {
  display: flex;
  gap: 30px;
  justify-content: space-between;
}

.choose-boc-des p {
  font-weight: 400;
  font-size: var(--fs-20);
  line-height: 27px;
  color: var(--clr-040404);
  max-width: 300px;
}

.choose-boc-des img {
  width: 58px;
}

.why-choose-cont-left,
.why-choose-cont-right {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  flex-direction: column;
}

.why-choose-cont-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.why-choose-cont-left,
.why-choose-cont-right {
  width: calc((100% - 30px) / 2);
}

.why-choose-cont-left .why-choose-box:last-of-type {
  background: linear-gradient(
    90deg,
    #ffc000 -152.4%,
    rgba(255, 255, 255, 0) 130.65%
  );
}

.why-choose-cont-left .why-choose-box:last-of-type .choose-box-icon {
  background: linear-gradient(230.96deg, #fad100 11.53%, #e3be00 87.79%);
}

.why-choose-cont-right .why-choose-box:first-of-type {
  background: linear-gradient(
    90deg,
    #32a9a9 -152.4%,
    rgba(255, 255, 255, 0) 130.65%
  );
  margin-top: 30px;
}

.why-choose-cont-right .why-choose-box:first-of-type .choose-box-icon {
  background: linear-gradient(226.27deg, #28bfbf 7.3%, #1a9191 91.2%);
}

.why-choose-cont-right .why-choose-box:last-of-type {
  background: linear-gradient(
    90deg,
    #ca55ca -152.4%,
    rgba(255, 255, 255, 0) 130.65%
  );
}

.why-choose-cont-right .why-choose-box:last-of-type .choose-box-icon {
  background: linear-gradient(180deg, #ca55ca 0%, #ee8aee 100%);
}

@media (max-width: 991.98px) {
  .effective_strategic .head {
    text-align: center;
    margin: 0 auto 30px;
  }

  .why-choose-cont-right .why-choose-box:first-of-type {
    margin-top: 0;
  }

  .effective_strategic .line_bottom::before {
    left: 50%;
    transform: translateX(-50%);
  }
}

@media (max-width: 767.98px) {
  .why-choose-cont-wrap {
    gap: 15px;
  }

  .why-choose-cont-left,
  .why-choose-cont-right {
    width: calc((100% - 15px) / 2);
    gap: 15px;
  }
}

@media (max-width: 576.98px) {
  .why-choose-cont-wrap {
    flex-direction: column;
  }

  .why-choose-cont-left,
  .why-choose-cont-right {
    width: 100%;
  }
}

/* effective strategic css end */

/* our_service css start */
.our_service {
  position: relative;
  width: 95%;
  max-width: 1600px;
  margin: var(--p-60) auto;
}

.our_service .img_wrap {
  height: 100%;
}

.our_service .img_wrap img {
  width: 100%;
  object-fit: cover;
  height: 500px;
  border-radius: 1.5rem 0 0 1.5rem;
}

/* .our_service .text_wrapper {
  padding: 20px 0;
} */
/* .our_service .text_wrapper .head {
  max-width: 920px;
} */
.our_service .head p {
  font-size: var(--fs-18);
  color: var(--clr-black);
  font-weight: 400;
  line-height: 1.7;
}

.our_service .text_wrapper .slider_wrapper {
  margin-left: -200px;
  /* margin-top: 50px; */
  /* margin-bottom: 30px; */
  /* background-color: var(--clr-white); */
}

/* .our_service .text_wrapper .slider_wrapper .swiper {
  background-color: var(--clr-white);
  border-radius: 12px;
} */
.our_service .text_wrapper .slider_wrapper .swiper-slide {
  border-radius: 12px;
  overflow: hidden;
  border-bottom: 9px solid transparent;
  transition: all 0.4s;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  /* height: 100%; */
}

.our_service .text_wrapper .slider_wrapper .swiper-slide.swiper-slide-active {
  border-color: var(--clr-22BECA);
}

.our_service .text_wrapper .slider_wrapper .swiper-slide .slider_img_wrap {
  position: relative;
}

.service_swiper .swiper-slide {
  box-shadow: 1.2px 1.2px 44px 0px #0000000a;
  border-radius: 10px;
  background-color: #fff;
  padding: 20px;
}

.service_swiper .swiper-slide .content_wrap h3 {
  font-size: var(--fs-18);
  margin-top: 20px;
}

.our_service
  .text_wrapper
  .slider_wrapper
  .swiper-slide
  .slider_img_wrap
  > img {
  height: 225px;
  object-fit: cover;
  width: 100%;
}

/* .our_service
  .text_wrapper
  .slider_wrapper
  .swiper-slide
  .slider_img_wrap
  .icon_wrap {
  position: absolute;
  bottom: 0;
  transform: translateY(50%);
  left: 10px;
} */
.our_service .text_wrapper .slider_wrapper .swiper-slide .content_wrap {
  /* padding: 50px 20px 30px 20px; */
  background-color: var(--clr-white);
}

.our_service .text_wrapper .slider_wrapper .swiper-slide .content_wrap .title {
  font-size: var(--fs-20);
  color: var(--clr-black);
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 10px;
}

.our_service .text_wrapper .slider_wrapper .swiper-slide .content_wrap p {
  font-size: var(--fs-16);
  color: var(--clr-black);
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 10px;
  min-height: 80px;
}

.our_service .text_wrapper .slider_wrapper .swiper-slide .arrow_btn {
  color: var(--clr-black);
  margin-top: auto;
}

.our_service
  .text_wrapper
  .slider_wrapper
  .swiper-slide.swiper-slide-active
  .arrow_btn {
  font-size: var(--fs-18);
  color: var(--clr-22BECA);
  font-weight: 500;
  line-height: 1.1;
  font-family: "Onest", serif;
  position: relative;
}

@media (max-width: 991.98px) {
  .our_service .img_wrap img {
    aspect-ratio: 2;
    border-radius: 1.5rem;
  }

  .our_service .text_wrapper {
    padding: 20px;
  }

  .our_service .text_wrapper .slider_wrapper {
    margin-left: auto;
  }

  .our_service .text_wrapper .slider_wrapper .swiper-slide .content_wrap p {
    min-height: 70px;
  }
}

@media (max-width: 767.98px) {
  .our_service .text_wrapper {
    padding: 10px 15px;
  }

  .our_service .img_wrap img {
    height: auto;
    aspect-ratio: auto;
  }
}

/* our_service css end */

/* what makes us css start */
.what_makes_us {
  position: relative;
  padding-top: var(--p-100);
  padding-bottom: var(--p-100);
}

.what_makes_us .inner_wrapper {
  position: relative;
  text-align: center;
  pointer-events: none;
  padding-top: var(--p-100);
  padding-bottom: 20px;
}

.what_makes_us p {
  font-size: var(--fs-18);
  color: var(--clr-black);
  font-weight: 400;
  line-height: 1.7;
  max-width: 945px;
  margin: 0 auto;
}

.what_makes_us .btn_wrapper {
  margin-top: 50px;
}

.what_makes_us #tsparticles {
  position: absolute;
  inset: 0;
}

.what_makes_us .inner_wrapper > img {
  position: absolute;
  transition: all 0.4s;
  animation: float 2s linear infinite;
}

@keyframes float {
  0% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(10px);
  }

  100% {
    transform: translateY(0px);
  }
}

.what_makes_us .inner_wrapper img.right-1 {
  top: 0;
  right: 30%;
}

.what_makes_us .inner_wrapper img.right-2 {
  top: 7%;
  right: 14%;
  animation-delay: 0s;
}

.what_makes_us .inner_wrapper img.right-3 {
  top: 30%;
  right: 3%;
  animation-delay: 0.3s;
}

.what_makes_us .inner_wrapper img.right-4 {
  bottom: 10%;
  right: 5%;
  animation-delay: 0.7s;
}

.what_makes_us .inner_wrapper img.right-5 {
  bottom: 0;
  right: 20%;
  animation-delay: 0.2s;
}

.what_makes_us .inner_wrapper img.left-1 {
  bottom: 0;
  left: 15%;
  animation-delay: 0.4s;
}

.what_makes_us .inner_wrapper img.left-2 {
  bottom: 18%;
  left: 0;
  animation-delay: 0.5s;
}

.what_makes_us .inner_wrapper img.left-3 {
  top: 27%;
  left: 0;
  animation-delay: 0.9s;
}

.what_makes_us .inner_wrapper img.left-4 {
  top: 0;
  left: 12%;
  animation-delay: 0.8s;
}

@media (max-width: 1399.98px) {
  .what_makes_us p {
    max-width: 835px;
  }

  .what_makes_us .inner_wrapper img.right-1 {
    top: -30px;
  }

  .what_makes_us .inner_wrapper img.right-2 {
    right: 9%;
    top: 4%;
  }
}

@media (max-width: 1199.98px) {
  .what_makes_us p {
    max-width: 580px;
  }
}

@media (max-width: 991.98px) {
  .what_makes_us .inner_wrapper img.right-1 {
    top: -50px;
  }

  .what_makes_us .inner_wrapper img.right-2 {
    right: 3%;
    top: 0;
    width: 100px;
  }

  .what_makes_us .inner_wrapper img.right-3 {
    right: -5%;
  }

  .what_makes_us .inner_wrapper img.right-4 {
    width: 80px;
  }

  .what_makes_us .inner_wrapper img.right-5 {
    width: 80px;
  }

  .what_makes_us .inner_wrapper img.left-1 {
    width: 80px;
  }

  .what_makes_us .inner_wrapper img.left-2 {
    left: -8%;
  }

  .what_makes_us .inner_wrapper img.left-3 {
    left: -7%;
  }

  .what_makes_us .inner_wrapper img.left-4 {
    top: -10%;
    width: 80px;
  }
}

@media (max-width: 767.98px) {
  .what_makes_us .inner_wrapper img {
    width: 60px !important;
  }

  /* .what_makes_us .inner_wrapper img:nth-child(2n){
    top: 0;
  }
  .what_makes_us .inner_wrapper img:nth-child(2n-1){
    top: unset;
    bottom: 0;
  } */
  .what_makes_us .inner_wrapper img.left-2 {
    left: 0;
    bottom: 12%;
  }

  .what_makes_us .inner_wrapper img.left-1 {
    left: 7%;
  }

  .what_makes_us .inner_wrapper img.right-5 {
    bottom: -3%;
    right: 10%;
  }

  .what_makes_us .inner_wrapper img.right-2 {
    top: -5%;
  }

  .what_makes_us .inner_wrapper img.left-3 {
    top: 36%;
  }

  .what_makes_us .inner_wrapper img.right-3 {
    top: 35%;
  }
}

/* what makes us css end */

/* testimonials css start */
.testimonials {
  position: relative;
  padding-top: var(--p-60);
  /* padding-bottom: var(--p-60); */
  text-align: center;
}

/* Background wave */
.testimonials .bg-wave {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  opacity: 0.6;
}

/* Avatars container */
.testimonials .avatars {
  position: relative;
  height: 300px;
  z-index: 1;
}

/* column math */
:root {
  --side-space: 5%;
  --col-step: calc((100% - (var(--side-space) * 2)) / 9);
}

@media (max-width: 767.98px) {
  :root {
    --side-space: 1%;
  }
}

/* Base avatar style */
.testimonials .avatar {
  position: absolute;
  width: 130px;
  height: 130px;
  border-radius: 16px;
  object-fit: cover;
  opacity: 0.4;
  transition: all 0.4s;
  cursor: pointer;
}

/* Highlighted avatars */
.testimonials .avatar.active {
  opacity: 1;
}

/* COLUMN 1 */
.testimonials .avatar:nth-child(1) {
  left: var(--side-space);
  top: 120px;
}

.testimonials .avatar:nth-child(2) {
  left: var(--side-space);
  top: 260px;
}

/* COLUMN 2 */
.testimonials .avatar:nth-child(3) {
  left: calc(var(--side-space) + var(--col-step) * 1);
  top: 80px;
}

.testimonials .avatar:nth-child(4) {
  left: calc(var(--side-space) + var(--col-step) * 1);
  top: 220px;
}

/* MIDDLE 5 IMAGES */
.testimonials .avatar:nth-child(5) {
  left: calc(var(--side-space) + var(--col-step) * 2);
  top: 120px;
}

.testimonials .avatar:nth-child(6) {
  left: calc(var(--side-space) + var(--col-step) * 3);
  top: 30px;
}

.testimonials .avatar:nth-child(7) {
  left: calc(var(--side-space) + var(--col-step) * 4);
  /* center */
  top: 70px;
}

.testimonials .avatar:nth-child(8) {
  left: calc(var(--side-space) + var(--col-step) * 5);
  top: 30px;
}

.testimonials .avatar:nth-child(9) {
  left: calc(var(--side-space) + var(--col-step) * 6);
  top: 120px;
}

/* COLUMN 8 */
.testimonials .avatar:nth-child(10) {
  left: calc(var(--side-space) + var(--col-step) * 7);
  top: 80px;
}

.testimonials .avatar:nth-child(11) {
  left: calc(var(--side-space) + var(--col-step) * 7);
  top: 220px;
}

/* COLUMN 9 */
.testimonials .avatar:nth-child(12) {
  left: calc(100% - var(--side-space));
  transform: translateX(-100%);
  top: 120px;
}

.testimonials .avatar:nth-child(13) {
  left: calc(100% - var(--side-space));
  transform: translateX(-100%);
  top: 260px;
}

/* Content */
.testimonials .content {
  position: relative;
  z-index: 2;
  max-width: 945px;
  margin: 40px auto 0;
}

.testimonials .content p {
  font-size: var(--fs-18);
  color: var(--clr-black);
  font-weight: 400;
  line-height: 1.7;
  margin: 0 auto;
  max-width: 700px;
}

.testimonials .content .swiper-slide span {
  font-size: var(--fs-16);
  color: var(--clr-777777);
  font-weight: 400;
  font-style: italic;
  line-height: 1.7;
  /* width: 100%; */
  display: inline-block;
  /* text-align: end; */
  margin-top: 20px;
  position: relative;
}

.testimonials .content .swiper-slide span::before {
  content: "";
  position: absolute;
  right: calc(100% + 10px);
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 2px;
  background-color: var(--clr-777777);
}

.testimonials .content .primary_btn {
  margin-top: 30px;
}

@media (max-width: 1399.98px) {
  .testimonials .avatar {
    width: 100px;
    height: 100px;
  }

  .testimonials .avatar:nth-child(2) {
    top: 230px;
  }

  .testimonials .avatar:nth-child(4) {
    top: 190px;
  }

  .testimonials .avatar:nth-child(11) {
    top: 190px;
  }

  .testimonials .avatar:nth-child(13) {
    top: 230px;
  }
}

@media (max-width: 1199.98px) {
  .testimonials .avatar {
    width: 80px;
    height: 80px;
  }

  .testimonials .avatar:nth-child(1) {
    top: 100px;
  }

  .testimonials .avatar:nth-child(2) {
    top: 190px;
  }

  .testimonials .avatar:nth-child(3) {
    top: 60px;
  }

  .testimonials .avatar:nth-child(4) {
    top: 150px;
  }

  .testimonials .avatar:nth-child(5) {
    top: 90px;
  }

  .testimonials .avatar:nth-child(9) {
    top: 90px;
  }

  .testimonials .avatar:nth-child(10) {
    top: 60px;
  }

  .testimonials .avatar:nth-child(11) {
    top: 150px;
  }

  .testimonials .avatar:nth-child(12) {
    top: 100px;
  }

  .testimonials .avatar:nth-child(13) {
    top: 190px;
  }

  .testimonials .content {
    max-width: 685px;
    margin: 0px auto 0;
  }
}

@media (max-width: 991.98px) {
  .testimonials .avatar {
    width: 60px;
    height: 60px;
  }

  .testimonials .avatar:nth-child(2) {
    top: 170px;
  }

  .testimonials .avatar:nth-child(4) {
    top: 130px;
  }

  .testimonials .avatar:nth-child(11) {
    top: 130px;
  }

  .testimonials .avatar:nth-child(13) {
    top: 170px;
  }

  .testimonials .content {
    max-width: 550px;
    margin: -60px auto 0;
  }
}

@media (max-width: 767.98px) {
  .testimonials .avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
  }

  .testimonials .avatar:nth-child(6) {
    top: 130px;
  }

  .testimonials .avatar:nth-child(7) {
    top: 160px;
  }

  .testimonials .avatar:nth-child(8) {
    top: 130px;
  }
}

@media (max-width: 469.98px) {
  .testimonials .avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
  }
}

/*------new testimonial-----*/
.testi-user-cont .testi-user {
  width: 60px;
  min-width: 60px;
  border-radius: 50%;
  height: 60px;
  object-fit: cover;
}

.testi-user-cont {
  display: flex;
  gap: 15px;
  align-items: center;
  margin-top: 15px;
  justify-content: center;
}

.home_testi_swiper .swiper-slide {
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
  height: auto;
}
.home-testi-slide {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  height: 100%;
}
.home_testi_swiper_oppos .swiper-slide {
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
  height: auto;
}

.home_testi_swiper_oppos {
  margin-top: 30px !important;
}

/* testimonials css end */

/* our gallery css start */
.our_gallery {
  position: relative;
}

.our_gallery .gallery_wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 10px;
}

.our_gallery .gallery_wrapper a:nth-child(1) {
  grid-row: 1 / span 2;
}

.our_gallery .gallery_wrapper a:nth-child(1) img {
  object-position: left;
}

.our_gallery .gallery_wrapper a:nth-child(6) {
  grid-column: 3 / span 2;
}

.our_gallery .gallery_wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
  margin: 0;
}

/* Tablet & below */
@media (max-width: 767px) {
  .our_gallery .gallery_wrapper {
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: 1fr 1fr 1fr;
    gap: 10px;
  }

  /* Reset all spans first */
  .our_gallery .gallery_wrapper a {
    grid-column: auto;
    grid-row: auto;
  }

  .our_gallery .gallery_wrapper a:first-child {
    grid-row: span 1;
  }

  .our_gallery .gallery_wrapper a:nth-child(3) {
    grid-column: span 2;
  }

  .our_gallery .gallery_wrapper a:nth-child(4) {
    grid-column: span 2;
  }

  .our_gallery .gallery_wrapper a:nth-child(5) {
    grid-column: span 2;
  }

  .our_gallery .gallery_wrapper a:last-child {
    grid-column: span 4;
  }
}

/* our gallery css end */

/* contact section css start */
.contact_sec {
  max-width: 1600px;
  width: 95%;
  margin: var(--p-60) auto;
  border-radius: 1.5rem;
  box-shadow: 0px 1px 0px 0px #f1f1f1;
  overflow: hidden;
  background: #fff;
  padding: var(--p-60) 0;
  border: 0.0625rem solid var(--clr-ECEBEB);
}

.contact_sec .text_wrapper p {
  margin-bottom: 15px;
  font-size: var(--fs-18);
  line-height: 1.5;
  color: var(--clr-black);
  font-weight: 400;
  max-width: 645px;
}

.contact_sec .text_wrapper p:last-of-type {
  position: relative;
  padding-bottom: 10px;
  /* border-bottom: 1px solid #D9D9D9; */
}

.contact_sec .text_wrapper p:last-of-type::before {
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  width: 70%;
  height: 1px;
  background-color: #d9d9d9;
  /* border-bottom: 1px solid #D9D9D9; */
}

.contact_sec .text_wrapper a {
  margin-bottom: 10px;
  font-size: var(--fs-18);
  color: var(--clr-22BECA);
  font-weight: 400;
  margin-right: 20px;
}

.contact_sec .text_wrapper a img {
  margin-right: 10px;
}

.contact_sec .form_wrapper form {
  position: relative;
  padding: 10px;
}

.contact_sec .form_wrapper form input,
.contact_sec .form_wrapper form textarea {
  padding: 25px;
  border: 1px solid #c2c5c1;
  border-radius: 8px;
  width: 100%;
  background-color: var(--clr-white);
}

.contact_sec .form_wrapper form input::placeholder,
.contact_sec .form_wrapper form textarea::placeholder {
  color: #a4a4a4;
}

.contact_sec .form_wrapper form textarea {
  min-height: 150px;
}

.contact_sec .form_wrapper .gform_heading {
  display: none;
}

.contact_sec .form_wrapper .gform_fields {
  gap: 20px 10px;
}

/* .contact_sec .form_wrapper input#gform_submit_button_1,
.contact_sec .form_wrapper input#gform_submit_button_3 {
  font-size: var(--fs-18);
  font-weight: 400;
  padding: 12px 65px 12px 25px;
  border-radius: 30px;
  position: relative;
  transition: all 0.4s;
  color: var(--clr-22BECA);
  border: 1.5px solid var(--clr-22BECA);
  pointer-events: all;
  background: var(--clr-white) url(../images/arrow_img.svg) no-repeat 98%
    50%/35px;
} */

/* contact section css end */

/* popup css start */
.elv_popup {
  position: fixed;
  inset: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #0000005c;
  overflow-y: auto;
  padding-top: 50px;
  padding-bottom: 50px;
  flex-wrap: wrap;
  z-index: 9999;
  transition: all 0.4s;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.elv_popup.active {
  pointer-events: all;
  visibility: visible;
  opacity: 1;
}

.elv_popup .popup_wrapper {
  max-width: 800px;
  width: 90%;
  position: relative;
}

.elv_popup .popup_wrapper > * {
  width: 100%;
  border-radius: 5px;
}

.elv_popup .popup_wrapper .cross {
  position: absolute;
  bottom: calc(100% - 20px);
  left: calc(100% - 20px);
  background: #fff;
  width: 20px !important;
  height: 20px;
  display: inline-block;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  border-radius: 50% !important;
  font-weight: 500;
  cursor: pointer;
  z-index: 9999;
}

@media (max-width: 767.98px) {
  .contact_sec .text_wrapper p:last-of-type::before {
    width: 95%;
  }
}

.page-id-16 .contact_sec {
  margin-top: 0;
}

/* popup css end */
/* footer css start */
.site_footer {
  max-width: 1600px;
  width: 95%;
  margin: 0 auto 20px auto;
  position: relative;
  padding-bottom: 10px;
  padding-top: 50px;
  background: linear-gradient(-45deg, #22beca, #115e64);
  border-radius: 1.5rem;
}

.site_footer .footer_wrapper {
  position: relative;
}

.site_footer .footer_wrapper .top {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.site_footer .footer_wrapper .top p {
  font-size: var(--fs-24);
  color: var(--clr-white);
  font-family: "Onest", serif;
  font-weight: 400;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 10px;
}

.site_footer .footer_wrapper .top .title {
  font-size: var(--fs-200);
  color: var(--clr-black);
  line-height: 1;
  font-weight: 600;
  text-align: center;
  position: relative;
  margin-bottom: 50px;
  display: inline;
}

.site_footer .footer_wrapper .top .title::before {
  content: "";
  position: absolute;
  background: url(../images/arrow_img.svg) no-repeat center/contain;
  width: 95px;
  height: 95px;
  right: 440px;
  top: 44px;
  /* transform: rotate(45deg); */
  transition: none;
}

/* Animate when section is active */
.section-active.site_footer .footer_wrapper .top .title::before {
  animation: arrowMove 1s ease-out forwards;
}

/* Keyframes */
@keyframes arrowMove {
  0% {
    transform: rotate(45deg);
  }

  100% {
    transform: rotate(0deg);
    /* final position */
  }
}

.site_footer .footer_wrapper .middle {
  position: relative;
}

.site_footer .footer_wrapper .middle .inner_wrapper {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  row-gap: 40px;
}

/* .site_footer .footer_wrapper .middle .inner_wrapper>div {
  flex-grow: 1;
} */
.site_footer .footer_wrapper .middle .inner_wrapper .logo_wrapper {
  width: 30%;
}

.site_footer .footer_wrapper .middle .inner_wrapper .menu_wrapper {
  width: calc(70% / 4);
}

.site_footer .footer_wrapper .middle .inner_wrapper .widget_title {
  min-height: 70px;
  display: flex;
  align-items: flex-end;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ffffff60;
}

.site_footer .footer_wrapper .middle .inner_wrapper .widget_title h4 {
  font-size: var(--fs-20);
  font-weight: 500;
  font-family: "Onest", serif;
  color: var(--clr-white);
  letter-spacing: 1px;
}

.site_footer
  .footer_wrapper
  .middle
  .inner_wrapper
  .widget:not(:last-child)
  .widget_cont {
  padding-right: 80px;
}

.site_footer .footer_wrapper .middle .inner_wrapper p,
.site_footer .footer_wrapper .middle .inner_wrapper li,
.site_footer .footer_wrapper .middle .inner_wrapper a {
  font-size: var(--fs-16);
  line-height: 1.7;
  color: var(--clr-white);
  font-weight: 400;
}

.site_footer .footer_wrapper .middle .inner_wrapper li + li {
  margin-top: 10px;
}

.site_footer .footer_wrapper .middle .inner_wrapper .widget_cont img {
  margin-top: 20px;
  width: 100px;
}

.site_footer
  .footer_wrapper
  .middle
  .inner_wrapper
  .widget_cont
  .social_icons
  img {
  width: unset;
}

.site_footer .footer_wrapper .middle .inner_wrapper .widget_cont a {
  position: relative;
  transition: all 0.4s linear;
}

.site_footer .footer_wrapper .middle .inner_wrapper .widget_cont li a:after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  content: "";
  background-color: var(--clr-white);
  width: 0%;
  height: 2px;
  transition: all 0.5s;
  border-radius: 30px;
}

.site_footer
  .footer_wrapper
  .middle
  .inner_wrapper
  .widget_cont
  li
  a:hover:after {
  width: 100%;
}

.site_footer .footer_wrapper .middle .inner_wrapper .widget_cont .social_icons {
  display: flex;
  gap: 10px;
}

.site_footer
  .footer_wrapper
  .middle
  .inner_wrapper
  .widget_cont
  .social_icons
  a {
  transition: all 0.3s ease-out;
}

.site_footer
  .footer_wrapper
  .middle
  .inner_wrapper
  .widget_cont
  .social_icons
  a:hover {
  transform: translateY(-5px);
}

.site_footer .footer_wrapper .bottom {
  position: relative;
  border-top: 1px solid #ffffff60;
  margin-top: 20px;
  padding-top: 10px;
}

.site_footer .footer_wrapper .bottom p {
  font-size: var(--fs-14);
  line-height: 1.7;
  color: var(--clr-white);
  font-weight: 400;
  text-align: center;
}

.site_footer .footer_wrapper button.back_top_top {
  z-index: 999;
  background: none;
  border: none;
  position: fixed;
  bottom: 30px;
  right: 5%;
  animation: bounce 2s infinite;
  display: none;
}

@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }

  40% {
    transform: translateY(-15px);
    /* move up */
  }

  60% {
    transform: translateY(-7px);
    /* small bounce */
  }
}

@media (max-width: 1499.98px) {
  .site_footer .footer_wrapper .top .title::before {
    width: 87px;
    height: 87px;
    right: 367px;
    top: 33px;
  }
}

@media (max-width: 1399.98px) {
  .site_footer .footer_wrapper .top .title::before {
    width: 75px;
    height: 75px;
    right: 322px;
    top: 29px;
  }
}

@media (max-width: 1199.98px) {
  .site_footer .footer_wrapper .top .title::before {
    width: 65px;
    height: 65px;
    right: 275px;
    top: 24px;
  }

  .site_footer .footer_wrapper .middle .inner_wrapper .menu_wrapper {
    width: calc(70% / 3);
  }
}

@media (max-width: 991.98px) {
  .site_footer {
    padding-top: 30px;
  }

  .site_footer .footer_wrapper .top .title::before {
    width: 40px;
    height: 40px;
    right: 186px;
    top: 19px;
  }

  .site_footer .footer_wrapper .middle .inner_wrapper .logo_wrapper {
    width: 100%;
  }

  .site_footer .footer_wrapper .middle .inner_wrapper .menu_wrapper {
    width: calc(100% / 2 - 15px);
  }

  .site_footer .footer_wrapper .middle .inner_wrapper .widget_title {
    min-height: auto;
  }

  .site_footer
    .footer_wrapper
    .middle
    .inner_wrapper
    .widget:not(:last-child)
    .widget_cont {
    padding-right: 0;
  }

  .site_footer .footer_wrapper .middle .inner_wrapper {
    row-gap: 30px;
    column-gap: 30px;
  }

  .site_footer .footer_wrapper button.back_top_top {
    bottom: 150px;
  }

  .site_footer .footer_wrapper .top .title {
    margin-bottom: 30px;
  }
}

@media (max-width: 767.98px) {
  .site_footer .footer_wrapper .top .title::before {
    width: 30px;
    height: 30px;
    right: 139px;
    top: 14px;
  }

  .site_footer .footer_wrapper .middle .inner_wrapper .menu_wrapper {
    width: 100%;
  }

  .site_footer .footer_wrapper .middle .inner_wrapper .widget:nth-child(2),
  .site_footer .footer_wrapper .middle .inner_wrapper .widget:nth-child(3) {
    width: 45%;
  }

  .site_footer .footer_wrapper .top .title {
    margin-bottom: 30px;
  }

  .site_footer .footer_wrapper .middle .inner_wrapper .widget_title {
    border: none;
    margin: 0;
    padding: 0;
  }

  .site_footer .footer_wrapper .middle .inner_wrapper .widget_title h4 {
    border-bottom: 1px solid #ffffff60;
    margin-bottom: 10px;
    padding-bottom: 10px;
  }

  .site_footer .footer_wrapper .middle .inner_wrapper .f_logo img {
    width: 130px;
    margin-bottom: 10px;
  }

  .site_footer .footer_wrapper .middle .inner_wrapper .widget_cont img {
    margin-top: 10px;
  }
}

@media (max-width: 470px) {
  .site_footer .footer_wrapper .top .title::before {
    width: 20px;
    height: 20px;
    right: 92px;
    top: 9px;
  }
}

/* footer css end */

/* animation css by nandita start */
.primary_btn:hover:before {
  transform: translateY(-50%) rotate(-40deg);
  transition: all 0.5s;
}

/*.bottom-to-top-animate,
.left-to-right-animate,
.right-to-left-animate {
  opacity: 0;
}*/
/* animation css by nandita end */

/* our works css start */
.our_works {
  max-width: 1600px;
  width: 95%;
  margin: var(--p-60) auto;
  border-radius: 1.5rem;
  box-shadow: 0px 1px 0px 0px #f1f1f1;
  overflow: hidden;
  background: #fff;
  padding: var(--p-60) 0;
  margin-bottom: 0;
  border: 0.0625rem solid var(--clr-ECEBEB);
}

/* .our_works .head {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  align-items: center;
} */
.our_works .head p {
  font-size: var(--fs-18);
  color: var(--clr-black);
  font-weight: 400;
  line-height: 1.7;
}

.our_works .head > div:first-child {
  max-width: 900px;
  width: 80%;
}

.our_works .work_slider {
  margin-top: 20px;
  position: relative;
}

.our_works .work_slider .swiper-wrapper {
  align-items: flex-end;
  height: 620px;
}

.our_works .work_slider .swiper-slide {
  width: 25%;
  transition: all 0.5s;
  text-align: center;
  border-radius: 15px;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
}

.our_works .work_slider .swiper-slide-active {
  width: 45% !important;
}

.our_works .work_slider .swiper-slide .img_card {
  width: 100%;
}

.our_works .work_slider .swiper-slide img {
  object-fit: cover;
  height: 350px;
  width: 100%;
  border-radius: 15px;
  transition: height 0.5s;
  max-width: 100%;
}

.our_works .work_slider .swiper-slide-active img {
  height: 600px;
  width: 100%;
  object-fit: cover;
}

.our_works .custom_nav {
  text-align: center;
  /* margin-top: 50px; */
  margin-bottom: 0;
  display: flex;
  gap: 10px;
}

.our_works .custom_nav button {
  background-color: transparent;
  border: none;
  border-radius: 50%;
  /* box-shadow: 0px 4px 7px 0px var(--clr-22BECA); */
  transition: all 0.3s;
  /* padding: 15px; */
  background: linear-gradient(-100deg, #22beca, #737373);
}

/* .our_works .custom_nav button:active {
  box-shadow: 0px 1px 4px 0px var(--clr-22BECA);
} */
.our_works .custom_nav button:hover {
  box-shadow: 0px 1px 5px;
}

.our_works .custom_nav button img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}

.our_works .custom_nav button.custom_next img {
  transform: rotate(45deg);
}

.our_works .custom_nav button.custom_prev img {
  transform: rotate(225deg);
}

.our_works .work_slider .card_cont_outside {
  position: absolute;
  background: transparent;
  z-index: 999;
  top: 40px;
  width: 54%;
  right: 0px;
  padding: 20px;
  opacity: 1;
  transition: all 0.5s;
}

.our_works .work_slider .card_cont_outside .link_btn {
  position: absolute;
  top: -10px;
  right: 10px;
  width: 50px;
  height: 50px;
  transition: all 0.5s;
}

.card_cont_outside.is-fading {
  animation: fade 1s linear;
}

@keyframes fade {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.our_works .work_slider .card_cont_outside .title {
  font-size: var(--fs-20);
  line-height: 1.2;
  margin-bottom: 20px;
  color: var(--clr-black);
  font-weight: 400;
}

.our_works .work_slider .card_cont_outside p {
  font-size: var(--fs-18);
  line-height: 1.7;
  color: var(--clr-black);
  font-weight: 400;
  max-height: 130px;
  overflow-y: auto;
}

.our_works .work_slider .card_cont_outside .link_btn:hover {
  transform: rotate(45deg);
}

.our_works .work_slider .swiper-slide-next {
  width: 25% !important;
}

.our_works .work_slider .swiper-slide-next + div {
  width: 25% !important;
}

@media (max-width: 1399.98px) {
  .our_works .work_slider .card_cont_outside {
    right: 0px;
    top: 20px;
  }

  .our_works .work_slider .swiper-slide img {
    height: 250px;
  }

  .our_works .work_slider .swiper-slide-active img {
    height: 500px;
  }

  .our_works .work_slider .swiper-wrapper {
    align-items: flex-end;
    height: 500px;
  }
}

@media (max-width: 1199.98px) {
  .our_works .work_slider .card_cont_outside {
    top: 10px;
    right: 0;
  }

  .our_works .work_slider .swiper-slide img {
    height: 200px;
  }

  .our_works .work_slider .swiper-slide-active img {
    height: 500px;
  }

  .our_works .work_slider .swiper-wrapper {
    height: 505px;
  }

  .our_works .work_slider .card_cont_outside .title {
    margin-bottom: 10px;
  }
}

@media (max-width: 991.98px) {
  .our_works .work_slider .swiper-slide-active img {
    height: 500px;
  }

  .our_works .work_slider .swiper-slide img {
    height: 400px;
  }

  .our_works .work_slider .swiper-wrapper {
    height: auto;
  }

  .our_works .work_slider .swiper-slide-active {
    width: 100% !important;
  }

  .our_works .work_slider .swiper-slide-next {
    width: 100% !important;
  }

  .our_works .work_slider .swiper-slide-next + div {
    width: 100% !important;
  }

  .our_works .work_slider .card_cont_outside {
    position: static;
    width: 100%;
    padding: 0;
    margin-top: 20px;
  }

  .our_works .work_slider .card_cont_outside .title {
    margin-bottom: 10px;
  }

  .our_works .work_slider .card_cont_outside .link_btn {
    position: static;
    margin-top: 10px;
  }

  .our_works .work_slider .card_cont_outside p {
    max-height: 100%;
  }
}

@media (max-width: 575.98px) {
  .our_works .head {
    flex-wrap: wrap;
  }

  .our_works .head > div:first-child {
    width: 100%;
  }
}

/* our works css end */

/* about page css start */
.inner_page_cmn_banner {
  position: relative;
  padding-top: 30px;
  padding-bottom: 30px;
  border: 0.0625rem solid rgba(0, 160, 173, 0.3);
  background: url("https://elvirasite.elvirainfotech.live/wp-content/uploads/2026/02/banner-text-bg.webp");
  max-width: 1600px;
  width: 95%;
  margin: 20px auto var(--p-60);
  border-radius: 1.5rem;
  box-shadow: rgb(241, 241, 241) 0px 1px 0px 0px;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
}

.inner_page_cmn_banner .inner_text {
  position: relative;
  z-index: 9;
}

.inner_page_cmn_banner:before {
  display: none;
  content: "";
  width: 20%;
  height: 100%;
  background-image: url(../images/banner-left-bg.svg);
  background-size: contain;
  position: absolute;
  left: 0;
  top: 0;
}

.inner_page_cmn_banner::after {
  display: none;
  content: "";
  width: 20%;
  height: 100%;
  background-image: url(../images/banner-right-bg.svg);
  background-size: contain;
  position: absolute;
  right: 0;
  top: 0;
}

.inner_page_cmn_banner .main_hdng {
  font-size: var(--fs-100);
  font-weight: 700;
  color: var(--clr-black);
  text-transform: uppercase;
  text-align: center;
  position: relative;
  background-image: url("https://elvirasite.elvirainfotech.live/wp-content/uploads/2026/02/text-image.png");
  background-size: cover;
  background-position: center;

  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.inner_page_cmn_banner .main_hdng span {
  display: inline-block;
}

.inner_page_cmn_banner .main_hdng .o_wrap,
.inner_page_cmn_banner .main_hdng span.o_wrap {
  position: relative;
  display: inline-block;
  text-align: center;
}

.inner_page_cmn_banner .main_hdng span.o_wrap:after {
  content: "";
  position: absolute;
  top: calc(50% - 3px);
  left: 50%;
  width: 65px;
  height: 65px;
  transform: translate(-50%, -50%) scale(0);
  pointer-events: none;
  animation: roller 1s linear 1s forwards;
  background-image: url("https://elvirasite.elvirainfotech.live/wp-content/themes/elvira/assets/images/arrow_img.svg");
  background-size: contain;
}

.inner_page_cmn_banner .main_hdng .o_wrap img {
  position: absolute;
  top: calc(50% - 3px);
  left: 50%;
  width: 65px;
  height: 65px;
  transform: translate(-50%, -50%) scale(0);
  pointer-events: none;
  animation: roller 1s linear 1s forwards;
}

@media (min-width: 1399.98px) {
  .inner_page_cmn_banner .main_hdng br {
    display: none;
  }
}

@keyframes roller {
  from {
    transform: translate(-50%, -50%) rotate(360deg) scale(0);
  }

  to {
    transform: translate(-50%, -50%) rotate(0) scale(1);
  }
}

@media (max-width: 1399.98px) {
  .inner_page_cmn_banner .main_hdng .o_wrap img,
  .inner_page_cmn_banner .main_hdng span.o_wrap:after {
    width: 55px;
    height: 55px;
  }
}

@media (max-width: 991.98px) {
  .inner_page_cmn_banner .main_hdng .o_wrap img,
  .inner_page_cmn_banner .main_hdng span.o_wrap:after {
    top: calc(50% - 1px);
    width: 40px;
    height: 40px;
  }
}

@media (max-width: 767.98px) {
  .inner_page_cmn_banner .main_hdng .o_wrap img,
  .inner_page_cmn_banner .main_hdng span.o_wrap:after {
    top: calc(50% - 1px);
    width: 30px;
    height: 30px;
  }
}

@media (max-width: 469.98px) {
  .inner_page_cmn_banner .main_hdng .o_wrap img,
  .inner_page_cmn_banner .main_hdng span.o_wrap:after {
    top: calc(50% - 1px);
    width: 15px;
    height: 15px;
  }
}

/* about page css end */

/* our mission vision css start */
.our_mission_vision {
  position: relative;
  padding-top: var(--p-50);
  padding-bottom: var(--p-50);
}

.our_mission_vision .left_wrapper .icon_card_wrapper {
  position: relative;
}

.our_mission_vision .left_wrapper .icon_card_wrapper:first-child {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid var(--clr-D9D9D9);
}

.our_mission_vision .left_wrapper .icon_card_wrapper .head {
  display: flex;
  gap: 30px;
  align-items: center;
  margin-bottom: 20px;
}

.our_mission_vision .left_wrapper .icon_card_wrapper .head .sec_hdng {
  font-size: var(--fs-35);
}

.our_mission_vision .left_wrapper .icon_card_wrapper .body p {
  font-size: var(--fs-18);
  line-height: 1.7;
  font-weight: 400;
  text-align: justify;
}

.our_mission_vision .img_wrapper {
  position: relative;
  display: inline-block;
}

.our_mission_vision .img_wrapper .border_shadow {
  position: absolute;
  inset: 0px 20px 0px 0px;
  border: 1px solid var(--clr-22BECA);
  transform: translate(20px, -20px);
  /* z-index: -1; */
  border-radius: 5px;
}

.our_mission_vision .img_wrapper img {
  position: relative;
  padding-right: 20px;
  z-index: 1;
}

/* our mission vision css end */

/* web development css start */
.web_development {
  padding-top: var(--p-50);
  padding-bottom: var(--p-50);
  position: relative;
  background: var(--clr-white) url(../images/web_dev_bg.svg) no-repeat
    center/cover;
}

.web_development .img_card_grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: var(--p-50);
  gap: 50px;
}

.web_development .img_card_grid .img_card {
  width: calc(100% / 5 - 40px);
}

.web_development .img_card_grid .img_card .img_wrapper {
  margin-bottom: 20px;
  position: relative;
  display: inline-block;
}

.web_development
  .img_card_grid
  .img_card:not(:last-child)
  .img_wrapper::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: calc(100% + 15px);
  width: 180px;
  height: 20px;
  background: url("../images/line_gap.svg") no-repeat center/contain;
}

.web_development .img_card_grid .img_card .title {
  font-size: var(--fs-20);
  font-weight: 500;
  line-height: 1.3;
  color: var(--clr-black);
  margin-bottom: 10px;
  min-height: 55px;
}

.web_development .img_card_grid .img_card p {
  font-size: var(--fs-16);
  color: var(--clr-black);
  font-weight: 400;
  line-height: 1.5;
  max-width: 250px;
}

@media (max-width: 1399.98px) {
  .web_development .img_card_grid .img_card {
    width: calc(100% / 3 - 34px);
  }

  .web_development
    .img_card_grid
    .img_card:not(:last-child)
    .img_wrapper::before {
    width: 280px;
  }

  .web_development .img_card_grid .img_card:nth-child(3) .img_wrapper::before {
    display: none;
  }
}

@media (max-width: 1199.98px) {
  .web_development
    .img_card_grid
    .img_card:not(:last-child)
    .img_wrapper::before {
    width: 220px;
  }
}

@media (max-width: 991.98px) {
  .web_development
    .img_card_grid
    .img_card:not(:last-child)
    .img_wrapper::before {
    width: 140px;
  }
}

@media (max-width: 767.98px) {
  .web_development .img_card_grid {
    gap: 30px;
    flex-direction: column;
  }

  .web_development .img_card_grid .img_card p {
    max-width: 100%;
    width: 90%;
  }

  .web_development .img_card_grid .img_card {
    width: 100%;
  }

  .web_development .img_card_grid .img_card .img_wrapper::before {
    display: none;
  }

  .web_development .img_card_grid .img_card .img_wrapper img {
    width: 58px;
  }
}

/* web development css end */
/* our_value css start */
.our_value {
  /* position: relative; */
  /* padding-top: var(--p-100); */
  /* padding-bottom: var(--p-100); */
  background-color: var(--clr-F6FEFF);
}

.our_value::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url(../images/our_val_after.svg) no-repeat bottom left/50%;
  pointer-events: none;
  z-index: 1;
  opacity: 0.1;
}

.our_value::after {
  content: "";
  position: absolute;
  inset: 0;
  background: url(../images/our_val_before.svg) no-repeat top right/50%;
  pointer-events: none;
  z-index: 1;
  opacity: 0.1;
}

.our_value .head {
  margin-bottom: 40px;
}

.our_value .head p {
  font-size: var(--fs-18);
  line-height: 1.7;
  font-weight: 400;
  color: var(--clr-black);
  max-width: 730px;
  margin: 0 auto;
}

.our_value .inner_card {
  background-color: var(--clr-white);
  border-radius: 15px;
  position: relative;
  z-index: 2;
  padding: 30px;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
  border-bottom: 5px solid var(--clr-22BECA);
}

.our_value .inner_card .title {
  font-size: var(--fs-24);
  line-height: 1;
  color: var(--clr-2F3031);
  font-weight: 400;
}

.our_value .inner_card p {
  font-size: var(--fs-16);
  line-height: 1.5;
  color: var(--clr-black);
  font-weight: 400;
}

.our_value .inner_card img {
  transition: all 0.4s;
}

/* .our_value .row {
  max-width: 1200px;
  margin: 0 auto;
} */
.our_value .inner_card:hover img {
  transform: rotateY(360deg);
}

@media (max-width: 767.98px) {
  .our_value .head {
    margin-bottom: 20px;
  }
  .our_value .inner_card{
    padding: 20px;
  }
}

/* our_value css end */

/* people behind css start */
.people_behind {
  padding-top: var(--p-50);
  padding-bottom: var(--p-50);
  position: relative;
  background: var(--clr-white) url(../images/people_behind_bg.svg) no-repeat
    center/contain;
}

.people_behind .head {
  margin-bottom: 30px;
}

.people_behind .team_grid {
  display: flex;
  flex-wrap: wrap;
  row-gap: 50px;
}

.people_behind .team_grid > div {
  width: calc(100% / 5);
}

/* left side */
.people_behind .team_grid .inner_col:nth-child(1) figure,
.people_behind .team_grid .inner_col:nth-child(6) figure {
  border-top-left-radius: 1.5em;
  border-bottom-left-radius: 1.5em;
}

/* right side */
.people_behind .team_grid .inner_col:nth-child(5) figure,
.people_behind .team_grid .inner_col:last-child figure {
  border-top-right-radius: 1.5em;
  border-bottom-right-radius: 1.5em;
}

.people_behind .inner_card {
  position: relative;
}

.people_behind .inner_card figure {
  overflow: hidden;
}

.people_behind .inner_card .desc {
  /* padding-bottom: 10px; */
  display: flex;
  justify-content: space-between;
  padding: 0 10px;
}

.people_behind .inner_card {
  padding: 0 !important;
  transition: all 0.5s;
  border-radius: 0 !important;
}

.people_behind .inner_card figure img {
  transition: all 0.4s;
}

.people_behind .inner_card:hover img {
  scale: 1.1;
}

.people_behind .inner_card .desc .title {
  font-size: var(--fs-18);
  line-height: 1.5;
  color: var(--clr-black);
  font-weight: 500;
  padding-right: 5px;
}

.people_behind .inner_card .desc p {
  font-size: var(--fs-16);
  line-height: 1.5;
  color: var(--clr-c8c8c8);
  font-weight: 400;
}

.people_behind .inner_card .desc img {
  width: 25px;
  height: 25px;
  object-fit: contain;
}

@media (max-width: 767.98px) {
  .web_development .img_card_grid .img_card .title {
    min-height: auto;
  }
  .people_behind .team_grid > div {
    width: 100%;
  }
  .people_behind .inner_card .desc p {
    text-align: left;
  }
  .people_behind .team_grid {
    row-gap: 30px;
  }
  .people_behind .team_grid .inner_col figure {
    border-radius: 1.5rem !important;
  }
  .people_behind .head {
    margin-bottom: 10px;
  }
}

@media (max-width: 575.98px) {
  .people_behind .head {
    margin-bottom: 10px;
  }

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

/* people behind css end */

/* brands works css start */
.brands_works_slider {
  position: relative;
  max-width: 1600px;
  width: 95%;
  margin: 0 auto var(--p-60);
}

.brands_works .brands_swiper {
  margin-top: 30px;
}

.brands_works .brands_swiper {
  display: flex;
  gap: 40px;
}

.brands_works .brands_swiper .swiper-slide {
  height: auto;
}

.brands_works .brands_swiper .img_wrapper {
  height: 100%;
  display: flex;
  align-items: center;
  border: 1px solid #e6e6e6;
  border-radius: 1.5rem;
  padding: 15px 20px;
  justify-content: center;
  background-color: var(--clr-white);
}

.brands_works .brands_swiper .img_wrapper img {
  /* width: 220px; */
  /* object-fit: contain; */
}

.brands_works .swiper-free-mode {
  > .swiper-wrapper {
    transition-timing-function: linear;
    margin: 0 auto;
  }
}

.home_testi_swiper.swiper-free-mode .swiper-wrapper,
.home_testi_swiper.swiper-free-mode {
  transition-timing-function: linear;
  margin: 0 auto;
}

.home_testi_swiper_oppos.swiper-free-mode .swiper-wrapper,
.home_testi_swiper_oppos.swiper-free-mode {
  transition-timing-function: linear;
  margin: 0 auto;
}

@media (max-width: 991.98px) {
  .brands_works .brands_swiper .img_wrapper img {
    width: 220px;
    height: 80px;
    object-fit: contain;
  }
}

@media (max-width: 767.98px) {
  .brands_works .brands_swiper {
    margin-top: 0px;
  }

  .brands_works .brands_swiper .img_wrapper img {
    width: 120px;
    height: 50px;
  }
}

/* brands works css end */

/* services offer page css start */
.services_grid {
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
}

.services_grid .head {
  margin-bottom: 50px;
}

.services_grid .row {
  row-gap: 50px;
}

.services_grid .inner_card {
  padding: 30px;
  position: relative;
  /* margin-top: 70px; */
  height: 100%;
  border-radius: 12px;
  background: linear-gradient(30deg, #22becf 0%, #fff 50%, #22becf 100%);
  transition: all 0.4s ease;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.services_grid .inner_card a.arrow_btn {
  z-index: 9;
  margin-top: auto;
}

.services_grid .inner_card::before {
  content: "";
  position: absolute;
  inset: 1px;
  background-color: #fff;
  border-radius: 12px;
  z-index: 1;
}

.services_grid .inner_card .img_wrapper {
  position: absolute;
  top: 0;
  transform: translateY(-50%);
  z-index: 1;
}

.services_grid .inner_card .cont_wrapper {
  margin-top: 30px;
  position: relative;
  z-index: 1;
}

.services_grid .inner_card .cont_wrapper .title {
  font-size: var(--fs-24);
  color: var(--clr-black);
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid var(--clr-ECEBEB);
}

.services_grid .inner_card .cont_wrapper p {
  font-size: var(--fs-18);
  color: var(--clr-black);
  font-weight: 400;
  line-height: 1.7;
  margin-bottom: 20px;
}

.services_grid .inner_card .cont_wrapper .arrow_btn {
  color: var(--clr-black);
  transition: all 0.4s;
}

.services_grid .inner_card .cont_wrapper:hover .arrow_btn::before {
  transform: translateX(10px);
}

.services_grid .inner_card:hover {
  background: linear-gradient(150deg, #22becf 0%, #fff 50%, #22becf 100%);
}

@media (max-width: 767.98px) {
  .services_grid .inner_card .cont_wrapper .title {
    margin-bottom: 10px;
  }

  .services_grid .inner_card {
    padding: 20px;
  }
  .services_grid .head {
    margin-bottom: 10px;
  }
}

/* services offer page css end */

/* service details page css start */
.service_details {
  position: relative;
}
section.service_details.boxed_section {
  margin-bottom: 0;
}

.service_details .head p {
  font-size: var(--fs-18);
  color: var(--clr-black);
  font-weight: 400;
  line-height: 1.7;
}

.service_details .one_side_container {
  margin-top: var(--p-60);
}

.service_details .inner_card {
  padding: 40px 20px 30px 20px;
  /*   background-color: var(--clr-white);
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px; */
  height: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: center;
  position: relative;
  overflow: hidden;
  border: 0.0625rem solid var(--clr-ECEBEB);
  background-color: var(--clr-white);
  box-shadow: 0px 1px 0px 0px #f1f1f1;
}

.service_details .inner_card h3 {
  font-size: var(--fs-24);
  font-weight: 500;
  line-height: 1;
  color: #2f3031;
}

.service_details .inner_card p {
  font-size: var(--fs-16);
  font-weight: 400;
  line-height: 1.7;
  color: var(--clr-black);
}

.service_details .inner_card .bg_img {
  position: absolute;
  right: -10px;
  top: -10px;
}

@media (max-width: 767.98px) {
  .service_details .inner_card {
    padding: 30px 10px 20px 10px;
  }
}

/* service details page css end */
/* plans steps css start */
.plans_steps {
  position: relative;
  padding-top: var(--p-60);
  padding-bottom: var(--p-100);
}

.plans_steps::before {
  content: "";
  position: absolute;
  background: url(../images/step_before.svg) no-repeat top left/25%;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: 0.2;
}

.plans_steps::after {
  content: "";
  position: absolute;
  background: url(../images/step_after.svg) no-repeat bottom right/25%;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: 0.2;
}

.plans_steps .head {
  max-width: 850px;
  margin: 0 auto;
}

.plans_steps .steps_wrapper {
  max-width: 1050px;
  margin: 0 auto;
  margin-top: 50px;
  display: flex;
  gap: 20px;
  justify-content: space-between;
  position: relative;
}

.plans_steps .steps_wrapper .right,
.plans_steps .steps_wrapper .left {
  width: 40%;
  margin-top: 50px;
}

.plans_steps .steps_wrapper .middle {
  width: 10%;
}

.plans_steps .steps {
  position: relative;
}

.plans_steps .steps::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 76%;
  border: 1px dashed #a0f3fc;
  left: 47.4%;
  top: 25px;
  opacity: 0.6;
}

.plans_steps .steps_wrapper img {
  width: 100%;
  object-fit: cover;
  height: 100%;
  border-radius: 7px;
}

.plans_steps .steps_wrapper h3 {
  font-size: var(--fs-18);
  line-height: 1;
  color: var(--clr-22BECA);
  font-weight: 600;
  padding: 0 2px;
}

.plans_steps .steps_wrapper h4 {
  font-size: var(--fs-24);
  line-height: 1.3;
  color: var(--clr-black);
  font-weight: 500;
}

.plans_steps .steps_wrapper p {
  font-size: var(--fs-18);
  line-height: 1.7;
  color: var(--clr-black);
  font-weight: 400;
  margin-top: 5px;
}

.plans_steps .steps_wrapper .middle > div {
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
  position: relative;
}

.plans_steps .steps_wrapper .middle .circle {
  display: flex;
  gap: 20px;
  width: 20px;
  height: 20px;
  border: 3px solid var(--clr-22BECA);
  border-radius: 50%;
  background-color: #c8f7fc;
  outline: 3px solid var(--clr-22BECA);
  animation: pulse 1.5s infinite linear;
}

@keyframes pulse {
  0% {
    outline: 3px solid var(--clr-22BECA);
    outline-offset: 0;
  }

  50% {
    outline: 2px solid var(--clr-22BECA);
    outline-offset: 3px;
  }

  100% {
    outline: 1px solid var(--clr-22BECA);
    outline-offset: 5px;
  }
}

@media (max-width: 1399.98px) {
  .plans_steps .steps::before {
    left: 46.8%;
  }
}

@media (max-width: 1199.98px) {
  .plans_steps .steps_wrapper .middle {
    width: 15%;
  }

  .plans_steps .steps::before {
    left: 46.2%;
  }
}

@media (max-width: 991.98px) {
  .plans_steps .steps::before {
    left: 45.2%;
  }
}

@media (max-width: 767.98px) {
  .plans_steps .steps_wrapper {
    flex-direction: column;
    margin-top: 30px;
  }

  .plans_steps .steps_wrapper + .steps_wrapper {
    margin-top: 50px;
  }

  .plans_steps .steps::before {
    display: none;
  }

  .plans_steps .steps_wrapper .right,
  .plans_steps .steps_wrapper .left {
    width: 100%;
    margin-top: 0px;
    order: 2;
  }

  .plans_steps .steps_wrapper .middle {
    width: 100%;
    order: 1;
  }

  .plans_steps .steps_wrapper .middle > div {
    justify-content: flex-start;
  }

  .plans_steps .steps_wrapper::before {
    content: "";
    position: absolute;
    width: 1px;
    height: 35px;
    border: 1px dashed #a0f3fc;
    left: 9px;
    top: calc(100% + 7px);
  }

  .plans_steps .steps_wrapper:last-child::before {
    display: none;
  }

  .plans_steps .steps_wrapper > div:has(img) {
    order: 3 !important;
  }
}

/* plans steps css end */

/* blogs listing css start */
.blogs_listing {
  position: relative;
  margin-top: var(--p-60);
  padding-top: 0;
}

.blogs_listing .listing_tabs_btn {
  margin-bottom: 40px;
  /* overflow-x: auto; */
}

.blogs_listing .listing_tabs_btn ul {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: center;
  justify-content: center;
}

.blogs_listing .listing_tabs_btn ul li {
  font-size: var(--fs-18);
  font-weight: 400;
  line-height: 1;
  color: #280700;
  border: 1px solid #f2f3f2;
  border-radius: 30px;
  padding: 15px 30px;
  background-color: #f2f3f2;
  cursor: pointer;
  font-family: "onest";
  white-space: nowrap;
  position: relative;
}

.blogs_listing .listing_tabs_btn ul li input[type="checkbox"] {
  /* accent-color: var(--clr-22BECA); */
  /* display: none; */
  opacity: 0;
  appearance: none;
  position: absolute;
  inset: 0;
  cursor: pointer;
}

.blogs_listing .listing_tabs_btn ul li.active {
  border-color: var(--clr-22BECA);
  color: var(--clr-22BECA);
}

.blogs_listing .listing_tabs_btn ul li.disabled {
  opacity: 0.5;
}

.blogs_listing .blogs_wrapper {
  position: relative;
}

.blogs_listing .filter_loader {
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.9);
  display: none;
  z-index: 9999;
}

.blogs_listing .filter_loader::after {
  content: "";
  width: 40px;
  height: 40px;
  border: 3px solid #22becf;
  border-top-color: transparent;
  border-radius: 50%;
  position: absolute;
  top: 200px;
  left: 50%;
  animation: spin 0.8s linear infinite;
}

@keyframes spin {
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

.blogs_listing .blogs_wrapper .inner_wrapper {
  position: relative;
  height: 100%;
  border: 1px solid var(--clr-D9D9D9);
  padding: 20px;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  background: var(--clr-white);
}

.blogs_listing .blogs_wrapper .inner_wrapper img {
  width: 100%;
  object-fit: cover;
  height: 240px;
}

.blogs_listing .blogs_wrapper .inner_wrapper .date_wrapper {
  display: flex;
  gap: 10px;
  margin-top: 15px;
  align-items: center;
}

.blogs_listing .blogs_wrapper .inner_wrapper .date_wrapper p {
  font-size: var(--fs-18);
  color: var(--clr-3C3C3C);
  line-height: 1;
  font-weight: 400;
}

.blogs_listing .blogs_wrapper .inner_wrapper .date_wrapper small {
  font-size: var(--fs-16);
  color: var(--clr-3C3C3C);
  line-height: 1;
  font-weight: 400;
  position: relative;
  padding-left: 10px;
}

.blogs_listing .blogs_wrapper .inner_wrapper .date_wrapper small::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-color: var(--clr-3C3C3C);
  border-radius: 50%;
}

.blogs_listing .blogs_wrapper .inner_wrapper .title h3 {
  font-size: var(--fs-22);
  line-height: 1.3;
  color: var(--clr-2F3031);
  font-weight: 500;
  margin-top: 10px;
  transition: all 0.4s;
}
.blogs_listing .blogs_wrapper .inner_wrapper .title h3:hover {
  color: var(--clr-22BECA);
}

.blogs_listing .blogs_wrapper .inner_wrapper .cont p {
  font-size: var(--fs-18);
  line-height: 1.7;
  color: var(--clr-black);
  font-weight: 400;
  margin-top: 15px;
  margin-bottom: 15px;
}

.blogs_listing .blogs_wrapper .inner_wrapper .read_more_btn {
  margin-top: auto;
}

.blogs_listing .blogs_wrapper .inner_wrapper .read_more_btn a {
  font-size: var(--fs-20);
  line-height: 1;
  color: var(--clr-22BECA);
  font-weight: 400;
  position: relative;
}

.blogs_listing .blogs_wrapper .inner_wrapper .read_more_btn a::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-top: 2px solid var(--clr-22BECA);
  border-right: 2px solid var(--clr-22BECA);
  transform: rotate(45deg);
  left: calc(100% + 5px);
  top: 5px;
  transition: all 0.4s;
}

.blogs_listing .blogs_wrapper .inner_wrapper .read_more_btn a:hover::before {
  transform: rotate(45deg) translateX(5px) translateY(-5px);
}

.blogs_listing .custom_pagination {
  text-align: center;
  margin-top: var(--p-50);
}

.blogs_listing .custom_pagination ul {
  gap: 20px;
  justify-content: center;
}

.blogs_listing .custom_pagination ul li {
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  width: 50px;
  height: 50px;
  box-shadow:
    inset 6px 6px 13px #fff,
    6px 6px 13px rgba(0, 0, 0, 0.16);
  background-color: #ecf0f3;
}

.blogs_listing .custom_pagination ul li:has(.current) {
  box-shadow:
    inset 6px 6px 13px #fff,
    0 2px 4px var(--clr-22BECA);
}

.blogs_listing .custom_pagination ul li span,
.blogs_listing .custom_pagination ul li a {
  font-size: 18px;
  color: var(--clr-black);
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* .blogs_listing .custom_pagination button img {
  width: 50px;
  height: 50px;
  object-fit: contain;
}
.blogs_listing .custom_pagination button.prev img {
  transform: rotate(-180deg);
} */
/* blogs listing css end */

/* blogs details css start */
.blogs_details {
  position: relative;
  margin-top: var(--p-60);
}

.blogs_details .inner_article {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.blogs_details .inner_article .featured_img img {
  width: 100%;
  object-fit: cover;
}

.blogs_details .inner_article {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.blogs_details .inner_article .date_wrapper {
  display: flex;
  gap: 10px;
  margin-top: 15px;
  align-items: center;
}

.blogs_details .inner_article .date_wrapper p {
  font-size: var(--fs-18);
  color: var(--clr-3C3C3C);
  line-height: 1;
  font-weight: 400;
  position: relative;
  padding-left: 25px;
}

.blogs_details .inner_article .date_wrapper p::before {
  content: "";
  position: absolute;
  background: url(../images/cal-blue.svg) no-repeat center/contain;
  width: 15px;
  height: 15px;
  left: 0;
  top: 1px;
}

.blogs_details .inner_article .date_wrapper small {
  font-size: var(--fs-16);
  color: var(--clr-3C3C3C);
  line-height: 1;
  font-weight: 400;
  position: relative;
  padding-left: 10px;
}

.blogs_details .inner_article .date_wrapper small::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-color: var(--clr-3C3C3C);
  border-radius: 50%;
}

.blogs_details .inner_article .blog_content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.blogs_details .inner_article .blog_content p,
.blogs_details .inner_article .blog_content li {
  font-size: var(--fs-18);
  line-height: 1.7;
  color: var(--clr-black);
  font-weight: 400;
}

.blogs_details .inner_article .blog_content ol {
  list-style: decimal;
  padding-left: 20px;
}

.blogs_details .inner_article .blog_content li + li {
  margin-top: 10px;
}
@media (max-width: 767.98px) {
  .blogs_listing .listing_tabs_btn {
    margin-bottom: 30px;
  }
  .blogs_listing .custom_pagination {
    margin-top: 30px;
    margin-bottom: 20px;
    padding-bottom: 10px;
    overflow-x: auto;
  }
  .blogs_listing .blogs_wrapper .inner_wrapper img {
    height: 250px;
    object-position: left;
    border-radius: 5px;
}
.blogs_listing .custom_pagination ul{
  min-width: 430px;
}
.blogs_listing .custom_pagination ul li span, .blogs_listing .custom_pagination ul li a{
  font-size: 14px;
  white-space: nowrap;
}
.blogs_listing .custom_pagination ul li{
  background: none;
  box-shadow: none;
  width: 30px;
  height: 30px;
}
}
/* blogs details css end */

/*** Carrer page css end ****/
.careers-wrapper {
  /* padding-top: var(--p-50); */
}

/* Header */
.careers-title {
  font-size: 35px;
  font-weight: 500;
  position: relative;
  line-height: 1.8;
}

.careers-title:after {
  content: "";
  width: 59px;
  height: 3px;
  background-color: var(--clr-22BECA);
  position: absolute;
  left: 0;
  bottom: 0;
}

.careers-title span {
  color: var(--clr-22BECA);
}

.f-18-font {
  margin: 15px 0 30px;
  color: #000000;
  font-size: 18px;
  font-weight: 300;
}

/* Search */
.careers-search-input {
  width: 100%;
  max-width: 470px;
  padding: 12px 15px 12px 48px;
  border-radius: 6px;
  border: 1px solid #e6e6e6;
  margin-bottom: 30px;
  font-size: 16px;
  background-image: url(../images/search.svg);
  background-size: 21px;
  background-position: 16px 13px;
  background-repeat: no-repeat;
}

.careers-search-input::placeholder {
  color: #bfbfbf;
}

/* Job Card */
.career-job-card {
  background-color: #ffffff;
  border: 1px solid #d9d9d9;
  border-radius: 1.5rem;
  padding: 30px;
  margin-bottom: 20px;
}

.career-job-card:last-child {
  margin: 0;
}

/* Job Info */
.career-job-title {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 10px;
}

.career-job-meta {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  gap: 20px;
  font-size: 18px;
  color: #a4a4a4;
  font-weight: 300;
}

.career-job-meta li {
  display: flex;
  align-items: center;
  gap: 0px 5px;
  color: var(--clr-040404);
}

.career-job-meta li img {
  filter: brightness(0) saturate(100%) invert(0%) sepia(18%) saturate(1858%)
    hue-rotate(52deg) brightness(95%) contrast(97%);
}

/* Job Actions */
.career-job-action {
  white-space: nowrap;
}

.career-job-urgent {
  /* background: linear-gradient(180deg, #40e0ed -18.35%, #55d0d9 100%); */
  background-image: linear-gradient(
    90.09deg,
    #22beca 0.08%,
    #7f74ea 38.58%,
    #e254c2 73.71%,
    #ff638e 104.05%
  );
  font-weight: 300;
  color: #ffffff;
  padding: 6px 24px;
  border-radius: 5px;
  font-size: var(--fs-18);
  margin-right: 15px;
  display: inline-block;
  font-family: "Helvetica Neue", serif;
}

.career-apply-btn {
  font-weight: 300;
}

/* Apply Button */
/* .career-apply-btn {
  border: 1px solid var(--clr-22BECA);
  color: var(--clr-22BECA);
  padding: 4px 4px 4px 29px;
  border-radius: 25px;
  text-decoration: none;
  font-size: 18px;
  transition: 0.3s ease;font-weight: 300;
}
.career-apply-btn img{margin-left: 15px;}
.career-apply-btn:hover {
  background-color: var(--clr-22BECA);
  color: #ffffff;
} */

/* Rewards Section */
.rr-section {
  padding-top: var(--p-60);
  padding-bottom: var(--p-60);
  background-color: #ffffff;
  background-image: url(../images/rewards.webp);
  background-size: cover;
  margin-top: var(--p-60);
}

.rr-gal-sc {
  margin-top: 20px;
  margin-bottom: 40px;
}

.careers-title.center-line {
  width: fit-content;
}

.careers-title.center-line:after {
  left: 50%;
  transform: translatex(-50%);
}

.rr-description {
  margin-top: 20px;
  margin-bottom: 0;
}

/* Slider */
.rr-slider {
  padding-bottom: 10px;
}

.rr-gal-sc {
  margin-left: -20px;
  margin-right: -20px;
}

.rr-slide {
  border-radius: 10px;
  overflow: hidden;
}

.rr-slide img {
  width: 100%;
  height: 17vw;
  object-fit: cover;
}

.logo-presentation {
  padding-top: 60px;
  padding-bottom: 40px;
}
.logo-present-inner img {
  padding: 10px;
}

/* Contact Section */
.rr-contact-section {
  padding: var(--p80) 0;
  background: linear-gradient(
    179.09deg,
    rgba(255, 255, 255, 0.11) -2.17%,
    rgba(73, 142, 147, 0.033) 110.3%
  );
}

.rr-contact-title {
  font-size: 28px;
  margin-bottom: 20px;
}

.rr-contact-title span {
  color: var(--clr_22BECA);
}

.rr-contact-text {
  color: #666;
  line-height: 1.7;
  margin-bottom: 25px;
}

.careers-subtitle {
  margin-top: 20px;
  font-weight: 300;
  margin-bottom: 20px;
}

.rr-contact-details p {
  color: var(--clr_22BECA);
  margin-bottom: 10px;
}

.rr-contact-info hr {
  border-bottom: 1px solid #d9d9d9;
  opacity: 1;
  max-width: 480px;
}

.rr-contact-details {
  gap: 15px;
}

.rr-contact-txt p {
  font-size: 18px;
  margin-bottom: 20px;
  font-weight: 300;
}

.rr-contact-details p a {
  color: var(--clr-22BECA);
  font-size: 18px;
  font-weight: 300;
  display: flex;
  align-items: center;
  gap: 0px 5px;
}

.rr-contact-details p a:hover {
  color: var(--clr-040404);
}

/* Form */
@media (max-width: 1400px) {
  header .primary_header .inner_wrapper .logo_wrapper {
    width: 150px;
  }
}

@media (max-width: 1200px) {
  .rr-slide img {
    height: 22vw;
  }
}

@media (max-width: 992px) {
  .rr-slide img {
    height: 31vw;
  }

  .career-job-card {
    padding: 20px;
  }
}

@media (max-width: 767px) {
  body {
    --p80: 60px;
  }

  .rr-gal-sc {
    margin-top: 0;
  }
  .rr-gal-sc {
    margin-bottom: 0;
  }

  .careers-title {
    font-size: 25px;
  }

  .career-job-title {
    font-size: 20px;
  }

  .career-job-meta li {
    font-size: 14px;
  }

  .career-apply-btn.primary_btn {
    padding: 8px 65px 8px 18px;
  }

  .career-apply-btn.primary_btn::before {
    height: 30px;
    width: 54px;
    width: 30px;
    background-size: 16px;
  }

  .rr-contact-details {
    flex-direction: column;
    gap: 10px 0px;
  }

  .rr-contact-details p {
    margin: 0;
  }

  .rr-contact-txt p,
  .f-18-font {
    font-size: 16px;
  }
  .career-job-meta{
    flex-wrap: wrap;
    gap: 10px;
  }
  .careers-search-input{
    margin-bottom: 20px;
  }
}

@media (max-width: 576px) {
  .primary_header .primary_btn {
    padding: 8px 40px 8px 14px;
    font-size: 15px;
  }

  .primary_header .primary_btn::before {
    width: 30px;
    height: 30px;
    background-size: 15px;
  }

  header.sticky .primary_header {
    padding: 0;
  }

  .inner_wrapper .logo_wrapper {
    width: 110px;
  }

  header .primary_header .inner_wrapper .btn_wrapper {
    gap: 0;
  }

  header .primary_header .inner_wrapper {
    gap: 2px;
  }

  header .primary_header .inner_wrapper .logo_wrapper {
    width: 110px;
  }
}

/**** career page end *******/
/***** carrer detail *****/
.apply-job-sec {
  padding: var(--p-60) 0px;
  background-image: url(../images/application-bg.webp);
  background-size: cover;
}

section.apply-job-sec .apply-job {
  margin: 0 auto;
}

.apply-job .apply-frm {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  /* margin-top: 40px; */
}

.apply-job .apply-form {
  padding-bottom: 20px;
  background: #fff;
  border-radius: 10px;
}

.apply-job .apply-frm-header {
  background: var(--clr-22BECA) 0% 0% no-repeat padding-box;
  text-align: center;
  border: none;
  border-radius: 5px 5px 0px 0px;
}

.apply-job h5 {
  font-size: var(--fs-35);
  line-height: 39px;
  text-align: center;
  letter-spacing: 0px;
  color: #ffffff;
  padding: 20px;
}

.apply-job .apply-frm-tag-img {
  text-align: center;
  margin-top: 28px;
  margin-bottom: 10px;
  padding: 0px 20px;
}

.apply-job .apply-frm-tag-img img {
  width: 630px;
  max-width: 100%;
}

/* Section headings */
.job-content h3 {
  font-size: var(--fs-24);
  font-weight: 500;
  margin-bottom: 12px;
  color: var(--clr-2F3031);
  margin-bottom: 15px;
}

/* Paragraphs */
.job-content p {
  font-size: var(--fs-18);
  color: #000000;
  margin-bottom: 20px;
  font-weight: 300;
}
.job-content p:last-of-type {
  margin-bottom: 0px;
}

/* Horizontal divider */
.job-content hr {
  border: none;
  height: 1px;
  background-color: #ecebeb;
  margin: 32px 0;
  opacity: 1;
}

.job-content {
  border-top: 1px solid #ecebeb;
  margin-top: 20px;
  padding-top: 20px;
}

/* Lists */
.job-content ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: var(--fs-18);
  color: #000000;
  margin-bottom: 20px;
  font-weight: 300;
}

/* List items */
.job-content ul li {
  position: relative;
  padding-left: 22px;
  margin-bottom: 10px;
  margin-left: -10px;
}

/* Custom bullet */
.job-content ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 16px;
  height: 16px;
  background-image: url(../images/right-arrow.svg);
  background-size: contain;
  border-radius: 50%;
  background-repeat: no-repeat;
}

/* .career-det-wp .career-job-card {
  padding-left: 0;
  padding-right: 0;
  border: none;
  padding-bottom: 0;
} */
.career-det-wp .career-job-meta li {
  color: var(--clr-22BECA);
}

.career-det-wp .career-job-meta li img {
  filter: brightness(0) saturate(100%) invert(61%) sepia(32%) saturate(1069%)
    hue-rotate(136deg) brightness(99%) contrast(80%);
}

@media (max-width: 767px) {
  .apply-job h5 {
    font-size: 25px;
  }

  .apply-job-sec {
    padding: 10px 0px 0px 0px;
  }
}

/******** career details page *****/
/******** contact us **************/
.elvira-row {
  padding: 40px 40px;
  margin: 50px 0px;
  box-shadow: 0px 0px 10.9px 0px #0000000f;
  border-radius: 10px;
  background-color: white;
}

/* Info Box */
.elvira-contact .elvira-info-box {
  background: var(--clr-22BECA);
  color: #fff;
  padding: 30px;
  border-radius: 10px;
}

.elvira-contact .elvira-info-box h4 {
  margin-bottom: 25px;
  font-size: var(--fs-24);
}

.elvira-info-item h5 {
  font-size: var(--fs-24);
}

.elvira-contact .elvira-info-item {
  margin-bottom: 20px;
}

.elvira-contact .elvira-info-item p {
  font-size: var(--fs-18);
  font-weight: 300;
}

.elvira-contact .lft-sc {
  flex-shrink: 0;
}

.elvira-contact .elvira-info-item p {
  margin: 0;
  font-size: var(--fs-18);
}

.elvira-contact hr {
  background-color: #ecebeb;
  opacity: 1;
}

.elvira-info-item img {
  width: 23px;
  margin-top: 5px;
}

.elvira-info-item {
  gap: 13px;
}

.map-sc {
  margin-top: 100px;
}

.map-sc iframe {
  width: 100%;
  height: 400px;
}

.elvira-contact {
  background-image: url(../images/contact.webp);
  background-size: cover;
  margin-top: 50px;
  padding: 1px 0px;
  padding-bottom: 60px;
}

.elvira-contact .contact_sec {
  padding: 0;
  box-shadow: none;
  border: none;
}

@media (max-width: 991px) {
  .map-sc {
    margin-top: 50px;
  }
}

@media (max-width: 767px) {
  .elvira-row {
    padding: 20px;
  }

  .map-sc iframe {
    height: 250px;
  }
}

/***** portfolio *****/
/* Section */
.elvira-portfolio .container {
  max-width: 1400px;
  margin: auto;
  padding: 0 15px;
}

/* Tabs */
.portfolio-tabs ul {
  text-align: center;
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.portfolio-tabs li label {
  border: none;
  background: #f2f3f2;
  padding: 15px 30px;
  margin: 5px;
  cursor: pointer;
  font-size: 18px;
  font-weight: 400;
  border-radius: 1.5rem;
  line-height: 1;
  transition: all 0.5s;
  border: 1px solid #f2f3f2;
  min-width: 105px;
}

.portfolio-tabs li input[type="checkbox"] {
  display: none;
}

.portfolio-tabs li.active label {
  border: 1px solid var(--clr-22BECA);
  color: var(--clr-22BECA);
  transition: all 0.5s;
  background-color: white;
}

/* Masonry */
.portfolio-grid {
  margin: 0 auto;
}

.grid-sizer,
.grid-item {
  width: 33.333%;
}

.grid-item {
  padding: 0px;
}

.grid-item img {
  width: 100%;
  display: block;
  border-radius: 12px;
  transition: transform 0.4s ease;
}

.grid-item img:hover {
  /*   transform: scale(1.05); */
  transform: scale(0.95);
}

/* Loader */
.portfolio-loader {
  position: absolute;
  inset: 0;
  background: #f9fafb;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
}

.spinner {
  width: 50px;
  height: 50px;
  border: 4px solid #ddd;
  border-top-color: #22c6cc;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

/****** app portfolio Details ******/
/* .app-portfolio-banner {
  background-size: cover;
  padding-top: 110px;
} */
/* .app-portfolio-banner img {
  width: 981px;
  max-width: 100%;
  position: relative;
  z-index: 2;
} */
/* .app-portfolio-banner:after {
  content: "";
  width: 100%;
  height: 40%;
  background-color: #f6f7f9;
  position: absolute;
  left: 0;
  bottom: 0;
} */
.project-goals-section {
  background: #ffffff;
  padding: var(--p-60) 0;
  text-align: center;
  margin-top: var(--p-60);
}

/* Logo */
.project-goals-section .logo-wrapper {
  position: relative;
  margin-bottom: 40px;
  height: 88px;
}

.project-goals-section .logo-bg {
  font-size: var(--fs-100);
  font-weight: 700;
  color: #eaf7fb;
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
  line-height: 1;
}

.project-goals-section .logo-text {
  font-size: var(--fs-52);
  font-weight: 600;
  color: var(--clr-2F3031);
  position: relative;
  z-index: 1;
}
.logo-impression {
  position: absolute;
  right: 0;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.logo-impression img {
  width: 180px;
}

/* Goals row spacing */
.project-goals-section .goals-row {
  margin-top: 20px;
  margin-bottom: 50px;
}

.portfolio-template-single-portfolio-logo .project-goals-section .goals-row {
  margin-bottom: 0;
}

/* Goal item */
.project-goals-section .goal-item {
  font-size: var(--fs-16);
  color: #707072;
  line-height: 1.6;
  margin-bottom: 30px;
  padding: 0 10px;
  text-align: left;
  display: flex;
  gap: 15px;
}

.project-goals-section .check-icon {
  flex-shrink: 0;
}

.project-goals-section .tech-rows {
  margin-bottom: 50px;
}

/* .process-flow {
  background: linear-gradient(
    173.42deg,
    rgba(243, 254, 255, 0) 2.78%,
    #ecfbfd 50.05%,
    rgba(243, 254, 255, 0) 91.08%
  ); */

.logo-wrapper.app-impression {
  margin-bottom: 50px;
}
/*.app-logo-impression img{
      height: 50px;
    width: auto;
}*/
.app-logo-impression,
.web-logo-impression {
  position: absolute;
  right: 0;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.logo-wrapper.web-impression .logo-bg {
  top: 0;
}
.logo-wrapper.web-impression {
  margin-bottom: 50px;
  height: 100px;
}
.process-flow .top-hd {
  margin-bottom: 70px;
}

.process-flow .timeline {
  width: 1020px;
  margin: auto;
  position: relative;
}

/* Center dotted line */

.process-flow .step {
  width: 50%;
  padding: 0px 30px;
  position: relative;
  margin-top: -3%;
}

.process-flow .step.left {
  left: 0;
  text-align: right;
}

.process-flow .step.right {
  left: 50%;
  text-align: left;
}

.process-flow .card {
  background: #fff;
  padding: 30px;
  border-radius: 12px;
  display: inline-block;
  width: 470px;
  max-width: 100%;
  text-align: left;
  box-shadow: 1.2px 1.2px 44px 0px #0000000a;
  border: none;
  gap: 12px;
  flex-direction: row;
}

.process-flow .number {
  font-size: 52px;
  font-weight: 700;
  margin-bottom: 10px;
  color: transparent;
  -webkit-text-stroke: 2px #5b65cd;
  font-family: "Onest", serif;
  width: fit-content;
  position: relative;
  flex-shrink: 0;
}

.process-flow .rgt {
  padding-top: 70px;
}

.process-flow .title {
  font-size: var(--fs-24);
  font-weight: 600;
  margin-bottom: 10px;
  color: var(--clr-2F3031);
}

.process-flow .number:before {
  content: "";
  width: 43px;
  height: 43px;
  background: #e2e5ff;
  border-radius: 50%;
  position: absolute;
  top: 8px;
  right: -20px;
  z-index: 0;
}

.process-flow .number span {
  position: relative;
  z-index: 2;
}

.process-flow p {
  font-size: var(--fs-16);
  color: #707072;
  line-height: 1.6;
  font-weight: 300;
}

/* Connector dots */
.process-flow .step::after {
  content: "";
  position: absolute;
  top: 82%;
  width: 12px;
  height: 12px;
  background: var(--clr-22BECA);
  border-radius: 50%;
  transform: translateY(-50%);
}

.process-flow .step::before {
  content: "";
  position: absolute;
  top: 28%;
  width: 44%;
  height: 56%;
  border-top: 2px dotted var(--clr-22BECA);
  border-right: 2px dotted var(--clr-22BECA);
}

.process-flow .step.right::before {
  content: "";
  position: absolute;
  top: 33%;
  width: 35%;
  height: 49%;
  border-top: 2px dotted var(--clr-22BECA);
  border-left: 2px dotted var(--clr-22BECA);
  border-right: unset;
  left: -31%;
}

.process-flow .step.left::after {
  right: -39.4%;
}

.process-flow .step.left .card {
  margin-left: auto;
}

.process-flow .step.right::after {
  left: -31.5%;
}
@media (max-width: 767.98px) {
  .logo-wrapper.app-impression {
    margin-bottom: 20px;
  }
  .tech-used-wrap {
    padding: 20px 0 0;
  }
  .color-chnage-app .check-icon svg,
  .color-chnage-app .check-icon svg circle {
    width: 20px;
  }
  .tech-used-wrap {
    margin-top: 10px !important;
  }
}

/*------AI Powered--------*/
.ai-powered {
  background-size: cover;
  position: relative;
  padding-top: var(--p-60);
  padding-bottom: var(--p-60);
  border: 0.0625rem solid var(--clr-ECEBEB);
  background-color: #fff;
  max-width: 1600px;
  width: 95%;
  margin: 0 auto;
  border-radius: 1.5rem;
  /* margin-top: 60px; */
  box-shadow: 0px 1px 0px 0px #f1f1f1;
  overflow: hidden;
}

.ai-powered .sec_hdng {
  background-image: linear-gradient(
    90.09deg,
    #22beca 0.08%,
    #7f74ea 38.58%,
    #e254c2 73.71%,
    #ff638e 104.05%
  );
  color: transparent;
  background-clip: text;
}

.ai-powered .head p {
  font-weight: 400;
  font-size: var(--fs-18);
  line-height: 30px;
  text-align: center;
  color: var(--clr-black);
  max-width: 875px;
  margin: auto;
}

.ai-powered .sec_hdng.line_bottom {
  padding-bottom: 10px;
}

.ai-box img {
  width: 70px;
  height: 70px;
  object-fit: contain;
  margin-bottom: 15px;
}

.ai-powered .head {
  margin-bottom: 20px;
}

.ai-box h3 {
  font-weight: 500;
  font-size: var(--fs-20);
  line-height: 27px;
  color: var(--clr-black);
}

.ai-box {
  padding: 20px 35px;
  text-align: center;
  border-radius: 12px;
  position: relative;
  border: 2px solid transparent;
  background-clip: padding-box;
  width: 310px;
  min-width: 310px;
  background-color: #fff;
}

.ai-box::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 12px;
  padding: 1px;
  background: linear-gradient(32.09deg, #ffffff 50.6%, #22beca 109.59%);
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

.ai-box::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 12px;
  padding: 1px;
  background: linear-gradient(
    213.09deg,
    rgba(255, 255, 255, 0) 49.14%,
    #22beca 99.03%
  );
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

.ai-powered-content-wrap {
  display: flex;
  gap: 50px;
  justify-content: space-between;
  flex-wrap: wrap;
}

.ai-mid-btm-wrap {
  display: flex;
  gap: 30px;
  justify-content: space-between;
  margin-top: 35px;
  /* flex-wrap: wrap; */
}

.ai-left,
.ai-right {
  width: 23%;
}

.ai-mid {
  width: calc(54% - 100px);
  margin-top: 20px;
}

.ai-mid p {
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  text-align: center;
}

.ai-mid-btm-wrap .ai-box {
  width: calc((100% - 50px) / 2);
}

.ai-powered-btn-wrap {
  display: flex;
  gap: 20px;
  justify-content: center;
  margin-top: 60px;
  flex-wrap: wrap;
}

.ai-powered-btn-wrap .primary_btn:last-of-type:before {
  background:
    linear-gradient(
      85.42deg,
      #22beca -12.77%,
      #7f74ea 22.23%,
      #e254c2 85.42%,
      #ff638e 113.7%
    ),
    url("../images/white-arrow-icon.svg") no-repeat center;
}

.ai-powered-btn-wrap .primary_btn:last-of-type:after {
  content: "";
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background-image: url("../images/white-arrow-icon.svg");
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.5s;
}

.ai-powered-btn-wrap .primary_btn.btn-with-bg {
  background: linear-gradient(
    90.09deg,
    #22beca 0.08%,
    #7f74ea 38.58%,
    #e254c2 73.71%,
    #ff638e 104.05%
  );
  color: #fff;
}

.ai-powered-btn-wrap .primary_btn.btn-with-bg::before {
  background: var(--clr-white) url(../images/blue-arrow-icon.svg) no-repeat
    center;
}

.ai-powered-btn-wrap .primary_btn {
  /* border-image: linear-gradient(85.42deg, #22BECA -12.77%, #7F74EA 22.23%, #E254C2 85.42%, #FF638E 113.7%) 1; */
  min-width: 290px;
  text-align: center;
}

.ai-powered-btn-wrap .primary_btn:hover::before {
  transform: translateY(-50%) rotate(-40deg);
  transition: all 0.5s;
}

.ai-powered-btn-wrap .primary_btn:last-of-type:hover:after {
  transform: translateY(-50%) rotate(-40deg);
  transition: all 0.5s;
}

@media (max-width: 1400px) {
  .ai-box {
    width: 100%;
    min-width: auto;
  }

  .ai-mid-btm-wrap .ai-box {
    width: calc((100% - 50px) / 2);
  }
}

@media (max-width: 1199px) {
  .our_works .head {
    flex-wrap: wrap;
  }

  .who_we_are .right_wrapper .sec_hdng br {
    display: none;
  }

  .our_works .head > div:first-child {
    width: 100%;
    max-width: 100%;
  }

  .happy_clients .count_wrapper {
    flex-wrap: wrap;
    gap: 35px;
  }

  .ai-powered-content-wrap,
  .ai-mid-btm-wrap {
    gap: 25px;
  }

  .ai-mid-btm-wrap .ai-box {
    width: calc((100% - 25px) / 2);
  }

  .ai-mid {
    width: calc(50% - 50px);
    margin-top: 15px;
  }

  .ai-mid-btm-wrap {
    margin-top: 25px;
  }
}

@media (max-width: 991px) {
  .ai-mid-btm-wrap {
    flex-wrap: wrap;
  }
  .ai-left {
    order: 1;
  }

  .ai-right {
    order: 2;
  }

  .ai-mid {
    order: 3;
    margin-top: 0;
    margin-bottom: 25px;
    width: 100%;
  }

  .ai-left,
  .ai-right {
    width: calc(50% - 12.5px);
  }

  .ai-box {
    width: 100%;
    min-width: auto;
    height: 100%;
  }

  .ai-mid-btm-wrap .ai-box {
    width: calc((100% - 25px) / 2);
  }
}

@media (max-width: 576px) {
  .ai-mid-btm-wrap .ai-box {
    width: 100%;
  }

  .ai-left,
  .ai-right {
    width: 100%;
  }
}

/* our blogs css start */
.latest_blog {
  max-width: 1600px;
  width: 95%;
  margin: var(--p-60) auto;
  border-radius: 1.5rem;
  box-shadow: 0px 1px 0px 0px #f1f1f1;
  overflow: hidden;
  background: #fff;
  padding: var(--p-60) 0;
  border: 0.0625rem solid var(--clr-ECEBEB);
}

.latest_blog .blogs_wrapper {
  margin-top: 40px;
}

.latest_blog .blogs_wrapper .left_wrapper .title {
  margin-bottom: 10px;
}

.latest_blog .blogs_wrapper .title,
.latest_blog .blogs_wrapper .title a {
  font-size: var(--fs-20);
  line-height: 1.5;
  color: var(--clr-black);
  font-weight: 500;
  margin-bottom: 5px;
  transition: all 0.4s;
}

.latest_blog .blogs_wrapper .title a:hover {
  color: var(--clr-22BECA);
}

.latest_blog .head p,
.latest_blog .blogs_wrapper p {
  font-size: var(--fs-18);
  line-height: 1.7;
  color: var(--clr-3C3C3C);
  font-weight: 400;
}

.latest_blog .blogs_wrapper .blog_meta a {
  width: 100%;
}

.latest_blog .blogs_wrapper .blog_meta img {
  width: 100%;
  object-fit: cover;
  border-radius: 5px;
}

.latest_blog .blogs_wrapper .date_wrapper {
  display: flex;
  align-items: center;
  margin: 20px 0;
}

.latest_blog .blogs_wrapper .date_wrapper p {
  font-size: var(--fs-16);
  line-height: 1.1;
}

.latest_blog .blogs_wrapper .date_wrapper p + p {
  margin-left: 10px;
  padding-left: 10px;
  position: relative;
}

.latest_blog .blogs_wrapper .date_wrapper p + p::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  background-color: var(--clr-3C3C3C);
  top: 6px;
  left: 0;
  border-radius: 50%;
}

.latest_blog .blogs_wrapper .blog_card {
  display: flex;
  gap: 15px;
  align-items: center;
  position: relative;
}

.latest_blog .blogs_wrapper .blog_card:hover .title {
  color: var(--clr-22BECA);
}

.latest_blog .blogs_wrapper .blog_card .absolute_link {
  position: absolute;
  inset: 0;
}

.latest_blog .blogs_wrapper .right_wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.latest_blog .blogs_wrapper .right_wrapper .img_wrap {
  width: 30%;
}

.latest_blog .blogs_wrapper .right_wrapper .blog_data {
  width: 70%;
}

.latest_blog .blogs_wrapper .right_wrapper img {
  width: 100%;
  object-fit: cover;
}

.latest_blog .blogs_wrapper .right_wrapper .blog_card + .blog_card {
  padding-top: 20px;
  border-top: 1px solid var(--clr-ECEBEB);
}

.latest_blog .blogs_wrapper .right_wrapper .date_wrapper {
  margin-bottom: 0;
  margin-top: 10px;
}

.latest_blog .blogs_wrapper .left_wrapper .blog_meta {
  border-bottom: 1px solid var(--clr-ECEBEB);
  margin-bottom: 20px;
}

.latest_blog .blogs_wrapper .blog_card > div.img_wrap {
  height: 100%;
}

.latest_blog .blogs_wrapper .blog_card > div.img_wrap img {
  border-radius: 5px;
}

@media (max-width: 767.98px) {
  .portfolio-template-single-portfolio-app .process-flow {
    padding-top: 0px;
  }
  .process-flow .top-hd {
    margin-bottom: 20px !important;
  }
  .line_bottom {
    margin-bottom: 20px;
  }

  .blogs_listing .listing_tabs_btn ul,
  .portfolio-tabs ul {
    flex-wrap: unset;
    overflow-y: auto;
    justify-content: flex-start;
  }

  .ai-powered-btn-wrap {
    margin-top: 0px;
    gap: 15px;
  }

  .latest_blog .blogs_wrapper {
    margin-top: 30px;
  }

  .about_us .text_wrapper .icon_box,
  .about_us .text_wrapper .icon_box:last-of-type,
  .about_us .text_wrapper .icon_box:first-of-type {
    width: 100%;
    border-radius: 10px;
  }

  .testimonials .avatars {
    margin-top: -55px;
  }

  .testimonials {
    margin-bottom: 0;
  }

  .portfolio-tabs li label {
    font-size: 14px;
    padding: 10px 30px;
    min-width: unset;
  }
  .latest_blog .blogs_wrapper .right_wrapper > div {
    display: none;
  }

  .latest_blog .blogs_wrapper .right_wrapper > div:nth-child(-n + 2) {
    display: flex;
  }
}

/* our blogs css end */

/****** app portfolio Details ******/
.app-portfolio-banner {
  background-size: cover;
  padding: 80px 0;
  margin-bottom: 0;
  margin-top: 20px;
}

.app-portfolio-banner img {
  width: 981px;
  max-width: 100%;
  position: relative;
  z-index: 2;
}

.app-portfolio-banner:after {
  content: "";
  width: 100%;
  height: 40%;
  background-color: #f6f7f9;
  position: absolute;
  left: 0;
  bottom: 0;
}

/* .project-goals-section {
  background: #ffffff;
  padding: var(--p-50) 0 var(--p-50) 0;
  text-align: center;
} */

/* Logo */
/* .project-goals-section .logo-wrapper {
  position: relative;
  margin-bottom: 50px;
} */

/*.project-goals-section .logo-bg {
  font-size: var(--fs-100);
  font-weight: 700;
  color: #eaf7fb;
  position: absolute;
  top: -17px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
  line-height: 1;
}
*/
/*.project-goals-section .logo-text {
  font-size: var(--fs-52);
  font-weight: 600;
  color: var(--clr-2F3031);
  position: relative;
  z-index: 1;
}*/

/* Goals row spacing */
/* .project-goals-section .goals-row {
  margin-top: 20px;
} */

/* Goal item */
.project-goals-section .goal-item {
  font-size: var(--fs-16);
  color: #707072;
  line-height: 1.6;
  margin-bottom: 0;
  padding: 0px;
  text-align: left;
  display: flex;
  gap: 15px;
}

.project-goals-section .check-icon {
  flex-shrink: 0;
}

/* .process-flow {
  background: linear-gradient(173.42deg, rgba(243, 254, 255, 0) 2.78%, #ECFBFD 50.05%, rgba(243, 254, 255, 0) 91.08%);

 padding-top: 80px;
} */
.process-flow .top-hd {
  margin-bottom: 70px;
}

.process-flow .timeline {
  width: 1020px;
  margin: auto;
  max-width: 100%;
  position: relative;
}

/* Center dotted line */

.process-flow .step {
  width: 50%;
  padding: 0px 30px;
  position: relative;
  margin-top: -3%;
}

.process-flow .step.left {
  left: 0;
  text-align: right;
}

.process-flow .step.right {
  left: 50%;
  text-align: left;
}

.process-flow .card {
  background: #fff;
  padding: 30px;
  border-radius: 12px;
  display: inline-block;
  width: 470px;
  max-width: 100%;
  text-align: left;
  box-shadow: 1.2px 1.2px 44px 0px #0000000a;
  border: none;
  gap: 12px;
  flex-direction: row;
}

.process-flow .number {
  font-size: 52px;
  font-weight: 700;
  margin-bottom: 10px;
  color: transparent;
  -webkit-text-stroke: 2px #5b65cd;
  font-family: "Onest", serif;
  width: fit-content;
  position: relative;
  flex-shrink: 0;
}

.process-flow .rgt {
  padding-top: 70px;
}

.process-flow .title {
  font-size: var(--fs-24);
  font-weight: 600;
  margin-bottom: 10px;
  color: var(--clr-2F3031);
}

.process-flow .number:before {
  content: "";
  width: 43px;
  height: 43px;
  background: #e2e5ff;
  border-radius: 50%;
  position: absolute;
  top: 8px;
  right: -20px;
  z-index: 0;
}

.process-flow .timeline-wrap .step:nth-of-type(2) .number,
.process-flow .timeline-wrap .step:nth-of-type(5) .number {
  -webkit-text-stroke: 2px #ca55ca;
}

.process-flow .timeline-wrap .step:nth-of-type(2) .number:before,
.process-flow .timeline-wrap .step:nth-of-type(5) .number:before {
  background-color: #ffe4ff;
}

.process-flow .timeline-wrap .step:nth-of-type(3) .number {
  -webkit-text-stroke: 2px #22beca;
}

.process-flow .timeline-wrap .step:nth-of-type(3) .number:before {
  background-color: #e5fdff;
}

.process-flow .timeline-wrap .step:nth-of-type(3)::after {
  right: -3.4%;
  top: unset;
  bottom: -44%;
}

.process-flow .timeline-wrap .step:nth-of-type(3)::before {
  bottom: -40.5%;
  width: 37%;
  height: 40%;
  border-left: 2px dotted var(--clr-22BECA);
  border-bottom: 2px dotted var(--clr-22BECA);
  border-top: none;
  border-right: none;
  right: -2%;
  top: unset;
}

.process-flow .timeline-wrap .step:nth-of-type(5)::before {
  top: 14%;
  width: 32%;
  height: 56%;
  border-bottom: 2px dotted var(--clr-22BECA);
  border-right: 2px dotted var(--clr-22BECA);
  border-top: none;
  border-left: none;
  right: -29%;
}

.process-flow .timeline-wrap .step:nth-of-type(5)::after {
  right: 1.6%;
  top: 70%;
}

.process-flow .timeline-wrap .step:nth-of-type(4)::before,
.process-flow .timeline-wrap .step:nth-of-type(4)::after {
  content: none;
}

.process-flow .number span {
  position: relative;
  z-index: 2;
}

.process-flow p {
  font-size: var(--fs-16);
  color: #707072;
  line-height: 1.6;
  font-weight: 300;
}

/* Connector dots */
.process-flow .step::after {
  content: "";
  position: absolute;
  top: 82%;
  width: 12px;
  height: 12px;
  background: var(--clr-22BECA);
  border-radius: 50%;
  transform: translateY(-50%);
}

.process-flow .step::before {
  content: "";
  position: absolute;
  top: 28%;
  width: 44.3%;
  height: 56%;
  border-top: 2px dotted var(--clr-22BECA);
  border-right: 2px dotted var(--clr-22BECA);
}

.process-flow .step.right::before {
  content: "";
  position: absolute;
  top: 33%;
  width: 35%;
  height: 49%;
  border-top: 2px dotted var(--clr-22BECA);
  border-left: 2px dotted var(--clr-22BECA);
  border-right: unset;
  left: -30.5%;
}

.process-flow .step.left::after {
  right: -39.4%;
}

.process-flow .step.left .card {
  margin-left: auto;
}

.process-flow .step.right::after {
  left: -31.5%;
}

@media (max-width: 991px) {
  body {
    --fs-52: 40px;
    --fs-100: 60px;
  }

  .process-flow .card {
    display: block !important;
    width: 100%;
  }

  .process-flow .step:before,
  .process-flow .step:after {
    content: none !important;
  }

  .process-flow .step.right {
    left: 0;
  }

  .process-flow .rgt {
    padding-top: 0;
  }

  .process-flow .step {
    width: 100%;
    margin: 20px 0px;
  }

  .process-flow .top-hd {
    margin-bottom: 40px;
  }
}

@media (max-width: 767px) {
  body {
    --fs-52: 30px;
    --fs-100: 40px;
  }

  .project-goals-section .logo-bg {
    top: -9px;
  }

  .project-goals-section {
    padding-bottom: 0;
  }

  .project-goals-section .goals-row > div:last-child .goal-item {
    margin: 0;
  }

  .process-flow .step {
    padding: 0px;
  }
  .app-portfolio-banner {
    padding: 40px 0;
  }
  .project-goals-section .logo-wrapper {
    margin-bottom: 10px !important;
  }
}

/****** app portfolio Details end ******/

/***** portfolio *****/
/* Section */
.portfolio-txt {
  position: absolute;
  top: 50%;
  left: 97%;
  /* optional: horizontal centering */
  transform: translate(-50%, 0%) rotate(270deg);
  /* center + rotate */

  width: 555px;
  height: 100px;

  font-size: 96px;
  font-weight: 600;
  /* optional */
  color: transparent;
  -webkit-text-stroke: 2px #4dc1cb;
  -moz-text-stroke: 2px #4dc1cb;
  text-stroke: 2px #4dc1cb;

  display: flex;
  /* optional: for vertical text alignment inside box */
  align-items: center;
  justify-content: center;
  text-align: center;
}

.elvira-portfolio {
  padding-bottom: var(--p-60);
  background: linear-gradient(
    173.42deg,
    rgba(243, 254, 255, 0) 2.78%,
    #ecfbfd 50.05%,
    rgba(243, 254, 255, 0) 91.08%
  );

  position: relative;
  overflow: hidden;
}

/* Tabs */
.portfolio-tabs {
  text-align: center;
  margin-bottom: 40px;
}

.portfolio-tabs button {
  border: none;
  background: #f2f3f2;
  padding: 15px 30px;
  margin: 5px;
  cursor: pointer;
  font-size: 18px;
  font-weight: 400;
  border-radius: 30px;
  line-height: 1;
  transition: all 0.5s;
  border: 1px solid #f2f3f2;
  min-width: 105px;
}

.portfolio-tabs button.active,
.portfolio-tabs button:hover {
  border: 1px solid var(--clr-22BECA);
  color: var(--clr-22BECA);
  transition: all 0.5s;
  background-color: white;
}

/* Masonry */

.grid-item a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

/* image styling */
.portfolio-grid img {
  width: 100%;
  /*   height: 100%; */
  object-fit: cover;
  border-radius: 0;
  display: block;
}

/* grid */
.portfolio-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

/* base */
.grid-item {
  box-sizing: border-box;
}

/* 1–3 → 3 columns */
.grid-item.visible-1,
.grid-item.visible-2,
.grid-item.visible-3 {
  width: calc((100% - 40px) / 3);
  /*   height: 440px; */
}

/* 4–5 → 2 columns */
.grid-item.visible-4,
.grid-item.visible-5 {
  width: calc((100% - 20px) / 2);
  /*   height: 560px; */
}

/* loader */
.portfolio-loader {
  width: 50px;
  height: 50px;
  border: 4px solid #ddd;
  border-top-color: #000;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  margin: 60px auto;
  display: none;
}

.loader-wp {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 11;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

/* smooth grid fade */
.portfolio-grid {
  opacity: 1;
  transition: opacity 0.25s ease;
  min-height: 440px;
}

.portfolio-grid.is-loading {
  opacity: 0;
  pointer-events: none;
}

.elvira-portfolio .container {
  padding-left: 100px;
  padding-right: 100px;
}

@media (max-width: 1400px) {
  .grid-item.visible-1,
  .grid-item.visible-2,
  .grid-item.visible-3 {
    height: 340px;
  }

  .grid-item.visible-4,
  .grid-item.visible-5 {
    height: 460px;
  }
}

@media (max-width: 1200px) {
  .grid-item.visible-1,
  .grid-item.visible-2,
  .grid-item.visible-3 {
    height: 240px;
  }

  .grid-item.visible-4,
  .grid-item.visible-5 {
    height: 360px;
  }

  .portfolio-txt {
    font-size: 70px;
    left: 97%;
  }
}

@media (max-width: 992px) {
  .grid-item.visible-1,
  .grid-item.visible-2,
  .grid-item.visible-3 {
    height: 250px;
  }

  .portfolio-grid img {
    height: 100%;
  }
  .grid-item.visible-4,
  .grid-item.visible-5 {
    height: 250px;
  }

  .portfolio-txt {
    font-size: 50px;
    left: 97%;
  }

  .elvira-portfolio .container {
    padding-left: 70px;
    padding-right: 70px;
  }

  .portfolio-tabs button {
    font-size: 16px;
    padding: 10px 20px;
    min-width: unset;
  }
}

@media (max-width: 767px) {
  .portfolio-txt {
    display: none;
  }

  .elvira-portfolio .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid-item.visible-1,
  .grid-item.visible-2,
  .grid-item.visible-3 {
    width: calc((100% - 20px) / 2);
  }

  .grid-item {
    height: 150px !important;
  }

  .portfolio-tabs button {
    min-width: 150px;
  }
  .elvira-portfolio {
    padding-top: 0;
    padding-bottom: 40px;
  }
}

/***** portfolio end *****/

/*** ****************************************************** website package -sec *************/
.web-pkg.inner_page_cmn_banner .container {
  max-width: 1453px;
}

.inner_page_cmn_banner.web-pkg .main_hdng .o_wrap img,
.inner_page_cmn_banner.web-pkg .main_hdng span.o_wrap:after {
  top: calc(50% - 18px);

  width: 45px;
  height: 45px;
}

.pf-designed {
  margin-top: 35px;
}

.pf-designed h2 {
  line-height: 1.3;
}

.pf-designed .top-content {
  width: 890px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.pf-designed .top-content p {
  font-size: 18px;
}

.pricing-section {
  padding: 10px 15px 0px 15px;
}

.website-packages {
  position: relative;
  padding-top: 85px;
  margin-top: 70px;
}

.website-packages:after {
  content: "";
  width: 100%;
  height: 80%;
  background-image: url(../images/pk-bg.webp);
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

.our_value.not-inc .row {
  max-width: 100%;
  justify-content: center;
}

.our_value.not-inc .col-lg-auto {
  max-width: 330px;
}

.our_value.not-inc .inner_card {
  box-shadow: 1.2px 1.2px 44px 0px #0000000a;
}

/* .our_value.not-inc {
  background: transparent;
} */

.our_value.not-inc:before,
.our_value.not-inc:after {
  content: none;
}

.website-packages .container {
  position: relative;
  z-index: 2;
}

.website-packages h2 {
  color: white;
}

.pricing-card {
  background: white;
  border-radius: 12px;
  box-shadow: 0 4px 30px rgb(0 0 0 / 0.1);
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 30px 25px;
  color: #444;
  transition: box-shadow 0.3s ease;
}

.pricing-card:hover {
  box-shadow: 0 8px 40px rgb(0 0 0 / 0.15);
}

.card-header {
  margin-bottom: 20px;
}

.card-header {
  padding: 0;
  border: none;
  background-color: transparent;
}

.card-header .icon {
  font-size: 24px;
  margin-bottom: 10px;
  user-select: none;
}

.pricing-card h3 {
  font-weight: 700;
  font-size: 1.5rem;
  margin-bottom: 6px;
  user-select: none;
}
.pricing-card h3.price {
  font-size: 1.7rem;
  width: 100%;
  text-align: end;
}

.pricing-card .subtitle {
  font-weight: 500;
  font-size: var(--fs-18);
  color: #5d5d5d;
  margin-bottom: 10px;
  padding-bottom: 10px;
  user-select: none;
  border-bottom: 1px solid #d9d9d9;
  margin-top: 10px;
}

.pricing-card .flex-blk {
  gap: 10px;
}

.pricing-card .description {
  font-weight: 300;
  font-size: var(--fs-18);
  line-height: 1.5;
  margin-bottom: 20px;
  user-select: none;
  color: #5d5d5d;
}

.features-list {
  list-style: none;
  padding-left: 0;
  margin: 0 0 15px 0;
  flex-grow: 1;
}

.features-list li {
  position: relative;
  padding-left: 41px;
  font-size: var(--fs-18);
  line-height: 1.5;
  margin-bottom: 15px;
  font-weight: 300;
  user-select: none;
  color: #5d5d5d;
}

.features-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 24px;
  height: 24px;
  background-image: url(../images/tick2.svg);
  background-size: contain;
}

.delivery-time {
  display: flex;
  align-items: center;
  border-top: 1px solid #ddd;
  padding-top: 18px;
  font-size: 18px;
  color: #5d5d5d;
  user-select: none;
  gap: 10px;
}

/* Grow card special styling */
.grow-card {
  background: linear-gradient(180deg, #0f9da8 -18.35%, #084e53 100%);

  color: white;
}

.grow-card .subtitle {
  margin-top: 10px;
  color: white;
}
.grow-card .primary_btn {
  background-color: var(--clr-white);
  border-color: var(--clr-white);
}
.grow-card .primary_btn:hover {
  color: var(--clr-22BECA);
}
.grow-card .primary_btn:hover::before {
  background-color: var(--clr-22BECA);
  background-image: url(../images/white-arrow-icon.svg);
}

.grow-card .description {
  color: white;
}

.grow-card .features-list li {
  color: white;
}

.grow-card .features-list li:before {
  filter: brightness(0) invert(1);
}

.grow-card .features-list li::before {
  color: white;
}

.grow-card .delivery-time {
  border-top-color: #d9d9d9;
  color: white;
}

.how-it-wrk.web_development
  .img_card_grid
  .img_card:not(:last-child)
  .img_wrapper::before {
  width: 255px;
}

.how-it-wrk.web_development .img_card_grid .img_card {
  width: calc(100% / 4 - 40px);
}

.web_development.boxed_section.how-it-wrk {
  background-image: url(../images/bg2.webp);
  background-size: cover;
  padding: 70px 0px;
  /* margin-top: -181px;
  padding-top: 261px; */
}

.how-it-wrk.web_development .img_card_grid {
  justify-content: center;
}

/* Scale card icon color */
.scale-card .icon {
  color: #b75ad6;
}

.why-choose-us-section {
  padding: 80px 0;
  color: #000;
  background-color: #faffff;
}

.why-choose-us-section .title {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 35px;
  position: relative;
  user-select: none;
}

.why-choose-us-section .title span {
  color: #4dc1cb;
}

.why-choose-us-section .underline {
  width: 30px;
  height: 3px;
  background-color: #4dc1cb;
  margin-top: 8px;
  border-radius: 2px;
}

.why-choose-us-section .features-list .feature-item {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  user-select: none;
  gap: 20px;
}

.why-choose-us-section .features-list .feature-item .icon-box {
  flex-shrink: 0;
}

.why-choose-us-section .features-list .feature-item p {
  margin: 0;
  font-size: 20px;
  line-height: 1.3;
}

.why-choose-us-section .image-col {
  text-align: right;
  position: relative;
}

.why-choose-us-section .image-col:after {
  content: "";
  width: 100%;
  height: 100%;
  border: 1px solid var(--clr-22BECA);
  left: 10px;
  top: -10px;
  position: absolute;
  border-radius: 0px 40px 0 40px;
}

.why-choose-us-section .feature-image {
  max-width: 100%;
  border-radius: 0px 40px 0 40px;
  user-select: none;
  box-shadow: 0 6px 20px rgb(0 0 0 / 0.1);
  position: relative;
  z-index: 2;
}

.ready-getstarted-section {
  color: #000;
  padding: var(--p-60) 15px;
  background: #fff url("../images/bg4.webp") repeat;
  background-size: cover;
}

/* Titles and underline */
.ready-getstarted-section .title {
  font-weight: 600;
  font-size: 28px;
  user-select: none;
}

.ready-getstarted-section .title span {
  color: #4dc1cb;
}

.ready-getstarted-section .underline {
  width: 40px;
  height: 3px;
  background-color: #4dc1cb;
  margin: 6px auto 0;
  border-radius: 2px;
}

/* Subtitle text */
.ready-getstarted-section .subtitle {
  font-size: 18px;
  margin-top: 5px;
  color: #000000;
}

/* Step Cards container */
.ready-getstarted-section .step-cards {
  margin-top: 30px;
  justify-content: center;
}

/* Each Step Card */
.ready-getstarted-section .step-card {
  background: white;
  border-radius: 12px;
  box-shadow: 1.2px 1.2px 44px 0px #0000000a;

  padding: 40px 0;
  text-align: center;
  cursor: pointer;
  transition: box-shadow 0.3s ease;
  user-select: none;
}

.ready-getstarted-section.ready-top-sc {
  background-image: url(../images/bg3.webp);
  background-size: cover;
}

.ready-getstarted-section.ready-top-sc .row {
  width: 1000px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

/* Icon placeholders */
.ready-getstarted-section .icon {
  width: 50px;
  height: 50px;
  margin: 0 auto 15px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 60%;
}

/* Step Card text */
.ready-getstarted-section .step-card p {
  margin: 0;
  font-size: 24px;
  font-weight: 500;
  font-family: "Onest", serif;
}

/* Addons section */
.ready-getstarted-section .addons-list {
  margin-top: 50px;
  gap: 30px;
}

/* Each addon box */
.ready-getstarted-section .addon-item {
  min-width: 17%;
}

.ready-getstarted-section .addon-content {
  border-radius: 12px;
  min-height: 200px;
  padding: 20px 15px;
  cursor: default;
  display: flex;
  align-items: end;
  flex-wrap: wrap;
  background: white;

  box-sizing: border-box;
  position: relative;
}

.ready-getstarted-section .addon-content:after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 0px 12px 0px 12px;
  padding: 1px;
  background: linear-gradient(32.09deg, #ffffff 50.6%, #22beca 109.59%);
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  mask-composite: add, add;
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  left: 1px;
  bottom: 1px;
}

.ready-getstarted-section .addon-content:before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 12px;
  padding: 1px;
  background: linear-gradient(
    213.09deg,
    rgba(255, 255, 255, 0) 49.14%,
    #22beca 99.03%
  );
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  mask-composite: add, add;
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

/* Addon number styling */
.ready-getstarted-section .addon-content .number {
  font-weight: 700;
  font-size: 40px;
  margin-bottom: 30px;
  user-select: none;
  font-family: "Onest", serif;
  display: block;
  line-height: 1;
}

/* Different pastel colors for numbers */
.ready-getstarted-section .addon-content:nth-child(1) .number {
  -webkit-text-stroke: 2px #5b65cd;
  color: transparent;
}

.ready-getstarted-section .addon-content:nth-child(2) .number {
  -webkit-text-stroke: 2px #ca55ca;
  color: transparent;
}

.ready-getstarted-section .addon-content:nth-child(3) .number {
  -webkit-text-stroke: 2px #f9d000;
  color: transparent;
}

.ready-getstarted-section .addon-content:nth-child(4) .number {
  -webkit-text-stroke: 2px #22beca;
  color: transparent;
}

.ready-getstarted-section .addon-content:nth-child(5) .number {
  -webkit-text-stroke: 2px #ffab70;
  color: transparent;
}

/* Addon description text */
.ready-getstarted-section .addon-content p {
  font-size: 20px;
  margin: 0;
}

@media (max-width: 1300px) {
  .ready-getstarted-section .addon-content p {
    font-size: 18px;
  }

  .ready-getstarted-section .step-card p {
    font-size: 20px;
  }
}

@media (max-width: 1200px) {
  .ready-getstarted-section .addon-item {
    min-width: unset;
  }

  .inner_page_cmn_banner.web-pkg .main_hdng .o_wrap img,
  .inner_page_cmn_banner.web-pkg .main_hdng span.o_wrap:after {
    top: calc(50% - 14px);
    width: 41px;
    height: 41px;
  }

  .ready-getstarted-section .addons-list {
    gap: 0;
  }
}

@media (max-width: 992px) {
  .inner_page_cmn_banner.web-pkg .main_hdng .o_wrap img,
  .inner_page_cmn_banner.web-pkg .main_hdng span.o_wrap:after {
    top: calc(50% - 10px);
    width: 26px;
    height: 26px;
  }

  .website-packages:after {
    height: 92%;
  }

  .website-packages {
    padding-top: 40px;
    margin-top: 40px;
  }
}

@media (max-width: 767px) {
  .inner_page_cmn_banner.web-pkg .main_hdng .o_wrap img,
  .inner_page_cmn_banner.web-pkg .main_hdng span.o_wrap:after {
    top: calc(50% - 7px);
    width: 15px;
    height: 15px;
  }

  .card-header {
    margin: 0;
  }

  .delivery-time {
    font-size: 13px;
  }

  .web_development.boxed_section.how-it-wrk {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .how-it-wrk.web_development .img_card_grid .img_card {
    width: 100%;
  }

  .how-it-wrk.web_development .img_card_grid .img_card .img_wrapper img {
    max-width: 50px;
  }

  .why-choose-us-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .why-choose-us-section .features-list .feature-item {
    margin-bottom: 0;
  }

  .why-choose-us-section .features-list .feature-item p {
    font-size: 16px;
  }

  .why-choose-us-section .image-col {
    margin-top: 40px;
  }

  .ready-getstarted-section .step-card p {
    font-size: 16px;
  }

  .ready-getstarted-section .addons-list {
    margin: 0;
  }

  .ready-getstarted-section .addon-content .number {
    font-size: 30px;
  }

  .ready-getstarted-section .addon-content p {
    font-size: 16px;
  }

  .ready-getstarted-section .addon-content {
    min-height: auto;
  }

  .ready-getstarted-section .addon-content .number {
    margin-bottom: 15px;
  }

  .ready-getstarted-section .addon-content p br {
    display: none;
  }
  .ready-getstarted-section .step-cards {
    margin-top: 10px;
  }
}

/************************************ website package end ********************************/

/*---------website Portfolio-------------*/
.web-port-banner-warp img {
  border-radius: 15px;
  box-shadow: 0px 4px 4px 0px #00000008;
}

.web-port-banner-warp .col-md-6:last-of-type img {
  margin-top: 60px;
}

.website-project-goals .logo-bg {
  width: 100%;
  opacity: 6%;
  color: #e6082c;
}

.website-project-goals .sec_hdng span,
.website-project-flow .sec_hdng span {
  color: #e6082c;
}

.website-project-goals .line_bottom.center::after,
.website-project-flow .line_bottom.center::after {
  background-color: #e6082c !important;
}

.tech-icon-box {
  width: 64px;
  height: 64px;
  background-color: #fff;
  box-shadow: 1.2px 5px 38.4px -14px #00000040;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  justify-self: center;
  margin-left: auto;
  margin-right: auto;
}

.tech-icon-box > img {
  width: 40px;
}

.tech-box p {
  font-size: var(--fs-18);
  columns: var(--clr-2F3031);
  font-weight: 500;
  margin-top: 5px;
}

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

.tech-used-wrap {
  display: flex;
  gap: 100px;
  justify-content: space-between;
  margin: 30px 0 0;
  flex-wrap: wrap;
}

/* .website-project-goals {
  padding-top: 100px;
} */
.web-port-laptop-img img {
  max-width: 900px;
  width: 100%;
  margin: 0px auto 0;
}

/* .website-project-goals .goals-row{
  margin-bottom: 20px;
} */

.laptop-frame {
  display: inline-block;
  position: relative;
  text-align: center;
}

.laptop-frame .laptop-inner {
  display: inline-block;
  height: 87%;
  left: 50.5%;
  overflow: hidden;
  position: absolute;
  top: 45.7%;
  -web-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 85%;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.laptop-frame .laptop-inner img {
  display: block;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transform: translate3d(0px, 0px, 0px);
  -ms-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
  -webkit-transition: 3s ease-in-out;
  -o-transition: 3s ease-in-out;
  transition: 3s ease-in-out;
  width: 100%;
}

@media (max-width: 991px) {
  .tech-box {
    width: 100px;
  }

  .tech-used-wrap {
    gap: 20px;
    justify-content: center;
  }

  .website-project-goals {
    padding-top: 60px;
  }
}

@media (max-width: 576px) {
  .tech-icon-box {
    width: 65px;
    height: 65px;
  }

  .tech-icon-box > img {
    width: 30px;
  }

  .tech-box {
    width: 42%;
  }

  .project-goals-section .logo-bg {
    font-size: 40px;
  }

  .web-port-banner-warp .col-md-6:last-of-type img {
    margin-top: 20px;
  }
}

/*---------website Portfolio-------------*/

/*************************** logo portfolio *******************************/
.app-portfolio-banner.logo-portfolio img {
  border-radius: 20px;
}

.app-portfolio-banner.logo-portfolio .rgt-sc {
  padding-top: 45px;
}

.app-portfolio-banner.logo-portfolio .row {
  --bs-gutter-x: 47px;
}
.project-goals-section.logo-portfolio .logo-bg {
  opacity: 10%;
}
/* .project-goals-section.logo-portfolio .logo-bg{
  color: rgba(60, 124, 205, 0.1);
} */
.logo-presentation h2 {
  margin-bottom: 60px;
}

.tc-tech-section {
  padding: 80px 0 0;
}

/* Columns */
.tc-tech-section .tc-tech-col {
  padding: 20px 0;
}

.tc-tech-section h2.sec_hdng {
  margin-bottom: 30px;
}

/* Technology Items */
.tc-tech-section .tc-tech-items {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.tc-tech-section .tc-tech-item {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: var(--fs-18);
  color: #707072;
}

.tc-tech-section .tc-tech-item img {
  width: 38px;
  height: 38px;
}

/* Color Section */
.tc-tech-section .tc-color-items {
  display: flex;
  gap: 30px;
}

.tc-tech-section .tc-color-box {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: var(--fs-18);
  color: #707072;
}

.tc-tech-section .tc-color-circle {
  width: 28px;
  height: 28px;
  border-radius: 6px;
}

.tc-tech-section .tc-blue {
  background: #3c7ccd;
}

.tc-tech-section .tc-pink {
  background: #f76293;
}

/* Typography */
.tc-tech-section .tc-font-name {
  font-size: var(--fs-18);
  margin-top: 0px;
  color: #707072;
}

.tc-tech-col .img-wp {
  padding: 0;
  box-shadow: 1.2px 5px 38.4px -14px #00000040;
  background-color: white;
  border-radius: 10px;
}

@media (max-width: 991px) {
  .tech-flx-wp {
    flex-wrap: wrap;
  }
}

@media (max-width: 767px) {
  .app-portfolio-banner.logo-portfolio {
    padding-bottom: 40px;
  }

  .portfolio-template-single-portfolio-app .app-portfolio-banner {
    padding-bottom: 40px;
  }

  .portfolio-template-single-portfolio-logo .project-goals-section .goals-row {
    margin-bottom: 0px;
    padding-bottom: 40px;
  }

  .portfolio-template-single-portfolio-app .project-goals-section {
    padding-bottom: 40px;
  }

  .app-portfolio-banner.logo-portfolio .rgt-sc {
    padding-top: 15px;
  }

  .logo-presentation h2 {
    margin-bottom: 30px;
  }

  .logo-presentation {
    margin-top: 0px;
    padding-top: 40px;
  }

  .tc-tech-section {
    padding: 40px 0px 0px;
  }

  .tc-tech-section .tc-tech-item {
    align-items: center;
  }

  .tc-tech-col .img-wp {
    padding: 5px;
  }
}

/********* logo portfolio *********/

/*------request quote form----*/
.quotemodal-cont form input,
.quotemodal-cont form textarea,
.quotemodal-cont form select {
  padding: 0px 10px;
  border: 1px solid #c2c5c1 !important;
  border-radius: 8px !important;
  width: 100%;
  background-color: var(--clr-white);
}
.quotemodal-cont form textarea {
    min-height: 50px !important;
    height: 70px !important;
}

.quotemodal-cont form {
  padding: 20px 30px 30px;
}
.modal{
  padding-top: 30px;
}

.quotemodal-cont form input[type="submit"],
.apply-job form input[type="submit"] {
  font-size: var(--fs-18) !important;
  font-weight: 400 !important;
  padding: 12px 55px 12px 20px !important;
  position: relative;
  transition: all 0.4s;
  color: var(--clr-22BECA) !important;
  border: 1.5px solid var(--clr-22BECA) !important;
  pointer-events: all;
  background-color: transparent !important;
  border-radius: 30px !important;
  background: url(/wp-content/uploads/2026/01/arrow_img.svg) no-repeat 97% center/35px;
}

.quotemodal-cont form input[type="submit"]:hover {
  opacity: 0.8 !important;
}

.quotemodal-cont form input:focus,
.quotemodal-cont form textarea:focus,
.quotemodal-cont form select:focus {
  border-color: var(--clr-22BECA) !important;
  outline: none;
}

.quotemodal-cont .gform-theme--foundation .gform_fields {
  row-gap: 25px;
}

.quotemodal-cont .modal-header {
  border: none;
  padding: 0;
}

.quotemodal-cont .btn-close {
  position: absolute;
  right: 1px;
  top: 0px;
  z-index: 9;
  background-color: #fff;
  border-radius: 50%;
  background-size: 11px;
  opacity: 1;
  outline: none;
}
.quotemodal-cont .btn-close:hover {
  background-color: #f2f2f2;
}

.quotemodal-cont .modal-body {
  padding: 0;
}
.el_model .quotemodal-cont {
  border-radius: 10px;
}
.el_model .gf_browser_chrome {
  border-radius: 10px;
  overflow: hidden;
}

.quotemodal-cont .gform_title {
  font-size: var(--fs-32);
  line-height: 39px;
  text-align: center;
  letter-spacing: 0px;
  color: #ffffff;
  padding: 16px;
  background: var(--clr-22BECA);
}
.quotemodal-cont span.gfield_required.gfield_required_text {
  position: relative;
  font-size: 0;
}

.quotemodal-cont span.gfield_required.gfield_required_text::before {
  content: "*";
  font-size: 20px;
  position: absolute;
  top: -20px;
}
.quotemodal-continput#gform_submit_button_5 {
  padding: 10px 30px;
}
/*--------Ai solution------*/
.ai-banner {
  position: relative;
  padding: 30px 0;
  border: 0.0625rem solid rgba(0, 160, 173, 0.3);
  background-color: #fff;
  max-width: 1600px;
  width: 95%;
  margin: 20px auto var(--p-60);
  border-radius: 1.5rem;
  box-shadow: rgb(241, 241, 241) 0px 1px 0px 0px;
  overflow: hidden;
}

.ai-banner .main_hdng {
  font-size: var(--fs-60);
  background: linear-gradient(
    90.09deg,
    #22beca 0.08%,
    #7f74ea 38.58%,
    #e254c2 73.71%,
    #ff638e 104.05%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: capitalize;
}

.ai-banner p {
  color: #777;
  font-size: var(--fs-20);
  margin-top: 22px;
  text-align: center;
}

.ai-banner .inner_text {
  max-width: 1076px;
  margin: 0 auto;
  text-align: center;
}

.ai-banner .ai-powered-btn-wrap {
  margin-top: 20px;
}

.practical-ai-sec {
  background: linear-gradient(180deg, #fbfcff 0%, #f7f6ff 100%);
  padding: var(--p-60) 0;
}

.practical-ai-right p {
  color: var(--clr-141414);
  margin-bottom: 12px;
}

.ai-sec-title {
  font-size: var(--fs-35);
  font-weight: 500;
  margin-bottom: 35px;
}

.ai-sec-title span {
  background: linear-gradient(90.09deg, #22beca, #7f74ea, #e254c2, #ff638e);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* Services */
.ai-service-sec,
.real-impact-sec {
  padding: var(--p-60) 0;
}

.ai-service-box {
  background: #f5f4f9;
  padding: 30px 24px;
  border: 1px solid #f5f4f9;
  border-radius: 12px;
  transition: 0.3s;
  height: 100%;
}

.ai-service-box img {
  width: 60px;
  margin-bottom: 20px;
}

.ai-service-box h4 {
  font-size: var(--fs-20);
  color: #2f3031;
  border-bottom: 1px solid #d3d3d3;
  max-width: 190px;
  padding-bottom: 25px;
  margin-bottom: 25px;
  transition: 0.3s;
}

.ai-service-box p {
  font-size: var(--fs-18);
  color: var(--clr-141414);
}

.ai-service-box:hover {
  background: linear-gradient(180deg, #fffcee, #fff7a2);
  border-color: #f8cf01;
}
.ai-service-box:hover {
  background: linear-gradient(180deg, #fffcee, #fff7a2);
  border-color: #f8cf01;
}

.ai-service-box:hover h4 {
  border-color: #f8cf01;
}
.ai-service-sec .row > div:nth-child(1) .ai-service-box:hover {
  background: linear-gradient(180deg, #eee4fb, #b59dd7);
  border-color: #a170e6;
}
.ai-service-sec .row > div:nth-child(1) .ai-service-box:hover h4 {
  border-color: #a170e6;
}
.ai-service-sec .row > div:nth-child(2) .ai-service-box:hover {
  background: linear-gradient(180deg, #dbf5f5, #6ec7c7);
  border-color: #1d9b9b;
}
.ai-service-sec .row > div:nth-child(2) .ai-service-box:hover h4 {
  border-color: #1d9b9b;
}
.ai-service-sec .row > div:nth-child(4) .ai-service-box:hover {
  background: linear-gradient(180deg, #e5cbe5, #cba0cb);
  border-color: #e983e9;
}
.ai-service-sec .row > div:nth-child(4) .ai-service-box:hover h4 {
  border-color: #e983e9;
}
@media (max-width: 767.98px) {
  .ai-service-box {
    padding: 20px 20px;
  }
  .modal{
  padding-top: 0;
}
}

/* Real Impact */
.real-impact img {
  width: 100%;
  border-radius: 5px;
}

.real-impact-list {
  background: #fff;
  padding: 20px 27px;
  border: 1px solid #f7f6ff;
  border-radius: 5px;
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
}

.real-impact-list img {
  width: 70px;
  min-width: 70px;
}

.real-impact-list-cont h5 {
  font-size: var(--fs-20);
  color: #2f3031;
  margin-bottom: 8px;
}

.real-impact-list-cont p {
  font-size: var(--fs-18);
  color: var(--clr-141414);
}

.real-impact-right {
  margin-left: 50px;
}
@media (max-width: 991.98px) {
  .real-impact-right {
    margin: 0;
    margin-top: 10px;
  }
  .real-impact-list {
    padding: 15px 0;
    margin-bottom: 0;
  }
  .quotemodal-cont .gform_title {
  padding: 10px;
}
}
@media (max-width: 767.98px) {
  .ai-sec-title {
    margin-bottom: 15px;
  }
}

/* Why choose AI */
.why_choose_ai {
  background-color: #faffff;
}

.why_choose_ai .left_wrapper p {
  color: var(--clr-141414);
  font-size: var(--fs-18);
  line-height: 1.5;
  margin-bottom: 50px;
  max-width: 605px;
  margin-top: 10px;
}

.why_choose_ai .right_wrapper ul li {
  position: relative;
  padding-left: 50px;
}

.why_choose_ai .right_wrapper ul li::before {
  content: "";
  position: absolute;
  width: 9px;
  height: 54px;
  border-radius: 30px;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  background: linear-gradient(45deg, #9254e3, #a679e7);
}

.why_choose_ai .right_wrapper ul li + li {
  margin-top: 75px;
}
.cta_sec .ai-powered-btn-wrap {
  margin-top: 40px;
}
@media (max-width: 991.98px) {
  .why_choose_ai .right_wrapper ul li + li {
    margin-top: 50px;
  }
}
@media (max-width: 767.98px) {
  .ai-banner .ai-powered-btn-wrap {
    margin-top: 20px;
  }
  .why_choose_ai .right_wrapper ul li {
    padding-left: 30px;
  }
  .why_choose_ai .right_wrapper ul li + li {
    margin-top: 20px;
  }
  .why_choose_ai .right_wrapper ul li::before {
    height: 35px;
  }
  .cta_sec .ai-powered-btn-wrap {
    margin-top: 20px;
  }
  .why_choose_ai .left_wrapper p {
    margin-bottom: 20px;
  }
}

.accordion_sec {
  position: relative;
}
.accordion_sec .accordion {
  display: flex;
  flex-direction: column;
  gap: 20px;
  border-top: unset;
}
.accordion_sec .accordion .accordion-item {
  border: 1px solid #eadbff;
  border-radius: 5px;
  overflow: hidden;
}
.accordion_sec .accordion .accordion-button {
  font-size: var(--fs-25);
  font-weight: 500;
  color: var(--clr-141414);
  box-shadow: none;
  padding: 20px;
  display: flex;
  flex-direction: row;
  gap: 20px;
  align-items: flex-start;
}
.accordion_sec .accordion .accordion-body {
  font-size: var(--fs-18);
  font-weight: 400;
  color: var(--clr-141414);
  padding-top: 5px;
}
.accordion_sec .accordion .accordion-button:not(.collapsed) {
  color: var(--clr-141414);
  background-color: transparent;
  box-shadow: none;
}
@media (max-width: 767.98px) {
  .accordion_sec .ai-sec-title {
    margin-bottom: 25px;
  }
}



/* 11/3/2026 some fixing*/

/* Contact page */
.logo-presentation .container-old.favs{
  display: flex;
}

.logo-presentation .tech-flx-wp{
  width: 35%;
}
.logo-presentation .favs-section{
  width: 65%;
  padding: 20px 0;
}

.elvira-contact .container{    
  max-width: 1621px;
    width: 96.6%;
}
.elvira-contact .contact_sec {
  margin: 0;
}
.elvira-contact .contact_sec .form_wrapper form {
    padding: 10px 2px;
}
.elvira-contact .elvira-row {
    padding: 40px 25px;
}
.elvira-contact .elvira-info-box{
  margin-top: 143px;
}

/* Home page  */
 .arrow_btn:hover{
  color: #22beca!important;
}
/* hover effect */
 .arrow_btn:hover::before{
    transform: rotate(-45deg);
}
.contact_sec .form_wrapper input#gform_submit_button_1, .contact_sec .form_wrapper input#gform_submit_button_3{
    font-size: var(--fs-18);
    font-weight: 400;
    padding: 12px 65px 12px 25px;
    border-radius: 30px;
    position: relative;
    transition: 0.4s;
    color: var(--clr-22BECA);
    border: 1.5px solid var(--clr-22BECA);
    background: var(--clr-white);
}

/* wrapper */
.contact_sec .form_wrapper .gform_footer{
    position: relative;
    display: inline-block;
}

/* arrow image */
.contact_sec .form_wrapper .gform_footer::after{
    content:"";
    position:absolute;
    right:5px;
    top:50%;
    transform:translateY(-50%);
    width:35px;
    height:35px;
    background:url("../images/arrow_img.svg") no-repeat center;
    background-size:contain;
    transition:0.4s;
}

/* hover rotate */
.contact_sec .form_wrapper .gform_footer:hover::after{
    transform:translateY(-50%) rotate(45deg);
}



@media (max-width: 767.98px){
  /* Contact page */
  .logo-presentation .container-old.favs{
  display: flex;
  flex-direction: column;
}

.logo-presentation .tech-flx-wp{
  width: 100%;
}
.logo-presentation .favs-section{
  width: 100%;
  padding: 20px 0;
}
.elvira-contact .elvira-info-box{
  margin-top:20px;
}
.elvira-contact .elvira-row {
    padding: 40px 15px;
}
.elvira-contact .container{   
    width: 100%;
}

/* Home page  */


}
