@charset "UTF-8";
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-VariableFont_opsz,wght.ttf") format("truetype");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}
@font-face {
  font-family: "Name Smile";
  src: url("../fonts/Name Smile.otf") format("opentype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Avenir";
  src: url("../fonts/Avenir Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
/* FOR GOOGLE TRANSLATE CSS START HERE */
body {
  top: 0 !important;
}

body .goog-text-highlight {
  background: rgba(0, 0, 0, 0) !important;
  box-shadow: none !important;
}

.goog-te-gadget {
  display: block !important;
}

#google_translate_element,
select.goog-te-combo {
  position: fixed;
  z-index: 999;
  top: -999px;
}

.goog-te-banner-frame,
.goog-te-menu-frame,
.goog-te-tooltip {
  display: none !important;
}

font,
.goog-text-highlight {
  background-color: rgba(0, 0, 0, 0) !important;
  box-shadow: none !important;
}

#goog-gt-tt,
.goog-te-combo,
.skiptranslate {
  display: none !important;
}

#teams-dropdown-menu span.icon .fa {
  display: inline-block;
  color: #ffffff;
}

#teams-dropdown-menu span.icon {
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18px;
}

#teams-dropdown-menu span.icon i {
  transition: transform 0.2s ease;
  transform-origin: center;
}

.loader {
  z-index: 999999;
  position: fixed;
  top: 0;
  bottom: 0;
  height: 100vh;
  width: 100%;
  background: #fff;
  left: 0;
}

#teams-dropdown-menu ul li {
  text-transform: capitalize;
}

#teams-dropdown-menu {
  border-radius: 10px;
  position: relative;
  background-color: #363636;
  cursor: pointer;
  width: 60px;
  display: flex;
  align-items: center;
  height: 36px;
  padding: 6px;
  margin-bottom: 0px;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

#teams-dropdown-menu * {
  cursor: pointer;
}

#teams-dropdown-menu .flag-text {
  font-size: 0px;
  color: #000000;
}

#teams-dropdown-menu ul {
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(10, 10, 10, 0.0509803922), 0 0 10px 0 rgba(10, 10, 10, 0.0784313725);
  display: none;
  left: 0;
  overflow: hidden;
  padding: 10px 0;
  position: absolute;
  top: 50px;
  width: 135px;
  z-index: 99;
  padding: 0;
  left: unset !important;
  right: 0;
}

img.img-fluid.flg {
  margin-right: 10px;
}

#teams-dropdown-menu ul.active {
  display: block;
  animation: slidedown 0.2s;
  top: 50px;
}

#teams-dropdown-menu ul.active ~ span.icon i {
  transform: rotate(180deg);
}

@keyframes slidedown {
  from {
    margin-top: -25px;
    opacity: 0;
  }
  to {
    margin-top: 0;
    opacity: 1;
  }
}
#teams-dropdown-menu ul li {
  padding: 10px 15px;
  color: #000000;
  font-size: 14px;
  letter-spacing: 0.5px;
  height: auto !important;
  display: flex;
  margin-left: 0;
  float: none;
}

#teams-dropdown-menu ul li:hover {
  color: #000 !important;
  background-color: #f0f0f0;
}

#teams-dropdown-menu span.icon:before {
  display: none;
  content: none;
}

@media screen and (max-width: 1199px) {
  #teams-dropdown-menu {
    height: 32px;
    position: relative !important;
    cursor: pointer !important;
    width: 60px !important;
    display: flex !important;
    margin-right: 0px !important;
    margin-bottom: 0px !important;
  }
  #teams-dropdown-menu .flag-text {
    font-size: 0px;
    color: #000000;
    margin-right: 10px;
  }
  #teams-dropdown-menu .submenu-button {
    display: none;
  }
  #teams-dropdown-menu span.icon i {
    color: #000;
  }
  .header-main #teams-dropdown-menu {
    margin-left: auto !important;
  }
  .header.sticky header nav.menu.open ul {
    margin-top: 25px;
  }
}
@media (max-width: 575px) {
  #teams-dropdown-menu .flag-text {
    margin-right: 0;
  }
}
/* FOR GOOGLE TRANSLATE CSS END'S HERE */
.header-container {
  background-color: #191918;
  position: sticky;
  padding: 0;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 999;
}
@media (min-width: 1200px) {
  .header-container {
    padding: 16px 0;
  }
}

