:root {
  --primary-color: #fc8e16;
  --secondary-color: #fbc791;
  --dark-color: rgb(30, 45, 80);
  --light-color: rgb(255 244 226);
  --white-color: #ffffff;
}

body {
  /* font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; */
  font-family: "Poppins", sans-serif;
  /* color: #212d46;*/
  color: #646975;
  position: relative;
  overflow-x: hidden;
}

/*section {
  overflow: hidden;
}*/

.text-primary {
  color: var(--primary-color) !important;
}

a {
  text-decoration: none;
  transition: all 0.3s ease;
}

::placeholder {
  color: #aeaeae;
}

option {
  color: #333;
}

.hero-section {
    background: var(--dark-color);
    /* height: 100vh; */
    display: flex;
    align-items: center;
    color: var(--white-color);
    min-height: 100vh;
    position:relative;
}

.hero-image-wrapper {
    position: absolute;
    bottom: 0;
    right: 0;
    text-align: right;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    padding-right: 2rem; /* Adjust if needed */
}

.hero-image-wrapper img {
    max-height: 100%;
    height: auto;
    max-width:48%;
}

.text-justify {
  text-align: justify;
}

img {
  width: 100%;
}

#contactform2 {
  padding: 50px 0;
}

#contactform2 .question-card2 {
  padding: 2rem 1rem;
}


/******************************************* Navbar Section *******************************************/
.navbar {
  transition: all 0.4s;
  background: var(--dark-color);
 /* padding: 1rem 0;*/
}

.navbar-contact-btn {
    padding: 10px 20px;
}

.navbar-contact-btn a {
    color: var(--white-color);
}

.navbar-scrolled {
  background-color: rgba(255, 255, 255, 0.95);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
}

.navbar-scrolled .nav-link,
.navbar-scrolled .navbar-brand {
  color: var(--dark-color) !important;
}

.nav-link {
  font-weight: 500;
  color: var(--white-color);
  margin: 0 10px;
  transition: all 0.3s;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
  color: var(--primary-color);
}

.nav-link:hover {
  color: var(--primary-color) !important;
}

.navbar-brand {
  font-weight: 700;
  /*color: #212d46 !important;*/
}

.navbar-brand img {
  width: 160px;
}

/* Show dropdown on hover */
.nav-item.dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0; /* Remove dropdown animation gap */
}

/* Optional: smooth transition */
.dropdown-menu {
  transition: all 0.3s ease;
}

/* Optional: shadow and spacing */
.dropdown-menu {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  padding: 0.5rem 0;
  border: none;
}

.dropdown-menu li a:hover {
  color: var(--primary-color);
}

/******************************************* Common  *******************************************/
@keyframes pulse {
  0% {
    transform: scale(1);
    box-shadow: 0 0 0 0 #ffffff;
  }
  70% {
    transform: scale(1.05);
    box-shadow: 0 0 0 15px rgba(0, 173, 181, 0);
  }
  100% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(0, 173, 181, 0);
  }
}

.counter-item {
  animation: pulse 2s infinite;
  transition: transform 0.3s ease;
}
.hero-content h1 {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 2rem;
}

.hero-content p {
  font-size: 1.2rem;
  margin-bottom: 2rem;
}

a.text-decoration-none {
  color: var(--primary-color);
}

.fa,
.fa-brands,
.fa-regular,
.fa-solid,
.fab,
.far,
.fas {
  color: var(--primary-color);
}

.btn-primary {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
  padding: 10px 25px;
  border-radius: 30px;
  font-weight: 600;
  transition: all 0.3s;
}

.btn-primary:hover,
.btn-check:checked + .btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check) + .btn:active {
  background-color: var(--secondary-color);
  border-color: var(--secondary-color);
  transform: translateY(-3px);
}

.about-section,
.services-section,
.team-section,
.investors-section,
.Certificate-section,
.form-section {
  padding: 100px 15px;
}

