


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

:root {
    --primary-color: #D24224;
    --secondary-color: #3D3B49;
    --white: #ffffff;
    --black: #000000;
    --font-main: "Sansation", sans-serif;
}

/* Service Banner */
.service-banner {
    padding: 100px 0;
    color: var(--white);
    background-color: var(--primary-color);
    position: relative;
    overflow: hidden;
    height: 700px;
    display: flex;
    align-items: center;
}

.service-banner.contact-banner {
    padding: 100px 0;
    color: var(--white);
    background-color: var(--primary-color);
    position: relative;
    overflow: hidden;
    height: 500px;
    display: flex;
    align-items: center;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
}

.our-work-sec p {
    font-family: Arial, sans-serif;
}

.our-work-sec h5 {
    font-family: Arial, sans-serif;
}

img.logo-cont {
    position: absolute;
    left: 100px;
    top: 59%;
    transform: translateY(-63%);
    z-index: 1;
    pointer-events: none;
    max-width: 500px;
    height: 420px;
}

img.ghost-wri {
    position: absolute;
    left: 57px;
    top: 59%;
    transform: translateY(-63%);
    opacity: 0.3;
    z-index: 1;
    pointer-events: none;
    max-width: 500px;
    height: 708px;
}

img.int-layout {
    position: absolute;
    left: 57px;
    top: 59%;
    transform: translateY(-63%);
    opacity: 0.3;
    z-index: 1;
    pointer-events: none;
    max-width: 500px;
    height: 708px;
}

img.kid-ill {
    position: absolute;
    left: 57px;
    top: 59%;
    transform: translateY(-63%);
    opacity: 0.3;
    z-index: 1;
    pointer-events: none;
    max-width: 500px;
    height: 708px;
}

img.audio-bk {
    position: absolute;
    left: 57px;
    top: 59%;
    transform: translateY(-63%);
    opacity: 0.3;
    z-index: 1;
    pointer-events: none;
    max-width: 500px;
    height: 708px;
}

img.bk-vid {
    position: absolute;
    left: 57px;
    top: 59%;
    transform: translateY(-63%);
    opacity: 0.3;
    z-index: 1;
    pointer-events: none;
    max-width: 500px;
    height: 708px;
}

img.auth-web {
    position: absolute;
    left: 57px;
    top: 59%;
    transform: translateY(-63%);
    opacity: 0.3;
    z-index: 1;
    pointer-events: none;
    max-width: 500px;
    height: 708px;
}

img.bk-mar {
    position: absolute;
    left: 57px;
    top: 59%;
    transform: translateY(-63%);
    opacity: 0.3;
    z-index: 1;
    pointer-events: none;
    max-width: 500px;
    height: 708px;
}

img.pub-support {
    position: absolute;
    left: 57px;
    top: 59%;
    transform: translateY(-63%);
    opacity: 0.3;
    z-index: 1;
    pointer-events: none;
    max-width: 500px;
    height: 708px;
}

img.book-for-bann {
    position: absolute;
    left: 57px;
    top: 59%;
    transform: translateY(-63%);
    opacity: 0.3;
    z-index: 1;
    pointer-events: none;
    max-width: 500px;
    height: 708px;
}

img.ed-pr-bann {
    position: absolute;
    left: 57px;
    top: 59%;
    transform: translateY(-63%);
    opacity: 0.6;
    z-index: 1;
    pointer-events: none;
    max-width: 500px;
    height: 708px;
}

img.book-cover-bann {
    position: absolute;
    left: 57px;
    top: 59%;
    transform: translateY(-63%);
    opacity: 0.6;
    z-index: 1;
    pointer-events: none;
    max-width: 500px;
    height: 708px;
}

img.eb-pub {
    position: absolute;
    left: 57px;
    top: 59%;
    transform: translateY(-63%);
    opacity: 0.3;
    z-index: 1;
    pointer-events: none;
    max-width: 500px;
    height: 708px;
}

.banner-content {
    text-align: -webkit-center;
}

.banner-content {
    position: relative;
    z-index: 2;
}

.service-banner h1 {
    font-size: 85px;
    font-weight: 700;
    margin-bottom: 30px;
    line-height: 80px;
    font-family: var(--font-main);
}

