/* Reset and Base Styles */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Ibrand', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  background-color: #FFFFFF;
  color: #161616;
  overflow-x: hidden;
}

/* Custom Container Width */
.hero-section .container {
  max-width: 1320px;
  margin: 0 auto;
}

/* Top Bar */
.top-bar {
  background-color: transparent;
  z-index: 1000;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 20px 20px;
}


.top-contact-info {
  flex-wrap: wrap;
}

.contact-item {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 10px;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 400;
  font-size: 18px;
  font-family: poppins;
}
.contact-item-text span{
    display: block;
    max-width: 180px;
}
.contact-item span {
  flex: 1;
  line-height: 1.4;
  padding-top: 2px;
}

.contact-item svg {
  flex-shrink: 0;
  margin-top: 0;
}

.btn-lets-get-started {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #B90B2E;
  color: #FFFFFF;
  border: none;
  padding: 18px 70px;
  border-bottom-right-radius: 15px;

  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.3s;
  font-family: Instrument Sans;
  line-height: 18px;
  text-transform: capitalize;
  font-style: semi-bold;
}
.btn-lets-get-started-svg{
    position: absolute;
    top: 0;
    right: 200px;
    background-color: #86001B;
    border-bottom-left-radius: 15px;
    padding: 18px 18px;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s;
    font-size: 14px;
    font-weight: 600;
    font-family: Instrument Sans;
    line-height: 18px;
    text-transform: capitalize;
    font-style: semi-bold;
}
.btn-lets-get-started:hover {
  background-color: #c82333;
}

.btn-contact-us {
  background-color: #F7991C;
  color: #FFFFFF;
  border: none;
  padding: 18px 50px;
  border-radius: 14px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.3s;
  line-height: 18px;
  font-family: Instrument Sans;
  font-style: semi-bold;
  text-transform: capitalize;
}

.btn-contact-us:hover {
  background-color: #e0890f;
}

/* Hero Section */
.hero-section {
  position: relative;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  padding: 0 60px 60px 0px;
}

/* .hero-section .container,
.hero-section .container-fluid {
  padding-left: 60px;
  padding-right: 60px;
} */

.hero-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('../images/hero-background.png');
  background-size: cover;
  background-position: center;
}

.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(2, 2, 2, 0.9);
}

.hero-content {
  position: relative;
  z-index: 2;
  color: #FFFFFF;
  text-align: left;
}

.main-logo {
  margin-bottom: 30px;
  text-align: left;
}

.logo-with-icon {
  display: flex;
  align-items: center;
  gap: 15px;
}

.logo-icon {
  font-size: 50px;
  color: #F7991C;
}

.logo-title {
  font-size: 48px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0px;
  color: #FFFFFF;
  margin: 0;
}

.logo-audio {
  font-weight: 700;
  text-transform: capitalize;
}

.logo-booknest {
  font-weight: 400;
  text-transform: lowercase;
}

.hero-headline {
  font-size: 56px;
  font-weight: 400;
  line-height: 61px;
  color: #FFFFFF;
  margin-bottom: 15px;
  text-transform: capitalize;
  font-style: normal !important;
  font-family: Ibrand !important;
}

.hero-description {
  margin-bottom: 25px;
  font-family: poppins;
  font-size: 18px;
  line-height: 24px;
  color: #FFFFFF;
  margin-bottom: 25px;
  font-style: normal;
  font-weight: 400;
  text-transform: capitalize;
}

.btn-get-started-hero {
  background-color: #F7991C;
  color: #FFFFFF;
  border: none;
  padding: 15px 40px;
  font-size: 18px;
  font-weight: 400;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.3s;
  text-transform: capitalize;
  font-family: Instrument Sans;
  line-height: 18px;
  font-style: semi-bold;
  font-weight: 600;
}

.btn-get-started-hero:hover {
  background-color: #e0890f;
}

.trust-badges {
  display: flex;
  gap: 20px;
  align-items: center;
  margin-top: 20px;
  flex-wrap: wrap;
}

.leader-badge {
  display: flex;
  align-items: center;
}

.leader-badge img {
  max-height: 80px;
  width: auto;
  object-fit: contain;
}

.trustpilot-badge {
  display: flex;
  align-items: center;
}

.trustpilot-badge img {
  max-height: 80px;
  width: auto;
  object-fit: contain;
}

.clutch-badge {
  display: flex;
  align-items: center;
}

.clutch-badge img {
  max-height: 80px;
  width: auto;
  object-fit: contain;
}

/* Form Background and Overlay */
.form-background {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-image: url('../images/form-background.png');
  background-size: contain;
  background-position: bottom right;
  background-repeat: no-repeat;
  z-index: 0;
}

/* Contact Form Overlay */
.contact-form-overlay {
  background: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  padding: 40px;
  border-radius: 20px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.4),
              inset 0 1px 0 rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.18);
  position: relative;
  z-index: 2;
  margin-top: 20px;
  overflow: hidden;
}

.contact-form-overlay::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, 
    transparent, 
    rgba(255, 255, 255, 0.4), 
    transparent
  );
  z-index: 1;
}

.form-title {
  font-size: 40px;
  font-weight: 400;
  color: #FFFFFF;
  margin-bottom: 10px;
  text-align: center;
  text-transform: capitalize;
  position: relative;
  z-index: 3;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  font-family: Ibrand;
}

.form-subtitle {
  font-size: 16px;
  font-weight: 400;
  font-family: poppins;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 25px;
  text-align: center;
  position: relative;
  z-index: 3;
}

.contact-form .form-group {
  margin-bottom: 20px;
}

.contact-form .form-control {
  width: 100%;
  padding: 14px 18px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 12px;
  font-size: 14px;
  color: #FFFFFF;
  background-color: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1),
              inset 0 1px 0 rgba(255, 255, 255, 0.1);
  transition: all 0.3s ease;
  position: relative;
  z-index: 3;
}

.contact-form .form-control::placeholder {
  color: rgba(7, 7, 7, 0.473);
}

.contact-form textarea.form-control {
  resize: vertical;
}

