@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

html {
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
  transition: all 0.5s;
  font-family: "Roboto", sans-serif;
  counter-reset: hh-box-counter;
}

/* Scrollbar Styling */
::-webkit-scrollbar {
  width: 6px;
}

::-webkit-scrollbar-track {
  background-color: var(--black-color);
  -webkit-border-radius: 0;
  border-radius: 0;
}

::-webkit-scrollbar-thumb {
  -webkit-border-radius: 20px;
  border-radius: 20px;
  background-color: var(--yellow-color);
}

:root {
  --black-color: #000;
  --yellow-color: #2694D3;
  --light-yellow: #2694D3;
  --gray-color: #e6e5e3;
  --white-color: #fff;
  --darkyellow-color: #2694D3;
  --font-size48: 3rem;
  --fontsize60: 3.75rem;
  --fontsize18: 1.125rem;
  --fontsize42: 2.5rem;
  --fontsize36: 2.25rem;
  --fontsize24: 1.5rem;
}


.compensate-for-scrollbar {
  margin-right: 0 !important;
}

.fancybox-slide--image {
  padding: 0 !important;
}

:is(ul, li) {
  padding: 0;
  margin: 0;
  list-style: none;
}

a {
  text-decoration: none !important;
}

a:hover {
  text-decoration: none;
  transition: 0.5s ease-out;
  color: inherit;
}

img {
  max-width: 100%;
  height: auto;
}

button:focus {
  border: 0;
  outline: none;
  box-shadow: none;
}

button {
  border: 0;
  outline: 0;
}

section {
  position: relative;
  padding: 5rem 0;
}

.owl-carousel .owl-item img {
  width: auto;
  margin: auto;
}

.btn.focus,
.btn:focus {
  outline: 0;
  box-shadow: none;
}

.defult-btn {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  background-color: transparent;
  background-image: linear-gradient(180deg,
      var(--light-yellow) 0%,
      var(--darkyellow-color) 100%);
  border-radius: 6px 6px 6px 6px;
  padding: 15px 0px 15px 0px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  outline: 0;
  box-shadow: none;
  transition-duration: 0.3s;
  transition-property: transform;
}

.defult-btn:hover {
  transform: scale(1.1);
}

.background-overlay {
  background-color: #010101;
  opacity: 0.8;
  inset: 0;
  position: absolute;
}

.z-index {
  position: relative;
  z-index: 1;
}

/* main-header */
header .navbar-nav .nav-link {
  font-size: 14px;
  font-weight: 500;
  text-transform: capitalize;
  position: relative;
  color: var(--white-color);
}

header :is(.navbar-brand, .navbar) {
  padding: 0;
}

#header .container-fluid {
  padding: 0 10%;
}

header.sticky .navbar-nav .nav-link {
  color: var(--white-color);
}

.navbar-nav {
  padding: 3px 10px;
  backdrop-filter: blur(4px);
  background: rgba(255, 255, 255, 0.1);
}

.sticky .navbar-brand img {
  filter: brightness(0) invert(1);
}

.sticky {
  position: fixed;
  top: 0;
  background-color: var(--black-color);
  z-index: 2;
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding: 13px 20px;
}

:is(header .navbar-nav .nav-link:is(.active, :hover))::before {
  content: "";
  bottom: 0;
  height: 3px;
  width: 40%;
  left: 30%;
  background-color: var(--light-yellow);
  z-index: 2;
  display: block;
  position: absolute;
  transition: 0.3s;
  transition-timing-function: cubic-bezier(0.58, 0.3, 0.005, 1);
}

.dropdown-toggle::after:hover {
  display: none !important;
}

header {
  position: absolute;
  width: 100%;
  z-index: 2;
  background-color: transparent;
}

header .navbar-expand-lg .navbar-collapse {
  justify-content: space-around;
}

.header-button {
  height: 44px;
  padding: 0 2.5rem;
  color: var(--white-color);
  margin-left: 1.5rem;
}

.new-before {
  position: relative;
}

.new-before::after {
  content: "new";
  position: absolute;
  top: -3px;
  left: 0;
  color: #fff;
  font-size: 10px;
  text-transform: uppercase;
  font-family: "Merriweather", sans-serif;
}

header .navbar-expand-lg .navbar-nav .dropdown-menu {
  background-color: var(--black-color) !important;
  max-width: max-content;
  transition: 0.4s;
  padding: 0;
  border-radius: 0;
}

header .navbar-expand-lg .navbar-nav .dropdown-menu .dropdown-item,
.dropdown-item.active,
.dropdown-item:active {
  color: var(--white-color);
  font-size: 13px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  border-inline-start: 8px solid transparent;
  padding: 13px 20px;
  line-height: 20px;
}

