.pink-btn {
  background: linear-gradient(90deg, #cc3da8, #9c38c7);
  border-radius: 30px;
  color: #fff;
  border: none;
  outline: none;
  padding: 10px 20px;
  text-decoration: none;
  display: inline-block;
  /* border: 2px solid #cf3da6; */


}
.pink-btn:hover {
  /* border: 2px solid #cf3da6; */
  color: white;
    transform: translateY(-2px);
}
.header .navbar-nav .nav-link:hover {
  color: #cf3da6 !important;
}

.flex-container {
  display: flex;
}
h1 {
  color: #1b1a1a;
  font-size: 48px;
  line-height: 58px;
}
h2 {
  color: #1b1a1a;
  font-size: 34px;
  line-height: 44px;
}
p {
  color: #1e272f;
}
.mt-8 {
  margin-top: 80px;
}
.mt-9 {
  margin-top: 90px;
}
.pink-heading {
  color: #cf3da6;
}
.purple-heading {
  color: #8e36cf;
}
.common-bg {
  background: #f9f8fe;
}
.navbar .pink-btn {
  color: #fff !important;
  padding: 10px 22px !important;
}
.banner {
  position: relative;
  padding: 70px 0;
}
.banner h1 {
  font-size: 68px;
  line-height: 78px;
}
.banner p {
  font-size: 16px;
  line-height: 28px;
  margin-top: 30px;
}
.banner .pink-btn {
/*   margin-top: 30px; */
  padding: 15px 32px;
  font-size: 16px;
}
.banner .pink-btn .bi-arrow-right-circle-fill {
  padding-right: 6px;
}
.logo-section {
  position: relative;
  overflow: hidden;
  padding: 70px 0;
}
.logo-section ul {
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.logo-section ul li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 -2px;
}
.logo-section h2 {
  font-size: 18px;
  line-height: 26px;
  text-align: center;
}
.logo-section .bi-heart-fill {
  color: #ff7279;
}
.logo-holder ul li {
  margin-left: 30px;
}
.header {
  position: relative;
  padding: 15px 0;
}
.header::before {
  position: absolute;
  width: 200px;
  height: 200px;
  content: "";
  background: radial-gradient(
    circle,
    rgba(190, 70, 255, 0.9),
    rgba(150, 50, 200, 0.6),
    rgba(100, 30, 150, 0.3)
  );
  border-radius: 50%;
  -webkit-box-shadow: 0 0 40px 20px rgba(200, 50, 255, 0.7);
  -moz-box-shadow: 0 0 80px 40px rgba(180, 50, 255, 0.5);
  box-shadow: 0 0 120px 60px rgba(150, 50, 255, 0.3);
  filter: blur(100px);
  right: 0%;
  top: 0;
  z-index: -1;
}
.header nav {
  padding: 0;
}
.header .navbar-nav .nav-link {
  font-size: 16px;
  line-height: 22px;
  color: #000000;
}
.header .navbar-nav .nav-item {
  margin: 0 8px;
}
.header .navbar-nav .nav-link.active {
  color: #cf3da6;
}
.header .container {
  -webkit-box-shadow: 0 0 25px -5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 25px -5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 25px -5px rgba(0, 0, 0, 0.2);
  padding: 12px 16px;
  border-radius: 50px;
  margin-top: 15px;
  position: relative;
  z-index: 2;
  background: #ffffff;
}
/* Remove border, outline, and focus glow from hamburger menu */
.navbar-toggler {
  border: none !important;
  box-shadow: none !important;
  outline: none !important;
  background: transparent !important;
  padding: 0.25rem 0.5rem;
}

/* Also remove the blue outline when clicked/focused */
.navbar-toggler:focus,
.navbar-toggler:active {
  border: none !important;
  box-shadow: none !important;
  outline: none !important;
}

.voucharse-section {
  position: relative;
  padding: 70px 0;
}
.voucharse-section .flex-container .icon {
  margin-right: 15px;
}
.voucharse-section .flex-container .text h3 {
  font-size: 16px;
  font-weight: 600;
}
.voucharse-section .flex-container .text p {
  font-size: 14px;
  margin-bottom: 0;
}
.voucharse-section .container {
  padding: 25px 15px;
  -webkit-box-shadow: 0 0 25px -5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 25px -5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 25px -5px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  background: #ffffff;
  z-index: 2;
}
.voucharse-section::after {
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/eclipse-vouchers.svg);
  content: "";
  width: 35%;
  height: 255px;
}
.voucharse-section.glowing-ellipse::after {
  position: absolute;
  width: 200px;
  height: 200px;
  background: radial-gradient(
    circle,
    rgba(190, 70, 255, 0.9),
    rgba(150, 50, 200, 0.6),
    rgba(100, 30, 150, 0.3)
  );
  border-radius: 50%;
  -webkit-box-shadow: 0 0 40px 20px rgba(200, 50, 255, 0.7);
  -moz-box-shadow: 0 0 80px 40px rgba(180, 50, 255, 0.5);
  box-shadow: 0 0 120px 60px rgba(150, 50, 255, 0.3);
  filter: blur(100px);
  left: 10%;
  top: -15px;
  z-index: -1;
}
.download-section {
  background: #f9f8fe;
  position: relative;
  overflow: hidden;
  padding: 70px 0;
}
.small-heading {
  color: #1e272f;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
}
.big-heading {
  position: relative;
  font-size: 48px;
  line-height: 58px;
  max-width: 50%;
  margin: 0 auto;
}
.big-heading::before {
  background: #8e36cf;
  height: 8px;
  width: 40px;
  position: absolute;
  left: 10%;
  top: 50%;
  content: "";
  border-radius: 8px;
}
.big-heading::after {
  background: #8e36cf;
  height: 8px;
  width: 40px;
  position: absolute;
  right: 10%;
  top: 50%;
  content: "";
  border-radius: 8px;
}
.download-section::before {
  position: absolute;
  top: 180px;
  left: 0;
  background: url(../images/dots-left.svg);
  content: "";
  background-size: 100%;
  background-repeat: no-repeat;
  width: 128px;
  height: 560px;
}

.side-heading {
  font-size: 42px;
  line-height: 66px;
}
.side-small-heading {
  font-size: 18px;
  line-height: 32px;
  color: #1e272f;
}
.our-feature-section {
  position: relative;
  overflow: hidden;
  padding: 70px 0;
}
.our-feature-section h3 {
  font-size: 20px;
  color: #1e272f;
  line-height: 30px;
}
.our-feature-section p {
  font-size: 16px;
  color: #1e272f;
  line-height: 26px;
}
.our-feature-section .left-side {
  text-align: right;
}
.our-feature-section .icon {
  flex-basis: 20%;
}
.our-feature-section .text {
  flex-basis: 80%;
}
.our-feature-section .flex-container {
  margin-top: 45px;
}


