* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
}

.skip-link {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 100000;
  padding: 11px 16px;
  color: #fff;
  background: #231f20;
  border: 2px solid #f7941d;
  border-radius: 6px;
  transform: translateY(-160%);
  transition: transform .2s ease;
}

.skip-link:focus {
  color: #fff;
  transform: translateY(0);
}

:focus-visible {
  outline: 3px solid #f7941d;
  outline-offset: 3px;
}

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

body {
  overflow-x: hidden;
}

main {
  overflow: hidden;
}

a {
  text-decoration: none;
}

.btn:focus {
  outline: none;
}

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
}

input:focus {
  outline: none;
  box-shadow: none;
}

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

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

.theme-tagline {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  color: #231F20;
}

.theme-h1 {
  font-size: 50px;
  font-family: "CabinetGrotesk";
  font-weight: 800;
  color: #FD9A00;
  margin-bottom: 10px;
}

.theme-h2 {
  font-size: 35px;
  font-family: "CabinetGrotesk";
  font-weight: 600;
  margin-bottom: 10px;
}

.theme-h2 span {
  color: #FD9A00;
}
.theme-h34{
  font-family: "CabinetGrotesk";
  font-size: 30px;
  
}
.theme-h3 {
  font-family: "CabinetGrotesk";
  font-size: 26px;
  margin-bottom: 10px;
}

.theme-h4 {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
}
ul#pills-tab {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 0 40px 0;
  justify-content: space-around;
}

.Portfolio-wrapper .nav-pills .nav-link.active, .nav-pills .show>.nav-link{
  background: linear-gradient(180deg, rgba(250, 152, 0, 1) 0%, rgba(213, 112, 2, 1) 100%)!important;
    color: #fff;
    border-color: transparent;
}
.Portfolio-wrapper  .nav-pills .nav-link:hover{
  background: linear-gradient(180deg, rgba(250, 152, 0, 1) 0%, rgba(213, 112, 2, 1) 100%)!important;
  color: #fff;
  border-color: transparent;
}
.Portfolio-wrapper  .nav-pills .nav-link{
  border: 1px solid black;
  color: #000;
  transition: 0.3s;
  font-weight: 600;
}
.theme-p {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  margin-bottom: 15px;
}

.theme-p a {
  color: #FD9A00;
  font-weight: 500;
}

.theme-p a:hover {
  text-decoration: underline;
}

.theme-keypoints {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.theme-keypoints.keypoints-white {
  color: #fff;
}

.theme-keypoints li {
  width: 50%;
  position: relative;
  padding-left: 30px;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 27px;
}

.theme-keypoints li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 5px;
  background: url(../images/check.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  height: 15px;
  width: 15px;
}

.theme-keypoints.keypoints-white li::before {
  background-image: url(../images/check-white.webp);
}

.theme-btn-ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 15px 0 25px;
}

.theme-btn-ul li:not(:nth-child(1)) {
  margin-left: 20px;
}

.theme-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 30px;
  width: fit-content;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-transform: capitalize;
  border-radius: 5px;
  border: none;
  outline: none;
  overflow: hidden;
}

.theme-btn:before {
  content: '';
  position: absolute;
  top: -50%;
  right: -50%;
  bottom: -50%;
  left: -50%;
  background: linear-gradient(to bottom, rgba(229, 172, 142, 0), rgba(255, 255, 255, 0.5) 50%, rgba(229, 172, 142, 0));
  transform: rotateZ(60deg) translate(-5em, 15em);
}

.theme-btn:hover::before,
.theme-btn:focus::before {
  animation: sheen 1s forwards;
}

@keyframes sheen {
  100% {
    transform: rotateZ(60deg) translate(1em, -15em);
  }
}

.theme-btn-dark {
  background-color: #231F20;
  color: #fff;
}

.theme-btn-white {
  background-color: #fff;
  color: #000;
}

.theme-btn-outline {
  border: 1px solid #000;
  color: #000;
  background-color: transparent;
}

.theme-btn-outline:hover,
.theme-btn-outline.active,
.theme-btn-featured {
  background: linear-gradient(180deg, rgba(250, 152, 0, 1) 0%, rgba(213, 112, 2, 1) 100%);
  color: #000;
  border-color: transparent;
}

.btn-icon::after {
  content: '\f054';
  /* The site ships the free Font Awesome build locally. The previous
     Pro family name does not exist in that font, so the glyph rendered
     as an empty/missing icon. */
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-style: normal;
  display: inline-block;
  padding-left: 10px;
  font-size: 14px;
}

.padding-sec {
  padding: 60px 0;
}

/* header start */
.header-main {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  transition: 0.5s;
}

.header-main.scroll {
  background: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}

.header-main .topbar {
  position: relative;
  padding: 17px 0;
  z-index: 1;
}

.header-main .topbar::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background: linear-gradient(180deg, rgba(250, 152, 0, 1) 0%, rgba(213, 112, 2, 1) 100%);
  border-radius: 0 0 30px 30px;
}

.header-main .topbar .topbar-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-main .topbar .topbar-content .topbar-ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.header-main .topbar .topbar-content .topbar-ul li a {
  display: block;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 14px;
  color: #000;
  margin: 0 10px;
  transition: 0.3s;
}

.header-main .topbar .topbar-content .topbar-ul li a:hover {
  color: #fff;
}

.header-main .topbar .topbar-content .topbar-ul li a i {
  font-size: 20px;
}

.header-main .topbar .topbar-content .social-links li a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 20px;
  width: 20px;
  padding: 15px;
  margin: 0;
  border-radius: 50%;
  transition: 0.3s;
}

.header-main .topbar .topbar-content .social-links li a:hover {
  color: #FD9A00;
  background-color: #fff;
  transform: rotate(360deg);
}

.header-main .topbar .topbar-content .social-links li a i {
  font-size: 16px;
}

.header-main .topbar .topbar-content .topbar-ul:nth-child(2) li a {
  animation: 3s getquotebar linear infinite reverse;
  background: linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 33%, rgba(255, 255, 255, 1) 34%, rgba(255, 255, 255, 1) 66%, rgba(0, 0, 0, 1) 66%, rgba(0, 0, 0, 1) 100%);
  background-size: calc(300% + 15px);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@keyframes getquotebar {
  0% {
    background-position: center left;
  }

  100% {
    background-position: center right;
  }
}

.header-main .topbar .topbar-content .topbar-ul:nth-child(2) li a i {
  padding-left: 5px;
}

.header-main .navbar-brand img {
  width: 150px;
  height: auto;
  object-fit: contain;
  display: block;
  transition: width .4s cubic-bezier(.22, .61, .36, 1), transform .4s ease;
}

.header-main.scroll .navbar-brand img {
  width: 95px;
}

.header-main .navbar {
  padding-top: 30px;
  transition: 0.5s;
}

.header-main.scroll .navbar {
  padding: 5px 0;
}

.header-main .custom-nav-item {
  padding: 0 5px;
}

.header-main .custom-nav-item .dropdown-menu {
    border-radius: 0;
    padding: 0;
    left: 50%;
    right: 0;
    display: none;
    flex-wrap: wrap;
    width: 500px;
    transform: translateX(-50%);
    background-color: #000;
}
.header-main .custom-nav-item:hover .dropdown-menu{
    display: flex;
}
.header-main .custom-nav-item .dropdown-menu ul{
    width: 50%;
}

.header-main .custom-nav-item .dropdown-menu li a {
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  padding: 10px 20px;
  white-space: nowrap;
  display: block;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background-color: #000;
  /* text-align: center; */
}

.header-main .custom-nav-item .dropdown-menu li a:hover {
  background-color: #FD9A00;
  color: #fff;
  border-color: transparent;
}

.header-main .custom-nav-item .custom-nav-link {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  text-transform: capitalize;
  font-weight: 600;
  color: #231F20;
  transition: 0.3s;
}

.header-main .custom-nav-item .custom-nav-link:hover,
.header-main .custom-nav-item .custom-nav-link.active {
  color: #FD9A00;
}

.header-main .custom-nav-item .nav-btn {
  background: linear-gradient(180deg, rgba(250, 152, 0, 1) 0%, rgba(213, 112, 2, 1) 100%);
  border-radius: 10px;
  padding: 12px 15px;
  outline: none;
  transition: 0.3s;
}

.header-main .custom-nav-item .nav-btn:hover {
  color: #000;
}

/* header end */

/* Footer Start */
.footer-main {
  padding: 70px 0 0;
  background-color: #231F20;
  color: #fff;
}

.footer-main .footer-brand img {
  display: block;
  width: 180px;
  margin-bottom: 20px;
}

.footer-main .contact-links {
  margin-bottom: 30px;
}

.footer-main .quick-links li a {
  display: block;
  font-family: 'Poppins', sans-serif;
  color: #e2e2e2;
  font-size: 14px;
  transition: 0.3s;
  margin-bottom: 8px;
}

.footer-main .quick-links li a:hover {
  color: #FD9A00;
}

.footer-main .contact-links li a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-family: 'Poppins', sans-serif;
  color: #fff;
  font-size: 14px;
  transition: 0.3s;
  margin-bottom: 10px;
}

