/* ============================================
   SECTION: Google Fonts Import START
============================================ */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap');
/* ============================================
   SECTION: Google Fonts Import END
============================================ */

/* ============================================
   SECTION: Reset & Base Styles START
============================================ */
h1, h2, h3, h4, h5, h6, p, span, ul, li, a, .btn-default, textarea {
    margin: 0;
    padding: 0;
}
* {
    margin: 0;
    padding: 0;
}
a, a:hover, a:focus {
    text-decoration: none;
}
body {
    overflow-x: hidden;
    font-family: 'Inter', sans-serif;
    scroll-behavior: smooth;
}
.container {
    max-width: 1360px;
}
body {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}
/* ============================================
   SECTION: Reset & Base Styles END
============================================ */

/* ============================================
   SECTION: Global CSS Variables & Components START
============================================ */
:root {
    --55-roman: font-family: "Neue Haas Grotesk Text Pro 55 Roman";
    --65-medium: font-family: "Neue Haas Grotesk Display Pro 65 Medium";
    --75-bold: font-family: 'Neue Haas Grotesk Display Pro 75 Bold';
    --blackclr: #2B3252;
    --redclr: #EA2121;
    --greyclr: #7C878E;
    --skyclr: #F5F8FE;
}
.section_header span {
    position: relative;
    font-size: 24px;
    font-family: var(--65-medium);
    font-weight: 600;
    color: #000;
    text-transform: capitalize;
    margin-bottom: 10px;
    z-index: 1;
    display: inline-block;
    padding-right: 90px;
}
.section_header span:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    width: 55px;
    height: 2px;
    background: var(--redclr);
    z-index: -1;
}
.section_header h2 {
    font-size: 64px;
    font-family: var(--75-bold);
    font-weight: 700;
    color: var(--blackclr);
    text-transform: capitalize;
    position: relative;
    display: block;
    margin-bottom: 30px;
    line-height: 1.0;
}
.paragraph {
    font-weight: 300;
    color: #000;
    line-height: 1.3;
}
.cta_btn {
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    border: none;
    background: var(--redclr);
    outline: none;
    transition: all 0.3s ease-in-out;
    border-radius: 50px;
    padding: 10px 30px;
    display: inline-block;
}
.cta_btn:hover {
    background: var(--blackclr);
    color: #fff;
}
.cta_btn_black {
    font-size: 18px;
    font-family: var(--75-bold);
    font-weight: 700;
    color: #fff;
    border: none;
    background: #000;
    outline: none;
    transition: all 0.3s ease-in-out;
    border-radius: 50px;
    padding: 18px 45px;
    display: inline-block;
}
.cta_btn_black:hover {
    color: #fff;
    background: var(--redclr);
}
/* ============================================
   SECTION: Global CSS Variables & Components END
============================================ */

/* ============================================
   SECTION: Header Desktop START
============================================ */
header {
    padding: 15px 0;
    background: transparent;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 999;
}
header .container {
    max-width: 1580px !important;
}
.logo img {
    max-width: 225px;
    width: 100%;
    object-fit: cover;
    object-position: center;
}
.stellarnav ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 55px;
}
.stellarnav ul>li>a {
    padding: 0;
    font-size: 20px;
    font-family: var(--75-bold);
    font-weight: 500;
    text-transform: capitalize;
    transition: all 0.3s ease-in-out;
    color: #fff;
}
.stellarnav ul>li>a:hover {
    color: var(--redclr);
}
.header_number {
    display: flex;
    align-items: center;
}
.header_number img {
    max-width: 64px;
    width: 100%;
    object-fit: cover;
    object-position: center;
}
.header_number a {
    font-size: 24px !important;
    font-weight: 700 !important;
    color: #fff !important;
    transition: all 0.3s ease-in-out;
}
.header_number a:hover {
    color: var(--redclr) !important;
}
/* ============================================
   SECTION: Header Desktop END
============================================ */

/* ============================================
   SECTION: Banner Desktop START
============================================ */
.banner_section {
    position: relative;
    z-index: 1;
    background: #000;
}
.banner_slider .item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    position: relative;
    min-height: 1060px;
}
.banner_content {
    max-width: 720px;
}
.banner_content h1 {
    font-size: 100px;
    font-weight: 700;
    font-family: var(--75-bold);
    color: #fff;
    line-height: 1.0;
    margin-bottom: 30px;
}
.banner_content p {
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    line-height: 1.4;
}
.banner_btn {
    margin: 40px 0 0;
}
.banner_slider .owl-nav {
    position: absolute;
    bottom: 10%;
    right: 8%;
}
.banner_slider .owl-nav button {
    width: 55px;
    height: 55px;
    border-radius: 50% !important;
    border: 1px solid #fff !important;
    outline: none !important;
    background: #fff !important;
}
.banner_slider .owl-nav button i {
    color: #000 !important;
    font-size: 20px !important;
}
.banner_slider .owl-nav button.owl-prev {
    background: transparent !important;
}
.banner_slider .owl-nav button.owl-prev i {
    color: #fff !important;
}
/* ============================================
   SECTION: Banner Desktop END
============================================ */

/* ============================================
   SECTION: Banner Animation Desktop START
============================================ */
.typewriter {
    width: 0;
    animation: typing 3s steps(18, end) infinite, blink .8s infinite;
}
@keyframes typing {
    0% {
        width: 0;
    }
    40% {
        width: 100%;
    }
    80% {
        width: 100%;
    }
    100% {
        width: 0;
    }
}
@keyframes blink {
    50% {
        border-color: transparent;
    }
}
/* ============================================
   SECTION: Banner Animation Desktop END
============================================ */

/* ============================================
   SECTION: Index Section 2 Desktop START
============================================ */
.index_section2 {
    position: relative;
    padding: 70px 0;
    z-index: 1;
}
.index_section2 ul {
    display: flex;
    align-items: center;
    gap: 30px;
}
.index_section2 ul li {
    font-size: 96px;
    font-weight: 700;
    color: #000;
    list-style-type: none;
    position: relative;
    padding-left: 50px;
}
.index_section2 ul li:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: var(--redclr);
}
.vector1 {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    object-fit: contain;
    object-position: center;
}
/* ============================================
   SECTION: Index Section 2 Desktop END
============================================ */

/* ============================================
   SECTION: Index Section 3 Desktop START
============================================ */
.index_section3 {
    position: relative;
    padding: 70px 0;
    z-index: 1;
}
/* ============================================
   SECTION: Index Section 3 Desktop END
============================================ */

/* ============================================
   SECTION: Index Section 4 / Services Tabs Desktop START
============================================ */
.index_section4 {
    position: relative;
    padding: 70px 0;
    z-index: 1;
}
.servicesTabs_wrap button {
    background: #E7E7E7 !important;
    font-size: 18px;
    font-weight: 700;
    color: #000;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    gap: 15px;
    border-radius: 10px !important;
    padding: 15px 30px;
    width: 100%;
    outline: none;
    border: none;
    margin-bottom: 15px;
}
.servicesTabs_wrap button.active {
    background: var(--redclr) !important;
}
#v-pills-tab button:hover {
    color: var(--blackclr);
}
.service_tabBtn button img {
    max-width: 40px;
    width: 100%;
}
.serviceTab_inner ul li {
    font-size: 15px;
    margin: 0 0 10px;
    line-height: 1.3;
    color: #000;
}
.serviceTab_inner ul li:last-child {
    margin: 0;
    padding: 0;
}
.servicesTabs_wrap button.active img {
    filter: invert(1);
}
.serviceTab_inner h3 {
    font-size: 28px;
    font-weight: 700;
    color: #000;
    margin-bottom: 25px;
}
/* ============================================
   SECTION: Index Section 4 / Services Tabs Desktop END
============================================ */