.navbar-custom {
  background-color: #1c1e23;
  border-radius: 100px;
  padding: 12px 30px;
  position: relative;
}

.navbar-brand img {
  height: 40px;
}

@media (min-width: 1200px) and (max-width: 1399px) {
  body.de_wrapper .navbar-brand .full-logo {
    display: none !important;
  }
  body.de_wrapper .navbar-brand .mobile-logo {
    display: block !important;
  }
}
.navbar-nav .nav-link {
  color: #ffffff !important;
  padding: 8px 20px;
  font-size: 14px;
  font-weight: 500;
  transition: color 0.3s ease;
}

.navbar-nav .nav-link:hover {
  color: #ff5f18 !important;
}

.btn-signup {
  background-color: #ff5f18;
  color: white;
  border: none;
  padding: 10px 30px;
  border-radius: 50px;
  font-weight: 600;
  font-size: 14px;
  margin-right: 10px;
  transition: background-color 0.3s ease;
}

.btn-signup:hover {
  background-color: #e54f10;
  color: white;
}

.btn-login {
  background-color: #272d3a;
  color: white;
  border: none;
  padding: 10px 30px;
  border-radius: 50px;
  font-weight: 600;
  font-size: 14px;
  margin-right: 10px;
  transition: background-color 0.3s ease;
}

.btn-login:hover {
  background-color: #353c4d;
  color: white;
}

.dropdown-toggle {
  background-color: transparent;
  border: 1px solid #3a3a3a;
  color: white;
  padding: 8px 15px;
  border-radius: 8px;
}

.dropdown-toggle:hover {
  background-color: #2a2a2a;
}

.dropdown-toggle::after {
  margin-left: 8px;
}

.navbar-toggler {
  border: none;
  padding: 8px;
}

.navbar-toggler:focus {
  box-shadow: none;
}

.navbar-toggler .navbar-toggler-icon {
  background-image: none;
  width: 24px;
  height: 18px;
  position: relative;
  display: inline-block;
}

.navbar-toggler .navbar-toggler-icon::before,
.navbar-toggler .navbar-toggler-icon::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: #fff;
  border-radius: 2px;
  transition: transform 0.2s ease, top 0.2s ease, opacity 0.2s ease;
}

.navbar-toggler .navbar-toggler-icon::before {
  top: 8px;
  box-shadow: 0 -8px 0 #fff, 0 8px 0 #fff;
}

.navbar-toggler .navbar-toggler-icon::after {
  top: 8px;
  opacity: 0;
}

.navbar-toggler:not(.collapsed) .navbar-toggler-icon::before {
  box-shadow: none;
  transform: rotate(45deg);
}

.navbar-toggler:not(.collapsed) .navbar-toggler-icon::after {
  opacity: 1;
  transform: rotate(-45deg);
}

@media (max-width: 1199px) {
  .navbar-custom {
    background-color: #191918;
    border-radius: 0;
    padding: 15px;
  }
  .navbar-collapse {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin-top: 0;
    padding: 15px;
    background-color: #191918;
    z-index: 1000;
  }
  .navbar-nav {
    align-items: center;
    text-align: center;
    width: 100%;
  }
  .navbar-nav .nav-item {
    width: 100%;
  }
  .navbar-nav .nav-link {
    padding: 10px 0;
    color: #ffffff;
    font-family: "Inter";
    font-size: 1rem;
    width: 100%;
  }
  .auth-buttons {
    margin-top: 15px;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .btn-signup,
  .btn-login {
    width: 100%;
    margin-right: 0;
  }
}
.flag-icon {
  width: 24px;
  height: 16px;
  margin-right: 5px;
}

#teams-dropdown-menu.mobile {
  display: block;
}
@media (min-width: 1024px) {
  #teams-dropdown-menu.mobile {
    display: none !important;
  }
}

#teams-dropdown-menu.desktop {
  display: none !important;
}
@media (min-width: 1024px) {
  #teams-dropdown-menu.desktop {
    display: flex !important;
  }
}

body {
  background-color: #181919;
  color: #ffffff;
}

/* Keyframes - must be outside the nested selector */
@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.font-name-smile {
  font-family: "Name Smile";
}

.font-inter {
  font-family: "Inter";
}

.font-avenir {
  font-family: "Avenir";
}

