
@media all and (max-width: 300px) {
  body {
    font-size: 14px;
  }
}

.demo {
  background: #f8f7f6;
}

/* Testimonial Section Styling */
.section-testimonials {
  padding: 80px 0;
  background: #f8f9fa;
}

.testi_sub {
  font-size: 18px;
  color: #666;
  margin-bottom: 60px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

#testimonial-slider {
  padding: 50px 60px 40px 60px;
  background: #fff;
  text-align: center;
  border-radius: 15px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  position: relative;
  margin: 0 auto;
  width: 100%;
  min-height: 300px;
}

.testimonial .description {
  font-size: 18px;
  color: #555;
  line-height: 1.7;
  margin-bottom: 35px;
  position: relative;
  font-style: italic;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  text-indent: 0;
  padding: 0 20px;
}

.testimonial .description:before {
  content: "\f10d";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #e91c5e;
  font-size: 32px;
  position: absolute;
  left: 0;
  top: -15px;
  opacity: 0.4;
}

.testimonial .title {
  font-size: 20px;
  font-weight: 600;
  color: #333;
  text-transform: capitalize;
  margin: 0 0 8px 0;
}

.testimonial .post {
  display: block;
  font-size: 15px;
  color: #e91c5e;
  font-weight: 500;
  margin-bottom: 10px;
}

/* Responsive Design */
@media (max-width: 768px) {
  .section-testimonials {
    padding: 60px 0;
  }
  
  #testimonial-slider {
    padding: 40px 30px 35px 30px;
    margin: 0 auto;
    width: 100%;
  }
  
  .testimonial .description {
    font-size: 16px;
    margin-bottom: 30px;
    padding: 0 10px;
  }
  
  .testimonial .description:before {
    left: -5px;
    font-size: 24px;
    top: -10px;
  }
  
  .owl-prev {
    left: -50px;
  }
  
  .owl-next {
    right: -50px;
  }
  
  .owl-prev,
  .owl-next {
    width: 50px;
    height: 50px;
  }
  
  .owl-prev i,
  .owl-next i {
    font-size: 22px;
  }
  
  .owl-prev:before,
  .owl-next:before {
    font-size: 22px;
  }
}

/* Owl Carousel Navigation Arrows - Sleek Design */
.owl-nav {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  pointer-events: none;
}

.owl-prev,
.owl-next {
  position: absolute;
  top: 50%;
  width: 60px;
  height: 60px;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  cursor: pointer;
  pointer-events: all;
  opacity: 0.7;
  transform: translateY(-50%);
}

.owl-prev {
  left: -70px;
}

.owl-next {
  right: -70px;
}

.owl-prev:hover,
.owl-next:hover {
  opacity: 1;
  transform: translateY(-50%) scale(1.2);
}

