/* font-family: "Outfit", sans-serif;
font-family: 'Gondorf'; */
@import url('https://fonts.googleapis.com/css2?family=Gochi+Hand&family=Outfit:wght@100..900&display=swap');


@font-face {
    font-family: 'Gondorf'; 
    src: url('https://mystorypublishers.com/wp-content/uploads/2026/08/Gondorf-Regular.woff2') format('woff'); 
    font-weight: normal;
    font-style: normal;
}

html .wp-block {
  max-width: 100%;
}

.container{
    max-width: 1220px;
    padding: 0 10px;
}
/* Navbar */
.navbar-dark .navbar-brand {
    background: #fff;
    padding: 2px 5px;
}
.navbar-nav li {
  padding: 10px 10px;
}

.navbar-nav li a {
  font-family: "Outfit", sans-serif;
  font-size: 18px;
  line-height: 18px;
  font-weight: 400;
  color: #ffffff !important;
  display: inline-block;
  position: relative;
  transform: scale(1);
  transition: 0.2s ease-in-out;
}

.navbar-nav li a.nav-link.active,
.navbar-nav li a:hover {
	background-color: #ffffff;
  color: #d31822 !important;
  transform: scale(1.1);
}
.navbar-nav li a.nav-link.active svg path{
	fill: #d31822 !important;
}

.navbar-nav .nav-link.active {
  color: #ffffff !important;
}

/* .header.sticky li a {
  color: white !important;
} */

.navbar-toggler:focus {
  box-shadow: none;
}
.navbar-nav .nav-link:hover::after,
.navbar-nav .nav-link.active::after {
  width: 100%;
  left: 0;
}

ul.dropdown-menu {
  padding: 0;
}

.dropdown-menu li:hover,
.dropdown-menu li:hover a,
.dropdown-menu li:has(a.active){
  background: linear-gradient(180deg, #ff414d 0%, #ca1f2a 100%) !important;
  color: #ffffff !important;
}
.dropdown-item.active{
	color: #ffffff !important;
}

.navbar-brand img {
  width: 220px;
  transition: 0.6s;
}

.offcanvas {
  background: #ffffff;
}
.offcanvas-start {
    width: 300px;
}
.offcanvas-body a.nav-link {
    display: flex;
	align-items: center;
    justify-content: space-between;
}
.offcanvas-body a.nav-link svg path{
	fill: #222 !important;
}
.offcanvas .navbar-nav .dropdown-menu {
  margin-top: 10px;
  border-radius: 8px;
}

.offcanvas .navbar-nav .dropdown-menu li {
  padding: 10px 0;
}

.offcanvas .navbar-nav .dropdown-menu li:hover,
.offcanvas .navbar-nav .dropdown-menu li:hover a {
  border-radius: 8px;
}


.offcanvas-header>img {
  width: 15rem;
}

.dropdown-menu {
  /* background: linear-gradient(180deg, #ff414d 0%, #ca1f2a 100%); */
  background: #ffffff;
  border-radius: 0px;
}


.offcanvas .navbar-nav .nav-link {
    color: #222222 !important;
}
.offcanvas .navbar-nav .nav-link.active {
    color: #E81C2E !important;
}
.offcanvas .navbar-nav li a.nav-link.active, 
.offcanvas .navbar-nav li a:hover{
	transform: scale(1);
}

.offcanvas .btn.btn-theme-yellow {
    background: linear-gradient(180deg, #ff414d 0%, #ca1f2a 100%);
    color: #ffffff;
    border: none;
    border-radius: 4px;
    padding: 12px;
    font-size: 1.1rem;
    font-weight: 600;
    text-transform: uppercase;
    transition: all 0.3s ease;
}
.offcanvas .btn.btn-theme-yellow:hover {
    background: linear-gradient(180deg, #ca1f2a 0%, #ff414d 100%);
    color: #ffffff;
    box-shadow: 0 4px 15px rgba(255, 65, 77, 0.4);
}


.dropdown-item {
  background: none !important;
}

.dropdown-menu li {
  padding: 6px 10px;
}
.dropdown-menu > li a{
  color: #222222 !important;
}
/* header */
.header {
  padding:0;
  background: transparent;
  z-index: 999;
  transition: 0.6s;
  position: absolute;
  width: 100%;   
}
.header nav.navbar {
  padding: 10px 0;
}
.header .container{
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding-bottom: 5px;
}

header.sticky {
  padding: 0px 0px;
  position: fixed;
  width: 100%;
  z-index: 999;
  background: #000001;
}

header.sticky #navbarNav {
  border-bottom: 0px !important;
}

header.sticky img {
  width: 220px;
  transition: all 0.5s ease-in-out;
}
.header.sticky nav.navbar, 
.navbar-brand{
    padding: 0;
}
.header.sticky .container{
    border-bottom: none;
}
/* ---------------------------------- Hero Style Start --------------------------------- */
.hero-sec {
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
    padding: 120px 0 58px 0;
    min-height: 100vh;
    display: flex;
    align-items: center;
    color: #ffffff;
}

/* Left Content Styling */
.hero-heading {
    font-size: 60px;
    font-weight: 400;
    line-height: 84px;
    margin:0 0 18px 0;
    text-transform: capitalize;
    font-family: 'Gondorf';
}

.hero-desc {
    font-size: 20px;
    line-height: 30px;
    opacity: 0.8;
    margin-bottom: 84px;
    max-width: 550px;
    font-family: "Outfit", sans-serif;
    font-weight: 400;
}

/* Rating Area Styling */
.hero-rating h2 {
    font-size: 30px;
    font-weight: 400;
    line-height: 84px;
    margin-bottom: 15px;
    font-family: 'Gondorf';
}

.user-images-with-content {
    display: flex;
    align-items: center;
    gap: 24px;
}

.user-images {
    display: flex;
    align-items: center;
}

.rating-content p {
    margin: 0;
    font-size: 20px;
    line-height: 30px;
    opacity: 0.8;
    max-width: 300px;
    font-family: "Outfit", sans-serif;
    font-weight: 400;
}

/* Right Form Styling */
.hero-form {
    background-color: #222222; /* Dark background */
    padding: 33px;
    border-radius: 4px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.5);
    width: 100%;
    max-width: 512px;
}

.form-title {
    font-family: 'Gondorf';
    color: #ffffff;
    text-align: center;
    font-size: 24px;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 40px;
    letter-spacing: 2px;
}

/* Form Inputs Styling */
.hero-form .model-input {
    background-color: #ffffff !important;
    color: #333333 !important;
    border: none;
    border-radius: 4px;
    padding: 12px 20px;
    font-size: 1rem;
}

.hero-form .model-input::placeholder {
    color: #777777;
    opacity: 1;
}

/* Dropdown Arrow Color fix */
.hero-form .form-select {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://w3.org' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23333333' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
}

/* Red Gradient Button Styling */
.btn-theme {
  background: #fff;
  border: 1px solid #ffffff;
  color: #222222;
  border-radius: 32px;
  padding: 15px 32px;
  font-size: 18px;
  line-height: 18px;
  font-weight: 500;
  text-transform: capitalize;
  transition: all 0.3s ease;
}

.btn-theme:hover {
    background: transparent;
    color: #ffffff;
}



/* ---------------------------------- Hero Style Start --------------------------------- */
.hero-sec {
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
    padding: 120px 0 58px 0;
    min-height: 100vh;
    display: flex;
    align-items: center;
    color: #ffffff;
}

/* Left Content Styling */
.hero-content h1 {
    font-size: 60px;
    font-weight: 400;
    line-height: 84px;
    margin:0 0 18px 0;
    text-transform: capitalize;
    font-family: 'Gondorf';
}

.hero-content p {
    font-size: 20px;
    line-height: 30px;
    opacity: 0.8;
    margin-bottom: 84px;
    max-width: 550px;
    font-family: "Outfit", sans-serif;
    font-weight: 400;
}

/* Rating Area Styling */
.hero-rating h2 {
    font-size: 30px;
    font-weight: 400;
    line-height: 84px;
    margin-bottom: 15px;
    font-family: 'Gondorf';
}

.user-images-with-content {
    display: flex;
    align-items: center;
    gap: 24px;
}

.user-images {
    display: flex;
    align-items: center;
}

.rating-content p {
    margin: 0;
    font-size: 20px;
    line-height: 30px;
    opacity: 0.8;
    max-width: 300px;
    font-family: "Outfit", sans-serif;
    font-weight: 400;
}

/* Right Form Styling */
.hero-form {
    background-color: #222222; /* Dark background */
    padding: 33px;
    border-radius: 4px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.5);
    width: 100%;
    max-width: 512px;
}