.service-banner p {
    font-size: 22px;
    line-height: 1.6;
    margin-bottom: 40px;
    font-family: Arial, sans-serif;
    font-weight: 900;
}

.btn-get-started {
    display: inline-block;
    background-color: var(--white);
    color: var(--primary-color);
    padding: 15px 50px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 700;
    font-size: 20px;
    transition: all 0.3s ease;
}

.btn-get-started:hover {
    background-color: var(--black);
    color: var(--white);
}

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

/* Book Cover Content Section */
.book-cover-content {
    background-color: var(--white);
    padding: 100px 0;
}

.cover-quote {
    font-size: 80px;
    font-weight: 700;
    color: #1A1A1A;
    margin-bottom: 25px;
    line-height: 1.1;
    font-family: var(--font-main);
}

.cover-subtext {
    font-size: 25px;
    font-weight: 700;
    color: #1A1A1A;
    line-height: 40px;
    font-family: Arial, sans-serif;
}

.book-cover-work-theme {
    background-color: #5B645B;
    /* Dark grayish-green from screenshot */
}

.theme-green {
    color: #D4EF68 !important;
    /* Lime green from screenshot */
    font-size: 60px !important;
    font-weight: 700 !important;
}

/* Book Cover Benefits */
.book-cover-benefits {
    background-color: #1A1614;
    /* Deep dark background from screenshot */
    color: var(--white);
}

.benefits-title {
    font-size: 70px;
    font-weight: 700;
    line-height: 1.1;
    font-family: var(--font-main);
}

.benefit-item h3 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 20px;
    font-family: Arial, sans-serif;

}

.benefit-item p {
    font-size: 18px;
    color: #CCCCCC;
    font-family: Arial, sans-serif;
    line-height: 1.6;
}



.timeline-divider img {
    height: 100px;
    width: auto;
    margin: 5px 0;
}

/* Our Process Section */
.book-process-sec {
    background-color: var(--white);
}

.process-timeline-wrapper {
    position: relative;
    padding-top: 50px;
}

.horizontal-line {
    width: 100%;
    height: 10px;
    background-color: rgba(217, 217, 217, 1);
    position: absolute;
    top: 90px;
    left: 0;
    z-index: 1;
}

.pr-row {
    position: relative;
    z-index: 2;
}

.step-header {
    margin-bottom: 60px;
    position: relative;
}

.step-label {
    display: block;
    font-weight: 700;
    font-size: 20px;
    color: #000;
    font-family: Arial, sans-serif;
    padding-bottom: 7px;
    margin-top: -9px;
}

