body{
    font-family: "Poppins", sans-serif;
}

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

section.banner.home-banner {
    background-color: #7060F7;
    position: relative;
    height: 1000px;
    display: flex;
    align-items: center;
    z-index: 1;
}

/*.banner.home-banner:before{
    position: absolute;
    content: "";
    background-image: url(../img/banner-before.png);
    width: 26%;
    left: -60px;
    top: 0;
    height: 100%;
    background-repeat: no-repeat;
    background-size: 93%;
    z-index: -1;
}*/
header {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 2;
    top: 10px;
}

.btn-white {
    background-color: #FFFFFF;
    border-radius: 50px;
    font-family: "Inter", sans-serif;
    padding: 8px 24px;
    border: 1px solid #fff;
}

.btn-purple {
    background-color: #190051;
    border-radius: 50px;
    font-family: "Inter", sans-serif;
    padding: 8px 24px;
    color: white;
    border: 1px solid #190051;
}

header .form-inline ul {
    display: flex;
    gap: 15px;
    margin: 0;
}

a.navbar-brand {
    margin-right: 0;
}

a.nav-link {
    color: #FFFFFF !important;
    font-family: "Inter", sans-serif;
}

.navbar-nav {
    gap: 15px;
}

a.navbar-brand img {
    width: 150px;
    filter: invert(1) brightness(10);
}

.btn-white:hover {
    background-color: #1E1E1E;
    color: white;
    border-color: #1E1E1E;
}

.btn-purple:hover, .btn-black:hover{
    background-color: white;
    color: black;
}

.btn-black {
    background-color: #1E1E1E;
    border-radius: 50px;
    font-family: "Inter", sans-serif;
    padding: 8px 24px;
    border: 1px solid #1E1E1E;
    color: white;
}

.banner-img {
    position: absolute;
    right: 0;
    width: 50%;
    bottom: 0;
}

.banner-img img {
    width: 90%;
}

.banner-content h1{
    color: #FFFFFF;
    font-size: 55px;
    line-height: 60px;
    font-weight: 400;
    margin-bottom: 15px;
}

.banner-content p{
    font-size: 18px;
    color: #FFFFFF;
}

.banner-content h1 span {
    font-weight: bold;
}

.section-heading h2 {
    font-size: 50px;
    font-weight: 400;
    letter-spacing: -2px;
    color: #282424;
    text-transform: capitalize;
}

.section-heading h2 span {
    color: #7060F7;
    font-weight: bold;
}

.section-heading p {
    color: #5E5959;
    font-size: 18px;
    font-weight: 400;
    margin-top: 15px;
}

ul.list-items li {
    font-size: 20px;
    color: #000000;
    font-weight: 500;
    margin: 6px 0px;
    display: flex;
    gap: 10px;
}

ul.list-items li i {
    color: white;
    font-size: 14px;
    margin-right: 1px;
    position: relative;
    top: 6px;
    width: 30px;
    height: 30px;
    background-color: #7060F7;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    flex: 0 0 30px;
}

ul.list-items {
    margin-top: 40px;
}

section.expertise {
    padding: 80px 0px 0;
}

.expertise-img {
    margin-top: 30px;
}

.btn-purple-light{
    background-color: #7060F7;
    border-radius: 50px;
    font-family: "Inter", sans-serif;
    padding: 8px 24px;
    color: white;
    border: 1px solid #7060F7;
}

.cta-wrapper {
    display: flex;
    justify-content: space-between;
    color: white;
    align-items: center;
    gap: 30px;
}

section.cta {
    background-color: #190051;
    padding: 200px 0px 50px;
    margin-top: -135px;
}

.cta-wrapper-inner .section-heading h3 {
    font-weight: 500;
    font-size: 30px;
    margin: 0;
    line-height: 30px;
}

.numbers{
    background-image: url('../img/number-bg.png');
    background-size: cover;
    background-repeat: no-repeat;
    padding: 100px 0px 160px;
    background-position: bottom;
}

.number-box {
    background-color: #FFFFFF;
    border: 1px solid #CACACA;
    border-radius: 30px;
    padding: 20px;
    min-height: 377px;
    margin: 12px 0px;
    transition: all 0.4s ease;
}

.number-box h3 {
    font-size: 35px;
    color: black;
    font-weight: 600;
    line-height: 45px;
    text-transform: capitalize;
    margin: 15px 0px 12px;
    letter-spacing: -2px;
}

.number-box p {
    color: #5E5959;
    font-size: 16px;
    margin: 0;
    line-height: 22px;
}

.numbers .section-heading {
    margin-bottom: 40px;
}

.number-box:hover {
    color: white;
    background-color: #190051;
}

.number-box:hover * {
    color: white;
}

section.type ul {
    display: flex;
    align-items: center;
    background-color: #7060F7;
    border-radius: 50px;
    margin: 0;
    padding: 20px 0px;
    margin-top: -50px;
}

section.type ul li {
    width: 17%;
    text-align: center;
}

section.type ul li p {
    color: white;
    font-size: 20px;
    letter-spacing: -1px;
    margin-top: 8px;
    margin-bottom: 0;
}

section.type .section-heading {
    background-color: #190051;
    border-radius: 50px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    padding: 80px 0px 110px;
}

section.type .section-heading h2 {
    color: white;
}

