a,
a:hover,
nav {
    transition: .3s
}

.accordion-item .accordion-button:focus,
.form-control:focus {
    box-shadow: none;
    outline: 0
}

@import 'node_modules/microtip/microtip';


/* @import url('https://fonts.googleapis.com/css2?family=Andika:ital,wght@0,400;0,700;1,400;1,700&family=Bricolage+Grotesque:opsz,wght@12..96,200..800&family=Cal+Sans&family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Manrope:wght@200..800&family=Montserrat:ital@0;1&family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&family=Public+Sans:ital,wght@0,100..900;1,100..900&family=Raleway:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap'); */


@import url('https://fonts.googleapis.com/css2?family=Andika:ital,wght@0,400;0,700;1,400;1,700&family=Bricolage+Grotesque:opsz,wght@12..96,200..800&family=Cal+Sans&family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Manrope:wght@200..800&family=Montserrat:ital@0;1&family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&family=Public+Sans:ital,wght@0,100..900;1,100..900&family=Raleway:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap');

body {
    overflow-x: hidden !important;
}

.plus-jakarta-sans {
    font-family: "Plus Jakarta Sans", sans-serif;

}

.by {
    color: #9A9A9A;
    font-family: "Plus Jakarta Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 17.684px;
    /* 126.316% */
}

.btn-form2 {
    display: block;
    padding: 10px 35px;
    background: #F24405;
    border: 1px solid #F24405;
    border-radius: 5px;
    font-size: 14px;
    color: #fff;
    font-weight: 600;
    /* width: 80%; */
    font-family: "Plus Jakarta Sans";
    /* margin-left: auto; */
    /* margin-right: auto; */
    /* height: 52px; */
    text-transform: uppercase;
}

.contact-form-section {
    Display: none !important;
}

.work-step-card2 {
    position: relative;
    padding: 20px;

    border-radius: 10px;
    height: 100%;
    transition: all 0.3s ease;

    padding-top: 0px;
    border-radius: 20px;
    border: 1px solid rgba(242, 68, 5, 0.25);
    background: rgba(255, 255, 255, 0.40);
    backdrop-filter: blur(25px);
}

.masthead1 h1 {
    font-weight: 400;
    font-size: 16px;
    text-transform: capitalize;
    color: #F24405;
}

.masthead1 {
    background: linear-gradient(90deg, #fffdfc, #fff5f1, #fde7db) !important;
}

.fw-600 {
    font-weight: 600 !important;
}

.orange {
    font-size: 55px;
    font-style: italic;
    font-weight: 600;
    font-family: "Cormorant Garamond", serif;
    color: #F24405;
}

.step-description1 {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: black;
    line-height: 1.6;
    margin-bottom: 15px;
}


.ptb-15 {
    padding-top: 15px;
    padding-bottom: 15px;
}

.work-step-card1 {
    position: relative;
    padding: 28px 26px;
    border-radius: 20px;
    border: 1px solid rgba(242, 68, 5, 0.18);
    background: rgba(255, 255, 255, 0.9);
    height: 100%;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 12px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
}

/* icon wrapper for the small image */
.work-step-card1 .icon-wrapper {
    width: 56px;
    height: 56px;
    border-radius: 12px;
    background: rgba(242, 68, 5, 0.06);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.work-step-card1 .icon-wrapper img {
    width: 32px;
    height: 32px;
    object-fit: contain;
}

/* Title and description */
.step-title {
    font-family: "Cormorant Garamond", serif;
    font-size: 20px;
    font-weight: 600;
    margin: 0;
    color: #1A1A1A;
}

.step-description1 {
    margin-bottom: 8px;
}

/* make cards stretch to same height inside Bootstrap row */
.row>[class*="col-"]>.work-step-card1 {
    height: 100%;
}


.sales {
    color: #F24405;
    font-family: "Plus Jakarta Sans";
    font-size: 16.734px;
    font-style: normal;
    font-weight: var(--bs-body-font-weight, 400);
    line-height: 24.171px;
    /* 144.444% */
}



.cormorant-garamond {
    font-family: "Cormorant Garamond", serif;

}

#sticky-social-icons-container {
    position: fixed;
    z-index: 999;
    text-align: center;

    ul,
    li {
        margin: 0;
        padding: 0;
    }

    li {
        list-style: none;

        a {
            transition: 0.1s;
            transition-timing-function: linear;
            text-align: center;
            text-decoration: none;
            align-items: center;
            justify-content: center;
            display: flex;

        }

    }
}

i.fa.fa-star {
    color: #ffe400;
}

.d-flex1 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    /* align-content: flex-end;
    justify-content: space-between; */
}

/* Why Authors Choose Section - Figma Design Implementation */
.why-authors-section {
    /* background-color: #F8F9FA; */
    padding: 80px 0;
}

.stats-card-number {
    font-family: "Cormorant Garamond", sans-serif !important;
    font-size: 42px;
    font-weight: 700;
    line-height: 1;
    color: #1A1A1A;
    margin-bottom: 12px;
}

.why-authors-header {
    align-items: center;
}

.why-authors-section .row.g-4 {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 1.5rem;
}

.why-authors-heading-small {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #F24405;
    margin-bottom: 16px;
}

.why-authors-main-heading {
    font-family: "Cormorant Garamond", serif;
    font-size: 52px;
    font-weight: 400;
    line-height: 1.2;
    color: black;
    margin-bottom: 0;
}

.why-authors-main-heading .orange {
    font-style: italic;
    color: #F24405;
}

.why-authors-description {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.6;
    color: black;
    margin-bottom: 0;
    text-align: right;
    /* max-width: 400px; */
}

.why-authors-card {
    border-radius: 16px;
    padding: 32px;
    border: 1px solid rgba(242, 68, 5, 0.25);
    background: rgba(255, 255, 255, 0.40);
    backdrop-filter: blur(25px);
    transition: all 0.3s ease;
    height: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
}

/* .why-authors-card-bottom-border::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 32px;
    right: 32px;
    height: 2px;
    background: #F24405;
} */

.why-authors-card-left-border::before {
    content: '';
    position: absolute;
    top: 32px;
    bottom: 32px;
    left: 0;
    width: 2px;
    /* background: #F24405; */
}

.why-authors-card:hover {
    box-shadow: 0px 8px 30px rgba(0, 0, 0, 0.12);
    transform: translateY(-4px);
}

.why-authors-card-title {
    font-family: "Cormorant Garamond", serif;
    font-size: 32px;
    font-weight: 600;
    line-height: 1.3;
    color: #1A1A1A;
    margin-bottom: 16px;
}

.why-authors-card-text {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.6;
    color: black;
    margin-bottom: 16px;
}

.why-authors-card-link {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #F24405;
    text-decoration: none;
    border-radius: 70px !important;
    border: 1px solid #F24405;
    padding: 8px 20px;
    border-radius: 4px;
    display: inline-block;
    transition: all 0.3s ease;
    margin-top: auto;
    align-self: flex-start;
}

.why-authors-card-link:hover {
    background: #F24405;
    color: white;
}

.why-authors-stats-card {
    background: linear-gradient(135deg, #FFF5F0 0%, #FFE8DC 100%);
    border-radius: 16px;
    padding: 40px 32px;
    text-align: left;
    height: 100%;
    border: 1px solid #FFD4C0;
}

.why-authors-stats-label {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: black;
    /* margin-bottom: 16px; */
}

.why-authors-stats-number {
    font-family: "Cormorant Garamond", serif;
    font-size: 72px;
    font-weight: 700;
    line-height: 1;
    color: #F24405;
    margin-bottom: 8px;
}

.why-authors-stats-text {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: black;
    margin-bottom: 0;
}

/* Our Book Publishing Services Section - Two Circles Design */
.book-publishing-services {
    background-color: #fff;
    overflow: hidden;
    padding: 80px 0;
}

.book-publishing-services .orange {
    font-size: 52px;
    font-style: italic;
    font-weight: 600;
    font-family: 'Cormorant Garamond', serif;
    color: #F24405;
}

/* Main Container */
.circular-services-container {
    position: relative;
    width: 100%;
    max-width: 900px;
    height: 900px;
    margin: 60px auto;
}

/* Background Circles */
.circle-big-wrapper,
.circle-small-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.circle-big-wrapper {
    width: 720px;
    height: 720px;
}

.circle-small-wrapper {
    width: 450px;
    height: 450px;
    z-index: 5;
}

.circle-big-image,
.circle-small-image {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* Center Book */
.center-book-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 20;
    width: 220px;
    height: 220px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.center-book-image {
    width: 100%;
    height: auto;
    max-width: 180px;
    filter: drop-shadow(0 10px 30px rgba(0, 0, 0, 0.15));
}

/* Inner Circle - 4 Services */
.inner-circle {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 450px;
    height: 450px;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    z-index: 10;
}

.inner-service-item {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 140px;
    height: 140px;
}

/* Position Inner Circle Items (4 items - 90deg each) with orbit animation */
.inner-service-item[data-position="0"] {
    animation: orbitInner 30s linear infinite;
}

.inner-service-item[data-position="1"] {
    animation: orbitInner 30s linear infinite;
    animation-delay: -7.5s;
}

.inner-service-item[data-position="2"] {
    animation: orbitInner 30s linear infinite;
    animation-delay: -15s;
}

.inner-service-item[data-position="3"] {
    animation: orbitInner 30s linear infinite;
    animation-delay: -22.5s;
}

@keyframes orbitInner {
    0% {
        transform: translate(-50%, -50%) rotate(0deg) translateY(-225px) rotate(0deg);
    }

    100% {
        transform: translate(-50%, -50%) rotate(360deg) translateY(-225px) rotate(-360deg);
    }
}

.inner-service-card {
    width: 140px;
    height: 140px;
    background: rgba(255, 245, 240, 0.95);
    border: 1px solid rgba(242, 68, 5, 0.15);
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 16px;
    transition: all 0.3s ease;
    cursor: pointer;
    backdrop-filter: blur(10px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

.inner-service-card:hover {
    transform: rotate(0deg) translateY(-5px) scale(1.05);
    box-shadow: 0 8px 25px rgba(242, 68, 5, 0.15);
    background: rgba(255, 255, 255, 1);
}

.inner-service-icon {
    width: 60px;
    height: 60px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(242, 68, 5, 0.08);
    border-radius: 12px;
}

.inner-service-icon img {
    width: 40px;
    height: 40px;
    object-fit: contain;
}

.inner-service-title {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 13px;
    font-weight: 600;
    color: #2C2C2C;
    text-align: center;
    margin: 0;
    line-height: 1.3;
}

/* Outer Circle - 6 Services */
.outer-circle {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 720px;
    height: 720px;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    z-index: 5;
}

.outer-service-item {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 120px;
    height: 120px;
}

/* Position Outer Circle Items (6 items - 60deg each) with orbit animation */
.outer-service-item[data-position="0"] {
    animation: orbitOuter 40s linear infinite;
}

.outer-service-item[data-position="1"] {
    animation: orbitOuter 40s linear infinite;
    animation-delay: -6.6667s;
}

.outer-service-item[data-position="2"] {
    animation: orbitOuter 40s linear infinite;
    animation-delay: -13.3333s;
}

.outer-service-item[data-position="3"] {
    animation: orbitOuter 40s linear infinite;
    animation-delay: -20s;
}

.outer-service-item[data-position="4"] {
    animation: orbitOuter 40s linear infinite;
    animation-delay: -26.6667s;
}

.outer-service-item[data-position="5"] {
    animation: orbitOuter 40s linear infinite;
    animation-delay: -33.3333s;
}

@keyframes orbitOuter {
    0% {
        transform: translate(-50%, -50%) rotate(0deg) translateY(-360px) rotate(0deg);
    }

    100% {
        transform: translate(-50%, -50%) rotate(-360deg) translateY(-360px) rotate(360deg);
    }
}

.outer-service-card {
    width: 120px;
    height: 120px;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(242, 68, 5, 0.12);
    border-radius: 18px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 12px;
    transition: all 0.3s ease;
    cursor: pointer;
    backdrop-filter: blur(8px);
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.06);
}

.outer-service-card:hover {
    transform: rotate(0deg) translateY(-5px) scale(1.08);
    box-shadow: 0 6px 20px rgba(242, 68, 5, 0.12);
    background: rgba(255, 255, 255, 1);
}

.outer-service-card {
    width: 120px;
    height: 120px;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(242, 68, 5, 0.12);
    border-radius: 18px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 12px;
    transition: all 0.3s ease;
    cursor: pointer;
    backdrop-filter: blur(8px);
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.06);
}

.outer-service-card:hover {
    transform: translateY(-5px) scale(1.08);
    box-shadow: 0 6px 20px rgba(242, 68, 5, 0.12);
    background: rgba(255, 255, 255, 1);
}

.outer-service-icon {
    width: 50px;
    height: 50px;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(242, 68, 5, 0.06);
    border-radius: 10px;
}

.outer-service-icon img {
    width: 32px;
    height: 32px;
    object-fit: contain;
}

.outer-service-title {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 11px;
    font-weight: 600;
    color: #2C2C2C;
    text-align: center;
    margin: 0;
    line-height: 1.3;
}

/* Responsive Design */
@media (max-width: 1199px) {
    .circular-services-container {
        max-width: 750px;
        height: 750px;
    }

    .circle-big-wrapper {
        width: 600px;
        height: 600px;
    }

    .circle-small-wrapper {
        width: 380px;
        height: 380px;
    }

    .inner-circle {
        width: 380px;
        height: 380px;
    }

    /* Update orbit animation for smaller radius */
    @keyframes orbitInner {
        0% {
            transform: translate(-50%, -50%) rotate(0deg) translateY(-190px) rotate(0deg);
        }

        100% {
            transform: translate(-50%, -50%) rotate(360deg) translateY(-190px) rotate(-360deg);
        }
    }

    .inner-service-card {
        width: 120px;
        height: 120px;
    }

    .outer-circle {
        width: 600px;
        height: 600px;
    }

    /* Update orbit animation for smaller radius */
    @keyframes orbitOuter {
        0% {
            transform: translate(-50%, -50%) rotate(0deg) translateY(-300px) rotate(0deg);
        }

        100% {
            transform: translate(-50%, -50%) rotate(-360deg) translateY(-300px) rotate(360deg);
        }
    }

    .center-book-image {
        max-width: 150px;
    }
}

@media (max-width: 991px) {
    .circular-services-container {
        max-width: 600px;
        height: 600px;
    }

    .circle-big-wrapper {
        width: 480px;
        height: 480px;
    }

    .circle-small-wrapper {
        width: 300px;
        height: 300px;
    }

    .inner-circle {
        width: 300px;
        height: 300px;
    }

    .inner-service-item {
        width: 100px;
        height: 100px;
    }

    /* Update orbit animation for smaller radius */
    @keyframes orbitInner {
        0% {
            transform: translate(-50%, -50%) rotate(0deg) translateY(-150px) rotate(0deg);
        }

        100% {
            transform: translate(-50%, -50%) rotate(360deg) translateY(-150px) rotate(-360deg);
        }
    }

    .inner-service-card {
        width: 100px;
        height: 100px;
        padding: 10px;
    }

    .inner-service-icon {
        width: 45px;
        height: 45px;
    }

    .inner-service-icon img {
        width: 30px;
        height: 30px;
    }

    .inner-service-title {
        font-size: 11px;
    }

    .outer-circle {
        width: 480px;
        height: 480px;
    }

    .outer-service-item {
        width: 90px;
        height: 90px;
    }

    /* Update orbit animation for smaller radius */
    @keyframes orbitOuter {
        0% {
            transform: translate(-50%, -50%) rotate(0deg) translateY(-240px) rotate(0deg);
        }

        100% {
            transform: translate(-50%, -50%) rotate(-360deg) translateY(-240px) rotate(360deg);
        }
    }

    .outer-service-card {
        width: 90px;
        height: 90px;
        padding: 8px;
    }

    .outer-service-icon {
        width: 40px;
        height: 40px;
    }

    .outer-service-icon img {
        width: 25px;
        height: 25px;
    }

    .outer-service-title {
        font-size: 9px;
    }

    .center-book-image {
        max-width: 120px;
    }
}

@media (max-width: 767px) {
    .circular-services-container {
        height: auto;
        padding: 20px 0;
    }

    .circle-big-wrapper,
    .circle-small-wrapper {
        display: none;
    }

    .center-book-wrapper,
    .inner-circle,
    .outer-circle {
        position: relative;
        transform: none;
        width: 100%;
        height: auto;
        top: auto;
        left: auto;
    }

    .center-book-wrapper {
        text-align: center;
        margin-bottom: 30px;
    }

    .center-book-image {
        max-width: 150px;
    }

    .inner-service-item,
    .outer-service-item {
        position: relative;
        display: inline-block;
        margin: 8px;
        transform: none !important;
        width: calc(50% - 20px);
        height: auto;
        animation: none !important;
    }

    .inner-service-card,
    .outer-service-card {
        width: 100%;
        height: auto;
        min-height: 100px;
    }

    .book-publishing-services .orange {
        font-size: 36px;
    }

    .book-publishing-services .main-heading {
        font-size: 36px !important;
    }
}

@media (max-width: 576px) {

    .inner-service-item,
    .outer-service-item {
        width: 100%;
        margin: 8px 0;
    }
}

/* Trust Built on Real Support Section - Figma Design Implementation */
.trust-support-section {
    padding: 80px 0;
}

.trust-support-small-heading {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #F24405;
    margin-bottom: 16px;
}

.trust-support-point-text {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 14px;

}


.review {

    height: auto;
}


.trust-support-main-heading {
    font-family: "Cormorant Garamond", serif;
    font-size: 52px;
    font-weight: 600;
    line-height: 1.2;
    color: black;
    margin-bottom: 24px;
}

.trust-support-main-heading .orange {
    font-style: italic;
    color: #F24405;
    font-size: 52px;
}

.trust-support-description {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.6;
    color: black;
    margin-bottom: 32px;
}

.trust-support-points {
    margin-bottom: 32px;
}

.trust-support-point {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 16px;
    padding: 12px 16px;
    border-radius: 20px;
    border: 1px solid rgba(242, 68, 5, 0.25);
    background: rgba(255, 200, 180, 0.10);
    backdrop-filter: blur(25px);
}

.trust-support-check {
    width: 28px;
    height: 28px;
    background: #FFF5F0;
    /* border: 1px solid #FFD4C0; */
    /* border-radius: 50%; */
    display: flex;
    align-items: center;
    justify-content: center;
    /* flex-shrink: 0; */
}

.pt-80 {
    padding-top: 80px;
}

.family {
    color: #F24405;
    font-family: "Cormorant Garamond";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
    /* 162.5% */
}

.mx-4 {
    margin-right: 1.5rem !important;
    margin-left: 0rem !important;
}

.trust-support-point-text {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    color: black;
    margin: 0;
}

.trust-support-buttons {
    margin-top: 8px;
}

.trust-support-image-placeholder {
    width: 100%;
    min-height: 400px;
    background: linear-gradient(135deg, #F5F5F5 0%, #E8E8E8 100%);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #999;
    font-family: "Plus Jakarta Sans", sans-serif;
}

/* Responsive Design */
@media (max-width: 1199px) {
    .why-authors-main-heading {
        font-size: 44px;
    }

    .why-authors-stats-number {
        font-size: 64px;
    }
}

@media (max-width: 991px) {
    .why-authors-section {
        padding: 60px 0;
    }

    .why-authors-main-heading {
        font-size: 38px;
    }

    .why-authors-card {
        padding: 24px;
        margin-bottom: 20px;
    }

    .why-authors-stats-card {
        padding: 32px 24px;
        margin-bottom: 20px;
    }

    .why-authors-stats-number {
        font-size: 56px;
    }
}

@media (max-width: 767px) {
    .why-authors-section {
        padding: 40px 0;
    }

    .why-authors-heading-small {
        font-size: 12px;
    }

    .why-authors-main-heading {
        font-size: 32px;
    }

    .why-authors-card-title {
        font-size: 20px;
    }

    .why-authors-stats-number {
        font-size: 48px;
    }
}

/* Timeline Section Styles */
.timeline-wrapper {
    position: relative;
    padding-left: 20px;
}

.timeline-wrapper::before {
    content: '';
    position: absolute;
    left: 39px;
    top: -20px;
    bottom: 30px;
    width: 1px;
    background-image: url(../imgs/index/Line.png);
    /* background: linear-gradient(to bottom, #F24405 0%, #F24405 16.67%, #CCCCCC 16.67%, #CCCCCC 100%); */
    height: 110%;
}

.timeline-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 40px;
    position: relative;
}

.timeline-number {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: white;
    border: 1px solid #000000;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: black;
    flex-shrink: 0;
    position: relative;
    z-index: 2;
    transition: all 0.3s ease;
}

.timeline-number.active {
    background-color: #FD7E14;
    border-color: #FD7E14;
    color: #FFFFFF;
}

.timeline-content {
    margin-left: 25px;
    flex: 1;
}

.timeline-heading {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 24px;
    font-weight: 700;
    color: #2C2C2C;
    margin-bottom: 8px;
    line-height: 1.3;
    transition: color 0.3s ease;
}

.timeline-description {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #6B6B6B;
    margin-bottom: 0;
    line-height: 1.6;
}

/* Hover Effects */
.timeline-item:hover .timeline-number {
    background-color: #FD7E14;
    border-color: #FD7E14;
    color: #FFFFFF;
    transform: scale(1.1);
}

.timeline-item:hover .timeline-heading {
    color: #FD7E14;
}

/* Responsive Design */
@media (max-width: 991px) {
    .timeline-wrapper {
        margin-bottom: 50px;
    }

    .timeline-heading {
        font-size: 20px;
    }

    .timeline-description {
        font-size: 15px;
    }
}

@media (max-width: 576px) {
    .timeline-number {
        width: 35px;
        height: 35px;
        font-size: 16px;
    }

    .timeline-wrapper::before {
        left: 16px;
    }

    .timeline-content {
        margin-left: 20px;
    }

    .timeline-heading {
        font-size: 18px;
    }

    .timeline-description {
        font-size: 14px;
    }

    .timeline-item {
        margin-bottom: 30px;
    }
}

.review {
    padding: 20px 15px;
    margin-bottom: 20px;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 2px;
    -webkit-box-shadow: 0 0 6px 2px rgba(0, 0, 0, .36);
    box-shadow: 0 0 6px 2px rgba(0, 0, 0, .36);
    height: 20rem;
}

.error {

    color: #f24405;

}

.top-header-image {
    height: 120px;
    /* image ki height */
    width: 100%;
}

.bg-white {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
}

.top-header-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Normal navbar state */
.navbar {
    position: relative;
    transition: all 0.3s ease;
}

/* Sticky navbar after scroll */
.navbar.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 9999;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}


#sticky-social-icons-container.design-rounded.alignment-left {

    li:first-child a {
        border-radius: 0 5px 0 0;
    }

    li:first-child:last-child a {
        border-radius: 0 5px 5px 0;
    }

    li:last-child a {
        border-radius: 0 0 5px 0;
    }

    &.with-animation {
        li a:hover {
            border-radius: 0 5px 5px 0 !important;
        }
    }
}

