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

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

section.banner.home-banner {
    background-color: #7060F7;
    position: relative;
    height: 900px;
    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: 20px;
}

.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: 200px;
}

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

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

.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: 75px;
    line-height: 80px;
    font-weight: 400;
}

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

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

.section-heading h2 {
    font-size: 55px;
    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;
}

ul.list-items li i {
    color: #7060F7;
    font-size: 14px;
    margin-right: 1px;
}

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;
}

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: 274px;
    margin: 12px 0px;
    transition: all 0.4s ease;
}

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

.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;
}

.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: 40px;
}

.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;
    margin: 0;
    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 */
  }
}


.terms_wrap_text p, .terms_wrap_text ul {
    margin: 0 0 25px;
}
.desc {
    font-size: 18px;
}

.terms_wrap_text ul li {
    list-style: disc;
}

.terms_wrap_text h4 {
    font-size: 24px;
    margin: 0 0 10px;
    color: #282424;
    font-weight: 600;
}

section.terms_wrapper {
    padding-bottom: 80px;
}

label.error {
    display: none !important;
}

.form-control.error {
    color: #842029;
    background-color: #f8d7da;
    border-color: #f5c2c7;
}

.loader {
    text-align: center;
}

.loader img {
    width: 40px;
}

.banner-content h6 {
    text-align: center;
    font-size: 25px;
}

.thankyou-banner h2 {
    margin-bottom: 40px;
    margin-top: 50px;
}

.form_submission .success {
    padding: 1rem 1rem;
}