/* ============================================================
   RESPONSIVE TWEAKS
   ============================================================ */
   
   /* Mobile nav */
@media (max-width: 991px) {
  .site-header .navbar > .container-xl {
    flex-wrap: wrap;
    gap: 0;
  }
  .site-header .navbar-brand img {
    height: 48px;
    max-width: 100px;
  }
  .site-header .navbar-nav {
    align-items: stretch;
  }

  #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, #00E8C2 49%, #012451 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%; }
}


/* ============================================================
   PRODUCTION RESPONSIVE LAYER
   Desktop (1200px+) remains governed by the original stylesheet.
   ============================================================ */

:where(a, button, input, select, textarea):focus-visible {
  outline: 3px solid #00E8C2;
  outline-offset: 3px;
}

/* Laptop: retain the desktop navigation while fitting narrower screens. */
@media (min-width: 992px) and (max-width: 1199.98px) {
  .site-header .navbar > .container-xl { gap: .25rem; }
  .site-header .navbar-brand { margin-right: .25rem; }
  .site-header .navbar-brand img { height: 50px; max-width: 96px; }
  .site-header .nav-link {
    font-size: .68rem;
    letter-spacing: .045em;
    padding-inline: .38rem !important;
  }
  .site-header .nav-link::after { left: .38rem; }
  .site-header .nav-link:hover::after,
  .site-header .nav-link.active::after { width: calc(100% - .76rem); }
  .site-header .btn-cta {
    min-height: 44px;
    padding-inline: .8rem;
    font-size: .72rem;
    letter-spacing: .06em;
  }
  .services-card { padding-inline: 36px; }
  .services-grid { grid-template-columns: 1fr 230px 1fr; gap: 32px; }
  .contactwrap { padding-inline: 70px; }
}

/* Tablet and mobile navigation. */
@media (max-width: 991.98px) {
  html, body { max-width: 100%; }
  body.nav-open { overflow: hidden; touch-action: none; }

  .site-header {
    padding: 10px 0;
    background: rgba(10,10,10,.94);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }
  .site-header .navbar > .container-xl {
    flex-wrap: wrap;
    gap: 0;
    padding-inline: clamp(1rem, 4vw, 2rem);
  }
  .site-header .navbar-collapse {
    flex-basis: 100%;
    width: 100%;
  }
  .site-header .navbar-toggler {
    width: 44px;
    height: 44px;
    padding: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;
  }
  .site-header .toggler-icon { width: 24px; padding: 0; }
  .site-header .navbar-toggler[aria-expanded="true"] .toggler-icon span:nth-child(1) {
    transform: translateY(6.5px) rotate(45deg);
  }
  .site-header .navbar-toggler[aria-expanded="true"] .toggler-icon span:nth-child(2) {
    opacity: 0;
    transform: scaleX(0);
  }
  .site-header .navbar-toggler[aria-expanded="true"] .toggler-icon span:nth-child(3) {
    transform: translateY(-6.5px) rotate(-45deg);
  }
  #mainNav {
    max-height: calc(100dvh - 70px);
    overflow-y: auto;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
    padding: .75rem 1rem 1rem;
    margin-top: 8px;
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 0 0 14px 14px;
  }
  .site-header .navbar-nav {
    width: 100%;
    align-items: stretch;
    flex-wrap: nowrap;
  }
  .site-header .nav-link,
  .site-header .dropdown-item {
    min-height: 44px;
    display: flex;
    align-items: center;
    white-space: normal;
  }
  .site-header .nav-link {
    padding: .7rem .25rem !important;
  }
  .site-header .nav-link::after { left: .25rem; }
  .site-header .nav-link:hover::after,
  .site-header .nav-link.active::after { width: calc(100% - .5rem); }
  .site-header .dropdown-toggle {
    justify-content: space-between;
  }
  .site-header .dropdown-menu {
    position: static;
    width: 100%;
    min-width: 0;
    margin: 0 0 .4rem !important;
    padding: .25rem;
    box-shadow: none;
  }
  .site-header .dropdown-item {
    padding: .6rem .75rem;
  }
  .site-header .header-col--right {
    width: 100%;
    margin-top: .75rem;
    flex-direction: column;
    align-items: stretch !important;
    gap: .75rem !important;
  }
  .site-header .btn-cta {
    width: 100%;
    min-height: 44px;
  }

  .container,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl {
    padding-left: clamp(1rem, 3vw, 1.75rem);
    padding-right: clamp(1rem, 3vw, 1.75rem);
  }

  .main-h2,
  .heading-h1,
  .hero-title,
  .about-title,
  .proc-title,
  .bks-title {
    overflow-wrap: anywhere;
  }
  .main-h2 { font-size: clamp(2rem, 5vw, 2.75rem); line-height: 1.15; }
  .heading-h1 { font-size: clamp(2.25rem, 5.5vw, 3rem); line-height: 1.12; }
  .sub-h2 { font-size: clamp(1.35rem, 3.5vw, 1.75rem); line-height: 1.35; }

  img, video, iframe, svg { max-width: 100%; }
  video, iframe { height: auto; }

  .row.row-form .heading-h2,
  section#home-hero .sub-h2 { width: 100%; }
  .row.row-form .form-div { flex-wrap: wrap; gap: .75rem; }
  .row.row-form form .col-lg { width: calc(50% - .375rem); padding: 0; }
  input.form-control,
  select.classic,
  textarea.form-control,
  .form-control-custom {
    width: 100%;
    min-height: 44px;
    font-size: 1rem;
  }
  textarea.form-control,
  textarea.form-control-custom { min-height: 120px; }
  input.btn.form-btn,
  button,
  .btn,
  .buttons-wrap a,
  .social-btn,
  .books-amazon-btn,
  .bks-amz-btn,
  .ss-amz-btn {
    min-height: 44px;
  }

  .services-section { padding: 60px 24px; }
  .services-card { padding: 48px 32px; }
  .services-grid { grid-template-columns: 1fr 180px 1fr; gap: 28px; }
  .col-left, .col-right { gap: 24px; }

  .cards-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .books-card { min-height: 240px; }
  .books-card-img { max-width: 48%; height: auto; }

  .ps-item { flex-basis: min(400px, calc(100vw - 64px)); }
  .ps-track { padding-inline: 24px; }
  .proc-card { flex-basis: min(340px, calc(100vw - 64px)); }
  .proc-track { padding-inline: 24px; }

  .ts-track { width: 600%; }
  .ts-slide { width: calc(100% / 12); }

  .modal-dialog {
    width: calc(100% - 2rem);
    max-width: 760px;
    margin: 1rem auto;
  }
  .modal-content { max-height: calc(100dvh - 2rem); overflow-y: auto; }
  .modal-panel { min-height: 300px; }
  .modal-close-btn { width: 44px; height: 44px; }

  section.table-wrapper,
  .table-responsive {
    max-width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  table { min-width: 640px; }

  .footer-top { padding-inline: 28px; }
  .footer-bottom { padding-inline: 28px; }
  .footer-policy-links,
  .bottom-links { flex-wrap: wrap; }
  .contact-item,
  .flinks a { overflow-wrap: anywhere; }
}

