/* Color Variables */
:root {
  --primary: #4db6ac;
  --primary-light: #82e9de;
  --primary-dark: #00867d;
  --primary-transparent: rgba(77, 182, 172, 0.1);
  --primary-semi-transparent: rgba(77, 182, 172, 0.2);
  --secondary: #ff9800;
  --secondary-light: #ffc947;
  --secondary-dark: #c66900;
  --text-dark: #333333;
  --text-light: #ffffff;
  --background-light: #f9f9f9;
  --background-dark: #333333;
  --border-color: #e4e4e4;
  --success: #4caf50;
  --warning: #ff9800;
  --error: #f44336;
}

* {
  padding: 0;
  margin: 0;
}

body {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  color: var(--text-dark);
}

a {
  color: var(--primary);
  transition: all 0.3s ease;
}

a:hover {
  color: var(--primary-dark);
  text-decoration: none;
}
h1,
h2,
h3 {
  font-weight: 700;
}
h4,
h5 {
  font-weight: 600;
}
h6 {
  font-weight: 500;
}
.white {
  color: var(--text-light) !important;
}
.black {
  color: var(--text-dark);
}
.navbar {
  position: fixed;
  right: 0;
  left: 0;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  min-height: 50px;
  line-height: 50px;
  background: transparent;
  z-index: 1030;
}
.navbar .active {
  color: var(--primary) !important;
  font-weight: 700;
}
.navbar .navbar-brand {
  display: inline-block;
}
.navbar .nav-item {
  margin: 0 5px;
  padding: 0;
}
.navbar .nav-item a {
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 13px;
}
.navbar .nav-item a:hover {
  color: var(--primary);
  transform: translateY(-2px);
}
.navbar .nav-link {
  position: relative;
  padding: 0;
}
.navbar .navbar-toggler {
  cursor: pointer;
}
.navbar .navbar-toggler span {
  color: #fff;
}
.navbar-style2 .active:after,
.navbar-style2 .nav-link:after {
  display: none;
}
.nav-scroll {
  background: #fff;
  -webkit-box-shadow: 0 1px 8px 3px rgba(0, 0, 0, 0.0509803922);
  box-shadow: 0 1px 8px 3px rgba(0, 0, 0, 0.0509803922);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.nav-scroll .navbar-nav > li > a {
  color: #333;
}
.nav-scroll .navbar-brand img {
  -webkit-transform: scale(1.03) !important;
  transform: scale(1.03) !important;
}
.nav-scroll .navbar-toggler {
  cursor: pointer;
}
.nav-scroll .navbar-toggler span {
  color: #333;
}
.nav-scroll .nav-link:hover:after {
  background-color: #2388ed;
}
.nav-scroll .active {
  position: relative;
}

.banner {
  background: var(--primary);
  background: linear-gradient(to right, var(--primary-dark), var(--primary));
  padding: 100px 0px;
  position: relative;
  overflow: hidden;
}
.banner::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(images/pattern.png);
  opacity: 0.5;
}
.banner-overlay {
  padding: 100px 0 80px;
  position: relative;
}
.banner-overlay::after {
  content: '';
  position: absolute;
  right: -150px;
  top: -150px;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  z-index: 0;
}
.banner a.weblink {
  color: #ffffff;
  border-bottom: 1px dotted #ffffff;
}
.banner a:hover {
  text-decoration: none;
}
.svg-wave {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.banner-text {
  padding-right: 80px;
  margin: 50px 0px 0px;
  position: relative;
  z-index: 1;
}
.banner-text h2 {
  font-size: 3.5rem;
  font-weight: 800;
  margin-bottom: 15px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  position: relative;
  display: inline-block;
}
.banner-text h2:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 80px;
  height: 4px;
  background: #f39f5a;
  background: linear-gradient(to right, #f39f5a, #f7c59f);
}
.banner-text h6 {
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 20px;
  color: rgba(255, 255, 255, 0.9);
}
.banner-text p {
  margin: 40px 0px;
  font-size: 1.1rem;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.85);
  max-width: 90%;
  position: relative;
  padding-left: 15px;
  border-left: 3px solid #f39f5a;
}
.banner-text ul {
  list-style: none;
  margin-bottom: 30px;
}
.banner-text ul li {
  display: inline-block;
  margin: 0px 10px 10px 0px;
  transition: all 0.3s ease;
}
.banner-text ul li:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
}
.banner-text ul li a {
  display: block;
}
.banner-text ul li a img {
  width: 150px;
  border-radius: 7px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}