.services-section,
.investors-section,
.contact-section {
    background-color: var(--light-color);
}

.services-section {
    background:#ffffff;
    padding: 50px 15px 100px 15px;
}

.section-heading {
  font-weight: 700;
  margin-bottom: 60px;
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  color: #2c2c51;
}

/*.section-heading::after {
  content: "";
  position: absolute;
  width: 50%;
  height: 3px;
  background-color: var(--primary-color);
  bottom: -15px;
  left: 0;
}
*/
/******************************************* Header Section  *******************************************/

.hero-content {
    /*padding: 2rem 0;*/
    padding-top: 5rem;
    position: relative;
    z-index: 9;
}

.counter-item {
  text-align: center;
  padding: 20px;
  background-color: var(--white-color);
  /*  min-height: 195px;*/
}

/* .card-body {
    background-color: var(--light-color) !important;
} */

.counter-number {
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--primary-color);
  margin-bottom: 10px;
  text-decoration: none;
}

.counter-label {
  font-size: 1.2rem;
  font-weight: 600;
}

.stock-price {
  background-color: var(--dark-color);
  color: var(--white-color);
  padding: 15px 0;
}

.stock-ticker {
  font-size: 1.2rem;
  font-weight: 600;
}

.stock-ticker .change-positive {
  color: #10b981;
}

.stock-ticker .change-negative {
  color: #ef4444;
}

.team-card img {
  height: 250px;
  object-fit: cover;
}

.gp-btn {
  padding: 10px 32px;
  color: var(--white-color);
  cursor: pointer;
  display: inline-block;
  position: relative;
  border: 2px solid transparent;
  -webkit-transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -o-transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  z-index: 2;
  border-radius: 3px;
  font-size: 15px;
  font-weight: 500;
  -webkit-box-shadow: 0 10px 20px 0 rgba(6, 148, 73, 0.3);
  box-shadow: 0 10px 20px 0 rgba(6, 148, 73, 0.3);
}

.gp-btn.color-two {
  border-color: var(--primary-color);
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-box-shadow: 0 20px 30px 0 rgba(255, 83, 48, 0.16);
  box-shadow: 0 20px 30px 0 rgba(255, 83, 48, 0.16);
}

.gp-btn.color-two:after {
  background: var(--primary-color);
}

.gp-btn:after {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  content: "";
  color: #212d46 !important;
  background: #1abf68;
  -webkit-transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -o-transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.gp-btn.color-two:hover {
  color: var(--primary-color);
  border-color: var(--primary-color);
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 2px solid var(--primary-color);
}

.gp-btn:hover:after {
  top: 0;
  bottom: auto;
  height: 0;
}

.gp-btn.color-two.btn-outline {
  -webkit-box-shadow: none;
  box-shadow: none;
  color: var(--primary-color);
}

.gp-btn.color-two.btn-outline:hover {
  color: var(--white-color);
  border-color: var(--primary-color);
}

.gp-btn.color-two.btn-light {
  color: #646975;
  border-color: var(--white-color);
  background: var(--primary-color);
  -webkit-box-shadow: 0 6px 10px 0 rgba(32, 46, 77, 0.08);
  box-shadow: 0 6px 10px 0 rgba(32, 46, 77, 0.08);
}

.gp-btn.btn-circle {
  border-radius: 30px;
  overflow: hidden;
}

.nav-btn {
  display: inline-block;
  padding: 10px 20px;
  text-decoration: none;
  border-radius: 30px;
  font-weight: 500;
  transition: all 0.3s ease;
}

.navbar-nav .dropdown-toggle::after {
    display: none !important;
}

/******************************************* Form Section *******************************************/

/* Form title -- */
.form-title {
  text-align: center;
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--primary-color);
  margin-bottom: 2rem;
}

.fa-phone {
  transform: rotate(90deg);
}

/* Floating label groups -- */
.floating-label-group {
  position: relative;
  margin-bottom: 2rem;
}

