*{
  margin: 0px;
  padding: 0px;
  overflow-x: hidden;
}
.banner {
    padding: 40px 20px;
    background-color: #fff;
    border-radius: 8px;
}
.image-container img {
    max-width: 50%;
    border-radius: 8px;
}
.heading {
    color: #ffa900;
    font-weight: bold;
}
.title {
    font-size: 2rem;
    font-weight: bold;
    color: #333;
}
.text-content {
    margin-top: 20px;
    font-size: 1rem;
    line-height: 1.6;
    color: #555;
}
.btn-primary {
    background-color: rgba(255, 153, 0, 255);
    border-color: rgba(255, 153, 0, 255);
}
.contact {
    margin-top: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.contact-icon {
    font-size: 1.5rem;
    color: #ff9900;
}

.brandxcel-img {
max-width: 100%; 
height: auto;
}
.cinfo {
display: inline;
align-items: center;
gap: 10px;
padding: 10px 15px;
border: 3px solid black; /* Border color matching theme */
border-radius: 8px; /* Rounded corners */

background-color: #fff; /* Optional background for better visibility */
width: 50%;
}

.contact-icon img {
width: 20px; /* Set a fixed size for the icon */
height: 20px;
}

.contact-text {
font-size: 16px;
font-weight: bold;
color: #ff9900; /* Match theme color */

}


 /* Ghostwriting Experts start */
.header-section {
    background-color: rgba(255, 153, 0, 255);
    color: white;
    padding: 70px 0;
  }
  
  .header-content h2 {
    font-size: 2rem;
    font-weight: bold;
    margin: 10px 0px;
  }
  
  .header-content p {
    margin-top: 10px;
    font-size: 1rem;
    color: black;
  }
  
  .book-image {
    width: 100%;
    height: auto;
  }
  
  .book-data {
    margin-top: 20px;
  }
  
  .feature-card {
    transition: transform 0.3s, box-shadow 0.3s;
    
  }
  
  .feature-card:hover {
    transform: scale(1.05);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  }
  
  .feature-icon img {
    max-width: 60px;
  }
  
  .feature-card h5 {
    font-size: 1.2rem;
    margin-top: 10px;
    font-weight: bold;
  }
  
  .feature-card p {
    font-size: 0.9rem;
  }
  
  .text-dark {
    color: black !important;
  }
  
  @media (max-width: 768px) {
    .book-data {
      text-align: center;
      margin-top: 0;
    }
  
    .feature-card {
      text-align: center;
    }
  }
  
  @media (max-width: 576px) {
    .header-content h2 {
      font-size: 1.5rem;
    }
  
    .feature-card h5 {
      font-size: 1rem;
    }
  }
  /* Ghostwriting Experts End */

.best {
background-color: black;
color: white;
padding: 50px 20px;
}

.text-section p {
font-size: 1.2rem;
color: #ffa500; /* Orange color for the text */
}

.text-section h1 {
font-size: 2.5rem;
font-weight: bold;
line-height: 1.4;
}

.live-chat-btn {
color: white;
font-weight: bold;
display: flex;
align-items: center;
gap: 10px; /* Space between text and icon */
padding: 10px 20px;
width: 100%;
max-width: 210px;
}

.live-chat-btn img {
width: 20px;
height: 20px;
}

.contact {
font-size: 1.2rem;
font-weight: bold;
margin-top: 20px;
border: 1px solid white;
display: flex;
align-items: center;
padding: 10px;
gap: 10px; /* Space between icon and text */
width: 100%;
max-width: 210px;
}

.contact img {
width: 20px;
height: 20px;
}

.book-img img {
max-width: 500px; /* Increased image size further */
width: 100%;
height: auto;
box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
}
.services-title {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 20px;
}
.services-title h2 {
    font-weight: bold;
    font-size: 24px;
}
.services-title p {
    color: #6c757d;
}
.service-card {
    border: 1px solid #ddd;
    padding: 20px;
    border-radius: 8px;
    transition: transform 0.3s;
    text-align: center;
}
.service-card:hover {
    transform: translateY(-10px);
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
}
.service-icon img {
    width: 50px;
    margin-bottom: 15px;
}
.btn-read-more {
    background-color: #ffa500;
    color: #fff;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    margin-top: 20px;
    transition: background-color 0.3s;
    width: 100%;
    max-width: 250px;
}
.btn-read-more:hover {
    background-color: #e65100;
}
.contact-section {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #ffa500;
    border-radius: 8px;
    padding: 10px 20px;
    width: 60%;
}
.contact-section img {
    width: 25px;
}
.contact-section span {
    font-size: 18px;
    font-weight: bold;
}


        /* Banner Section start */
        .banner-section {
    background-color: #ffa500; /* Orange background */
    color: #fff;
    padding: 40px 20px;
    position: relative;
}

.banner-content {
    text-align: center;
}

.discount-circle {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background-color: #000; /* Black circle */
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 auto 20px auto;
    font-size: 24px;
    font-weight: bold;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.discount-circle span {
    font-size: 16px;
    color: rgba(255, 153, 0, 255); /* Yellow text */
}

.cta-buttons {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    gap: 15px;
}

.cta-buttons .btn {
    padding: 10px 20px;
    font-weight: bold;
    border-radius: 5px;
    
}

.btn-live-chat {
    background-color: #000;
    color: #fff;
    border: none;
}

.btn-contact {
    background-color: rgba(255, 153, 0, 255);
    color: #000;
    border: 2px solid #000;
}

.books-container {
    display: flex;
    justify-content: space-around;
    margin-top: 20px;
}

.books-container img {
width: 400px; /* Increased from 100px */
height: 250px; /* Set a fixed height */
transform: rotate(-5deg);
transition: transform 0.3s;
}

.books-container img:hover {
transform: rotate(0);
}

 /* Banner Section end */


/* Feature List Section */
.feature-list-section {
    background-color: #000; /* Black background */
    color: #fff;
    text-align: center;
    padding: 30px 20px;
}

.feature-list-section h2 {
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: bold;
}

.feature-list-section .btn {
    background-color: rgba(255, 153, 0, 255);
    color: #000;
    padding: 10px 20px;
    font-weight: bold;
    border: none;
    border-radius: 5px;
}

.feature-list-section .btn:hover {
    background-color: rgba(255, 153, 0, 255);
}

.heading01 {
    margin: 30px 0;
    color: #333;
}



/* Card start */
.genre-title {
    color: rgba(255, 153, 0, 255);
    font-weight: bold;
    margin-bottom: 10px;
}

.card img {
    height: 250px;
    object-fit: cover;
}


/* Add responsive spacing */
.mb-4 {
    margin-bottom: 1.5rem;
}

/* Card end */


.intro-header {
    text-align: center;
    margin: 40px 0;
}
.intro-header h2 {
    font-weight: bold;
    color: #333;
}
.intro-header h1 {
    color: white;
    margin-top: 15px;
    font-weight: bold;
}
.content-section {
    background-color: rgba(255, 153, 0, 255);
    color: white;
    padding: 50px 20px;
    position: relative;
}
.content-section img {
    max-width: 100%; /* Ensures images are responsive */
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);
}
.content-section h3 {
    font-weight: bold;
    margin-top: 20px;
}
.stats-section {
    margin: 30px 0;
}
.stat-item {
    font-size: 1.5rem; /* Adjusted font size for smaller screens */
    font-weight: bold;
    text-align: center;
}
.stat-item span {
    color: black;
}
.custom-btn {
    background-color: black;
    color: white;
    border: none;
    padding: 10px 20px;
    transition: background-color 0.3s ease;
}
.custom-btn:hover {
    background-color: black;
    color: white;
}
.footer-section {
    background-color: #14213d;
    color: white;
    padding: 20px;
    text-align: center;
}
.genre-section {
    background-color: #f9f9f9;
    padding: 60px 0;
  }

  .genre-heading h5 {
    color: #007bff;
    font-weight: bold;
    letter-spacing: 1px;
  }

  .genre-heading h2 {
    font-weight: bold;
    font-size: 36px;
    color: #333;
  }

  .genre-card {
    border: none;
    background-color: transparent;
    text-align: center;
  }

  .genre-card img {
    max-height: 300px;
    object-fit: cover;
    margin-bottom: 15px;
  }

  .genre-card h5 {
    font-weight: bold;
    margin-bottom: 10px;
  }

  .genre-card p {
    font-size: 14px;
    color: #6c757d;
    margin-bottom: 20px;
  }

  .schedule-btn {
    background-color: rgba(255, 153, 0, 255);
    color: #fff;
    font-weight: bold;
    border: none;
    border-radius: 5px;
    padding: 10px 20px;
    transition: all 0.3s ease;
  }

  .schedule-btn:hover {
    background-color: rgba(255, 153, 0, 255);
    color: #fff;
  }

  