.top-header {
    background: #232F3E;
    padding: 12px 0;
}

.parent-top-banner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.parent-cta-btns {
    display: flex;
    gap: 30px;
}

.parent-cta-btns a {
    color: #FFF;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-decoration: none;
}


.parent-top-banner p {
    margin: 0;
    color: white;
    font-weight: 400;
}


.heading-1 {
    color: #FFF;
    font-family: Poppins;
    font-size: 45px;
    font-style: normal;
    font-weight: 700;
    line-height: 56px;
    text-transform: capitalize;
}

.heading-1 span {
    display: block;
}

.para {
    color: #FFF;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
}

.yellow {
    color: #CC972D;
}


body {
    overflow-x: hidden;
}

html {
    overflow-x: hidden;
    scroll-behavior: smooth;
}

/* Themed scrollbars ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“ match site colors */
html {
    scrollbar-width: thin;
    scrollbar-color: #979797 #ffffff;
}

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background: #232F3E;
}

::-webkit-scrollbar-thumb {
    background-color: #F90;
    border-radius: 999px;
    border: 2px solid #232F3E;
}

::-webkit-scrollbar-thumb:hover {
    background-color: #ffb547;
}

p {
    color: #7E7E7E;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}


.hero-section {
    background-image: url('/images/hero-bg.png');
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    height: 650px;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 0;
    overflow: hidden;
    background-attachment: fixed;
}

.swiper {
    width: 100%;
    
}

.swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
}

/* hero  */

header .nav-link,
header .dropdown-item {
    color: #ffffff;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    margin: 0 0px;
}

header .nav-link.active {
    color: #232F3E;
}
.dropdown-menu.show {
    display: block !important;
}
.custom-btn {
    display: inline-flex;
    padding: 12px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 8px;
    border: 1px solid transparent;
    font-family: Poppins;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    text-transform: capitalize;
    padding: 13px 20px;
}

.custom-btn.yellow-btn {
    background: #CC972D;
    color: #000000;
}

.custom-btn.blue-btn {
    background: #06264C;
    color: #FFF;
}

.btn-parent {
    display: flex;
    gap: 16px;
}

figure.hero-side-img {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
}

.tags {
    border-radius: 22px;
    overflow: hidden;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 20px;
    gap: 10px;
    margin-bottom: 1rem;
}

.tags p {
    margin: 0;
}

.dots {
    width: 10px;
    height: 10px;
    flex-shrink: 0;
    aspect-ratio: 1/1;
    border-radius: 22px;
}

.tags.white-tag {
    background: white;
}

.tags.white-tag p {
    color: #232F3E;
}

.tags p {
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    text-transform: capitalize;
}

.tags.white-tag .dots {
    background: #232F3E;
}

.custom-btn.white-btn {
    background: white;
}

.brand-list {
    margin: 2rem 0 0;
}

.custom-btn.yellow-btn-w {
    background: #F90;
    color: white;
}

.hero-section .custom-content p.para {
    margin: 1rem 0 2rem;
    width: 90%;
}


.official-site-sec {
    position: relative;
    z-index: 0;
    padding-top: 7%;
}

.official-site-sec .flying-books {
    position: absolute;
    left: 0;
    top: -160px;
    z-index: -1;
}

.official-site-sec .bubble-layers {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -2;
}

.tags.blue-tag {
    background: #232F3E;
}

.tags.blue-tag .dots {
    background: #F90;
}

.tags.blue-tag p {
    color: #ffffff;
}

.heading-2 {
    font-family: Poppins;
    font-size: 34px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    text-transform: capitalize;
    line-height: 42px;
}

.black {
    color: #232F3E;
}

ul {
    list-style: none;
    padding: 0;
}

.list-item-parent {
    display: flex;
    align-items: center;
    gap: 26px;
}

.list-item-parent ul li {
    display: flex;
    gap: 12px;
    margin: 0px 0 10px;
    color: #111;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.list-item-parent ul {
    margin: 1rem 0 2rem;
}

.official-site-sec .heading-2 span {
    display: block;
}

.official-site-sec .custom-content p {
    width: 93%;
}

.parent-video-top-banner {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
}

.centered {
    text-align: center;
}

.left-figure {
    align-self: end;
}


/* video section  */
.video-parent video {
    width: 100%;
    height: 550px;
    border-radius: 10px;
    border: 11px solid #F90;
    background: #F90;
    object-fit: cover;
    margin-top: -1px;
}

figure {
    margin: 0;
}

.video-section {
    position: relative;
    z-index: 0;
}

.video-section .circle-layer {
    position: absolute;
    bottom: -170px;
    left: 0;
    z-index: -1;
}

.video-section .main-heading {
    margin-bottom: 0;
}

.py {
    padding-top: 6rem;
    padding-bottom: 6rem;
}

.services-card {
    text-align: center;
    margin: 1rem 0;
}

.heading-3 {
    color: #232F3E;
    font-family: Poppins;
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
}

.services-card p {
    font-weight: 400;
    width: 92%;
    margin: 12px auto 12px;
}

.read-more-btn {
    color: #232F3E;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.16px;
    text-decoration: none;
}

.read-more-btn {
    display: flex;
    align-items: center;
    gap: 8px;
    justify-content: center;
}


/* ghostwriting-solutions-slider */
.ghostwriting-solutions-slider {
    height: 570px;
    position: relative;
    z-index: 0;
}

.ghostwriting-solutions-slider .swiper-slide.swiper-slide-active .parent-solutions {
    background: #9B585A;
}

.parent-solutions {
    padding: 12px;
}
.ghostwriting-solutions-slider .swiper-wrapper {
    position: relative;
    flex-direction: unset;
}
.ghostwriting-solutions-slider .swiper-wrapper:before {
    opacity: 1;
    background: #F90;
    width: 100%;
    height: 1px;
    content: "";
    position: absolute;
    top: 50%;
    transform: translate(0px, -50%);
}
.parent-ghostwriting-solutions-slider {
    position: relative;
    z-index: 0;
}

.parent-ghostwriting-solutions-slider:before {
    opacity: 1;
    background: #F90;
    width: 1px;
    height: 90%;
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 435px;
    margin: auto;
}

.parent-ghostwriting-solutions-slider:after {
    opacity: 1;
    background: #F90;
    width: 1px;
    height: 90%;
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 435px;
    margin: auto;
}


.main-heading {
    margin-bottom: 2rem;
}

.services-card figure {
    margin-bottom: 8px;
}