.banner-text ul li a img:hover {
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}
.prelative {
  position: relative;
}
.section-padding {
  padding: 80px 0px;
}
.sectioner-header {
  width: 69%;
  margin: 0 auto;
}
.line {
  height: 3px;
  width: 50px;
  background: var(--primary);
  display: block;
  margin: 20px auto 20px;
  border-radius: 3px;
}
.line::after {
  content: '';
  position: absolute;
  left: 50%;
  width: 150px;
  height: 2px;
  border-bottom: 2px dashed var(--primary-light);
  margin-left: -75px;
}
.sectioner-header p {
  color: #818992;
  font-size: 17px;
}
.section-content {
  margin-top: 80px;
}
.icon-box {
  margin-bottom: 50px;
}
.icon-box i {
  display: block;
  position: relative;
  width: 135px;
  height: 135px;
  border-radius: 100px;
  background: var(--primary);
  background: linear-gradient(to right, var(--primary), var(--primary-light));
  color: var(--text-light);
  font-size: 50px;
  line-height: 135px;
  margin: 0 auto;
  box-shadow: 0 6px 15px rgba(77, 182, 172, 0.3);
  transition: all 0.3s ease;
}

.icon-box:hover i {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(77, 182, 172, 0.4);
}
.icon-box h5 {
  margin-top: 30px;
}
.icon-box p {
  color: #818992;
  font-size: 14px;
  width: 80%;
  margin: 0 auto;
}
.about-btn {
  color: #4db6ac;
  padding: 10px 40px;
  border: 2px solid #4db6ac;
  border-radius: 7px;
  margin-top: 30px;
  display: inline-block;
  font-size: 18px;
}
.about-btn:hover {
  background: #4db6ac;
  color: #ffffff;
  text-decoration: none;
}
.video-section {
  background: url(images/video-bg.jpg) no-repeat fixed center;
  background-size: cover;
  overflow: hidden;
}
.video-overlay {
  background: linear-gradient(
    to left,
    rgba(122, 96, 255, 0.9),
    rgba(205, 159, 250, 0.9)
  );
}
.video-section h3 {
  font-weight: 600;
  font-size: 38px;
}
.video-section i {
  display: block;
  position: relative;
  width: 70px;
  height: 70px;
  border-radius: 100px;
  background: var(--text-light);
  color: var(--primary);
  font-size: 30px;
  line-height: 70px;
  margin: 0 auto;
  cursor: pointer;
  box-shadow: 0 4px 10px rgba(77, 182, 172, 0.3);
  transition: all 0.3s ease;
}

.video-section i:hover {
  transform: scale(1.1);
  box-shadow: 0 6px 15px rgba(77, 182, 172, 0.4);
}
.video-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  align-content: center !important;
  -ms-flex-line-pack: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
.video-popup .video-src {
  position: relative;
  width: 700px;
  max-width: 80%;
}
.video-popup .iframe-src {
  width: 100%;
  height: 0;
  padding-top: 56.3%;
  position: relative;
  display: none;
}
.video-popup .iframe-src iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.single-feature {
  margin-bottom: 80px;
  margin-top: 40px;
  transition: all 0.3s ease;
  padding: 15px;
  border-radius: 8px;
}

.single-feature:hover {
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  transform: translateY(-3px);
}

.media-right-margin {
  margin-right: 25px;
}

.single-feature h5 {
  font-size: 16px;
  font-weight: 600;
}

.single-feature p {
  font-size: 13px;
  line-height: 1.6;
  color: #818992;
}

.icon-border {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background: rgba(77, 182, 172, 0.1);
  border-radius: 50%;
  transition: all 0.3s ease;
}

.icon-border span {
  display: flex !important;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  width: 40px;
  height: 40px;
  border-radius: 100px;
  color: #4db6ac;
  font-size: 18px;
  border: 1px solid #4db6ac;
  margin: 0;
  padding: 0;
  line-height: 1;
  transition: all 0.3s ease;
}

.single-feature:hover .icon-border {
  background: rgba(77, 182, 172, 0.2);
}