.success-upper span {
    background-color: #7060F7;
    display: inline-block;
    border-radius: 20px;
    width: 90px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.success-box {
    background-color: #FFFFFF;
    border: 1px solid #CACACA;
    padding: 30px 20px;
    border-radius: 30px;
    margin: 12px 0px;
    min-height: 322px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.success-upper {
    display: flex;
    align-items: center;
    gap: 15px;
}

.success-upper h6 {
    color: #000000;
    font-size: 38px;
    letter-spacing: -2px;
    line-height: 38px;
    margin: 0;
    font-weight: 400;
}

.success-box p {
    color: #5E5959;
    font-size: 16px;
    margin: 0;
    line-height: 22px;
    margin-top: 15px;
}

.success {
    padding: 120px 0px 100px;
}

.success .section-heading {
    margin-bottom: 50px;
}

section.cta-launch {
    position: relative;
    padding-top: 83px;
}

section.cta-launch:before {
    content: "";
    position: absolute;
    width: 100%;
    background-color: #190051;
    height: 200px;
    z-index: -1;
    bottom: 0;
}

.cta-launch-box {
    display: flex;
    align-items: center;
    color: white;
    width: calc(100% - 500px);
    margin-left: auto;
    padding: 40px 0px;
    gap: 10px;
}

.cta-launch-img {
    position: absolute;
    bottom: 0;
}

.cta-launch-box h5 {
    font-size: 35px;
    line-height: 42px;
    font-weight: 400;
    flex: 0 0 30%;
    margin: 0;
}

.cta-launch-box p {
    margin: 0;
    flex: 0 0 45%;
}

.podcast-img img {
    width: 100%;
}

ul.podcast-list li {
    display: flex;
    gap: 15px;
    margin-bottom: 20px;
}

ul.podcast-list span {
    color: #7060F7;
    font-weight: bold;
    font-size: 20px;
    margin: 0;
}

ul.podcast-list h4 {
    color: #1E1E1E;
    font-size: 20px;
    margin: 0;
    line-height: 27px;
    font-weight: 500;
}

ul.podcast-list a {
    background-color: rgba(112, 96, 247, 0.1);
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    border-radius: 50%;
    flex: 0 0 55px;
    color: #282424;
}

ul.podcast-list {
    margin-top: 20px;
}

.podcast-left {
    width: 89%;
}

.podcast{
    background-image: url('../img/podcast-bg.png');
    background-size: cover;
    padding: 120px 0px;
}

.author-box {
    text-align: center;
}

.author-box .stars i {
    color: #FFCC00;
}

.author-box p {
    margin: 0;
    color: #000000;
    font-size: 18px;
    margin-top: 10px;
}

.author-box img {
    width: 100%;
}

section.author {
    overflow: hidden;
    padding: 80px 0px 150px;
}

.author-slider {
    margin-top: 30px;
}

.author-btn {
    text-align: center;
    margin-top: 50px;
}

.blog-box img {
    width: 100%;
    border-radius: 30px;
}

.blog-box h4 {
    text-decoration: underline;
    font-size: 22px;
    line-height: 32px;
    margin-top: 25px;
    color: #000000;
    margin-bottom: 15px;
}

.blog-box p {
    color: #5E5959;
    font-size: 15px;
    font-weight: 400;
}

section.blog .section-heading {
    margin-bottom: 40px;
}

section.blog {
    padding-bottom: 120px;
}

footer{
    background-size: cover;
    padding: 80px 0px 30px;
    position: relative;
    background-color: #7060f7;
    z-index: 0;
}

.menu-list h4 {
    color: white;
    font-size: 24px;
    letter-spacing: -1px;
    margin-bottom: 25px;
}

.menu-list a {
    display: block;
    color: white;
    text-decoration: none;
    margin: 6px 0;
    display: flex;
    gap: 10px;
}

.menu-list a:hover {
    color: #190051;
}

.menu-list a i {
    color: #FFCC00;
    position: relative;
    top: 3px;
}

.copy-right {
    text-align: center;
    color: white;
    margin-top: 30px;
}

.copy-right a {
    color: white;
}

.copy-right p {
    margin: 0;
}

.about-banner{
    padding-top: 160px;
    text-align: center;
    background-size: cover;
}

.banner-content h2 {
    color: #282424;
    font-size: 60px;
    font-weight: 600;
    letter-spacing: -2px;
    margin-bottom: 80px;
    text-align: center;
}

.about-banner h3 {
    color: #282424;
    font-size: 50px;
    font-weight: 400;
    margin-bottom: 35px;
}

.about-banner p {
    color: #5E5959;
    font-size: 18px;
    width: 80%;
    margin: 0 auto 40px;
}

section.stories {
    position: relative;
    padding-top: 80px;
    margin-bottom: 60px;
}

section.stories:before {
    content: "";
    width: 100%;
    height: 650px;
    background-color: #190051;
    position: absolute;
    z-index: -1;
    top: -200px;
}

section.stories .section-heading h2 {
    font-weight: 600;
    color: white;
}

section.stories .section-heading p {
    color: white;
}

.stories-img img {
    width: 100%;
    border-radius: 25px;
}

.stories-img {
    margin: 40px 0px 80px;
}

.makes-left {
    color: black;
}

.makes-left .section-heading h2 {
    color: #282424 !important;
    font-weight: 400 !important;
}

.makes-left .section-heading p {
    color: #5E5959 !important;
    margin-bottom: 30px;
}

.makes-box h6 {
    color: #282424;
    font-size: 25px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 20px;
}

.makes-box p {
    color: #5E5959;
}

.makes-box {
    margin-bottom: 40px;
}

section.art-cta {
    background-color: #1900511A;
    padding: 80px 0px;
}


.section-heading h4 {
    font-size: 48px;
    font-weight: 400;
    letter-spacing: -2px;
    color: #282424;
    text-transform: capitalize;
}

.section-heading h4 span {
    color: #7060F7;
    font-weight: 600;
}

ul.image-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0;
}

.section-heading h6 {
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
}

.team-box {
    text-align: center;
    margin-top: 50px;
}

.team-img {
    width: 250px;
    height: 250px;
    margin: 0 auto;
    border-radius: 100%;
}

.team-img img {
    width: 100%;
    object-fit: cover;
}

.team-box h5 {
    color: #7060F7;
    font-weight: bold;
    margin-top: 20px;
    font-size: 25px;
}

.team-box p {
    margin: 0;
    color: #5E5959;
    font-size: 15px;
}

section.team {
    padding: 100px 0px;
}

.contact-banner{
    padding-top: 160px;
    padding-bottom: 180px;
}

.contact-box-wrapper h6 {
    color: #282424;
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 30px;
}

.contact-box {
    display: flex;
    gap: 15px;
    width: 50%;
    margin: 10px 0px;
}

.contact-box i {
    color: #FFD900;
    font-size: 24px;
    position: relative;
    top: 5px;
    flex: 0 0 30px;
}

.contact-box span {
    color: #282424;
    font-weight: bold;
    display: block;
    margin-bottom: 5px;
    font-size: 15px;
}

.contact-box p {
    color: #282424;
    font-weight: bold;
    font-size: 20px;
}

.contact-form {
    background-color: white;
    border-radius: 33px;
    padding: 25px 30px;
    margin-left: 40px;
}

.contact-form h2 {
    color: #282424;
    font-weight: 600;
    font-size: 36px;
    letter-spacing: -2px;
    margin-bottom: 25px;
}

.contact-form .form-control {
    background-color: #EFEFEF;
    border-radius: 50px;
    height: 44px;
    border-color: #EFEFEF;
}

.contact-form label {
    color: #282424;
    font-weight: 400;
    margin-bottom: 7px;
}

.contact-form .form-group {
    margin-bottom: 15px;
}

.contact-form textarea.form-control {
    height: 90px;
    border-radius: 20px;
}

.contact-form button {
    display: block;
    width: 100%;
}

.contact-form p {
    text-align: center;
    margin: 0;
    margin-top: 12px;
}

.contact-form p span {
    text-decoration: underline;
}

.inner-banner:before, .home-banner:before{
    content: "";
    position: absolute;
    background-image: url(../img/banner-shape-before.png);
    width: 227px;
    height: 197px;
    top: 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
    left: -1px;
}

.inner-banner {
    position: relative;
    background-image: linear-gradient(to bottom, rgba(112, 96, 247, 1) 0%, rgba(112, 96, 247, 0) 100%);
}

.book-before-img {
    position: absolute;
    bottom: 0%;
    left: -6%;
}

.contact-info-box img {
    margin-bottom: 15px;
}

.contact-info-box h6 {
    color: #282424;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 9px;
}

.contact-info-box p {
    color: #5E5959;
}

.contact-info-box {
    width: 90%;
}

section.contact-info {
    padding-bottom: 20px;
}

section.contact-img {
    margin-bottom: -200px;
    position: relative;
    z-index: 1;
}


footer:after {
    content: "";
    position: absolute;
    width: 274px;
    height: 200px;
    right: 0;
    bottom: 0;
    background-image: url(../img/footer-cirlce-after.png);
    background-size: contain;
    background-repeat: no-repeat;
    z-index: -1;
}

footer:before {
    content: "";
    position: absolute;
    width: 200px;
    height: 300px;
    left: 0;
    top: 0;
    background-image: url(../img/footer-cirlce-before.png);
    background-size: contain;
    background-repeat: no-repeat;
    z-index: -1;
}

section.banner.home-banner .book-before-img {
    bottom: -8%;
    z-index: -1;
}

.banner-content h3 {
    color: #FFFFFF;
    font-size: 60px;
    line-height: 60px;
    font-weight: 400;
    letter-spacing: -2px;
    margin-bottom: 20px;
}

.banner-content h4 {
    color: #FFFFFF;
    font-size: 30px;
    line-height: 32px;
    letter-spacing: -2px;
    font-weight: 400;
}

.banner-content ul li {
    color: white;
    font-size: 18px;
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 20px;
}

.banner-content ul li img {
    position: relative;
    top: 2px;
}

.banner-content ul {
    margin-top: 25px;
    margin-bottom: 0;
}

section.banner.home-banner.service-banner {
    padding: 150px 0px !important;
    height: auto;
}

.contact-form h3 {
    color: #282424;
    font-weight: 600;
    font-size: 28px;
}

.service-cirlce {
    position: absolute;
    right: 2%;
    bottom: 0;
    z-index: -1;
    height: 330px;
}

.service-cirlce img {
    width: 100%;
    height: 100%;
}

.cta-wrapper-inner {
    gap: 30px;
}

.cta-wrapper-inner img {
    width: 220px;
}

.cta-wrapper-inner .section-heading h3 {
    line-height: 38px;
    margin-bottom: 15px;
    font-weight: 600;
    width: 90%;
}

.btn-purple-light:hover {
    background-color: white;
    color: #7060F7;
}

.banner-content h5 {
    color: #282424;
    font-size: 60px;
    font-weight: 400;
    letter-spacing: -2px;
    margin-bottom: 20px;
}

section.stories.service-stories:before {
    display: none;
}

section.stories.service-stories {
    padding-top: 100px;
}

section.count {
    padding: 100px 0px;
}

section.count ul li {
    display: flex;
    align-items: center;
    gap: 15px;
    font-size: 18px;
    color: #5E5959;
    margin: 20px 0px;
    line-height: 26px;
}

section.count ul {
    width: 90%;
    margin-top: 50px;
}

.reviewed{
    background-image: url(../img/reviewed-bg.png);
    overflow: hidden;
    padding: 100px 0px;
    background-size: cover;
}

.reviewed-box {
    display: flex;
    align-items: center;
}

.star-box i {
    color: #FFCC00;
}

.reviewed-right h3 {
    color: #000000;
    letter-spacing: -2px;
    font-weight: 400;
    font-size: 22px;
    margin-top: 10px;
}


.reviewed-right p {
    color: #5E5959;
    font-size: 18px;
    font-weight: 500;
    margin: 20px 0px 40px;
}

.reviewed-right h2 {
    color: #7060F7;
    font-weight: bold;
}

.reviewed-right h6 {
    color: #5E5959;
    margin: 0;
    font-weight: 500;
}

.reviewed-right {
    margin-left: 20px;
    width: 80% !important;
    flex: 0 0 50%;
}

.reviewed-slider {
    margin-top: 40px;
    margin-bottom: 40px;
}

section.brand-logo ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

section.brand-logo ul li {
    flex: 0 0 15%;
}

section.brand-logo ul li img {
    width: 100%;
}

section.brand-logo {
    padding: 39px 0px 80px;
}

ul.dropdown-menu {
    background-color: #190051;
    border-radius: 20px;
    overflow: hidden;
}

ul.dropdown-menu a {
    color: white;
    font-size: 15px;
}

@media (min-width: 992px) { /* Only on large screens */
  .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0; /* Optional: aligns dropdown properly */
  }
}