/* testimonials css  */
.testimonials {
    position: relative;
    z-index: 2;
    background-image: url('../images/testimonials-bg.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #232F3E;
    background-attachment: fixed;
    background-position: top;
}

.testimonials .hand-writing {
    position: absolute;
    left: 0;
    top: -167px;
    z-index: -1;
}

.testimonials .man-hand-writing {
    position: absolute;
    top: -188px;
    right: 0;
    z-index: -1;
}

.tags.yellow-tag {
    background: #F90;
}

.tags.yellow-tag p {
    color: #000000;
    font-size: 17px;
    font-weight: 500;
}

.tags.yellow-tag .dots {
    background: #ff9900;
}

.testimonials .swiper-slide {
    width: 282.157px !important;
}

.swiper.our-services-slider {
    padding: 1rem 0 0rem;
}

/* showcase css  */
.showchase-section {
    position: relative;
    z-index: 0;
}

.showchase-section .bubble-layers-2 {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.showchase-section .circle-layers-2 {
    position: absolute;
    right: 0;
    top: -260px;
    z-index: -1;
}

.parent-showcase-books {
    position: relative;
    z-index: 0;
    display: flex;
    align-items: center;
}

.showcase-cards-parent {
    width: 25%;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.showcase-card {
    background: #232F3E;
    border-radius: 6px;
    padding: 16px 14px;
    position: relative;
    z-index: 0;
}

.showcase-card p {
    color: white;
    font-weight: 400;
    margin-bottom: 8px;
}



.cards-number {
    background: #232F3E;
    border: 3px solid white;
    width: 40px;
    height: 40px;
    flex-shrink: 0;
    aspect-ratio: 1/1;
    overflow: hidden;
    border-radius: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.13px;
}

.showcase-card .read-more-btn {
    justify-content: start;
}


.showcase-books-slider span.swiper-pagination-bullet {
    width: 30px;
    height: 30px;
    color: #F90;
    background: #232F3E;
    color: white;
    border: .6px solid #232F3E;
    font-weight: 700;
    opacity: 1;
}

.showcase-books-slider .swiper-pagination-bullet-active {
    background: #F90 !important;
    color: white !important;
    opacity: 1 !important;
}

.read-more-btn.white {
    color: white;
}

.read-more-btn.white img {
    filter: brightness(0) invert(1);
}

.numbers-parents {
    position: absolute;
    top: 42px;
    right: -20px;
    z-index: 0;
}

.numbers-parents::before {
    position: absolute;
    z-index: -1;
    content: "";
    background: transparent;
    border: 1px dashed #232F3E;
    width: 120px;
    top: 20px;
}

figure.showcase-book {
    position: relative;
    z-index: 1;
}

.right-showcase-parent .numbers-parents::before {
    left: 0px;
}

.left-showcase-parent .numbers-parents::before {
    left: -90px;
}

.showcase-cards-parent.left-showcase-parent .numbers-parents {
    left: -20px;
}

.showcase-cards-parent.left-showcase-parent .showcase-card {
    padding-left: 26px;
    padding-right: 0;
}

.showcase-books-slider.swiper {
    width: 240px;
    height: 320px;
}

.showcase-books-slider .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 18px;
    font-size: 22px;
    font-weight: bold;
    color: #fff;
}

.showcase-books-slider .swiper-slide:nth-child(1n) {
    background-color: #232F3E;
}

.showcase-books-slider .swiper-slide:nth-child(2n) {
    background-color: #F90;
}

.showcase-books-slider .swiper-slide:nth-child(3n) {
    background-color: #232F3E;
}

.showcase-books-slider .swiper-slide:nth-child(4n) {
    background-color: #F90;
}

.showcase-books-slider .swiper-slide:nth-child(5n) {
    background-color: #232F3E;
}

.showcase-books-slider .swiper-slide:nth-child(6n) {
    background-color: #F90;
}

.showcase-books-slider .swiper-slide:nth-child(7n) {
    background-color: #232F3E;
}

.showcase-books-slider .swiper-slide:nth-child(8n) {
    background-color: #F90;
}

.showcase-books-slider .swiper-slide:nth-child(9n) {
    background-color: #232F3E;
}

.showcase-books-slider .swiper-slide:nth-child(10n) {
    background-color: #F90;
}

.showcase-books-slider {
    display: none;
}




/* cta banner css  */
.cta-top-figures-parent {
    display: flex;
    align-items: end;
    justify-content: space-between;
}

.cta-banner {
    background-image: url('../images/cta-banner-bg.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    height: 334px;
    width: 100%;
    background-color: #232F3E;
    position: relative;
    z-index: 0;
    overflow: hidden;
    display: flex;
    align-items: center;
    background-attachment: fixed;
}

.parent-cta-banner {
    height: auto;
    margin-top: -3rem;
    position: relative;
    z-index: 2;
}

.cta-banner .left-cta-book {
    position: absolute;
    left: 0;
    top: 0;
}

.cta-banner .right-cta-book {
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}

.cta-banner .main-heading {
    margin: 0;
}

/* packages css  */

.for-top-layers {
    position: relative;
    z-index: 1;
}

.for-top-layers .left-bubble-layers {
    position: absolute;
    left: 0;
    top: -110px;
    z-index: -1;
}

.for-top-layers .bubble-layers-3 {
    position: absolute;
    right: 0;
    top: 0;
    z-index: -2;
}

.packages-card {
    border-radius: 6px;
    border: 1px solid #2e303142;
    background: #ffffff;
    padding: 22px;
}

.packages-card .heading {
    color: #000000;
    font-size: 24px;
    font-style: normal;
    font-family: system-ui;
    text-align: center;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
    padding: 12px 0;
    padding-bottom: 22px;
}

.packages-header .pricing {
    color: #2E3031;
    font-family: Poppins;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.packages-card .packages-header .custom-btn.white-btn {
    border-color: black;
    border-width: 1.5px;
    width: 100%;
    font-weight: 600;
    margin: 1rem 0 2rem;
}

.packages-card ul {
    display: flex;
    flex-direction: column;
    gap: 12px;
    overflow-y: auto;
    max-height: 440px;
}

span.pkg-details {
    color: #000000;
    font-family: 'Poppins';
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    width: 90%;
}

.packages-card ul li {
    display: flex;
    align-items: start;
    gap: 10px;
}


.swiper-slide-active .packages-card {
    background: #06264C;
}

.swiper-slide-active .packages-card .heading {
    color: #ffffff;
}

.swiper-slide-active .packages-card p {
    color: white;
}

.packages-card p {
    font-weight: 300;
    font-size: 15px;
    color: #000;
}

.swiper-slide-active .packages-card .pricing {
    color: white;
}

.swiper-slide-active .packages-card .packages-header .custom-btn.white-btn {
    background: transparent;
    color: #ff9900;
    border-color: white;
}

.swiper-slide-active .packages-card ul span.pkg-details {
    color: white;
}

.swiper-slide-active .packages-card ul li .pkg-icon {
    background: #ff9900;
}

.packages-card ul li .pkg-icon {
    background: white;
    border-radius: 22px;
    width: 26px;
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* width: 100%; */
    /* display: inline-flex; */
}

/* parent-cta-banner-cta-2 css  */
.parent-cta-banner.cta-2 .cta-banner {
    background-image: url('../images/parent-cta-banner-cta-2.png');
    height: 350px;
}

section.parent-cta-banner.cta-2 {
    margin-top: -11rem;
    z-index: 2;
}

.parent-cta-banner.cta-2 .cta-banner .heading-2 {
    margin: 0rem 0 2rem;
}

/* parent-cta-banner-cta-2 css  */


/* faq css  */
.accordion-item:first-of-type>.accordio {}

.accordion-item {
    margin: 0rem 0 17px;
    border: 0px solid red !important;
    border-radius: 8px;
}

.accordion-header {
    margin-bottom: 0rem;
    background: transparent;
}

.accordion-item {}

.accordion-item:first-of-type>.accordion-header .accordion-button {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.accordion-item:first-of-type {
    border-radius: 0;
}

.accordion-button {
    overflow: hidden;
    background: #EBEBEB;
    border-radius: 6px !important;
    color: #000000;
    font-weight: 500;
    font-size: 20px;
    padding: 21px 20px;
}

.accordion-body {
    background: #CC972D;
    color: #000000;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    padding-top: 0;
    border-bottom-left-radius: 6px !important;
    border-bottom-right-radius: 6px !important;
}

.accordion-button:not(.collapsed) {
    color: black;
    font-weight: 600;
    background-color: #CC972D;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    box-shadow: none;
}

.accordion-button:focus {
    box-shadow: none;
}

.accordion-button::after {
    /* filter: brightness(0) invert(1); */
}

.accordion-button:not(.collapsed)::after {
    filter: none;
}

.parent-foam {
    border-radius: 15px;
    border: 2px solid #07070730;
    background: #F90;
    padding: 1rem;
    text-align: center;
    position: relative;
    z-index: 0;
}

.parent-foam input,
.parent-foam textarea {
    width: 100%;
    border-radius: 4px;
    border: 1px solid rgba(35, 47, 62, 0.50);
    background: rgb(255 255 255) !important;
    color: #232F3E;
    padding: 10px 11px;
}


.form-heading {
    color: white;
}

.form-heading span {
    display: block;
}

.form-heading {
    color: #FFF;
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 3rem;
    z-index: 0;
}

.form-heading span {
    color: #232F3E;
    font-family: "Poppins", sans-serif;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
}

.parent-foam input::placeholder,
textarea::placeholder {
    color: rgba(0, 0, 0, 0.7) !important;
    font-weight: 400;
}

.parent-foam textarea {
    height: 100px;
    border-color: rgba(35, 47, 62, 0.50);
    color: rgb(0, 0, 0);
}

.parent-foam button.btn.custom-btn {
    width: 100%;
    color: #000000;
    border-radius: 9px;
    background: #cc972d;
    font-weight: 600;
}

.form-heading::before {
    position: absolute;
    z-index: 1;
    border-bottom: 2px dashed #232f3e91;
    width: 100%;
    content: "";
    left: 0;
    right: 0;
    top: 108px;
}

.review-card {
    border-radius: 10px;
    border: 1px solid #232f3e1f;
    background: #FFF;
    box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.10);
    padding: 16px 25px 16px;
    margin: 1rem 0 2rem;
}

.review-card figure.client-profile {
    margin-top: -41px;
    margin-bottom: 1.5rem;
    margin-left: 1rem;
}

.review-card p {
    color: #333;
    font-weight: 400;
    font-size: 13px;
    padding: 13px 0px;
}

.review-footer {
    border-top: 2px solid #232f3e9e;
    padding-top: 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.client-details p {
    margin: 0;
    color: #000;
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
}

.client-details h6 {
    color: #000;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0;
}

.review-card figure.client-profile img {
    border: 1px solid black;
    border-radius: 60px;
    overflow: hidden;
}


/* footer css  */
.footer-top-layer {
    display: flex;
    align-items: end;
    justify-content: space-between;
    margin-top: -16rem;
    position: relative;
    z-index: 0;
}

.footer-marquee-parent {
    /* display: flex; */
    /* align-items: center; */
    /* gap: 100px; */
    /* border-bottom: 2px solid #FF9900; */
    /* padding: 1rem 0; */
    /* margin-bottom: 5rem; */
}

footer {
    background-position: center;
    background-size: cover;
    background-repeat: repeat-x;
    background-color: #EBEBEB;
    border-top-left-radius: 45px;
    border-top-right-radius: 45px;
}

.bottom-footer {
    background: #06264C;
    padding: 12px 0;
    border-top-right-radius: 25px;
    border-top-left-radius: 25px;
}

.bottom-footer p {
    margin: 0;
    text-align: center;
    color: #ffffff;
}

.child-marquee {
    display: inline-flex;
    align-items: baseline;
    white-space: nowrap;
    gap: 16px;
    margin: 0rem 3rem;
}

.child-marquee p {
    color: white;
    margin: 0;
}

.heading-6 {
    color: #F90;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    /* 180% */
}

footer ul li a {
    color: #FFF;
    font-family: 'Poppins';
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    text-decoration: none;
}

footer ul li {
    margin: 0 0 8px;
    display: inline-block;
}

footer ul {
    margin-top: 1rem;
}

.address a {
    text-decoration: none;
    color: #000000;
    font-family: 'Poppins';
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    vertical-align: middle;
}

footer .address {
    margin: 0 0 12px;
    display: inline-block;
}

p.white {}

.footer-details-col p {
    color: #FFF;
    font-family: 'Poppins';
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 1rem;
}

.email-subscribe input {
    border-radius: 6px 0px 0px 6px;
    border: #F90;
    background: #FFF;
    display: flex;
    width: 95%;
    height: 50px;
    padding: 16.5px 15.2px 16.5px 15px;
    justify-content: center;
    align-items: center;
    border: 1px solid #F90;
    border-radius: 6px 0px 0px 6px;
}

.email-subscribe form {
    position: relative;
    z-index: 0;
}

.email-subscribe form button.btn.btn-primary {
    position: absolute;
    right: 0;
    top: 0;
    background: #F90;
    border-radius: 0px 6px 6px 0px;
    border: 0;
    height: 50px;
    padding: 0 14px;
}

.social-media-links {
    display: flex;
    align-items: baseline;
    justify-content: start;
    gap: 10px;
}

section.parent-cta-banner.cta-2 .cta-banner .left-cta-book.right-2 {
    right: 0 !important;
    left: unset;
    top: unset;
}

section.parent-cta-banner.cta-2 .cta-banner {
    overflow: unset;
}

.faqs-section {
    position: relative;
    z-index: 4;
}

.faqs-section figure.left-bubble-layers {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.faqs-section figure.bubble-layers-3 {
    position: absolute;
    right: 0;
    top: -120px;
    z-index: -1;
}

footer .container {
    padding-top: 6rem;
    padding-bottom: 0;
}

.swiper-slide-active .review-card {
    background: #ffffff;
}

.swiper-slide-active .review-card p {
    color: #000000;
}

.swiper-slide-active .review-card .client-details h6 {
    color: #000000;
}

.swiper-slide-active .review-card .review-footer {
    border-color: #ffffff;
}

.address {
    display: flex;
    align-items: baseline;
    gap: 8px;
}

.parent-cta-banner.cta-3 .heading-2 {
    margin-bottom: 1rem;
}

.list-item-parent ul li span img {
    margin-bottom: 3px;
}

.footer-details-col figure {
    margin-bottom: 2rem;
}

.social-media-links figure {
    margin: 0;
}

span.swiper-pagination-bullet {
    border-radius: 250px;
    background: #000;
    width: 42.314px;
    height: 8px;
    flex-shrink: 0;
}

span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #232F3E;
}

.swiper.review-slider {
    padding-bottom: 2rem;
}


.swiper.packages-slider {
    padding-bottom: 4rem;
}

.ml2 .letter {
    display: inline-block;
    line-height: 1em;
}

/* animation css  */
.marquee {
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
    -webkit-animation: marquee 50s linear infinite;
    animation: marquee 100s linear infinite;
    margin-bottom: 0;
}

@-webkit-keyframes marquee {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    100% {
        -webkit-transform: translate3d(-50%, 0, 0);
        transform: translate3d(-50%, 0, 0);
    }
}

@keyframes marquee {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    100% {
        -webkit-transform: translate3d(-50%, 0, 0);
        transform: translate3d(-50%, 0, 0);
    }
}

.demo-text {
    align-items: center;
    gap: 100px;
    border-bottom: 2px solid #FF9900;
    padding: 1rem 0;
}


@keyframes textclip {
    to {
        background-position: 200% center;
    }
}

.animate-charcter {
    background-image: linear-gradient(-225deg, #F90 0%, #F90 29%, #0B0D36 67%, #F90 100%);
    background-size: auto auto;
    background-clip: border-box;
    background-size: 200% auto;
    color: #fff;
    background-clip: text;
    text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: textclip 8s linear infinite;
    display: inline-block;
}


@keyframes animName {
    0% {
        transform: rotate3d(1, 1, 1, 0deg) scale(1.1);
    }

    30% {
        transform: rotate3d(1, 1, 1, 5deg) scale(1.3);
    }

    100% {
        transform: rotate3d(1, 1, 1, 0deg) scale(1.1);
    }
}

.elem {
    /* animation: animName 3s infinite; */
    animation-delay: 1s;
    animation-duration: 3s;
    animation-fill-mode: none;
    animation-iteration-count: infinite;
    animation-name: animName;
    animation-play-state: running;
    animation-range-end: normal;
    animation-range-start: normal;
    animation-timeline: auto;
    animation-timing-function: ease-in;
    transition: all 11s ease 10s;
}


.custom-btn.yellow-btn:hover {
    background: #232F3E;
    color: white;
}

.custom-btn.yellow-btn:hover img {
    filter: brightness(0) invert(1);
}

.custom-btn.blue-btn:hover {
    background: #cc972d;
    color: #000000;
}

.parent-cta-btns a:hover {
    color: #F90;
}

.custom-btn.yellow-btn-w:hover {
    background: white;
    color: black;
}

.custom-btn.yellow-btn-w:hover img {
    filter: brightness(0) invert(0);
}

.custom-btn.white-btn:hover {
    background: #F90;
}

#box1 {
    background-color: #F90;
    -webkit-animation-name: animate1;
    /* Chrome, Safari, Opera */
    -webkit-animation-duration: 7s;
    /* Chrome, Safari, Opera */
    -webkit-animation-iteration-count: infinite;
    /* Chrome, Safari, Opera */
    animation-name: animate1;
    animation-duration: 7s;
    animation-iteration-count: infinite;
}

/* Chrome, Safari, Opera */
@-webkit-keyframes animate1 {
    0% {
        background-color: #232F3E;
    }

    25% {
        background-color: #F90;
    }

    50% {
        background-color: #232F3E;
    }

    100% {
        background-color: #F90;
    }
}

/* Standard syntax */
@keyframes animate1 {
    0% {
        background-color: #232F3E;
    }

    25% {
        background-color: #F90;
    }

    50% {
        background-color: #232F3E;
    }

    100% {
        background-color: #F90;
    }
}

.flying-books {
    transition: all 0.7s ease;
    animation: 3s linear infinite bf-animate;
}

@keyframes bf-animate {

    0%,
    100% {
        filter: drop-shadow(0px 0px 5px #F90);
        transform: translateY(-5px)
    }

    50% {
        filter: drop-shadow(0px 0px 5px #232F3E);
        transform: translateY(0)
    }

    80% {
        filter: drop-shadow(0px 0px 5px #F90);
    }
}


.animated-girl-parent {
    position: relative;
    z-index: 0;
    text-align: center;
}

.animated-girl-parent .animated-girl {
    position: absolute;
    top: 70px;
    left: 0;
    right: 0;
}

.official-site-sec {
    padding-bottom: 6rem;
}

.animated {
    position: relative;
    transition: all linear 1s;
    animation: ball 2s linear infinite alternate;
}

.animated2 {
    position: relative;
    transition: all linear 1s;
    animation: ball2 2s linear infinite alternate;
}


@keyframes ball {
    0% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1.0);
    }
}

@keyframes ball2 {
    0% {
        transform: translate(10px, 0px);
    }

    100% {
        transform: translate(0px, 0px);
    }
}

/* animation css  */

/* about us */
.about-us-section {
    background-image: url('../images/about-bg.png');
    background-position: left;
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
    z-index: 0;
}

.row-reverse {
    flex-flow: row-reverse;
}

.about-us-section figure.about-layer {
    position: absolute;
    right: 0;
    z-index: -1;
}

/* about us */

/* contact us css  */

.contact-form-parent input,
.contact-form-parent textarea {
    color: #777;
    font-family: 'Poppins';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    margin: 1rem 0 0;
    border-radius: 4px;
    border: 1px solid #232F3E;
    background-color: #F8F8F8 !important;
    padding: 14px 18px;
}

.contact-form-parent input::placeholder,
.contact-form-parent textarea::placeholder {
    color: #777 !important;
}

.parent-contact-details {
    border-radius: 20px;
    background: #232F3E;
    margin: 1rem 0 1rem;
}

.contact-details-child {
    text-align: center;
    padding: 50px 0;
}

.contact-us-section {
    position: relative;
    z-index: 1;
    padding-top: 8rem;
}

.contact-us-section figure.contact-layer {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}

.contact-us-section figure.contact-layer-1 {
    position: absolute;
    top: 90px;
    z-index: -1;
}

.contact-form-parent {
    margin: 1rem 0 5rem;
}

.contact-details-child .heading-4 {
    color: #FFF;
    font-family: Poppins;
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    /* 107.692% */
    text-transform: capitalize;
    margin: 1.5rem 0 1rem;
}

.contact-details-child a {
    text-decoration: none;
}

.contact-details-child a.para {
    text-wrap-style: auto;
    margin: auto;
    width: 80%;
    text-wrap-style: balance;
}

.side-borders {
    position: relative;
    z-index: 0;
}

.side-borders:before {
    position: absolute;
    z-index: 0;
    right: 0;
    top: 20%;
    width: 2px;
    height: 70%;
    flex-shrink: 0;
    background: #D9D9D9;
    content: "";
}

.side-borders:after {
    position: absolute;
    z-index: 0;
    left: 0;
    top: 20%;
    width: 2px;
    height: 70%;
    flex-shrink: 0;
    background: #D9D9D9;
    content: "";
}

.contact-form-parent .btn-parent {
    justify-content: center;
    margin-top: 3rem;
}

/* contact us css  */

/* inner banner  */
.inner-banner {
    background-image: url('/images/inner-banner-bg.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
    background-attachment: fixed;
}

.inner-banner .heading-1 span {
    display: inline-block;
}

.parent-anchar {
    width: 60%;
    margin: auto;
}

.inner-services-page {
    position: relative;
    /* z-index: -1; */
}

figure.services-page-top-layer-1 {
    position: absolute;
    top: -190px;
    left: 0px;
}

figure.services-page-top-layer-2 {
    position: absolute;
    right: 0;
    top: 0;
}

.inner-faqs .faqs-section figure.left-bubble-layers {
    display: none;
}

.inner-faqs .faqs-section figure.bubble-layers-3 {
    display: none;
}

.inner-faqs figure.inner-faqs-layer {
    position: absolute;
    right: 0;
    z-index: -1;
}


.inner-packages .packages-section.for-top-layers.py {
    padding-bottom: 0;
}

.parent-cta-banner.cta-2 figure.reading-human {
    max-width: 160px;
}

/* inner banner  */


/* our services css  */
.our-services {
    background: transparent;
}

.cenetered {
    text-align: center;
}

.main-heading {
    margin-bottom: 3rem;
}

.main-heading p {
    width: 100%;
    margin: auto;
}

.parent-card-services {
    padding: 28px 20px;
    border-radius: 24px;
    border: 2px solid #232F3E;
    background: #FFF;
}

.card-header-parent {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1rem;
}

span.number {
    color: #E1E4E5;
    font-family: Exo;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
    font-family: Poppins;
}

.parent-card-services p {
    font-weight: 400;
}

.parent-card-services .heading-4 {
    color: #232F3E;
    margin: 12px 0 12px;
    font-weight: 600;
    font-size: 24px;
    font-family: Poppins;
}

.grey {
    color: #D9D9D9;
}

.card-services-slider {
    padding-bottom: 4rem;
}

span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #CC972D !important;
}

span.featured {
    color: #232F3E;
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 19.5px;
    text-transform: uppercase;
}


.white {
    color: white;
}

.content-card-child {
    border-radius: 10px;
    background: #232F3E;
    padding: 1rem 14px 1.3rem;
    text-align: start;
}

.content-card-child .read-more-btn {
    color: #F90;
    margin-top: 6px;
}

.content-card-child p {
    font-weight: 400;
    margin: 0;
}

.content-card-child .heading-6 {
    border-bottom: 1px dashed #D9D9D9;
    padding-bottom: 12px;
    margin-bottom: 12px;
}

.content-card-child {
    height: 180px;
}

.official-site-section-slider {
    height: 580px;
}

.child-grid-content {
    display: grid;
    grid-template-columns: 48% 48%;
    margin: 1rem 0px;
    gap: 1rem;
}

.parent-content-images img {
    height: auto;
    object-fit: cover;
}

.parent-content-images figure {
    height: auto;
    border-radius: 6px;
    overflow: hidden;
}

.child-grid-content figure {
    height: auto;
    width: 100%;
    border-radius: 8px;
    overflow: hidden;
}

.child-grid-content figure img {
    object-fit: cover;
}

.showchase-section-inner figure.bubble-layers-2 {
    display: none;
}

.showchase-section-inner figure.circle-layers-2 {
    display: none;
}

.inner-packages-services figure.left-bubble-layers {
    display: none;
}

.inner-packages-services figure.bubble-layers-3 {
    display: none;
}

.for-top-layers .bubble-layers-3 img {
    height: 480px;
}

header .nav-item {
    margin: 0 10px;
}

.dropdown-item.active,
.dropdown-item:active {
    background-color: transparent;
    border: none !important;
    box-shadow: none;
    color: inherit;
}

a:-webkit-any-link:focus-visible {
    outline: none !important;
}

:focus-visible {
    outline: none !important;
}




/* modal css  */
.entry-box {
    transform: translate(0%, 3%);
}

a#entry-box_close {
    background: linear-gradient(-28deg, #00caff 0%, #000c69 60%);
    width: 59px;
    height: 59px;
    display: block;
    line-height: 59px;
    color: #fff;
    border-radius: 50%;
    font-size: 32px;
    text-align: center;
    position: absolute;
    right: 25px;
    top: 10px;
    z-index: 999;
    text-decoration: none;
}

.entry-box .text-1 h1 {
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    line-height: 34px;
    margin-bottom: 12px;
    font-size: 28px;
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 5px;
    line-height: 33px;
    margin-top: 0;
    text-transform: uppercase;
    text-align: start;
    font-family: Poppins;
}

.entry-box .text-1 h1 span.red {
    color: white;
    text-transform: uppercase;
}

.col-sm-12.entry-right {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
}

.entry-box .text-1 p {
    color: #fff;
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
}

.entry-box .text-1 p strong {
    text-transform: uppercase
}

.text-1 {
    position: relative;
    padding-left: 20px;
    margin-bottom: 20px;
}

.text-1:before {
    content: "";
    width: 10px;
    
    position: absolute;
    left: 0;
    background: linear-gradient(-28deg, #fff 0%, #F90 60%);
    border-radius: 100px;
}

.entry-box .form-control {
    /* min-height: 40px; */
    border-radius: 7px;
    background-color: rgba(250, 250, 250, .92);
    border-color: transparent;
    color: #060606;
    font-size: 16px;
    width: 100%;
    display: block;
    padding: 7px 6px;
    background: #fafafa !important;
    border: #dcdcdc 1px solid;
    width: 100%;
    border-radius: 7px;
    font-size: 14px;
    color: #000;
    box-shadow: none !important;
    outline: none 0px !important;
    margin-bottom: 0px;
    font-weight: 500;
    font-family: Poppins;
}

.entry-box .form-control::placeholder {
    color: #000 !important;
}

.entry-box input::placeholder,
textarea::placeholder {
    color: #000 !important;
}

.entry-box button {
    border-radius: 5px;
    background-color: #3376ee;
    background: #F90;
    color: #fff;
    font-size: 18px;
    border: #ffffff 1px solid;
    text-transform: uppercase;
    font-weight: 600;
    padding: 8px 10px;
    letter-spacing: 1px;
    border-radius: 3px;
    outline: 0px none;
    width: 88%;
    display: inline-block;
}

.entry-box button {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    height: 40px;
    cursor: pointer;
    width: 100%;
    /* margin: 2px 0 0; */
    font-family: Poppins;
}

.entry-box ul li {
    color: #111322;
    font-size: 16px;
    font-weight: 500;
    width: 49%;
    display: inline-block;
    margin-bottom: 4px
}

.entry-box ul li i {
    color: #eb0000
}

.form-group {
    margin-bottom: 1rem;
}

.form-btn {
    text-align: center
}

.two-title p {
    padding-bottom: 25px
}

#entry-popup .container {
    max-width: 1574px !important;
    width: 100%;
    margin: 0 auto !important;
    float: none !important;
    padding: 0 15px !important;
}

.christmas-popup {
    position: absolute;
    left: -10px;
    top: 34px;
}

.loader {
    margin-top: 8px;
}

.loader img {
    width: 30px;
}

#entry-box_close {
    opacity: 1;
    background: linear-gradient(-28deg, #fff 0%, #F90 60%);
    width: 7px;
    height: 0px;
    /* display: block; */
    line-height: 0px;
    color: #fff;
    border-radius: 50%;
    font-size: 24px;
    text-align: center;
    position: absolute;
    right: 4px;
    top: 9px;
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 22px;
}

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

.modal-content {
    background: transparent;
    border: none;
}

.entry-box {
    /* background: url('/images/chris-pop-img.png'); */
    margin: 0px auto;
    border-radius: 10px;
    position: relative;
    height: auto;
    width: 100%;
    padding: 16px 0 6px;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    display: flex;
    align-items: center;
    justify-content: center;
    background-position: right;
    background-color: black;
}

.entry-box .form-control::placeholder {
    color: black !important;
    font-weight: 500;
}

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}

.modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto;
}

div#entry-popup .modal-dialog {
    max-width: 360px;
    margin: auto;
}

.modal-header {
    position: absolute;
    right: 0;
}

span.pkg-details strong {
    color: #F90;
}



/* entry */

/* modal css  */


/* privacy policy  */
.privacy-policy-sec {
    background: none;
}

.privacy-policy-sec .list-item-parent {
    flex-direction: column;
    justify-content: start;
    align-items: start;
    gap: 4px;
    font-weight: 400;
    list-style: inside;
    font-family: Poppins;
    font-size: 14px;
}

.privacy-policy-sec p {
    color: black;
    font-weight: 400;
}

.parent-foam textarea::placeholder {
    color: black !important;
}

label.error {
    color: #ff5656;
    text-align: start;
    width: 100%;
    font-size: 13px;
}
/* privacy policy  */

ul.navbar-nav.m-auto {
    margin-top: 0 !important;
    background: #f7941e36;
    padding: 10px 60px;
    border-radius: 100px;
}

a.para {
    text-transform: lowercase;
}

.parent-card-services {
    height: 395px;
}

.child-grid-content figure img {
    height: 256px;
}

.parent-content-images figure img {
    height: 280px;
    width: 100%;
    object-fit: cover;
}

.brand-list {
    display: flex;
    align-items: baseline;
    gap: 22px;
}
.home-banner {
    min-height: auto;
    background-repeat: no-repeat !important;
    background-size: 100% 100% !important;
    align-items: center;
    position: relative;
    z-index: 1;
    padding: 8% 0;
}
.home-banner .inner-head h1 {
    padding-top: 0;
    text-align: left;
}
.home-banner .inner-head h1 span {
    font-size: 50px;
    font-weight: 700;
    border-radius: 70px;
    background: #F90;
    display: table;
    margin: 0 auto;
}
.extra-link-txt, .home-banner .inner-head h1 span {
    padding: 0 20px;
    text-align: center;
    margin-top: 2%;
}
.inner-head span {
    color: #ffff;
}
.inner-head h1, .inner-head h5 {
    font-weight: 700;
    padding: 0;
    color: #996a0c;
    letter-spacing: 2px;
}
.inner-head h1 {
    font-size: 22px;
}
.home-banner .inner-head p {
    text-align: left;
    width: auto;
    margin: auto;
    color: #000;
    font-weight: 400;
    padding-bottom: 21px;
}
.inner-head p {
    color: #fff;
    font-size: 15px;
    line-height: 28px;
    font-weight: 300;
    padding-bottom: 15px;
}
.main-banner .form-st {
    background: #ff990026;
    border-radius: 100px;
    padding: 25px 30px;
    width: auto;
    margin: 5px 0 0;
    box-shadow: 5px 6px 30px #00000012;
}
.main-banner .form-st form {
    display: flex
;
    align-items: center;
    justify-content: center;
}
.main-banner .form-st form {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
}
.main-banner .form-st .form-div {
    margin: 0 10px;
}
.main-banner .form-st .form-div input {
    border: 0;
    padding: 15px 20px;
    border-radius: 6px;
    color: #000000;
    font-size: 16px;
    /* background: #00000029; */
    border: .5px solid #ffffffa1;
}
.form-div-btn input {
    text-transform: capitalize;
    padding: 18px 45px;
    border: 0;
    border-radius: 6px;
    background: #F90;
    color: #000000;
    font-size: 16px;
    font-weight: 600;
    border-radius: 100px;
}
section.inner-main-banner.home-banner .inner-main-banner-cta {
    margin: 20px 0 0;
    float: left;
    width: 100%;
    padding: 25px 0;
}
.home-banner .inner-head ul.inner-main-banner-cta li:first-child a {
    background: #000 !important;
    border: 1px solid #fff;
}
.inner-main-banner-cta li:first-child a {
    border-radius: 10px;
    background: linear-gradient(to left, #000 0, #090909 100%) !important;
    padding: 18px 32px;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
    border: solid 1px #F7941E;
}
.inner-main-banner-cta li:nth-child(2) a {
    border-radius: 100px;
    background-color: #F90;
    padding: 18px 32px;
    color: #000000;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
}
.home-banner .inner-main-banner-cta {
    justify-content: center;
}
.inner-main-banner-cta {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 35px;
    margin: 15px 0;
}
section.main-banner {
    width: 81%;
    margin: 0 auto;
}

.bnr-cl-logo {
    display: inline-block;
    text-align: center;
    padding-top: 4%;
}

.bnr-cl-logo ul {
    display: inline-flex;
}

.bnr-cl-logo li img {
    padding: 0 21px;
}
.nav-link:focus, .nav-link:hover {
    color: rgb(255 255 255 / 80%);
}
.form-st.yoyo input.btn_green.submit-btn {
    background-image: url(../images/arrow-right-img.png);
    background-repeat: no-repeat;
    background-position: 185px 26px;
}
.rating-section {
    padding-bottom: 40px;
    position: relative;
    z-index: 1;
}
.rating-list ul {
    padding: 0;
    list-style: none;
    justify-content: center;
}
.rating-list ul li:first-child {
    margin-left: 0;
}
.rating-list ul li {
    width: 25%;
    margin-right: 10px;
    margin-left: 10px;
    margin-top: -45px;
}
.rating-box {
    text-align: center;
    padding: 20px;
    background: #f4f4f4;
    border-radius: 20px;
    box-shadow: 1px 2px 18px 0 #0000003d;
}
.rating-image {
    border-radius: 50%;
    width: 110px;
    min-height: 110px;
    justify-content: center;
    margin: -60px auto 20px;
}
.rating-box h2 {
    font-size: 22px;
    font-weight: 700;
    color: #333;
    padding-bottom: 0;
}

.rating-box h4 {
    color: #333;
    font-size: 17px;
    font-weight: 400;
}
.rating-list ul {
    align-items: center;
    display: flex
;
}
rating-box .rating-image img {
    overflow: hidden;
    position: relative;
    top: 41px;
}

.rating-list .rating-image {
    position: relative;
    overflow: hidden;
}

.rating-list .rating-image img {
    position: relative;
    top: 9px;
}
.rating-list {
    width: 85%;
    margin: 0 auto;
}
.animated-girl-parent figure.animated-girl.animated2.aos-init.aos-animate img {
    width: 90%;
    text-align: left;
    float: left;
}
section.testimonials.py .main-heading.centered h2.heading-2.white.aos-init.aos-animate {
    font-size: 58px;
    line-height: 66px;
}
section.testimonials.py .btn-parent.justify-content-center a.btn.custom-btn.white-btn {
    background: #ff9900;
    font-weight: 600;
}
section.testimonials.py .btn-parent.justify-content-center a.btn.custom-btn.yellow-btn-w {
    background: #000;
    border-color: #ff9900;
    border-radius: 8px;
}
section.testimonials.py .btn-parent.justify-content-center a.btn.custom-btn.yellow-btn-w:hover {
    background: #fff;
}
.btn-parent.justify-content-center {
    padding-top: 3%;
}
section.showchase-section.py.pb-0 h2.heading-2.black.aos-init.aos-animate {
    font-size: 51px;
    line-height: 66px;
}
.cta-banner .main-heading.centered h2.heading-2.white.aos-init.aos-animate {
    font-size: 48px;
    line-height: 57px;
}
section.packages-section.for-top-layers.py h2.heading-2.black.aos-init.aos-animate {
    font-size: 45px;
    font-weight: 600;
    line-height: 52px;
    width: 85%;
    margin: 0 auto;
    padding-bottom: 11px;
}
.swiper-slide-second .packages-card {
    background: #06264C;
}
.swiper-slide-second .packages-card .heading {
    color: #ffffff;
}
.swiper-slide-second .packages-card p {
    color: white;
}
.swiper-slide-second .packages-card .packages-header .custom-btn.white-btn {
    background: transparent;
    color: #ff9900;
    border-color: white;
}
.swiper-slide-second .packages-card ul li .pkg-icon {
    background: #ff9900;
}
.swiper-slide-second .packages-card ul span.pkg-details {
    color: white;
}
section.parent-cta-banner.cta-2 .cta-banner a.btn.custom-btn.yellow-btn-w {
    background: #000;
    border-color: #ff9900;
    border-radius: 5px;
}

section.parent-cta-banner.cta-2 .cta-banner a.btn.custom-btn.yellow-btn-w:hover {
    background: #fff;
}
section.review-section.for-top-layers.py h2.heading-2.black.aos-init.aos-animate {
    font-size: 52px;
    padding-top: 2%;
}
section.faqs-section.py {
    padding-bottom: 22px;
}
.faqs-section.py h2.heading-2.black.aos-init.aos-animate {
    font-size: 43px;
    padding-top: 2%;
}
.card-sec h2.heading-2.black.aos-init.aos-animate {
    font-size: 61px;
    display: inline-block;
    width: 100%;
    padding-top: 2%;
    padding-bottom: 3%;
}
p.para-sec {
    font-size: 17px;
    color: #000;
    width: 71%;
}
.proces-new-section .row {
    justify-content: center;
}
.process-new-box {
    background: url(../images/book-writing-process-img.png) center / cover no-repeat;
    width: 23vw;
    height: 19vw;
    display: flex
;
    flex-direction: column;
    justify-content: center;
    margin: 0 auto;
    padding-left: 15px;
    position: relative;
}
section.proces-new-section.story-new-sec .process-new-box {
    width: 22vw;
    height: auto;
    padding: 2rem 0;
}
section.proces-new-section.story-new-sec .process-new-box p {
    min-height: 121px;
    line-height: 1.2vw;
}
.process-new-box p {
    width: 55%;
    font-size: 13px;
}
.process-new-box span {
    position: absolute;
    right: 2vw;
    top: 0;
    bottom: 0;
    margin: auto;
    font-size: 3.3vw;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    color: #000000;
    font-weight: 700;
}
.process-new-box h4 {
    font-size: 1vw;
    padding-bottom: 15px;
    color: #000;
    font-weight: 700;
    font-size: 16px;
}
section.services-section.py {
    padding-bottom: 20px;
}
section.proces-new-section.story-new-sec.recognize-potential {
    padding-bottom: 13%;
}

#floating-btnx {
    position: fixed;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    z-index: 99999;
    display: block;
    text-align: right;
}

#floating-btnx a {
    text-decoration: none;
    color: #fff;
    font-size: 26px;
    margin-top: 17px;
    border: 2px solid #fff;
    border-radius: 6px 0 0 6px;
    margin-right: -2px;
    margin-left: auto;
    max-width: 62px;
    height: auto;
}

#floating_btnx a span {
    position: relative;
    top: 7px
}

#floating-btnx a:hover,#floating-btnx-right a:hover {
    background-color: #c77a06;
    color: #fff
}