.single-feature:hover .icon-border span {
  color: #fff;
  background: #4db6ac;
  background: linear-gradient(to right, #4db6ac, #94d6d0);
  border-color: transparent;
}

.team {
  background: #fafafa;
  border-top: 1px solid #e4e4e4;
}
.team-detail {
  margin-top: 40px;
}
.team-detail img {
  border-radius: 50%;
  width: 70%;
}
.team-detail h4 {
  color: #4db6ac;
  margin-top: 20px;
  font-size: 17px;
  margin-bottom: 0px;
}
.testimonial {
  background: #7a60ff;
  background: linear-gradient(to left, #7a60ff, #cd9ffa);
  padding: 100px 0px;
  position: relative;
}
.testimonial::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(images/pattern.png);
}
.bx-prev {
  left: -90px !important;
  background: url(images/arrow-left.png) no-repeat !important;
  background-size: auto auto !important;
  background-size: 100% 100% !important;
}
.bx-next {
  right: -90px !important;
  background: url(images/arrow-right.png) no-repeat !important;
  background-size: auto auto !important;
  background-size: 100% 100% !important;
}
.bx-wrapper {
  border: none !important;
  background: rgba(255, 255, 255, 0.81) !important;
  border-radius: 5px !important;
  box-shadow: none !important;
}
.slider-item {
  padding: 20px;
}
.slider .test-img img {
  border: 12px solid #fff;
  border-radius: 50%;
  width: 100%;
  height: auto;
}
.test-img {
  float: left;
  width: 20%;
  margin-right: 5%;
}
.test-text {
  float: left;
  width: 75%;
}
.slider .title {
  display: block;
  position: relative;
  margin: 0 0 20px;
  font-size: 1.125em;
  line-height: 1.25;
}
.slider .title span {
  display: block;
  font-size: 1.5em;
  font-weight: 700;
}
.faq {
  background: #fafafa;
  border-bottom: 1px solid #e4e4e4;
}
.faq-content {
  margin: 20px 0px;
}
.faq-content h4 {
  font-weight: 400;
  font-size: 20px;
}
.faq-content p {
  color: #818992;
  font-weight: 300;
  margin-top: 15px;
}
#contact_form .form-input {
  border: 1px solid #e4e4e4;
}
input {
  height: 42px;
  padding: 0 1rem;
  background: #fff;
  border-radius: 30px;
  margin-bottom: 1rem;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border: 0;
}
#contact_form textarea {
  resize: none;
  padding: 1rem;
  height: 150px;
  background: #fff;
  border: 0;
  border-radius: 30px;
  margin-bottom: 1rem;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn-grad {
  padding: 0.8rem 2.2rem;
  display: inline-block;
  color: var(--text-light);
  font-weight: 600;
  border-radius: 2rem;
  border: 0;
  background: var(--primary);
  background: linear-gradient(to left, var(--primary-dark), var(--primary));
  cursor: pointer;
  box-shadow: 0 4px 10px rgba(77, 182, 172, 0.3);
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 14px;
}

.btn-grad:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 15px rgba(77, 182, 172, 0.4);
  color: var(--text-light);
}

.btn-grad:active {
  transform: translateY(1px);
  box-shadow: 0 2px 5px rgba(77, 182, 172, 0.4);
}
.contact-info {
  padding: 2rem 2rem 1rem;
  border-radius: 12px;
  background: var(--primary);
  background: linear-gradient(to left, var(--primary), var(--primary-light));
  box-shadow: 0 6px 20px rgba(77, 182, 172, 0.25);
}
.contact-item {
  margin: 23px 0px;
}
.contact-item i {
  font-size: 20px;
}
.contact-item p {
  line-height: 20px;
  margin: 0;
}
.download {
  background: var(--primary);
  background: linear-gradient(to right, var(--primary-dark), var(--primary));
  padding: 100px 0px;
  position: relative;
}
.download::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(images/pattern.png);
  opacity: 0.5;
}
.download ul {
  list-style: none;
}
.download ul li {
  display: inline-block;
  margin: 0px 10px 10px 0px;
  transition: all 0.3s ease;
}

.download ul li:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
}
.download ul li a {
  display: block;
}
.download ul li a img {
  width: 150px;
  border-radius: 7px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
.footer-copy {
  background: #ffffff;
  color: #242424;
  font-size: 13px;
  text-align: center;
  padding: 15px 0px;
}
.footer-copy p {
  margin-bottom: 0px;
}

/* Stats Section Styles */
.stats-section {
  background: #ffffff;
  border-bottom: 1px solid #e4e4e4;
}

.stat-item {
  padding: 20px;
  transition: all 0.3s ease;
  position: relative;
}

.stat-item:hover {
  transform: translateY(-5px);
}

.stat-item h2 {
  font-size: 36px;
  font-weight: 700;
  color: #4db6ac;
  margin-bottom: 10px;
}

.stat-item p {
  font-size: 16px;
  color: #818992;
  margin-bottom: 0;
}

.stat-item .stat-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  margin: 0 auto 15px;
  background: var(--primary-transparent);
  border-radius: 50%;
  transition: all 0.3s ease;
  box-shadow: 0 4px 10px rgba(77, 182, 172, 0.15);
}

