/* =====================================
   INTER FONTS
===================================== */
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-SemiBold.woff2") format("woff2"), url("../fonts/Inter-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Bold.woff2") format("woff2"), url("../fonts/Inter-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-ExtraBold.woff2") format("woff2"), url("../fonts/Inter-ExtraBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Regular.woff2") format("woff2"), url("../fonts/Inter-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Medium.woff2") format("woff2"), url("../fonts/Inter-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Black.woff2") format("woff2"), url("../fonts/Inter-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
          appearance: textfield;
}

input[type=text]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=number]::-moz-placeholder, input[type=password]::-moz-placeholder, input[type=search]::-moz-placeholder, input[type=tel]::-moz-placeholder, textarea::-moz-placeholder, select::-moz-placeholder {
  color: #999;
  font-weight: 400;
  -moz-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=number]::placeholder,
input[type=password]::placeholder,
input[type=search]::placeholder,
input[type=tel]::placeholder,
textarea::placeholder,
select::placeholder {
  color: #999;
  font-weight: 400;
  transition: color 0.3s ease;
}
input[type=text]:hover,
input[type=email]:hover,
input[type=number]:hover,
input[type=password]:hover,
input[type=search]:hover,
input[type=tel]:hover,
textarea:hover,
select:hover {
  box-shadow: none;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=tel]:focus,
textarea:focus,
select:focus {
  border-color: #b614df !important;
  background: #ffffff;
  box-shadow: none;
  outline: none;
}
input[type=text]:active,
input[type=email]:active,
input[type=number]:active,
input[type=password]:active,
input[type=search]:active,
input[type=tel]:active,
textarea:active,
select:active {
  border-color: #b614df !important;
  box-shadow: none;
  outline: none;
}

html {
  font-size: 100%;
  font-size: 1rem;
}