/* ============================================
   SECTION: Portfolio Section Desktop START
============================================ */
.portfolio_section {
    position: relative;
    padding: 70px 0;
}
.portflio_wrap {
    background: var(--skyclr);
    padding: 20px;
}
.portfolio_tabLinks {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.portfolio_tabLinks ul {
    gap: 30px;
}
.portfolio_tabLinks .nav-link {
    font-size: 18px;
    font-weight: 500;
    color: var(--blackclr);
    text-transform: capitalize;
    position: relative;
    padding-left: 15px;
}
.portfolio_tabLinks .nav-link:before {
    content: '';
    position: absolute;
    top: 48%;
    left: 0;
    width: 0.7rem;
    height: 3px;
    background: var(--blackclr);
    opacity: 1;
}
.portfolio_tabLinks .nav-link.active:after {
    content: "";
    position: absolute;
    top: 40px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 26px;
    height: 117px;
    background: var(--skyclr);
}
.portfolio_tabLinks .nav-link.active {
    color: var(--redclr);
    font-weight: 600;
    background: #f5f8fe;
}
.portfolio_tabLinks .nav-link.active:before {
    opacity: 0;
}
.portfolio_item {
    display: block;
    padding: 0 15px;
}
.portfolio_item .image img {
    width: 100%;
    object-fit: cover;
    object-position: center;
    transition: all 0.3s ease-in-out;
}
.portfolio_detail span {
    font-size: 16px;
    font-weight: 600;
    color: #000;
    text-transform: capitalize;
    display: inline-block;
    margin-bottom: 10px;
}
.portfolio_detail p {
    font-size: 36px;
    font-family: var(--65-medium);
    font-weight: 600;
    color: #000;
    text-transform: capitalize;
}
.portfolio_item:hover img {
    filter: brightness(0.8);
}
/* ============================================
   SECTION: Portfolio Section Desktop END
============================================ */

/* ============================================
   SECTION: Contact Section Desktop START
============================================ */
.contact_section {
    position: relative;
    padding: 70px 0;
    z-index: 1;
}
.contact_leftCol {
    padding-right: 100px;
}
.social_iconsWrap {
    margin-bottom: 50px;
}
.social_icon {
    display: flex;
    align-items: center;
    gap: 15px;
}
.social_icon a {
    font-size: 22px;
    color: #fff;
    background: var(--redclr);
    padding: 5px 14px;
    border-radius: 12px;
    display: inline-block;
    transition: all 0.3s ease-in-out;
}
.social_icon a:hover {
    background: var(--blackclr);
}
.contact_detail_item {
    background: #f5f5f5;
    border-radius: 12px;
    padding: 25px 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 500px;
}
.contact_detail_item .contact_det {
    width: 300px;
}
.contact_detail_item .contact_det span {
    display: block;
    font-size: 17px;
    font-weight: 500;
    color: #5c5c5c;
    margin-bottom: 5px;
}
.contact_detail_item .contact_det a {
    font-size: 18px;
    font-weight: 600;
    color: #000;
    transition: all 0.3s ease-in-out;
}
.contact_detail_item i {
    font-size: 22px;
    color: #333;
}
.contact_detail_item .contact_det a:hover {
    color: var(--redclr);
}
.contact_form {
    background: #f5f5f5;
    border-radius: 12px;
    padding: 50px 50px;
}
.field_row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}
.field_row .field_item {
    width: 48%;
}
.field_item label {
    font-size: 18px;
    font-weight: 700;
    color: #333;
    text-transform: capitalize;
    display: block;
    margin-bottom: 10px;
}
.field_item input,
.field_item textarea {
    width: 100%;
    box-sizing: border-box;
    font-size: 14px;
    font-weight: 500;
    color: #b0b0b0;
    padding: 10px;
    outline: none;
    border: none;
    resize: none;
    border-radius: 8px;
}
/* ============================================
   SECTION: Contact Section Desktop END
============================================ */

/* ============================================
   SECTION: Testimonials Section Desktop START
============================================ */
.testimonials_section {
    position: relative;
    background: #f5f5f5 url(../images/vector1.png) no-repeat;
    min-height: 900px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}
.testimonials_section .section_header>h2 {
    color: var(--blackclr);
}
.testimonials_section .section_header>span {
    color: #000;
}
.testimonials_slider {
    margin: 50px 0 20px;
}
.testimonial_slide .top {
    border-radius: 20px;
    background: #2b3252 url(../images/testimonial_itemBg.png) no-repeat;
    background-size: contain;
    position: relative;
    min-height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 30px;
    padding: 20px 50px 0;
    margin-bottom: 50px;
    box-shadow: 0 0 2px 0px #fcfcfc;
    z-index: 1;
}
.client_review p {
    color: #fff;
}
.testimonial_slide .top:before {
    content: '';
    position: absolute;
    bottom: -7%;
    left: 3%;
    background: url(../images/Tip.png) no-repeat;
    background-size: contain;
    width: 39px;
    height: 21px;
    z-index: -1;
}
.client_review {
    font-size: 14px;
    font-weight: 500;
    color: var(--blackclr);
    padding-bottom: 40px;
}
.client_info {
    width: calc(100% - 100px);
}
.rating span {
    font-size: 20px;
    color: #FFA800;
    margin: -1px;
}
.testimonial_slide .bottom {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
}
.client_image img {
    max-width: 70px;
    width: 100%;
    height: 70px;
    border-radius: 100%;
    object-fit: cover;
    object-position: center;
}
.client_info p {
    font-size: 20px;
    font-weight: 600;
    color: #2b3252;
}
.client_info span {
    font-size: 17px;
    font-weight: 500;
    color: var(--greyclr);
}
.testimonials_slider .owl-nav {
    position: absolute;
    top: -35%;
    right: 10%;
}
.testimonials_slider .owl-nav button {
    width: 55px;
    height: 55px;
    border-radius: 50% !important;
    border: 1px solid #fff !important;
    outline: none !important;
    background: #fff !important;
}
.testimonials_slider .owl-nav button i {
    color: #000 !important;
    font-size: 20px !important;
}
.testimonials_slider .owl-nav button.owl-prev {
    background: transparent !important;
    border: 1px solid #53586f !important;
}
.testimonials_slider .owl-nav button.owl-prev i {
    color: #50556e !important;
}
/* ============================================
   SECTION: Testimonials Section Desktop END
============================================ */