.stat-item .stat-icon i {
  color: var(--primary);
  font-size: 30px;
  transition: all 0.3s ease;
}

.stat-item:hover .stat-icon {
  background: var(--primary-semi-transparent);
  transform: translateY(-5px);
  box-shadow: 0 6px 15px rgba(77, 182, 172, 0.25);
}

.stat-item:hover .stat-icon i {
  color: var(--text-light);
  background: var(--primary);
  background: linear-gradient(to right, var(--primary-dark), var(--primary));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

/* Cashback Section Styles */
.cashback {
  background: var(--background-light);
  position: relative;
  overflow: hidden;
  box-shadow: inset 0 4px 10px rgba(0, 0, 0, 0.05);
}

.cashback::before {
  content: '';
  position: absolute;
  right: -150px;
  bottom: -150px;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background: rgba(77, 182, 172, 0.1);
  z-index: 0;
}

.cashback-image {
  text-align: center;
  position: relative;
  z-index: 1;
}

.cashback-image img {
  max-width: 70%;
  margin: 0 auto;
  display: block;
  border-radius: 8px;
  transition: all 0.3s ease;
}

.cashback-features {
  position: relative;
  z-index: 1;
}

.cashback-features .media,
.single-feature.media {
  margin-bottom: 30px;
  transition: all 0.3s ease;
  padding: 15px;
  border-radius: 8px;
}

.cashback-features .media:hover,
.single-feature.media:hover {
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  transform: translateY(-3px);
}

.cashback-features .media-left {
  margin-right: 20px;
}

.cashback-features .media-body h5 {
  margin-bottom: 10px;
  color: #333;
  font-weight: 600;
}

.cashback-features .media-body p {
  color: #818992;
  font-size: 14px;
  line-height: 1.6;
}

/* Update icon-border styling for better visibility */
.cashback-features .icon-border {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background: rgba(77, 182, 172, 0.1);
  border-radius: 50%;
  transition: all 0.3s ease;
}

.cashback-features .icon-border span {
  display: flex !important;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  width: 40px;
  height: 40px;
  border-radius: 100px;
  color: #4db6ac;
  font-size: 18px;
  border: 1px solid #4db6ac;
  margin: 0;
  padding: 0;
  line-height: 1;
  transition: all 0.3s ease;
}

.cashback-features .media:hover .icon-border {
  background: rgba(77, 182, 172, 0.2);
}

.cashback-features .media:hover .icon-border span {
  color: #fff;
  background: #4db6ac;
  background: linear-gradient(to right, #4db6ac, #94d6d0);
  border-color: transparent;
}

/* Security Section Styles */
.security {
  background: #ffffff;
}

.security-image {
  text-align: center;
}

.security-features .media {
  margin-bottom: 30px;
}

.security-features .media-left {
  margin-right: 20px;
}

.security-features .media-body h5 {
  margin-bottom: 10px;
  color: #333;
}

.security-features .media-body p {
  color: #818992;
  font-size: 14px;
}
@media all and (max-width: 991px) {
  .navbar .navbar-collapse {
    overflow: auto;
    background: rgb(213, 198, 221);
    color: #fff !important;
    text-align: center;
    padding: 10px 0;
  }
  .nav-scroll .navbar-collapse {
    background: #fff !important;
  }
  #contact_form {
    margin-bottom: 20px;
  }
}
@media all and (max-width: 768px) {
  .nav-scroll .navbar-brand img,
  .navbar-brand img {
    transform: scale(0.75) !important;
    -webkit-transform: scale(0.75) !important;
  }
  .banner-text {
    padding-right: 0px;
    margin: 10px 0px 0px;
  }
  .banner-text h2 {
    font-size: 2.5rem;
  }
  .banner-text h2:after {
    width: 60px;
    height: 3px;
  }
  .banner-text h6 {
    font-size: 1.2rem;
  }
  .banner-text p {
    font-size: 1rem;
    max-width: 100%;
    padding-left: 10px;
    margin: 25px 0;
  }
  .banner-overlay {
    padding: 70px 0 50px;
  }
  .banner-overlay::after {
    right: -200px;
    top: -200px;
    width: 300px;
    height: 300px;
  }
  h2 {
    font-size: 25px;
  }
  h3 {
    font-size: 23px;
  }
  .section-padding {
    padding: 40px 0px;
  }
  .sectioner-header {
    width: 90%;
  }
  .sectioner-header p {
    font-size: 14px;
  }
  .about-btn {
    padding: 5px 30px;
    margin-top: 0px;
    font-size: 16px;
  }
  .single-feature {
    margin-bottom: 20px;
    margin-top: 20px;
    padding: 10px;
  }
  .team-detail {
    margin-top: 20px;
  }
  .team-detail img {
    width: 50%;
  }
  .bx-controls {
    display: none;
  }
  .bx-wrapper {
    margin: 0px 20px !important;
  }
  .slider .test-img img {
    margin: 0 auto;
  }
  .test-img {
    float: none;
    width: 200px;
    height: 200px;
    margin: 0 auto;
  }
  .test-text {
    float: none;
    width: 100%;
    text-align: center;
  }
  .section-content {
    margin-top: 40px;
  }
  .faq-content {
    margin: 10px 0px;
  }
  .faq-content h4 {
    font-size: 16px;
  }
  .faq-content p {
    font-size: 13px;
  }
  #contact_form {
    margin-bottom: 20px;
  }
  .contact-item {
    font-size: 12px;
  }
  .download ul li a img {
    width: 120px;
  }
  .footer-copy p {
    font-size: 10px;
  }

  /* Responsive cashback section */
  .cashback::before {
    right: -200px;
    bottom: -200px;
    width: 250px;
    height: 250px;
  }

  .cashback-image img {
    max-width: 85%;
  }

  .cashback-features .media,
  .single-feature.media {
    padding: 10px;
    margin-bottom: 20px;
  }

  .cashback-features .icon-border {
    width: 50px;
    height: 50px;
  }

  .cashback-features .icon-border span {
    width: 35px;
    height: 35px;
    font-size: 16px;
  }

  .cashback-features .media-body h5 {
    font-size: 16px;
  }

  /* Responsive feature icon styling */
  .icon-border {
    width: 50px;
    height: 50px;
  }

  .icon-border span {
    width: 35px;
    height: 35px;
    font-size: 16px;
  }

  /* Responsive stats icon styling */
  .stat-item .stat-icon {
    width: 60px;
    height: 60px;
    margin-bottom: 10px;
  }

  .stat-item .stat-icon i {
    font-size: 24px;
  }

  .stat-item h2 {
    font-size: 30px;
  }

  .stat-item p {
    font-size: 14px;
  }
}