.contact-form .form-control:focus {
  outline: none;
  border-color: rgba(247, 153, 28, 0.6);
  background-color: rgba(255, 255, 255, 0.15);
  box-shadow: 0 4px 12px rgba(247, 153, 28, 0.2),
              inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

.btn-submit-form {
  width: 100%;
  background: linear-gradient(135deg, #F7991C 0%, #e0890f 100%);
  color: #FFFFFF;
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 12px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 30px;
  cursor: pointer;
  transition: all 0.3s ease;
  text-transform: capitalize;
  position: relative;
  z-index: 3;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.trust-badge {
  padding-top: 20px;
  text-align: center;
  position: relative;
  z-index: 3;
}
.trust-badge img {
  width: auto;
  height: auto;
  object-fit: contain;
}
.btn-submit-form:hover {
  background: linear-gradient(135deg, #e0890f 0%, #d17a0d 100%);
  box-shadow: 0 6px 20px rgba(247, 153, 28, 0.5),
              inset 0 1px 0 rgba(255, 255, 255, 0.3);
  transform: translateY(-2px);
}

/* Responsive */
@media (max-width: 1400px) {
  .hero-section {
    padding: 0 40px 60px 0;
  }
  
  .hero-headline {
    font-size: 50px;
    line-height: 56px;
  }
  
  .form-title {
    font-size: 36px;
  }
}

@media (max-width: 1200px) {
  .hero-section {
    padding: 0 30px 50px 0;
    min-height: auto;
  }
  
  .top-contact-info {
    gap: 15px;
  }
  
  .contact-item {
    font-size: 12px;
  }
  
  .hero-headline {
    font-size: 44px;
    line-height: 50px;
  }
  
  .hero-description {
    font-size: 16px;
    line-height: 22px;
  }
  
  .form-title {
    font-size: 32px;
  }
  
  .contact-form-overlay {
    padding: 35px 30px;
  }
  
  .main-logo img {
    max-height: 50px;
  }
  
  .btn-contact-us {
    padding: 12px 25px;
    font-size: 14px;
  }
}

@media (max-width: 992px) {
  .hero-section {
    padding: 0 20px 40px 0;
  }
  
  .top-bar {
    padding: 15px 10px;
  }
  
  .top-bar .d-flex {
    flex-direction: column;
    gap: 15px;
  }
  
  .top-contact-info {
    justify-content: center;
    width: 100%;
    flex-wrap: wrap;
  }
  
  .top-buttons {
    justify-content: center;
    width: 100%;
  }
  
  .btn-lets-get-started {
    padding: 15px 50px;
    font-size: 13px;
  }
  
  .btn-lets-get-started-svg {
    padding: 15px;
  }
  
  .main-logo {
    text-align: center;
    margin-bottom: 25px;
  }
  
  .main-logo img {
    max-height: 45px;
  }
  
  .btn-contact-us {
    padding: 10px 20px;
    font-size: 13px;
  }
  
  .hero-content {
    text-align: center;
    margin-bottom: 40px;
  }
  
  .logo-with-icon {
    justify-content: center;
  }
  
  .logo-title {
    font-size: 40px;
  }
  
  .hero-headline {
    font-size: 38px;
    line-height: 44px;
    margin-bottom: 20px;
  }
  
  .hero-description {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 30px;
  }
  
  .btn-get-started-hero {
    padding: 14px 35px;
    font-size: 16px;
    margin-bottom: 30px;
  }
  
  .trust-badges {
    justify-content: center;
    gap: 15px;
    margin-top: 30px;
  }
  
  .contact-form-overlay {
    margin-top: 20px;
    padding: 30px 25px;
  }
  
  .form-title {
    font-size: 28px;
    margin-bottom: 8px;
  }
  
  .form-subtitle {
    font-size: 14px;
    margin-bottom: 20px;
  }
  
  .contact-form .form-group {
    margin-bottom: 18px;
  }
  
  .contact-form .form-control {
    padding: 12px 16px;
    font-size: 13px;
  }
  
  .btn-submit-form {
    padding: 12px;
    font-size: 15px;
  }
  
  .form-background {
    display: none;
  }
}

@media (max-width: 768px) {
  .hero-section {
    padding: 0 15px 30px 0;
    min-height: auto;
  }
  
  .top-bar {
    padding: 12px 8px;
  }
  
  .top-contact-info {
    flex-direction: column;
    gap: 10px;
    text-align: center;
  }
  
  .contact-item {
    font-size: 11px;
    gap: 8px;
  }
  
  .contact-item svg {
    width: 20px;
    height: auto;
  }
  
  .contact-item-text span {
    max-width: 100%;
  }
  
  .btn-lets-get-started {
    padding: 12px 40px;
    font-size: 12px;
  }
  
  .btn-lets-get-started-svg {
    padding: 12px;
  }
  
  .btn-lets-get-started-svg svg {
    width: 16px;
    height: 12px;
  }
  
  .main-logo {
    margin-bottom: 20px;
    flex-direction: column;
    gap: 15px;
  }
  
  .main-logo img {
    max-height: 40px;
  }
  
  .btn-contact-us {
    padding: 10px 18px;
    font-size: 12px;
  }
  
  .logo-title {
    font-size: 32px;
  }
  
  .hero-headline {
    font-size: 32px;
    line-height: 38px;
    margin-bottom: 15px;
  }
  
  .hero-description {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 25px;
  }
  
  .btn-get-started-hero {
    padding: 12px 30px;
    font-size: 15px;
    width: 100%;
    max-width: 280px;
  }
  
  .trust-badges {
    justify-content: center;
    gap: 12px;
    margin-top: 25px;
  }
  
  .leader-badge img,
  .trustpilot-badge img,
  .clutch-badge img {
    max-height: 35px;
  }
  
  .contact-form-overlay {
    padding: 25px 20px;
    margin-top: 30px;
  }
  
  .form-title {
    font-size: 24px;
    margin-bottom: 6px;
  }
  
  .form-subtitle {
    font-size: 13px;
    margin-bottom: 18px;
  }
  
  .contact-form .form-group {
    margin-bottom: 15px;
  }
  
  .contact-form .form-control {
    padding: 11px 14px;
    font-size: 13px;
  }
  
  .btn-submit-form {
    padding: 11px;
    font-size: 14px;
  }
  
  .trust-badge {
    display: none;
  }
}

@media (max-width: 480px) {
  .hero-section {
    padding: 0 10px 25px 0;
  }
  
  .top-bar {
    padding: 10px 5px;
    display: none;
  }
  
  .top-contact-info {
    gap: 8px;
  }
  
  .contact-item {
    font-size: 10px;
    gap: 6px;
  }
  
  .contact-item svg {
    width: 18px;
  }
  
  .btn-lets-get-started {
   display: none;
  }
  
  .btn-lets-get-started-svg {
    display: none;
  }
  
  .main-logo img {
    max-height: 35px;
  }
  
  .btn-contact-us {
    display: none;
  }
  
  .hero-headline {
    font-size: 32px;
    line-height: 38px;
    margin-bottom: 12px;
  }
  
  .hero-description {
    display: none;
  }
  
  .btn-get-started-hero {
    padding: 11px 25px;
    font-size: 14px;
    max-width: 50%;
  }
  
  .trust-badges {
    display: none;
  }
  
  .leader-badge img,
  .trustpilot-badge img,
  .clutch-badge img {
    display: none;
  }
  
  .contact-form-overlay {
    padding: 20px 15px;

  }
  
  .form-title {
    font-size: 20px;
    margin-bottom: 5px;
  }
  
  .form-subtitle {
    font-size: 12px;
    margin-bottom: 15px;
  }
  
  .contact-form .form-group {
    margin-bottom: 12px;
  }
  
  .contact-form .form-control {
    padding: 10px 12px;
    font-size: 12px;
  }
  
  .btn-submit-form {
    padding: 10px;
    font-size: 13px;
  }
  .trust-badge img {
    max-height: 30px;
  }
}

/* AI Narrators Section */
.ai-narrators-section {
  padding: 80px 0;
  background-color: #FFFFFF;
  overflow: hidden;
}

.ai-narrators-section .container {
  position: relative;
  padding: 0 80px;
}

.section-title {
  font-size: 75px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 50px;
  color: #161616;
  font-family: 'Ibrand', sans-serif;
  line-height: 60px;
}

.ai-narrators-carousel {
  padding: 20px 0 60px;
  position: relative;
}

.audiobook-card {
  background: #FFFFFF;
  border-radius: 12px;
  overflow: visible;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
}

.audiobook-card:hover {
  /* transform: translateY(-8px); */
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
}

.audiobook-cover {
  position: relative;
  width: 100%;
  padding-top: 75%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 12px 12px 0 0;
  overflow: visible;
  z-index: 1;
  opacity: 0.6;
}
.audiobook-card img {
  position: absolute;
  top: -33%;
  left: 50%;
  transform: translateX(-50%) !important;
  width: 70%;
  height: 100%;
  object-fit: contain;
  z-index: 10;
  border-radius: 12px;
}

.audiobook-info {
  background-color: #e8a900;
  padding: 20px 20px 0 20px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  min-height: 30%;
  height: 198px;
  justify-content: flex-end;
}

.audiobook-subtitle {
  font-size: 22px;
  font-weight: 400;
  color: #313131;
  margin-bottom: 6px;
  font-family: 'Ibrand', sans-serif;
  line-height: 30px;
  text-transform: capitalize;
  font-style: normal;
  text-align: center;
}

.audiobook-author {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 12px;
  font-family: 'Poppins', sans-serif;
  text-transform: capitalize;
  text-align: center;
  font-style: normal;
  font-family: poppins;
  font-weight: 400;
  line-height: 18px;
}

.audiobook-rating {
  display: flex;
  gap: 4px;
  margin-bottom: 0;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-style: normal;
  font-family: poppins;
  font-weight: 400;
  line-height: 18px;
}

.audiobook-rating .fas {
  color: #161616;
  font-size: 14px;
}

.audiobook-rating .far {
  color: #161616;
  font-size: 14px;
}

.audiobook-buttons {
  display: flex;
  gap: 6px;
  margin-top: 20px;
  margin-left: -20px;
  margin-right: -20px;
  margin-bottom: 0;
  background-color: #313131;
  font-style: normal;
  font-family: poppins;
  font-weight: 400;
  line-height: 18px;
  text-transform: capitalize;
  text-align: center;
  justify-content: center;
  align-items: center;
}

.btn-clip,
.btn-free-audiobook {
  flex: 1;
  background-color: transparent;
  color: #FFFFFF;
  border: 1px solid #313131;
  padding: 8px 12px;
  border-radius: 4px;
  font-size: 13px;
  font-weight: 400;
  cursor: pointer;
  transition: all 0.3s ease;
  font-family: 'Poppins', sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  line-height: 18px;
  text-transform: capitalize;
}

.btn-clip i {
  font-size: 10px;
}

.btn-clip:hover,
.btn-free-audiobook:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

/* Swiper Navigation */
.ai-narrators-carousel .swiper-button-next,
.ai-narrators-carousel .swiper-button-prev {
  color: rgba(255, 255, 255, 0.9);
  background: #F7991C;
  width: 50px;
  height: 40px;
  border-radius: 0;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  position: absolute;
  top: 40%;
  z-index: 100;
  margin-top: 0;
}
.ai-narrators-carousel .swiper-button-next{
  right: 0;
}
.ai-narrators-carousel .swiper-button-prev{
  left: 0;
}
.ai-narrators-carousel .swiper-button-next:hover,
.ai-narrators-carousel .swiper-button-prev:hover {
  background: #F7991C;
  color: #FFFFFF;
  transform: scale(1.1);
}

.ai-narrators-carousel .swiper-button-next::after,
.ai-narrators-carousel .swiper-button-prev::after {
  font-size: 20px;
  font-weight: 700;
}

/* Swiper Pagination */
.ai-narrators-carousel .swiper-pagination-bullet {
  background: #F7991C;
  opacity: 0.3;
  width: 12px;
  height: 12px;
  transition: all 0.3s ease;
}

.ai-narrators-carousel .swiper-pagination-bullet-active {
  opacity: 1;
  width: 30px;
  border-radius: 6px;
}

/* Responsive adjustments for swiper buttons */
@media (max-width: 1200px) {
  .ai-narrators-section .container {
    padding: 0 60px;
  }
  .ai-narrators-carousel .swiper-button-next {
    right: -20px;
  }
  .ai-narrators-carousel .swiper-button-prev {
    left: -20px;
  }
  
  .section-title {
    font-size: 60px;
    line-height: 66px;
  }
}

@media (max-width: 992px) {
  .ai-narrators-section .container {
    padding: 0 50px;
  }
  .ai-narrators-carousel .swiper-button-next {
    right: -10px;
  }
  .ai-narrators-carousel .swiper-button-prev {
    left: -10px;
  }
  
  .section-title {
    font-size: 48px;
    line-height: 54px;
    margin-bottom: 40px;
  }
}

@media (max-width: 768px) {
  .ai-narrators-section .container {
    padding: 0 15px;
  }
  .ai-narrators-carousel .swiper-button-next {
    right: 5px;
  }
  .ai-narrators-carousel .swiper-button-prev {
    left: 5px;
  }
  
  .section-title {
    font-size: 36px;
    line-height: 42px;
    margin-bottom: 30px;
  }
}

@media (max-width: 480px) {
  .section-title {
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 25px;
  }
}

/* Buttons Section */
.buttons-section {
  padding: 40px 0 80px;
  background-color: #FFFFFF;
}

.buttons-wrapper {
  flex-wrap: wrap;
  gap: 20px;
}

.btn-section-primary {
  background-color: #F7991C;
  color: #FFFFFF;
  border: none;
  padding: 15px 50px;
  border-radius: 12px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  font-family: Instrument Sans;
  line-height: 18px;
  text-transform: capitalize;
}

.btn-section-primary:hover {
  background-color: #e0890f;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(247, 153, 28, 0.3);
}

.btn-section-secondary {
  background-color: #000000;
  color: #FFFFFF;
  border: none;
  padding: 15px 50px;
  border-radius: 12px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  font-family: Instrument Sans;
  line-height: 18px;
  text-transform: capitalize;
}

.btn-section-secondary:hover {
  background-color: #F7991C;
  color: #FFFFFF;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(247, 153, 28, 0.3);
}

@media (max-width: 768px) {
  .buttons-wrapper {
    flex-direction: column;
    align-items: center;
  }
  
  .btn-section-primary,
  .btn-section-secondary {
    width: 100%;
    max-width: 300px;
  }
}

/* Kickstart Journey Section */
.kickstart-journey-section {
  position: relative;
  padding: 100px 0;
  overflow: hidden;
  min-height: 100vh;
}

.kickstart-journey-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('../images/kickstart-your-journey.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.kickstart-journey-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(2, 2, 2, 0.6);
}

.kickstart-journey-section .container {
  position: relative;
  z-index: 2;
}

.kickstart-title {
  font-size: 75px;
  font-weight: 600;
  color: #FFFFFF;
  text-align: center;
  margin-bottom: 50px !important;
  font-family: 'Ibrand', sans-serif;
  line-height: 75px;
  text-transform: capitalize;
  font-style: normal;
  max-width: 1000px;
  margin: 0 auto;
}

.process-cards-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  margin-bottom: 60px;
  position: relative;
}

.process-card {
  background: #FFFFFF;
  border-radius: 12px;
  padding: 0;
  position: relative;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  overflow: hidden;
}

.process-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.2);
}

.process-card-orange {
  background: #F7991C;
}

.process-number-section {
  flex: 0 0 33.333%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px 20px;
  background-color: transparent;
  overflow: visible;
}

.process-content-section {
  flex: 0 0 66.666%;
  padding: 30px 20px 30px 20px;
  overflow: visible;
  display: flex;
  flex-direction: column;
  word-wrap: break-word !important;
  overflow-wrap: break-word;
}

.process-number {
  font-size: 157px;
  font-weight: 700;
  color: #E0E0E0;
  line-height: 1;
  font-family: 'Monsterrat', sans-serif;
  font-style: bold;
  text-align: center;
}

.process-number-white {
  color: rgba(255, 255, 255, 0.3);
}

.process-card-title {
  font-size: 24px;
  font-weight: 800;
  color: #161616;
  margin-top: 0;
  margin-bottom: 15px;
  font-family: poppins;
  text-transform: capitalize;
  font-style: extra-bold;
  word-wrap: break-word;
  overflow-wrap: break-word;
  padding-right: 10px;
}

.process-card-title-white {
  color: #FFFFFF;
}

.process-card-list {
  list-style: none;
  padding: 0;
  margin: 0;
  overflow: visible;
  flex: 1;
}

.process-card-list li {
  font-size: 12px;
  font-weight: 400;
  color: #8F8F8F;
  padding-left: 12px;
  padding-right: 10px;
  padding-bottom: 12px;
  position: relative;
  font-family: 'Poppins', sans-serif;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.process-card-list li:before {
  content: "•";
  position: absolute;
  left: 0;
  color: #8F8F8F;
  font-size: 20px;
  line-height: 1;
}

.process-card-list-white li {
  color: #FFFFFF;
}

.process-card-list-white li:before {
  color: #FFFFFF;
}

.process-card-with-connector {
  position: relative;
}

.process-connector-line {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  pointer-events: none;
  overflow: visible;
}

.process-connector-line::before {
  content: '';
  position: absolute;
  bottom: calc(50% - 15px);
  right: calc(33.333% - 10px);
  width: calc(33.333% + 20px);
  height: 2px;
  border-top: 2px dotted rgba(255, 255, 255, 0.5);
  transform: rotate(-35deg);
  transform-origin: right center;
}

.kickstart-buttons-wrapper {
  margin-top: 40px;
  flex-wrap: wrap;
  gap: 20px;
}

.kickstart-buttons-wrapper .btn-section-secondary {
  background-color: #FFFFFF !important;
  color: #000000 !important;
}
@media (max-width: 1200px) {
  .kickstart-journey-section .container {
    padding: 0 40px;
  }
  
  .process-cards-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .process-connector-line {
    display: none;
  }
  
  .process-number {
    font-size: 120px;
  }
  
  .process-card-title {
    font-size: 22px;
  }
  
  .process-content-section {
    padding: 25px 18px;
  }
}

@media (max-width: 768px) {
  .kickstart-journey-section {
    padding: 60px 0;
  }
  
  .kickstart-journey-section .container {
    padding: 0 20px;
  }
  
  .kickstart-title {
    font-size: 36px;
    line-height: 42px;
    margin-bottom: 40px;
  }
  
  .process-cards-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  
  .process-card {
    flex-direction: column;
    overflow: visible;
  }
  
  .process-number-section {
    flex: 0 0 auto;
    padding: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    overflow: visible;
  }
  
  .process-card-orange .process-number-section {
    border-bottom-color: rgba(255, 255, 255, 0.2);
  }
  
  .process-content-section {
    flex: 0 0 auto;
    padding: 20px;
    overflow: visible;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }
  
  .process-card-list {
    overflow: visible;
  }
  
  .process-number {
    font-size: 64px;
  }
  
  .process-card-title {
    font-size: 20px;
    padding-right: 10px;
    margin-bottom: 12px;
  }
  
  .process-card-list li {
    font-size: 11px;
    padding-right: 10px;
    padding-bottom: 10px;
  }
  
  .kickstart-buttons-wrapper {
    flex-direction: column;
    align-items: center;
  }
  
  .kickstart-buttons-wrapper .btn-section-primary,
  .kickstart-buttons-wrapper .btn-section-secondary {
    width: 100%;
    max-width: 300px;
  }
}

@media (max-width: 480px) {
  .kickstart-journey-section {
    padding: 50px 0;
  }
  
  .kickstart-journey-section .container {
    padding: 0 15px;
  }
  
  .kickstart-title {
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 30px;
  }
  
  .process-cards-grid {
    gap: 15px;
  }
  
  .process-number-section {
    padding: 15px;
  }
  
  .process-content-section {
    padding: 18px 15px;
  }
  
  .process-number {
    font-size: 48px;
  }
  
  .process-card-title {
    font-size: 18px;
    margin-bottom: 10px;
  }
  
  .process-card-list li {
    font-size: 10px;
    padding-bottom: 8px;
  }
  
  .kickstart-buttons-wrapper {
    flex-direction: column;
    align-items: center;
  }
  
  .kickstart-buttons-wrapper .btn-section-primary,
  .kickstart-buttons-wrapper .btn-section-secondary {
    width: 100%;
    max-width: 300px;
  }
}

/* Why Choose Us Section */
.why-choose-us-section {
  position: relative;
  padding: 100px 0;
  overflow: hidden;
}

.why-choose-us-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('../images/kickstart-your-journey.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  filter: blur(8px);
  opacity: 0.6;
  z-index: 0;
}

.why-choose-us-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(2, 2, 2, 0.6);
  z-index: 1;
}

.why-choose-us-section .container {
  position: relative;
  z-index: 2;
}

.why-choose-us-title {
  font-size: 55px;
  font-weight: 600;
  color: #000000;
  text-align: center;
  margin-bottom: 50px !important;
  font-family: 'Ibrand', sans-serif;
  line-height: 60px;
  text-transform: capitalize;
  font-style: normal;
  max-width: 900px;
  margin: 0 auto;
}

.why-choose-us-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
  max-width: 1200px;
  margin: 0 auto;
}

