/* testmonial-area */
.testimonials-area {
    background-color: #fff;
  }
  
  .testimonial-wrapper {
    display: flex;
    flex-direction: column;
    gap: 30px;
    overflow: hidden;
    padding: 0px 0px 10px 0px;
  }
  
  .slider {
    /* overflow: hidden; */
    /* white-space: nowrap; */
    width: 100%;
  }
  

  .slide-track {
    display: flex;
    animation: scroll 40s linear infinite;
    width: calc(300px * 12); /* 6 cards * 2 duplicate */
  }
  
  .slide-track.reverse {
    animation: scroll-reverse 40s linear infinite;
  }

  .slide-track:hover {
    animation-play-state: paused;
  }
  
  .testimonial-card {
    max-width: 388px;
    /* height: 275px; */
    margin: 0 15px;
    background: #fff;
    border-radius: 16px;
    padding: 16px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    flex-shrink: 0;
  }
  
  .reviews-card {
    background: #fff;
    border-radius: 16px;
    padding: 16px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    flex-shrink: 0;
  }
  
  .testimonial-header {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
  }
  
  .testimonial-header img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-right: 15px;
  }
  
  .testimonial-name {
    font-weight: bold;
    font-size: 16px;
    font-weight: 600;
    color: #303030;
  }
  
  .testimonial-username {
    font-size: 14px;
    color: #201a2e;
    font-family: "poppins", sans-serif !important;
    font-weight: 400;
  }
  
  .testimonial-text {
    font-size: 16px;
    color: #303030;
    /* min-height: 120px; */
    min-height: 60px;
    margin-bottom: 15px;
    font-weight: 400;
  }
  
  .reviews .testimonial-text {
    font-size: 16px;
    color: #303030;
    min-height: 120px !important;
    /* min-height: 60px; */
    margin-bottom: 15px;
    font-weight: 400;
  }
  
  .testimonial-stars {
    color: #bdb396;
    font-size: 18px;
  }
  
  @keyframes scroll {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-50%);
    }
  }
  
  @keyframes scroll-reverse {
    0% {
      transform: translateX(-50%);
    }
    100% {
      transform: translateX(0);
    }
  }
  /* testmonial-area */

  /* our-services-area-v2 start */
.our-services-area-v2 {
    background-color: #fff !important;
  }
  
  .sr-bx-v2 h4 {
    padding: 8px 0px;
    font-size: 22px;
    font-weight: 600;
    color: black;
  }
  
  .sr-bx-v2 p {
    max-width: 340px !important;
    margin: 0px auto;
    font-size: 16px;
  }
  
  .abt-txt-bx .step-heading {
    border-bottom: 3px solid #201a2e;
    padding-bottom: 0px;
    margin-bottom: 8px;
    display: inline-block;
  }
  
  .abt-txt-bx .step-sb-heading {
    font-size: 30px;
    font-weight: 600;
    color: black;
  }
  .abt-txt-bx .step-para {
    padding: 15px 0px;
    font-style: normal;
  }
  
  .step-features-list {
    list-style: none;
    padding: 0;
  }
  
  .step-features-list li {
    margin-bottom: 15px;
  }
  
  .step-features-list .feature-title {
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 600;
    color: #303030 !important;
  }
  
  .step-features-list p {
    margin: 0px 0 0 24px;
    font-size: 15px !important;
    color: #555;
  }
  
  .step-one .abt-txt-bx {
    padding: 0px 60px 0px 0px;
  }
  
  .step-two .abt-txt-bx {
    padding: 0px 0px 0px 60px;
  }
  
  .footerForm .form-check-label {
    color: #475467;
    font-weight: 400 !important;
    font-size: 15px;
    font-style: normal;
  }
  
  .services-v2-wrp-bx {
    margin-bottom: 45px;
  }
  
  .cnt-hero-txt-bx {
    margin-bottom: 20px;
    padding: 0px 50px 0px 0px;
  }


.step-one .img-style img,
.step-two .img-style img {
    box-shadow: none;
}

.headerForm {
    background-color: var(--main-color) !important;
    border-radius: 20px;
    box-shadow: 1px 1px 18.5px 0px #00000026;
    padding: 30px 50px;
    margin-top: -28px;
}