.tri-wrap {
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.step-tri {
    height: 45px;
    width: auto;
}

.process-card {
    background-color: #1A1614;
    padding: 60px 30px 40px;
    border-radius: 20px;
    color: var(--white);
    height: 77%;
    transition: transform 0.3s ease;
    margin-top: 50px;
    position: relative;
}

.process-icon {
    width: 100px;
    height: 100px;
    background-color: var(--primary-color);
    border-radius: 50%;
    position: absolute;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    border: 5px solid white;
    /* Adds that clean separation from background */
    transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.process-card:hover .process-icon {
    transform: translateX(-50%) rotateY(360deg);
    background-color: var(--black);
}

.process-icon img {
    height: 55px;
    width: auto;
}

.process-card h4 {
    font-weight: 700;
    margin-bottom: 20px;
    padding-top: 20px;
    font-family: var(--font-main);
}

.process-card p {
    font-size: 15px;
    line-height: 1.6;
    color: #CCCCCC;
    font-family: Arial, sans-serif;
}

/* Service CTA Section */
.service-cta {
    background-color: var(--primary-color);
    color: var(--white);
}

.cta-title {
    font-size: 80px;
    font-weight: 700;
    line-height: 1.1;
    font-family: var(--font-main);
}

.cta-subtext {
    font-size: 22px;
    font-family: Arial, sans-serif;
    font-weight: 700;
}

body {
    font-family: var(--font-main);
    overflow-x: hidden;
}

header {
    background-color: var(--white) !important;
    z-index: 1000;
    height: 90px;
    display: flex;
    align-items: center;
}

/* Navbar & Dropdown Branding */
.navbar-nav .nav-link {
    color: var(--black) !important;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 18px;
    margin: 0 15px;
    transition: color 0.3s ease;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
    color: var(--primary-color) !important;
}

/* Services Dropdown Customization */
.service-dropdown .dropdown-menu {
    border-radius: 12px;
    padding: 15px 10px;
    background-color: #1A1614;
    min-width: 280px;
    margin-top: 0px;
}

.service-dropdown .dropdown-item {
    color: var(--white);
    font-size: 16px;
    font-weight: 700;
    padding: 10px 15px;
    border-radius: 6px;
    transition: all 0.3s ease;
    white-space: normal;
}

.service-dropdown .dropdown-item:hover {
    background-color: #D4EF68;
    color: var(--black);
}

/* Show dropdown on hover */
@media (min-width: 992px) {
    .service-dropdown:hover .dropdown-menu {
        display: block;
    }
}

.dropdown-toggle::after {
    display: none;
}

.ba-caption {
    color: var(--white);
    font-size: 40px;
    font-weight: 700;
}

.editing-ba-slider .slider-item {
    padding: 0 40px;
}

nav.navbar.navbar-expand-lg {
    width: 100%;
}

.col-md-6.flip-col {
    margin-bottom: 30px;
}

.navbar {
    padding: 15px 0;
}

.navbar-brand img {
    height: 60px;
    width: auto;
}

.navbar-nav .nav-link {
    color: var(--black) !important;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 20px;
    margin: 0 15px;
    transition: color 0.3s ease;
    font-family: Arial, sans-serif;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
    color: #D24224 !important;
}


div#testimonialSlider {
    padding: 20px 0;
}

.custom-toggler {
    border: none !important;
    padding: 0 !important;
    font-size: 30px !important;
    color: #000 !important;
    background: transparent !important;
}

.custom-toggler:focus {
    box-shadow: none !important;
    outline: none !important;
}

/* HERO SECTION */
.hero-section {
    position: relative;
    background-image: url(../images/hero-bg.webp);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 200px 0;
    text-align: center;
    color: var(--white);
}

.policy-section {
    padding: 80px 10px;
}

.policy-section p {
    font-family: Arial, sans-serif;
    font-size: 20px;
    line-height: 40px;
    font-weight: 400;
    color: #1A1410;
    padding: 15px 0;
    text-align: justify;
}

.policy-section p a {
    color: #d24224;
    text-decoration: none;
}

.policy-section h2 {
    display: flex;
    align-items: center;
    font-family: Arial, sans-serif;
    font-weight: 700;
    font-size: 25px;

}

.policy-section h2::after {
    content: "";
    flex: 1;
    height: 2px;
    background-color: #D24224;
    margin-left: 20px;
}

.hero-content {
    position: relative;
    z-index: 2;
    max-width: 900px;
    padding: 0 20px;
}

.hero-content h1 {
    font-size: 85px;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 80px;
    font-family: var(--font-main);
}

.hero-content p {
    font-size: 22px;
    font-weight: 900;
    margin-bottom: 40px;
    line-height: 30px;
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
    font-family: Arial, sans-serif;
}

.btn-consultation {
    background-color: var(--white);
    color: rgba(86, 86, 86, 1);
    padding: 15px 45px;
    border-radius: 50px;
    font-weight: 400;
    text-decoration: none;
    font-size: 22px;
    transition: all 0.3s ease;
    display: inline-block;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    font-family: Arial, sans-serif;
}

.btn-consultation:hover {
    background-color: var(--primary-color);
    color: var(--white);
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

.content-sec {
    padding: 100px 0;
    background: #D24224;
    text-align: center;
    color: #fff;
    border: 1px solid #000;
}

.content-sec h2 {
    font-size: 80px;
    font-weight: 700;
    margin-bottom: 20px;
    font-family: var(--font-main);
    line-height: 90px;
}

.content-sec p {
    font-size: 22px;
    font-weight: 700;
    line-height: 40px;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    font-family: Arial, sans-serif;
}

/* WHAT WE DO SECTION */
.what-we-do {
    padding: 80px 0;
    background-image: url('../images/what-we-do-section-bg.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.navbar {
    min-height: 80px;
}

.section-title {
    text-align: center;
    font-size: 100px;
    font-weight: 700;
    color: #1A1410;
    font-family: var(--font-main);
}


/* WHAT WE DO SECTION - FLIP CARD */
.wwd-card-container {
    perspective: 1600px;
    /* Essential for 3D effect */
    height: 243px;
    /* margin-bottom: 30px; */
    color: inherit;
    text-decoration: none;
}


.wwd-card-inner {
    position: relative;
    width: 100%;
    max-width: 638px;
    height: 100%;
    transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
    transform-style: preserve-3d;
    cursor: pointer;
}

.wwd-card-container:hover .wwd-card-inner {
    transform: rotateY(180deg);
}

.wwd-card-front,
.wwd-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-radius: 25px;
    border: 1px solid #000000;
}

.wwd-card-front {
    display: flex;
    align-items: center;
    padding: 31px;
}

.wwd-card-back {
    transform: rotateY(180deg);
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 40px;
    text-align: left;
}

.card-white {
    background-color: var(--white);
    color: var(--black);
    font-family: var(--font-main);
    font-weight: 300;
}

.card-black {
    background-color: #1A1410;
    color: var(--white);
    border: none;
    font-family: var(--font-main);
    font-weight: 300;
}

.wwd-icon {
    flex: 0 0 140px;
    margin-right: 30px;
}

.wwd-text h3 {
    font-size: 50px;
    font-weight: 300;
    margin-bottom: 10px;
    line-height: 45px;
}

.card-white .wwd-text h3 {
    color: var(--primary-color);
}

.wwd-text p {
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 400;
    font-family: Arial, sans-serif;
}

.card-white .wwd-text p {
    color: #d24224;
}

/* BACK SIDE STYLES */
.wwd-card-back h4 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 15px;
    line-height: 1.3;
}

.card-white.wwd-card-back h4 {
    color: var(--primary-color);
}

.wwd-card-back p {
    font-size: 18px;
    line-height: 1.5;
    font-family: Arial, sans-serif;
}

/* OUR PROCESS SECTION */
.our-process {
    background-color: #1A1410;
    padding: 100px 0;
    position: relative;
    overflow: hidden;
    color: var(--white);
}

.proc-ribbon {
    position: absolute;
    top: 0;
    right: 50px;
    z-index: 10;
}

.proc-arrow {
    position: absolute;
    top: 12%;
    left: 58px;
    /* z-index: 5; */
    opacity: 0.8;
    mix-blend-mode: screen;
}

.proc-arrow img {
    width: 70%;
    height: auto;
}

.book-container {
    perspective: 2000px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0;
    padding-right: 100px;
}

.book {
    position: relative;
    width: 854px;
    /* Adjusted from 900px to match 0.71 aspect ratio */
    height: 600px;
    transform-style: preserve-3d;
    transition: transform 0.5s;
    user-select: none;
}

.page {
    position: absolute;
    width: 427px;
    /* Adjusted from 450px to match 0.71 aspect ratio */
    height: 100%;
    top: 0;
    right: 0;
    /* Align to right for closed state */
    transform-origin: left;
    transform-style: preserve-3d;
    transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
    /* box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3); */
}

.page-front,
.page-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    /* border-radius: 15px; */
    overflow: hidden;
    /* Added to clip images */
}