/* ============================================
   SECTION: Footer Desktop START
============================================ */
footer {
    position: relative;
    padding: 70px 0 0;
    overflow: hidden;
}
footer .container {
    max-width: 1360px;
}
.footer_top {
    position: relative;
    padding-bottom: 40px;
    z-index: 1;
}
.contact_info {
    display: flex;
    align-items: center;
    gap: 15px;
}
.contact_info span {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--blackclr);
    color: #fff;
    font-size: 18px;
}
.contact_item label {
    display: block;
    font-size: 17px;
    font-weight: 500;
    color: var(--greyclr);
}
.contact_info a {
    font-size: 19px;
    font-weight: 600;
    color: var(--blackclr);
    transition: all 0.3s ease-in-out;
}
.f_middle {
    text-align: center;
}
.footer_logo {
    margin-bottom: 5px;
}
.f_title {
    font-size: 20px;
    font-weight: 700;
    color: #000;
    text-transform: capitalize;
}
.f_col1 {
    display: flex;
    justify-content: flex-start;
}
.social_icons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}
.f_col3 {
    display: flex;
    justify-content: flex-end;
}
.footer_bottom {
    position: relative;
    background: #000;
    padding: 15px 0;
}
.footer_bottom p {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    text-transform: capitalize;
}
.fbottom_p {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.fbottom_p a {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
}
/* ============================================
   SECTION: Footer Desktop END
============================================ */

/* ============================================
   SECTION: Get In Touch Popup Desktop START
============================================ */
.modal-dialog {
    max-width: 750px;
}
.modal-content {
    border-radius: 20px;
    border: none !important;
    box-shadow: 0 0 10px 0 #ccc;
    background: #f5f5f5;
    padding: 20px 20px;
}
.modal-header {
    border: none !important;
}
.modal-title {
    font-size: 32px;
    font-weight: 700;
    color: #000;
}
.btn-close {
    opacity: 1;
    color: var(--blackclr);
}
/* ============================================
   SECTION: Get In Touch Popup Desktop END
============================================ */

/* ============================================
   SECTION: Body Scrollbar Desktop START
============================================ */
body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}
body::-webkit-scrollbar {
    width: 12px;
    background-image: linear-gradient(to right top, #ea2121, #cb0056, #952671, #58356e, #2b3252);
}
body::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-image: linear-gradient(to right top, #ea2121, #cb0056, #952671, #58356e, #2b3252);
}
/* ============================================
   SECTION: Body Scrollbar Desktop END
============================================ */

/* ============================================
   SECTION: Publishing Plans Desktop START
============================================ */
.publishing-plans-section {
    padding: 80px 0;
    background: #f9f9f9;
    overflow: hidden;
    position: relative;
}
.content-wrapper {
    max-width: 700px;
}
.small-heading {
    display: block;
    color: #ff7257;
    font-size: 80px;
    line-height: 1;
    font-family: "Playfair Display", serif;
    font-weight: 400;
    margin-bottom: 10px;
}
.main-heading {
    margin-bottom: 20px;
}
.typewriter {
    font-size: 5.5rem !important;
    font-weight: 400;
    display: inline-block;
    font-family: "Vidaloka", serif;
    color: #1c2238;
    line-height: 110px;
    white-space: nowrap;
    overflow: hidden;
    border-right: 4px solid #10173d;
    width: 0;
    animation: typing 8s steps(18, end) infinite, blink .8s step-end infinite;
}
@keyframes typing {
    0% {
        width: 0;
    }
    30% {
        width: 100%;
    }
    70% {
        width: 100%;
    }
    100% {
        width: 0;
    }
}
.sub-heading {
    color: #1c2238;
    font-size: 30px;
    line-height: 0.2;
    font-weight: 400;
    margin-bottom: 25px;
    font-family: "Open Sans", sans-serif;
}
.description {
    color: #555;
    font-size: 20px;
    line-height: 1.8;
    margin-bottom: 25px;
}
.highlight-text {
    color: #576aa5;
    font-size: 24px;
    font-style: italic;
    font-weight: 700;
    margin-bottom: 40px;
    font-family: 'Open Sans';
}
.plan-btn {
    background: #2ed3a8;
    color: #fff;
    text-decoration: none;
    padding: 18px 35px;
    border-radius: 60px;
    display: inline-flex;
    align-items: center;
    gap: 15px;
    font-size: 20px;
    font-weight: 700;
    transition: .4s;
}
.plan-btn:hover {
    background: #10173d;
    color: #fff;
}
a#new-ntm {
    display: inline-flex;
}
.image-collage {
    position: relative;
    height: 650px;
}
.img-box {
    position: absolute;
    overflow: hidden;
    border-radius: 6px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
}
.img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.img-1 {
    width: 280px;
    height: 210px;
    top: 0;
    right: 40px;
    transform: rotate(-3deg);
}
.img-2 {
    width: 280px;
    height: 330px;
    top: 140px;
    right: 10px;
    transform: rotate(4deg);
}
.img-3 {
    width: 260px;
    height: 230px;
    bottom: 0;
    left: 40px;
    transform: rotate(3deg);
}
.arrow-shape {
    position: absolute;
    top: 90px;
    right: -10px;
    font-size: 120px;
    color: #ff7257;
    transform: rotate(-15deg);
}
.circle-shape {
    width: 90px;
    height: 90px;
    background: #10173d;
    border-radius: 50%;
    position: absolute;
    bottom: 120px;
    left: 0;
}
.banner-image img {
    width: 100%;
    max-width: 560px;
    display: block;
    margin-left: auto;
}
/* ============================================
   SECTION: Publishing Plans Desktop END
============================================ */

/* ============================================
   SECTION: Quiz Section Desktop START
============================================ */
.quiz-section {
    background: #f8f8f8;
}
.quiz-wrapper {
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
    padding: 80px 0;
}
.quiz-icon {
    text-align: center;
}
.quiz-icon img {
    max-width: 280px;
    width: 100%;
}
.quiz-content h2 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    line-height: 1.15;
    color: #1c2238 !important;
    margin-bottom: 20px;
    font-size: 2rem;
}
.quiz-content .subtitle {
    line-height: 1.7;
    font-size: 1.125rem;
    margin-bottom: 15px;
    color: #636363;
    font-family: "Open Sans", sans-serif;
}
.quiz-content p {
    line-height: 1.7;
    font-size: 1.125rem;
    margin-bottom: 15px;
    color: #636363;
    font-family: "Open Sans", sans-serif;
}
.quiz-btn {
    width: 35%;
    display: inline-flex;
    align-items: center;
    gap: 15px;
    font-weight: 700;
    transition: .3s ease;
    padding: .6em 1em 0.6em 1em;
    font-size: 1.2rem;
    border-radius: 32px;
    letter-spacing: .1px;
    color: #fff;
    background: #fd9783;
    line-height: 2;
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    overflow: hidden;
    border: 0;
    text-align: center;
    transition-duration: .3s;
    transition-property: color, background-color;
    justify-content: space-between;
}
.quiz-btn:hover {
    background: #0f1739;
    color: #fff;
}
.quiz-btn i {
    font-size: 20px;
}
/* ============================================
   SECTION: Quiz Section Desktop END
============================================ */

/* ============================================
   SECTION: Author Plans Desktop START
============================================ */
.author-plans-section {
    background: #f8f8f8;
}
.plans-wrapper {
    border-top: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
    padding: 50px 0;
}
.plan-box {
    height: 100%;
}
.plan-icon {
    margin-bottom: 15px;
}
.plan-icon i {
    font-size: 28px;
    color: #5163b1;
}
.plan-icon.orange i {
    color: #ff7155;
}
.plan-box h2 {
    font-family: 'Open Sans', sans-serif;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.1;
    color: #1c2238 !important;
    margin-bottom: 25px;
}
.plan-box p {
    font-size: 17px;
    line-height: 1.7;
    color: #636363;
    margin-bottom: 20px;
}
.plan-btn {
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 430px;
    width: 100%;
    padding: 18px 28px;
    background: #f4917d;
    border-radius: 60px;
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    font-weight: 700;
    transition: .3s;
}
.plan-btn:hover {
    background: #10183d;
    color: #fff;
}
.plan-btn i {
    color: #ff5a36;
    font-size: 18px;
}
/* ============================================
   SECTION: Author Plans Desktop END
============================================ */

/* ============================================
   SECTION: Trusted Authors Desktop START
============================================ */
.trusted-authors-section {
    padding: 100px 0;
    background: #f8f8f8;
    overflow: hidden;
}
.section-heading {
    text-align: center;
    max-width: 1100px;
    margin: 0 auto 60px;
}
.section-heading h2 {
    font-family: Open Sans;
    font-size: 2rem;
    line-height: 1.15;
    color: #1c2238 !important;
    margin: 0;
    font-weight: 700 !important;
}
.section-heading .orange {
    color: #ff7155;
}
.section-heading .green {
    color: #26d0a5;
}
.section-heading .dark {
    color: #5b67c8;
    font-family: "Vidaloka", sans-serif !important;
}
.authors-image-wrapper {
    position: relative;
    max-width: 1150px;
    margin: auto;
}
.authors-collage {
    width: 100%;
    display: block;
}
.arrow-doodle {
    position: absolute;
    top: -40px;
    left: 120px;
    width: 170px;
    z-index: 2;
}
/* ============================================
   SECTION: Trusted Authors Desktop END
============================================ */

/* ============================================
   SECTION: Testimonial Section Desktop START
============================================ */
.testimonial-section {
    padding: 100px 0;
    background: #f8f8f8;
}
.testimonial-heading {
    text-align: center;
    margin-bottom: 70px;
}
.testimonial-heading span {
    display: block;
    color: #5666b8;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px;
}
.testimonial-heading h2 {
    font-family: "Open Sans", sans-serif;
    color: #1c2238 !important;
    font-size: 2rem;
    margin: 0;
    font-weight: 700 !important;
}
.testimonial-slider {
    border-top: 1px solid #d9d9d9;
    padding-top: 50px;
}
.testimonial-card {
    padding: 0 30px;
}
.rating-img {
    width: 150px !important;
    margin-bottom: 25px;
}
.testimonial-card p {
    font-size: 18px;
    line-height: 1.8;
    color: #666;
    margin-bottom: 25px;
}
.author-info {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}
.author-info strong {
    color: #5263b0;
    font-size: 20px;
}
.author-info a {
    color: #ff7f6a;
    text-decoration: none;
    font-size: 18px;
}
.author-info a:hover {
    color: #09173a;
}
.testimonial-slider .owl-dots {
    margin-top: 40px;
    text-align: center;
}
.testimonial-slider .owl-dot span {
    width: 10px;
    height: 10px;
    background: #d6d6d6;
    display: block;
    border-radius: 50%;
}
.testimonial-slider .owl-dot.active span {
    background: #8b8b8b;
}
/* ============================================
   SECTION: Testimonial Section Desktop END
============================================ */