.cta-box {
    background-color: white;
    color: black;
    border-radius: 50px;
    padding: 30px 30px;
    text-align: center;
    border-top: 10px solid #ece4fe;
    margin-top: 60px;
    min-height: 315px;
}

.cta-box p {
    margin: 0;
    font-size: 15px;
    line-height: 25px;
    color: black !important;
}

.type .section-heading p {
    color: white;
    padding: 0px 100px;
    margin-bottom: 0;
}

section.podcast.expertise {
    background-image: none;
}

section.service-expertise {
    background-color: #190051;
    padding: 80px 0px 100px;
    margin-top: 100px;
    margin-bottom: 80px;
}

section.service-expertise * {
    color: white;
}

section.service-expertise .section-heading h2 span {
    color: white;
}

section.counter {
    background-color: #190051;
    padding: 80px 0px;
}

.counter-box {
    background-color: white;
    border-radius: 50px;
    text-align: center;
    padding: 35px 0px;
    border-left: 8px solid #7060F7;
    border-right: 8px solid #7060F7;
}

.counter-box p {
    margin: 0;
}

.counter-box h6 {
    font-weight: bold;
    font-size: 40px;
}

.accordion-button:not(.collapsed) {
    background-color: #190051;
    color: white;
}


div#accordionExample .accordion-item {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-radius: 0;
}

