/* ============================================================
   RESPONSIVE TWEAKS
   ============================================================ */
   
   /* Mobile nav */
@media (max-width: 991px) {
  #mainNav {
    background: rgba(10,10,10,.96);
    backdrop-filter: blur(16px);
    padding: 1.5rem;
    border-radius: 0 0 var(--radius) var(--radius);
    margin-top: 8px;
  }
  .site-header .nav-link { padding: .75rem 0 !important; }
  .header-col--right { margin-top: 1rem; }
  .portfolio-col   { flex: 0 0 175px; }
  .port-card img   { height: 230px; }
  .portfolio-clip  { height: 560px; }
  .bks-card { border-radius: 10px; }
}
@media (max-width: 768px) {
    .ps-item      { flex: 0 0 400px; }
  .ps-item img  { height: auto; }
  .ps-track     { padding: 10px 20px; }
  .proc-card  { flex: 0 0 220px; }
  .proc-title { font-size: 1.6rem; }
    .container { grid-template-columns: 1fr; }
      .big-name { font-size: 5rem; margin-left: 0; }
      .col-text { padding-left: 0; margin-top: 20px; }
    /* Only 2 columns on mobile */
  .portfolio-col:nth-child(3),
  .portfolio-col:nth-child(4) { display: none; }
  .portfolio-col  { flex: 0 0 150px; }
  .port-card img  { height: 200px; }
  .portfolio-clip { height: 460px; }
  .section-pad { padding: 60px 0; }
  .hero-title { font-size: 2.6rem; }
 .footer-policy-links{
        gap:15px;
        flex-wrap:wrap;
    }

    .footer-policy-links li:not(:last-child)::after{
        display:none;
    }

    .footer-policy-links a{
        font-size:13px;
    }
  .video-play-btn {
    width: 88px;
    height: 88px;
    bottom: -20px;
    left: 14px;
  }
  .circle-text { font-size: 11px; }
  .play-icon { width: 34px; height: 34px; }
  .play-icon svg { width: 14px; height: 14px; }
  .cols-right { grid-template-columns:1fr; }
      .banner-wordmark { font-size:1.3rem; }
       .services-grid {
        grid-template-columns: 1fr;
      }
      .center-logo {
        padding: 30px 0;
      }
      .col-right .service-item {
        text-align: left;
      }
      .col-right .item-title {
        flex-direction: row;
      }
      
      /*-----------------------Home Page-------------------------------*/
      
      span.hero-span 
      {
          font-size: 12px;
      }
      
      .buttons-wrap a
      {
          padding: 12px 25px;
      }
      .heading-h1 
      {
          font-size:34px;
      }
    body
    {
        overflow-x:hidden !important;
    }
    .ellipse-left, .ellipse-right
    {
        display:none;
    }
    .sub-h2
    {
        font-size: 25px;
    }
    .row.row-form form .col-lg {
    width: 100%;
    padding-bottom: 10px;
}
img.My-logo-image {
    display: none;
}
.main-h2 {
    font-size: 32px;
    font-weight: bold;
    text-transform: capitalize;
}
.features
{
    padding: 35px;
}
.features h2.light {
    font-size: 28px;
    font-weight: 600;
}
.services-card, .services-section
{
    padding: 20px;
}
.row.row-form .form-div {
    display: flex;
    flex-flow: row;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
}
.col-text {
    padding-left: 10px;
    padding-top: 50px;
}
.top-row {
    display: flex;
    align-items: center;
    gap: 24px;
    margin-bottom: 24px;
    flex-direction: column;
}
.big-name br {
    display: none;
}
.big-name {
        font-size: 2.5rem;
        margin-left: 0;
        text-align: center;
    }
.portfolio-section {
    padding: 80px 10px;
}
.about-title {
    font-size: 30px;
}
.footer-top {
    padding: 50px 20px;
}
.sec-h-2 {
    font-size: 25px;
}

 .sec-h {
    font-size: 25px;
}         
.stripe-title {
    font-size: 25px;

}
.banner {
    padding: 30px 20px;

}
.big-name .white, .big-name span.white.e {
    background: linear-gradient(to right, #00b4d8 49%, #090B1B 50%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: #10101000;
    background-clip: text;
}

/*------------Book Store Page-------------------------*/

      .books-card-img {
    height: 70%;

}


/*------------Success Story Page-------------------------*/


.ss-amz-btn {
    padding: 10px 30px;
}

/*------------Publishing  Page-------------------------*/


section.form-section {
    padding: 0px 0;
}


.col-md-6.content-col {
     padding-left: 70px; 
}
.stat-number {

    font-size: 3rem;

}
.stat-plus {
    font-size: 3rem;
}
.stat-label {
    font-size: 18px;
    letter-spacing: 0.12em;
    text-transform: capitalize;
    color: var(--c-dark);
    font-weight: 600;
}


section.about-features {
    max-width: 85%;
    padding: 50px 0;
}

.features.container.global h2.light {
    font-size: 30px;
    text-transform: capitalize;
    margin-bottom: 20px;
}

.features.container.global .row.list-box ul li {
    width: 100%;
}

.features {

     margin-bottom: 0px; 
}
.col-md-6.content-col {
        padding-left: 20px;
        padding-bottom: 30px;
    }
.row.list-box ul.grey {
    margin-bottom: 0;
}
.proc-card-title {
    font-size: 20px;
}
.proc-card-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 10px;
    padding-right: 10px;
    flex-direction: column-reverse;
}

.proc-card-desc {
    font-size: 15px;
    color: var(--c-mid);
    line-height: 1.75;
    margin: 0;
}

/*------------About Us  Page-------------------------*/

section.table-wrapper {
    padding: 0 20px;
}

strong.grey {
    font-size: 23px;
    font-weight: 600;
}

.ts-section {
    padding: 20px;
    background: #fff;
}

/*------------Contact Us  Page-------------------------*/


strong.emailst a {
    color: #156F9A;
    font-size: 20px;
    font-weight: 600;
}

.contactwrap {
    padding: 70px 20px;
}

.contactwrap .form-div input.btn.form-btn.facing_problem {
    width: 100%;
     
}

section.brand-details {
    padding-top: 50px;
}

span.ourcontacts {
    font-size: 30px;
}
section.brand-details p.grey {
    font-size: 16px;
}

section.cta-band.contactwrap.container {
    margin-top: 50px;
    margin-bottom: 120px;
}




/* RESPONSIVE */
    @media(max-width:860px){
      .footer-top { grid-template-columns:1fr; gap:40px 0; }
      .cols-right { grid-template-columns:1fr 1fr; }
    }
      /* Responsive */
    @media (max-width: 860px) {
      .cards-grid { grid-template-columns: 1fr 1fr; }
    }

    @media (max-width: 540px) {
      .cards-grid { grid-template-columns: 1fr; }
      .section-header h2 { font-size: 1.7rem; }
    }
    /* ---- Responsive ---- */
@media (max-width: 768px) {
  
}
@media (max-width: 480px) {
  .ps-item      { flex: 0 0 350px; }
  .ps-item img  { height: auto; }
   .proc-card        { flex: 0 0 200px; }
  .proc-header-right { display: none; } /* hide arrows on mobile, drag only */
  .bks-body { padding: 10px 10px 12px; }
  .bks-book-title { font-size: .85rem; }
}
/* 5-column layout on large screens */
@media (min-width: 992px) {
 
}

@media (max-width: 480px) {
  
}
/* 5-column layout on large screens */
@media (min-width: 992px) {
  .col-lg-2-4 { width: 20%; }
}