body {
  font-family: "Inter", sans-serif;
  text-decoration: none;
  font-size: 0.9em;
  overflow-x: hidden;
  position: relative;
  font-weight: 400;
  line-height: 1.5;
}
html {
  scroll-behavior: smooth; /* Smooth scroll effect */
}
.navbar-brand {
  padding: 0;
}
.trade-detail-header {
  min-height: 350px;
  text-align: center;
  display: grid;
  padding: 60px 0 100px 0;
  place-items: center;
  background-position: center center;
  position: relative;
  background-size: cover;
  background: 
    url("/assets/img/wheel/baner-1.jpg"); /* Adjust the path */
}

.trade-detail-header h1 {
  color: #fff;
  font-size: 36px;
  /* text-transform: uppercase; */
  font-weight: 600;
}
.counter-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.counter-wrapper .counter-inner {
  margin-right: 30px;
}

@media only screen and (max-width: 768px) {
  .counter-wrapper .counter-inner {
    margin-left: 20px;
  }
}

.counter-wrapper .counter-box {
  width: 130px;
  height: 130px;
  font-size: 3.125rem;
  color: #fff;
  background: rgb(255 255 255 / 9%);
  border: 2px dashed #a1a1a1;
  display: grid;
  font-weight: 600;
  place-items: center;
  border-radius: 10px;
}
.counter-wrapper .counter-inner p {
  color: #fff;
  font-size: 17px;
  line-height: 22px;
  margin: 7px 0;
}
.custom-section {
  /* background: linear-gradient(85.7deg, #e6f3ff 1.71%, #fff8e0 99.56%); */
  padding: 60px 0;
  background-color: #fff;
  color: #000;
}

.form-container {
  background: #fff; /* Slight transparent white */
  border-radius: 30px !important;
  padding: 30px 50px !important;
  /* backdrop-filter: blur(10px); */
  color: #000;
  transition: transform 0.3s ease-in-out;
}

.form-container:hover {
  transform: scale(1.05); /* Slight zoom effect on hover */
}
.form-label {
  font-weight: 600;
}
.form-control:focus {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  outline: none;
}