.partners {
    text-align: center;
    padding: 50px 20px;
    background: #f9f9f9;
}

/* .partners h2 {
  font-size: 28px;
  margin-bottom: 30px;
  color: #333;
} */

.logo-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 40px;
}

.show1 {
    display: none !important;
}



.logo-container img {
    height: 50px;
    /* opacity: 0.7; */
    transition: all 0.3s ease;
    /* filter: grayscale(100%); */
}

/* .logo-container img:hover {
  opacity: 1;
  filter: grayscale(0);
} */



.awards-img {
    display: flex;
    gap: 10px;
    text-align: center;
    /* text-align: revert-layer; */
    flex-wrap: wrap;
    align-content: stretch;
    justify-content: center;
}

#sticky-social-icons-container.design-rounded.alignment-right {
    li:first-child a {
        border-radius: 5px 0 0 0;
    }

    li:first-child:last-child a {
        border-radius: 5px 0 0 5px;
    }

    li:last-child a {
        border-radius: 0 0 0 5px;
    }

    &.with-animation {
        li a:hover {
            border-radius: 5px 0 0 5px !important;
        }
    }
}

#sticky-social-icons-container.alignment-left {
    left: 0;
}

#sticky-social-icons-container.alignment-right {
    right: 0;
}



#sticky-social-icons-container.alignment-left.with-animation {
    li a:hover {
        margin-right: -10px;
    }
}

#sticky-social-icons-container.alignment-right.with-animation {
    li a:hover {
        margin-left: -10px;
    }
}

@media(max-width: 767px) {


    #sticky-social-icons-container.hide-in-mobile {
        display: none !important;
    }


    [role~=tooltip][data-microtip-position=right]:hover:after,
    [role~=tooltip][data-microtip-position=right]:hover:before {
        display: none;
    }

}

#sticky-social-icons-container {
    top: 349px;
}

#sticky-social-icons-container li a {
    font-size: 16px;
    width: 54px;
    height: 54px;
    /* border-radius: 20px; */
}

#sticky-social-icons-container.with-animation li a:hover {
    width: 64px;
}

#sticky-social-icons-container li a.fab-fa-facebook {
    color: #F24405;
    background: white;
}

#sticky-social-icons-container li a.fab-fa-facebook:hover {
    color: #fff;
    background: #f24405;
}

#sticky-social-icons-container li a.fab-fa-instagram {
    color: #F24405;
    background: white;
}

#sticky-social-icons-container li a.fab-fa-instagram:hover {
    color: #fff;
    background: #f24405;
}

#sticky-social-icons-container li a.fab-fa-twitter {
    color: #F24405;
    background: white;
}

#sticky-social-icons-container li a.fab-fa-twitter:hover {
    color: #fff;
    background: #f24405;
}

#sticky-social-icons-container li a.fab-fa-linkedin-in {
    color: #F24405;
    background: white;
}

#sticky-social-icons-container li a.fab-fa-linkedin-in:hover {
    color: #fff;
    background: #f24405;
}

#sticky-social-icons-container li a.fab-fa-youtube {
    color: #F24405;
    background: white;
}

#sticky-social-icons-container li a.fab-fa-youtube:hover {
    color: #fff;
    background: #f24405;
}

#sticky-social-icons-container li a.fab-fa-pinterest-p {
    color: #F24405;
    background: white;
}

#sticky-social-icons-container li a.fab-fa-pinterest-p:hover {
    color: #fff;
    background: #f24405;
}

@media(max-width: 415px) {
    #sticky-social-icons-container li a {
        font-size: 13.6px;
        width: 45.9px;
        height: 45.9px;
    }
}


.footer-details a,
.navbar .logo a,
a,
footer li a {
    text-decoration: none
}

p,
ul,
ul#dropdown {
    line-height: 2
}

footer ul,
ul#dropdown {
    padding-left: 0
}

.carousel>.wrap>ul,
footer li,
ul#dropdown {
    list-style: none
}

.header-counter {
    text-align: center;
    padding: 20px 0;
}

.counter-box {
    min-height: 50px;
    /* Fixed height to prevent layout shifts */
    font-size: 28px;
    font-weight: bold;
}

/* 
.box iframe {
  width: 100%;
  height: 200px;
  border-radius: 10px;
  border: none;
} */

.card-white {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 0 7px #0000004D;
    cursor: pointer;
    overflow: hidden;
    transition: transform 0.2s;
}

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

.thumbnail {
    position: relative;
}

.thumbnail img {
    width: 100%;
    display: block;
    border-radius: 8px;
}

.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 60px;
    color: white;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 50%;
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    pointer-events: none;
}

/* Popup Styles */
.video-popup {
    display: none;
    /* hidden by default */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 9999;
    justify-content: center;
    align-items: center;
}

.video-popup-content {
    position: relative;
    width: 90%;
    max-width: 800px;
    background: #000;
    border-radius: 10px;
    overflow: hidden;
}

.close-btn {
    position: absolute;
    top: 8px;
    right: 12px;
    color: #fff;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
    z-index: 10;
}

/* This div keeps the iframe intact */
.video-container {
    border-radius: 10px;
    overflow: hidden;
}

/* Make sure the iframe fills its box perfectly */
.video-container iframe {
    width: 100%;
    height: 250px;
    border: none;
    display: block;
}


/* #youtube-video {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 14rem;
    border-radius: 20px;
    min-height: 230px;
} */

.card-body-white h5 {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 22px;
    display: flex;
    align-items: center;
    text-transform: capitalize;
    color: #252525;
    justify-content: center;
    padding: 45px 0px 10px 0px;
}


/* Scroll to Top Button */
#scrollTopBtn {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Fixed position */
    bottom: 10px;
    /* 20px from the bottom */
    right: 5%;
    /* 30px from the right */
    z-index: 99;
    /* Place it on top of other elements */
    border: none;
    /* No border */
    outline: none;
    /* No outline */
    background-color: #0000005c;
    /* Dark grey background */
    color: white;
    /* White text */
    cursor: pointer;
    /* Pointer/hand icon */
    padding: 11px 17px;
    /* Some padding */
    border-radius: 100px;
    /* Rounded corners */
    border: 2px solid #c7c7c714;
}

.client-reviews-section .box:hover .cl-caption,
.p-card-content span a {
    text-decoration: underline
}

.card,
.navbar .search-box i,
.openBtn,
.overlay .closebtn,
.overlay button,
.pricing,
.seemore {
    cursor: pointer
}

@font-face {
    font-family: just-sans-regular;
    src: url('../fonts/just-sans/regular/regular.eot');
    src: url('../fonts/just-sans/regular/regular.eot?#iefix') format('embedded-opentype'), url('../fonts/just-sans/regular/regular.woff2') format('woff2'), url('../fonts/just-sans/regular/regular.woff') format('woff'), url('../fonts/just-sans/regular/regular.ttf') format('truetype'), url('../fonts/just-sans/regular/regular.svg#svgFontName') format('svg');
    font-display: swap
}

@font-face {
    font-family: just-sans-bold;
    src: url('../fonts/just-sans/bold/bold.eot');
    src: url('../fonts/just-sans/bold/bold.eot?#iefix') format('embedded-opentype'), url('../fonts/just-sans/bold/bold.woff2') format('woff2'), url('../fonts/just-sans/bold/bold.woff') format('woff'), url('../fonts/just-sans/bold/bold.ttf') format('truetype'), url('../fonts/just-sans/bold/bold.svg#svgFontName') format('svg');
    font-display: swap
}

body {
    overflow-x: hidden
}

* {
    /* font-family: just-sans-regular, sans-serif */
    font-family: "Plus Jakarta Sans", sans-serif;
}

a {
    color: #000
}

a:hover {
    color: #f24405
}

.complete-Solution-section .slick-dotted.slick-slider,
.footer-details p:nth-child(2),
.header-lead-form .row>div,
figure,
p:last-child {
    margin-bottom: 0
}

footer li,
p {
    margin-bottom: 15px
}

.logo img {
    max-width: 436px
}

#more-1,
.complete-Solution-section .slick-prev,
.main-btn.btn-hover.btn-contact.custom,
.navbar .bx-menu,
.navbar .nav-links .sidebar-logo,
.slick-next {
    display: none
}

.shadow-sm .logo img {
    max-width: 300px
}

