/* :root {
    --primary-color: #007bff;
    --secondary-color: #6c757d;
    --font-size: 16px;
    --line-height: 1.5;
    --spacing: 1rem;
  } */
/* font-family: 'Lexend', sans-serif;
font-family: 'Nunito', sans-serif;
font-family: 'Nunito Sans', sans-serif; 
font-family: 'Poppins', sans-serif;*/

:root {
  --linearGradient: linear-gradient(130.15deg, #002f59 25.69%, #000000 128.49%);
}

* {
  font-family: "Nunito", sans-serif;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

/* width */
::-webkit-scrollbar {
  width: 12px;
}

a {
  text-decoration: none !important;
}

p {
  margin-bottom: 0;
}

.fade-in-effect {
  animation: fadeIn 1.5s ease-in-out;
  -webkit-animation: fadeIn 1.5s ease-in-out;
  -moz-animation: fadeIn 1.5s ease-in-out;
  -o-animation: fadeIn 1.5s ease-in-out;
  -ms-animation: fadeIn 1.5s ease-in-out;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-o-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-ms-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.fw-800 {
  font-weight: 800 !important;
}

.menu-container {
  position: relative;
}

.hamburger-menu {
  position: fixed;
  top: 30px;
  right: 20px;
  z-index: 999;
  cursor: pointer;
}

.hamburger {
  width: 25px;
  height: 3px;
  /* background-color: #000; */
  margin-bottom: 5px;
}

.menu-container .menu {
  position: fixed;
  top: 0;
  overflow: auto;
  right: 0;
  width: 250px;
  height: 100vh;
  background-color: #f1f1f1;
  transform: translateX(100%);
  transition: transform 0.3s ease-in-out;
  z-index: 999;
}

.menu-container .menu.open {
  transform: translateX(0);
}

.menu-container .close-icon {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 20px;
  height: 20px;
  background-image: url("../images/icons/close-black.png");
  background-size: cover;
  cursor: pointer;
}

.menu-container .menu-items {
  list-style: none;
  padding: 0;
  margin-top: 35px;
}

.menu-container .menu-items li {
  margin-bottom: 13px;
}

.menu-container .menu-items li .PrimaryBtn {
  color: #fff;
  margin-top: 20px;
}

.menu-container .menu-items a {
  color: #000;
  text-decoration: none;
  text-transform: capitalize;
  transition: all 0.3s ease-out;
}

.menu-container a.sub-menu-toggle {
  font-weight: 800;
  font-family: "Nunito Sans";
  display: block;
  line-height: 28px;
  font-size: 16px;
  width: 150px;
  position: relative;
}

.menu-container .menu-items a:hover {
  /* background: linear-gradient(140.81deg, #FF5D5D 8%, #C04CAD 48.81%, #1857D1 101.59%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent; */
}

.menu-container .navbar-chevron {
  position: absolute;
  top: 12px;
  right: 30px;
}

.menu-container .overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 3;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease-in-out;
}

.menu-container .sub-options {
  display: none;
  margin-left: 15px;
  margin-top: 10px;
  padding-inline-start: 0;
  list-style: none;
}

.menu-container .menu-items li.active .sub-options {
  display: block;
}

.contactMobBtn {
  margin-top: 50px;
}

.menu-container .menu-items li {
  position: relative;
}

.menu-container .menu-items li.active .sub-menu-toggle .navbar-chevron {
  transform: rotate(135deg);
}

.menu-container .menu-items li:hover .sub-options {
  /* display: block; */
}

.overlay.active {
  opacity: 1;
  pointer-events: auto;
}

/* Track */
::-webkit-scrollbar-track {
  border-radius: 10px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: linear-gradient(128.49deg, #de463e -8.23%, #ff8a00 72.36%);
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  /* background: linear-gradient(90.6deg, #FF8B37 13.03%, #FFA500 99.64%); */
}

a:hover {
  color: #ff8a00;
}

.form-control {
  border-radius: 12px;
  border: none;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #373737;
  font-family: "Nunito Sans", sans-serif;
}

.form-floating {
  margin-bottom: 12px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}

.form-control:focus {
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.12);
}

.innerHeading h2 {
  font-size: 36px;
  line-height: 44px;
}

.descriptionWrap p {
  font-family: "Nunito Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 29px;
  color: #000000;
}

.keyWords {
  padding-top: 12px;
}

.keyWords p {
  font-size: 14px;
  font-weight: 600;
}

.sm-ttl {
  text-transform: uppercase;
  font-style: normal;
  font-weight: 800;
  font-size: 12px;
  line-height: 16px;
  background: linear-gradient(130.15deg, #002f59 25.69%, #000000 128.49%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.header3 {
  background: #ffff;
  z-index: 11;
  position: fixed;
  width: 100%;
  height: 100px;
  padding: 18px 60px;
}

.header3+.MainSection {
  padding-top: 100px;
}

.blog-detailpage .header3+.MainSection {
  padding-top: 0;
}

.header3 .navlinks a {
  font-weight: 600;
}

/* STICKY STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.header2.is-sticky {
  position: fixed;
  z-index: 999;
  width: 100%;
  box-shadow: 0 5px 16px rgba(0, 0, 0, 0.1);
  /* backdrop-filter: saturate(140%) blur(32px); */
  backdrop-filter: saturate(160%) blur(102px);
  background-color: rgba(255, 255, 255, 0.45);
  backdrop-filter: blur(90px);
  animation: slideDown 0.35s ease-out;
}

.header2 .container {
  padding: 18px 60px !important;
}

@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }

  to {
    transform: translateY(0);
  }
}

@keyframes bounce {

  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateX(0);
  }

  40% {
    transform: translateX(-30px);
  }

  60% {
    transform: translateX(-15px);
  }
}

@keyframes floating {
  0% {
    transform: translate(0, 0px);
  }

  50% {
    transform: translate(0, 25px);
  }

  100% {
    transform: translate(0, -0px);
  }
}

.header2.is-sticky img {
  max-width: 80%;
}

.header2.is-sticky button {
  font-size: 14px;
  padding: 7px 10px;
}

.navlinks .logo a {
  margin-left: 0;
}

.navlinks .logo a img {
  max-width: 95px;
}

.breadcrumb {
  margin-bottom: 0;
}

.container.breadcrumb_wrap {
  padding-top: 10px;
  z-index: 99;
}

.breadcrumb_wrap .breadcrumb li {
  font-family: "Nunito Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 21px;
  opacity: 0.8;
}