#orderForm h2 {
    padding-bottom: 20px;
  }
  
  #orderForm h3 {
    padding: 20px 0px 24px 0px;
    font-size: 22px;
    font-weight: 600;
    color: black;
  }
    
  #orderForm .checkbox-wrapper {
    display: grid;
    grid-template-columns: repeat(3, auto); /* har row mein 3 checkbox */
    gap: 6px 25px; /* space horizontal aur vertical */
    justify-content: center;
  }
  
  #orderForm .form-check-inline {
    margin-left: unset !important;
    margin-right: unset !important;
    display: inline-block;
    margin-right: unset !important;
  }

  .services-chk-bx .form-check {
    padding: 5px 16px 5px 34px;
    background: #201A2E;
    border-radius: 4px;
    cursor: pointer;
    box-shadow: 1px 1px 18.5px 0px #00000026;
  }
  
  
  #orderForm .form-check-label {
    font-weight: 600;
    font-size: 16px;
    color: white;
    cursor: pointer;
  }
  
  .home-publishing-journey .headerForm {
    margin-top: 40px;
  }


/* about-area start */

.sec-hd-bx {
  padding-bottom: 30px;
}

.sec-hd-bx h3 {
  font-size: 20px;
  background-color: #e1e0de;
  display: inline-block;
  border-radius: 50px;
  padding: 13px 40px;
  margin-bottom: 20px;
}

.sec-hd-bx h4 {
  font-size: 45px;
  color: #303030;
  line-height: 120%;
  padding: 5px 0px;
}

.abt-txt-bx p {
  /* font-size: 20px !important; */
  color: #303030 !important;
  line-height: 32px;
  margin-bottom: 28px;
}

/* services start */

.service-bx {
  background-color: #fff;
  padding: 10px 15px;
  box-shadow: 0 3px 15px 0px #00000026;
  border-radius: 16px;
  border-bottom: 8px solid var(--main-color);
}
.icon-hd-bx {
  display: flex;
  gap: 20px;
  align-items: center;
}

.sr-icn-bx {
  background-color: var(--main-color);
  height: 74px;
  width: 74px;
  line-height: 74px;
  text-align: center;
  border-radius: 100px;
}

.sr-icn-bx img {
  filter: brightness(30.5) !important;
}
.sr-hd-bx h5 {
  font-size: 20px;
}

.sr-para-btn-bx p {
  font-size: 15px !important;
  padding: 12px 0px 0px 0px;
  min-height: 74px;
}

.sr-btn-bx {
  text-align: end;
}
.sr-para-btn-bx a {
  background-color: var(--main-color);
  border-radius: 100px;
  color: #fff;
  padding: 8px 28px;
  font-family: "Poppins", sans-serif !important;
  font-weight: 400;
  display: inline-block;
}
.sr-para-btn-bx a:hover {
  background-color: var(--main-bg4);
  transition: all 0.3s;
}

.service-bx:hover {
  background-color: #fff;
  border-bottom: 8px solid var(--main-bg4);
  transition: all 0.8s;
}

.service-bx:hover .sr-icn-bx {
  background-color: var(--main-bg4);
  transition: all 0.8s;
}