header .navbar-expand-lg .navbar-nav .dropdown-menu .dropdown-item:hover,
.dropdown-item.active,
.dropdown-item:active {
  color: var(--light-yellow) !important;
}

.dropdown-item.active,
.dropdown-item:active {
  background-color: var(--white-color);
}


span.call-icon {
  margin-right: 8px;
}

.call-btn {
  position: relative;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  color: var(--white-color);
}

.sub-text {
  display: flex;
  flex-direction: column;
  text-align: start;
  color: var(--white-color);
  font-weight: 300;
  font-size: 18px;
  font-family: "Poppins", sans-serif;
}

.right-number {
  color: var(--white-color);
  font-weight: 600;
  font-size: 15px;
  font-family: "Poppins", sans-serif;
}

/* Ensure the dropdown menu is hidden by default */
/* Show the dropdown menu when hovering over the nav item */

/* end main-header */
/* main banner */
.mainbanner {
  background: url(../images/home-hero-bg.webp) center/cover no-repeat;
  padding: 9rem 0;
}

.banner-content {
  position: relative;
}

.banner-content span {
  font-size: 18px;
  color: var(--yellow-color);
}

.banner-content h1 {
  font-size: 53px;
  font-weight: 700;
  line-height: 1.4;
  color: var(--white-color);
  text-transform: capitalize;
}

.banner-content .btn_wrp a:nth-child(1) {
  color: var(--black-color);
}

.para {
  font-weight: 500 !important;
  font-size: 18px !important;
  line-height: 26px;
}

.banner-content p {
  font-size: 15px;
  font-weight: 400;
  margin: 1.5rem 0 1.6rem;
  color: var(--white-color);
}

.banner-content h3 {
  font-size: 18px;
  color: var(--white-color);
}

.trustpilot-logo {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 2rem;
}

:is(.wht-wedo) .defult-btn {
  background: none;
  text-transform: capitalize;
  margin-bottom: 5rem;
  border: 2px solid transparent;
  background-color: var(--white-color);
  padding: 0 7.9rem;
  font-size: 14px;
}

:is(.wht-wedo) .defult-btn:hover {
  transform: scale(1);
  background-color: transparent;
  color: var(--white-color);
  border-color: var(--white-color);
}


.form-container {
  background: #1F1F1F;
  border-radius: 4px;
  padding: 30px 20px;
  box-shadow: 0 0 20px rgba(38, 148, 211, 0.47);
  position: relative;
  margin: 0 1.5rem 0 4rem;
  border: 2px solid #2694D3;
}

.form-container::before {
  content: "";
  background: url(../images/vector.png) center / contain no-repeat;
  position: absolute;
  top: 27%;
  left: -18px;
  transform: translateX(-50%);
  width: 100%;
  height: 100%;
  z-index: -1;
}

.form-container::after {
  content: "";
  background: url(../images/vector-1.png) center / contain no-repeat;
  position: absolute;
  top: -62%;
  left: 83%;
  width: 66%;
  height: 100%;
  z-index: -1;
}

.form-header {
  background: rgba(38, 148, 211, 1);
  color: var(--white-color);
  text-align: center;
  padding: 4px;
  border-radius: 8px;
  margin: -3px -35px 20px -35px;
}

.form-header h2 {
  font-size: 36px;
  font-weight: 700;

}

.form-header h3 {
  font-size: 24px;
  font-weight: 300;
  text-transform: uppercase;

}

.input-group {
  position: relative;
  margin-bottom: 20px;
}

.input-group input,
.input-group textarea {
  width: 100%;
  padding: 12px 12px 12px 40px;
  border-radius: 6px;
  border: none;
  background: #333;
  color: #fff;
  font-size: 14px;
  outline: none;
}

.input-group span i {
  top: 26px;
}

.input-group textarea {
  height: 120px !important;
}

.input-group i {
  position: absolute;
  top: 50%;
  left: 12px;
  transform: translateY(-50%);
  color: #aaa;
  font-size: 16px;
}

.input-group>.form-control:focus,
.input-group>.form-select:focus {
  z-index: 0;
}

.bannerform .form-control {
  height: 40px;
}

.bannerform button {
  text-align: center;
  width: 100%;
  background: var(--darkyellow-color);
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 6px 6px 6px 6px;
  color: var(--white-color);
}

.bannerform button:hover {
  transform: scale(1);
  color: var(--white-color);
}

/* end main baaner */
/* partner logos */
.partnerlogos {
  background-color: var(--white-color);
  padding: 3rem 0 20px;
}

/* end partner logos */
.unleashing-sec {
  background-color: #F3F3F3;
}