.breadcrumb_wrap .breadcrumb li:hover a {
  background: linear-gradient(140.81deg,
      #ff5d5d 8%,
      #c04cad 48.81%,
      #1857d1 101.59%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.breadcrumb_wrap .breadcrumb li a {
  color: #494949;
  text-decoration: none;
}

.breadcrumb_wrap .breadcrumb li.active {
  opacity: 1 !important;
  color: #000000 !important;
  font-weight: 600 !important;
}

footer {
  overflow: hidden;
}

footer.container {
  padding-top: 54px;
}

.MainSection {
  position: relative;
  /* overflow: hidden; */
}

.MainSection.innerPage {
  overflow: revert;
}

main {
  overflow-x: hidden;
}

body {
  overflow-x: hidden;
  min-width: 100vw;
  position: relative;
}

.container {
  padding: 26px 60px !important;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
  /* width: 100%;
    max-width: 1320px; */
}

.searchbar {
  position: relative;
  margin-right: 16px;
  height: 100%;
}

.searchbarActivity {
  position: relative;
  height: 100%;
}

.whiteBtn {
  border-radius: 16px;
  background: #fff;
  color: #000;
  transition: all 0.3s ease-out;
}

.whiteBtn:hover {
  background: linear-gradient(128.49deg, #de463e -8.23%, #ff8a00 72.36%);
  color: #fff;
}

.searchbar input {
  position: relative;
  background: white;
  border: 0.5px solid #ff8b37;
  border-radius: 12px;
  width: 250px;
  height: 48px;
  padding: 0px 40px;
  outline: none;
  z-index: 1;
}

.searchbarActivity input {
  position: relative;
  background: white;
  border: 0.5px solid #ff8b37;
  border-radius: 12px;
  width: 250px;
  height: 48px;
  padding: 0px 40px;
  outline: none;
  z-index: 1;
}

.categoryBtn {
  background: white;
  border: 0.5px solid #ff8b37;
  border-radius: 12px;
  width: 220px;
  height: 48px;
  padding-left: 25px !important;
}

.searchbar-icon {
  position: absolute;
  left: 23px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}

.searchbar input::placeholder {
  padding-left: 0px;
  font-size: 14px;
  font-weight: 300;
  color: #494949;
  line-height: 14px;
}

.searchbar input:focus {
  box-shadow: none;
}

.searchLoader {
  position: absolute;
  top: 25px;
  right: 30px;
  border: 4px solid #f3f3f3;
  border-top: 4px solid #ffa205;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  animation: Searchspin 1s linear infinite;
  margin: auto;
  display: none;
  z-index: 9999999;
}

@keyframes Searchspin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.searchActivityLoader {
  position: absolute;
  top: 25px;
  right: 30px;
  border: 4px solid #f3f3f3;
  border-top: 4px solid #ffa205;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  animation: Searchspin 1s linear infinite;
  margin: auto;
  display: none;
  z-index: 9999999;
}

/* searchbar css */

.searchbar-container {
  position: relative;
  width: 300px;
}

.searchbar {
  display: flex;
  align-items: center;
  padding: 10px;
  border-radius: 5px;
}

.search-results {
  display: none;
  position: absolute;
  top: 100%;
  width: 100%;
  border-radius: 5px;
  z-index: 999999;
  padding: 10px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 4.66565px 46.65651px 0px rgba(253, 122, 94, 0.08);
  height: 300px;
  overflow: auto;
}

.result-item {
  cursor: pointer;
}

.result-item img {
  width: 30px;
  height: 30px;
  margin-right: 10px;
}

.result-item span {
  flex: 1;
}

.search-results .result-item:last-child {
  border-bottom: none;
}

.searchResultItem {
  display: flex;
  background-color: white;
}

.resultItemContent h4 {
  color: #1e1e1e;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.resultItemContent p {
  color: rgba(30, 30, 30, 0.8);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.searchResultItem img {
  width: 75px;
  height: 69px;
  object-fit: cover;
  margin-right: 10px;
}

.searchResultItem {
  width: 100%;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0px 1px 11px 0px rgba(0, 0, 0, 0.1);
  padding: 5px;
  margin-bottom: 8px;
}

.section-title {
  color: #1e1e1e;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 6px;
  margin-top: 22px;
}

.section-title:first-child {
  color: #1e1e1e;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 6px;
  margin-top: 6px;
}

.no-results {
  font-weight: bold;
  padding: 20px;
  text-align: center;
}

.headerParagraph {
  font-weight: 400;
  font-size: 16px;
  line-height: 29px;
  text-align: center;
  color: #1e1e1e;
}

.whiteBtn {
  text-decoration: none;
  font-weight: 800;
  font-size: 16px;
  line-height: 32px;
  text-align: center;
  padding: 8px 32px;
  position: relative;
}

.whiteBtn:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 49px;
  width: 100%;
  height: 100%;
  background: #ffffff;
  border: 0.5px solid #e7e7e7;
  z-index: -1;
}

.AboutUs-Btn {
  width: 132px;
  height: 52px;
  font-family: "Lexend", sans-serif;
  background: #ffffff;
  box-shadow: 0px 1px 8px rgba(196, 177, 160, 0.42);
  border-radius: 12px;
  border: none;
  outline: none;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  margin-right: 16px;
}

.ContactUs-Btn {
  width: 132px;
  height: 52px;
  background: linear-gradient(90.6deg, #ff8b37, #ffa500);
  border-radius: 12px;
  color: white;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  border: none;
  outline: none;
}

.navlinks a {
  color: #1e1e1e;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  margin-left: 45px;
  text-decoration: none;
}

.navlinks .linkTxt {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 800;
  background: linear-gradient(140.81deg,
      #ff5d5d 8%,
      #c04cad 48.81%,
      #1857d1 101.59%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.gradientHeader,
.innerHeading1 h1 span.gradientHeader {
  font-weight: 900;
  font-size: 60px;
  line-height: 60px;
  background: linear-gradient(140.81deg,
      #ff5d5d 8%,
      #c04cad 48.81%,
      #1857d1 101.59%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.MainHeading {
  margin-top: 16vh;
}

.MainHeading h1 {
  font-weight: 800;
  font-size: 56px;
  line-height: 71px;
  background: linear-gradient(130.15deg, #002f59 25.69%, #000000 128.49%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.MainHeading p {
  font-weight: 400;
  font-size: 16px;
  line-height: 180%;
  color: #2b2a29;
  width: 35%;
  margin-top: 26px;
}

.blurCircleOrange {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -30%);
  border-radius: 50%;
  width: 571px;
  height: 571px;
  background: linear-gradient(90.01deg, #f8d665 -6.24%, #ff7a00 100%);
  opacity: 0.25;
  filter: blur(123px);
  z-index: -5;
  will-change: transform, opacity;
}

.blurCircleYellowCenter {
  background: linear-gradient(180deg, #ffc082 0%, #f9ecc1 100%) !important;
}

.blurCirclePink {
  position: absolute;
  top: 177px;
  left: 0;
  border-radius: 50%;
  width: 708px;
  height: 710px;
  background: linear-gradient(140.81deg,
      #ff5d5d 8%,
      #c04cad 48.81%,
      #1857d1 101.59%);
  opacity: 0.17;
  filter: blur(106.5px);
  z-index: -5;
  will-change: transform, opacity;
}

.blurCircleBlue {
  position: absolute;
  top: 30%;
  right: 0;
  border-radius: 50%;
  width: 506px;
  height: 506px;
  background: linear-gradient(130.43deg, #44ecf7 -1.47%, #1667e1 93.13%);
  opacity: 0.15;
  filter: blur(47px);
  z-index: -5;
  will-change: transform, opacity;
}

.scrollingDiv {
  width: 45%;
  height: 100vh;
  position: absolute;
  top: 0;
  right: 0;
  overflow: hidden;
  z-index: 1;
  /* FIXED */
  transform: none;
  /* FIXED — remove rotate */
}

.scrollOR {
  overflow-y: hidden !important;
}

.scrolling-section {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  width: 100%;
  height: 100%;
}

.scroll-column {
  width: 33%;
  height: 100vh;
  position: relative;
}

.scrollImage {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.box {
  width: 100%;
  height: 317px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 27px;
  border-radius: 24px;
  overflow: hidden;
}

.box-mobile {
  width: 100%;
  min-height: 200px;
  max-height: 201px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  border-radius: 24px;
  overflow: hidden;
  position: relative;
  /* Add this line */
}

.iconDiv-mobile {
  padding: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 24px;
  height: 100%;
  justify-content: center;
  width: 100%;
}

.scroll-column-mobile {
  height: 500px;
  overflow: hidden;
  width: 33%;
}

.scrolling-content-mobile {
  height: 200%;
  /* Double the height */
  animation: scroll-up 15s linear infinite;
  display: flex;
  flex-direction: column;
}

.alternative-Direction-mobile .scrolling-content-mobile {
  animation: scroll-down 15s linear infinite;
}

/* Scroll up animation, now moving only 50% of the height */
@keyframes scroll-up {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-50%);
  }
}

@keyframes scroll-down {
  0% {
    transform: translateY(-50%);
  }

  100% {
    transform: translateY(0);
  }
}

.scrolling-content {
  position: absolute;
  top: 0;
  left: 0;
  animation: scrollUp 10s linear infinite;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

@keyframes scrollUp {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-1585px);
  }
}

.iconDiv {
  padding: 26px;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 24px;
  height: 100%;
  justify-content: center;
  width: 100%;
}

.iconDiv img {
  max-width: 60px;
}

.iconDivPara {
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  text-align: center;
  color: #252525;
}

.iconDivTitle {
  font-weight: 900;
  font-size: 20px;
  line-height: 120%;
  text-align: center;
  color: #000000;
}

.icon-blueDiv {
  background: linear-gradient(180deg, #cfe8ff 0%, #a4d3ff 100%);
}

.icon-OrangeDiv {
  background: linear-gradient(180deg, #ffc082 0%, #f9ecc1 100%);
}

.icon-greenDiv {
  background: linear-gradient(145.56deg, #e3ffe9 -3.69%, #7bab55 86.61%);
}

.headerBtns {
  margin-top: 5vh;
}

.PrimaryBtn {
  /* background: linear-gradient(90.6deg, #FF8B37 13.03%, #FFA500 99.64%); */
  background: linear-gradient(128.49deg, #de463e -8.23%, #ff8a00 72.36%);
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.12);
  border-radius: 12px;
  padding: 15px 26px;
  color: white;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  border: none;
  outline: none;

  /* width: 100%; */
}

.SecondaryBtn {
  background: #1e1e1e;
  border-radius: 12px;
  padding: 15px 26px;
  color: white;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  border: none;
  text-decoration: none;
  outline: none;
  cursor: pointer;
}

.WhiteBtn {
  background: #ffffff;
  border-radius: 12px;
  padding: 15px 26px;
  color: #121212;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  border: none;
  text-decoration: none;
  outline: none;
  cursor: pointer;
}

.tertiaryBtn {
  background: linear-gradient(130.15deg, #002f59 25.69%, #000000 128.49%);
  border-radius: 8px;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  color: #ffffff;
  border: none;
  text-decoration: none;
  outline: none;
  padding: 12px 20px;
}

.blueBtn {
  background: linear-gradient(92.02deg, #0697ff 2.12%, #233fcf 104.27%);
  border-radius: 12px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #ffffff;
  border: none;
  text-decoration: none;
  outline: none;
  padding: 15px 26px;
}

.greenBtn {
  background: linear-gradient(195.26deg, #93e16f -10.77%, #22a26c 99.35%);
  border-radius: 12px;
  border-radius: 12px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #ffffff;
  border: none;
  text-decoration: none;
  outline: none;
  padding: 15px 26px;
}

.readmore-btn {
  font-weight: 700;
  font-size: 16.0931px;
  line-height: 150%;
  text-align: center;
  letter-spacing: -0.011em;
  background: linear-gradient(90.6deg, #ff3f25 13.03%, #ff6b00 99.64%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  width: max-content;
}

.readmore-btn img {
  transition: all 0.3s ease-out;
}

.readmore-btn:hover img {
  transform: translateX(8px);
}

.downloadBtn {
  background: linear-gradient(180deg, #33b2ff 0%, #3388ff 100%);
  border-radius: 100px;
  color: #fff;
  font-weight: 700;
  font-size: 18.8207px;
  line-height: 26px;
  /* identical to box height */
  text-decoration: none;
  letter-spacing: -0.02em;
  color: #ffffff;
  padding: 9px 20px;
}

.downloadBtn img {
  max-width: 23px;
  max-height: 17px;
}

.clientsContainer {
  background-color: white;
  padding: 46px 79px;
  border-radius: 24px;
  width: 100%;
  filter: drop-shadow(0px 4px 8px rgba(0, 0, 0, 0.04));
  z-index: 10;
  max-width: 1200px;
  position: relative;
  top: -25px;
  margin: auto;
}

.clients {
  display: flex;
  justify-content: center;
}

.clientsContainer p {
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  color: #252525;
  text-align: center;
  margin-bottom: 36px;
}

.weOfferSectionPara {
  font-weight: 700;
  font-size: 16px;
  margin: 0;
  line-height: 20px;
  text-transform: capitalize;
  background: linear-gradient(130.15deg, #002f59 25.69%, #000000 128.49%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-align: center;
}

.weOfferSection {
  padding-top: 100px;
  position: relative;
}

.weOfferHeader h2 {
  font-weight: 900;
  font-size: 40px;
  line-height: 120%;
  text-align: center;
  color: #000000;
  margin-top: 6px;
}

.weOfferHeaderPara {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  color: #252525;
  margin-top: 6px;
  max-width: 55%;

  /* overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical; */
}

.weOfferHeader {
  margin-bottom: 72px;
}

.weOfferBox {
  padding: 36px 62px 0px 62px;
  border-radius: 20px;
  transition: 1s ease;
  position: relative;
}

.weOfferBox a {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}

.weOfferBox:first-child img {
  width: 386px;
}

.weOfferBox h3 {
  background: linear-gradient(130.15deg, #002f59 25.69%, #000000 128.49%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-align: center;
  font-weight: 800;
  font-size: 28px;
  line-height: 132%;
}

.weOfferBox p {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  color: #2b2a29;
}

.weOfferBox.orangeBg {
  background: linear-gradient(180deg, #ff942c 0%, #ffdd63 100%);
}

.weOfferBox.orangeBg1 {
  background: linear-gradient(320deg, #ff942c 0%, #ffdd63 100%);
}

.weOfferBox.blueBg {
  background: linear-gradient(320deg, #379dfd 18.16%, #d5eaff 75.01%);
}

.weOfferBox.greenBg {
  background: linear-gradient(145.56deg, #e3ffe9 -3.69%, #41be2d 86.61%);
}

.blurCircleRedTop {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -30%);
  width: 517px;
  height: 512px;
  background: linear-gradient(140.81deg,
      #ff5d5d 8%,
      #c04cad 48.81%,
      #1857d1 101.59%);
  opacity: 0.2;
  filter: blur(100px);
  z-index: -1;
  will-change: transform, opacity;
}

.blurCircleBlueLeft {
  position: absolute;
  top: 20%;
  left: -20%;
  width: 603px;
  height: 597px;
  background: linear-gradient(130.43deg, #44ecf7 -1.47%, #1667e1 93.13%);
  opacity: 0.2;
  filter: blur(100px);
  z-index: -1;
  will-change: transform, opacity;
}

.blurCircleGreenLeft {
  position: absolute;
  top: 20%;
  left: -20%;
  width: 603px;
  height: 597px;
  /* background: linear-gradient(139.26deg, #93e16f -10.77%, #22a26c 99.35%); */
  background: linear-gradient(139.26deg, #93e16f -10.77%, #22a26c 99.35%);

  opacity: 0.2;
  filter: blur(100px);
  z-index: -1;
  will-change: transform, opacity;
}

.blurCircleOrangeRight {
  position: absolute;
  top: 20%;
  right: -10%;
  width: 506px;
  height: 506px;
  background: linear-gradient(180deg, #ffc082 0%, #f9ecc1 100%);
  opacity: 0.2;
  filter: blur(47px);
  z-index: -1;
  will-change: transform, opacity;
}

.blurCirclePurpleRight {
  position: absolute;
  top: 20%;
  right: -10%;
  width: 506px;
  height: 506px;
  background: linear-gradient(140.81deg,
      #ff5d5d 8%,
      #c04cad 48.81%,
      #1857d1 101.59%);

  opacity: 0.2;
  filter: blur(47px);
  z-index: -1;
  will-change: transform, opacity;
}

.TalkwithExperts {
  background: linear-gradient(130.15deg, #002f59 25.69%, #000000 128.49%);
  border-radius: 24px;
  position: relative;
  margin-top: 67px;
}

.TalkwithExpertsInfo {
  padding: 52px 60px;
  width: 50%;
}

.TalkwithExpertsInfo p {
  font-weight: 700;
  font-size: 16px;
  line-height: 132%;
  text-transform: capitalize;
  color: #ffffff;
  opacity: 0.8;
  margin-bottom: 8px;
}

.TalkwithExpertsInfo h5 {
  font-size: 14px;
  line-height: 132%;
  text-transform: capitalize;
  color: #ffffff;
  opacity: 0.8;
  margin-bottom: 8px;
}

/*style for signupform */

.TalkwithExpertsInfo_ {
  /* background-color: #002f59; Background color */
  padding: 50px;
  border-radius: 8px;
  font-family: "Poppins", sans-serif;
  position: relative;
  text-align: left;
}

.TalkwithExpertsInfo_ h2 {
  font-size: 40px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 20px;
  text-align: left;
  /* Ensure title aligns with the bullets */
}

.benefits-list {
  margin-left: 13px;
  /* Move bullet points slightly to the right */
}

.benefits-list h3,
.benefits-list h5 {
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.benefits-list .bullet {
  color: #ff942c;
  /* Bullet color */
  font-size: 22px;
  margin-right: 8px;
}

.text-white_ {
  color: #fff;
  background-color: #ff6b00;
  padding: 5px 10px;
  border-radius: 4px;
}

.TalkwithExpertsFloat1_ {
  position: absolute;
  bottom: -35%;
  left: 10px;
}

/*end*/
.TalkwithExpertsInfo h2 {
  font-weight: 800;
  font-size: 32px;
  line-height: 150%;
  color: #ffffff;
  margin-bottom: 100px;
}

.TalkwithExpertsFloat1 {
  position: absolute;
  bottom: 0;
  left: 10px;
}

.TalkwithExpertsInputs {
  width: 50%;
  padding: 57px 80px;
}

.eventHeroSection .EventHeroSectionP {
  width: 85%;
}

.TalkwithExpertsInputs .Name {
  width: 100%;
  height: 52px;
  background: #ffffff;
  border-radius: 10px;
  padding: 16px 18px;
}

.TalkwithExpertsInputs .Message {
  height: auto;
  margin-top: 16px;
}

.TalkwithExpertsInputs .Phone {
  height: 52px;
  background: #ffffff;
  border-radius: 10px;
  width: 50%;
  margin-top: 16px;
  padding: 16px 18px;
}

.TalkwithExpertsInputs .Email {
  height: 52px;
  background: #ffffff;
  border-radius: 10px;
  width: 50%;
  margin-top: 16px;
  padding: 16px 18px;
}

.WhyUsSection p {
  font-weight: 700;
  font-size: 16px;
  line-height: 132%;
  /* text-transform: capitalize; */
  background: linear-gradient(130.15deg, #002f59 25.69%, #000000 128.49%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.WhyUsSection h2 {
  font-weight: 900;
  font-size: 40px;
  line-height: 120%;
  color: #000000;
  margin-bottom: 32px;
}

.WhyUsSection {
  position: relative;
}

.WhyUsSection .flex-container {
  display: flex;
  flex-wrap: wrap;
}

.WhyUsSection .flex-item {
  background-color: #eaeaea;
  flex-basis: calc(36% - 20px);
  /* Set the desired width for each item with appropriate spacing */
  margin: 10px;
  border-radius: 24px !important;
  overflow: hidden !important;
  height: 270px;
  /* Set the desired height for the flex items */
}

.WhyUsSection .flex-item.imgBox {
  flex-basis: calc(28% - 20px);
  position: relative;
}

.WhyUsSection .flex-item.centerBox {
  flex-basis: calc(44% - 20px);
}

.WhyUsBox {
  position: relative;
  padding: 28px 23px;
  border-radius: 24px;
  /* height: 270px; */
  height: 100%;
  overflow: hidden;
}

.WhyUsBox h3 {
  font-weight: 900;
  font-size: 24px;
  line-height: 150%;
  text-align: left;
  background: linear-gradient(130.15deg, #002f59 25.69%, #000000 128.49%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-top: 12px;
}

.WhyUsBox p {
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  text-align: left;
  color: #1e1e1e;
  margin-top: 8px;
}

.WhyUsBox.BlueBg {
  background: linear-gradient(148.42deg, #bfe0ff 16.88%, #5bb0ff 90.57%);
}

.WhyUsBox.GreenBg {
  background: linear-gradient(147.98deg, #c1e3b9 -1.1%, #55d562 91.22%);
}

.WhyUsBox.Length1 {
  /* width: 33.5%; */
}

.WhyUsBox.Length2.bgOne {
  /* width: 29%; */
  height: 100%;
  background-repeat: repeat;
  background-size: cover;
}

.WhyUsBox.OrangeBg {
  background: linear-gradient(224.67deg, #ffddb3 7.03%, #f8b057 92.16%);
}

.WhyUsContainer {
  gap: 20px;
}

.WhyUsBox.Length3.bgTwo {
  /* width: 24%; */

  background-repeat: repeat;
  background-size: cover;
}

.WhyUsBox.Length3.bgThree {
  /* width: 24%; */

  background-repeat: repeat;
  background-size: cover;
}

.WhyUsBox.Length4 {
  /* width: 48%; */
}

/* .review{
    padding: 0px 60px;
} */

.reviewsContainer {
  margin: 0px 20px;
  background: linear-gradient(180deg, #fae059 0%, #ffd056 100%);
  border-radius: 28px;
  padding: 60px;
  /* margin-top: 70px; */
  position: relative;
  height: 600px;
  overflow: hidden;
}

.ClientsOpinions {
  font-weight: 400;
  font-size: 12px;
  line-height: 132%;
  text-transform: capitalize;
  background: linear-gradient(130.15deg, #002f59 25.69%, #000000 128.49%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  opacity: 0.8;
  margin-top: 169px;
}

.reviewsGradient {
  font-weight: 800;
  font-size: 40px;
  line-height: 140%;
  letter-spacing: 0.01em;
  background: linear-gradient(130.15deg, #002f59 25.69%, #000000 128.49%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.reviewsGradientOveride span {
  font-weight: 800;
  font-size: 24px;
  line-height: 140%;
  letter-spacing: 0.01em;
  color: #000 !important;
  position: relative;
}

.reviewsGradientOveride .no-grad {
  margin-left: 20px;
}

.reviewsGradient span {
  font-weight: 800;
  /* font-size: 46px; */
  line-height: 100%;
  letter-spacing: 0.01em;
  background: linear-gradient(140.81deg,
      #ff5d5d 8%,
      #c04cad 48.81%,
      #1857d1 101.59%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  padding-right: 30px;
}

.reviewsGradient .no-grad {
  position: relative;
  top: 2px;
  font-weight: 900;
  font-size: 32px;
  line-height: 140%;
  letter-spacing: 0.01em;
  background: linear-gradient(130.15deg, #002f59 25.69%, #000000 128.49%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.reviewPara {
  font-weight: 400;
  font-size: 16px;
  line-height: 200%;
  color: #2a2a2a;
  margin-bottom: 60px;
  width: 70%;
}

.reviewImg {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translatex(-50%);
}

.bounceDiv {
  position: relative;
  height: 500px;
}

.unbounceDiv {
  position: relative;
  /* max-width: 700px; */
  height: 500px;
  margin: auto;
  align-items: center;
  display: flex;
}

.circle-no-anim {
  position: relative;
  max-width: 108px;
  max-height: 108px;
  margin: auto;
  border-radius: 50%;
  margin: auto;
  border: 3px solid #ffff;
}

.circleWrapper {
  row-gap: 40px;
  column-gap: 60px;
  width: 100%;
}

.third_row {
  justify-content: center;
}

.circle {
  position: absolute;
  width: 100px;
  height: 100px;
  border-radius: 50%;
}

.circle img {
  width: 100px;
  height: 100px;
}

.contactUsSection {
  background: linear-gradient(3600deg, #93e16f -10.77%, #22a26c 99.35%);
  /* margin-top: 70px; */
  overflow: hidden;
  padding-bottom: 60px;
  padding-top: 80px;
  z-index: 0;
  position: relative;
}

.sideText {
  font-weight: 400;
  font-size: 12px;
  line-height: 132%;
  text-transform: capitalize;
  background: linear-gradient(130.15deg, #002f59 25.69%, #000000 128.49%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.contactTopSpace {
  /* margin-top: 80px; */
}

.HeaderText {
  font-weight: 800;
  font-size: 44px;
  line-height: 140%;
  letter-spacing: 0.01em;
  color: #000000;
}

.contactSpace {
  margin-top: 80px;
}

.contactInfo .topspace {
  margin-top: 16px;
}

footer .footerLinks,
footer a.footer-link {
  color: #000000;
}

.contactInfo p {
  font-weight: 500;
  font-size: 16px;
  line-height: 200%;
  color: #000000;
  margin-top: 10px;
}

footer {
  padding-top: 54px;
  position: relative;
}

.footerNavItems p,
.footer-column-title {
  font-weight: 800;
  font-size: 16.2104px;
  line-height: 120%;
  background: linear-gradient(90.6deg,
      #ff6b00 13.03%,
      #ffa500 99.64%,
      #ff7a00 99.64%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 20px;
}

.footerNavItems ul li a,
.footer-column a {
  font-weight: 600;
  font-size: 14.1841px;
  line-height: 120%;
  color: #000000;
  text-decoration: none;
}

.footerNavItems ul li {
  list-style: none;
  margin-bottom: 14px;
}

.footerNavItems ul {
  list-style-position: inside;
  padding-left: 0;
}

.footerLogo {
  width: 164px;
}

.footertext {
  font-weight: 600;
  font-size: 15.3484px;
  line-height: 19px;
  text-align: center;
  background: linear-gradient(129.84deg, #44ecf7 -1.49%, #1667e1 94.18%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  width: 50%;
  margin-top: 20px;
  margin-bottom: 43px;
}

.footerContact {
  margin-top: 80px;
}

.TalkwithExpertsImg1 {
  position: absolute;
  bottom: 0;
  left: 10%;
}

.TalkwithExpertsImg2 {
  position: absolute;
  top: 0;
  left: 20%;
  transform: translateY(-20px);
  width: 80px;
}

.TalkwithExpertsImg3 {
  position: absolute;
  bottom: 0;
  right: 20%;
  transform: translateY(19px);
  object-fit: contain;
  width: 80px;
}

.weOfferBox {
  height: 430px;
  position: relative;
}

.WeOfferImg {
  width: 284px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  object-fit: contain;
  pointer-events: none;
}

.ellipsis-2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}

.clientPosition {
  top: 0 !important;
}

.weOfferBox {
  padding: 36px 62px 0px 62px;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
  max-width: 390px;
}

.WeOfferImg {
  width: 284px !important;
  transition: transform 0.3s ease, width 0.3s ease;
}

.weOfferBox:hover .WeOfferImg,
.weOfferBox:focus .WeOfferImg {
  width: 342px !important;
}

.weOfferBox.orangeBg:hover {
  background: linear-gradient(180deg, #ff8712 0%, #ffc24b 100%);
}

.weOfferBox.blueBg:hover {
  background: linear-gradient(320deg, #1787f1 15.6%, #a9d5ff 76.6%);
}

.weOfferBox.greenBg:hover {
  background: linear-gradient(170.07deg, #61f281 9.99%, #2abe12 95.1%);
}

.testinomial {
  background-color: white;
  padding: 14px 10px;
  border-radius: 16px;
  margin-top: 20px;
}

.clientDetails .name {
  font-weight: 500;
  font-size: 10px;
  line-height: 150%;
  color: #000000;
}

.clientDetails .position {
  font-weight: 400;
  font-size: 10px;
  line-height: 150%;
  text-align: center;
  color: #7e7e7e;
}

.testinomial h2 {
  font-weight: 600;
  font-size: 12px;
  line-height: 150%;
  text-align: center;
  color: #000000;
  margin-top: 12px;
}

.testinomial p {
  font-weight: 300;
  font-size: 12px;
  line-height: 153%;
  text-align: center;
  color: #000000;
  margin-top: 8px;
  margin-bottom: 8px;
}

.testinomial-container {
  display: flex;
  gap: 10px;
  z-index: -10;
}

.testinomial-holder1 {
  overflow: hidden;
  animation: testimonial-scroll 40s linear infinite;
  display: flex;
  flex-direction: column;
  width: 33%;
  will-change: transform;
}

.testinomial {
  margin-top: 0;
  margin-bottom: 20px;
}

@keyframes testimonial-scroll {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-71%);
  }
}

.reviewImg {
  z-index: 10;
}

.circle1 {
  position: absolute;
  left: 10%;
  top: 0;
  transition: transform 2s ease-in-out;
  max-width: 108px;
  max-height: 108px;
}

.smallImg {
  width: 87px;
}

.float {
  animation: floatAnimation 2s ease-in-out infinite alternate;
}

.circle2 {
  position: absolute;
  left: 20%;
  top: 30%;
  transition: transform 4s ease-in-out;
}

.circle3 {
  position: absolute;
  left: 0%;
  top: 70%;
  transition: transform 4s ease-in-out;
}

.circle4 {
  position: absolute;
  left: 50%;
  top: 0%;
  transition: transform 4s ease-in-out;
}

.circle5 {
  position: absolute;
  left: 80%;
  top: 5%;
  transition: transform 4s ease-in-out;
}

.circle6 {
  position: absolute;
  left: 60%;
  top: 50%;
  transition: transform 4s ease-in-out;
}

.circle7 {
  position: absolute;
  left: 90%;
  top: 50%;
  transition: transform 4s ease-in-out;
}

.circle8 {
  position: absolute;
  left: 50%;
  top: 90%;
  transition: transform 4s ease-in-out;
}

.circle9 {
  position: absolute;
  left: 80%;
  top: 90%;
  transition: transform 4s ease-in-out;
}

.circle10 {
  position: absolute;
  left: 20%;
  top: 90%;
  transition: transform 4s ease-in-out;
}

.largeImg {
  width: 100%;
  object-fit: cover;
  border-radius: 50%;
  height: 100%;
  max-height: 106px;
}

@keyframes floatAnimation {
  0% {
    transform: translate(0, 0);
  }

  100% {
    transform: translate(10px, 10px);
  }
}

.float2 {
  animation: floatAnimation2 5s ease-in-out infinite alternate;
}

@keyframes floatAnimation2 {
  0% {
    transform: translate(0, 0);
  }

  100% {
    transform: translate(20px, 25px);
  }
}

.floatRev {
  animation: floatAnimationRev 5s ease-in-out infinite alternate;
}

@keyframes floatAnimationRev {
  0% {
    transform: translate(0, 0);
  }

  100% {
    transform: translate(10px, -15px);
  }
}

.gradientBall1 {
  width: 30px;
  height: 30px;
  /* background: linear-gradient(130.43deg, #44ECF7 -1.47%, #1667E1 93.13%); */
  background: #70bfca;
  opacity: 0.8;
  position: absolute;
  top: 5%;
  right: 50%;
  border-radius: 50%;
}

.gradientBall2 {
  width: 24px;
  height: 24px;
  background: linear-gradient(128.49deg, #de463e -8.23%, #ff8a00 72.36%);
  opacity: 0.8;
  position: absolute;
  bottom: 10%;
  left: 20%;
  border-radius: 50%;
}

.gradientBall3 {
  width: 34px;
  height: 34px;
  /* background: linear-gradient(90.6deg, #FF8B37 13.03%, #FFA500 99.64%); */
  background: #c5a739;
  opacity: 0.8;
  position: absolute;
  bottom: 0%;
  right: 15%;
  border-radius: 50%;
}

.gradientBall4 {
  width: 34px;
  height: 34px;
  background: #3fb6ac;
  opacity: 0.8;
  position: absolute;
  bottom: 15%;
  right: -55px;
  border-radius: 50%;
}

.WhyUsBoxImages {
  width: 40%;
}

.WhyUsBoxContent {
  width: 60%;
}

.WhyUsBoxImages img {
  width: 100%;
  height: auto;
  transition: transform 0.5s ease;
  max-width: 125px;
  transform: scale(1.5);
}

.WhyUsBox:hover .WhyUsBoxImages img {
  transform: scale(1.15);
}

.WhyUsBox:hover.BlueBg {
  background: linear-gradient(148.42deg, #a5d4ff 11.53%, #55abfa 90.57%);
}

.WhyUsBox:hover.GreenBg {
  background: linear-gradient(147.98deg, #89fc95 -1.1%, #29db30 91.22%);
}

.WhyUsBox:hover.OrangeBg {
  background: linear-gradient(224.67deg, #fdca8a 7.03%, #fda02b 92.16%);
}

.WhyUsBox .zoom-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  transform: scale(1);
  transition: transform 0.5s ease;
  pointer-events: none;
}

.WhyUsBox.Length2.bgOne .zoom-overlay {}

.WhyUsBox.Length3.bgTwo .zoom-overlay {}

.WhyUsBox.Length3.bgThree .zoom-overlay {}

.WhyUsBox:hover .zoom-overlay {
  transform: scale(1.2);
  /* Adjust the scale factor as needed */
}

.swiper {
  width: 100%;
  height: 100%;
  padding-bottom: 70px;
}

.trendingContainer {
  background: #ffffff;
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.08);
  border-radius: 16px;
  position: relative;
  height: 100%;
  cursor: pointer;
}

.trendingContainer .redirectionDiv {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.TrendingSection .swiper-slide {
  height: auto;
}

.trendingContent {
  padding: 16px 20px;
}

.trendingTags p {
  padding: 6px 12px;
  background: #f5f7fa !important;
  font-weight: 400 !important;
  font-size: 10px !important;
  font-family: "Nunito Sans", sans-serif;
  line-height: 100%;
  color: #01264b !important;
  opacity: 0.8 !important;
  margin-right: 6px;
}

.trendingContent p {
  font-weight: 300;
  font-size: 14px;
  line-height: 21px;
  color: #252525;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;

  margin-top: 9px;
  margin-bottom: 10px;
}

.trendingContainer h3 {
  font-weight: 800;
  font-size: 20px;
  line-height: 150%;
  width: max-content;
}

.OrangeG h3 {
  background: linear-gradient(90.6deg, #ff8b37 13.03%, #ffa500 99.64%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.BlueG h3 {
  background: linear-gradient(130.43deg,
      #44ecf7 -1.47%,
      #1667e1 93.13%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  background-clip: text !important;
}

.virtual_ttl {
  background: linear-gradient(130.43deg,
      #44ecf7 -1.47%,
      #1667e1 93.13%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  background-clip: text !important;
  text-fill-color: transparent !important;
}

.trendingContainer img {
  width: 26px;
  object-fit: contain;
}

.activityCoverImg {
  width: 100% !important;

  height: 220px !important;
  object-fit: cover !important;
  border-radius: 16px 16px 0 0;
}

.trendingContainer h3 {
  font-weight: 800;
  margin: 0;
  font-size: 20px;
  line-height: 150%;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.trendingThingTag {
  padding: 8.5px 10px;
  background-color: white;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  margin-right: 8px;
  text-transform: capitalize;
}

.trendingThingTag p {
  white-space: nowrap;
  font-family: "Lexend", sans-serif;
  margin-bottom: 0;
  font-weight: 600;
  font-size: 10px;
  line-height: 150%;
  color: #1e1e1e;
}

.trendingContainer .topTags {
  position: absolute;
  top: 12px;
  left: 12px;
  flex-wrap: wrap;
}

/* .swiper-pagination.trendingPagination span{
    background: linear-gradient(90.6deg, #FF8B37 13.03%, #FFA500 99.64%);
    border-radius: 42px;
  } */

.trendingPagination {
  margin-top: 38px;
}

.trendingPagination .swiper-pagination-bullet-active {
  background: linear-gradient(90.6deg, #ff8b37 13.03%, #ffa500 99.64%);
  border-radius: 42px;
  width: 48px;
  height: 10px;
}

.trendingPagination .swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
  background: linear-gradient(128.49deg, #de463e -8.23%, #ff8a00 72.36%);
  mix-blend-mode: luminosity;
  opacity: 0.2;
  border-radius: 42px;
  width: 28px;
  height: 10px;
}

.innerpagePagination .swiper-pagination-bullet-active {
  background: #ffa629;
  border-radius: 13px;
  width: 24px;
  height: 6px;
}

.innerpagePagination .swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
  background: #ffffff;
  border-radius: 13px;
  height: 6px;
  width: 6px;
}

.TrendingHeading {
  position: relative;
  /* margin-top: 60px; */
  margin-bottom: 40px;
}

.TrendingHeading h2 {
  font-weight: 900;
  font-size: 40px;
  line-height: 120%;
  color: #1e1e1e;
}

.Hero {
  height: calc(100vh - 110px);
  overflow: hidden;
}

.swiper-custom-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 33px;
  height: 33px;

  border-radius: 10px;
  background: linear-gradient(128.49deg, #de463e -8.23%, #ff8a00 72.36%);
  color: #fff;
  font-size: 20px;
  cursor: pointer;
}

.swiper-button-next,
.swiper-button-prev {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: auto;
  right: 70px;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 20px;
}

.blurOverlayBottom {
  position: absolute;
  right: 0;
  bottom: -20px;
  height: 83px;
  width: 50%;
  background: linear-gradient(187.64deg,
      #deeefb 2.45%,
      rgba(222, 238, 251, 0) 77.36%);
  mix-blend-mode: normal;
  transform: matrix(1, 0, 0, -1, 0, 0);
}

.ReviewHeader {
  position: relative;
  margin-top: 50px;
}

.ReviewHeader img {
  position: absolute;
  left: 19%;
  top: 9px;
}

#logo-container {
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

.TrendingSection {
  position: relative;
}

.swiper-inner-custom-button {
  color: #ff7a00;
}

.swiper-inner-custom-button.swiper-button-prev {
  left: 0;
  right: auto;
}

.TrendingSection .blurCircleOrange {
  position: absolute;
  top: 40%;
  left: 0;
  border-radius: 50%;
  width: 416px;
  height: 416px;
  background: linear-gradient(90.01deg, #f8d665 -6.24%, #ff7a00 100%);
  opacity: 0.2;
  filter: blur(106.5px);
  z-index: -5;
  will-change: transform, opacity;
}

.TrendingSection .blurCircleBlue {
  position: absolute;
  top: 50%;
  right: 0;
  border-radius: 50%;
  width: 506px;
  height: 506px;
  background: linear-gradient(130.43deg, #44ecf7 -1.47%, #1667e1 93.13%);
  opacity: 0.2;
  filter: blur(144px);
  z-index: -5;
  will-change: transform, opacity;
}

.WhyUsSection .blurCirclegreen {
  position: absolute;
  top: 10%;
  left: 0;
  border-radius: 50%;
  width: 570px;
  height: 570px;
  background: linear-gradient(145.56deg, #e3ffe9 -3.69%, #7bab55 86.61%);
  opacity: 0.2;
  filter: blur(47px);
  z-index: -5;
  will-change: transform, opacity;
}

.review {
  position: relative;
  padding: 45px 0;
}

.review .blurCirclegreen {
  position: absolute;
  top: 15%;
  right: 0;
  border-radius: 50%;
  width: 383px;
  height: 383px;
  background: linear-gradient(139.26deg, #93e16f -10.77%, #22a26c 99.35%);
  opacity: 0.2;
  filter: blur(106.5px);
  z-index: -5;
  will-change: transform, opacity;
}

.review .blurCirclepink {
  position: absolute;
  top: 30%;
  left: 0;
  border-radius: 50%;
  width: 383px;
  height: 383px;
  background: linear-gradient(140.81deg,
      #ff5d5d 8%,
      #c04cad 48.81%,
      #1857d1 101.59%);
  opacity: 0.15;
  filter: blur(106.5px);
  z-index: -5;
  will-change: transform, opacity;
}

.subscribeField p {
  font-weight: 500;
  font-family: Lexend;
  font-size: 13.1557px;
  line-height: 132%;
  text-align: center;
  text-transform: capitalize;
  color: #000000;
  opacity: 0.8;
}

.subscribeField input {
  width: 185px;
  height: 32px;
  background: #ffffff;
  border: 0.657787px solid #494949;
  border-radius: 6.17749px;
  margin-left: 13px;
  padding: 10px;
}

.subscribeField input[type="search"]::-webkit-input-placeholder {
  /* Edge */
  color: rgba(0, 0, 0, 0.8) !important;
  font-size: 9.266px;
  font-family: Lexend;
}

.subscribeField input[type="search"]:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: rgba(0, 0, 0, 0.8) !important;
  font-size: 9.266px;
  font-family: Lexend;
}

.subscribeField input[type="search"]::placeholder {
  color: rgba(0, 0, 0, 0.8) !important;
  font-size: 9.266px;
  font-family: Lexend;
}

.ContactUsTxt {
  margin-right: 12px;
}

.careerHeroMain {
  background: rgba(255, 255, 255, 0.6);
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.02);
  /* backdrop-filter: blur(8px); */
}

.careerHero {
  background-image: url("/assets/images/career-bg.png");
  /* background: linear-gradient(110.88deg, #C781FF 19.11%, rgba(255, 234, 40, 0.56) 61.91%, rgba(235, 255, 0, 0) 149.1%); */
  min-height: 661px;
  height: 100%;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: cover;
  width: 100vw;
}

.careerHeroContent h1 {
  font-weight: 800;
  font-size: 64px;
  line-height: 132%;
  background: radial-gradient(108.63% 940.8% at 31.19% 50%,
      #ff0099 0%,
      #1355ff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-top: 20vh;
}

.careerHeroContent button {
  margin-top: 40px;
}

.careerHeroContent img {
  transform: translateY(-100px);
  pointer-events: none;
}

.careerExperienceSwiper {
  height: 440px;
  border-radius: 40px;
}

.CareerExperienceSection .swiper-slide,
.eventSection .swiper-slide {
  flex-basis: 25%;
  transition: flex-basis 0.3s ease;
}

.CareerExperienceSection .swiper-slide:hover,
.eventSection .swiper-slide:hover {
  /* flex-basis: 45%; */
}

.careerExperienceSwiper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  border-radius: 40px;
}

/* .careerExperienceSwiper:hover img{
 width: max-content;
  z-index: 3;
  transform-origin: 0%;
} */
.CareerExperienceContent h2 {
  font-weight: 800;
  font-size: 40px;
  line-height: 150%;
  background: linear-gradient(360deg,
      #796dff 0%,
      #ff000f 83.33%,
      rgba(0, 0, 0, 0) 100%,
      #6759ff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 40px;
}

.CareerExperienceSection {
  background: linear-gradient(97.47deg,
      rgba(255, 255, 255, 0.5) -4.73%,
      rgba(255, 255, 255, 0.22) 104.91%);
  backdrop-filter: blur(10px);
}

.careerDrives p {
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: -0.011em;
  color: #1e1e1e;
  margin-bottom: 40px;
  margin-left: 10px;
}

.careerDriveContentSection {
  background: linear-gradient(97.47deg,
      rgba(255, 254, 235, 0.5) -4.73%,
      rgba(255, 254, 234, 0.22) 104.91%);
  backdrop-filter: blur(10px);
}

.careerDriveContent {
  background: linear-gradient(97.47deg,
      rgba(255, 254, 235, 0.5) -4.73%,
      rgba(255, 254, 234, 0.22) 104.91%);
  backdrop-filter: blur(10px);
  width: 100%;
}

.careerDriveContent h2 {
  font-weight: 800;
  font-size: 40px;
  line-height: 150%;
  letter-spacing: -0.011em;
  background: linear-gradient(180deg, #00d1ff 0%, rgba(0, 26, 255, 0.6) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-top: 30px;
  margin-bottom: 58px;
}

.careerBox {
  padding: 48px 50px;
  background: linear-gradient(110.38deg,
      #f9f9f9 0%,
      rgba(232, 232, 232, 0.22) 100%);
  border: 2px solid #ffffff;
  border-radius: 40px;
}

.careerBox:first-child {
  background: linear-gradient(90deg, #fffaf3 0%, #f8e8db 100%);
  border: 4px solid #ffffff;
  box-shadow: 44px -14px 80px #f8eadf;
}

.careerBox:nth-child(2) {
  background: linear-gradient(90deg, #f4f2f7 0%, #e8e1f8 100%);
  box-shadow: 44px -14px 80px #e9e2f8;
}

.careerBox:nth-child(3) {
  background: linear-gradient(90deg, #f7f4f5 0%, #f4e3ef 100%);
  box-shadow: 44px -14px 80px #f5e5f0;
}

.careerBox:nth-child(4) {
  background: linear-gradient(90deg, #f2f6f6 0%, #dcf8fb 100%);
  box-shadow: 44px -14px 80px #dff8fb;
}

.careerBox:nth-child(5) {
  background: linear-gradient(90deg, #f2f6f6 0%, #f5ffe0 100%);
  box-shadow: 44px -14px 80px #dff8fb;
}

.careerBox h4 {
  font-weight: 700;
  font-size: 20px;
  line-height: 150%;
  letter-spacing: -0.011em;
  color: #000000;
  text-align: center;
}

.careerBox p {
  font-weight: 600;
  font-size: 14px;
  line-height: 150%;
  text-align: center;
  letter-spacing: -0.011em;
  color: #000000;
}

.fromtheTeamSection {
  position: relative;
  height: 416px;
}

.fromtheTeam {
  background-color: #f5ffe0 !important;
  border-radius: 40px;
  /* height: 416px; */
  height: 100%;
  overflow: hidden;
}

.fromtheTeamImg {
  width: 100%;
  height: 100%;
  max-height: 700px;
  background-size: cover;
  background-position: 50% 0;
}

.fromtheteamContent {
  padding: 40px;
}

.fromtheTeamQuote {
  font-family: "Nunito", sans-serif;
  font-weight: 900;
  font-size: 32px;
  line-height: 150%;
  letter-spacing: -0.011em;
  background: -webkit-linear-gradient(#002f59, #000000);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-top: 30px;
  max-width: 100%;
  padding-left: 45px;
  position: relative;
}

.fromtheTeamQuote::before,
.fromtheTeamQuote::after {
  content: "";
  position: absolute;
  background-image: url("../images/quotes.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  height: 45px;
  width: 55px;
  left: -10px;
}

.fromtheTeamQuote::after {
  transform: rotateY(180deg);
  left: auto;
  margin-left: 10px;
}

.PersonQuote {
  margin-top: 40px;
}

.PersonQuote h4 {
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: -0.011em;
  color: #000000;
}

.PersonQuote p {
  margin: 0;
  font-weight: 500;
  font-size: 12px;
  line-height: 150%;
  letter-spacing: -0.011em;
  color: #717171;
}

.PBContainer {
  background: linear-gradient(96.39deg,
      rgba(172, 255, 122, 0.5) -8.58%,
      rgba(255, 219, 91, 0.365) 114.37%);
  border-radius: 40px;
}

.PBCard {
  border-radius: 20px;
  padding: 30px 39px;
}

.PBCard p {
  font-weight: 600;
  font-size: 20px;
  line-height: 150%;
  text-align: center;
  letter-spacing: -0.011em;
  color: #000000;
  margin-top: 36px;
  text-transform: capitalize;
}

.PBCard.bg1 {
  background: linear-gradient(360deg, #ef019a -8.89%, #ffffff 100%);
}

.PBCard.bg2 {
  background: linear-gradient(360deg, #ffd84c -8.89%, #ffffff 100%);
}

.PBCard.bg3 {
  background: linear-gradient(360deg, #ffcea0 -8.89%, #ffffff 100%);
}

.PBCard.bg4 {
  background: linear-gradient(360deg, #61c9ff -8.89%, #ffffff 100%);
}

.PBCard img {
  width: 200px;
  height: 200px;
  object-fit: contain;
}

.PBContainer {
  margin-top: 30px;
  padding: 60px 120px;
}

.accordion-button {
  background: #ffffff;
  border-radius: 12px !important;
  border: none !important;
  outline: none !important;
  gap: 60px;
}

.accordion-button:focus {
  z-index: 3;
  border-color: #86b7fe;
  outline: 0;
  box-shadow: none;
}

/* .accordion-button::after{
  transform: rotate(360deg);
} */
.accordion-button[aria-expanded="true"] {}

.jobaccordionTitle p {
  font-weight: 500;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: -0.011em;
  color: #6c6c6c;
}

.jobaccordionTitle h4 {
  font-weight: 800;
  font-size: 32px;
  line-height: 150%;
  letter-spacing: -0.011em;
  color: #2b2a29;
}

.jobaccordionInfo p {
  font-weight: 500;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: -0.011em;
  color: #6c6c6c;
}

.jobaccordionInfo h5 {
  font-weight: 600;
  font-size: 24px;
  line-height: 150%;
  letter-spacing: -0.011em;
  color: #2b2a29;
}

.jobaccordionInfo {
  /* margin-left: 60px; */
  width: 15%;
}

.jobaccordionTitle {
  max-width: 350px;
  width: 100%;
}

.JobRequirement h4 {
  font-weight: 700;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: -0.011em;
  color: #ff7e00;
}

.JobRequirement ul li {
  font-weight: 400;
  font-size: 13px;
  line-height: 150%;
  letter-spacing: -0.011em;
  color: #000000;
  margin-bottom: 8px;
  width: 80%;
}

.jobbody {
  padding: 30px;
  border-top: 1px solid #ff6b00;
}

.jobbody .btnWrap {
  min-width: 155px;
}

.jobsAccordion {
  padding: 0px 120px;
}

.JobOpeningSection {
  position: relative;
  overflow: hidden;
  height: 100%;
  width: 100%;
}

.JobOpeningSection .nav button {
  outline: 0;
  background: #fff;
  display: flex;
  border-radius: 12px;
  font-style: normal;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  color: #000000;
  padding: 14px 18px;
  min-width: 135px;
}

.JobOpeningSection .nav button.active {
  background: #000;
}

.JobOpeningSection .nav button.active span img {
  filter: invert(104%) sepia(134%) saturate(109%) hue-rotate(356deg) brightness(358%) contrast(62%);
}

.blurBackgroundJob1,
.blurBackgroundJob2 {
  position: absolute;
  top: 0;
  height: 100%;
  width: 50%;
  z-index: -1;
  filter: blur(200px);
  animation-name: gradientWave;
  animation-duration: 4s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}

.blurBackgroundJob1 {
  left: 0;
  background: linear-gradient(135deg, #0075ff 0%, rgba(0, 255, 56, 0.34) 100%);
  transform: translate3d(0, 0, 0);
  will-change: transform, opacity;
}

.blurBackgroundJob2 {
  right: 0;
  background: linear-gradient(135deg, #ffd600 0%, rgba(255, 0, 153, 0.79) 100%);
  transform: translate3d(0, -100%, 0);
  will-change: transform, opacity;
}

@keyframes gradientWave {
  0% {
    transform: translate3d(0, 0, 0);
  }

  50% {
    transform: translate3d(0, -10%, 0);
  }

  100% {
    transform: translate3d(0, 0, 0);
  }
}

.accordion-item {
  background: #ffffff !important;
  border-radius: 12px !important;
  border: none;
  margin-top: 20px;
}

.accordion-button:not(.collapsed) {
  background-color: white;
}

.requirementLeftLine {
  border-left: 0.5px solid #1e1e1e;
  padding-left: 40px;
  margin-left: 40px;
}

.JobOpeningTitle h2 {
  font-weight: 800;
  font-size: 40px;
  line-height: 150%;
  letter-spacing: -0.011em;
  background: linear-gradient(180deg, #001aff 0%, #000e8a 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.dropResume {
  background: linear-gradient(170.15deg, #002f59 25.69%, #000000 128.49%);
  border-radius: 24px;
  padding: 20px;
}

.dropResumeContent {
  padding: 40px;
  padding-bottom: 0;
}

.dropResumeContent .dropResumeContentDiv {
  max-width: 500px;
}

.dropResumeContent .dropResumeContentDiv p {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  font-family: Nunito Sans;
  line-height: 150%;
  margin-top: 28px;
  margin-bottom: 0;
}

.dropResumeContent h3 {
  font-weight: 800;
  font-size: 32px;
  line-height: 150%;
  letter-spacing: -0.011em;
  color: #ffffff;
}

.dropResumeContent p {
  font-weight: 600;
  font-size: 24px;
  line-height: 150%;
  letter-spacing: -0.011em;
  color: #ffffff;
}

.dropResume a {
  position: relative;
  text-decoration: none;
}

.dropResume a:after {
  /* position: absolute;
  height: 3px;
  left: 0;
  bottom: 2px;
  background: #FFEA2B;
  width: calc(100% - 10px);
  content: ""; */
}

.dropResumeContent span {
  font-weight: 600;
  font-family: "Lexend", sans-serif;
  font-size: 40px;
  line-height: 150%;
  letter-spacing: -0.011em;
  /* text-decoration-line: underline; */
  color: #ffea2b;
  margin-top: 20px;
  padding-right: 10px;
}

.DropResumeImg {
  position: relative;
  border-radius: 16px;
  border: 3px dashed #fff;
  padding: 25px;
}

.DropResumeImg::before {
  content: "";
  position: absolute;
  opacity: 0.699999988079071;
  background: rgba(255, 255, 255, 0.2);
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}

.DropResumeImg img {
  max-width: 110px;
  object-fit: contain;
  position: relative;
  z-index: 2;
}

.DropResumeImg h2 {
  color: #fff;
  font-size: 28px;
  font-family: Nunito;
  font-weight: 800;
  line-height: 132%;
}

.contactUsSection2 {
  background: linear-gradient(90.01deg, #f8d665 -6.24%, #ff7a00 100%);
  margin-top: 70px;
  mix-blend-mode: normal;
  overflow: hidden;
}

.footer2 {
  background: linear-gradient(130.15deg, #002f59 25.69%, #000000 128.49%);
  mix-blend-mode: normal;
}

.footerNavItems2 p {
  font-weight: 800;
  font-size: 16.2104px;
  line-height: 120%;
  background: linear-gradient(90.6deg,
      #ff6b00 13.03%,
      #ffa500 99.64%,
      #ff7a00 99.64%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 28px;
}

.footerNavItems2 ul li a {
  font-weight: 600;
  font-size: 14.1841px;
  line-height: 120%;
  color: white;
  text-decoration: none;
}

.footerNavItems2 ul li {
  list-style: none;
  margin-bottom: 14px;
}

.footerNavItems2 ul {
  list-style-position: inside;
  padding-left: 0;
}

.credits {
  color: white;
  text-align: center;
  font-weight: 300;
  font-size: 12px;
  line-height: 200%;
  opacity: 0.5;
  width: 100%;
}

.subscribeField2 p {
  font-weight: 500;
  font-size: 13.1557px;
  line-height: 132%;
  text-align: center;
  text-transform: capitalize;
  color: white;
  opacity: 0.8;
  margin-top: 12px;
}

.subscribeField2 input {
  width: 185px;
  height: 32px;
  background: #ffffff;
  border: 0.657787px solid #494949;
  border-radius: 6.17749px;
  margin-left: 13px;
  padding: 10px;
}

.Nav2 {
  background: rgba(255, 255, 255, 0.75);
  backdrop-filter: blur(20px);
}

.subscribeBox input[type="search"] {
  font-size: 10px;
  color: inherit;
}

.subscribeBox input[type="search"]::placeholder {
  color: #bbb;
}

.subscribeBox button[type="submit"] {
  text-indent: -999px;
  overflow: hidden;
  width: 40px;
  padding: 0;
  margin: 0;
  border: 1px solid transparent;
  border-radius: inherit;
  background: transparent url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='15' viewBox='0 0 14 15' fill='none'%3E%3Cpath d='M9.97959 1.17283L3.68916 3.26336C-0.539291 4.67795 -0.539291 6.9845 3.68916 8.39212L5.55609 9.01231L6.17608 10.8798C7.58324 15.1097 9.896 15.1097 11.3032 10.8798L13.4 4.59433C14.3334 1.77211 12.8009 0.232091 9.97959 1.17283ZM10.2025 4.92184L7.55537 7.58378C7.45088 7.68831 7.31853 7.73709 7.18617 7.73709C7.05381 7.73709 6.92146 7.68831 6.81696 7.58378C6.7198 7.48543 6.66531 7.35273 6.66531 7.21445C6.66531 7.07618 6.7198 6.94348 6.81696 6.84513L9.4641 4.18319C9.66612 3.9811 10.0005 3.9811 10.2025 4.18319C10.4045 4.38527 10.4045 4.71976 10.2025 4.92184Z' fill='url(%23paint0_linear_769_7343)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_769_7343' x1='2.18187' y1='7.47435' x2='13.6932' y2='7.594' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FF8B37'/%3E%3Cstop offset='1' stop-color='%23FFA500'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E") no-repeat center;
  cursor: pointer;
  opacity: 1;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
}

.subscribeBox button[type="submit"]:hover {
  opacity: 0.8;
}

.subscribeBox button[type="submit"]:focus,
.subscribeBox input[type="search"]:focus {
  box-shadow: 0 0 3px 0 #1183d6;
  border-color: #1183d6;
  outline: none;
}

.filter_wrapper {
  /* width: 261px; */
  width: 100% !important;
}

.gap_analysis_employee_select_container {
  width: 32%;
  position: relative;
}

.filter_wrapper_btn,
.filter_options li {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.filter_wrapper_btn {
  background-color: #fff;
  height: 48px;
  padding: 0 20px;
  border-radius: 12px;
  justify-content: space-between;
  width: 200px;
  max-width: 100%;
  color: #1e1e1e;
}

.filter_wrapper_btn span {
  font-family: "Lexend", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
}

.filter_wrapper_btn i {
  transition: transform 0.3s linear;
}

.down_arrow_svg_icon::before {
  font-weight: bold !important;
}

.filter_wrapper.filterActive .filter_wrapper_btn i {
  transform: rotate(-180deg);
}

.filter_wrapper_content {
  border-radius: 4px;
  background-color: #fff;
  display: none;
  border: 1px solid #ccc;
  position: absolute;
  z-index: 99;
  max-width: 200px;
  width: 100%;
}

.filter_wrapper.filterActive .filter_wrapper_content {
  display: block;
}

.filter_wrapper_content .filter_options {
  /* margin-top: 10px; */
  max-height: 250px;
  overflow-y: auto;
}

.filter_wrapper_content .filter_options::-webkit-scrollbar {
  width: 7px;
}

.filter_wrapper_content .filter_options::-webkit-scrollbar-track {
  border-radius: 25px;
  background-color: #f1f1f1;
}

.filter_wrapper_content .filter_options::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 25px;
}

.filter_options li {
  height: 50px;
  border-radius: 4px;
  padding: 0px 13px;
  font-family: "Lexend", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  padding-left: 10px;
}

.filter_options li:hover,
li.selected {
  background-color: #f2f2f2;
}

.filter_wrapper_btn i {
  transition: transform 0.3s linear;
}

.filter_wrapper.filterActive .filter_wrapper_btn i {
  transform: rotate(-180deg);
}

.fixed-chat {
  position: fixed;
  bottom: 10px;
  z-index: 1;
  right: 50px;
  /* background: linear-gradient(90.6deg, #FF8B37 13.03%, #FFA500 99.64%);
    border-radius: 50%; */
  padding: 13px 10px;
  height: 74px;
  width: 74px;
  z-index: 999999;
}

.fixed-chat img {
  position: absolute;
  left: 50%;
  top: 50%;
  max-width: 80px;
  transform: translate(-50%, -50%);
}

.fixed-chat.open {
  background: #494949;
  border-radius: 50% 0 50% 50%;
}

.fixed-chat.open .fixed-chat-btn {
  position: relative;
  top: 5px;
  transform: translateY(-50%);
}

.fixed-chat.open .fixed-chat-btn:after {
  position: absolute;
  content: "";
  background-image: url("../images/icons/close-white.png");
  background-size: auto;
  width: 18px;
  left: 50%;
  top: 50%;
  height: 18px;
  background-repeat: no-repeat;
  transform: translate(-50%, 50%);
}

.fixed-chat.open img {
  display: none;
}

.placeQuote {
  background: #ffffff;
  box-shadow: 0px 0px 30px rgba(95, 159, 255, 0.04),
    0px 14px 24px rgba(74, 147, 255, 0.12);
  border-radius: 20px;
  padding: 28px 28px 40px 28px;
  height: 100%;
  position: relative;
  z-index: 1;
}

.placeQuote .gradientHeader,
.challengeResult .giveQuote h5 {
  font-style: normal;
  font-weight: 900;
  font-size: 24px;
  line-height: 33px;
  margin-bottom: 1rem;
  width: fit-content;
}

.placeQuote .form-control {
  background: #f8f8f8;
}

.placeQuote .threeTag {
  gap: 12px;
  margin-bottom: 2rem;
}

.placeQuote .threeTag div {
  width: 100%;
  max-width: 129px;
  text-align: center;
  background: #f4f4f4;
  opacity: 0.8;
  border-radius: 8px;
  padding: 16px 20px;
}

.placeQuote .threeTag .radio {
  font-size: inherit;
  margin: 0;
  position: absolute;
  right: -5px;
  top: -5px;
  display: none;
}

.shop span {
  background: linear-gradient(90.6deg, #ff8b37, #ffa500);
  padding: 2px 6px;
  border-radius: 10px;
  color: white;
  font-size: 12px;
  margin-left: 10px;
}

@supports (-webkit-appearance: none) or (-moz-appearance: none) {
  .placeQuote .threeTag .radio {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: #fff;
    border: 2px solid gray;
    border-radius: 50%;
    cursor: pointer;
    height: 15px;
    outline: none;
    transition: background 0.2s ease-out, border-color 0.2s ease-out;
    width: 15px;
  }

  .placeQuote .threeTag .radio::after {
    border: 2px solid #fff;
    border-top: 0;
    border-left: 0;
    content: "";
    display: block;
    height: 0.75rem;
    left: 25%;
    position: absolute;
    top: 50%;
    transform: rotate(45deg) translate(-50%, -50%);
    width: 0.375rem;
  }

  .placeQuote .threeTag .radio:checked {
    background: #ff8a00;
    border-color: #ff8a00;
  }

  .placeQuote .threeTag .card {
    padding: 0;
    background: #f4f4f4;
    border-radius: 8px;
  }

  .placeQuote .threeTag .card:hover .radio {
    border-color: #000;
  }

  .placeQuote .threeTag .card:hover .radio:checked {
    border-color: #ff8a00;
  }
}

.placeQuote .threeTag .plan-details {
  border: 2px solid transparent;
  border-radius: 8px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  padding: 20px;
  transition: border-color 0.2s ease-out;
}

.placeQuote .threeTag .card:hover .plan-details {
  border-color: transparent;
}

.placeQuote .threeTag .plan-details:focus-visible {
  outline: 0;
}

.placeQuote .threeTag .card:focus-visible {
  outline: 0;
}

.placeQuote .threeTag .radio:checked~.plan-details {
  border-color: #ff8a00;
}

.placeQuote .threeTag .radio:focus~.plan-details {
  box-shadow: 0 0 0 2px #000;
}

.placeQuote .threeTag .radio:disabled~.plan-details {
  color: #000;
  cursor: default;
}

.placeQuote .threeTag .radio:disabled~.plan-details .plan-type {
  color: #000;
}

.placeQuote .threeTag .card:hover .radio:disabled~.plan-details {
  border-color: gray;
  box-shadow: none;
}

.placeQuote .threeTag .card:hover .radio:disabled {
  border-color: gray;
}

.placeQuote .threeTag h6 {
  background: var(--linearGradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-weight: 900;
  font-size: 16px;
  opacity: 0.8;
  line-height: 22px;
}

.placeQuote .threeTag span {
  font-weight: 800;
  font-size: 10px;
  line-height: 14px;
  text-align: center;
  color: #7a7a7a;
}

.videoWrap .video-player {
  width: 100%;
  height: 350px;
  object-fit: contain;
  position: relative;
}

.videoWrap .video {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 12px;
}

.videoWrap .player-controls {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  right: 0;
  height: 100%;
  margin: auto;
  transform: translate(44%, 44%);
}

.videoWrap .player-controls .play-button {
  display: flex;
  align-items: center;
  padding: 0;
}

.videoWrap .player-controls .play-button:focus {
  box-shadow: none;
}

.videoWrap .player-controls .play-button.pause img.play_img {
  opacity: 0;
  display: none;
}

.videoWrap .player-controls .play-button.pause img.pause_img {
  opacity: 1;
  display: block;
}

.videoWrap .player-controls .pause_img {
  opacity: 0;
  display: none;
}

.challengeResult .giveQuote {
  background: #ffffff;
  mix-blend-mode: normal;
  text-align: center;
  /* box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.1); */
  box-shadow: 0px 0px 30px rgba(95, 159, 255, 0.04),
    0px 14px 24px rgba(74, 147, 255, 0.12);
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 25px 0;
  margin-top: 80px;
}

.challengeResult .giveQuote .imgWrap {
  margin-bottom: 28px;
}

.challengeResult .giveQuote .imgWrap img {
  max-width: 107px;
}

.challengeResult .giveQuote h5 {
  width: 100%;
}

.challengeResult .giveQuote p {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  text-align: center;
  color: #2b2a29;
}

.challengeResult .giveQuote p span {
  background: var(--linearGradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: block;
  background-clip: text;
  text-fill-color: transparent;
  font-weight: 900;
  font-size: 14px;
  line-height: 22px;
}

.challengeResult .giveQuote button {
  max-width: 105px;
  margin: auto;
  margin-top: 32px;
}

.formSection {
  padding: 45px 0;
}

.back_btn {
  display: inline-block;
}

.back_btn a {
  font-family: "Lexend", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 150%;
  /* identical to box height, or 21px */
  letter-spacing: -0.011em;
  color: #000000;
  text-decoration: none;
}

.back_btn img {
  position: relative;
  left: 0;
  top: -1px;
  transition: left 0.4s ease-out;
}

.back_btn:hover img {
  left: -6px;
}

.topShortDesc {
  width: 100%;
  gap: 60px;
  padding-top: 40px;
  padding-bottom: 60px;
}

.topShortDesc .headingTxt {
  font-weight: 800;
  font-size: 36px;
  line-height: 54px;
  margin: 0;
  letter-spacing: -0.011em;
  color: #2b2a29;
}

.form_wrapper {
  background: #ffffff;
  padding: 60px;
  border-radius: 40px;
  border: 2px solid;
  border-color: #ffba76;
}

.form_wrapper .form-control {
  border-bottom: 1px solid #000000;
  border-radius: 0;
  height: 42px;
  padding: 0;
}

.form_wrapper .form-control:focus {
  box-shadow: none;
}

.form_wrapper input[type="file"] {
  z-index: -1;
  position: absolute;
  opacity: 0;
}

.form_wrapper .form-col {
  margin-top: 48px;
}

.form_wrapper .plus-box {
  display: flex;
  margin-top: 20px;
  margin-bottom: 35px;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  padding: 28px;
  background: #f6f6f6;
  box-shadow: 0px 4px 5px -2px rgba(0, 0, 0, 0.08);
  border-radius: 20px;
  max-width: 80px;
}

.form_wrapper button {
  margin-top: 60px;
}

.bi-plus-lg {
  font-size: 16px;
}

.bi-plus-lg::before {
  font-weight: 800 !important;
}

.form_wrapper label {
  font-family: "Lexend", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  margin: 0;
  line-height: 15px;
  color: #000000;
}

/* select2 */
.filter,
.sortWrap {
  min-width: 200px;
  position: relative;
}

.select2-container {
  height: 100%;
  max-height: 48px;
  width: 100% !important;
}

.select2-container--default .select2-selection--single {
  height: 100%;
  border: 0.5px solid #ff8b37;
  border-radius: 12px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  height: 100%;
  padding: 10px 16px;
  padding-left: 30px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 100%;
}

.filter .filter_icon,
.sortWrap .sort_icon {
  position: absolute;
  left: 10px;
  top: 12px;
  z-index: 1;
}

.select2-dropdown.filterSelectDrop {
  border: none;
  box-shadow: 0px 1px 8px rgba(196, 177, 160, 0.42);
}

.select2-container .filterSelectDrop .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #ff8b37;
}

.card {
  background: #ffffff;
  box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.12);
  border-radius: 20px;
  padding: 23px;
  width: 100%;
  max-width: 388px;
  height: 100%;
  border: none;
}

.card h3 {
  font-style: normal;
  font-weight: 900;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  background: linear-gradient(130.15deg, #002f59 25.69%, #000000 128.49%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  margin-bottom: 10px;
}

.card p {
  font-style: normal;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 22px;
  text-align: center;
  color: #2b2a29;
}

.card .card_img {
  position: absolute;
  left: 50%;
  top: 5px;
  transform: translate(-50%, -50%);
}

.card .card_img img {
  width: 90px;
  object-fit: contain;
  height: 60px;
}

.card .card_desc {
  padding-top: 40px;
}

/* Faq */
.FAQContainer {
  padding: 0px 230px;
  z-index: 99;
}

.FAQContainer .accordion-collapse.show {
  transition: height 0.1s ease !important;
}

.faqAcord {
  background-color: transparent !important;
  box-shadow: none !important;
  font-weight: 600;
  font-size: 24px;
  line-height: 36px;
  color: rgba(0, 0, 0, 0.8);
  border-radius: 0px !important;
}

.faqAcord:not(.collapsed) {
  color: rgba(0, 0, 0, 0.8) !important;
}

.FaqContent p {
  font-weight: 500;
  font-size: 22px;
  line-height: 30px;
  color: rgba(0, 0, 0, 0.6);
}

.FaqCard {
  border-bottom: 0.4px solid rgba(0, 0, 0, 0.4);
}

.accordion-item {
  border-radius: 0px !important;
}

.faqSection {
  position: relative;
  overflow: hidden;
}

.faqpurpleCircleRight {
  position: absolute;
  top: 0;
  right: 0;
  width: 30%;
  height: 30%;
  border-radius: 50%;
  background: linear-gradient(140.81deg,
      #ff5d5d 8%,
      #c04cad 54.79%,
      #1857d1 101.59%);
  will-change: transform, opacity;
  opacity: 0.45;
  filter: blur(149px);
  pointer-events: none;
}

.faqGreenCircleLeft {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50%;
  height: 50%;
  border-radius: 50%;
  will-change: transform, opacity;
  background: linear-gradient(139.26deg,
      rgba(147, 225, 111, 0.8) -10.77%,
      rgba(34, 162, 108, 0.8) 99.35%);
  opacity: 0.4;
  filter: blur(300px);
  z-index: 10;
  pointer-events: none;
}

.faqOrangeCircleCenter {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  height: 80%;
  border-radius: 50%;
  will-change: transform, opacity;
  background: linear-gradient(180deg,
      rgba(255, 192, 130, 0.22) 0%,
      rgba(249, 236, 193, 0.22) 100%);
  opacity: 0.6;
  filter: blur(144px);
  pointer-events: none;
}

.faqHeading p {
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  text-transform: capitalize;
  background: linear-gradient(130.15deg, #002f59 25.69%, #000000 128.49%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.faqHeading h2 {
  font-weight: 800;
  font-size: 40px;
  line-height: 150%;
  background: linear-gradient(0deg, #44ecf7 -1.47%, #1667e1 93.13%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-top: 16px;
  margin-bottom: 100px;
}

.faqfloatingImg1 {
  position: absolute;
  top: 20%;
  left: 0;
}

.faqFloatingImg2 {
  position: absolute;
  bottom: 10%;
  right: 0;
}

.relativeOr {
  position: initial !important;
}

/* chatbox */
.action-button-content {
  display: none;
  background-color: white;
  width: 0px;
  height: 0px;
  position: absolute;
  z-index: 15;
  bottom: 2em;
  right: 2em;
  transform-origin: bottom center;
  transition: box-shadow 50ms ease-out, border-radius 50ms ease-out 25ms,
    width 90ms ease-in;
}

.action-button-content .action-header {
  background: #ef821f;
  padding: 10px 20px;
  align-items: center;
  border-radius: 20px 20px 0px 0px;
  color: #fff;
  display: flex;
  justify-content: space-between;
}

.action-button-content .action-header img {
  max-width: 75px;
}

.action-button-content .action-header span {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 8px;
  line-height: 172%;
  opacity: 0.7;
}

.action-button-content .action-header h3 {
  font-family: "Ubuntu", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 1rem;
  line-height: 132%;
  margin: 0;
}

.action-button-content-inner {
  opacity: 0;
  transition: opacity 30ms ease-out;
  padding: 24px 16px;
}

.action-button-content-inner .chatbox .chat {
  display: flex;
  gap: 8px;
  margin-bottom: 20px;
}

.action-button-content-inner .chatbox .img-wrap {
  background: #ffffff;
  border-radius: 49px;
  filter: drop-shadow(0px 1px 8px rgba(0, 0, 0, 0.12));
  width: 32px;
  height: 32px;
  flex-shrink: 0;
}

.action-button-content-inner .chatbox img {
  object-fit: contain;
  max-width: 100%;
  max-height: 100%;
}

.action-button-content-inner .chatbox .msg {
  background: #d9d9d9;
  border-radius: 12px;
  width: 100%;
  padding: 10px;
  position: relative;
  justify-content: space-between;
  column-gap: 20px;
  align-items: baseline;
}

.action-button-content-inner .chatbox .msg p {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 10px;
  line-height: 172%;
  color: #2b2a29;
}

.action-button-content-inner .chatbox .msg a {
  min-width: 80px;
  text-align: center;
  background: #1e1e1e;
  border-radius: 4px;
  color: #fff;
  text-decoration: none;
  padding: 7px;
  font-family: "Lexend", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 10px;
  line-height: 12px;
  color: #ffffff;
  cursor: pointer;
  pointer-events: auto;
}

.action-button-content-inner .btnWrap {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.action-button-content-inner .btn {
  font-family: "Poppins", sans-serif;
  display: block;
  font-style: normal;
  font-weight: 500;
  font-size: 10px;
  line-height: 17px;
  padding: 10px 14px;
  text-align: center;
  color: #494949;
  border: 0.5px solid rgb(0 0 0 / 50%);
  border-radius: 12px;
  transition: color 50ms linear, background 50ms linear;
  text-decoration: none;
}

.action-button-content-inner .btn:hover {
  color: white;
  background: #ef821f;
}

.actionsBoxOpen .action-button-content {
  display: block;
  position: fixed;
  pointer-events: none;
  width: 302px;
  height: auto;
  cursor: default;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.4);
  border-radius: 20px;
  bottom: 6em;
  right: 3em;
  z-index: 99999;
  transform-origin: bottom center;
  transition: box-shadow 50ms ease-in 100ms, border-radius 50ms ease-in 100ms,
    width 150ms ease-in;
}

.actionsBoxOpen .action-button-content-inner {
  opacity: 1;
  transition: opacity 100ms ease-out 200ms;
}

.actionsBoxOpen .action-button-content-inner .btn {
  pointer-events: auto;
}

.footerMob {
  display: none !important;
}

.mobileScrollingDiv {
  display: none;
  position: relative;
}

.mobileScrollingDiv::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100px;
  /* Or the height of the gradient you need */
  width: 100%;
  background: linear-gradient(183deg,
      rgba(255, 255, 255, 0),
      rgba(255, 255, 255, 0.9));
}

.reviewNum {
  position: relative;
}

.reviewNum:after {
  position: absolute;
  content: "+";
  /* right: 0; */
  left: 60px;
  top: 0px;
  width: 20px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  height: 20px;
  /* background-image: url("../images/plusNew.svg"); */
  right: 7px;
}

.activityDetailIcons {
  width: 80px;
  height: 60px;
  object-fit: contain;
}

.rupeeIcon {
  padding: 7px;
}

.activityHeaderCustom h1 span {
  font-size: 44px !important;
}

/* Footer new */
.footer-main-grid {
  display: grid;
  width: 100%;
  grid-auto-columns: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: auto;
}

.footer-column {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  grid-column-gap: 12px;
  grid-row-gap: 1rem;
}

.footer-divider {
  display: none;
}

.footer-column-subscribe {
  flex: 1;
}

.featuredBlogFull img {
  height: 470px !important;
  max-height: auto;
}

.subboxImg {
  height: 220px !important;
}

.thumbnailHeight {
  max-height: 400px !important;
}

.activitySearch {
  font-size: 14px;
  padding: 0px 20px 0px 40px !important;
}

.container.container_bg {
  /* background-image: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.04) 0%,
    rgba(255, 255, 255, 0.13) 100%
  );*/
  backdrop-filter: blur(21.5px);
  z-index: 99;
}

/* Fotter New ends */

div#activity__description img {
  width: 100%;
}

/* pricing and discount */

.pricingDiscount_container {
  padding-top: 40px;
  padding-bottom: 40px;
}

.pricingDiscount_inner {
  display: flex;
  align-items: center;
  gap: 20px;
  /* background-color: white; */
  background: linear-gradient(119deg,
      rgba(250, 226, 102, 0.4) 22.95%,
      rgba(255, 208, 86, 0.84) 111.48%);
  border-radius: 32px;
  padding: 40px;
}

.pricingDiscount_inner_left {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.pricingDiscount_inner_right {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pricingDiscount_inner_right img:first-child {
  max-width: 300px;
  object-fit: contain;
}

.pricingDiscount_inner_right img:last-child {
  position: absolute;
  top: -60px;
  right: -60px;
  object-fit: contain;
  width: 100px;
}

.pricingDiscount_inner_left a {
  width: max-content;
}

.pricingDiscount_inner_left .p_d_g_sub_up_title {
  font-family: Nunito Sans;
  font-weight: 700;
  font-size: 20px;
  line-height: 21.12px;
  letter-spacing: 0%;
  color: #1e1e1e;
  margin-bottom: -20px;
}

.pricingDiscount_inner_left h2 {
  margin-top: 20px;
}

.custom-col {
  flex: 0 0 20%;
  /* 100% / 5 columns */
  max-width: 20%;
}

.devil-float-image {
  position: absolute;
  left: 8%;
  bottom: -40px;
  max-width: 100px;
  object-fit: contain;
}

/* lock  */
.imageWrapper {
  position: relative;
  width: 100%;
  height: auto;
}

.activityCoverImg {
  width: 100%;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
  transition: filter 0.3s ease;
}

.activityCoverImg.blurred {
  filter: blur(2px);
}

.lockOverlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background: rgba(255, 255, 255, 0.4); */
  z-index: 2;
}

.lockIcon {
  width: 80px !important;
  height: 80px;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
}

.modal-content-custom {
  background: #fffbea;
  padding: 30px;
  border-radius: 12px;
  max-width: 500px;
  text-align: center;
  position: relative;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.modal-content-custom h2 {
  margin-bottom: 10px;
  font-weight: 900;
}

.contact-us-btn {
  background: #333;
  color: white;
  padding: 10px 20px;
  border-radius: 8px;
  border: none;
  cursor: pointer;
  margin-top: 20px;
}

.close-btn {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 22px;
  cursor: pointer;
}

/* lock  */

@media (max-width: 1330px) {
  .WhyUsBoxImages img {
    max-width: 90px;
  }
}

@media (min-width: 576px) {
  .container {
    /* max-width: 780px; */
    max-width: 100%;
  }

  .swiper-button-next-absolute {
    right: 0px;
  }

  .swiper-button-prev-absolute {
    left: 0px;
  }

  /* .navlinks .logo a img{
  max-width: 75px;
} */
}

@media (min-width: 778px) {
  .container {
    /* max-width: 850px; */
    max-width: 100%;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 1120px;
  }

  .desk-hide {
    display: none;
  }
}

@media (min-width: 1200px) {
  .container {
    /* max-width: 1290px; */
    max-width: 1330px;
  }

  .CareerExperienceSection .swiper-slide:hover,
  .eventSection .swiper-slide:hover {
    flex-basis: 45%;
  }
}

@media (min-width: 1400px) {
  .container {
    max-width: 1535px;
  }
}

@media (max-width: 1450px) {
  .trendingContainer .trendingThingTag img {
    max-width: 22px;
  }

  .trendingContainer .topTags {
    gap: 5px;
  }

  .MainHeading h1 {
    font-size: 40px;
  }

  .gradientHeader {
    font-size: 52px;
  }

  .trendingContainer h3 {
    width: 100%;
  }

  .mobileScrollingDiv .iconDiv-mobile.icon-OrangeDiv img,
  .mobileScrollingDiv .iconDiv-mobile.icon-greenDiv img {
    max-width: 50px;
  }

  .WhyUsSection .flex-item {
    /* 34.33% - 20px */
    flex-basis: calc(34.33% - 1px);
    /* Set the desired width for each item with appropriate spacing */
  }

  .WhyUsSection .flex-item.imgBox {
    /* max-width: 381px; */
    flex-basis: calc(28% - 20px);
  }

  .WhyUsSection .flex-item.centerBox {
    flex-basis: calc(44% - 20px);
  }

  .virtual-package-right-inner-card {
    width: 250px !important;
  }
}

/* @media (max-width: 1049.9px){
  .mob-hide{
    display: none;
  }
} */
@media (max-width: 1260px) {
  .custom-col {
    flex: 0 0 25%;
    /* 25% / 5 columns */
    max-width: 25%;
  }

  .WhyUsSection .flex-item {
    flex-basis: calc(32.33% - 1px);
  }

  .WhyUsSection .flex-item.centerBox {
    flex-basis: calc(42% - 20px);
  }

  .MainHeading h1 {
    font-size: 36px;
  }

  .gradientHeader {
    font-size: 42px;
  }

  .virtual-package-right-inner-card {
    /* width: 230px !important; */
    width: auto !important;
    flex-basis: 132px !important;
    flex-grow: 1;
  }

  .virtual-package-right-inner-card img {
    width: 50px !important;
    height: 50px !important;
  }

  .virtual-package-right-inner-card div h3 {
    font-size: 16px !important;
  }

  .plan_offsite_outer {
    flex-direction: column;
  }

  .plan_offsite_features {
    flex-wrap: wrap !important;
  }

  .location_activties_top_outer {
    flex-direction: column !important;
  }

  .location_activties_top_outer_left,
  .location_activties_top_outer_right {
    width: 100% !important;
  }
}

@media (max-width: 1199px) {
  .footer-main-grid {
    grid-auto-columns: 2fr;
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-columns: repeat(2, 1fr);
  }

  .footer-main-grid .box2 {
    order: 4;
  }

  .footer-main-grid .box3 {
    order: 3;
  }

  .celebrations {
    padding: 50px 0;
  }

  .celebrations .headingWrap h3 {
    padding-top: 50px !important;
  }

  .contactInfo2 p,
  .contactInfo p,
  .rightsCol p {
    font-size: 12px;
  }

  .trendingThingTag {
    padding: 4px;
  }

  .trendingTags {
    flex-wrap: wrap;
    gap: 4px;
  }

  .trendingTags p {
    margin: 0 0 5px 0;
    padding: 5px;
    line-height: 15px;
  }

  .breadcrumb_wrap .breadcrumb li {
    font-size: 14px;
  }

  .careerHeroContent h1 {
    font-size: 36px;
    line-height: 100%;
  }

  .FAQContainer {
    padding: 0 30px;
  }

  .faqfloatingImg1 {
    position: absolute;
    top: 5%;
    right: 0px;
    left: auto;
  }

  .faqAcord {
    font-size: 20px;
    line-height: 26px;
  }

  .FaqContent p {
    font-size: 16px;
    line-height: 20px;
  }

  .faqfloatingImg1 img {
    max-width: 140px;
  }

  .faqFloatingImg2 img {
    max-width: 120px;
  }

  .weOfferHeaderPara {
    max-width: 85%;
  }

  .package-container {
    flex-direction: column !important;
  }

  .virtual-package-right-inner {
    justify-content: flex-start !important;
  }

  .location_left_banner_icon,
  .location_right_banner_icon {
    display: none;
  }
}

@media (max-width: 991.9px) {
  .custom-col {
    flex: 0 0 33.3%;
    /* 33.3% / 5 columns */
    max-width: 33.3%;
  }

  .footer-column-subscribe {
    padding-bottom: 30px;
  }

  .footer-main-grid {
    grid-auto-columns: 2fr;
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-columns: repeat(2, 1fr);
  }

  .footer-Container {
    flex-direction: column-reverse;
  }

  .swiper-custom-button {
    /* display: none; */
  }

  .activities .headingWrap p,
  .virtualActivities .headingWrap p {
    max-width: 100%;
    text-align: center;
  }

  .activities .headingWrap h3,
  .virtualActivities .headingWrap h3 {
    text-align: center;
  }

  .celebrations .mobScrollingDiv {
    display: flex;
  }

  .celebrations .scrollingDiv.oppositeDirection {
    transform: rotate(0deg);
  }

  .celebrations .scrollingDiv {
    transform: rotate(0deg);
  }

  .CareerExperienceSection .swiper-slide,
  .eventSection .swiper-slide {
    flex-basis: 50%;
  }

  .celebrations .scrollingDiv.oppositeDirection {
    left: 1px;
    transform: rotate(1deg);
  }

  .celebrations .scrollingDiv {
    right: 35px;
  }

  .celebrations .scrollingDiv .box {
    width: 115px;
    height: 170px;
  }

  .faqFloatingImg2 {
    display: none;
  }

  .header2 .container {
    padding: 18px 20px;
  }

  .navlinks a {
    margin-left: 25px;
  }

  .WhyUsSection .flex-item {
    flex-basis: calc(50% - 20px);
    /* Set the desired width for each item with appropriate spacing */
  }

  .WhyUsSection .flex-item.imgBox {
    /* max-width: 381px; */
    flex-basis: calc(50% - 20px);
  }

  .WhyUsSection .flex-item.centerBox {
    flex-basis: calc(50% - 20px);
  }

  .testinomial-holder1 {
    overflow: hidden;
  }

  .testinomial-container {
    overflow: hidden;
    margin-top: 30px;
  }

  .ClientsOpinions {
    margin-top: 0;
  }

  .reviewImg {
    display: none;
  }

  .reviewPara {
    margin-bottom: 30px;
    font-size: 14px;
  }

  .SectionSpacing {
    margin-top: 80px;
  }

  .weOfferCard1Paragraph {
    width: 14px;
  }

  .weofferboxContent {
    width: 60%;
  }

  .inpersonheaderbtn {
    margin-top: 80px !important;
  }

  .innerHeading1 h1.virtualHead span {
    font-size: 32px !important;
  }
}

@media (max-width: 821px) {
  .gradientHeader {
    font-size: 50px;
  }

  .MainHeading h1 {
    font-size: 40px;
  }

  .clientsContainer {
    padding: 40px 15px;
  }

  .weofferboxContent {
    width: 100%;
  }

  .WeOfferImg {
    width: 200px !important;
  }

  .weOfferBox {
    height: 320px;
  }

  .weOfferBox:hover .WeOfferImg,
  .weOfferBox:focus .WeOfferImg {
    width: 222px !important;
  }

  .TalkwithExpertsInfo h2 {
    font-size: 24px;
    line-height: 130%;
    margin-top: 10px;
  }

  .TalkwithExpertsInfo,
  .TalkwithExpertsInputs {
    padding: 25px;
    padding-top: 35px;
  }

  .TalkwithExpertsImg2 {
    left: 30%;
  }

  .TalkwithExpertsInputs .Phone,
  .TalkwithExpertsInputs .Email {
    width: 100%;
  }

  .TalkwithExpertsInputs .Email {
    margin-top: 0px;
  }

  .WhyUsBoxImages img {
    width: 66%;
  }

  .WhyUsBox {
    padding: 28px 18px;
  }

  .mobilebreak {
    flex-direction: column;
  }

  .HeaderText {
    font-size: 30px;
  }

  .contactUsSection .container {
    padding: 30px;
  }

  .unbounceDiv {
    height: auto;
  }

  .subscribeField p {
    font-size: 15px;
  }

  .footerLogo {
    width: 170px;
  }

  .footer-main-grid {
    margin-top: 25px;
  }

  .e_e_session_inner {
    flex-direction: column !important;
  }

  .e_e_session_inner_left,
  .e_e_session_inner_right {
    width: 100% !important;
  }
}

@media (max-width: 767px) {
  .custom-col {
    flex: 0 0 50%;
    /* 50% / 5 columns */
    max-width: 50%;
  }

  .reviewPara {
    line-height: 150%;
  }

  .reviewsGradient .no-grad {
    font-size: 26px;
    line-height: 100%;
    top: -3px;
  }

  .footer-column-subscribe {
    padding-bottom: 0px;
  }

  .footer-main-grid {
    display: flex;
    flex-direction: column;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .footer-Container {
    flex-wrap: wrap-reverse;
    flex-direction: column-reverse;
  }

  .footer-column {
    align-items: center;
  }

  .activityHeaderCustom h1 span {
    font-size: 24px !important;
  }

  .activityHeaderCustom .innerHeading1 p {
    margin-top: 32px;
  }

  .programCards {
    padding-top: 30px;
  }

  .viewWrap .headingWrap h3 {
    margin-bottom: 20px;
    font-size: 24px !important;
  }

  .whyBanner .bannerslide img {
    padding-bottom: 15px;
  }

  specialDaysHeading {
    padding-bottom: 20px;
  }

  .custom-select-activity {
    width: 100%;
  }

  .select-selected-activity {
    width: 100% !important;
  }

  .celebrations .mobScrollingDiv {
    padding-bottom: 30px;
  }

  .contactSpace {
    margin-top: 52px;
  }

  .techSolutions {
    padding-bottom: 0;
  }

  .headerBtns {
    margin-top: 2vh;
    margin-bottom: 2vh;
  }

  .reviewNum:after {
    height: 14px;
    width: 14px;
    top: 1px;
    right: 11px;
  }

  .reviewPara {
    width: 100%;
    margin-bottom: 20px;
  }

  .testinomial-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .trendingContainer h3 {
    font-size: 18px;
  }

  .TrendingSection .swiper-button-prev {
    right: 43px;
  }

  .swiper-button-next:after,
  .swiper-button-prev:after {
    font-size: 12px;
  }

  .celebrations {
    padding: 50px 0;
  }

  /* .celebrations .scrollingDiv {
    overflow: visible !important;
    transform: rotate(20deg);
} */
  .techSolutions .imgContainer div:nth-child(2) {
    bottom: 34px;
    position: relative;
  }

  /* .celebrations .scrollingDiv.oppositeDirection {
  transform: rotate(20deg);
  overflow: visible !important;
} */
  .SecondaryBtn,
  .PrimaryBtn,
  .WhiteBtn {
    font-size: 13px;
    padding: 15px 26px !important;
  }

  .why-three-secion p {
    max-width: 100% !important;
    text-align: center;
  }

  .why-three-secion h2 {
    text-align: center;
    font-size: 24px !important;
  }

  .techSolBtn {
    display: flex;
    justify-content: center;
  }

  .scrollable_container .scroll_cards:nth-child(1) .desc-container h3 {
    max-width: 100% !important;
    font-size: 24px;
  }

  .scrollable_container .desc-container p {
    font-size: 16px !important;
  }

  .scrollable_container .desc-container h3 {
    font-size: 24px !important;
    max-width: 100% !important;
  }

  .scrollable_container .bottomSection .imgcontainer img {
    display: none !important;
  }

  .navlinks .logo a img {
    max-width: 80px;
  }

  .footerLogo {
    max-width: 145px;
  }

  .footerNavItems p {
    margin-bottom: 20px;
    margin-top: 25px;
  }

  .footerNavItems ul li {
    margin-bottom: 10px;
  }

  .footerContact div p {
    color: #000;
    font-size: 10px;
    font-family: Lexend;
    font-style: normal;
    font-weight: 300;
    line-height: 200%;
    opacity: 0.6;
  }

  .fixed-chat img {
    max-width: 60px;
  }

  .fixed-chat {
    height: 60px;
    width: 60px;
    right: 8px;
  }

  .actionsBoxOpen .action-button-content {
    right: 0.5em;
  }

  .fixed-chat.open .fixed-chat-btn {
    top: 0;
  }

  .header2 .container {
    padding: 16px 20px !important;
  }

  .header2 {
    height: 90px;
  }

  .testinomial-holder1 {
    width: 100%;
  }

  .videoWrap .video-player {
    width: 100%;
  }

  .container-custom {
    flex-direction: column;
  }

  .container.breadcrumb_wrap {
    display: none;
  }

  .FAQContainer {
    padding: 0;
  }

  .faqSection {
    padding-bottom: 0px;
    padding-top: 30px;
  }

  .faqFloatingImg2 {
    position: absolute;
    bottom: -1%;
    left: 0;
  }

  .faqFloatingImg2 img {
    max-width: 120px;
  }

  .faqHeading h2 {
    font-size: 25px;
    margin-bottom: 30px;
  }

  .faqAcord {
    font-size: 16px;
    line-height: 20px;
    padding: 15px 0;
  }

  .accordion-body {
    padding: 16px 0;
  }

  .FaqContent p {
    font-size: 14px;
    line-height: 20px;
  }

  .faqfloatingImg1 {
    position: absolute;
    top: 0%;
    left: auto;
    /* max-width: 100px; */
    right: 0;
  }

  .faqfloatingImg1 img {
    max-width: 120px;
  }

  .footerNavItems {
    text-align: center;
  }

  .footerContact {
    margin-top: 30px;
    justify-content: center !important;
  }

  .fromtheTeamImg {
    height: 210px;
  }

  .other_apps .img-container .element img,
  .other_apps .img-container .element1 img {
    display: none;
  }

  .subscribeBox {
    margin-bottom: 25px;
  }

  .WhyUsSection .flex-item {
    flex-basis: 100%;
    /* Set the desired width for each item with appropriate spacing */
    height: 230px;
  }

  .WhyUsSection .flex-item.imgBox {
    /* max-width: 381px; */
    flex-basis: 100%;
  }

  .WhyUsSection .flex-item.centerBox {
    flex-basis: 100%;
  }

  .container {
    padding: 0px 20px !important;
  }

  .MainHeading {
    margin-top: 100px;
  }

  .MainHeading h1 {
    font-size: 28px !important;
    line-height: 40px !important;
    text-align: center;
  }

  .gradientHeader {
    font-size: 28px !important;
    line-height: 33px !important;
    text-align: center;
  }

  .MainHeading p {
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    width: 100%;
  }

  .scrollingDiv {
    width: 100%;
    position: relative;
    overflow: hidden;
    z-index: -1;
    transform: rotate(3deg) scale(1.1);
  }

  .augmentedReality {
    padding: 30px 0px;
  }

  .headerBtns {
    margin-top: 30px;
  }

  .weOfferBox {
    padding: 18px 10px;
    max-width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row-reverse;
    gap: 10px;
  }

  .WeOfferImg {
    position: relative;
    width: 139px !important;
    left: 0;
    transform: translateX(0);
    width: 30%;
  }

  .weOfferBox h3 {
    text-align: left;
    font-size: 24px;
  }

  .weOfferBox p {
    text-align: left;
  }

  .weOfferBox:hover .WeOfferImg,
  .weOfferBox:focus .WeOfferImg {
    width: 40% !important;
  }

  .weOfferBox:hover .WeOfferImg,
  .weOfferBox:focus .WeOfferImg {
    width: 40% !important;
  }

  .WhyUsSection h2 {
    margin-bottom: 20px;
  }

  .three-d-activities {
    padding-top: 110px;
  }

  .three-d-activities p,
  .other_apps p {
    margin-bottom: 50px;
  }

  .other_apps,
  .augmentedReality,
  .three-d-activities {
    padding-top: 0px;
  }

  /* .scrollImage{
  height: 200px;
} */

  .clientsContainer div img {
    width: 50px !important;
  }

  .clientsContainer {
    padding: 20px 26px;
  }

  .mobileRepo {
    display: none;
  }

  .testinomial-container .mobileRepo {
    display: block !important;
  }

  .reviewsContainer .reviewImg {
    display: none;
  }

  .weOfferSectionPara {
    font-size: 12px;
    line-height: 132%;
  }

  .weOfferHeader h2 {
    font-size: 24px;
    line-height: 120%;
  }

  .weOfferHeaderPara {
    max-width: 100%;
    font-size: 14px;
    line-height: 22px;
  }

  .gap-2.trendingThingTag {
    padding: 4px;
    gap: 5px !important;
    margin-right: 0px;
  }

  .trendingContainer .trendingThingTag img {
    max-width: 20px;
  }

  .TalkwithExperts {
    flex-direction: column;
  }

  .TalkwithExpertsInfo {
    padding: 40px 20px;
    width: 100%;
  }

  .TalkwithExpertsInfo h2 {
    margin-bottom: 0px;
    font-size: 20px;
    line-height: 27px;
  }

  .TalkwithExpertsInputs {
    width: 100%;
    padding: 0px 20px 40px 20px;
  }

  .TalkwithExpertsInfo p {
    font-size: 10px;
    line-height: 14px;
  }

  .TalkwithExpertsImg2 {
    right: 0;
    left: auto;
  }

  /* .TalkwithExpertsInputs button {
    transform: translateX(100%);
  } */

  .WhyUsBox.Length1 {
    width: 100%;
  }

  .WhyUsBox.Length2.bgOne {
    width: 100%;
  }

  .WhyUsBox.Length3.bgTwo {
    width: 100%;
  }

  .WhyUsBox.Length4 {
    width: 100%;
  }

  .reviewsContainer {
    padding: 20px;
    margin: 0px;
    height: 900px;
  }

  .ClientsOpinions {
    margin-top: 0px;
    padding: 13px 0;
  }

  /* .testinomial-holder1{
  overflow: hidden;
}

.testinomial-container{
  overflow: hidden;
  margin-top: 20px;
} */

  .reviewImg {
    left: 20%;
    width: 150px;
  }

  .innerHeading h1 {
    font-size: 28px;
    line-height: 120%;
    padding-top: 100px;
  }

  .innerHeading p {
    font-size: 14px;
    line-height: 180%;
    padding-bottom: 50px;
  }

  .clientsContainer {
    top: 0;
    margin: 50px 0px;
  }

  .TrendingHeading h2 {
    font-size: 24px;
    line-height: 120%;
    width: 100%;
  }

  .TrendingHeading {
    margin-top: 25px;
    margin-bottom: 15px;
  }

  .WhyUsSection h2 {
    font-size: 24px;
    line-height: 120%;
  }

  .HeaderText {
    font-size: 24px;
    line-height: 120%;
  }

  .footerMob {
    display: flex !important;
  }

  .footerMob img {
    width: 100%;
    /* margin-top: 50px; */
  }

  .unbounceDiv {
    height: auto;
  }

  .footerrow {
    flex-direction: column-reverse;
  }

  .subscribeField p {}

  .celebrations .scrollingDiv.oppositeDirection {
    height: 300px;
    overflow: hidden;
  }

  .celebrations .scrollingDiv {
    height: 300px;
    overflow: hidden;
  }

  .headerBtns {
    justify-content: center;
  }

  .WhyUsBoxImages img {
    transform: scale(1);
  }

  .WhyUsBox:hover .WhyUsBoxImages img {
    transform: scale(1);
  }

  .WhyUsBox {
    padding: 10px;
  }

  .reviewsGradient span {
    font-size: 32px;
  }

  .reviewsGradient {
    font-size: 24px;
  }

  .ReviewHeader img {
    left: 18%;
    top: -4px;
  }

  .careerHeroContent img {
    width: 100%;
  }

  .CareerExperienceSection .swiper-slide .eventSection .swiper-slide {
    flex-basis: 100%;
  }

  .fromtheTeamImg {
    width: 100%;
  }

  .PBContainer {
    padding: 10px;
  }

  .jobsAccordion {
    padding: 10px;
  }

  .searchbar {
    width: 100%;
  }

  .searchbar input {
    width: 50%;
  }

  .searchbar-container {
    width: 100%;
  }

  .searchbar {
    width: 100%;
  }

  .searchbar input {
    width: 90%;
  }

  .jobaccordionInfo {
    width: 100%;
  }

  .careerAccordionBtn {
    gap: 10px;
  }

  .jobbody {
    padding: 10px;
    padding-bottom: 26px;
  }

  .careerHeroContent h1 {
    margin-top: 50px;
  }

  .CareerExperienceContent h2 {
    font-size: 24px;
  }

  .footer-column-title {
    margin-top: 20px;
    margin-bottom: 0px;
  }

  .weOfferHeader {
    margin-bottom: 30px;
  }

  .mobilebreak {
    flex-wrap: wrap;
  }

  .TalkwithExpertsInputs .Phone {
    width: 100%;
    padding: 16px 18px;
  }

  .TalkwithExpertsInputs .Email {
    width: 100%;
    margin-top: 0px;
  }

  .mobilecenterbtn {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .swiper {
    padding-bottom: 50px;
  }

  .WhyUsBox h3 {
    line-height: 125%;
  }

  .jobaccordionTitle h4 {
    font-size: 24px;
  }

  .careerHeroContent h1 {
    font-size: 32px;
  }

  .CareerExperienceSection .swiper-slide,
  .eventSection .swiper-slide {
    flex-basis: 100%;
  }

  .DropResumeImg h2,
  .dropResumeContent .dropResumeContentDiv p,
  .jobaccordionInfo h5 {
    font-size: 16px;
  }

  .dropResumeContent .dropResumeContentDiv p {
    margin-bottom: 15px;
  }

  .dropResumeContent {
    padding: 17px;
  }

  .fromtheteamContent div p {
    padding-top: 0;
    margin-bottom: 0;
  }

  .careerDriveContent div p {
    padding-top: 40px;
    margin-bottom: 0;
  }

  .placeQuote .gradientHeader,
  .challengeResult .giveQuote h5 {
    font-size: 24px !important;
  }

  .right {
    max-height: 100% !important;
  }

  .detailPage .cardWrap .box {
    display: block;
  }

  .topShortDesc {
    width: 100%;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 0px;
  }

  .location_left_banner_icon {
    display: flex;
    width: 180px !important;
  }
}

@media (max-width: 600px) {

  .celebrations .scrollingDiv.oppositeDirection .scrolling-section .scroll-column.alternative-Direction,
  .celebrations .scrollingDiv .scrolling-section .scroll-column.alternative-Direction {
    display: none;
  }

  .header2.is-sticky {
    background-color: rgba(255, 255, 255, 1);
  }

  .plan_offsite_inner_right {
    gap: 30px !important;
  }

  .quarter1Box,
  .quarter2Box,
  .quarter3Box,
  .quarter4Box {
    width: 100% !important;
  }

  .plan_offsite_inner_right .quarter1Box img,
  .plan_offsite_inner_right .quarter2Box img,
  .plan_offsite_inner_right .quarter3Box img,
  .plan_offsite_inner_right .quarter4Box img {
    width: 80px !important;
    top: -39px !important;
    right: 50% !important;
    transform: translateX(50%);
  }

  .quaterly_section_dividers div {
    flex-direction: column !important;
    width: 100% !important;
  }

  .plan_offsite_inner_right .quaterly_section_dividers h1.active_quarter_q_orange,
  .plan_offsite_inner_right .quaterly_section_dividers h1.active_quarter_q_green,
  .plan_offsite_inner_right .quaterly_section_dividers h1.active_quarter_q_pink,
  .plan_offsite_inner_right .quaterly_section_dividers h1.active_quarter_q_blue {
    margin-bottom: -4px !important;
  }

  .plan_offsite_inner_right .quarter1Box div h3,
  .plan_offsite_inner_right .quarter2Box div h3,
  .plan_offsite_inner_right .quarter3Box div h3,
  .plan_offsite_inner_right .quarter4Box div h3 {
    font-weight: 500 !important;
    text-align: center !important;
    margin-top: 20px !important;
  }

  .quarter1Box,
  .quarter2Box,
  .quarter3Box,
  .quarter4Box {
    padding: 10px !important;
    padding-top: 40px !important;
  }

  .airports {
    gap: 15px !important;
    flex-wrap: wrap !important;
  }
}

@media (max-width: 500.9px) {
  .custom-col {
    flex: 0 0 100%;
    /* 100% / 5 columns */
    max-width: 100%;
  }
}

@media (max-width: 575.9px) {
  .innerHeading h1 {
    font-size: 24px;
  }

  .faqfloatingImg1 img {
    max-width: 75px;
  }

  .whiteBtn {
    font-size: 13px;
    line-height: 24px;
    padding: 8px 14px;
  }

  /* .celebrations .scrollingDiv.oppositeDirection{
    left: -61px;
  }
  .celebrations .scrollingDiv{
    right: 0;
  } */

  .iconDivTitle {
    font-size: 10px;
  }

  .careerDriveContent h2 {
    font-size: 24px;
    text-align: center;
  }

  .fromtheTeamQuote {
    width: 100%;
    font-size: 14px;
    padding-left: 18px;
  }

  .fromtheTeamQuote::before,
  .fromtheTeamQuote::after {
    width: 20px;
    height: 20px;
  }

  .JobOpeningTitle h2 {
    font-size: 24px;
  }

  .dropResumeContent h3 {
    font-size: 18px;
  }

  .careerDrives p {
    padding-top: 20px;
    text-align: center;
  }

  .careerDrives {
    justify-content: center;
  }

  .JobOpeningTitle {
    padding-top: 40px;
  }

  .dropResume {
    margin: 50px 0px;
  }

  .mobileRepoFix {
    overflow-x: hidden !important;
  }

  .challengeResult .cardWrap .box {
    max-width: 100%;
  }

  .searchbar_and_dropdown {
    width: 100%;
  }

  .PBCard img {
    width: 100px;
    height: 100px;
  }

  .PBCard p {
    font-size: 20px;
  }

  .careerDrives p {
    padding-top: 37px;
  }

  .landing__card__container {
    width: 100%;
    /* align-items: flex-start;
    justify-content: flex-start; */
  }

  /* .landing__card__container .landing__card */
  .landing__card__container .landing__card {
    width: 48.3% !important;
    padding: 10px !important;
    border-radius: 16px !important;
  }

  .landing_container_outer {
    align-items: flex-start !important;
  }

  .landing__card img {
    width: 52px;
    width: 52px;
  }

  .landing__card__container {
    gap: 10px !important;
    align-items: stretch !important;
  }

  .plan_offsite_feature {
    width: 100% !important;
  }

  .landing__card__container .landing__card .landing__card__title {
    font-size: 12px !important;
  }
}

/* navbar css */

.navbar-dropdown {
  position: relative;
  display: inline-block;
}

.infohyperLink {
  background: none !important;
  color: black !important;
}

.navbar-dropdown-content {
  display: none;
  position: absolute;
  background-color: #fff;
  box-shadow: 0px 4.665651321411133px 46.65651321411133px 0px rgba(253, 122, 94, 0.08);
  z-index: 999;
  border-radius: 20px;
  transition: 0.5s;
  padding: 19px 21px;
}

.navbar-dropdown-content a {
  text-decoration: none;
  display: block;
  margin-left: 0px !important;
}

.navbar-dropdown-content a:hover {
  background-color: #fff;
}

.navbar-dropdown:hover .navbar-dropdown-content {
  display: block;
}

.navbar-dropbtn:hover {
  cursor: pointer;
}

.navbar-item {
  padding: 6px 8px;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0px 1px 11px 0px rgba(0, 0, 0, 0.06);
  border: 2px solid transparent;
  transition: border 0.3s ease;
  min-width: 164px;
  white-space: nowrap;
}

.navbar-dropdown .menualign {
  margin-bottom: 15px;
}

.navbar-item:hover {
  border-color: #ff7904;
}

.navbar-item p {
  color: #1e1e1e;
  font-size: 16px;
  font-weight: 600;
}

.navbar-dropbtn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #1e1e1e;
  font-size: 14px;
  font-family: Nunito;
  font-weight: 600;
  text-decoration: none;
}

.navbar-itemscontainer {
  width: 40%;
  margin: 0 auto;
}

.navbar-chevron {
  display: inline-block;
  width: 5px;
  height: 5px;
  border-left: 1px solid;
  border-bottom: 1px solid;
  transform: rotate(-45deg);
  transition: transform 0.3s ease;
  margin-left: 10px;
}

.navbar-dropbtn:hover .navbar-chevron {
  transform: rotate(135deg);
  color: black !important;
}

.navbar-dropbtn:hover {
  background-image: linear-gradient(to right,
      #7a0cfc,
      #cb10a4,
      #ff940a) !important;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent !important;
  border-bottom: 1px solid #cb10a4;
}

.navitemscontainer {
  width: 100%;
  gap: 30px;
}

.navbar-dropdown-content a:not(:last-child) {
  margin-bottom: 10px;
}

.contact-active-tab {
  border: 3px solid orange !important;
}

.countText {
  font-weight: 900;
  font-size: 36px;
  line-height: 28px;
  background: linear-gradient(140.81deg,
      #ff5d5d 8%,
      #c04cad 48.81%,
      #1857d1 101.59%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  position: relative;
}

.tooltip {
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #000;
  color: #fff;
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 14px;
  opacity: 0.8;
  white-space: nowrap;
}

.whyUsLogo img {
  max-width: 150px !important;
  object-fit: contain;
  aspect-ratio: 3/2;
}

.jobapp {
  border-radius: 12px !important;
}

.customcards.active {
  border: 3px solid orange;
}

.form_wrapper .form-control {
  width: 90%;
}

.customcards {
  cursor: pointer;
}

.onlinemeetingImg {
  pointer-events: none;
}

.heroBtn {
  display: flex;
  justify-content: center;
}

.mobileRepoBanner {
  display: block;
}

@media (max-width: 992px) {
  .innerHeading h2 {
    max-width: 100%;
  }
}

@media (max-width: 1054px) {
  .mobileRepoBanner {
    display: none;
  }

  .celebrations .headingWrap h3 {
    padding-top: 30px;
  }

  .celebrations .mobileScrollingDiv::after {
    display: none;
  }

  .mobileScrollingDiv {
    display: block;
  }

  .Hero {
    height: 100%;
    display: flex;
    flex-flow: column;
  }

  .MainHeading h1 {
    text-align: center;
  }

  .MainHeading p {
    text-align: center;
    width: 100%;
  }

  .MainHeading {
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-bottom: 20px;
  }

  .img-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }

  .img-container img {
    width: 100%;
  }

  .other_apps .img-container img:nth-child(2) {
    position: absolute;
    right: 1%;
    z-index: -1;
    top: -32% !important;
  }

  .testinomial-holder1 {
    overflow: hidden;
    animation: testimonial-scroll-mobile 10s linear infinite;
    display: flex;
    flex-direction: column;
    width: 100%;
    will-change: transform;
  }

  @keyframes testimonial-scroll-mobile {
    0% {
      transform: translateY(0);
    }

    100% {
      transform: translateY(-100vh);
    }
  }
}

@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition-property: height, visibility;
    transition-duration: 0.35s;
  }
}

.accordion-collapse.collapsing {
  transition: height 0.2s ease !important;
}

.accordion-collapse.show {
  transition: height 0.2s ease !important;
}

.programActive {
  border: 3px solid orange;
}

.Apopup {
  border-radius: 26.295px;
  background: #fff;
  box-shadow: 0px 2.629499912261963px 39.442501068115234px 0px rgba(253, 135, 255, 0.15);
  padding: 0px 50px;
  width: 590px;
  position: relative;
}

.popupEmail {
  border: 0.607px solid rgba(0, 0, 0, 0.8);
  background: transparent;
  padding: 14px 17px;
  width: 100%;
  border-radius: 9px;
}

.popupEmail::placeholder {
  color: rgba(0, 0, 0, 0.8);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.Apopup img {
  width: 200px;
  transform: translateY(-80px);
}

.ApopSubtext {
  color: #000;
  text-align: center;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 36px;
  margin-bottom: 28px;
}

.ApopupSend {
  border-radius: 8.095px;
  background: linear-gradient(180deg, #33b4ff 0%, #3385ff 100%);
  border: none;
  color: white;
  font-size: 18.215px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding: 11px 28px;
}

#aboutpopup {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: white;
  padding: 20px;
  display: none;
  z-index: 1000;
  width: 590px;
}

#aboutclose {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  background-color: transparent;
  border: none;
  font-weight: 800;
}

.apopupContainer {
  position: relative !important;
}

.bluegradientPopup {
  position: absolute;
  top: 0%;
  left: 0;
  border-radius: 50%;
  width: 200px;
  height: 200px;
  background: linear-gradient(138deg, #0038ff 0%, #2400ff 100%);
  filter: blur(115.04061889648438px);
  opacity: 0.15;
  z-index: -5;
  will-change: transform, opacity;
}

.blurgradientPinkApopup {
  position: absolute;
  bottom: 0%;
  right: 0;
  border-radius: 50%;
  width: 200px;
  height: 200px;
  background: linear-gradient(141deg, #ff2929 0%, #ff29dd 52.43%, #1b3fff 100%);
  filter: blur(115.04061889648438px);
  opacity: 0.15;
  z-index: -1;
  will-change: transform, opacity;
}

/* activity dropdown css */

.custom-select-activity {
  position: relative;
  display: inline-block;
}

.select-selected-activity {
  background-color: white;
  padding: 8px 40px 8px 16px;
  border: 1px solid orange;
  border-radius: 10px;
  cursor: pointer;
  width: 198px;
  height: 46px;
}

.selected-icon-activity {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url("path/to/icon.png");
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 8px;
}

.select-items-activity {
  position: absolute;
  background-color: #f9f9f9;
  min-width: 200px;
  max-width: 100%;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);

  z-index: 999999;
  display: none;
}

.select-items-activity div {
  cursor: pointer;
  padding: 10px;
}

.select-items-activity div:hover {
  background-color: #ddd;
}

.active-activity {
  background: linear-gradient(90.6deg, #ff8b37 13.03%, #ffa500 99.64%);
  color: white;
}

#logo-container img {
  width: 112px;
  object-fit: contain;
  height: 80px;
}

/* headcount dropdown */

.custom-select-activity-headcount {
  position: relative;
  display: inline-block;
}

.select-selected-activity-headcount {
  background-color: white;
  padding: 8px 40px 8px 16px;
  border: 1px solid orange;
  border-radius: 10px;
  cursor: pointer;
  width: 198px;
  height: 46px;
}

.selected-icon-activity-headcount {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url("path/to/icon.png");
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 8px;
}

.select-items-activity-headcount {
  position: absolute;
  background-color: #f9f9f9;
  min-width: 200px;
  max-width: 100%;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 999999;
  display: none;
}

.select-items-activity-headcount div {
  cursor: pointer;
  padding: 10px;
}

.select-items-activity-headcount div:hover {
  background-color: #ddd;
}

.active-activity-headcount {
  background: linear-gradient(90.6deg, #ff8b37 13.03%, #ffa500 99.64%);
  color: white;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  font-size: 14px !important;
  font-weight: 300 !important;
  color: #494949 !important;
  line-height: 14px !important;
  font-family: "Nunito", sans-serif !important;
}

.formFullwidth {
  width: 96% !important;
}

.casestudiesImg {
  height: 200px;
  object-fit: cover;
}

.socialTagFB {
  height: 32px;
  object-fit: contain;
}

.detailImgSize {
  width: 100%;
  height: 400px;
  object-fit: cover;
}

.eventcover3d {
  height: 500px;
  object-fit: contain;
}

.socialIcons img {
  width: 19px;
  height: 19px;
  object-fit: contain;
}

.teamicons {
  width: 40px;
  height: 40px;
  object-fit: contain;
}

.contactTabIcons {
  width: 40px;
  object-fit: contain;
}

/* activity detail carousel */

.footerCircle1 {
  border-radius: 50%;
  overflow: hidden;
  width: 80px;
  height: 80px;
  object-fit: cover;
  margin-top: 0px !important;
  border: 3px solid white;
}

.footerTitleText {
  background-color: white;
  color: #2a2a2a;
  font-weight: 600;
  padding: 5px 7px;
  border-radius: 6.077px;
  box-shadow: 0px 2.0256433486938477px 6.076929569244385px 0px rgba(0, 0, 0, 0.08);
  font-size: 8px;
  transform: translateY(-10px);
  text-align: center;
}

.footerCircle2 {
  border-radius: 50%;
  overflow: hidden;
  width: 70px;
  height: 70px;
  object-fit: cover;
  margin-top: 0px !important;
  border: 3px solid white;
}

.footerCircle3 {
  border-radius: 50%;
  overflow: hidden;
  width: 60px;
  height: 60px;
  object-fit: cover;
  margin-top: 0px !important;
  border: 3px solid white;
}

.carousel-control-next,
.carousel-control-prev {
  z-index: 99 !important;
}

.viewWrap .listCard {
  cursor: pointer;
}

.nocursor {
  cursor: default !important;
}

.loading-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid transparent;
  border-top-color: #333;
  /* This is the color of the spinner */
  animation: spin 1s linear infinite;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0.3s, opacity 0.3s ease-in-out;
  margin-left: 10px;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* new style  */
.swiper_button_parent {
  /* position: relative; */
}

.swiper-button-next-absolute {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9;
}

.swiper-button-prev-absolute {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 10px;
  z-index: 9;
}

.swiper-button-next-absolute-separate {
  right: 40px;
}

.swiper-button-prev-absolute-separate {
  left: 40px;
}

@media (max-width: 576px) {
  .swiper-custom-button {
    height: 40px;
    width: 40px;
  }

  .swiper-button-next-absolute {
    right: 0px !important;
    z-index: 9999;
  }

  .swiper-button-prev-absolute {
    left: 0px !important;
  }

  .swiper-button-next-absolute-separate {
    top: 70%;
    right: 14px !important;
  }

  .swiper-button-prev-absolute-separate {
    top: 70%;
    left: 20px !important;
  }

  .swiper.videocarouselContainer.swiper-initialized.swiper-horizontal {
    padding-left: 10px;
    padding-right: 20px;
  }

  .videocarousel-img {
    width: 100% !important;
    height: 272px !important;
    /* aspect-ratio: 16/9 !important; */
  }

  .swiper-slide.mob-second-slider.swiper-slide-prev {
    margin-right: 65px !important;
  }

  .searchLoader {
    right: 50px;
  }

  .blogSectionHeading {
    display: flex;
    flex-direction: column;
  }

  #categoryDropdown {
    width: fit-content;
  }

  /* .navlinks .logo a img{
  max-width: 75px;
} */
  .globe_img_container {
    width: 340px;
  }
}

.SignUpFormWider_index {
  /* background: linear-gradient(130.15deg, #002f59 25.69%, #000000 128.49%); */

  background: linear-gradient(130.15deg, #10a40e 25.69%, #067000 128.49%);
  border-radius: 24px;
  position: relative;
  margin-top: 67px;
}

.subscribeBtn_index button {
  /* background: linear-gradient(130.15deg, #002f59 25.69%, #000000 128.49%); */
  background: linear-gradient(130.15deg, #ef7f1a 25.69%, #ffbd4d 128.49%);
}

/* golden circle club form  */
.SignUpFormWider_index h2 {
  font-weight: 800;
  font-size: 32px;
  line-height: 150%;
  color: #ffffff;
  margin-bottom: 10px !important;
}

.SignUpFormWider_index h3 {
  font-weight: 500;
  font-size: 25px;
  line-height: 150%;
  color: #ffffff;
  /* margin-bottom: 100px; */
}

.SignUpFormWider_index p {
  line-height: 150%;
  color: gray;
  /* margin-bottom: 100px; */
}

.TalkwithExpertsFloat1_index {
  position: absolute;
  bottom: 0;
  left: 10px;
  bottom: -79px;
}

.golden_circle_club_text {
  position: relative;
  display: flex;
  align-items: center;
  margin-left: 15px;
}

.golden_circle_club_text::before {
  content: "";
  position: absolute;
  left: -15px;
  width: 8px;
  height: 8px;
  top: 33%;
  border-radius: 50%;
  background: linear-gradient(91deg, #ff8b37 26.51%, #ffa500 99.59%);
}

@media (max-width: 768px) {
  .SignUpFormWider_index {
    flex-direction: column;
    text-align: center;
    /* padding: 20px; */
  }

  .TalkwithExpertsInfo {
    margin-bottom: 20px;
    padding: 15px;
  }

  .SignUpFormWider_index h2 {
    font-size: 28px;
  }

  .golden_circle_club_text {
    font-size: 18px !important;
  }

  .TalkwithExpertsInputs {
    padding: 15px;
  }

  .TalkwithExpertsInfo_ {
    margin-top: 0;
    margin-bottom: 10px;
  }

  .TalkwithExpertsImg3,
  .TalkwithExpertsFloat1 {
    display: none;
  }

  .TalkwithExpertsFloat1_index {
    display: none;
  }

  .TalkwithExpertsFloat1_ {
    display: none;
  }

  .TalkwithExpertsInputs {
    max-width: 100%;
  }

  .WhyJoin {
    margin-top: 50px;
  }

  .inputFieldsOfSignUpForm {
    flex-direction: column;
    justify-content: center;
  }

  .TalkwithExpertsInputs_index .Email {
    width: 100%;
    margin-top: 13px;
    margin-left: 0px !important;
  }

  .WhyUsBox h3 {
    margin-top: 0px;
  }

  .WhyUsSection .flex-item.imgBox.imgBox1,
  .WhyUsSection .flex-item.imgBox3 {
    flex-basis: 100% !important;
  }

  .plan_offsite_header h2,
  .location_activties_top_title,
  .plan_team_building_contact h2 {
    font-size: 24px !important;
    line-height: 37px !important;
  }

  .plan_team_building_contact img:first-child,
  .plan_team_building_contact img:nth-child(2) {
    display: none !important;
  }

  .plan_team_building_contact {
    padding: 20px !important;
  }

  .top_teambuilding_resorts_outer {
    max-width: 100% !important;
    margin-bottom: 30px !important;
  }

  .top_teambuilding_resorts_contact {
    flex-direction: column !important;
    gap: 20px;
  }

  .top_teambuilding_resorts_contact .top_teambuilding_resorts_contact_right {
    width: 100% !important;
    justify-content: flex-start !important;
  }

  .top_teambuilding_resorts_contact .top_teambuilding_resorts_contact_left {
    width: 100% !important;
  }

  .top_teambuilding_resorts_contact {
    padding: 30px !important;
  }

  .why_choose_boxes .why_choose_box p {
    font-size: 14px !important;
  }

  .why_choose_boxes .why_choose_box img {
    width: 60px !important;
    height: 60px !important;
  }

  .location_activties_top_outer_right {
    position: absolute;
    right: -66px;
    bottom: 0px;
    width: 100%;
    height: 75%;
    opacity: 0.2;
  }

  .location_activties_top_outer_left {
    position: relative;
    z-index: 1;
  }

  .leadership_container {
    flex-direction: column;
  }

  .leadership_left,
  .leadership_right {
    width: 100% !important;
  }

  .leadership_left h1 {
    font-size: 24px !important;
  }

  .review_container div {
    width: 100% !important;
    max-width: 100% !important;
  }

  .review_container div img {
    top: -22px !important;
    width: 50px !important;
  }

  .popular_program_box div {
    width: 170px !important;
    height: 151px !important;
  }

  .popular_program_box div p {
    font-size: 14px !important;
    line-height: 20px !important;
  }

  .leadership_right div h2 {
    font-size: 14px !important;
    text-align: center !important;
    margin-top: 15px;
  }

  .leadership_right div img {
    width: 52px;
    top: -32px !important;
  }

  .leadership_right div {
    padding: 10px !important;
  }

  .popular_programs_container h1 {
    font-size: 20px !important;
  }

  .popular_program_box {
    margin: 60px 0px !important;
  }

  .leadership_left h1 {
    line-height: 32px !important;
  }

  .pricingDiscount_inner {
    flex-direction: column;
  }

  .pricingDiscount_inner_right img:last-child,
  .devil-float-image {
    display: none;
  }
}

/* landing  */

#heading__gradient,
#weOfferHeading__gradient {
  background: linear-gradient(140.81deg,
      #ff5d5d 8%,
      #c04cad 48.81%,
      #1857d1 101.59%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  background-clip: text !important;
  text-fill-color: transparent !important;
}

#heading__text {
  color: #000000 !important;
  font-size: 32px !important;
  font-weight: 500 !important;
}

#weOfferHeading__gradient {
  background: linear-gradient(271.59deg,
      #0697ff -3.7%,
      #233fcf 101.2%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  background-clip: text !important;
  text-fill-color: transparent !important;
  text-align: left;
  max-width: 830px !important;
}

.landing__card__container {
  flex-wrap: wrap;
  max-width: 790px;
  margin-top: 20px;
}

.landing__card__container .landing__card {
  width: 220px;
  /* height: 100%; */
  background: linear-gradient(180.62deg,
      rgba(236, 247, 255, 0) 18.56%,
      #ecf7ff 99.47%);
  box-shadow: 5px 5px -1px rgba(0, 0, 0, 0.2);
  border-radius: 20px;
  padding: 20px;
}

.landing__card__container .landing__card .landing__card__title {
  font-size: 16px;
  font-weight: 800 !important;
  line-height: 20px;
  text-align: left;
  margin-top: 8px;
}

.free_quote_text {
  font-weight: 800 !important;
  margin-top: -15px !important;
  display: block;
}

.companies_gradient {
  background: linear-gradient(103.96deg,
      #c8e6fa 2.5%,
      #97bef7 97.98%) !important;
  width: 100% !important;
  padding-top: 30px;
  padding-bottom: 30px;
}

.client_visit_gradient {
  background: linear-gradient(107.54deg,
      rgba(248, 214, 101, 0.6) -13.13%,
      rgba(255, 122, 0, 0.6) 92.26%) !important;
  width: 100% !important;
  padding-top: 30px;
  padding-bottom: 30px;
}

.companies_box {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}

.companies_gradient .companies_card_container div {
  /* border-radius: 0px !important;
  overflow: hidden; */
}

.WhyUsSection .flex-item.imgBox.imgBox1 {
  flex-basis: calc(42% - 20px);
}

.WhyUsSection .flex-item.imgBox3 {
  flex-basis: calc(30% - 20px);
}

.companies_card_container .flex-item {
  position: relative;
}

.companies_box_fixed_text {
  position: absolute;
  bottom: 8px;
  right: 20px;
  width: 130px;
  height: 40px;
}

/* .companies_box_fixed_text .companies_box.cisco {
  position: relative;
  width: 100px !important;
  object-fit: contain !important;
  margin-bottom: 6px !important;
  right: -30px !important;
} */

.companies_box_fixed_text img {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
  border-radius: 0px !important;
}

.imgBox6 {
  background: linear-gradient(45deg,
      rgba(255, 93, 93, 0.55) 8%,
      rgba(192, 76, 173, 0.55) 48.81%,
      rgba(24, 87, 209, 0.5) 101.59%);

  /* background: linear-gradient(147.98deg, #c1e3b9 -1.1%, #55d562 91.22%); */
  /* backdrop-filter: blur(200px); */
  /* background-blend-mode: hard-light; */
  padding: 20px;
  text-decoration: none;
}

.imgBox6 .git_text {
  font-weight: 900 !important;
  margin-top: -50px !important;
  margin-left: 26px;
  font-size: 24px !important;
  color: #000;
}

.git_3d_fixed {
  position: absolute;
  right: 0;
  bottom: 0;
}

.arrow-fixed {
  position: absolute;
  bottom: 20px;
  left: 40px;
  cursor: pointer;
}

.globe_img {
  width: 100%;
  height: 100%;
}

/* engagement calendar  */

.side_icon_1 {
  position: absolute;
  left: 6%;
  top: 7%;
}

.side_icon_2 {
  position: absolute;
  left: 105px;
  bottom: 0%;
}

.side_icon_3 {
  position: absolute;
  right: 6%;
  top: 7%;
}

.side_icon_4 {
  position: absolute;
  right: 105px;
  bottom: 0%;
}

.engagement_calendar_banner {
  height: 400px;
}

.heading_icon_fixed {
  left: 34%;
  position: absolute;
  top: -170%;
  z-index: -1;
}

.employee_engagement_programs {
  background: rgba(238, 255, 230, 1);
  padding-top: 30px;
  padding-bottom: 30px;
}

.engagement_programs_card_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  max-width: 1000px;
  margin: auto auto;
  margin-top: 90px;
}

.engagement_programs_card_container .engagement_programs_card {
  max-width: 400px;
  position: relative;
  z-index: 2;
}

.engagement_programs_card_container .engagement_programs_card img {
  max-width: 325px;
  max-height: 325px;
  width: 100%;
  height: 100%;
}

.engagement_programs_card_container .engagement_programs_card .card_title {
  font-weight: 900;
  max-width: 400px;
  text-align: center;
}

.engagement_programs_card_container .engagement_programs_card p {
  text-align: center;
  margin-top: 10px;
}

.bgBlurBlue {
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(140.27deg,
      #379dfd 18.16%,
      #d5eaff 75.01%,
      #a283fd 75.01%);
  z-index: -1;
  top: 0;
  filter: blur(100px);
}

.bgBlurYellow {
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #ff942c 0%, #ffdd63 100%);

  z-index: -1;
  top: 0;
  filter: blur(100px);
}

.why_quaterly_packages {
  background: linear-gradient(90.01deg,
      rgba(248, 214, 101, 0.6) -6.24%,
      rgba(255, 122, 0, 0.6) 100%);
  padding-top: 30px;
  padding-bottom: 30px;
}

.package-wrapper {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-top: 40px;
}

.package-container {
  background-color: white;
  border-radius: 20px;
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.1);
  position: relative;
  padding: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;

  position: relative;
}

.package-container .package-container-left {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.package-container div a {
  width: max-content;
}

.package-container h1 {
  font-weight: 900;
  font-size: 24px;
}

.virtual-package-right {
  width: 100%;
}

.package-container-left {
  width: 100%;
}

.virtual-package-right-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  width: 100%;
  justify-content: flex-end;
}

.virtual-package-right-inner-card {
  width: 290px;
  display: flex;
  align-items: center;
  gap: 20px;
  background: rgba(255, 242, 207, 1);
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.06);
  border-radius: 12px;
  padding: 10px;
}

.virtual-package-right-inner-card img {
  width: 62px;
  height: 62px;
  object-fit: contain;
}

.virtual-package-right-inner-card div p {
  font-weight: 700;
  color: rgba(18, 18, 18, 1);
  font-size: 14px;
}

.virtual-package-right-inner-card div h3 {
  background: linear-gradient(140.81deg,
      #ff5d5d 8%,
      #c04cad 48.81%,
      #1857d1 101.59%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-weight: 900;
  font-size: 18px;
  display: inline-block;
}

.virtual-package-right-inner-card div h3 p {
  background: linear-gradient(140.81deg,
      #ff5d5d 8%,
      #c04cad 48.81%,
      #1857d1 101.59%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-weight: 900;
  font-size: 18px;
  display: inline-block;
}

.virtual-package-right-inner-card div h3 span {
  color: black !important;
  background: linear-gradient(140.81deg, #000 8%, #000 48.81%, #000 101.59%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-size: 14px;
  text-decoration: line-through !important;
  font-weight: 500;
  position: relative;
}

.virtual-package-right-inner-card div h3 span::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background: black;
  top: 50%;
  left: 0%;
}

.in-person-package-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.in-person-package-inner p {
  font-size: 16px;
  font-weight: 800;
  text-align: center;
  color: rgba(0, 0, 0, 1);
}

.in-person-package-inner h2 {
  background: linear-gradient(127.21deg, #44ecf7 -89.17%, #1667e1 97.55%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-weight: 900;
  font-size: 32px;
}

.vp_fixed_1 {
  position: absolute;
  top: -20px;
  left: -20px;
  width: 70px;
  height: 70px;
}

.vp_fixed_2 {
  position: absolute;
  bottom: -20px;
  left: 40%;
  width: 100px;
  height: 100px;
}

.vp_fixed_3 {
  position: absolute;
  bottom: -20px;
  right: -20px;
}

.ip_fixed_1 {
  position: absolute;
  bottom: -20px;
  left: 26%;
  width: 70px;
  height: 70px;
}

.ip_fixed_2 {
  position: absolute;
  top: 20px;
  right: 30%;
  width: 62px;
  height: 62px;
}

.ip_fixed_3 {
  position: absolute;
  bottom: 0px;
  right: 20px;
}

.e_e_session_container {
  background: linear-gradient(333.96deg,
      rgba(126, 192, 255, 0.75) -14.01%,
      rgba(213, 234, 255, 0.75) 100%,
      rgba(231, 243, 255, 0.75) 100%);
  padding-top: 30px;
  padding-bottom: 30px;
}

.e_e_session_inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 30px 0px;
}

.e_e_session_inner_left {
  width: 55%;
}

.steps_cont {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-top: 30px;
}

.steps_cont button {
  border: 0;
  outline: none;
  background-color: transparent;
  color: rgba(18, 18, 18, 1);
  font-size: 28px;
  font-weight: 800;
  opacity: 50%;
}

.steps_cont button.active_step {
  background: linear-gradient(92.02deg, #0697ff 2.12%, #233fcf 104.27%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  opacity: 1;
  font-weight: 900;
}

.step_details {
  margin-top: 20px;
}

.step_details h1 {
  font-weight: 900;
  font-size: 24px;
}

.e_e_session_inner_right {
  width: 40%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.e_e_session_inner_right p {
  font-size: 12px;
  font-weight: 800;
  line-height: 21.6px;
}

.e_e_session_inner_right h2 {
  background: linear-gradient(127.21deg, #44ecf7 -89.17%, #1667e1 97.55%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-weight: 900;
  font-size: 28px;
  margin-bottom: 20px;
}

/* quaterly   */
.quaterly_section_container {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}

.quaterly_section_container.active_quarter_1 {
  background: linear-gradient(180deg,
      rgba(250, 224, 89, 0.2) 0%,
      rgba(255, 208, 86, 0.2) 100%);
  backdrop-filter: blur(340px);
}

.quaterly_section_container.active_quarter_2 {
  background: linear-gradient(139.26deg,
      rgba(147, 225, 111, 0.2) -10.77%,
      rgba(34, 162, 108, 0.2) 99.35%);
  backdrop-filter: blur(354.9px);
}

.quaterly_section_container.active_quarter_3 {
  background: rgba(237, 72, 115, 0.2);
  backdrop-filter: blur(354.8999938964844px);
}

.quaterly_section_container.active_quarter_4 {
  background: linear-gradient(257.59deg,
      rgba(57, 169, 249, 0.2) 34.43%,
      rgba(35, 63, 207, 0.2) 102.93%);
  backdrop-filter: blur(250px);
}

.quaterly_section_dividers {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.quaterly_section_dividers div {
  position: relative;
  cursor: pointer;
}

.quaterly_section_dividers div h2 {
  font-size: 32px;
  font-weight: 900;
  line-height: 38.4px;
  text-align: left;
  color: rgba(0, 0, 0, 1);
  opacity: 20%;
  z-index: 1;
  position: relative;
}

.quaterly_section_dividers div h2.active_quarter {
  opacity: 1;
}

.quaterly_section_dividers div h1 {
  color: rgba(0, 0, 0, 1);
  opacity: 10%;
  position: absolute;
  font-weight: 900;
  z-index: 0;
  top: -20px;
  left: -40px;
  font-size: 54px;
}

.quaterly_section_dividers div h1.active_quarter_q_orange {
  background: linear-gradient(90.01deg, #f8d665 -6.24%, #ff7a00 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  position: absolute;
  font-weight: 900;
  z-index: 0;
  top: -20px;
  left: -40px;
  font-size: 54px;
  opacity: 1;
}

.quaterly_section_dividers div h1.active_quarter_q_green {
  background: linear-gradient(139.26deg, #93e16f -10.77%, #22a26c 99.35%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  position: absolute;
  font-weight: 900;
  z-index: 0;
  top: -20px;
  left: -40px;
  font-size: 54px;
  opacity: 1;
}

.quaterly_section_dividers div h1.active_quarter_q_pink {
  background: linear-gradient(128.16deg, #f65699 -22.91%, #dd3030 92.87%);

  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  position: absolute;
  font-weight: 900;
  z-index: 0;
  top: -20px;
  left: -40px;
  font-size: 54px;
  opacity: 1;
}

.quaterly_section_dividers div h1.active_quarter_q_blue {
  background: linear-gradient(257.59deg, #39a9f9 34.43%, #233fcf 102.93%);

  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  position: absolute;
  font-weight: 900;
  z-index: 0;
  top: -20px;
  left: -40px;
  font-size: 54px;
  opacity: 1;
}

.occasion_count {
  margin-top: 20px;
}

.occasion_count h2 {
  font-size: 28px;
  font-weight: 900;
  line-height: 33.6px;
  text-align: center;
}

.occasion_count p {
  font-family: Nunito;
  font-size: 18px;
  font-weight: 800;
  line-height: 21.6px;
  text-align: left;
}

.quarter_1 {
  margin-top: 20px;
}

.month_name {
  background: linear-gradient(140.81deg,
      #ff5d5d 8%,
      #c04cad 48.81%,
      #1857d1 101.59%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  background-clip: text !important;
  font-size: 24px;
  font-weight: 900;
  line-height: 28.8px;
  text-align: left;
}

.date_and_event p {
  font-size: 12px;
  font-weight: 800;
  line-height: 18px;
  text-align: left;
  opacity: 0.75px;
}

.date_and_event div .event-title {
  font-size: 16px;
  font-weight: 900;
  line-height: 24px;
  text-align: left;
  margin-bottom: 0px;
  color: #000;
}

.date_and_event_container {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.date_and_event {
  min-width: 300px;
}

.globe_text p {
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  text-align: center;
}

.globe_text h2 {
  font-size: 14px;
  font-weight: 900;
  line-height: 21px;
  text-align: center;
}

.globe_img_container {
  /* overflow: hidden; */
  position: relative;
  width: 370px;
  margin-bottom: 20px;
}

.globe_img {
  /* position: relative; */
  /* margin-bottom: -150px; */
}

.globe_img_container::after {
  content: "";
  position: absolute;
  filter: blur(30px);
  background: #fff;
  height: 100px;
  width: 100%;
  bottom: -30px;
  left: 0;
}

.SecondaryBtnWide {
  width: 170px;
  height: 64px;
}

.TrendingHeading .engagement_heading {
  font-size: 34px !important;
  max-width: 380px !important;
}

.reUsableBanner {
  background: linear-gradient(to right, #b0e2c6, #fae0bf, #daafda);
  padding: 60px;
  /* border-radius: 24px;  */
  display: flex;
  align-items: center;
  gap: 30px;
  justify-content: space-between;
  margin: 60px 0px;
}

.reUsableBannerLeft {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.reUsableBannerLeft h2 {
  font-weight: 900;
  font-size: 38px;
}

.reUsableBannerLeft p {
  font-size: 20px;
}

.reUsableBannerRight {
  width: 50%;
  display: flex;
  justify-content: center;
}

.reUsableBannerRight div {
  max-width: 420px;
  max-height: 250px;
  position: relative;
  border-radius: 16px;
  overflow: hidden;
}

.reUsableBannerRight div img:first-child {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
}

.reUsableBannerRight div img.relogo {
  position: absolute;
  object-fit: contain;
  right: 20px;
  bottom: 20px;
  width: 100px;
  height: 40px;
  background-color: white;
  border-radius: 8px;
  padding: 10px;
}

@media (max-width: 900px) {

  .side_icon_1,
  .side_icon_2,
  .side_icon_3,
  .side_icon_4 {
    display: none;
  }

  .reUsableBanner {
    flex-direction: column;
  }

  .reUsableBannerLeft,
  .reUsableBannerRight {
    width: 100%;
  }

  .reUsableBannerRight {
    justify-content: center;
  }

  .quaterly_section_dividers div h2 {
    font-size: 24px !important;
  }

  .quaterly_section_dividers div h1,
  .quaterly_section_dividers div h1.active_quarter_q_blue,
  .quaterly_section_dividers div h1.active_quarter_q_orange,
  .quaterly_section_dividers div h1.active_quarter_q_green,
  .quaterly_section_dividers div h1.active_quarter_q_pink {
    font-size: 38px;
    top: -8px;
  }

  .quaterly_section_dividers {
    flex-wrap: wrap;
  }

  .quaterly_section_dividers div {
    width: 42%;
    margin-left: 40px;
  }
}

.why_quaterly_packages__desc {
  width: 60%;
}

@media (max-width: 600px) {
  .quaterly_section_dividers div h2 {
    display: none;
  }

  .quaterly_section_dividers div {
    width: auto;
    margin-left: 0px;
  }

  .reUsableBanner {
    margin-top: 50px;
    padding: 40px 20px;
  }

  .reUsableBannerLeft h2 {
    font-size: 24px;
  }

  .quaterly_section_dividers div h1,
  .quaterly_section_dividers div h1.active_quarter_q_blue,
  .quaterly_section_dividers div h1.active_quarter_q_orange,
  .quaterly_section_dividers div h1.active_quarter_q_green,
  .quaterly_section_dividers div h1.active_quarter_q_pink {
    position: static;
  }

  .date_and_event {
    min-width: 200px;
  }

  .TrendingHeading .engagement_heading {
    font-size: 24px !important;
  }

  .engagement_programs_card_container {
    flex-direction: column;
    margin-top: 40px;
    gap: 50px;
  }

  .engagement_programs_card_container .engagement_programs_card img {
    max-width: 190px;
    max-height: 190px;
    margin: auto;
    display: flex;
  }

  .why_quaterly_packages__desc {
    width: 100% !important;
    margin-top: 20px !important;
  }

  .why_quaterly_packages__subdesc {
    margin-bottom: -17px !important;
    font-size: 13px;
  }

  .package-container {
    padding: 20px;
    padding-top: 40px;
  }

  .vp_fixed_3 {
    display: none;
  }

  .vp_fixed_2 {
    bottom: 45%;
    left: 83%;
  }

  .virtual-package-right-inner-card {
    gap: 8px;
  }

  .virtual-package-right-inner-card div h3,
  .virtual-package-right-inner-card div p {
    font-size: 12px !important;
  }

  .virtual-package-right-inner-card img {
    width: 32px !important;
    height: 32px !important;
  }

  .ip_fixed_1 {
    top: 0px;
    right: 0%;
    left: 90%;
  }

  .ip_fixed_2 {
    position: absolute;
    top: 66%;
    right: 91%;
    width: 50px;
    height: 50px;
  }

  .ip_fixed_3 {
    position: absolute;
    bottom: 0px;
    right: 3px;
    width: 88px;
  }

  .virtual-package-right {
    width: 100%;
    padding-bottom: 56px;
  }

  .steps_cont button {
    font-size: 20px;
  }
}

/* location  */

.locationHeaderCustom {
  max-width: 800px;
  margin: auto;
  margin-top: 40px;
}

.emailHeaderCustom {
  max-width: 900px;
  margin: auto;
  margin-top: 40px;
}

.location_left_banner_icon {
  position: absolute;
  left: 5%;
  bottom: 0px;
  width: 250px;
}

.location_right_banner_icon {
  position: absolute;
  right: 5%;
  bottom: 0px;
  width: 250px;
}

.plan_offsite_container {
  background: linear-gradient(to right bottom,
      rgba(218, 112, 214, 0.4) 30%,
      rgba(173, 216, 230, 0.4) 70%);
  min-height: 400px;
  height: auto;
  padding-top: 50px;
  padding-bottom: 50px;
}

.plan_offsite_outer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.plan_offsite_inner_left {}

.plan_offsite_header h2 {
  font-size: 44px;
  font-weight: 900;
  line-height: 52.8px;
}

.airport_count_outer {
  display: flex;
  align-items: flex-end;
  gap: 8px;
  margin-top: 50px;
}

.airport_count_outer .airport_count {
  font-size: 32px;
  font-weight: 900;
  line-height: 43.65px;
  background: linear-gradient(257.59deg, #39a9f9 34.43%, #233fcf 102.93%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 8px;
  text-fill-color: transparent;
}

.airport_count_outer h2 {
  font-size: 24px;
  font-weight: 800;
  line-height: 32.74px;
  margin-bottom: 12px;
}

.airports {
  display: flex;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
}

.airport_info {
  display: flex;
  align-items: center;
  gap: 10px;
}

.airport_name_location .airport_name {
  font-size: 18px;
  font-weight: 800;
  line-height: 24.55px;
  margin-bottom: 0px;
}

.airport_name_location .airport_location {
  font-size: 14px;
  font-weight: 600;
  line-height: 19.1px;
  color: rgba(18, 18, 18, 0.75);
}

.plan_offsite_inner_right {
  display: grid;
  grid-template-columns: repeat(2,
      1fr);
  /* 2 columns, each taking equal space */
  gap: 40px;
  /* Adjust space between boxes as needed */
  align-items: stretch;
}

.quarter1Box,
.quarter2Box,
.quarter3Box,
.quarter4Box {
  /* Optional styling for each box */
  background-color: #f3f3f3;
  /* Placeholder color */
  padding: 20px;
  border-radius: 8px;
  text-align: center;
  width: 280px;
  /* height: 164px; */
  gap: 0px;
  border-radius: 16px;
  box-shadow: 0px 4px 16px 0px #00000014;
  position: relative;
}

.plan_offsite_inner_right .quarter1Box img,
.plan_offsite_inner_right .quarter2Box img,
.plan_offsite_inner_right .quarter3Box img,
.plan_offsite_inner_right .quarter4Box img {
  position: absolute;
  top: -50px;
  right: 0px;
}

.plan_offsite_inner_right .quaterly_section_dividers h1.active_quarter_q_orange,
.plan_offsite_inner_right .quaterly_section_dividers h1.active_quarter_q_green,
.plan_offsite_inner_right .quaterly_section_dividers h1.active_quarter_q_pink,
.plan_offsite_inner_right .quaterly_section_dividers h1.active_quarter_q_blue {
  margin-left: 0px;
  font-size: 44px;
  font-weight: 900;
  line-height: 52.8px;
  position: static;
}

.plan_offsite_inner_right .quaterly_section_dividers p {
  font-size: 12px;
  font-weight: 700;
  line-height: 14.4px;
  color: #000000;
  opacity: 80%;
  margin-bottom: -10px;
  margin-left: 4px;
}

.plan_offsite_inner_right .quarter1Box div h3,
.plan_offsite_inner_right .quarter2Box div h3,
.plan_offsite_inner_right .quarter3Box div h3,
.plan_offsite_inner_right .quarter4Box div h3 {
  font-size: 14px;
  font-weight: 800;
  line-height: 16.8px;
  color: #000000;
  text-align: left;
  margin-bottom: 4px;
  line-height: 22px;
}

.plan_offsite_features {
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 40px;
  margin-top: 50px;
}

.plan_offsite_feature {
  width: 360px;
  height: auto;
  border-radius: 20px;
  box-shadow: 0px 4px 20px 0px #0000000a;
  background: #fff;
  position: relative;
}

.plan_offsite_feature .feature_icon {
  position: absolute;
  top: -24px;
  left: 4%;
}

.plan_offsite_feature h3 {
  text-align: center;
  font-size: 20px;
  font-weight: 900;
  line-height: 24px;
  margin-top: 20px;
}

.feature_list {
  display: grid;
  grid-template-columns: repeat(2,
      1fr);
  /* 2 columns, each taking equal space */
  gap: 10px;
  /* Adjust space between boxes as needed */
  padding: 20px;
}

.feature_list div p {
  font-size: 16px;
  font-weight: 700;
  line-height: 19.2px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  /* Ensure this matches your layout needs */
  max-width: 141px;
  /* Set a max-width as needed */
}

.location_activties_section {
  padding-top: 50px;
  padding-bottom: 0px;
  background: linear-gradient(103.96deg,
      #c8e6fa 2.5%,
      #97bef7 97.98%) !important;
  overflow: hidden;
}

.location_activties_section .container {
  padding-bottom: 0px !important;
}

.location_activties_top_title {
  font-size: 36px;
  font-weight: 900;
  line-height: 47.52px;
  text-align: left;
  background: linear-gradient(257.59deg, #39a9f9 -16.43%, #233fcf 102.93%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.location_activties_top_outer {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
  position: relative;
}

.location_activties_top_outer_left,
.location_activties_top_outer_right {
  width: 50%;
}

.location_activties_top_outer_right {
  display: flex;
  justify-content: center;
}

.plan_team_building_contact {
  background: linear-gradient(102.3deg, #004686 -2.25%, #002e57 97.83%);
  max-width: 968px;
  gap: 0px;
  border-radius: 24px 24px 0px 0px;
  padding: 40px;
  margin: auto;
  margin-top: 50px;
  position: relative;
}

.plan_team_building_contact h2 {
  font-size: 32px;
  font-weight: 900;
  line-height: 38.4px;
  text-align: center;
  max-width: 483px;
  margin: auto;
  color: #fff;
}

.plan_team_building_contact img:first-child {
  position: absolute;
  bottom: -59px;
  left: -80px;
  width: 270px;
  height: 270px;
}

.plan_team_building_contact img:nth-child(2) {
  position: absolute;
  top: 8%;
  right: -40px;
  width: 100px;
  height: 100px;
}

.top_teambuilding_resorts_container {
  padding-top: 50px;
  padding-bottom: 50px;
  background: linear-gradient(180deg,
      rgba(255, 192, 130, 0.8) 0%,
      rgba(249, 236, 193, 0.8) 100%),
    linear-gradient(119.17deg,
      rgba(255, 93, 93, 0.5) 9.94%,
      rgba(192, 76, 173, 0.5) 26.36%,
      rgba(24, 87, 209, 0.5) 47.59%),
    linear-gradient(140.61deg,
      rgba(126, 192, 255, 0.5) 18.04%,
      rgba(213, 234, 255, 0.5) 74.78%,
      rgba(231, 243, 255, 0.5) 74.78%);
}

.top_teambuilding_resorts_outer {
  max-width: 80%;
}

.top_teambuilding_resorts_outer h2 {
  font-size: 34px;
  font-weight: 900;
  line-height: 40.8px;
  text-align: left;
  color: #000000;
}

.top_teambuilding_resorts_outer p {
  color: #1e1e1e;
}

.careerExperienceSwiper .swiper_text {
  position: absolute;
  bottom: 0px;
  left: 0px;
  padding: 20px;
  background-color: rgba(0, 0, 0, 0.5);
  /* backdrop-filter: blur(20px); */
  /* filter: blur(10px); */
  z-index: 0;
}

.careerExperienceSwiper .swiper_text h2 {
  font-size: 24px;
  font-weight: 800;
  line-height: 32.74px;
  text-align: left;
  background: linear-gradient(90.6deg, #ff8b37 13.03%, #ffa500 99.64%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  z-index: 1;
  position: relative;
}

.careerExperienceSwiper .swiper_text p {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-align: left;
  color: #fff;
  position: relative;
  z-index: 1;
}

.swiper_plane_text {
  position: absolute;
  top: 15px;
  left: 20px;
  background: #fff;
  box-shadow: 0px 0px 8px 0px #00000014;
  border-radius: 8px;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px;
}

.swiper_plane_text img {
  width: 26px;
  height: 26px;
}

.swiper_plane_text p {
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  text-align: left;
  color: #1e1e1e;
}

.top_teambuilding_resorts_contact {
  background: linear-gradient(130.15deg, #002f59 25.69%, #000000 128.49%);
  max-width: 1145px;
  height: auto;
  border-radius: 20px;
  margin: auto;
  margin-top: 50px;
  padding: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.top_teambuilding_resorts_contact .top_teambuilding_resorts_contact_left {
  width: 60%;
}

.top_teambuilding_resorts_contact .top_teambuilding_resorts_contact_right {
  width: 40%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.top_teambuilding_resorts_contact .top_teambuilding_resorts_contact_left h3 {
  font-size: 24px;
  font-weight: 900;
  line-height: 28.8px;
  text-align: left;
  color: #fff;
}

.top_teambuilding_resorts_contact .top_teambuilding_resorts_contact_left p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  color: #fff;
}

.why_choose_us {
  padding-top: 50px;
  padding-bottom: 50px;
  background: linear-gradient(122.47deg,
      rgba(126, 192, 255, 0.25) 24.45%,
      rgba(212, 234, 255, 0.25) 87.84%,
      rgba(231, 243, 255, 0.25) 87.84%);
}

.why_choose_us h2.why_us_heading {
  font-size: 36px;
  font-weight: 900;
  line-height: 43.2px;
  text-align: center;
}

.why_choose_us h2.why_us_heading span {
  font-size: 36px;
  font-weight: 900;
  line-height: 43.2px;
  text-align: center;
  background: linear-gradient(119.17deg,
      #ff5d5d 9.94%,
      #c04cad 26.36%,
      #1857d1 47.59%);
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  background-clip: text !important;
  text-fill-color: transparent !important;
}

.why_choose_boxes {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  max-width: 1200px;
  margin: auto;
  flex-wrap: wrap;
  margin-top: 80px;
}

.why_choose_boxes .why_choose_box {
  width: 360px;
  height: 167px;
  border-radius: 20px;
  box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.08);
  background: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 4px;
}

.why_choose_boxes .why_choose_box img {
  width: 86px;
  height: 86px;
  object-fit: contain;
}

.why_choose_boxes .why_choose_box p {
  font-size: 20px;
  font-weight: 800;
  line-height: 27.28px;
  text-align: center;
  background: linear-gradient(130.15deg, #002f59 25.69%, #000000 128.49%);
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  background-clip: text !important;
  text-fill-color: transparent !important;
}

/* location  */

.pricingDiscount_inner.pricingDiscount_inner_black {
  /* background: linear-gradient("#1e1e1e")  */
  background: linear-gradient(130.15deg, #1e1e1e 25.69%, #000000 128.49%);
}

.pricingDiscount_inner.pricingDiscount_inner_black .TrendingHeading p,
.pricingDiscount_inner.pricingDiscount_inner_black .TrendingHeading h2 {
  color: #fff !important;
}

.multi_banner_main_image {
  mix-blend-mode: multiply;
}

@media screen and (max-width: 400px) {
  .feature_list div p {
    max-width: 118px !important;
  }

  .plan_offsite_feature .feature_icon {
    position: absolute;
    top: -19px;
    width: 55px;
  }

  .MainHeading h1 {
    font-size: 20px !important;
  }

  .gradientHeader {
    font-size: 24px !important;
    line-height: 30px !important;
  }

  .popular_program_box div {
    width: 150px !important;
    height: 141px !important;
  }
}

.careerExperienceSwiper .swiper_text {
  opacity: 0;
  transition: opacity 0.3s ease;
}

.swiper-slide:hover .swiper_text {
  opacity: 1;
}

#why_us_heading span {
  white-space: nowrap;
}

/* leadership prog  */

.leadership_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  padding: 40px 0px;
  margin-top: 50px;
}

.leadership_dev_programs {
  background: linear-gradient(90.01deg,
      rgba(248, 214, 101, 0.6) -6.24%,
      rgba(255, 122, 0, 0.6) 100%);
}

.leadership_left {
  width: 50%;
}

.leadership_right {
  width: 40%;
}

.leadership_left h1 {
  font-size: 40px;
  font-weight: 900;
  line-height: 48px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

.leadership_left p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  color: rgba(37, 37, 37, 1);
}

.leadership_inner_text {
  margin-top: 40px;
}

.leadership_right {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  /* Two columns of equal width */
  gap: 16px;
  /* Space between grid items */
  padding: 16px;
  /* Optional: Adds padding around the grid */
  row-gap: 60px;
}

.leadership_right div {
  background: rgba(255, 255, 255, 0.75);
  border-radius: 16px;
  height: 110px;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.leadership_right div h2 {
  font-size: 16px;
  font-weight: 900;
  line-height: 22px;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  text-align: center;
  margin-top: 10px;
}

.leadership_right div {
  position: relative;
}

.leadership_right div img {
  position: absolute;
  top: -45px;
  left: 50%;
  transform: translateX(-50%);
}

.review_container {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
  gap: 40px;
  margin-top: 40px;
}

.review_container div {
  position: relative;
  max-width: 388px;
  width: 100%;
  gap: 0px;
  border-radius: 16px;
  background: white;
  padding: 40px 20px;
  padding-bottom: 10px;
}

.review_container div img {
  position: absolute;
  top: -40px;
  left: 4%;
}

.review_container div h3 {
  font-size: 20px;
  font-weight: 800;
  line-height: 27.28px;
  text-align: left;
}

.review_container div p {
  font-size: 14px;
  font-weight: 600;
  line-height: 19.1px;
  text-align: left;
  margin-top: 20px;
}

.popular_programs_container {
  margin-top: 60px;
}

.popular_programs_container h1 {
  font-family: Nunito;
  font-size: 36px;
  font-weight: 900;
  line-height: 43.2px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

.popular_program_box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  margin-top: 80px;
  row-gap: 50px;
  margin-bottom: 60px;
}

.popular_program_box div {
  width: 160px;
  height: 140px;
  border-radius: 20px;
  /* background-color: rgba(255, 255, 255, 0.9); */
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  position: relative;
  background: linear-gradient(to bottom,
      rgba(255, 255, 255, 1) 81.76%,
      rgba(255, 122, 0, 0.1) 100%);
}

.popular_program_box div::after {
  content: "";
  bottom: 0px;
  position: absolute;
  width: 100%;
  height: 70px;
  backdrop-filter: 20px;
}

.popular_program_box div img {
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
}

.popular_program_box div p {
  font-size: 16px;
  font-weight: 800;
  line-height: 20.01px;
  text-align: center;
  margin-top: 20px;
}

/* leadership prog  */

blockquote {
  border-left: 4px solid #ccc;
  padding-left: 1em;
  margin: 1em 0;
  color: #555;
}

/* #activity__description {
  max-height: 100vh;
  overflow: auto;
} */

.customcards {
  transition: 0.3s ease;
}

.customcards:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}


.footer-column-title {
  font-weight: 700;
  color: #ff7b00;
  font-size: 1.1rem;
  margin-bottom: 12px;
}

.footer-link {
  color: #333;
  text-decoration: none;
  display: block;
  margin-bottom: 8px;
  transition: 0.3s;
}

.footer-link:hover {
  color: #ff7b00;
}

.newsLetter_field {
  border-radius: 8px;
  padding: 8px 15px;
  border: 1px solid #ccc;
  outline: none;
}

.newsLetter_field:focus {
  border-color: #ff7b00;
}

.footertext {
  font-size: 0.95rem;
  text-align: center;
  color: #555;
  max-width: 250px;
}

.rightsCol p {
  font-size: 0.9rem;
  color: #666;
}


/* Mobile menu styles */
.menu {
  position: fixed;
  top: 0;
  right: -100%;
  width: 80%;
  max-width: 300px;
  height: 100vh;
  background: white;
  z-index: 1001;
  transition: right 0.3s ease;
  padding: 20px;
  box-shadow: -2px 0 10px rgba(0, 0, 0, 0.1);
}

.menu.active {
  right: 0;
}

.close-icon {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 24px;
  cursor: pointer;
  z-index: 1002;
}

.menu-items {
  list-style: none;
  padding: 0;
  margin-top: 50px;
}

.menu-items li {
  margin-bottom: 20px;
}

.menu-items a {
  text-decoration: none;
  color: #333;
  font-weight: 500;
  font-size: 18px;
  display: block;
  padding: 10px 0;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  display: none;
}

.overlay.active {
  display: block;
}

.hamburger-menu {
  cursor: pointer;
}

/* Ensure body doesn't scroll when menu is open */
body.no-scroll {
  overflow: hidden;
}


.loading-icon {
  display: none;
  width: 25px;
  height: 25px;
  border: 3px solid #ccc;
  border-top: 3px solid #ff7b00;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
}

@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}




/* Mobile Menu Styles */
.menu-container {
  position: relative;
}

.menu {
  position: fixed;
  top: 0;
  right: -100%;
  width: 80%;
  max-width: 300px;
  height: 100vh;
  background: white;
  z-index: 1001;
  transition: right 0.3s ease;
  padding: 20px;
  box-shadow: -2px 0 10px rgba(0, 0, 0, 0.1);
  overflow-y: auto;
}

.menu.active {
  right: 0;
}

.close-icon {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 24px;
  cursor: pointer;
  z-index: 1002;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f5f5f5;
  border-radius: 50%;
  border: none;
}

.close-icon:hover {
  background: #e0e0e0;
}

.menu-items {
  list-style: none;
  padding: 0;
  margin-top: 50px;
}

.menu-items li {
  margin-bottom: 20px;
}

.menu-items a {
  text-decoration: none;
  color: #333;
  font-weight: 500;
  font-size: 18px;
  display: block;
  padding: 10px 0;
  transition: color 0.3s ease;
  border-bottom: 1px solid #f0f0f0;
}

.menu-items a:hover {
  color: #007bff;
}

.contactMobBtn {
  margin-top: 30px;
  border-bottom: none !important;
}

.contactMobBtn .PrimaryBtn {
  width: 100%;
  text-align: center;
  padding: 12px 20px;
  background: linear-gradient(90deg, #007BFF, #00C6FF);
  color: white;
  border: none;
  border-radius: 8px;
  font-weight: 600;
  text-decoration: none;
  display: block;
}

.contactMobBtn .PrimaryBtn:hover {
  background: linear-gradient(90deg, #0056b3, #0099cc);
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
  display: none;
}

.overlay.active {
  display: block;
}

.hamburger-menu {
  cursor: pointer;
  z-index: 1000;
  padding: 5px;
}

.hamburger {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Ensure body doesn't scroll when menu is open */
body.no-scroll {
  overflow: hidden;
}

/* Loading icon styles */
.loading-icon {
  display: none;
  width: 20px;
  height: 20px;
  border: 2px solid #f3f3f3;
  border-top: 2px solid #007bff;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  margin-left: 10px;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* Form button styles */
.submitQuote {
  background: linear-gradient(90deg, #007BFF, #00C6FF);
  color: white;
  border: none;
  padding: 12px 30px;
  border-radius: 8px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.submitQuote:hover {
  background: linear-gradient(90deg, #0056b3, #0099cc);
  transform: translateY(-2px);
}

.submitQuote:disabled {
  background: #6c757d;
  cursor: not-allowed;
  transform: none;
}


.valueBox {
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  padding: 20px;
  width: 220px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.valueBox:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.12);
}

.valueBox img {
  transition: transform 0.3s ease;
}

.valueBox:hover img {
  transform: scale(1.1);
}


.uspCard {
  background: #fff;
  transition: all 0.3s ease;
  cursor: pointer;
}

.uspCard:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

.uspCard img {
  transition: transform 0.3s ease;
}

.uspCard:hover img {
  transform: scale(1.1);
}