﻿/* Book Marketing L1 - Scoped CSS with High Specificity */
/* Wrap all styles with .bml1-black-wrapper for scope isolation */

/* K2D Font - Using Google Fonts CDN */
@import url("https://fonts.googleapis.com/css2?family=K2D:wght@300;400;500;600;700;800&display=swap");


body{
  overflow-x: hidden;
}
/* Apply K2D Font to all book-marketing-l1 elements */
.bml1-black-wrapper,
.bml1-black-wrapper * {
  font-family: "K2D", sans-serif;
}

.floatbutton .clickbutton .crossplus {
  position: absolute;
  display: block;
  transform: rotate(-90deg);
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  left: -85px;
  white-space: pre;
  bottom: 31px;
  color: #fff !important;
}


/* BML1 Grid System */
.bml1-black-wrapper .bml1-row,
body .bml1-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.bml1-black-wrapper .bml1-clearfix::after,
body .bml1-clearfix::after {
  content: "";
  display: table;
  clear: both;
}

.bml1-black-wrapper .bml1-form-group,
body .bml1-form-group {
  margin-bottom: 1rem;
}

.bml1-black-wrapper [class*="bml1-col-"],
body [class*="bml1-col-"] {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.bml1-black-wrapper .bml1-col-lg-12,
body .bml1-col-lg-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.bml1-black-wrapper .bml1-col-lg-6,
body .bml1-col-lg-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.bml1-black-wrapper .bml1-col-md-12,
body .bml1-col-md-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.bml1-black-wrapper .bml1-col-md-6,
body .bml1-col-md-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.bml1-black-wrapper .bml1-col-sm-12,
body .bml1-col-sm-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.bml1-black-wrapper .bml1-col-sm-6,
body .bml1-col-sm-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.bml1-black-wrapper .bml1-col-xs-12,
body .bml1-col-xs-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

/* BML1 Utility Classes */
.bml1-black-wrapper .bml1-mt-3,
body .bml1-mt-3 {
  margin-top: 1rem;
}

.bml1-black-wrapper .bml1-mb-0,
body .bml1-mb-0 {
  margin-bottom: 0;
}

.bml1-black-wrapper .bml1-p-2,
body .bml1-p-2 {
  padding: 0.5rem;
}

.bml1-black-wrapper .bml1-text-left,
body .bml1-text-left {
  text-align: left;
}

.bml1-black-wrapper .bml1-text-center,
body .bml1-text-center {
  text-align: center;
}

/* BML1 Alert Styles */
.bml1-black-wrapper .bml1-alert,
body .bml1-alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.bml1-black-wrapper .bml1-alert-danger,
body .bml1-alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

.bml1-black-wrapper .bml1-alert-success,
body .bml1-alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

/* BML1 Loader */
.bml1-black-wrapper .bml1-loader,
body .bml1-loader {
  text-align: center;
  padding: 20px;
}

.bml1-black-wrapper .bml1-loader img,
body .bml1-loader img {
  max-width: 50px;
}

/* BML1 Account Para */
.bml1-black-wrapper .bml1-accountpara,
body .bml1-accountpara {
  margin-top: 10px;
}

/* BML1 Form Control */
.bml1-black-wrapper .bml1-form-control,
body .bml1-form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

/* BML1 Continuous Slider */
.bml1-continuous-slider {
  overflow: hidden;
  padding: 5px 0;
}

.bml1-continuous-slider .bml1-container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.bml1-continuous-slider .bml1-slider-container {
  display: flex;
  animation: bml1-scroll 20s linear infinite;
}

.bml1-continuous-slider .bml1-slider-container img {
  flex-shrink: 0;
  width: auto;
  max-height: 60px;
  display: block;
  margin-right: 30px;
}

/* Container Fluid for Continuous Slider */
.bml1-container-fluid {
  width: 100%;
  padding: 0;
  margin: 0 auto;
  overflow: hidden;
}

/* Fix for Continuous Slider to Show All Images Properly */
.bml1-continuous-slider {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.bml1-continuous-slider .bml1-slider-container {
  display: flex;
  animation: bml1-scroll 30s linear infinite;
  width: fit-content;
}

@keyframes bml1-scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}

.bml1-continuous-slider .bml1-slide {
  flex-shrink: 0;
  width: auto;
  margin-right: 30px;
}

.bml1-continuous-slider .bml1-slide img {
  max-height: 60px;
  width: auto;
  display: block;
}

/* Animation keyframes are now defined above with the container */

.bml1-black-wrapper {
  background-color: #000;
  width: 100%;
  overflow: hidden;
}

.bml1-container {
  position: relative;
}

.bml1-header {
  padding: 10px 0;
  /* border: 1px solid rgba(255, 255, 255, 0.3); */
  border-radius: 50px;
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 40px);
  max-width: 1300px;
  background-color: transparent;
  z-index: 10;
}

.bml1-header-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 30px 0px 0px;
}

.bml1-logo {
  display: flex;
  align-items: center;
  font-size: 32px;
  color: #fff;
  padding-left: 20px;
}

.bml1-logo-image {
  height: 60px;
  width: auto;
  object-fit: contain;
}

.bml1-logo-icon {
  width: 40px;
  height: 40px;
  background: linear-gradient(135deg, #eca01a, #ffc107);
  border-radius: 50%;
  margin-right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
}

.bml1-header-right {
  display: flex;
  align-items: center;
  gap: 30px;
}

/* Mobile Menu Button */
.bml1-mobile-menu-btn {
  display: none;
  background: #eca01a;
  color: #000;
  padding: 10px 15px;
  border-radius: 8px;
  border: none;
  cursor: pointer;
  font-size: 24px;
  line-height: 1;
  transition: transform 0.3s;
  /* margin-top: 10px; */
}

.bml1-mobile-menu-btn:hover {
  transform: scale(1.05);
}

/* Mobile Menu Dropdown */
.bml1-mobile-menu {
  display: none;
  flex-direction: column;
  gap: 15px;
  padding: 0;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
}

.bml1-mobile-menu.bml1-active {
  max-height: 200px;
  padding: 20px 30px;
}

.bml1-mobile-phone {
  font-size: 16px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  transition: color 0.3s ease;
}

.bml1-mobile-phone:hover {
  color: #eca01a;
}

.bml1-mobile-quote-btn {
  background: #ffffff;
  color: #000;
  padding: 12px 30px;
  border-radius: 30px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  transition: transform 0.3s;
}

.bml1-mobile-quote-btn:hover {
  transform: scale(1.05);
}

.bml1-phone {
  font-size: 16px;
  color: #fff;
  text-decoration: none;
  transition: color 0.3s ease;
}

.bml1-phone:hover {
  color: #eca01a;
}

.bml1-btn-quote {
  background: #ffffff;
  color: #000;
  padding: 12px 30px;
  border-radius: 30px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  transition: transform 0.3s, color 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.bml1-btn-quote::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: #eca01a;
  transition: left 0.4s ease;
  z-index: -1;
}

.bml1-btn-quote:hover::before {
  left: 0;
}

.bml1-btn-quote:hover {
  transform: scale(1.05);
  color: #fff;
}

/* Hero Section */
.bml1-hero {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  align-items: center;
  padding: 140px 40px 40px; /* Increased top padding for header */
  min-height: auto;
  background-color: transparent;
  max-width: 1300px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

.bml1-hero-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.bml1-hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9); /* Darkened from 0.8 to 0.9 */
  z-index: 1;
}

