/* .main-nav */
.main-nav,
.main-nav * {
  list-style: none;
}

.main-nav>ul>li {
  position: relative;
  white-space: nowrap;
  float: left;
  padding: 10px 0px;
}

.main-nav a,
.main-nav select {
  color: white;
  padding: 7px 13px;
  font-size: 16px;
}

.main-nav select option {
  color: var(--blackColor);
}

.main-nav a.active,
.main-nav ul a.active,
.main-nav li:hover>a {
  color: var(--orangeColor);
}

.main-nav .drop-down ul {
  display: block;
  position: absolute;
  right: 0;
  top: calc(100% + 30px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: ease all 0.3s;
}

.main-nav .drop-down:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.main-nav .drop-down li {
  min-width: 180px;
  position: relative;
}

.main-nav .drop-down ul a {
  padding: 4px 20px;
  font-size: 14px;
  color: var(--blackColor);
  display: block;
}

.main-nav .drop-down ul a:hover,
.main-nav .drop-down ul .active>a,
.main-nav .drop-down ul li:hover>a {
  background-color: var(--orangeColor);
  color: #fff !important;
}

.main-nav .drop-down>a:after {
  border: none !important;
  font: normal normal normal 14px/1 FontAwesome;
  content: "\f107" !important;
  vertical-align: 0;
  padding-left: 6px;
}

.main-nav .drop-down:hover .main-nav .drop-down>a:before {
  border: none !important;
  font: normal normal normal 14px/1 FontAwesome;
  content: "\f106" !important;
  vertical-align: 0;
}

.main-nav .drop-down .drop-down ul {
  top: 0;
  right: calc(100% - 30px);
}

.main-nav .drop-down .drop-down:hover>ul {
  opacity: 1;
  top: 0;
  right: 100%;
}

.main-nav .drop-down .drop-down>a {
  padding-right: 35px;
}

.main-nav .drop-down .drop-down>a:after {
  content: "\f105";
  position: absolute;
  right: 15px;
}

/* .mobile-nav */
.mobile-nav {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 3333;
  overflow-y: auto;
  right: -290px;
  width: 290px;
  padding-top: 18px;
  background: #fff;
  transition: 0.4s;
}

.mobile-nav * {
  list-style: none;
}

.mobile-nav a {
  display: block;
  position: relative;
  color: var(--blackColor);
  padding: 10px 20px;
  font-size: 16px;
  border-bottom: 1px solid;
  border-color: #f1f1f1;
}

.mobile-nav a:focus,
.mobile-nav a.active,
.mobile-nav .drop-down.active,
.mobile-nav a:hover {
  color: var(--orangeColor);
  ;
}

.mobile-nav .drop-down.active,
.mobile-nav a:hover {
  background-color: var(--orangeColor);
  color: white;
}

.mobile-nav .drop-down li a:hover {
  background-color: var(--orangeColor);
  color: #fff;
}

.mobile-nav .drop-down>a:after {
  right: 15px;
  top: 13px;
  position: absolute;
  content: "\f067";
  border: none !important;
  font: normal normal normal 14px/1 FontAwesome;
  vertical-align: 0;
}

.mobile-nav .drop-down.active>a:after {
  content: "\f068" !important;
}

.mobile-nav .drop-down>a {
  padding-right: 35px;
}

.mobile-nav .drop-down.active {
  color: #fff;
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}

.mobile-nav .drop-down li a {
  padding-left: 25px;
  color: #000;
  background-color: rgb(255 217 184);
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 2222;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(0, 0, 0, 0.7);
  overflow: hidden;
  display: none;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  right: 0;
  padding: 15px;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
  font-size: 30px;
}

.mobile-nav-toggle .fa-bars {
  font-size: 24px;
}

.mobileMenuClose {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 2;
}

.closeIcon {
  height: 20px;
}

.mainLogo {
  max-width: 230px;
}

/* header end */

.headerTop {
  position: sticky;
  top: 0px;
  padding: 14px 0px;
  background-color: #060606;
  z-index: 2222;
  height: 70px;
  display: flex;
  align-items: center;
}

.headerTop .btn {
  box-shadow: none !important;
}

.headerTopTwo {
  position: sticky;
  top: 0px;
  padding: 14px 0px;
  background-color: #060606;
  z-index: 2222;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'PlayfairDisplay';
  font-size: 20px;
  font-weight: 700;
  color: #1e3a8a;
}

.headingText {
  font-size: 3rem;
  line-height: 1;
  font-weight: 700;
  font-family: "Inter", system-ui, sans-serif;
}

.bigHeading {
  font-size: 3.75rem;
  color: #fff;
  line-height: 1;
  font-weight: 700;
  letter-spacing: -.02em;
  font-family: "Inter", system-ui, sans-serif;
}


.object-fit-cover {
  object-fit: cover;
}


.topMainSections h1 {
  color: var(--emerald_Green);
  ;
}

.topMainSections h1 span {
  color: #22c55e;
}

.topMainSections p {
  font-size: 1.125rem;
  line-height: 1.75rem;
  color: rgba(231, 229, 228, var(--text-opacity));
  font-weight: 200;
}

.topMainSections {
  background: linear-gradient(to bottom right, #000, rgba(0, 0, 0, 0.95), rgba(0, 0, 0, 0.90));
  border-radius: 1.5rem;
  /* rounded-3xl */
  border: 1px solid #00c7673f;
}

.topMainSections .caption {
  margin-top: 1rem;
  font-size: 0.875rem;
  text-align: center;
  color: var(--emerald_Green);
  line-height: 1.25rem;
  font-weight: 400;
  opacity: .8;
}

.topMainSections .topVideoImg {
  opacity: .5;
}

.topMainSections .videoPlayIcon {
  background-color: #111;
  border: none;
  transition: all 0.3s ease;
  border: 1px solid var(--emerald_Green);
  color: var(--emerald_Green);
}

.topMainSections .videoPlayIcon:hover {
  background-color: #222;
  transform: scale(1.1);

}







/* Section base styles */
.camera-shy-section {
  padding: 5rem 0;
  /* py-20 */
  background: linear-gradient(to bottom right, #000, rgba(17, 24, 39, 0.9), #000);
  position: relative;
  overflow: hidden;
}

.camera-shy-section .bigHeading span {
  color: var(--orangeColor);
  /* orange-400 */
}

.camera-shy-section .subtext {
  font-size: 1.5rem;
  color: rgba(209, 213, 219, 0.8);
  font-weight: 300;
  font-style: italic;
}

/* Problems list */
.camera-shy-section .problems-list {
  display: grid;
  gap: 1.5rem;
}

.camera-shy-section .problem-item {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding: 1.5rem;
  background: rgba(17, 24, 39, 0.4);
  border-radius: 0.5rem;
  border: 1px solid rgba(249, 115, 22, 0.2);
  transition: border 0.3s ease;
  animation: fade-in 0.6s ease forwards;
}

.camera-shy-section .problem-item:hover {
  border-color: rgba(249, 115, 22, 0.4);
}

.camera-shy-section .problem-item .icon {
  /* flex-shrink: 0; */
}

.camera-shy-section .problem-item .icon svg {
  width: 2rem;
  height: 2rem;
  color: var(--orangeColor);
  margin-top: 0.25rem;
}

.camera-shy-section .problem-item p {
  font-size: 1.25rem;
  color: #fff;
  font-weight: 500;
}


/* Fade-in animation */
@keyframes fade-in {
  from {
    opacity: 0;
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* CTA Box */
.camera-shy-section .cta-box {
  background: linear-gradient(to right, rgba(17, 24, 39, 0.6), rgba(0, 0, 0, 0.6));
  border-radius: 1rem;
  padding: 2rem;
  border: 1px solid #00f7803b;

}

.camera-shy-section .cta-box p {
  font-size: 1.5rem;
  color: #f3f4f6;
  font-weight: 600;
  line-height: 1.6;
}

.camera-shy-section .cta-box p span {
  color: var(--emerald_Green);
  font-weight: 700;
}

/* Shapes */
.camera-shy-section .shape {
  position: absolute;
  border-radius: 50%;
  filter: blur(40px);
}

.camera-shy-section .shape-primary {
  top: 5rem;
  left: 5rem;
  width: 8rem;
  height: 8rem;
  background: rgba(59, 130, 246, 0.05);
  animation: pulse-soft 6s infinite ease-in-out;
}

.camera-shy-section .shape-orange {
  bottom: 5rem;
  right: 5rem;
  width: 6rem;
  height: 6rem;
  background: rgba(249, 115, 22, 0.1);
  animation: float 6s infinite ease-in-out;
  animation-delay: 2s;
}

.camera-shy-section .shape-gray {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 24rem;
  height: 24rem;
  background: rgba(17, 24, 39, 0.2);
}

/* Animations */
@keyframes pulse-soft {

  0%,
  100% {
    transform: scale(1);
    opacity: 0.6;
  }

  50% {
    transform: scale(1.1);
    opacity: 0.9;
  }
}

@keyframes float {

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

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



/* new css */

.worlds-first {
  background: linear-gradient(to bottom right, #fff, rgba(249, 250, 251, 0.5), #fff);
  position: relative;
  overflow: hidden;
}

.worlds-first .bigHeading span {
  color: var(--emerald_Green);
}

/* intro box */
.worlds-first .intro-box {
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(8px);
  border-radius: 1rem;
  padding: 1.5rem;
  border: 1px solid #e5e7eb;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15), 0 8px 16px rgba(0, 0, 0, 0.1);
}

.worlds-first .intro-box p {
  font-size: 1.25rem;
  color: #374151;
  font-weight: 500;
}

.worlds-first .strikethrough {
  text-decoration: line-through;
  color: #6b7280;
}

.worlds-first .highlight-bold {
  color: var(--emerald_Green);
  font-weight: 700;
}

/* features */


.worlds-first .features-heading h3 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #111827;
}

@media (min-width: 768px) {
  .worlds-first .features-heading h3 {
    font-size: 1.875rem;
  }
}

.worlds-first .features-grid {
  display: grid;
  gap: 1.5rem;
}

@media (min-width: 768px) {
  .worlds-first .features-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.worlds-first .feature-item {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding: 1.5rem;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(4px);
  border-radius: 0.75rem;
  border: 1px solid #e5e7eb;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12), 0 2px 4px rgba(0, 0, 0, 0.05);
  transition: transform 0.5s ease, box-shadow 0.5s ease;
}

.worlds-first .feature-item:hover {
  transform: scale(1.02);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15), 0 20px 40px rgba(59, 130, 246, 0.1);
}

.worlds-first .icon-wrapper {
  width: 3rem;
  height: 3rem;
  background: #effcf7;
  border-radius: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
}

.worlds-first .icon-wrapper:hover {
  transform: scale(1.1) rotate(6deg);
}

.worlds-first .feature-item p {
  font-size: 1.125rem;
  color: #1f2937;
  font-weight: 500;
}

@media (min-width: 768px) {
  .worlds-first .feature-item p {
    font-size: 1.25rem;
  }
}

/* result box */
.worlds-first .result-box {
  background: linear-gradient(to right, #effcf7, #e5fef2);
  backdrop-filter: blur(8px);
  border-radius: 1rem;
  padding: 2rem;
  border: 1px solid var(--emerald_Green);

  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15), 0 8px 16px rgba(0, 0, 0, 0.1);
  text-align: center;
}

.worlds-first .result-header {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  margin-bottom: 1rem;
}

.worlds-first .result-header h4 {
  font-size: 1.25rem;
  font-weight: 700;
  color: #111827;
}

@media (min-width: 768px) {
  .worlds-first .result-header h4 {
    font-size: 1.5rem;
  }
}

.worlds-first .result-box p {
  font-size: 1.25rem;
  color: #1f2937;
  font-weight: 600;
  line-height: 1.6;
}

@media (min-width: 768px) {
  .worlds-first .result-box p {
    font-size: 1.5rem;
  }
}

.worlds-first .highlight-primary-pill {
  color: var(--emerald_Green);
  background: rgba(59, 130, 246, 0.1);
  padding: 0.25rem 0.75rem;
  border-radius: 0.5rem;
  font-weight: 700;
}

/* background circles */
.worlds-first .bg-circle {
  position: absolute;
  border-radius: 50%;
  filter: blur(40px);
}

.worlds-first .bg-circle.primary {
  top: 5rem;
  left: 5rem;
  width: 8rem;
  height: 8rem;
  background: rgba(0, 98, 255, 0.05);
  animation: pulse-soft 6s infinite ease-in-out;
}

.worlds-first .bg-circle.amber {
  bottom: 5rem;
  right: 5rem;
  width: 6rem;
  height: 6rem;
  background: rgba(245, 158, 11, 0.1);
  animation: float 6s infinite ease-in-out;
  animation-delay: 2s;
}

.worlds-first .bg-circle.gray {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 24rem;
  height: 24rem;
  background: rgba(243, 244, 246, 0.3);
}

/* animations */
@keyframes pulse-soft {

  0%,
  100% {
    transform: scale(1);
    opacity: 0.6;
  }

  50% {
    transform: scale(1.1);
    opacity: 0.9;
  }
}

@keyframes float {

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

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




/* new css */
/* ===== SpotTheClone Styling ===== */
.SpotTheClone {
  background-color: #1e1e1e;
  padding: 54px 0;
  font-family: Arial, sans-serif;
  color: white;
}


.SpotTheClone .sub-heading {
  font-size: 1.125rem;
  max-width: 700px;
  margin: auto;
  color: #d4d4d8;
}



.SpotTheClone .image-card {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.SpotTheClone .image-wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.4);
}

.SpotTheClone .image-wrapper img {
  display: block;
  width: 100%;
  height: auto;
}

.SpotTheClone .play-btn-wrapper {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.SpotTheClone .play-btn {
  background-color: #0a0a0a;
  border: none;
  border-radius: 50%;
  padding: 26px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.SpotTheClone .play-btn:hover {
  background-color: #1f1f1f;
  transform: scale(1.05);
}

.SpotTheClone .play-btn svg {
  stroke: #00c766;
}

.SpotTheClone .mid-heading h2 {
  font-size: 2.5rem;
  margin-top: 64px;
}

.SpotTheClone .text-primary {
  color: #00c766;
}

.SpotTheClone .mid-subheading {
  color: #d4d4d8;
}



.SpotTheClone .epicSlider .swiper-slide .epictCard {
  background: #171717;
  border: 1px solid #3f3f46;
  border-radius: 24px;
  padding: 15px;
  transition: transform 0.3s ease;
}

.SpotTheClone .epicSlider .swiper-slide .epictCard:hover {
  transform: translateY(-5px);
}

.SpotTheClone .epicSlider .swiper-slide img {
  width: 100%;
  height: 100%;
  border-radius: 16px;
  object-fit: cover;
}

.SpotTheClone .epicSlider .swiper-button-prev,
.SpotTheClone .epicSlider .swiper-button-next {
  background-color: #404040;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  border: 1px solid #e5e7eb;
}

.SpotTheClone .epicSlider .swiper-button-prev:after,
.SpotTheClone .epicSlider .swiper-button-next:after {
  font-size: 13px !important;
  color: white !important;
}

/* Footer Note */
.SpotTheClone .bottom-text {
  text-align: center;
  color: #a1a1aa;
  font-size: 0.9rem;
  margin-top: 40px;
}



/* how it work */

.howItWorks-section .howItWorks-title {
  color: #22c55e;
}

.howItWorks-section .howItWorks-subtitle {
  display: block;
  margin-top: 8px;
  color: var(--emerald_Green);
}

.howItWorks-section .howItWorks-description {
  font-size: 1.25rem;
  color: #a8a29e;
}


.howItWorks-section .howItWorks-card {
  overflow: hidden;
  border-radius: 24px;
  background-color: #171717;
  border: 1px solid #404040;
  padding: 24px;
  transition: all 0.5s ease;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
}

.howItWorks-section .howItWorks-card:hover {
  transform: translateY(-8px);
  box-shadow: 0px 8px 30px rgba(34, 197, 94, 0.3);
  border-color: rgba(34, 197, 94, 0.3);
}

.howItWorks-section .icon-wrapper {
  width: 56px;
  height: 56px;
  background-color: rgba(34, 197, 94, 0.1);
  border-radius: 16px;
  margin-bottom: 24px;
  transition: all 0.3s ease;
}

.howItWorks-section .howItWorks-card:hover .icon-wrapper {
  background-color: rgba(34, 197, 94, 0.2);
  transform: scale(1.1);
}

.howItWorks-section .icon {
  width: 28px;
  height: 28px;
  color: var(--emerald_Green);
}

.howItWorks-section .card-title {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 600;
  color: #fff;
  margin-bottom: 12px;
  transition: color 0.3s ease;
}

.howItWorks-section .howItWorks-card:hover .card-title {
  color: var(--emerald_Green);
}

.howItWorks-section .card-text {
  font-size: 0.875rem;
  color: #a1a1aa;
  line-height: 1.6;
  margin-bottom: 16px;
}

.howItWorks-section .card-tag {
  display: inline-flex;
  align-items: center;
  background-color: rgba(34, 197, 94, 0.1);
  border-radius: 9999px;
  padding: 4px 12px;
  font-size: 0.75rem;
  font-weight: 500;
  color: var(--emerald_Green);
}

.howItWorks-section .hover-circle {
  position: absolute;
  top: -16px;
  right: -16px;
  width: 48px;
  height: 48px;
  background-color: rgba(34, 197, 94, 0.1);
  border-radius: 50%;
  filter: blur(24px);
  opacity: 0;
  transition: opacity 0.5s ease;
}

.howItWorks-section .howItWorks-card:hover .hover-circle {
  opacity: 0.3;
}

.howItWorks-section .howItWorks-footer p {
  font-size: 1.125rem;
  color: #a1a1aa;
}



/*  */
.whoThisFor-section {
  padding: 80px 0;
  background-color: #fff;
  font-family: sans-serif;
}

/* Headings */


.whoThisFor-section .subtitle {
  font-size: 1.25rem;
  font-weight: 600;
  color: #4b5563;
}

.whoThisFor-section .whoThisisForCard {
  border-radius: 24px;
  border: 2px solid;
  padding: 32px;
  height: 100%;
}

.whoThisFor-section .card-green {
  background: linear-gradient(to bottom right, #edfdf5, #edfdf5);
  border-color: #bbf7d0;
}

.whoThisFor-section .card-red {
  background: linear-gradient(to bottom right, #fef1f2, #fef1f2);
  border-color: #fecdd3;
}

.whoThisFor-section .card-header {
  margin-bottom: 2rem;

}

.whoThisFor-section .card-header h3 {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
}

.whoThisFor-section .card-red .card-header h3 {
  color: #991b1b;
}

.whoThisFor-section .card-green .card-header h3 {
  color: #166534;
}

.whoThisFor-section .icon-circle {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  margin-right: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: none;

}

.whoThisFor-section .icon-circle.green {
  background-color: #22c55e;
}

.whoThisFor-section .icon-circle.red {
  background-color: #ef4444;
}

.whoThisFor-section .icon {
  width: 24px;
  height: 24px;
  color: #fff;
}

.whoThisFor-section .card-list {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.whoThisFor-section .list-item {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}

.whoThisFor-section .item-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.25rem;
}

.whoThisFor-section .green-light {
  background-color: #dcfce7;
}

.whoThisFor-section .red-light {
  background-color: #fee2e2;
}

.whoThisFor-section .icon-sm {
  width: 20px;
  height: 20px;
}

.whoThisFor-section .red-light .icon-sm {
  color: #dc2626;
}

.whoThisFor-section .green-light .icon-sm {
  color: #16a34a;
}

.whoThisFor-section h4 {
  font-weight: 600;
  margin-bottom: .5rem;
  font-size: 16px;
}

.whoThisFor-section .card-green h4 {
  color: #166534;

}

.whoThisFor-section .card-green p {
  color: #15803d;
  font-size: 0.875rem;
}

.whoThisFor-section .card-red h4 {
  color: #991b1b;
}

.whoThisFor-section .card-red p {
  color: #b91c1c;
  font-size: 0.875rem;
}

.whoThisFor-section .note {
  text-align: center;
  margin-top: 4rem;
  background-color: #fefce8;
  border-left: 4px solid #facc15;
  padding: 1.5rem;
  border-radius: 0.5rem;

}

.whoThisFor-section .note p {
  font-size: 1.125rem;
  font-weight: 600;
  color: #854d0e;
}



/* ===== investment Section  ===== */
.investment-section {
  background-color: #f5f5f4;
}

.investment-section .heading-title {
  background: linear-gradient(to right, #16a34a, #4ade80);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.investment-section .heading-subtitle {
  font-size: 1.25rem;
  color: #4b5563;
  font-weight: 500;
}

.investment-section .package-card {
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(6px);
  border: none;
  border-radius: 0.5rem;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
}

.investment-section .package-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}

.investment-section .card-number {
  font-size: 1.75rem;
  font-weight: bold;
  color: #16a34a;
}

.investment-section .icon-box {
  padding: 0.6rem;
  border-radius: 0.5rem;
  background: linear-gradient(to bottom right, #22c55e, #16a34a);
  transition: transform 0.3s ease;
}

.investment-section .icon-box svg {
  color: white;
}

.investment-section .package-card:hover .icon-box {
  transform: scale(1.1);
}

.investment-section .card-title {
  font-size: 1.25rem;
  font-weight: bold;
  color: #111827;
}

.investment-section .feature-list li {
  display: flex;
  align-items: start;
  gap: 0.5rem;
  color: #374151;
  line-height: 1.5;
  padding: 5px 0px;
}

.investment-section .check-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(../image/checkIcon.svg) no-repeat center/contain;
  flex-shrink: 0;
  margin-top: 2px;
}

.investment-section .pricing-card {
  background: linear-gradient(to bottom right, #111827, #1f2937);
  border-radius: 0.5rem;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
}

.investment-section .pricing-card p {
  font-size: 16px;
}

.investment-section .value-strike {
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-weight: bold;
  color: #f87171;
  text-decoration: line-through;
}

.investment-section .value-highlight {
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-weight: bold;
  background: linear-gradient(to right, #4ade80, #86efac);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.investment-section .roi-title {
  font-size: 1.5rem;
  font-weight: bold;
  color: white;
}

.investment-section .roi-box {
  background: rgba(31, 41, 55, 0.5);
  border-radius: 0.5rem;
  padding: 1rem;
}

.investment-section .roi-value {
  font-size: 1.25rem;
  font-weight: 600;
  color: #4ade80;
}




/* Application Process */
.application-section {
  background-color: #27272a;
  padding-top: 5rem;
  padding-bottom: 5rem;
  font-family: 'Inter', sans-serif;
  color: #d4d4d8;
}

.application-section h2.headline span.block {
  display: block;
}

.application-section h2.headline .text-primary {
  color: var(--emerald_Green) !important;
  opacity: 1;
}

.application-section h2.headline .text-primary-opacity {
  color: #00e673cc;
  margin-top: 0.5rem;
}

.application-section p.body-large {
  font-size: 1.25rem;
  margin-bottom: 2rem;
  color: #d4d4d8;
}

.application-section .refund-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  background-color: #00e6731a;
  border: 1px solid #00e67333;
  border-radius: 9999px;
  padding: 0.75rem 1.5rem;
  box-shadow: 0 20px 40px -12px rgba(0, 227, 111, .15);
  color: var(--emerald_Green);
  font-weight: 600;
  user-select: none;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}

.application-section .refund-badge svg {
  width: 1.25rem;
  height: 1.25rem;
  stroke: var(--emerald_Green);
}

.application-section h3.headline {
  font-weight: 600;
  margin-top: 2rem;
  margin-bottom: 1rem;
  color: var(--emerald_Green);
  font-size: 1.5rem;
  text-align: center;
}

.application-section .steps-horizontal {
  position: relative;
  display: none;
  max-width: 72rem;
  margin-left: auto;
  margin-right: auto;
}

.application-section .steps-horizontal::before {
  content: "";
  position: absolute;
  top: 3.75rem;
  left: 0;
  right: 0;
  height: 2px;
  background-color: #00e67333;
  z-index: 0;
}

.application-section .step-item {
  position: relative;
  z-index: 1;
  width: 20%;
  text-align: center;
  padding: 0 0.5rem;
}

.application-section .step-circle {
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background-color: var(--emerald_Green);
  box-shadow: 0 20px 40px -12px rgba(0, 227, 111, .15);
  margin: 0 auto 1rem auto;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
  cursor: default;
}

.application-section .step-circle:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 30px -4px rgba(0, 227, 111, .2);
}

.application-section .step-circle svg {
  width: 2rem;
  height: 2rem;
  stroke: white;
}

.application-section .step-number {
  position: absolute;
  top: -0.5rem;
  right: -0.5rem;
  width: 1.5rem;
  height: 1.5rem;
  background-color: white;
  border-radius: 50%;
  border: 2px solid var(--emerald_Green);
  color: var(--emerald_Green);
  font-weight: 700;
  font-size: 0.75rem;
  line-height: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  user-select: none;
}

.application-section .step-box {
  background-color: rgb(64 64 64 / 1);
  border: 1px solid #52525b;
  border-radius: 1rem;
  padding: 1.5rem;
  box-shadow: 0 20px 40px -12px rgba(0, 227, 111, .15);
  transition: transform 0.3s ease;
  cursor: default;
}

.application-section .step-box:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 30px -4px rgba(0, 227, 111, .2);
}

.application-section .step-box h3 {
  font-weight: 600;
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
  color: var(--emerald_Green);
}

.application-section .step-box p {
  margin-bottom: 0.25rem;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}

.application-section .step-box p.small {
  font-size: 0.875rem;
  color: #a1a1aa;
  font-weight: 400;
}

.apply-btn {
  padding: 1rem 2rem;
  font-size: 1.125rem;
  font-weight: 600;
  color: white;
  border-radius: 1rem;
  background: linear-gradient(to right, #f97316, #facc15);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.25);
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
}

.apply-btn:hover {
  background: linear-gradient(to right, #ea580c, #eab308);
  transform: scale(1.05);
  box-shadow: 0 12px 20px rgba(0, 0, 0, 0.3);
  color: white;
}


.application-section .limited-spot-msg {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1rem;
  color: var(--emerald_Green);
  font-weight: 600;
}

.application-section .limited-spot-msg svg {
  width: 20px;
  height: 20px;
  stroke: var(--emerald_Green);
}

.application-section .description-text {
  color: #d1d5db;
  font-size: 1.125rem;
  max-width: 600px;
  margin: 0 auto;
}

.application-section .steps-vertical {
  display: block;
  max-width: 36rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: -1rem;
  margin-bottom: 3rem;
}

.application-section .vertical-step {
  position: relative;
  display: flex;
  gap: 1.5rem;
  margin-bottom: 2.5rem;
  align-items: flex-start;
}

.application-section .vertical-step:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 4rem;
  left: 3.25rem;
  width: 2px;
  height: 2.5rem;
  background-color: rgba(249, 115, 22, 0.2);
  z-index: 0;
}

.application-section .vertical-step-circle {
  flex-shrink: 0;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background-color: var(--emerald_Green);
  box-shadow: 0 6px 10px rgba(249, 115, 22, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  cursor: default;
  transition: transform 0.3s ease;
}

.application-section .vertical-step-circle:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 20px rgba(249, 115, 22, 0.6);
}

.application-section .vertical-step-circle svg {
  width: 2rem;
  height: 2rem;
  stroke: white;
}

.application-section .vertical-step-number {
  position: absolute;
  top: -0.5rem;
  right: -0.5rem;
  width: 1.5rem;
  height: 1.5rem;
  background-color: white;
  border-radius: 50%;
  border: 2px solid var(--emerald_Green);
  color: var(--emerald_Green);
  font-weight: 700;
  font-size: 0.75rem;
  line-height: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  user-select: none;
  z-index: 1;
}

.application-section .vertical-step-content {
  background-color: #3f3f46;
  border: 1px solid #52525b;
  border-radius: 1rem;
  padding: 1.5rem;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.25);
  flex-grow: 1;
  cursor: default;
  transition: transform 0.3s ease;
  min-height: 8rem;
}

.application-section .vertical-step-content:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 20px rgba(249, 115, 22, 0.6);
}

.application-section .vertical-step-content h3 {
  font-weight: 600;
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
  color: var(--emerald_Green);
}

.application-section .vertical-step-content p {
  margin-bottom: 0.25rem;
  color: #d4d4d8;
  font-weight: 500;
}

.application-section .vertical-step-content p.small {
  font-size: 0.875rem;
  color: #a1a1aa;
  font-weight: 400;
}

@media (min-width: 992px) {
  .application-section .steps-horizontal {
    display: flex;
  }

  .application-section .steps-vertical {
    display: none;
  }
}

@media (max-width: 991.98px) {
  .application-section .steps-horizontal {
    display: none;
  }

  .application-section .steps-vertical {
    display: block;
  }
}



/* new sections */


.capacity-section {
  background-color: #171717 !important;
}

.capacity-section .limit-card {
  background-color: #27272a;
  border: 1px solid #3f3f46;
  border-radius: 1rem;
  padding: 1.5rem;
  box-shadow: 0 10px 20px rgba(0, 230, 115, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.capacity-section .limit-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(0, 230, 115, 0.2);
}

.capacity-section .icon-box {
  width: 3rem;
  height: 3rem;
  background-color: rgba(0, 230, 115, 0.1);
  border-radius: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1rem;
}

.capacity-section .icon {
  width: 1.5rem;
  height: 1.5rem;
  stroke: var(--emerald_Green);
}


/* Box styling */
.capacity-section .status-box {
  background-color: #262626;
  border: 1px solid #3f3f46;
  border-radius: 1rem;
}

/* Title */
.capacity-section .status-title {
  color: var(--emerald_Green);
  font-size: 1.5rem;
  font-weight: 600;
}

/* Subtitle */
.capacity-section .status-subtitle {
  color: #ffffff;
  font-size: 1.125rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

/* Icon wrapper */
.capacity-section .status-icon {
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
}

/* Colors for icons background */
.capacity-section .status-primary {
  background-color: rgba(0, 230, 115, 0.1);
}

.capacity-section .status-warning {
  background-color: rgba(250, 204, 21, 0.1);
}

.capacity-section .status-success {
  background-color: rgba(34, 197, 94, 0.1);
}

/* SVG icon colors */
.capacity-section .icon-primary {
  stroke: var(--emerald_Green);
  width: 2.5rem;
  height: 2.5rem;
}

.capacity-section .icon-warning {
  stroke: #facc15;
  width: 2.5rem;
  height: 2.5rem;
}

.capacity-section .icon-success {
  stroke: #22c55e;
  width: 2.5rem;
  height: 2.5rem;
}

/* Numbers (center big text) */
.capacity-section .status-number {
  font-size: 2rem;
  font-weight: 700;
}

.capacity-section .status-green {
  color: #22c55e;
}

.capacity-section .status-number:not(.status-green) {
  color: #facc15;
}

/* Progress bar */
.capacity-section .status-progress {
  height: 12px;
  background-color: #3f3f46;
  border-radius: 999px;
}

.capacity-section .status-progress-bar {
  background-color: var(--emerald_Green);
  border-radius: 999px;
}

/* Small text */
.capacity-section .status-text-small {
  font-size: 0.875rem;
  color: #d4d4d8;
}



/* new section */

.waiting-section {
  background-color: #171717;
  color: #d4d4d8;
}


.waiting-section .waiting-subtitle {
  font-size: 1.25rem;
  color: #d4d4d8;
}

.waiting-section .waiting-card {
  background-color: #262626;
  border: 1px solid rgba(239, 68, 68, 0.2);
  border-radius: 1rem;
  padding: 1.5rem;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
}

.waiting-section .waiting-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(239, 68, 68, 0.3);
}

.waiting-section .icon-box {
  width: 3rem;
  height: 3rem;
  border-radius: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
}

.waiting-section .icon-red {
  background-color: rgba(239, 68, 68, 0.1);
}

.waiting-section .icon-red-stroke {
  stroke: #ef4444;
  width: 1.5rem;
  height: 1.5rem;
}

.waiting-section .waiting-text {
  font-size: 1.125rem;
  color: #d4d4d8;
  line-height: 1.6;
  padding-left: 15px;
}

.waiting-section .waiting-highlight {
  background: linear-gradient(to right, #262626, #404040);
  border: 1px solid #52525b;
  border-radius: 1.5rem;
  padding: 2rem;
  box-shadow: 0 20px 40px -12px #00e36f26;
}

.waiting-section .highlight-title {
  color: #fff;
  font-size: 1.75rem;
  margin-bottom: 0.5rem;
  font-weight: 600;
}

.waiting-section .highlight-subtitle {
  color: #9ca3af;
  font-size: 1.25rem;
  font-weight: 700;
}


/* new sections */
.waiting-cost-section {
  background-color: #ffffff;
  /* White background */
}


.waiting-cost-section .waiting-subtitle {
  font-size: 1.125rem;
  color: #64748b;
  /* Muted blue-gray */
}

.waiting-cost-section .waiting-card {
  background-color: #ffffff;
  border: 1px solid #e5e7eb;
  /* Light grey border */
  border-radius: 1rem;
  padding: 2rem;
}

.waiting-cost-section .waiting-icon svg {
  width: 2.5rem;
  height: 2.5rem;
  stroke: #000000;
  /* Black icon color */
}

.waiting-cost-section .waiting-card-title {
  font-size: 1.125rem;
  font-weight: 600;
  color: #000000;
  margin-bottom: 0.5rem;
}

.waiting-cost-section .waiting-card-value {
  font-size: 1.25rem;
  font-weight: 700;
  color: #000000;
  margin-bottom: 0.5rem;
}

.waiting-cost-section .waiting-card-text {
  font-size: 1rem;
  color: #64748b;
  /* Muted blue-gray */
}


/* new sections */


.faq-section .faq-subtitle {
  font-size: 1.125rem;
  color: #64748b;
}

.faq-section .accordion-item {
  border: 1px solid #e5e7eb;
  border-radius: 0.5rem;
  margin-bottom: 1rem;
  background-color: #fff;
}

.faq-section .accordion-button {
  background-color: transparent;
  font-size: 1.125rem;
  font-weight: 600;
  color: #000;
  padding: 1.25rem 1.5rem;
  transition: background-color 0.2s ease;
}

.faq-section .accordion-button:hover {
  background-color: #f9fafb;
}

.faq-section .accordion-button:focus {
  box-shadow: none;
}

.faq-section .accordion-body {
  font-size: 0.95rem;
  color: #4b5563;
  padding: 1rem 1.5rem;
}

.faq-section .accordion-button::after {
  transition: transform 0.2s ease;
}

.faq-section .accordion-button:not(.collapsed)::after {
  transform: rotate(180deg);
}


/* new sections */

/* CSS */
.premium-section {
  position: relative;
  overflow: hidden;
  color: white;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: linear-gradient(135deg, #191a19, #202120, #262826);
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  z-index: 0;
}

.premium-section .header {
  gap: 0.5rem;
  margin-bottom: 1.5rem;
  align-items: center;
  justify-content: center;
  display: flex;
}

.premium-section .icon-award {
  width: 2rem;
  height: 2rem;
  stroke: var(--emerald_Green);
  ;
  flex-shrink: 0;
}

.premium-section .header-text {
  color: var(--emerald_Green);
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.2;
}



.premium-section .highlight-text {
  color: var(--emerald_Green);
}

.premium-section .body-text {
  font-size: 1.25rem;
  color: #d1d5db;
  line-height: 1.4;
}


.premium-section .features {
  margin-bottom: 3rem;
}

.premium-section .icon-circle {
  width: 4rem;
  height: 4rem;
  background-color: rgba(5, 150, 105, 0.125);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1rem;
}

.premium-section .icon-star,
.premium-section .icon-users,
.premium-section .icon-award {
  width: 2rem;
  height: 2rem;
  stroke: var(--emerald_Green);
  ;
  flex-shrink: 0;
}

.premium-section .feature-title {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
  line-height: 1.2;
  color: white;
}

.premium-section .feature-text {
  color: #d1d5db;
  font-size: 1rem;
  line-height: 1.4;
  max-width: 240px;
  margin-left: auto;
  margin-right: auto;
}

.premium-section .button-group {
  display: inline-block;
  position: relative;
}

.premium-section .btn-gradient {
  background: linear-gradient(90deg, #047857, #059669, #047857);
  color: white;
  box-shadow: 0 8px 32px rgba(5, 150, 105, 0.15);
  border: 1px solid rgba(5, 150, 105, 0.3);
  border-radius: 1rem;
  padding: 1rem 2rem;
  font-size: 1.125rem;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  user-select: none;
  transition: all 0.3s ease-out;
  box-sizing: border-box;
}

.premium-section .btn-gradient:hover {
  background: linear-gradient(90deg, #059669, #10b981, #059669);
  box-shadow: 0 12px 40px rgba(5, 150, 105, 0.25);
  border-color: rgba(16, 185, 129, 0.45);
  transform: scale(1.02);
}

.premium-section .btn-gradient:active {
  transform: scale(0.98);
}

.premium-section .btn-content {
  position: relative;
  z-index: 10;
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.premium-section .btn-overlay {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
  transform: translateX(-100%);
  transition: transform 1s;
  pointer-events: none;
  z-index: 5;
}

.premium-section .btn-gradient:hover .btn-overlay {
  transform: translateX(100%);
}

.premium-section .btn-arrow {
  width: 1.25rem;
  height: 1.25rem;
  stroke: white;
  transition: transform 0.3s ease;
}

.premium-section .btn-gradient:hover .btn-arrow {
  transform: translateX(0.25rem);
}

.premium-section .bg-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, #111827, #1f2937, #111827);
  opacity: 0.9;
  pointer-events: none;
  z-index: 0;
}

/* new section */


/* new   sections */
.founders-section {
  padding: 3rem 1rem;
  /* section spacing */
  background-color: var(--background);
}

.founders-section .heading {
  font-size: 2rem;
  /* heading size */
  font-weight: 700;
  /* bold heading */
  color: var(--foreground);
}

.founders-section .card {
  background-color: var(--card);
  border: 1px solid var(--border);
  border-radius: 1rem;
  padding: 2rem;
}

.founders-section .stars svg {
  color: #facc15;
  margin-right: 0.25rem;
}

.founders-section .testimonial {
  color: var(--muted-foreground);
  margin-bottom: 1.5rem;
}

.founders-section .name {
  font-weight: 600;
  color: var(--foreground);
}

.founders-section .title {
  font-size: 0.875rem;
  color: var(--muted-foreground);
}


/* Heading text color */
.seeTheResults p {
  color: #6c757d;
}




.watch-how-it-works {
  background-color: #ffffff;
}

.watch-how-it-works h2 {
  font-size: clamp(2.25rem, 5vw, 3rem);
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 1.5rem;
}

.watch-how-it-works .rounded-4 {
  background-color: #ffffff;
}

.watch-how-it-works .ratio {
  background-color: #f1f5f9;
  display: flex;
  flex-direction: row;
}

.watch-how-it-works .btn {
  font-size: 0.875rem;
  font-weight: 500;
  color: #ffffff;
  background-color: var(--emerald_Green);
  height: 2.75rem;
  border-radius: 0.375rem;
  transition: background-color 0.2s ease-in-out;
  border: none;
  position: absolute;
}

.watch-how-it-works .btn:hover {
  background-color: var(--emerald_Green);
}


/* new sections */
.what-founders-say {
  background-color: #ffffff !important;
}

.what-founders-say .rounded-4 {
  background-color: #ffffff !important;
}

.what-founders-say .border {
  border-color: #e5e7eb !important;
}

.what-founders-say p {
  color: #64748b !important;
}

.what-founders-say .fw-semibold {
  color: #0f172a !important;
}

.what-founders-say .small {
  color: #64748b !important;
}


/* Parent section styling */
.ai-clone-section {
  background-image: url('../image/gradient-bg-U2xiB_SW.jpg');
  background-size: cover;
  background-position: center;
  padding-top: 8rem;
  padding-bottom: 8rem;
}


.ai-clone-section .overlay {
  background-color: rgba(0, 0, 0, 0.6);
}

.ai-clone-section .section-subtitle {
  font-size: 1.25rem;
  /* text-xl */
  color: rgba(255, 255, 255, 0.9);
  max-width: 40rem;
}


.ai-clone-section .cta-button {
  background: linear-gradient(to right, #f97316, #ea580c);
  font-size: 1.125rem;
  transition: background 0.3s ease;
}

.ai-clone-section .cta-button:hover {
  background: linear-gradient(to right, #ea580c, #c2410c);
}



/* footer */

.asli-footer {
  background-color: #171717;
  border-top: 1px solid #262626;
}

.asli-footer h3 {
  font-weight: 600;
  font-size: 20px;
}

.asli-footer a {
  transition: color 0.3s ease;
}

.asli-footer a:hover {
  color: #ffffff !important;
}

.asli-footer a[href^="mailto"] {
  color: #fb923c;
}

.asli-footer a[href^="mailto"]:hover {
  color: #fdba74;
}

.asli-footer p {
  margin-bottom: 0;
}



/* new csS */
.seeOur {
  background-color: #f8f9fa;
}

.seeOur .section-subtitle {
  font-size: 1.25rem;
  color: #6c757d;
  max-width: 700px;
}

.seeOur .clone-card {
  transition: all 0.3s ease;
  border-radius: 15px;
  overflow: hidden;
  background-color: black;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.seeOur .clone-card:hover {
  transform: scale(1.02);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.4);
}

.seeOur .clone-img-wrapper {
  position: relative;
  width: 270px;
  height: 480px;
  margin: auto;
  overflow: hidden;
}

.seeOur .clone-img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.seeOur .overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent, rgba(0, 0, 0, 0.2));
}

.seeOur .play-btn {
  position: absolute;
  inset: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.seeOur .btn-play {
  background-color: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(5px);
  border-radius: 50%;
  width: 64px;
  height: 64px;
  color: white;
  transition: transform 0.3s ease;
}

.seeOur .btn-play:hover {
  background-color: rgba(255, 255, 255, 0.3);
  transform: scale(1.1);
}

.seeOur .video-duration {
  position: absolute;
  top: 10px;
  right: 10px;
  background: rgba(0, 0, 0, 0.7);
  color: white;
  font-size: 0.85rem;
  padding: 3px 7px;
  border-radius: 5px;
}

.seeOur .clone-note {
  font-size: 1.1rem;
  color: #6c757d;
}

/* apply pages */
.applySection {
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif;
}

.applySection .text-foreground {
  color: #111827;
}

.applySection .border-soft,
.applySection .form-control.border-soft,
.applySection .form-select.border-soft {
  border: 2px solid rgba(107, 114, 128, 0.2);
  transition: border-color .2s ease, box-shadow .2s ease;
}

.applySection .form-control.border-soft:focus,
.applySection .form-select.border-soft:focus {
  border-color: rgba(107, 114, 128, .35);
  box-shadow: 0 0 0 .25rem rgba(255, 159, 10, .25);
}

.applySection .shadow-soft {
  box-shadow: 0 6px 24px rgba(0, 0, 0, .08);
}

.applySection .btn-gradient {
  color: #fff;
  background-image: linear-gradient(90deg, #f97316 0%, #facc15 100%);
  border: none;
  border-radius: 12px;
  transition: transform .2s ease, box-shadow .2s ease, filter .2s ease;
  height: 44px;
  font-size: 1.125rem;
  line-height: 1.75rem;
  padding: 0px 3rem !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.applySection .btn-gradient:hover {
  filter: brightness(.98);
  transform: translateY(-1px) scale(1.01);
  box-shadow: 0 12px 28px rgba(245, 158, 11, .35);
}

.applySection .hero-cover {
  background-image: url("../image/gradient-bg-U2xiB_SW.jpg");
  background-size: cover;
  background-position: center center;
}

.applySection .hero-cover .hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, .7);
}

.applySection .chevron-bounce {
  animation: chevronBounce 1.2s infinite;
}

@keyframes chevronBounce {

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

  50% {
    transform: translateY(6px);
    opacity: .85;
  }
}

.applySection .headline {
  letter-spacing: -0.02em;
}

.applySection label {
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 21px;
}

.applySection input,
.applySection select {
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1;
  min-height: 40px;
}

.applySection textarea {
  font-weight: 500;
  font-size: 0.875rem;
}

.applySection .form-check-input {
  width: 1.15rem;
  height: 1.15rem;
  min-height: 1.15rem;
  border: 1px solid rgba(17, 24, 39, 0.25);
  background-color: #fff;
  box-shadow: none;
  transition: border-color .2s ease, box-shadow .2s ease, background-color .2s ease, transform .12s ease;
}

.applySection .form-check-input[type="checkbox"] {
  border-radius: .375rem;
  border-radius: 50% !important;
}

.applySection .form-check-input[type="radio"] {
  border-radius: 50% !important;
}

.applySection .form-check-input:focus {
  border-color: rgba(249, 115, 22, .6);
  box-shadow: 0 0 0 .2rem rgba(245, 158, 11, .25);
  outline: none;
}

.applySection .form-check-input:hover:not(:disabled):not(:checked) {
  border-color: rgba(17, 24, 39, 0.45);
}

.applySection .form-check-input:disabled {
  opacity: .6;
  cursor: not-allowed;
}

.applySection .form-check-input[type="checkbox"]:checked {
  border-color: var(--emerald_Green);
  background-color: var(--emerald_Green);
  background-repeat: no-repeat, no-repeat;
  background-position: center, center;
  background-size: 0.8rem 0.8rem, 100% 100%;
  color: #fff;
  border-radius: 50% !important;
}

.applySection .form-check-input[type="checkbox"]:indeterminate {
  border-color: var(--emerald_Green);
  background-color: var(--emerald_Green);
  background-origin: border-box;
  background-clip: padding-box, border-box;
  position: relative;
}

.applySection .form-check-input[type="checkbox"]:indeterminate::after {
  content: "";
  position: absolute;
  inset: 50% auto auto 50%;
  width: .7rem;
  height: .14rem;
  background: #fff;
  transform: translate(-50%, -50%);
  border-radius: .125rem;
}

.applySection .form-check-input[type="radio"]:checked {
  border-color: var(--emerald_Green);
  background-color: var(--emerald_Green);
  ;
  background-repeat: no-repeat, no-repeat;
  background-position: center, center;
  /* background-size: .45rem .45rem, 100% 100%; */
  border-radius: 50% !important;
}

.applySection .form-check-input:active:not(:disabled) {
  transform: scale(0.96);
}

.applySection .form-check-input.is-sm {
  width: 1rem;
  height: 1rem;
}

.applySection .form-check-input.is-lg {
  width: 1.35rem;
  height: 1.35rem;
}

.applySection .form-check-label {
  cursor: pointer;
  user-select: none;
}


.applySection .form-check {
  padding-left: 28px !important;
  margin-bottom: 0px;
}

.applySection .form-check .form-check-input {
  margin-left: -27px !important;
}
.applySection .card-body{
  padding: 24px !important;
}

/* thank you page css */
.submittedSuccessfully .hero-cover {
  background-image: url("../image/gradient-bg-U2xiB_SW.jpg");
  background-size: cover;
  background-position: center center;
}
.submittedSuccessfully .hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,.7);
}
.submittedSuccessfully .headline { letter-spacing: -0.02em; }
.submittedSuccessfully .text-white-90 { color: rgba(255,255,255,.9); }
.submittedSuccessfully .text-foreground { color: #111827; }
.submittedSuccessfully .text-muted-foreground { color: #6b7280; }
.submittedSuccessfully .text-green-400 { color: var(--emerald_Green) !important; }
.submittedSuccessfully .text-greeen { color: #14b866  !important; }
.submittedSuccessfully .bg-muted-50 { background: rgba(243, 244, 246, 0.5); }
.submittedSuccessfully .shadow-soft { box-shadow: 0 6px 24px rgba(0,0,0,.08); }
.submittedSuccessfully .text-green{
  color: #14b866 !important;
}
.submittedSuccessfully .listText li{
  padding: 4px 0px;
}

.submittedSuccessfully .card { border-radius: .75rem; }
.submittedSuccessfully .rounded { border-radius: .75rem !important; }