.text-primary-color {
  color: #ff5f18;
}

.text-secondary-color {
  color: #011c2a;
}

.fade-in-scroll {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.fade-in-scroll.visible {
  opacity: 1;
  transform: translateY(0);
}

#pricingplans {
  scroll-margin-top: 80px;
}
@media (min-width: 1200px) {
  #pricingplans {
    scroll-margin-top: 106px;
  }
}

.section-container {
  padding-top: 3rem;
  padding-bottom: 3rem;
  scroll-margin-top: 80px;
}
@media (min-width: 1200px) {
  .section-container {
    scroll-margin-top: 106px;
  }
}

.banner {
  width: 100%;
  height: 125px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1200px) {
  .banner {
    height: 192px;
  }
}
.banner.contact-bg {
  background-image: url("/assets/images/webp/banner-1.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.banner.default-bg {
  background-image: url("/assets/images/webp/banner-2.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#myModal .modal-dialog {
  max-height: 566px;
}

.modal-content {
  background-color: #191918;
  border-radius: 32px;
  border: 1px solid #ff5f18;
}
@media (min-width: 1200px) {
  .modal-content .modal-body {
    padding: 2rem;
  }
}
.modal-content .modal-body .modal-wrapper {
  display: flex;
  flex: 1;
  gap: 16px;
}
.modal-content .modal-body .modal-wrapper img {
  width: 100%;
  height: 100%;
  aspect-ratio: auto;
  background-size: contain;
  display: none;
}
@media (min-width: 1200px) {
  .modal-content .modal-body .modal-wrapper img {
    display: block;
  }
}
.modal-content .modal-body .modal-wrapper .modal-description {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #ffffff;
}
@media (min-width: 1200px) {
  .modal-content .modal-body .modal-wrapper .modal-description {
    align-items: flex-start;
  }
}
.modal-content .modal-body .modal-wrapper .modal-description p span {
  text-transform: capitalize;
}
.modal-content .modal-body .modal-wrapper .modal-description a {
  text-decoration: none;
  color: #ff5f18;
}
.modal-content .modal-body .modal-wrapper .modal-description a:hover {
  text-decoration: underline;
}
.modal-content .modal-body .modal-wrapper .modal-description a.btn_wrapper {
  padding: 16px;
  background-color: #ff5f18;
  color: #ffffff;
  border-radius: 16px;
  margin: 16px 0;
}
.modal-content .modal-body .modal-wrapper .modal-description a.btn_wrapper:hover {
  text-decoration: none;
}

.auth-container {
  padding: 1rem;
}

.auth-hero {
  overflow: hidden;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  background-image: url("/assets/images/webp/sign-up-hero.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (min-width: 1440px) {
  .auth-hero {
    background-position: top center;
  }
}
.auth-hero.sign-in-hero {
  background-image: url("/assets/images/webp/sign-in-hero.webp");
}

.sign-in {
  color: #ffffff;
}
.sign-in:hover {
  text-decoration: underline;
  color: #ff5f18;
}

.password-input-wrapper {
  position: relative;
}
.password-input-wrapper .form-control {
  padding-right: 3rem;
}
.password-input-wrapper .password-toggle-btn {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  padding: 0 1rem;
  background: transparent;
  border: none;
  color: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  transition: color 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
.password-input-wrapper .password-toggle-btn:hover {
  color: rgba(255, 255, 255, 0.8);
}
.password-input-wrapper .password-toggle-btn:focus {
  outline: none;
  color: #ff5f18;
}
.password-input-wrapper .password-toggle-btn i {
  font-size: 1.1rem;
}

.sign-in-container {
  min-height: calc(100dvh - 80px);
}
@media (max-width: 1200px) {
  .sign-in-container {
    min-height: calc(100dvh - 106px);
  }
}

table tr th {
  border: 1px solid #ff5f18 !important;
  padding: 16px !important;
  color: #fff !important;
  font-family: "Inter";
  font-size: 16px;
  text-align: center;
  background-color: #ff5f18 !important;
}
@media (min-width: 1024px) {
  table tr th {
    font-size: 24px;
  }
}
table tr td {
  font-family: "Inter";
  font-weight: 400;
  text-align: center;
  padding: 16px !important;
  border: 1px solid #a7a7a7;
}

.bg-white {
  background-color: #ffffff;
}

.global-go-up-button {
  background-color: #011c2a;
  position: fixed;
  bottom: 10px;
  right: 50px;
  width: 45px;
  height: 45px;
  border-radius: 15px;
  z-index: 100;
  border: 0;
  padding: 0;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  box-shadow: 0px 10px 30px rgba(1, 28, 42, 0.25);
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
}
.global-go-up-button:hover {
  transform: translateY(-2px);
}
.global-go-up-button:active {
  transform: translateY(0);
}
.global-go-up-button:focus-visible {
  outline: 3px solid rgba(253, 83, 47, 0.5);
  outline-offset: 3px;
}
@media (max-width: 575px) {
  .global-go-up-button {
    right: 16px;
    width: 44px;
    height: 44px;
    border-radius: 14px;
  }
}

.global-go-up-button.show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.global-go-up-button::after {
  display: block;
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  background-image: url(/assets/images/png/arrow-right.png);
  top: 50%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 18px 18px;
  transform: translateY(-50%) rotate(-90deg);
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media (max-width: 575px) {
  .global-go-up-button::after {
    width: 16px;
    height: 16px;
    background-size: 16px 16px;
  }
}

.text-white-color {
  color: #ffffff;
}

#chat-widget-container {
  bottom: -10px !important;
}

.main-wrapper.hero {
  display: flex;
  min-height: calc(100dvh - 80px);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
  overflow: hidden;
  background-color: #191918;
  /* Hero Animations - Fixed selectors */
}
@media (max-width: 1200px) {
  .main-wrapper.hero {
    min-height: calc(100dvh - 106px);
    background-position: center;
  }
}
.main-wrapper.hero::before {
  content: "";
  position: absolute;
  background-size: cover;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("/assets/images/webp/couple-exercise.webp");
  background-position: 60% center;
  opacity: 0.1;
}
@media (min-width: 1200px) {
  .main-wrapper.hero::before {
    background-position: center;
  }
}
.main-wrapper.hero .hero-content {
  position: relative;
  z-index: 1;
  max-width: 800px;
  padding: 1rem;
}
@media (min-width: 768px) {
  .main-wrapper.hero .hero-content {
    padding: 5rem;
  }
}
.main-wrapper.hero h1 {
  font-size: 30px;
  font-weight: 400;
  color: white;
  margin-bottom: 1rem;
  opacity: 0;
  transform: translateY(30px);
  animation: fadeInUp 0.8s ease forwards;
  animation-delay: 0.2s;
  font-family: "Name Smile";
}
.main-wrapper.hero h1 span {
  color: #ff5f18;
}
.main-wrapper.hero p {
  font-family: "Inter";
  font-size: 1rem;
  color: #ffffff;
  opacity: 0;
  transform: translateY(30px);
  animation: fadeInUp 0.8s ease forwards;
  animation-delay: 0.5s;
}
.main-wrapper.hero .hero-buttons {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
  opacity: 0;
  transform: translateY(30px);
  animation: fadeInUp 0.8s ease forwards;
  animation-delay: 0.8s;
  padding: 0 2rem;
}
@media (min-width: 768px) {
  .main-wrapper.hero .hero-buttons {
    padding: 0 10rem;
  }
}
@media (min-width: 1200px) {
  .main-wrapper.hero .hero-buttons {
    flex-direction: row;
    padding: 0;
  }
}
.main-wrapper.hero .btn {
  padding: 1rem 2rem;
  font-weight: 400;
  font-size: 1rem;
  border: none;
  border-radius: 100px;
  cursor: pointer;
  transition: transform 0.3s ease;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  width: 100%;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1200px) {
  .main-wrapper.hero .btn {
    width: -moz-fit-content;
    width: fit-content;
  }
}
.main-wrapper.hero .btn:hover {
  transform: translateY(-3px);
}
.main-wrapper.hero .btn-primary {
  background: white;
  color: #000000;
  font-weight: 400;
}
.main-wrapper.hero .btn-secondary {
  background-color: rgba(0, 0, 0, 0.431372549);
  color: #ffffff;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0;
  max-width: 900px;
  margin: 0 auto;
}
.services-grid .service-card {
  position: relative;
  min-height: 300px;
}
.services-grid .service-card.text-card {
  background-color: #3b372f;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 3rem 2rem;
  text-align: center;
}
body.de_wrapper .services-grid .service-card.text-card {
  padding: 1rem;
  max-width: 100%;
  white-space: normal;
  overflow-wrap: anywhere;
  word-break: break-word;
}
.services-grid .service-card.text-card h3 {
  color: #ffffff;
  font-size: 1.5rem;
  margin-bottom: 1rem;
  font-weight: 400;
}
.services-grid .service-card.text-card p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.95rem;
  margin-bottom: 1.5rem;
  max-width: 300px;
}
.services-grid .service-card.text-card .service-link {
  color: #ff5f18;
  text-decoration: underline;
  font-weight: 400;
  font-size: 1rem;
  transition: opacity 0.3s ease;
}
.services-grid .service-card.text-card .service-link:hover {
  opacity: 0.8;
}
.services-grid .service-card.image-card {
  overflow: hidden;
}
.services-grid .service-card.image-card img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@media (max-width: 768px) {
  .services-grid {
    grid-template-columns: 1fr;
  }
  .services-grid .service-card {
    min-height: 250px;
  }
  .services-grid .service-card:nth-child(3) {
    order: 4;
  }
  .services-grid .service-card:nth-child(4) {
    order: 3;
  }
  .services-grid .service-card:nth-child(5) {
    order: 5;
  }
  .services-grid .service-card:nth-child(6) {
    order: 6;
  }
}

#about-us {
  background-color: #ff5f18;
}

.about-us-bottom {
  background-color: #1d1d1d;
}

.image-hover-container {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  margin-bottom: 2rem;
  cursor: pointer;
  height: 250px;
}

/* Image - THIS IS WHERE THE SCALE HAPPENS */
.image-hover-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transition: transform 0.5s ease; /* Smooth zoom animation */
}

/* Overlay */
.image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  transition: opacity 0.4s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;
}