.why-choose-card {
  background: #FFFFFF;
  border-radius: 12px;
  padding: 60px 30px 60px 30px;
  text-align: center;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3) !important;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  overflow: visible;
  margin-top: 70px;
}

.why-choose-card::after {
  content: '';
  position: absolute;
  top: -60px;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: #FFFFFF;
  z-index: 1;
}

.why-choose-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.2);
}

.why-choose-icon-wrapper {
  position: absolute;
  top: -70px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  margin-bottom: 0;
}

.why-choose-icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #F7991C;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  box-shadow: 0 4px 15px rgba(7, 7, 7, 0.2);
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  margin-bottom: 0;
}

.why-choose-icon svg {
  width: 52px;
  height: 53px;
  display: block;
}

.why-choose-icon i {
  font-size: 36px;
  color: #FFFFFF;
}

.why-choose-card-title {
  font-size: 24px;
  font-weight: 600;
  color: #161616;
  margin-bottom: 15px;
  font-family: 'Ibrand', sans-serif;
  text-transform: capitalize;
}

.why-choose-card-description {
  font-size: 12px;
  line-height: 1.6;
  color: #252525;
  margin: 0;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  text-transform: capitalize;
  font-style: normal;
  text-align: center;
  margin: 0 auto;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (max-width: 1200px) {
  .why-choose-us-title {
    font-size: 48px;
    line-height: 52px;
  }
}

@media (max-width: 992px) {
  .why-choose-us-section .container {
    padding: 0 30px;
  }
  
  .why-choose-us-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
  
  .why-choose-us-title {
    font-size: 42px;
    line-height: 46px;
    margin-bottom: 40px;
  }
}

@media (max-width: 768px) {
  .why-choose-us-section {
    padding: 60px 0;
  }
  
  .why-choose-us-section .container {
    padding: 0 20px;
  }
  
  .why-choose-us-title {
    font-size: 32px;
    line-height: 38px;
    margin-bottom: 30px;
  }
}

@media (max-width: 480px) {
  .why-choose-us-title {
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 25px;
  }
  
  .why-choose-us-grid {
    grid-template-columns: 1fr;
    gap: 50px;
  }
  
  .why-choose-card {
    padding: 50px 50px 30px 50px;
    margin-top: 30px;
  }
  
  .why-choose-icon-wrapper {
    top: -45px;
  }
  
  .why-choose-icon {
    width: 70px;
    height: 70px;
  }
  
  .why-choose-icon svg {
    width: 45px;
    height: 46px;
  }
  
  .why-choose-icon i {
    font-size: 30px;
  }
  
  .why-choose-card-title {
    font-size: 20px;
  }
  
  .why-choose-card-description {
    font-size: 13px;
  }
}

/* Pricing Section */
.pricing-section {
  position: relative;
  padding: 100px 0;
  overflow: hidden;
}
.pricing-section .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 130px;
}
.pricing-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('../images/price-section-bg.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  filter: blur(8px);
  opacity: 0.6;
  z-index: 0;
}

