h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
ul,
li,
a,
.btn-default,
textarea {
  margin: 0;
  padding: 0;
}
* {
  margin: 0;
  padding: 0;
}
a:hover {
  text-decoration: none;
}
a:focus {
  text-decoration: none;
}
body {
  font-family: "Poppins", sans-serif;
}

.container {
  max-width: 1275px;
}

/* ************************************ */
/*RESPONSIVE NAVIGATION*/

.mobile-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 6px 15px;
  background: linear-gradient(
    90deg,
    rgb(255 255 255) 39%,
    rgb(255 255 255) 100%
  );
  border-bottom: 2px solid #fff;
}

.mobile-menu {
  display: none;
}
.mobile-menu .circle {
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  border-radius: 50%;
  background: #3c3ab6;
  /* margin: 0 auto; */
  font-size: 16px;
  /* position: fixed; */
  right: 40px;
  top: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
}
.mobile-menu .mobile-cross {
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  border-radius: 50%;
  background: #3c3ab6;
  margin: 0 auto;
  font-size: 16px;
  position: fixed;
  right: 4px;
  top: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 99999;
}
.mobile-menu .nveMenu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 280px;
  height: 100%;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  z-index: 999;
  transform: translateX(-320px);
  transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1);
  padding: 40px 20px;
}
.mobile-menu .nveMenu.is-opened {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
/*.mobile-menu .nveMenu h1 {
  color: #000;
  font-weight: 700;
  }*/
.mobile-menu .overlay {
  position: fixed;
  top: 0;
  right: 0;
  width: calc(100% - 280px);
  height: 100%;
  background: rgba(0, 0, 0, 0.71);
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1);
}
.mobile-menu .overlay.is-on {
  opacity: 1;
  visibility: visible;
  z-index: 999;
}
.mobile-menu .navlinks li {
  display: block;
  padding: 12px 0;
}
.mobile-menu .navlinks li a {
  text-transform: uppercase;
  color: #666;
  font-weight: 700;
}
.mobile-menu .navlinks li a:hover {
  text-decoration: none;
}
/*RESPONSIVE NAVIGATION*/

/* PRELOADER START */
.preloader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-image: url("../images/preloader.gif");
  background-repeat: no-repeat;
  background-color: #fff;
  background-position: center;
}
/* PRELOADER END */
.active-class {
  border: 2px solid #000;
}
/* ************************************ */
.header_list {
  display: flex;
  justify-content: center;
  gap: 20px;
  align-items: center;
}
.header_list li {
  list-style: none;
}
.header_list li a {
  text-decoration: none;
  color: #000;
  font-size: 16px;
  font-weight: 500;
}
.desktop-header {
  padding: 12px 0;
  background: #e3e3e3;
  position: relative;
}
.desktop-header .primary_button {
  width: -webkit-fill-available;
}
.primary_button {
  padding: 10px 38px 10px;
  background: #3c3ab6;
  color: #fff;
  box-shadow: rgb(52 52 52 / 26%) 2px 20px 29px 0px;
  /* display: block; */
  border-radius: 45px;
  line-height: 20px;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
}
.desktop-header .primary_button {
  background: #3c3ab6;
}