.floating-label-input {
  width: 100%;
  height: 60px;
  padding: 1rem 1.5rem;
  border: 2px solid #aeaeae;
  border-radius: 15px;
  outline: none;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  background: rgba(255, 255, 255, 0.05);
  color: #333;
  font-size: 1.1rem;
}

.floating-label-input:focus {
  border-color: var(--primary-color);
  background: rgba(255, 255, 255, 0.1);
  transform: scale(1.02);
  box-shadow: 0 10px 30px rgba(255, 128, 1, 0.2);
}

.floating-label {
  position: absolute;
  left: 1.5rem;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease;
  color: #aeaeae;
  font-size: 1.1rem;
  font-weight: 500;
  background-color: white;
  padding: 0 4px;
  pointer-events: none;
}


.floating-label-input:focus ~ .floating-label,
.floating-label-input:not(:placeholder-shown) ~ .floating-label {
  top: 0px;
  left: 1rem;
  font-size: 0.85rem;
  color: var(--primary-color);
  background: var(--white-color);
  padding: 0.2rem 0.8rem;
  border-radius: 8px;
  backdrop-filter: blur(10px);
  font-weight: 600;
}


.floating-label-input:focus + .floating-label,
.floating-label-input:not(:placeholder-shown) + .floating-label {
  top: -0.4rem;
  left: 1.1rem;
  font-size: 0.85rem;
  color: #ff6600;
}

.select-with-icon .floating-label-input:focus + .floating-label, .select-with-icon .floating-label-input:valid + .floating-label {
    left: 1rem;
}

.select-with-icon {
    position: relative;
}

    /*.select-icon {
  position: absolute;
  left: 29px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--primary-color);
  z-index: 1;
  pointer-events: none;
}*/

/*.select-with-icon .floating-label-input {
    padding-left: 35px; 
}*/

/* Submit button */
.btn-submit {
  /* width: 100%; */
  padding: 0.75rem 0.85rem;
  /* background: linear-gradient(45deg, var(--primary-color), var(--secondary-color)); */
  background: var(--primary-color);
  border: none;
  color: var(--white-color);
  font-weight: 700;
  font-size: 1rem;
  border-radius: 15px;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(255, 128, 1, 0.3);
  margin: 1rem 0;
  letter-spacing: 0.6px;
  font-weight: 500;
}

.btn-submit .fas {
  color: var(--white-color) !important;
}

.btn-submit::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.2),
    transparent
  );
  transition: left 0.6s;
}

.btn-submit:hover::before {
  left: 100%;
}

.btn-submit:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 40px rgba(255, 128, 1, 0.4);
}

.btn-submit:active {
  transform: translateY(-1px);
}



/******************************************* Blog Section *******************************************/

.Blog-section {
  background-color: var(--light-color);
}

.blog-card {
  border: none;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.3s;
  height: 100%;
}

.blog-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.blog-date {
  font-size: 0.9rem;
  color: #646975;
}

/******************************************************** Key Processes Section *****************************************************/

.card {
  color: #646975;
}

.service-card,
.team-card {
  transition: all 0.3s;
  border: none;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  height: 100%;
}

.service-card:hover,
.team-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.service-icon {
  font-size: 3rem;
  margin-bottom: 20px;
  color: var(--primary-color);
}

.services-section .services .service-card .service-icon {
  height: 40px;
  width: 40px;
  line-height: 15px;
  background: var(--secondary-color);
  color: var(--white-color);
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  margin-right: 15px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
}

.services-section .services .service-card .service-icon i::after {
  content: url("../img/icon/white\ 1\ icon.svg") !important;
  background-repeat: no-repeat !important;
  width: 25px;
  height: 25px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding: 0px !important;
}

.services-section .services:nth-child(2) .service-icon i::after {
  content: url("../img/icon/white\ 2\ icon\ .svg") !important;
  background-repeat: no-repeat !important;
  /* width: 23px; */
  position: absolute;
  padding: 5px 0px 0px 0px;
}