section.faq-wrapper {
    padding-bottom: 80px;
}

.accordion-button:not(.collapsed)::after {
    filter: invert(6) brightness(12);
}

.accordion-button {
    /* border-radius: 50px !important; */
    background-color: #7060f7;
    color: white;
    border-radius: 50px !important;
    padding: 25px 40px;
}

div#accordionExample {
    margin-top: 40px;
}

.accordion-button::after {
    filter: invert(10);
}

.accordion-body {
    background-color: #c6c6c63d;
    margin-top: 16px;
    border-radius: 28px;
    padding: 25px 30px;
}

.section-heading h5 {
    color: #7060F7;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 15px;
}

.nav-tabs {
    border: 0;
}

.nav.nav-tabs button span {
    display: block;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    margin-top: 5px;
    color: black;
}

.nav.nav-tabs button {
    border: 2px solid #7060F7 !important;
    padding: 15px 35px;
    border-radius: 30px !important;
    position: relative;
}

.nav.nav-tabs {
    align-items: center;
    justify-content: center;
    gap: 50px;
    border: 0;
    margin-top: 40px;
}

.nav.nav-tabs button.active {
    background-color: #7060F7;
    color: white;
}

.nav.nav-tabs button.active span {
    color: white;
}

.nav.nav-tabs button i {
    color: black;
    font-size: 20px;
    position: absolute;
    top: -25px;
    background-color: #7060F7;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    left: 36%;
    border: 1px solid white;
    padding: 10px;
    font-size: 15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    color: white;
}

.nav.nav-tabs button.active i {
    color: white;
}

.tab-content>.tab-pane {
    padding: 70px 60px;
    background-color: white;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    border-radius: 50px;
    background-image: url(../img/podcast-bg.png);
    background-position: left;
}

.process-heading p {
    margin: 0;
}

.tab-content {
    margin-top: 50px;
}

.process-heading h5 {
    color: #7060F7;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 15px;
}

.process-heading h2 {
    font-size: 55px;
    font-weight: 400;
    letter-spacing: -2px;
    color: #282424;
    text-transform: capitalize;
}

.process-heading h2 span {
    color: #7060F7;
    font-weight: bold;
}

.process-heading h6 {
    color: #777777;
    font-weight: 500;
    font-size: 15px;
    margin-bottom: 25px;
}

.process-heading p {
    color: #5E5959;
    font-size: 18px;
    font-weight: 400;
    margin-top: 15px;
}

.process-right h5 {
    color: #282424;
    font-weight: 600;
    font-size: 25px;
    letter-spacing: -2px;
    margin-bottom: 25px;
}

.process-right ul li {
    margin-bottom: 11px;
    color: #5E5959;
}

.process-right ul li:last-child {
    margin-bottom: 0;
}

.process-right ul {
    margin: 0;
}

.process-right ul li i {
    color: #7060F7;
}

.process-heading {
    width: 80%;
}

.tab-content.tab-difference>.tab-pane {
    background-image: none;
    box-shadow: none;
    background-color: transparent;
    border-radius: 0;
    padding: 0;
}

section.difference {
    background-image: url(../img/podcast-bg.png);
    background-size: cover;
    padding: 100px 0px;
}

.difference-box {
    padding: 40px 50px 30px;
    background-color: white;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    border-radius: 50px;
    height: 100%;
    position: relative;
}

.difference-box p {
    margin: 0;
    color: #5E5959;
    font-size: 18px;
    font-weight: 400;
    margin-top: 15px;
    line-height: 33px;
    margin: 0;
}

.difference-box span {
    position: absolute;
    background-color: #eae0fe;
    border-radius: 50px;
    top: -23px;
    padding: 10px 30px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
}

.tab-difference.tab-content {
    margin-top: 80px;
}