/* Tablet. */
@media (min-width: 768px) and (max-width: 991.98px) {
  section#home-hero,
  section#service-hero.hero-banner,
  section#inner-hero {
    padding-top: 150px;
    padding-bottom: 90px;
  }
  .contactwrap { padding-inline: 50px; }
  section.about-features { max-width: calc(100% - 3rem); }
  .checklist-cell { padding-inline: 16px; }
}

/* Mobile Large, Mobile, and Small Mobile. */
@media (max-width: 767.98px) {
  section#home-hero,
  section#service-hero.hero-banner,
  section#inner-hero {
    min-height: auto;
    padding-top: 120px;
    padding-bottom: 64px;
  }
  .row-hero { row-gap: 40px; }
  .hero-p,
  .hero-sub { font-size: 1rem; line-height: 1.7; }
  section.hero-banner .buttons-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: .75rem;
    margin: 28px 0;
  }
  .buttons-wrap a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: 0 !important;
  }

  .video-section { padding: 56px 0; }
  .video-wrapper { display: block; margin-inline: auto; }
  .video-play-btn { left: 12px; bottom: -22px; }

  .row.row-form { margin-top: 36px; }
  .row.row-form form .col-lg,
  .row.row-form .g-recaptcha { width: 100%; }
  .g-recaptcha { max-width: 100%; overflow: hidden; }
  .g-recaptcha > div {
    max-width: 100%;
    transform-origin: left top;
  }

  .section-pad,
  .services-section,
  .books-section,
  .bks-section,
  .proc-section,
  .ps-section,
  .ts-section,
  .logo-section {
    padding-top: 52px;
    padding-bottom: 52px;
  }
  .services-section { padding-inline: 16px; }
  .services-card { padding: 32px 20px; }
  .services-grid { grid-template-columns: 1fr; gap: 28px; }
  .center-logo { padding: 8px 0; }
  .features { padding: 32px 24px; border-radius: 16px; }
  section.about-features { max-width: calc(100% - 2rem); padding-block: 52px; }

  .cards-grid { grid-template-columns: 1fr; }
  .books-card {
    padding: 28px 20px;
    min-height: 230px;
  }
  .books-card-title { max-width: 58%; }
  .books-card-img { right: -8px; max-width: 46%; }

  .spanwrap,
  .para-wrap {
    flex-direction: column;
    gap: 1rem;
  }
  span.ourcontacts,
  section.brand-details .para-wrap p.grey {
    width: 100%;
  }
  strong.emailst a {
    display: inline-block;
    max-width: 100%;
    overflow-wrap: anywhere;
    font-size: clamp(1.15rem, 5vw, 1.5rem);
  }
  .contactwrap { padding: 52px 20px; }
  .contactwrap .form-div input.btn.form-btn.facing_problem { width: 100%; }

  .checklist-wrapper { margin-block: 40px; }
  .checklist-cell {
    border-right: 0;
    border-bottom: 1px solid #e0e0e0 !important;
  }
  .checklist-cell:last-child { border-bottom: 0 !important; }
  .checklist-cell--empty { display: none; }

  .footer-top { padding: 48px 20px 40px; }
  .footer-top .row { row-gap: 36px; }
  .cols-right { grid-template-columns: 1fr 1fr; gap: 32px 20px; }
  .footer-bottom {
    padding: 20px;
    justify-content: center;
    text-align: center;
  }
  .bottom-links,
  .footer-policy-links {
    justify-content: center;
    gap: 12px 16px;
  }

  .modal-dialog { width: calc(100% - 1rem); margin: .5rem auto; }
  .modal-panel { display: none; }
  .modal-body-custom { padding: 24px 18px !important; }
  .modal-title { font-size: clamp(1.5rem, 7vw, 2rem); padding-right: 44px; }

  .hero-swiper-section {
    height: auto;
    min-height: 620px;
  }
  .swiper-button-prev.hero-nav-prev,
  .swiper-button-next.hero-nav-next { display: none; }
}