/* ============================================
   SECTION: Features Section Desktop START
============================================ */
.features-section {
    background: #091132 url('assets/images/doodlebackground.jpg');
    background-size: cover;
    padding: 100px 0;
}
.section-title {
    text-align: center;
    margin-bottom: 60px;
}
.section-title span {
    color: #fd9783 !important;
    font-size: 1.125rem;
    font-weight: 700;
    display: block;
    margin-bottom: 15px;
}
.section-title h2 {
    font-family: "Open Sans", sans-serif;
    color: #fff;
    font-size: 2rem;
    margin: 0;
    font-weight: 700;
}
.feature-card {
    background: #141827 !important;
    border-radius: 8px;
    padding: 40px;
    margin-bottom: 30px;
}
.feature-content h3 {
    font-family: "Open Sans", sans-serif;
    color: #8896c0 !important;
    font-size: 2rem;
    line-height: 1.1;
    margin-bottom: 20px;
    font-weight: 700 !important;
}
.feature-content p {
    color: #fff;
    font-size: 20px;
    line-height: 1.8;
}
.video-box iframe {
    width: 100%;
    height: 320px;
    border: none;
    border-radius: 4px;
}
.video-box img {
    width: 100%;
}
/* ============================================
   SECTION: Features Section Desktop END
============================================ */

/* ============================================
   SECTION: Distribution Section Desktop START
============================================ */
.distribution-sec {
    padding: 90px 0 50px;
    background: #f8f8f8;
}
.distribution-sec h2 {
    font-family: "Open Sans", sans-serif;
    font-size: 2rem;
    font-weight: 700 !important;
    color: #1c2238 !important;
    margin-bottom: 15px;
}
.distribution-sec p {
    font-size: 1.125rem;
    color: #636363;
    margin-bottom: 70px;
    font-family: "Open Sans", sans-serif;
}
.logo-row {
    row-gap: 70px;
}
.apple-logo {
    height: 75px !important;
    width: auto;
    object-fit: contain;
}
.logo-row img {
    max-width: 220px;
    width: 100%;
    height: auto;
    transition: .3s ease;
}
.logo-row img:hover {
    transform: scale(1.05);
}
.divider-line {
    border-bottom: 1px solid #ddd;
    margin-top: 70px;
}
/* ============================================
   SECTION: Distribution Section Desktop END
============================================ */

/* ============================================
   SECTION: Story Section Desktop START
============================================ */
.story-section {
    background: #f5f5f5;
    font-family: "Open Sans", sans-serif;
    padding: 20px 0 20px 0;
}
.story-border.bottom {
    margin-top: 60px;
    margin-bottom: 0;
}
.story-content {
    max-width: 540px;
}
.story-content h2 {
    font-family: "Open Sans", sans-serif;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.1;
    color: #1c2238 !important;
    margin-bottom: 20px;
    letter-spacing: -1px;
}
.story-content p {
    font-size: 1.125rem;
    line-height: 1.5;
    color: #636363;
    margin-bottom: 35px;
    font-weight: 400;
}
.story-btn {
    width: 390px;
    height: 62px;
    border-radius: 50px;
    background: #f58f7d;
    color: #fff;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 25px;
    font-size: 18px;
    font-weight: 700;
    transition: all .3s ease;
}
.story-btn:hover {
    background: #ef7e69;
    color: #fff;
}
.story-btn i {
    font-size: 24px;
}
.story-image img {
    width: 100%;
    max-width: 560px;
    display: block;
    margin-left: auto;
}
/* ============================================
   SECTION: Story Section Desktop END
============================================ */

/* ============================================
   SECTION: Custom Footer Desktop START
============================================ */
.custom-footer {
    background: #f5f5f5;
    padding: 80px 0 40px;
    font-family: 'Open Sans', sans-serif;
}
.footer-top {
    padding-bottom: 50px;
}
.footer-logo img {
    max-width: 240px;
}
.footer-phone {
    margin-top: 15px;
    font-size: 18px;
    font-weight: 700;
    color: #09173a;
}
.footer-phone a {
    color: #5570c5;
    text-decoration: none;
}
.footer-links {
    margin: 0;
    padding: 0;
    list-style: none;
}
.footer-links li {
    margin-bottom: 14px;
}
.footer-links a {
    color: #666;
    text-decoration: none;
    font-size: 17px;
    transition: .3s;
}
.footer-links a:hover {
    color: #09173a;
}
.footer-divider {
    height: 1px;
    background: #d9d9d9;
    margin: 20px 0 50px;
}
.copyright {
    color: #666;
    margin-bottom: 15px;
}
.footer-policy {
    margin-bottom: 20px;
}
.footer-policy a {
    color: #5570c5;
    text-decoration: none;
}
.footer-policy span {
    margin: 0 8px;
    color: #999;
}
.footer-powered {
    color: #666;
}
.footer-social {
    display: flex;
    justify-content: flex-end;
    gap: 12px;
}
.footer-social a {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-decoration: none;
}
.facebook {
    background: #4f86d9;
}
.twitter {
    background: #67b7dc;
}
.pinterest {
    background: #e74b56;
}
.linkedin {
    background: #0077b5;
}
/* ============================================
   SECTION: Custom Footer Desktop END
============================================ */

/* ============================================
   SECTION: ALL RESPONSIVE STYLES START
   ALL MEDIA QUERIES COLLECTED HERE
============================================ */

/* ============================================
   SECTION: Tablet Styles (max-width: 991px) START
============================================ */
@media (max-width: 991px) {

    /* Publishing Plans */
    .publishing-plans-section {
        padding: 70px 0;
        text-align: center;
    }
    .image-collage {
        margin-top: 50px;
        height: auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 20px;
    }
    .img-box {
        position: relative;
        width: 100%;
        max-width: 320px;
        height: 250px;
        top: auto;
        left: auto;
        right: auto;
        bottom: auto;
        transform: none;
    }
    .arrow-shape,
    .circle-shape {
        display: none;
    }
    .small-heading {
        font-size: 55px;
    }
    .typewriter {
        font-size: 65px;
    }
    .sub-heading {
        font-size: 36px;
    }
    .banner-image img {
        margin: 30px auto 0;
    }

    /* Quiz */
    .quiz-wrapper {
        padding: 60px 0;
    }
    .quiz-icon {
        margin-bottom: 40px;
    }
    .quiz-content {
        text-align: center;
    }
    .quiz-content h2 {
        font-size: 42px;
    }
    .quiz-content p {
        font-size: 20px;
    }

    /* Author Plans */
    .plans-wrapper {
        padding: 60px 0;
    }
    .plan-box h2 {
        font-size: 40px;
    }
    .plan-box p {
        font-size: 18px;
    }

    /* Trusted Authors */
    .trusted-authors-section {
        padding: 80px 0;
    }
    .section-heading h2 {
        font-size: 42px;
    }
    .arrow-doodle {
        width: 120px;
        left: 50px;
        top: -20px;
    }

    /* Testimonial */
    .testimonial-heading h2 {
        font-size: 42px;
    }
    .testimonial-card {
        padding: 0 10px;
    }

    /* Features */
    .section-title h2 {
        font-size: 42px;
    }
    .feature-content h3 {
        font-size: 34px;
    }
    .video-box {
        margin-top: 30px;
    }
    .video-box iframe {
        height: 280px;
    }

    /* Distribution */
    .distribution-sec h2 {
        font-size: 40px;
    }
    .distribution-sec p {
        font-size: 18px;
    }
    .logo-row img {
        max-width: 180px;
    }

    /* Story */
    .story-content {
        max-width: 100%;
        text-align: center;
        margin-bottom: 40px;
    }
    .story-content h2 {
        font-size: 44px;
    }
    .story-content p {
        font-size: 18px;
    }
    .story-btn {
        margin: auto;
    }
    .story-image img {
        margin: auto;
    }

    /* Custom Footer */
    .footer-top .col-md-6 {
        margin-bottom: 30px;
    }
    .footer-social {
        justify-content: flex-start;
        margin-top: 30px;
    }
    .footer-bottom {
        text-align: center;
    }

}
/* ============================================
   SECTION: Tablet Styles (max-width: 991px) END
============================================ */