ul.difference-list {
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-top: 40px;
    margin-bottom: 0;
}

ul.difference-list li {
    background-color: #eae0fe;
    border-radius: 50px;
    top: -23px;
    padding: 12px 35px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
}

ul.difference-list i {
    color: #7060F7;
}

.difference-box h4 {
    background-color: #faf3ff;
    font-size: 17px;
    font-weight: 300;
    padding: 15px 30px;
    border-radius: 15px;
    line-height: 30px;
    margin: 0;
    margin-top: 15px;
}

section.genre {
    padding-bottom: 50px;
}

.counter-box span {
    font-size: 12px;
}

.counter-box span {
    font-size: 12px;
}

.counter.counter-number .section-heading {
    margin-bottom: 50px;
}

.counter.counter-number {}

.counter.counter-number .section-heading h2 {
    color: white !important;
}

.counter.counter-number .section-heading h2 span {
    color: white;
}

.counter.counter-number .section-heading h5 {
    color: white;
}

.security-box {
    background-color: #FFFFFF;
    border: 1px solid #CACACA;
    padding: 30px 20px;
    border-radius: 30px;
    margin: 15px 0px;
    display: flex;
    gap: 30px;
}

.security-icon {
    width: 80px;
    flex: 0 0 80px;
    background-color: #7060f7;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    color: white;
    border-radius: 20px;
}

.security-right h5 {
    color: #000000;
    font-size: 28px;
    letter-spacing: -2px;
    line-height: 38px;
    margin: 0;
    font-weight: 400;
}

.security-right p {
    color: #5E5959;
    font-size: 16px;
    margin: 0;
    line-height: 22px;
    margin-top: 6px;
    margin-bottom: 0;
    width: 80%;
}

.security {
    padding-bottom: 100px;
    padding-top: 40px;
}

.security .section-heading {
    margin-bottom: 50px;
}

.contact-bottom {
    background-image: url(../img/podcast-bg.png);
    background-size: cover;
    padding: 100px 0px;
}

section.contact-bottom .contact-form {
    margin-left: 0;
    margin-top: 20px;
}

section.contact-bottom .contact-form button {
    margin-top: 15px;
}

.new-cta {
    padding-top: 50px !important;
}

.type-inner {
    margin-top: 100px;
    margin-bottom: 100px;
}

.btn-wrapper {
    margin-top: 32px;
}

.banner-content h3 span {
    font-weight: 600;
}

.images-slide {
    position: relative;
    height: 450px;
    text-align: center;
    margin: 0 auto;
    display: flex;
    width: 420px;
}

.images-slide .img-slide {
    position: absolute;
    top: 0;
    box-shadow: 0 25px 50px -12px rgb(0 0 0 / .25);
    border: 2px solid #c9a84c4d;
    border-radius: .5rem;
    overflow: hidden;
}

.images-slide .img-slide:first-child {
    transform: rotate(-6deg);
    top: 2rem;
    left: -40px;
}

.images-slide .img-slide:nth-child(2) {
    transform: rotate(2deg);
    left: 65px;
}

.images-slide .img-slide:nth-child(3) {
    transform: rotate(6deg);
    right: -40px;
    top: 64px;
}

.images-slide .img-slide img {
    height: 450px;
}

.btn-wrapper a:first-child {
    margin-right: 15px;
}

.makes-box.genre-box p {
    color: #282424;
    font-size: 22px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 20px;
    align-items: center;
    justify-content: center;
    margin: 0;
    text-transform: uppercase;
}

.makes-box.genre-box {
    text-align: center;
    width: 44%;
    background-color: white;
    box-shadow: 0 0 20px 0px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);
    text-align: center;
    display: block;
    border-radius: 8px;
    padding: 25px 0px;
    margin-bottom: 30px;
    transition: all 0.4s ease;
}

.makes-left.genre-left {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    gap: 0;
    width: 80%;
    margin-left: auto;
}

.makes-box.genre-box i {
    width: 50px;
    height: 50px;
    background-color: #7060F7;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px;
    font-size: 23px;
    color: white;
    border-radius: 8px;
}

.template-list {
    padding: 30px 1.5rem 25px;
    border-radius: 1rem;
    border: 1px solid #7060F7;
    position: relative;
}

.template-list span {
    position: absolute;
    top: -17px;
    background-color: #7060F7;
    border-radius: 50px;
    padding: 5px 20px 5px 20px;
    font-size: 13px;
    color: white;
    font-weight: 500;
    border: 1px solid white;
}

.template-list ul {
    margin: 0 !important;
}

.template-list ul li:last-child p {
    margin-bottom: 0;
}

.template-list ul li p {
    margin-bottom: 10px;
    color: #5E5959;
    font-size: 18px;
    font-weight: 400;
}

.template-list.template-list-active {
    background-color: #7060F7;
}

.template-list.template-list-active * {
    color: white;
}

.template-list.template-list-active span {
    border-color: white;
}

h6.sub-title {
    background-color: #7060F7;
    border-radius: 50px;
    padding: 2px 20px 2px 20px;
    font-size: 12px;
    color: white;
    font-weight: 500;
    display: inline-block;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.makes-box.genre-box:hover {
    transform: scale(1.1);
}

.author-slider-wrapper .tab-content>.tab-pane {
    background: no-repeat;
    padding: 0;
    border-radius: 0;
    box-shadow: none;
}

.author-slider-wrapper .nav.nav-tabs {
    gap: 20px;
}

.author-slider-wrapper div#myTabContent {
    margin-top: 0;
}

.design-starts-box {
    background-color: white;
    box-shadow: 0 0 20px 0px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);
    padding: 23px;
    border-radius: 8px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 20px 0px;
}

.design-starts-left {
    display: flex;
}

.design-starts-left i {
    width: 60px;
    height: 50px;
    background-color: #7060F7;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    font-size: 23px;
    color: white;
    border-radius: 8px;
    margin-right: 20px;
    flex: 0 0 60px;
}