:is(.banner-content, .unleashing-sec) .btn_wrp a:nth-child(1) {
  margin-left: 0 !important;
}

.banner-content .bg-dark-btn {
  border-color: #fff;
  color: #000;
}

/* unleashing-sec  */

.unleashing-text h2 {
  font-weight: 700;
  font-size: 52px;
  margin-bottom: 14px;
}

.unleashing-text h3,
h4 {
  font-weight: 500;
}

:is(.unleashing-text, .tab-wrapper, .counter-btn) .defult-btn {
  font-size: 14px;
  font-weight: 700;
  border: 2px solid var(--white-color);
  color: var(--white-color);
  padding: 25px 30px;
  text-transform: capitalize;
}

.unleashing-text ul li {
  margin-bottom: 10px;
  background: #fff;
  padding: 7px 2px;
}

.unleashing-text ul li img {
  color: var(--yellow-color);
  margin: 0 7px;
}

:is(.unleashing-text, .tab-wrapper) .live-chat {
  border-color: var(--black-color) !important;
  color: var(--black-color);
}

.tab-para p {
  position: relative;
  z-index: 1;
}

/* end unleashing-sec  */
/* servicestypes  */
.services-sec {
  background-color: #F8F8F8;
}

.border-right {
  border-right: 2px solid #D8D8D8;
}

.heading-wrapper h2 {
  font-size: 52px;
  font-weight: 700;
}

.nav-pills .nav-link {
  border: 1px solid #D3D3D3;
  border-radius: 8px;
  color: var(--black-color);
  text-align: left;
  padding: 12px 12px 12px 0;
  font-size: 18px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 10px;
}

.services-sec .nav {
  gap: 20px;
}

.nav-link span {
  display: inline-block;
  width: 60px;
  height: 3px;
  background-color: var(--yellow-color);
}

.nav-link.active span {
  background-color: var(--white-color);
}

.nav-pills .nav-link.active {
  background-color: var(--yellow-color);
  color: var(--white-color);
}

.tab-content {
  border: 1px solid #ddd;
  padding: 20px;
  background: var(--white-color);
  border-radius: 8px;
}

.tab-wrapper {
  position: relative;
}

.tab-wrapper h4 {
  font-size: 44px;
  font-weight: 700;
}

.tab-wrapper i {
  color: var(--yellow-color);
}

.tab-wrapper span {
  font-size: 202px;
  font-weight: 700;
  color: #F6F6F6;
  position: absolute;
  top: 42%;
  right: 0px;
}

/* end seservices-type */
/* books-service-sec */
.books-service-sec .heading-wrapper h2 {
  font-size: 40px;
  background: #F5C518;
  margin: 0;
  padding: 10px 0;
  border-radius: 8px;
}

.books-card {
  padding: 25px;
  background: #FCFCFC;
  border: 1px solid #E7E7E7;
  border-radius: 5px;
  height: 100%;

}

.books-card:hover {
  background-color: var(--darkyellow-color);
  transition: ease-in-out all 0.3s;
  color: var(--white-color);
  backdrop-filter: blur(10px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1), 0 6px 15px rgba(0, 0, 0, 0.15);
}

/* books-service-sec-end */
/* cta-sec-new */
.cta-sec-new {
  background-color: var(--darkyellow-color);
  position: relative;
}

.my-cta-parallex {
  z-index: 1;
  position: absolute;
  top: -66px;
}

.cta-new-content h3 {
  font-size: 44px;
  color: var(--white-color);
  font-weight: 500;
}

.cta-new-content p {
  margin: 1.5rem 0;
  color: var(--white-color);
}

/* cta-sec-new-end */
/* Features Section */


.hh-service-box {
  overflow: hidden;
  background: var(--darkyellow-color);
  color: #fff;
  margin: 0 10px 0;
  border-radius: 15px;
  padding: 20px;
  border: 1px solid #10549B;
  backdrop-filter: blur(10px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1), 0 6px 15px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease-in-out;
  position: relative;
  min-height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}

.hh-service-box span {
  padding: 8px 0;
  font-size: 20px;
  font-weight: 700;
}

.hh-feature-sec .hh-service-box {
  min-height: 245px;
}

.hh-service-box:hover {
  transform: translateY(-10px);
  background: #F5C518;
  color: #1e4355;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2), 0 10px 30px rgba(0, 0, 0, 0.25);
}

.hh-feature-sec .hh-service-box h3 {
  font-size: 17px;
  font-weight: 600;
  margin: 10px 0 6px;
}

/* features-section-end */
/* book-editing-section */
.book-editing-section .nav-pills .nav-link {
  color: #000;
  height: 107px;
  text-transform: capitalize;
  padding: 10px;
  width: 130px;
  background: 0 0;
  border: 2px solid #231e32;
  border-radius: 5px;
  margin: 5px;
  font-size: 12px;
  font-weight: 700;
  line-height: 13px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  color: #fff;

  background-color: var(--darkyellow-color) !important;
}