/* ============================================
   SECTION: Mobile Styles (max-width: 767px) START
============================================ */
@media (max-width: 767px) {

    /* Publishing Plans */
    .small-heading {
        font-size: 42px;
    }
    .typewriter {
        font-size: 42px;
        white-space: normal;
        border: none;
        width: auto;
        animation: none;
    }
    .sub-heading {
        font-size: 28px;
    }
    .description {
        font-size: 16px;
    }
    .highlight-text {
        font-size: 18px;
    }
    .plan-btn {
        width: 100%;
        justify-content: center;
    }

    /* Quiz */
    .quiz-section {
        padding: 60px 0;
    }
    .quiz-content h2 {
        font-size: 32px;
    }
    .quiz-content .subtitle {
        font-size: 18px;
    }
    .quiz-content p {
        font-size: 16px;
    }
    .quiz-btn {
        width: 100%;
        justify-content: center;
        font-size: 20px;
        padding: 16px 20px;
    }
    .quiz-icon img {
        max-width: 180px;
    }

    /* Author Plans */
    .author-plans-section {
        padding: 60px 0;
    }
    .plans-wrapper {
        padding: 50px 0;
    }
    .plan-box h2 {
        font-size: 30px;
    }
    .plan-box p {
        font-size: 16px;
    }
    .plan-btn {
        max-width: 100%;
        font-size: 16px;
        padding: 16px 22px;
    }

    /* Trusted Authors */
    .trusted-authors-section {
        padding: 60px 0;
    }
    .section-heading {
        margin-bottom: 35px;
    }
    .section-heading h2 {
        font-size: 30px;
        line-height: 1.3;
    }
    .arrow-doodle {
        width: 80px;
        left: 10px;
        top: -10px;
    }

    /* Testimonial */
    .testimonial-section {
        padding: 60px 0;
    }
    .testimonial-heading h2 {
        font-size: 32px;
    }
    .testimonial-card p {
        font-size: 16px;
    }
    .author-info strong {
        font-size: 18px;
    }

    /* Features */
    .features-section {
        padding: 60px 0;
    }
    .feature-card {
        padding: 25px;
    }
    .section-title span {
        font-size: 16px;
    }
    .section-title h2 {
        font-size: 30px;
    }
    .feature-content h3 {
        font-size: 28px;
    }
    .feature-content p {
        font-size: 16px;
    }
    .video-box iframe {
        height: 220px;
    }

    /* Distribution */
    .distribution-sec {
        padding: 60px 0 40px;
    }
    .distribution-sec h2 {
        font-size: 30px;
        line-height: 1.3;
    }
    .distribution-sec p {
        font-size: 16px;
        margin-bottom: 40px;
    }
    .logo-row {
        row-gap: 35px;
    }
    .logo-row img {
        max-width: 140px;
    }
    .divider-line {
        margin-top: 40px;
    }

    /* Story */
    .story-section {
        padding: 50px 0;
    }
    .story-content h2 {
        font-size: 34px;
        line-height: 1.2;
    }
    .story-content p {
        font-size: 16px;
    }
    .story-btn {
        width: 100%;
        height: 55px;
        font-size: 16px;
    }
    .story-border.bottom {
        margin-top: 40px;
    }

    /* Custom Footer */
    .custom-footer {
        padding: 60px 0 30px;
    }
    .footer-logo {
        text-align: center;
        margin-bottom: 30px;
    }
    .footer-links {
        text-align: center;
    }
    .footer-social {
        justify-content: center;
    }

}
/* ============================================
   SECTION: Mobile Styles (max-width: 767px) END
============================================ */

/* ============================================
   SECTION: Extra Small Mobile (max-width: 575px) START
============================================ */
@media (max-width: 575px) {

    /* Publishing Plans */
    .small-heading {
        font-size: 32px;
    }
    .typewriter {
        font-size: 55px !important;
        line-height: 60px;
    }
    .sub-heading {
        font-size: 22px;
        line-height: 25px;
    }
    .description {
        font-size: 14px;
    }
    .highlight-text {
        font-size: 16px;
    }
    .plan-btn {
        font-size: 16px;
        padding: 14px 20px;
    }

    /* Quiz */
    .quiz-content h2 {
        font-size: 26px;
    }
    .quiz-btn {
        font-size: 16px;
        padding: 12px 16px;
    }
    .quiz-icon img {
        max-width: 140px;
    }

    /* Author Plans */
    .plan-box h2 {
        font-size: 24px;
    }
    .plan-box p {
        font-size: 14px;
    }
    .plan-btn {
        font-size: 14px;
        padding: 12px 18px;
    }

    /* Trusted Authors */
    .section-heading h2 {
        font-size: 24px;
    }
    .arrow-doodle {
        width: 60px;
        left: 5px;
        top: -5px;
    }

    /* Testimonial */
    .testimonial-heading h2 {
        font-size: 26px;
    }
    .testimonial-card p {
        font-size: 14px;
    }
    .rating-img {
        width: 100px !important;
    }

    /* Features */
    .feature-card {
        padding: 18px;
    }
    .feature-content h3 {
        font-size: 22px;
    }
    .feature-content p {
        font-size: 14px;
    }
    .video-box iframe {
        height: 180px;
    }

    /* Distribution */
    .distribution-sec h2 {
        font-size: 24px;
    }
    .logo-row img {
        max-width: 100px;
    }

    /* Story */
    .story-content h2 {
        font-size: 28px;
    }
    .story-btn {
        font-size: 14px;
        height: 48px;
    }

    /* Custom Footer */
    .footer-logo img {
        max-width: 160px;
    }
    .footer-links a {
        font-size: 14px;
    }
    .footer-social a {
        width: 36px;
        height: 36px;
        font-size: 14px;
    }

}
/* ============================================
   SECTION: Extra Small Mobile (max-width: 575px) END
============================================ */

/* ============================================
   SECTION: ALL RESPONSIVE STYLES END
============================================ */


/* ==========================
   Sticky Bottom CTA
========================== */

.sticky-cta-bar{
    position:fixed;
    bottom:0;
    left:0;
    width:100%;
    background:#182248;
    padding:16px 0;
    z-index:999;
    box-shadow:0 -5px 20px rgba(0,0,0,.15);
}

.sticky-cta-content{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:25px;
}

.sticky-cta-content h3{
    margin:0;
    color:#fff;
    font-family:'Open Sans',sans-serif;
    font-size:18px;
    font-weight:700;
    line-height:1.4;
}

.sticky-cta-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-width:220px;
    height:52px;
    padding:0 30px;
    background:#34d9ab;
    border-radius:50px;
    color:#fff;
    text-decoration:none;
    font-family:'Open Sans',sans-serif;
    font-size:16px;
    font-weight:700;
    transition:.3s ease;
}

.sticky-cta-btn:hover{
    background:#ffffff;
    color:#182248;
}

/* Footer overlap fix */

.custom-footer{
    padding-bottom:120px;
}

/* ==========================
   Tablet
========================== */

@media(max-width:991px){

    .sticky-cta-content{
        gap:15px;
    }

    .sticky-cta-content h3{
        font-size:15px;
    }

    .sticky-cta-btn{
        min-width:190px;
        height:48px;
        font-size:14px;
    }

}

/* ==========================
   Mobile
========================== */

@media(max-width:767px){

    .sticky-cta-bar{
        padding:12px 0;
    }

    .sticky-cta-content{
        flex-direction:column;
        text-align:center;
        gap:12px;
    }

    .sticky-cta-content h3{
        font-size:14px;
        max-width:100%;
    }

    .sticky-cta-btn{
        width:100%;
        max-width:260px;
        min-width:auto;
        height:48px;
    }

    .custom-footer{
        padding-bottom:150px;
    }
}