.pricing-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(2, 2, 2, 0.6);
  z-index: 1;
}

.pricing-section .container {
  position: relative;
  z-index: 2;
}

.pricing-title {
  font-size: 55px;
  font-weight: 600;
  color: #FFFFFF;
  text-align: center;
  margin-bottom: 60px;
  font-family: 'Ibrand', sans-serif;
  line-height: 60px;
  text-transform: capitalize;
  font-style: normal;
  max-width: 900px;
  margin: 0 auto 60px;
}

.pricing-cards-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  max-width: 1200px;
  margin: 0 auto;
}

.pricing-card {
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  position: relative;
  overflow: visible;
  display: flex;
  flex-direction: column;
}

.pricing-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.4);
}

.pricing-card-beginner {
  background: #2A2A2A;
}

.pricing-card-pro {
  background: #FFFFFF;
  margin-top: 70px;
  margin-bottom: 70px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  width: 100% !important;
}

.pricing-card-header {
  padding: 20px;
  border-radius: 12px 12px 0 0;
  overflow: hidden;
}

.pricing-header-beginner {
  background: #F7991C;
}

.pricing-package-label {
  font-size: 14px;
  color: #FFFFFF;
  background-color: #000000;
  margin-bottom: 8px;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  text-transform: capitalize;
  padding: 2px 10px;
  border-radius: 20px;
  max-width: 200px;
}