.our-services {
  background: #f9f8fe;
  position: relative;
  overflow: hidden;
  padding: 70px 0;
}
.our-services .text {
  flex-basis: 90%;
  text-align: start;
}
.how-its-section .text h3,
.our-services .text h3 {
  font-size: 24px;
  line-height: 34px;
}
.how-its-section .text p,
.our-services .text p {
  font-size: 16px;
  line-height: 30px;
}
.our-services .icon {
  background: #fff;
  -webkit-box-shadow: 0 0 25px -5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 25px -5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 25px -5px rgba(0, 0, 0, 0.2);
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  margin-right: 20px;
}
.start-row ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.start-row ul li {
  display: inline-block;
}
.start-row ul li .bi-star-fill {
  color: #ffc728;
}

.our-services .flex-box {
  flex-basis: 30%;
}
.how-its-section {
  position: relative;
  overflow: hidden;
  padding: 70px 0;
}
.how-its-section::after {
  background: url(../images/groupdot-rename.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 0%;
  right: 0;
  transform: rotate(180deg);
  content: "";
  width: 222px;
  height: 447px;
  z-index: -1;
}
.how-its-section::before {
  background: url(../images/groupdot-rename.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 15%;
  left: 0;
  content: "";
  width: 222px;
  height: 447px;
  z-index: -1;
}
.how-its-section .icon {
  flex-basis: 8%;
  margin-right: 20px;
}
.how-its-section .text {
  flex-basis: 90%;
}
.how-its-section .icon span {
  border: 4px solid #8e36cf;
  color: #8e36cf;
  background: #ffffff;
  display: block;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  font-size: 24px;
  font-weight: 600;
  line-height: 53px;
  text-align: center;
}
.purple-btn {
  background: #8e36cf;
  padding: 12px 32px;
  display: inline-block;
  color: #ffffff;
  border-radius: 8px;
  text-decoration: none;
  border: none;
  border: 2px solid #8e36cf;
}
.purple-btn:hover {
  color: #8e36cf;
  background: transparent;
  border: 2px solid #8e36cf;
}
footer .purple-btn:hover {
  background: #8e36cf;
}
.section-reward {
  position: relative;
  overflow: hidden;
  padding: 70px 0;
}

.section-reward .first {
  background: url(../images/reward-bg-1.svg);
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 15px;
}
.section-reward .second {
  background: url(../images/reward-bg-2.svg);
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 15px;
}
.section-reward .third {
  background: url(../images/reward-bg-3.svg);
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 15px;
}
.section-reward .flex-container {
  background: #fff;
  -webkit-box-shadow: 0 0 25px -5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 25px -5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 25px -5px rgba(0, 0, 0, 0.2);
  padding: 50px;
  border-radius: 20px;
}
.section-reward .flex-container .first span {
  background: #e3f8fa;
  border-radius: 8px;
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  display: block;
}
.section-reward .flex-container .second span {
  background: #e3fae9;
  border-radius: 8px;
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  display: block;
}
.section-reward .flex-container .third span {
  background: #ffe6e2;
  border-radius: 8px;
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  display: block;
}
.section-reward .flex-container .flex-box {
  flex-basis: 33%;
  margin: 0 20px;
  text-align: center;
  padding: 20px;
}
.section-reward .flex-container .flex-box h3 {
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 15px;
}
.section-reward .flex-container .flex-box p {
  font-size: 14px;
  line-height: 20px;
}
.section-reward .flex-container span {
  margin: 0 auto 30px;
}
.about-examism-section {
  position: relative;
  overflow: hidden;
  padding: 70px 0;
}
.about-examism-section h2 {
  font-size: 22px;
  line-height: 32px;
}
.about-examism-section p.pink-heading {
  font-size: 16px;
  line-height: 25px;
}
.about-examism-section h3.pink-heading {
  font-size: 20px;
  line-height: 30px;
}
.about-examism-section .cutom-p {
  font-size: 20px;
  line-height: 30px;
  color: #5c6c7b;
}
.about-examism-section .flags .flex-box {
  flex-basis: 17%;
}

.testimonials {
  background: url(../images/wavy-bg.svg);
  background-size: cover;
  position: relative;
  overflow: hidden;
  padding: 70px 0;
}
.testimonials .img-wrapper {
  display: flex;
}
.testimonials .img-wrapper .img-box {
  flex-basis: 15%;
}
.testimonials .img-wrapper .text-box {
  flex-basis: 80%;
  margin-left: 20px;
}
.testimonials .img-wrapper .text-box h3 {
  font-size: 18px;
  line-height: 32px;
  margin-bottom: 0;
}
.testimonials .img-wrapper .text-box {
  font-size: 14px;
  line-height: 20px;
}
.testimonials .card {
  margin: 15px;
  -webkit-box-shadow: 0 0 16px -5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 16px -5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 16px -5px rgba(0, 0, 0, 0.2);
  border: none;
  padding: 25px;
  border-radius: 13px;
}
.testimonials .carousel-control-prev,
.testimonials .carousel-control-next {
  background-color: #e1e1e1;
  width: 6vh;
  height: 6vh;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
}
@media (min-width: 768px) {
  .testimonials .carousel-item {
    margin-right: 0;
    flex: 0 0 33.333333%;
    display: block;
  }
  .testimonials .carousel-inner {
    display: flex;
  }
}
.testimonials .card .img-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.testimonials .card img {
  max-height: 100%;
}
@media (max-width: 767px) {
  .header .container {
    border-radius: 30px;
    padding: 10px 16px 10px 16px;
    margin: 1rem;
  }
  .header .container img {
    width: 100px;
  }
  #agent-btn {
    padding: 8px 10px !important;
  }
  .table-no-border table {
    max-width: 100% !important;
  }

  .testimonials .card .img-wrapper {
    height: 4em;
  }
}
.faqs-section {
  position: relative;
  overflow: hidden;
  padding: 70px 0;
}
.faqs-section .accordion {
  max-width: 750px;
  margin: 0 auto;
}
.faqs-section::after {
  background: url(../images/faqs-cut.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 255px;
  height: 656px;
  z-index: -1;
}
.faqs-section::before {
  background: url(../images/faqs-cut-right.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  width: 255px;
  height: 656px;
  z-index: -1;
}

.faqs-section .accordion-button::after {
  background: url(../images/Vector-plus.svg);
}
.faqs-section .accordion-button:not(.collapsed)::after {
  background: url(../images/Vector-minus.svg);
  background-repeat: no-repeat;
}
.faqs-section .accordion-item {
  margin-bottom: 15px;
  background: #fff;
  -webkit-box-shadow: 0 0 25px -5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 25px -5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 25px -5px rgba(0, 0, 0, 0.2);
  border-radius: 20px;
  border: none;
}
.faqs-section .accordion-button:not(.collapsed) {
  color: #8e36cf;
  background-color: #ffffff;
  box-shadow: none;
}
.faqs-section .accordion-item:first-of-type .accordion-button {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.faqs-section .accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}
.faqs-section .accordion-item:first-of-type {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.faqs-section .accordion-item:last-of-type {
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}
.faqs-section .accordion-button {
  border-radius: 20px;
  border: none;
}
.faqs-section .accordion-button:focus {
  z-index: 3;
  border-color: transparent;
  outline: 0;
  box-shadow: none;
}

.contact-form-footer {
  position: relative;
  overflow: hidden;
  padding: 70px 0;
}
.contact-form-footer::after {
  background: url(../images/Vector-contactus-home.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 20%;
  left: 0;
  content: "";
  width: 113px;
  height: 417px;
  z-index: -1;
}
.contact-form-footer::before {
  background: url(../images/groupdot-rename.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 0%;
  right: 0;
  transform: rotate(180deg);
  content: "";
  width: 222px;
  height: 447px;
  z-index: -1;
}
.contact-form-footer .flex-box {
  text-align: center;
  flex-basis: 50%;
  margin-bottom: 20px;
}
.contact-form-footer .form-control {
  background: #fcfcfb;
  border-color: #b6b6b6;
  color: #a7a7a7;
  border-radius: 0;
  margin-bottom: 20px;
  height: 50px;
}
.contact-form-footer .form-control.textarea {
  height: 120px;
}
.contact-form-footer .purple-btn.d-block {
  height: 50px;
}
.font-heading {
  font-size: 55px;
  line-height: 65px;
  font-weight: 400;
}
.contact-form-footer .flex-box .img-h {
  max-height: 45px;
}
.contact-form-footer .flex-box h3 {
  font-size: 24px;
  line-height: 32px;
  margin-top: 20px;
}
.contact-form-footer .flex-box p {
  font-size: 16px;
  line-height: 26px;
  color: #1e272f;
}
.social-icon {
  padding: 0;
  list-style: none;
  margin: 0;
}
.social-icon li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 2px;
}
.contact-form-footer .purple-btn {
  border-radius: 0;
}
.testimonial-video-sec {
  position: relative;
  overflow: hidden;
  padding: 70px 0 90px;
}
.testimonial-video-sec video {
  width: 100%;
}
.testimonial-video-sec .purple-heading {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
}
.testimonial-video-sec .video-section {
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;

  display: flex;
}

.testimonial-video-sec .profile-card {
  position: relative;
  flex-basis: 22%;
  max-height: 400px;
  border-radius: 15px;
  margin: 15px;
  overflow: hidden;
  text-align: center;
  color: white;
}

.testimonial-video-sec .profile-card img {
  width: 100%;
  height: 80%;
  object-fit: cover;
}

.testimonial-video-sec .info {
  position: absolute;
  padding: 11px 18px;
  background: rgba(0, 0, 0, 0.2);
  bottom: 0;
  left: 0;
  right: 0;
}
.testimonial-video-sec .info h3 {
  font-size: 17px;
  line-height: 26px;
  text-align: left;
  margin: 0;
}
.testimonial-video-sec .info p {
  font-size: 14px;
  line-height: 21px;
  color: #fff;
  text-align: left;
  margin: 0;
}
.testimonial-video-sec .play-btn,
.testimonial-video-sec .pause-btn {
  background: transparent;
  border: 2px solid #ffffff;
  border-radius: 22%;
  width: 33px;
  height: 33px;
  text-align: center;
  font-size: 18px;
  color: white;
  cursor: pointer;
  position: absolute;
  bottom: 18px;
  right: 18px;
}

.testimonial-video-sec .play-btn:hover,
.testimonial-video-sec .pause-btn:hover {
  background: white;
  color: black;
}
.page-our-product-sec {
  position: relative;
  overflow: hidden;
  padding: 70px 0 90px;
}
.page-our-product-sec .flex-container {
  border: 1px solid #dee2e7;
  padding: 15px;
  border-radius: 10px;
}
.page-our-product-sec .flex-container .flex-icon {
  flex-basis: 30%;
}
.page-our-product-sec .flex-container .flex-text {
  flex-basis: 70%;
  padding: 10px;
}
.page-our-product-sec .flex-container .flex-text h3 {
  font-size: 16px;
  line-height: 22px;
}
.page-our-product-sec .flex-container .flex-text .small {
  font-size: 11px;
  line-height: 16px;
  margin-bottom: 5px;
}
.page-our-product-sec .flex-container .flex-btn {
  flex-basis: 100%;
}
.page-our-product-sec .small-heading-products {
  font-size: 24px;
  line-height: 29px;
  color: #202224;
}
.page-our-product-sec .small-text-products {
  font-size: 16px;
  line-height: 26px;
  color: #202224;
}
.page-faqs-sec {
  position: relative;
  overflow: hidden;
  padding: 70px 0;
}
.page-faqs-sec .gradiant-btn {
  background-image: linear-gradient(to top, #cf3da6 0%, #8e36cf 100%);
  width: 80px;
  color: #fff;
  position: relative;
  right: 15px;
  padding: 13px 30px;
  z-index: 0;
  border-radius: 30px;
}
.page-faqs-sec .search .form-control {
  border-radius: 30px;
  -webkit-box-shadow: 0 0 25px -5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 25px -5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 25px -5px rgba(0, 0, 0, 0.2);
  border: none;
  position: relative;
  z-index: 3;
}
.page-faqs-sec
  .input-group:not(.has-validation)
  > .dropdown-toggle:nth-last-child(n + 3),
.input-group:not(.has-validation)
  > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}
.page-faqs-sec .search {
  max-width: 770px;
  margin: 0 auto;
}
.page-faqs-sec .faqs-section::after,
.page-faqs-sec .faqs-section::before {
  display: none;
}
.multi-check-ul {
  margin: 0 auto;        /* center the UL itself */
  padding: 0;
  list-style: none;
  display: inline-block; /* important for centering items */
  text-align: left;      /* keep text aligned inside */
}

.multi-check-ul li {
  vertical-align: middle;
  padding: 0 0 0 30px;
  display: block;
  margin: 5px 0;
  position: relative;
  font-size: 16px;
  line-height: 24px;
}

.multi-check-ul li::after {
  background: url('../images/check-li.svg');
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 2px;
  left: 0;        /* now correct because the whole UL is centered */
  content: "";
  width: 20px;
  height: 20px;
}

.reward-banner-sec {
  position: relative;
  overflow: hidden;
  padding: 70px 0;
}
.reward-banner-sec::after {
  background: url(../images/reward-bg-img.svg);
  position: absolute;
  width: 1320px;
  background-repeat: no-repeat;
  height: 100%;
  top: 0;
  left: 50%;
  margin: 0 0 0 -660px;
  bottom: 0;
  right: 0;
  z-index: -1;
  content: "";
}
.reward-banner-sec .text {
  padding-left: 10%;
}
.awesome-reward-sec {
  position: relative;
  overflow: hidden;
  padding: 70px 0;
}
.awesome-reward-sec::before {
  background: url(../images/awesome-sec-top.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
  content: "";
}
.awesome-reward-sec::after {
  background: url(../images/awesome-sec-botom.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  width: 100%;
  height: 142px;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  content: "";
}
.awesome-reward-sec .padding-right {
  padding-right: 12%;
}
.awesome-reward-sec .flex-container {
  margin-bottom: 50px;
}
.awesome-reward-sec .flex-icon {
  flex-basis: 15%;
}
.awesome-reward-sec .flex-text {
  flex-basis: 85%;
}
.awesome-reward-sec .flex-text h3 {
  font-size: 24px;
  line-height: 32px;
}
.awesome-reward-sec.section-reward .flex-container.awsome {
  background: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  padding: 0;
  border-radius: 0;
}
.milestones-section {
  position: relative;
  overflow: hidden;
  padding: 70px 0;
  background: rgb(239, 238, 248);
  background: linear-gradient(
    90deg,
    rgba(239, 238, 248, 1) 0%,
    rgba(253, 227, 241, 1) 100%
  );
}
.milestones-section .list {
  position: relative;
}
.milestones-section .list::after {
  background: url(../images/milestone-sec-bg.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  width: 100%;
  height: 350px;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
  content: "";
}
.milestones-section .flex-box {
  margin: 0 10px;
  flex-basis: 15%;
}
.milestones-section .flex-box ul {
  margin: 0;
  padding: 25px 0 0;
  list-style: none;
}
.milestones-section .flex-box ul li {
  font-size: 14px;
  line-height: 24px;
  color: #666666;
  padding: 3px 15px;
}
.milestones-section .flex-box h3 {
  font-size: 22px;
  margin-top: 10px;
}
.milestones-section .bi-star-fill {
  color: #ffc728;
}
.milestones-section .flex-box.mt-9 {
  margin-top: 90px;
}
.milestones-section .flex-box.mt-8 {
  margin-top: 60px;
}
.milestones-section .flex-box.mt-7 {
  margin-top: 40px;
}
.milestones-section .flex-box.mt-6 {
  margin-top: 20px;
}

.aboutus-banner .pink-heading {
  position: relative;
}
.aboutus-banner .pink-heading::after {
  background: url(../images/Line-heading.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  width: 100%;
  height: 36px;
  top: 45px;
  left: 0;
  right: 0;
  z-index: -1;
  content: "";
}
.banner-text .text {
  max-width: 850px;
  margin: 0 auto;
  padding: 30px 30px 30px;
  border-radius: 10px;
  background-image: linear-gradient(to top, #cf3da6 0%, #8e36cf 100%);
  color: #fff;
}
.banner-text .text p {
  color: #ffffff;
}

.banner-text .img-set {
  display: block;
  max-width: 730px;
  margin: 0 auto;
  position: relative;
  bottom: 80px;
}
.aboutus-banner.banner-text {
  position: relative;
  overflow: hidden;
  padding: 70px 0;
}
.table-no-border tr,
.table-no-border td,
.table-no-border th {
  border: none;
}
.table-no-border table {
  max-width: 850px;
  margin: 0 auto;
}
.join-us-section {
  position: relative;
  overflow: hidden;
  padding-top: 70px;
}
.quick-cards-sec {
  position: relative;
  overflow: hidden;
  padding: 15px 0;
}
.quick-cards-sec .flex-box {
  flex-basis: 23%;
  border-radius: 15px;
  -webkit-box-shadow: 0 0 25px -5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 25px -5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 25px -5px rgba(0, 0, 0, 0.2);
  padding: 20px;
  margin: 0 10px;
}
.quick-cards-sec .flex-box .img {
  display: block;
  margin-bottom: 20px;
}
.quick-cards-sec .flex-box h3 {
  font-size: 20px;
  line-height: 30px;
}
.quick-cards-sec .flex-box p {
  font-size: 16px;
  line-height: 25px;
}
.section-contact-form {
  position: relative;
  overflow: hidden;
  padding: 70px 10px;
  background: #f7ebf7;
}
.section-contact-form::after {
  background: url(../images/big-eclipse.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  width: 100%;
  height: 89%;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  content: "";
}
.section-contact-form::before {
  background: url(../images/small-eclipse.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  width: 393px;
  height: 415px;
  top: 0;
  right: 0;

  z-index: 1;
  content: "";
}
.section-contact-form input {
  height: 50px;
}
.contact-form {
  border-radius: 15px;
  -webkit-box-shadow: 0 0 25px -5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 25px -5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 25px -5px rgba(0, 0, 0, 0.2);
  padding: 40px;
  background: #fff;
}
.section-contact-form .social-icon .bi {
  color: #000000;
}
.section-contact-form h2 {
  font-size: 44px;
  line-height: 60px;
}
.section-contact-form .zindex {
  position: relative;
  z-index: 2;
}
.section-contact-form .form-select,
.section-contact-form .form-control {
  background: #fcfcfb;
  border-color: #b6b6b6;
  color: #a7a7a7;
  border-radius: 0;
  margin-bottom: 20px;
  height: 50px;
}
.section-contact-form .form-control.textarea {
  height: 120px;
}
.section-contact-form .pink-btn {
  height: 50px;
  border-radius: 0;
  color: #ffffff;
  display: block;
  width: 100%;
}
.page-faqs-sec.about-examism-section h2 {
  font-size: 34px;
  line-height: 44px;
}
footer
  .page-faqs-sec
  .input-group:not(.has-validation)
  > .dropdown-toggle:nth-last-child(n + 3),
footer
  .input-group:not(.has-validation)
  > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}

@media only screen and (max-width: 1400px) {
  .milestones-section .flex-box {
    margin: 0 10px 50px;
    flex-basis: 22%;
  }

}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (max-width: 1200px) {
    .aboutus-banner.banner-text{
    padding: 0;
    }
  .about-examism-section .flags .flex-box {
    flex-basis: 22%;
  }
  .quick-cards-sec .flex-box {
    flex-basis: 47%;
    margin: 10px 10px;
  }
  .reward-banner-sec .text {
    padding-left: 0;
  }
  .logo-section ul li {
    display: inline-block;
    vertical-align: middle;
    margin: 10px;
  }
  .logo-holder ul li {
    margin-left: 10px;
  }
  .download-section::before,
  .big-heading::after,
  .big-heading::before {
    display: none;
  }
  .big-heading {
    max-width: 100%;
    margin: 0 auto;
    font-size: 28px;
    line-height: 38px;
  }
  .banner h1 {
    font-size: 36px;
    line-height: 42px;
  }
}
.aboutus-banner{
    margin-top:70px;
  }
/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (max-width: 991px) {
  .milestones-section .flex-box {
    margin: 0 10px 10px;
    flex-basis: 30%;
  }
  .reward-banner-sec::after {
    width: 1320px;
    height: 100%;
  }
  .about-examism-section .flags .flex-box {
    flex-basis: 32%;
  }
  .font-heading {
    font-size: 36px;
    line-height: 45px;
    font-weight: 400;
  }
  .awesome-reward-sec .padding-right {
    padding-right: 0;
    text-align: center;
  }
  .section-reward .flex-container {
    padding: 10px;
  }
  .awesome-reward-sec .mb-5 {
    margin-bottom: 1rem !important;
  }
  .awesome-reward-sec .flex-icon {
    flex-basis: 15%;
    margin-bottom: 15px;
  }
  footer {
    padding: 10px;
  }
  .awesome-reward-sec .flex-container {
    margin-bottom: 15px;
  }
  .input-group:not(.has-validation)
    > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
  }
  .contact-form-footer .mb-5 {
    margin-bottom: 2rem !important;
  }
  .aboutus-banner{
    margin-top:40px;
  }
  .contact-form-footer::before,
  .how-its-section::before,
  .how-its-section::after,
  .aboutus-banner .pink-heading::after,
  .section-contact-form::after,
  .section-contact-form::before {
    display: none;
  }
  .how-its-section .flex-container {
    display: block;
    text-align: center;
  }
  .how-its-section .icon {
    flex-basis: 8%;
    display: inline-block;
  }
  .section-contact-form h2 {
    font-size: 26px;
    line-height: 40px;
  }
  .page-faqs-sec.about-examism-section h2 {
    font-size: 26px;
    line-height: 32px;
  }
  .mt-5 {
    margin-top: 0rem !important;
  }
  .reward-banner-sec h1 {
    color: #1b1a1a;
    font-size: 36px;
    line-height: 42px;
  }
  .milestones-section,
  .reward-banner-sec,
  .faqs-section,
  .page-our-product-sec,
  .testimonial-video-sec,
  .contact-form-footer,
  .faqs-section,
  .testimonials,
  .section-reward,
  .how-its-section,
  .our-services,
  .our-feature-section,
  .download-section,
  .banner,
  .voucharse-section,
  .logo-section,
  .about-examism-section,
  .page-faqs-sec,
  .quick-cards-sec {
    padding: 30px 10px;
  }
  .contact-form {
    padding: 20px;
  }
  .milestones-section .flex-box ul {
    margin: 0;
    padding: 20px;
    list-style: none;
  }
  .milestones-section .list {
    position: relative;
    height: auto;
  }
  .milestones-section .list::after {
    width: 100%;
    height: 100%;
  }
  .milestones-section .flex-box.mt-8 {
    margin-top: 30px;
    text-align: center;
  }
  .milestones-section .flex-box.mt-7 {
    margin-top: 30px;
    text-align: center;
  }
  .milestones-section .flex-box.mt-6 {
    margin-top: 20px;
    text-align: center;
  }
  .milestones-section .flex-box.mt-1 {
    margin-top: 30px !important;
    text-align: center;
  }
  .milestones-section .flex-box.mt-9 {
    margin-top: 10px;
    text-align: center;
  }
  .banner-text .img-set {
    display: block;
    max-width: 100%;
    bottom: 0;
  }
  .banner-text .text {
    max-width: 100%;
    padding: 30px 30px 20px;

    color: #fff;
  }
  h2 {
    color: #1b1a1a;
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 30px;
  }

  .voucharse-section .flex-container {
    display: flex;
    margin-bottom: 15px;
  }
  .side-heading {
    font-size: 24px;
    line-height: 38px;
    margin-bottom: 10px;
  }
  .download-section .mt-5 {
    text-align: center;
  }
  .our-feature-section .left-side {
    text-align: center;
  }
  .section-reward .flex-container .flex-box {
    margin: 10px 20px;
  }
  .section-reward .flex-container,
  .our-services .flex-container,
  .our-feature-section .flex-container {
    display: block;
  }
  .our-feature-section .flex-container {
    margin-top: 10px;
  }
  .our-feature-section .right-side {
    text-align: center;
  }
  .our-services .mt-5 {
    text-align: center;
  }
  .our-services .flex-container {
    text-align: center;
  }
  .our_services .icon {
    display: inline-block;
    margin-bottom: 17px;
  }
  .mt-9 {
    margin-top: 20px;
  }
  .testimonials .img-wrapper .img-box {
    display: none;
  }
  .testimonials .card-body {
    padding: 0;
  }
  .testimonials .img-wrapper .text-box {
    flex-basis: 100%;
    margin-left: 0px;
  }
  .testimonials .card {
    margin: 6px;

    border: none;
    padding: 18px;
    border-radius: 13px;
  }
  .testimonial-video-sec .profile-card {
    flex-basis: 45%;
  }
  .page-our-product-sec .flex-container {
    margin: 10px 0;
  }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (max-width: 767px) {
  .about-examism-section .flags .flex-box {
    flex-basis: 49%;
  }
  .flex-container {
    display: block;
  }
  .about-examism-section .flex-container.flags,
  .page-faqs-sec .flex-container.flags {
    display: flex;
  }
  .testimonial-video-sec .profile-card {
    flex-basis: 100%;
  }
}

@media (max-width: 600px) {
  .about-examism-section .flags .flex-box {
    flex-basis: 22%;
  }
}

.radius-5 {
  border-radius: 1rem;
}
.reward-li {
  background-color: rgba(207, 61, 166, 0.1);
  border-radius: 2rem;
}
.our-product-border {
  border: 1px solid rgba(222, 226, 231, 0.6);
}
.our-product-btn {
  background-color: transparent;
  border: 1px solid rgba(222, 226, 231, 0.6);
  border-radius: 1rem;
}

.our-product-btn {
  border: 1px solid black;
  border-radius: 10rem;
  padding: 0.5rem 1rem;
}
.our-product-btn:hover {
  background-color: #cf3da6;
  color: white;
  border: 1px solid #cf3da6;
}



/* ---------------------------------- */
        /* Footer Styles */
        /* ---------------------------------- */
        .custom-footer {
            background-color: #ffffff; /* Matching body background */
            padding-top: 60px;
            padding-bottom: 30px;
            margin-top: 60px; /* Space above footer */
            border-top: 1px solid #eee; /* Optional separator line */
        }

.footer-heading {
    font-weight: 700;
    font-size: 1.1rem;
    margin-bottom: 1.5rem;
    color: #000;
}


        /* Social Icons and Subscription */
.social-icon-btn {
  background-color: #8236C8;
  color: #fff;
  width: 40px;
  height: 40px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin-right: 10px;
  font-size: 1.1rem;
  transition: opacity 0.2s;
  border: none;
  text-decoration: none;
}

.social-icon-btn:hover {
  opacity: 0.8;
  color: #fff;
  text-decoration: none;
}


        .subscribe-input {
            border-radius: 8px 0 0 8px; /* Rounded left only */
            border-right: none;
            height: 40px;
        }

        .subscribe-btn {
            background-color: #8236C8; /* Specific purple color */
            border-color: #8236C8;
            border-radius: 0 8px 8px 0; /* Rounded right only */
            height: 40px;
            padding: 0 15px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .subscribe-btn:hover {
            background-color: #6a2a9e; /* Darker purple on hover */
            border-color: #6a2a9e;
        }

        /* App Store Images (Placeholder alignment) */
        .app-link img {
            max-width: 150px;
            margin-bottom: 10px;
        }
/* ---------------------------------- */
/* Mobile Footer Layout */
/* ---------------------------------- */
@media (max-width: 768px) {
    .custom-footer {
        padding-top: 40px;
        padding-bottom: 20px;
    }

    /* About Us & Product side by side or stacked */
    .col-6.col-md-3 {
        text-align: center;
        margin-bottom: 20px;
    }

    /* App store buttons in one row centered */
    .col-6.col-md-3:nth-child(3) {
        display: flex;
        justify-content: center;
        gap: 10px;
        margin-bottom: 20px;
    }

    .app-link img {
        max-width: 120px;
        margin: 0;
    }

    /* Subscription input + button in one row */
    .col-6.col-md-3:nth-child(4) .input-group {
        flex-direction: row;
        justify-content: center;
        width: 100%;
        gap: 5px;
        margin-bottom: 15px;
    }

    .subscribe-input {
        flex: 1;
        min-width: 0;
        border-radius: 8px 0 0 8px;
        border-right: none;
        height: 40px;
    }

    .subscribe-btn {
        border-radius: 0 8px 8px 0;
        height: 40px;
        padding: 0 15px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    /* Social icons in one row */
    .col-6.col-md-3:nth-child(4) .social-icon-btn {
        margin: 0 5px;
    }
}

@media (max-width: 480px) {
    .app-link img {
        max-width: 100px;
    }

    .social-icon-btn {
        width: 35px;
        height: 35px;
        font-size: 1rem;
    }

    .subscribe-input,
    .subscribe-btn {
        height: 35px;
    }
}
        /* Responsive Adjustments */
        @media (max-width: 991.98px) {
            .custom-navbar-wrapper {
                min-height: auto;
                border-radius: 15px;
                padding: 0 15px;
            }
            .navbar-collapse {
                background-color: #fff;
                margin: 0 -15px;
                padding: 10px 15px;
                border-top: 1px solid #eee;
            }
            .navbar-nav .nav-link {
                padding: 0.5rem 0;
            }
            .signup-link, .agent-btn {
                margin: 0.5rem 0;
            }
            /* New content responsiveness */
            .voucher-card {
                max-width: 100%;
                height: auto;
            }
            .card-btn {
                /* w-100 is used in HTML for full width on mobile */
            }
            /* Footer adjustments for mobile */
            .custom-footer .row > div {
                margin-bottom: 30px;
            }
            .footer-copyright {
                text-align: center;
                margin-top: 20px;
            }
        }
        .white-icon {
  color: #fff;
}


/* ---------------------------------- */
/* Responsive Footer - Fully Fixed */
/* ---------------------------------- */
@media (max-width: 768px) {
  .custom-footer {
    padding-top: 40px;
    padding-bottom: 20px;
  }

  /* Force all footer sections to stack vertically */
  .custom-footer .row.justify-content-center {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    width: 100% !important;
  }

  /* Make each section full width */
  .custom-footer .col-6.col-md-3,
  .custom-footer .footer-col {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    text-align: center !important;
    margin-bottom: 30px !important;
    padding-left: 12px !important;
    padding-right: 12px !important;
  }

  /* App links side by side */
  .custom-footer .app-links {
    display: flex !important;
    flex-direction: row !important;
    justify-content: center !important;
    align-items: center !important;
    flex-wrap: nowrap !important;
    gap: 12px !important;
    margin-bottom: 20px !important;
  }

  .custom-footer .app-links img {
    max-width: 130px !important;
  }

  /* Widen email input on mobile */
  .custom-footer .subscribe-col .input-group {
    display: flex !important;
    flex-direction: row !important;
    justify-content: center !important;
    align-items: center !important;
    width: 95% !important;           /* widen input on mobile */
    max-width: 450px !important;     /* limit so it doesnâ€™t overflow */
    margin: 0 auto 20px auto !important;
    gap: 6px !important;
  }

  .custom-footer .subscribe-input {
    flex: 1 !important;
    height: 46px !important;
    border-radius: 8px 0 0 8px !important;
    border-right: none !important;
    font-size: 0.95rem !important;
    padding: 0 10px !important;
  }

  .custom-footer .subscribe-btn {
    height: 46px !important;
    border-radius: 0 8px 8px 0 !important;
    padding: 0 18px !important;
  }

  /* Keep social icons in a single horizontal line */
  .custom-footer .social-icons {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    flex-wrap: nowrap !important; /* no wrapping */
    gap: 14px !important;
    width: 100% !important;
    overflow-x: auto; /* safety if screen too small */
  }

  .custom-footer .social-icon-btn {
    width: 40px !important;
    height: 40px !important;
    font-size: 1rem !important;
    flex: 0 0 auto !important;
  }

  /* Center copyright */
  .custom-footer .footer-copyright {
    text-align: center !important;
    margin-top: 15px !important;
  }
}

/* Smaller phones */
@media (max-width: 480px) {
  .custom-footer .app-links img {
    max-width: 110px !important;
  }

  .custom-footer .subscribe-col .input-group {
    width: 100% !important;
    max-width: 480px !important;
  }

  .custom-footer .subscribe-input,
  .custom-footer .subscribe-btn {
    height: 42px !important;
  }

  .custom-footer .social-icon-btn {
    width: 36px !important;
    height: 36px !important;
    font-size: 0.9rem !important;
  }
}
   /* FORCE overrides for footer on mobile */
      @media (max-width: 768px) {
        /* make footer columns stack and be full width */
        .custom-footer > .container > .row.justify-content-center {
          display: flex !important;
          flex-direction: column !important;
          align-items: center !important;
        }
        .custom-footer > .container > .row.justify-content-center > .col-6.col-md-3 {
          max-width: 100% !important;
          flex: 0 0 100% !important;
          width: 100% !important;
          text-align: center !important;
          margin-bottom: 16px !important;
          padding-left: 12px !important;
          padding-right: 12px !important;
        }

        /* widen subscribe input & center the group */
        .custom-footer .subscribe-col .input-group {
          display: flex !important;
          width: 96% !important;
          max-width: 720px !important;
          margin: 0 auto 12px !important;
          gap: 8px !important;
          justify-content: center !important;
          align-items: center !important;
        }
        .custom-footer .subscribe-col .input-group .subscribe-input {
          flex: 1 1 auto !important;
          min-width: 0 !important;
          width: 100% !important;
          padding: 10px 12px !important;
          height: 46px !important;
        }
        .custom-footer .subscribe-col .input-group .subscribe-btn {
          flex: 0 0 auto !important;
          height: 46px !important;
          padding: 0 14px !important;
        }

        /* force social icons into a single non-wrapping row */
        .custom-footer .social-icons-row,
        .custom-footer .social-icons {
          display: flex !important;
          flex-wrap: nowrap !important;
          gap: 10px !important;
          justify-content: center !important;
          align-items: center !important;
          overflow-x: auto !important;
          padding: 6px 8px !important;
          width: 100% !important;
        }
        .custom-footer .social-icons-row .social-icon-btn,
        .custom-footer .social-icons .social-icon-btn {
          flex: 0 0 auto !important;
          margin: 0 6px !important;
          width: 40px !important;
          height: 40px !important;
        }
      }

      /* extra safety: ensure desktop layout unchanged */
      @media (min-width: 769px) {
        .custom-footer .subscribe-col .input-group { max-width: 520px; }
      }


      /* our-feature-section â€” smaller sizes and 2-per-row on mobile */
      @media (max-width: 767.98px) {
        .our-feature-section .flex-container {
          display: flex !important;
          flex-wrap: wrap !important;
          gap: 0px !important;
          margin-top: 20px !important;
          justify-content: center;
        }

        .our-feature-section .flex-container .flex-box {
          flex: 0 0 50% !important; /* two items per row */
          box-sizing: border-box !important;
          padding: 10px !important;
          text-align: center !important;
          margin: 0 !important;
        }

        .our-feature-section .flex-box .icon {
          flex-basis: 100% !important;
          margin: 0 auto 8px !important;
        }

        .our-feature-section .flex-box .icon img,
        .our-feature-section .flex-container .icon img {
          width: 40px !important;
          height: 40px !important;
          object-fit: contain !important;
          display: block !important;
          margin: 0 auto 8px !important;
        }

        .our-feature-section .flex-box .text h3,
        .our-feature-section .flex-box h3 {
          font-size: 16px !important;
          line-height: 20px !important;
          margin-bottom: 6px !important;
        }

        .our-feature-section .flex-box .text p,
        .our-feature-section .flex-box p {
          font-size: 13px !important;
          line-height: 18px !important;
          margin: 0 !important;
          color: #444 !important;
        }
      }


/* --- Microanimations --- */
@keyframes fadeIn {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes fadeInDelay {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes slideLeft {
  from { opacity: 0; transform: translateX(-30px); }
  to { opacity: 1; transform: translateX(0); }
}

@keyframes pop {
  0% { transform: scale(0.9); opacity: 0; }
  60% { transform: scale(1.05); opacity: 1; }
  100% { transform: scale(1); }
}

@keyframes float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(8px); }
}

/* --- Animation Classes --- */
.animate-fade-in {
  animation: fadeIn 1s ease forwards;
}

.animate-fade-in-delay {
  animation: fadeInDelay 1.2s ease forwards;
}

.animate-slide-left {
  animation: slideLeft 1s ease forwards;
}

.animate-pop {
  display: inline-block;
  animation: pop 1.1s ease forwards;
  transition: transform 0.2s ease;
}

.animate-float {
  animation: float 4s ease-in-out infinite;
}

/* --- Hover interactions --- */
.pink-btn:hover {
  transform: scale(1.05);
}

.pink-btn i {
  transition: transform 0.3s ease;
  z-index: 100;
}

.pink-btn:hover i {
  transform: translateX(4px);
}



/* --- Base Animations --- */
@keyframes fadeUp {
  0% { opacity: 0; transform: translateY(30px); }
  100% { opacity: 1; transform: translateY(0); }
}

@keyframes floatSlow {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-6px); }
}

/* --- Animation Classes --- */
.animate-up {
  opacity: 0;
  animation: fadeUp 1s ease forwards;
}

.animate-float {
  animation: floatSlow 4s ease-in-out infinite;
}

/* --- Staggered Delay for Sequential Reveal --- */
.delay-1 { animation-delay: 0.2s; }
.delay-2 { animation-delay: 0.4s; }
.delay-3 { animation-delay: 0.6s; }

/* --- Section Styling Tweaks --- */
.voucharse-section .flex-container {
  display: flex;
  align-items: center;
  gap: 15px;
  background: #fff;
  border-radius: 16px;
  padding: 20px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.voucharse-section .flex-container:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 24px rgba(0,0,0,0.1);
}

/* --- Base Animations --- */
@keyframes fadeDown {
  0% { opacity: 0; transform: translateY(-30px); }
  100% { opacity: 1; transform: translateY(0); }
}

@keyframes pulseHeart {
  0%, 100% { transform: scale(1); color: #ff5b8d; }
  50% { transform: scale(1.2); color: #ff8cb3; }
}

@keyframes fadeUpLogo {
  0% { opacity: 0; transform: translateY(20px); }
  100% { opacity: 1; transform: translateY(0); }
}

/* --- Animation Classes --- */
.animate-fade-down {
  opacity: 0;
  animation: fadeDown 1s ease forwards;
}

.animate-pulse {
  display: inline-block;
  animation: pulseHeart 1.8s ease-in-out infinite;
}

@media (max-width: 576px) {
  .bi-heart-fill {
    font-size: 0.95rem; /* smaller size for mobile */
  }
}
.animate-logo {
  opacity: 0;
  animation: fadeUpLogo 0.8s ease forwards;
}

/* --- Sequential Delay --- */
.delay-0 { animation-delay: 0.2s; }
.delay-1 { animation-delay: 0.3s; }
.delay-2 { animation-delay: 0.4s; }
.delay-3 { animation-delay: 0.5s; }
.delay-4 { animation-delay: 0.6s; }
.delay-5 { animation-delay: 0.7s; }
.delay-6 { animation-delay: 0.8s; }
.delay-7 { animation-delay: 0.9s; }

/* --- Layout + Hover Effects --- */
.logo-holder ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  padding: 0;
  margin: 0;
}

.logo-holder li {
  transition: transform 0.3s ease, filter 0.3s ease;
}

.logo-holder li:hover {
  transform: scale(1.08);
  filter: brightness(1.15);
}

.logo-section h2 {
  font-weight: 700;
  font-size: 1.75rem;
  letter-spacing: 0.5px;
  color: #222;
  text-transform: uppercase;
}

.logo-section {
  padding: 80px 0;
  background: #fafafa;
  overflow: hidden;
}


/* Floating image animation */
.floating {
  animation: float 3s ease-in-out infinite;
}
@keyframes float {
  0%, 100% { transform: translateY(0px); }
  50% { transform: translateY(-8px); }
}

/* Wobble for icons */
.wobble {
  animation: wobble 2.5s infinite ease-in-out;
}
@keyframes wobble {
  0%, 100% { transform: rotate(0deg); }
  25% { transform: rotate(3deg); }
  75% { transform: rotate(-3deg); }
}

/* Gentle pulse for icons */
.pulse img {
  animation: pulse 2s infinite;
}
@keyframes pulse {
  0%, 100% { transform: scale(1); opacity: 1; }
  50% { transform: scale(1.08); opacity: 0.9; }
}

/* Float-up effect */
.float-up {
  animation: floatUp 4s ease-in-out infinite;
}
@keyframes floatUp {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}

/* Hover bounce for buttons */
.hover-bounce:hover {
  transform: translateY(-4px) scale(1.02);
  transition: all 0.3s ease;
}

/* Hover lift for reward cards */
.hover-lift {
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}
.hover-lift:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.logo-slider {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.logo-track {
  display: flex;
  justify-content: center;
}

.logo-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  column-gap: 30px;
}

.logo-list li {
  flex: 1 1 0;
  display: flex;
  justify-content: center;
}

.logo-list img {
  max-height: 60px;
  transition: transform 0.3s ease;
}

.logo-list img:hover {
  transform: scale(1.1);
}

/* remove marquee fades for static row */

/* Contact "Follow Us" â€” force icons in one row and tidy spacing */
.contact-form-footer .social-icon {
  display: flex;
  gap: 10px;
  align-items: center;
  padding: 0;
  margin: 0;
  list-style: none;
}
.contact-form-footer .social-icon li {
  display: block;
  margin: 0;
}
.contact-form-footer .social-icon img,
.contact-form-footer .social-icon > li > a > img {
  width: 36px;
  height: auto;
  display: block;
}

/* Footer subscribe input â€” make it wider and responsive */
.custom-footer .input-group {
  display: flex;
  gap: 8px;
  align-items: center;
  width: 100%;
  max-width: 520px; /* keeps a sensible max width on large screens */
  margin: 0;
}
.custom-footer .subscribe-input {
  flex: 1 1 auto;
  min-width: 0; /* prevents overflow in flex container */
}
.custom-footer .subscribe-btn {
  flex: 0 0 auto;
}

/* Contact-form (page) â€” ensure contact email/name inputs use full width on small screens */
@media (max-width: 991.98px) {
  .contact-form-footer .form-control {
    width: 100%;
    box-sizing: border-box;
  }
  .contact-form-footer .flex-container.flex-wrap {
    gap: 12px;
  }
}

/* Slightly smaller icons on very small devices */
@media (max-width: 480px) {
  .contact-form-footer .social-icon img {
    width: 30px;
  }
  .custom-footer .input-group {
    max-width: 100%;
    padding: 0 12px;
  }
}


   /* FORCE overrides for footer on mobile */
      @media (max-width: 768px) {
        /* make footer columns stack and be full width */
        .custom-footer > .container > .row.justify-content-center {
          display: flex !important;
          flex-direction: column !important;
          align-items: center !important;
        }
        .custom-footer > .container > .row.justify-content-center > .col-6.col-md-3 {
          max-width: 100% !important;
          flex: 0 0 100% !important;
          width: 100% !important;
          text-align: center !important;
          margin-bottom: 16px !important;
          padding-left: 12px !important;
          padding-right: 12px !important;
        }

        /* widen subscribe input & center the group */
        .custom-footer .subscribe-col .input-group {
          display: flex !important;
          width: 96% !important;
          max-width: 720px !important;
          margin: 0 auto 12px !important;
          gap: 8px !important;
          justify-content: center !important;
          align-items: center !important;
        }
        .custom-footer .subscribe-col .input-group .subscribe-input {
          flex: 1 1 auto !important;
          min-width: 0 !important;
          width: 100% !important;
          padding: 10px 12px !important;
          height: 46px !important;
        }
        .custom-footer .subscribe-col .input-group .subscribe-btn {
          flex: 0 0 auto !important;
          height: 46px !important;
          padding: 0 14px !important;
        }

        /* force social icons into a single non-wrapping row */
        .custom-footer .social-icons-row,
        .custom-footer .social-icons {
          display: flex !important;
          flex-wrap: nowrap !important;
          gap: 10px !important;
          justify-content: center !important;
          align-items: center !important;
          overflow-x: auto !important;
          padding: 6px 8px !important;
          width: 100% !important;
        }
        .custom-footer .social-icons-row .social-icon-btn,
        .custom-footer .social-icons .social-icon-btn {
          flex: 0 0 auto !important;
          margin: 0 6px !important;
          width: 40px !important;
          height: 40px !important;
        }
      }

      /* extra safety: ensure desktop layout unchanged */
      @media (min-width: 769px) {
        .custom-footer .subscribe-col .input-group { max-width: 520px; }
      }