.nav-pills .nav-link.active img {
  filter: brightness(100%) invert(1);
}

.book-editing-section img {
  max-width: 100%;
  min-height: calc(100% - 30px);
  object-fit: cover;
}


/* book-editing-section */
/* cta */
.cta-sec {
  background: url(../images/contact-probook_02.webp) left/cover no-repeat;
  padding: 0;
}

.cta-content h2 {
  font-size: 41px;
  font-weight: 700;
  text-transform: capitalize;
  line-height: 55px;
  color: var(--white-color);
}

.cta-content p {
  color: var(--white-color);
  font-weight: 400;
  padding: 0 8% 0 0;
}

:is(.cta-content, .cta-sec) .defult-btn {
  background: none;
  background-color: var(--yellow-color);
  color: var(--white-color);
  padding: 15px 40px 15px 40px;
}

.cta-sec .live-chat {
  background: transparent !important;
}

.cta2 {
  background-color: #156FC2;
  position: relative;
  ;
}

.cta2 .cta-content p {
  margin-bottom: 1.5rem;
}

.cta2 .cta-content .btn_wrp .blue-btn {
  background-color: var(--white-color);
  color: var(--black-color);
  border-color: var(--white-color);
}

/* cta ent */
.cta-fifty-sec {
  background: url(../images/cta-fifty.png) center/cover no-repeat;
}

.cta-fifty-sec .cta-content h2 {
  font-size: 70px;
}

.cta-fifty-sec .container-fluid {
  margin: 0 13%;
}

.cta-btns .defult-btn {
  font-size: 18px;
  padding: 26px 35px;
  background: #EAEAEA;
  text-transform: capitalize;
  border: 1px solid #CFCFCF;
}

.cta-btns .live-chat {
  padding: 26px 35px !important;
  background: var(--yellow-color);
}

.cta-number {
  padding-top: 1.5rem;
}

.cta-number a {
  font-size: 21px;
  color: #000;
  margin: 0 10px;
}

.cta-number a {
  font-size: 21px;
  color: #000;
  margin: 0 10px;
  text-decoration: none;
}

/* cta-fifty-sec */

/* cta-fifty-sec ent */
/* counter-sec */

.container {
  max-width: 900px;
  margin: auto;
}

/* 2x2 grid, right-to-left direction */
.stats-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: 1fr;
  gap: 25px;
  direction: rtl;
  background: url('../images/ellipse.png') center/360px no-repeat;
  /* key for right-to-left ordering */
}

.stat-card {
  background: #1e9be8;
  border-radius: 12px;
  padding: 40px 20px;
  text-align: end;
  color: #fff;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
  transition: transform .3s ease, box-shadow .3s ease;
}

.stat-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.2);
}

.icon-counter {
  margin-bottom: 15px;
}

.icon-counter img {
  width: 70px;
  height: 70px;
}

.counter {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 10px;
}

.stat-card p {
  font-size: 20px;
  line-height: 1.4;
  font-weight: 500;
}

.counter-btn .live-chat {
  color: var(--black-color);
  border-color: var(--black-color) !important;
  padding: 25px 30px !important;
}

/* counter-sec-end */
/* counter-sec */
.counter-sec .heading-wrapper h2 {
  font-size: 37px;
}

/* counter-sec-end */
/* portfolio-sec */

.portfolio-sec {
  background: url(../images/portfolio.png) center/cover no-repeat;
}

.portfolio-sec .heading-wrapper :is(h2, p) {
  color: var(--white-color);
}

/* portfolio-sec-end */
/* book-writing-services-start */
.box-wrapper {
  background-color: #F3F3F3;
  border-radius: 10px;
  padding: 20px;
}

.wikipedia-cta {
  background: url(../images/cta.png);
}

.wikipedia-cta .heading-wrapper {
  color: #fff;
}

.wiki-list li {
  padding-bottom: 13px;
  color: #fff;
  list-style: disc;
}

.wiki-list li::marker {
  color: #F5C518;
}

.wikipedia-cta a {
  background: var(--darkyellow-color);
  border-color: var(--darkyellow-color);
  border-radius: 3px;
}

/* cta-form-sec */
.cta-form-sec {
  background: url(../images/cta-form.jpg)
}

.cta-form-sec::before {
  position: absolute;
  content: '';
  background: url(../images/form-cta.png)center / cover no-repeat;
  width: 500px;
  height: 500px;
  left: -190px;
  top: 50%;
  transform: translateY(-50%);
}

