*{
  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: #ff9900;
    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: #ff9900;
    border-color: #ff9900;
}
.contact {
    margin-top: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.contact-icon {
    font-size: 1.5rem;
    color: #ff9900;
}

.brandxcel-img {
max-width: 120%; /* Adjust this percentage as needed */
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: #ffa500;
    color: white;
    padding: 70px 0;
  }
  
  .header-content h2 {
    font-size: 2rem;
    font-weight: bold;
    margin: 10px 0;
  }
  
  .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 */

.header-content h2 {
font-size: 2rem;
line-height: 1.4;
}


.book-data{
margin-top: -20%;
}
.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);
}