/* Orange Boxes */
.overlay-box {
  position: absolute;
  width: 120px;
  height: 120px;
  background-color: #ff6b35;
  opacity: 0;
  transition: opacity 0.4s ease 0.1s;
}

.overlay-box.top-left {
  top: 0;
  left: 0;
}

.overlay-box.bottom-right {
  bottom: 0;
  right: 0;
}

/* Center Text */
.overlay-text {
  position: relative;
  z-index: 2;
  text-align: center;
  color: white;
  border: 3px solid white;
  padding: 2rem 1.5rem;
  opacity: 0;
  transform: scale(0.9);
  transition: opacity 0.4s ease 0.2s, transform 0.4s ease 0.2s;
}

.overlay-text h3 {
  font-size: 1.5rem;
  font-weight: 600;
  margin: 0;
  line-height: 1.3;
}

/* HOVER STATE - IMAGE SCALES TO 1.15x (15% larger) */
.image-hover-container:hover img {
  transform: scale(1.15);
}

.image-hover-container:hover .image-overlay {
  opacity: 1;
}

.image-hover-container:hover .overlay-box {
  opacity: 1;
}

.image-hover-container:hover .overlay-text {
  opacity: 1;
  transform: scale(1);
}

/* Helper text */
.hover-instruction {
  text-align: center;
  color: #ff6b35;
  font-size: 1.2rem;
  margin-bottom: 2rem;
  font-weight: 600;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .image-hover-container {
    height: 200px;
  }
  .overlay-box {
    width: 80px;
    height: 80px;
  }
  .overlay-text h3 {
    font-size: 1.2rem;
  }
  .overlay-text {
    padding: 1.5rem 1rem;
  }
}
@media (min-width: 992px) {
  .image-hover-container {
    height: 300px;
  }
}
/* Pricing Card */
.pricing-card {
  background-color: #282828;
  color: #848199;
  border-radius: 20px;
  padding: 2.5rem 2rem;
  position: relative;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.pricing-card:hover {
  transform: scale(1.05);
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5);
}