.cta-form-sec::after {
  position: absolute;
  content: '';
  background: url(../images/book-left.png) center / cover no-repeat;
  width: 500px;
  height: 500px;
  right: -190px;
  top: 50%;
  transform: translateY(-50%);
}

.form-cta .contactpage-form .form-control,
.form-cta .contactpage-form select {
  margin-bottom: 2rem;
  background-color: #000;
  border: 1px solid #929292;
  padding: 11px;
}

.cta-form-sec .heading-wrapper h2 {
  color: #fff;
  font-size: 44px;
}

.cta-form-sec .heading-wrapper p {
  color: #fff;
}

.cta-form-sec .heading-wrapper span {
  color: var(--darkyellow-color);
}

.cta-form-sec .contactpage-form .form-btn .defult-btn {
  width: 100%;
}



.process-container {

}

.process-box {
  position: relative;
  display: flex;
  gap: 20px;
  align-items: center;
}

.process-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 130px;
  height: 147px;
  background: url(../images/shodow.png)no-repeat;
  z-index: 0;
}

.icon {
  width: 77%;
}

.icon img {
  width: 120px;
}

.process-box h3 {
  font-size: 16px;
  font-weight: 700;
  color: #000;
  margin-bottom: 10px;
  position: relative;
  z-index: 1;
}

.process-box p {
  font-size: 14px;
  line-height: 1.6;
  color: #555;
  position: relative;
  z-index: 1;
}

/* book-writing-services-start-end */
/* happy-clints-sec */

.happy-clints-sec {
  background-color: #156FC2;
  text-align: center;
}

.happy-clints-sec .heading-wrapper {
  color: var(--white-color);
  text-align: center;
  margin-bottom: 3rem;
}

.clinetwraper {
  background-color: var(--white-color);
  position: relative;
  text-align: start;
  padding: 30px 20px;
  border-radius: 6px;
  display: flex;
  height: 300px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}

.clinetwraper h4 {
  font-size: 22px;
  color: var(--black-color);
  margin: 10px 0;
}

.clinetwraper p {
  color: var(--black-color);
  width: 100%;
}

.happy-clints-sec .item {
  padding: 0 10px;
}

/* happy-clints-sec-end */
/* faq-sec-start */
.faq-sec {
  padding: 5rem 0 0;
}

.accordion-item {
  border: none;
  background: transparent;
  border-radius: 30px;
  margin-bottom: 15px;
}

.accordion-button {
  border-radius: 10px 10px 0 0 !important;
  font-weight: 500;
  font-size: 16px;
  background: #E9E9E9;
  color: #000;
}

.accordion-button:focus {
  box-shadow: none;
}

.accordion-button::after {
  filter: invert(0.5);
  font-weight: 600 !important;
  color: var(--green-color) !important;
}

.accordion-button:not(.collapsed) {
  color: var(--black-color);
  background: #E9E9E9;
}

.accordion-body {
  background: #E9E9E9;
  border-radius: 0 0 10px 10px !important;
}

/* faq-sec-end */
/* main-footer */

.mainfooter {
  background: var(--darkyellow-color);
  padding: 3rem 0 0;
}

.ftlogo {
  filter: brightness(0) invert(1);
}

.footerfrom .form-control {
  height: 42px;
  background: var(--white-color);
  color: #FFFFFF;
  margin: 5px 0;
  font-weight: 600;
}

.footerfrom button {
  text-align: center;
  width: 100%;
  background: var(--black-color);
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  border-radius: 5px;
  color: var(--white-color);
}

.under-heading h4 {
  font-size: 20px;
  font-weight: bold;
  color: var(--white-color);
}

:is(.contct-detils :is(a, p)) {

  font-weight: 400;
  color: var(--white-color);
  text-decoration: none;
}

.contct-detils {
  margin-top: 1.5rem;
}

.contct-detils span {

  color: var(--white-color);
  display: block;
  font-weight: 500;
}

.contct-detils li {
  margin-bottom: 1rem;
}

.ftrlinks h5 {
  font-size: 20px;
  font-weight: 600;
  text-transform: capitalize;
  color: var(--white-color);
  margin-bottom: 1rem;
}

.ftrlinks li a {

  font-weight: 400;
  color: var(--white-color);
  transition: 0.4s;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}

.ftrlinks li {
  padding: 10px 0;
}

.ftrlinks li a:hover {
  color: var(--black-color);
}

.social-media ul {
  display: flex;
  align-items: center;
}

.social-media li a {
  font-size: var(--icon-size, 25px);
  line-height: var(--icon-size, 25px);
  width: calc(var(--icon-size, 25px) + 2 * var(--icon-padding, 0.5em));
  height: calc(var(--icon-size, 25px) + 2 * var(--icon-padding, 0.5em));
  background-color: var(--white-color);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--black-color);
  margin: 0 10px;
}