/* ===========================
   NEW PLANS CONSULTATION PAGE
=========================== */


/* New Plans Consultation */
.consultation-page{
    padding:80px 0;
}

.consultation-form-card{
    background:#f7f7f7;
    border-radius:10px;
    padding:30px;
}

@media(min-width:992px){

    .consultation-sticky{
        position:sticky;
        top:120px;
    }

}
/*======================================
NEW PLANS CONSULTATION PAGE
======================================*/

.consultation-page{
    padding:80px 0;
    background:#fff;
}

.consultation-logo{
    max-width:230px;
    margin-bottom:40px;
}

.consultation-title{
    font-family:"Vidaloka", serif;
    font-size: 5.5rem !important;
    font-weight:400;
    color:#161d42;
    margin-bottom:25px;
    line-height: 1;
}

.consultation-subtitle{
    font-size:28px;
    font-weight:400;
    color:#4860a8;
    margin-bottom:20px;
    font-family:"Open Sans", sans-serif;
}

.consultation-left p{
    font-size:18px;
    line-height:1.8;
    color:#555;
    margin-bottom:25px;
    font-family:"Open Sans", sans-serif;
}
.consultation-disclaimer {
    padding: 0;
    font-size: 11px;
}
.consultation-left h4{
    font-size: 1.125rem !important;
    font-weight:700;
    color: #455584 !important;
    margin:30px 0 20px;
}

.consultation-left h5{
    font-size: 1.125rem;
    color: #636363;
    margin-bottom:20px;
}

.consultation-list{
    padding-left:25px;
    margin-bottom:35px;
}

.consultation-list li{
    margin-bottom:18px;
    color:#555;
    line-height:1.8;
    font-size:18px;
}

.vision-text{
    color:#2f4b95 !important;
    font-size:28px !important;
}

.bottom-author-img{
    width:100%;
    max-width:550px;
    margin-top:20px;
    display:block;
}

/* FORM */

.consultation-sticky{
    position:sticky;
    top:120px;
}

.consultation-form-title{
    font-size:42px;
    font-weight:700;
    color:#111;
    margin-bottom:25px;
    font-family:"Open Sans", sans-serif;
}

.consultation-form-title span{
    color:#4860a8;
}

.consultation-form-card{
    background:#f7f7f7;
    border-radius:12px;
    padding:35px;
    box-shadow: -1px 6px 20px 8px rgb(0 0 0 / 12%);
}

.consultation-form-card h4{
    font-size:20px;
    color:#4860a8;
    margin-bottom:20px;
    font-weight:400;
    text-transform:uppercase;
}

.consultation-form-card label{
    display:block;
    font-size:15px;
    color:#555;
    margin-bottom:8px;
    margin-top:15px;
}

.consultation-form-card input,
.consultation-form-card select{
    width:100%;
    height:55px;
    border:1px solid #d8d8d8;
    border-radius:4px;
    padding:0 15px;
    margin-bottom:10px;
    font-size:15px;
    background:#fff;
}

.consultation-form-card input:focus,
.consultation-form-card select:focus{
    outline:none;
    border-color:#4860a8;
}

.consent-box{
    display:flex;
    align-items:flex-start;
    gap:10px;
    margin:20px 0;
}

.consent-box input{
    width:auto;
    height:auto;
    margin-top:4px;
}

.consent-box span{
    font-size:14px;
    color:#555;
    line-height:1.6;
}

.consultation-submit{
    width:180px;
    height:55px;
    border:none;
    border-radius:50px;
    background:#cfcfcf;
    color:#fff;
    font-weight:700;
    display:block;
    margin:25px auto 0;
    transition:.3s;
}

.consultation-submit:hover{
    background:#4860a8;
}

/* RESPONSIVE */

@media(max-width:1199px){

    .consultation-title{
        font-size:70px;
    }

}

@media(max-width:991px){

    .consultation-page{
        padding:60px 0;
    }

    .consultation-sticky{
        position:relative;
        top:auto;
        margin-top:50px;
    }

    .consultation-title{
        font-size:60px;
    }

    .consultation-form-title{
        font-size:34px;
    }

}

@media(max-width:767px){

    .consultation-logo{
        max-width:180px;
        margin-bottom:25px;
    }

    .consultation-title{
        font-size:48px;
        line-height:1;
    }

    .consultation-subtitle{
        font-size:24px;
    }

    .consultation-left p{
        font-size:16px;
    }

    .consultation-left h4{
        font-size:24px;
    }

    .consultation-left h5{
        font-size:20px;
    }

    .consultation-list li{
        font-size:16px;
    }

    .consultation-form-card{
        padding:25px;
    }

    .consultation-form-title{
        font-size:28px;
        text-align:center;
    }

}

@media(max-width:575px){

    .consultation-page{
        padding:40px 0;
    }

    .consultation-title{
        font-size:42px !important;
    }

    .consultation-subtitle{
        font-size:20px;
    }

    .consultation-form-card{
        padding:20px;
    }

    .consultation-submit{
        width:100%;
    }

}
.consultation-small-title{
    font-size:18px;
    margin-bottom:15px;
}

/*======================================
THANK YOU PAGE
======================================*/

.thank-you-section{
    min-height:80vh;
    display:flex;
    align-items:center;
    justify-content:center;
    padding:100px 0;
    background:linear-gradient(
        135deg,
        #f8f9fc 0%,
        #ffffff 100%
    );
}

.thank-you-card{
    max-width:850px;
    margin:auto;
    background:#fff;
    border-radius:20px;
    padding:60px;
    text-align:center;
    box-shadow:0 15px 50px rgba(0,0,0,.08);
}

.thank-you-icon{
    width:90px;
    height:90px;
    margin:0 auto 25px;
    border-radius:50%;
    background:#34d9ab;
    display:flex;
    align-items:center;
    justify-content:center;
}

.thank-you-icon i{
    color:#fff;
    font-size:38px;
}

.thank-you-badge{
    display:inline-block;
    background:#eef7ff;
    color:#4860a8;
    padding:8px 20px;
    border-radius:50px;
    font-size:14px;
    font-weight:600;
    margin-bottom:20px;
}

.thank-you-card h1{
    font-family:"Vidaloka", serif;
    font-size:72px;
    color:#161d42;
    margin-bottom:10px;
}

.thank-you-card h2{
    font-size:28px;
    color:#4860a8;
    margin-bottom:25px;
    font-weight:600;
}

.thank-you-card p{
    max-width:650px;
    margin:0 auto 35px;
    font-size:18px;
    line-height:1.8;
    color:#666;
}

.thank-you-info{
    display:flex;
    gap:20px;
    margin-bottom:35px;
}

.info-box{
    flex:1;
    background:#f7f7f7;
    border-radius:12px;
    padding:25px;
}

.info-box strong{
    display:block;
    color:#161d42;
    margin-bottom:10px;
}

.info-box span{
    color:#666;
    line-height:1.6;
}

.thank-you-buttons{
    display:flex;
    justify-content:center;
    gap:15px;
}

.btn-home{
    background:#34d9ab;
    color:#fff;
    text-decoration:none;
    padding:14px 30px;
    border-radius:50px;
    font-weight:700;
    transition:.3s;
}

.btn-home:hover{
    background:#161d42;
    color:#fff;
}

.btn-secondary{
    background:#eef1f7;
    color:#161d42;
    text-decoration:none;
    padding:14px 30px;
    border-radius:50px;
    font-weight:700;
}

@media(max-width:767px){

    .thank-you-card{
        padding:35px 25px;
    }

    .thank-you-card h1{
        font-size:48px;
    }

    .thank-you-card h2{
        font-size:22px;
    }

    .thank-you-info{
        flex-direction:column;
    }

    .thank-you-buttons{
        flex-direction:column;
    }

    .btn-home,
    .btn-secondary{
        width:100%;
    }
}

/* ==================================================
CHILDRENS HERO SECTION CSS START
================================================== */

.cbp-hero {
position: relative;
overflow: hidden;
padding: 30px 0 120px;
background-image: url('../images/GraphicsHeroBackgroundLeftRight.png');
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
}