/* Featured Card (Basic/Popular) */
.pricing-card.featured {
  background-color: #ff5f18;
}

/* Popular Badge */
.popular-badge {
  position: absolute;
  top: 20px;
  right: 20px;
  background-color: white;
  color: #ff6b35;
  padding: 12px;
  border-radius: 25px;
  font-size: 0.9rem;
  text-transform: uppercase;
  width: -moz-fit-content;
  width: fit-content;
}

/* Plan Title */
.plan-title {
  color: #ff6b35;
  font-size: 1.8rem;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
}

.pricing-card.featured .plan-title {
  color: white;
}

/* Price */
.plan-price {
  display: flex;
  align-items: baseline;
}

.price-amount {
  font-size: 3rem;
  font-weight: 700;
  color: #ff6b35;
}

.pricing-card.featured .price-amount {
  color: white;
}

.price-period {
  font-size: 1rem;
  color: #ffffff;
  margin-left: 0.5rem;
}

/* Description */
.plan-description {
  color: #ffffff;
  font-size: 0.95rem;
  margin-bottom: 2rem;
  line-height: 1.5;
}

.pricing-card.featured .plan-description {
  color: #ffffff;
}

/* Features List */
.plan-features {
  list-style: none;
  padding: 0;
  margin-bottom: 2.5rem;
  flex-grow: 1;
}