.pricing-package-title {
  font-size: 28px;
  font-weight: 700;
  color: #000000 !important;
  margin: 0;
  font-family: 'Ibrand', sans-serif;
  text-transform: capitalize;
  line-height: 1.2;
  display: flex;
  white-space: nowrap;
  gap: 10px;
}

.pricing-header-pro {
  color: #FFFFFF;

}

.pricing-package-title span {
  font-size: 36px;
  font-weight: 700;
  color: #F7991C;
  font-family: 'Ibrand', sans-serif;
  font-style: bold;
}

.pricing-package-subtitle {
  font-size: 30px;
  color: #000000 !important;
  margin: 0 !important;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  text-transform: capitalize;
  font-style: bold;
}

.pricing-card-body {
  padding: 20px 20px 60px 20px;
  overflow: visible;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.pricing-features-list {
  list-style: none;
  padding: 0;
  margin: 0 !important;
  overflow: visible;
  flex: 1;
}

.pricing-features-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 2px;
  font-size: 14px;
  line-height: 1.6;
  font-family: 'Poppins', sans-serif;
}

.pricing-card-beginner .pricing-features-list li {
  color: #FFFFFF;
}

.pricing-features-list li i {
  color: #4CAF50;
  font-size: 12px;
  margin-top: 2px;
  flex-shrink: 0;
}

.pricing-features-list li span {
  flex: 1;
}

.pricing-btn-buy {
  padding: 15px 30px;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  font-family: 'Poppins', sans-serif;
  text-transform: capitalize;
  position: absolute;
  transform: translateX(-50%);
  bottom: -20px;
  left: 50%;
}

.pricing-btn-beginner {
  background: #F7991C;
  color: #FFFFFF;
}

.pricing-btn-beginner:hover {
  background: #e0890f;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(247, 153, 28, 0.4);
}

.pricing-btn-pro {
  background: #000000;
  color: #FFFFFF;
}

.pricing-btn-pro:hover {
  background: #1a1a1a;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
}

@media (max-width: 1400px) {
  .pricing-section .container {
    padding: 0 80px;
  }
}

@media (max-width: 1200px) {
  .pricing-section .container {
    padding: 0 60px;
  }
  
  .pricing-title {
    font-size: 48px;
    line-height: 54px;
  }
  
  .pricing-cards-wrapper {
    gap: 25px;
  }
}