.header-top ul {
  display: flex;
  gap: 50px;
  font-size: 16px;
  font-weight: 500;
  justify-content: flex-end;
  position: relative;
  align-items: center;
  /* padding: 3px 0px; */
}
.header-top {
  background: #3c3ab6;
  padding: 10px 0;
}
.header-top ul li {
  list-style: none;
  line-height: 29px;
}
.header-top ul li a {
  text-decoration: none;
  color: #ffffff;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
}
.header-top ul li a i {
  font-size: 2.7rem;
}
.header-top ul li:nth-child(1) a i {
  transform: rotate(320deg);
}
.head-top-inner {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start;
  justify-content: center;
}
.index_banner {
  background:
    linear-gradient(270deg, rgb(255 255 255 / 0%) 0%, rgb(23 22 36 / 91%) 100%),
    url(../images/Banners.webp) no-repeat;
  background-size: cover;
  background-position: right;
  height: 100%;
}
.about-ban {
  background:
    linear-gradient(270deg, rgb(255 255 255 / 0%) 0%, rgb(23 22 36 / 91%) 100%),
    url(../images/about-us/Banners.webp) no-repeat;
  background-size: cover;
  background-position: right;
}
.bc-ban {
  background:
    linear-gradient(270deg, rgb(255 255 255 / 0%) 0%, rgb(23 22 36 / 91%) 100%),
    url(../images/book-cover/Banners.webp) no-repeat;
  background-size: cover;
  background-position: right;
}
.be-ban {
  background:
    linear-gradient(270deg, rgb(255 255 255 / 0%) 0%, rgb(23 22 36 / 91%) 100%),
    url(../images/book-editing/Banners.webp) no-repeat;
  background-size: cover;
  background-position: right;
}
.gw-ban {
  background:
    linear-gradient(270deg, rgb(255 255 255 / 0%) 0%, rgb(23 22 36 / 91%) 100%),
    url(../images/ghostwriting/Banners.webp) no-repeat;
  background-size: cover;
  background-position: right;
}
.mk-ban {
  background:
    linear-gradient(270deg, rgb(255 255 255 / 0%) 0%, rgb(23 22 36 / 91%) 100%),
    url(../images/marketing/Banners.webp) no-repeat;
  background-size: cover;
  background-position: right;
}
.pb-ban {
  background:
    linear-gradient(270deg, rgb(255 255 255 / 0%) 0%, rgb(23 22 36 / 91%) 100%),
    url(../images/publishing/Banners.webp) no-repeat;
  background-size: cover;
  background-position: right;
}
.ab-ban {
  background:
    linear-gradient(270deg, rgb(255 255 255 / 0%) 0%, rgb(23 22 36 / 91%) 100%),
    url(../images/amazon/Banners.webp) no-repeat;
  background-size: cover;
  background-position: right;
}
.at-ban {
  background:
    linear-gradient(270deg, rgb(255 255 255 / 0%) 0%, rgb(23 22 36 / 91%) 100%),
    url(../images/autobiography/Banners.webp) no-repeat;
  background-size: cover;
  background-position: right;
}
.rl-ban {
  background:
    linear-gradient(270deg, rgb(255 255 255 / 0%) 0%, rgb(23 22 36 / 91%) 100%),
    url(../images/religious/Banners.webp) no-repeat;
  background-size: cover;
  background-position: right;
}
.cb-ban {
  background:
    linear-gradient(270deg, rgb(255 255 255 / 0%) 0%, rgb(23 22 36 / 91%) 100%),
    url(../images/children/Banners.webp) no-repeat;
  background-size: cover;
  background-position: right;
}
.cu-ban {
  background:
    linear-gradient(270deg, rgb(0 0 0 / 54%) 0%, rgb(23 22 36) 100%),
    url(../images/Banners.webp) no-repeat;
  background-size: cover;
  background-position: right;
  height: 100%;
}
.index_banner h1 {
  text-transform: capitalize;
  font-size: 43px;
  font-weight: 600;
  color: #fff;
}
.index_banner h1 span {
  text-transform: capitalize;
  -webkit-text-stroke: 1.2px #000;
  color: #fff;
  text-shadow:
    -1px -1px 0 #000,
    1px -1px 0 #000,
    -1px 1px 0 #000,
    1px 1px 0 #000;
}
.banner_content {
  padding: 150px 0;
}
.banner_content p {
  color: #fff;
  padding-top: 20px;
}
.main-banner-form h2 {
  text-align: center;
  text-transform: capitalize;
}
.main-banner-form .banner-discount {
  position: absolute;
  width: 23%;
  left: -11.5%;
  top: -12.6%;
}
.main-banner-form .am-contact-style {
  border: 3px solid #ffffff;
  background: #0000006e;
  padding: 35px;
  border-radius: 25px;
  margin-bottom: 30px;
  backdrop-filter: blur(3px);
}
.main-banner-form .banner-form-btn {
  position: relative;
  display: block;
  width: max-content;
  font-size: 16px;
  color: white;
  padding: 8px 45px;
  font-weight: 500;
  border-radius: 3px;
  overflow: hidden;
  background-color: #3c3ab6;
  text-transform: capitalize;
  font-family: "Poppins", sans-serif;
}
.btn_group {
  display: flex;
}
.primary_button.secondary {
  background: #fff;
  color: #000;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  width: max-content;
}
.t-img {
  margin-top: 20px;
}
.index_banner .img1 {
  height: 225px;
  width: 150px;
  object-fit: contain;
}
.index_banner .img2 {
  height: 325px;
  width: 250px;
  object-fit: contain;
}
.index_banner .img3 {
  position: absolute;
  bottom: 145px;
  left: 0;
}
.index_banner .img4 {
  position: absolute;
  bottom: 145px;
  right: 27%;
}