.services-section .services:nth-child(3) .service-icon i::after {
  content: url("../img/icon/white\ icon\ 3\ .svg") !important;
  background-repeat: no-repeat !important;
  /* width: 23px; */
  position: absolute;
  padding: 6px 0px 0px 0px;
}

.services-section .services:nth-child(4) .service-icon i::after {
  content: url("../img/icon/white\ 4\ icon\ .svg") !important;
  background-repeat: no-repeat !important;
  /* width: 22px; */
  position: absolute;
  /* left: 11.3%; */
  padding: 5px 0px 0px 1px;
}

.services-section .services:nth-child(5) .service-icon i::after {
  content: url("../img/icon/icon\ 5-1.svg") !important;
  background-repeat: no-repeat !important;
  /* width: 23px; */
  position: absolute;
  /* left: 11.5%; */
  padding: 5px 0px 0px 2px;
}

.services-section .services:nth-child(6) .service-icon i::after {
  content: url("../img/icon/white\ 6\ icon.svg") !important;
  background-repeat: no-repeat !important;
  /* width: 19px; */
  position: absolute;
  /* left: 11.7%; */
  padding: 4px 0px 0px 2px;
}

.services-section .services:nth-child(2) .service-icon {
  background: #62a2fe;
}

.services-section .services:nth-child(3) .service-icon {
  background: #fe8080;
}

.services-section .services:nth-child(4) .service-icon {
  background: #f7ab25;
}

.services-section .services:nth-child(5) .service-icon {
  background: #73c216;
}

.services-section .services:nth-child(6) .service-icon {
  background: #5489fa;
}

/******************************************* Baneer section *******************************************/

.Banner-section {
  background-color: var(--light-color);
}

.Banner-section a {
  text-align: center;
}

.Banner-section img {
  width: 100%;
}

.Banner-section a img {
  width: 50%;
}

.Banner-section p {
  text-align: center;
  font-size: 1rem;
}

/******************************************* Score Tool section *******************************************/

.Score-section {
  background-color: var(--light-color);
  padding: 100px 0;
}

.back-btn {
  padding: 0.75rem 1.5rem;
  background: rgba(255, 255, 255, 0.2);
  color: var(--white-color);
  text-decoration: none;
  border-radius: 50px;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  transition: all 0.3s ease;
}

.back-btn:hover {
  background: rgba(255, 255, 255, 0.3);
  transform: translateY(-2px);
}

.form-card {
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(20px);
  border-radius: 20px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  /* min-height: 600px; */
}

.progress-header {
  background: linear-gradient(135deg, var(--primary-color), #ff6b35);
  color: var(--white-color);
  /* padding: 1.5rem; */
  padding: 1rem;
  text-align: center;
}

.progress-header h3 {
  font-size: 1.25rem;
}

.progress-bar {
  width: 100%;
  height: 8px;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 4px;
  margin-top: 0.5rem;
  overflow: hidden;
}

.progress-fill {
  height: 100%;
  background: var(--white-color);
  border-radius: 4px;
  transition: width 0.5s ease;
  width: 0%;
}

.step-indicator {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  margin-top: 0.8rem;
  flex-wrap: wrap;
}

.step-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.4);
  transition: all 0.3s ease;
}

.step-dot.active {
  background: var(--white-color);
  transform: scale(1.3);
}

.form-content {
  /* padding: 2rem; */
  padding: 0.8rem;
}

.step {
  display: none;
  animation: fadeIn 0.5s ease;
}

.step.active {
  display: block;
}

.scoreUl {
  display: inline-block;
  margin: 0 auto;
}

.scoreUl ul,
.scoreUl li {
  text-align: left;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.step-title {
  /* font-size: 1.5rem; */
  font-size: 1.2rem;
  color: #333;
  /* margin-bottom: 2rem; */
  text-align: center;
  font-weight: 600;
}

/* .form-group {
  margin-bottom: 2rem;
} */

.form-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1rem;
}