.copyright {
  padding: 1rem 0;
}

.copyright-text p {
  margin-bottom: 0;
  color: var(--white-color);
  font-size: 14px;
  font-weight: 600;
}

.copyright-text p a {
  color: var(--white-color);
}

.terms {
  text-align: left;
}

.terms a {
  margin-right: calc(20px / 2);
  margin-left: calc(20px / 2);
  color: var(--white-color);
  font-weight: 500;
}

ul.terms span {
  font-size: 10px;
  font-weight: 900;
  color: var(--white-color);
  line-height: 0;
}

.mainfooter hr {
  color: var(--white-color);
  opacity: 1;
}

.footerfrom .input-group {
  margin-bottom: 6px;
}

/* end main-footer */
/* about */
.aboutbanner {
  background: url(../images/aboutbanner.png) center/cover no-repeat;
}

/* .offer-bg{background-color: #F8F8F8;} */
.feature-section .heading-wrapper h2 {
  font-size: 37px;
}

/* ---------- Section ---------- */
.feature-section {
  position: relative;
}

.feature-section::before {
  content: "";
  position: absolute;
  top: 42%;
  left: 100px;
  width: 100%;
  height: 60%;
  background: var(--yellow-color);
  /* blue strip */
  z-index: -1;
  border-radius: 20px 0 0 0;
}

.card-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 45px;
}

.feature-card {
  background: #fff;
  border-radius: 10px;
  padding: 35px 25px 10px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
  transition: all .3s ease;
  height: 350px;
  position: relative;
}

.feature-card hr {
  height: 2px;
  width: 130px;
  position: absolute;
  bottom: 0;
  transform: translateX(50%);
}

.feature-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 8px 26px rgba(0, 0, 0, 0.15);
}

.feature-icon {
  margin-bottom: 20px;
}

.feature-icon img {
  width: 40px;
  height: 40px;
}

.feature-card h3 {
  font-size: 19px;
  font-weight: 700;
  margin-bottom: 15px;
}

.feature-card p {
  font-size: 14px;
  line-height: 2;
  color: #555;
}

/* end about */

/* contact us */


.contact-us-detils img {
  margin-bottom: 2rem;
}

.contact-us-detils .contct-detils {
  display: flex;
  align-items: center;
  gap: 0 50px;
  margin-top: 0;
}

.contact-us-detils i {
  margin-right: 10px;
  color: var(--black-color);
}

.contact-us-detils a {
  color: var(--black-color);
}

.contact-us-detils .contct-detils li:first-child i {
  transform: rotate(90deg);
}

.contact-us-detils .contct-detils li {
  margin-bottom: 0;
}

.contact-us-detils h3 {
  font-size: 62px;
  font-weight: 800;
  text-transform: capitalize;
}

.contact-us-detils hr {
  width: 270px;
  height: 6px;
  color: var(--darkyellow-color);
  opacity: 1;
}

.contact-us-detils h4 {
  font-size: 24px;
  font-weight: 600;
  color: var(--darkyellow-color);
  margin-bottom: 1.5rem;
}

.contact-us-detils p {
  font-size: 14px;
  font-weight: 400;
  margin: 1.5rem 0;
}

.form-control:focus,
.contactpage-form select {
  outline: 0;
  border: 0;
  box-shadow: none;
}

.contactpage-form .form-control,
.contactpage-form select {
  font-size: 14px;
  padding: 0.5rem 1rem;
  margin-bottom: 3rem;
  background-color: transparent;
  border-bottom: 2px solid #929292;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-radius: 0;
}

.contactpage-form .form-control::placeholder {
  color: #929292;
}

.contactpage-form textarea {
  height: 120px;
}

.contactpage-form select {
  width: 100%;
  color: #929292;
}

.contactpage-form .form-btn .defult-btn {
  text-transform: uppercase;
  color: var(--black-color);
  font-size: 17px;
  padding: 0 2rem;
}

.contactpage-form .form-btn .defult-btn:hover {
  color: var(--white-color);
}

.talktosale {
  background-color: var(--white-color);
}

.talkbox .flip-card-front {
  background-color: var(--light-yellow);
  text-align: center;
  padding: 2rem;
}

.talkbox .flip-card-front i {
  font-size: 3rem;
  transform: rotate(90deg);
  margin-bottom: 1.5rem;
}

.talkbox .flip-card-front p {
  color: var(--black-color);
}

.talkbox .flip-card-back {
  text-align: center;
}

.talkbox .flip-card-front h4 {
  font-size: 24px;
}