button[type="submit"] {
  background-color: #140a49;
  color: #fff;
  border: none;
  border-radius: 50px;
  font-size: 18px;
  font-weight: bold;
  padding: 10px 30px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

button[type="submit"]:hover {
  background-color: #ffaa33;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
  cursor: pointer;
}

.img-fluid {
  max-width: 100%;
  /* animation: float 3s ease-in-out infinite; */
}

/* Floating animation for the image */
@keyframes float {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}

/* Media queries for responsiveness */
@media (max-width: 768px) {
  .form-container {
    margin-top: 30px;
  }

  .custom-section {
    padding: 40px 0;
  }

  button[type="submit"] {
    font-size: 16px;
    padding: 10px 20px;
  }
}


.card-n-subwheel-container .item .flex-column {
  position: relative;
  z-index: 1;
  height: 100%;
}
.card-n-subwheel-container .left {
  z-index: 1;
}
.left {
  float: left !important;
}
.card-n-subwheel-container .item:after {
  content: "";
  background-image: url(https://d8it4huxumps7.cloudfront.net/uploads/images/b2b/crumbled-ppr.png?d=1801x810);
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100%;
  opacity: 0.2;
  z-index: 0;
  position: absolute;
  left: 0;
  top: 0;
}
.card-n-subwheel-container .item:nth-child(1) {
  scale: 1;
}


.bg-red-200,
.red-200,
.red-200-bg-hover:hover {
  /* background: #fad3c6 !important; */
  color: #fff;
  background: linear-gradient(180deg, #2a204c, #8a71a4);
}
.un-button.right_icon .btn-content {
  padding-right: 3px;
  padding-left: 16px;
}

.un-button .btn-content {
  padding: 11.5px 16px 11.5px 3px;
}
.card-n-subwheel-container .tabs_container {
  padding-bottom: 50px;
  display: flex;
  margin-top: -28px;
  flex-direction: column;
  gap: 100px;
}

.tabs_container {
  padding: 0px 40px;
  margin: 0 auto;
}
.bg-blue-200,
.blue-200,
.blue-200-bg-hover:hover {
  /* background: #bfdcf9 !important; */
  color: #fff;
  background: linear-gradient(180deg, #755e90, #ed5159);
}
.bg-purple-200,
.purple-200,
.purple-200-bg-hover:hover {
  /* background: #d8d1fb !important; */
  color: #fff;
  background: linear-gradient(180deg, #dd5360, #755e90);
}
.bg-orange-200,
.orange-200,
.orange-200-bg-hover:hover {
  color: #fff;
  background: linear-gradient(180deg, #755e90, #e05360);
  /* background: #fedfc6 !important; */
}
.bg-green-200,
.green-200,
.green-200-bg-hover:hover {
  background: #c3f0da !important;
  color: #fff;
  background: linear-gradient(180deg, #755e90, #ed5159);
}
.bg-pink-200,
.pink-200,
.pink-200-bg-hover:hover {
  background: #f9cfde !important;
}
.white-bg {
  position: absolute;
  bottom: -628px;
  background: #fff;
  height: 628px;
  width: 628px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.7s;
}
.card-n-subwheel-container {
  min-height: calc(100vh - 63px);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  flex-direction: column;
  padding-top: 20px;
}

.card-n-subwheel-container .item:after {
  content: "";
  background-image: url(https://d8it4huxumps7.cloudfront.net/uploads/images/b2b/crumbled-ppr.png?d=1801x810);
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100%;
  opacity: 0.2;
  z-index: 0;
  position: absolute;
  left: 0;
  top: 0;
}
.card-n-subwheel-container .item:after {
  content: "";
  background-image: url(https://d8it4huxumps7.cloudfront.net/uploads/images/b2b/crumbled-ppr.png?d=1801x810);
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100%;
  opacity: 0.2;
  z-index: 0;
  position: absolute;
  left: 0;
  top: 0;
}
.card-n-subwheel-container .item:after {
  content: "";
  background-image: url(https://d8it4huxumps7.cloudfront.net/uploads/images/b2b/crumbled-ppr.png?d=1801x810);
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100%;
  opacity: 0.2;
  z-index: 0;
  position: absolute;
  left: 0;
  top: 0;
}
.card-n-subwheel-container .item:after {
  content: "";
  background-image: url(https://d8it4huxumps7.cloudfront.net/uploads/images/b2b/crumbled-ppr.png?d=1801x810);
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100%;
  opacity: 0.2;
  z-index: 0;
  position: absolute;
  left: 0;
  top: 0;
}


.white-bg {
  position: absolute;
  bottom: -628px;
  background: #fff;
  height: 628px;
  width: 628px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.7s;
}
.sub-wheel .frame.f2 {
  background: url(https://d8it4huxumps7.cloudfront.net/uploads/images/b2b/sub-wheel-2.png?d=416x344);
  width: 208px;
  height: 172px;
  left: 183px;
  top: -62px;
}
.sub-wheel .frame.f3 {
  background: url(https://d8it4huxumps7.cloudfront.net/uploads/images/b2b/sub-wheel-3.png?d=358x396);
  height: 198px;
  width: 179px;
  right: -41px;
  top: 40px;
}
.sub-wheel .frame.f2 {
  background: url(https://d8it4huxumps7.cloudfront.net/uploads/images/b2b/sub-wheel-2.png?d=416x344);
  width: 208px;
  height: 172px;
  left: 183px;
  top: -62px;
}
.sub-wheel .frame.f4 {
  background: url(https://d8it4huxumps7.cloudfront.net/uploads/images/b2b/sub-wheel-4.png?d=354x380);
  width: 177px;
  height: 190px;
  right: -41px;
  bottom: 52px;
  rotate: 0deg;
}
.sub-wheel .frame.f5 {
  background: url(https://d8it4huxumps7.cloudfront.net/uploads/images/b2b/sub-wheel-5.png?d=406x328);
  width: 203px;
  bottom: -51px;
  right: 88px;
  height: 164px;
  rotate: -1deg;
}
.sub-wheel .frame.f6 {
  background: url(https://d8it4huxumps7.cloudfront.net/uploads/images/b2b/sub-wheel-6.png?d=368x398);
  width: 184px;
  height: 199px;
  bottom: -32px;
  left: 21px;
  background-position: right;
  rotate: 0deg;
}
.sub-wheel .frame.f7 {
  background: url(https://d8it4huxumps7.cloudfront.net/uploads/images/b2b/sub-wheel-7.png?d=300x422);
  height: 211px;
  width: 150px;
  top: 137px;
  left: -57px;
  background-position: right;
}
.sub-wheel .frame {
  position: absolute;
  overflow: hidden;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  filter: grayscale(1);
}
.sub-wheel .frame.f2 {
  background: url(https://d8it4huxumps7.cloudfront.net/uploads/images/b2b/sub-wheel-2.png?d=416x344);
  width: 208px;
  height: 172px;
  left: 183px;
  top: -62px;
}

.sub-wheel .frame.active {
  filter: none;
}

.sub-wheel .frame {
  position: absolute;
  overflow: hidden;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  filter: grayscale(1);
}
.sub-wheel .frame.f1 {
  background: url(https://d8it4huxumps7.cloudfront.net/uploads/images/b2b/sub-wheel-1.png?d=382x396);
  width: 191px;
  height: 198px;
  left: 13px;
  top: -28px;
}

.sub-wheel .frame {
  position: absolute;
  overflow: hidden;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  filter: grayscale(1);
}
.sub-wheel.active-2 {
  rotate: -13deg;
}

.sub-wheel {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 480px;
  width: 480px;
  rotate: 39deg;
  transition: 0.7s;
}
.new-head {
  padding-bottom: 100px;
  padding-top: 70px;
  position: relative;
  z-index: 9;
  overflow: hidden;
  justify-content: center !important;
}
.eclipse-container:before {
  content: "";
  width: calc(100% + 400px);
  height: calc(100% + 400px);
  position: absolute;
  top: -150px;
  left: -200px;
  z-index: -2;
  transition: 0.3s;
  border-radius: 475px;
  opacity: 1;
  background: #fff;
  filter: blur(60px);
}
.new-head .heading h1,
.new-head .heading h2 {
  font-size: 32px;
  font-weight: 500;
  line-height: 110%;
  text-align: center;
  color: var(--grey-1100);
  margin-bottom: 0;
}
.eclipse-container:after {
  position: absolute;
  content: "";
  top: 102px;
  left: 108px;
  height: 334px;
  width: 390px;
  background: #fff;
  border-radius: 100%;
  z-index: 9;
}

.align-center {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center; /* For aligning text in center */
}

/* inline css move */

img {
  width: auto;
  height: auto;
}
.oh {
  overflow: hidden;
  position: relative;
  z-index: 9;
}
.s_hdng {
  margin-bottom: 50px;
  font-size: 40px;
  line-height: 130%;
  color: var(--grey-1100);
  font-weight: 500;
}
.s_hdng strong {
  color: var(--primary-700);
}
@media (max-width: 1279px) {
  .s_hdng {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .s_hdng {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 24px;
  }
  .s_hdng.center {
    text-align: left !important;
  }
}
@media (max-width: 1024px) {
  section {
    padding: 80px 0;
  }
}
@media (max-width: 767px) {
  section {
    padding: 40px 0;
  }
}
.campaigns {
  background: #fff;
  position: relative;
  z-index: 9;
}
.client {
  display: flex;
}
.client .left_sect {
  width: 200px;
  padding-right: 30px;
}
.client .left_sect span {
  width: 100%;
  height: 65px;
  background: var(--grey-00);
  border-radius: 12px;
  margin-bottom: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: 1px solid var(--stroke-primary);
  transition: 0.3s;
}
.client .left_sect span img {
  max-height: 50px;
  max-width: 50%;
}
.client .left_sect span.active,
.client .left_sect span:hover {
  border-color: #0073e6;
}
.client .left_sect span.active {
  border-width: 2px;
}
.client .left_sect span:last-child {
  margin-bottom: 0;
}
.client .right_sect {
  width: calc(100% - 200px);
  border: 2px solid #e2e2e2;
  border-radius: 12px;
  background: var(--grey-00);
  display: flex;
  align-items: center;
  padding: 20px 40px;
}
.client .cptn {
  width: 260px;
  padding-right: 30px;
}
.client .cptn img {
  max-height: 50px;
  max-width: 100px;
  display: block;
  margin-bottom: 30px;
}
.client .cptn p {
  font-size: 14px;
  line-height: 140%;
  color: var(--grey-1100);
  margin-bottom: 20px;
}
.client .cptn a {
  display: inline-flex;
  align-items: center;
  color: var(--blue-700);
  font-size: 12px;
  font-weight: 500;
  gap: 5px;
}
.client .cptn a em {
  font-size: 20px;
}
.client .img {
  width: calc(100% - 260px);
  border-left: 1px solid #e2e2e2;
  position: relative;
  padding: 20px 0 20px 30px;
}
.client .img .banner {
  width: 80%;
  display: block;
}
.client .card {
  position: absolute;
  height: 70px;
  background: var(--grey-00);
  box-shadow: 0 9.23436px 13.8515px #00000014;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 12px;
  right: 0;
  padding-right: 20px;
}
.client .card:nth-child(1) {
  top: 0;
  right: 60px;
}
.client .card:nth-child(2) {
  top: 0;
  bottom: 0;
  margin: auto;
}
.client .card:nth-child(3) {
  bottom: 0;
  right: 80px;
}
.client .card strong {
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  color: var(--primary-700);
  width: calc(100% - 30px);
  padding-left: 10px;
}
.client .card span {
  display: block;
  font-weight: 600;
  font-size: 12px;
  margin-top: 5px;
}
@media (max-width: 1279px) {
  .client {
    display: block;
  }
  .client .left_sect {
    width: 100%;
    padding-right: 0;
    text-align: center;
  }
  .client .left_sect span {
    width: 130px;
    height: 80px;
    margin-right: 10px;
    margin-bottom: 0;
    vertical-align: top;
  }
  .client .left_sect span:last-child {
    margin-right: 0;
  }
  .client .right_sect {
    width: 100%;
    margin-top: 20px;
  }
}
@media (max-width: 1024px) {
  .client .left_sect span {
    width: 90px;
    height: 70px;
    margin-right: 6px;
  }
  .client .left_sect span:last-child {
    margin-right: 0;
  }
  .client .right_sect {
    flex-wrap: wrap;
  }
  .client .cptn {
    width: 100%;
    padding-right: 0;
    margin-bottom: 20px;
  }
  .client .cptn p {
    font-size: 12px;
    margin-bottom: 12px;
  }
  .client .cptn img {
    margin-bottom: 20px;
  }
  .client .img {
    width: 100%;
    border-left: 0;
    padding: 0;
  }
}
@media (max-width: 767px) {
  .client .left_sect {
    width: auto;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    margin: 0 -16px;
    padding: 0 16px;
  }
  .client .left_sect span {
    width: 80px;
    height: 60px;
    margin-right: 8px;
  }
  .client .right_sect {
    padding: 20px;
  }
  .client .img .banner {
    width: 100%;
  }
  .client .m_flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: -5px;
  }
  .client .card {
    position: static;
    width: calc(50% - 10px);
    margin: 5px;
    box-shadow: 0 5.44092px 8.16138px #00000014;
    padding: 0 10px;
    height: 60px;
  }
  .client .card img {
    width: 25px;
    height: 25px;
  }
  .client .card strong {
    font-size: 12px;
    width: calc(100% - 25px);
    padding-left: 8px;
  }
  .client .card span {
    font-size: 10px;
  }
}
.request {
  margin-top: 30px;
  text-align: center;
}
.request span {
  width: 226px;
  height: 50px;
  border-radius: 8px;
  font-size: 16px;
  background: #1c4980;
  color: var(--grey-00);
  transition: 0.3s;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.tip-box-bg {
  background: #0006;
  z-index: 999999;
}
.contact_box {
  position: fixed;
  bottom: 20px;
  z-index: 99999999;
  width: 450px;
  right: 20px;
  max-height: calc(100vh - 40px);
  background: var(--grey-00);
  border: 1px solid var(--stroke-primary);
  border-radius: 8px;
  overflow: hidden;
}
.contact_box .hdg {
  background: #ffc700;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: var(--grey-1100);
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
  background-image: url(https://d8it4huxumps7.cloudfront.net/uploads/images/648c45369de59_bg.png);
  background-size: cover;
}
.contact_box em {
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  border-radius: 50px;
  cursor: pointer;
  transition: 0.3s;
  color: var(--grey-1100);
}
.contact_box em:hover {
  background: var(--grey-00);
}
.contact_box .contact-form {
  padding: 20px;
  max-width: 100%;
  overflow: hidden;
  overflow-y: auto;
  max-height: calc(100vh - 110px);
  grid-template-columns: repeat(1, 1fr);
}
.contact_box .contact_us {
  border: 0;
  padding: 0;
  border-radius: 0;
}
.contact_box .contact_us button.btn {
  background: #ffc700;
  color: var(--grey-1100);
  font-weight: 500;
  letter-spacing: 0;
}
.contact_box .contact_us button.btn em {
  display: none;
}
.contact_box .contact_us .alert-message {
  margin-top: 0 !important;
}
.contact_box .addresses {
  display: none;
}
@media (max-width: 767px) {
  .contact_box {
    width: calc(100% - 20px);
    right: 0;
    bottom: 10px;
    left: 0;
    margin: auto;
    max-height: calc(100vh - 20px);
  }
  .contact_box .contact-form {
    max-height: calc(100vh - 90px);
  }
}
.testimonials_sect {
  background: linear-gradient(85.7deg, #e6f3ff 1.71%, #fff8e0 99.56%);
}
.testimonials_sect .d-flex {
  border: 1px solid var(--grey-200);
  border-radius: 12px;
  background: var(--grey-00);
  overflow: hidden;
}
.testimonials_sect .d-flex:hover .overlay {
  opacity: 1;
}
.testimonials_sect .video {
  width: 262px;
  height: 100%;
  position: relative;
  z-index: 9;
  overflow: hidden;
  cursor: pointer;
}
.testimonials_sect .video img {
  display: block;
  width: 100%;
}
.testimonials_sect .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, #0000008c, #0000008c);
  opacity: 0;
  transition: 0.3s;
}
.testimonials_sect .overlay em {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  font-size: 40px;
  box-shadow: 0 0 0 4px #fff3;
  cursor: pointer;
  background: #ffba00;
  color: var(--grey-00);
  transition: 0.3s;
}
.testimonials_sect .carousel {
  width: calc(100% - 262px);
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.testimonials_sect .carousel p {
  font-size: 14px;
  line-height: 140%;
  color: var(--grey-1100);
  margin-bottom: 0;
}
.testimonials_sect .carousel h3 {
  font-size: 16px;
  line-height: 120%;
  color: var(--grey-1100);
  margin-top: 10px;
  margin-bottom: 0;
}
.testimonials_sect .carousel h3 span {
  font-weight: 400;
  font-size: 12px;
  line-height: 130%;
  color: var(--grey-800);
  display: block;
  margin-top: 4px;
}
.testimonials_sect .carousel .logo {
  margin-top: 10px;
}
.testimonials_sect .carousel .logo img {
  max-width: 70px;
  max-height: 50px;
  width: auto;
}
@media only screen and (min-width: 768px) {
  .testimonials_sect .owl-item {
    margin: 0 auto;
  }
  .testimonials_sect .owl-prev,
  .testimonials_sect .owl-next {
    position: absolute;
    bottom: 0;
    font-size: 30px;
    transition: 0.3s;
    display: flex;
    cursor: pointer;
    font-family: Material Icons;
    font-feature-settings: "liga";
    width: 48px;
    height: 48px;
    border-radius: 50%;
    text-align: center;
    background: var(--grey-00);
    color: var(--grey-1100);
    align-items: center;
    justify-content: center;
    border: 1px solid #afafaf;
    top: 0;
    margin: auto;
  }
  .testimonials_sect .owl-prev:not(.disabled):hover,
  .testimonials_sect .owl-next:not(.disabled):hover {
    background: var(--blue-700);
    color: var(--grey-00);
    border-color: var(--grey-00);
  }
  .testimonials_sect .owl-prev:before,
  .testimonials_sect .owl-next:before {
    font-family: Material Icons;
    font-feature-settings: "liga";
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .testimonials_sect .owl-prev,
  .testimonials_sect .owl-next {
    font-size: 20px;
  }
}
@media only screen and (min-width: 768px) {
  .testimonials_sect .owl-prev {
    left: -68px;
  }
  .testimonials_sect .owl-prev:before {
    content: "keyboard_arrow_left";
  }
  .testimonials_sect .owl-next {
    right: -68px;
  }
  .testimonials_sect .owl-next:before {
    content: "keyboard_arrow_right";
  }
  .testimonials_sect .owl-dots {
    bottom: -35px;
  }
  .testimonials_sect .disabled {
    opacity: 0.5;
  }
  .testimonials_sect .disabled:before {
    cursor: not-allowed;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1366px) {
  .testimonials_sect .owl-prev {
    left: -24px;
  }
  .testimonials_sect .owl-next {
    right: -24px;
  }
}
@media only screen and (min-width: 768px) {
  .testimonials_sect owl-carousel-o {
    position: relative;
    padding: 0 68px;
    display: block;
  }
  .testimonials_sect owl-carousel-o:before,
  .testimonials_sect owl-carousel-o:after {
    content: "";
    position: absolute;
    width: 153px;
    height: 123px;
    background-size: cover;
  }
  .testimonials_sect owl-carousel-o:before {
    background-image: url(https://d8it4huxumps7.cloudfront.net/uploads/images/668cffc687abe_quote_top.png?d=306x246);
    top: -76px;
    left: -36px;
  }
  .testimonials_sect owl-carousel-o:after {
    background-image: url(https://d8it4huxumps7.cloudfront.net/uploads/images/668d00bd1b560_quote_bottom.png?d=306x246);
    bottom: -76px;
    right: -36px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1366px) {
  .testimonials_sect owl-carousel-o {
    position: relative;
  }
  .testimonials_sect owl-carousel-o:before,
  .testimonials_sect owl-carousel-o:after {
    background-size: 80px;
    background-repeat: no-repeat;
  }
  .testimonials_sect owl-carousel-o:before {
    top: -40px;
    left: -20px;
    background-position: top left;
  }
  .testimonials_sect owl-carousel-o:after {
    bottom: -40px;
    right: -20px;
    background-position: bottom right;
  }
}
@media (max-width: 767px) {
  .testimonials_sect .mobile_carousel {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    margin: 0 -16px;
    padding: 0 16px 1px;
  }
  .testimonials_sect .d-flex {
    display: inline-block;
    width: 280px;
    white-space: normal;
    vertical-align: top;
    min-height: 368px;
    padding: 16px;
  }
  .testimonials_sect .d-flex:not(:last-child) {
    margin-right: 10px;
  }
  .testimonials_sect .video {
    width: 50%;
    border-radius: 12px;
    margin-bottom: 16px;
  }
  .testimonials_sect .video .overlay {
    background: linear-gradient(0deg, #0003, #0003);
    opacity: 1;
  }
  .testimonials_sect .video .overlay em {
    height: 40px;
    width: 40px;
    font-size: 30px;
  }
  .testimonials_sect .carousel {
    width: 100%;
    padding: 0;
  }
  .testimonials_sect .carousel p {
    font-size: 12px;
  }
  .testimonials_sect .carousel h3 {
    font-size: 12px;
    font-weight: 600;
  }
  .testimonials_sect .carousel h3 span {
    font-size: 10px;
  }
  .testimonials_sect .carousel .logo img {
    max-width: 50px;
    max-height: 40px;
  }
}
.video_preview {
  overflow: hidden;
  border-radius: 8px;
  border: 20px solid var(--grey-00);
  display: flex;
}
.video_preview .ytplayer-wrapper,
.video_preview .youtube-player {
  width: 100%;
}
.video_preview .player {
  position: relative;
  display: block;
  height: 0;
  padding: 0 0 56.25%;
  overflow: hidden;
}
.video_preview iframe,
.video_preview video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
@media (max-width: 991px) {
  .video_preview {
    width: 90%;
    border: 12px solid var(--grey-00);
  }
}
.new-head {
  padding-bottom: 100px;
  padding-top: 70px;
  position: relative;
  z-index: 9;
  overflow: hidden;
  justify-content: center;
}
.new-head .heading {
  position: absolute;
  z-index: 999;
  text-align: center;
  margin-bottom: 20px;
}

.new-head .heading h1 strong,
.new-head .heading h2 strong {
  color: var(--primary-700);
  font-weight: 600;
}
.new-head .heading h1 {
  margin-bottom: 10px;
}
.new-head .heading h2 {
  font-size: 36px;
  margin-bottom: 12px;
}
.new-head .heading h2 strong {
  font-weight: 400;
}
.new-head .heading span {
  font-size: 14px;
  font-weight: 500;
  line-height: 130%;
  text-align: center;
}
.new-head .moving-grids {
  width: 100%;
  position: absolute;
  z-index: -3;
  min-height: calc(100vh - 80px);
  display: flex;
  flex-direction: column;
  gap: 25px;
  justify-content: center;
  top: 0;
  bottom: 0;
  margin: auto;
}
.new-head .moving-grids div {
  width: 100%;
  height: 93px;
  background-position: center;
  background-size: cover;
  position: relative;
  background-repeat: repeat;
  animation-duration: 100s !important;
  animation-iteration-count: infinite !important;
  animation-fill-mode: forwards !important;
  animation-timing-function: linear !important;
}
.new-head .moving-grids div:nth-child(1) {
  background-image: url("/assets/img/wheel/strips/1.png");

  animation: _ngcontent-serverApp-c1712901063_leftToRight;
}
.new-head .moving-grids div:nth-child(2) {
  background-image: url("/assets/img/wheel/strips/2.png");
  animation: _ngcontent-serverApp-c1712901063_rightToLeft;
}
.new-head .moving-grids div:nth-child(3) {
  background-image: url("/assets/img/wheel/strips/3.png");
  animation: _ngcontent-serverApp-c1712901063_leftToRight;
}
.new-head .moving-grids div:nth-child(4) {
  background-image: url("/assets/img/wheel/strips/4.png");
  animation: _ngcontent-serverApp-c1712901063_rightToLeft;
}
@keyframes _ngcontent-serverApp-c1712901063_leftToRight {
  0% {
    background-position: 0 0vw;
  }
  to {
    background-position: -100vw 0;
  }
}
@keyframes _ngcontent-serverApp-c1712901063_rightToLeft {
  0% {
    background-position: -100vw 0;
  }
  to {
    background-position: 0 0;
  }
}
.eclipse-wrapper {
  background: url(https://d8it4huxumps7.cloudfront.net/uploads/images/b2b/wheel-frame.png?d=1352x1445);
  background: url("/assets/img/wheel/outer-circle.png"); /* Adjust the path */
  height: 700px;
  width: 660px;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  z-index: -1;
}
.eclipse-container {
  position: relative;
  /* background: url(https://d8it4huxumps7.cloudfront.net/uploads/images/b2b/wheel-bg.png?d=1203x1201); */
  background: url("/assets/img/wheel/circle-seamless.png"); /* Adjust the path */
  height: 600px;
  width: 600px;
  background-size: contain;
  background-repeat: no-repeat;
}
.eclipse-container:after {
  position: absolute;
  content: "";
  top: 102px;
  left: 108px;
  height: 334px;
  width: 390px;
  background: #fff;
  border-radius: 100%;
  z-index: 9;
}

.eclipse-container .rotating-eclipse {
  position: absolute;
  border-radius: 47px;
  background: #fff;
  z-index: -1;
  display: none;
}
.eclipse-container .rotating-eclipse.active {
  display: block;
}
.eclipse-container .rotating-eclipse.posn1 {
  top: 15px;
  left: 38px;
  height: 300px;
  width: 306px;
  rotate: -43deg;
}
.eclipse-container .rotating-eclipse.posn2 {
  top: -100px;
  left: 33px;
  height: 300px;
  width: 448px;
  rotate: 0deg;
}
.eclipse-container .rotating-eclipse.posn3 {
  top: -27px;
  height: 300px;
  width: 405px;
  rotate: 40deg;
  right: -75px;
}
.eclipse-container .rotating-eclipse.posn4 {
  top: 198px;
  height: 300px;
  width: 366px;
  rotate: 99deg;
  right: -75px;
}
.eclipse-container .rotating-eclipse.posn5 {
  bottom: -12px;
  height: 300px;
  width: 396px;
  rotate: -13deg;
  right: 26px;
}
.eclipse-container .rotating-eclipse.posn6 {
  bottom: -10px;
  height: 300px;
  width: 370px;
  rotate: 13deg;
  left: 29px;
}
.eclipse-container .rotating-eclipse.posn7 {
  bottom: 85px;
  height: 300px;
  width: 281px;
  rotate: 62deg;
  left: -13px;
}
.eclipse-container .frame {
  position: absolute;
  overflow: hidden;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  background-image: url(https://d1mgy94x89v8io.cloudfront.net/uploads/images/668d10b88080b_ellipse_2266.png);
}
.eclipse-container .frame .reactive-img {
  position: absolute;
  z-index: 9;
  transform: scale(0.8);
  transition: 0.7s;
}
.eclipse-container .frame .content {
  position: absolute;
  top: 120px;
  left: 1px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
  transition: 0.7s;
}
.eclipse-container .frame .content h4 {
  font-size: 18px;
  font-weight: 500;
  line-height: 23.4px;
  text-align: left;
  color: var(--grey-1100);
  padding-bottom: 12px;
  position: relative;
  margin-bottom: 14px;
}
.eclipse-container .frame .content h4:before {
  content: "";
  position: absolute;
  bottom: 0;
  height: 2px;
  border-radius: 50px;
  width: 95px;
}
.eclipse-container .frame .content .points {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.eclipse-container .frame .content .points .pnt {
  font-size: 14px;
  font-weight: 400;
  line-height: 130%;
  text-align: left;
  padding: 0 10px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.eclipse-container .frame .content .points .pnt .club {
  width: 68px;
  height: auto;
}
.eclipse-container .frame .content .points .pnt .single {
  height: 28px;
  width: auto;
}
.eclipse-container .frame.f1 {
  rotate: 0deg;
  height: 350px;
  width: 400px;
  left: -197px;
  top: -107px;
  transition: 0.7s;
  z-index: 9;
}
.eclipse-container .frame.f1 .reactive-img {
  width: 180px;
  height: auto;
  rotate: -25deg;
  left: 242px;
  bottom: -20px;
}
.eclipse-container .frame.f1 .reactive-img:hover {
  transform: scale(1);
  rotate: -2deg;
  left: 194px;
  bottom: -9px;
}
.eclipse-container .frame.f1 .reactive-img:hover + .content {
  display: flex;
}
.eclipse-container .frame.f1 .content h4:before {
  background: #d63500;
}
.eclipse-container .frame.f1 .content .points .pnt:nth-child(2) {
  margin-left: -25px;
}
.eclipse-container .frame.f1 .before {
  background: #eef5f7;
  height: 33px;
  width: 33px;
  position: absolute;
  z-index: 1;
  right: 113px;
  bottom: 27px;
  border-radius: 50%;
}
.eclipse-container .frame.f1 .before:hover + .reactive-img {
  transform: scale(1);
  rotate: -2deg;
  left: 194px;
  bottom: -9px;
}
.eclipse-container .frame.f1 .before:hover + .reactive-img + .content {
  display: flex;
}
.eclipse-container .frame.f2 {
  height: 220px;
  width: 500px;
  left: -93px;
  top: -94px;
  transition: 0.7s;
  rotate: -1deg;
}
.eclipse-container .frame.f2 .reactive-img {
  width: auto;
  height: 145px;
  bottom: -8px;
  right: 14px;
}
.eclipse-container .frame.f2 .reactive-img:hover {
  transform: scale(1);
  bottom: 25px;
}
.eclipse-container .frame.f2 .reactive-img:hover + .content {
  display: flex;
}
.eclipse-container .frame.f2 .content {
  left: 33px;
  top: 35px;
  align-items: flex-start;
}
.eclipse-container .frame.f2 .content h4:before {
  background: #1c4980;
}
.eclipse-container .frame.f2 .content .points .pnt:nth-child(1) {
  margin-left: -24px;
}
.eclipse-container .frame.f2 .content .points .pnt:last-child {
  text-wrap: wrap;
  margin-left: -43px;
}
.eclipse-container .frame.f3 {
  rotate: 0deg;
  height: 300px;
  width: 450px;
  right: -234px;
  top: -46px;
  transition: 0.7s;
  z-index: 8;
}
.eclipse-container .frame.f3 .reactive-img {
  width: 251px;
  height: auto;
  rotate: 18deg;
  left: -23px;
  bottom: -18px;
}
.eclipse-container .frame.f3 .reactive-img:hover {
  transform: scale(1);
  rotate: 0deg;
  bottom: -4px;
  left: 0;
}
.eclipse-container .frame.f3 .reactive-img:hover + .content {
  display: flex;
}
.eclipse-container .frame.f3 .content {
  right: -18px;
  top: 32px;
  align-items: flex-end;
}
.eclipse-container .frame.f3 .content h4 {
  width: 246px;
  text-align: left;
  margin-right: 40px;
}
.eclipse-container .frame.f3 .content h4:before {
  background: #6548ee;
}
.eclipse-container .frame.f3 .content .points .pnt:nth-child(1) {
  margin-left: -30px;
}
.eclipse-container .frame.f3 .content .points .pnt:nth-child(2) {
  margin-left: 30px;
}
.eclipse-container .frame.f3 .content .points .pnt:nth-child(3) {
  margin-left: 60px;
}
.eclipse-container .frame.f4 {
  rotate: 38deg;
  height: 450px;
  width: 450px;
  top: 53px;
  transition: 0.7s;
  right: -260px;
}
.eclipse-container .frame.f4 .reactive-img {
  width: 170px;
  height: auto;
  right: 151px;
  bottom: -53px;
  rotate: -45deg;
}
.eclipse-container .frame.f4 .reactive-img:hover {
  transform: scale(0.9);
  bottom: -32px;
  rotate: -38deg;
  right: 152px;
}
.eclipse-container .frame.f4 .reactive-img:hover + .content {
  display: flex;
}
.eclipse-container .frame.f4 .before {
  left: 131px;
  width: auto;
  height: 104px;
  bottom: 99px;
  rotate: -40deg;
  position: absolute;
  z-index: 1;
}
.eclipse-container .frame.f4 .before:hover + .reactive-img {
  transform: scale(1);
  bottom: -29px;
  rotate: -38deg;
  right: 155px;
}
.eclipse-container .frame.f4 .before:hover + .reactive-img + .content {
  display: flex;
}
.eclipse-container .frame.f4 .content {
  rotate: -38deg;
  right: -65px;
  top: 171px;
  align-items: flex-end;
}
.eclipse-container .frame.f4 .content h4 {
  margin-left: 120px;
}
.eclipse-container .frame.f4 .content h4:before {
  background: #fa801c;
}
.eclipse-container .frame.f4 .content .points .pnt:nth-child(1) {
  max-width: 252px;
  margin-left: 120px;
}
.eclipse-container .frame.f4 .content .points .pnt:nth-child(2) {
  max-width: 252px;
  margin-left: 120px;
}
.eclipse-container .frame.f4 .content .points .pnt:nth-child(3) {
  max-width: 252px;
  margin-left: 100px;
}
.eclipse-container .frame.f5 {
  rotate: 0deg;
  height: 304px;
  width: 700px;
  right: -402px;
  transition: 0.7s;
  bottom: -124px;
}
.eclipse-container .frame.f5 .reactive-img {
  width: 190px;
  height: auto;
  rotate: -1deg;
  left: -8px;
  top: 5px;
}
.eclipse-container .frame.f5 .reactive-img:hover {
  transform: scale(1);
  left: -25px;
  top: -6px;
  rotate: 5deg;
}
.eclipse-container .frame.f5 .reactive-img:hover + .content {
  display: flex;
}
.eclipse-container .frame.f5 .content {
  bottom: 80px;
  align-items: flex-start;
  left: 275px;
}
.eclipse-container .frame.f5 .content h4 {
  width: 215px;
}
.eclipse-container .frame.f5 .content h4:before {
  background: #0073e6;
}
.eclipse-container .frame.f5 .content .points {
  max-height: 150px;
  flex-wrap: wrap;
  display: flex;
  flex-direction: column;
  margin-left: -50px;
}
.eclipse-container .frame.f5 .content .points .pnt:nth-child(2) {
  margin-left: -30px;
}
.eclipse-container .frame.f5 .content .points .pnt:nth-child(3) {
  margin-left: -60px;
}
.eclipse-container .frame.f5 .content .points .pnt:nth-child(4) {
  max-width: 200px;
}
.eclipse-container .frame.f5 .content .points .pnt:nth-child(5) {
  max-width: 200px;
  margin-left: -12px;
}
.eclipse-container .frame.f6 {
  rotate: 0deg;
  height: 300px;
  width: 600px;
  right: 301px;
  bottom: -63px;
  transition: 0.7s;
}
.eclipse-container .frame.f6 .reactive-img {
  width: 220px;
  height: auto;
  rotate: -1deg;
  right: -18px;
  top: 72px;
}
.eclipse-container .frame.f6 .reactive-img:hover {
  transform: scale(1);
  right: -30px;
  top: 59px;
  rotate: -2deg;
}
.eclipse-container .frame.f6 .reactive-img:hover + .content {
  display: flex;
}
.eclipse-container .frame.f6 .content {
  top: 135px;
  align-items: flex-start;
  left: 30px;
}
.eclipse-container .frame.f6 .content h4 {
  width: 175px;
  margin-left: 35px;
}
.eclipse-container .frame.f6 .content h4:before {
  background: #e9407a;
}
.eclipse-container .frame.f6 .content .points {
  max-height: 100px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
.eclipse-container .frame.f6 .content .points .pnt:nth-child(1) {
  margin-left: 20px;
}
.eclipse-container .frame.f6 .content .points .pnt:nth-child(2) {
  margin-left: 40px;
  width: 210px;
}
.eclipse-container .frame.f6 .content .points .pnt:nth-child(3) {
  margin-left: -35px;
}
.eclipse-container .frame.f7 {
  rotate: -38deg;
  height: 550px;
  width: 550px;
  left: -337px;
  bottom: 89px;
  transition: 0.7s;
}
.eclipse-container .frame.f7 .reactive-img {
  width: 140px;
  height: auto;
  rotate: 34deg;
  right: 200px;
  bottom: -54px;
}
.eclipse-container .frame.f7 .reactive-img:hover {
  transform: scale(1);
  rotate: 37deg;
  bottom: -33px;
  right: 178px;
}
.eclipse-container .frame.f7 .reactive-img:hover + .content {
  display: flex;
  align-items: flex-start;
}
.eclipse-container .frame.f7 .content {
  rotate: 38deg;
  align-items: flex-end;
  top: 223px;
  left: 25px;
}
.eclipse-container .frame.f7 .content h4 {
  width: 232px;
  margin-left: -35px;
}
.eclipse-container .frame.f7 .content h4:before {
  background: #05c165;
}
.eclipse-container .frame.f7 .content .points .pnt:nth-child(2) {
  margin-left: 30px;
}
.eclipse-container .frame.f7 .content .points .pnt:nth-child(3) {
  margin-left: 55px;
}
.eclipse-container .frame.f7 .content .points .pnt:nth-child(4) {
  margin-left: 100px;
}


.card-n-subwheel-container .item {
  border-radius: 40px;
  padding-left: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
  position: sticky;
  top: 30px;
  height: 500px;
  scale: 1;
}

.card-n-subwheel-container .item .flex-column {
  position: relative;
  z-index: 1;
  height: 100%;
}
.card-n-subwheel-container .item:nth-child(1):before {
  content: "";
  background: url(https://d8it4huxumps7.cloudfront.net/uploads/images/b2b/sub-card1-arrow-.png?d=266x244);
  height: 132px;
  width: 119px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 50%;
  z-index: 1;
  top: 30%;
}
.card-n-subwheel-container .item:after {
  content: "";
  background-image: url(https://d8it4huxumps7.cloudfront.net/uploads/images/b2b/crumbled-ppr.png?d=1801x810);
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100%;
  opacity: 0.2;
  z-index: 0;
  position: absolute;
  left: 0;
  top: 0;
}
.card-n-subwheel-container .main-img {
  z-index: 1;
  /* height: 100%; */
  width: auto;
}
.card-n-subwheel-container .left {
  z-index: 1;
}
.card-n-subwheel-container h2 {
  font-size: 80px;
  font-weight: 400;
  line-height: 100%;
  color: var(--red-900);
  margin-bottom: 12px;
}
.card-n-subwheel-container h4 {
 
  font-size: 30px;
  font-weight: 500;
  line-height: 120%;
  margin-bottom: 10px;
}.btn{
  background-color: #140a49;
  color: #fff;
  border: none;
  border-radius: 50px;
  font-size: 18px;
  font-weight: bold;
  padding: 10px 30px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}
.card-n-subwheel-container ul {
  margin: 0;
  padding-left: 20px;
}
.card-n-subwheel-container ul li {
  font-size: 16px;
  line-height: 130%;
  text-align: left;
  list-style: disc;
}
.card-n-subwheel-container ul li:not(:last-child) {
  margin-bottom: 6px;
}
.card-n-subwheel-container .genz {
  gap: 10px;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 18.2px;
  text-align: left;
  margin-top: 16px;
}
.card-n-subwheel-container .genz img {
  height: 32px;
  width: auto;
}
.card-n-subwheel-container button {
  z-index: 1;
}
.card-n-subwheel-container .empty {
  height: 500px;
}
@media (max-width: 1024px) {
  .card-n-subwheel-container {
    padding-top: 50px;
  }
  .card-n-subwheel-container .item {
    padding: 20px;
    min-height: 470px;
    height: auto;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    border-radius: 20px;
  }
  .card-n-subwheel-container .item:before {
    display: none;
  }
  .card-n-subwheel-container .main-img {
    width: 90%;
    height: auto;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
  }
  .card-n-subwheel-container h2 {
    font-size: 24px;
    line-height: 120%;
    margin-bottom: 0;
    font-weight: 600;
  }
  .card-n-subwheel-container h4 {
    font-size: 20px;
    line-height: 120%;
    margin-bottom: 0;
  }
  .card-n-subwheel-container ul {
    margin-top: 0;
  }
  .card-n-subwheel-container ul li {
    font-size: 14px;
  }
  .card-n-subwheel-container .left .d-flex {
    align-items: center;
    gap: 8px;
    margin-bottom: 8px;
  }
}
.wheel-container {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9;
  bottom: 0;
  position: sticky;
}
@media (max-width: 767px) {
  .wheel-container {
    margin-top: 100px;
  }
}
.white-bg {
  position: absolute;
  bottom: -628px;
  background: #fff;
  height: 628px;
  width: 628px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.7s;
}
.white-bg.fixed {
  position: fixed;
}
@media (max-width: 1024px) {
  .white-bg {
    height: 600px;
    width: 600px;
    bottom: -628px;
    transform: scale(0.6);
    overflow: hidden;
  }
}
.sub-wheel {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 480px;
  width: 480px;
  rotate: 39deg;
  transition: 0.7s;
}
.sub-wheel.active-1 {
  rotate: 39deg;
}
.sub-wheel.active-2 {
  rotate: -13deg;
}
.sub-wheel.active-3 {
  rotate: -64deg;
}
.sub-wheel.active-4 {
  rotate: -115deg;
}
.sub-wheel.active-5 {
  rotate: -165deg;
}
.sub-wheel.active-6 {
  rotate: -218deg;
}
.sub-wheel.active-7 {
  rotate: -270deg;
}
.sub-wheel .frame {
  position: absolute;
  overflow: hidden;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  filter: grayscale(1);
}
.sub-wheel .frame.active {
  filter: none;
}
.sub-wheel .frame.f1 {
  background: url(https://d8it4huxumps7.cloudfront.net/uploads/images/b2b/sub-wheel-1.png?d=382x396);
  width: 191px;
  height: 198px;
  left: 13px;
  top: -28px;
}
.sub-wheel .frame.f2 {
  background: url(https://d8it4huxumps7.cloudfront.net/uploads/images/b2b/sub-wheel-2.png?d=416x344);
  width: 208px;
  height: 172px;
  left: 183px;
  top: -62px;
}
.sub-wheel .frame.f3 {
  background: url(https://d8it4huxumps7.cloudfront.net/uploads/images/b2b/sub-wheel-3.png?d=358x396);
  height: 198px;
  width: 179px;
  right: -41px;
  top: 40px;
}
.sub-wheel .frame.f4 {
  background: url(https://d8it4huxumps7.cloudfront.net/uploads/images/b2b/sub-wheel-4.png?d=354x380);
  width: 177px;
  height: 190px;
  right: -41px;
  bottom: 52px;
  rotate: 0deg;
}
.sub-wheel .frame.f5 {
  background: url(https://d8it4huxumps7.cloudfront.net/uploads/images/b2b/sub-wheel-5.png?d=406x328);
  width: 203px;
  bottom: -51px;
  right: 88px;
  height: 164px;
  rotate: -1deg;
}
.sub-wheel .frame.f6 {
  background: url(https://d8it4huxumps7.cloudfront.net/uploads/images/b2b/sub-wheel-6.png?d=368x398);
  width: 184px;
  height: 199px;
  bottom: -32px;
  left: 21px;
  background-position: right;
  rotate: 0deg;
}
.sub-wheel .frame.f7 {
  background: url(https://d8it4huxumps7.cloudfront.net/uploads/images/b2b/sub-wheel-7.png?d=300x422);
  height: 211px;
  width: 150px;
  top: 137px;
  left: -57px;
  background-position: right;
}
.mob-head {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 20px 17px 50px;
  background: linear-gradient(180deg, #fff8de00 53.47%, #fff8de);
  position: relative;
}
.mob-head:before {
  content: "";
  background: url(https://d8it4huxumps7.cloudfront.net/uploads/images/college-page/bg-effect-mob.png?430x354);
  background-position: center;
  background-size: contain;
  height: 235px;
  width: 286.01px;
  position: absolute;
  top: 0;
  left: 0;
  transform: rotatey(180deg);
  z-index: -1;
}
.mob-head:after {
  content: "";
  background: url(https://d8it4huxumps7.cloudfront.net/uploads/images/college-page/bg-effect-mob.png?430x354);
  background-position: center;
  background-size: contain;
  height: 235px;
  width: 286.01px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
.mob-head .heading {
  text-align: center;
  margin-bottom: 0;
}
.mob-head .heading h1,
.mob-head .heading h2 {
  font-size: 40px;
  font-weight: 400;
  line-height: 120%;
  text-align: center;
  color: var(--grey-1100);
  margin-bottom: 0;
}
.mob-head .heading h1 strong,
.mob-head .heading h2 strong {
  color: var(--primary-700);
  font-weight: 600;
}
.mob-head .heading h1 {
  margin-bottom: 10px;
}
.mob-head .heading h2 {
  font-size: 24px;
}
.mob-head .heading h2 strong {
  font-weight: 400;
}
.mob-head .heading span {
  font-size: 14px;
  font-weight: 500;
  line-height: 130%;
  text-align: center;
}
.mob-head img {
  height: auto;
  width: 100%;
  margin-top: 30px;
}
@media (max-width: 1024px) and (min-width: 768px) {
  .mob-head img {
    max-width: 100%;
    width: auto;
    height: auto;
    margin-top: 0;
  }
}
.mob-head[_ngcontent-serverApp-c1712901063] {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 20px 17px 50px;
  background: linear-gradient(180deg, #fff8de00 53.47%, #fff8de);
  position: relative;
}.mob-head[_ngcontent-serverApp-c1712901063] {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 20px 17px 50px;
  background: linear-gradient(180deg, #fff8de00 53.47%, #fff8de);
  position: relative;
}
.menupart {
  background-color: #fff;
  padding: 5px 0;
  text-align: center;
}
.menu-strip {
  display: inline-flex;
  padding: 0;
  margin: 0;
  list-style: none;
}
.menu-strip li {
  margin: 0 1px;
}
.menu-strip li a {
  color: #333;
  transition: color linear 0.15s;
  font-size: 15px;
  font-weight: 500;
  padding: 12px 12px;
  line-height: 1;
  display: inline-block;
  text-transform: uppercase;
}
.menu li a:hover {
  text-decoration: none;
  color: #fff;
  background: #B50728;
}

.register-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0; /* Initially hidden */
  transition: opacity 0.3s ease; /* Smooth fade-in */
}


.testimonial-card {
  background-color: #f8f9fa;
  padding: 15px;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.custom-height {
  height: 270px!important; /* Set the desired height here */
  object-fit: cover; /* Ensures the image maintains aspect ratio and fills the space */
}

.image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.image-container:hover .play-button {
  opacity: 1;
}

.play-button button {
  width: 50px;
  height: 50px;
  font-size: 20px;
  background-color: #ffc107;
  border: none;
  color: white;
}

.blockquote-content {
  max-width: 400px;
}

.blockquote-footer {
  color: #6c757d;
}.testimonial-card {
  width: 100%;
  display: flex;
  background-color: #f8f9fa;
  padding: 0;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.image-container {
  padding: 0; /* No padding for image */
  border-radius: 0 0 0 10px;
}

.image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px 0 0 10px; /* Rounded corners only on the left side */
}

.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.image-container:hover .play-button {
  opacity: 1;
}

.play-button button {
  width: 50px;
  height: 50px;
  font-size: 20px;
  background-color: #ffc107;
  border: none;
  color: white;
}

.blockquote-content {
  padding: 20px;
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0 10px 10px 0; /* Rounded corners only on the right side */
}
.design
.sticky-heading {
  position: sticky;
  top: 0;
  z-index: 1000;
  box-shadow: 
  0 8px 16px rgba(0, 0, 0, 0.2),  /* hover effect */
  0 12px 30px rgba(0, 0, 0, 0.25); /* hover effect */
  color: #000;
  background-color: #fff;
  padding: 20px 40px;
  font-size: 1.8rem;
  font-weight: bold; 
  transition: background 1s ease-in-out, transform 0.3s ease-in-out, letter-spacing 0.5s ease;
  border-radius: 80px; /* Rounded corners */
  margin: 0 auto;
  width: fit-content;
}
.design
.sticky-heading.sticky-active {
  
  transform: scale(1.05);
  background-color: #fff;
  
}
 .design .heading{
    /* background: linear-gradient(90deg, #4B0082, #ED5A53); */
    color: white;
    background-color: #fff;
    color: #000;
    padding: 18px 40px;
    font-size: 1.8rem;
    font-weight: bold;
    transition: background 1s ease-in-out, transform 0.3s ease-in-out, letter-spacing 0.5s ease;
    border-radius: 80px;
    margin: 0 auto;
    width: fit-content;
}
.map-section {
  position: relative;
  padding-top: 30px; /* Add space above the heading */
}
.map-section .heading{
  position: relative;
  display: inline-block; /* So the background fits the text */
  top: 35px; /* Move heading up a bit */
  background: linear-gradient(90deg, #4B0082, #ED5A53);
  color: white; 
  padding: 20px 40px;
  font-size: 1.8rem;
  font-weight: bold;
  transition: background 1s ease-in-out, transform 0.3s ease-in-out, letter-spacing 0.5s ease;
  border-radius: 80px;
  margin: 0 auto;
  width: fit-content;
}
/* Container perspective for 3D flip */
.logo-trade {
  border-radius: 50%; /* Full circle shape */
  perspective: 1000px;
  position: relative;
  width: 140px;
  height: 140px;
  margin: 0 auto;
  padding: 20px;
  background: #fff;
  position: absolute;
  left: 50%;
  bottom: -22%;
  transform: translate(-50%, 48%);
  border-radius: 50%;
  overflow: hidden;
  box-shadow: rgb(100 100 111 / 20%) 0 7px 29px 0;
}

.flip-container {
  width: 100%;
  height: 100%;
  position: relative;
  transform-style: preserve-3d;
  transition: transform 0.6s;
}

.logo-trade:hover .flip-container {
  transform: rotateY(180deg); /* Flip the container on hover */
}

/* Front and back face of the flip card */
.flip-card {
  width: 100%;
  height: 100%;
  position: relative;
  transform-style: preserve-3d;
}

.front, .back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
}

.front {
  z-index: 2;
}

.back {
  transform: rotateY(180deg);
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
}

.register-btn {
  opacity: 0;
  transition: opacity 0.3s ease;
}

.logo-trade:hover .register-btn {
  opacity: 1; /* Button becomes visible on hover */
}

.register-btn a {
  text-decoration: none;
  color: white;
  background-color: #ed2336;
  padding: 10px 20px;
  border-radius: 5px;
  font-weight: bold;
}

/* Style for image */
.logo-trade img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform 0.3s ease;
}

.logo-trade:hover img {
  transform: scale(1.1); /* Zoom effect on hover */
}
.pnt img{
  height: 35px!important;
  width: 35px!important;
}
.menu-strip img{
  width: 40px;
  border-radius: 50%;
}
.navbar{
  padding: 0!important;
}
.navbar.style-11 .content {
  padding: 0px 0px;
  /* padding: 20px 15px; */
}
.design-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}

.design-box {
  background-color: #140a49;
  color: white;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: fit-content;
  max-width: 300px;
  padding: 6px 20px;
  border-radius: 15px;
  text-align: center;
  width: 185px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  position: relative;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}
.design-box img {
  width: 34px;
  margin-right: 7px;

}
.design-box:nth-child(1) {
  transform: translateX(-50px); /* Shift first box left */
}

.design-box:nth-child(2) {
  transform: translateX(50px); /* Shift second box right */
}

.design-box:nth-child(3) {
  transform: translateX(0); /* Keep the third box centered */
}

#loader {
  height: 100%;
  width: 100%;
  background-color: #000;
  position: fixed;
  top: 0;
  z-index: 10000;
  transition: all 0.3s linear;
  display: flex;
  justify-content: center;
  align-items: center;
}

#loader h1 {
  opacity: 0;
  position: absolute;
  color: transparent;
  font-size: 4vw;
  background: linear-gradient(to right, orange, orangered);
  -webkit-background-clip: text;
  animation: load 1s linear 1s;
}

#loader h1:nth-child(2) {
  animation-delay: 2s;
}
#loader h1:nth-child(3) {
  animation-delay: 3s;
}

@keyframes load {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}