
      :root {
        /* Color tokens: 1 primary + neutrals + 1 accent (max 5 total) */
        --clr-primary: #cf240a; /* teal */
        --clr-accent: #f97316; /* orange accent */
        --clr-dark: #0f172a; /* slate-900 */
        --clr-muted: #334155; /* slate-700 */
        --clr-light: #f8fafc; /* near white */
        --radius: 14px;
      }

      html,
      body {
        scroll-behavior: smooth;
      }
      body {
        font-family: var(--font-body, poppins), system-ui, -apple-system,
          "Segoe UI", poppins, "Helvetica Neue", Arial, "Noto Sans",
          "Apple Color Emoji", "Segoe UI Emoji";
        color: var(--clr-dark);
        background: var(--clr-light);
      }
      h1,
      h2,
      h3,
      .display-*,
      .navbar-brand {
        font-family: var(--font-heading, Montserrat), Inter, system-ui,
          -apple-system;
      }

      /* Navbar */
      .navbar {
        --bs-navbar-padding-y: 0.75rem;
        box-shadow: 0 2px 10px rgba(15, 23, 42, 0.05);
        background: #ffffffcc; /* subtle translucency */
        backdrop-filter: saturate(1.2) blur(6px);
      }
      .btn-cta {
        background: var(--clr-primary);
        color: #fff;
        border-radius: 999px;
        padding: 0.55rem 1rem;
        border: 0;
        transition: transform .5s;
      }
      .btn-cta:hover {
        background: #cf240a;
        color: #fff;
         transform: scale(0.95);
      }


            .custombtn{

    background-color: #cf240a;
    text-decoration: none;
    padding: 10px 20px;
    border-radius: 50px;
    border: none;
    font-size: 15px;
    font-family: poppins;
    color: #fff;
    transition: transform .5s;
}

.custombtn:hover{

    transform: scale(0.95);
    text-decoration: none;
    color: #fff;

}