.plan-features li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 1rem;
  color: #ffffff;
  font-size: 0.95rem;
}

.plan-features li i {
  color: #ff6b35;
  margin-right: 0.75rem;
  margin-top: 0.25rem;
  font-size: 1rem;
  flex-shrink: 0;
}

.pricing-card.featured .plan-features li i {
  color: white;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.7rem;
}

/* Select Button */
.select-btn {
  background-color: #ff5f18;
  color: white;
  border: none;
  padding: 1rem 2rem;
  border-radius: 10px;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  text-decoration: none;
}

.select-btn:hover {
  background-color: #ff5f18;
  transform: translateY(-2px);
}

.pricing-card.featured .select-btn {
  background-color: white;
  color: #ff5f18;
}

.pricing-card.featured .select-btn:hover {
  background-color: #ffffff;
}

/* Responsive */
@media (max-width: 768px) {
  .pricing-card {
    margin-bottom: 2rem;
  }
  .plan-title {
    font-size: 1.5rem;
  }
  .price-amount {
    font-size: 2.5rem;
  }
}
#contact-us {
  background-color: #1d1d1d;
}

.form-control,
.form-select {
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 10px;
  padding: 0.875rem 1.25rem;
  color: white;
  font-size: 0.95rem;
  transition: border-color 0.3s ease, background-color 0.3s ease;
}

.form-control.white-bg,
.form-select.white-bg {
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  color: #1d1d1d;
}

.form-control::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.form-control::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.form-control.white-bg::-moz-placeholder {
  color: rgba(29, 29, 29, 0.5);
}

.form-control.white-bg::placeholder {
  color: rgba(29, 29, 29, 0.5);
}

.form-control:focus,
.form-select:focus {
  background-color: rgba(255, 107, 53, 0.05);
  border-color: #ff6b35;
  color: white;
  box-shadow: 0 0 0 0.2rem rgba(255, 107, 53, 0.15);
}

.form-control.white-bg:focus,
.form-select.white-bg:focus {
  background-color: #ffffff;
  border-color: #ff6b35;
  color: #1d1d1d;
  box-shadow: 0 0 0 0.2rem rgba(255, 107, 53, 0.15);
}

/* Textarea */
textarea.form-control {
  min-height: 120px;
  resize: vertical;
}

/* Form Labels */
.form-label {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.9rem;
  margin-bottom: 0.5rem;
  display: none; /* Hidden since we're using placeholders */
}

/* reCAPTCHA Container */
.recaptcha-container {
  display: flex;
  justify-content: start;
  margin-bottom: 1.5rem;
}

/* Submit Button */
.submit-btn {
  background-color: #ff5f18;
  color: white;
  border: none;
  padding: 1rem 2rem;
  border-radius: 10px;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.2s ease;
  width: 100%;
}
.submit-btn.apply {
  padding: 8px;
}

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

.submit-btn:active {
  transform: translateY(0);
}

/* Responsive */
@media (max-width: 576px) {
  .contact-form-container {
    padding: 2rem 1.5rem;
  }
  .form-title {
    font-size: 1.5rem;
  }
}
.reach-us-container {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: center;
}
.reach-us-container ul li {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1rem;
}