.talkbox .flip-card-back a {
  background-color: var(--white-color);
  color: var(--black-color);
  display: inline-block;
  padding: 10px 2.5rem;
  margin: 0px auto;
}

.flip-card-front svg {
  width: 50px;
  height: 50px;
  display: block;
  margin: 0 auto 1.5rem;
  fill: var(--white-color);
}

.bg-black {
  background-color: var(--black-color) !important;
}

.bg-black * {
  color: var(--white-color) !important;
}

.bg-yellow {
  background-color: var(--light-yellow) !important;
}

.bg-yellow * {
  color: var(--black-color) !important;
}

.bg-yellow a {
  background-color: var(--black-color) !important;
  color: var(--white-color) !important;
}

.talkbox .flip-card {
  height: 280px;
}

/* end contect us */
/* popup-form */
#entry-popup {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 99999990;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.62);
  display: none;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  top: 0;
}

#entry-popup .form-container {
  margin: 0;
}

.entry-box {
  padding: 20px 10px;
  max-width: 800px;
  margin: 0 auto;
  border-radius: 0;
  background-color: var(--black-color);
  position: relative;
  box-shadow: -140px -117px 19px -141px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 7px -1px rgba(0, 0, 0, 0.7);
  border: 3px solid var(--light-yellow);
}

a#entry-box_close {
  color: var(--light-yellow);
  border-radius: 50%;
  text-align: center;
  position: absolute;
  right: 2rem;
  top: 2rem;
  z-index: 999;
}

a#entry-box_close svg {
  width: 18px;
  height: 18px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  fill: var(--light-yellow);
}

.entry-box .bannerform {
  margin: 0;
}

.entry-box .col-md-6 {
  -ms-flex: 0 0 55%;
  flex: 0 0 55%;
  max-width: 55%;
}

.entry-box .col-md-6:last-child {
  -ms-flex: 0 0 45%;
  flex: 0 0 45%;
  max-width: 45%;
}

/* privacy-thankyou-css */

.main-privacy {
  padding: 100px 0 80px;
}

.main-privacy * {
  color: var(--black-color);
}

.main-privacy h3 {
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 600 !important;
}

.main-privacy p,
.main-privacy li {
  margin: 0 0 20px;
  line-height: 22px;

}

.error,
#email-error {
  border-color: red !important;
  color: red !important;
}

.thankyou_sec {
  padding: 10rem 0px 5rem;
  height: 100%;
  display: flex;
  align-items: center;
  background-color: #fff;
  justify-content: center;
  text-align: center;
}

.thankyou-sec header {
  background-color: #000;
}

.main-content__checkmark {
  font-size: 9.75rem !important;
  line-height: 1 !important;
  color: var(--yellow-color);
}

.site-header__title {
  font-size: 6.5rem;
  font-weight: 700 !important;
  line-height: 1.1;
}

.main-content__body {
  margin: 20px 0 0;
  font-size: 1.25rem;
  line-height: 1.4;
}

.start_live_chat {
  font-size: 20px;
  background-color: var(--yellow-color);
  padding: 15px 35px;
  display: inline-block;
  border-radius: 50px;
  margin: 20px 0 0;
  color: #fff !important;
  line-height: 16px;
}

.main-privacy ul li a span {
  color: #c36;
}

.privcy-ul li {
  list-style: disc;
  margin-bottom: 10px;
}

.privcy-ul {
  margin-left: 3rem;
}

.bg-graycolor {
  background-color: var(--gray-color);
}

.bg-whitecolor {
  background-color: var(--white-color);
}

.bg-whitecolor .flip-card-front {
  background-color: var(--gray-color);
}

.colorchange .happy-clients-sec {
  background-color: var(--white-color);
}

.bookbanner-editing {
  background: url(../images/book-editing-bg.webp) left / cover no-repeat;
}

.bookbanner-marketing {
  background: url(../images/bookbanner-marketing.webp) center / cover no-repeat;
}

.scriptwriting-banner {
  background: url(../images/scriptwriting-banner.png) center / cover no-repeat;
}

.ghostwriting-banner {
  background: url(../images/ghostwriting-banner.png) center / cover no-repeat;
}

.banner-illustrations {
  background: url(../images/banner-illustrations.png) center / cover no-repeat;
}

.banner-illustrations {
  background: url(../images/banner-illustrations.png) center / cover no-repeat;
}

.kindly-banner {
  background: url(../images/kindly-banner.png) center/cover no-repeat;
}

.banner-portfolio {
  background: url(../images/banner-portfolio.png) center/cover no-repeat;
}

.banner-contact {
  background: url(../images/banner-contact.png) center/cover no-repeat;
}

.leader-sec {
  background-image: linear-gradient(180deg, var(--light-yellow) 0%, var(--darkyellow-color) 100%);
}