body {
  font-family: "Inter", sans-serif;
  background: #070308;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
figure,
blockquote,
dl,
dd,
ul,
ol,
li,
pre {
  margin: 0;
  padding: 0;
}

ul,
ol {
  list-style: none;
}

a {
  text-decoration: none;
  color: #b614df;
}

.container {
  max-width: 82.5rem !important;
}

/* =====================================
   GLOBAL BUTTON STYLES
===================================== */
.btn-primary {
  background: #b614df;
  background: linear-gradient(135deg, #bd34df 0%, #b614df 100%);
  color: #ffffff;
  padding: 1rem 2.5rem;
  border-radius: 0.625rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 1rem;
  border: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-decoration: none;
  line-height: 1.2;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.btn-primary::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(143.8024691358, 15.8024691358, 176.1975308642);
  z-index: -1;
  transition: transform 0.5s ease;
  transform: scaleX(0);
  transform-origin: right;
}
.btn-primary:hover {
  color: #ffffff;
  transform: translateY(-3px);
  box-shadow: 0 0.625rem 1.5625rem rgba(182, 20, 223, 0.4);
}
.btn-primary:hover::before {
  transform: scaleX(1);
  transform-origin: left;
}
.btn-primary:active {
  transform: translateY(-1px);
  box-shadow: 0 0.3125rem 0.9375rem rgba(182, 20, 223, 0.3);
}

/* =====================================
   GLOBAL SECTION HEADING
===================================== */
.section_heading {
  text-align: center;
  margin-bottom: 3.125rem;
  margin-left: auto;
  margin-right: auto;
}
.section_heading .heading_title {
  color: #ffffff;
  font-size: 2.375rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
  line-height: 1.2;
}
@media (max-width: 991px) {
  .section_heading .heading_title {
    font-size: 2rem;
  }
}
@media (max-width: 575px) {
  .section_heading .heading_title {
    font-size: 1.75rem;
  }
}
.section_heading .heading_desc {
  color: #b8b8c5;
  font-size: 1rem;
  line-height: 1.6;
  font-weight: 400;
  max-width: 50rem;
  margin: 0 auto;
}

/* =====================================
   HEADER & NAVBAR STYLES
===================================== */
.main_header {
  padding: 0.625rem 0;
  background: transparent;
  backdrop-filter: blur(0.625rem);
  width: 100%;
  position: sticky;
  top: 0;
  z-index: 1000;
  border-bottom: 0.0625rem solid rgba(255, 255, 255, 0.05);
}
.main_header .navbar {
  padding: 0;
}
.main_header .navbar .navbar-brand {
  padding: 0;
}
.main_header .navbar .navbar-brand .main-logo {
  max-height: 5.125rem;
  width: auto;
}
.main_header .navbar .navbar-nav .nav-item {
  display: flex;
  align-items: center;
  margin: 0 1rem;
}
.main_header .navbar .navbar-nav .nav-item .nav-link {
  color: #b8b8c5;
  font-size: 1rem;
  font-weight: 500;
  padding: 0;
  transition: all 0.3s ease;
  position: relative;
}
.main_header .navbar .navbar-nav .nav-item .nav-link:hover, .main_header .navbar .navbar-nav .nav-item .nav-link.active {
  color: #b614df;
}
.main_header .mobile_nav_actions .mobile_download_btn {
  padding: 0.7rem 1.5rem;
  border-radius: 0.375rem;
  font-size: 0.875rem;
  font-weight: 500;
  white-space: nowrap;
}
@media (max-width: 400px) {
  .main_header .mobile_nav_actions .mobile_download_btn {
    padding: 0.6rem 0.8rem;
    font-size: 0.8rem;
  }
}
.main_header .navbar-toggler {
  border: none;
  box-shadow: none !important;
  padding: 0.5rem;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 0.375rem;
}
.main_header .navbar-toggler .navbar-toggler-icon {
  width: 1.5rem;
  height: 1.5rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='white' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.main_header .offcanvas {
  background: #070308;
  height: 100vh;
}
.main_header .offcanvas .offcanvas-header {
  padding: 1.25rem;
}
.main_header .offcanvas .offcanvas-header .offcanvas-logo {
  max-height: 4rem;
  width: auto;
}
.main_header .offcanvas .offcanvas-header .btn-close {
  filter: invert(1) grayscale(100%) brightness(200%);
  opacity: 0.8;
}
.main_header .offcanvas .offcanvas-header .btn-close:hover {
  opacity: 1;
}

/* =====================================
   HERO SECTION STYLES
 ===================================== */
.hero_section {
  overflow: hidden;
  position: relative;
  padding: 3.75rem 0;
}
.hero_section .hero_content .hero_title {
  color: #ffffff;
  font-size: 3.125rem;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 1rem;
  max-width: 90%;
}
.hero_section .hero_content .hero_title .accent_text {
  color: #b614df;
}
.hero_section .hero_content .hero_desc {
  color: #b8b8c5;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 2.5rem;
  max-width: 85%;
}
.hero_section .hero_content .hero_btns {
  display: flex;
  gap: 1.25rem;
  margin-bottom: 3rem;
}
.hero_section .hero_content .hero_btns .store_link {
  transition: transform 0.3s ease;
}
.hero_section .hero_content .hero_btns .store_link img {
  height: 4rem;
  width: auto;
}
.hero_section .hero_content .hero_btns .store_link:hover {
  transform: translateY(-0.25rem);
}
.hero_section .hero_content .hero_social_proof {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
.hero_section .hero_content .hero_social_proof .user_avatars {
  height: 2.5rem;
  width: auto;
}
.hero_section .hero_content .hero_social_proof .online_count {
  color: #ffffff;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.03125rem;
}
.hero_section .hero_img_wrap {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.hero_section .hero_img_wrap .hero_mockup_img {
  max-width: 100%;
  height: auto;
  filter: drop-shadow(0 1.25rem 3.125rem rgba(0, 0, 0, 0.5));
}

/* =====================================
   WHY CHOOSE FRENZYMEET SECTION
===================================== */
.why_choose_section {
  position: relative;
  overflow: hidden;
  padding-bottom: 3.75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.why_choose_section .glow_shade {
  position: absolute;
  width: 38.25rem;
  height: 38.25rem;
  background: rgba(161, 54, 206, 0.05);
  filter: blur(7.5rem);
  border-radius: 20rem;
  pointer-events: none;
  z-index: 0;
}
.why_choose_section .glow_left {
  left: -12rem;
  top: 50%;
  transform: translateY(-50%);
}
.why_choose_section .glow_right {
  right: -12rem;
  top: 50%;
  transform: translateY(-50%);
}
.why_choose_section .container {
  position: relative;
  z-index: 1;
}
.why_choose_section .why_img_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 31.1469rem;
}
.why_choose_section .why_img_wrap .why_mockup_img {
  max-width: 100%;
  height: auto;
  filter: drop-shadow(0 1.25rem 3.125rem rgba(0, 0, 0, 0.5));
}
.why_choose_section .why_features {
  display: flex;
  flex-direction: column;
  gap: 1.75rem;
}
.why_choose_section .feature_card {
  background: rgba(255, 255, 255, 0.0313726);
  border: 1px solid rgba(255, 255, 255, 0.0784314);
  border-radius: 1rem;
  padding: 1.5rem;
  transition: border-color 0.3s ease, background 0.3s ease;
}
.why_choose_section .feature_card:hover {
  background: rgba(182, 20, 223, 0.06);
  border-color: rgba(182, 20, 223, 0.3);
}
.why_choose_section .feature_card .feature_icon {
  width: 3.125rem;
  height: 3.125rem;
  flex-shrink: 0;
  background: linear-gradient(135deg, #bd34df 0%, #b614df 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 1.25rem;
  transition: background 0.3s ease;
  margin-bottom: 1rem;
}
.why_choose_section .feature_card .feature_body .feature_title {
  color: #ffffff;
  font-size: 1.125rem;
  font-weight: 600;
  margin-bottom: 0.75rem;
}
.why_choose_section .feature_card .feature_body .feature_desc {
  color: #b8b8c5;
  font-size: 1rem;
  line-height: 1.8;
  margin: 0;
}

/* =====================================
   BEST FEATURES SECTION
===================================== */
.best_features_section {
  padding: 3.75rem 0;
  position: relative;
  overflow: hidden;
}
.best_features_section .features_column {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.best_features_section .best_feature_card {
  background: rgba(255, 255, 255, 0.0313726);
  border: 1px solid rgba(255, 255, 255, 0.0784314);
  border-radius: 1rem;
  padding: 1.5rem;
  transition: all 0.3s ease;
}
.best_features_section .best_feature_card:hover {
  background: rgba(182, 20, 223, 0.06);
  border-color: rgba(182, 20, 223, 0.3);
  transform: translateY(-5px);
}
.best_features_section .best_feature_card .icon_wrap {
  width: 3.125rem;
  height: 3.125rem;
  border-radius: 50%;
  background: linear-gradient(135deg, #bd34df 0%, #b614df 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.25rem;
  box-shadow: 0 0.5rem 1.25rem rgba(182, 20, 223, 0.4);
}
.best_features_section .best_feature_card .icon_wrap i {
  color: #ffffff;
  font-size: 1.25rem;
}
.best_features_section .best_feature_card .card_title {
  color: #ffffff;
  font-size: 1.125rem;
  font-weight: 500;
  margin-bottom: 0.75rem;
}
.best_features_section .best_feature_card .card_desc {
  color: #b8b8c5;
  font-size: 1rem;
  line-height: 1.8;
  margin: 0;
}
.best_features_section .middle_mockup {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 23.75rem;
  margin: 0 auto;
}
.best_features_section .middle_mockup img {
  max-width: 100%;
  height: auto;
  filter: drop-shadow(0 1rem 2rem rgba(0, 0, 0, 0.6));
}

/* =====================================
   HOW IT WORKS SECTION
===================================== */
.how_it_works_section {
  padding: 3.75rem 0;
}
.how_it_works_section .steps_row {
  z-index: 1;
}
.how_it_works_section .steps_row .connecting_line {
  position: absolute;
  top: 2.1875rem;
  left: 16.666667%;
  right: 16.666667%;
  width: 66.666667%;
  height: 0;
  border-top: 1px dashed rgba(255, 255, 255, 0.2);
  z-index: -1;
}
@media (max-width: 991px) {
  .how_it_works_section .step_col {
    margin-bottom: 2.5rem;
  }
  .how_it_works_section .step_col:last-child {
    margin-bottom: 0;
  }
}
.how_it_works_section .step_card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: relative;
}
.how_it_works_section .step_card .icon_box {
  width: 5rem;
  height: 5rem;
  background: #0e0a0f;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2rem;
  position: relative;
  z-index: 2;
}
.how_it_works_section .step_card .icon_box i {
  font-size: 1.9rem;
  color: #b614df;
}
.how_it_works_section .step_card .icon_box .step_badge {
  position: absolute;
  top: -0.625rem;
  right: -0.625rem;
  width: 1.5rem;
  height: 1.5rem;
  background: linear-gradient(135deg, #bd34df 0%, #b614df 100%);
  color: #ffffff;
  font-size: 0.75rem;
  font-weight: 700;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 0.25rem rgba(0, 0, 0, 0.5);
}
.how_it_works_section .step_card .step_title {
  color: #ffffff;
  font-size: 1.25rem;
  font-weight: 500;
  margin-bottom: 1rem;
  line-height: 1.4;
}
.how_it_works_section .step_card .step_desc {
  color: #b8b8c5;
  font-size: 1rem;
  line-height: 1.6;
  max-width: 90%;
  margin: 0 auto;
}

/* =====================================
   SECURE PAYMENTS SECTION
===================================== */
.secure_payments_section {
  padding: 3.75rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}
.secure_payments_section .payment_img_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}
.secure_payments_section .payment_img_wrap .mockup_img {
  max-width: 65%;
  height: auto;
  filter: drop-shadow(0 1rem 3rem rgba(0, 0, 0, 0.5));
}
.secure_payments_section .payment_content .section_title {
  color: #ffffff;
  font-size: 2.75rem;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 1.5rem;
}
.secure_payments_section .payment_content .section_title .accent_text {
  color: #b614df;
}
@media (max-width: 991px) {
  .secure_payments_section .payment_content .section_title {
    font-size: 2.25rem;
  }
}
@media (max-width: 575px) {
  .secure_payments_section .payment_content .section_title {
    font-size: 1.875rem;
  }
}
.secure_payments_section .payment_content .section_desc {
  color: #b8b8c5;
  font-size: 1rem;
  line-height: 1.7;
  margin-bottom: 2.5rem;
  max-width: 95%;
}
.secure_payments_section .payment_content .payment_features .pay_feature_card {
  display: flex;
  align-items: flex-start;
  gap: 1.25rem;
  background: rgba(255, 255, 255, 0.0313726);
  border: 1px solid rgba(255, 255, 255, 0.0784314);
  border-radius: 1rem;
  padding: 1.5rem;
  transition: all 0.3s ease;
}
.secure_payments_section .payment_content .payment_features .pay_feature_card:hover {
  background: rgba(182, 20, 223, 0.06);
  border-color: rgba(182, 20, 223, 0.3);
  transform: translateY(-3px);
}
.secure_payments_section .payment_content .payment_features .pay_feature_card .icon_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.125rem;
}
.secure_payments_section .payment_content .payment_features .pay_feature_card .icon_wrap i {
  color: #b614df;
  font-size: 1.2rem;
}
.secure_payments_section .payment_content .payment_features .pay_feature_card .pay_feature_body .pay_card_title {
  color: #ffffff;
  font-size: 1.125rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}
.secure_payments_section .payment_content .payment_features .pay_feature_card .pay_feature_body .pay_card_desc {
  color: #b8b8c5;
  font-size: 0.875rem;
  line-height: 1.6;
  margin: 0;
}

/* =====================================
   AGENCY MANAGEMENT SECTION
===================================== */
.agency_management_section {
  padding: 3.75rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}
.agency_management_section .agency_content .section_title {
  color: #ffffff;
  font-size: 2.75rem;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 1.5rem;
}
.agency_management_section .agency_content .section_title .accent_text {
  color: #b614df;
}
@media (max-width: 991px) {
  .agency_management_section .agency_content .section_title {
    font-size: 2.25rem;
  }
}
@media (max-width: 575px) {
  .agency_management_section .agency_content .section_title {
    font-size: 1.875rem;
  }
}
.agency_management_section .agency_content .section_desc {
  color: #b8b8c5;
  font-size: 1rem;
  line-height: 1.7;
  margin-bottom: 2.5rem;
  max-width: 95%;
}
.agency_management_section .agency_content .agency_features .agency_feature_card {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  background: rgba(255, 255, 255, 0.0313726);
  border: 1px solid rgba(255, 255, 255, 0.0784314);
  border-radius: 1rem;
  padding: 1.5rem;
  transition: all 0.3s ease;
}
.agency_management_section .agency_content .agency_features .agency_feature_card:hover {
  background: rgba(182, 20, 223, 0.06);
  border-color: rgba(182, 20, 223, 0.3);
  transform: translateY(-2px);
}
.agency_management_section .agency_content .agency_features .agency_feature_card .icon_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.125rem;
}
.agency_management_section .agency_content .agency_features .agency_feature_card .icon_wrap i {
  color: #b614df;
  font-size: 1.4rem;
}
.agency_management_section .agency_content .agency_features .agency_feature_card .agency_feature_body .agency_card_title {
  color: #ffffff;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  margin: 0;
}
.agency_management_section .agency_img_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}
.agency_management_section .agency_img_wrap .mockup_img {
  max-width: 61%;
  height: auto;
  filter: drop-shadow(0 1rem 3rem rgba(0, 0, 0, 0.5));
}

/* =====================================
   FOR HOSTS SECTION
===================================== */
.for_hosts_section {
  padding: 3.75rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}
.for_hosts_section .hosts_content .section_title {
  color: #ffffff;
  font-size: 2.75rem;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 1.5rem;
}
.for_hosts_section .hosts_content .section_title .accent_text {
  color: #b614df;
}
@media (max-width: 991px) {
  .for_hosts_section .hosts_content .section_title {
    font-size: 2.25rem;
  }
}
@media (max-width: 575px) {
  .for_hosts_section .hosts_content .section_title {
    font-size: 1.875rem;
  }
}
.for_hosts_section .hosts_content .section_desc {
  color: #b8b8c5;
  font-size: 1rem;
  line-height: 1.7;
  margin-bottom: 2rem;
  max-width: 95%;
}
.for_hosts_section .hosts_content .action_wrap {
  margin-bottom: 2.5rem;
}
.for_hosts_section .hosts_content .action_wrap .btn_apply {
  padding: 0.875rem 2rem;
}
.for_hosts_section .hosts_content .stats_box {
  background: rgba(255, 255, 255, 0.0313726);
  border: 1px solid rgba(255, 255, 255, 0.0784314);
  border-radius: 1rem;
  padding: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 31.25rem;
}
@media (max-width: 575px) {
  .for_hosts_section .hosts_content .stats_box {
    flex-direction: column;
    gap: 1.5rem;
    text-align: center;
    padding: 1.5rem;
  }
}
.for_hosts_section .hosts_content .stats_box .stat_item {
  text-align: center;
  flex: 1;
}
.for_hosts_section .hosts_content .stats_box .stat_item .stat_number {
  color: #ffffff;
  font-size: 1.75rem;
  font-weight: 600;
  margin-bottom: 0.25rem;
}
.for_hosts_section .hosts_content .stats_box .stat_item .stat_label {
  color: #b8b8c5;
  font-size: 0.9rem;
  margin: 0;
}
.for_hosts_section .hosts_img_wrap {
  width: 100%;
  max-width: 38.5rem;
}
.for_hosts_section .hosts_img_wrap .rounded_img {
  border-radius: 1.25rem;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
}

/* =====================================
   CTA DOWNLOAD SECTION
===================================== */
.cta_download_section {
  background: #b614df;
  padding: 3.125rem 0;
}
@media (max-width: 991px) {
  .cta_download_section .cta_text {
    margin-bottom: 2rem;
    text-align: center;
  }
}
.cta_download_section .cta_text .cta_title {
  color: #ffffff;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 0.75rem;
}
@media (max-width: 991px) {
  .cta_download_section .cta_text .cta_title {
    font-size: 1.875rem;
  }
}
@media (max-width: 575px) {
  .cta_download_section .cta_text .cta_title {
    font-size: 1.5rem;
  }
}
.cta_download_section .cta_text .cta_desc {
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.9375rem;
  font-weight: 400;
  margin: 0;
}
@media (max-width: 991px) {
  .cta_download_section .cta_btns {
    justify-content: center;
  }
}
.cta_download_section .cta_btns .store_link {
  transition: transform 0.3s ease;
  display: inline-block;
}
.cta_download_section .cta_btns .store_link img {
  height: 3.5rem;
  width: auto;
}
.cta_download_section .cta_btns .store_link:hover {
  transform: translateY(-4px);
  filter: brightness(1.1);
}

/* =====================================
   USER TESTIMONIALS SECTION
===================================== */
.testimonials_section {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  padding: 3.75rem 0;
}
.testimonials_section .swiper-slide {
  height: auto !important;
}
.testimonials_section .testimonials_slider {
  padding-bottom: 3.5rem;
}
.testimonials_section .testimonials_slider .swiper-pagination {
  bottom: 0;
}
.testimonials_section .testimonials_slider .swiper-pagination .swiper-pagination-bullet {
  width: 0.625rem;
  height: 0.625rem;
  background: rgba(255, 255, 255, 0.3);
  opacity: 1;
  transition: all 0.3s ease;
  margin: 0 0.25rem;
}
.testimonials_section .testimonials_slider .swiper-pagination .swiper-pagination-bullet-active {
  background: linear-gradient(135deg, #bd34df 0%, #b614df 100%);
  width: 1.5rem;
  border-radius: 0.5rem;
}
.testimonials_section .testimonial_card {
  background: rgba(255, 255, 255, 0.0313726);
  border: 1px solid rgba(255, 255, 255, 0.0784314);
  border-radius: 1rem;
  padding: 1.5rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: all 0.3s ease;
}
.testimonials_section .testimonial_card:hover {
  background: rgba(182, 20, 223, 0.06);
  border-color: rgba(182, 20, 223, 0.3);
}
.testimonials_section .testimonial_card .stars {
  color: #ffc107;
  margin-bottom: 1rem;
  font-size: 0.875rem;
}
.testimonials_section .testimonial_card .stars i {
  margin-right: 0.25rem;
}
.testimonials_section .testimonial_card .review_text {
  color: #b8b8c5;
  font-size: 0.9375rem;
  line-height: 1.7;
  margin-bottom: 2rem;
  flex-grow: 1;
}
.testimonials_section .testimonial_card .user_info {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.testimonials_section .testimonial_card .user_info .user_avatar {
  width: 3.125rem;
  height: 3.125rem;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  border: 1px solid #b614df;
}
.testimonials_section .testimonial_card .user_info .user_details .user_name {
  color: #ffffff;
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 0.125rem;
}
.testimonials_section .testimonial_card .user_info .user_details .review_date {
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.75rem;
}

/* =====================================
   DOWNLOAD APP SECTION
===================================== */
.download_app_section .download_app_wrapper {
  background: linear-gradient(135deg, #bd34df 0%, #b614df 100%);
  border-radius: 1.5rem;
  padding: 3rem 4rem;
  position: relative;
  overflow: hidden;
  margin-bottom: 3.75rem;
}
@media (max-width: 991px) {
  .download_app_section .download_app_wrapper {
    padding: 2.5rem 2rem;
  }
}
@media (max-width: 575px) {
  .download_app_section .download_app_wrapper {
    padding: 2rem 1.5rem;
  }
}
.download_app_section .download_app_wrapper .download_content {
  position: relative;
  z-index: 2;
}
@media (max-width: 991px) {
  .download_app_section .download_app_wrapper .download_content {
    text-align: center;
    margin-bottom: 3rem;
  }
}
.download_app_section .download_app_wrapper .download_content .download_title {
  color: #ffffff;
  font-size: 2.875rem;
  font-weight: 600;
  line-height: 1.25;
  margin-bottom: 1.25rem;
}
@media (max-width: 991px) {
  .download_app_section .download_app_wrapper .download_content .download_title {
    font-size: 2.25rem;
  }
}
@media (max-width: 575px) {
  .download_app_section .download_app_wrapper .download_content .download_title {
    font-size: 1.875rem;
  }
}
.download_app_section .download_app_wrapper .download_content .download_desc {
  color: rgba(255, 255, 255, 0.9);
  font-size: 1rem;
  line-height: 1.7;
  margin-bottom: 2rem;
  max-width: 90%;
}
@media (max-width: 991px) {
  .download_app_section .download_app_wrapper .download_content .download_desc {
    max-width: 100%;
  }
}
@media (max-width: 991px) {
  .download_app_section .download_app_wrapper .download_content .download_btns {
    justify-content: center;
  }
}
.download_app_section .download_app_wrapper .download_content .download_btns .store_link {
  display: inline-block;
  transition: transform 0.3s ease;
}
.download_app_section .download_app_wrapper .download_content .download_btns .store_link img {
  height: 3.5rem;
  width: auto;
}
.download_app_section .download_app_wrapper .download_content .download_btns .store_link:hover {
  transform: translateY(-4px);
  filter: brightness(1.1);
}
.download_app_section .download_app_wrapper .download_img_wrap {
  position: relative;
  z-index: 1;
}
.download_app_section .download_app_wrapper .download_img_wrap .mockup_img {
  max-width: 66%;
  height: auto;
  filter: drop-shadow(0 1.25rem 3rem rgba(0, 0, 0, 0.4));
}

/* =====================================
   FOOTER SECTION
===================================== */
.footer_section {
  background: #040105;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  position: relative;
  overflow: hidden;
}
.footer_section .glow_shade {
  position: absolute;
  width: 38.25rem;
  height: 38.25rem;
  background: rgba(161, 54, 206, 0.05);
  filter: blur(7.5rem);
  border-radius: 20rem;
  pointer-events: none;
  z-index: 0;
}
.footer_section .glow_left {
  left: -12rem;
  top: 50%;
  transform: translateY(-50%);
}
.footer_section .glow_right {
  right: -12rem;
  top: 50%;
  transform: translateY(-50%);
}
.footer_section .container {
  position: relative;
  z-index: 1;
}
.footer_section .footer_top {
  padding: 3.125rem 0 3.125rem;
}
.footer_section .footer_widget .footer_logo_link {
  display: inline-block;
  margin-bottom: 1.5rem;
}
.footer_section .footer_widget .footer_logo_link .footer_logo {
  height: 4.5rem;
  width: auto;
}
.footer_section .footer_widget .footer_desc {
  color: #b8b8c5;
  font-size: 0.9375rem;
  line-height: 1.7;
  margin-bottom: 0;
}
.footer_section .footer_widget .footer_contact .contact_link {
  color: #ffffff;
  font-size: 0.9375rem;
  text-decoration: none;
  display: flex;
  align-items: center;
  transition: all 0.3s ease;
}
.footer_section .footer_widget .footer_contact .contact_link i {
  color: #b614df;
  width: 1.25rem;
  margin-right: 0.5rem;
  font-size: 1rem;
}
.footer_section .footer_widget .footer_contact .contact_link:hover {
  color: #b614df;
}
.footer_section .footer_widget .widget_title {
  color: #ffffff;
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
}
.footer_section .footer_widget .footer_links {
  margin: 0;
  padding: 0;
}
.footer_section .footer_widget .footer_links li {
  margin-bottom: 0.875rem;
}
.footer_section .footer_widget .footer_links li:last-child {
  margin-bottom: 0;
}
.footer_section .footer_widget .footer_links li a {
  color: #b8b8c5;
  font-size: 0.9375rem;
  text-decoration: none;
  display: flex;
  align-items: center;
  transition: all 0.3s ease;
}
.footer_section .footer_widget .footer_links li a i {
  font-size: 0.75rem;
  margin-right: 0.75rem;
  color: #ffffff;
  transition: all 0.3s ease;
}
.footer_section .footer_widget .footer_links li a:hover {
  color: #b614df;
}
.footer_section .footer_widget .footer_links li a:hover i {
  color: #b614df;
  transform: translateX(4px);
}
.footer_section .footer_widget .footer_app_links .store_link {
  display: inline-block;
  transition: transform 0.3s ease;
}
.footer_section .footer_widget .footer_app_links .store_link img {
  height: 2.75rem;
  width: auto;
}
.footer_section .footer_widget .footer_app_links .store_link:hover {
  transform: translateY(-3px);
  filter: brightness(1.1);
}
.footer_section .footer_bottom {
  padding: 1rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}
.footer_section .footer_bottom .copyright_text {
  color: #b8b8c5;
  font-size: 0.875rem;
  margin-bottom: 0;
}

/* Responsive Overrides */
@media (max-width: 991px) {
  .main_header .navbar .navbar-brand .main-logo {
    max-height: 4.125rem;
  }
  .main_header .navbar .navbar-nav .nav-item {
    margin: 0.6rem 0.5rem;
  }
  .hero_section {
    padding: 3rem 0;
    text-align: center;
  }
  .hero_section .hero_content {
    margin-bottom: 3rem;
  }
  .hero_section .hero_content .hero_title {
    font-size: 2.5rem;
    max-width: 100%;
  }
  .hero_section .hero_content .hero_desc {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .hero_section .hero_content .hero_btns {
    justify-content: center;
    margin-bottom: 2rem;
  }
  .hero_section .hero_content .hero_social_proof {
    justify-content: center;
  }
  .why_choose_section {
    padding: 3.5rem 0;
  }
  .why_choose_section .why_img_col {
    display: flex;
    justify-content: center;
  }
  .why_choose_section .why_img_wrap {
    margin-bottom: 3rem;
  }
  .why_choose_section .glow_left,
  .why_choose_section .glow_right {
    display: none;
  }
  .for_hosts_section,
  .agency_management_section,
  .secure_payments_section,
  .testimonials_section {
    padding: 2.75rem 0;
  }
}
@media (max-width: 567px) {
  .main_header .navbar .navbar-brand .main-logo {
    max-height: 3rem;
  }
  .hero_section .hero_content .hero_title {
    font-size: 2rem;
  }
  .hero_section .hero_content .hero_btns {
    align-items: center;
    gap: 1rem;
  }
  .hero_section .hero_content .hero_btns .store_link img {
    height: 3rem;
  }
  .cta_download_section .cta_btns .store_link img {
    height: 2.8rem;
  }
  .download_app_section .download_app_wrapper .download_content .download_btns .store_link img {
    height: 2.5rem;
  }
}
/* =====================================
   STICKY DOWNLOAD BANNER
===================================== */
.sticky_download_banner {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 100%);
  background: #ffffff;
  padding: 1.25rem 2.5rem;
  z-index: 100;
  box-shadow: 0 0 1.5rem rgba(0, 0, 0, 0.4);
  border-radius: 2rem 2rem 0 0;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  text-align: center;
  width: auto;
  max-width: 95%;
}
.sticky_download_banner.show_banner {
  visibility: visible;
  opacity: 1;
  transform: translate(-50%, 0);
}
.sticky_download_banner .banner_content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.sticky_download_banner .banner_content .banner_text {
  color: #121212;
  font-size: 1.5rem;
  font-weight: 600;
  margin: 0 0 0.875rem 0;
}
.sticky_download_banner .banner_content .banner_text .accent_text {
  color: #b614df;
}
@media (max-width: 575px) {
  .sticky_download_banner .banner_content .banner_text {
    font-size: 1.25rem;
    margin-bottom: 0.75rem;
  }
}
.sticky_download_banner .banner_content .banner_actions {
  display: flex;
  justify-content: center;
  gap: 1rem;
}
.sticky_download_banner .banner_content .banner_actions .store_link {
  display: inline-block;
  transition: transform 0.3s ease;
}
.sticky_download_banner .banner_content .banner_actions .store_link img {
  height: 3rem;
  width: auto;
}
@media (max-width: 575px) {
  .sticky_download_banner .banner_content .banner_actions .store_link img {
    height: 2.5rem;
  }
}
.sticky_download_banner .banner_content .banner_actions .store_link:hover {
  transform: translateY(-3px);
}/*# sourceMappingURL=style.css.map */