#floating-btnx a.rotate90 {
    transform: rotate(270deg) translate(42px,50px);
    max-width: none;
    border-radius: 6px 6px 0 0;
    max-height: max-content;
    margin-top: auto;
    margin-bottom: 8px;
    color: #000;
    font-weight: 400;
}

#floating-btnx-right {
    position: fixed;
    top: 35%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    text-align: right;
    z-index: 999
}

#floating-btnx-right a {
    padding: 10px 10px;
    color: #fff;
    font-size: 16px;
    border: 1px solid #fff;
    border-radius: 0 6px 6px 0;
    margin: 7px auto 0 -2px;
    max-width: 42px
}

#floating-btnx-right a.rotate90 {
    transform: rotate(90deg) translate(27px,27px);
    max-width: 96px;
    border-radius: 6px 6px 0 0;
    max-height: 191px;
    margin-top: 8px;
    padding: 11px
}
#floating-btnx a, #floating-btnx-right a {
    background-color: #ff9900;
    display: block;
    text-align: center;
    transition: .3s;
    box-shadow: 0 0 10px rgb(0 0 0 / .1);
}
.rating-section .rating-box:hover {
    background: #ff9900;
    transition: 0.5s;
    color: #fff;
}

#floating-btnx a {
    padding: 10px 10px;
}
.inner-pages-bn {
    min-height: 500px;
}
.inner-pages-bn .inner-head {
    padding-top: 3%;
}
.bot-pnd {
    padding-bottom: 14%;
}
section.testimonials.py.portfolio {
    background: none;
    padding-bottom: 0;
}