.owl-prev i,
.owl-next i {
  font-size: 28px;
  color: #e91c5e;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.owl-prev:hover i,
.owl-next:hover i {
  color: #c41e5a;
  transform: scale(1.1);
  text-shadow: 0 4px 8px rgba(233, 28, 94, 0.3);
}

/* Fallback for FontAwesome classes */
.owl-prev:before,
.owl-next:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 28px;
  color: #e91c5e;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.owl-prev:hover:before,
.owl-next:hover:before {
  color: #c41e5a;
  transform: scale(1.1);
  text-shadow: 0 4px 8px rgba(233, 28, 94, 0.3);
}

.owl-prev:before {
  content: "\f104";
}

.owl-next:before {
  content: "\f105";
}

.owl-theme .owl-controls .owl-buttons div {
  background: transparent !important;
}

.owl-theme .owl-controls {
  margin-top: 40px;
}

/* Override old owl-buttons positioning */
.owl-buttons {
  position: static !important;
  bottom: auto !important;
  top: auto !important;
}

.owl-theme .owl-controls .owl-page span {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 4px solid #ccc;
  background: url("../images/img-1.jpg") no-repeat;
  background-size: cover;
  transition: all 0.3s ease-in-out 0s;
}

.owl-theme .owl-controls .owl-page:nth-child(2) span {
  background: url("../images/img-2.jpg") no-repeat;
  background-size: cover;
}

.owl-theme .owl-controls .owl-page:nth-child(3) span {
  background: url("../images/img-3.jpg") no-repeat;
  background-size: cover;
}

.owl-theme .owl-controls.clickable .owl-page:hover span {
  opacity: 0.5;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls .owl-page.active:hover span {
  border-color: #d133ff;
  opacity: 1;
}

/* Mobile positioning override */
@media only screen and (max-width: 479px) {
  .owl-buttons {
    position: static !important;
    bottom: auto !important;
  }
}

.section-benefits .benefits_sub {
  font-size: 18px;
  line-height: 31px;
  color: #2C184B;
}

.section-benefits .benefit-card {
  height: 100%;
  border-radius: 16px;
  box-shadow: 0 0 0 1px #efefef inset;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.section-benefits .benefits-img {
  width: 100%;
  aspect-ratio: 405/240;
  border-radius: 12px;
  overflow: hidden;
}

.section-benefits .benefits-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap');

body {
  margin: 0;
  padding: 0;
  width: 100%;
  font-family: 'Poppins', sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  min-width: 300px;
  overflow-x: hidden !important;
  overflow-y: scroll;
  text-rendering: optimizeLegibility;
  text-size-adjust: 100%;
  font-weight: 300;
  color: #2C184B;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

p {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  line-height: 1.8;
  color: #2C184B;
  padding: 0;
  margin: 0 0 15px;
  font-weight: 400;
}

img {
  max-width: 100%;
  margin: 0;
  padding: 0;
}

.common_ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.common_ul_list1 li {
  line-height: 31px;
  position: relative;
}

.common_ul_list1 li:before {
  width: 10px;
  display: inline-block;
  content: '';
  height: 10px;
  border-radius: 50%;
  background: #09C283;
  margin-right: 10px;
}

.quick_info {
  position: fixed;
  right: 0;
  top: 40%;
  -webkit-transform: translate3d(0, -50%, 0);
  -ms-transform: translate3d(0, -50%, 0);
  -moz-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  z-index: 999;
  width: 45px;
  height: 86px;
}

.quick_info a {
  font-size: 20px;
  display: block;
  background-color: #fff;
  padding: 7px 12px;
  padding-right: 5px;
  margin-bottom: 3px;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  text-decoration: none !important;
  white-space: nowrap;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  width: 36px;
  -webkit-transform-origin: right;
  transform-origin: right;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0, 0.01, 0.01, 0.98);
  transition-timing-function: cubic-bezier(0, 0.01, 0.01, 0.98);
  box-shadow: 0px 0px 12px 3px rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 0;
  right: 0;
  color: #fff;
}

.quick_info a:nth-of-type(2) {
  background-color: #1ad641;
}

.quick_info a:nth-of-type(1) {
  background-color: #1083db;
}

.quick_info a:hover {
  width: 155px;
}

.quick_info a i {
  line-height: 26px;
  display: block;
  margin-right: 8px;
}

.quick_info a.call_quick {
  color: #fff;
}

.quick_info a.call_quick i {
  font-size: 17px;
}

.quick_info a.call_whatsapp {
  top: 44px;
}

.quick_info .quick_info_txt {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  line-height: 1.2;
  color: #fff;
  font-weight: 600;
  display: inline-block;
}

.logo {
  display: inline-block;
  width: 160px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.header {
  position: fixed;
  left: 0;
  top: 0;
  background-color: transparent;
  /* background: linear-gradient(180deg, rgba(0, 0, 0, 0.774) 0%, rgba(0, 0, 0, 0) 100%); */
  z-index: 100;
  width: 100%;
  padding: 10px 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.header.fixed {
  background-color: #2C184B;
  padding: 10px 0;
}

.header.fixed .header_tel {
  display: none;
}

.header.fixed .logo {
  width: 100px;
}

.header.fixed .align-items-end {
  -ms-flex-align: center !important;
  align-items: center !important;
}

.hamburger {
  display: none;
}

a {
  text-decoration: none;
}

.main-menu li {
  margin-left: 25px;
}

.main-menu li a {
  font-family: 'Poppins', sans-serif;
  display: block;
  text-align: center;
  width: 100%;
  line-height: 1.2;
  text-transform: uppercase;
  font-size: 16px;
  color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}

.main-menu li a:not(.btn_rnd) {
  line-height: 42px;
}

.main-menu li a:hover {
  color: #09C283;
}

.main-menu li.active a {
  color: #09C283;
}

.header_tel {
  font-family: 'Poppins', sans-serif;
  display: inline-block;
  width: auto;
  line-height: 1.2;
  text-transform: uppercase;
  font-size: 15px;
  color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-weight: 300;
  position: absolute;
  right: 0;
  top: -40px;
}

.header_tel i {
  color: #09C283;
  display: inline-block;
  margin-right: 5px;
}

.header_tel:hover {
  color: #09C283;
}

.footer_tel {
  font-family: 'Poppins', sans-serif;
  display: inline-block;
  width: auto;
  line-height: 1.2;
  text-transform: uppercase;
  font-size: 16px;
  color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}

.footer_tel i {
  color: #09C283;
  display: inline-block;
  margin-right: 5px;
}

.footer_tel:hover {
  color: #09C283;
}

.mobile-menu {
  position: relative;
}

.home_banner .item {
  position: relative;
  height: 650px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: end;
  align-items: flex-end;
  padding-bottom: 50px;
}

.home_banner .item .banner_a_link {
  z-index: 12;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}

.home_banner .item .banner_element {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 0;
  z-index: 2;
  max-width: 500px;
}

.home_banner .item .banner_img {
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  margin: 0;
  padding: 0;
  -webkit-transform-origin: center;
  transform-origin: center;
  -o-object-position: center center;
  object-position: center center;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 1;
}

.home_banner .item p {
  color: #fff;
  margin: 0 0 10px;
}

.home_banner .item:after {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.86) 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 1;
  bottom: 0;
  width: 100%;
  top: 60%;
  content: '';
  display: block;
  position: absolute;
}

.banner_content {
  position: relative;
  z-index: 10;
  left: 0;
  right: 0;
  margin: 0 auto;

}

.banner_content img {
  margin-bottom: 10px;
}

.banner_heading {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 60px;
  color: #fff;
  margin: 0 0 10px;
  padding: 0 0;
}

.banner_content p.banner_heading_sub {
  font-size: 22px;
  line-height: 33px;
}

.primary_heading {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 35px;
  line-height: 52px;
  text-transform: capitalize;
  color: #2C184B;
  margin-bottom: 30px;

  position: relative;
  display: inline-block;
}

.primary_heading.primary_heading_line:after {
  content: '';
  width: 80px;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0%;
  -webkit-transform: translate3d(0, -50%, 0);
  -ms-transform: translate3d(0, -50%, 0);
  -moz-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  background: #09C283;
}

.primary_heading.insta_heading {
  padding: 0;
  margin-bottom: 30px;
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
}

.primary_heading.insta_heading img {
  -ms-flex: 0 0 45px;
  flex: 0 0 45px;
  max-width: 45px;
  position: relative;
  display: inline-block;
  margin-right: 20px;
}

.primary_heading.insta_heading:before,
.primary_heading.insta_heading:after {
  display: none;
}

.primary_heading.white_head {
  color: #fff;
}

.secondary_heading {
  font-family: 'Poppins', sans-serif;
  color: #2C184B;
  margin: 0 0 20px;
  padding: 0 0;
  font-weight: 700;
  font-size: 25px;
  line-height: 38px;
}

.bold_heading {
  font-family: 'Poppins', sans-serif;
  font-size: 24px;
  font-weight: bold;
  color: #2C184B;
  line-height: 1.3;
  margin: 0 0 20px;
  padding: 0 0;
}

.banner_form {
  width: 350px;
  background-color: #fff;
  padding: 30px;
  overflow: hidden;
  border-radius: 30px;
}

.banner_form .secondary_heading {
  opacity: 0.7;
}

.banner_form .btn_rnd {
  width: 100%;
}

.form_group {
  position: relative;
  margin: 0 0 15px;
  padding: 0 0 15px;
}

.form_control {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  outline: none;
  box-shadow: none;
  display: block;
  width: 100%;
  min-height: 60px;
  padding: 0;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-weight: 300;
  border: none;
  border-bottom: 1px solid #2C184B;
  margin-bottom: 15px;
}

select.form_control {
  cursor: pointer;
}

.btn_rnd {
  font-family: 'Poppins', sans-serif;

  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  outline: none !important;
  box-shadow: none;
  border: 1px solid #09C283;
  padding: 10px 35px;
  margin: 0;
  display: inline-block;
  font-size: 17px;
  color: #09C283;
  border-radius: 30px;
  background-color: transparent;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-align: center;
}

.btn_rnd:hover {
  background-color: #09C283;
  color: #fff;
}

.btn_rnd.btn_fill {
  background-color: #09C283;
  color: #fff;
}

.btn_rnd.btn_fill:hover {
  background-color: #fff;
  color: #09C283;
}

.btn_rnd.btn_white {
  color: #2C184B;
  background-color: #fff;
  border: 1px solid #fff;
}

.btn_rnd.btn_white:hover {
  background-color: #fff;
  color: #09C283;
}

.btn_partner_top img {
  display: inline-block;
  margin-right: 5px;
  vertical-align: top;
  margin-top: -3px;
}

.btn_login img {
  display: inline-block;
  margin-left: 5px;
  vertical-align: top;
  margin-top: -3px;
}

.btn_rnd.btn_partner_top:hover {
  background-color: #09C283;
  color: #fff;
}

.section {
  padding: 60px 0;
}

footer {
  padding-bottom: 60px;
}

/* removed empty ruleset footer > .container */
.footer_bottom {
  background-color: #150726;
  padding: 12px 0;
}

.footer_bottom p {
  color: #2C184B;
  font-size: 14px;
  margin: 0;
}

.footer_bottom p a {
  color: #2C184B;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.footer_bottom p a:hover {
  color: #fff;
}

.footer_logo {
  display: inline-block;
  width: 160px;
}

.footer_head {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 14px;
  display: inline-block;
  padding: 0;
  color: #fff;
  line-height: 1.2;
  margin-top: 5px;
  margin-right: 10px;
}

.footer_link {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
}

.footer_link li {
  margin-bottom: 0px;
  display: inline-block;
}

.footer_link li a {
  font-family: 'Poppins', sans-serif;
  margin: 0 5px;
  font-size: 22px;
  color: #09C283;
  display: inline-block;
  line-height: 1.3;
  font-weight: 400;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.footer_link li a:hover {
  color: #fff;
}

.footer_lnk_icon {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.3;
  color: #adadad;
  position: relative;
  padding-left: 30px;
  margin-bottom: 12px;
  display: inline-block;
}

.footer_lnk_icon a {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.3;
  color: #adadad;
  position: relative;
  padding-left: 30px;
  margin-bottom: 0px;
  display: inline-block;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.footer_lnk_icon a:hover {
  color: #fff;
}

.footer_lnk_icon li {
  margin-bottom: 8px;
}

.footer_lnk_icon.common_ul {
  padding-left: 0;
}

.footer_lnk_icon i {
  position: absolute;
  left: 0;
  top: 2px;
}

.footer_box {
  margin-bottom: 20px;
}

.footer_social li {
  margin-right: 20px;
}

.footer_social li a {
  color: #adadad;
  font-size: 20px;
  display: block;
  width: 100%;
  line-height: 1.1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.footer_social li a:hover {
  color: #fff;
}

.list_main {
  margin-bottom: 30px;
}

.list_main li {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0.01em;
  color: #2C184B;
  padding: 0;
  margin: 0 0 10px;
  font-weight: 400;
  position: relative;
  padding-left: 25px;
}

.list_main li:before {
  content: '';
  width: 16px;
  height: 16px;
  position: absolute;
  left: 0;
  top: 4px;
  background-image: url(../images/list.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.abt_img {
  position: relative;
}

.abt_img ul li {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
  color: #2C184B;
  position: absolute;
}

.abt_img ul li:nth-of-type(1) {
  left: 225px;
  top: 40px;
}

.abt_img ul li:nth-of-type(2) {
  right: 150px;
  top: 40px;
}

.abt_img ul li:nth-of-type(3) {
  left: 125px;
  top: 120px;
}

.abt_img ul li:nth-of-type(4) {
  right: 75px;
  top: 120px;
}

.abt_img ul li:nth-of-type(5) {
  left: 195px;
  top: 240px;
}

.abt_img ul li:nth-of-type(6) {
  right: 205px;
  top: 240px;
}

.abt_img img {
  width: 340px;
  margin: 0 auto;
  display: table;
}

.col-md-aboutlist {
  margin-top: 30px;
}

.col-md-aboutlist h5 {
  font-weight: 700;
  margin: 15px 0;
  font-size: 18px;
}

.col-md-aboutlist p {
  font-size: 14px;
}

.col-lg-outer_about_desktop {
  background: #2C184B url(../images/aboutus_desktop_bg.png) bottom right no-repeat;
  border-radius: 25px;
  padding: 60px 0px 40px 80px;
  color: #fff;
}

.col-lg-outer_about_desktop h2,
.col-lg-outer_about_desktop p,
.become_partner h2,
.become_partner p {
  color: #fff;
}

.col-lg-outer_about_desktop img {
  margin-bottom: -130px;
}

.row_features h2 {
  margin-bottom: 10px;
}

.row_features p {
  border-bottom: 1px dashed #2C184B;
  padding-bottom: 30px;
  margin-bottom: 40px;
}

.common_ul_list2 li {
  font-size: 20px;
  padding-left: 50px;
  position: relative;
  font-weight: 400;
  line-height: 30px;
  text-transform: capitalize;
  margin: 20px 0;
  display: inline-block;
}

.common_ul_list2 li::before {
  background: url(../images/icon/checkbox.png) center no-repeat;
  display: inline-block;
  width: 40px;
  height: 40px;
  content: '';
  position: absolute;
  left: 0;
}



.become_partner {
  background: url(../images/become_partner.png) center no-repeat;
  background-size: cover;
  border-radius: 25px;
  padding: 80px;
  margin-bottom: 60px;
}

textarea {
  height: 80px;
}

.form-group {
  position: relative;
}

label.error {
  position: absolute;
  color: #f00;
  font-size: 12px;
  right: 0;
  bottom: 0;
}

.bg_green {
  background-color: #09C283;
  background-image: url(../images/rage-bg.jpg);
  background-position: center left;
  background-size: cover;
  background-repeat: no-repeat;
}

.bg_green p {
  color: #fff;
}

.no_bottom_padding {
  padding-bottom: 0 !important;
}

.instagram_slider a {
  display: block;
}

.range_slider {
  margin-top: 50px;
  margin-bottom: 50px;
}

.range_slider .item {
  padding: 0 30px;
}

.range_slider .item img {
  width: auto !important;
  display: table;
  margin: 0 auto 20px;
  position: relative;
  z-index: 10;
}

.range_slider .item .bold_heading {
  color: #fff;
}

.range_slider .owl-stage {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.range_slider .owl-item {
  position: relative;
}

.range_slider .owl-item:after {
  content: '';
  width: 1px;
  height: 100%;
  position: absolute;
  right: -15px;
  top: 0;
  background-color: #01ac01;
}

.how_works {
  background-color: #fff;
  overflow: hidden;
  border-radius: 30px;
  box-shadow: 0px 0px 35px 10px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 10;
  margin: 0 auto;
  margin-top: -120px;
  padding: 70px;
  max-width: 1100px;
}

.how_works_container {
  position: relative;
  padding-top: 120px;
}

.how_works_container:before {
  content: '';
  width: 100%;
  height: 150px;
  position: absolute;
  right: 0;
  top: 0;
  background-image: url(../images/shape.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top right;
}

.work_tab_head {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #2C184B;
  border-radius: 30px;
}

.work_tab_head li {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
  font-family: 'Poppins', sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.4;
  text-align: center;
  background-color: #fff;
  padding: 12px 15px;
  cursor: pointer;
  position: relative;
}

.work_tab_head li:before {
  content: '';
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #2C184B;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.work_tab_head li:first-of-type {
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
}

.work_tab_head li:after {
  content: '';
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #2C184B;
}

.work_tab_head li:last-of-type {
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}

.work_tab_head li:last-of-type:after {
  display: none;
}

.work_tab_head li.active {
  background-color: #2C184B;
  color: #fff;
}

.work_tab_head li.active:before {
  opacity: 1;
  visibility: visible;
}

.icon_img {
  -ms-flex: 0 0 40px;
  flex: 0 0 40px;
  max-width: 40px;
  height: 40px;
  border-radius: 50%;
  padding: 10px;
  border: 2px solid #2C184B;
  position: relative;
}

.icon_img img {
  height: 20px;
  width: auto;
  display: table;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.icon_txt {
  -ms-flex: 0 0 calc(100% - 40px);
  flex: 0 0 calc(100% - 40px);
  max-width: calc(100% - 40px);
  padding-left: 50px;
}

.icon_txt .bold_heading {
  color: #2C184B;
  margin-bottom: 10px;
}

.icon_txt p {
  margin: 0;
}

.icon_txt p a {
  color: #2C184B;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.icon_txt p a:hover {
  color: #000;
}

.tab_item {
  padding: 50px 0 0;
  display: none;
}

.tab_item.active {
  display: block;
}

.img_tab {
  margin-bottom: -70px;
  margin-right: 0;
  position: relative;
  display: block;
  right: -70px;
}

.range_img {
  position: relative;
}

.range_img:after {
  content: '';
  width: 160px;
  height: 101px;
  position: absolute;
  left: 48px;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 50px;
  transform: skew(-30deg) rotate(15deg);
  z-index: 1;
}

.arrow_side {
  padding: 0 20px;
  position: relative;
}

.arrow_side .owl-nav .owl-prev,
.arrow_side .owl-nav .owl-next {
  width: 17px;
  height: 17px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background: none;
  border-bottom: 3px solid #fff !important;
  border-right: 3px solid #fff !important;
  outline: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  -ms-transform: translate3d(0, -50%, 0);
  -moz-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

.arrow_side .owl-nav .owl-prev span,
.arrow_side .owl-nav .owl-next span {
  display: none;
}

.arrow_side .owl-nav .owl-prev {
  left: 0;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  transform: rotate(135deg);
}

.arrow_side .owl-nav .owl-next {
  right: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media only screen and (min-width: 800px) {
  .common_ul_list2.right li {
    padding-left: 0;
    padding-right: 50px;
    text-align: right;
  }

  .common_ul_list2.right li::before {
    left: auto;
    right: 0;
  }
}

@media only screen and (max-width: 1400px) {
  .btn_rnd {
    font-size: 15px;
  }

  .bold_heading {
    font-size: 21px;
  }

  .range_slider .item {
    padding: 0 10px;
  }

  .abt_img ul li:nth-of-type(1) {
    left: 188px;
  }

  .abt_img ul li:nth-of-type(2) {
    right: 117px;
  }

  .abt_img ul li:nth-of-type(3) {
    left: 85px;
  }

  .abt_img ul li:nth-of-type(4) {
    right: 20px;
  }

  .abt_img ul li:nth-of-type(5) {
    left: 165px;
  }

  .abt_img ul li:nth-of-type(6) {
    right: 160px;
  }

  /* removed empty ruleset: .banner_heading */
  .banner_form {
    width: 320px;
  }

  .secondary_heading {
    font-size: 22px;
  }

  .form_control {
    height: 38px;
  }

  /* removed empty ruleset: .primary_heading */
  /* removed empty ruleset: .work_tab_head */
  /* removed empty ruleset: .home_banner .item p */
}

@media only screen and (max-width: 1200px) {

  /* removed empty ruleset: .home_banner .item .banner_element */
  .abt_img ul li {
    font-size: 14px;
  }

  .abt_img ul li:nth-of-type(1) {
    left: 135px;
  }

  .abt_img ul li:nth-of-type(2) {
    right: 83px;
  }

  .abt_img ul li:nth-of-type(3) {
    left: 40px;
  }

  .abt_img ul li:nth-of-type(4) {
    right: 0;
  }

  .abt_img ul li:nth-of-type(5) {
    left: 120px;
  }

  .abt_img ul li:nth-of-type(6) {
    right: 120px;
  }

  .secondary_heading {
    font-size: 20px;
  }

  .range_img::after {
    left: 12px;
  }
}

@media only screen and (max-width: 992px) {
  .logo {
    width: 140px;
  }

  .main-menu li a {
    font-size: 14px;
  }

  .main-menu li {
    margin-left: 20px;
  }

  .banner_heading {
    font-size: 45px;
  }

  .home_banner .item .banner_element {
    max-width: 260px;
  }

  .section {
    padding: 20px 0;
  }

  .secondary_heading {
    font-size: 18px;
    line-height: 26px;
  }

  .col-lg-outer_about_desktop img {
    margin-bottom: 10px;
  }

  .col-lg-outer_about_desktop {
    padding: 20px;
  }

  .banner_form {
    width: 275px;
  }

  .form_control {
    font-size: 14px;
  }

  .btn_rnd {
    font-size: 13px;
    padding: 10px 25px;
  }

  .form_group {
    margin: 0 0 10px;
    padding: 0 0 10px;
  }

  .home_banner .item {
    height: 565px;
  }

  .footer_lnk_icon,
  .footer_lnk_icon a,
  .footer_link li a {
    font-size: 14px;
  }

  .footer_bottom p {
    font-size: 12px;
  }

  .primary_heading {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 10px;
  }

  .primary_heading.primary_heading_line {
    padding-bottom: 15px;
  }

  /* removed empty ruleset: .primary_heading::before, .primary_heading::after */
  .how_works {
    padding: 40px;
  }

  .icon_txt {
    padding-left: 25px;
  }

  .img_tab {
    right: -40px;
    margin-bottom: 0;
  }

  .bg_green br {
    display: none;
  }

  .primary_heading.insta_heading img {
    -ms-flex: 0 0 36px;
    flex: 0 0 36px;
    max-width: 36px;
  }

  .footer_logo {
    width: 120px;
  }

  .footer_link li {
    margin-bottom: 3px;
  }

  .footer1 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .footer2 {
    -ms-flex: 0 0 35%;
    flex: 0 0 35%;
    max-width: 35%;
  }

  .footer3 {
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
  }

  .footer4 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: 30px;
  }

  .footer4 .footer_box {
    margin-right: 30px;
  }

  .btn_partner_top img {
    margin-top: 0;
  }

  footer {
    padding-bottom: 30px;
  }

  /* removed empty ruleset: footer > .container */
  .work_tab_head li {
    font-size: 14px;
    padding: 10px 7px;
  }

  .bold_heading {
    font-size: 18px;
  }

  .list_main li,
  p {
    font-size: 14px;
  }

}

@media only screen and (max-width: 769px) {
  .col-lg-outer_about_desktop {
    background-size: 40% auto;
  }

  .become_partner {
    padding: 20px;
  }

  .common_ul_list2 li {
    margin: 10px 0;
    font-size: 16px;
    line-height: 24px;
    min-height: 40px;
  }

  .footer1 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 50px;
  }

  .home_banner .item {
    height: auto;
    padding-top: 130px;
  }

  .mobile-menu {
    position: fixed;
    z-index: 100;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #fff;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }

  .mobile-menu.open {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -moz-transform: translateX(0%);
    transform: translateX(0%);
  }

  header.active .hamburger span {
    background-color: #2C184B;
  }

  .main-menu {
    display: block;
  }

  .main-menu li {
    margin: 0 0 10px;
  }

  .main-menu li a {
    color: #2C184B;
    font-size: 20px;
  }

  .header_tel {
    display: none;
  }

  .hamburger {
    display: block;
    width: 28px;
    height: 18px;
    position: relative;
    z-index: 101;
  }

  .hamburger span {
    display: block;
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    background-color: #fff;
    opacity: 1;
    visibility: visible;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    -moz-transform: rotate(0);
    transform: rotate(0);
  }

  .hamburger span:nth-of-type(1) {
    top: 0;
  }

  .hamburger span:nth-of-type(2) {
    top: 7px;
  }

  .hamburger span:nth-of-type(3) {
    top: 14px;
  }

  .hamburger.active span:nth-of-type(1) {
    top: 7px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .hamburger.active span:nth-of-type(2) {
    opacity: 0;
    visibility: hidden;
  }

  .hamburger.active span:nth-of-type(3) {
    top: 7px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .banner_content .col-md-6,
  .banner_content .col-md-5 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .banner_content .col-md-6 {
    margin-bottom: 25px;
  }

  .banner_content .col-md-5 {
    -ms-flex-pack: center;
    justify-content: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .home_banner .item p {
    max-width: 100%;
  }

  .home_banner .item .banner_element {
    right: auto;
  }

  .banner_form {
    width: 100%;
  }

  .header>.container {
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .banner_heading {
    font-size: 35px;
  }

  .abt_img img {
    width: 280px;
  }

  .abt_img ul li {
    font-size: 12px;
  }

  .abt_img ul li:nth-of-type(3) {
    top: 108px;
    left: 60px;
  }

  .abt_img ul li:nth-of-type(4) {
    right: 20px;
    top: 105px;
  }

  .abt_img ul li:nth-of-type(5) {
    top: 195px;
  }

  .abt_img ul li:nth-of-type(6) {
    top: 195px;
  }

  .how_works {
    padding: 30px;
  }

  .work_tab_head li {
    line-height: 40px;
  }

  .work_tab_head li:first-of-type {
    line-height: 1.5;
  }
}

@media only screen and (max-width: 576px) {
  .abt_img {
    width: 300px;
    margin: 0 auto;
  }

  .abt_img img {
    width: 190px;
    margin-left: 25px;
  }

  .abt_img ul li {
    font-size: 11px;
  }

  .abt_img ul li:nth-of-type(1) {
    left: 25px;
    top: 28px;
  }

  .abt_img ul li:nth-of-type(2) {
    right: -10px;
    top: 22px;
  }

  .abt_img ul li:nth-of-type(3) {
    top: 67px;
    left: -10px;
  }

  .abt_img ul li:nth-of-type(4) {
    right: -15px;
    top: 67px;
  }

  .abt_img ul li:nth-of-type(5) {
    left: 10px;
    top: 140px;
  }

  .abt_img ul li:nth-of-type(6) {
    right: 50px;
    top: 130px;
  }

  .footer3 {
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;
  }

  .footer2 {
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
  }

  .footer_bottom p {
    font-size: 10px;
  }

  .footer_head {
    font-size: 15px;
  }

  .how_works {
    padding: 15px;
  }

  .work_tab_head li {
    font-size: 11px;
    line-height: 33px;
  }

  .work_tab_head li:nth-of-type(1) {
    line-height: 1.5;
  }

  .range_img::after {
    width: 130px;
    height: 85px;
  }

  .range_slider .item {
    padding: 0;
  }

  .footer_social li a {
    font-size: 17px;
  }

  .footer_social li {
    margin-right: 15px;
  }

  .footer_box:last-of-type {
    margin-right: 0;
  }

  .header {
    padding: 20px 0;
  }

  .home_banner .item {
    padding-top: 105px;
  }
}

@media only screen and (max-width: 480px) {
  .range_img::after {
    left: 50%;
    transform: translateX(-50%);
  }
}

/* Getting Started equal-height cards */
.section-getting .row>[class^="col-"],
.section-getting .row>[class*=" col-"] {
  display: flex;
}

.section-getting .getting-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 420px;
  gap: 8px;
  position: relative;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 0 1px #efefef inset;
  border-radius: 16px;
  padding: 24px;
  padding-right: 200px; /* Add right padding to prevent text overlap */
}

.section-getting .getting-card .bold_heading {
  margin-bottom: 10px;
}

.section-getting .getting-card p {
  margin-bottom: 16px;
  flex-grow: 1;
}

.section-getting .getting-img {
  position: absolute;
  width: auto;
  height: auto;
  max-width: 65%;
  max-height: 65%;
  object-fit: contain;
  display: block;
  right: 16px;
  bottom: 16px;
}

@media (max-width: 991.98px) {
  .section-getting .getting-card {
    min-height: 380px;
    padding: 20px;
    padding-right: 160px;
  }

  .section-getting .getting-img {
    max-width: 120px;
    max-height: 120px;
    right: 14px;
    bottom: 14px;
  }
}

@media (max-width: 767.98px) {
  .section-getting .getting-card {
    min-height: 340px;
    padding: 18px;
    padding-right: 140px;
  }

  .section-getting .getting-img {
    max-width: 100px;
    max-height: 100px;
    right: 12px;
    bottom: 12px;
  }
}

@media (max-width: 575.98px) {
  .section-getting .getting-card {
    min-height: auto;
    padding: 16px;
    padding-right: 16px;
  }

  .section-getting .getting-img {
    position: static;
    margin-top: 12px;
    width: auto;
    height: auto;
    max-width: 100px;
    max-height: 100px;
  }
}

/* Demo Booking Section */
.section-demo-booking {
  background: #2c184b;
  color: white;
  font-family: 'Poppins', sans-serif;
}

.demo-section-content {
  display: flex;
  flex-direction: column;
  gap: 80px;
  align-items: center;
  justify-content: start;
  width: 100%;
}

.demo-header {
  display: flex;
  align-items: start;
  justify-content: space-between;
  width: 100%;
  gap: 40px;
}

.demo-title-section {
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 768px;
  width: 755px;
}

.demo-title {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 56px;
  line-height: 1.2;
  color: white;
  margin: 0;
  white-space: nowrap;
}

.demo-subtitle {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 31px;
  color: white;
  margin: 0;
}

.demo-social-media {
  display: flex;
  gap: 24px;
  align-items: center;
  justify-content: center;
}

.social-icon {
  position: relative;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: transform 0.3s ease;
}

.social-icon:hover {
  transform: scale(1.1);
}

.social-icon img {
  width: 100%;
  height: 100%;
  display: block;
}

.social-icon .insta-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 18px;
  height: 18px;
}

/* Contact Form */
.demo-form-section {
  width: 100%;
}

.demo-contact-form {
  display: flex;
  flex-direction: column;
  gap: 48px;
}

.form-row {
  display: flex;
  gap: 24px;
  width: 100%;
}

.form-field {
  flex: 1;
  position: relative;
  min-width: 0;
}

.form-field.full-width {
  flex: 1;
}

/* Floating Label Groups */
.floating-label-group {
  position: relative;
  width: 100%;
}

.floating-label-group input {
  width: 100%;
  background: transparent;
  border: none;
  border-bottom: 1px solid white;
  color: white;
  font-family: 'Poppins', sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 36px;
  padding: 20px 0 10px 0;
  outline: none;
  transition: border-color 0.3s ease;
}

.floating-label-group label {
  position: absolute;
  left: 0;
  top: 20px;
  color: white;
  font-family: 'Poppins', sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 36px;
  pointer-events: none;
  transition: all 0.3s ease;
  transform-origin: left top;
}

.floating-label-group label .required {
  color: #ef1414;
}

/* Floating label animation */
.floating-label-group input:focus + label,
.floating-label-group input:not(:placeholder-shown) + label {
  top: 0;
  font-size: 16px;
  color: #e91c5e;
  transform: translateY(-10px);
}

.floating-label-group input:focus {
  border-bottom-color: #e91c5e;
}

.demo-submit-btn {
  background: white;
  color: #2c184b;
  border: none;
  border-radius: 100px;
  padding: 20px 24px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: normal;
  cursor: pointer;
  transition: all 0.3s ease;
  align-self: flex-start;
  display: flex;
  align-items: center;
  gap: 8px;
}

.demo-submit-btn:hover {
  background: #f0f0f0;
  transform: translateY(-2px);
}

/* Footer */
.demo-footer {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.footer-divider {
  height: 1px;
  background: rgba(255, 255, 255, 0.2);
  width: 100%;
}

.footer-content {
  display: flex;
  align-items: start;
  justify-content: space-between;
  width: 100%;
}

.footer-left {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex: 1;
  min-width: 0;
}

.copyright {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  color: white;
  margin: 0;
  white-space: nowrap;
}

.footer-links {
  display: flex;
  gap: 24px;
  align-items: center;
}

.footer-link {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  color: white;
  text-decoration: underline;
  transition: color 0.3s ease;
}

.footer-link:hover {
  color: #e91c5e;
}

/* Responsive Design */
@media (max-width: 991.98px) {
  .demo-title {
    font-size: 42px;
    line-height: 50px;
  }
  
  .demo-header {
    flex-direction: column;
    gap: 30px;
    align-items: center;
    text-align: center;
  }
  
  .demo-title-section {
    width: 100%;
    max-width: none;
  }
  
  .form-row {
    flex-direction: column;
    gap: 20px;
  }
  
  .floating-label-group input {
    font-size: 20px;
    padding: 18px 0 8px 0;
  }
  
  .floating-label-group label {
    font-size: 20px;
    top: 18px;
  }
  
  .floating-label-group input:focus + label,
  .floating-label-group input:not(:placeholder-shown) + label {
    font-size: 14px;
  }
  
  .footer-left {
    flex-direction: column;
    gap: 20px;
    align-items: center;
    text-align: center;
  }
}

@media (max-width: 767.98px) {
  .demo-title {
    font-size: 36px;
    line-height: 44px;
  }
  
  .demo-subtitle {
    font-size: 16px;
    line-height: 28px;
  }
  
  .floating-label-group input {
    font-size: 18px;
    padding: 16px 0 6px 0;
  }
  
  .floating-label-group label {
    font-size: 18px;
    top: 16px;
  }
  
  .floating-label-group input:focus + label,
  .floating-label-group input:not(:placeholder-shown) + label {
    font-size: 13px;
  }
  
  .demo-submit-btn {
    padding: 16px 20px;
    font-size: 14px;
  }
  
  .social-icon {
    width: 40px;
    height: 40px;
  }
  
  .footer-links {
    flex-direction: column;
    gap: 12px;
  }
}

@media (max-width: 575.98px) {
  .demo-title {
    font-size: 28px;
    line-height: 36px;
  }
  
  .demo-subtitle {
    font-size: 14px;
    line-height: 24px;
  }
  
  .floating-label-group input {
    font-size: 16px;
    padding: 14px 0 4px 0;
  }
  
  .floating-label-group label {
    font-size: 16px;
    top: 14px;
  }
  
  .floating-label-group input:focus + label,
  .floating-label-group input:not(:placeholder-shown) + label {
    font-size: 12px;
  }
  
  .demo-submit-btn {
    padding: 14px 18px;
    font-size: 13px;
  }
  
  .copyright {
    font-size: 12px;
  }
  
  .footer-link {
    font-size: 12px;
  }
}