.header-lead-form {
    max-width: 580px;
    padding: 35px;
    float: right;
    background: #fff;

    width: 100%;
    border-radius: 30px;
    border: 1px solid #F24405;
    background: linear-gradient(90deg, var(--color-grey-99, #FFFDFC) 0%, var(--color-grey-97, #FFF5F1) 50%, var(--color-grey-93, #FDE7DB) 100%);
}

.masthead .header-lead-form input {
    width: 100%;
    height: 55px;
    border-radius: 7px;
    border-color: #a3a3a3;
    background: #fafafa;
    color: #757575;
    border-left: none;
    padding-left: 9px;
    border-radius: 10px;
    border: 1px solid rgba(242, 68, 5, 0.25);
    background: linear-gradient(180deg, rgba(244, 232, 228, 0.05) 0%, rgba(242, 68, 5, 0.05) 100%);
    backdrop-filter: blur(25px);
}

.masthead .input-group-text {
    /* border-color: #a3a3a3; */
    padding-left: 20px;
    padding-right: 15px;
    border-right: 0;
    border-radius: 10px;
    border: 1px solid rgba(242, 68, 5, 0.25);
    background: linear-gradient(180deg, rgba(244, 232, 228, 0.05) 0%, rgba(242, 68, 5, 0.05) 100%);
    backdrop-filter: blur(25px);
}

.header-lead-form .contact-title {
    color: #fff;
    position: relative
}

.header-lead-form .contact-title:before,
.header-lead-form:after {
    position: absolute;
    content: "";
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%
}

.header-lead-form .contact-title h2 {
    /* font-family: just-sans-bold, sans-serif; */
    font-size: 20px;
    color: #fff;
    margin-bottom: 0;
    font-weight: 700;
    z-index: 1;
    /* position: relative; */
    /* padding-right: 38px; */
    font-family: "Plus Jakarta Sans";
    font-family: "Plus Jakarta Sans", sans-serif;
}

.header-lead-form .contact-title p {
    color: #fff;
    font-size: 16px;
    /* font-family: just-sans-regular, sans-serif; */
    z-index: 1;
    position: relative;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: 400;
}

.header-lead-form form.main-form {
    margin-top: 50px
}

.header-lead-form .form-group {
    margin-bottom: 10px;
    margin-top: 20px;
}

.header-lead-form textarea {
    height: 150px;
    resize: none;
    /* border-color: transparent; */
    border-radius: 7px;
    background: #fafafa;
    padding-left: 7px !important;
    border-left: none !important;
    padding-top: 20px;
    color: #757575 !important;
    border-radius: 10px;
    border: 1px solid rgba(242, 68, 5, 0.25);
    background: linear-gradient(180deg, rgba(244, 232, 228, 0.05) 0%, rgba(242, 68, 5, 0.05) 100%);
    backdrop-filter: blur(25px);
}

.header-lead-form:after {
    top: 11px;
    left: 24px;
    background-image: url(../imgs/about/arow.png);
    height: 100%;
    z-index: -1
}

.header-lead-form .contact-title:before {
    bottom: -46px;
    left: 34rem;
    background-image: url(../imgs/about/before.svg);
    height: 28px;
    z-index: 1
}

@media only screen and (min-width:992px) {

    .font-24,
    .masthead h1 {
        font-size: 24px
    }

    h2 {
        font-size: 55px
    }

    .masthead h1 {
        font-weight: 600
    }

    .masthead h2 {
        font-size: 55px;
        font-weight: 600;
    }

    .about_us h1,
    .book_editing h1,
    .children-book-heading h1,
    .contact_us h1,
    .fiction-heading h1,
    .ghostwriting-heading h1,
    .illustration-heading h1,
    .marketing-heading h1,
    .memoir-heading h1,
    .nonfiction-heading h1,
    .publishing-heading h1,
    .services-heading h1 {
        font-size: 60px !important
    }

    .masthead-bold h1 {
        font-family: just-sans-regular, sans-serif
    }

    h3 {
        font-size: 40px
    }

    .pt-100 {
        padding-top: 100px
    }

    .pt-80 {
        padding-top: 80px
    }

    .inner-h2 {
        font-size: 46px;
        margin-left: 60px
    }

    .font-44 {
        font-size: 44px
    }

    .py-250 {
        padding-top: 200px !important;
        padding-bottom: 200px !important
    }

    .masthead .header-form input {
        width: auto;
    }

    p {
        font-size: 17px;
    }

    ul.js-sub-menu-2._htmlCss-sub-menu.sub-menu {
        left: 180px !important
    }

    .header-lead-form .contact-title h2,
    .header-lead-form .contact-title p {
        margin-left: 20px;
    }

    .contact-form-section .form-group label {
        margin-top: 40px
    }

    .steps-body h3 {
        font-size: 42px
    }
}

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

    .section,
    section {
        padding-left: 7px;
        padding-right: 7px
    }

    .awards-img {
        display: inline-flex;
        gap: 0px;
        text-align: right;
    }

    html {
        overflow-x: hidden
    }

    .pb-5 {
        padding-bottom: 1rem !important
    }

    .row>div {
        margin-bottom: 30px
    }

    #after_cta .row>div,
    .client-reviews-section .row>div,
    .row>div:last-child,
    footer .row>div {
        margin-bottom: 0
    }

    .masthead .header-form input {
        height: 50px;
        border-radius: 5px;
        border: 1px solid #ccc
    }

    .masthead .header-form {
        display: block;
        border-radius: 0 !important;
        background: 0 0;
        box-shadow: none;
        padding: 0
    }

    .masthead .main-btn {
        width: 100%;
        margin-top: 15px
    }

    .header-arrow,
    .m-br-hide br,
    a.main-btn.btn-hover.btn-contact {
        display: none
    }

    .vertical-spacing {
        padding-top: 50px !important;
        padding-bottom: 50px !important
    }

    .brands-section figure {
        max-height: 140px !important;
        margin-bottom: 0 !important
    }

    .brands-section figure img {
        max-width: 120px !important
    }

    .blockquote-icons-left:before {
        top: -20px;
        left: 10px
    }

    .blockquote-icons-right:after {
        bottom: -20px !important
    }

    .authot-name {
        text-align: left
    }

    .navbar-toggler {
        position: absolute;
        top: 30px;
        right: 30px
    }

    .footer-widget .logo img {
        max-width: 200px
    }

    .footer-social .list-wrap {
        justify-content: space-evenly !important;
        margin-top: 20px
    }

    footer {
        padding-left: 15px;
        padding-right: 15px
    }

    .masthead {
        padding-top: 110px !important
    }

    .testmonials-section .slick-slide p,
    .testmonials-section #reviews-container .review>p {
        padding: 20px
    }

    .btn-form,
    .main-btn {
        padding: 10px 30px !important;
        font-size: 16px !important
    }

    footer h4 {
        margin-top: 0 !important;
        margin-bottom: 25px !important
    }

    .header-counter .m-br-hide br {
        display: block !important
    }

    .header-counter .row>div,
    .header-lead-form .input-group.flex-nowrap {
        margin-bottom: 15px
    }

    .cta-btn-small {
        font-size: 11px !important;
        text-align: center
    }

    p.d-flex.align-items-center {
        display: block !important;
        text-align: center
    }

    .header-lead-form:after,
    .header-lead-form:before {
        content: none !important
    }

    .header-lead-form .contact-title {
        background: #f24405;
        padding: 15px;
        border-radius: 15px;
    }

    .header-lead-form {
        padding: 0;
        max-width: 100%
    }

    .header-lead-form form.main-form {
        margin-top: 5px;
        padding: 15px
    }

    .header-lead-form .contact-title h2 {
        font-size: 13px
    }

    .services-section img {
        max-width: 130px
    }

    .client-reviews-section,
    .clients-section,
    section.pricing-section,
    section.pricing-section .regular.slider {
        padding-bottom: 0 !important
    }

    .pt-smm-0 {
        padding-top: 0 !important
    }

    .masthead {
        padding-bottom: 60px !important
    }

    .header-lead-form .contact-title:before {
        content: none
    }

    .max-height-500 {
        max-height: 350px !important
    }
}

.masthead h1 {
    font-weight: 400;
    font-size: 16px;
    text-transform: capitalize;
    color: #F24405;
}

.h3-font-inner h3 {
    font-size: 30px;
    margin-bottom: 30px
}

.bg-dark-2 {
    background: #f0f0f0
}

.bg-primary {
    background-color: #f24405 !important
}

.text-primary {
    color: #f24405 !important
}

.main-btn {
    padding: 10px 30px;
    border-radius: 5px;
    color: #fff !important;
    text-decoration: none !important;
    background-color: #f24405;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 14px;
}

.base-font-color h2,
.p-card-content,
h2,
h3,
h4,
h5,
h6,
p {
    color: #000
}

.vertical-spacing {
    padding-top: 80px;
    padding-bottom: 80px
}

nav {
    position: fixed;
    top: 0px;
    left: 0;
    width: 100%;
    height: 70px;
    z-index: 99
}

.navbar-nav {
    gap: 60px
}

.nav-underline-tabs li a {
    color: #646464;
    font-size: 20px
}

.nav-underline-tabs li a.active {
    color: #000;
    font-weight: 700;
    border-bottom: 2px solid #6f559b
}

.border-bottom-primary {
    box-shadow: 0 3px 0 #f24405
}

.card {
    border-color: transparent;
    border-radius: 10px
}

.p-card-content {
    padding: 25px;
    font-size: 18px;
    text-transform: capitalize;
    text-align: center
}

.btn-form,
.popupform h2 {
    text-transform: uppercase
}

.p-card-content span a {
    color: #f24406;
    font-family: just-sans-bold, sans-serif
}

.portfolio-radius {
    border-radius: 41px;
    border: 2px solid #f6f6f6;
    position: relative;
    overflow: hidden
}

.portfolio-radius-top {
    border-top-left-radius: 41px;
    border-top-right-radius: 41px
}

h2,
h3,
h4,
h5,
h6 {

    font-family: "Cormorant Garamond", serif;
    /* font-weight: 700 */
}

.justify-space-between {
    justify-content: space-between
}

.p-80 {
    padding-bottom: 80px
}

.btn-hover {
    transition: .2s
}

/* .btn-hover:hover {
    background: #444;
    transition: .2s;
    border-color: #444
} */

.accordion-item,
.faq-section .accordion-item:not(:first-of-type) {
    border-left: 0;
    border-right: 0;
    border-top-color: #a4a4a4;
    border-bottom-color: #a4a4a4
}

.btn:hover {
    background-color: #cc3700
}

.btn-small {
    padding: 10px 35px !important;
    width: 100%
}

.cta-btn-small {
    padding: 10px 30px !important;
    text-align: center
}

.book-btn:hover,
.btn-black-bg {
    background: #000
}

.bg-grdient,
.masthead {
    background-color: #fff
}

.btn-black-bg:hover {
    background: #444 !important
}

.accordion-button::after {
    background-image: url(../img/icons/plus.png);
    transition: none;
    height: 20px
}

.accordion-button:not(.collapsed)::after {
    background-image: url(../img/icons/minus.png);
    height: 4px
}

.faq-section .accordion-button {
    background: 0 0;
    padding: 30px 0;
    font-size: 18px;
    font-family: "Plus Jakarta Sans", sans-serif;
}

.faq-section .accordion,
.faq-section .accordion-header {
    background: 0 0
}

.bg-gredient-1:before,
.gd-form .bg-gredient-1 {
    display: block;
    background: linear-gradient(93.48deg, #f47b3d -161.22%, rgba(255, 220, 202, 0) 87.52%);
    height: 100%;
    width: 100%
}

.faq-section .accordion-item:first-of-type,
.faq-section .accordion-item:not(:first-of-type) {
    background: 0 0;
    border-radius: 0
}

.accordion-body {
    font-size: 16px;
    padding: 0 0 30px;
    line-height: 2
}

.accordion-item .accordion-button {
    color: #f24405;
    font-weight: 600;
}

.accordion-button.collapsed {
    color: #000;
    font-weight: 400
}

.masthead {
    position: relative;
    padding-top: 140px;
    background: linear-gradient(90deg, #fffdfc, #fff5f1, #fde7db);
    padding-bottom: 120px
}

html {
    scroll-behavior: smooth;
}

.hero-scroll-indicator {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    z-index: 2;
}

.hero-scroll-indicator__text {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 12px;
    line-height: 26px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 10px;
}

.hero-scroll-indicator__line {
    width: 1px;
    height: 20px;
    background-color: #F24405;
}

.bg-grdient {
    background: linear-gradient(90deg, #fffdfc, #fff5f1, #fde7db)
}

.header-form {
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
    padding: 9px;
    background-color: #fff;
    box-shadow: 0 4px 3px rgba(0, 0, 0, .1)
}

.masthead .header-form {
    max-width: 500px
}

.header-form input {
    border: none;
    outline: 0;
    padding-left: 30px;
    width: 100%;
    padding-right: 30px
}

.header-arrow {
    position: absolute;
    top: 187px;
    right: -3rem;
}

.brands-section figure {
    align-items: center;
    display: flex;
    justify-content: center;
    max-height: 200px;
    margin-bottom: 30px;
    height: 200px;
    border-radius: 30px;
    transition: .3s;
    box-shadow: 0 1px 6px 1px rgb(0 0 0 / 11%)
}

.brands-section figure:hover {
    cursor: pointer;
    transition: .3s
}

.brands-section figure img,
.footer-widget .logo img {
    max-width: 200px
}

.bg-gredient-1 {
    position: relative
}

.bg-gredient-1:before {
    content: "";
    /* position: absolute; */
    top: 0;
    opacity: .7
}

.contact-form-section .form-group input,
.contact-form-section .form-group textarea {
    background-color: transparent;
    width: 100%;
    padding: 20px 20px 20px 0;
    box-sizing: border-box;
    border: none;
    font-weight: 500;
    font-size: 18px;
    border-bottom: 2px solid #9a9a9a;
    border-radius: 0
}

.silence {
    color: var(--bs-emphasis-color-rgb, #000);
    font-family: "Cormorant Garamond";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.btn-form {
    display: block;
    padding: 15px 60px;
    background: #000;
    border: 1px solid #000;
    border-radius: 5px;
    font-size: 16px;
    color: #fff;
    font-weight: 800;
    width: 40%;
    font-family: "Plus Jakarta Sans";
    margin-left: auto;
    margin-right: auto;
    height: 52px;
}

.contact-form-section .form-group label {
    font-size: 18px;
    font-weight: 500;
    margin-top: 15px
}

input::placeholder,
textarea::placeholder {
    color: #000;
    font-size: 16px;
    font-weight: 500
}

.contact-form-section input::placeholder,
.contact-form-section textarea::placeholder {
    color: #000;
    font-size: 18px
}

.form-control:focus {
    background: #fafafa;
    border-color: #a3a3a3
}

footer {
    background: #fffdfc
}

footer h4 {
    color: #010208;
    font-size: 22px;
    margin-top: 25px;
    margin-bottom: 25px
}

footer li a,
footer p {
    color: #776F6E;
    font-size: 16px
}

.footer-details p {
    color: #776f6e;
}

.footer-details a {
    color: #f24405
}

.footer-social .list-wrap {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 0
}

.footer-social .list-wrap li {
    margin-right: 20px;
    margin-bottom: 0
}

.footer-social .list-wrap li:last-child {
    margin-right: 0
}

.footer-social .list-wrap li a {
    font-size: 22px;
    color: #646464
}

.brand-font,
.footer-social .list-wrap li a:hover {
    color: #f24405
}

.footer-bottom p {
    color: #000;
    margin-right: 20px
}

.innner-card-section .card-body h4 {
    font-size: 32px;
    text-transform: capitalize;
    margin-top: 50px;
    margin-bottom: 30px
}

.innner-card-section .card-body,
.popupform {
    padding: 0
}

.platform-section {
    display: flex;
    justify-content: space-between
}

.slick-track {
    align-items: center;
    display: flex
}

.slick-dots li.slick-active button:before {
    color: #f24405;
    opacity: 1
}

.testmonials-section .slick-dots li button:before {
    top: 30px
}

.slick-dots li {
    width: 10px;
    height: 10px;
    margin: 0 4px
}

.blockquote-icons-left:before {
    content: "";
    display: block;
    position: absolute;
    background: url('../img/quote-left.png') no-repeat;
    top: -10px;
    left: 30px;
    width: 47px;
    height: 47px;
    display: none;
}

.blockquote-icons-right:after {
    content: "";
    display: block;
    position: absolute;
    background: url('../img/quote-right.png') no-repeat;
    bottom: 30px;
    right: 30px;
    width: 47px;
    height: 47px;
    display: none;
}

.authot-name {
    text-align: right;
    font-style: italic;
    font-weight: 500;
    padding-right: 20px
}

.testmonials-section .slick-slide p,
.testmonials-section #reviews-container .review>p {
    color: #8b7171;
    font-style: italic;
    /* text-align: center; */
    margin-bottom: 30px
}

.openBtn {
    border: none
}

.overlay {
    height: 100%;
    width: 100%;
    display: none;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .9)
}

.overlay-content {
    position: relative;
    top: 46%;
    width: 50%;
    text-align: center;
    margin: auto
}

.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
    color: #fff
}

.overlay .closebtn:hover {
    color: #ccc
}

.overlay input[type=text] {
    padding: 15px;
    font-size: 17px;
    border: none;
    float: left;
    width: 80%;
    background: #fff
}

.overlay input[type=text]:hover {
    background: #f1f1f1
}

.overlay button {
    float: left;
    max-width: 60px;
    padding: 15px;
    font-size: 17px;
    border: none;
    background: 0 0
}

.btn-search i {
    color: #f24405;
    font-size: 25px;
    font-weight: 300
}

.card {
    transition: .3s
}

.card:hover {
    box-shadow: 0 2px 3px 3px rgb(0 0 0 / 6%);
    transform: scale(1.01);
    transition: .3s
}

.card.portfolio-radius:hover .card-body {
    background: #fde7db
}

.services-section img {
    max-width: 100%;
    height: 150px
}

nav .fa-times:before {
    position: absolute;
    top: 15px;
    right: 15px;
    font-weight: 200;
    color: #444;
    font-size: 22px
}

nav .navbar {
    height: 100%;
    max-width: 1526px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: auto;
}

.navbar .logo a {
    font-size: 30px;
    color: #fff;
    font-weight: 600
}

nav .navbar .links {
    display: flex;
    margin-bottom: 0
}

nav .navbar .links li {
    position: relative;
    list-style: none;
    padding: 0 14px;
}

nav .navbar .links li a {
    text-decoration: none;
    white-space: nowrap;
    font-size: 17px;
}

.links li:hover .htmlcss-arrow,
.links li:hover .js-arrow {
    transform: rotate(180deg)
}

.links li:hover .js-sub-menu-2:hover .htmlcss-arrow {
    transform: rotate(270deg)
}

nav .navbar .links li .arrow {
    width: 22px;
    text-align: center;
    display: inline-block;
    transition: .3s;
    font-size: 14px;
    font-weight: 300
}

nav .navbar .links li .sub-menu {
    position: absolute;
    top: 32px;
    left: 0;
    background: #fff;
    box-shadow: 1px 4px 12px rgba(0, 0, 0, .2);
    border-radius: 15px;
    display: none;
    z-index: 2;
    padding: 20px 25px
}

.links li .sub-menu .more:hover .more-sub-menu,
nav .navbar .links li:hover .htmlCss-sub-menu,
nav .navbar .links li:hover .js-sub-menu {
    display: block
}

.navbar .links li .sub-menu li {
    padding: 5px 15px;
    border-bottom: 0 solid #fde7db
}

.navbar .links li .sub-menu a {
    font-size: 15px;
    font-weight: 500
}

.navbar .links li .sub-menu .more-arrow {
    line-height: 40px
}

.navbar .links li .sub-menu .more-sub-menu {
    position: absolute;
    top: 0;
    left: 100%;
    border-radius: 0 4px 4px;
    z-index: 1;
    display: none
}

.navbar .search-box {
    position: relative;
    height: 40px;
    width: 40px
}

.navbar .search-box i {
    position: absolute;
    height: 100%;
    width: 100%;
    line-height: 40px;
    text-align: center;
    font-size: 22px;
    color: #fff;
    font-weight: 600;
    transition: .3s
}

.navbar .search-box .input-box {
    position: absolute;
    right: calc(100% - 40px);
    top: 80px;
    height: 60px;
    width: 300px;
    background: #3e8da8;
    border-radius: 6px;
    opacity: 0;
    pointer-events: none;
    transition: .4s
}

.navbar.showInput .search-box .input-box {
    top: 65px;
    opacity: 1;
    pointer-events: auto;
    background: #3e8da8
}

.search-box .input-box::before {
    content: '';
    position: absolute;
    height: 20px;
    width: 20px;
    background: #3e8da8;
    right: 10px;
    top: -6px;
    transform: rotate(45deg)
}

.search-box .input-box input {
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 4px;
    transform: translate(-50%, -50%);
    height: 35px;
    width: 280px;
    outline: 0;
    padding: 0 15px;
    font-size: 16px;
    border: none
}

ul#dropdown {
    position: absolute;
    top: 75px;
    left: 0;
    background: #fff;
    width: 100%;
    text-align: left;
    border-top: 1px solid #ccc
}

ul#dropdown li {
    border-bottom: 1px solid #ccc;
    padding: 10px 30px
}