.box-wrpr {
  text-align: center;
  background-color: var(--gray-color);
  padding: 3rem 2rem;
  border-radius: 10px;
  height: 100%;
}

.box-wrpr h3 {
  font-size: 24px;
  font-weight: 700;
  color: #000;
  margin-bottom: 10px;
}

.box-wrpr p {
  font-size: 20px;
  font-weight: 500;

  margin-bottom: 0;
}

.box-wrpr img {
  margin-bottom: 1.5rem;
}

:is(.portfoli-linkded, .leader-sec) .container-fluid {
  padding: 0 5%;
}

.portfoli-linkded .col-md-4 {
  margin-bottom: 30px;
}

.linkden-banner {
  background: url(../images/linden-banner.jpg) center/cover no-repeat;
}

.award-winning-wrap {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  display: grid;
}

.book-editing-section .banner-form-heading {
  color: #353a4d;
  margin-bottom: 20px;
  font-size: 2.5rem;
  font-weight: 700;
  text-transform: math-auto !important;
  line-height: 50px;
}

.book-editing-section .tab-content {
  border: 0;
}

.bg-dark-btn {
  background-image: linear-gradient(180deg, #fff, #b8c5d3);
  border-radius: 0;
  border: 1px solid #fff;

}

.btn-dark-new {
  padding: 10px 40px;
  font-size: 16px;
  font-weight: 700;
}

.button-28 {
  appearance: none;
  background-color: #F5C518;
  border: 2px solid #F5C518;
  box-sizing: border-box;
  border-radius: 0;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 15px;
  font-weight: 600;
  line-height: normal;
  outline: 0;
  padding: 12px 28px;
  text-align: center;
  text-decoration: none;
  transition: .3s cubic-bezier(.23, 1, .32, 1);
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  will-change: transform;
}

.banner-btns {
  padding-top: 5px;
}

.button-28:hover {
  border: 2px solid #1a1a1a;
  background-color: #1a1a1a;
  color: #fff;
  box-shadow: rgba(0, 0, 0, .25);
  transform: translateY(-2px);
}

/* counter-cta-start */
.counter-cta {
  background-color: var(--yellow-color);
}

.counter-cta .heading-wrapper {
  text-align: center;
  color: var(--white-color);
  padding-bottom: 2rem;
}

.step-number {
  text-align: center;
}

.counter-cta .step-number p {
  color: var(--white-color);
}

.counter-cta .step-number .counter {
  color: var(--white-color);
  margin: 20px 0 10px;
}

.percent-counter::after {
  content: "%";
}

/* counter-cta-end */
/* multiple-services-start */

.mul-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 10px;
}

.mul-wrapper h3 {
  font-size: 25px;
  font-weight: 500;
}

.multiple-services .heading-wrapper {
  font-weight: 700;
}

.our-ser-new-sec {
  background-color: #F3F3F3;
}

.serbox-new {
  margin-right: 10px;
  color: #232323;
  height: 300px;
  background-color: #fff;
  border-radius: 10px;
  margin-top: 20px;
  padding: 15px 30px 38px;
}

.serbox-new h4 {
  padding-top: 10px;
  color: var(--black-color);

}

.our-ser-new-sec .prev-slide {
  position: absolute;
  top: 60%;
  left: 10%;
  transform: translateY(-50%);
}

.our-ser-new-sec .next-slide {
  position: absolute;
  top: 60%;
  right: 10%;
  transform: translateY(-50%);
}

.slider-btn {
  width: 30px;
  height: 30px;
  color: #fff;
  background-color: var(--darkyellow-color);
  border-radius: 20px;
  border: none;
}

/* hh-step-sec-start */
.hh-step-row {
  position: relative;
}

.choose-box {
  margin-bottom: 60px;
  position: relative;
  padding-left: 40px;
}

.choose-box::before {
  content: counter(hh-box-counter);
  counter-increment: hh-box-counter;
  font-size: 30px;
  font-weight: 400;
  background: #D9D9D9;
  height: 50px;
  width: 50px;
  position: absolute;
  color: #000;
  display: flex;
  justify-content: center;
  left: -37px;
  top: 0;
  border-radius: 30px;
  z-index: 1;
}

.hh-step-row:after {
  content: "";
  background: #156FC2;
  width: 2px;
  height: 90%;
  position: absolute;
  left: 0;
  right: 0;
  z-index: -1;
  transform: none;
  top: 10px;
}

.choose-box span {
  font-size: 25px;
  font-weight: 700;
}

.btn_wrp .blue-btn {
  background-color: var(--darkyellow-color);
  border-color: var(--darkyellow-color);
}

/* hh-step-sec-end */