.portfolio h2.heading-2.white.aos-init.aos-animate {
    color: #000;
}
.our-design h2.heading-2.black.aos-init.aos-animate {
    font-size: 49px;
    line-height: 57px;
}
section.our-services.bg-layers.py.our-design span.number {
    color: #ff9900;
}
.before-effect:before {
    content: '' !important;
    background: #ff9900 !important;
    width: 670px;
    height: 367px;
    position: absolute;
    left: 0;
    display: inline-block;
    z-index: -9;
    top: 232px;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}
section.our-services.bg-layers.py.our-design {
    padding-bottom: 42px;
}
.top-pd {
    padding-top: 0;
}
.bg-none {
    background: none;
    padding-bottom: 0;
    padding-top: 0;
}
.bt-pnd-end {
    padding-bottom: 0;
}

.our-book-trailer h2.heading-2.black.aos-init.aos-animate {
    font-size: 62px;
    line-height: normal;
}
.video-sec {
    border: 8px solid #ff9900;
    border-radius: 9px;
    display: flex;
}
.last-sec-vide {
    margin-top: 5%;
}
.top-video-sec {
    padding-top: 2%;
}
.bot-pnd-area {
    padding-bottom: 9% !important;
}
.top-pd-sec {
    padding-top: 4% !important;
}
section.official-site-section.pt-0.py.top-pd-sec {
    padding-bottom: 13%;
}