.images_list {
  padding-top: 70px;
}
.images_list img {
  width: 100%;
}

.ind_first_wrap {
  padding: 50px 0;
  background:
    linear-gradient(229deg, rgb(43 43 43 / 0%) 0%, rgb(29 29 29 / 0%) 100%),
    url(../images/first-sec-bg.webp);
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
}
.ind_first_wrap .primary_button.secondary,
.ind_second_wrap .primary_button.secondary,
.ind_third_wrap .primary_button.secondary {
  background: #2d2ba7;
  color: #fff;
}
.ind_third_wrap {
  padding: 100px 0 50px;
  background: url(../images/book-img-bg.webp);
  background-position: center;
  background-repeat: no-repeat;
  height: 625px;
  background-size: cover;
}
.itw-about {
  background: url(../images/about-us/book-img-bg.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.idw-bc {
  background: url(../images/book-cover/book-img-bg.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.idw-be {
  background: url(../images/book-editing/book-img-bg.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.idw-gw {
  background: url(../images/ghostwriting/book-img-bg.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.itw-mk {
  background: url(../images/marketing/book-img-bg.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.itw-pb {
  background: url(../images/publishing/book-img-bg.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
h2.primary_heading {
  font-size: 45px;
  font-weight: 600;
  color: #000000;
  padding-bottom: 10px;
}

.ind_first_wrap p {
  font-size: 18px;
  font-weight: 400;
  padding: 10px 0 50px;
}
.ind_first_wrap img {
  width: 100%;
  /* height: 300px; */
}

.ind_second_wrap {
  padding: 50px 0;
  position: relative;
}
.isw-bc .float-img,
.isw-be .float-img,
.isw-gw .float-img {
  opacity: 0.3;
}
.ind_second_wrap p {
  font-size: 18px;
  font-weight: 400;
  padding: 10px 0 50px;
}

.ind_third_wrap p {
  font-size: 18px;
  font-weight: 400;
  padding: 10px 0 50px;
}
.float-img {
  position: absolute;
  bottom: 0;
  right: 0;
}

.best_selling {
  padding: 100px 0;
  background:
    linear-gradient(230deg, rgb(0 42 62 / 34%) 0%, rgb(0 42 62) 100%),
    url(../images/woman-wearing-headphones.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  position: relative;
}

.best_selling h2 {
  color: #ffffff;
  text-align: center;
  line-height: 50px;
  font-size: 40px;
}
.best_selling p {
  color: #fff;
  text-align: center;
  font-size: 17px;
}
.best_selling .book-left {
  width: 350px;
  left: 10px;
  bottom: 0;
  position: absolute;
  z-index: 0;
}
.best_selling .book-right {
  width: 175px;
  right: 85px;
  height: 256px;
  bottom: 30px;
  position: absolute;
  z-index: 0;
  box-shadow: rgb(74 72 72 / 78%) -12px 12px 20px 0px;
  transform: rotate(328deg);
}

.why_work {
  padding: 50px 0;
  position: relative;
  background-image: url("../images/text-bg.webp");
}

.why_work .img_div {
  position: relative;
}

.why_work .img_div img {
  position: sticky;
  object-fit: cover;
  /* top: 0; */
  height: 300px;
  width: 100%;
}

.why_work .content .why_item_div {
  background-color: #dbdbdb;
  padding: 10px;
  margin-bottom: 15px;
  border-radius: 10px;
  height: 200px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.why_item_div h4 {
  color: #000000;
  padding-bottom: 15px;
}
.why_work .content .why_item_div p {
  color: #000000;
}
.why_work .content p {
  color: #fff;
  padding-bottom: 30px;
}
/* .why_work  .f-img1 {
  position: absolute;
  bottom: 0;
}
.why_work  .f-img2 {
  position: absolute;
  top: 0;
  right: 0;
} */

.process-sec {
  background-color: rgb(245, 245, 245);
  padding: 50px 0px 50px;
  position: relative;
}

.process-box {
  background: #ffffff;
  border-radius: 12px;
  padding: 18px;
  position: relative;
  min-height: 310px;
  transition: 0.5s;
  border: 3px solid #ffffff;
  /* position: relative; */
  box-shadow: rgb(81 81 81 / 28%) 3px 10px 29px 3px;
}
.process-box span {
  border-radius: 50%;
  background-color: #25266c;
  width: 36px;
  height: 36px;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  left: 10%;
  bottom: -18px;
  /* right: 50%; */
  border: 2px solid #000000;
}
.process-box h4 {
  color: #333333;
  font-size: 16px;
  font-weight: 700;
  padding: 20px 0px 10px;
  height: 60px;
}
.process-box p {
  color: #000000;
  font-size: 15px;
  line-height: 22px;
  height: 110px;
  overflow-y: auto;
  scrollbar-color: rgb(26, 26, 26) rgb(187, 187, 187);
  scrollbar-width: none;
}

.process-sec .row {
  align-items: center;
  gap: 65px 0px;
}

.process-box img {
  /* width: 100px; */
  filter: brightness(0) invert(0);
}
.brilliant_stories {
  padding: 50px 0;
  position: relative;
}
.brilliant_stories::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #141414;
  width: 80%;
  opacity: 0.9;
  clip-path: polygon(0 0%, 100% 0%, 85% 100%, 0% 100%);
  /* clip-path: polygon(0 0, 100% 0, 83% 100%, 0% 100%); */
}
.brilliant_stories p {
  color: #fff;
}

a:hover {
  color: #ffffff;
}

.female-writing {
  position: absolute;
  right: 0px;
  object-fit: cover;
  top: 0;
  height: 100%;
  width: 35%;
  clip-path: polygon(31% 0, 100% 0, 100% 100%, 0% 100%);
}
.female-writing::after {
  content: "";
  background-color: #000;
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
}

/* genre css */

.genre_slider_block h4,
ul.list_of_genre li h4 {
  font-family: Poppins, sans-serif;
  margin: 0;
  position: absolute;
  left: 15px;
  bottom: 20px;
  color: #ffffff;
  font-size: 25px;
  transform: rotate(180deg);
  writing-mode: vertical-lr;
  text-orientation: mixed;
}

.genre_section {
  padding: 50px 0;
}
h2 span {
  color: #3c3ab6;
}
.genre_section p {
  padding: 20px 0 0 0;
}

.genre_slider_block .owl-item {
  clip-path: polygon(17% 0, 100% 0, 100% 92%, 79% 100%, 0 100%, 0 7%);
}
.genre_slider_block .owl-item:nth-child(2n) {
  margin-top: 20px;
}
.genre_section h6 {
  position: absolute;
  color: rgb(0, 0, 0, 0.07);
  font-weight: 600;
  font-size: 265px;
  margin: 0;
  left: 0;
  right: 0;
  top: 50px;
  z-index: -1;
}
.genre_section .item {
  position: relative;
  overflow: hidden;
}

.genre_section .item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(270deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.7));
  pointer-events: none;
}
.portfolio_section {
  padding: 50px 0;
  /* background: #f2f2f2; */
  background: url("../images/black-texture-img-bg-4.webp");
}

.portfolio_section p {
  padding-bottom: 30px;
}

/* form css */

textarea#comments {
  width: 100%;
  max-width: 100%;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  padding: 0.375rem 0.75rem;
  font-family: "Poppins";
  color: black;
}

.let-section {
  background: white;
  padding: 30px 0;
  text-align: center;
}

.contact-info span {
  font-weight: bold;
  color: #ffb800;
  font-size: 24px;
}
.contact-info h3 {
  font-weight: bold;
  color: black;
  font-size: 30px;
  margin-top: 10px;
}

.form_section {
  /* background-image: linear-gradient(
      230deg,
      rgb(20 23 24 / 34%) 0%,
      rgb(0 0 0) 100%
    ),
    url(../images/form-bg.webp); */
  background-repeat: no-repeat;
  /* background-size: cover; */
  background-position: center;
  background-size: cover;
}
form.am-contact-style h2 {
  color: black;
  font-size: 28px;

  font-weight: bold;
}

form.am-contact-style p {
  color: black;
  font-size: 16px;

  font-weight: bold;
}
form.am-contact-style span {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  font-family: "Poppins";
}
form.am-contact-style h2 {
  color: black;
  font-size: 26px;
  font-weight: bold;
  font-family: "Poppins";
  padding: 15px 0;
}
form.am-contact-style p {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  font-family: "Poppins";
  padding-bottom: 15px;
}
form.am-contact-style {
  border: 1px solid #ffffff;
  background: #00000047;
  padding: 35px;
  border-radius: 15px;
  /* margin: 50px; */
  margin-bottom: 30px;
}

.form_section h1 {
  text-align: center;
  font-size: 55px;
  margin-bottom: 25px;
}
.form_section h1 img {
  background-color: #fcbb00;
  border-radius: 50%;
  width: 67px;
  height: 65px;
}
.form_section .banner-form-btn {
  position: relative;
  display: block;
  width: 100%;
  font-size: 16px;
  color: white;
  padding: 8px 45px;
  font-weight: 500;
  border-radius: 3px;
  overflow: hidden;
  background-color: #3c3ab6;
  text-transform: capitalize;
  font-family: "Poppins", sans-serif;
}

form.am-contact-style h2 {
  color: #ffffff;
  font-size: 26px;
  font-weight: bold;
  font-family: "Poppins";
  padding: 15px 0;
}

.form_section {
  padding: 50px 0 0;
}
.social_links p a {
  text-decoration: none;
  font-size: 22px;
  color: #000000;
  font-weight: 400;
  justify-content: space-between;
}
.social_links {
  gap: 20px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.form_content h3 {
  font-size: 55px;
  color: #000000;
  margin-bottom: 30px;
  line-height: 55px;
}
.form_content p {
  font-size: 18px;
  color: #121212;
}
.address {
  color: #fff;
}

footer {
  padding: 60px 0;
  position: relative;
  background: #1b1b1b;
  /* border-top: 8px solid #ffffff; */
}

footer h4 {
  color: #3c3ab6;
  padding-bottom: 20px;
}

footer ul li a {
  text-decoration: none;
  color: #fff;
  font-size: 13px;
}
footer ul li a i {
  font-size: 12px;
  color: #3c3ab6;
}
footer p {
  color: #fff;
  font-size: 14px;
  padding-top: 0px;
}
footer .logo img {
  /* filter: brightness(0) invert(1); */
  width: 50%;
  height: auto;
}
footer ul li {
  list-style: none;
}
.testimonial_section {
  padding: 50px 0;
}
.testimonial_carousel .item {
  /* height: 200px; */
  background-color: #ffffff;
  border-radius: 30px;
  box-shadow: rgb(61 61 61 / 18%) 6px 20px 29px 0px;
  margin: 25px 10px 40px;
  padding: 25px;
  position: relative;
}
.testimonial_carousel h6 {
  font-weight: 600;
  color: #000;
  margin-top: 20px;
}
.testimonial_section {
  position: relative;
  background: url("../images/silver-floral-pattern.webp");
  background-position: center;
  background-size: cover;
}

.female-writing2 {
  position: absolute;
  left: 0px;
  /* object-fit: cover; */
  top: 0;
  height: 100%;
  width: 40%;
  clip-path: polygon(0 0, 86% 0, 100% 100%, 0% 100%);
}

.testimonial_section .item img {
  width: 63px;
  height: 60px;
  border-radius: 50%;
  border-bottom: 6px solid #3c3ab6;
  position: absolute;
  top: -8px;
  object-fit: cover;
}
.testimonial_section .item p {
  padding-top: 40px;
}

/* modal css */

.popup-content {
  display: inline-block;
  max-width: 1010px;
  background: #fff;
  /* margin-left: -310px; */
  padding: 30px 40px 20px 320px;
}

.popup-content h2 {
  color: #313131;
  font-size: 38px;
  line-height: 42px;
  margin-bottom: 12px;
  letter-spacing: 0;
}
.popup-content .btn {
  display: table;
  /* margin: auto; */
  width: 200px;
  background: #000000;
  color: #fff;
  font-weight: 600;
}
.fancybox-slide--html .fancybox-close-small {
  top: 22px;
  background: #ffffff;
  width: 42px;
  height: 42px;
  right: 4px;
  opacity: 1;
  border-radius: 35px;
  padding: 6px;
}

.popup-content {
  /* max-width: 860px; */
  /* display: inline-block; */
  /* background: #fff; */
  padding: 38px 40px 40px 362px;
  /* margin-left: -280px; */
  position: relative;
  border-radius: 60px 40px 40px 40px;
  background: rgb(255, 223, 125);
  background: linear-gradient(121deg, #3a38aa 0%, #3c3ab6 100%);
}

.popup-content h2 {
  font-weight: 700;
  display: inline-block;
  text-transform: uppercase;
  font-size: 54px;
  line-height: 54px;
}

.popup-content h2::before {
  display: none;
}

.popup-content h2 {
  font-weight: 700;
  display: inline-block;
  text-transform: uppercase;
  color: #fff;
  font-size: 26px;
  line-height: 1.3;
  font-family: "Barlow Condensed", sans-serif;
  margin-bottom: 6px;
}

.popup-content h2::before {
  display: none;
}

.popup-content h2 + p {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 15px;
  vertical-align: text-top;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  padding-top: 10px;
}

.popup-content .form-control {
  font-size: 14px;
  margin-bottom: 14px;
  height: 40px;
  border-radius: 0;
}

.popup-content [class*="col-"] {
  padding: 0 7px;
}

.popup-content textarea.form-control {
  height: 91.5%;
  resize: none;
}

.popup-bann {
  max-width: 320px;
  display: inline-block;
  margin-top: 50px;
  position: relative;
  z-index: 1;
}

.modal-body {
  padding: 0;
  position: relative;
  overflow: hidden;
  display: flex;
}

.fancybox-content {
  max-width: 1100px;
  padding: 0;
  background: transparent;
}

.popup-bann img {
  /* width: 100%; */
  height: 431px;
  bottom: 0px;
  position: absolute;
}

.process-box:hover {
  transform: translate(0, -10px);
}

.shake {
  display: inline-block;
  color: white;
  font-size: 20px;
  cursor: pointer;
  animation: horizontal-shaking 6s ease-in-out infinite; /* 4s animation + 5s pause */
}

@keyframes horizontal-shaking {
  0% {
    transform: translateY(0);
  }
  10% {
    transform: translateY(5px);
  }
  20% {
    transform: translateY(-5px);
  }
  30% {
    transform: translateY(5px);
  }
  40% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0);
  }
}

.service_section {
  padding: 50px 0;
  /* background: #efefef; */
  background:
    linear-gradient(229deg, rgb(24 22 17 / 34%) 0%, rgb(56 53 45 / 92%) 100%),
    url(../images/service-bg-img.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.service-thumbnail {
  position: relative;
  text-align: center;
  padding: 39px 20px;
  background: #ffffff;
  border-radius: 20px;
  transition: 0.6s;
  margin-bottom: 25px;
  z-index: 1;
  box-shadow: rgb(143 143 143) 6px 9px 17px 7px;
  overflow: hidden;
  height: calc(100% - 30px);
}

.service_section h2 {
  font-size: 40px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  padding-bottom: 10px;
}
.service-thumbnail figure img {
  width: 75px;
  height: 80px;
  object-fit: contain;
  /* filter: brightness(0); */
}
.service-thumbnail h5 {
  font-size: 22px;
  font-weight: 600;
  line-height: 28px;
  text-transform: capitalize;
  margin-bottom: 10px;
  background: #11022d;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.process-sec {
  padding: 50px 0 80px;
  /* background: #efefef; */
  background:
    linear-gradient(229deg, rgb(24 22 17 / 0%) 0%, rgb(56 53 45 / 0%) 100%),
    url(../images/steps-bg.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

footer p a {
  color: #fff;
  text-decoration: none;
}
footer p a i,
.link-last i {
  color: #3c3ab6;
}
.copy {
  background: #1b1b1b;
  color: #7e7e7e;
  text-align: center;
  padding-bottom: 10px;
}
.copy .col-md-12 {
  border-top: 1px solid #7e7e7e;
}
.copy p {
  padding: 10px 0 0;
  color: #fff;
}
/* Privacy */
section.policy-ban {
  padding: 0px 0px;
  background:
    linear-gradient(270deg, rgb(0 0 0 / 54%) 0%, rgb(23 22 36) 100%),
    url(../images/Banners.webp) no-repeat;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 450px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.policy-ban h2 {
  font-size: 47px;
  color: #3c3ab6;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 30px;
  text-transform: capitalize;
  letter-spacing: 1px;
}
.policy {
  padding: 50px 0px;
}
.policy h2 {
  font-size: 18px;
  font-weight: 700;
  color: #000;
  margin-bottom: 10px;
}
.policy h3 {
  font-size: 17px;
  font-weight: 600;
  color: #000;
  margin-top: 20px;
  margin-bottom: 10px;
}
.policy p {
  margin-bottom: 25px;
}
.policy a {
  color: #3c3ab6;
}
.policy strong {
  font-size: 16px;
}
.policy a:hover {
  color: #3c3ab6;
  text-decoration: underline !important;
}
.policy ul li {
  margin-bottom: 8px;
}
.terms-pol h2 {
  margin-top: 30px;
  margin-bottom: 10px;
}
.terms-pol p {
  margin-bottom: 12px;
}
/* Privacy */
.tm {
  padding: 60px 0px 100px;
  background: url(../images/layer.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
.tm .content h2 {
  text-align: center;
}
.testimonial {
  width: 500px;
  background: #fff;
  padding: 4em 3em;
  display: flex;
  align-items: flex-end;
  box-shadow:
    0 2px 2px rgba(0, 0, 0, 0.075),
    0 3px 3px rgba(0, 0, 0, 0.075),
    0 5px 5px rgba(0, 0, 0, 0.075),
    0 9px 9px rgba(0, 0, 0, 0.075),
    0 17px 17px rgba(0, 0, 0, 0.075);
  position: relative;
  margin: 100px auto;
  flex-direction: column;
}

.testimonial:before {
  content: "";
  position: absolute;
  bottom: -5.5em;
  right: 5em;
  z-index: 1;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0px 100px 73px 0px;
  border-color: transparent #3c3ab6 transparent transparent;
}

.testimonial:after {
  content: "";
  border: 15px solid #3c3ab6;
  border-radius: 50px;
  width: 85%;
  height: 125%;
  position: absolute;
  z-index: -1;
  left: 2.5em;
  top: -2em;
}

.testimonial .quote {
  position: absolute;
  font-size: 1em;
  width: 50px;
  height: 50px;
  background: #cecece;
  color: #000000;
  text-align: center;
  font-weight: 400;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}

.testimonial .quote.open {
  top: -20px;
  left: -20px;
}

.testimonial .source {
  width: 100%;
  position: relative;
}

.testimonial p {
  width: 100%;
  display: inline-block;
  font-size: 1.25em;
  color: #000;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}

.testimonial .quote.close {
  bottom: -20px;
  right: -20px;
  background: #f4f4f4;
  opacity: 1;
}

.close:hover {
  color: #000;
  text-decoration: none;
}

.close:not(:disabled):not(.disabled):hover {
  opacity: 0.75;
}
.testimonial .source span {
  display: inline-block;
  font-weight: bold;
  font-size: 1.15em;
  position: relative;
  margin-right: 1rem;
  text-align: left;
}

.testimonial .source span::after {
  content: "";
  display: inline;
  margin-left: 5px;
}
.testimonial-carousel .owl-item {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
@media (min-width: 1024px) and (max-width: 1440px) {
  .testimonial {
    width: 85%; /* Width ko dynamic banaya */
    padding: 4em 2em; /* Thoda padding reduce kiya */
    margin: 80px auto; /* Margin adjust kiya */
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); /* Shadow subtle kiya */
  }
} /* General Styling */
.help-wrap {
  background: #f8f8f8;
  padding: 50px 0;
}

.main-heading {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}

.box-slider {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  gap: 20px;
  padding: 20px;
  scrollbar-width: none;
}

.box-slider::-webkit-scrollbar {
  display: none;
}

.box-slider > div {
  flex: 0 0 300px;
  scroll-snap-align: start;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: transform 0.3s ease-in-out;
}

.box-slider > div:hover {
  transform: translateY(-5px);
}

.imgwrp img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.txtwrp {
  padding: 15px;
  text-align: center;
}

.txtwrp h4 {
  font-size: 20px;
  color: #333;
  margin-bottom: 10px;
}

.txtwrp p {
  font-size: 14px;
  color: #666;
  line-height: 1.5;
}

.container.text-right {
  margin-top: 20px;
}

.container.text-right span {
  color: #3c3ab6;
  font-weight: bold;
  display: inline-block;
}

.container.text-right a:hover {
  text-decoration: underline;
}
.box-com {
  margin: 0;
}
.slick-slide {
  margin: 0 15px; /* 15px gap between slides */
}
.slick-list {
  margin: 0 -15px; /* Ensures proper alignment */
}
.our-author {
  background: rgb(210, 140, 45);
  background: -moz-linear-gradient(
    90deg,
    rgba(210, 140, 45, 1) 0%,
    rgba(210, 144, 45, 1) 97%
  );
  background: -webkit-linear-gradient(
    90deg,
    rgba(210, 140, 45, 1) 0%,
    rgba(210, 144, 45, 1) 97%
  );
  background: linear-gradient(43deg, #cecece 0%, #cecece 99%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#d28c2d", endColorstr="#d2902d", GradientType=1);
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;
}
.our-author .container-fluid {
  position: relative;
  z-index: 1;
}
.best_selling .btn-group {
  display: flex;
  justify-content: center;
}
.main-section {
  background: #3c3ab6;
  padding: 20px;
  border-radius: 50px 0px 0px 50px;
}
.our-author .heading {
  margin: 0 0 20px;
}
.our-author img.book {
  margin: auto;
  display: table;
  width: 100%;
}

.our-author img.laptop {
  position: absolute;
  right: 0px;
  bottom: 103px;
  max-width: 55%;
}
.our-author .heading h2 {
  padding: 0;
  color: black;
  font-size: 35px;
}
.our-author .heading1 h2 {
  padding: 0;
  color: white;
  font-size: 35px;
}

.our-author .heading h2::after {
  display: none;
}
.our-author .heading p {
  color: black;
  font-weight: 500;
  font-size: 18px;
  width: 88%;
}
.our-author .heading1 p {
  color: white;
  font-weight: 500;
  font-size: 18px;
  width: 88%;
}
.our-author ul li {
  display: inline-flex;
  width: 42%;
  margin: 0 0 20px;
  color: white;
  font-weight: 500;
  margin-right: 40px;
  font-size: 15px;
  flex-direction: column;
}
.our-author .box {
  background: white;
  padding: 35px 20px;
  height: 250px;
}

.our-author .box {
  margin: 0 0 30px;
  overflow: hidden;
  position: relative;
}

.our-author ul li span {
  display: block;
  font-size: 18px;
  color: #ffffff;
  font-weight: 600;
}

.our-author .box img {
  margin: 0 0 15px;
}
.our-author .box h5 {
  font-size: 16px;
  font-weight: 500;
  margin: 0;
  position: relative;
  padding-top: 10px;
}

.our-author .box h5::before {
  content: "";
  width: 50px;
  height: 4px;
  background: #141414;
  position: absolute;
  top: 0;
}

.our-author .box .circle {
  content: "";
  background: url(../images/author-circle.png) no-repeat;
  height: 172px;
  width: 178px;
  position: absolute;
  right: -60px;
  top: -80px;
  text-align: center;
  font-size: 41px;
  line-height: 230px;
  padding: 0;
  color: white;
}

.social-links {
  display: flex;
}
@media (max-width:567px) {
  .social-links{
    justify-content: center ;

  }
}

/* Cookies */
#cookie-banner {
  position: fixed;
  bottom: 2px;
  left: 50%;
  width: max-content;
  background: #222222fa;
  color: #fff;
  padding: 14px 40px 14px 14px;
  font-size: 14px;
  text-align: center;
  z-index: 9999;
  transform: translateX(-50%);
}
#cookie-banner p {
  font-size: 12px;
  padding-top: 0;
}
#cookie-banner a {
  text-decoration: underline;
  color: #3b3ab5;
}
#cookie-banner a:hover {
  color: #fff;
}
#cookie-close {
  position: absolute;
  top: 8px;
  right: 12px;
  font-size: 20px;
  cursor: pointer;
  color: #fff;
}
/* Cookies */