.design-starts-left > span {
    font-size: 32px;
    display: inline-block;
}

.design-starts-box > span {
    font-weight: bold;
    font-size: 44px;
    color: #7060f799;
    line-height: 40px;
}

.design-starts-left h6 {
    font-size: 18px;
    margin-bottom: 4px;
}

.design-starts-left p {
    font-size: 14px;
    margin: 0;
    margin-bottom: 0 !important;
}

.genre-box {
    border-radius: 30px;
    overflow: hidden;
    border: 1px solid #CACACA;
    position: relative;
    margin: 15px 0px;
}

.genre-box img {
    width: 100%;
}

.genre-lower {
    padding: 25px;
}

.genre-lower p {
    color: #5E5959;
    margin: 0;
}

.genre-lower h4 {
    letter-spacing: -2px;
    color: #282424;
}

.genre-box h6 {
    position: absolute;
    right: 20px;
    background-color: white;
    padding: 7px 12px;
    border-radius: 50px;
    margin: 0;
    top: 20px;
    display: flex;
    align-items: center;
    gap: 4px;
}

.genre-box h6 span {
    width: 18px;
    height: 18px;
    border-radius: 50px;
    display: inline-block;
}

section.genre-expertise {
    padding-bottom: 100px;
}

.custom-book-illustration-box {
    border-radius: 30px;
    overflow: hidden;
    border: 1px solid #CACACA;
    position: relative;
    margin: 15px 0px;
}

.custom-book-illustration-box img {
    width: 100%;
}

.custom-book-illustration-lower {
    padding: 25px;
    min-height: 354px;
}

.custom-book-illustration-lower p {
    color: #5E5959;
    margin: 0;
}

.custom-book-illustration-lower h4 {
    letter-spacing: -2px;
    color: #282424;
    margin-bottom: 10px;
}

.custom-book-illustration-lower ul {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 6px;
    margin-top: 15px;
}

.custom-book-illustration-lower ul li {
    background-color: #7060f799;
    border-radius: 50px;
    font-size: 12px;
    padding: 7px 15px;
    font-weight: 500;
    color: black;
}

section.custom-book-illustration {
    padding-bottom: 100px;
}

ul.content-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 15px;
    justify-content: space-between;
}

ul.content-list li {
    flex: 0 0 48%;
    display: flex;
    align-items: center;
    gap: 16px;
    color: #5E5959;
    font-size: 18px;
    font-weight: 400;
}

.platform-optimization-image {
    background-color: #eef2f7;
    text-align: center;
    padding: 60px;
    border-radius: 50px;
}

.platform-optimization-image img {
    width: 100%;
    margin: 0 auto;
}

.platform-lower {
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-top: 50px;
}

.platform-lower-icon i {
    width: 50px;
    height: 50px;
    background-color: #7060F7;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 10px;
    font-size: 23px;
    color: white;
    border-radius: 8px;
}

.platform-lower-icon p {
    margin: 0;
    color: #282424 !important;
    font-weight: 500;
    letter-spacing: -1px;
    font-size: 15px;
}

section.platform-optimization {
    padding: 80px 0px 100px;
}

.transformation-left p {
    color: #5E5959;
    font-size: 18px;
    font-weight: 400;
    margin-top: 10px;
    margin-bottom: 25px;
}

.transformation-left h4 {
    font-size: 25px;
    font-weight: 500;
    letter-spacing: -2px;
    color: #282424;
    text-transform: capitalize;
    margin-bottom: 0;
}

.before-after{
    position: relative;
    max-width: 450px;
}

.image-wrapper{
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: 12px;
}

.image-wrapper img{
    display: block;
    width: 100%;
}

.before-image{
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    overflow: hidden;
}

.slider{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

.slider-button{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
    background: white;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    pointer-events: none;
}

.compare-wrap {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 24px 64px rgba(26, 22, 18, .18), 0 4px 12px rgba(26, 22, 18, .08);
    user-select: none;
    aspect-ratio: 2/3;
    background: #111;
}

.compare-wrap img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    pointer-events: none;
}

.img-after {
    z-index: 1;
}

.img-before {
    z-index: 2;
    clip-path: inset(0 50% 0 0);
}

.label {
    position: absolute;
    top: 14px;
    z-index: 5;
    font-size: 0.72rem;
    font-weight: 500;
    letter-spacing: .12em;
    text-transform: uppercase;
    padding: 5px 10px;
    border-radius: 4px;
    pointer-events: none;
}

.label-before {
    left: 14px;
    background: rgba(255, 255, 255, .88);
    color: #1a1612;
}

.label-after {
    right: 14px;
    background: #6b4fbb;
    color: #fff;
}

.divider {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 2px;
    background: #fff;
    transform: translateX(-50%);
    z-index: 4;
    pointer-events: none;
    box-shadow: 0 0 8px rgba(0, 0, 0, .35);
}

.handle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 6;
    width: 44px;
    height: 44px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 2px 16px rgba(0, 0, 0, .28);
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
}

.slider-input {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: ew-resize;
    z-index: 7;
    -webkit-appearance: none;
    appearance: none;
}

.transformation-left h2 {
    color: #7060F7;
    font-weight: bold;
    font-size: 32px;
    letter-spacing: -2px;
    margin-bottom: 30px;
}

section.transformation {
    padding-bottom: 120px;
}

section.author-identity .design-starts-left i {
    height: 74px;
}

.author-identity-img {
    display: flex;
    align-items: center;
}

.author-identity-img img {
    width: 46%;
    height: 400px;
    object-fit: cover;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    border: 2px solid #93939333;
}

.author-identity-img img.second-book {
    margin-left: -30px;
    position: relative;
    z-index: 3;
    height: auto;
    width: 40%;
}

.author-identity-img img.third-book {
    margin-left: -80px;
    position: relative;
    z-index: 2;
    height: 300px;
    object-fit: contain;
}