/* Form Inputs Styling */
.hero-form .model-input {
    background-color: #ffffff !important;
    color: #333333 !important;
    border: none;
    border-radius: 4px;
    padding: 12px 20px;
    font-size: 1rem;
}

.hero-form .model-input::placeholder {
    color: #777777;
    opacity: 1;
}

/* Dropdown Arrow Color fix */
.hero-form .form-select {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://w3.org' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23333333' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
}

/* Red Gradient Button Styling */
.needs-validation .btn-theme,
.hero-sec .btn-theme {
    background: linear-gradient(180deg, #ff414d 0%, #ca1f2a 100%);
    color: #ffffff;
    border: none;
    border-radius: 4px;
    padding: 12px;
    font-size: 1.1rem;
    font-weight: 600;
    text-transform: uppercase;
    transition: all 0.3s ease;
}

.hero-sec .btn-theme:hover {
    background: linear-gradient(180deg, #ca1f2a 0%, #ff414d 100%);
    color: #ffffff;
    box-shadow: 0 4px 15px rgba(255, 65, 77, 0.4);
}



/* ----------------------------- marquee logo style start ------------------------------------ */
.logo-marquee-section {
  width: 100%;
  padding: 40px 0;
  background-color: #ffffff;
  overflow: hidden;
}

/* Linear transition for seamless continuous marquee loop */
.logo-slider .slick-track {
  display: flex;
  align-items: center;
  transition-timing-function: linear !important;
}

.logo-slider .slide {
  padding: 0 25px;
  outline: none;
  text-align: center;
}

.logo-slider .slide img {
  max-width: 160px;
  max-height: 45px;
  width: auto;
  height: auto;
  margin: 0 auto;
  display: inline-block;
  object-fit: contain;
}

/* ----------------------------- image with content and buttons style start ------------------------------------ */
/* Container & Section Styling */
.about-book-sec {
  padding: 80px 0;
  background-color: #ffffff;
}
.about-book-sec.add-bg-color{
  background: linear-gradient(135deg, #e32636 0%, #7d2a34 50%, #2e262a 100%);
}

.about-book-sec .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

/* Left Image Section */
.book-img-wrapper {
  position: relative;
  display: inline-block;
}

.book-img-wrapper img.book-img {
  max-width: 100%;
  height: auto;
  filter: drop-shadow(0px 15px 30px rgba(0, 0, 0, 0.15));
}

/* Right Content Section */
.book-content {
  padding-left: 20px;
}

.book-content h2,
.book-content h3 {
  font-family: 'Gondorf';
  font-size: 40px;
  font-weight: 400;
  color: #111111;
  line-height: 50px;
  letter-spacing: 0px;
  margin-bottom: 20px;
  text-transform: capitalize;
  width: 100%;
  /* max-width: 400px; */
}


.book-content p,
.book-content ul li {
  font-family: "Outfit", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #161414;
  line-height: 32px;
  margin-bottom: 30px;
}
.book-content ul{
  list-style: none;
}
.book-content ul li {
  line-height: 24px;
  margin-bottom: 12px;
  position: relative;
}

.book-content ul li::before {
  content: '';
  position: absolute;
  top: 5px;
  left: -30px;
  width: 10px;
  height: 10px;
  background: linear-gradient(135deg, #e32636 0%, #7d2a34 50%, #2e262a 100%);
  border-radius: 50%;
}

/* Button Group Styling */
.book-btn-group {
  display: flex;
  gap: 16px;
  align-items: center;
}

.book-btn-group .btn {
  font-family: "Outfit", sans-serif;
  display: inline-block;
  padding: 14px 36px;
  font-size: 18px;
  line-height: 18px;
  font-weight: 400;
  border-radius: 30px;
  text-decoration: none;
  text-align: center;
  transition: all 0.3s ease;
  cursor: pointer;
}

/* Primary Filled Button */
.btn-primary-custom {
  background-color: #222222;
  color: #ffffff;
  border: 2px solid #222222;
}

.btn-primary-custom:hover {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
  transform: translateY(-2px);
}

/* Outline Button */
.btn-outline-custom {
  background-color: transparent;
  color: #111111;
  border: 1.5px solid #111111;
}

.btn-outline-custom:hover {
  background-color: #111111;
  color: #ffffff;
  transform: translateY(-2px);
}
.about-book-sec.add-bg-color .book-content h2,
.about-book-sec.add-bg-color .book-content h3,
.about-book-sec.add-bg-color .book-content p,
.about-book-sec.add-bg-color .book-content ul li{
  color: #ffffff;
}

.about-book-sec.add-bg-color .btn-primary-custom{
  background-color: #ffffff;
  color: #222222;
  border: 2px solid #ffffff;
}
.about-book-sec.add-bg-color .btn-outline-custom {
  background-color: transparent;
  color: #ffffff;
  border: 1.5px solid #ffffff;
}
.about-book-sec.add-bg-color .btn-outline-custom:hover {
  background-color: #ffffff;
  color: #222222;
  transform: translateY(-2px);
}

/* ------------------------------------ CTA style ------------------------------------- */
/* CTA Section Styling with Red/Dark Gradient */
.cta-banner-sec {
  padding: 60px 0;
  background: linear-gradient(135deg, #e32636 0%, #7d2a34 50%, #2e262a 100%);
  position: relative;
  overflow: hidden;
  color: #ffffff;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  
}

.cta-banner-sec .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

/* Heading Typography */
.cta-banner-sec h2,
.cta-banner-sec h3 {
  font-family: 'Gondorf';
  font-size: 40px;
  font-weight: 400;
  color: #ffffff;
  line-height: 50px;
  margin: 0 auto 30px;
  text-transform: capitalize;
  letter-spacing: 0px;
  width: 100%;
  max-width: 600px;
}

/* Paragraph Text */
.cta-banner-sec p {
  font-family: "Outfit", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.9);
  line-height: 32px;
  max-width: 1070px;
  margin: 0 auto 35px auto;
}

/* Buttons Alignment */
.cta-btn-group {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  flex-wrap: wrap;
}

.cta-banner-sec .btn {
  display: inline-block;
  padding: 12px 32px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  border-radius: 30px;
  text-decoration: none;
  text-align: center;
  transition: all 0.3s ease;
  cursor: pointer;
}

/* White Border Buttons (Get Started & Phone) */
.btn-outline-white {
  background-color: transparent;
  color: #ffffff;
  border: 1.5px solid rgba(255, 255, 255, 0.8);
}

.btn-outline-white:hover {
  background-color: #ffffff;
  color: #111111;
  border-color: #ffffff;
  transform: translateY(-2px);
}

/* Dark Solid Button (Live Chat) */
.btn-dark-filled {
  background-color: #1a1a1a;
  color: #ffffff;
  border: 1.5px solid #1a1a1a;
}

.btn-dark-filled:hover {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
  transform: translateY(-2px);
}

/* -------------------------------- Book tabs --------------------------------- */
/* Section Background & Padding */
.book-tabs-sec {
  padding: 80px 0;
  background: linear-gradient(135deg, #d31e2b 0%, #6e2229 50%, #291e23 100%);
  color: #ffffff;
  overflow: hidden;
}

.book-tabs-sec .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

/* Heading Styling */
.book-tabs-sec .sec-title {
  font-family: 'Gondorf'; 
  font-size: 40px;
  font-weight: 400;
  color: #ffffff;
  margin: 0 auto 44px;
  text-transform: capitalize;
  line-height: 50px;
  width: 100%;
  max-width: 650px;
}

/* Tab Filter Buttons */
.tab-buttons-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
.book-cover-wrapper {
    width: 100%;
    max-width: 380px;
}
.tab-btn {
  font-family: "Outfit", sans-serif;
  background: transparent;
  color: #ffffff;
  border: 1.5px solid rgba(255, 255, 255, 0.7);
  padding: 10px 28px;
  border-radius: 30px;
  font-size: 20px;
  font-weight: 400;
  cursor: pointer;
  transition: all 0.3s ease;
}

.tab-btn.active, 
.tab-btn:hover {
  background: #1f2224;
  border-color: #1f2224;
  color: #ffffff;
}

/* Book Cover Slider */
.book-cover-slider {
  margin: 0 -15px;
}

.book-item {
  padding: 0 15px;
  outline: none;
}

.book-item img {
  width: 100%;
  max-width: 380px;
  height: auto;
  border-radius: 4px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.4);
  margin: 0 auto;
  display: block;
}

/* Slick Carousel Custom Dots Line */
.book-cover-slider .slick-dots {
  display: flex !important;
  justify-content: center;
  list-style: none;
  padding: 0;
  margin-top: 30px;
  gap: 8px;
}

.book-cover-slider .slick-dots li button {
  font-size: 0;
  width: 25px;
  height: 3px;
  background: rgba(255, 255, 255, 0.4);
  border: none;
  padding: 0;
  cursor: pointer;
  transition: all 0.3s ease;
}

.book-cover-slider .slick-dots li.slick-active button {
  background: #ffffff;
  width: 35px;
}

/* Right Content Area */
.book-details {
  padding-left: 30px;
}
.book-desc h2,
.book-desc h3{
  font-family: 'Gondorf';
  font-size: 40px;
  font-weight: 400;
  line-height: 50px;

}
.book-desc {
  font-size: 18px;
  font-width: 400;
  line-height: 32px;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 24px;
}

.author-name {
    font-size: 20px;
    font-weight: 500;
    color: #ffffff;
    margin-bottom: 30px;
    line-height: 30px;
    font-family: "Outfit", sans-serif;
}

/* Publish Button */
.btn-dark-filled {
  font-family: "Outfit", sans-serif;
  display: inline-block;
  background-color: #222222;
  color: #ffffff;
  padding: 12px 36px;
  font-size: 18px;
  font-weight: 400;
  line-height: 18px;
  border-radius: 30px;
  text-decoration: none;
  transition: all 0.3s ease;
  border: none;
}

.btn-dark-filled:hover {
  background-color: #000000;
  color: #ffffff;
}
.tab-content-item {
  display: none;
}
.tab-content-item.active {
  display: block !important;
}

/* --------------------------- quotes style ------------------------- */
.banner-sec {
    padding: 36px 0;
    position: relative;
    background: linear-gradient(135deg, #d31e2b 0%, #6e2229 50%, #291e23 100%);
}
.banner-sec>img:nth-child(1) {
    position: absolute;
    top: 25px;
    left: 0;
    width: 325px;
    animation: up 3s ease-in-out infinite;
}
.banner-sec>img:nth-child(2) {
    position: absolute;
    top: 25px;
    bottom: 0;
    right: 0;
    width: 230px;
    animation: up 3s ease-in-out infinite;
}
.banner-sec .section-title{
  position: relative;
  width: 100%;
  max-width: 750px;
  text-align: center;
}
.banner-sec .section-title h2,
.banner-sec .section-title h3{
  font-size: 40px;
  line-height: 50px;
  font-weight: 400;
  font-family: 'Gondorf'; 
  
  color: #ffffff;
  margin: 0 0 30px 0;
}
.banner-sec .section-title p {
    font-family: "Outfit", sans-serif;
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    text-align: center;
    color: #ffffff;
    margin-bottom: 50px;
}
.banner-sec .section-title p + a {
    font-family: "Outfit", sans-serif;
    display: inline-block;
    padding: 14px 36px;
    font-size: 18px;
    line-height: 18px;
    font-weight: 400;
    border-radius: 30px;
    text-decoration: none;
    text-align: center;
    transition: all 0.3s ease;
    transform: translateY(0);
    cursor: pointer;
    background-color: #222222;
    color: #ffffff;
}
.banner-sec .section-title p + a:hover{
  transform: translateY(-5px);
}
@keyframes up {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-16px);
  }
  100% {
    transform: translateY(0);
  }
}


/* -------------------------------- Featured Card ----------------------------------- */
.services-grid-sec {
  padding: 80px 0;
  background-color: #ffffff;
}

.services-grid-sec .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

/* Heading Styling */
.services-grid-sec .sec-title {
  font-family: 'Gondorf'; 
  font-size: 40px;
  font-weight: 400;
  color: #222222;
  line-height: 50px;
  margin-bottom: 40px;
  text-transform: capitalize;
}

/* Service Card Box */
.service-card {
    background-color: #FDFDFD;
    padding: 35px 30px;
    border-radius: 4px;
    transition: all 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
    
    /* Clip Path Polygon */
    clip-path: polygon(0 0, 100% 12%, 100% 100%, 0% 100%);
    
    /* Use drop-shadow filter instead of box-shadow for clipped elements */
    filter: drop-shadow(0px 7px 15px rgba(100, 100, 111, 0.15));
}
.service-card:hover {
    transform: translateY(-5px);
    filter: drop-shadow(0px 12px 20px rgba(100, 100, 111, 0.25));
}

/* Gradient Icon Circle */
.service-card .card-icon {
  margin-bottom: 20px;
}

.service-card .icon-circle {
  display: inline-block;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: linear-gradient(135deg, #a81c24 0%, #5e1116 100%);
}

.service-card .card-icon img {
  width: 45px;
  height: 45px;
  object-fit: contain;
}

/* Card Content */
.service-card .card-title {
  font-size: 18px;
  line-height: 32px;
  font-weight: 500;
  color: #222222;
  margin-bottom: 15px;
  letter-spacing: 1px;
  //font-family: "Outfit", sans-serif;
  font-family: 'Gondorf';
}

.service-card .card-text {
    font-size: 16px;
    line-height: 32px;
    color: rgba(34, 34, 34, 0.8);
    font-weight: 400;
    margin-bottom: 25px;
    flex-grow: 1;
}

/* Read More Button */
.service-card .read-more-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 700;
  color: #111111;
  text-decoration: none;
  transition: all 0.3s ease;
}

.service-card .read-more-btn svg {
  transition: transform 0.3s ease;
}

.service-card .read-more-btn:hover {
  color: #a81c24;
}

.service-card .read-more-btn:hover svg {
  transform: translateX(5px);
}



/* -------------------------------- Work Process ------------------------------------- */
.work-process-sec {
  padding: 106px 0;
  background-color: #ffffff;
}

.work-process-sec .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

/* Header Styling */
.work-process-sec h2,
.work-process-sec h3 {
  font-family: 'Gondorf'; 
  font-size: 40px;
  font-weight: 400;
  color: #222222;
  margin-bottom: 15px;
  text-transform: capitalize;
}

.work-process-sec p {
  font-family: "Outfit", sans-serif;
  font-size: 18px;
  line-height: 32px;
  color: #161414;
  margin-bottom: 80px;
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
}

/* Process Card Outer Wrapper */
.process-card {
  position: relative;
  background-image: url('http://localhost/first-ebook/wp-content/uploads/2026/08/process-bg.webp');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  border-top: none;
  padding: 80px 20px 30px;
  text-align: center;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  /* Top Concave Curved Cutout Effect */
  /* clip-path: polygon(0 0, 50% 12%, 100% 0, 100% 100%, 0 100%); */
  transition: all 0.3s ease;
}

.process-card:hover {
  transform: translateY(-4px);
}

/* Number Badge */
.process-card .process-number {
  position: absolute;
  top: 0;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: linear-gradient(135deg, #a81c24 0%, #3e0b0e 100%);
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 10px rgba(168, 28, 36, 0.3);
}

/* Card Content */
.process-card .card-title {
  font-size: 18px;
    font-weight: 500;
    color: #222222;
    margin-bottom: 12px;
    letter-spacing: 1px;
    font-family: 'Gondorf';
}

.process-card .card-text {
  font-size: 16px;
  line-height: 28px;
  color: rgba(34, 34, 34, 0.8);
  margin-bottom: 20px;
  flex-grow: 1;
}

/* See Now Button */
.process-card .btn-see-now {
  display: inline-block;
  background-color: #222222;
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
  padding: 8px 22px;
  border-radius: 20px;
  text-decoration: none;
  transition: background-color 0.3s ease;
}

.process-card .btn-see-now:hover {
  background-color: #a81c24;
}

/* ------------------------ Testimonial style ------------------------ */
.testimonials-sec {
  padding: 80px 0;
  background: linear-gradient(135deg, #e32636 0%, #7d2a34 50%, #2e262a 100%);
  color: #ffffff;
  overflow: hidden;
  position: relative;
}

.testimonial-header {
  max-width: 1120px;
  margin: 0 auto 40px auto;
  padding: 0 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.testimonial-header .header-left {
  max-width: 500px;
}

.testimonial-header .sec-title {
  font-family: 'Gondorf';
  font-size: 40px;
  font-weight: 400;
  color: #ffffff;
  margin-bottom: 14px;
}

.testimonial-header .sec-desc {
  font-size: 18px;
  line-height: 32px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.85);
  margin: 0;
}

/* Custom Arrows */
.testimonial-header .header-arrows {
  display: flex;
  gap: 10px;
}

.testimonial-header .slick-arrow {
  width: 45px;
  height: 45px;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.6);
  color: #ffffff;
  font-size: 20px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.testimonial-header .slick-arrow.next-btn {
  background: #ffffff;
  color: #111111;
  border-color: #ffffff;
}

.testimonial-header .slick-arrow:hover {
  background: #ffffff;
  color: #111111;
  border-color: #ffffff;
}

/* Slick Slider Track Spacing */
.testimonial-slider {
  padding-left: calc((100vw - 1120px) / 2);
}
/* .testimonial-slider .slick-list.draggable {
  padding-left: calc((100vw - 1220px) / 2); 
} */
/* the slides */
.testimonial-slider .slick-slide {
  margin: 0 16px 0 0;
}

  /* the parent */
.testimonial-slider .slick-list {
  margin: 0 4px;
}
/* White Testimonial Card */
.testimonial-card {
  background: #ffffff;
  color: #222222;
  border-radius: 16px;
  padding: 35px 25px 25px 25px;
  text-align: center;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.testimonial-card .review-text {
  font-size: 16px;
  line-height: 32px;
  color: #333333;
  margin-bottom: 20px;
  font-family: "Outfit", sans-serif;
	height: 150px;
    overflow-y: auto;
}
/* width */
.testimonial-card .review-text::-webkit-scrollbar {
  width: 5px;
}

/* Track */
.testimonial-card .review-text::-webkit-scrollbar-track {
  background: #fdfdfd; 
}
 
/* Handle */
.testimonial-card:hover .review-text::-webkit-scrollbar-thumb {
  background: #ccc;
	border-radius:32px;
}

/* Star Rating */
.testimonial-card .star-rating {
  margin-bottom: 20px;
}

.testimonial-card .star {
  font-size: 18px;
  color: #ccc;
  margin: 0 1px;
}

.testimonial-card .star.filled {
  color: #111111;
}

/* User Info */
.testimonial-card .user-info {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.testimonial-card .user-avatar {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 8px;
}

.testimonial-card .user-name {
  font-size: 18px;
  font-weight: 500;
  color: #183654;
  margin: 0 0 2px 0;
  font-family: "Outfit", sans-serif;
}

.testimonial-card .user-designation {
  font-size: 16px;
  font-weight: 400;
  color: rgba(24, 54, 84, 0.8);
  font-family: "Outfit", sans-serif;
}

/* -------------------------------------- Contact Form ------------------------ */
/* Section Container Styling */
.get-in-touch-sec {
  padding: 165px 0;
  position: relative;
  overflow: hidden;
}
.get-in-touch-sec .container {
  background-color: #222222;
  padding: 32px 50px;
}

/* Left Content Wrapper */
.left-content-wrap {
  padding-right: 20px;
}

.mockup-img-wrap {
  margin-bottom: 40px;
  text-align: center;
}

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

/* Contact Info Items Grid */
.contact-info-list {
  display: flex;
  flex-wrap: wrap;
  row-gap: 20px;
  column-gap: 40px;
}

.contact-info-item {
  display: flex;
  align-items: center;
  gap: 15px;
  width: calc(50% - 20px); /* 2 Columns Layout */
}

.contact-info-item:last-child {
  width: 100%; /* Phone number takes full row or stays aligned */
}

/* Red Circle Icon Box */
.contact-info-item .icon-box {
  width: 44px;
  height: 44px;
  background-color: #a81c24; /* Red Theme Color */
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  flex-shrink: 0;
}

.contact-info-item .info-text {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  transition: color 0.3s ease;
}

.contact-info-item a.info-text:hover {
  color: #a81c24;
}

/* Red Gradient Form Container (Overlay Style) */
.contact-form-card {
  background: linear-gradient(135deg, #e31b23 0%, #7d1015 50%, #2b080a 100%);
  padding: 32px 26px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.5);
  position: relative;
  margin-top: -90px; /* Vertical Offset matching the image */
}

.contact-form-card .form-title {
  color: #ffffff;
  font-size: 34px;
  line-height: 38px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 30px;
  text-transform: capitalize;
  letter-spacing: 0;
}

/* ----------------------------------------- Author Video Testimonials --------------------------------- */
/* Section Background & Padding */
.video-testimonials-sec {
  padding: 80px 0;
  background-color: #F2F2F2;
}

/* Header Styling */
.video-testimonials-sec .sec-title {
  font-size: 40px;
  font-weight: 400;
  color: #222222;
  margin-bottom: 15px;
  text-transform: capitalize;
  font-family: 'Gondorf';
}
.video-testimonials-sec .sec-subtitle {
  font-family: "Outfit", sans-serif;
  font-size: 18px;
  line-height: 32px;
  font-weight: 400;
  color: rgba(34, 34, 34, 0.8);
  margin-bottom: 80px;
}

/* Video Card Card Wrapper */
.video-card {
  background: #ffffff;
  border-radius: 4px;
  overflow: hidden;
  height: 100%;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.video-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
}

/* Thumbnail Area */
.video-thumbnail {
  position: relative;
  width: 100%;
  height: 240px;
  overflow: hidden;
  background-color: #000;
}

.video-thumbnail .thumb-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.9;
}

/* Top Badge Tags */
.video-thumbnail .badge-tag {
  position: absolute;
  top: 15px;
  font-size: 12px;
  font-weight: 600;
  padding: 4px 12px;
  border-radius: 2px;
  color: #ffffff;
  z-index: 2;
}

.video-thumbnail .left-tag {
  left: 15px;
  background: #222222;
  backdrop-filter: blur(4px);
}

.video-thumbnail .right-tag {
  right: 15px;
  background: linear-gradient(135deg, #d31e2b 0%, #6e2229 50%, #291e23 100%);
}

/* Circular Play Button */
.video-thumbnail .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 54px;
  height: 54px;
  background: rgba(0, 0, 0, 0.6);
  border: 2px solid #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  text-decoration: none;
  z-index: 2;
  transition: all 0.3s ease;
}

.video-thumbnail .play-btn svg {
  margin-left: 3px; /* Center triangular play icon visually */
}

.video-thumbnail:hover .play-btn {
  background: #c81e2b;
  border-color: #c81e2b;
  transform: translate(-50%, -50%) scale(1.1);
}

/* Card Content Area */
.video-card-content {
  padding: 25px 20px;
}

.video-card-content .author-title {
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  color: #222222;
  margin-bottom: 12px;
  font-family: "Outfit", sans-serif;
}

.video-card-content .video-desc {
  font-size: 16px;
  font-weight: 400;
  color: rgba(34, 34, 34, 0.8);
  line-height: 24px;
  margin: 0;
  font-family: "Outfit", sans-serif;
}

/* ------------------------- Call To Action ---------------------------- */
/* CTA Section Container */
.publishing-cta-sec {
  background: linear-gradient(90deg, #d31822 0%, #8b0f16 40%, #46080b 70%, #1e1e1e 100%);
  padding: 38px 0;
  position: relative;
  overflow: hidden;
}

/* Heading Styling */
.publishing-cta-sec .cta-heading {
  color: #ffffff;
  font-size: 40px;
  line-height: 50px;
  font-weight: 400;
  margin: 0;
  letter-spacing: 0px;
  font-family: 'Gondorf'; 
  width: 100%;
  max-width: 570px;
}

/* Button Styling */
.publishing-cta-sec .cta-btn {
    display: inline-block;
    background-color: #222222;
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
    line-height: 18px;
    padding: 16px 32px;
    border-radius: 50px;
    text-decoration: none;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
    white-space: nowrap;
    font-family: "Outfit", sans-serif;
}

/* Button Hover Effect */
.publishing-cta-sec .cta-btn:hover {
  background-color: #ffffff;
  color: #d31822;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}
.publishing-cta-sec .btn-outline-white{
    border-radius: 32px;
    padding: 10px 32px;
    font-weight: 600;
}

/* ------------------------------- Table ---------------------------------- */
/* Section Styling */
.comparison-sec {
  background-color: #f2f2f2;
  padding: 87px 0;
}

.comparison-sec .sec-title {
    font-size: 40px;
    font-weight: 400;
    color: #222222;
    margin-bottom: 15px;
    font-family: 'Gondorf';
}

.comparison-sec .sec-subtitle {
  font-size: 18px;
  color: #222222;
  line-height: 32px;
  margin-bottom: 70px;
  font-family: "Outfit", sans-serif;
}

/* Table Layout */
.comparison-table-wrapper {
  overflow-x: auto;
  margin-bottom: 70px;
}

.comparison-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}

.comparison-table th, 
.comparison-table td {
  padding: 20px 24px;
  font-size: 16px;
  vertical-align: middle;
  border-bottom: 1px solid #e2e2e2;
  font-family: "Outfit", sans-serif;
}

/* Feature Name Column */
.comparison-table .feature-col {
  width: 38%;
  background-color: #ffffff;
}

.comparison-table .feature-name {
  font-size: 20px;
  line-height: 22px;
  font-weight: 500;
  color: #222222;
  border-bottom: 1px solid #e2e2e2;
  background-color: #ffffff;
  font-family: "Outfit", sans-serif;
}

/* Headers */
.comparison-table th {
  font-size: 18px;
  font-weight: 500;
  color: #ffffff;
  text-align: center;
  padding: 22px 20px;
}

/* Left Brand Header Highlight (Red Gradient) */
.comparison-table .highlight-header {
  background: linear-gradient(135deg, #be121c 0%, #3e1215 100%);
  width: 31%;
}

/* Right Header (Dark Gray) */
.comparison-table .others-col {
  width: 31%;
  text-align: center;
}

.comparison-table th.others-col {
  background-color: #4a4a4a;
  border-top-right-radius: 10px;
}

/* Table Body Colors */
.comparison-table tbody td.highlight-cell {
  background-color: #fdf1f2; /* Light Pink Tint */
  border-right: 1px solid #ebd4d6;
  border-left: 1px solid #ebd4d6;
  text-align: center;
}

.comparison-table tbody td.others-col {
  background-color: #f4f4f4; /* Light Gray Tint */
  border-right: 1px solid #e2e2e2;
  text-align: center;
}

/* Last Row Rounded Corners */
.comparison-table tr:last-child td.highlight-cell {
  border-bottom-left-radius: 10px;
}

.comparison-table tr:last-child td.others-col {
  border-bottom-right-radius: 10px;
}

/* Icons Styling */
.comparison-table .icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.comparison-table .check-icon {
  color: #15803d; /* Green Check */
}

.comparison-table .cross-icon {
  color: #dc2626; /* Red Cross */
}

/* Buttons Group */
.cta-btn-group {
  display: flex;
  justify-content: center;
  gap: 16px;
}

.btn-dark-pill {
  background-color: #222222;
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  padding: 12px 36px;
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.btn-dark-pill:hover {
  background-color: #000000;
  color: #ffffff;
}

.btn-outline-pill {
  background-color: #ffffff;
  color: #222222;
  border: 1px solid #222222;
  font-size: 15px;
  font-weight: 600;
  padding: 12px 36px;
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.btn-outline-pill:hover {
  background-color: #222222;
  color: #ffffff;
}

/* ---------------------------------------- Stats counter -------------------------------- */
/* Stats Section Container with Red-to-Dark Gradient */
.stats-counter-sec {
  background: linear-gradient(90deg, #e60f1e 0%, #8b0a13 50%, #1e1b1d 100%);
  padding: 60px 0;
  color: #ffffff;
  position: relative;
  overflow: hidden;
}

/* Stat Number Styling */
.stats-counter-sec .stat-number {
  font-size: 70px;
  font-weight: 400;
  line-height: 32px;
  color: #ffffff;
  margin: 0;
  letter-spacing: 0;
  font-family: 'Gondorf';
}

/* Stat Label Styling */
.stats-counter-sec .stat-label {
  font-size: 24px;
  line-height: 32px;
  font-weight: 500;
  color: #ffffff;
  margin: 25px 0 0 0;
  letter-spacing: 0;
  font-family: "Outfit", sans-serif;
}

/* --------------------------- Faqs style ------------------------- */
/* Section Base Layout */
.question-answer {
  background-color: #f8f9fa;
  padding: 72px 0;
}

.question-answer .section-title h2,
.question-answer .section-title h3 {
  font-size: 40px;
  font-weight: 400;
  color: #222222;
  line-height: 50px;
  margin-bottom: 20px;
  font-family: 'Gondorf';
}
.question-answer .section-title p {
    font-size: 18px;
    line-height: 32px;
    font-weight: 400;
    font-family: "Outfit", sans-serif;
    color: #222222;
    width: 100%;
    max-width: 380px;
    margin-bottom: 0;
}
/* Accordion Outer Container */
.question-answer .qa-sec .accordion {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

/* Accordion Item Styling */
.question-answer .accordion-item {
  background-color: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 12px !important;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);
  transition: all 0.3s ease;
}

.question-answer .accordion-item:hover {
  border-color: #cbd5e1;
}

/* Accordion Header & Button */
.question-answer .accordion-header {
  margin: 0;
}

.question-answer .accordion-button {
  font-size: 17px;
  font-weight: 700;
  color: #1e293b;
  background-color: #ffffff;
  padding: 20px 24px;
  border: none;
  box-shadow: none !important;
  transition: all 0.3s ease;
}

/* Active / Open Accordion State */
.question-answer .accordion-button:not(.collapsed) {
  color: #d31822;
  background-color: #ffffff;
  box-shadow: none;
}

/* Custom Accordion Chevron Icon Styling */
.question-answer .accordion-button::after {
  background-size: 16px;
  transition: transform 0.3s ease;
}

/* Accordion Body & Text Content */
.question-answer .accordion-body {
  padding: 0 24px 20px 24px;
  background-color: #ffffff;
}

.question-answer .accordion-body p {
  font-size: 15px;
  line-height: 1.6;
  color: #64748b;
  margin: 0;
}

/* Still Have Questions - Dark Red Gradient Card */
.question-answer .still-questions-card {
  background: linear-gradient(135deg, #1f1113 0%, #8a131b 50%, #d31822 100%);
  border-radius: 16px;
  padding: 35px 30px;
  color: #ffffff;
  margin: 30px 0 0 0;
}

.question-answer .still-questions-card h4 {
  font-size: 26px;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 15px;
  font-family: "Outfit", sans-serif;
}

.question-answer .still-questions-card p {
  font-size: 14px;
  line-height: 1.6;
  color: #f0f0f0;
  margin-bottom: 25px;
}

.question-answer .still-questions-card .btn-demo {
  display: inline-block;
  background-color: #1e1e1e;
  color: #ffffff;
  padding: 12px 32px;
  border-radius: 50px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}

.question-answer .still-questions-card .btn-demo:hover {
  background-color: #000000;
  color: #ffffff;
  transform: translateY(-2px);
}

/* --------------------------- Footer ------------------ */
/* Font Icons (FontAwesome for Social Media Icons) */
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css');

/* Main Footer Container */
.site-footer {
  background: linear-gradient(100deg, #d31822 0%, #701319 50%, #1f1013 100%);
  padding: 80px 0 0px 0;
  color: #ffffff;
  overflow: hidden;
}
.copyright-text a {
    text-decoration: none;
    color: #fff;
}
/* Brand Logo */
.site-footer .footer-logo img {
  max-width: 210px;
  height: auto;
  margin-bottom: 25px;
  display: block;
	background-color: #fff;
    padding: 5px;
}

/* Brand Description */
.site-footer .footer-desc {
  font-size: 18px;
  line-height: 32px;
  color: #e2e2e2;
  margin-bottom: 25px;
  max-width: 360px;
}

/* Social Media Icons */
.site-footer .footer-socials {
  display: flex;
  gap: 12px;
}

.site-footer .footer-socials a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  color: #ffffff;
  border-radius: 6px;
  font-size: 15px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.site-footer .footer-socials a:hover {
  color: #d31822;
  transform: translateY(-3px);
}

/* Navigation Columns Headings */
.site-footer .footer-heading {
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  color: #ffffff;
  margin-bottom: 25px;
  font-family: "Outfit", sans-serif;
}

/* Navigation Links List */
.site-footer .footer-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}

.site-footer .footer-menu li {
  margin-bottom: 14px;
}

.site-footer .footer-menu li a {
    color: #ffffff;
    font-size: 18px;
    line-height: 18px;
    font-weight: 400;
    text-decoration: none;
    transition:0.3s ease;
    opacity: 0.8;
}

.site-footer .footer-menu li a:hover {
  color: #ffffff;
  padding-left: 3px;
  opacity: 1;
}

/* Separator Line */
.site-footer .footer-divider {
  border: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  margin: 50px 0 12px 0;
  opacity: 1;
}

/* Big Branding Text at Bottom */
.site-footer .footer-big-title {
  font-size: 85px;
  font-weight: 400;
  text-transform: uppercase;
  color: #ffffff;
  letter-spacing: 1px;
  line-height: 1;
  margin: 0;
  white-space: nowrap;
  font-family: 'Gondorf';
}
.animate-div {
    animation: zoom-in-zoom-out 2s ease-out infinite;
}
.model-discount span {
    font-family: 'Gondorf';
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 0;
  color: #ff414d;
      letter-spacing: 1px;
}

@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(0.9);
    transition: all 0.5s ease-in-out;
  }
  30% {
    transform: scale(1);
    transition: all 0.7s ease-in-out;
  }
  50% {
    transform: scale(1.2);
    transition: all 0.7s ease-in-out;
  }
  50% {
    transform: scale(1);
    transition: all 0.7s ease-in-out;
  }
  100% {
    transform: scale(0.9);
    transition: all 0.7s ease-in-out;
  }
}

.form-control {
    resize: none;
    display: block;
    width: 100%;
    padding: 16px 15px;
    font-size: 1rem;
    border-radius: 8px;
    font-weight: 400;
    line-height: 1.5;
    border: 1px solid #1e1e1e42;
    color: #1e1e1e !important;
    background-color: transparent;
}
.model-input {
    border-color: #0D1F2D;
    padding: 10px 15px;
    color: #0D1F2D !important;
    border: 2px solid;
}
.model-discount label {
    color: #000000;
    font-size: 15px;
    font-weight: 500;
}
.modal-content{
  padding: 30px 40px 30px 40px;
  border-radius: 30px;    
}
.contact-form-card .form-control {
  border: 1px solid #ffffffab;
  color: #ffffff !important;
}
.contact-form-card .form-control::placeholder{
  color: #ffffff !important;
}
.book-desc p {
    font-size: 18px;
    line-height: 32px;
    font-weight: 400;
    letter-spacing: 0;
    font-family: "Outfit", sans-serif;
}
.contact-form-card .form-label, 
.contact-form-card .invalid-feedback{
	color: #fff;
}
.thank-you-sec {
    padding-top: 200px;
    padding-bottom: 100px;
    background: url(https://mystorypublishers.com/wp-content/uploads/2026/09/cta-banner.webp) no-repeat center !important;
    background-size: cover !important;
}

.thank-you-sec .heading-sec h1 {
    font-size: 50px;
    font-weight: 500;
    line-height: 1.2;
    color: white;
    margin-top: 15px;
}
.thank-you-sec .heading-sec p {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 0;
    color: white;
}
.thank-you-sec .heading-sec p > a {
    color: #ffffff;
}
.comparison-sec h2 {
	font-family: 'Gondorf';
	letter-spacing: 1px;
	font-weight: 300;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
.footer-brand-info a.navbar-brand {
    background: #fff;
    display: inline-block;
}
p.no-image-error {
    background: #fff;
    color: #222;
    text-align: center;
    padding: 10px;
    border-radius: 10px;
    width: 100%;
    max-width: 30%;
    margin: 0 auto;
    font-size: 18px;
    font-weight: 500;
}
.book-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.book-row .book-item {
    padding: 0;
    flex: 0 0 calc(33.333% - 7px);
}
.book-row .book-item img {
    margin: 0;
}
.form-control:focus{
    background-color: transparent;
}
a.whatsapp-btn {
    position: fixed;
    bottom: 25px;
    left: 25px;
    z-index: 9999;
}
.heartbeat {
	-webkit-animation: heartbeat 1.5s ease-in-out infinite both;
	        animation: heartbeat 1.5s ease-in-out infinite both;
}



@-webkit-keyframes heartbeat {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  10% {
    -webkit-transform: scale(0.91);
            transform: scale(0.91);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  17% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  33% {
    -webkit-transform: scale(0.87);
            transform: scale(0.87);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  45% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
}
@keyframes heartbeat {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  10% {
    -webkit-transform: scale(0.91);
            transform: scale(0.91);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  17% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  33% {
    -webkit-transform: scale(0.87);
            transform: scale(0.87);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  45% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
}


@media(max-width: 1024px) {
  .navbar-toggler-icon {
    filter: brightness(0) invert(1);
  }
  .navbar-dark .navbar-toggler {
    border-color: transparent;
    padding: 0;
  }
  .hero-content h1 {
    font-size: 44px;
    line-height: 64px;
  }
  .hero-content p {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
    margin: 0 auto 40px;
  }
  .hero-rating h2 {
    font-size: 24px;
    line-height: 44px;
  }
  .rating-content p {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 0;
  }
  .book-content h2, .book-content h3 {
    font-size: 30px;
    line-height: 40px;
  }
  .book-content p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px;
  }
  .book-btn-group .btn {
    font-size: 16px;
  }
  .cta-banner-sec h2, .cta-banner-sec h3 {
    font-size: 34px;
    line-height: 40px;
  }
  .cta-banner-sec p {
    font-size: 16px;
    line-height: 24px;
    margin: 0 auto 20px auto;
  }
  .cta-banner-sec p {
    font-size: 16px;
    line-height: 24px;
  }
  .book-tabs-sec .sec-title {
    font-size: 34px;
    margin: 0 auto 24px;
    line-height: 40px;
  }
  .book-desc h2, .book-desc h3 {
    font-size: 34px;
    line-height: 40px;
  }
  .book-desc p {
    font-size: 16px;
    line-height: 24px;
  }
  .stats-counter-sec .stat-number {
    font-size: 50px;
  }
  .stats-counter-sec .stat-label {
    font-size: 18px;
    line-height: 24px;
    margin: 25px 0 0 0;
  }
  .process-card {
    padding: 120px 20px 30px;
  }
  .banner-sec .section-title p {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
    letter-spacing: 1px;
  }
  .video-testimonials-sec .sec-title {
    font-size: 34px;
  }
  .video-testimonials-sec .sec-subtitle {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 40px;
  }
  .publishing-cta-sec .cta-heading {
    font-size: 34px;
    line-height: 40px;
  }
  .comparison-sec .sec-title {
    font-size: 34px;
    line-height: 40px;
  }
  .comparison-sec .sec-subtitle {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 30px;
  }
  .comparison-table .feature-name {
    font-size: 16px;
    line-height: 24px;
  }
  .site-footer .footer-big-title {
    font-size: 65px;
  }
  .hero-content {
    text-align: center;
  }
  header.sticky {
    top: 0;
    padding: 10px 0;
  }
}

@media(max-width: 768px) {
  .user-images-with-content {
    justify-content: center;
  }
  .book-details {
    padding-left: 0;
  }
  .process-card {
    padding: 120px 40px 30px;
  }
  .banner-sec>img:nth-child(1),
  .banner-sec>img:nth-child(2) {
    width: 200px;
  }
  .banner-sec .section-title p {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .video-card-content .author-title {
    font-size: 16px;
  }
  .video-card-content .video-desc {
    font-size: 14px;
    line-height: 20px;
  }
  .publishing-cta-sec .cta-heading {
      font-size: 24px;
      line-height: 30px;
  }
  .publishing-cta-sec .cta-btn {
    font-size: 16px;
    padding: 16px 32px;
  }
  .comparison-table th {
    font-size: 16px;
    padding: 15px 20px;
  }
  .question-answer .section-title h2, .question-answer .section-title h3 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 10px;
  }
  .question-answer .section-title p {
    font-size: 16px;
    line-height: 24px;
  }
  .question-answer .still-questions-card h4 {
    font-size: 22px;
  }
  .question-answer .still-questions-card p {
    line-height: 20px;
    margin-bottom: 10px;
  }
  .get-in-touch-sec {
    padding: 30px 0;
  }
  .contact-form-card {
    margin-top: 30px;
  }
  .site-footer .footer-big-title {
    font-size: 45px;
  }
  .site-footer .footer-desc {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 15px;
  }
  .site-footer .footer-menu li a {
    font-size: 16px;
    line-height: 16px;
  }
  .site-footer .footer-menu li {
    margin-bottom: 4px;
  }
  .book-row .book-item {
    padding: 0;
    flex: 0 0 calc(50% - 8px);
    }
}
@media (max-width: 575px) {
  .hero-content {
    padding: 0 10px;
  }
  .hero-content h1 {
    font-size: 40px;
    line-height: 50px;
    letter-spacing: 1px;
  }
  .hero-content p {
    font-size: 14px;
    margin: 0 auto 20px;
  }
  .user-images-with-content {
    flex-direction: column;
    gap: 10px;
  }
  .hero-form {
    padding: 20px;
  }
  .hero-form .model-input {
    padding: 8px 20px;
  }
  .header .container {
    border-bottom: none;
  }
  .about-book-sec {
    padding: 30px 0;
  }
  .book-content {
    padding-left: 0;
  }
  .book-content h2, .book-content h3 {
    font-size: 26px;
    line-height: 36px;
  }
  .book-content p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px;
  }
  .book-btn-group .btn {
    font-size: 14px;
    padding: 9px 30px;
  }
  .cta-banner-sec h2, .cta-banner-sec h3 {
    font-size: 30px;
    line-height: 50px;
  }
  .cta-banner-sec .btn {
    padding: 8px 20px;
    font-size: 14px;
    line-height: 20px;
  }
  .cta-btn-group {
    gap: 6px;
  }
  .book-tabs-sec {
    padding: 30px 0;
  }
  .book-tabs-sec .sec-title {
    line-height: 50px;
  }
  .tab-btn {
    padding: 8px 20px;
    font-size: 14px;
  }
  .tab-buttons-wrapper {
    gap: 4px;
  }
  .book-desc h2, .book-desc h3 {
    font-size: 30px;
    letter-spacing: 1px;
  }
  .book-desc p {
    font-size: 14px;
    line-height: 20px;
  }
  .services-grid-sec {
    padding: 30px 0;
  }
  .services-grid-sec .sec-title {
    font-size: 30px;
    font-weight: 400;
    line-height: 44px;
    margin-bottom: 10px;
  }
  .stats-counter-sec .stat-number {
    font-size: 40px;
  }
  .stat-item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    padding-bottom: 20px;
  }
  .stats-counter-sec .col-md-4.col-sm-6:nth-child(3) .stat-item{
    border-bottom: 0;
    padding-bottom: 0;
  }
  .stats-counter-sec {
    padding: 30px 0;
  }
  .work-process-sec {
    padding: 30px 0;
  }
  .work-process-sec p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 40px;
  }
  .process-card {
    padding: 120px 40px 80px;
  }
  .banner-sec>img:nth-child(1), .banner-sec>img:nth-child(2) {
    width: 100px;
  }
  .banner-sec .section-title p {
    font-size: 14px;
    line-height: 20px;
    padding: 0 30px;
  }
  .banner-sec>img:nth-child(2) {
    top: unset;
  }
  .video-testimonials-sec {
    padding: 40px 0;
  }
  .video-testimonials-sec .sec-subtitle {
    font-size: 14px;
    line-height: 20px;
  }
  .publishing-cta-sec .cta-heading {
    text-align: center;
  }
  .publishing-cta-sec .col-lg-4.col-md-6 {
    display: flex;
    justify-content: center;
  }
  .comparison-sec {
    background-color: #f2f2f2;
    padding: 30px 0;
  }
  .comparison-sec .sec-subtitle {
    font-size: 14px;
    line-height: 20px;
  }
  .comparison-table th {
    font-size: 14px;
  }
  .comparison-table .feature-name {
    font-size: 14px;
    line-height: 20px;
    padding: 10px;
  }
  .comparison-table th, .comparison-table td {
    padding: 10px;
    font-size: 14px;
  }
  .comparison-table .icon {
    width: 20px;
    height: 20px;
  }
  .comparison-table-wrapper {
    margin-bottom: 20px;
  }
  .testimonials-sec {
    padding: 30px 0;
  }
  .testimonial-header {
    flex-direction: column;
    align-items: end;
    margin-bottom: 20px;
  }
  .testimonial-header .sec-desc {
    font-size: 14px;
    line-height: 20px;
  }
  .testimonial-header .slick-arrow {
    width: 30px;
    height: 30px;
  }
  .testimonial-header .header-left {
    margin-bottom: 20px;
  }
  .testimonial-slider .slick-slide {
    margin: 0 0 0 12px;
  }
  .question-answer {
    padding: 30px 0;
  }
  .question-answer .accordion-button {
    font-size: 14px;
    line-height: 24px;
    padding: 14px 20px;
  }
  .contact-info-list {
    row-gap: 10px;
    column-gap: 10px;
    flex-direction: column;
  }
  .contact-info-item {
    width: 100%;
  }
  .site-footer {
    padding: 30px 0 30px 0;
  }
  .site-footer .footer-big-title {
    font-size: 24px;
  }
  .book-row .book-item {
    padding: 0;
    flex: 0 0 100%;
    }
	.book-content ul li{
		font-size:14px;
		line-height:20px;
	}
	.site-footer{
		text-align:center;
	}
	.footer-brand-info a.footer-logo {
    	display: inline-block;
	}
	.site-footer .footer-socials {
    	justify-content: center;
    }
	header.sticky {
	    background: linear-gradient(100deg, #d31822 0%, #701319 50%, #1f1013 100%);
	}
}