.service-bx:hover .sr-para-btn-bx a {
  background-color: var(--main-bg4);
  transition: all 0.8s;
}

  /* Hover dropdown on desktop only */
  
  @media (max-width: 575px) {
    .checkbox-wrapper {
      grid-template-columns: repeat(2, auto) !important;
    }
  }
  
  .cnt-hero-txt-bx {
    margin-bottom: 20px !important;
  }
  
  .cnt-hero-txt-bx h1 {
    font-size: 48px !important;
  }
  .cnt-hero-txt-bx h2 {
    font-size: 32px;
  }
  
  .cnt-hero-txt-bx p {
    font-size: 17px !important;
  }
  select#categorySelect {
    font-size: 13px !important;
    color: #5a7184 !important;
  }
  
  .thnk-hd-bx h1 {
    font-size: 50px !important;
    text-align: center !important;
  }
  
  .popservices-chk-bx {
    position: relative !important;
  }
  
  .popservices-chk-bx .error {
    position: absolute !important;
    top: -30px !important;
    left: 128px;
    display: block !important;
  }
  
  
  .services-item {
    position: relative;
  }
  
  
   /* ------------------------------------------------------------------- */
  .publishing-form-area{
    padding: 0px 0px 40px 0px;
    background: linear-gradient(360deg, #bdb3961c, #ffffff);
    z-index: 2;
  }
  
  
   /* ------------------------------------------------------------------- */

.sec-home-banner::before {
    opacity: 0.9;
}

.btn-3 {
  color: #fff !important;
    background: #201A2E !important;
    font-family: 'Hanken Grotesk', sans-serif !important;
    font-weight: 500 !important;
    border-radius: 6px;
    padding: 10px 15px;
    min-width: 155px;
    font-size: 17px;
    font-weight: 700 !important;
    border: none !important;
}

.services-chk-bx {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 6px;
  max-width: 600px;
  margin-inline: auto;
}

.services-chk-bx .error {
  position: absolute !important;
  top: -27px !important;
  display: block !important;
}

form label.error {
  display: none !important;
  color: red;
  font-size: 14px;
  margin-top: 4px;
}

.select-box-arrow {
  position: relative;
}

.select-box-arrow::after {
  content: "\f0dd";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  position: absolute;
  top: 12px;
  right: 12px;
  font-size: 18px;
}

footer {
  background: var(--main-bg4);
}

@media (max-width: 600px) {

  .sec-home-banner-2 {
    padding: 20px 0 !important;
  }

  .sec-home-banner-2 .hero-small {
    margin-bottom: 10px;
  }

  .hero-small h2 {
    font-size: 18px;
  }

  .headerForm {
    padding: 16px 16px;
    margin: 0 -20px;
    border-radius: 0;
  }

  #orderForm h2 {
    font-size: 20px;
    padding-bottom: 10px;
  }

  #orderForm h3 {
    padding: 10px 0px 16px 0px;
    font-size: 16px;
    font-weight: 700;
    color: black;
  }

  .services-chk-bx {
    justify-content: flex-start;
  }

  #orderForm .form-check-inline {
    width: calc(50% - 3px);
  }

  #orderForm .form-check-label {
    font-weight: 500;
    font-size: 14px;
  }

  #orderForm select.form-control {
    padding: 8px 12px;
    font-size: 14px;
  }

  .select-box-arrow::after {
    top: 4px;
  }

  #orderForm input.form-control {
    padding: 8px 12px;
    font-size: 14px;
  }
  
}

/* header area start */

.navbar {
  background-color: #fff;
  padding: 4px 0px;
}

.navbar-nav .nav-link {
  white-space: nowrap;
  font-weight: 600;
  text-transform: uppercase;
  padding: 0.5rem 1rem;
}

/* ------------------------------------------------------------------------------- */

/* ============ Desktop (â‰¥992px) ============ */
@media (min-width: 992px) {
  /* hover par dropdown kholna */
  .navbar .dropdown:hover .dropdown-menu {
    display: block;
  }

  /* mega dropdown centre */
  .navbar .mega-dropdown {
    top: 85%;
    left: 50% !important;
    transform: translateX(-50%);
    width: 900px;
    max-width: 95vw;
    background-image: url("../img/services-icons/logo-menu.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right;
    border-radius: 20px !important;
  }

  .nav-item.dropdown {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .nav-item.dropdown .dropdown-toggle::after {
    /* Bootstrap ka default caret */
    margin-left: -0.3rem !important;
  }
}

/* ============ Mobile (<992px) ============ */
@media (max-width: 991.98px) {
  /* mega dropdown under services */

  .navbar-nav .nav-item {
    border-bottom: 1px solid #f1f1f1;
    border-radius: 0 !important;
  }

  .services-item .menu-item {
    /* background: blue; */
    max-width: max-content;
  }

  .services-item #servicesDropdown {
    position: absolute;
    right: 5px;
    top: 8px;
    background: #bdb39670;
    padding: 0 15px !important;
      margin: 0px 8px !important;
  }

  header nav #navbarSupportedContent ul li a {
    font-size: 14px !important;
  }

  .get-a-quote-btn {
    display: none;
  }

  div#navbarSupportedContent {
    max-height: calc(100vh - 100px);
    overflow-y: auto;
    overflow-x: hidden;
  }

}

/* ============ Common ============ */
.mega-dropdown .dropdown-item {
  padding: 1rem 1.8rem !important;
  font-weight: 500;
  display: flex;
  align-items: center;
}
.mega-dropdown .dropdown-item img {
  max-width: 24px;
  margin-right: 8px;
}

.dropdown-item:hover,
.dropdown-item:focus {
  background-color: unset !important;
}

/* caret icon control */

/* ------------------------------------------------------------------------------- */

.get-a-quote-btn {
  color: #fff;
  background: #201A2E;
  font-weight: 600;
  padding: 8px 20px;
}

.get-a-quote-btn:hover {
  color: black;
  background: var(--main-color);
}

.navbar-toggler {
  position: fixed;
  overflow: unset;
  top: 25px;
  right: 25px;
  box-shadow: none !important;
  padding: 0;
  font-size: 30px !important;
}