.logo {
    position: absolute;
    top: 20px;
    left: 150px;
    z-index: 10;
}

      /* Hero */
      .hero {
        position: relative;
        min-height: 900px;
        display: grid;
        place-items: center;
        padding-top: 3rem;
        padding-bottom: 3rem;
        color: #fff;
        overflow: hidden;
        background: #cf240a59
          url("https://redrockpublishers.com/lp2/Converting-book-1.jpg")
          center/cover no-repeat fixed;
      }

      .hero::after {
        content: "";
        position: absolute;
        inset: 0;
        background: radial-gradient(
            ellipse at 20% 20%,
            #cf240a59,
            transparent 60%
          ),
          linear-gradient(180deg, rgb(17 17 18 / 65%), #0000004d);
      }

      .hero .content {
        position: relative;
        z-index: 1;
      }
      .lead-badge {
        display: inline-flex;
        gap: 0.5rem;
        align-items: center;
        background: rgba(255, 255, 255, 0.15);
        border: 1px solid rgba(255, 255, 255, 0.25);
        padding: 0.4rem 0.65rem;
        border-radius: 999px;
        font-size: 0.9rem;
      }
      .form-card {
        color: #000;
        background: #ffffff;
        border-radius: var(--radius);
        box-shadow: 0 10px 30px rgba(2, 6, 23, 0.2);
        padding: 2.5rem;
      }
      .form-card .form-control,
      .form-card .form-select {
        border-radius: 15px;
      }
      .btn-primary {
        --bs-btn-bg: var(--clr-primary);
        --bs-btn-border-color: var(--clr-primary);
        --bs-btn-hover-bg: #cf240a;
        --bs-btn-hover-border-color: #cf240a;
      }

      /* Sections */
      .section-title {
        font-weight: 800;
        letter-spacing: -0.02em;
      }
      .eyebrow {
        text-transform: uppercase;
        letter-spacing: 0.12em;
        font-size: 0.8rem;
        color: var(--clr-muted);
      }
      .icon-pill {
        width: 48px;
        height: 48px;
        border-radius: 12px;
        display: grid;
        place-items: center;
        background: rgba(14, 165, 184, 0.12);
        color: var(--clr-primary);
      }
      .feature-card {
        background: #fff;
        border: 1px solid #e5e7eb;
        border-radius: var(--radius);
        padding: 1.25rem;
        height: 100%;
        transition: transform 0.25s ease, box-shadow 0.25s ease;
      }
      .feature-card:hover {
        transform: translateY(-4px);
        box-shadow: 0 12px 28px rgba(15, 23, 42, 0.08);
      }





      /* <!------------------------------------------------Get a Quote Section -----------------------------------------------------> */



.contact-section {
    background: linear-gradient(to bottom, #000, #222);
    border-radius: var(--radius);
    padding: 40px 10%;
    color: white;
    text-align: left;
}
.contact-section h2 {
    font-size: 32px;
    margin-bottom: 20px;
}
.contact-form {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}
.input-field {
    flex: 1;
    min-width: 150px;
    position: relative;
}
.input-field input, .input-field select {
    width: 100%;
    padding: 10px;
    font-size: 16px;
    background: transparent;
    border: none;
    border-bottom: 2px solid white;
    color: rgb(255, 255, 255);
    outline: none;
}

.input-field select {
    appearance: none;
} 

option {
    color: black;
}



/* -------------About--------------- */





  .third__CTA_sec {
    background: url(https://redrockpublishers.com/lp2/GodsWordReallyWorks.webp);
    background-size: cover;
    padding: 140px 0;
    position: relative;
    z-index: 1;
    background-attachment: fixed;
    background-position: top;
}

.third__CTA_sec:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background: rgb(0 0 0 / 60%);
    z-index: -1;
}

.third__CTA_content {
    text-align: center;
    color: #ffffff;
}

.third__CTA_content h2{
    font-weight: 800;
    letter-spacing: -0.02em;
}

.why-choose{
    padding: 80px 0;
}




section#process {
      padding: 80px 0;
      background-color: #eaeaeab3;
    }
 
    #process h5 {
      font-weight: 600;
      color: #222;
      margin-bottom: 40px;
    }
 
    /* Tabs */
    .nav-tabs {
      border-bottom: none;
      justify-content: center;
      gap: 20px;
    }
 
    .nav-tabs .nav-item {
      position: relative;
    }
 
    .nav-tabs .nav-link {
      background: transparent;
      border: none;
      color: #111;
      text-align: center;
      font-weight: 600;
      padding: 20px 30px;
      transition: all 0.3s ease;
      border-radius: 10px;
    }
 
    .nav-tabs .nav-link i {
      font-size: 40px;
      color: #cf240a;
      margin-bottom: 10px;
      display: block;
    }
 
    .nav-tabs .nav-link.active {
      background: #fff;
      box-shadow: 0px 4px 20px rgba(0,0,0,0.1);
    }
 
    .nav-tabs .nav-link.active::after {
      content: "";
      position: absolute;
      bottom: -12px;
      left: 50%;
      transform: translateX(-50%);
      width: 0;
      height: 0;
      border-left: 12px solid transparent;
      border-right: 12px solid transparent;
      border-top: 12px solid #fff;
    }
 
    .tab-content {
      margin-top: 40px;
    }
 
    .tab-pane p {
      font-weight: 500;
      color: #222;
      line-height: 1.8;
      max-width: 800px;
      margin: 0 auto;
    }
 
    @media(max-width: 768px) {
      .nav-tabs {
        flex-wrap: wrap;
        gap: 10px;
      }
      .nav-tabs .nav-link {
        padding: 15px;
      }
      .nav-tabs .nav-link i {
        font-size: 30px;
      }
    }




    
/* ------------------------------------------Footer--------------------------------------------- */

.footer-section{

    background-color: #222;
    padding: 50px 10px;

}

.footer-logo-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
}


.social-icon {
    color: #ffff;
    font-size: 30px;
    border-radius: 5px;
}

.social-icon:hover{    
    color: #cf240a;
}

.contact-list{

        display: flex;
        align-items: center;
        justify-content: flex-end;

}

.contact-list a{

    color: #fff;
    font-size: 16px;

}

.contact-list a:hover{

    color: #cf240a;
    font-size: 16px;

}


.footer-bottom{
    border-top: #c7c7c755 1px solid ;
    background-color: #222;
    padding: 10px 0px; 
}


.footer-bottom p {
    color: #ffffff;
}

.footer-bottom a {
    color: #ffffff;
}

.footer-links {
    display: flex;
    justify-content: flex-end;
}

.footer-links a:hover{
    color: #cf240a;
}

.contact-list a{
    font-family: poppins;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;

}

.portfolio-sec2{
  
    padding: 80px 80px;
}
.portfolio-title2{
  text-align: center;
  color: #000;
}