footer {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ff5f18;
  color: #ffffff;
}
footer .cards-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  margin-bottom: 2rem;
}
footer .cards-container img {
  max-width: 200px;
}
footer .cards-container p {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.9rem;
}
@media (min-width: 768px) {
  footer .cards-container {
    align-items: center;
    margin-bottom: 0;
  }
}
footer .footer-links {
  margin-bottom: 2rem;
  text-align: center;
}
@media (min-width: 992px) {
  footer .footer-links {
    text-align: left;
  }
}
footer .footer-links h6 {
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 1rem;
  color: #ffffff;
}
footer .footer-links ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
footer .footer-links ul li {
  margin-bottom: 0.75rem;
}
footer .footer-links ul li:last-child {
  margin-bottom: 0;
}
footer .footer-links ul li a {
  color: #ffffff;
  text-decoration: none;
  transition: color 0.3s ease;
  font-size: 0.95rem;
  text-transform: capitalize;
}
footer .footer-links ul li a:hover {
  text-decoration: underline;
  opacity: 0.8;
}
footer .footer-links ul li p {
  color: #ffffff;
  font-size: 0.95rem;
  line-height: 1.5;
  text-transform: capitalize;
}
footer .footer-links ul li img {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}
@media (min-width: 768px) {
  footer .footer-links {
    margin-bottom: 0;
  }
}
footer .accordion {
  --bs-accordion-bg: transparent;
  --bs-accordion-border-color: rgba(255, 255, 255, 0.25);
  --bs-accordion-btn-bg: transparent;
  --bs-accordion-active-bg: transparent;
  --bs-accordion-btn-color: #ffffff;
  --bs-accordion-active-color: #ffffff;
  --bs-accordion-btn-focus-box-shadow: none;
}
footer .accordion .accordion-item {
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 16px;
  overflow: hidden;
}
footer .accordion .accordion-item + .accordion-item {
  margin-top: 12px;
}
footer .accordion .accordion-button {
  font-family: "Name Smile";
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  padding: 14px 16px;
  border-radius: 0;
  border: 0;
}
footer .accordion .accordion-button::after {
  filter: brightness(0) invert(1);
}
footer .accordion .accordion-button:focus {
  box-shadow: none;
}
footer .accordion .accordion-button:not(.collapsed) {
  box-shadow: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 16px 16px 0 0;
}
footer .accordion .accordion-button.collapsed {
  border-radius: 16px;
}
footer .accordion .accordion-body {
  padding: 12px 16px 16px;
  border-radius: 0 0 16px 16px;
}
footer .accordion .accordion-body ul {
  list-style: none;
  margin-bottom: 0;
}
footer .accordion .accordion-body ul li {
  margin-bottom: 0.75rem;
}
footer .accordion .accordion-body ul li:last-child {
  margin-bottom: 0;
}
footer .accordion .accordion-body ul li a {
  color: #ffffff;
  text-decoration: none;
  transition: color 0.3s ease;
  font-size: 0.95rem;
  text-transform: capitalize;
}
footer .accordion .accordion-body ul li a:hover {
  text-decoration: underline;
  opacity: 0.8;
}
footer .accordion .accordion-body ul li p {
  color: #ffffff;
  font-size: 0.95rem;
  line-height: 1.5;
  text-transform: capitalize;
}
footer .accordion .accordion-body ul li img {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}
footer .border-top {
  border-top: 1px solid #ffffff;
  margin-top: 2rem;
}
footer .border-top p {
  color: #ffffff;
  font-size: 0.9rem;
  margin-bottom: 0;
}
@media (min-width: 768px) and (max-width: 991px) {
  footer .col-md-3 {
    margin-bottom: 2rem;
  }
  footer .col-md-3:last-child {
    margin-bottom: 0;
  }
  footer .cards-container {
    margin-bottom: 2rem;
  }
}