@media (max-width: 992px) {
  .pricing-section {
    padding: 80px 0;
  }
  
  .pricing-section .container {
    padding: 0 40px;
  }
  
  .pricing-title {
    font-size: 42px;
    line-height: 48px;
    margin-bottom: 40px;
  }
  
  .pricing-cards-wrapper {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  
  .pricing-card {
    overflow: visible;
  }
  
  .pricing-card-pro {
    margin-top: 0;
    margin-bottom: 0;
  }
  
  .pricing-card-body {
    overflow: visible;
  }
  
  .pricing-features-list {
    overflow: visible;
  }
  
  .pricing-card-header {
    padding: 25px 20px;
  }
  
  .pricing-package-title {
    font-size: 26px;
  }
  
  .pricing-card-body {
    padding: 25px 20px 60px 20px;
    overflow: visible;
  }
}

@media (max-width: 768px) {
  .pricing-section {
    padding: 60px 0;
  }
  
  .pricing-section .container {
    padding: 0 20px;
  }
  
  .pricing-title {
    font-size: 32px;
    line-height: 38px;
    margin-bottom: 30px;
  }
  
  .pricing-cards-wrapper {
    gap: 25px;
  }
  
  .pricing-card-header {
    padding: 20px 18px;
  }
  
  .pricing-package-label {
    font-size: 12px;
    padding: 2px 8px;
  }
  
  .pricing-package-title {
    font-size: 22px;
  }
  
  .pricing-package-title span {
    font-size: 32px;
  }
  
  .pricing-package-subtitle {
    font-size: 24px;
  }
  
  .pricing-card-body {
    padding: 20px 18px 60px 18px;
    overflow: visible;
  }
  
  .pricing-features-list {
    margin-bottom: 20px;
  }
  
  .pricing-features-list li {
    font-size: 13px;
    margin-bottom: 10px;
    gap: 10px;
  }
  
  .pricing-features-list li i {
    font-size: 11px;
  }
  
  .pricing-btn-buy {
    padding: 14px 40px;
    font-size: 15px;
    bottom: -20px;
  }
}

@media (max-width: 480px) {
  .pricing-section {
    padding: 50px 0;
  }
  
  .pricing-section .container {
    padding: 0 15px;
  }
  
  .pricing-title {
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 25px;
  }
  
  .pricing-card-header {
    padding: 18px 15px;
  }
  
  .pricing-package-title {
    font-size: 20px;
  }
  
  .pricing-package-title span {
    font-size: 28px;
  }
  
  .pricing-package-subtitle {
    font-size: 20px;
  }
  
  .pricing-card-body {
    padding: 18px 15px 60px 15px;
    overflow: visible;
  }
  
  .pricing-features-list li {
    font-size: 12px;
    margin-bottom: 8px;
  }
  
  .pricing-btn-buy {
    padding: 12px 35px;
    font-size: 14px;
  }
}

/* Great Reasons Section */
.great-reasons-section {
  position: relative;
  padding: 50px 0;
  background-color: #FFFFFF;
  
}
.great-reasons-section .container {
  max-width: 1320px;
  margin: 0 auto;
}

.great-reasons-title {
  font-size: 55px;
  font-weight: 700;
  color: #000000;
  text-align: center;
  margin-bottom: 60px;
  font-family: 'Ibrand', sans-serif;
  line-height: 60px;
  text-transform: capitalize;
  font-style: normal;
  margin: 0 auto 60px;
}

.accordion-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin: 0 auto;
}

.accordion-column {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.accordion-item {
  background: #FFFFFF;
  border-radius: 12px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  transition: all 0.3s ease;
}

.accordion-item.active {
  background: #F7991C;
}

.accordion-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 15px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.accordion-title {
  font-size: 18px;
  font-weight: 600;
  color: #000000;
  font-family: 'Ibrand', sans-serif;
  text-transform: capitalize;
  flex: 1;
}

.accordion-item.active .accordion-title {
  color: #FFFFFF;
}

.accordion-toggle {
  width: 40px;
  height: 40px;
  background: #000000;
  border: none;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  flex-shrink: 0;
  padding: 0;
}

.accordion-toggle:hover {
  background: #1a1a1a;
}

.accordion-toggle i {
  font-size: 18px;
  color: #F7991C;
  transition: transform 0.3s ease;
}

.accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
  padding: 0 25px !important;
  background-color: #FFFFFF;
  border-radius: 0 0 12px 12px;
}

.accordion-content.active {
  max-height: 500px;
  padding: 0 25px 20px 25px;
}

.accordion-content p {
  font-size: 12px;
  line-height: 1.2;
  color: #424242;
  font-family: 'Poppins', sans-serif;
  margin: 0;
  padding-top: 20px;
  padding-bottom: 14px;
}

.accordion-item.active .accordion-content p {
  color: #000000;
}

@media (max-width: 1200px) {
  .great-reasons-title {
    font-size: 48px;
    line-height: 52px;
  }
}

@media (max-width: 992px) {
  .great-reasons-title {
    font-size: 42px;
    line-height: 48px;
    margin-bottom: 40px;
  }
  
  .accordion-wrapper {
    grid-template-columns: 1fr;
    gap: 15px;
  }
}

@media (max-width: 768px) {
  .great-reasons-section {
    padding: 40px 0;
  }
  
  .great-reasons-section .container {
    padding: 0 20px;
  }
  
  .great-reasons-title {
    font-size: 32px;
    line-height: 38px;
    margin-bottom: 30px;
    white-space: normal;
  }
  
  .accordion-header {
    padding: 18px 20px;
  }
  
  .accordion-title {
    font-size: 16px;
  }
  
  .accordion-toggle {
    width: 36px;
    height: 36px;
  }
  
  .accordion-toggle i {
    font-size: 16px;
  }
  
  .accordion-content {
    padding: 0 20px;
  }
  
  .accordion-content.active {
    padding: 0 20px 18px 20px;
  }
  
  .accordion-content p {
    font-size: 13px;
  }
}

/* Footer Section */
.footer-section {
  background-color: #060606;
  color: #FFFFFF;
  padding: 60px 0 0;
  position: relative;
}

.footer-logo-section {
  text-align: center;
  margin-bottom: 50px;
}

.footer-logo-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  margin-bottom: 20px;
}

.footer-logo-img {
  height: 60px;
  width: auto;
}

.footer-tagline {
  font-size: 14px;
  line-height: 1.6;
  color: #BABABA;
  font-family: 'Poppins', sans-serif;
  max-width: 500px;
  margin: 0 auto;
  text-align: center;
}

.footer-content-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  margin-bottom: 40px;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.footer-column {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.footer-payment-methods-title {
  position: absolute;
  top: 0;
  left: 14px;
  transform: translateY(120%);
  margin-bottom: 0;
  text-align: left;
  padding: 0 10px;
  z-index: 1;
}

.footer-payment-methods-title::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  height: 100%;
  background-color: #060606;
  z-index: -1;
  padding: 0 10px;
}
.footer-column-title {
  font-size: 18px;
  font-weight: 600;
  color: #FFFFFF;
  font-family: 'Ibrand', sans-serif;
  text-transform: uppercase;
  margin-bottom: 20px;
  letter-spacing: 1px;
  text-transform: capitalize;
  text-align: center;
  position: relative;
  padding-bottom: 20px;
}