.footer-main .contact-links li a:hover {
  color: #FD9A00;
}

.footer-main .contact-links li a i {
  display: block;
  font-size: 18px;
  width: 40px;
}

.footer-main .contact-links li a span {
  display: block;
  width: calc(100% - 40px);
}

.footer-main .footer-form {
  background-color: rgba(253, 154, 0, 0.5);
  border-radius: 10px;
}

.footer-main .footer-form .form-wrapper {
  padding: 25px;
}

.footer-main .footer-form .input-field input,
.footer-main .footer-form .input-field textarea {
  width: 100%;
  background-color: transparent;
  border: none;
  outline: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  font-family: 'Poppins', sans-serif;
  color: #fff;
  font-size: 14px;
  padding: 5px;
  margin-bottom: 10px;
}

.footer-main .footer-form .input-field textarea {
  height: 120px;
}

.footer-main .footer-form .input-field *:focus {
  border-color: #fff;
}

.footer-main .footer-form .input-field *::placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.footer-main .footer-form .theme-btn {
  width: 100%;
}

.footer-main .copyright {
  padding: 20px 0;
  text-align: center;
  margin-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-main .copyright ul {
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-main .copyright ul li a {
  display: block;
  color: #fff;
  text-decoration: underline;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  text-transform: capitalize;
  margin-left: 10px;
}

.footer-main .copyright ul li a:hover {
  color: #FD9A00;
}

.footer-main .copyright .theme-p {
  margin: 0;
}

.footer-main .disclaimer {
  background: linear-gradient(180deg, rgba(250, 152, 0, 1) 0%, rgba(213, 112, 2, 1) 100%);
  padding: 10px 0;
}

.footer-main .disclaimer .theme-p {
  margin: 0;
}

/* Footer End */

.home-banner {
  position: relative;
  background-image: url(../images/home-banner-bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  padding: 250px 0 150px;
}

.home-banner-animated {
  isolation: isolate;
  overflow: hidden;
  background-image:
    radial-gradient(circle at 78% 42%, rgba(253, 154, 0, .18), transparent 34%),
    linear-gradient(105deg, rgba(255, 255, 255, .97) 18%, rgba(255, 248, 235, .9) 58%, rgba(35, 31, 32, .08)),
    url(../images/home-banner-bg.webp);
}

.home-banner-animated::before,
.home-banner-animated::after {
  content: '';
  position: absolute;
  z-index: 1;
  pointer-events: none;
}

.home-banner-animated::before {
  width: 46vw;
  height: 46vw;
  min-width: 430px;
  min-height: 430px;
  right: -12vw;
  top: 7%;
  border: 1px solid rgba(247, 148, 29, .25);
  border-radius: 42% 58% 37% 63%;
  animation: heroMorph 12s ease-in-out infinite alternate;
}

.home-banner-animated::after {
  width: 38%;
  height: 160%;
  left: -26%;
  top: -35%;
  opacity: .55;
  background: linear-gradient(105deg, transparent 30%, rgba(247, 148, 29, .12) 50%, transparent 70%);
  transform: rotate(16deg);
  animation: heroLightSweep 7.5s ease-in-out infinite;
}

@keyframes heroMorph {
  0% { transform: rotate(0deg) scale(.92); border-radius: 42% 58% 37% 63%; }
  50% { transform: rotate(24deg) scale(1.04); border-radius: 62% 38% 55% 45%; }
  100% { transform: rotate(48deg) scale(.96); border-radius: 35% 65% 44% 56%; }
}

@keyframes heroLightSweep {
  0%, 15% { left: -35%; opacity: 0; }
  42% { opacity: .65; }
  72%, 100% { left: 115%; opacity: 0; }
}

.hero-title-word {
  display: inline-block;
  margin-right: .18em;
  will-change: transform, opacity, filter;
}

.home-banner-animated .theme-tagline {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.home-banner-animated .theme-tagline::before {
  content: '';
  width: 34px;
  height: 2px;
  background: #f7941d;
  transform-origin: left center;
  animation: heroTaglinePulse 2.2s ease-in-out infinite alternate;
}

@keyframes heroTaglinePulse {
  from { transform: scaleX(.45); opacity: .45; }
  to { transform: scaleX(1.15); opacity: 1; }
}

.home-banner-animated .theme-btn-ul .theme-btn {
  position: relative;
  overflow: hidden;
}

.home-banner-animated .theme-btn-ul .theme-btn::before {
  content: '';
  position: absolute;
  top: -70%;
  left: -40%;
  width: 24%;
  height: 240%;
  background: rgba(255, 255, 255, .55);
  transform: rotate(22deg);
  animation: heroButtonShine 4.6s ease-in-out infinite;
}

@keyframes heroButtonShine {
  0%, 35% { left: -45%; opacity: 0; }
  48% { opacity: .7; }
  65%, 100% { left: 125%; opacity: 0; }
}

.home-banner.hero-welcome-complete .banner-form {
  animation: heroFormFloat 5s ease-in-out infinite alternate;
}

@keyframes heroFormFloat {
  from { transform: translate3d(0, 0, 0); }
  to { transform: translate3d(0, -8px, 0); }
}

.book-hero-canvas {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

.book-hero-canvas canvas {
  display: block;
  width: 100%;
  height: 100%;
}

.home-banner-animated .container,
.home-banner-animated .scroll-down {
  position: relative;
  z-index: 2;
}

.home-banner-animated .banner-content > .row > div:first-child {
  text-shadow: 0 1px 18px rgba(255, 255, 255, .75);
}

.home-banner-animated .banner-form {
  border: 1px solid rgba(253, 154, 0, .35);
  box-shadow: 0 24px 70px rgba(35, 31, 32, .24);
}

.home-banner .scroll-down {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  width: 30px;
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  color: #000;
  border: 2px solid #000;
  border-radius: 50%;
  overflow: hidden;
}

.home-banner .scroll-down:hover i {
  animation: 1s scrolldown linear infinite;
}

@keyframes scrolldown {
  0% {
    transform: translateY(0);
  }

  40% {
    transform: translateY(25px);
  }

  41% {
    transform: translateY(-25px);
  }

  100%,
  80% {
    transform: translateY(0);
  }
}

.home-banner .banner-brands {
  display: block;
  width: 320px;
  margin-bottom: 15px;
}

.home-banner .theme-p .icons {
  color: #FD9A00;
}

.banner-form {
  position: relative;
  background-color: rgb(35, 31, 32, 0.8);
  color: #fff;
  padding: 30px 45px 50px;
  backdrop-filter: blur(5px);
}

.banner-form .theme-h3,
.banner-form .theme-p {
  text-align: center;
}

.banner-form .input-field input,
.banner-form .input-field textarea {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  background-color: transparent;
  border: none;
  outline: none;
  color: #fff;
  padding: 10px 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  width: 100%;
  resize: none;
  margin-bottom: 10px;
}

.banner-form .input-field textarea {
  height: 120px;
}

.banner-form .input-field *::placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.banner-form button {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%) translateY(50%);
  padding: 12px 45px;
}

.logobar {
  position: relative;
  overflow: hidden;
  background-color: #000;
  color: #fff;
  padding: 30px 0;
}

.logobar .theme-p {
  font-size: 14px;
  margin: 0;
}

.logobar .theme-p span {
  color: #FD9A00;
  font-weight: 600;
}

.logobar .logo-logobar {
  position: relative;
  padding: 0 30px;
  overflow: hidden;
  min-height: 62px;
  opacity: 1;
  visibility: visible;
}

.logobar .logo-logobar-track {
  display: flex;
  align-items: center;
  width: max-content;
  will-change: transform;
}

.logobar .logo-logobar-track img {
  display: block;
  flex: 0 0 auto;
  width: 620px;
  max-width: none;
  padding: 0 24px;
  filter: grayscale(.18) brightness(1.04);
  transition: filter .35s ease, transform .35s ease;
}

.logobar .logo-logobar:hover .logo-logobar-track img {
  filter: grayscale(0) brightness(1.12);
  transform: scale(1.025);
}

.logobar .logo-logobar::before,
.logobar .logo-logobar::after {
  content: '';
  position: absolute;
  width: 2px;
  height: 60px;
  background-color: #fff;
  top: 50%;
  transform: translateY(-50%);
}

@media only screen and (max-width: 767px) {
  .logobar .logo-logobar {
    padding: 14px 0;
  }

  .logobar .logo-logobar-track img {
    width: 470px;
    padding: 0 18px;
  }
}

.logobar .logo-logobar::before {
  left: 0;
}

.logobar .logo-logobar::after {
  right: 0;
}

.who-we-are,
.home-about {
  background: linear-gradient(180deg, rgba(250, 152, 0, 1) 0%, rgba(223, 123, 1, 1) 100%);
}

.home-about {
  position: relative;
  isolation: isolate;
  overflow: hidden;
}

.home-about::before,
.home-about::after {
  content: '';
  position: absolute;
  z-index: -1;
  pointer-events: none;
}

.home-about::before {
  width: 390px;
  height: 390px;
  right: -90px;
  top: -115px;
  opacity: .12;
  background: url(../images/book.png) center / contain no-repeat;
  animation: aboutBookFloat 9s ease-in-out infinite alternate;
}

.home-about::after {
  width: 520px;
  height: 520px;
  left: -240px;
  bottom: -270px;
  border: 70px solid rgba(255, 255, 255, .09);
  border-radius: 50%;
  animation: aboutOrbit 13s linear infinite;
}

@keyframes aboutBookFloat {
  0% { transform: translate3d(0, 0, 0) rotate(-8deg) scale(.96); }
  50% { transform: translate3d(-28px, 24px, 0) rotate(3deg) scale(1.04); }
  100% { transform: translate3d(12px, 48px, 0) rotate(10deg) scale(.98); }
}

@keyframes aboutOrbit {
  from { transform: rotate(0deg) translate3d(0, 0, 0); }
  to { transform: rotate(360deg) translate3d(16px, -12px, 0); }
}

.about-visual {
  position: relative;
  display: inline-block;
  perspective: 1000px;
  transform-style: preserve-3d;
  will-change: transform;
}

.about-visual::after {
  content: '';
  position: absolute;
  left: 12%;
  right: 12%;
  bottom: 2%;
  height: 10%;
  z-index: -1;
  border-radius: 50%;
  background: rgba(65, 31, 0, .32);
  filter: blur(18px);
  transition: transform .55s ease, opacity .55s ease;
}

.about-visual img {
  position: relative;
  z-index: 2;
  transform: translateZ(22px);
  filter: drop-shadow(0 22px 24px rgba(72, 35, 0, .22));
  transition: filter .55s ease;
  will-change: transform;
}

.about-visual-ring {
  position: absolute;
  inset: 8% 7% 5%;
  z-index: 1;
  border: 1px solid rgba(255, 255, 255, .5);
  border-radius: 50%;
  transform: translateZ(5px) rotate(-8deg);
  transition: transform .55s ease, border-color .55s ease;
}

.about-visual:hover img {
  filter: drop-shadow(0 34px 30px rgba(72, 35, 0, .34)) saturate(1.08);
}

.about-visual:hover::after {
  opacity: .7;
  transform: scale(.82) translateY(10px);
}

.about-visual:hover .about-visual-ring {
  border-color: rgba(255, 255, 255, .9);
  transform: translateZ(5px) rotate(7deg) scale(1.04);
}

.home-about .about-content .theme-keypoints li {
  transform-origin: left center;
}

.process-work {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 10% 15%, rgba(247, 148, 29, .11), transparent 25%),
    linear-gradient(180deg, #fff 0%, #fffaf2 100%);
}

.process-work::before {
  content: '';
  position: absolute;
  width: 520px;
  height: 520px;
  right: -250px;
  top: -230px;
  border: 1px solid rgba(247, 148, 29, .18);
  border-radius: 44% 56% 65% 35%;
  pointer-events: none;
  animation: processShape 12s ease-in-out infinite alternate;
}

@keyframes processShape {
  from { transform: rotate(0deg) scale(.9); border-radius: 44% 56% 65% 35%; }
  to { transform: rotate(45deg) scale(1.08); border-radius: 62% 38% 42% 58%; }
}

.process-work .process-intro {
  position: relative;
  z-index: 2;
  margin-bottom: 38px;
}

.process-work .process-cards {
  position: relative;
  perspective: 1200px;
}

.process-work .process-cards::before {
  content: '';
  position: absolute;
  top: -18px;
  left: calc(var(--bs-gutter-x) * .5);
  right: calc(var(--bs-gutter-x) * .5);
  height: 2px;
  border-radius: 2px;
  background: linear-gradient(90deg, #231f20, #f7941d 45%, rgba(247, 148, 29, 0));
  transform: scaleX(0);
  transform-origin: left center;
}

.process-work.process-line-visible .process-cards::before {
  transform: scaleX(1);
  transition: transform 1.1s cubic-bezier(.2, .8, .2, 1);
}

.process-work .process-stp {
  position: relative;
  height: 100%;
  padding: 28px 22px;
  overflow: hidden;
  border: 1px solid rgba(35, 31, 32, .08);
  border-radius: 16px;
  background: rgba(255, 255, 255, .78);
  box-shadow: 0 14px 38px rgba(45, 31, 15, .07);
  transition: border-color .4s ease, box-shadow .4s ease, color .4s ease;
  transform-style: preserve-3d;
  will-change: transform;
}

.process-work .process-stp::before {
  content: '';
  position: absolute;
  inset: auto -35% -70% -35%;
  height: 100%;
  z-index: 0;
  border-radius: 50%;
  background: linear-gradient(135deg, #f7941d, #dc7100);
  transition: transform .55s cubic-bezier(.2, .75, .25, 1);
  transform: scale(.15);
}

.process-work .process-stp > * {
  position: relative;
  z-index: 1;
}

.process-work .process-stp:hover {
  color: #fff;
  border-color: rgba(247, 148, 29, .5);
  box-shadow: 0 24px 48px rgba(116, 61, 0, .2);
}

.process-work .process-stp:hover::before {
  transform: scale(2.4);
}

.process-work .process-stp:hover img {
  filter: brightness(1.08) saturate(1.1) drop-shadow(0 14px 12px rgba(0, 0, 0, .24));
}

.process-work .process-stp img {
  width: 56%;
  margin-bottom: 20px;
  margin-left: 25px;
  transition: transform .5s cubic-bezier(.2, .75, .25, 1), filter .4s ease;
  transform: translateZ(18px);
  transform-origin: 50% 70%;
  will-change: transform, filter;
}

.process-work .process-stp .theme-h4,
.process-work .process-stp .theme-p {
  transition: color .35s ease, transform .45s ease;
}

.process-work .process-stp:hover .theme-h4,
.process-work .process-stp:hover .theme-p {
  color: #fff;
  transform: translateY(-3px);
}

.process-work .process-stp:hover .theme-h4 {
  letter-spacing: .3px;
}

.what-kind-genre {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background-image: url(../images/what-kind-genre.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  color: #fff;
}

.what-kind-genre::before {
  content: '';
  position: absolute;
  inset: -30%;
  z-index: -1;
  pointer-events: none;
  background:
    radial-gradient(circle at 20% 30%, rgba(247, 148, 29, .28), transparent 24%),
    radial-gradient(circle at 80% 70%, rgba(255, 255, 255, .12), transparent 22%);
  animation: genreWelcomeGlow 11s ease-in-out infinite alternate;
}

@keyframes genreWelcomeGlow {
  from { transform: translate3d(-3%, 0, 0) rotate(-2deg) scale(.96); opacity: .65; }
  to { transform: translate3d(3%, -2%, 0) rotate(2deg) scale(1.06); opacity: 1; }
}

.what-kind-genre .sec-title {
  position: relative;
  padding: 30px 34px;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 18px;
  background: rgba(0, 0, 0, .18);
  backdrop-filter: blur(8px);
}

.what-kind-genre .sec-title::after {
  content: '';
  position: absolute;
  left: 34px;
  bottom: 0;
  width: 70px;
  height: 3px;
  border-radius: 3px;
  background: #f7941d;
}

.what-kind-genre .sec-title .theme-h2,
.what-kind-genre .sec-title .theme-p {
  margin: 0;
}

.what-kind-genre .genre-tabs {
  padding-top: 48px;
}

.what-kind-genre .genre-tabs .nav-tabs {
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
}

.what-kind-genre .genre-tabs .nav-tabs .nav-item {
  padding: 0;
}

.what-kind-genre .genre-tabs .nav-tabs .nav-item .nav-link {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  text-transform: capitalize;
  border-radius: 5px;
  color: #fff;
  border: 1px solid #fff;
  padding: 9px 18px;
  border-radius: 30px;
  background: rgba(255, 255, 255, .05);
  transition: transform .3s ease, background-color .3s ease, border-color .3s ease;
}

.what-kind-genre .genre-tabs .nav-tabs .nav-item .nav-link:hover,
.what-kind-genre .genre-tabs .nav-tabs .nav-item .nav-link.active {
  background-color: #000;
  border-color: #000;
  transform: translateY(-3px);
}

.what-kind-genre .genre-tabs .tab-content {
  position: relative;
  margin-top: 42px;
  padding: 36px 28px 24px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 22px;
  background: rgba(0, 0, 0, .22);
  box-shadow: 0 26px 70px rgba(0, 0, 0, .24);
  backdrop-filter: blur(7px);
}

.what-kind-genre .genre-slider .genre-item {
  padding: 8px;
  border-radius: 13px;
  transition: transform .4s cubic-bezier(.2, .8, .2, 1), background .4s ease, box-shadow .4s ease;
}

.what-kind-genre .genre-slider .genre-item:hover {
  z-index: 3;
  background: rgba(255, 255, 255, .1);
  box-shadow: 0 18px 34px rgba(0, 0, 0, .3);
  transform: translateY(-10px) scale(1.035);
}

.what-kind-genre .genre-slider .genre-item img {
  filter: drop-shadow(0 10px 9px rgba(0, 0, 0, .24));
  transition: filter .4s ease, transform .4s ease;
}

.what-kind-genre .genre-slider .genre-item:hover img {
  filter: drop-shadow(0 18px 12px rgba(0, 0, 0, .4));
  transform: rotateY(-5deg);
}

.best-selling-slider .owl-dots,
.what-kind-genre .genre-tabs .owl-dots {
  margin-top: 50px !important;
}

.best-selling-slider .owl-dots .owl-dot span,
.what-kind-genre .genre-tabs .owl-dots .owl-dot span {
  position: relative;
  background-color: #000 !important;
  height: 7px;
  width: 7px;
}

.best-selling-slider .owl-dots .owl-dot span::before,
.what-kind-genre .genre-tabs .owl-dots .owl-dot span::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: calc(100% + 8px);
  width: calc(100% + 8px);
  border: 1px solid transparent;
  border-radius: 50%;
}

.best-selling-slider .owl-dots .owl-dot.active span::before,
.what-kind-genre .genre-tabs .owl-dots .owl-dot.active span::before {
  border-color: #000 !important;
}

.professionally-book-published {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: #231f20;
  color: #fff;
  text-align: center;
}

.professionally-book-published::before {
  content: '';
  position: absolute;
  inset: -5%;
  z-index: -2;
  background: url(../images/professionally-published-book.webp) center / cover no-repeat;
  transition: transform 1.2s cubic-bezier(.2, .75, .2, 1), filter 1.2s ease;
}

.professionally-book-published::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(105deg, transparent 25%, rgba(247, 148, 29, .24) 50%, transparent 75%),
    rgba(18, 15, 15, .34);
  background-size: 220% 100%, auto;
  background-position: 130% 0, 0 0;
  transition: background-position 1.1s ease, background-color .8s ease;
}

.professionally-book-published:hover::before {
  filter: saturate(1.15) contrast(1.04);
  transform: scale(1.08) rotate(.5deg);
}

.professionally-book-published:hover::after {
  background-position: -30% 0, 0 0;
  background-color: rgba(18, 15, 15, .12);
}

.professionally-book-published .published-content {
  padding: 46px 52px;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 22px;
  background: rgba(16, 14, 14, .34);
  box-shadow: 0 25px 70px rgba(0, 0, 0, .25);
  backdrop-filter: blur(7px);
  transition: transform .55s cubic-bezier(.2, .8, .2, 1), border-color .45s ease, box-shadow .55s ease;
}

.professionally-book-published:hover .published-content {
  border-color: rgba(247, 148, 29, .62);
  box-shadow: 0 35px 85px rgba(0, 0, 0, .36);
  transform: translateY(-8px);
}

.professionally-book-published .published-content .theme-h2 {
  transition: color .4s ease, letter-spacing .55s ease;
}

.professionally-book-published:hover .published-content .theme-h2 {
  color: #ffac3e;
  letter-spacing: .012em;
}

.professionally-book-published .published-content .theme-btn {
  transition: transform .4s cubic-bezier(.2, .8, .2, 1), box-shadow .4s ease, background-color .4s ease;
}

.professionally-book-published .published-content .theme-btn:hover {
  box-shadow: 0 14px 35px rgba(247, 148, 29, .36);
  transform: translateY(-4px) scale(1.035);
}

@media only screen and (max-width: 767px) {
  .professionally-book-published .published-content {
    padding: 30px 20px;
  }
}

.want-to-publish {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background:
    radial-gradient(circle at 76% 48%, rgba(247, 148, 29, .22), transparent 31%),
    radial-gradient(circle at 10% 100%, rgba(247, 148, 29, .12), transparent 28%),
    linear-gradient(115deg, #fdfbf7 8%, #fff4e0 52%, #f7e5c6 100%);
}

.bestseller-brand-marquee {
  position: absolute;
  left: 0;
  bottom: 6%;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: .42em;
  width: max-content;
  color: rgba(35, 31, 32, .055);
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(34px, 5vw, 76px);
  font-weight: 900;
  letter-spacing: .08em;
  line-height: 1;
  white-space: nowrap;
  pointer-events: none;
  transform: rotate(-3deg);
  will-change: transform;
}

.bestseller-brand-marquee span {
  display: inline-flex;
  align-items: center;
  gap: .42em;
}

.bestseller-brand-marquee span::after {
  content: '•';
  color: rgba(247, 148, 29, .16);
}

.bestseller-three-canvas {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

.bestseller-three-canvas canvas {
  display: block;
  width: 100%;
  height: 100%;
}

.want-to-publish .container {
  position: relative;
  z-index: 2;
}

.bestseller-copy {
  padding: 34px;
  border: 1px solid rgba(247, 148, 29, .2);
  border-radius: 20px;
  background: linear-gradient(145deg, rgba(255, 255, 255, .92), rgba(255, 249, 238, .74));
  box-shadow: 0 20px 55px rgba(59, 36, 10, .1);
  backdrop-filter: blur(9px);
  transition: transform .45s ease, box-shadow .45s ease, border-color .45s ease;
}

.bestseller-copy::before {
  content: 'NP';
  display: inline-grid;
  place-items: center;
  width: 44px;
  height: 44px;
  margin-bottom: 18px;
  border-radius: 12px;
  color: #fff;
  background: #231f20;
  box-shadow: 8px 8px 0 #f7941d;
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: -.05em;
  transition: transform .45s cubic-bezier(.2, .8, .2, 1), box-shadow .45s ease;
}

.bestseller-copy:hover::before {
  transform: rotate(-8deg) scale(1.08);
  box-shadow: 12px 12px 0 #f7941d;
}

.bestseller-copy:hover {
  border-color: rgba(247, 148, 29, .62);
  box-shadow: 0 28px 70px rgba(99, 52, 0, .17);
  transform: translateY(-7px);
}

.bestseller-copy .theme-h2 {
  transition: color .35s ease, transform .45s ease;
}

.bestseller-copy:hover .theme-h2 {
  color: #e37a00;
  transform: translateX(7px);
}

.bestseller-visual {
  position: relative;
  display: flex;
  justify-content: center;
  perspective: 1100px;
  transform-style: preserve-3d;
  will-change: transform;
  transition: transform .5s cubic-bezier(.2, .8, .2, 1);
}

.bestseller-visual img {
  position: relative;
  z-index: 2;
  transform: translateZ(28px);
  filter: drop-shadow(0 24px 22px rgba(53, 31, 8, .22));
  transition: filter .5s ease;
  will-change: transform;
}

.bestseller-orbit {
  position: absolute;
  inset: 7% 12%;
  z-index: 1;
  border: 1px solid rgba(247, 148, 29, .5);
  border-radius: 50%;
  transform: translateZ(4px) rotate(-9deg);
  transition: transform .65s cubic-bezier(.2, .8, .2, 1), border-color .4s ease;
}

.bestseller-visual:hover .bestseller-orbit {
  border-color: #f7941d;
  transform: translateZ(4px) rotate(11deg) scale(1.06);
}

.bestseller-visual:hover img {
  filter: drop-shadow(0 35px 28px rgba(78, 39, 0, .34)) saturate(1.1);
}

@media only screen and (max-width: 991px) {
  .bestseller-copy {
    margin-bottom: 35px;
  }
}

.professionally-book-published .theme-tagline {
  color: #fff;
}

.professionally-book-published .theme-btn {
  margin: 0 auto;
}

.best-selling-slider .genre-item {
  padding: 0 10px;
}

.publishing-process {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  --process-word-x: -18vw;
  color: #231f20;
  background:
    linear-gradient(rgba(255, 255, 255, .93), rgba(255, 249, 239, .96)),
    repeating-linear-gradient(90deg, rgba(35, 31, 32, .04) 0, rgba(35, 31, 32, .04) 1px, transparent 1px, transparent 80px);
}

.publishing-process::before {
  content: 'PROCESS';
  position: absolute;
  right: -2%;
  top: 3%;
  z-index: -1;
  color: rgba(35, 31, 32, .035);
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(80px, 15vw, 220px);
  font-weight: 900;
  line-height: 1;
  letter-spacing: -.06em;
  transform: translate3d(var(--process-word-x), 0, 0);
  will-change: transform;
}

.publishing-process-glow {
  position: absolute;
  left: -180px;
  top: 30%;
  z-index: -1;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  background: rgba(247, 148, 29, .13);
  filter: blur(35px);
  pointer-events: none;
}

.publishing-process-heading {
  max-width: 780px;
  margin: 0 auto 55px;
}

.process-eyebrow {
  display: inline-block;
  margin-bottom: 10px;
  color: #e07900;
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.publishing-steps {
  position: relative;
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 0 0 0 34px;
  list-style: none;
}

.publishing-steps::before,
.publishing-steps::after {
  content: '';
  position: absolute;
  left: 8px;
  top: 22px;
  bottom: 22px;
  width: 2px;
  border-radius: 2px;
}

.publishing-steps::before {
  background: rgba(35, 31, 32, .12);
}

.publishing-steps::after {
  background: linear-gradient(#f7941d, #d76b00);
  transform: scaleY(var(--process-progress, 0));
  transform-origin: top center;
}

.publishing-step {
  position: relative;
  display: grid;
  grid-template-columns: 64px 1fr;
  align-items: center;
  min-height: 92px;
  overflow: hidden;
  border: 1px solid rgba(35, 31, 32, .08);
  border-radius: 16px;
  background: rgba(255, 255, 255, .9);
  box-shadow: 0 10px 30px rgba(61, 39, 13, .06);
  transition: border-color .4s ease, box-shadow .45s ease, transform .45s cubic-bezier(.2, .8, .2, 1);
  transform-style: preserve-3d;
}

.publishing-step::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, #231f20, #3a2b24);
  transform: translateX(-102%);
  transition: transform .5s cubic-bezier(.2, .8, .2, 1);
}

.publishing-step-number {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  align-self: stretch;
  color: #fff;
  background: #f7941d;
  font-family: 'Montserrat', sans-serif;
  font-size: 17px;
  font-weight: 800;
  transition: color .4s ease, background .4s ease;
}

.publishing-step-inner {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 14px 22px;
}

.publishing-step-inner small {
  display: block;
  margin-bottom: 2px;
  color: #e07900;
  font-family: 'Poppins', sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.publishing-step-inner h3 {
  margin: 0;
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(16px, 1.5vw, 21px);
  font-weight: 700;
}

.publishing-step-inner img {
  width: 60px;
  height: 60px;
  padding: 6px;
  object-fit: contain;
  border: 1px solid rgba(247, 148, 29, .22);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 7px 18px rgba(56, 35, 10, .1);
  transition: border-color .4s ease, box-shadow .4s ease, transform .45s cubic-bezier(.2, .8, .2, 1);
}

.publishing-step:hover {
  color: #fff;
  border-color: #f7941d;
  background: #231f20;
  box-shadow: 0 22px 48px rgba(83, 45, 4, .2);
  transform: translateX(12px);
}

.publishing-step:hover::before {
  transform: translateX(0);
}

.publishing-step:hover .publishing-step-number {
  color: #f7941d;
  background: #fff;
}

.publishing-step:hover small {
  color: #ffb855;
}

.publishing-step:hover img {
  border-color: #fff;
  background: #fff;
  box-shadow: 0 12px 25px rgba(0, 0, 0, .3), 0 0 0 4px rgba(247, 148, 29, .22);
  transform: translate3d(-8px, -5px, 24px) rotate(-6deg) scale(1.12);
}

.publishing-book-visual {
  position: sticky;
  top: 150px;
  display: inline-block;
  perspective: 1100px;
  transform-style: preserve-3d;
  will-change: transform;
}

.publishing-book-visual > img {
  position: relative;
  z-index: 2;
  max-height: 540px;
  filter: drop-shadow(0 30px 28px rgba(63, 36, 7, .25));
  transition: filter .5s ease;
  will-change: transform;
}

.publishing-book-orbit {
  position: absolute;
  inset: 5% -2% 8%;
  z-index: 1;
  border: 1px solid rgba(247, 148, 29, .45);
  border-radius: 50%;
  transform: rotate(-12deg);
  transition: transform .65s ease, border-color .4s ease;
}

.publishing-badge {
  position: absolute;
  right: -10px;
  bottom: 16%;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  color: #fff;
  border-radius: 12px;
  background: #231f20;
  box-shadow: 8px 8px 0 #f7941d;
  font-family: 'Poppins', sans-serif;
  text-align: left;
}

.publishing-badge strong {
  color: #f7941d;
  font-size: 28px;
}

.publishing-badge span {
  font-size: 10px;
  font-weight: 700;
  line-height: 1.15;
  text-transform: uppercase;
}

.publishing-book-visual:hover > img {
  filter: drop-shadow(0 40px 34px rgba(83, 42, 0, .34)) saturate(1.08);
}

.publishing-book-visual:hover .publishing-book-orbit {
  border-color: #f7941d;
  transform: rotate(10deg) scale(1.06);
}

@media only screen and (max-width: 767px) {
  .publishing-steps {
    padding-left: 22px;
  }

  .publishing-step {
    grid-template-columns: 52px 1fr;
  }

  .publishing-step-inner {
    padding: 12px 14px;
  }

  .publishing-book-visual {
    position: relative;
    top: auto;
  }
}

.best-selling-books .theme-h2 {
  margin-bottom: 20px;
  text-align: center;
}

.exceptional-services {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  text-align: center;
  color: #fff;
  background:
    radial-gradient(circle at 50% 45%, rgba(247, 148, 29, .2), transparent 34%),
    linear-gradient(135deg, #171415 0%, #2a2220 52%, #151313 100%);
}

.services-network-canvas {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  opacity: .84;
}

.services-network-canvas canvas {
  display: block;
  width: 100%;
  height: 100%;
}

.exceptional-services .container {
  position: relative;
  z-index: 2;
}

.exceptional-services .theme-btn-ul {
  justify-content: center;
}

.exceptional-services .sec-title {
  width: 75%;
  margin: 0 auto;
  padding: 34px 38px;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 22px;
  background: rgba(255, 255, 255, .055);
  box-shadow: 0 24px 65px rgba(0, 0, 0, .24);
  backdrop-filter: blur(9px);
  transition: border-color .45s ease, transform .5s ease, background .45s ease;
}

.exceptional-services .sec-title:hover {
  border-color: rgba(247, 148, 29, .6);
  background: rgba(255, 255, 255, .08);
  transform: translateY(-6px);
}

.exceptional-services .service-listing {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 13px;
  margin: 42px auto 30px;
  max-width: 1120px;
  perspective: 1200px;
}

.exceptional-services .service-listing li a {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  display: block;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  color: #fff;
  margin: 0;
  border: 1px solid rgba(255, 255, 255, .46);
  padding: 10px 18px;
  border-radius: 30px;
  background: rgba(255, 255, 255, .06);
  backdrop-filter: blur(5px);
  transition: color .35s ease, border-color .35s ease, box-shadow .4s ease, transform .4s cubic-bezier(.2, .8, .2, 1);
}

.exceptional-services .service-listing li a::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(110deg, #f7941d, #ffb74f);
  transform: translateX(-105%);
  transition: transform .4s cubic-bezier(.2, .8, .2, 1);
}

.exceptional-services .service-listing li a:hover {
  background-color: #000;
  border-color: #f7941d;
  color: #fff;
  box-shadow: 0 14px 34px rgba(247, 148, 29, .28);
  transform: translateY(-7px) scale(1.035);
}

.exceptional-services .service-listing li a:hover::before {
  transform: translateX(0);
}

.exceptional-services .services-cta {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  padding: 24px 34px;
  border-top: 1px solid rgba(255, 255, 255, .18);
}

.exceptional-services .services-cta .theme-btn-ul {
  margin-bottom: 0;
}

a.nav-link.custom-nav-link.nav-btn.theme-btn {
  background-color: #e17d01;
  border: 1px solid;
}

.testimonials-sec {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  --testimonials-word-x: -18vw;
  background:
    radial-gradient(circle at 8% 12%, rgba(247, 148, 29, .13), transparent 24%),
    linear-gradient(180deg, #fff 0%, #fff9ef 100%);
}

.testimonials-sec::before {
  content: 'REVIEWS';
  position: absolute;
  top: 4%;
  right: -2%;
  z-index: -1;
  color: rgba(35, 31, 32, .04);
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(80px, 15vw, 220px);
  font-weight: 900;
  line-height: 1;
  letter-spacing: -.06em;
  transform: translate3d(var(--testimonials-word-x), 0, 0);
  will-change: transform;
}

.testimonials-layout {
  display: grid;
  gap: 45px;
}

.testimonials-heading {
  max-width: 780px;
  margin: 0 auto 10px;
}

.testimonials-heading .theme-p {
  max-width: 720px;
  margin: 0 auto;
}

.testimonials-header .theme-h2 span {
  position: relative;
  color: #f7941d;
  white-space: nowrap;
}

.testimonials-header .theme-h2 span::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: -4px;
  left: 0;
  height: 3px;
  border-radius: 4px;
  background: linear-gradient(90deg, #f7941d, #d86e00);
  transform: rotate(-1deg);
}

.testimonial-lead {
  max-width: 800px;
  margin: 0 auto 8px;
  color: #30271f;
  font-size: 16px;
  line-height: 1.75;
}

.testimonial-intro-copy {
  max-width: 780px;
  margin: 4px auto 18px;
  color: #5f554b;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  line-height: 1.8;
}

.testimonial-trust-points {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.testimonial-trust-points li {
  position: relative;
  padding: 8px 14px 8px 32px;
  border: 1px solid rgba(247, 148, 29, .2);
  border-radius: 30px;
  background: rgba(255, 255, 255, .82);
  color: #332b24;
  font-family: 'Poppins', sans-serif;
  font-size: 12px;
  font-weight: 600;
}

.testimonial-trust-points li::before {
  content: '\2713';
  position: absolute;
  left: 13px;
  color: #e27b00;
  font-weight: 800;
}

.testimonial-story-note {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  max-width: 730px;
  margin: 18px auto 4px;
  padding: 12px 18px;
  border-left: 4px solid #f7941d;
  border-radius: 8px;
  background: linear-gradient(90deg, rgba(247, 148, 29, .12), rgba(255, 255, 255, .8));
  color: #46392d;
  font-family: 'Poppins', sans-serif;
  font-size: 12px;
  text-align: left;
}

.testimonial-story-note strong {
  color: #d86e00;
  font-size: 13px;
  white-space: nowrap;
}

.testimonial-eyebrow {
  display: inline-block;
  margin-bottom: 12px;
  color: #e27b00;
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.testimonial-rating-summary {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 8px;
  padding: 9px 16px;
  border: 1px solid rgba(247, 148, 29, .24);
  border-radius: 30px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(72, 42, 8, .08);
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
}

.testimonial-stars {
  color: #f7941d;
  letter-spacing: .08em;
}

.testimonials-reviews-heading {
  max-width: 680px;
  margin: 0 auto 24px;
  text-align: center;
}

.testimonials-reviews-heading h3 {
  margin-bottom: 8px;
  color: #231f20;
  font-family: 'Montserrat', sans-serif;
  font-size: 28px;
  font-weight: 800;
}

.testimonials-reviews-heading h3::after {
  content: '';
  display: block;
  width: 54px;
  height: 3px;
  margin: 10px auto 0;
  border-radius: 4px;
  background: #f7941d;
}

.testimonials-reviews-heading p {
  margin: 0;
  color: #62574d;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  line-height: 1.7;
}

.testimonials-columns {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  align-items: stretch;
}

.testimonials-slider {
  width: 100%;
  padding: 8px 8px 38px;
}

.testimonials-slider .owl-stage {
  display: flex;
  align-items: stretch;
}

.testimonials-slider .owl-item {
  display: flex;
  height: auto;
}

.testimonials-slider .testimonial-item {
  width: 100%;
}

.testimonials-slider .owl-dots {
  position: absolute;
  right: 8px;
  bottom: 0;
  left: 8px;
  margin-top: 14px;
}

.testimonials-slider .owl-dot span {
  width: 7px;
  height: 7px;
  margin: 4px;
  background: rgba(35, 31, 32, .25);
  transition: transform .3s ease, background .3s ease;
}

.testimonials-slider .owl-dot.active span {
  background: #f7941d;
  transform: scale(1.45);
}

.testimonial-column {
  display: contents;
}

.testimonials-sec .testimonial-item {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 245px;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(35, 31, 32, .08);
  border-radius: 18px;
  background: rgba(255, 255, 255, .9);
  box-shadow: 0 14px 38px rgba(52, 35, 15, .08);
  padding: 30px 26px 24px;
  transition: color .45s ease, border-color .45s ease, box-shadow .5s ease, transform .5s cubic-bezier(.2, .8, .2, 1);
}

.testimonials-sec .testimonial-item::before {
  content: '“';
  position: absolute;
  top: -20px;
  right: 16px;
  color: rgba(247, 148, 29, .12);
  font-family: Georgia, serif;
  font-size: 112px;
  font-weight: 700;
  line-height: 1;
  transition: color .4s ease, transform .5s ease;
}

.testimonials-action {
  margin-top: 34px;
  text-align: center;
}
.service-logo-bar .theme-h4 {
  color: #fff;
  font-size: 15px;
  width: 191px;
  font-weight: 300;
  margin: 0;
  font-weight: 500;
}
.service-logo-bar a i{
  padding: 10px 9px 10px 9px;
  border-radius: 28px;
  color: #fff;
  border: 1px solid #fefefe;
  margin: 0 9px 0 0px;
  background: #e98601;
}
.service-logo-bar a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  margin: 0 auto;
  font-size: 22px;
  color: #fff;
  font-family: 'Margo';
  font-size: 20px;
  transition: 0.3s;
  text-shadow: 0px 5px 15px black;
}
.testimonials-sec .testimonial-item:hover {
  color: #fff;
  border-color: #f7941d;
  background: linear-gradient(145deg, #f7941d, #d86e00);
  box-shadow: 0 25px 55px rgba(129, 67, 0, .23);
  transform: translateY(-10px);
}

.testimonials-sec .testimonial-item:hover::before {
  color: rgba(255, 255, 255, .17);
  transform: rotate(-8deg) scale(1.08);
}

.testimonials-sec .testimonial-item .theme-p {
  font-size: 12px;
  font-weight: 500;
}
.glases .cable {
  display: flex;
  align-items: center;
  align-items: center;
}
.glases .cable li img{
  width: 82%;
  height: 141px;
  margin: 0 0px 0 0px;
  object-fit: contain;
}
.glases .cable li h2{color: #000;font-family: cursive;font-weight: 500;}
.testimonials-sec .testimonial-item .user {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.testimonials-sec .testimonial-item .user img {
  border: 2px solid rgba(247, 148, 29, .35);
  border-radius: 50%;
  height: 46px;
  width: 46px;
  margin-right: 12px;
  object-fit: cover;
  transition: border-color .4s ease, transform .45s ease;
}

.testimonials-sec .testimonial-item:hover .user img {
  border-color: #fff;
  transform: scale(1.08) rotate(-4deg);
}

.testimonials-sec .testimonial-item:hover .theme-p {
  color: #fff;
}

@media only screen and (max-width: 991px) {
  .testimonials-columns {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media only screen and (max-width: 575px) {
  .testimonials-columns {
    grid-template-columns: 1fr;
  }

  .testimonial-rating-summary {
    flex-wrap: wrap;
    justify-content: center;
  }

  .testimonial-trust-points {
    align-items: center;
    flex-direction: column;
  }

  .testimonial-story-note {
    align-items: flex-start;
    flex-direction: column;
  }

  .testimonial-story-note strong {
    white-space: normal;
  }
}

.testimonials-sec .testimonial-item .user .theme-p {
  margin: 0;
}
.service-logo-bar ul {
  display: flex;
  align-items: stretch;
  justify-content: space-around;
  justify-content: space-between;
}
.service-logo-bar ul                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   li {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cant-wait-manuscript {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background:
    radial-gradient(circle at 70% 48%, rgba(247, 148, 29, .3), transparent 32%),
    linear-gradient(125deg, #121011 0%, #272021 50%, #3a2109 100%);
  color: #fff;
}

.cant-wait-manuscript::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -2;
  opacity: .18;
  background: url(../images/Group787.png) center / cover no-repeat;
  mix-blend-mode: screen;
}

.manuscript-book-canvas {
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
}

.manuscript-book-canvas canvas {
  display: block;
  width: 100%;
  height: 100%;
}

.manuscript-light-sweep {
  position: absolute;
  top: -60%;
  left: -35%;
  z-index: 0;
  width: 34%;
  height: 220%;
  opacity: .34;
  background: linear-gradient(90deg, transparent, rgba(255, 172, 61, .28), transparent);
  transform: rotate(18deg);
  pointer-events: none;
  will-change: transform;
}

.cant-wait-manuscript .container {
  position: relative;
  z-index: 2;
}

.manuscript-copy {
  padding: 36px 34px;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 22px;
  background: rgba(10, 9, 9, .38);
  box-shadow: 0 28px 70px rgba(0, 0, 0, .25);
  backdrop-filter: blur(9px);
  transition: border-color .45s ease, box-shadow .5s ease, transform .5s ease;
}

.manuscript-copy:hover {
  border-color: rgba(247, 148, 29, .58);
  box-shadow: 0 35px 85px rgba(0, 0, 0, .38);
  transform: translateY(-7px);
}

.manuscript-copy .theme-h2 {
  color: #fff;
}

.manuscript-form-wrap .banner-form {
  border: 1px solid rgba(247, 148, 29, .4);
  border-radius: 20px;
  box-shadow: 0 30px 80px rgba(0, 0, 0, .36);
  transition: transform .5s ease, box-shadow .5s ease;
}

.manuscript-form-wrap .banner-form:hover {
  box-shadow: 0 38px 90px rgba(247, 148, 29, .18);
  transform: translateY(-8px);
}

.cant-wait-manuscript .cta-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.cant-wait-manuscript .cta-link a:nth-child(1) {
  display: block;
  font-family: 'Poppins', sans-serif;
  color: #fff;
  text-transform: capitalize;
  margin-right: 25px;
}

.cant-wait-manuscript .banner-form {
  background-color: rgba(23, 19, 19, .72);
}

@media only screen and (max-width: 767px) {
  .manuscript-copy {
    padding: 28px 22px;
  }

  .manuscript-book-canvas {
    opacity: .48;
  }
}

.best-selling-listing {
  padding: 0px 0;
}

.best-selling-listing .best-selling-card {
  position: relative;
  text-align: center;
  background-color: #fff;
  box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.2);
  padding: 40px 15px;
  border-radius: 15px;
  z-index: 1;
}

.best-selling-listing .best-selling-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: -1;
  border-radius: 15px;
  transition: 0.3s;
}

.best-selling-listing .best-selling-card::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(90deg, rgba(250, 152, 0, 1) 0%, rgba(223, 123, 1, 1) 100%);
  z-index: -2;
  border-radius: 15px;
}

.best-selling-listing .best-selling-card:hover:before {
  opacity: 0;
}

.best-selling-listing .best-selling-card img {
  margin-bottom: 15px;
  height: 70px;
  width: 100px;
  object-fit: contain;
  object-position: center center;
}

.struggling-to-sell {
  background: linear-gradient(180deg, rgba(250, 152, 0, 1) 0%, rgba(213, 112, 2, 1) 100%);
  text-align: center;
}

.struggling-to-sell .theme-btn-ul {
  justify-content: center;
}

.our-team {
  padding: 70px 0;
}

.our-team .sec-title {
  text-align: center;
  width: 50%;
  margin: 0 auto;
}

.team-members .team-member {
  position: relative;
}

.team-members .team-member img {
  display: block;
  width: 80%;
  margin: 0 auto;
}

.team-members .team-member .member-info {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  transform: translateY(50%);
  background-color: #000;
  color: #fff;
  text-align: center;
  padding: 5px;
  border-radius: 5px;
}

.team-members .team-member .member-info .theme-h4 {
  margin: 0;
}

.team-members .team-member .member-info .theme-p {
  margin: 0;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.8);
}

.recent-release .recent-release-slider .owl-dots {
  text-align: right;
}

.recent-release .recent-release-slider .owl-dots .owl-dot span {
  position: relative;
  height: 7px;
  width: 7px;
  background-color: #000;
  margin: 0 !important;
}

.recent-release .recent-release-slider .owl-dots .owl-dot {
  margin-left: 10px !important;
  padding: 5px !important;
}

.recent-release .recent-release-slider .owl-dots .owl-dot.active {
  border: 1px solid #000;
  border-radius: 50%;
}

.service-logo-bar {
  background-image: url(../images/services-logobar.webp);
  background-size: cover;
}

.who-book-publishing-work .theme-h2 {
  max-width: 300px;
}
.theme-h13{
  background-image:url(../images/501w-QIRpydzlER8.webp);
  background-size:cover;
  background-position:end;
  background-clip:text;
  -webkit-background-clip: text;
  color:transparent;
}
/*popup start*/
.custom-popup .modal-content {
  position: relative;
  background-color: transparent;
  border: none;
}

.custom-popup .btn-close {
  position: absolute;
  z-index: 9;
  top: 0;
  right: 0;
  background: none;
  color: #fff;
  font-size: 20px;
}

/*popup end*/
.publishing-work-listing {
  padding-top: 50px;
}

.publishing-work-listing .publishing-work-card {
  position: relative;
  text-align: center;
  box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.2);
  padding: 40px 15px;
  border-radius: 15px;
  margin-bottom: 50px;
  min-height: 220px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  z-index: 1;
  background: linear-gradient(180deg, rgba(250, 152, 0, 1) 0%, rgba(213, 112, 2, 1) 100%);
}

.publishing-work-listing .publishing-work-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 15px;
  background: linear-gradient(180deg, rgba(250, 152, 0, 1) 0%, rgba(213, 112, 2, 1) 100%);
  z-index: -1;
  transition: 0.3s;
}

.publishing-work-listing .publishing-work-card:hover:before {
  opacity: 0;
}

.publishing-work-listing .publishing-work-card::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 15px;
  background: linear-gradient(180deg, rgba(250, 152, 0, 1) 0%, rgba(213, 112, 2, 1) 100%);
  z-index: -2;
}

.publishing-work-listing .publishing-work-card img {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-50%);
  width: 120px;
  height: 120px;
  object-fit: contain;
  z-index: 9;
}
.d-flex{
  display: flex;
  align-items: center;
}
ul.keyboard {
  display: flex;
  justify-content: space-around!important;
  justify-content: center;
  align-items: center;
  padding: 0 0 25px 0;
}
.why-should-beleive {
  background-image: url(../images/5404.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  color: #fff;
}

.why-should-beleive .sec-title {
  text-align: start;
  width: 100%;
  word-spacing: 7px;
  margin: 0 auto 20px;
  letter-spacing: 2px;
}

.why-should-beleive .theme-btn-ul {
  justify-content: start;
}

.write-own-book {
  background-image: url(../images/MaskGroup11.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center top;
  text-align: center;
}

.write-own-book .theme-btn-ul {
  justify-content: center;
}

.packages-sec .sec-title {
  max-width: 60%;
  text-align: center;
  margin: 0 auto;
}

.packages-sec .tab-nav {
  justify-content: center;
}

.packages-sec .tab-nav li {
  padding: 0 15px;
}

.package-content {
  padding-top: 80px;
}

.package-content .pkg-card {
  position: relative;
  font-family: 'Poppins', sans-serif;
  z-index: 1;
  transition: 0.5s;
  padding: 50px 30px;
}

.package-content .pkg-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(45deg, rgba(250, 152, 0, 1) 0%, rgba(213, 112, 2, 1) 100%);
  z-index: -1;
  transition: 0.5s;
}

.package-content .pkg-card:hover {
  color: #fff;
  transform: scale(1.05);
  z-index: 9;
}

.package-content .pkg-card:hover:before {
  opacity: 0;
}

.package-content .pkg-card::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  z-index: -2;
}

.package-content .pkg-card .pkg-type {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 3px solid #000;
  color: #000;
  background-color: #fff;
  height: 50px;
  width: 150px;
  text-transform: capitalize;
  border-radius: 30px;
  font-weight: 600;
  transition: 0.5s;
}

.package-content .pkg-card:hover .pkg-type {
  border-color: #FD9A00;
}

.package-content .pkg-card .pkg-pric {
  text-align: center;
  font-size: 80px;
}

.package-content .pkg-card .theme-p {
  font-size: 14px;
  text-align: center;
}

.package-content .pkg-card .pkg-services {
  max-height: 250px;
  overflow-y: auto;
}

/* width */
.package-content .pkg-card .pkg-services::-webkit-scrollbar {
  width: 7px;
}

/* Track */
.package-content .pkg-card .pkg-services::-webkit-scrollbar-track {
  background: #fff;
}

/* Handle */
.package-content .pkg-card .pkg-services::-webkit-scrollbar-thumb {
  background: #000;
}

/* Handle on hover */
.package-content .pkg-card .pkg-services::-webkit-scrollbar-thumb:hover {
  background: #000;
}

/* Handle */
.package-content .pkg-card:hover .pkg-services::-webkit-scrollbar-thumb {
  background: #FD9A00;
}

/* Handle on hover */
.package-content .pkg-card:hover .pkg-services::-webkit-scrollbar-thumb:hover {
  background: #FD9A00;
}

.package-content .pkg-card .pkg-services li {
  position: relative;
  margin-bottom: 7px;
  font-size: 14px;
  padding: 0 25px;
}

.package-content .pkg-card .pkg-services li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 5px;
  background: url(../images/check.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  height: 15px;
  width: 15px;
}

.package-content .pkg-card:hover .pkg-services li::before {
  background-image: url(../images/check-white.webp);
}

.package-content .pkg-card .theme-btn {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) translateY(50%);
}

.package-content .pkg-card:hover .theme-btn {
  background-color: #fff;
  color: #000;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.package-content .pkg-card:hover .theme-btn:hover {
  background-color: #FD9A00;
  color: #000;
}

.free-consultant .sec-title {
  text-align: center;
}

.free-consultant .consultant-item {
  height: 100%;
  background-color: #231F20;
  color: #fff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 50px 30px;
  flex-direction: column;
  font-family: 'Poppins', sans-serif;
  font-size: 12px;
  border-radius: 15px;
  transition: 0.3s;
}

.free-consultant .consultant-item:hover {
  background-color: #FD9A00;
  color: #000;
}

.free-consultant .consultant-item .icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FD9A00;
  color: #000;
  height: 55px;
  width: 55px;
  border-radius: 50%;
  font-size: 22px;
  margin-bottom: 20px;
  transition: 0.3s;
}

.free-consultant .consultant-item .icon::before {
  content: '';
  position: absolute;
  top: -10px;
  left: -10px;
  right: -10px;
  bottom: -10px;
  border: 1px solid #FD9A00;
  border-radius: 50%;
  transition: 0.3s;
}

.free-consultant .consultant-item:hover .icon {
  color: #fff;
  background-color: #231F20;
}

.free-consultant .consultant-item:hover .icon:before {
  border-color: #231F20;
}

.strategically-cards {
  padding-top: 30px;
}

.strategically-cards .card-item {
  position: relative;
  border-radius: 15px;
  padding: 50px 30px;
  text-align: center;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  z-index: 1;
}
.strategically-cards .card-item::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(250, 152, 0, 1) 0%, rgba(213, 112, 2, 1) 100%);
  border-radius: 15px;
  z-index: -1;
  transition: 0.5s;
}
.strategically-cards .card-item:hover{
  color: #fff;
}
.strategically-cards .card-item:hover:before{
  opacity: 0;
}
.strategically-cards .card-item::after{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  border-radius: 15px;
  z-index: -2;
}
.strategically-cards .card-item img {
  margin-bottom: 15px;
}

.strategically-cards .card-item .theme-btn {
  margin: 0 auto;
}

.portfolio-work .portfolio-content .nav {
  justify-content: center;
}

.portfolio-work .portfolio-content .nav .nav-item {
  padding: 5px;
}

.portfolio-work .portfolio-content .tab-content {
  padding: 30px 0;
}

/* floating form */
.form-wrap {
  position: fixed;
  bottom: 0;
  right: 0;
  transform: translateX(400px);
  transition: 0.5s;
  z-index: 999;
}

.form-wrap.phone-floating {
  bottom: 380px;
}

.mail-floating.form-wrap {
  bottom: 450px;
}

.form-wrap.open {
  transform: translateX(0);
}

.form-wrap .floating-relative {
  position: relative;
}

.form-wrap .floating-relative .floating-form-btn {
  position: absolute;
  right: 287px;
  width: fit-content;
  height: 50px;
  top: 113px;
  white-space: nowrap;
  border-radius: 5px 5px 0 0;
  cursor: pointer;
}

.form-wrap .floating-relative .icon-btn {
  right: 100%;
  top: 0;
  padding: 10px 18px;
  border-radius: 5px 0 0 5px;
  height: 50px;
}

.form-wrap .floating-relative .floating-form-btn.btn-rt {
  transform: rotate(270deg);
}

.form-wrap .floating-form {
  width: 400px;
  background-color: rgb(35, 31, 32, 1);
  color: #fff;
  padding: 20px 30px;
}

.mail-floating.form-wrap .floating-form,
.phone-floating.form-wrap .floating-form {
  padding: 0;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.mail-floating.form-wrap a.floating-form,
.phone-floating.form-wrap a.floating-form {
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
}

.form-wrap .floating-form .input-field input,
.form-wrap .floating-form .input-field textarea {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  background-color: transparent;
  border: none;
  outline: none;
  color: #fff;
  padding: 10px 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  width: 100%;
  resize: none;
  margin-bottom: 10px;
}
.padding-sec p{
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  padding: 0px 0 25px 0;
  /* text-align: center; */
}
.form-wrap .floating-form .input-field textarea {
  height: 100px;
}

.form-wrap .floating-form .theme-btn {
  width: 100%;
}

.conditions-sec {
  padding: 250px 0 50px;
}

.conditions-sec .theme-keypoints li {
  width: 100%;
}

.genre-slider .genre-item img {
  width: 100%;
  height: 260px;
  object-fit: contain;
}

.genre-slider .genre-item .item-lg {
  height: 220px;
}
.who-we-are .left-most{
    transform: scale(1.2) translateX(-60px);
}
.keyboard .mobile{padding: 0 0 0 11px;}
/* 
  font-family: "CabinetGrotesk";
  font-family: 'Montserrat', sans-serif;
  font-family: 'Poppins', sans-serif;

*/


.flip-card {
  background-color: transparent;
  width: 100%;
  height: 85%;
  perspective: 1000px;
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
  /* box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2); */
}

.flip-card:hover .flip-card-inner {
  transform: rotateY(178deg);
}

.flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.flip-card-front {
  background-color: #bbb;
  color: black;
  position: relative;
  text-align: center;
  box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.2);
  padding: 40px 15px;
  border-radius: 15px;
  margin-bottom: 50px;
  min-height: 220px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  z-index: 1;
}
.laptop .line h3 {color: #000;font-size: 50px;font-weight: 900;font-family: "CabinetGrotesk";width: 94%;}
.laptop .line p {
  font-size: 18px;
  width: 57%;
  padding: 6px 0px 29px 0;
  font-family: sans-serif;
  color: #7e7e7e;
}
section.laptop {
  padding: 90px 0 50px 0;
}
.flip-card-back {
  /* background-color: #2980b9; */
  color: white;
  transform: rotateY(180deg);
}

@media only screen and (max-width: 7368px) {}

@media only screen and (max-width: 1920px) {}

@media only screen and (max-width: 1599px) {}

@media only screen and (max-width: 1444px) {}

@media only screen and (max-width: 1399px) {}

@media only screen and (max-width: 1199px) {}

@media only screen and (max-width: 991px) {
  .header-main {
    background: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  }

  .home-about {
    padding-bottom: 50px;
  }

  .what-kind-genre .genre-tabs .nav-tabs .nav-item {
    padding: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .header-main .topbar .topbar-content .topbar-ul li a {
    font-size: 10px;
  }

  .header-main .topbar .topbar-content .topbar-ul li a i {
    font-size: 14px;
  }

  .header-main .navbar {
    padding: 5px 0;
  }

  .exceptional-services .sec-title {
    width: 100%;
  }

  .what-kind-genre .sec-title .theme-h2,
  .what-kind-genre .sec-title .theme-p {
    margin-bottom: 15px;
  }

  .what-kind-genre .genre-tabs .nav-tabs .nav-item {
    padding: 5px;
  }

  .what-kind-genre .genre-tabs .tab-content {
    padding-top: 30px;
  }

  .exceptional-services .service-listing li a {
    padding: 3px 9px;
    margin: 5px;
    font-size: 12px;
  }

  .form-wrap {
    display: none;
  }

  .copyright {
    display: block;
  }

  .theme-p {
    font-size: 12px;
  }

  .what-kind-genre .genre-tabs {
    padding-top: 30px;
  }

  .genre-slider .genre-item img {
    width: 100%;
    height: 220px;
    object-fit: contain;
  }

  .genre-slider .genre-item .item-lg {
    height: 190px;
  }

  .best-selling-slider .owl-dots,
  .what-kind-genre .genre-tabs .owl-dots {
    margin-top: 10px !important;
  }

  .footer-main {
    text-align: center;
    padding: 30px 0 0;
  }

  .footer-main .contact-links li a {
    justify-content: center;
  }

  .theme-h1 {
    font-size: 30px;
  }



  .theme-keypoints li {
    width: 100%;
  }



  .what-kind-genre .genre-tabs .nav-tabs .nav-item .nav-link {
    font-size: 12px;
  }

  .footer-main .contact-links li a span {
    width: fit-content;
  }

  .logobar .logo-logobar::before,
  .logobar .logo-logobar::after {
    display: none;
  }

  .header-main .navbar .navbar-collapse {
    padding: 0 0 20px;
  }

  .footer-main .footer-brand img {
    width: 110px;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  .header-main .navbar-brand img {
    width: 80px;
    height: auto;
  }

  .header-main.scroll .navbar-brand img {
    width: 65px;
  }

  .team-members .team-member .member-info .theme-h4 {
    font-size: 14px;
  }

  .team-members .team-member .member-info .theme-p {
    font-size: 10px;
  }

  .home-banner {
    padding: 150px 0 100px;
  }

  .book-hero-canvas {
    opacity: .38;
  }
}

@media (prefers-reduced-motion: reduce) {
  .book-hero-canvas {
    opacity: .32;
  }

  .home-about::before,
  .home-about::after {
    animation: none;
  }

  .process-work::before {
    animation: none;
  }

  .what-kind-genre::before {
    animation: none;
  }

  .bestseller-three-canvas {
    opacity: .4;
  }

  .home-banner-animated::before,
  .home-banner-animated::after,
  .home-banner-animated .theme-tagline::before,
  .home-banner-animated .theme-btn-ul .theme-btn::before,
  .home-banner.hero-welcome-complete .banner-form {
    animation: none;
  }
}

@media only screen and (max-width: 575px) {
  .theme-h3 {
    font-size: 20px
  }

  .banner-form {
    padding: 20px 10px;
  }

  .footer-main .copyright {
    display: block;
  }

  .home-banner {
    padding: 90px 0 90px;
  }

  .theme-btn {
    padding: 10px 20px;
  }

  .padding-sec {
    padding: 40px 0;
  }

  .theme-h2 {
    font-size: 24px;
  }

  .theme-tagline {
    font-size: 14px;
    margin-bottom: 10px;
  }

  .theme-btn-ul {
    display: flex;
    /* flex-direction: column; */
    padding: 5px 0;
    flex-wrap: wrap;
  }

  .theme-btn-ul li {
    margin: 0 6px 10px 0 !important;
  }

  .header-main .topbar .topbar-content {
    flex-direction: column;
  }

  .header-main .topbar {
    display: none;
  }

  .strategically-cards .card-item {
    padding: 30px 20px;
  }

  .publishing-work-listing .publishing-work-card {
    height: 150px;
  }
}

@media only screen and (max-width: 519px) {}
.site-wordmark {
    color: #f7941d;
    display: inline-block;
    font-size: 25px;
    font-weight: 800;
    line-height: 1.1;
    text-decoration: none;
}

.site-wordmark-footer {
    margin-bottom: 20px;
}

.site-footer-logo {
    display: block;
    width: 246px;
    max-width: 100%;
    height: auto;
    object-fit: contain;
    margin-bottom: 20px;
    filter: brightness(0) invert(1);
}

@keyframes logo-premium-glow {
    0%, 100% {
        filter: drop-shadow(0 0 0 rgba(247, 148, 29, 0));
        transform: scale(1);
    }
    50% {
        filter: drop-shadow(0 0 12px rgba(247, 148, 29, .55));
        transform: scale(1.025);
    }
}

@media (prefers-reduced-motion: reduce) {
    .header-main .navbar-brand img,
    .site-footer-logo {
        animation: none;
    }
}