.cbp-breadcrumb {
max-width: 1110px;
margin: 0 auto 90px;
background: #e8e8e8;
padding: 14px 18px;
font-size: 14px;
font-family: "Open Sans", sans-serif;
}

.cbp-breadcrumb a {
color: #636363;
text-decoration: none;
}

.cbp-breadcrumb span {
color: #636363;
margin: 0 6px;
}

.cbp-hero-content {
text-align: center;
max-width: 1250px;
margin: 0 auto;
}

.cbp-hero-content h1 {
font-family: "Vidaloka", serif;
font-size: 5.5rem;
color: #1c2238;
margin-bottom: 15px;
line-height: 1;
letter-spacing: -1px;
}

.cbp-hero-content h2 {
color: #576aa5;
font-size: 2rem;
font-weight: 400;
margin-bottom: 35px;
font-family: "Open Sans", sans-serif;
}

.cbp-hero-content p {
font-size: 1.125rem;
color: #636363;
max-width: 920px;
margin: 0 auto 32px;
line-height: 1.8;
font-family: "Open Sans", sans-serif;
}

.cbp-first-text {
margin-top: 45px !important;
}

/* ==================================================
CHILDRENS HERO SECTION RESPONSIVE START
================================================== */

@media (max-width: 1199px) {


.cbp-hero-content h1 {
    font-size: 4.5rem;
}


}

@media (max-width: 991px) {


.cbp-hero {
    padding: 30px 0 80px;
}

.cbp-breadcrumb {
    margin-bottom: 60px;
}

.cbp-hero-content h1 {
    font-size: 3.5rem;
}

.cbp-hero-content h2 {
    font-size: 1.6rem;
}

.cbp-hero-content p {
    font-size: 1rem;
    padding: 0 20px;
}


}

@media (max-width: 767px) {


.cbp-breadcrumb {
    font-size: 13px;
    padding: 12px 15px;
    margin-bottom: 40px;
}

.cbp-hero-content h1 {
    font-size: 2.8rem;
    line-height: 1.1;
}

.cbp-hero-content h2 {
    font-size: 1.3rem;
}

.cbp-hero-content p {
    font-size: 0.95rem;
    line-height: 1.7;
}


}

@media (max-width: 575px) {


.cbp-hero {
    padding: 25px 0 60px;
}

.cbp-hero-content h1 {
    font-size: 2.2rem;
}

.cbp-hero-content h2 {
    font-size: 1.15rem;
}

.cbp-first-text {
    margin-top: 25px !important;
}


}

/* ==================================================
CHILDRENS HERO SECTION RESPONSIVE END
================================================== */

/* ==================================================
CHILDRENS HERO SECTION CSS END
================================================== */

/* ==================================================
   CHILDRENS EXPERTISE SECTION CSS START
================================================== */

.cbp-expertise-section {
    background: #eef2f8;
    padding: 90px 0;
}

.cbp-expertise-head {
    max-width: 980px;
    margin: 0 auto 60px;
}

.cbp-expertise-head h2 {
    font-family: "Open Sans", sans-serif;
    font-size: 2rem;
    font-weight: 700;
    color: #1c2238;
    line-height: 1.2;
    margin-bottom: 40px;
}

.cbp-expertise-head p {
    font-size: 1.125rem;
    color: #636363;
    line-height: 1.8;
    margin-bottom: 20px;
}

.cbp-expertise-card {
    background: #fff;
    border-radius: 8px;
    padding: 35px 25px;
    text-align: center;
    height: 100%;
    transition: all .3s ease;
}

.cbp-expertise-card img {
    width: 120px;
    height: auto;
    margin-bottom: 25px;
}

.cbp-expertise-card h3 {
    font-size: 1.25rem;
    font-weight: 700;
    color: #1c2238;
    margin-bottom: 15px;
    line-height: 1.4;
    font-family: "Open Sans", sans-serif;
}

.cbp-expertise-card p {
    font-size: 1rem;
    color: #636363;
    line-height: 1.8;
    margin-bottom: 0;
}

.cbp-expertise-card:hover {
    transform: translateY(-5px);
}

/* ==================================================
   CHILDRENS EXPERTISE SECTION RESPONSIVE START
================================================== */

@media (max-width: 991px) {

    .cbp-expertise-section {
        padding: 70px 0;
    }

    .cbp-expertise-head h2 {
        font-size: 2.3rem;
    }

    .cbp-expertise-head p {
        font-size: 1.05rem;
    }

    .cbp-expertise-card {
        margin-bottom: 30px;
    }
}

@media (max-width: 767px) {

    .cbp-expertise-head h2 {
        font-size: 1.9rem;
    }

    .cbp-expertise-card img {
        width: 90px;
    }

    .cbp-expertise-card h3 {
        font-size: 1.1rem;
    }
}

/* ==================================================
   CHILDRENS EXPERTISE SECTION RESPONSIVE END
================================================== */


/* ==================================================
   CHILDRENS EXPERTISE SECTION CSS END
================================================== */


/* ==================================================
   VISUAL STORYTELLING SECTION CSS START
================================================== */