.overlay-content form#search-form {
    margin-top: 0
}

li.js-sub-menu-2:hover>ul {
    display: block !important;
    left: 175px !important;
    top: 0 !important
}

@media (max-width:920px) {
    nav .navbar {
        max-width: 100%;
        padding: 0 25px
    }

    nav .navbar .logo a {
        font-size: 27px
    }

    nav .navbar .links li {
        padding: 0 10px;
        white-space: nowrap
    }

    nav .navbar .links li a {
        font-size: 15px
    }

    .htmlCss-sub-menu li {
        border-bottom: 1px solid #fde7db !important;
        padding: 0 0 0 20px !important
    }
}

.carousel ul {
    padding: 0 !important
}

.slick-dots li button:before {
    opacity: 1;
    color: #d9d9d9;
    font-size: 34px !important
}

.sub-menu {
    min-width: 240px
}

@media (max-width:800px) {

    .logo,
    .sidebar-logo .logo-name,
    figure {
        margin-left: auto;
        margin-right: auto;
        text-align: center
    }

    li.js-sub-menu-2:hover>ul {
        display: block !important;
        left: -18px !important;
        top: -4px !important
    }

    .masthead .home {
        font-weight: 600;
        font-size: 15px
    }

    figure {
        width: 100%
    }

    .counting-1 figure,
    .counting-2 figure,
    .counting-3 figure,
    .counting-4 figure,
    .counting-5 figure,
    .counting-6 figure {
        text-align: inherit
    }

    .logo,
    .sidebar-logo .logo-name {
        width: 80%
    }

    .points-head:last-child {
        padding-bottom: 40px
    }

    .authot-name {
        text-align: center
    }

    .main-btn.btn-hover.btn-contact.custom {
        display: block;
        width: 100%;
        float: left;
        text-align: center;
        padding: 4px !important
    }

    .navbar .bx-menu,
    .navbar .nav-links.show1 .links .htmlCss-sub-menu,
    .navbar .nav-links.show2 .links .more .more-sub-menu,
    .navbar .nav-links.show3 .links .js-sub-menu {
        display: block
    }

    nav .navbar .nav-links {
        position: fixed;
        top: 0;
        left: -100%;
        display: block;
        max-width: 320px;
        width: 100%;
        height: 100%;
        background: #fff;
        line-height: 40px;
        padding: 20px;
        box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
        transition: .5s;
        z-index: 1000
    }

    .navbar .links li .sub-menu .more-sub-menu li,
    .navbar .nav-links .sidebar-logo {
        display: flex;
        align-items: center;
        justify-content: space-between
    }

    .sidebar-logo .logo-name {
        font-size: 25px;
        color: #fff
    }

    .navbar .bx-menu,
    .sidebar-logo i {
        font-size: 27px;
        right: 30px;
        font-weight: 300;
        color: #000
    }

    nav .navbar .links {
        display: block;
        margin-top: 20px;
        padding-left: 0;
        margin-bottom: 20px
    }

    nav .navbar .links li .arrow {
        line-height: 40px;
        float: right;
        color: #4e4e4e;
        font-weight: 300
    }

    nav .navbar .links li {
        display: block;
        border-bottom: 1px solid #fde7db
    }

    nav .navbar .links li .sub-menu {
        position: relative;
        top: 0;
        box-shadow: none;
        display: none
    }

    nav .navbar .links li .sub-menu li {
        border-bottom: none
    }

    .navbar .links li .sub-menu .more-sub-menu {
        position: relative;
        left: 0;
        display: none
    }

    .links li:hover .htmlcss-arrow,
    .links li:hover .js-arrow {
        transform: rotate(0)
    }

    .navbar .links li .sub-menu .more span {
        display: flex;
        align-items: center
    }

    .btn-contact,
    .links li .sub-menu .more:hover .more-sub-menu,
    nav .navbar .links li:hover .htmlCss-sub-menu,
    nav .navbar .links li:hover .js-sub-menu {
        display: none
    }

    .navbar .nav-links.show1 .links .htmlcss-arrow,
    .navbar .nav-links.show3 .links .js-arrow {
        transform: rotate(180deg)
    }

    .navbar .nav-links.show2 .links .more-arrow {
        transform: rotate(90deg)
    }

    .logo img {
        max-width: 150px !important;
    }

    .overlay-content {
        width: 90%
    }

    .footer-widget .logo {
        text-align: left
    }

    .plan-sch {
        margin-bottom: 30px
    }

    .f-month {
        padding-bottom: 0 !important
    }

    .pack-main-wrapper .row>div {
        margin-bottom: 0
    }
}

.header-counter,
.plan-p-1,
.pricing h2,
span.off,
span.per-word {
    text-align: center
}

@media (max-width:370px) {
    nav .navbar .nav-links {
        max-width: 100%
    }

    nav .fa-chevron-down:before {
        content: "\f078";
        font-size: 14px;
        font-weight: 400;
        color: #f24405
    }
}

.header-counter {
    padding: 40px 0 0
}

#shiva {
    float: left;
    margin: 5px
}

.counter-box .count,
.pricing h3 {
    font-size: 35px;
    color: #f24405;
    font-family: just-sans-bold
}

.counter-box span {
    font-size: 35px;
    color: #f24405;
    font-family: just-sans-bold, sans-serif
}

.font-16,
.popupform h2 {
    font-family: just-sans-bold
}

#talkbubble {
    width: 120px;
    height: 80px;
    background: red;
    position: relative;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    float: left;
    margin: 20px
}

#talkbubble:before {
    content: "";
    position: absolute;
    right: 100%;
    top: 26px;
    width: 0;
    height: 0;
    border-top: 13px solid transparent;
    border-right: 26px solid red;
    border-bottom: 13px solid transparent
}

.linker {
    font-size: 20px;
    font-color: black
}

span.count-title {
    font-size: 17px;
    color: #000
}

.font-16 {
    font-size: 16px
}

.card-1 {
    margin-left: 15px;
    margin-right: 15px
}

.carousel>.slide {
    pointer-events: none;
    bottom: 0;
    left: 0;
    border-radius: 10px;
    opacity: 0;
    transition: opacity .2s, bottom .2s
}

.carousel:hover>.slide {
    opacity: 1;
    bottom: -10px
}

.carousel>.wrap {
    overflow: hidden;
    border-radius: 5px
}

.carousel>.wrap>ul {
    white-space: nowrap;
    height: 450px
}

.carousel>.wrap>ul>li {
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    margin: 0 0 0 5px;
    position: relative;
    overflow: hidden;
    transition: .25s ease-out
}

.carousel>.wrap>ul>li:first-child {
    margin: 0
}

.carousel>.wrap>ul>li>img {
    display: block;
    height: 440PX;
    margin: auto;
    vertical-align: bottom;
    position: relative;
    transition: 1s
}

.popupform ul li {
    text-align: left;
    position: relative;
    width: 48%;
    margin: 8px 3px;
    display: inline-block
}

.popupform ul li input[type=email],
.popupform ul li input[type=text],
.popupform ul li select,
.popupform ul li textarea {
    background: #fafafa;
    border: 1px solid #dcdcdc;
    padding: 10px 10px 10px 34px;
    width: 100%;
    border-radius: 7px;
    font-size: 14px;
    color: #000;
    box-shadow: none !important;
    outline: 0 !important
}

.popupform ul li i {
    position: absolute;
    top: 12px;
    left: 10px
}

.popupform ul li.first,
.popupform ul li:nth-child(4) {
    width: 98%
}

.popupform ul li textarea {
    height: 110px
}

.popupform ul li.f-field,
.popupform ul li.last {
    width: 100%
}

.popupform ul li input[type=submit] {
    background: #ddac23;
    color: #fff;
    font-size: 18px;
    border: 1px solid #ddac23;
    text-transform: uppercase;
    font-weight: 600;
    padding: 14px 50px;
    letter-spacing: 1px;
    border-radius: 3px;
    outline: 0;
    width: 100%;
    display: inline-block
}

.popupform ul li input[type=submit]:hover {
    background: #c79a1b
}

.popupform ul li input[type=email]:focus,
.popupform ul li input[type=text]:focus,
.popupform ul li textarea:focus {
    border: 1px solid #ddac23 !important
}

.modal_main {
    border-radius: 23px;
    padding: 25px;
    overflow: visible;
    border-bottom: 5px solid #f24405;
    /* background-image: url(../img/about/New-Year.png); */
    background-size: contain;
    background-color: white;
    background-repeat: no-repeat;
}


.modal_main .modal-header {
    border: none;
    padding: 0
}

.modal_main .form-control {
    background: #fafafa;
    border: 1px solid #dcdcdc;
    height: 45px;
    border: 1px solid #f24405;
}

.modal_main .form-control:focus {
    border: 1px solid #f24405
}

.modal_main textarea {
    height: 150px !important
}

.modal {
    background: rgba(0, 0, 0, .7)
}

.popupform h2 {
    font-size: 25px;
    color: #000;
    font-weight: 900;
    padding-left: 15px;
    border-left: 6px solid #f24405;
    margin-bottom: 12px;
    line-height: 35px;
    margin-top: 0
}

.popupform h2+p {
    line-height: 19px;
    font-size: 17px;
    margin-bottom: 12px
}

.popupform .fancybox-close-small {
    border: 3px solid #ddac23;
    background: #fff;
    border-radius: 72px;
    text-align: center;
    box-shadow: #000 0 0 10px;
    right: -18px;
    top: -11px
}

.popupform .fancybox-close-small:after {
    color: #ddac23;
    right: 4px;
    background: 0 0;
    padding-top: 0;
    font-size: 20px
}

.clients-section .slick-slide img {
    display: block;
    max-width: 150px;
    margin: 0 auto
}

.pricing-section .container {
    overflow: hidden
}

.pricing-section .slick-list {
    overflow: visible
}

.pricing-section .slick-next {
    right: 10px
}

.pricing-section .slick-prev {
    left: 0;
    z-index: 1
}

.pricing-section .slick-prev:before,
.slick-next:before {
    font-size: 30px;
    color: #333
}

.pricing-section button.slick-next.slick-arrow {
    display: block !important
}

button.slick-next.slick-arrow {
    display: none !important
}

.pricing-section .slick-slide.slick-current.slick-active.slick-center,
.pricing-section-mark .slick-slide:nth-child(2) {
    margin-top: -100px;
    transition: .3s
}

.pricing {
    background-color: #fff;
    border-radius: 20px;
    color: #252525;
    box-shadow: 0 2px 15px #00000014;
    padding: 30px;
    transition: .3s
}

.pricing-section .action-wrapper>a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    transition: .3s
}

.pricing-section .action-wrapper>a:hover {
    transform: translateY(-3.925px);
    color: #fff;
    transition: .3s
}

.pricing-section .action-wrapper {
    margin-top: -55px;
    max-width: 240px;
    margin-left: auto;
    margin-right: auto
}

.pkg-list {
    margin: 0 0 40px;
    height: 175px;
    position: relative;
    overflow-y: auto
}

.h-inner-1,
.h-inner-2 {
    /* margin-left: -30px; */
    font-weight: 600
}

.pricing .pkg-list::-webkit-scrollbar {
    width: 5px;
    height: 10px
}

.pricing .pkg-list::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #fff;
    border-radius: 10px;
    height: 20px
}

.pricing .pkg-list::-webkit-scrollbar-thumb {
    background: rgba(153, 153, 153, .25);
    border-radius: 10px;
    height: 10px
}

.pricing .pkg-list::-webkit-scrollbar-thumb:hover {
    background: rgba(153, 153, 153, .25)
}

.plan-p-1 {
    line-height: 1.5;
    color: black;
    padding: 10px 0;
    margin-bottom: 0;
    font-weight: bold;
}

.f-month {
    color: #b2b8ca;
    font-size: 15px;
    display: block;
    padding-bottom: 30px
}

.pricing h2 {
    font-size: 30px;
    color: #252525
}

span.per-word {
    display: block;
    font-weight: 700;
    font-size: 15px
}

span.off,
span.offer-dis {
    font-size: 13px
}

.pricing .cut-price {
    font-size: 24px;
    color: #999;
    text-decoration: line-through;
    font-family: just-sans-regular;
    font-weight: 700
}

.badge-seller:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    background-image: url(../img/icons/best-seller-badge.png);
    background-size: contain;
    background-repeat: no-repeat;
    height: 106px;
    width: 100%;
    background-position: right top
}

.pack-main-wrapper .top-plan-text {
    border-radius: 49px;
    padding: 10px 30px;
    margin-bottom: 20px !important;
    display: table;
    margin: 0 auto
}

.pack-1-wrapper .top-plan-text {
    background: #f24405;
    color: white;
    /* font-weight: bold; */
}

.pack-2-wrapper .top-plan-text {
    background: #323637;
    color: #fff
}

.pack-3-wrapper .top-plan-text {
    background: #e0983b;
    color: #fff
}

.pack-4-wrapper .top-plan-text {
    background: #eaf54638;
    color: #abb700
}