.page-front {
    padding: 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 2;
    border-radius: 0 15px 15px 0;
}

.page-back {
    transform: rotateY(180deg);
    background-color: #1A1410;
    z-index: 1;
    border-radius: 15px 0 0 15px;
}

.turned {
    transform: rotateY(-180deg);
}

/* Page Content */
.page-front.cover {
    border-radius: 0 15px 15px 0;
    padding: 0;
    overflow: hidden;
}

.cover-top {
    height: 40%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.cover-top h1 {
    font-size: 45px;
    font-weight: 700;
}

.page-num {
    position: absolute;
    bottom: 20px;
    right: 40px;
    font-size: 100px;
    font-weight: 700;
    opacity: 0.2;
    line-height: 1;
}

.page-front h2 {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 20px;
}

.page-front p {
    font-size: 20px;
    line-height: 1.4;
}

/* Proc Info */
.proc-info {
    padding-left: 50px;
}

.title-our {
    font-size: 100px;
    font-weight: 700;
    line-height: 0.8;
}

.title-process {
    font-size: 100px;
    font-weight: 700;
    margin-bottom: 30px;
}

.proc-info p {
    font-size: 18px;
    line-height: 35px;
    opacity: 0.8;
    font-family: Arial, sans-serif;
    font-weight: 400;

}

div#ver-slider {
    height: 835px;
    overflow-y: scroll;
    scrollbar-width: none;
    padding-top: 45px;
    padding-left: 30px;
    padding-right: 30px;
}