/* Mobile Large. */
@media (min-width: 576px) and (max-width: 767.98px) {
  .buttons-wrap a { flex: 0 1 auto; }
  .portfolio-col { flex-basis: 170px; }
}

/* Mobile and Small Mobile. */
@media (max-width: 575.98px) {
  .container,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl {
    padding-left: 16px;
    padding-right: 16px;
  }
  .site-header .navbar-brand img { height: 44px; max-width: 92px; }
  .heading-h1 { font-size: clamp(2rem, 10vw, 2.6rem); }
  .main-h2 { font-size: clamp(1.8rem, 8vw, 2.25rem); }
  .sub-h2 { font-size: clamp(1.2rem, 6vw, 1.55rem); }

  .buttons-wrap { width: 100%; }
  .buttons-wrap a {
    width: 100%;
    padding-inline: 18px;
  }
  .social-links { flex-direction: column; }
  .social-btn { width: 100%; justify-content: center; }

  .ps-item { flex-basis: calc(100vw - 40px); }
  .ps-track { gap: 14px; padding-inline: 20px; }
  .proc-card {
    flex-basis: calc(100vw - 40px);
    padding: 22px 18px;
  }
  .proc-track { gap: 14px; padding-inline: 20px; }
  .proc-card-title { font-size: 1.25rem; }
  .proc-step-num { font-size: 2.4rem; }

  .ts-section { padding-inline: 16px; }
  .ts-track { width: 1200%; }
  .ts-slide { width: calc(100% / 12); padding-inline: 4px; }

  .portfolio-col { flex-basis: calc(50vw - 24px); }
  .portfolio-clip { height: 420px; }

  .books-card-title { font-size: 1.4rem; }
  .bks-img-wrap { padding: 18px; }

  .cols-right { grid-template-columns: 1fr; }
  .footer-top,
  .footer-bottom { padding-inline: 16px; }
}

/* Small Mobile. */
@media (max-width: 374.98px) {
  .site-header .navbar > .container-xl { padding-inline: 12px; }
  .site-header .navbar-brand img { height: 40px; max-width: 84px; }
  #mainNav { padding-inline: .75rem; }
  section#home-hero,
  section#service-hero.hero-banner,
  section#inner-hero { padding-top: 108px; }
  .heading-h1 { font-size: 1.9rem; }
  .main-h2 { font-size: 1.7rem; }
  .features,
  .services-card { padding-inline: 16px; }
  .books-card { min-height: 210px; }
  .footer-top { padding-inline: 14px; }
  .g-recaptcha > div {
    width: 113.64%;
    transform: scale(.88);
  }
}

/* Respect user motion preferences without changing default animations. */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    scroll-behavior: auto !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
}