.pack-5-wrapper .top-plan-text {
    background: #e6f6ff;
    color: #488cfb
}

.pack-6-wrapper .top-plan-text {
    background: #00a1593d;
    color: #20cb98
}

.pack-2-wrapper .action-wrapper>a {
    background: #323637
}

.pack-2-wrapper h3 {
    color: #f24405;
}

.h-inner-1 {
    font-size: 18px !important;
    display: block;
    color: #252525 !important
}

.h-inner-2 {
    font-size: 16px !important;
    display: block;
    color: #434343 !important
}

.plan-sch-1,
.plan-sch-2 {
    font-size: 14px;
    text-align: right;
    display: block
}

.pack-1-wrapper .h-inner {
    font-weight: 600;
    font-size: 18px;
    color: #252525;
    margin-bottom: 10px
}

.pack-3-wrapper .action-wrapper>a {
    background: #e0983b
}

.pack-3-wrapper h3 {
    color: #f45948
}

.pack-4-wrapper .action-wrapper>a {
    background: #abb700
}

.pack-4-wrapper h3 {
    color: #abb700
}

.pack-5-wrapper .action-wrapper>a {
    background: #488cfb
}

.pack-5-wrapper h3 {
    color: #488cfb
}

.pack-6-wrapper .action-wrapper>a {
    background: #20cb98
}

.points-btn a:first-child,
.pricing-btn {
    background-color: #f24405
}

.pack-6-wrapper h3 {
    color: #20cb98
}

.pack-main-wrapper ::marker {
    font-size: 20px;
    vertical-align: middle;
    line-height: .1
}

.pack-1-wrapper ::marker {
    color: #f24405
}

.pack-2-wrapper ::marker {
    color: #323637
}

.pack-3-wrapper ::marker {
    color: #f45948
}

.pack-4-wrapper ::marker {
    color: #abb700
}

.pack-5-wrapper ::marker {
    color: #488cfb
}

.pack-6-wrapper ::marker {
    color: #20cb98
}

.plan-sch-1 {
    color: #666;
    margin-bottom: 5px
}

.plan-sch-2 {
    color: #999;
    padding-left: 30px
}

.points-btn a,
.pricing-btn {
    padding: 12px 45px;
    border-radius: 50rem;
    text-decoration: none;
    text-transform: uppercase
}

span.off {
    display: block
}

ul.pricingul li {
    padding: 0 15px 0 5px;
    color: #666
}

.pricing-btn {
    color: #fff;
    font-weight: 900;
    margin-top: 20px;
    text-align: center;
    justify-content: center
}

.cl-caption,
span.offer-dis {
    display: block;
    font-weight: 700;
    text-align: center
}

.pricing-btn:hover {
    color: #252525 !important
}

.action-wrapper>a {
    display: block;
    margin: 15px 0 0 !important
}

.max-height-500 {
    max-height: 620px
}

.cl-caption {
    font-size: 22px;
    font-family: just-sans-regular;
    padding: 30px 0;
    max-height: 100px;
    overflow: hidden
}

.client-reviews-section .box {
    text-align: center;
    transition: .3s
}

.client-reviews-section .box img {
    text-align: center;
    border-radius: 44px;
    transition: .3s
}

.client-reviews-section .slick-slide {
    padding: 15px
}

.client-reviews-section .slick-dots li button:before {
    content: '-'
}

.client-reviews-section .box:hover img {
    border-radius: 44px;
    transform: scale(1.023);
    box-shadow: 1px 1px 7px 5px #fde7db;
    filter: grayscale(1);
    transition: .3s
}

.icons-fa {
    padding-right: 10px
}

.contact-details p.address {
    display: flex;
    align-items: baseline;
    color: #f24405
}

.contact-details p.address span {
    margin-left: 10px
}

.first-left h2,
.p-text-large {
    font-size: 24px
}

.steps-wrapper {
    margin-bottom: 25px;
    align-items: baseline
}

.service-step {
    font-size: 46px;
    color: #f24405;
    font-family: just-sans-bold;
    padding-right: 40px
}

.max-height-450 {
    max-height: 450px
}

.pricing-section .slick-slide {
    transition: .3s;
    padding: 15px
}

.points-head h2 {
    text-align: center
}

.points-head p {
    text-align: center;
    font-size: 16px
}

.counting-1 h2,
.counting-2 h2,
.counting-3 h2,
.counting-4 h2,
.counting-5 h2 {
    font-size: 24px;
    color: #f24405;
    font-weight: 600;
    line-height: 24px;
    font-family: just-sans-regular;
    display: inline-block;
    margin-bottom: 0
}

.points-1 .counting-4,
.points-1 .counting-5 {
    padding-top: 60px
}

.points-2 .counting-1 h2,
.points-2 .counting-2 h2,
.points-2 .counting-3 h2 {
    top: 36%
}

.counting-1 p,
.counting-2 p,
.counting-3 p,
.counting-4 p,
.counting-5 p {
    font-size: 14px;
    line-height: 20px;
    width: 80%;
    margin-top: 15px
}

.points-btn {
    text-align: center;
    padding-top: 40px;
    padding-bottom: 20px
}

.points-btn a {
    color: #fff;
    font-weight: 900
}

.points-btn a:nth-child(2) {
    background-color: #000
}

.content-wrapper {
    position: relative;
    top: -22px;
    left: 85px
}

#services-dropdown {
    display: none;
    list-style: none;
    padding: 0;
    margin: 0;
    background: #f8f9fa;
    border: 1px solid #ddd;
    position: absolute;
    width: 200px;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
}

#services-dropdown li {
    padding: 10px;
}

#services-dropdown li:hover {
    background: #ddd;
}

section.content {
    padding: 40px 20px;
    text-align: center;
}

/* --- Bottom Review Box --- */
.bottom-reviews {
    position: fixed;
    bottom: 20px;
    left: 20%;
    transform: translateX(-50%);
    width: 90%;
    max-width: 600px;
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    padding: 20px 24px 24px;
    z-index: 1000;
    transition: all 0.4s ease, opacity 0.4s ease;
    opacity: 1;
}

/* fade out when hidden */
.bottom-reviews.hide {
    opacity: 0;
    transform: translateX(-50%) translateY(20px);
    pointer-events: none;
}

.bottom-reviews .review-card {
    display: none;
    animation: fadeSlide 0.6s ease forwards;
}

.bottom-reviews .review-card.active {
    display: block;
}