div#ver-slider::-webkit-scrollbar {
    display: none;
}

/* RESPONSIVE OUR PROCESS */
@media (max-width: 992px) {
    .proc-info {
        padding-left: 0;
        margin-top: 60px;
        text-align: center;
    }

    .title-our,
    .title-process {
        font-size: 70px;
    }
}

@media (max-width: 576px) {
    /* .book {
        width: 300px;
        height: 400px;
    } */

    .page-front h2 {
        font-size: 32px;
    }

    .page-front p {
        font-size: 16px;
    }

    .title-our,
    .title-process {
        font-size: 50px;
    }

}

/* GENRES SECTION */
.genres-sec {
    padding: 100px 0;
    background-color: var(--white);
}

.genres-sec .section-title {
    margin-bottom: 20px;
}

.shelf-img img {
    margin: 0 auto;
}

/* OUR WORK SECTION */
.our-work-sec {
    background-color: #5A6258;
    padding: 100px 0;
    color: var(--white);
}

.work-title {
    color: #D4EF68;
    font-size: 100px;
    font-weight: 700;
    margin-bottom: 20px;
    font-family: var(--font-main);
}

.work-subtitle {
    font-size: 25px;
    font-weight: 400;
    margin-bottom: 50px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    line-height: 40px;
    font-family: Arial, sans-serif;
}

.work-subheading {
    color: #D4EF68;
    font-size: 50px;
    font-weight: 700;
    margin-top: 40px;
    margin-bottom: 30px;
    font-family: var(--font-main);

}

.ba-container {
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
}

.ba-labels {
    display: flex;
    justify-content: space-around;
    margin-top: 30px;
}

.label-before,
.label-after {
    font-size: 40px;
    font-weight: 700;
    color: var(--white);
}

.cover-item {
    transition: transform 0.3s ease;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 6px 5px rgb(0 0 0 / 52%);
    margin: 10px;
}

.cover-item:hover {
    transform: translateY(-10px) scale(1.05);
}

/* Custom Book Design Slider CSS */


.slider-frame {
    overflow: hidden;
    width: 100%;
    padding: 9px 0;
}