.portfolio-sec{
    background: linear-gradient(to bottom, #000, #222);
    padding: 80px 0;
}

.portfolio-title{
  text-align: center;
  color: #fff;
}

  .book-cover {
    width: 100%;
    height: 450px;
    /*object-fit: cover;*/
    border-radius: 10px;
    margin-bottom: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  }
 


  .contact-sec {
    background: url(https://redrockpublishers.com/lp2/girl-is-reading-book-cafe.webp);
    background-size: cover;
    color: #fff;
    padding: 80px 0;
    position: relative;
    z-index: 1;
    background-position: center;
}

.contact-sec:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background: rgb(0 0 0 / 60%);
    z-index: -1;
}

.contact-text-sec {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}


      /* Responsive tweaks */
      @media (min-width: 992px) {
        .hero .grid {
          display: grid;
          grid-template-columns: 1.2fr 0.8fr;
          gap: 2rem;
          align-items: center;
        }
        
        
      }
      
      /*---------------------Testimonails--------------*/
      
      .video-grid {
      display: grid;
      grid-template-columns: repeat(auto-fill, minmax(380px, 1fr));
      gap: 20px;
    }

    .video {
      background: #fff;
      border-radius: 10px;
      overflow: hidden;
      box-shadow: 0 2px 8px rgba(0,0,0,0.1);
      transition: transform 0.2s ease;
    }

    .video:hover {
      transform: translateY(-5px);
    }

    iframe {
      width: 100%;
      height: 250px;
      border: none;
    }

    .video-title {
      padding: 10px;
      font-size: 15px;
      font-weight: 600;
      color: #333;
    }
    
    
    /*---------------------Testimonails--------------*/


/* <!------------------------------------------------Testimonials Section -----------------------------------------------------> */

  .testimonial-section{
        padding: 50px 10px;
    }

   .desktop-header{
    display: none;
   }

   .footer-section{

    padding: 20px 10px;

}

.contact-list{

        display: flex;
        flex-direction: column;

}

.contact-list a{

    color: #fff;
    margin: 10px 0px;
    font-size: 16px;

}

}

@media only screen and (min-width: 720px){

    .mob-header{
        display: none;
    }

}



.carousel img {
    width: 70px;
    max-height: 70px;
    border-radius: 50%;
    margin-right: 1rem;
    overflow: hidden;
  }
  .carousel-inner {
    padding: 1em;
  }
  
  @media screen and (min-width: 576px) {
    .carousel-inner {
      display: flex;
      width: 90%;
      margin-inline: auto;
      padding: 1em 0;
      overflow: hidden;
    }
    .carousel-item {
      display: block;
      margin-right: 0;
      flex: 0 0 calc(100% / 2);
    }
  }
  @media screen and (min-width: 768px) {
    .carousel-item {
      display: block;
      margin-right: 0;
      flex: 0 0 calc(100% / 3);
    }
  }
  .carousel .card {
    margin: 0 0.5em;
    border: 0;
  }
  
  .carousel-control-prev,
  .carousel-control-next {
    width: 3rem;
    height: 3rem;
  
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
  }



/* Load More button */
    .load-more-container {
      text-align: center;
      margin-top: 20px;
    }

    /* Responsive */
    @media (max-width: 768px) {
      .video-grid {
        grid-template-columns: 1fr;
      }

      iframe {
        height: 200px;
      }
      
      .book-cover {
                width: 100%;
                height: 325px;
                border-radius: 10px;
                margin-bottom: 15px;
                box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}
    
    
     .hero {
    position: relative;
    min-height: 900px;
    display: grid;
    place-items: center;
    padding-top: 11rem;
    padding-bottom: 3rem;
    color: #fff;
    overflow: hidden;
    background: #cf240a59
          url("https://redrockpublishers.com/lp2/Converting-book-1.jpg")
          center/cover no-repeat fixed;
}
    
    .form-card {
    color: #000;
    background: #ffffff;
    border-radius: var(--radius);
    box-shadow: 0 10px 30px rgba(2, 6, 23, 0.2);
    padding: 2.5rem;
    margin-top: 25px;
}
    
    
    .cta-btn {
    display: flex;
    flex-direction: column;
    align-items: center;
}
    
    .contact-list {
    display: flex;
    flex-direction: column;
}
      .footer-logo-section {
    display: flex;
    justify-content: center;
    align-items: center;
}
      
    }