@font-face {
    font-family: "Epika";
    src: url('../font/NT-Epika-Thin.otf') format('opentype');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Epika";
    src: url('../font/NT-Epika-Regular.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Epika";
    src: url('../font/NT-Epika-Medium.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Epika";
    src: url('../font/NT-Epika-Bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* Row */
.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.row.align-items-center {
    align-items: center;
}

/* Columns */
[class*="col-"] {
    padding-right: 15px;
    padding-left: 15px;
}

/* 12 Column System */
.col-1 {
    flex: 0 0 8.333%;
    max-width: 8.333%;
}

.col-2 {
    flex: 0 0 16.666%;
    max-width: 16.666%;
}

.col-2-half {
    flex: 0 0 20%;
    max-width: 20%;
}

.col-3 {
    flex: 0 0 25%;
    max-width: 25%;
}

.col-4 {
    flex: 0 0 33.333%;
    max-width: 33.333%;
}

.col-5 {
    flex: 0 0 41.666%;
    max-width: 41.666%;
}

.col-8 {
    flex: 0 0 41.666%;
    max-width: 41.666%;
}

.col-6 {
    flex: 0 0 50%;
    max-width: 50%;
}

.col-7 {
    flex: 0 0 58.333%;
    max-width: 58.333%;
}

.col-8 {
    flex: 0 0 66.666%;
    max-width: 66.666%;
}

.col-9 {
    flex: 0 0 75%;
    max-width: 75%;
}

.col-10 {
    flex: 0 0 83.333%;
    max-width: 83.333%;
}

.col-11 {
    flex: 0 0 91.666%;
    max-width: 91.666%;
}

.col-12 {
    flex: 0 0 100%;
    max-width: 100%;
}

/* Responsive Example */
@media (max-width: 768px) {
    [class*="col-"] {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.relative {
    position: relative;
}

.white {
    color: #fff;
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

.width-70 {
    max-width: 70%;
}

.header-wrapper .item {
    flex: 1;
}

.header-wrapper .nation-wide {
    flex: 1;
    text-align: center;
}

.header-wrapper .item:nth-child(3) {
    text-align: right;
    justify-content: end;
}

section {
    position: relative !important;
}

body {
    overflow-x: hidden !important;
    position: relative;
    font-family: "Inter", sans-serif;
    color: #000;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Epika";
}

body.no-scroll {
    overflow-y: hidden;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

body:has(.menu-offcanvas.active) {
    overflow-y: hidden;
}

:root {
    --themeColor: #FF6A3A;
    --themeColor2: #EC9B04;
}

.gradient-heading {
    background: -webkit-linear-gradient(0deg, #09090B, var(--themeColor2));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.text-white {
    color: #fff !important;
}

.container {
    max-width: 1720px;
    position: relative;
    padding-inline: 20px;
    z-index: 4;
    margin: auto;
}

.margin-top {
    margin-top: 40px;
}

.container-full {
    max-width: 100%;
    padding-inline: 90px;
}

.special-heading {
    background-color: var(--themeColor);
    color: #fff;
    line-height: 1em;
    display: inline-block;
    font-family: "Epika";
}

a,
button,
svg,
p {
    transition: .5s !important;
    text-decoration: none !important;
}

ul {
    list-style: none;
    padding-left: 0 !important;
}

input {
    box-shadow: none;
    outline: none !important;
    color: #fff;
    font-family: "Inter", sans-serif;
}

button {
    font-family: "Inter", sans-serif;
}

textarea {
    box-shadow: none;
    outline: none !important;
    color: #fff;
    font-family: "Inter", sans-serif;
}

.theme-color {
    color: var(--themeColor);
}

.text-bold {
    font-weight: 600;
}

.bi-btn {
    padding: 17px 35px;
    background-color: var(--themeColor);
    color: #fff;
    border: none;
    flex: 1;
    display: block;
    width: 370px;
    text-align: center;
    transition: .5s;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    cursor: pointer !important;
    border-radius: 50px;
}

.bi-btn:hover {
    background-color: #000000;
    scale: .96;
}

/* Shared arrow CTA for all cards/sections — use .bi-btn.card-arrow */
.bi-btn.card-arrow {
    position: absolute;
    right: -20px;
    bottom: -60px;
    left: auto;
    top: auto;
    margin: 0;
    width: 56px;
    min-width: 56px;
    height: 32px;
    padding: 0;
    font-size: 22px;
    line-height: 1;
    border-radius: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    white-space: nowrap;
}
.resources-box .bi-btn.card-arrow {
    right: 15px;
    bottom: 15px;
}
.bi-btn.card-arrow:hover {
    background-color: #000;
    scale: 1;
}

.bi-btn.transparent {
    background-color: transparent;
    color: var(--themeDark);
}

.bi-btn.outline {
    border: 1px solid transparent
}

.bi-btn.outline:hover {
    border-color: var(--themeColor);
}

.bi-btn.tranparent {
    background-color: transparent;
    text-decoration: underline !important;
}

.bi-btn.tranparent.dark {
    color: var(--themeDark);
}

.bi-btn.white {
    background: #fff;
    color: #000;
}

.bi-btn.alt {
    background-color: var(--themeColor2);
    color: #fff;
}

.bi-btn.white:hover {
    background-color: #000 !important;
    color: #fff !important;
}

.bi-btn.black {
    background-color: #272727;
}

.bi-btn.black:hover {
    background-color: var(--themeColor2) !important;
}

.bi-hero {
    padding: 140px 0 160px;
    background: url('/wp-content/uploads/2026/08/hero-bg.webp') no-repeat center center;
    background-size: cover;
}

.navigaion-menu {
    backdrop-filter: blur(10px);
    border: 1px solid #ffffff4a;
}

.navigaion-menu ul li a {
    padding: 10px 26px;
}

.services-dropdown {
    position: relative;
}

.services-dropdown-toggle {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 10px 18px;
    border: 0;
    border-radius: 24px;
    color: inherit;
    background: transparent;
    font: inherit;
    cursor: pointer;
    transition: color 0.25s ease, background-color 0.25s ease;
}

.services-dropdown-toggle span {
    display: inline-block;
    color: var(--themeColor, #FF6A3A);
    font-size: 17px;
    line-height: 1;
    transition: transform 0.25s ease;
}

.services-dropdown-toggle:hover,
.services-dropdown.is-open .services-dropdown-toggle {
    color: var(--themeColor, #FF6A3A);
    background: rgba(255, 106, 58, 0.1);
}

.services-dropdown.is-open .services-dropdown-toggle span {
    transform: rotate(180deg);
}

.services-submenu {
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    z-index: 100;
    display: block;
    min-width: 292px;
    padding: 14px 10px 10px;
    margin: 0;
    border: 1px solid rgba(30, 35, 33, 0.12);
    border-top: 3px solid var(--themeColor, #FF6A3A);
    border-radius: 4px 4px 16px 16px;
    background: #fcfbf7;
    box-shadow: 0 20px 42px rgba(20, 25, 23, 0.16);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-8px);
    transition: opacity 0.2s ease, transform 0.2s ease;
}

.services-dropdown.is-open .services-submenu {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
}

.services-submenu li {
    list-style: none;
}

.services-submenu a {
    position: relative;
    display: block;
    padding: 12px 12px 12px 42px;
    border-radius: 9px;
    color: #333 !important;
    font-size: 14px;
    line-height: 1.25;
    white-space: nowrap;
    transition: color 0.2s ease, background-color 0.2s ease, padding-left 0.2s ease;
}

.services-submenu a::before {
    content: counter(service-item, decimal-leading-zero);
    position: absolute;
    left: 13px;
    top: 50%;
    color: var(--themeColor, #FF6A3A);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.05em;
    transform: translateY(-50%);
}

.services-submenu {
    counter-reset: service-item;
}

.services-submenu li {
    counter-increment: service-item;
}

.services-submenu a:hover,
.services-submenu a:focus-visible {
    color: var(--themeColor, #FF6A3A) !important;
    background: rgba(255, 106, 58, 0.1);
    padding-left: 46px;
}

.hero-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 120px;
}

.hero-content {
    width: 40%;
}

.hero-img {
    width: 20%;
    overflow: visible;
}

.hero-img img {
    will-change: transform;
    display: block;
    margin-inline: auto;
}

.hero-form {
    width: 36%;
    margin-left: 24px;
}

.hero-title {
    font-size: 58px;
    line-height: 1.12;

}


p.hero-para {
    font-size: 18px;
    line-height: 1.5em;
    padding-top: 28px;
    padding-bottom: 28px;
}

.btn-wrapper {
    display: flex;
    flex-direction: column;
    gap: 15px;
    align-items: start;
    justify-content: start;
    margin-bottom: 30px;
}

.hero-form {
    background-color: rgb(0 0 0 / 8%);
    border-radius: 30px;
    padding: 28px 28px 24px;
    border: 1px solid rgb(255 255 255 / 30%);
    backdrop-filter: blur(5px);
}

.hero-form .field {
    display: flex;
    align-items: start;
    justify-content: start;
}

.hero-form .field input {
    width: 100%;
    height: 46px;
    border: none;
    margin: 6px 0;
    text-indent: 15px;
    background-color: transparent;
    color: #fff;
    border-bottom: 1px solid rgb(255 255 255 / 50%);
    font-size: 16px;
    font-weight: 300;
}

.hero-form .field input::placeholder {
    color: #fff;
}

.hero-form .message-box textarea {
    width: 100%;
    height: 90px;
    border: none;
    margin: 6px 0 12px;
    text-indent: 15px;
    background-color: transparent;
    color: #fff;
    border-bottom: 1px solid rgb(255 255 255 / 50%);
    font-size: 16px;
    font-weight: 300;
}

.hero-form .message-box textarea::placeholder {
    color: #fff
}

.btn-with-icon {
    background-color: #fff;
    border-radius: 50px;
    height: 57px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-inline: 4px;
    transition: .5s;
    cursor: pointer;
}

.btn-with-icon .bi-btn {
    color: #000;
    width: 90%;
    padding: 0;
    background-color: transparent;
    text-align: left;
    padding-left: 20px;
    font-size: 16px;
    font-weight: 500;
    height: 57px;
}

.btn-with-icon svg {
    background-color: var(--themeColor);
    padding: 13px;
    border-radius: 50%;
}

.btn-with-icon:hover {
    background-color: var(--themeColor);
}

.btn-with-icon:hover .bi-btn {
    color: #fff
}

.btn-with-icon:hover svg {
    background-color: var(--themeColor2)
}

.hero-form {
    box-shadow: inset 6px 10px 30px rgb(0 0 0 / 10%);
}

.bi-logos .container {
    padding: 60px 80px !important;
    background-color: #fff;
    overflow: hidden;
    border-radius: 20px;
}

.logos-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}

.bi-logos {
    margin-top: -100px;
    margin-bottom: -170px;
    z-index: 999;
}

.logo-item {
    width: 230px !important;
    height: 175px !important;
    margin-inline: 10px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    border: 4px solid rgb(0 0 0 / 10%);
    border-radius: 20px;
}

/* CUSTOM CSS SLIDER START */
.logos-wrapper {
    display: flex;
    align-items: center;
    gap: 60px;
    overflow: hidden;
    width: max-content;
    animation: logoSlider 30s linear infinite;
}

.logo-item {
    flex: 1 0 auto;
}

.logo-item img {
    display: block;
    height: auto;
}

.logos-slider {
    overflow: hidden;
    width: 100%;
    position: relative;
}

@keyframes logoSlider {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

/* Hover par stop */
.logos-wrapper:hover {
    animation-play-state: paused;
}

.christine-voice {
    margin-top: 140px;
}


.theme-heading {
    font-size: 46px;
    line-height: 1.2em;
}

.theme-para {
    font-size: 20px;
    margin: 16px 0;
    font-weight: 300;
    color: #000;
    opacity: .7;
}

.pastors-content-wrapper {
    padding-right: 80px;
    display: flex;
    flex-direction: column;
    padding-left: 50px;
    position: relative;
    gap: 14px;
    justify-content:center;
    height:100%;
}
.pators-heading {
    position: relative;
    margin-left: -5px;
    font-size: 22px;
}

.pators-heading:before {
    content: "✓";
    color: #fff;
    font-size: 13px;
    margin-right: 10px;
    padding: 6px 7px 4px;
    border: 1px solid var(
    --themeColor);
    line-height: 1;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    bottom: 3px;
    background-color: var(--themeColor2);
}
.about-content-wrapper img {
    width: fit-content;
    margin-top: 40px;
    margin-left: -20px;
}

.about-content-wrapper .btn-wrapper {
    position: absolute;
    bottom: 40px;
}

.about-content-wrapper .theme-heading {
    max-width: 420px;
}

.about-cross-img {
    position: absolute;
    bottom: -20px;
    right: 30px;
}

.navigaion-menu ul {
    display: flex;
    align-items: center;
    gap: 10px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.navigaion-menu ul li a {
    padding: 12px 33px;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 400;
    border-radius: 50px;
    transition: all 0.3s ease;
}

/* Active Home */

.navigaion-menu ul li a.active {
    background-color: #FF6A3A;
    color: #FFFFFF;
}

a .text {
    color: #666666;
}

.header-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 10px;
    font-family: Inter;
    color: #00000073;
    padding: 10px 20px;
}

.speciality-publishing {
    background: url('/wp-content/uploads/2026/08/specialty-bg.webp') no-repeat center;
    padding: 90px 0;
    background-size: cover;
}

.speciality-wrapper {
    display: grid;
    grid-template-columns: 1.15fr 1fr 1fr;
    gap: 45px;
    align-items: stretch;
}

.speciality-intro {
    /* grid-column: 1;
    grid-row: 1 / span 2; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-right: 16px;
}

a.bi-btn.publishing-btn {
    font-size: 18px;
    width: auto;
    display: inline-flex;
}

h2.theme-heading.scps {
    font-size: 48px;
    line-height: 1.15;
}

p.theme-para.publishing {
    font-size: 20px;
    padding-top: 16px;
    padding-bottom: 16px;
    margin: 0;
}

.publishing_btn {
    margin-top: 28px;
}

.speciality-publishing .box {
    position: relative;
    background: linear-gradient(0deg, #FFF 0%, #FFE4B8 100%);
    /* background-color: #fff; */
    padding: 36px 32px 72px;
    border-radius: 25px;
    width: 100%;
    height: auto;
    min-height: 280px;
}

.speciality-publishing .box-content {
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
}

h3.theme-heading._box {
    font-size: 26px;
    line-height: 1.2;
    margin: 0;
}

.theme-para-box {
    font-size: 42px;
}

h2.theme-heading-publishing {
    font-size: 35px;
}

.box-content .theme-para_text,
.box-content span.theme-para_text {
    display: block;
    margin-top: 18px;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 1.5;
    color: #555;
}

.speciality-publishing .box {
    position: relative;
}

.chrisine-wrapper {
    display: flex;
    margin-top: 60px;
    justify-content: center;
}

.christine-wrapper2 {
    margin-top: 36px;
    padding-bottom: 40px;
}

.christine-slider {
    overflow: hidden;
}

.christine-slider-track {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: calc((100% - 48px) / 3);
    gap: 24px;
    margin: 0;
    transition: transform 0.45s ease;
}

.christine-slider-track > .col-4,
.christine-slider-track > .second > .col-4 {
    width: 100%;
    max-width: none;
    padding: 0;
}

.christine-slider-track > .row.second {
    display: contents !important;
    margin: 0;
}

.christine-wrapper2 .row {
    align-items: stretch;
}

.christine-slider-navigation {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-top: 40px;
}

.christine-slider-arrow {
    width: 70px;
    height: 70px;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
}

.christine-slider-arrow img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.christine-slider-arrow:disabled {
    opacity: 0.35;
    cursor: default;
}

.christine-wrapper2 .col-4 {
    display: flex;
}

.christine-wrapper2 .img-box {
    position: relative;
    background-color: #E7E7E733;
    border-radius: 25px;
    display: flex;
    width: 100%;
    max-width: 100%;
    height: auto;
    min-height: 280px;
    overflow: hidden;
}

.christine-wrapper2 .box-img {
    width: 42%;
    max-width: 220px;
    min-height: 280px;
    height: auto;
    border-radius: 25px;
    object-fit: cover;
    flex-shrink: 0;
}

.christine-wrapper2 .img-box-content {
    flex: 1;
    margin-top: 0;
    padding: 28px 72px 28px 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.christine-wrapper2 .img-box-heading {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 12px;
    line-height: 1.2;
}

.christine-wrapper2 .serve-para {
    font-size: 15px;
    line-height: 1.45;
    color: #555;
}

.christine-wrapper2 .row.second {
    margin-top: 0;
}

.wvs-wrapper {
    display: flex;
    justify-content: space-around;
}

.wvs {
    font-size: 120px;
    color: #C9C9C933;
    margin-left: 0;
}

img.img-fluid.wvs-img {
    margin-left: 0%;
    width: 125px;
    height: 150px;
    margin-top: -40px;
}

img.img-fluid.wvs-img-right {
    width: 125px;
    height: 150px;
    margin-top: -40px;
    margin-left: 19px;
}

.wvs-img {
    width: 80px;
    height: 95px;
    position: static;
    margin-left: 0;
    margin-top: 0;
}

h2.theme-heading.Christine-main-heading {
    margin-bottom: 24px;
    font-size: 52px;
}

.big-heading {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
}

.row.second-team {
    margin-top: 70px;
}

h3.expert-heading {
    font-size: 28px;
}

span.expert-para {
    font-size: 18px;
    line-height: 1.3;
    opacity: .7;
}

.publishing-expert {
    margin-top: 120px;
    margin-bottom: 60px;
}

span.theme-para.pe-para {
    font-size: 22px;
}

.content-expert {
    text-align: center;

}

.content-coloum {
    text-align: center;
}

.content-coloum h3 {
    text-align: center;
    margin-top: 30px;
    font-size: 27px;
}

.span.expert-para {
    font-size: 18px;
    font-family: Inter;
}

.expert-wrapper {
    margin-top: 40px;
    padding-bottom: 20px;
}
.expert-team-row .col-3 {
    margin-top: 30px;
}
.expert-team-row > .second-team {
    display: contents;
}
.expert-team-row .col-3 img {
    height: 520px;
}
.expert-team-row > .second-team > .col-3 {
    display: none;
}

.expert-wrapper.team-expanded .expert-team-row > .second-team > .col-3 {
    display: block;
    animation: team-card-reveal 0.45s ease both;
}

.expert-wrapper.team-loading .Team_btn .bi-btn {
    pointer-events: none;
}

.expert-wrapper.team-loading .Team_btn .bi-btn::after {
    content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-left: 10px;
    vertical-align: -2px;
    border: 2px solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    animation: team-loader 0.7s linear infinite;
}

@keyframes team-loader {
    to {
        transform: rotate(360deg);
    }
}

@keyframes team-card-reveal {
    from {
        opacity: 0;
        transform: translateY(14px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.expert {
    margin-top: 15px;
}

body.modal-open {
    overflow: hidden;
}

.site-modal[hidden] {
    display: none !important;
}

.site-modal {
    position: fixed;
    inset: 0;
    z-index: 2000;
    display: grid;
    place-items: center;
    padding: 24px;
    background: rgba(12, 16, 17, 0.78);
    backdrop-filter: blur(5px);
    animation: modal-backdrop-in 260ms ease both;
}

.site-modal.is-closing {
    animation: modal-backdrop-out 260ms ease both;
}

.site-modal__dialog {
    position: relative;
    width: min(100%, 760px);
    max-height: calc(100vh - 48px);
    overflow-y: auto;
    padding: 44px clamp(24px, 5vw, 64px) 50px;
    border: 1px solid rgba(255, 255, 255, 0.6);
    border-radius: 28px;
    background: #f8f7f2;
    box-shadow: 0 28px 90px rgba(0, 0, 0, 0.3);
    animation: modal-zoom-in 360ms cubic-bezier(.18, .85, .2, 1) both;
}

.site-modal.is-closing .site-modal__dialog {
    animation: modal-zoom-out 260ms ease both;
}

.site-modal__close {
    position: absolute;
    top: 18px;
    right: 20px;
    width: 38px;
    height: 38px;
    padding:0;
    border: 1px solid rgba(25, 29, 28, 0.18);
    border-radius: 50%;
    color: #252827;
    background: transparent;
    font-size: 25px;
    line-height: 1;
    cursor: pointer;
}

.site-modal__intro {
    max-width: 590px;
    margin-bottom: 28px;
}

.site-modal__eyebrow {
    display: block;
    margin-bottom: 12px;
    color: #ff6747;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.site-modal__intro h2 {
    margin: 0 0 12px;
    color: #171b1a;
    font-family: "Epika", Georgia, serif;
    font-size: clamp(30px, 5vw, 52px);
    font-weight: 400;
    line-height: 1.08;
}

.site-modal__intro p {
    max-width: 540px;
    margin: 0;
    color: #626765;
    font-size: 16px;
    line-height: 1.6;
}

.site-modal__fields {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.site-modal__fields label {
    display: grid;
    gap: 7px;
    color: #343a38;
    font-size: 13px;
    font-weight: 600;
}

.site-modal__fields input,
.site-modal__fields textarea {
    width: 100%;
    padding: 13px 14px;
    border: 1px solid rgba(42, 49, 46, 0.2);
    border-radius: 10px;
    outline: 0;
    color: #252827;
    background: #fff;
    font: inherit;
    font-weight: 400;
}

.site-modal__fields input:focus,
.site-modal__fields textarea:focus {
    border-color: #ff6747;
    box-shadow: 0 0 0 3px rgba(255, 103, 71, 0.14);
}

.site-modal__message {
    grid-column: 1 / -1;
}

.site-modal__submit {
    margin-top: 24px;
    border: 0;
    cursor: pointer;
}

@keyframes modal-backdrop-in {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes modal-backdrop-out {
    from { opacity: 1; }
    to { opacity: 0; }
}

@keyframes modal-zoom-in {
    from { opacity: 0; transform: scale(0.86); }
    to { opacity: 1; transform: scale(1); }
}

@keyframes modal-zoom-out {
    from { opacity: 1; transform: scale(1); }
    to { opacity: 0; transform: scale(0.9); }
}

.expert-heading {
    margin-bottom: 20px;
}

.heading {
    /*margin-bottom: 20px;*/
}

.Team_btn {
    margin-top: 70px;
    margin-left: 38%;
}
.Team_btn .bi-btn {
    width: fit-content;
    margin-inline: auto;
}

.btn-wrapper.Team_btn {
    justify-content: center;
    align-items: center;
    margin-left: 0;
    margin-top:40px;
}

h2.theme-heading.heading {
    font-size: 52px;
    padding-bottom: 16px;
}

.success-stories {
    background-color: #F7F7F7;
    padding: 110px 0px 140px;
    margin-top: 100px;
}

h2.theme-heading.a-s {
    font-size: 52px;
}

p.theme-para.box-para-1 {
    font-size: 22px;
}

p.theme-para.box-para2 {
    font-size: 22px;
}

.success-box {
    background-color: #E7E7E7;
    width: 100%;
    height: auto;
    min-height: 400px;
    border-radius: 25px;
    display: flex;
    margin-bottom: 0;
    margin-top: 0;
    padding: 28px;
    gap: 24px;
    align-items: center;
    box-sizing: border-box;
}

.success-box>img {
    width: 42%;
    max-width: 320px;
    height: 100%;
    max-height: 360px;
    min-height: 300px;
    object-fit: cover;
    border-radius: 18px;
    flex-shrink: 0;
}

/* Desktop: 2 cards side-by-side (no slick) */
.stories-wrapper {
    display: flex;
    gap: 28px;
    align-items: stretch;
    margin-top: 40px;
}

.stories-wrapper .success-box {
    flex: 1 1 0;
    min-width: 0;
}

.stories-slider {
    position: relative;
}

.stories-slider.slick-initialized {
    display: block;
}

.stories-slider .slick-list {
    margin: 0;
}

.stories-slider .slick-slide {
    padding: 0;
    box-sizing: border-box;
}

.stories-slider.slick-initialized .success-box {
    margin-top: 0;
    margin-bottom: 0;
    width: 100%;
    max-width: 100%;
}

.stories-slider .slick-arrow {
    z-index: 5;
    color: #222;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.stories-slider .slick-arrow svg {
    display: block;
}

.stories-slider .slick-prev {
    left: -8px;
}

.stories-slider .slick-next {
    right: -8px;
}

.success-box .success-content {
    margin-left: 0;
    margin-top: 0;
    flex: 1;
    min-width: 0;
    padding-right: 4px;
}

.success-img-box {
    display: flex;
    gap: 10px;
    margin-top: 60px;
}

.theme-para_text_img {
    margin-top: 20px;
}

.img-fluid-review {
    margin-bottom: 20px;
}

.divider {
    width: 100%;
    height: 1px;
    background-color: #D9D9D9;
    margin: 16px 0;
    margin-top: 30px;
}

.pators-heading {
    color: #EC9B04;
    font-weight: bold;
    font-size: 28px;
    margin-bottom: 20px;
}

.pastors-para {
    margin-bottom: 20px;
}

.minisry-message {
    margin-top: 30px;
}

.main-heading {
    font-size: 30px;
    margin-top: 12px;
}

.header {
    position: absolute;
    width: 100%;
    top:-25px;
}

.top-bar {
    position: relative;
    background-color: white;
    z-index: 99;
    padding-top: 10px;
    padding-bottom: 10px;
}

.header-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.main-header {

    width: 100%;
}

.main-header-wrapper {
    margin-top: 36px;
}

.main-header-wrapper .row {
    justify-content: space-between;
}

.btn-wrapper.nav-btn {
    margin-bottom: 0px;
}

.btn-wrapper.nav-btn {
    display: flex;
    flex-direction: row;
    gap: 12px;
    align-items: center;
}

.btn-wrapper.nav-btn .bi-btn {
    width: auto;
    flex: 0 0 auto;
    white-space: nowrap;
    padding-top: 15px;
    padding-bottom: 15px;
}

.navigaion-menu {
    background: rgb(0 0 0 / 15%);
    border-radius: 60px;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 8px;
    padding-right: 8px;
    max-width: 820px;
    margin-inline: auto;
}

.navigaion-menu ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
    gap: 2px;
}

.navigaion-menu li a {
    color: #FFFFFF;
    font-size: 14px;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 18px;
    padding-right: 18px;
    border-radius: 30px;
    transition: all 0.3s ease;
    white-space: nowrap;
    display: inline-block;
}

.navigaion-menu li a:hover {
    background-color: #FF6A3A;
    color: #FFFFFF;

}

.nav {
    margin-left: 0;
}

.nation-wide {
    margin-left: 0;
}

.publishing-resources {
    background-color: #F7F7F7;
    padding: 100px 20px;
}

.button-resouces {
    margin-left: 0;
    margin-top: 10px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.resources-box {
    border-radius: 30px;
    margin-top: 50px;
    position: relative;
}
.btn-wrapper.Resources .bi-btn {
    width: fit-content;
}

.btn-wrapper.Resources {
    margin-bottom: 0;
}
.date {
    background-color: #FF6A3A;
    border-radius: 10px;
    color: white;
    width: 95px;
    height: 85px;
    text-align: center;
    position: absolute;
    top: 45px;
    left: unset;
    right: 30px;
}

.date-box {
    font-size: 36px;
    font-weight: bolder;
}

.date-month {
    font-size: 18px;
}

.Guides {
    background-color: white;
    border-radius: 25px;
    padding: 24px 28px 5px;
    color: black;
    position: absolute;
    top: unset;
    bottom: 20px;
    left: 20px;
    right: 20px;
    width: auto;
    height: auto;
    margin-inline: 0;
}

.guides-heading {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 20px;
}

.guides-para {
    font-size: 18px;
    line-height: 1.4em;
    font-weight:300;
    opacity:.7;
    max-width:80%;
}



.calltoaction {
    background-color: #FFE4B8;
    padding-top: 100px;
    padding-bottom: 100px;
    position: relative;
    overflow: hidden;
}

.calltoaction-content {
    text-align: center;
    margin-top: 0;
    position: relative;
    z-index: 2;
    padding-inline: 200px;
}

.cta-heading {
    text-align: center;
}

.calltoaction .theme-para {
    font-size: 18px;
    max-width: 720px;
    margin-inline: auto;
    line-height: 1.5;
}

.cta-btn {
    display: flex;
    margin-inline: auto;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px;
    margin-top: 28px;
    margin-bottom:0px;
    max-width: 1100px;
}

.cta-btn .bi-btn {
    width: auto;
    min-width: 220px;
    flex: 0 1 auto;
    white-space: nowrap;
}

.frist-btn {
    background-color: transparent;
    border: 0.5px solid #FF6A3A;
    color: #474444;
}

.frist-btn:hover {
    background-color: transparent;
    border-color: #FF6A3A;
    color: #474444;
}

.third-btn {
    background-color: transparent;
    border: 0.5px solid #FF6A3A;
    color: #474444;
}

.third-btn:hover {
    background-color: transparent;
    border: 0.5px solid #FF6A3A;
    color: #474444;
}

.cross1,
.cross2 {
    position: absolute;
    top: 0px;
    bottom:0px;
    margin:auto;
    width: 180px;
    height: auto;
    pointer-events: none;
    z-index: 1;
}

.cross1 {
    left: 0;
    right: auto;
}

.cross2 {
    right: 0;
    left: auto;
    top: 40px;
}

.have-question-col {
    position: relative;
}
.Have-questions .row {
    align-items: center;
    background-color: #F7F7F7;
}

.Have-questions .form-card .field {
    margin-bottom: 60px;
}
.questions-content {
    position: absolute;
    top: 0;
    margin-top: 80px;
    left: 48px;
    right: 48px;
    max-width: 420px;
}

.questions {
    color: white;
    display: block;
    line-height: 1.5;
}

.question-heading {
    padding-bottom: 20px;
}

.img-book {
    position: absolute;
    left: auto;
    right: 40px;
    top: auto;
    bottom: 40px;
    margin-left: 0;
}

.have-question-col>.bi-btn.card-arrow,
.questions-btn .bi-btn.card-arrow {
    left: 48px;
    right: auto;
    bottom: 48px;
}

.questions-btn {
    position: static;
    width: auto;
    margin: 0;
}

.Have-questions .hero-form {
    background: linear-gradient(120deg, #000000 100%, #FFFFFF 100%, #000000 15%, #FF6A3A 100%, #000000 8% #999999 100%);
    width: 67%;
    height: 767px;
    margin-top: 167px;
}

.email {
    font-size: 20px;
    padding-bottom: 20px;
}

input.form-field {
    border: none;
    border-bottom: 1px solid #999999;
    background-color: transparent;
    width: 90%;
    margin-top: 35px;
    font-size: 16px;
}

.phone {
    margin-top: 40px;
}

.faq-section {
    margin-top: 100px;
    padding-bottom: 100px;
}

.faq-section .row {
    align-items: flex-start;
}

.faq-section .col-3 {
    flex: 0 0 34%;
    max-width: 34%;
}

.faq-img {
    margin-top: 48px;
    max-width: 220px;
}

.col-6.faq {
    margin-left: 0;
    flex: 0 0 66%;
    max-width: 66%;
    padding-left: 40px;
}

.faq-item {
    width: 100%;
    border-bottom: 1px solid #E5E5E5;
}

.faq-question {
    font-size: 24px;
    margin-bottom: 0;
    font-family: 'Epika';
    font-weight: 400;
}

.faq-item details {
    width: 100%;
    padding: 10px;
}

.faq-item summary {
    list-style: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 18px 8px;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #000000;
}

.faq-item summary::-webkit-details-marker {
    display: none;
}

.faq-item summary::marker {
    display: none;
}

.faq-icon {
    position: relative;
    width: 16px;
    height: 16px;
    flex-shrink: 0;
}

.faq-icon::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 12px;
    height: 1px;
    background-color: #000000;
    transform: translateY(-50%);
}

.faq-icon::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 6px;
    width: 1px;
    height: 12px;
    background-color: #000000;
    transform: translateY(-50%);
}

.faq-answer {
    transition: height 0.4s ease, opacity 0.3s ease;
    overflow: hidden;
    font-size: 17px;
    line-height: 1.45em;
    color: #333;
}


.faq-item details {
    width: 100%;
    padding: 6px 4px;
    overflow: hidden;
    box-sizing: border-box;
    transition: background-color 0.35s ease, border-radius 0.35s ease;
}

.faq-item details[open] {
    background-color: #FF6A3A;
    border-radius: 12px;
    margin-bottom: 8px;
    padding-top: 8px;
    padding-bottom: 8px;
}

.faq-item details[open] summary {
    color: #FFFFFF;
    padding: 18px 22px;
}

.faq-item details[open] .faq-answer {
    padding: 0 22px 22px 22px;
    color: #fff;
}

.faq-item details[open] .faq-icon::after {
    display: none;
}


.faq-item details[open] .faq-icon::before {
    background-color: #FFFFFF;
}

.footer-para {
    margin-top: 40px;
    text-transform: capitalize;
    line-height: 1.3em;
    max-width:80%
}

.footer-section {
    margin-top: 100px;
}

.footer-menu {
    list-style: none;
    padding: 0;
    margin-top: 0;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.footer-menu li {

    font-size: 18px;
    font-weight: 400;
    color: #666666;
    cursor: pointer;
    margin-top: 20px;
}

.footer-navigation {
    margin-left: 0;
}

.menu {
    color: #FF6A3A;
    margin-top: 0;
    font-size: 20px;
    text-transform: capitalize;
}

a li {
    color: #666666;
}

.contact-menu {
    margin-top: 0;
    font-size: 20px;
    color: #FF6A3A;
    text-transform: capitalize;
}

.col-2.footer-contact,
.footer-contact {
    margin-left: 0;
}

ul.footer-conact-content {
    display: flex;
    flex-direction: column;
    gap: 20px;
    font-size: 18px;
    cursor: pointer;
    font-weight: 400;
    color: #666666;
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-about .contact-icons {
    margin-top: 24px;
}

.footer-map {
    max-width: 180px;
    margin-top: 12px;
}

.process-center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.process-center .circle-img {
    display: block;
    margin-inline: auto;
    max-width: 100%;
    height: auto;
}

.contact-icons {
    display: flex;
    gap: 16px;
    align-items: center;
}

.secondary-footer-wrapper {

    display: flex;
    justify-content: space-between;
}

.secodnary-footer-links {
    display: flex;
    gap: 20px;
    font-size: 20px;
}

span a {
    color: #666666;
}

.secondary-footer-wrapper {
    margin-top: 50px;
    display: flex;
    border-top: 1px solid #6666;
    justify-content: space-between;
    padding: 20px 0 40px;
}
.secondary-footer-wrapper .theme-para{
    margin: 0px 0;
}

.social-icons {
    display: flex;
    gap: 16px;
}

.social-icon-link1 {
    transition: all 0.3s ease;
}

.social-icon-link1:hover {
    transform: translateY(-5px) scale(1.08);
}

.form-card {
    width: 100%;
    max-width: 640px;
    height: auto;
    min-height: 0;
    background: #e2e2e2;
    margin-top: 60px;
    margin-left: 40px;
    margin-bottom: 40px;
    border-radius: 28px;
    padding: 48px 40px 40px;
}

.field {
    margin-bottom: 28px;
}

.field label {
    display: block;
    color: #2b2b2b;
    margin-bottom: 12px;
    font-size: 18px;
}

.field input,
.field textarea {
    width: 100%;
    border: none;
    background: transparent;
    border-bottom: 1px solid #bdbdbd;
    padding-bottom: 12px;
    font-size: 18px;
    color: #2b2b2b;
    outline: none;
    font-family: inherit;
    resize: none;
}

.field textarea {
    min-height: 50px;
}

.select-wrap {
    position: relative;
    border-bottom: 1px solid #bdbdbd;
    padding-bottom: 12px;
    margin-bottom: 28px;
    margin-top: 8px;
}

.select-wrap select {
    width: 100%;
    border: none;
    background: transparent;
    outline: none;
    font-size: 18px;
    color: #2b2b2b;
    appearance: none;
    -webkit-appearance: none;
    font-family: inherit;
    padding-right: 24px;
}

.select-wrap .arrow {
    position: absolute;
    right: 0;
    top: -2px;
    pointer-events: none;
    color: #8a8a8a;
    font-size: 14px;
}

.buttons {
    display: flex;
    gap: 10px;
    padding-top: 20px;
}

.btn {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: none;
    border-radius: 999px;
    padding: 10px 12px 7px 18px;
    font-size: 18px;
    cursor: pointer;
    font-family: inherit;
}

.btn-white {
    background: #ffffff;
    color: #2b2b2b;
}

.btn-orange {
    background: #f3652b;
    color: #ffffff;
}

.btn .icon {
    width: 34px;
    height: 34px;
    min-width: 34px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

.btn-white .icon {
    background: #f3652b;
    color: #ffffff;
}

.btn-orange .icon {
    background: #ffffff;
    color: #f3652b;
}

.why-choose-us {
    width: 100%;
    background-image: url("/wp-content/uploads/2026/08/Why-Choose-Us-Background.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
    padding: 100px 00px;
    margin-top: 70px;
}

h2.theme-heading.whychooseus {
    font-size: 50px;
    padding-top: 50px;
}

.why-choose-us .contact-circle {

    position: absolute;
    top: 525px;
    left: 0;
    width: 190px;
    height: 190px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    z-index: 5;
}

.why-choose-us .contact-ring {
    position: absolute;
    width: 190px;
    height: 190px;
    top: 0;
    left: 0;
    border: 1px solid rgba(0, 0, 0, 0.25);
    border-radius: 50%;
    animation: contactRotate 12s linear infinite;
    transform-origin: center;
}

.why-choose-us .contact-text {
    width: 100%;
    height: 100%;
    overflow: visible;
}


.why-choose-us .contact-text text {
    font-size: 17px;
    letter-spacing: 2px;
    fill: #222;
    text-transform: uppercase;
}

@keyframes contactRotate {

    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }

}


.why-choose-us .contact-button {
    width: 125px;
    height: 125px;
    border-radius: 50%;
    background-color: #FF6840;
    display: flex;
    align-items: center;
    text-align: center;
    font-size: 17px;
    color: #fff;
    font-weight: 300;
    position: relative;
    z-index: 2;
    transition: transform 0.3s ease;
}

.why-choose-us .contact-circle:hover .contact-button {
    transform: scale(1.05);
}

.why-choose-us .steps-wrapper {
    display: flex;
    gap: 40px;
    padding-top: 50px;
    margin-left: 60px;
    width: 100%;
}


.why-choose-us .step-card {
    width: 22%;
    flex-shrink: 0;
    position: relative;
}

.why-choose-us .step-1 {
    transform: translateY(0);
}

.why-choose-us .step-2 {
    transform: translateY(77px);
    margin-bottom: 80px;
}

.why-choose-us .step-3 {
    transform: translateY(0);
}

.why-choose-us .step-4 {
    transform: translateY(77px);
}

.why-choose-us .step-number-box {
    width: 100%;
    height: 500px;
    background-color: #fff;
    position: relative;
    overflow: hidden;
}


.why-choose-us .step-label {
    position: absolute;
    top: 22px;
    left: 20px;
    z-index: 3;
    font-size: 23px;
    font-weight: 400;
    color: #111;
}

.why-choose-us .big-number {
    position: absolute;
    left: 50%;
    bottom: -38px;
    transform: translateX(-32%);
    font-size: 590px;
    line-height: 0.85;
    font-weight: 800;
    color: #FFE4B8;
    z-index: 1;
}
.step-card.step-1 .big-number {
    transform: translateX(-13%);
}

.why-choose-us .step-content {
    margin-top: 27px;
}


.why-choose-us .step-content h3 {
    margin: 0 0 20px;
    font-size: 30px;
    line-height: 1.08;
    font-weight: 600;
    color: #000;
}


.why-choose-us .step-content p {
    margin: 0;
    max-width: 220px;
    font-size: 17px;
    line-height: 1.4;
    color: #555;
}

.why-choose-us .step-card {
    cursor: default;
}


.why-choose-us .big-number {
    transition: transform 0.5s ease, color 0.5s ease;
}

.why-choose-us .step-content h3 {
    transition: transform 0.5s ease, color 0.5s ease;
}

.why-choose-us .step-content p {
    transition: transform 0.5s ease, color 0.5s ease;
}


.why-choose-us .step-card:hover .big-number {
    transform: translateX(-50%) scale(1.05);
}


.why-choose-us .step-card:hover .step-content h3 {
    transform: translateY(-5px);
}


.why-choose-us .step-card:hover .step-content p {
    transform: translateY(-5px);
}

.why-choose-us .step-content h3 {
    color: #000;
    transition: transform 0.5s ease color 0.5s ease;
}

.why-choose-us .step-card:hover .step-content h3 {
    color: #FF6A3A;
    transform: translateY(-5px);
}

.why-choose-us .big-number {
    transition: transform 0.5s ease, color 0.5s ease;
    color: #FFE4B8;
}


.why-choose-us .step-card:hover .big-number {
    color: #FF6A3A;
    transform: translateX(-50%) scale(1.05);
}

.recently-published {
    position: relative;
    width: 100%;
    min-height: 900px;
    overflow: hidden;
    background-image: url("/wp-content/uploads/2026/08/portfolio-bg.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 110px;
}

h2.theme-heading.r-p-h {
    font-size: 52px;
    padding-bottom: 16px;
}

.published-header {
    position: relative;
    z-index: 10;
    text-align: center;
}


.published-header h2 {
    margin: 0 0 30px;
    font-size: 42px;
    line-height: 1.1;
    font-weight: 600;
    color: #000;
}

.book-categories {
    width: fit-content;
    max-width: 100%;
    margin: 0 auto;
    padding: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 6px;
    background-color: #f5f5f5;
    border-radius: 30px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
}

.book-categories .category {
    border: none;
    background: transparent;
    padding: 11px 18px;
    border-radius: 25px;
    font-size: 15px;
    color: #555;
    cursor: pointer;
    transition: background-color 0.3s ease, color 0.3s ease;
    white-space: nowrap;
}

.book-categories .category:hover {
    background-color: #FF6A3A;
    color: #fff;
}

.book-categories .category.active {
    background-color: #FF6A3A;
    color: #fff;
}

.book-categories .category.active:hover {
    color: #fff;
}

.book-slider {
    position: relative;
    width: 100%;
    height: 600px;
    margin-top: 20px;
    z-index: 5;
    opacity: 1;
    transition: opacity 0.35s ease;
}

.book-slider.is-switching {
    opacity: 0.35;
}

.book-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
    display: block;
    pointer-events: none;
}

.published-background-text {
    position: absolute;
    top: 235px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    text-align: center;
    font-family: Georgia, serif;
    font-size: 170px;
    line-height: 1;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.45);
    pointer-events: none;
    z-index: 1;
    white-space: nowrap;
}

.book-track {
    position: relative;
    width: 100%;
    height: 100%;
}

.book-card {
    position: absolute;
    width: 250px;
    height: 395px;
    object-fit: cover;
    border-radius: 12px;
    transition: left 0.6s ease, top 0.6s ease, transform 0.6s ease, opacity 0.6s ease;
    /* box-shadow: 0 4px 8px 5px rgba(0, 0, 0, 0.05); */

}

.book-1 {
    transform: scale(1);
}

.book-2 {
    left: 20%;
    top: 160px;
    transform: scale(1);
}


.book-3 {
    left: 50%;
    top: 235px;
    transform: translateX(-50%) scale(1.02);
    z-index: 4;
}


.book-4 {
    left: 65%;
    top: 160px;
    transform: scale(1);
}


.book-5 {
    right: -25px;
    top: 30px;
    transform: scale(1);
}


.book-3:hover {
    transform: translateX(-50%) scale(1.06);
}


.slider-navigation {
    position: relative;
    margin-top: 90px !important;
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 25px;
    margin-top: 190px;

}

.row.second {
    margin-top: 55px;
}


.slider-arrow span {
    font-size: 65px;
    font-weight: 200;
    line-height: 1;
    color: #555;
    transition: color 0.3s ease, transform 0.3s ease;
}

.slider-prev:hover span {
    color: #FF6A3A;
    transform: translateX(-5px);
}


.slider-next:hover span {
    color: #FF6A3A;
    transform: translateX(5px);
}

.book-card .book-1 {
    object-fit: contain;
}

.img-fluid .img-slid-1 {
    width: 250px;
    height: 395px;
}

.book-categories .category {
    border: none;
    background: transparent;
    padding: 11px 20px;
    border-radius: 25px;
    font-size: 16px;
    color: #555;
    cursor: pointer;
    transition: background-color 0.3s ease, color 0.3s ease;
}


.book-categories .category.active {
    background-color: #FF6A3A;
    color: #fff;
}

.book-categories .category:hover {
    background-color: #FF6A3A;
    color: #fff;
}

.portfolio-img {
        position: absolute;
    width: fit-content;
    left: 0;
    right: 0;
    top: 192px;
    margin-inline: auto;
}


.slider-navigation {
    position: relative;
    z-index: 10;

    display: flex;
    align-items: center;
    justify-content: center;

    gap: 8px;
    margin-top: 10px;
}

.slider-arrow {
    position: relative;

    width: 45px;
    height: 55px;

    padding: 0;
    border: none;
    background: transparent;

    cursor: pointer;
}


/* CHEVRON */

.slider-arrow .chevron {
    position: absolute;

    width: 24px;
    height: 24px;

    border-top: 1px solid #555;
    border-left: 1px solid #555;
}


/* LEFT ARROW */

.slider-prev .chevron {
    transform: rotate(-45deg);
}

.slider-prev .chevron-1 {
    top: 15px;
    left: 17px;
}

.slider-prev .chevron-2 {
    top: 15px;
    left: 9px;
}

.slider-prev .chevron-3 {
    top: 15px;
    left: 1px;
}


/* RIGHT ARROW */

.slider-next .chevron {
    transform: rotate(135deg);
}

.slider-next .chevron-1 {
    top: 15px;
    right: 1px;
}

.slider-next .chevron-2 {
    top: 15px;
    right: 9px;
}

.slider-next .chevron-3 {
    top: 15px;
    right: 17px;
}

/* =========================================
   LOCK SLIDER ARROWS
========================================= */

.slider-navigation .slider-arrow,
.slider-navigation .slider-arrow:hover,
.slider-navigation .slider-arrow:focus,
.slider-navigation .slider-arrow:active {
    position: relative !important;

    width: 45px !important;
    height: 55px !important;

    padding: 0 !important;
    margin: 0 !important;

    border: none !important;
    background: transparent !important;

    transform: none !important;
    box-shadow: none !important;

    outline: none !important;
}


.slider-navigation .slider-arrow .chevron,
.slider-navigation .slider-arrow:hover .chevron,
.slider-navigation .slider-arrow:focus .chevron,
.slider-navigation .slider-arrow:active .chevron {
    position: absolute !important;

    width: 24px !important;
    height: 24px !important;
    top: 15px !important;
    margin: 0 !important;
    transition: none !important;
    animation: none !important;
}


.slider-navigation .slider-prev .chevron-1,
.slider-navigation .slider-prev:hover .chevron-1,
.slider-navigation .slider-prev:active .chevron-1 {
    left: 17px !important;
    right: auto !important;
    transform: rotate(-45deg) !important;
}

.slider-navigation .slider-prev .chevron-2,
.slider-navigation .slider-prev:hover .chevron-2,
.slider-navigation .slider-prev:active .chevron-2 {
    left: 9px !important;
    right: auto !important;
    transform: rotate(-45deg) !important;
}

.slider-navigation .slider-prev .chevron-3,
.slider-navigation .slider-prev:hover .chevron-3,
.slider-navigation .slider-prev:active .chevron-3 {
    left: 1px !important;
    right: auto !important;
    transform: rotate(-45deg) !important;
}


.slider-navigation .slider-next .chevron-1,
.slider-navigation .slider-next:hover .chevron-1,
.slider-navigation .slider-next:active .chevron-1 {
    right: 1px !important;
    left: auto !important;
    transform: rotate(135deg) !important;
}

.slider-navigation .slider-next .chevron-2,
.slider-navigation .slider-next:hover .chevron-2,
.slider-navigation .slider-next:active .chevron-2 {
    right: 9px !important;
    left: auto !important;
    transform: rotate(135deg) !important;
}

.slider-navigation .slider-next .chevron-3,
.slider-navigation .slider-next:hover .chevron-3,
.slider-navigation .slider-next:active .chevron-3 {
    right: 17px !important;
    left: auto !important;
    transform: rotate(135deg) !important;
}

section.inspring-words {
    background-color: #F7F7F7;
    padding: 120px;
}

.testi-img {
    margin-bottom: 25px;
}

.testimonail-card {
    background: rgba(255, 255, 255, 0.25);
    backdrop-filter: blur(16px) saturate(180%);
    -webkit-backdrop-filter: blur(16px) saturate(180%);
    padding-top: 65px;
    padding-left: 46px;
    padding-right: 45px;
    border: 1px solid #D4D4D4;
    width: 633px;
    height: 416px;
    border-radius: 25px;
}

.card-para {
    color: black;
}

.publishing-process {
    background-color: #FFECCE;
    padding: 100px 60px;
}

h2.theme-heading.process-heading {
    text-align: center;
}

.upper-content {
    display: flex;
    flex-direction: column;
    text-align: center;
}

h3.manuscript-heading {
    font-size: 33px;
}

.circle-img {
    margin-top: 0;
}
.christine-slider .bi-btn.card-arrow {
    right: 20px;
    bottom: 20px;
}
.manuscript {
    margin-top: 0;
}

.Publishing {
    margin-top: 0;
}

.left-side-wrapper {
    display: flex;
    flex-direction: column;
    height: 100%;
    margin-top: 0;
    padding-left: 0;
    gap: 48px;
    justify-content: space-around;
}

.process-grid {
    display: grid;
    grid-template-columns: 1fr 2fr 1fr;
    gap: 24px 32px;
    align-items: stretch;
    margin-top: 48px;
}

.testimonial-section {
    width: 100%;
    padding: 120px 0px;
    overflow: hidden;
    background-color: #E7E7E7;
}
/* .testimonial-section .container{
    z-index:999;
} */
.testimonial-section:before {
    content: "";
    position: absolute;
    background: linear-gradient(90deg,rgba(231, 231, 231, 1) 0%, rgba(255, 255, 255, 0) 12%);
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    z-index:99;
    pointer-events:none;
}
.testimonial-section:after {
    content: "";
    position: absolute;
    background: linear-gradient(90deg,rgba(231, 231, 231, 1) 0%, rgba(255, 255, 255, 0) 12%);
    height: 100%;
    width: 100%;
    margin-left:auto;
    right: 0;
    top: 0;
    z-index: 99;
    rotate:180deg;
    pointer-events:none;
}
.testimonial-section .upper-content {
    margin-bottom: 50px;
}
.slider-wrapper {
    width: 100%;
    margin-bottom: 12px;
}


.testimonial-track {
    display: flex;
    align-items: stretch;
    gap: 8px;
    width: max-content;
    will-change: transform;
}


.testimonial-card {
    position: relative;
    width: 633px;
    height: 416px;
    padding: 45px 25px;
    background: rgb(231 231 231 / 20%);
    border: 1px solid #D4D4D4;
    border-radius: 25px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
    backdrop-filter: blur(4px);
    box-shadow: inset 2px 2px 20px rgb(0 0 0 / 10%);
    z-index: 999;
}

.quote {
    color: #ff6842;
    font-size: 68px;
    font-weight: 700;
}

.testimonial-card p {
    color: #222222;
    font-size: 20px;
    line-height: 1.45em;
    font-weight: 400;
}

.author {
    display: flex;
    align-items: center;
    gap: 9px;
}

img.img-fluid.test-1 {
    width: 54px;
    width: 41px;
    position: absolute;
}

.author-info {
    display: flex;
    margin-left: 20px;
    flex-direction: column;
}

h4.author-name {
    margin-left: 52px;
}

span.author-designation {
    margin-left: 52px;
}

.author h4 {
    margin-bottom: 12px;
    color: #222222;
    font-size: 18px;
    font-weight: 600;
    line-height: 10px;
    margin-top: 40px;
}

.author span {
    display: block;
    color: #777777;
    font-size: 16px;
    font-weight: 400;
    line-height: 9px;
}

.orange-card .quote {
    color: #FF6A3A;
}

.author .orange-card p {
    color: #222222;
}


.orange-card h4 {
    color: #222222;
}


.orange-card span {
    color: #0000;
}

.testimonial-card:hover .orange-card .author-info {
    color: white;
}

.top-track {
    animation-name: slideRight;
    animation-duration: 24s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}


@keyframes slideRight {

    0% {
        transform: translateX(-50%);
    }

    100% {
        transform: translateX(0);
    }

}

.bottom-track {
    animation-name: slideLeft;
    animation-duration: 24s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

@keyframes slideLeft {

    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }

}


@media (max-width: 768px) {

    .testimonial-card {
        width: 260px;
        min-width: 260px;
        height: 180px;
        padding: 24px 20px 18px;
    }


    .testimonial-card p {
        font-size: 10px;
        line-height: 14px;
    }


    .top-track {
        animation-duration: 20s;
    }


    .bottom-track {
        animation-duration: 20s;
    }

}

@keyframes slideLeft {

    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }

}

.testimonial-card {
    transition: background-color 0.35s ease, border-color 0.35s ease;
}

.testimonial-card:hover {
    background-color: #FF6A3A;
    border-color: #FF6A3A;
}


.testimonial-card:hover p {
    color: #ffffff;
}


.testimonial-card:hover .quote {
    color: #ffffff;
}


.testimonial-card:hover .author h4 {
    color: #ffffff;
}


.testimonial-card:hover .author span {
    color: #ffffff;
}

.testimonial-card:hover .author-info {
    color: #FFFF;
}

.author-info {
    display: flex;
}


:root {
    --tab-bg: #fbe0b8;
    --tab-bg-hover: #f8d29c;
    --tab-text: #2b2b2b;
    --gap: 6px;
    --radius: 4px;
}

.testimonial-slider-section {
    width: 100%;
    padding: 50px 30px;
    background: #ffffff;
    box-sizing: border-box;
    overflow: hidden;
    font-family: Georgia, "Times New Roman", serif;
}

.video-testimonial {
    width: 100%;
    padding: 40px 20px;
    margin-top: 100px;
}

.container-testimonial {
    display: flex;
    gap: 30px;
    width: 1350px;
    height: 630px;
    margin-inline: auto;
    margin-top: 60px;
}

.testimonial-slide {
    position: relative;
    flex: 0 0 85px;
    border-radius: var(--radius);
    overflow: hidden;
    cursor: pointer;
    background: var(--tab-bg);
    transition: all .55s cubic-bezier(.4, 0, .2, 1);
    scale: .9;
}

.testimonial-slide:hover {
    background: var(--tab-bg-hover);
}

.testimonial-slide.active {
    flex: 1 1 500px;
    background: #000;
    scale: 1;
}

.slide-tab {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    transition: opacity .3s ease;
}

.testimonial-slide.active .slide-tab {
    opacity: 0;
    pointer-events: none;
}

.slide-tab span {
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    font-size: 25px;
    font-weight: 600;
    font-family: NT Epika Bold;
    letter-spacing: .5px;
    color: var(--tab-text);
    white-space: nowrap;
}

.slide-video {
    position: absolute;
    inset: 0;
    opacity: 0;
    pointer-events: none;
    transition: opacity .4s ease .1s;
}

.testimonial-slide.active .slide-video {
    opacity: 1;
    pointer-events: auto;
}

.slide-video video,
.slide-video img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    background: #000;
}

.play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 68px;
    height: 68px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.55);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background .2s ease, transform .2s ease;
}

.play-btn:hover {
    background: rgba(255, 255, 255, 0.8);
    transform: translate(-50%, -50%) scale(1.06);
}

.play-btn::after {
    content: "";
    width: 0;
    height: 0;
    border-top: 13px solid transparent;
    border-bottom: 13px solid transparent;
    border-left: 20px solid #e0483e;
    margin-left: 5px;
}

.testimonial-slide.playing .play-btn {
    display: none;
}

@media (max-width: 700px) {
    .video-testimonial .container {
        height: 300px;
    }

    .testimonial-slide {
        flex-basis: 44px;
    }

    .testimonial-slide.active {
        flex-basis: 260px;
    }

    .slide-tab span {
        font-size: 12px;
    }

    .play-btn {
        width: 50px;
        height: 50px;
    }
}

/* Pre-hide hero until GSAP timeline starts (avoids flash) */
.has-gsap .bi-hero .hero-title,
.has-gsap .bi-hero .hero-para,
.has-gsap .bi-hero .hero-content .btn-wrapper .bi-btn,
.has-gsap .bi-hero .hero-content>img,
.has-gsap .bi-hero .hero-img,
.has-gsap .bi-hero .hero-form,
.has-gsap .header .top-bar,
.has-gsap .header .main-header {
    opacity: 0;
}

@media (prefers-reduced-motion: reduce) {

    .has-gsap .bi-hero .hero-title,
    .has-gsap .bi-hero .hero-para,
    .has-gsap .bi-hero .hero-content .btn-wrapper .bi-btn,
    .has-gsap .bi-hero .hero-content>img,
    .has-gsap .bi-hero .hero-img,
    .has-gsap .bi-hero .hero-form,
    .has-gsap .header .top-bar,
    .has-gsap .header .main-header {
        opacity: 1 !important;
    }
}

/* ---------- Mobile menu (hamburger + offcanvas) ---------- */
.mobile-menu-btn {
    display: none;
    width: 44px;
    height: 44px;
    padding: 10px 9px;
    border: none;
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.08);
    cursor: pointer;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    flex-shrink: 0;
}

.mobile-menu-btn span {
    display: block;
    height: 2px;
    width: 100%;
    background: #111;
    border-radius: 2px;
    transition: transform 0.25s ease, opacity 0.25s ease;
}

.header-actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
}

.menu-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.menu-overlay.active {
    opacity: 1;
    visibility: visible;
}

.menu-offcanvas {
    position: fixed;
    top: 0;
    right: 0 !important;
    left: auto !important;
    width: min(360px, 88vw);
    max-width: 100vw;
    height: 100%;
    background: #fff;
    z-index: 9999999;
    transform: translateX(105%);
    transition: transform 0.3s ease;
    display: flex;
    flex-direction: column;
    padding: 24px 22px 32px;
    box-shadow: -8px 0 30px rgba(0, 0, 0, 0.12);
    overflow-y: auto;
    box-sizing: border-box;
}

.menu-offcanvas.active {
    transform: translateX(0);
}

.menu-offcanvas-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 28px;
}

.menu-offcanvas-header .main-heading {
    font-size: 18px;
    margin: 0;
    line-height: 1.2;
}

.menu-close-btn {
    width: 40px;
    height: 40px;
    border: none;
    padding:0;
    border-radius: 50%;
    background: #f2f2f2;
    font-size: 18px;
    cursor: pointer;
    color: #222;
    flex-shrink: 0;
}

.menu-offcanvas-nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.menu-offcanvas-nav a {
    display: block;
    padding: 14px 12px;
    border-radius: 12px;
    color: #222;
    font-size: 17px;
    font-weight: 500;
}

.menu-offcanvas-nav a.active,
.menu-offcanvas-nav a:hover {
    background: rgba(255, 106, 58, 0.1);
    color: var(--themeColor, #FF6A3A);
}

.menu-offcanvas-nav .services-dropdown-toggle {
    width: 100%;
    justify-content: space-between;
    padding: 14px 12px;
    border-radius: 12px;
    color: #222;
    font-size: 17px;
    font-weight: 500;
    text-align: left;
}

.menu-offcanvas-nav .services-dropdown-toggle:hover,
.menu-offcanvas-nav .services-dropdown.is-open .services-dropdown-toggle {
    color: var(--themeColor, #FF6A3A);
    background: rgba(255, 106, 58, 0.1);
}

.menu-offcanvas-nav .services-submenu {
    position: static;
    min-width: 0;
    padding: 7px 0 7px 14px;
    margin: 0 0 4px 12px;
    border-left: 2px solid rgba(255, 106, 58, 0.28);
    border-left: 2px solid rgba(255, 106, 58, 0.28);
    border-radius: 0;
    box-shadow: none;
    background: rgba(255, 106, 58, 0.035);
    opacity: 1;
    pointer-events: auto;
    transform: none;
    display: none;
}

.menu-offcanvas-nav .services-dropdown.is-open .services-submenu {
    display: block;
}

.menu-offcanvas-nav .services-submenu a {
    padding: 11px 12px 11px 18px;
    color: #303532 !important;
    font-size: 15px;
    white-space: normal;
}

.menu-offcanvas-nav .services-submenu a::before {
    display: none;
}

.menu-offcanvas-nav .services-submenu a:hover,
.menu-offcanvas-nav .services-submenu a:focus-visible {
    color: var(--themeColor, #FF6A3A) !important;
    padding-left: 22px;
}

.menu-offcanvas-actions {
    margin-top: auto;
    padding-top: 28px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.menu-offcanvas-actions .bi-btn {
    width: 100%;
    text-align: center;
    justify-content: center;
}

.slick-arrow svg {
    display: block;
    pointer-events: none;
}

.slick-arrow {
    color: #222;
}

.hero-content .bi-btn {
    font-size: 15px;
    padding: 16px 10px;
}

.hero-content .btn-wrapper {
    flex-direction: row;
}

/* Scroll to top */
.scroll-to-top {
    position: fixed;
    right: 28px;
    bottom: 100px;
    z-index: 9999;
    width: 52px;
    height: 52px;
    border: none;
    border-radius: 50%;
    background-color: var(--themeColor, #FF6A3A);
    color: #fff;
    font-size: 22px;
    line-height: 1;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.18);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(12px);
    transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease, background-color 0.3s ease;
}

.scroll-to-top.is-visible {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
}

.scroll-to-top:hover {
    background-color: #000;
}

.bi-services-tabs {
    padding: 240px 0 110px;
    background: url('/wp-content/uploads/2026/08/service-tabs-bg.webp') no-repeat center center/cover;
}

.bi-blog {
    padding: 100px 0;
}

.blog-filter {
    margin-bottom: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    border: 2px solid var(--themeColor2);
}

ul.category-tabs {
    display: flex;
    gap: 10px;
    margin-bottom: 0;
}

ul.category-tabs li.active {
    background-color: var(--themeColor2);
    color: #fff;
}

ul.category-tabs li {
    padding: 4px 20px;
    color: #000;
    font-weight: 600;
    transition: .5s;
    cursor: pointer;
}

ul.category-tabs li:hover {
    background-color: #f2eeee;
}

ul.category-tabs li.active:hover {
    background-color: var(--themeColor2);
    color: #fff;
}

input#blog-search {
    height: 45px;
    text-indent: 10px;
    background-color: #f4f4f5;
    border: none;
}

.blog-grid {
    display: flex;
    justify-content: center;
    align-items: start;
    gap: 30px;
    flex-wrap: wrap;
}

.blog-card-modern {
    flex: 0 0 31%;
    border: 1px solid #f1efef;
    border-radius: 12px !important;
    background-color: #fff;
    transition: .5s;
}

.blog-card-modern:hover {
    background-color: #f3efef;
}

.blog-content {
    padding: 20px;
}

.blog-cats {
    display: flex;
    gap: 10px;
    text-decoration: underline;
    color: var(--themeColor3);
    margin-bottom: 10px;
}

.blog-title {
    line-height: 1em;
}

.blog-title a {
    color: var(--themeColor);
    font-weight: 700;
}

.blog-author {
    display: flex;
    margin-top: 20px;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.blog-author-details {
    display: flex;
    align-items: center;
    gap: 10px;
}

.blog-author img {
    max-width: 40px;
}

.blog-author span {
    font-size: 14px;
}






/*BILAL EDITS*/

.navigaion-menu {
    max-width: 620px;
}

.navigaion-menu ul li a {
    padding: 8px 22px;
    font-size: 17px;
}

.hero-form {
    margin-left: 0;
    width: 30%;
}

.hero-wrapper {
    justify-content: space-between;
}

.btn-with-icon {
    margin-top: 50px;
}

.hero-title {
    margin-bottom: 0;
    margin-top: 0;
    font-size: 54px;
}

p.hero-para {
    margin-bottom: 10px;
    max-width: 84%;
}

.hero-img {
    margin-bottom: 60px;
    width: 22%;
    margin-left: -150px;
}

.hero-content {
    width: 42%;
}

.hero-content .btn-wrapper {
    max-width: 90%;
}

.logos-wrapper {
    gap: 35px;
}

.logo-item {
    width: 280px !important;
    height: 150px !important;
    border: 1px solid rgb(0 0 0 / 10%);
    transition: .5s;
}

.logo-item:hover {
    border-width: 4px;
}

.header-wrapper .item {
    display: flex;
    align-items: center;
    gap: 10px;
}

.header-wrapper {
    padding: 5px 0;
}


/* ========================================================= SERVICES SECTION 2 COLUMN / 500PX ROTATING WHEEL ========================================================= */
.rb-services {
    position: relative;
    width: 100%;
    min-height: 640px;
    overflow: hidden;
}

/* ========================================================= BACKGROUND ========================================================= */
.rb-services__bg {
    position: absolute;
    inset: 0;
    z-index: -2;
    background: linear-gradient(90deg, rgba(248, 248, 247, 0.82) 0%, rgba(248, 248, 247, 0.95) 52%, rgba(248, 248, 247, 0.78) 100%);
    pointer-events: none;
}

/* ========================================================= MAIN LAYOUT 2 COLUMNS ONLY ========================================================= */
.rb-services__layout {
    position: relative;
    width: 100%;
    min-height: 640px;
    margin: 0 auto;
    display: grid;
    /* * LEFT: * 500px wheel + service content * * RIGHT: * Book image */
    grid-template-columns: minmax(700px, 58%) minmax(400px, 42%);
    align-items: center;
}

/* ========================================================= LEFT WHEEL AREA ========================================================= */
.rb-wheel-area {
    position: relative;
    width: 100%;
    min-height: 640px;
    grid-column: 1;
    grid-row: 1;
    perspective: 1100px;
    perspective-origin: 40% 50%;
    z-index: 4;
}

/* ========================================================= MAIN 500PX CIRCLE ========================================================= */
.rb-wheel {
    position: absolute;
    width: 500px;
    height: 500px;
    left: -58px;
    top: 100px;
    /* transform: translateY(-50%) rotateY(-3deg); */
    transform-style: preserve-3d;
    border: 1px solid rgba(0, 0, 0, 0.085);
    border-radius: 50%;
    scale:1.3;
}

/* subtle depth */
.rb-wheel::before {
    content: "";
    position: absolute;
    inset: 20px;
    top: 45px;
    border-radius: 50%;
    box-shadow: inset -12px 0 28px rgba(0, 0, 0, 0.015), inset 10px 0 30px rgba(255, 255, 255, 0.4);
    pointer-events: none;
    max-width: 85%;
    margin-inline: auto;
    height: 80%;
    background-color: #fff;
}

/* ========================================================= CENTER ICON ========================================================= */
.rb-wheel__icon {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 90px;
    height: 90px;
    transform: translate(-50%, -50%) translateZ(35px);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 9px;
    z-index: 30;
}

.rb-wheel__icon svg {
    width: 42px;
    height: 42px;
}

/* ========================================================= SERVICE TABS ========================================================= */
.rb-service-tab {
    --rb-angle: 0deg;
    --rb-opacity: 1;
    --rb-depth: 0px;
    --rb-scale: 1;
    --rb-rotate-y: 0deg;
    --rb-label-tilt: 0deg;
    --rb-blur: 0px;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: 0;
    background: transparent;
    border: 0;
    outline: 0;
    cursor: pointer;
    opacity: var(--rb-opacity);
    transform: rotateZ(var(--rb-angle)) translateZ(var(--rb-depth)) scale(var(--rb-scale));
    transform-origin: 0 0;
    transform-style: preserve-3d;
    filter: blur(var(--rb-blur));
    transition: transform 850ms cubic-bezier(.18, .85, .2, 1), opacity 650ms ease, filter 650ms ease;
    will-change: transform, opacity;
    z-index: 10;
}

/* ========================================================= SERVICE NUMBER 500px / 2 = 250px radius ========================================================= */
.rb-service-tab__number {
    position: absolute;
    font-family: "Epika";
    /* * Number exactly around 500px circle edge */
    left: 260px;
    top: 0;
    display: block;
    font-size: 16px;
    line-height: 1;
    font-weight: 500;
    color: #111;
    white-space: nowrap;
    /* transform: translate(-50%, -50%) rotateZ(calc(var(--rb-angle) * -1)) rotateY(var(--rb-rotate-y)) translateZ(12px); */
    transform-origin: center center;
    transition: transform 850ms cubic-bezier(.18, .85, .2, 1), opacity 650ms ease;
}

/* ========================================================= SERVICE NAME ========================================================= */
.rb-service-tab__name {
    position: absolute;
    font-family: "Epika";
    /* * 250px radius + space after number */
    left: 325px;
    top: 0;
    min-width: 190px;
    display: block;
    font-size: 18px;
    line-height: 1.2;
    font-style: italic;
    font-weight: 400;
    text-align: left;
    color: #383838;
    white-space: nowrap;
    transform: translateY(-50%) rotateZ(var(--rb-label-tilt)) rotateY(var(--rb-rotate-y)) translateZ(22px);
    transform-origin: left center;
    transition: transform 850ms cubic-bezier(.18, .85, .2, 1), opacity 650ms ease;
    backface-visibility: visible;
}

/* ========================================================= ACTIVE TAB ========================================================= */
.rb-service-tab.is-active {
    z-index: 100;
}

/* ACTIVE DOT */
.rb-service-tab.is-active .rb-service-tab__number::before {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    left: -17px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
    background: #ff6747;
    border: 2px solid #fff;
    box-shadow: 0 0 0 1px rgba(255, 103, 71, 0.35);
}

/* * Active name hidden because title/content * appears separately. */
.rb-service-tab.is-active .rb-service-tab__name {
    opacity: 0;
    pointer-events: none;
}

/* ========================================================= ACTIVE SERVICE CONTENT SAME LEFT COLUMN AS WHEEL ========================================================= */
.rb-service-content {
    position: relative;
    grid-column: 1;
    grid-row: 1;
    z-index: 20;
    width: 665px;
    margin-left: 630px;
    align-self: center;
    pointer-events: auto;
    top:40px
}

/* ========================================================= TITLE + BUTTON ROW ========================================================= */
.rb-service-content__top {
    display: flex;
    align-items: center;
    gap: 55px;
}

.rb-service-content h2 {
    margin: 0;
    font-size: 30px;
    line-height: 1.15;
    font-weight: 400;
    letter-spacing: -1.2px;
    color: #080808;
    transition: opacity 300ms ease, transform 450ms cubic-bezier(.18, .85, .2, 1);
}

/* ========================================================= DESCRIPTION ========================================================= */
.rb-service-content p {
    width: 100%;
    max-width: 525px;
    margin: 28px 0 0;
    font-family: "Inter", sans-serif;
    font-size: 20px;
    line-height: 1.5;
    font-weight: 400;
    color: #565656;
    transition: opacity 300ms ease, transform 450ms cubic-bezier(.18, .85, .2, 1);
}

/* ========================================================= ACTIVE BUTTON ========================================================= */
.rb-service-next {
    flex: 0 0 31px;
    width: 31px;
    height: 31px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 50%;
    background: #ff6747;
    cursor: pointer;
    transition: transform 300ms ease, opacity 300ms ease, box-shadow 300ms ease;
}

.rb-service-next:hover {
    transform: translateX(4px);
    box-shadow: 0 5px 15px rgba(255, 103, 71, 0.22);
}

.rb-service-next svg {
    width: 13px;
    height: 13px;
    fill: none;
    stroke: #fff;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

/* ========================================================= CONTENT SWITCHING ========================================================= */
.rb-service-content.is-changing h2,
.rb-service-content.is-changing p {
    opacity: 0;
    transform: translateY(12px);
}

/* ========================================================= RIGHT COLUMN ========================================================= */
.rb-service-visual {
    position: relative;
    grid-column: 2;
    grid-row: 1;
    width: 100%;
    height: 640px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    overflow: visible;
    perspective: 1200px;
    z-index: 3;
}

/* ========================================================= LEFT IMAGE FADE ========================================================= */
/* ========================================================= BOOK IMAGE ========================================================= */
.rb-service-visual img {
    width: 110%;
    max-width: none;
    height: 94%;
    object-fit: contain;
    object-position: right center;
    display: block;
    transform: translateX(3%) scale(1);
    transform-origin: right center;
    transition: opacity 420ms ease, transform 750ms cubic-bezier(.18, .85, .2, 1);
    will-change: transform, opacity;
}

.rb-service-visual img.is-changing {
    opacity: 0;
    transform: translateX(8%) scale(.96);
}

/* ========================================================= 1300PX ========================================================= */
@media (max-width: 1300px) {
    .rb-services__layout {
        grid-template-columns: minmax(650px, 58%) minmax(380px, 42%);
    }

    .rb-service-content {
        width: 330px;
        margin-left: 470px;
    }

    .rb-service-content__top {
        gap: 35px;
    }

    .rb-service-visual img {
        width: 75%;
    }
}

/* ========================================================= 1100PX ========================================================= */
@media (max-width: 1100px) {
    .rb-services__layout {
        grid-template-columns: 62% 38%;
    }

    /* * Slightly smaller than desktop * but still large wheel. */
    .rb-wheel {
        width: 440px;
        height: 440px;
        left: -100px;
    }

    /* * 440 / 2 = 220px */
    .rb-service-tab__number {
        left: 219px;
    }

    .rb-service-tab__name {
        left: 285px;
        min-width: 150px;
        font-size: 16px;
    }

    .rb-service-content {
        width: 300px;
        margin-left: 375px;
    }

    .rb-service-content h2 {
        font-size: 26px;
    }

    .rb-service-content__top {
        gap: 25px;
    }

    .rb-service-visual img {
        width: 135%;
        transform: translateX(10%);
    }
}

/* ========================================================= TABLET ========================================================= */
@media (max-width: 900px) {
    .rb-services {
        min-height: auto;
    }

    .rb-services__layout {
        min-height: 560px;
        grid-template-columns: 60% 40%;
    }

    .rb-wheel-area {
        min-height: 560px;
    }

    .rb-wheel {
        width: 360px;
        height: 360px;
        left: -110px;
    }

    /* * 360 / 2 = 180 */
    .rb-service-tab__number {
        left: 179px;
        font-size: 14px;
    }

    .rb-service-tab__name {
        left: 235px;
        min-width: 130px;
        font-size: 14px;
    }

    .rb-wheel__icon {
        width: 65px;
        height: 65px;
    }

    .rb-service-content {
        width: 260px;
        margin-left: 290px;
    }

    .rb-service-content h2 {
        font-size: 24px;
    }

    .rb-service-content p {
        font-size: 12px;
    }

    .rb-service-visual {
        height: 560px;
    }
}

/* ========================================================= MOBILE ========================================================= */
@media (max-width: 767px) {
    .rb-services {
        padding: 40px 20px;
        overflow: hidden;
    }

    .rb-services__layout {
        display: flex;
        flex-direction: column;
        min-height: auto;
    }

    /* ======================================================= MOBILE WHEEL ======================================================= */
    .rb-wheel-area {
        width: 100%;
        min-height: 400px;
        order: 1;
        perspective: 900px;
    }

    .rb-wheel {
        width: 290px;
        height: 290px;
        left: -120px;
        top: 190px;
        transform: none;
    }

    /* * 290 / 2 = 145 */
    .rb-service-tab__number {
        left: 144px;
        font-size: 14px;
    }

    .rb-service-tab__name {
        left: 200px;
        min-width: 130px;
        font-size: 14px;
    }

    .rb-wheel__icon {
        width: 55px;
        height: 55px;
    }

    .rb-wheel__icon svg {
        width: 34px;
        height: 34px;
    }

    /* ======================================================= MOBILE CONTENT ======================================================= */
    .rb-service-content {
        width: 100%;
        margin-left: 0;
        order: 2;
        align-self: auto;
    }

    .rb-service-content__top {
        width: 100%;
        justify-content: space-between;
        gap: 20px;
    }

    .rb-service-content p {
        max-width: 100%;
        margin-top: 18px;
    }

    /* ======================================================= MOBILE IMAGE ======================================================= */
    .rb-service-visual {
        width: 100%;
        height: 430px;
        order: 3;
        margin-top: 20px;
    }

    .rb-service-visual img {
        width: 100%;
        height: 100%;
        transform: none;
    }

    .rb-service-visual::before {
        display: none;
    }
}

.speciality-publishing .box:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 95%;
    background-color: rgb(255 255 255 / 20%);
    top: 26px;
    left: 10px;
    border-radius: 30px;
    backdrop-filter: blur(9px);
    border-right: 1px solid rgb(255 255 255 / 50%);
    z-index: -1;
    border-bottom: 1px solid rgb(255 255 255 / 50%);
    transition: .5s;
}

.speciality-publishing .box:hover:before{
    height: 100%;
    top: 0px;
    left: 0px;
}
.services-dropdown .services-submenu {
    flex-direction: column !important;
    align-items: start;
    padding: 20px 5px !important;
}

.services-dropdown.is-open .services-submenu a {
    padding-left: 35px;
}

header {
    z-index: 99;
}
.services-dropdown-toggle {
    color: #fff;
}

.services-dropdown-toggle span {
    color: #fff;
    font-size: 20px;
    margin-top: -13px;
}

.services-dropdown.is-open .services-dropdown-toggle span {
    margin-bottom: -15px;
    margin-top: 0px;
}


/* INNER PAGE CSS */

.top-section {
    background-size: cover;
    padding: 35px;
    background: url(/wp-content/uploads/2026/08/Hero-background.png);
    height: 1006px;

}

.bread-crumbe {
    font-size: 14px;
    color: #000;
}

img.img-fluid.hero-image {
    margin-top: 55px;
    width: 148px;
    height: 144px;
}

.hero-section {
    padding-top: 230px;
    background: url('/wp-content/uploads/2026/08/inner-page-bg.webp') no-repeat center;
    background-size: cover;
}

h1.hero-title.publishing-services {
    padding-top: 40px;
}

span.page-title {
    color: #FF6A3A;
    font-size: 18px;
}

a.bread-crumbe {
    font-size: 18px;
}

.hero-last-part {
    margin-top: 166px;
}

.explore-section {
    width: 100%;
    min-height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}


.explore-container {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}


.explore-circle {
    position: relative;
    width: 220px;
    height: 220px;
    display: flex;
    align-items: center;
    justify-content: center;
}


.outer-circle {
    position: absolute;
    width: 200px;
    height: 200px;
    top: 10px;
    left: 10px;
    border: 1px solid #D9D9D9;
    border-radius: 50%;
}

.circle-text {
    position: absolute;
    width: 220px;
    height: 220px;
    top: 0;
    left: 0;
    overflow: visible;
}


.circle-text text {

    font-size: 26px;
    font-weight: 400;
    letter-spacing: 1px;
    fill: #292929;
}

.explore-button {
    position: relative;
    width: 125px;
    height: 125px;
    border-radius: 50%;
    background-color: #FF5B38;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 1.2;
    padding: 0 10px;
    box-sizing: border-box;
    cursor: pointer;
    z-index: 5;
}


.explore-button:hover {
    transform: scale(1.03);
}

.circle-text {
    animation: rotateText 18s linear infinite;
}

@keyframes rotateText {
    from {
        transform: rotate(-90deg);
    }

    to {
        transform: rotate(270deg);
    }
}

img.img-fluid.book-hero {
    margin-top: 57px;
    margin-bottom: -315px;
}

img.img-fluid.eagles {
    position: absolute;
    right: 0;
    top: 0;
    margin-top: -130px;
    margin-right: -96px;
    width: 400px;
    height: 268px;
}

.message-wrapper {
    display: flex;
    justify-content: center;
}

.message-heading {
    font-size: 55px;
    line-height: 1.3em;
    text-align: center;
}

img.img-fluid.message-img-left {
    position: absolute;
    left: 0;
    margin-top: -110px;
    margin-left: 210px;
}

img.img-fluid.message-img-right {
    position: absolute;
    right: 0;
    margin-right: 215px;
    margin-top: -98px;
}

.Message-with-purpose {
    padding-top: 450px;
    background-color: #F7F7F7;
}

.message-paragraph {
    justify-content: center;
    display: flex;
    text-align: center;
}
.services-dropdown.is-open .services-submenu a:hover {
    color: #fff !important;
}
.services-dropdown.is-open .services-submenu a:hover:before {
    color: #fff !important;
}
.inner-page.service .speciality-publishing {
    background: transparent !important;
    padding: 145px 0;
}
.inner-page.service .christine-voice {
    padding-bottom: 90px;
}
.message-paragraph {
    max-width: 955px;
    margin-inline: auto;
}
.inner-page.service .bi-btn.card-arrow {
    font-size: 15px;
    width: fit-content;
    height: fit-content;
    padding: 15px;
    bottom: -45px;
}
.footer-menu a {
    color: #737373;
}

/*ABOUT PAGE*/

.about-lottie-img {
    padding-top:90px;
    padding-left:50px;
}

.about-faith-bridge-publishers{

    padding-top: 432px;
}
h2.theme-heading.faith-bridge {
    line-height:1.3em;
    padding-bottom: 40px;
}
p.theme-para.faithbridge-para {
    max-width: 750px;
    margin-bottom: 30px;
    font-size: 20px;
}

.about-content-wrapper{

    padding-right: 80px;
    display: flex;
    flex-direction: column;
    margin-top: 80px;
    padding-left: 50px;
    position: relative;
    gap: 14px;

}
.aboutfaith-content-wrapper {
    padding-left:80px;
}
section.mission\&vision {
    padding-top:120px;
}

.mission-box{
    padding: 80px 25px 40px 35px;
    border-radius: 25px;
    background-color: #E7E7E7;
}
p.theme-para.mission-para {
    max-width:730px;
    line-height:1.4em;
    padding-top:20px;
}
p.theme-para.vision-para {
    max-width:730px;
    line-height:1.4em;
    padding-top:20px;
}
section.card-with-number {
    padding-top:120px;
    padding-bottom:120px;
}

.card-1 {
    background: linear-gradient(0deg, #FFF 0%, #FFE4B8 100%);
    background-color: #fff;
    padding:40px 35px 40px 35px;
    border-radius:5px;
    width:407px;
    height:523px;
    margin-top: 55px;
}
h2.card1-number {
    color:#FF6A3A;
    font-size:100px;
    text-align:start;
    font-weight:800;
    padding-bottom: 261px;
}
span.theme-para {
    text-align:start;
}
img.img-fluid.card-arow {
    position:absolute;
    left:0;
    margin-left:-100px;
    top:0;
    margin-top:490px;
}


.card-2 {
    background: linear-gradient(0deg, #FFF 0%, #FFE4B8 100%);
    background-color: #fff;
    padding:40px 35px 40px 35px;
    border-radius:5px;
    width:407px;
    height:523px;
}

h2.card2-number {
    color:#FF6A3A;
    font-size:100px;
    text-align:start;
    font-weight:800;
    padding-bottom: 261px;
}

span.theme-para {
    text-align:start;
}

img.img-fluid.card-arow {
    position:absolute;
    left:0;
    margin-left:-100px;
    top:0;
    margin-top:490px;
    margin-top: 530px;
}
img.img-fluid.card-arow1 {
    margin-left:-90px;
    margin-top:10px;
}

img.img-fluid.card-arow2 {
    margin-left:-90px;
    padding-top:10px;
}
img.img-fluid.card-arow3 {
    margin-left:-100px;
    margin-top:10px;
}

.card-3 {
    background: linear-gradient(0deg, #FFF 0%, #FFE4B8 100%);
    background-color: #fff;
    padding:40px 35px 40px 35px;
    border-radius:5px;
    width:407px;
    height:523px;
}
h2.card3-number {
    color:#FF6A3A;
    font-size:100px;
    text-align:start;
    font-weight:800;
    padding-bottom: 261px;
}

.card-4 {
    background: linear-gradient(0deg, #FFF 0%, #FFE4B8 100%);
    background-color: #fff;
    padding:40px 35px 40px 35px;
    border-radius:5px;
    width:407px;
    height:523px;
    margin-top: 55px;
}

h2.card4-number {
    color:#FF6A3A;
    font-size:100px;
    text-align:start;
    font-weight:800;
    padding-bottom: 261px;
}
.circle-list {
    list-style-type: circle;
    color:#FF6A3A ;
}
.circle-list li {

    margin-bottom: 20px;
    font-size: 19px;
}

img.img-fluid.black-universal {
    position: absolute;
    width: 355px;
    height: 352px;
    right:0;
    bottom:0;
}
.col-4.\32 parts {
    flex: 0 0 100%;
    max-width: 100%;
}
ol.circle-list {
    margin-left: 0;
}

/* Contact Us page Proper Css */

.information {
    background-color:rgb(0 0 0 / 10%);
    border:1px solid white;
    border-radius:20px;
    padding:20px;
    width:620px;
    height:132px;
}
.contact-inforation {
    display:flex;
    flex-direction:column;
    margin-top:-77px;
    padding-left:100px;
    font-size:24px;
    color: white;
}
.information img {
    margin-top: 8px;
}
a.contact-no {
    color:white;
    font-weight:400;
    font-size:20px;
    padding-top:8px;
}

a.email-id {
    color:white;
    font-weight:400;
    font-size:20px;
    padding-top:8px;
}
a.location {
    color:white;
    font-weight:400;
    font-size:20px;
    padding-top:8px;
}

.contact-infos{
    margin-top: 50px;
}
.email-infos {
    padding-top:30px;
}
.peigon {
    position: absolute;
    right: 0;
    top: 4px;
    left: 1477px;
}
.page-id-159 .testimonial-card {
    width: 100%;
    margin-bottom: 30px;
}


.policy-content h3 {
    font-size: 36px;
    margin-bottom: 5px;
    margin-top: 20px;
}

.policy-content {
    padding: 100px 20px;
}

.policy-content :is(ul,ol) {
    margin-left: 20px !important;
    font-size: 20px;
    color: #000;
    opacity: .7;
}

.policy-content p {
    font-size: 20px;
    color: #000;
    opacity: .7;
}


/*NESTED SERVICES*/

.nested .bi-hero {
    padding: 160px 0 110px;
    background: url('/wp-content/uploads/2026/08/inner-page-bg.webp') no-repeat center;
    background-size: cover;
}

.nested .Message-with-purpose {
    padding-top:170px;
    padding-bottom: 400px;
}

.nested .image-section {
    margin-top: -315px;
    padding-bottom: 120px;
    text-align: center;
}

.nested section.service\&image {
    padding-bottom: 70px;
}

.nested section.service\&image .row {
    align-items: center;
}

section.service\&image {
    padding-top:98px;
}

ul.bullet-points {
    border-color: rgb(0 0 0 / 20%);
    width: fit-content;
    list-style-type: circle;
    color: #FF6A3A;
    font-size: 18px;
    display: flex;
    flex-direction: column;
    gap: 7px;
    padding-top: 14px;
    border-top: 1px solid black;
    margin-top: 55px;
}

img.img-fluid.services-img{
    position: absolute;
    left: -223px;
}
p.theme-para.para-msg {
    max-width: 965px;
}
.nested .hero-wrapper {
    margin-top: 50px;
}

.nested .bread-crumb {
    margin-bottom: 30px;
}
.nested .Message-with-purpose .message-heading {
    max-width: 835px;
}
.nested .hero-form .field input::placeholder {
    color: #000;
}
.nested .hero-form .field input {
    color: #000;
}
.nested .hero-form textarea::placeholder {
    color: #000;
}
.nested .hero-form textarea {
    color: #000;
}
.calltoaction a.bi-btn.frist-btn:hover {
    color: #474444;
}
.calltoaction a.bi-btn.third-btn:hover {
    color: #474444;
}

.image-section a.bi-btn.frist-btn:hover {
    color: #474444;
}