label {
  display: block;
  font-weight: 600;
  margin-bottom: 0.5rem;
  color: #555;
}

input,
select {
  width: 100%;
  padding: 0.5rem;
  border: 2px solid #e1e5e9;
  border-radius: 10px;
  font-size: 1rem;
  transition: all 0.3s ease;
  background: var(--white-color);
}

input:focus,
select:focus {
  outline: none;
  border-color: var(--primary-color);
  box-shadow: 0 0 0 3px rgba(255, 138, 0, 0.1);
}

.question-card {
  background: #f8f9fa;
  /* padding: 1rem 2rem; */
  padding: 1rem;
  border-radius: 15px;
  border-left: 4px solid var(--primary-color);
  margin-bottom: 1rem;
}

.question-card2 {
  /* background: #f8f9fa; */
  padding: 2rem;
  border-radius: 15px;
  border-left: 4px solid var(--primary-color);
  margin-bottom: 1.5rem;
}

.question-text {
  /* font-size: 1.1rem; */
  font-size: 1rem;
  margin-bottom: 1rem;
  color: #333;
  font-weight: 500;
}

.option-group {
  /* display: flex;
  gap: 1rem; */
  margin-top: 1rem;
}

.option-btn {
  /* flex: 1; */
  /* padding: 1rem; */
  padding: 0.5rem;
  font-size: 0.9rem;
  border: 2px solid #e1e5e9;
  border-radius: 10px;
  background: var(--white-color);
  cursor: pointer;
  transition: all 0.3s ease;
  /* text-align: center; */
  font-weight: 500;
  min-width: 100px;
  margin-bottom: 7px;
}

.option-btn:hover {
  border-color: var(--primary-color);
  background: #fff5f0;
}

.option-btn.selected {
  border-color: var(--primary-color);
  background: var(--primary-color);
  color: var(--white-color);
}

.navigation {
  display: flex;
  justify-content: end;
  align-items: center;
  margin-top: 0;
  padding-top: 0.5rem;
  border-top: 1px solid #e1e5e9;
  gap: 2rem;
}

.btn {
  /* padding: 1rem 2rem; */
  border: none;
  border-radius: 50px;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 600;
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

.btn-primary {
  background: linear-gradient(135deg, var(--primary-color), #ff6b35);
  color: var(--white-color);
}

.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(255, 138, 0, 0.3);
}

.btn-secondary {
  background: #e1e5e9;
  color: #666;
}

.btn-secondary:hover {
  background: #d1d5d9;
}

.btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  transform: none;
}

.score-display {
  text-align: center;
  padding: 1rem;
}