.author-identity-img img.first-book {
    position: relative;
    z-index: 4;
}

section.author-identity {
    padding-bottom: 120px;
}

section.protection {
    background-image: url(../img/number-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 100px 0px 160px;
    background-position: bottom;
}

.protection .number-box h3 {
    font-size: 30px;
    line-height: 35px;
}

.protection .number-box {
    min-height: 290px;
}

section.understand {
    background-color: #190051;
    padding: 60px 0px;
    margin-bottom: 100px;
}

section.understand * {
    color: white;
}

ul.list-point {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    margin-top: 30px;
}

ul.list-point li {
    background-color: white;
    color: black !important;
    padding: 10px 15px;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 500;
}

section.understand .design-starts-left p {
    color: black;
}


section.understand h6 {
    color: black;
    font-weight: 500;
    letter-spacing: -2px;
    font-size: 25px;
    line-height: 25px;
}

.number-box ul li {
    color: #5E5959;
    font-size: 16px;
    margin: 10px 0px;
    line-height: 22px;
    position: relative;
    padding-left: 20px;
}

.number-box ul li:before {
    content: "";
    width: 10px;
    height: 10px;
    position: absolute;
    background-color: #7060F7;
    border-radius: 50px;
    left: 0;
    top: 5px;
}

.number-box ul {
    margin-top: 15px;
    margin-bottom: 0;
}

.security-box.security-box-new {
    flex-wrap: wrap;
    margin-top: 40px;
}

.security-right {
    display: flex;
    flex-wrap: wrap;
    contain: content;
    justify-content: center;
    flex-direction: column;
}

.security-full audio {
    width: 100%;
    margin-bottom: 15px;
}

.list-wrapper {
    display: flex;
    margin-top: 15px;
}

.list-left {
    flex: 0 0 50%;
}

.list-right {
    flex: 0 0 50%;
}

.list-wrapper ul {
    margin-bottom: 0;
}

section.voice_options {
    background-color: #1900511A;
    padding: 100px 0px;
    margin-top: 120px;
}

.list-wrapper h6 {
    text-transform: uppercase;
    font-weight: bold;
    color: #7060F7;
    margin-bottom: 15px;
}

.list-wrapper ul li {
    color: #5E5959;
    font-size: 15px;
    font-weight: 400;
    margin-top: 9px;
}

.list-wrapper ul li i {color: #7060F7;}

.security-full > p {
    color: #5E5959;
    font-size: 18px;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 20px;
}

.no-background {
    background-image: none !important;
}

.number-box h6 {
    margin-bottom: 15px;
}

.number-box audio {
    width: 100%;
    margin-bottom: 0;
    margin-top: 15px;
}

/* ── LEFT CARD ── */
.input-card {
    background: white;
    border: 1px solid #CACACA;
    padding: 2rem;
    display: flex;
    flex-direction: column;
    gap: 2.2rem;
    border-radius: 16px;
    margin-top: 50px;
}

.input-card h2 {
    font-size: 1.35rem;
    font-weight: 700;
}

/* field block */
.field {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.field-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.field-label {
    font-size: 16px;
    font-weight: 500;
}

.field-value {
    font-size: 0.88rem;
    font-weight: 700;
    color: var(--orange);
}

/* custom range slider */
input[type="range"] {
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    height: 4px;
    border-radius: 999px;
    background: #2a3250;
    outline: none;
    cursor: pointer;
}

input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #ffffff;
    border: 3px solid var(--orange);
    box-shadow: 0 0 0 4px rgba(112, 96, 247, 0.2);
    cursor: pointer;
    transition: box-shadow 0.15s;
}

input[type="range"]:hover::-webkit-slider-thumb {
    box-shadow: 0 0 0 6px rgba(112, 96, 247, 0.3);
}

input[type="range"]::-moz-range-thumb {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #ffffff;
    border: 3px solid var(--orange);
    cursor: pointer;
}

.slider-labels {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    color: black;
    margin-top: 8px;
}

/* genre select */
.genre-select {padding: 12px 18px;}

.genre-select:focus {
    border-color: var(--orange);
}

.genre-select option {
    background: #1c2338;
}

/* ── RIGHT PANEL ── */
.results-panel {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-top: 50px;
}

/* big revenue card */
.revenue-card {
    background: #7060f7;
    border-radius: var(--radius);
    padding: 1.75rem 2rem;
    position: relative;
    overflow: hidden;
    border-radius: 16px;
}

.revenue-card::before {
    content: '';
    position: absolute;
    top: -40px;
    right: -40px;
    width: 160px;
    height: 160px;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 50%;
}

.revenue-card::after {
    content: '';
    position: absolute;
    bottom: -50px;
    right: 40px;
    width: 120px;
    height: 120px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 50%;
}

.rev-label {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.82rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.88);
    margin-bottom: 0.6rem;
    position: relative;
    z-index: 1;
}

.rev-label svg {
    width: 16px;
    height: 16px;
}

.rev-amount {
    font-size: 3rem;
    font-weight: 800;
    color: #fff;
    line-height: 1;
    margin-bottom: 0.4rem;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease;
}

.rev-note {
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.75);
    position: relative;
    z-index: 1;
}

/* stats grid */
.stats-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}

.stat-card {
    background: white;
    border: 1px solid #CACACA;
    border-radius: var(--radius-sm);
    padding: 1.19rem 1.4rem;
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    transition: border-color 0.2s;
    border-radius: 16px;
}

.stat-card:hover {
    border-color: rgba(249, 115, 22, 0.3);
}

.stat-icon {
    font-size: 25px;
    margin-bottom: 0.1rem;
    display: flex;
    align-items: center;
    background-color: #7060f7;
    display: inline-block;
    width: 70px;
    text-align: center;
    border-radius: 50px;
    color: white !important;
    margin-bottom: 6px;
}