section.official-site-section.pt-0.py.top-pd-sec h2.heading-2.black.aos-init.aos-animate {
    font-size: 49px;
    padding-bottom: 2%;
    padding-top: 1%;
}
span.navbar-toggler-icon {
    background-image: url('../images/menu.png') !important;
}
.cstbt {
    padding: 18px 0;
}
section.inner-main-banner.home-banner h2 {
    font-size: 46px;
    color: #06264C;
    width: 87%;
    font-weight: 700;
    line-height: 62px;
    padding-bottom: 11px;
    text-transform: capitalize;
}
.bn-from {
    background: #4343430a;
    backdrop-filter: blur(3px) !important;
    backdrop-filter: brightness(70%);
}


section.inner-main-banner.home-banner h3.form-headings {
    color: #06264C;
    font-size: 33px;
    font-weight: 700;
}

section.inner-main-banner.home-banner  p {
    color: #000;
    font-size: 15px;
    font-weight: 500;
    text-transform: unset;
}
section.inner-main-banner.home-banner .parent-foam.aos-init.bn-from.aos-animate {
    padding: 30px 30px;
}
.mind-hed {
    padding-top: 3%;
}
.official-site-sec h2.heading-2.black.aos-init.aos-animate {
    font-size: 39px;
    line-height: 52px;
    font-weight: 600;
}