.slider-track {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.slider-item {
    flex: 0 0 25%;
    padding: 10px;
    box-sizing: border-box;
}

.published-books-slider .slider-item {
    flex: 0 0 33.333%;
}

section.testimonials-sec {
    padding: 100px 0;
}

.testimonial-slider .slider-item {
    flex: 0 0 50%;
    /* Show 2 per row on desktop since cards are wider now */
    padding: 0px 0px 0px 70px;
    /* Space for the overlapping image */
}

.testimonial-card {
    background: #1A1410;
    border-radius: 30px;
    padding: 15px 28px 15px 49px;
    width: 340px;
    display: flex;
    align-items: center;
    position: relative;
    text-align: left;
    height: 100%;
    transition: transform 0.3s ease;
}

.testimonial-card:hover {
    transform: scale(1.02);
}

.testimonial-author-img {
    width: 105px;
    height: 105px;
    border-radius: 50%;
    position: absolute;
    left: -65px;
    top: 50%;
    transform: translateY(-50%);
    overflow: hidden;
    background: #fff;
    z-index: 10;
    box-shadow: 10px 0 20px rgba(0, 0, 0, 0.2);
}

.testimonial-author-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.testimonial-main-content {
    flex: 1;
}

.testimonial-stars {
    color: #D4EF68;
    /* Light lime green stars from screenshot */
    font-size: 20px;
    margin-bottom: 20px;
}

.testimonial-text {
    color: #fff;
    font-size: 14px;
    line-height: 1.2;
    margin-bottom: 20px;
    font-family: Arial, sans-serif;
    font-weight: 400;
}

.testimonial-name {
    display: block;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    font-family: var(--font-main);
}

.testimonial-book-wrap {
    flex: 0 0 140px;
    margin-left: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial-book-wrap img {
    width: 100%;
    height: auto;
    filter: drop-shadow(5px 15px 15px rgba(0, 0, 0, 0.4));
}

@media (max-width: 1200px) {
    .testimonial-slider .slider-item {
        flex: 0 0 100%;
        /* Switch to 1 per row earlier for horizontal cards */
        padding-left: 90px;
    }
}

@media (max-width: 768px) {
    .testimonial-card {
        flex-direction: column;
        padding: 100px 30px 40px 30px;
        text-align: center;
        margin-left: 0;
    }

    .footer-watermark {
        position: absolute;
        left: 7px;
        width: 385px;
    }

    .testimonial-author-img {
        left: 50%;
        transform: translateX(-50%);
        top: -85px;
    }

    .testimonial-slider .slider-item {
        padding-left: 20px;
        padding-top: 20px;
    }

    .testimonial-book-wrap {
        margin-left: 0;
        margin-top: 30px;
        width: 120px;
    }
}

.testimonial-slider .slider-btn {
    color: #333;
    /* Darker arrows for light background */
}

.testimonial-slider .slider-btn:hover {
    color: #D24224;
}

section.cta-sec.py-5.text-center.text-white h2 {
    font-family: var(--font-main);
}

section.cta-sec.py-5.text-center.text-white p {
    font-family: Arial, sans-serif;
    font-size: 25px;
    font-weight: 400;
    line-height: 40px;
}

/* Slider Dots Pagination */
.slider-dots {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-top: 40px;
}

.slider-dot {
    width: 12px;
    height: 12px;
    background: #D9D9D9;
    border-radius: 50%;
    cursor: pointer;
    transition: background 0.3s ease, transform 0.3s ease;
}

.slider-dot.active {
    background: #9B9B9B;
    transform: scale(1.1);
}

/* CTA Section Styles */
.cta-sec {
    background-color: var(--primary-color);
}

.cta-title {
    font-size: 80px;
    font-weight: 700;
}

.cta-text {
    max-width: 900px;
    font-size: 24px;
    line-height: 1.4;
    font-weight: 400;
}

.btn-cta {
    background: var(--white);
    color: #333;
    padding: 12px 70px;
    border-radius: 50px;
    font-size: 22px;
    font-weight: 400;
    display: inline-block;
    text-decoration: none;
    transition: all 0.3s ease;
    font-family: Arial, sans-serif;
}

.btn-cta:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    color: var(--primary-color);
}

/* FAQ Section Styles */
.faq-sec {
    background-image: url('../images/faq-bg.svg');
    background-position: center;
    background-color: #1A1410;
    position: relative;
    padding: 100px 0;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.faq-main-title {
    color: #D4EF68;
    font-size: 80px;
    font-weight: 700;
    line-height: 110px;
    text-transform: capitalize;
    font-family: var(--font-main);

}

.faq-sec .accordion-item {
    background: transparent;
    border: none;
    border-bottom: 2px solid rgba(126, 126, 126, 1);
    margin-bottom: 10px;
}

.faq-sec .accordion-button {
    background: transparent;
    color: #D4EF68;
    font-size: 30px;
    font-weight: 600;
    box-shadow: none;
    text-align: left;
    font-family: var(--font-main);
}

.faq-sec .accordion-button:not(.collapsed) {
    color: #D4EF68;
    background: transparent;
    box-shadow: none;
    border: none;
}

.faq-sec .accordion-button:focus {
    box-shadow: none;
    border-color: transparent;
    outline: none;
}

.faq-sec .accordion-button::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23D4EF68'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    background-size: 25px;
    width: 25px;
    height: 25px;
}

.faq-sec .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23FFFFFF'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    transform: rotate(-180deg);
}

.faq-sec .accordion-body {
    color: var(--white);
    font-size: 18px;
    padding-bottom: 30px;
    padding-top: 0;
    font-family: Arial, sans-serif;
}

.published-item {
    transition: transform 0.3s ease;
    margin: 15px;
}