.circular-progress {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 2rem auto;
  position: relative;
  background: conic-gradient(var(--primary-color) 0% 0%, #e6e6e6 0% 100%);
  transition: all 1s ease;
}

.circular-progress::before {
  content: "";
  position: absolute;
  width: 160px;
  height: 160px;
  background: var(--white-color);
  border-radius: 50%;
}

.score-text {
  position: relative;
  z-index: 1;
  font-size: 2.5rem;
  font-weight: bold;
  color: var(--primary-color);
}

.score-interpretation {
  border-left: 4px solid var(--primary-color);
  padding-left: 1.5rem;
  margin: 2rem 0;
  background-color: var(--white-color);
  padding: 1.5rem;
  border-radius: 15px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.loading-animation {
  display: none;
  text-align: center;
  padding: 3rem;
}

.spinner {
  width: 50px;
  height: 50px;
  border: 4px solid #e6e6e6;
  border-top: 4px solid var(--primary-color);
  border-radius: 50%;
  animation: spin 1s linear infinite;
  margin: 0 auto 1rem;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.error-message {
  background: #ffe6e6;
  color: #d63384;
  padding: 1rem;
  border-radius: 10px;
  margin-top: 1rem;
  border-left: 4px solid #d63384;
}

.success-message {
  background: #d4edda;
  color: #155724;
  padding: 1rem;
  border-radius: 10px;
  margin-bottom: 1rem;
  border-left: 4px solid #28a745;
}

.unlock-form-section {
  text-align: center;
}

.personal-info-form label {
  text-align: left;
}
.unlock-form-section {
    text-align: center;
    transition: opacity 0.3s ease-out, transform 0.3s ease-out;
}

.inline-success-animation {
    text-align: center;
    padding: 2rem;
    animation: slideInUp 0.5s ease-out;
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    border-radius: 15px;
    border: 2px solid #e8f5e8;
    min-height: 400px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* Add this class to animate out */
.fade-out-up {
    opacity: 0 !important;
    transform: translateY(-20px) !important;
    pointer-events: none;
}

.success-item {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0.8rem 0;
    color: #666;
    font-size: 0.95rem;
    animation: slideInFromLeft 0.5s ease-out both;
}

.success-checkmark-inline {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    margin: 0 auto 1.5rem auto;
    position: relative;
    animation: scaleCheckmarkInline 0.6s ease-in-out 0.3s both;
}

.success-title-inline {
    color: #4CAF50;
    font-size: 1.8rem;
    margin-bottom: 1rem;
    animation: slideInUpStagger 0.6s ease-out 0.8s both;
    font-weight: 700;
}

.success-message-inline {
    color: #333;
    font-size: 1rem;
    margin-bottom: 1.5rem;
    line-height: 1.6;
    animation: slideInUpStagger 0.6s ease-out 1s both;
}


.success-details-inline {
    margin-bottom: 1.5rem;
    animation: slideInUpStagger 0.6s ease-out 1.2s both;
}

.success-item:nth-child(1) {
    animation-delay: 1.4s;
}

.success-item:nth-child(2) {
    animation-delay: 1.6s;
}

.success-item:nth-child(3) {
    animation-delay: 1.8s;
}

.celebration-emojis-inline {
    animation: slideInUpStagger 0.6s ease-out 2s both;
    margin-bottom: 1.5rem;
}

    .celebration-emojis-inline .emoji-inline {
        font-size: 1.3rem;
        margin: 0 0.2rem;
        display: inline-block;
        animation: bounceInline 2s infinite;
    }

.success-icon {
    margin-right: 0.8rem;
    font-size: 1.1rem;
}

.celebration-emojis-inline .emoji-inline:nth-child(2) {
    animation-delay: 0.1s;
}

.celebration-emojis-inline .emoji-inline:nth-child(3) {
    animation-delay: 0.2s;
}

.celebration-emojis-inline .emoji-inline:nth-child(4) {
    animation-delay: 0.3s;
}

.celebration-emojis-inline .emoji-inline:nth-child(5) {
    animation-delay: 0.4s;
}

#successPhone {
    color: #fc8e16;
    font-size: 1.2rem;
    font-weight: bold;
    animation: slideInUpStagger 0.6s ease-out 1s both;
}

.success-title-inline i {
    color: #4CAF50;
}

.loading-bar {
    width: 100%;
    height: 6px;
    background: #e9ecef;
    border-radius: 3px;
    overflow: hidden;
    margin-bottom: 0.8rem;
}

.loading-progress {
    height: 100%;
    background: linear-gradient(90deg, #ff8a00, #ff6b4d);
    border-radius: 3px;
    width: 0%;
    animation: loadingProgress 3s ease-out 2.4s both;
}
.current-question-title {
    font-size: 1.2rem;
    font-weight: bold;
}

@keyframes slideInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes slideInUpStagger {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes slideInFromLeft {
    from {
        opacity: 0;
        transform: translateX(-30px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes scaleCheckmarkInline {
    from {
        transform: scale(0);
    }

    to {
        transform: scale(1);
    }
}

@keyframes iconCircleInline {
    from {
        stroke-dasharray: 0 220;
        stroke-dashoffset: 0;
        border-color: #e9ecef;
    }

    to {
        stroke-dasharray: 220 220;
        stroke-dashoffset: 0;
        border-color: #4CAF50;
    }
}

@keyframes iconLineTipInline {
    from {
        width: 0;
        left: 1px;
        top: 19px;
    }

    to {
        width: 20px;
        left: 17px;
        top: 35px;
    }
}

@keyframes iconLineLongInline {
    from {
        width: 0;
        right: 35px;
        top: 54px;
    }

    to {
        width: 35px;
        right: 10px;
        top: 30px;
    }
}

@keyframes bounceInline {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }

    40% {
        transform: translateY(-8px);
    }

    60% {
        transform: translateY(-4px);
    }
}

@keyframes loadingProgress {
    from {
        width: 0%;
    }

    to {
        width: 100%;
    }
}

#contactForm .error-message {
    color: #dc3545;
    font-size: 15px;
    margin-top: 5px;
    display: none;
    background-color: #fee;
    color: #c33;
    padding: 10px;
    border-radius: 4px;
    margin: 10px 0;
    border: 1px solid #fcc;
}

@media (max-width: 768px) {
    .navbar {
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
    }

  .form-content,
  .score-display,
  .score-interpretation {
    padding: 1rem;
  }
  .Banner-section h3 {
    text-align: center;
  }

  .section-heading::after {
    left: 25%;
  }

  .question-card {
    padding: 1rem;
  }

  score-display {
    padding: 1rem 0;
  }
  .header h1 {
    font-size: 2rem;
  }

  .option-group {
    flex-direction: column;
  }

  .navigation {
    flex-direction: column;
    gap: 1rem;
  }

  .question-card2{
       padding: 1rem;
  }

}

@media (max-width: 768px) {
    .Banner-section iframe {
        padding-top: 2rem;
    }
}

.g-recaptcha {
    transform: scale(0.85); 
    transform-origin: 0 0;
    width: 100%;
}

@media (max-width: 360px) {
    .g-recaptcha {
        transform: scale(0.75);
    }
}


/******************************************* Certificate section *******************************************/
.Certificate-section {
  background: var(--white-color);
  /* padding: 100px 0; */
}

.certificates-row {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
  flex-wrap: wrap;
  /* margin-bottom: 100px; */
}

.certificate-item {
  background: var(--white-color);
  border-radius: 15px;
  padding: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  cursor: pointer;
  position: relative;
  overflow: hidden;
  min-width: 100px;
  max-width: 100px;
  /* transform: translateY(50px); */
  transition: 0.3s all;
}

.certificate-item:hover {
  transform: translateY(-15px);
}

.certificate-image {
  width: 100%;
  height: auto;
  border-radius: 10px;
  transition: transform 0.3s ease;
}

/* Responsive Design */
@media (max-width: 768px) {
  .certificates-row {
    /* flex-direction: column; */
    gap: 15px;
  }

  .certificate-item {
    max-width: 100px;
    width: 100%;
  }

  .certificates {
    padding: 20px;
  }
}

/******************************************* Footer Section *******************************************/

footer {
  background-color: var(--dark-color);
  color: var(--white-color);
  padding: 70px 0 30px;
}

.footer-title {
  font-weight: 700;
  margin-bottom: 30px;
  color: var(--primary-color);
}

.footer-links a {
  color: var(--white-color);
  text-decoration: none;
  display: block;
  margin-bottom: 15px;
  transition: all 0.3s;
}

.footer-links a:hover {
  color: var(--primary-color);
  transform: translateX(5px);
}

.social-links a {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.1);
  color: var(--white-color);
  text-align: center;
  line-height: 40px;
  margin-right: 10px;
  transition: all 0.3s;
}

.learn-more-btn,
.read-more-btn {
  display: inline-block;
  padding: 10px 15px;
  /* border-radius: 30px; */
  font-weight: 700;
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 25px !important;
  max-width: 150px;
  text-decoration: none;
  background-color: var(--light-color);
  color: var(--primary-color);
  transition: all 0.5s;
}

.learn-more-btn:hover,
.read-more-btn:hover {
  background: var(--white-color);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
}

.social-links a .fab {
  color: var(--white-color);
}

.social-links a:hover {
  background-color: var(--primary-color);
  transform: translateY(-5px);
}

.copyright {
  padding-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-top: 50px;
}

.back-to-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: var(--light-color);
  color: var(--white-color);
  text-align: center;
  line-height: 50px;
  font-size: 20px;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
  z-index: 999;
  border: 1px solid var(--primary-color);
}

.back-to-top.show {
  opacity: 1;
  visibility: visible;
}

.chart-container {
  height: 400px;
  margin-bottom: 30px;
}


/******************************************* sticky content *******************************************/

.sticky-row {
    min-height: 100vh;
    background-color: #ffffff;
}

.left-column {
    box-shadow: 2px 0 10px rgba(0,0,0,0.1);
    z-index: 10;
    position: relative;
    /* height: 100vh;
    overflow-y: auto;
    overflow-x: hidden;*/
}

.sticky-form-container {
    position: sticky;
    top: 0;
    height: 100vh;
    overflow-y: auto;
    padding: 2rem 1rem;
    /* Hide scrollbar for webkit browsers */
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* Internet Explorer 10+ */
    /*top: 20px;
    padding-left: 1rem;
    min-height: 100vh;*/
}

.right-column {
  /*  height: 100vh;
    overflow-y: auto;
    overflow-x: hidden;*/
}

.scrollable-content {
    /*height: 100vh;*/
    overflow-y: auto;
   /* padding: 2rem;*/
   /* padding-left: 15px;*/
}

/*.left-column::-webkit-scrollbar {
    width: 0px;
    background: transparent;
}

.left-column {
    scrollbar-width: none; 
    -ms-overflow-style: none; 
}*/

/* Custom scrollbar for right column */
.scrollable-content::-webkit-scrollbar {
    width: 8px;
}

.scrollable-content::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 4px;
}

.scrollable-content::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 4px;
}

.scrollable-content::-webkit-scrollbar-thumb:hover {
    background: #555;
}

@media (max-width: 768px) {
    .sticky-row {
        flex-direction: column;
    }

    .left-column, .right-column {
        width: 100%;
    }

    .sticky-form-container {
        position: relative;
        height: auto;
        padding: 0;
    }

    .scrollable-content {
        height: auto;
        overflow-y: visible;
    }
}

/* Ensure proper scrolling behavior */
html {
    scroll-behavior: smooth;
}

body {
    overflow-x: hidden;
}

/******************************************* Media css *******************************************/

@media (max-width: 992px) {
  .hero-content h1 {
    font-size: 2.5rem;
  }

  .counter-item {
    margin-bottom: 30px;
  }

    .hero-image-wrapper {
        position: static;
        padding-right: 0; /* Adjust if needed */
    }

    .hero-image-wrapper img {
        max-width: 100%;
    }

    .hero-content {
        /*padding: 2rem 0;*/
        padding-top: 2.5rem;
    }
}

@media (max-width: 768px) {
  .hero-content h1 {
    font-size: 2rem;
  }

  /* .navbar {
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
    } */

  .about-section,
  .services-section,
  .team-section,
  .investors-section {
    padding: 70px 0;
  }

  .team-card {
    margin-bottom: 30px;
  }
}

@media (max-width: 425px) {
    .navbar-brand img {
        width: 120px;
    }
    nav .btn.btn-primary {
        padding: 8px 15px;
        font-size: 0.7rem;
    }
    section {
        overflow: hidden;
    }
}