.cbp-visual-storytelling {
    background-image: url('../images/Graphic_Visual Storytelling_Background.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 80px 0;
    overflow: hidden;
}

.cbp-vs-heading {
    margin-bottom: 50px;
}

.cbp-vs-heading h2 {
    color: #fff;
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 15px;
    font-family: "Open Sans", sans-serif;
}

.cbp-vs-heading p {
    color: #fff;
    font-size: 1.25rem;
    line-height: 1.7;
    margin-bottom: 0;
}

.cbp-storytelling-slider {
    max-width: 1060px;
    margin: 0 auto;
}

.cbp-slide-item {
    border-radius: 8px;
    overflow: hidden;
}

.cbp-slide-item img {
    width: 100%;
    display: block;
    border-radius: 8px;
}

.cbp-storytelling-slider .owl-dots {
    margin-top: 25px;
    text-align: center;
}

.cbp-storytelling-slider .owl-dot span {
    width: 12px;
    height: 12px;
    margin: 5px;
    background: rgba(255,255,255,.5);
    display: block;
    border-radius: 50%;
    transition: .3s;
}

.cbp-storytelling-slider .owl-dot.active span {
    background: #ffffff;
}

/* ==================================================
   VISUAL STORYTELLING RESPONSIVE START
================================================== */

@media (max-width:991px){

    .cbp-visual-storytelling{
        padding:60px 0;
    }

    .cbp-vs-heading h2{
        font-size:2.3rem;
    }

    .cbp-vs-heading p{
        font-size:1rem;
    }

}

@media (max-width:767px){

    .cbp-vs-heading h2{
        font-size:1.9rem;
    }

    .cbp-vs-heading p br{
        display:none;
    }

}

.cbp-storytelling-slider .cbp-slide-item img{
    width:100%;
    display:block;
}

.cbp-storytelling-slider .owl-nav{
    text-align:center;
    margin-top:20px;
}

.cbp-storytelling-slider .owl-nav button{
    width:50px;
    height:50px;
    border-radius:50% !important;
    background:#0b243d !important;
    color:#fff !important;
    margin:0 5px;
}

.cbp-storytelling-slider .owl-nav button span{
    display:none;
}
/* ==================================================
   VISUAL STORYTELLING RESPONSIVE END
================================================== */


/* ==================================================
   VISUAL STORYTELLING SECTION CSS END
================================================== */

.kids-plans-section{
    background:#edf3fc;
    padding:100px 0;
}

.kids-plan-heading{
    text-align:center;
    max-width:850px;
    margin:0 auto 50px;
}

.kids-plan-heading h2{
    font-size:48px;
    font-weight:700;
    color:#1c2238;
    margin-bottom:20px;
}

.kids-plan-heading p{
    font-size:18px;
    color:#666;
    line-height:1.8;
    margin-bottom:10px;
}

.kids-plan-card{
    background:#fff;
    border:1px solid #d8dce6;
    border-radius:4px;
    overflow:hidden;
    height:100%;
    transition:.3s;
}

.kids-plan-card:hover{
    transform:translateY(-5px);
    box-shadow:0 15px 30px rgba(0,0,0,.08);
}

.kids-plan-header{
    padding:25px;
    border-bottom:1px solid #ddd;
}

.kids-magic{
    color:#ff714f;
    font-family:"Vidaloka", serif;
    font-size:42px;
    margin-bottom:10px;
}

.kids-wonder{
    color:#5569a8;
    font-family:"Vidaloka", serif;
    font-size:42px;
    margin-bottom:10px;
}

.kids-price{
    font-size:52px;
    font-weight:700;
    color:#1c2238;
    line-height:1;
    margin-bottom:10px;
}

.kids-plan-header span{
    font-size:13px;
    color:#666;
}

.kids-plan-card ul{
    list-style:none;
    padding:25px;
    margin:0;
    min-height:270px;
}

.kids-plan-card ul li{
    padding:12px 0;
    border-bottom:1px solid #ececec;
    color:#666;
    font-size:18px;
}

.kids-plan-btn{
    margin-left:25px;
    display:inline-flex;
    align-items:center;
    gap:15px;
    background:#565d73;
    color:#fff;
    text-decoration:none;
    padding:12px 28px;
    border-radius:40px;
    font-weight:700;
}

.kids-plan-btn:hover{
    color:#fff;
    background:#1c2238;
}

.kids-save{
    padding:20px 25px;
    font-size:14px;
    color:#666;
    font-weight:700;
}

.kids-save em{
    color:#8898d1;
    font-style:italic;
    font-weight:400;
}

.kids-plan-card img{
    width:100%;
    display:block;
}

@media(max-width:991px){

    .kids-plan-heading h2{
        font-size:36px;
    }

    .kids-price{
        font-size:42px;
    }

    .kids-magic,
    .kids-wonder{
        font-size:34px;
    }
}

@media(max-width:767px){

    .kids-plans-section{
        padding:70px 0;
    }

    .kids-plan-heading h2{
        font-size:30px;
    }

    .kids-plan-heading p{
        font-size:16px;
    }

    .kids-price{
        font-size:34px;
    }

    .kids-plan-card ul{
        min-height:auto;
    }
}


.storybook-showcase{
    padding:80px 0;
    background:#eef3fb;
}

.storybook-divider{
    height:1px;
    background:#d8dde7;
    margin-bottom:50px;
}

.storybook-divider.bottom{
    margin-top:50px;
    margin-bottom:0;
}

.storybook-heading{
    text-align:center;
    margin-bottom:50px;
}

.storybook-heading h2{
    font-size: 2rem;
    font-weight:700;
    color:#1c2238;
    margin-bottom:15px;
}

.storybook-heading p{
    font-size: 1.125rem;
    color:#666;
}

.storybook-slide{
    padding:10px 0;
}

.book-card{
    text-align:center;
}

.book-card img{
    width:100%;
    max-width:300px;
    margin:0 auto 20px;
    display:block;
    transition:.3s;
}

.book-card:hover img{
    transform:translateY(-8px);
}

.book-card h4{
    font-size: .8rem !important;
    color:#1c2238;
    font-weight:700;
    margin-bottom:5px;
    text-transform: uppercase;
}

.book-card span{
    color:#777;
    font-size: 12px;
}

.storybook-slider .owl-dots{
    text-align:center;
    margin-top:30px;
}

.storybook-slider .owl-dot span{
    width:12px;
    height:12px;
    background:#d0d0d0;
    display:block;
    border-radius:50%;
    margin:0 5px;
}

.storybook-slider .owl-dot.active span{
    background:#8a9b91;
}

@media(max-width:991px){

    .storybook-heading h2{
        font-size:38px;
    }

    .book-card{
        margin-bottom:30px;
    }
}

@media(max-width:767px){

    .storybook-showcase{
        padding:60px 0;
    }

    .storybook-heading h2{
        font-size:30px;
    }

    .storybook-heading p{
        font-size:16px;
    }

    .book-card img{
        max-width:240px;
    }

    .book-card h4{
        font-size:20px;
    }
}

.cbp-consultation-section{
    background:#EEF2F8;
    padding:90px 0 70px;
    overflow:hidden;
}

.cbp-consultation-content{
    max-width:540px;
}

.cbp-consultation-content h2{
    font-family:"Open Sans",sans-serif;
    line-height:1.1;
    font-weight:700;
    color:#1c2238;
    margin-bottom:25px;
    font-size: 2rem;
}

.cbp-consultation-content p{
    font-family:"Open Sans",sans-serif;
    font-size:1.125rem;
    line-height:1.7;
    color:#555;
    margin-bottom:35px;
}

.cbp-consultation-btn{
    display:inline-flex;
    align-items:center;
    justify-content:space-between;
    gap:40px;

    min-width:390px;
    padding:18px 20px;

    background:#f28d78;
    color:#fff;
    text-decoration:none;

    border-radius:50px;

    font-size:20px;
    font-weight:700;

    transition:.3s ease;
}

.cbp-consultation-btn span{
    font-size:40px;
    line-height:1;
    color:#ff5a36;
    font-weight:700;
}

.cbp-consultation-btn:hover{
    color:#fff;
    text-decoration:none;
    background:#ef826c;
    transform:translateY(-3px);
}

.cbp-consultation-image img{
    max-width:100%;
    width:620px;
}

@media(max-width:1199px){

    .cbp-consultation-content h2{
        font-size:48px;
    }

    .cbp-consultation-image img{
        width:520px;
    }
}

@media(max-width:991px){

    .cbp-consultation-section{
        padding:70px 0;
        text-align:center;
    }

    .cbp-consultation-content{
        max-width:100%;
        margin-bottom:40px;
    }

    .cbp-consultation-content h2{
        font-size:40px;
    }

    .cbp-consultation-btn{
        min-width:auto;
        width:100%;
        max-width:420px;
    }

    .cbp-consultation-image img{
        width:420px;
    }
}

@media(max-width:767px){

    .cbp-consultation-content h2{
        font-size:32px;
    }

    .cbp-consultation-content p{
        font-size:16px;
    }

    .cbp-consultation-btn{
        padding:16px 20px;
        font-size:18px;
        gap:20px;
    }

    .cbp-consultation-btn span{
        font-size:32px;
    }

    .cbp-consultation-image img{
        width:100%;
        max-width:320px;
    }
}

/*====================================
NEW TESTIMONIAL DESIGN
====================================*/

.cbp-testimonial-slide{
    background:#fff;
    border-radius:18px;
    padding:35px;
    overflow:hidden;
    box-shadow:0 15px 40px rgba(0,0,0,.08);
}

.cbp-testimonial-image{
    position:relative;
}

.cbp-testimonial-image img{
    width:100%;
    border-radius:14px;
    display:block;
}

.cbp-testimonial-badge{

    position:absolute;
    left:50%;
    bottom:20px;
    transform:translateX(-50%);

    background:#ff8b79;
    color:#fff;

    padding:14px 32px;

    border-radius:40px;

    font-size:20px;
    font-weight:600;

    white-space:nowrap;

    box-shadow:0 8px 25px rgba(255,139,121,.35);

}

.cbp-testimonial-content{

    padding-left:55px;

}

.cbp-testimonial-quote{

    font-size:90px;
    color:#47e4c2;

    line-height:1;

    margin-bottom:20px;

    font-family:Georgia, serif;

}

.cbp-testimonial-text{

    font-size:21px;

    line-height:1.8;

    color:#565656;

    margin-bottom:35px;

}

.cbp-testimonial-author{

    font-size:36px;

    color:#3d3d3d;

    font-weight:700;

    margin:0;

}

/*============================
Responsive
============================*/

@media(max-width:991px){

.cbp-testimonial-slide{

padding:25px;

}

.cbp-testimonial-content{

padding-left:0;
padding-top:35px;
text-align:center;

}

.cbp-testimonial-quote{

font-size:70px;

}

.cbp-testimonial-text{

font-size:18px;

}

.cbp-testimonial-author{

font-size:28px;

}

.cbp-testimonial-badge{

font-size:16px;
padding:10px 20px;

}

}

@media(max-width:767px){

.cbp-testimonial-slide{

padding:18px;

}

.cbp-testimonial-text{

font-size:16px;

}

.cbp-testimonial-author{

font-size:22px;

}

.cbp-testimonial-badge{

font-size:14px;
padding:8px 16px;

}

}