/* Hero Center Image */
.bml1-hero-center {
  position: absolute;
  bottom: 0;
  left: 47%;
  transform: translateX(-35%); /* Adjusted from -40% to -35% to move right */
  z-index: 2; /* Moved above overlay */
  display: flex;
  justify-content: center;
  align-items: center;
}

.bml1-banner-image {
  max-width: 330px;
  height: auto;
  display: block;
}

.bml1-hero-content h1 {
  font-size: 34px;
  line-height: 1.2;
  margin-bottom: 15px;
  color: #fff;
  font-weight: 700;
}

.bml1-hero-content,
.bml1-hero-form {
  position: relative;
  z-index: 2;
}

.bml1-hero-content {
  max-width: 500px;
}

.bml1-hero-content h1 .bml1-highlight {
  color: #eca01a;
}

.bml1-hero-content .bml1-subtitle {
  font-size: 15px;
  margin-bottom: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fff;
}

.bml1-hero-content .bml1-description {
  color: #ccc;
  line-height: 1.6;
  margin-bottom: 20px;
  font-size: 16px;
}

.bml1-features-list {
  display: grid;
  grid-template-columns: repeat(2, max-content);
  gap: 10px 40px;
  list-style: none;
  padding: 0;
  margin: 0 0 30px 0;
}

.bml1-features-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}

.bml1-features-list li i {
  color: #eca01a;
  font-size: 18px;
}