.official-site-sec .custom-content {
    padding-left: 33px;
}
.official-site-sec .custom-content p.aos-init.aos-animate {
    color: #000;
    font-weight: 400;
    font-size: 15px;
    text-transform: inherit;
}
.lp-mind .main-heading.centered h2 {
    font-size: 45px !important;
    font-weight: 600;
    text-align: center;
    width: 70%;
    margin: 0 auto;
}
.lp-rt {
    text-align: center;
    display: ruby;
}

.lp-rt p {
    color: #000;
    font-size: 17px;
    font-weight: 500;
    padding-top: 10px;
}
.lp-mind {
    background: #F5F5F5;
    border-radius: 35px;
    margin: 0 20px;
}
.services-lp .parent-card-services {
    background: #92929233;
    border-color: #cc972d;
    margin-bottom: 6%;
}

.services-lp .parent-card-services span.number {
    font-size: 24px;
    line-height: 27px;
    color: #000000 !important;
    padding-left: 22px;
    font-weight: 500;
}

.services-lp .parent-card-services p {
    color: #000;
    line-height: 25px;
    font-size: 14px;
    margin-bottom: 0;
    text-transform: initial;
}
.gallery-lp h2.heading-2.white.aos-init.aos-animate {
    color: #000;
    font-family: auto;
    font-size: 55px;
    font-weight: 500;
}
.gallery-lp p {
    font-size: 17px;
    color: #000;
    font-weight: 400;
    width: 69%;
    padding-top: 16px;
    line-height: 29px;
}
section.packages-section.for-top-layers.py .main-heading.centered p {
    color: #000;
    font-size: 18px;
    font-weight: 400;
    padding-top: 1%;
    width: 80%;
    text-transform: math-auto;
}
section.packages-section.for-top-layers.py {
    background: #EBEBEB;
    border-radius: 50px;
    margin: 0 20px;
    padding-bottom: 17%;
}
.cta-banner-lp {
    background: #616161;
    padding: 60px 50px;
    border-radius: 25px;
    padding-bottom: 30px;
    box-shadow: 0px 16px 40px #00000087;
    margin-top: -79px;
    z-index: 9;
    position: relative;
}