.footer-column-title::after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(to right, #FFFFFF, #000000);
  border-radius: 0 0 4px 4px;
}
.footer-content-wrapper {
  position: relative;
}

.footer-content-wrapper::before,
.footer-content-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 2px;
  height: 150px;
  background: linear-gradient(to bottom, #FFFFFF, #000000);
  z-index: 1;
}

.footer-content-wrapper::before {
  left: calc(33.333% - 60px);
}

.footer-content-wrapper::after {
  left: calc(66.666% - 60px);
}

@media (max-width: 1320px) and (min-width: 768px) {
  .footer-content-wrapper::before,  .footer-content-wrapper::after {
    display: none;
  }

}

.footer-links-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.footer-link {
  font-size: 14px;
  color: #BABABA;
  text-decoration: none;
  font-family: 'Poppins', sans-serif;
  transition: color 0.3s ease;
  text-align: center !important;
  font-weight: 400;
  text-transform: capitalize;
}

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

.footer-contact-info {
  display: flex;
  flex-direction: column;
  gap: 18px;
  margin-bottom: 30px;
  text-align: center;
}

.footer-contact-item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 14px;
  color: #BABABA;
  font-family: 'Poppins', sans-serif;
  line-height: 1.6;
  text-align: center;
  transition: color 0.3s ease;
}

.footer-contact-item:hover {
  color: #FFFFFF;
}

.footer-contact-item i {
  color: #F7991C;
  font-size: 16px;
  flex-shrink: 0;
  width: 20px;
  text-align: center;
  transition: transform 0.3s ease, color 0.3s ease;
}

.footer-contact-item:hover i {
  transform: scale(1.1);
  color: #FFFFFF;
}

.footer-contact-item span {
  word-break: break-word;
}

.footer-social-icons {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: center;
}

.footer-social-icon {
  width: 45px;
  height: 45px;
  background-color: #3A3A3A;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.footer-social-facebook {
  background-color: #F7991C;
  box-shadow: 0 2px 12px rgba(247, 153, 28, 0.4);
}

.footer-social-icon:hover {
  background-color: #F7991C;
  transform: translateY(-3px) scale(1.05);
  box-shadow: 0 4px 15px rgba(247, 153, 28, 0.5);
}

.footer-social-icon i {
  font-size: 18px;
}

.footer-payment-methods {
  border: 2px dashed #4A4A4A;
  border-radius: 8px;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  position: relative;
  margin-top: 40px;
}

.payment-method-item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.payment-method-img {
  max-height: 40px;
  width: auto;
  object-fit: contain;
}

.payment-logo-text {
  font-size: 12px;
  color: #FFFFFF;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.footer-column:has(.footer-payment-methods) {
  position: relative;
}

.footer-column:has(.footer-payment-methods) .footer-column-title {
  position: absolute;
  top: -35px;
  left: 0;
  margin-bottom: 0;
  text-align: left;
}

.footer-disclaimer {
  max-width: 1200px;
  margin: 0 auto 40px;
  padding: 20px 0;
}

.footer-disclaimer p {
  font-size: 12px;
  line-height: 1.6;
  color: #B0B0B0;
  font-family: 'Poppins', sans-serif;
  text-align: center;
  margin: 0;
}

.footer-trust-badges {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-bottom: 40px;
  flex-wrap: wrap;
  padding: 20px 0;
}

.trust-badge {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: all 0.3s ease;
}

.trust-badge:hover {
  transform: scale(1.05);
}

.trust-badge-img {
  height: auto;
  width: auto;
  max-width: 80px;
  object-fit: contain;
  filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.3));
  transition: all 0.3s ease;
  opacity: 0.9;
}

.trust-badge:hover .trust-badge-img {
  opacity: 1;
  filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.5));
  transform: scale(1.05);
}


.footer-bottom-bar {
  background-color: #F7991C;
  padding: 20px 0;
  margin-top: 40px;
}

.footer-bottom-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.footer-copyright {
  font-size: 14px;
  color: #000000;
  font-family: 'Poppins', sans-serif;
  margin: 0;
}

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

.footer-bottom-link {
  font-size: 18px;
  color: #000000;
  text-decoration: none;
  font-family: 'Poppins', sans-serif;
  transition: opacity 0.3s ease;
  font-weight: 600;
  text-transform: capitalize;
  text-align: center !important;
  font-style: bold;
}

.footer-bottom-link:hover {
  opacity: 0.8;
}

.footer-link-separator {
  color: #000000;
  font-size: 14px;
}
/* (A) MATERIAL ICONS */
.aWrap .svg-inline--fa {
  color: white !important;
}

/* (B) WRAPPER */
.aWrap {
  font-family: Arial, Helvetica, sans-serif;
  display: none;
  align-items: center;
  justify-content: space-between;
  /* allow buttons to wrap into another row on small screens */
  /* flex-wrap: wrap; */
  width: 550px;
  padding: 10px 11px;
  margin: 5px 0;
  border-radius: 10px;
  background: black;
  gap: 1rem;
  position: absolute;
  width: fit-content;
  z-index: 99;
  top: 76%;
  left: 5px;
}

.aWrap,
.aWrap * {
  box-sizing: border-box;
}

/* (C) PLAY/PAUSE BUTTON */
.aPlay {
  padding: 0;
  margin: 0;
  background: 0;
  border: 0;
  cursor: pointer;
  color: #fff;
  display: none;
}

/* (D) TIME */
.aCron {
  font-size: 14px;
  color: #cbcbcb;
  margin: 0 10px;
}

/* (E) RANGE SLIDERS */
/* (E1) HIDE DEFAULT */
.aWrap input[type="range"] {
  appearance: none;
  border: none;
  outline: none;
  box-shadow: none;
  width: 150px;
  padding: 0;
  margin: 0;
  background: 0;
}

.range,
.range-volume {
  position: relative;
  display: flex;
  align-items: center;
  display: none;
}

.range input,
.range-volume input {
  position: relative;
  z-index: 1;
}

.range .change-range,
.range-volume .change-range {
  position: absolute;
  left: 0;
  top: 0;
  height: 6px;
  width: 0px;
  background-color: rgb(187, 187, 187);
  border-radius: 10px 0 0 10px;
}

.range-volume .change-range {
  height: 10px;
  width: 95%;
}

.under-ranger {
  position: absolute;
  left: 0;
  top: 0;
  height: 6px;
  width: 100%;
  background-color: rgb(63, 63, 63);
  border-radius: 10px;
}

.range-volume .under-ranger {
  height: 10px;
}

.aWrap input[type="range"]::-webkit-slider-thumb {
  appearance: none;
}