.bml1-hero-buttons {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.bml1-hero-reviews {
  display: flex;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
}

.bml1-hero-reviews img {
  height: 45px;
  width: auto;
  object-fit: contain;
}

.bml1-btn {
  padding: 12px 28px;
  border-radius: 30px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  transition: transform 0.3s, color 0.3s;
  font-size: 16px;
}

.bml1-btn:hover {
  transform: scale(1.05);
}

.bml1-btn-primary {
  background: #ffffff;
  color: #000;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.bml1-btn-primary::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: #eca01a;
  transition: left 0.4s ease;
  z-index: -1;
}

.bml1-btn-primary:hover::before {
  left: 0;
}

.bml1-btn-primary:hover {
  color: #fff;
}

/* Typing Animation */
.bml1-btn-typing .bml1-typing-text {
  display: inline-flex;
  align-items: center;
}

.bml1-btn-typing .bml1-typing-text::before {
  content: "Lets Get Started";
  display: inline-block;
  overflow: hidden;
  border-right: 2px solid #000;
  white-space: nowrap;
  width: 0;
  animation: typing 2s steps(17, end) 0.5s forwards,
    blink-caret 0.75s step-end 0.5s 4;
}

@keyframes typing {
  from {
    width: 0;
  }
  to {
    width: 8.5em;
    border-right-width: 0;
  }
}

@keyframes blink-caret {
  from,
  to {
    border-color: transparent;
  }
  50% {
    border-color: #000;
  }
}

.bml1-btn-secondary {
  background: #eca01a;
  color: #000;
}

.bml1-btn-secondary:hover {
  color: #fff;
}

.bml1-arrow {
  width: 20px;
  height: 20px;
  background: #000;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  flex-shrink: 0;
}

.bml1-content-left p {
  font-size: 18px;
  line-height: 32px;
}

.bml1-arrow img {
  width: 8px;
  height: 8px;
  filter: brightness(0) invert(1);
  object-fit: contain;
}

.bml1-btn-secondary .bml1-arrow {
  background: #000;
}

/* Hero Image */
.bml1-hero-image {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url("../images/lp-assets/banner/banner.webp") no-repeat center
    center;
  background-size: contain;
  min-height: 500px;
}

.bml1-hero-image img {
  max-width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}

/* New Page CSS */
.bml1-hero-form {
  width: 100%;
}

.bml1-hero-form .form-box-new {
  max-width: 400px;
  margin: 0 auto;
  transform: translateX(60px);
}

.bml1-hero-form .form-header {
  padding: 10px;
}

.bml1-hero-form .form-header h3 {
  font-size: 12px;
}

.bml1-hero-form .form-header h2 {
  font-size: 18px;
}

.bml1-hero-form .offer-strip {
  padding: 5px;
  font-size: 14px;
}

.bml1-hero-form .field-inner input,
.bml1-hero-form .field-inner select {
  height: 35px;
  font-size: 12px;
  margin-bottom: 8px;
}

.bml1-hero-form .field-inner input::placeholder {
  font-size: 10px;
}

.bml1-hero-form .field-inner label {
  font-size: 15px;
  margin-bottom: 5px;
}

.bml1-hero-form .btn-start-journey {
  padding: 8px;
  font-size: 15px;
  margin-top: 5px;
}

.bml1-hero-form .consent-text {
  font-size: 10px;
}

.bml1-hero-form .row.p-3 {
  padding: 15px !important;
}

.bml1-hero-form .mb-3 {
  margin-bottom: 0.5rem !important;
}

.r-textcenter {
  text-align: center !important;
  display: block !important;
  margin-left: auto !important;
  margin-right: auto !important;
  width: 100% !important;
}

.abt-txts {
  text-align: center !important;
  width: 100%;
}

.bml1-form-input {
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 5px 8px;
  width: 100%;
  border-radius: 6px;
  font-size: 14px;
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
  transition: all 0.3s;
  box-shadow: none !important;
  height: 32px;
}

.bml1-form-input::placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.bml1-field-inner label {
  color: #fff;
  font-size: 11px;
  margin-bottom: 10px;
  display: block;
}

.bml1-form-title {
  color: #fff;
  font-size: 18px;
  margin-bottom: 10px;
}

.bml1-form-subtitle {
  color: #eca01a;
  font-size: 16px;
  margin-bottom: 20px;
  font-weight: 600;
}

.bml1-form-input:focus {
  border-color: #fcae20;
  outline: none;
  box-shadow: 0 0 0 3px rgba(252, 174, 32, 0.1) !important;
}

select.bml1-form-input {
  height: 38px;
  color: #fff;
  padding: 8px 10px;
  font-size: 14px;
  background: rgba(255, 255, 255, 0.1);
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url('data:image/svg+xml;charset=UTF-8,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"%3e%3cpolyline points="6 9 12 15 18 9"%3e%3c/polyline%3e%3c/svg%3e');
  background-repeat: no-repeat;
  background-position: right 8px center;
  background-size: 18px;
  padding-right: 36px;
  cursor: pointer;
}

select.bml1-form-input option {
  background: #2a2a2a;
  color: #fff;
  padding: 8px;
}

select.bml1-form-input option:hover {
  background: #3a3a3a;
}

select.bml1-form-input:focus {
  border-color: #fcae20;
  outline: none;
  box-shadow: 0 0 0 3px rgba(252, 174, 32, 0.1) !important;
}

.bml1-file-input {
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 5px;
  width: 100%;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  font-size: 11px;
}

.bml1-submit-btn {
  padding: 12px 20px;
  letter-spacing: 0.05em;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  background: linear-gradient(135deg, #eca01a 0%, #fcae20 100%);
  color: #fff;
  border-radius: 25px;
  margin-top: 8px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: auto;
  min-width: 180px;
  border: 0;
  cursor: pointer;
  transition: all 0.3s ease;
  text-transform: uppercase;
  box-shadow: 0 4px 15px rgba(252, 174, 32, 0.3);
}

.bml1-submit-btn:hover {
  background: linear-gradient(135deg, #e69a1a 0%, #eca01a 100%);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(252, 174, 32, 0.4);
}

.bml1-field-inner {
  margin-bottom: 4px;
}

.bml1-field-inner label {
  display: block;
  margin-bottom: 10px;
  color: #fff;
  font-size: 12px;
}

.bml1-cv-info {
  font-size: 10px;
  margin-bottom: 10px;
  color: #eee;
  line-height: 1.4;
}

.bml1-checkbox-box {
  display: flex;
  align-items: flex-start;
  gap: 6px;
  margin-top: 10px;
}

.bml1-checkbox {
  margin-top: 3px;
  width: 14px;
  height: 14px;
  cursor: pointer;
  flex-shrink: 0;
}

.bml1-consent-text {
  font-size: 12px;
  line-height: 1.5;
  color: #ddd;
}

.bml1-form-title {
  margin-bottom: 10px;
  font-size: 18px;
  color: #fff;
}

/* Placeholder for woman image */
.bml1-woman-placeholder {
  width: 100%;
  max-width: 450px;
  aspect-ratio: 3/4;
  background: linear-gradient(135deg, #2a2a2a 0%, #1a1a1a 100%);
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #666;
  font-size: 18px;
  position: relative;
  overflow: hidden;
}

.bml1-woman-placeholder::before {
  content: "";
  position: absolute;
  width: 150px;
  height: 150px;
  background: rgba(255, 152, 0, 0.1);
  border-radius: 50%;
  top: 20%;
  left: 50%;
  transform: translateX(-50%);
}

.bml1-about-section {
  padding: 50px 20px;
  position: relative;
  overflow: hidden;
}

.bml1-about-leave-left {
  position: absolute;
  left: -20px;
  bottom: 0;
  max-width: 200px;
  z-index: 0;
  pointer-events: none;
}
@media (max-width: 1345px) {
  .bml1-about-leave-left {
    max-width: 150px;
  }
}

@media (max-width: 1242px) {
  .bml1-about-leave-left {
    display: none;
  }
}

.bml1-about-container {
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
}

.bml1-services-container {
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
}

.bml1-promotion-container {
  max-width: 1300px;
  margin: 0 auto;
  position: relative;
}

.bml1-path-container {
  max-width: 1300px;
  margin: 0 auto;
  position: relative;
}

.bml1-why-choose-container {
  max-width: 1300px;
  margin: 0 auto;
  position: relative;
}

.bml1-support-container {
  max-width: 1300px;
  margin: 0 auto;
  position: relative;
}

.bml1-gallery-container {
  max-width: 1300px;
  margin: 0 auto;
  position: relative;
  background-color: #eca01a;
  padding: 50px 120px;
  border-radius: 50px;
}

.bml1-gallery-container .bml1-badge {
  background: #fff;
  color: #000;
}

.bml1-gallery-container .bml1-badge:hover {
  background: #000;
  color: #fff;
}

.bml1-testimonials-container {
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
}

.bml1-faq-container {
  max-width: 1300px;
  margin: 0 auto;
  position: relative;
}

/* About Badge */
.bml1-about-badge {
  text-align: left;
  margin-bottom: 8px;
}

.bml1-badge {
  display: inline-block;
  background: linear-gradient( 90deg, #eca01a 0%, #eca01a 50%, #eca01a 100% );;
  color: #000;
  padding: 10px 40px;
  border-radius: 50px;
  font-size: 20px;
  letter-spacing: 2px;
  text-decoration: none;
  margin-bottom: 10px;
}
/* Main Content Grid */
.bml1-content-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}

/* Left Content */
.bml1-content-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-self: stretch;
}

.bml1-content-left h2 {
  font-size: 40px;
  line-height: 1.1;
  margin-bottom: 10px;
  color: #000;
  text-transform: uppercase;
}

.bml1-para-left {
  text-align: left;
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 20px;
}

/* Stats Grid */
.bml1-stats-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  max-width: 100%;
}

.bml1-stat-item {
  position: relative;
}

.bml1-stat-number {
  font-size: 36px;
  color: #eca01a;
  margin-bottom: 5px;
  line-height: 1;
}

.bml1-stat-label {
  color: #a8a4a4;
  font-size: 16px;
}

/* Right Content - About Image */
.bml1-about-image-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #eca01a;
  background: linear-gradient(0deg, #eca01a 0%, rgba(255, 255, 255, 1) 79%);
  border-radius: 14px;
  padding: 200px 20px 145px 20px;
  max-width: 350px;
  margin: 0 auto;
  max-height: 400px;
}

.bml1-about-image {
  max-width: 100%;
  height: auto;
  border-radius: 15px;
  display: block;
}

.bml1-services-section {
  padding: 40px 20px;
}

/* Services Badge */
.bml1-services-badge {
  text-align: center;
  margin-bottom: 30px;
}

/* Services Grid */
.bml1-services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

/* Service Card */
.bml1-service-card {
  background: #2a2a2a;
  border-radius: 20px;
  padding: 25px 20px;
  transition: all 0.3s ease;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.bml1-service-card::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  background: linear-gradient(135deg, #eca01a 0%, #eca01a 100%);
  transition: width 0.5s ease, height 0.5s ease;
  z-index: -1;
  border-radius: 20px;
}

.bml1-service-card:hover::before {
  width: 100%;
  height: 100%;
}

.bml1-service-card:hover {
  box-shadow: 0 20px 50px #eca01a;
}

/* Icon and Title Section */
.bml1-service-header {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 15px;
}

.bml1-service-icon {
  background: linear-gradient(135deg, #eca01a 0%, #eca01a 100%);
  width: 50px;
  height: 50px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: background 0.3s ease;
}

.bml1-service-card:hover .bml1-service-icon {
  background: #fff;
}

.bml1-service-icon svg {
  width: 28px;
  height: 28px;
  stroke: #000;
  stroke-width: 2;
  fill: none;
  transition: stroke 0.3s ease;
}

.bml1-service-card:hover .bml1-service-icon svg {
  stroke: #eca01a;
}

.bml1-service-title {
  color: #ffffff;
  font-size: 16px;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* Service Description */
.bml1-service-description {
  color: #b0b0b0;
  line-height: 1.6;
  font-size: 13px;
  transition: color 0.3s ease;
}

.bml1-service-card:hover .bml1-service-description {
  color: #000;
}

.bml1-promotion-section {
  position: relative;
  min-height: 300px;
  padding: 80px 20px;
  background-image: url("../images/book-marketing-l1/CTA.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.65);
  background-blend-mode: overlay;
}

.bml1-promotion-section h2 {
  color: #fff;
}

.bml1-promotion-section p {
  color: #ccc;
}

.bml1-button-group {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.bml1-image-container {
  position: relative;
  width: 100%;
  max-width: 600px;
}

.bml1-content-right {
  position: relative;
}

/* Simplifying Book Section Image */
.bml1-simplifying-image-wrapper {
  position: absolute;
  top: -170px;
  left: 40px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
}

.bml1-simplifying-image {
  max-width: 100%;
  height: auto;
  border-radius: 20px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
}

/* Decorative orange circles */
.bml1-decorative-circle {
  position: absolute;
  border-radius: 50%;
  background: linear-gradient( 90deg, #eca01a 0%, #eca01a 50%, #eca01a 100% );
  z-index: 1;
}

.bml1-circle-top-right {
  width: 200px;
  height: 200px;
  top: -100px;
  right: -100px;
}

.bml1-circle-bottom-left {
  width: 250px;
  height: 250px;
  bottom: -150px;
  left: -150px;
}

.bml1-path-section {
  padding: 30px 20px 30px 20px;
  background-color: #f5f5f5;
}

/* Section Title */
.bml1-section-title {
  text-align: center;
  margin-bottom: 15px;
}

.bml1-path-section .bml1-section-title {
  margin-bottom: 40px;
}

.bml1-section-title h2 {
  font-size: 42px;
  line-height: 1.1;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  margin-bottom: 20px;
}

.bml1-section-title h2 .bml1-line1 {
  color: #000;
  /* margin-bottom: 7px; */
  font-size: 36px;
  line-height: 1.3;
}

.bml1-section-title h2 .bml1-line2 {
  color: #eca01a;
  margin-top: -10px;
  font-size: 36px;
}

.bml1-support-section .bml1-section-title,
.bml1-support-section .bml1-section-title h2 {
  margin-bottom: 10px !important;
}

@media (max-width: 480px) {
  .bml1-support-section .bml1-section-title h2 {
    margin-bottom: 15px !important;
  }
}

/* Our Proven Path Image Styling */
.bml1-proven-path-image-wrapper {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.bml1-proven-path-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

/* Path Section Content Grid */
.bml1-path-section .bml1-content-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 0px;
}

/* Right Side - Process Steps */
.bml1-process-steps {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
  justify-content: center;
}

.bml1-step-card {
  background: linear-gradient(135deg, #eca01a 0%, #ffb74d 100%);
  padding: 15px 20px;
  border-radius: 12px;
  transition: transform 0.3s, box-shadow 0.3s;
  box-shadow: 0 5px 15px rgba(255, 152, 0, 0.15);
  cursor: pointer;
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
}

.bml1-step-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(255, 152, 0, 0.3);
}

.bml1-step-card.bml1-expanded {
  background: linear-gradient( 90deg, #eca01a 0%, #eca01a 50%, #eca01a 100% );;
}

.bml1-step-card.bml1-collapsed {
  background: linear-gradient(135deg, #eca01a 0%, #eca01a 100%);
}

.bml1-step-title {
  font-size: 18px;
  color: #000;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 0;
}

.bml1-step-card.bml1-expanded .bml1-step-title {
  margin-bottom: 8px;
}

.bml1-step-description {
  color: #1a1a1a;
  line-height: 1.4;
  font-size: 15px;
  display: none;
  margin-top: 5px;
  max-width: 100%;
  word-wrap: break-word;
}

.bml1-step-card.bml1-expanded .bml1-step-description {
  display: block;
}

.bml1-step-card.bml1-collapsed .bml1-step-title {
  color: #000;
}

.bml1-why-choose-section {
  position: relative;
  padding: 35px 20px 20px 20px;
  overflow: hidden;
  color: #fff;
  background-image: url("../images/book-marketing-l1/Why Choose Us.webp");
  background-size: contain;
  background-position: center 100%;
  background-repeat: no-repeat;
  background-color: rgba(0, 0, 0, 0.9);
  background-blend-mode: overlay;
}

.bml1-why-choose-section h2 {
  color: #fff;
}

/* Decorative Feathers */
.bml1-feather {
  position: absolute;
  width: 300px;
  height: 100%;
  background: linear-gradient(
    135deg,
    rgba(139, 115, 85, 0.3) 0%,
    rgba(101, 84, 63, 0.2) 100%
  );
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  z-index: 1;
}

.bml1-feather-left {
  left: 0;
  top: 0;
  transform: rotate(10deg);
  transform-origin: left center;
}

.bml1-feather-right {
  right: 0;
  top: 0;
  transform: rotate(-10deg) scaleX(-1);
  transform-origin: right center;
}

/* Section Header */
.bml1-section-header {
  text-align: center;
  margin-bottom: 25px;
}

.bml1-section-header h2 {
  font-size: 32px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 10px;
  font-weight: 600;
}

.bml1-section-header p {
  color: #b0b0b0;
  font-size: 14px;
  line-height: 25px;
  max-width: 1100px;
  margin: 0 auto;
  font-family: "Poppins", sans-serif !important;
}

/* Features Grid */
.bml1-features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
}

.bml1-feature-item {
  padding: 20px 25px;
  position: relative;
  min-height: auto;
}

.bml1-feature-item:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 60%;
  background: rgba(255, 255, 255, 0.2);
}

.bml1-feature-title {
  font-size: 22px;
  text-transform: uppercase;
  margin-bottom: 12px;
  line-height: 30px;
}

.bml1-feature-description {
  color: #b0b0b0;
  font-size: 15px;
  line-height: 25px;
  font-weight: 400 !important;
}

/* Typing Animation - No layout shift */
.bml1-typing-animation {
  opacity: 1;
}

.bml1-support-section {
  position: relative;
  padding: 30px 20px;
}

.bml1-section-description {
  color: #666;
  line-height: 1.8;
  font-size: 16px;
  margin-bottom: 40px;
  text-align: center;
  max-width: 70%;
  margin-left: auto;
  font-weight: 600;
  margin-right: auto;
}

/* Hands-On Support Image Styling */
.bml1-support-section .bml1-button-group {
  justify-content: center;
}

/* Support Section Primary Button Styling */
.bml1-support-section .bml1-btn-primary {
  background: #000;
  color: #fff;
}

.bml1-support-section .bml1-btn-primary::before {
  background: #eca01a;
}

.bml1-support-section .bml1-btn-primary .bml1-arrow {
  background: #fff;
  color: #000;
}

.bml1-support-section .bml1-btn-primary .bml1-arrow img {
  filter: brightness(0) invert(0);
}

.bml1-support-image-wrapper {
  position: absolute;
  bottom: -25px;
  right: -24px;
  width: 100%;
  max-width: 315px;
  overflow: hidden;
  z-index: -1;
}

.bml1-support-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.bml1-gallery-section {
  padding: 20px 20px;
  position: relative;
}

/* Decorative triangle */
.bml1-decorative-triangle {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 150px 150px;
  z-index: 1;
}

/* Books Grid */
.bml1-books-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 40px;
  justify-content: center;
}

/* Book Card */
.bml1-book-card {
  background: transparent;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  flex: 0 0 200px;
  height: 280px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bml1-book-card:hover {
  transform: scale(1.05);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.25);
}

/* Book Cover Image */
.bml1-book-cover {
  width: auto;
  height: 100%;
  max-width: 100%;
  object-fit: contain;
  display: block;
}

.bml1-testimonials-section {
  position: relative;
  padding: 30px 20px;
}

.bml1-testimonials-leave-right {
  position: absolute;
  top: -28px;
  right: 100px;
  width: 150px;
  z-index: 1;
}

.bml1-testimonials-trustpilot {
  height: 90px;
  width: auto;
}

.bml1-testimonials-grid .owl-stage {
  display: flex;
  align-items: stretch;
}

.bml1-testimonials-grid .owl-item {
  display: flex;
  height: auto;
  cursor: pointer;
}

.bml1-testimonials-grid .owl-nav {
  margin-top: 20px;
}

.bml1-testimonials-grid .owl-nav button {
  background: #eca01a !important;
  color: #fff !important;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 20px;
  line-height: 40px;
  margin: 0 5px;
  transition: all 0.3s ease;
}

.bml1-testimonials-grid .owl-nav button:hover {
  background: #000 !important;
}

.bml1-testimonials-grid .owl-dots {
  margin-top: 20px;
  text-align: center;
}

.bml1-testimonials-grid .owl-dot {
  width: 12px;
  height: 12px;
  background: #ddd !important;
  border-radius: 50%;
  display: inline-block;
  margin: 0 5px;
  transition: all 0.3s ease;
}

.bml1-testimonials-grid .owl-dot.active {
  background: #eca01a !important;
  width: 30px;
  border-radius: 10px;
}

/* Testimonial Card */
.bml1-testimonial-card {
  background: #2a2a2a;
  border-radius: 12px;
  padding: 25px 22px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  z-index: 1;
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
  cursor: pointer;
}

.bml1-testimonial-card::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  background: linear-gradient(135deg, #eca01a 0%, #eca01a 100%);
  transition: width 0.5s ease, height 0.5s ease;
  z-index: -1;
  border-radius: 12px;
}

.bml1-testimonial-card:hover::before {
  width: 100%;
  height: 100%;
}

.bml1-testimonial-card:hover {
  box-shadow: 0 20px 50px rgba(255, 152, 0, 0.3);
}

/* Author Info */
.bml1-author-info {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 15px;
  min-height: 50px;
}

.bml1-author-avatar {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border: 3px solid #444;
  object-fit: cover;
  flex-shrink: 0;
}

/* Avatar placeholders */
.bml1-avatar-placeholder {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 2px solid #444;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #fff;
  flex-shrink: 0;
  transition: background 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}

.bml1-testimonial-card:hover .bml1-avatar-placeholder {
  background: #fff;
  color: #eca01a;
  border-color: #eca01a;
}

.bml1-author-details {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding-top: 2px;
}

.bml1-author-name {
  font-size: 17px;
  color: #fff;
  margin-bottom: 2px;
  transition: color 0.3s ease;
  line-height: 1.2;
}

.bml1-testimonial-card:hover .bml1-author-name {
  color: #000;
}

.bml1-author-role {
  font-size: 13px;
  color: #888;
  transition: color 0.3s ease;
}

.bml1-testimonial-card:hover .bml1-author-role {
  color: #000;
}

/* Testimonial Text */
.bml1-testimonial-text {
  color: #b0b0b0;
  line-height: 1.6;
  font-size: 13px;
  margin-bottom: 12px;
  max-width: 95%;
  transition: color 0.3s ease;
  flex-grow: 1;
}

.bml1-testimonial-card:hover .bml1-testimonial-text {
  color: #000;
}

/* Star Rating */
.bml1-star-rating {
  display: flex;
  gap: 8px;
  justify-content: flex-end;
  margin-top: auto;
}

.bml1-star {
  color: #eca01a;
  font-size: 16px;
  transition: color 0.3s ease;
}

.bml1-testimonial-card:hover .bml1-star {
  color: #fff;
}

.bml1-faq-section {
  padding: 20px 20px 80px 20px;
}

.lp-footer-list > li > i {
  color: #eca01a !important;
}

/* FAQ Accordion */
.bml1-faq-accordion {
  display: flex;
  flex-direction: column;
  gap: 0;
  max-width: 1100px;
  margin: 0 auto;
}

.bml1-faq-item {
  background: #fff;
  border-bottom: 1px solid #e0e0e0;
  transition: all 0.3s ease;
}

.bml1-faq-item:first-child {
  border-top: 1px solid #e0e0e0;
}

/* FAQ Question Button */
.bml1-faq-question {
  width: 100%;
  padding: 25px 60px 25px 0;
  background: none;
  border: none;
  text-align: left;
  cursor: pointer;
  font-size: 18px;
  color: #000;
  position: relative;
  transition: color 0.3s;
  line-height: 1.5;
}

.bml1-faq-question {
  font-weight: 500;
  font-size: 22px;
  line-height: 30px;
}

.bml1-faq-question:hover {
  color: #555;
}

.bml1-faq-question:focus {
  outline: none;
  box-shadow: none;
}

/* Plus/Minus Icon */
.bml1-faq-icon {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  color: #000;
  transition: transform 0.3s;
}

.bml1-faq-item.bml1-active .bml1-faq-icon {
  transform: translateY(-50%) rotate(45deg);
}

/* FAQ Answer */
.bml1-faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
}

.bml1-faq-item.bml1-active .bml1-faq-answer {
  max-height: 500px;
  padding-bottom: 25px;
}

.bml1-faq-answer-content {
  color: #666;
  line-height: 28px;
  font-weight: 400;
  font-size: 16px;
  padding-right: 60px;
}
.bml1-portfolio-slider .owl-nav button {
  background: transparent !important;
  color: black !important;
  border: 2px solid black !important;
  box-shadow: none !important;
  padding: 6px 12px !important;
  font-size: 21px !important;
  border-radius: 25px !important;
  margin: 0 0 0 17px !important;
}

.bml1-portfolio-slider .owl-nav button i {
  padding: 11px 12px !important;
}

/* Responsive Design */

@media (max-width: 1157px) {
  .bml1-hero-center {
    display: none;
  }

  .bml1-hero-form .form-box-new {
    transform: translateX(0);
    width: 100%;
    max-width: 400px;
  }

  .bml1-hero {
    grid-template-columns: 1fr 1fr;
    justify-items: center;
    align-items: center;
  }
}

@media (max-width: 1200px) {
  .bml1-books-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
  }
}

@media (max-width: 1024px) {
  .bml1-about-badge {
    margin-bottom: 20px;
  }

  .bml1-content-left h2 {
    font-size: 30px;
    line-height: 1.1;
  }

  .bml1-stat-number {
    font-size: 56px;
  }

  .bml1-services-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
  }

  .bml1-service-card {
    padding: 35px 25px;
  }

  .bml1-image-container {
    max-width: 500px;
    margin: 0 auto;
  }

  .bml1-feather {
    width: 200px;
  }

  .bml1-section-header h2 {
    font-size: 44px;
  }

  .bml1-image-container {
    max-width: 500px;
    margin: 0 auto;
  }

  .bml1-container {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .bml1-content-left {
    max-width: 100%;
  }

  .bml1-testimonials-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
  }

  /* Reduce size of Our Proven Path section */
  .bml1-proven-path-image-wrapper {
    max-width: 300px;
  }

  .bml1-step-card {
    padding: 10px 14px;
  }

  .bml1-step-title {
    font-size: 14px;
  }

  .bml1-step-description {
    font-size: 13px;
  }
}

@media (max-width: 1400px) {
  testimonials-trustpilot {
    position: absolute;
    top: 40px;
    left: 165px;
    width: 140px;
    z-index: 1;
  }
}

@media (max-width: 1238px) {
  testimonials-trustpilot {
    left: 80px;
  }
}

@media (max-width: 900px) {
  .bml1-books-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .bml1-section-title h2 {
    font-size: 40px;
    line-height: 1.1;
  }

  .bml1-section-title h2 .bml1-line2 {
    margin-top: -5px;
  }

  .bml1-book-title {
    font-size: 24px;
  }
}

@media (max-width: 1070px) {
  .bml1-testimonials-trustpilot {
    display: none;
  }
}

@media (max-width: 880px) {
  .bml1-support-image-wrapper {
    display: none;
  }
}

@media (max-width: 768px) {
  .bml1-features-list {
    grid-template-columns: repeat(2, max-content);
    justify-content: center;
    gap: 10px 30px;
    margin-bottom: 20px;
  }

  .bml1-features-list li {
    justify-content: flex-start;
    font-size: 14px;
  }

  .bml1-hero-content {
    order: 1;
  }
  .bml1-hero-form {
    order: 3;
  }
  .bml1-hero-form .form-box-new {
    transform: translateX(0);
  }
  .bml1-testimonials-trustpilot {
    width: 120px;
  }
  .bml1-header-content {
    padding: 0 20px 0px 0px;
  }

  .bml1-header-right .bml1-phone,
  .bml1-header-right .bml1-btn-quote {
    display: none;
  }

  .bml1-mobile-menu-btn {
    display: block;
  }

  .bml1-mobile-menu {
    display: flex;
  }

  .bml1-hero {
    grid-template-columns: 1fr;
    gap: 40px;
    padding: 120px 20px 40px; /* Increased top padding for mobile header */
  }

  .bml1-hero-content {
    text-align: center;
    margin: 40px auto 0;
    max-width: 100%;
  }

  .bml1-hero-content h1 {
    font-size: 36px;
  }

  .bml1-hero-content .bml1-subtitle {
    font-size: 12px;
  }

  .bml1-hero-buttons {
    justify-content: center;
  }

  .bml1-hero-reviews {
    justify-content: center;
    gap: 20px;
  }

  .bml1-hero-reviews img {
    height: 35px;
  }

  .bml1-about-section {
    padding: 60px 20px;
  }

  .bml1-content-left {
    text-align: center;
  }

  .bml1-badge {
    font-size: 18px;
    padding: 12px 40px;
  }

  .bml1-content-grid {
    grid-template-columns: 1fr;
  }

  .bml1-stats-grid {
    gap: 20px 10px;
    justify-content: center;
  }

  .bml1-simplifying-image-wrapper {
    display: none;
  }

  .bml1-content-left h2 {
    font-size: 32px;
    line-height: 1.1;
  }

  .bml1-content-left p {
    font-size: 15px;
    margin-top: 12px;
  }

  .bml1-about-image-wrapper {
    margin-top: 30px;
  }

  .bml1-stat-number {
    font-size: 48px;
  }

  .bml1-stat-label {
    font-size: 16px;
  }

  .bml1-services-section {
    padding: 60px 20px;
  }

  .bml1-services-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .bml1-service-card {
    padding: 30px 25px;
  }

  .bml1-service-title {
    font-size: 20px;
  }

  .bml1-service-icon {
    width: 60px;
    height: 60px;
  }

  .bml1-service-icon svg {
    width: 35px;
    height: 35px;
  }

  .bml1-promotion-section {
    padding: 60px 20px;
  }

  .bml1-button-group {
    justify-content: center;
  }

  .bml1-circle-top-right {
    display: none;
  }

  .bml1-circle-bottom-left {
    display: none;
  }

  .bml1-path-section {
    padding: 60px 20px;
  }

  .bml1-path-section .bml1-content-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .bml1-features-grid {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .bml1-feature-item {
    padding: 35px 30px;
  }

  .bml1-feature-item:not(:last-child)::after {
    right: 50%;
    top: auto;
    bottom: 0;
    transform: translateX(50%);
    width: 60%;
    height: 1px;
  }

  .bml1-proven-path-image-wrapper {
    max-width: 100%;
  }

  .bml1-process-steps {
    max-width: 100%;
  }

  .bml1-section-title {
    margin-bottom: 30px;
  }

  .bml1-section-title h2 {
    font-size: 28px;
    line-height: 1.1;
  }

  .bml1-section-title h2 .bml1-line2 {
    margin-top: 0;
  }

  .bml1-step-card {
    padding: 25px 28px;
  }

  .bml1-step-title {
    font-size: 20px;
  }

  .bml1-step-description {
    font-size: 16px;
  }

  .bml1-why-choose-section {
    padding: 60px 20px;
  }

  .bml1-feather {
    width: 150px;
  }

  .bml1-section-header {
    margin-bottom: 40px;
  }

  .bml1-section-header h2 {
    font-size: 36px;
  }

  .bml1-section-header p {
    font-size: 15px;
  }

  .bml1-feature-item {
    padding: 30px 25px;
  }

  .bml1-feature-title {
    font-size: 22px;
  }

  .bml1-feature-description {
    font-size: 14px;
  }

  .bml1-support-section {
    padding: 60px 20px;
  }

  .bml1-section-description {
    font-size: 15px;
    text-align: center;
    max-width: 100%;
  }

  .bml1-testimonials-section {
    padding: 60px 20px;
  }

  .bml1-testimonials-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .bml1-testimonial-card {
    padding: 35px 30px;
  }

  .bml1-faq-section {
    padding: 60px 20px;
  }

  .bml1-faq-question {
    font-size: 16px;
    padding: 20px 50px 20px 0;
  }

  .bml1-faq-icon {
    width: 25px;
    height: 25px;
    font-size: 24px;
  }

  .bml1-faq-answer-content {
    font-size: 14px;
    padding-right: 50px;
  }

  .bml1-faq-item.bml1-active .bml1-faq-answer {
    padding-bottom: 20px;
  }

  .bml1-circle-bottom-left {
    display: none;
  }

  .bml1-circle-bottom-right {
    display: none;
  }

  
.bml1-section-title h2 .bml1-line1 {
  color: #000;
  font-size: 28px;
  /* margin-bottom: 7px; */
  line-height: 1.1;
}
.bml1-section-title h2 .bml1-line2{
  font-size: 28px;
}
.bml1-support-section .bml1-section-title,
.bml1-support-section .bml1-section-title h2 {
  margin-bottom: 0px !important;
}

     .bml1-section-title h2 {
    font-size: 36px;
    /* line-height: 1.1; */
  }

}

@media (max-width: 600px) {
  .bml1-gallery-section {
    padding: 60px 15px;
  }

  .bml1-books-grid {
    grid-template-columns: 1fr;
    gap: 20px;
    max-width: 400px;
    margin: 0 auto;
  }

  .bml1-category-name {
    font-size: 16px;
  }

  .bml1-category-arrow {
    width: 25px;
    height: 25px;
    font-size: 14px;
  }

  .bml1-decorative-triangle {
    border-width: 0 0 100px 100px;
  }
}

@media (max-width: 480px) {
  .bml1-logo {
    font-size: 24px;
  }

  .bml1-hero-content h1 {
    font-size: 28px;
  }

  .bml1-hero-content .bml1-description {
    font-size: 14px;
  }

  .bml1-section-title h2 {
    font-size: 40px;
    line-height: 1.1;
    margin-bottom: 15px !important;
  }

  .bml1-section-title {
    margin-bottom: 25px;
  }

  .bml1-header {
    /* margin: 10px; */
    border-radius: 30px;
  }

  .bml1-about-section {
    padding: 40px 15px;
  }

  .bml1-stat-number {
    font-size: 42px;
  }

  .bml1-stat-label {
    font-size: 15px;
  }

  .bml1-services-section {
    padding: 40px 15px;
  }

  .bml1-service-card {
    padding: 25px 20px;
    border-radius: 20px;
  }

  .bml1-service-header {
    gap: 15px;
  }

  .bml1-service-icon {
    width: 55px;
    height: 55px;
  }

  .bml1-service-icon svg {
    width: 30px;
    height: 30px;
  }

  .bml1-service-title {
    font-size: 18px;
  }

  .bml1-service-description {
    font-size: 14px;
  }

  .bml1-promotion-section {
    padding: 40px 15px;
  }

  .bml1-btn {
    padding: 14px 28px;
    font-size: 15px;
  }

  .bml1-arrow {
    width: 20px;
    height: 20px;
    font-size: 12px;
  }

  .bml1-circle-top-right {
    width: 120px;
    height: 120px;
    top: -60px;
    right: -60px;
  }

  .bml1-circle-bottom-left {
    width: 150px;
    height: 150px;
    bottom: -75px;
    left: -75px;
  }

  .bml1-path-section {
    padding: 40px 15px;
  }

  .bml1-step-card {
    padding: 20px 22px;
    border-radius: 15px;
  }

  .bml1-step-title {
    font-size: 18px;
  }

  .bml1-step-description {
    font-size: 15px;
  }

  .bml1-why-choose-section {
    padding: 40px 15px;
  }

  .bml1-feather {
    width: 100px;
  }

  .bml1-section-header h2 {
    font-size: 28px;
  }

  .bml1-section-header p {
    font-size: 14px;
  }

  .bml1-feature-item {
    padding: 25px 20px;
  }

  .bml1-feature-title {
    font-size: 20px;
    margin-bottom: 15px;
  }

  .bml1-feature-description {
    font-size: 13px;
  }

  .bml1-support-section {
    padding: 40px 15px;
  }

  .bml1-section-description {
    font-size: 14px;
    margin-bottom: 30px;
  }

  .bml1-gallery-section {
    padding: 40px 15px;
  }

  .bml1-book-subtitle {
    font-size: 12px;
  }

  .bml1-category-label {
    padding: 12px 15px;
  }

  .bml1-decorative-triangle {
    border-width: 0 0 80px 80px;
  }

  .bml1-testimonials-section {
    padding: 40px 15px;
  }

  .bml1-section-title h2 {
    font-size: 28px;
    letter-spacing: 0.5px;
    line-height: 1.2;
  }

  .bml1-section-title h2 .bml1-line2 {
    margin-top: 0;
  }

  .bml1-testimonial-card {
    padding: 30px 25px;
    border-radius: 20px;
  }

  .bml1-author-info {
    gap: 15px;
  }

  .bml1-author-avatar,
  .bml1-avatar-placeholder {
    width: 60px;
    height: 60px;
    font-size: 24px;
  }

  .bml1-author-name {
    font-size: 20px;
  }

  .bml1-author-role {
    font-size: 14px;
  }

  .bml1-testimonial-text {
    font-size: 14px;
  }

  .bml1-star {
    font-size: 20px;
  }

  .bml1-faq-section {
    padding: 40px 15px;
  }

  .bml1-faq-question {
    font-size: 15px;
    padding: 18px 45px 18px 0;
  }

  .bml1-faq-icon {
    width: 22px;
    height: 22px;
    font-size: 22px;
  }

  .bml1-faq-answer-content {
    font-size: 13px;
    padding-right: 45px;
  }

  .bml1-faq-item.bml1-active .bml1-faq-answer {
    padding-bottom: 18px;
  }
}

/* BML1 Responsive Grid Breakpoints */
@media (max-width: 1199px) {
  .bml1-black-wrapper .bml1-col-lg-12,
  body .bml1-col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .bml1-black-wrapper .bml1-col-lg-6,
  body .bml1-col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (max-width: 991px) {
  .bml1-black-wrapper .bml1-col-md-12,
  body .bml1-col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .bml1-black-wrapper .bml1-col-md-6,
  body .bml1-col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (max-width: 767px) {
  .bml1-black-wrapper .bml1-col-sm-12,
  body .bml1-col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .bml1-black-wrapper .bml1-col-sm-6,
  body .bml1-col-sm-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .bml1-black-wrapper .bml1-col-lg-6,
  body .bml1-col-lg-6,
  .bml1-black-wrapper .bml1-col-md-6,
  body .bml1-col-md-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (max-width: 575px) {
  .bml1-black-wrapper .bml1-col-xs-12,
  body .bml1-col-xs-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

/* ========================================
   Footer Styles
   ======================================== */

#bml1-footer {
  background: #000;
  color: #fff;
  padding: 50px 0;
}

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

.bml1-footer-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  align-items: start;
}

.bml1-footer-col h5 {
  font-size: 20px;
  margin-bottom: 12px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
}

.bml1-footer-col h4 {
  font-size: 17px;
  margin: 10px 0 5px 0;
  color: #fff;
  font-weight: 700;
}

.bml1-footer-col p {
  color: #ccc;
  line-height: 1.6;
  font-size: 14px;
  margin-bottom: 8px;
}

.bml1-footer-col b {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  display: block;
  margin-bottom: 3px;
}

.bml1-footer-col a {
  color: #fff;
  text-decoration: none;
  transition: color 0.3s;
}

.bml1-footer-col a:hover {
  color: #eca01a;
}

/* Footer About Section */
.bml1-footer-about p {
  font-size: 14px;
  line-height: 1.6;
  color: #b0b0b0;
  margin-bottom: 8px;
}

/* Footer Services List */
.bml1-footer-services ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.bml1-footer-services ul li {
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 1.5;
}

.bml1-footer-services ul li i {
  color: #fcae20;
  margin-right: 10px;
  font-size: 12px;
}

.bml1-footer-services ul li a {
  color: #ccc;
}

.bml1-footer-services ul li:hover a {
  color: #fff;
}

/* Footer Contact & Offices */
.bml1-footer-contact p,
.bml1-footer-offices p {
  color: #ccc;
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 5px;
}

.bml1-footer-contact b,
.bml1-footer-offices b {
  font-size: 16px;
}

/* Map Marker Icon */
.bml1-footer-col .fa-map-marker {
  color: #fcae20;
  margin-right: 10px;
}

/* WhatsApp Float Button */
.bml1-whatsapp-float {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: #25d366;
  color: #fff;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  z-index: 1000;
  transition: transform 0.3s, box-shadow 0.3s;
  text-decoration: none;
}

.bml1-whatsapp-float:hover {
  transform: scale(1.1);
  box-shadow: 0 6px 20px rgba(37, 211, 102, 0.5);
}


/* Responsive Footer */
@media (max-width: 991px) {
  .bml1-footer-row {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
}

@media (max-width: 768px) {
  #bml1-footer {
    padding: 40px 0;
  }

  .bml1-footer-row {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .bml1-footer-col {
    text-align: left;
  }

  .bml1-footer-col h5 {
    font-size: 18px;
    margin-bottom: 15px;
  }

  .bml1-footer-col h4 {
    font-size: 16px;
    margin: 20px 0 10px 0;
  }

  .bml1-whatsapp-float {
    width: 50px;
    height: 50px;
    font-size: 28px;
    bottom: 15px;
    right: 15px;
  }
}

/* Books Grid Responsive */
@media (max-width: 1200px) {
  .bml1-book-card {
    flex: 0 0 calc(20% - 2.4px);
  }
}

@media (max-width: 991px) {
  .bml1-book-card {
    flex: 0 0 calc(25% - 2.25px);
    height: 200px;
  }

  .bml1-books-grid {
    gap: 10px;
  }
}

@media (max-width: 768px) {
  .bml1-gallery-container {
    padding: 30px 20px;
    border-radius: 30px;
  }

  .bml1-book-card {
    flex: 0 0 145px;
    height: 210px;
  }

  .bml1-gallery-section {
    padding: 40px 15px;
  }

  .bml1-books-grid {
    gap: 15px 10px;
    justify-content: center;
  }
}

@media (max-width: 480px) {
  .bml1-gallery-container {
    padding: 20px 15px;
    border-radius: 20px;
  }

  .bml1-book-card {
    flex: 0 0 130px;
    height: 190px;
  }

  .bml1-books-grid {
    gap: 10px;
  }

  .bml1-gallery-section {
    padding: 30px 10px;
  }
}

/* Testimonials Responsive */
@media (max-width: 991px) {
  .bml1-testimonials-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}

@media (max-width: 768px) {
  .bml1-testimonials-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .bml1-about-badge {
    text-align: center;
  }

  .bml1-para-left {
    text-align: center;
  }

  .bml1-testimonials-section {
    padding: 15px;
  }

  .bml1-testimonial-card {
    padding: 25px 20px;
  }
}

@media (max-width: 770px) {
  .bml1-testimonials-leave-right {
    display: none;
  }
}

/* Continuous Slider Responsive */
@media (max-width: 768px) {
  .bml1-continuous-slider .bml1-slider-container img,
  .bml1-continuous-slider .bml1-slide img {
    max-height: 50px;
    margin-right: 20px;
  }

  .bml1-continuous-slider .bml1-slider-container {
    animation: bml1-scroll 25s linear infinite;
  }
}

@media (max-width: 480px) {
  .bml1-continuous-slider .bml1-slider-container img,
  .bml1-continuous-slider .bml1-slide img {
    max-height: 40px;
    margin-right: 15px;
  }

  .bml1-continuous-slider .bml1-slider-container {
    animation: bml1-scroll 20s linear infinite;
  }
}

@media (max-width: 526px) {
  .lp-footer-list li {
    font-size: 14px !important;
  }

  .lp-footer-list li i {
    font-size: 13px !important;
  }

  /* Popup Form Responsiveness */
  .popup-form {
    left: 50% !important;
    top: 50% !important;
    transform: translate(-50%, -50%) !important;
    margin: 0 !important;
    width: 95% !important;
    max-width: 400px !important;
  }

  .popup-form .formcontainer {
    width: 100% !important;
    margin: 0 auto !important;
    padding: 0 10px !important;
  }

  .banner-r {
    padding: 15px 15px !important;
    border-width: 2px !important;
  }

  .banner-inner-tl h4 {
    font-size: 16px !important;
    line-height: 1.3 !important;
    margin-bottom: 8px !important;
  }

  .popup-form .banner-r .col-lg .form-control,
  .popup-form .banner-r .col-lg select.classic {
    height: 38px !important;
    font-size: 13px !important;
    margin-bottom: 10px !important;
    padding: 5px 12px !important;
  }

  .banner-r form {
    padding: 12px 0 0 !important;
  }

  /* .bml1-hero-form .form-box-new {
        padding: 25px;
    } */
}
.popup-form .banner-r input.btn.form-btn {
  height: 42px !important;
  font-size: 18px !important;
  margin-top: 10px !important;
}

.popup-form .form-div label {
  font-size: 11px !important;
  line-height: 1.4 !important;
}

.popup-form .form-div input#test2,
.popup-form .checkboxx {
  width: 14px !important;
  height: 14px !important;
  margin-top: 3px !important;
}

.popup-form .close {
  top: -15px !important;
  right: -10px !important;
}

@media (max-width: 425px) {
  .bml1-section-description {
    padding: 0 10px !important;
  }
     .bml1-section-title h2 {
    font-size: 28px !important;
    /* line-height: 1.1; */
  }
}
@media (max-width: 375px) {
  .bml1-features-list {
    grid-template-columns: 1fr;
    justify-items: center;
    width: max-content;
    margin: 0 auto 30px;
  }

  .bml1-features-list li {
    justify-content: flex-start;
    width: 100%;
  }
}

.bml1-promotion-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1;
}

.bml1-promotion-container {
  position: relative;
  z-index: 2;
}

.bml1-blob-background {
  position: absolute;
  top: 50%;
  right: 10%;
  width: 800px;
  height: 800px;
  background: radial-gradient(
    circle,
    rgba(255, 255, 255, 0.15) 0%,
    rgba(255, 255, 255, 0) 70%
  );
  border-radius: 50%;
  filter: blur(40px);
  z-index: 1;
  transform: translateY(-50%);
}

@media (max-width: 768px) {
  .bml1-header-right .bml1-mobile-phone {
    display: none;
  }
}