.published-item:hover {
    transform: translateY(-10px) scale(1.05);
}

/* Unify Slider Arrows (Custom & Bootstrap) */
.slider-btn,
.carousel-control-prev,
.carousel-control-next {
    position: absolute;
    top: 50% !important;
    transform: translateY(-50%) !important;
    background: transparent !important;
    border: none !important;
    color: #D24224 !important;
    font-size: 60px !important;
    cursor: pointer;
    z-index: 10;
    transition: all 0.3s ease;
    width: auto !important;
    opacity: 1 !important;
    padding: 0 !important;
}

.slider-btn:hover,
.carousel-control-prev:hover,
.carousel-control-next:hover {
    color: var(--white) !important;
    transform: translateY(-50%) scale(1.1) !important;
}

.slider-btn.prev,
.carousel-control-prev {
    left: -20px !important;
}

.slider-btn.next,
.carousel-control-next {
    right: -20px !important;
}

/* Ensure sliders have space for arrows */
.book-design-slider,
.carousel {
    position: relative;
    padding: 0 80px;
    /* Increased padding to accommodate arrows */

}

/* Responsive Slider */
@media (max-width: 991px) {

    .book-design-slider,
    .carousel {
        padding: 0 40px;
    }

    .slider-btn,
    .carousel-control-prev,
    .carousel-control-next {
        font-size: 40px !important;
    }

    .slider-btn.prev,
    .carousel-control-prev {
        left: 5px !important;
    }

    .slider-btn.next,
    .carousel-control-next {
        right: 5px !important;
    }

    .slider-item {
        flex: 0 0 50%;
    }
}

@media (max-width: 575px) {
    .slider-item {
        flex: 0 0 100%;
        /* Show 1 item on phones */
    }
}