.stat-icon svg {
    width: 18px;
    height: 18px;
}

.stat-value {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.1;
    transition: all 0.3s ease;
}

.stat-label {
    font-size: 0.78rem;
    color: var(--muted);
    font-weight: 500;
}

/* disclaimer */
.disclaimer {
    font-size: 0.72rem;
    color: var(--muted);
    text-align: center;
    line-height: 1.55;
    padding: 0 0.5rem;
}

/* number transition effect */
@keyframes countUp {
    from {
        opacity: 0.4;
        transform: translateY(4px);
    }

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

.animating {
    animation: countUp 0.3s ease forwards;
}

section.calc-wrapper {
    margin-bottom: 100px;
}

.manuscript-success-right .number-box {
    min-height: auto;
    padding: 30px;
}

.manuscript-success-right .number-box h3 {
    font-size: 40px;
}

.manuscript-success-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.manuscript-success-right {
    border: 1px solid #CACACA;
    border-radius: 24px;
    padding: 30px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.manuscript-success-head p {
    font-size: 22px;
    font-weight: 400;
}

.manuscript-success-head h6 {
    font-size: 23px;
}

.manuscript-success-head span {
    background-color: #FFFBEFFF;
    padding: 5px 15px;
    border-radius: 50px;
    font-size: 15px;
    color: #B45309;
}

.manuscript-success-head span i {
    color: #f59e0b;
}

.manuscript-success-left {
    background: #7060F7;
    border-radius: 24px;
    overflow: hidden;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    padding: 41px 30px;
    color: white;
}

.manuscript-user {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 25px;
}

.manuscript-user img {
    width: 75px;
    height: 75px;
    object-fit: cover;
    border-radius: 16px;
}

.manuscript-user p {
    margin: 0;
    font-size: 16px;
    color: #e5e5e5;
}

.manuscript-user h6 {
    margin-bottom: 5px;
    font-size: 20px;
}

.manuscript-success-left > p {
    font-size: 23px;
}

.manuscript-success-left ul {
    background-color: #1e293b80;
    padding: 25px 30px;
    border-radius: 24px;
    margin-top: 29px;
    margin-bottom: 0;
}

.manuscript-success-left ul li {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 20px;
}

.manuscript-success-left ul li:last-child {
    margin-bottom: 0;
    border-bottom: 0;
}

.manuscript-success-left ul li h5 {
    text-transform: uppercase;
    margin-bottom: 10px;
}

.manuscript-success-left ul li:last-child p {
    margin: 0;
}

.manuscript-success-box {
    margin-top: 40px;
}

.slick-dots li {
    width: 30px;
    height: 10px;
}

.slick-dots li button {
    background-color: #E2E8F0;
    border-radius: 50px;
    width: 100%;
    height: 100%;
}

.slick-dots li button:before {
    background-color: #a8aaad;
    width: 100%;
    height: 100%;
    border-radius: 50px;
    content: "";
}

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

ul.slick-dots {
    position: static;
    margin-top: 20px;
}

.pre-box {
    background-color: #f8efff;
    border-radius: 16px;
    padding: 30px;
}

.pre-box ul {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 0;
}

.pre-box ul li {
    background-color: white;
    border-radius: 50px;
    font-size: 13px;
    padding: 6px 17px;
}

.production-included {
    background-color: #ebe2fe78;
    padding: 40px;
    border-radius: 16px;
    width: 80%;
    border: 1px solid #7060F7;
}

section.manuscript-success {
    padding-bottom: 20px;
}

section.launch-strategy {
    background-image: url(../img/number-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 100px 0px 160px;
    background-position: bottom;
}

section.process.launch-strategy .tab-content>.tab-pane {
    background-color: white;
    background-image: none;
}

section.process.launch-strategy {}

section.process.launch-strategy .process-heading h2 span {
    display: inline-block;
}

section.process.launch-strategy .process-heading h2 {
    font-size: 50px;
}

.pro-tip {
    background-color: #ebe2fe78;
    padding: 25px;
    border-radius: 16px;
    border: 1px solid #7060F7;
    margin-top: 30px;
}

.pro-tip h6 {
    margin-bottom: 0;
    color: black;
    text-transform: uppercase;
    font-size: 18px;
}

.pro-tip p {
    font-size: 16px;
    margin-top: 8px;
}

.process-right.launch-strategy-right ul li strong {
    background-color: #7060F7;
    color: white;
    width: 25px;
    display: inline-block;
    text-align: center;
    border-radius: 50px;
    font-size: 14px;
    height: 25px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 6px;
}

.process-right.launch-strategy-right ul li {
    margin: 25px 0px;
}

.process-right.launch-strategy-right ul {
    margin-top: 35px;
}

section.process.launch-strategy .nav.nav-tabs button span strong {
    display: block;
}

.step {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: #334155;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}

.step.active {
    background: orange;
}

.option-box {
    display: block;
    background: white;
    padding: 12px;
    border-radius: 50px;
    cursor: pointer;
    transition: 0.3s;
    text-align: left;
    padding-left: 30px;
    font-weight: 400;
    border: 1px solid #7060F7;
    font-size: 16px;
}

/* Hover */
.option-box:hover {
    background: #7060F7;
    color: white;
}

/* Active (checked) */
.option-box input:checked + * {
    color: #fff;
}

/* Highlight selected box */
.option-box:has(input:checked) {
    background: #7060f7;
    color: #fff;
}

.option-box span {
    display: block;
    font-size: 13px;
}

div#details .form-control {
    border-radius: 50px;
    padding: 12px;
    margin-top: 5px;
}

section.personalized-quote {
    margin-bottom: 120px;
}

.cta-box a {
    display: block;
}

.cta-box a h3 {
    color: black;
    font-size: 25px;
    font-weight: bold;
    letter-spacing: -1px;
    margin-bottom: 15px;
}