/* (E2) CUSTOM SLIDER TRACK */
.aWrap input[type="range"]::-webkit-slider-runnable-track {
  background: transparent;
  height: 6px;
  border-radius: 10px;
}

/* (E3) CUSTOM SLIDER BUTTON */
.aWrap input[type="range"]::-webkit-slider-thumb {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 0;
  background: #fff;
  position: relative;
  cursor: pointer;
  margin-top: -5px;
}

.aWrap input[type="range"]::-moz-range-thumb {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 0;
  background: #fff;
  position: relative;
  cursor: pointer;
  margin-top: -5px;
}

/* (F) VOLUME */
.aVolIco {
  margin: 0 10px;
  cursor: pointer;
}

input.aVolume {
  width: 100px !important;
}

.aVolume::-webkit-slider-runnable-track {
  height: 10px !important;
}

.aVolume::-webkit-slider-thumb {
  margin-top: -3px !important;
}

.aVolume::-moz-range-thumb {
  margin-top: -3px !important;
}

.volume-container {
  display: flex;
  align-items: center;
  display: none;
}


@media (max-width: 992px) {
  .footer-section .container {
    padding: 0 30px;
  }
  
  .footer-content-wrapper {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
  
  .footer-content-wrapper::before,
  .footer-content-wrapper::after {
    display: none;
  }
  
  .footer-payment-methods {
    gap: 15px;
    padding: 15px;
  }
  
  .footer-column:has(.footer-payment-methods) .footer-column-title {
    top: -30px;
  }
  
  .footer-trust-badges {
    gap: 25px;
  }
}

@media (max-width: 768px) {
  .footer-section {
    padding: 40px 0 0;
  }
  
  .footer-section .container {
    padding: 0 20px;
  }
  
  .footer-logo-wrapper {
    flex-direction: column;
    gap: 10px;
  }
  
  .footer-logo-img {
    height: 50px;
  }
  
  .footer-logo-audio,
  .footer-logo-booknest {
    font-size: 24px;
  }
  
  .footer-tagline {
    font-size: 13px;
    padding: 0 20px;
  }
  
  .footer-content-wrapper {
    grid-template-columns: 1fr;
    gap: 30px;
    padding: 0 20px;
  }
  
  .footer-content-wrapper::before,
  .footer-content-wrapper::after {
    display: none;
  }
  
  .footer-column-title {
    font-size: 16px;
    padding-bottom: 15px;
  }
  
  .footer-contact-info {
    gap: 10px;
    margin-bottom: 25px;
  }
  
  .footer-contact-item {
    font-size: 14px;
    gap: 2px;
    flex-direction: column;
    text-align: center;
  }
  
  .footer-contact-item i {
    font-size: 16px;
  }
  
  .footer-social-icons {
    gap: 2px;
    justify-content: center;
  }
  
  .footer-social-icon {
    width: 40px;
    height: 40px;
  }
  
  .footer-social-icon i {
    font-size: 16px;
  }
  
  .footer-payment-methods {
    flex-wrap: wrap;
    gap: 10px;
    padding: 15px;
  }
  
  .payment-method-img {
    max-height: 35px;
  }
  
  .footer-column:has(.footer-payment-methods) .footer-column-title {
    position: relative;
    top: 0;
    left: 0;
    margin-bottom: 15px;
    text-align: center;
  }
  
  .footer-payment-methods-title {
    display: none;
  }
  
  .footer-disclaimer {
    padding: 20px;
    margin-bottom: 30px;
  }
  
  .footer-disclaimer p {
    font-size: 11px;
  }
  
  .footer-trust-badges {
    gap: 20px;
    padding: 20px;
  }
  
  .trust-badge-img {
    height: 55px;
    max-width: 120px;
  }
  
  .footer-bottom-content {
    flex-direction: column;
    gap: 15px;
    text-align: center;
  }
  
  .footer-bottom-links {
    flex-direction: column;
    gap: 5px;
  }
  
  .footer-link-separator {
    display: none;
  }
}

.aWrap.show {
  display: flex;
}

.modal {overflow: hidden !important;}
.modal-header {padding: 0 !important;border: none !important;margin-bottom: 0px;}
.modal-body {padding: 0 !important; }
.modal {background: #0000008c; }
.modal-dialog {position: absolute;left: 0;right: 0;top: 20%;margin: auto;}
.popup_form_wrp {padding: 0 15px;  text-align: center;  }
.popup_form_wrp h2 {font-weight: 800; font-size: 35px; color: #494949; margin: 0 0 10px 20px; position: relative; }
.modal-content {padding: 30px 0 10px; }
.popup_form_wrp p {color: #343434; font-weight: 500; }
.popup_form_wrp form input, .popup_form_wrp form select, .popup_form_wrp form textarea {width: 100%;background: #fff;border-radius: 20px;height: 45px;margin: 0 0 15px 0;padding: 0 0 0 20px;font-family: 'Raleway';font-weight: 500;outline: none;color: rgba(0, 0, 0, 0.44);border: 1px solid #e57e21;padding: 0 0px 0 20px;}
.popup_form_wrp form {margin: 30px 0 0 0; }
.popup_form_wrp form input::placeholder, .popup_form_wrp form textarea::placeholder {color: rgba(0, 0, 0, 0.44); font-size: 14px; }
.popup_form_wrp form textarea {border-radius: 15px;height: 100px;padding: 15px 18px 0 15px !important;}
.popup_form_wrp form select {font-size: 14px; font-weight: 500; }
.modal-content {border-radius: 20px; }
.modal-content {border: 2px solid #e57e21 !important;}
.popup_form_wrp h2:before {content: '';display: block;position: absolute;background: #e57e21;width: 10px;height: 40px;left: -20px;border-radius: 5px;}

span.color_form {color: #e64d26; }
button.btn-close {position: absolute;right: 8px;top: 8px;background: #e57e21;opacity: 1;border-radius: 0;width: 30px;height: 25px;border-bottom-left-radius: 20px;border-top-right-radius: 18px;}
button.btn-close:after {content: ''; display: block; position: absolute; background: #fff; width: 4px; height: 26px; top: 5px; transform: rotate(42deg); left: 25px; border-radius: 5px; }
button.btn-close:before {content: ''; display: block; position: absolute; background: #fff; width: 4px; height: 26px; top: 5px; transform: rotate(129deg); left: 24px; border-radius: 5px; }
button.btn-close:hover {background: #F3AD16; opacity: 1; }

button.popup_button {background: linear-gradient(180deg, #39AFF9 0%, #007CCA 100%);box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);border-radius: 20px;border: none;font-style: normal;font-weight: 700;font-size: 20px;line-height: 23px;color: #FFFFFF;text-transform:capitalize;width: 200px;height: 50px;font-family: 'Raleway';}
button.popup_button:hover {background: #f3ad16; }
section.privacy_content {
    padding: 100px 0px !important;
}