/* Custom Carousel Arrows */
.carousel-control-prev,
.carousel-control-next {
    width: 10%;
    opacity: 1;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 60px;
    height: 80px;
    background-image: none;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.carousel-control-prev-icon::before,
.carousel-control-prev-icon::after,
.carousel-control-next-icon::before,
.carousel-control-next-icon::after {
    font-family: FontAwesome;
    font-size: 50px;
    line-height: 0.6;
    display: block;
}

/* Left Arrows */
/* .carousel-control-prev-icon::before {
    content: '\f104';
    color: #ffffff;
} */

.carousel-control-prev-icon::after {
    content: '\f104';
    color: #D24224;
}

/* Right Arrows */
/* .carousel-control-next-icon::before {
    content: '\f105';
    color: #ffffff;
} */

.carousel-control-next-icon::after {
    content: '\f105';
    color: #D24224;
}

/* FOOTER styling */
.main-footer {
    background-color: #3B3948;
    color: var(--white);
    padding: 80px 0 30px;
    position: relative;
    overflow: hidden;
}

.footer-watermark {
    position: absolute;
    top: 51%;
    left: 57px;
    transform: translateY(-50%);
    width: 427px;
    opacity: 0.5;
    pointer-events: none;
    z-index: 1;
}

.footer-watermark img {
    width: 100%;
    filter: brightness(0) invert(1);
}

.main-footer>.container {
    position: relative;
    z-index: 2;
}

.footer-content h3 {
    color: var(--primary-color);
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 30px;
    font-family: var(--font-main);
}

.footer-links,
.contact-list {
    padding: 0;
    list-style: none;
}

.footer-links li {
    margin-bottom: 15px;
}

.contact-list li {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}

.footer-icon {
    width: 24px;
    height: 24px;
    margin-right: 15px;
    object-fit: contain;
}

.footer-links li a,
.contact-list li a {
    color: var(--white);
    text-decoration: none;
    font-weight: 700;
    font-size: 20px;
    transition: color 0.3s ease;
    font-family: Arial, sans-serif;

}

.footer-links li a:hover {
    color: var(--primary-color);
}

.contact-list li i {
    color: var(--white);
    margin-right: 15px;
    font-size: 20px;
}

.social-icons {
    display: flex;
    gap: 15px;
    margin-top: 25px;
}

.social-btn {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    transition: transform 0.3s ease, background-color 0.3s ease;
}

.social-btn img {
    width: 35px;
    height: 35px;
    object-fit: contain;
}

/* .social-btn img {
    transition: filter 0.3s ease;
} */


.trust-pilot-sec {
    text-align: center;
}

.trust-logo {
    max-width: 200px;
    margin-bottom: 15px;
}


.copy-right {
    margin-top: 15px;
    padding-top: 30px;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
}

.copy-right p {
    margin: 0;
    opacity: 0.8;
    letter-spacing: 1px;
}

.contact-overlay {
    background-image: url(../images/hero-bg.webp);
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    padding: 100px 0;
}

.contact-right-panel h3 {
    color: #d4ef68;
    font-family: var(--font-main);
    font-size: 80px;
}


p.panel-desc {
    color: #fff;
    font-family: Arial, sans-serif;
    font-size: 18px;
}

.col-lg-5.contact-left-panel h2 {
    font-size: 45px;
    color: #ffffff;
    font-family: var(--font-main);
}

.col-lg-5.contact-left-panel {
    background: #d24224e8;
    border-radius: 30px 0 0 30px;
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
}


.col-lg-7.contact-right-panel {
    background: #000000ad;
    border-radius: 0 30px 30px 0;
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
}

/* Contact Info Badges */
.info-badges .badge-item {
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    cursor: pointer;
    background: rgba(255, 255, 255, 0.05);
    padding: 15px 20px;
    border-radius: 15px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.info-badges .badge-item:hover {
    transform: translateX(10px);
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.3);
}

.info-badges .badge-item:hover .badge-icon {
    transform: scale(1.1) rotate(10deg);
    color: #000;
    background: #d4ef68;
}

.badge-icon {
    font-size: 26px;
    color: #ffffff;
    transition: all 0.4s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
}

.badge-text small {
    color: rgba(255, 255, 255, 0.8);
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 2px;
    text-transform: uppercase;
    display: block;
    margin-bottom: 5px;
}

.badge-text p {
    color: #ffffff;
    font-size: 18px;
    font-family: Arial, sans-serif;
    font-weight: 600;
    letter-spacing: 0.5px;
}


.ref-input {
    height: 50px;
    background-color: transparent !important;
    border: 1px solid rgba(255, 255, 255, 1) !important;
    border-radius: 20px !important;
    color: white !important;
    padding: 10px 20px !important;
}

.ref-input::placeholder {
    color: rgba(255, 255, 255, 0.7) !important;
}

textarea.ref-input {
    height: auto !important;
}

.ref-input:focus {
    background-color: rgba(255, 255, 255, 0.1) !important;
    box-shadow: none !important;
    border-color: #d4ef68 !important;
}

select.ref-input option {
    background-color: #2b2826 !important;
    color: #ffffff !important;
    padding: 10px;
}

.btn-submit-ref {
    background: #d4ef68 !important;
    color: #000 !important;
    font-weight: 700 !important;
    height: 50px !important;
    border-radius: 20px !important;
    border: none !important;
}



/* Responsive Footer */
@media (max-width: 768px) {
    .footer-watermark {
        width: 300px;
        left: -50px;
        opacity: 0.05;
    }


    .hero-section {
        background-size: cover !important;
        background-attachment: scroll !important;
        height: 500px;
    }

    .section-title {
        font-size: 45px;
        margin-bottom: 30px;
    }

    /* What we do responsive */
    .wwd-card-inner {
        max-width: 100%;
    }

    .wwd-card-container {
        height: auto !important;
        min-height: 250px;
        margin-bottom: 20px;
    }

    .wwd-card-front {
        padding: 20px;
    }

    .wwd-icon {
        flex: 0 0 100px;
        margin-right: 15px;
    }

    .wwd-text h3 {
        font-size: 22px;
    }

    .footer-content h3 {
        font-size: 24px;
        margin-top: 30px;
    }

    .social-icons,
    .stars {
        justify-content: center;
    }

    .trust-logo {
        margin-top: 40px;
    }

    .contact-list .ms-4 {
        margin-left: 0 !important;
    }

    .work-title {
        font-size: 50px;
    }

    .work-subheading {
        font-size: 30px;
    }

    .label-before,
    .label-after {
        font-size: 24px;
    }

    .work-subtitle {
        font-size: 18px;
    }
}