/*  POLICY PAGE CSS START HERE */
.policy-content {
  position: relative;
  /* Custom to this site */
  background-color: #ffffff;
  padding-top: 24px;
  padding-bottom: 24px;
}
@media (min-width: 1024px) {
  .policy-content {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}
.policy-content .terms-content {
  font-size: 16px;
  color: rgba(27, 37, 52, 0.6);
  font-weight: 400;
}
.policy-content .terms-content span {
  font-size: 16px;
  color: rgba(27, 37, 52, 0.6);
  font-weight: 400;
}
@media (max-width: 375px) {
  .policy-content .terms-content {
    font-size: 14px;
  }
}
.policy-content .terms-content h1,
.policy-content .terms-content h2 {
  color: #ff5f18;
  font-style: normal;
  font-weight: 700;
  font-size: 1.875rem;
  line-height: 1.3;
  margin: 0;
  padding: 50px 0 15px 0;
}
@media (max-width: 1199px) {
  .policy-content .terms-content h1,
  .policy-content .terms-content h2 {
    padding: 40px 0 15px 0;
    font-size: 22px;
  }
}
@media (max-width: 575px) {
  .policy-content .terms-content h1,
  .policy-content .terms-content h2 {
    padding: 30px 0 10px 0;
    font-size: 20px;
  }
}
@media (max-width: 375px) {
  .policy-content .terms-content h1,
  .policy-content .terms-content h2 {
    font-size: 18px;
    padding: 20px 0 10px 0;
  }
}
.policy-content .terms-content h6 {
  margin: 0 0 15px 0;
  font-size: 18px;
  color: rgba(27, 37, 52, 0.65);
  line-height: 1.3;
}
.policy-content .terms-content b {
  font-size: 18px;
  line-height: 1.3;
  color: #ff5f18;
}
@media (max-width: 575px) {
  .policy-content .terms-content b {
    font-size: 16px;
  }
}
@media (max-width: 375px) {
  .policy-content .terms-content b {
    font-size: 15px;
  }
}
.policy-content .terms-content p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #ff5f18;
  margin-bottom: 15px;
}
.policy-content .terms-content p.version {
  font-size: 14px;
  color: rgba(27, 37, 52, 0.6);
  font-weight: 500;
  line-height: 1.3;
  margin: 0;
}
.policy-content .terms-content a {
  color: #011c2a;
  transition: 0.3s all;
  font-weight: 500;
}
.policy-content .terms-content a:hover {
  color: #ff5f18;
  transition: 0.3s all;
}
.policy-content .print {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  right: 0;
  padding: 20px 14px;
  writing-mode: vertical-rl;
  color: #fff;
  background: #ff5f18;
  box-shadow: 0px 4px 60px rgba(30, 92, 255, 0.2);
  font-weight: 500;
  font-size: 16px;
  line-height: 1.2;
  cursor: pointer;
  transform: rotate(-180deg);
  transition: 0.3s all;
  border-radius: 0px 12px 12px 0px;
  position: sticky;
  width: -moz-max-content;
  width: max-content;
  float: right;
  top: 140px;
  z-index: 2;
}
@media (max-width: 1399px) {
  .policy-content .print {
    padding: 20px 10px;
  }
}
@media (max-width: 991px) {
  .policy-content .print {
    writing-mode: unset;
    transform: none;
    border-radius: 12px 0 0 12px;
    padding: 10px;
    font-size: 0;
    transition: 0.3s all;
  }
}
@media (max-width: 575px) {
  .policy-content .print {
    padding: 8px;
  }
}
.policy-content .print img {
  padding-top: 10px;
}
@media (max-width: 991px) {
  .policy-content .print img {
    padding: 0;
    transform: rotate(90deg);
  }
}

.mb-self h2 {
  margin-bottom: 10px;
}

/*  POLICY PAGE CSS END'S HERE */
.faq-accordion .accordion-item {
  border: 1px solid #cfcfcf;
  border-radius: 8px;
  margin-bottom: 16px;
  overflow: hidden;
}
.faq-accordion .accordion-button {
  color: #ff5f18;
  font-weight: 500;
  font-size: 16px;
  padding: 20px 24px;
  background-color: #ffffff;
  box-shadow: none;
}
.faq-accordion .accordion-button:not(.collapsed) {
  color: #ff5f18;
  background-color: #ffffff;
  box-shadow: none;
}
.faq-accordion .accordion-button:hover {
  background-color: #fafafa;
}
.faq-accordion .accordion-button:focus {
  border-color: #cfcfcf;
  box-shadow: none;
}
.faq-accordion .accordion-button::after {
  background-image: none;
  content: "+";
  color: #ff5f18;
  font-size: 20px;
  font-weight: 600;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.faq-accordion .accordion-button:not(.collapsed)::after {
  content: "−";
  transform: none;
}
.faq-accordion .accordion-body {
  color: #595959;
  font-size: 14px;
  line-height: 1.6;
  padding: 0 24px 20px 24px;
}
.faq-accordion .accordion-collapse {
  border: none;
}/*# sourceMappingURL=main.css.map */