@keyframes fadeSlide {
    from {
        opacity: 0;
        transform: translateY(8px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.review-text {
    margin: 0 0 10px;
    font-size: 15px;
    color: #333;
    line-height: 1.5;
}

.review-author {
    margin: 0;
    font-weight: 600;
    color: #f24405;
    font-size: 14px;
}

/* --- Close button (X) --- */
.close-btn {
    position: absolute;
    top: 6px;
    right: 10px;
    font-size: 18px;
    font-weight: bold;
    color: #999;
    cursor: pointer;
    transition: color 0.2s ease;
    line-height: 1;
}

.close-btn:hover {
    color: #333;
}

@media (max-width: 480px) {
    .bottom-reviews {
        width: 95%;
        font-size: 14px;
        bottom: 10px;
        display: none;
    }

    .close-btn {
        top: 4px;
        right: 8px;
    }
}

@media (max-width: 768px) {

    .modal_main {
        border-radius: 23px;
        padding: 25px;
        overflow: visible;
        border-bottom: 5px solid #f24405;
        /* background-image: url(../imgs/about/mobile-form.jpg); */
        background-size: 100% 100%;
        background-color: white;
        background-repeat: no-repeat;
    }


    .nonemob {
        display: none !important;
    }

    .show1 {
        display: block !important;
    }

    .modal-left {
        left: -8px !important;
        bottom: -19px !important;
    }

    .modal-right {
        right: -5px !important;
        bottom: -27px !important;
        animation-delay: 1.5s;
    }

    nav .navbar {
        max-width: 100%;
        padding: 0 25px;
        margin-top: 0px !important;
    }

    .top-header-image {
        height: 10%;
        width: 100%;
    }


}


.hiDe {
    display: block;
}

@media screen and (min-width:320px) and (max-width:520px) {
    .masthead {
        background: linear-gradient(90deg, #fffdfc, #fff5f1, #fde7db) !important;
        height: auto !important;
    }

    .review {
        height: auto;
    }

    .trust-support-check {
        width: auto;
        height: 25px;
        background: #FFF5F0;
        /* border: 1px solid #FFD4C0; */
        /* border-radius: 50%; */
        display: flex;
        align-items: center;
        justify-content: center;
        /* flex-shrink: 0; */
    }

    .btn-small {
        padding: 10px 0px !important;
        width: 100%;
    }

    ._px-5 {
        Display: none;
    }

    .pricing h2 {
        font-size: 20px;
        color: #252525;
    }

    .pack-1-wrapper {
        padding-top: 30px;
    }

    .hiDe {
        display: none;
    }

    .trust-support-small-heading {
        font-family: "Plus Jakarta Sans", sans-serif;
        font-size: 11px;

    }

    .trust-support-main-heading {
        font-family: "Cormorant Garamond", serif;
        font-size: 40px;
        font-weight: 400;
        line-height: 1.2;
        color: black;
        margin-bottom: 24px;
    }

    .test {
        margin-top: -9rem;
    }

    .pack-main-wrapper .top-plan-text {

        font-size: 13px;
    }

    .faq-section .accordion-button {
        background: 0 0;
        padding: 30px 0;
        font-size: 16px;
    }

    .cta-btn-small {
        padding: 10px 10px !important;
        text-align: center;
    }

    /* img#dynamic-image {
        display: none;
    } */
    img.lazy {
        width: 20%;
    }

    .custom-list {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        /* 5 columns in mobile */
        gap: 5px;
    }

    .custom-list li {
        flex: none;
        padding: 5px;
    }

    .w-20 {
        width: 20%;
    }

    #scrollTopBtn {
        display: none;
        position: fixed;
        bottom: 10px;
        right: 1%;
        z-index: 99;
        border: none;
        outline: none;
        background-color: #0000005c;
        color: white;
        cursor: pointer;
        padding: 11px 17px;
        border-radius: 100px;
        border: 2px solid #c7c7c714;
    }

    .popupform .contact-title {
        margin: 15px 21px 0px 20px !important;
    }

    .popupform h2 {
        font-size: 20px;
    }

    .navnum {
        display: none !important;
    }

    .cntnew {
        font-size: 20px !important;
        text-transform: uppercase;
        font-weight: 800;
    }

    .contact_us .position-relative img {
        width: 100% !important;
    }

    .points-btn a {
        padding: 12px 30px
    }

    .points-1 .counting-1 h2 {
        left: -5%
    }

    .points-1 .counting-2 h2 {
        left: -11%
    }

    .points-1 .counting-3 h2 {
        left: -12%
    }

    .points-1 .counting-4 h2 {
        left: -15%
    }

    .points-1 .counting-5 h2 {
        left: -14%
    }

    .points-1 .counting-4 {
        padding-top: 20px
    }

    .points-1 .counting-5 {
        padding-top: 0
    }

    .points-1 .counting-1 h2,
    .points-1 .counting-2 h2,
    .points-1 .counting-3 h2,
    .points-2 .counting-1 h2,
    .points-2 .counting-2 h2,
    .points-2 .counting-3 h2 {
        font-size: 22px;
        line-height: 24px
    }

    section .main-btn {
        display: block;
        margin: 15px 0 0 !important;
        text-align: center;
        padding: 10px 25px !important;
        font-size: 11px !important;
    }

    .header-counter {
        padding-top: 15px
    }

    .counter-box .count {
        font-size: 35px
    }
}

.services-items-1,
.services-items-2 {
    border-radius: 30px;
    padding: 30px 20px 40px;
    transition: .1s ease-in
}

.services-items-1 {
    background: #f8f8f8
}

.services-items-2 {
    background: #fff
}

.fa-long-arrow-right.custom {
    font-size: 40px;
    position: absolute;
    color: var(--primary-color);
    right: 26px;
    transform: translateY(-30%);
    font-weight: 200
}

.services-items-1 .title,
.services-items-2 .title {
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 700;
    height: 45px;
    position: relative;
    overflow: hidden
}

.services-items-1 .para,
.services-items-2 .para {
    line-height: 24px;
    padding-top: 10px
}

.services-items-1:hover,
.services-items-2:hover {
    box-shadow: 2px 4px 14px 6px rgba(33, 33, 33, .2)
}

.sr-image {
    height: 6rem
}

.seemore {
    color: #f24405
}

.fs-34 {
    font-size: 34px
}

.masthead {
    background: linear-gradient(90deg, #fffdfc, #fff5f1, #fde7db) !important;
    /* height: 100vh; */
}

/* Start Style for the loading screen */
#loading-screen {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

/* Animation styles */
@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }

    50% {
        transform: rotate(180deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* Apply the animation to the logo */
#loading-screen img {
    width: 100px;
    /* Adjust the size as needed */
    animation: rotate 2s linear infinite;
}

/* Fade-in effect for the main content */
#content {
    opacity: 0;
    transition: opacity 1s ease-in-out;
}

/* end Style for the loading screen */

.card-body .card-title {
    font-size: 24px !important;
}

.authot-name {
    font-size: 20px !important;
}

.footer-widget .fw-title {
    font-size: 22px;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: 600;
}

/* start team section */
.team_wrapper {
    background-image: url(../img/team/team-bg.jpg);
    padding-bottom: 150px !important;
    background-repeat: no-repeat;
    background-size: cover;
}

.team_wrapper figcaption {
    max-height: 225px;
    height: 180px;
    min-height: 220px;
}

.team_wrapper .col-12.col-md-6.col-lg-3 {
    margin-bottom: 20px;
}

.team_wrapper h3 {
    color: #fff;
    text-align: center;
    font-size: 40px;
}

.team_wrapper figure {
    text-align: center;
    line-height: 24px;
}

.team_wrapper figcaption p {
    line-height: 24px;
    margin-top: 5px;
    font-size: 17px;
    color: #6c757d;
}

.team_wrapper figcaption h4 {
    color: #f24405;
    font-size: 18px;
    line-height: 24px;
}

.team_wrapper figcaption .text-secondary {
    font-size: 18px;
    color: #000 !important;
}

.team_wrapper .row {
    margin-bottom: 30px;
}

.team_wrapper .container {
    /* max-width: 98%; 
    margin: 0px;*/
    padding: 0px 25px;
}

/* end team section */

/* start portfolio */
.portfoliowrp .navwrp {
    display: block;
    text-align: center;
    padding: 0 0 50px;
}

.portfoliowrp .navwrp ul {
    border: 0px;
    margin: 0;
    display: block;
    text-align: center;
}

.portfoliowrp .navwrp ul li {
    display: inline-block;
    cursor: pointer;
    transition: 1s cubic-bezier(.51, .92, .27, .96) !important;
}

.portfoliowrp .navwrp button {
    display: inline-block;
    margin: 0 5px;
    padding: 4px 20px;
    color: #000000 !important;
    font-size: 15px;
    border-radius: 7px;
    font-weight: 500;
    border: 1px solid #000000 !important;
    cursor: pointer;
    transition: 1s cubic-bezier(.51, .92, .27, .96) !important;
}

.portfoliowrp .navwrp .active {
    background: linear-gradient(to right, #f24405 0%, #e44911 100%);
    color: #fff !important;
    border: 1px solid #f24405 !important;
    border: unset;
}

.portfoliowrp .navwrp ul li.current {
    background: linear-gradient(to right, #f5a91f 0%, #b76d00 100%);
    color: #fff;
    border: unset;
}

.portfoliowrp .port-box ul {
    margin: 0;
    display: block;
    text-align: center;
}

.portfoliowrp .port-box ul li {
    display: inline-block;
    width: 24%;
    transition: 1s cubic-bezier(.51, .92, .27, .96) !important;
    /* border-radius: 20px; */
    margin: 0 4px;
    height: 400px;
    overflow: hidden;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    margin-bottom: 25px;
}

/* start form */
.custom-select-wrapper {
    /* border-bottom: 2px solid #9a9a9a; */
}

.custom-select-wrapper select {
    margin-top: 24px;
    height: 0px;
    border: 0px;
    background-color: transparent !important;
    width: 100%;
}

.custom-select-arrow {
    appearance: none;
    /* Removes default styling on most browsers */
    -webkit-appearance: none;
    /* Removes default styling on Safari */
    -moz-appearance: none;
    /* Removes default styling on Firefox */
    background: url('../img/icons/drop-down.svg') no-repeat right 15px center !important;
    /* Custom arrow using base64 encoded SVG */
    padding: 10px;
    padding-right: 40px;
    /* Adds space for the arrow */
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #f8f8f8 !important;
    background-size: 13px !important;
    box-sizing: border-box;
    /* Ensures padding is included in the element's width */
    line-height: 1.5;
    /* Adjusts the spacing between lines of text */
    border: 1px solid #f24405;
}

.custom-select-arrow:focus {
    outline: none;
    /* Removes the default outline */
}

.custom-select-arrow option {
    padding: 10px;
    /* Padding inside each option */
    font-size: 16px;
    /* Font size for the options */
    line-height: 1.5;
    /* Adjusts the spacing between lines of text */
}

.book-icon {
    width: 18px;
}

.masthead .header-lead-form select {
    width: 100%;
    height: 55px;
    border-radius: 7px;
    border-color: #a3a3a3;
    background: #fafafa;
    color: #757575;
    border-left: none;
    padding-left: 5px;
    border-radius: 10px;
    border: 1px solid rgba(242, 68, 5, 0.25);
    background: linear-gradient(180deg, rgba(244, 232, 228, 0.05) 0%, rgba(242, 68, 5, 0.05) 100%) !important;
    backdrop-filter: blur(25px);
}

/* start testimonials */
.testimonial_wrapper .col-md-4 {
    margin-bottom: 25px;
}

/* 0000 */
.gallery_sec button {
    padding: 0px;
    border: 0px !important;
}

.gallery_sec {
    width: 100%;
    padding: 80px 0;
}

.heading {
    width: 100%;
    text-align: center;
}

.heading h2 {
    font-size: 30px;
    font-weight: bold;
    border-bottom: 2px solid #000;
    padding-bottom: 25px;
}

.gallery_sec img {
    width: 100%;
    margin-bottom: 30px;
    min-height: 250px;
    padding: 10px;
}

.gallery_sec a {
    position: relative;
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
}


.gallery_sec a::before {
    position: absolute;
    content: "";
    width: 30px;
    height: 30px;
    background: none;
    background-size: contain;
    background-repeat: no-repeat;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.gallery_sec img {
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
}

.gallery_sec a:hover img {
    position: relative;
    width: 100%;
}

.gallery_sec a:hover img {
    opacity: 0.2;
}

.gallery_sec a:hover::before {
    position: absolute;
    content: "";
    width: 50px;
    height: 50px;
    background: url(https://i.ibb.co/3fMkjjF/Resize.png);
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 99;
}


/* end portfolio */

/* start mission vission */
.misson-vission {
    margin: 60px 0;
}

.flex-container-mission {
    height: 100vh;
    width: 100%;
    display: -webkit-flex;
    display: flex;
    overflow: hidden;
    gap: 3vh;
}

.home-mission {
    height: 80vh;
    background: url("../img/mission-vission/vission-bg.jpg");
    background-size: cover;
    background-position: center center;
}

.flex-slide-mission {
    flex: 1;
    cursor: pointer;
    transition: all 500ms ease;
}

.about-mission {
    background: url("../img/mission-vission/mission-bg.jpg");
    background-size: cover;
    background-position: center center;
    height: 80vh;
}

.flex-title-mission {
    color: #f1f1f1;
    position: relative;
    font-size: 6vw;
    margin: auto;
    text-align: center;
    transform: rotate(90deg);
    top: 22%;
    transition: all 500ms ease;
}

.flex-about-mission {
    opacity: 0;
    color: #f1f1f1;
    position: relative;
    width: 80%;
    font-size: 2vw;
    padding: 2%;
    top: 20%;
    border: 2px solid #f1f1f1;
    border-radius: 10px;
    line-height: 1.3;
    margin: auto;
    text-align: left;
    transform: rotate(0deg);
    transition: all 500ms ease;
}

.flex-about-mission p {
    font-size: 21px;
    line-height: 1.4;
    /* font-family: 'Poppins', sans-serif; */
    font-family: just-sans-regular, sans-serif !important;
}

.flex-title-mission {
    color: #f1f1f1;
    position: relative;
    font-size: 6vw;
    margin: auto;
    text-align: center;
    transform: rotate(90deg);
    top: 22%;
    transition: all 500ms ease;
}

/* end mission vission */

/* start review section */
.review_wrapper_bg h5 {
    margin-bottom: 35px;
    margin-top: 20px;
}

.review_wrapper {
    background-color: #f8f9fa !important;
    padding-top: 30px;
    padding-bottom: 70px;
}

.review_wrapper_bg {
    box-shadow: 2px 2px 19px #00000012;
    padding: 10px 10px;
    border-radius: 11px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}



.awards-img .review-img {
    width: 100px;
    height: auto;
}


.awards-img li {
    list-style-type: none;
}

.bark-badge {
    display: inline-flex;
    gap: 5px;
    text-align: center;
}

.txt-div ul {
    padding: 0;
    list-style: none;
}

/* end review section */

@-moz-document url-prefix() {
    .header-lead-form .contact-title::before {
        bottom: -24px;
        left: -59px;
        background-image: url(../img/icons/form-heading-before.svg);
        height: 28px;
        z-index: 1;
    }
}


/* start testimonial */

.new_header {
    background-image: url(../img/testimonials_bg.png);
    background-position: left top;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 135px;
    padding-top: 90px;
    padding-bottom: 90px;
}

.new_header .text-styles-subheading {
    font-size: 30px !important;
    color: #fff !important;
    font-family: just-sans-regular, sans-serif;
    font-weight: 500;
}

.new_header .text-styles-header {
    font-size: 70px !important;
    color: #fff !important;
    font-family: just-sans-regular, sans-serif;
    margin-top: -30px;
}

.new_header_portfolio {
    background-image: url(../img/portfoliobg.png) !important;
    background-position: left top;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 135px;
    padding-top: 90px;
    padding-bottom: 90px;
}

.new_header_portfolio .text-styles-subheading {
    font-size: 30px !important;
    color: #fff !important;
    font-family: just-sans-regular, sans-serif;
    font-weight: 500;
}

.new_header_portfolio .text-styles-header {
    font-size: 70px !important;
    color: #fff !important;
    font-family: just-sans-regular, sans-serif;
    margin-top: -30px;
}

/* start responsive */

@media (max-width: 1399.7px) {
    .portfoliowrp .port-box ul li {
        width: 250px;
    }
}

@media (max-width: 1199.7px) {
    .portfoliowrp .port-box ul li {
        width: 200px;
        height: 250px;
    }

    .portfoliowrp .navwrp ul li {
        margin-bottom: 15px;
    }
}

@media (max-width: 991.7px) {

    .review_wrapper_bg h5 {
        margin-bottom: 16px;
        margin-top: 16px;
        font-size: 30px;
    }

    .team_wrapper {
        max-width: 98%;
        margin: 0px;
        padding: 0px;
    }

    .team_wrapper .container {
        max-width: 98%;
        margin: 0px;
        padding: 0px 25px;
    }
}

@media (max-width: 767.7px) {
    .gallery_sec {
        width: 100%;
        max-width: 100%;
    }

    .new_header {

        text-align: center;
    }

    .new_header_portfolio {

        text-align: center;
    }
}

@media (max-width: 709.7px) {
    .portfoliowrp .port-box ul {
        padding: 0px;
    }

    .portfoliowrp .port-box ul li {
        width: auto;
        height: inherit;
        margin-bottom: 0px;
    }

    .portfoliowrp .port-box ul li img {
        height: auto;
    }
}

@media (max-width: 500.7px) {}

@media (max-width: 450.7px) {
    .new_header {
        margin-top: 95px;
        padding-top: 40px !important;
        padding-bottom: 10px !important;

    }

    .new_header .text-styles-header {
        font-size: 50px !important;
        margin-top: -28px !important;
    }

    .new_header .text-styles-subheading {
        font-size: 25px !important;
    }


    .new_header_portfolio {
        margin-top: 95px;
        padding-top: 40px !important;
        padding-bottom: 10px !important;

    }

    .new_header_portfolio .text-styles-header {
        font-size: 50px !important;
        margin-top: -28px !important;
    }

    .new_header_portfolio .text-styles-subheading {
        font-size: 25px !important;
    }
}

/* end responsive */


.header-lead-form .contact-title.fs-18im h2 {
    font-size: 18px !important;
}

.new-text-styles h2 {
    font-size: 24px;
    color: #fff;
    font-family: just-sans-regular, sans-serif;
    font-weight: 500;
}

.new-text-styles p {
    font-size: 80px;
    color: #fff;
    font-family: just-sans-regular, sans-serif;
    font-weight: 500;
    text-transform: uppercase;
}

/* .contact-new_header {
    background-image: url('../img/contactus.jpg');
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 100%;
    margin-top: 135px;
    padding-top: 90px;
    padding-bottom: 90px;
} */

.contact_us .position-relative img {
    width: 120%;
}

.navnum {
    color: #000000;
    font-weight: 800;
    animation: blinkEffect 1s infinite;
}

@keyframes blinkEffect {
    0% {
        color: #000000;
    }

    50% {
        color: #f24405;
    }

    100% {
        color: #000000;
    }
}




.cntnew {
    font-size: 40px;
    text-transform: uppercase;
    font-weight: 800;
}


/* How It Works Section */
.work-step-card {
    position: relative;
    padding: 25px;
    background: #FFFFFF;
    border-radius: 10px;
    height: 100%;
    transition: all 0.3s ease;
    border: 1px solid #F24405;
    padding-top: 0px;
}

.work-step-card:hover {
    box-shadow: 0 5px 20px rgba(242, 68, 5, 0.1);
    transform: translateY(-5px);
}

.step-number {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 100px;
    font-weight: bold;
    color: #FFE5DB;
    line-height: 1.2;
    /* margin-bottom: 10px; */
    font-family: "Cormorant Garamond", serif;
}

.step-arrow {
    position: absolute;
    top: 130px;
    right: -15px;
    font-size: 32px;
    color: #F24405;
    font-weight: 300;
}

.step-title {
    /* font-family: "Plus Jakarta Sans", sans-serif; */
    font-size: 26px;
    font-weight: bold;
    color: black;
    margin-bottom: 15px;
    line-height: 1.3;
}

.step-description {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: black;
    line-height: 1.6;
    margin-bottom: 0;
}

.work-step-card:hover .step-number {
    color: #F24405;
}

.work-step-card:hover .step-title {
    color: #F24405;
}

/* Responsive Design for How It Works */
@media (max-width: 991px) {
    .step-number {
        font-size: 56px;
    }

    .step-arrow {
        display: none;
    }

    .step-title {
        font-size: 18px;
    }

    .step-description {
        font-size: 14px;
    }
}

@media (max-width: 576px) {
    .step-number {
        font-size: 48px;
    }
}


/* Who We Serve Section - Author Types Cards */
.author-type-card {
    border-radius: 20px;
    border: 1px solid rgba(242, 68, 5, 0.25);
    background: linear-gradient(180deg, rgba(244, 232, 228, 0.05) 0%, rgba(242, 68, 5, 0.05) 100%);
    backdrop-filter: blur(25px);
    border-radius: 12px;
    padding: 30px 25px;
    height: 100%;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
}

.author-type-card:hover {
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
    transform: translateY(-5px);
    border-color: #F24405;
}

.author-icon-placeholder {
    width: 60px;
    height: 60px;
    background: #FFF5F1;
    /* border: 2px solid #F24405; */
    border-radius: 8px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.author-type-title {
    /* font-family: "Plus Jakarta Sans", sans-serif; */
    font-size: 26px;
    font-weight: 700;
    color: black;
    margin-bottom: 12px;
    line-height: 1.3;
    min-height: 60px;
}

.author-type-description {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #000;
    line-height: 1.6;
    margin-bottom: 20px;
    flex-grow: 1;
}

.author-type-link {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 13px;
    font-weight: 700;
    color: #F24405;
    text-decoration: none;
    letter-spacing: 0.5px;
    display: inline-block;
    transition: all 0.3s ease;
}

.author-type-link:hover {
    color: #D13D04;
    text-decoration: underline;
}

.author-type-card:hover .author-type-title {
    color: #F24405;
}

.author-type-card:hover .author-icon-placeholder {
    /* background: #F24405;
    border-color: #F24405; */
    transform: scale(1.05);
}

/* Responsive Design for Author Types */
@media (max-width: 991px) {
    .author-type-card {
        padding: 25px 20px;
    }

    .author-type-title {
        font-size: 20px;
        min-height: auto;
    }

    .author-type-description {
        font-size: 14px;
    }

    .author-icon-placeholder {
        width: 55px;
        height: 55px;
    }
}

@media (max-width: 576px) {
    .author-type-card {
        padding: 20px 18px;
    }

    .author-type-title {
        font-size: 18px;
    }

    .author-icon-placeholder {
        width: 50px;
        height: 50px;
    }
}

/* Your Story Section */
.your-story-section {
    /* background: linear-gradient(135deg, #fff5f0 0%, #ffe8d9 100%); */
    /* padding: 80px 0; */
    background: linear-gradient(90deg, var(--color-grey-99, #FFFDFC) 0%, var(--color-grey-97, #FFF5F1) 50%, var(--color-grey-93, #FDE7DB) 100%);
}

.your-story-main-heading {
    font-size: 42px;
    font-weight: 700;
    color: #1a1a1a;
    line-height: 1.2;
    margin-bottom: 8px;
}

.your-story-sub-heading {
    font-size: 36px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 24px;
}

.your-story-text {
    font-size: 18px;
    color: black;
    line-height: 1.6;
}

.your-story-small-text {
    font-size: 18px;
    font-weight: 600;
    color: black;
}

.your-story-footer-text {
    font-size: 18px;
    color: black;
    /* font-style: italic; */
}

.your-story-section .main-btn.book-btn {
    background-color: #f24405;
    color: white;
    border-color: #f24405;
    padding: 12px 28px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.your-story-section .main-btn.book-btn:hover {
    background-color: #d13d04;
    border-color: #d13d04;
}



@media (max-width: 991px) {
    .your-story-section {
        padding: 50px 0;
    }

    .your-story-main-heading {
        font-size: 32px;
    }

    .your-story-sub-heading {
        font-size: 28px;
    }

    .your-story-text {
        font-size: 15px;
    }
}

@media (max-width: 767px) {
    .your-story-section .d-flex {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
    }

    .your-story-section .main-btn.book-btn {
        margin-left: 0 !important;
    }
}

@media screen and (min-width:320px) and (max-width:520px) {

    .awards-img .review-img {
        width: 75px;
        height: auto;
    }

    .none {
        Display: none !important;
    }

    .orange {
        font-size: 33px;
        font-style: italic;
        font-weight: 600;
        font-family: "Cormorant Garamond", serif;
        color: #F24405;
    }

    .d-flex {
        display: flex !important;
        align-content: flex-start;
        /* justify-content: flex-end; */
        align-items: flex-end;
    }

    .your-story-small-text {
        font-size: 11px;
        font-weight: 600;
        color: black;
    }

    .inner-service-item {
        position: absolute;
        top: 50%;
        left: 30%;
        width: 140px;
        height: 140px;
    }

    .outer-service-item {

        left: 30%;

    }

    .team-watermark {
        gap: 30px;
        display: none;
    }

    .trust-support-main-heading .orange {
        font-style: italic;
        color: #F24405;
        font-size: 40px;
    }


    .awards-img {
        display: flex;
        gap: 0px;
        /* text-align: right; */
        flex-wrap: wrap;
        align-content: center;
        justify-content: space-evenly;
        align-items: baseline;
    }

    nav .navbar .links li {
        position: relative;
        list-style: none;
        padding: 0 8px;
    }

    .text-center1 {
        text-align: center;
    }

    .d-flex1 {
        display: flex !important;
        flex-wrap: unset;
        align-content: space-between;
        justify-content: center;
        gap: 17px;
    }

    span.count-title {
        font-size: 14px;
        color: #000;
    }

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

/* Homepage: keep mobile sections, sliders and AOS transforms inside the viewport. */
@media (max-width: 767px) {

    html,
    body {
        width: 100%;
        max-width: 100%;
        overflow-x: hidden !important;
    }

    body.homepage-index {
        position: relative;
        overflow-x: hidden !important;
    }

    body.homepage-index>header,
    body.homepage-index>main,
    body.homepage-index>section,
    body.homepage-index>footer,
    body.homepage-index #hero {
        width: 100%;
        max-width: 100%;
        overflow-x: hidden;
    }

    body.homepage-index .container,
    body.homepage-index .container-fluid {
        max-width: 100%;
    }

    body.homepage-index .row,
    body.homepage-index [class*="col-"],
    body.homepage-index img,
    body.homepage-index video,
    body.homepage-index canvas {
        min-width: 0;
        /* max-width: 100%; */
    }

    body.homepage-index .slick-list,
    body.homepage-index .owl-stage-outer {
        max-width: 100%;
        overflow: hidden;
    }

    body.homepage-index #hero p.d-flex {
        flex-wrap: wrap;
        align-items: center;
        gap: 12px;
    }

    body.homepage-index #hero p.d-flex .your-story-small-text,
    body.homepage-index #hero p.d-flex .book-btn {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    body.homepage-index #hero p.d-flex .book-btn {
        width: auto;
        max-width: 100%;
        margin-top: 0;
        white-space: normal;
    }
}

/* Careers Timeline - Figma Design Implementation */
.career-timeline {
    position: relative;
    padding: 20px 0;
}

.career-timeline-line {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 0;
    border-left: 2px dashed rgba(242, 68, 5, 0.3);
    transform: translateX(-50%);
}

.career-item {
    position: relative;
    display: flex;
    align-items: center;
    gap: 60px;
    margin-bottom: 70px;
}

.career-item:last-child {
    margin-bottom: 0;
}

.career-item-video,
.career-item-text {
    flex: 1 1 0;
    min-width: 0;
}

.career-item--video-left .career-item-text {
    text-align: left;
}

.career-item--video-right .career-item-text {
    text-align: right;
}

.career-item-dot {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #F24405;
    box-shadow: 0 0 0 5px #fff;
    z-index: 2;
}

.career-video-thumb {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    cursor: pointer;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.10);
}

.career-video-thumb img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
    border-radius: 20px;
    /* background: url(<path-to-image>) lightgray -3.855px 0px / 111.799% 100% no-repeat; */
    box-shadow: 0 0 150px 16px rgba(0, 0, 0, 0.10);
}

.career-video-thumb:hover img {
    transform: scale(1.05);
}

.career-video-play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.25);
    transition: transform 0.3s ease;
}

.career-video-thumb:hover .career-video-play {
    transform: translate(-50%, -50%) scale(1.08);
}

.career-video-play i {
    color: #F24405;
    font-size: 18px;
    margin-left: 3px;
}

.career-item-year {
    display: block;
    font-family: "Cormorant Garamond", serif;
    font-size: 40px;
    font-weight: 600;
    color: black;
    line-height: 1.1;
    margin-bottom: 10px;
}

.career-item-label {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #F24405;
    margin-bottom: 10px;
}

.career-item-title {
    font-family: "Cormorant Garamond", serif;
    font-style: italic;
    font-size: 45px;
    font-weight: 700;
    color: black;
    line-height: 1.3;
    margin-bottom: 12px;
}

.career-item--video-left .career-item-text {
    padding-left: 20px;
}

.career-item--video-right .career-item-text {
    padding-right: 20px;
}

.career-item-quote {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 18px;
    font-weight: 400;
    /* font-style: italic; */
    line-height: 1.6;
    color: black;
    margin-bottom: 0;
}

@media (max-width: 991px) {
    .career-item {
        gap: 32px;
        margin-bottom: 50px;
    }

    .career-item-year {
        font-size: 28px;
    }

    .career-item-title {
        font-size: 21px;
    }

    .career-video-thumb img {
        height: 180px;
    }
}

@media (max-width: 767px) {
    .career-timeline-line {
        left: 20px;
    }

    .career-item,
    .career-item--video-right {
        flex-direction: column;
        align-items: stretch;
        gap: 16px;
        padding-left: 46px;
    }

    .career-item-dot {
        left: 20px;
        top: 14px;
        transform: translate(-50%, -50%);
    }

    .career-item--video-left .career-item-text,
    .career-item--video-right .career-item-text {
        text-align: left;
        padding-left: 0;
        padding-right: 0;
    }

    .career-item-year {
        font-size: 24px;
    }

    .career-item-title {
        font-size: 19px;
    }

    .career-video-thumb img {
        height: 200px;
    }
}

/* Manuscript Contact Section (contact-us page) */
.manuscript-contact-section {
    background: linear-gradient(90deg, var(--color-grey-99, rgba(255, 253, 252, 0.40)) 0%, var(--color-grey-97, rgba(255, 245, 241, 0.40)) 50%, var(--color-grey-93, rgba(253, 231, 219, 0.40)) 100%);
    ;
}

.manuscript-eyebrow {
    color: #F24405;
    font-size: 13px;
    letter-spacing: 1px;
    font-weight: 600;
    padding-left: 16px;
    position: relative;
}

/* .manuscript-eyebrow::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 10px;
    height: 1px;
    background: #F24405;
} */

.manuscript-heading {
    font-size: 44px;
    font-weight: 600;
    margin-bottom: 30px;
    line-height: 1.2;
}

.manuscript-form .form-group input,
.manuscript-form .form-group textarea {
    background-color: transparent;
    width: 100%;
    padding: 12px 10px 12px 0;
    box-sizing: border-box;
    border: none;
    font-weight: 500;
    font-size: 16px;
    border-bottom: var(--stroke-weight-2, 2px) solid rgba(154, 154, 154, 0.20);
    border-radius: 0;
}

.manuscript-form .custom-select-arrow {
    background-color: transparent;
    color: #000;
    height: auto;
    min-height: 21px;
    width: 100%;
    padding: 0px 0px 0px 0;
    box-sizing: border-box;
    border: none;
    /* border-bottom: 1px solid #d8b8a8; */
    border-radius: 0;
    font-weight: 500;
    font-size: 16px;
    border-bottom: var(--stroke-weight-2, 2px) solid rgba(154, 154, 154, 0.20);
    * border-bottom: var(--stroke-weight-2, 2px) solid rgba(154, 154, 154, 0.20);
    */
}

.manuscript-form .custom-select-arrow option {
    color: #000;
}

.manuscript-form .formlbl {
    font-size: 16px;
    font-weight: 400;
    color: #212529;
    margin-bottom: 4px;
}

.manuscript-form .form-control:focus,
.manuscript-form .custom-select-arrow:focus {
    background: transparent;
    border-color: #F24405;
}

.manuscript-form .btn-form {
    padding: 15px 35px;
    background: #F24405;
    border: 1px solid #F24405;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 700;
}

.manuscript-form .btn-form:hover {
    background: #000;
    border-color: #000;
}

.manuscript-side-panel {
    height: 100%;
}

.manuscript-side-intro {
    font-size: 18px;
    color: black;
    line-height: 1.7;
    margin-bottom: 60px;
    text-align: right;
}

.manuscript-faq-card {
    border-radius: 20px;
    border: 1px solid rgba(242, 68, 5, 0.25);
    background: linear-gradient(180deg, rgba(244, 232, 228, 0.05) 0%, rgba(242, 68, 5, 0.05) 100%);
    backdrop-filter: blur(25px);
    padding: 35px;

}

.manuscript-faq-title {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 20px;
}

.manuscript-faq-item {
    margin-bottom: 18px;
}

.manuscript-faq-question {
    font-size: 16px;
    font-weight: 600;
    color: #000;
    margin-bottom: 6px;
}

.manuscript-faq-answer {
    font-size: 16px;
    color: black;
    line-height: 1.7;
    margin-bottom: 0;
}

.manuscript-faq-divider {
    border-top: 1px dashed #E5C9BC;
    margin: 20px 0;
}

.manuscript-social-proof {
    display: flex;
    align-items: center;
    gap: 15px;
}

.manuscript-avatars {
    display: flex;
}

.manuscript-avatar-placeholder {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #FDE7DB;
    border: 2px solid #fff;
    display: inline-block;
    margin-left: -10px;
}

.manuscript-avatar-placeholder:first-child {
    margin-left: 0;
}

.manuscript-social-count {
    font-size: 24px;
    font-weight: 600;
    color: #000;
    margin-bottom: 2px;
    font-family: "Cormorant Garamond";
}

.manuscript-social-sub {
    font-size: 12px;
    letter-spacing: 0.5px;
    color: #221811;
    margin-bottom: 0;
}

@media (max-width: 991px) {
    .manuscript-heading {
        font-size: 32px;
    }

    .manuscript-side-panel {
        margin-top: 40px;
    }

    .manuscript-faq-card {
        padding: 28px 22px;
    }
}

@media (max-width: 576px) {
    .manuscript-heading {
        font-size: 26px;
    }

    .manuscript-faq-card {
        padding: 22px 18px;
    }

    .manuscript-faq-title {
        font-size: 19px;
    }
}

/* Wall of Whispers - Reviews Section (Figma Pixel Perfect) */
.whispers-section {
    background-color: #F8F9FA;
    padding: 50px 0 150px;
    overflow: hidden;
}

/* Custom animation for cards dropping like raindrops */
@keyframes dropLikeRain {
    0% {
        opacity: 0;
        transform: translateY(-150px) scale(0.5);
    }

    50% {
        opacity: 1;
        transform: translateY(15px) scale(1.05);
    }

    70% {
        transform: translateY(-8px) scale(1);
    }

    85% {
        transform: translateY(4px) scale(1);
    }

    100% {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

.whispers-heading-small {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #F24405;
    margin-bottom: 16px;
}

.whispers-main-heading {
    font-family: "Cormorant Garamond", serif;
    font-size: 52px;
    font-weight: 400;
    line-height: 1.15;
    color: black;
    margin-bottom: 0;
}

.whispers-main-heading .orange {
    font-style: italic;
    color: #F24405;
    font-size: inherit;
    font-weight: 400;
}

.whispers-description {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.6;
    color: black;
    margin-bottom: 0;
    text-align: right;
    max-width: 520px;
    margin-left: auto;
}

/* Whispers Wall Container - Masonry Layout */
.whispers-wall {
    position: relative;
    height: 580px;
    /* max-width: 1000px; */
    margin: 60px auto 0;
}

/* Individual Whisper Card Styling */
.whisper-card {
    position: absolute;
    padding: 20px 24px;
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.4s ease;
    border-radius: 20.191px;
    background: #FFF;
    box-shadow: 0 0 30.287px 2.019px rgba(0, 0, 0, 0.10);
    opacity: 0;
    animation: dropLikeRain 1.2s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
}

.whisper-card[data-aos="fade-down"] {
    animation-play-state: paused;
}

.whisper-card[data-aos="fade-down"].aos-animate {
    animation-play-state: running;
}

.whisper-card:hover {
    box-shadow: 0 12px 40px rgba(242, 68, 5, 0.15);
    transform: translateY(-6px) rotate(0deg) !important;
    z-index: 100 !important;
}

/* Stars Styling */
.whisper-stars {
    display: block;
    color: #FFE400;
    font-size: 14px;
    letter-spacing: 2px;
    margin-bottom: 10px;
}

/* Quote Text Styling */
.whisper-quote {
    font-family: "Cormorant Garamond", serif;
    font-size: 23px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.35;
    color: black;
    margin-bottom: 14px;
}

/* Author Name Styling */
.whisper-name {
    /* font-family: "Plus Jakarta Sans", sans-serif; */
    font-size: 20px;
    font-weight: 500;
    color: black;
    margin: 0 0 3px 0;
    letter-spacing: 0.15px;
    font-family: "Cormorant Garamond", serif;
}

/* Author Role Styling */
.whisper-role {
    display: block;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    color: #9A9A9A;
}

/* Card Positioning - Exact Pixel Perfect from Figma with Individual Sizes & Rotations */

/* Card 1 - K. Ilves (Top Left) */
.whisper-card--1 {
    top: 0px;
    left: 0px;
    width: 390px;
    --initial-rotation: -2deg;
    transform: rotate(-2deg) !important;
    z-index: 5;
    animation-delay: 0s;
}

/* Card 2 - P. Okafor (Top Center) */
.whisper-card--2 {
    top: -42px;
    left: 447px;
    width: 259px;
    --initial-rotation: 1.2deg;
    transform: rotate(1.2deg) !important;
    z-index: 6;
    animation-delay: 0.1s;
}

/* Card 3 - R. Solano (Top Right) */
.whisper-card--3 {
    top: 0px;
    left: 790px;
    width: 280px;
    --initial-rotation: -0.8deg;
    transform: rotate(-0.8deg) !important;
    z-index: 5;
    animation-delay: 0.2s;
}

/* Ghost Card - K. Ilves (Background, faded) */
.whisper-card--ghost {
    top: 212px;
    left: 100px;
    width: 390px;
    --initial-rotation: -2deg;
    transform: rotate(-2deg) !important;
    opacity: 0.08;
    z-index: 999;
    pointer-events: none;
    animation-delay: 0.2s;
}

/* Card 4 - T. Marchetti (Center Middle - 2 stars) */
.whisper-card--4 {
    top: 189px;
    left: 36rem;
    width: 235px;
    --initial-rotation: 2deg;
    transform: rotate(2deg) !important;
    z-index: 9999;
    animation-delay: 0.3s;
}

/* Card 5 - J. Kowalski (Bottom Left) */
.whisper-card--5 {
    top: 25rem;
    left: 16rem;
    width: 300px;
    --initial-rotation: 0.8deg;
    transform: rotate(0.8deg) !important;
    z-index: 5;
    animation-delay: 0.4s;
}

/* Card 6 - M. Duarte (Bottom Center) */
.whisper-card--6 {
    top: 30rem;
    left: 45rem;
    width: 286px;
    --initial-rotation: -1.8deg;
    transform: rotate(-1.8deg) !important;
    z-index: 4;
    animation-delay: 0.5s;
}

/* Card 7 - S. Adeyemi (Bottom Right) */
.whisper-card--7 {
    top: 250px;
    left: 58rem;
    width: 270px;
    --initial-rotation: 0.3deg;
    transform: rotate(0.3deg) !important;
    z-index: 5;
    animation-delay: 0.6s;
}

/* Responsive Design for Tablets */
@media (max-width: 1200px) {
    .whispers-wall {
        max-width: 900px;
        height: 700px;
    }

    .whisper-card {
        width: 270px;
        padding: 24px;
    }

    .whisper-card--1 {
        left: 0;
    }

    .whisper-card--2 {
        left: 300px;
    }

    .whisper-card--3 {
        left: 600px;
    }

    .whisper-card--ghost {
        left: 80px;
    }

    .whisper-card--4 {
        left: 310px;
    }

    .whisper-card--5 {
        left: 0;
    }

    .whisper-card--6 {
        left: 300px;
    }

    .whisper-card--7 {
        left: 600px;
    }
}

/* Responsive Design for Mobile/Tablet - Grid Layout */
@media (max-width: 992px) {
    .whispers-section {
        padding: 80px 0 100px;
    }

    .whispers-description {
        text-align: left;
        max-width: 100%;
        margin-bottom: 40px;
        margin-left: 0;
    }

    .whispers-wall {
        height: auto;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 20px;
        margin-top: 40px;
    }

    .whisper-card {
        position: relative !important;
        top: unset !important;
        left: unset !important;
        width: 100%;
        margin-bottom: 0;
    }

    .whisper-card--ghost {
        display: none;
    }
}

/* Responsive Design for Tablets Portrait */
@media (max-width: 768px) {
    .whispers-main-heading {
        font-size: 42px;
    }

    .whispers-main-heading .orange {
        font-size: 42px;
    }

    .whispers-wall {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .whisper-quote {
        font-size: 18px;
    }
}

/* Responsive Design for Mobile */
@media (max-width: 576px) {
    .whispers-section {
        padding: 60px 0 80px;
    }

    .whispers-heading-small {
        font-size: 12px;
    }

    .whispers-main-heading {
        font-size: 36px;
    }

    .whispers-main-heading .orange {
        font-size: 36px;
    }

    .whisper-card {
        padding: 20px;
    }

    .whisper-quote {
        font-size: 17px;
    }
}

/* Figma 411:198 - Quiet launch */
body.book-marketing-page .quiet-launch {
    min-height: 1272px;
    padding: 100px 0;
    background: #fff
}

body.book-marketing-page .quiet-launch .marketing-container {
    width: min(calc(100% - 48px), 1344px);
    max-width: 1344px
}

body.book-marketing-page .quiet-launch__main-column {
    flex: 0 0 46.626%;
    max-width: 46.626%
}

body.book-marketing-page .quiet-launch__content {
    flex: 0 0 53.374%;
    width: auto;
    max-width: 53.374%;
    padding-top: 59px
}

body.book-marketing-page .quiet-launch__image {
    position: relative;
    overflow: hidden;
    border-radius: 18px;
    /* background: #eee8e3 */
}

/* body.book-marketing-page .quiet-launch__image img {
    width: 100%;
    height: 100%;
    object-fit: cover
} */

body.book-marketing-page .quiet-launch__image--main {
    width: 577px;
    height: 582px
}

body.book-marketing-page .quiet-launch .marketing-eyebrow {
    gap: 15px;
    margin: 0 0 26px;
    font-size: 12px !important;
    line-height: 1;
    letter-spacing: 0
}

body.book-marketing-page .quiet-launch h2 {
    max-width: 653px;
    margin: 0 0 10px;
    font-size: 60px;
    font-weight: 600;
    line-height: 1.08;
    letter-spacing: 0
}

body.book-marketing-page .quiet-launch__milestone {
    margin: 0 0 8px;
    font-family: "Cormorant Garamond", serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2
}

body.book-marketing-page .quiet-launch__content>p {
    max-width: 717px;
    margin: 0 0 8px;
    font-size: 16px;
    line-height: 1.5
}

body.book-marketing-page .quiet-launch__bottom {
    margin-top: 84px
}

body.book-marketing-page .quiet-launch__list {
    flex: 0 0 57.738%;
    max-width: 57.738%;
    margin: 0
}

body.book-marketing-page .quiet-launch__list h3 {
    margin: 0 0 20px;
    font-family: "Cormorant Garamond", serif;
    font-size: 26px;
    font-weight: 700;
    line-height: 1.2
}

body.book-marketing-page .quiet-launch__list ul {
    width: 692px;
    max-width: 100%;
    margin: 0;
    padding: 0;
    list-style: none
}

body.book-marketing-page .quiet-launch__list li {
    position: relative;
    min-height: 38px;
    padding: 5px 0 5px 34px;
    border: 0;
    font-size: 19px;
    line-height: 28px
}

body.book-marketing-page .quiet-launch__list li::before {
    position: absolute;
    top: 19px;
    left: 0;
    width: 17px;
    height: 1px;
    background: #f24405;
    content: ""
}

body.book-marketing-page .quiet-launch__closing {
    margin: 15px 0 0;
    font-family: "Cormorant Garamond", serif;
    font-size: 26px !important;
    font-weight: 700;
    /* line-height: 1.2 !important */
}

body.book-marketing-page .quiet-launch__secondary-column {
    flex: 0 0 42.262%;
    max-width: 42.262%;
    margin-top: -153px
}

body.book-marketing-page .quiet-launch__image--secondary {
    width: 568px;
    height: 559px;
    margin-left: auto;
    border: 0
}

body.book-marketing-page .quiet-launch__image--secondary img {
    object-position: center 45%
}

@media (min-width: 992px) and (max-width:1366px) {
    .d-flex {
        display: flex !important;
        align-items: anchor-center !important;
    }

    .header-lead-form .contact-title h2 {
        /* font-family: just-sans-bold, sans-serif; */
        font-size: 17px;
        color: #fff;
        margin-bottom: 0;
        font-weight: 700;
        z-index: 1;
        /* position: relative; */
        /* padding-right: 38px; */
        font-family: "Plus Jakarta Sans";
        font-family: "Plus Jakarta Sans", sans-serif;
    }

    .masthead h2 {
        font-size: 43px;
        font-weight: 600;
    }

    .btn-form {
        display: block;
        padding: 15px 60px;
        background: #000;
        border: 1px solid #000;
        border-radius: 5px !important;
        font-size: 16px;
        color: #fff;
        font-weight: 800;
        width: 46%;
        font-family: "Plus Jakarta Sans";
        margin-left: auto;
        margin-right: auto;
        height: 52px;
    }

    .header-lead-form .contact-title:before {
        bottom: -43px;
        left: 31.9rem;
        background-image: url(../imgs/about/before.svg);
        height: 28px;
        z-index: 1;
    }

    .btn-form {
        padding: 15px 35px;
        background: #000;
        border: 1px solid #000;
        border-radius: 50px;
        font-size: 20px;
        color: #fff;
        font-weight: 700;
    }

    body.book-marketing-page .quiet-launch__image--main {
        width: 95%;
        height: auto;
    }

    .book-marketing-page .audience-selector {
        display: grid;
        grid-template-columns: 0.75fr 1.25fr;
        gap: 60px;
        max-width: 1080px !important;
        margin: 0 auto;
    }

    .curve1 {
        max-width: 60% !important;
    }

    .book-marketing-page .quiet-launch__image--secondary {
        right: 0;
        bottom: -50px !important;
        width: 60%;
        height: 450px;
        border: 9px solid #fff;
    }

    body.book-marketing-page .quiet-launch__image--secondary {
        width: 100%;
        height: auto;
        margin-left: auto;
        border: 0;
    }

    .your-story-small-text {
        font-size: 13px;
        font-weight: 600;
        color: black;
    }

    .book-marketing-page .marketing-container {
        width: min(100% - 48px, 1344px);
        max-width: 1150px;
        padding-left: 0;
        padding-right: 0;
    }

    .orange {
        font-size: 46px;
        font-style: italic;
        font-weight: 600;
        font-family: "Cormorant Garamond", serif;
        color: #F24405;
    }
}

@media(max-width:1199.98px) {
    body.book-marketing-page .quiet-launch {
        min-height: auto;
        padding: 80px 0
    }

    body.book-marketing-page .quiet-launch__main-column,
    body.book-marketing-page .quiet-launch__content {
        flex-basis: 50%;
        max-width: 50%
    }

    body.book-marketing-page .quiet-launch__content {
        padding: 35px 0 0 35px
    }

    body.book-marketing-page .quiet-launch__image--main,
    body.book-marketing-page .quiet-launch__image--secondary {
        width: 100%
    }

    body.book-marketing-page .quiet-launch h2 {
        font-size: 50px
    }

    body.book-marketing-page .quiet-launch__list {
        flex-basis: 55%;
        max-width: 55%
    }

    body.book-marketing-page .quiet-launch__secondary-column {
        flex-basis: 45%;
        max-width: 45%
    }
}

@media(max-width:991.98px) {

    body.book-marketing-page .quiet-launch__main-column,
    body.book-marketing-page .quiet-launch__content,
    body.book-marketing-page .quiet-launch__list,
    body.book-marketing-page .quiet-launch__secondary-column {
        flex: 0 0 100%;
        max-width: 100%
    }

    body.book-marketing-page .quiet-launch__content {
        padding: 55px 0 0
    }

    body.book-marketing-page .quiet-launch__image--main {
        max-width: 577px
    }

    body.book-marketing-page .quiet-launch__bottom {
        margin-top: 55px
    }

    body.book-marketing-page .quiet-launch__secondary-column {
        margin-top: 50px
    }

    body.book-marketing-page .quiet-launch__image--secondary {
        max-width: 568px;
        margin-left: 0
    }
}

@media(max-width:575.98px) {
    body.book-marketing-page .quiet-launch {
        padding: 58px 0
    }

    body.book-marketing-page .quiet-launch .marketing-container {
        width: min(calc(100% - 28px), 520px)
    }

    body.book-marketing-page .quiet-launch__image--main,
    body.book-marketing-page .quiet-launch__image--secondary {
        height: auto;
        aspect-ratio: 577/582
    }

    body.book-marketing-page .quiet-launch__image--secondary {
        aspect-ratio: 568/559
    }

    body.book-marketing-page .quiet-launch h2 {
        font-size: clamp(39px, 12vw, 50px)
    }

    body.book-marketing-page .quiet-launch__milestone,
    body.book-marketing-page .quiet-launch__list h3,
    body.book-marketing-page .quiet-launch__closing {
        font-size: 23px !important
    }

    body.book-marketing-page .quiet-launch__list li {
        padding-left: 27px;
        font-size: 16px;
        line-height: 25px
    }
}

/* Figma 411:203 - Personalized marketing strategy */
body.book-marketing-page .marketing-strategy {
    min-height: 1483px;
    padding: 100px 0;
    background: #f8f9fa;
}

body.book-marketing-page .marketing-strategy .marketing-container {
    width: min(calc(100% - 48px), 1344px);
    max-width: 1344px;
}

body.book-marketing-page .strategy-intro {
    position: relative;
    height: 241px;
}

body.book-marketing-page .strategy-intro__heading {
    position: absolute;
    top: 0;
    left: 3px;
    width: 604px;
}

body.book-marketing-page .strategy-intro .marketing-eyebrow {
    gap: 15px;
    margin: 0 0 26px;
    font-size: 16px !important;
    line-height: 1;
    letter-spacing: 0;
}

body.book-marketing-page .strategy-intro h2 {
    width: 604px;
    margin: 0;
    font-size: 60px;
    font-weight: 600;
    line-height: 1.08;
    letter-spacing: 0;
}

body.book-marketing-page .strategy-intro__copy {
    position: absolute;
    top: 56px;
    left: 808px;
    width: 536px;
    margin: 0;
    font-size: 16px;
    line-height: 26px;
}

body.book-marketing-page .strategy-steps {
    position: relative;
    width: 100%;
    height: 992px;
    max-width: none;
    margin: 50px 0 0;
}

body.book-marketing-page .strategy-steps::before {
    display: none;
}

body.book-marketing-page .strategy-steps__line {
    position: absolute;
    z-index: 1;
    top: 10px;
    left: 673px;
    width: 1px;
    height: 922px;
    background: rgba(242, 68, 5, .52);
}

body.book-marketing-page .strategy-step {
    position: absolute;
    inset: 0;
    display: block;
    min-height: 0;
    padding: 0;
    background: transparent;
}

body.book-marketing-page .strategy-step::after {
    display: none;
}

body.book-marketing-page .strategy-step__copy {
    position: absolute;
    width: 572px;
    max-width: none;
    text-align: right;
}

body.book-marketing-page .strategy-step__number {
    display: block;
    width: 100%;
    height: 65px;
    color: #000;
    font-family: "Playfair Display", "Cormorant Garamond", serif;
    font-size: 60px;
    font-weight: 600;
    line-height: 64.8px;
    text-align: right;
}

body.book-marketing-page .strategy-step__rule {
    position: absolute;
    top: 41px;
    left: 0;
    width: 421px;
    height: 1px;
    background: #000;
}

body.book-marketing-page .strategy-step h3 {
    margin: 10px 0 0;
    font-family: "Cormorant Garamond", serif;
    font-size: 36px;
    font-style: italic;
    font-weight: 700;
    line-height: 44px;
    text-align: right;
}

body.book-marketing-page .strategy-step p {
    width: 572px;
    margin: 0;
    font-size: 16px;
    line-height: 26px;
    text-align: right;
}

body.book-marketing-page .strategy-step__image {
    position: absolute;
    overflow: hidden;
}

body.book-marketing-page .strategy-step__image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

body.book-marketing-page .strategy-step__dot {
    position: absolute;
    z-index: 2;
    left: 667px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #f24405;
}

body.book-marketing-page .strategy-step--one .strategy-step__copy {
    top: 0;
    left: 0
}

body.book-marketing-page .strategy-step--one .strategy-step__image {
    top: 36.61px;
    left: 876.22px;
    width: 220.08px;
    height: 256.73px
}

body.book-marketing-page .strategy-step--one .strategy-step__dot {
    top: 45px
}

body.book-marketing-page .strategy-step--two .strategy-step__copy {
    top: 336px;
    left: 771px
}

body.book-marketing-page .strategy-step--two .strategy-step__number {
    text-align: left
}

body.book-marketing-page .strategy-step--two .strategy-step__rule {
    top: 32px;
    left: 152px
}

body.book-marketing-page .strategy-step--two .strategy-step__image {
    top: 326.98px;
    left: 217.25px;
    width: 210.51px;
    height: 306.78px
}

body.book-marketing-page .strategy-step--two .strategy-step__dot {
    top: 381px
}

body.book-marketing-page .strategy-step--three .strategy-step__copy {
    top: 709px;
    left: 0
}

body.book-marketing-page .strategy-step--three .strategy-step__image {
    top: 669px;
    left: 876px;
    width: 244px;
    height: 323px
}

body.book-marketing-page .strategy-step--three .strategy-step__dot {
    top: 754px
}

@media(max-width:1199.98px) {
    body.book-marketing-page .marketing-strategy {
        min-height: auto;
        padding: 80px 0
    }

    body.book-marketing-page .strategy-intro {
        height: auto
    }

    body.book-marketing-page .strategy-intro__heading,
    body.book-marketing-page .strategy-intro__copy {
        position: relative;
        top: auto;
        left: auto
    }

    body.book-marketing-page .strategy-intro__heading {
        width: 55%
    }

    body.book-marketing-page .strategy-intro h2 {
        width: 100%;
        font-size: 52px
    }

    body.book-marketing-page .strategy-intro__copy {
        width: 42%;
        margin: -155px 0 0 auto
    }

    body.book-marketing-page .strategy-steps {
        height: 900px;
        margin-top: 90px;
        transform: scale(.84);
        transform-origin: top left;
        width: 119%
    }
}

@media(max-width:991.98px) {

    body.book-marketing-page .strategy-intro__heading,
    body.book-marketing-page .strategy-intro__copy {
        width: 100%
    }

    body.book-marketing-page .strategy-intro__copy {
        margin: 30px 0 0
    }

    body.book-marketing-page .strategy-steps {
        display: flex;
        height: auto;
        width: 100%;
        margin-top: 60px;
        transform: none;
        flex-direction: column;
        gap: 60px
    }

    body.book-marketing-page .strategy-steps__line {
        top: 0;
        bottom: 0;
        left: 20px;
        height: auto
    }

    body.book-marketing-page .strategy-step {
        position: relative;
        inset: auto;
        display: flex;
        min-height: 300px;
        padding-left: 60px;
        flex-direction: column
    }

    body.book-marketing-page .strategy-step__copy,
    body.book-marketing-page .strategy-step--one .strategy-step__copy,
    body.book-marketing-page .strategy-step--two .strategy-step__copy,
    body.book-marketing-page .strategy-step--three .strategy-step__copy {
        position: relative;
        top: auto;
        left: auto;
        width: 100%;
        order: 1;
        text-align: left
    }

    body.book-marketing-page .strategy-step__number,
    body.book-marketing-page .strategy-step--two .strategy-step__number {
        text-align: left
    }

    body.book-marketing-page .strategy-step__rule,
    body.book-marketing-page .strategy-step--two .strategy-step__rule {
        left: 95px;
        width: calc(100% - 95px)
    }

    body.book-marketing-page .strategy-step h3,
    body.book-marketing-page .strategy-step p {
        width: 100%;
        text-align: left
    }

    body.book-marketing-page .strategy-step__image,
    body.book-marketing-page .strategy-step--one .strategy-step__image,
    body.book-marketing-page .strategy-step--two .strategy-step__image,
    body.book-marketing-page .strategy-step--three .strategy-step__image {
        position: relative;
        top: auto;
        left: auto;
        margin-top: 28px;
        order: 2
    }

    body.book-marketing-page .strategy-step__dot,
    body.book-marketing-page .strategy-step--one .strategy-step__dot,
    body.book-marketing-page .strategy-step--two .strategy-step__dot,
    body.book-marketing-page .strategy-step--three .strategy-step__dot {
        top: 27px;
        left: 14px
    }
}

@media(max-width:575.98px) {
    body.book-marketing-page .marketing-strategy {
        padding: 58px 0
    }

    body.book-marketing-page .marketing-strategy .marketing-container {
        width: min(calc(100% - 28px), 520px)
    }

    body.book-marketing-page .strategy-intro h2 {
        font-size: 27px;
    }

    .book-marketing-page .results-card--rank {
        grid-column: 2 / 3;
        grid-row: 2 / 3;
        width: 318px;
        height: 155px;
        margin-top: 0rem;
        margin-left: 0rem;
    }

    body.book-marketing-page .strategy-intro .marketing-eyebrow {
        font-size: 12px !important
    }

    body.book-marketing-page .strategy-step {
        padding-left: 46px
    }

    body.book-marketing-page .strategy-step h3 {
        font-size: 30px;
        line-height: 36px
    }

    body.book-marketing-page .strategy-step p {
        font-size: 15px;
        line-height: 24px
    }

    body.book-marketing-page .strategy-step__number {
        font-size: 50px
    }

    body.book-marketing-page .strategy-step__image {
        max-width: 55%;
        height: auto !important;
        aspect-ratio: 1/1.25
    }
}