@media all and (max-width: 480px) {
  /* Common styling for media objects in mobile view */
  .cashback-features .media,
  .single-feature.media {
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
  }

  /* Fix margins for icons */
  .cashback-features .media-left,
  .media-right-margin,
  .media-right {
    margin: 0 0 15px 0 !important;
  }

  /* Center all text in mobile view */
  .cashback-features .media-body,
  .single-feature .media-body.text-right,
  .single-feature .media-body.text-left {
    text-align: center !important;
    margin-top: 15px;
  }
}

/* Additional inline styles from HTML */
.feature-mobile {
  margin-top: 40px;
}

.social-links {
  text-align: center;
  margin-top: 1.5rem;
}

.social-btn {
  display: inline-block;
  margin: 0 10px;
  font-size: 20px;
  color: var(--text-light);
  background: var(--primary);
  background: linear-gradient(to left, var(--primary-dark), var(--primary));
  width: 50px;
  height: 50px;
  border-radius: 50%;
  line-height: 50px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 10px rgba(77, 182, 172, 0.3);
}

.social-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 15px rgba(77, 182, 172, 0.4);
  background: var(--primary-light);
}

.try-now-btn {
  display: inline-block;
  padding: 14px 32px;
  background: var(--secondary);
  background: linear-gradient(
    to left,
    var(--secondary),
    var(--secondary-light)
  );
  color: var(--text-light);
  border-radius: 30px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 15px;
  margin-top: 20px;
  box-shadow: 0 5px 15px rgba(255, 152, 0, 0.3);
  transition: all 0.3s ease;
  letter-spacing: 0.5px;
  border: 2px solid transparent;
}

.try-now-btn:hover {
  background: var(--secondary-light);
  color: var(--text-light);
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(255, 152, 0, 0.4);
  text-decoration: none;
}

.try-now-btn:active {
  transform: translateY(1px);
  box-shadow: 0 3px 10px rgba(255, 152, 0, 0.3);
}