.cta-banner-lp h2.heading-2.black.aos-init.aos-animate {text-align: left;color: #fff;font-weight: 600;font-size: 46px;line-height: 51px;}

.cta-banner-lp p {
    color: #fff;
    font-weight: 300;
    font-size: 16px;
    text-align: left;
    text-transform: math-auto;
}
.faqs-section.py h2.heading-2.black.aos-init.aos-animate {
    text-align: center;
    font-size: 55px;
    line-height: 64px;
    font-weight: 600;
    width: 80%;
    margin: 0 auto;
    text-transform: capitalize;
}
section.review-section.for-top-layers.py {
    background: #EBEBEB;
    border-radius: 60px;
    margin: 0 20px;
    padding-bottom: 50px;
    padding-top: 62px;
    margin-top: 3%;
    display: none;
}
section.review-section.for-top-layers.py .main-heading.centered h2.heading-2.black.aos-init.aos-animate {
    text-align: center;
    font-size: 55px;
    font-weight: 500;
    line-height: 63px;
}
.fot-lp-form .parent-foam.aos-init.bn-from.aos-animate {
    margin: 0px 70px;
    box-shadow: 10px 10px 30px #06264c36;
}
.fot-lp-form figure.animated-girl-bg.aos-init.aos-animate img {
    width: 90%;
    text-align: left;
    display: block;
}
.fot-lp-form {
    padding-top: 60px;
    padding-bottom: 40px;
}
.email {
    margin: 0 20px;
    display: inline-block;
    margin-bottom: 12px;
}
marquee {
    display: inline-block;
    float: inline-end;
}

marquee p {
    color: #000;
    margin: 0;
    padding: 9px 0;
    font-weight: 400;
    font-size: 13px;
}
.email a {
    text-decoration: none;
    color: #000000;
    font-family: 'Poppins';
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    vertical-align: middle;
}
.footer-details-col.aos-init.aos-animate {
    border-bottom: 1px solid #797979;
    padding-bottom: 21px;
}
.lp-quat-from {
    background: #ebebeb;
    padding: 60px 0px;
    border-radius: 25px;
    border: 1px solid #a7a7a7;
    box-shadow: 10px 10px 50px #00000073;
}
ul.privicy-lp {
    text-align: center;
    display: block;
}
ul.privicy-lp li a {
    color: #000;
    padding: 0 8px;
    font-weight: 500;
}
.lp-quat-from h3.form-headings {
    font-family: system-ui;
    font-weight: 700;
}

.lp-quat-from p {
    font-size: 17px;
    color: #000;
    width: 90%;
    margin: 0 auto;
    padding-bottom: 12px;
}
.para-lp p {
    color: #000;
    font-weight: 400;
    text-align: center;
    font-size: 13px;
}
.lp-ppg .custom-btn {
    display: inline-flex;
    justify-content: center;
    align-content: stretch;
}
.lp-popup button.btn-close.close.closed {
    background: linear-gradient(45deg, #232f3e, rgb(35, 47, 62));
    border: none !important;
}
.lp-ppg .btn-parent {
    display: flex;
    gap: 10px;
    justify-content: center;
    align-content: stretch;
}
.lp-popup button.lp-bt-sec {
    background: linear-gradient(45deg, #CC972D, #CC972D);
    border: 0;
    width: 100%;
    border-radius: 5px;
}
.services-lp .parent-card-services:hover {
    background: #cd972d;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.popop-new-text.popop-new-text-2.new-add-image-modal-2 h3 {
    width: 80%;
    margin: 0 auto;
    font-size: 22px;
    padding-bottom: 11px;
    font-weight: 700;
    padding-top: 14px;
}
header nav.navbar.navbar-expand-lg a.btn.custom-btn.blue-btn {
    display: none;
}
a.review_wiget img {
    width: 80%;
    border: 1px solid #c59435;
}
a.review_wiget {
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 9;
}
.marquee p {
    margin-bottom: 0;
    vertical-align: middle;
    color: #000;
    padding: 10px 10px;
}
.rsp-lp {
    display: none;
}

/* Header phone icon – pulse forward/back (same spot, no vertical shift) */
.lp-phone-icon {
    display: inline-block;
    vertical-align: middle;
    transform-origin: center center;
    animation: lp-phone-bounce 4s ease-in-out infinite;
    will-change: transform;
}

@keyframes lp-phone-bounce {
    0%, 100% {
        transform: scale(1);
    }
    22% {
        transform: scale(1.12);
    }
    44% {
        transform: scale(1);
    }
    66% {
        transform: scale(1.07);
    }
    88% {
        transform: scale(1);
    }
}

@media (prefers-reduced-motion: reduce) {
    .lp-phone-icon {
        animation: none;
    }
}

/* Floating call button – mobile only (right side, tel:) */
.lp-mobile-call-fab {
    display: none;
}

@media (max-width: 767px) {
    .lp-mobile-call-fab {
        display: flex;
        align-items: center;
        justify-content: center;
        position: fixed;
        right: 0;
        top: 38%;
        transform: translateY(-50%);
        z-index: 2147483647;
        width: 36px;
        height: 36px;
        padding: 0;
        margin: 0;
        border-radius: 12px 0 0 12px;
        background: #06264C;
        box-shadow: 0 4px 14px rgba(6, 38, 76, 0.45);
        text-decoration: none;
        -webkit-tap-highlight-color: transparent;
    }

    .lp-mobile-call-fab:active {
        opacity: 0.92;
    }

    .lp-mobile-call-fab .lp-phone-icon {
        width: 18px;
        max-width: none;
        height: auto;
    }
}