.bi-btn svg {
    position: relative;
    bottom: -5px;
    left: -7px;
}

/* Row */
.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

/* Columns */
[class*="col-"] {
    padding-right: 15px;
    padding-left: 15px;
}

/* 12 Column System */
.col-1 {
    flex: 0 0 8.333%;
    max-width: 8.333%;
}

.col-2 {
    flex: 0 0 16.666%;
    max-width: 16.666%;
}

.col-2-half {
    flex: 0 0 20%;
    max-width: 20%;
}

.col-3 {
    flex: 0 0 25%;
    max-width: 25%;
}

.col-4 {
    flex: 0 0 33.333%;
    max-width: 33.333%;
}

.col-5 {
    flex: 0 0 41.666%;
    max-width: 41.666%;
}

.col-6 {
    flex: 0 0 50%;
    max-width: 50%;
}

.col-7 {
    flex: 0 0 58.333%;
    max-width: 58.333%;
}

.col-8 {
    flex: 0 0 66.666%;
    max-width: 66.666%;
}

.col-9 {
    flex: 0 0 75%;
    max-width: 75%;
}

.col-10 {
    flex: 0 0 83.333%;
    max-width: 83.333%;
}

.col-11 {
    flex: 0 0 91.666%;
    max-width: 91.666%;
}

.col-12 {
    flex: 0 0 100%;
    max-width: 100%;
}

/* Responsive Example */
@media (max-width: 768px) {
    [class*="col-"] {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.relative {
    position: relative;
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: "Inter", sans-serif;
}
.width-70{
    max-width:70%;
}
section {
    position: relative;
}

body {
    font-family: "Inter", sans-serif;
    overflow-x: hidden !important;
    color: var(--themeDark);
    position: relative;
    font-weight: 300;
    letter-spacing: 0.5px;
}

body.no-scroll {
    overflow-y: hidden;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

body:has(.menu-offcanvas.active) {
    overflow-y: hidden;
}

:root {
    --themeColor: #E63231;
    --themeColor2:#4846cc1;
    --textColor: #151E38;

}

.gradient-heading {
    background: -webkit-linear-gradient(var(--themeColor), var(--themeColor2));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 600;
}

.text-white {
    color: #fff !important;
}

.container {
    max-width: 1315px;
    position: relative;
    padding-inline: 20px;
    z-index: 4;
    margin: auto;
}

.container-full {
    max-width: 100%;
    padding-inline: 90px;
}

.special-heading {
    font-family: 'Geist', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Poppins", sans-serif;
}

a,
button,
svg {
    transition: .5s !important;
    text-decoration: none !important;
}

ul {
    list-style: none;
    padding-left: 0 !important;
}

input {
    box-shadow: none;
    outline: none !important;
    color: #fff;
}

textarea {
    box-shadow: none;
    outline: none !important;
    color: #fff;
}

.theme-color {
    color: var(--themeColor2);
}

.text-bold {
    font-weight: 600;
}

.bi-btn {
    font-family: "Inter", sans-serif;
    padding: 14px 30px;
    background-color: var(--themeColor);
    color: #fff;
    border: none;
    transition: .5s;
    font-size: 18px;
    font-weight: 400;
    cursor: pointer;
    border-radius: 5px;
}

.bi-btn:hover {
    background-color: #000 !important;
    scale: .96;
}

.bi-btn.transparent {
    background-color: transparent;
    color: var(--themeDark);
}

.bi-btn.outline {
    border: 1px solid #fff
}

.bi-btn.outline:hover {
    border-color: var(--themeColor);
}

.bi-btn.tranparent {
    background-color: transparent;
    text-decoration: underline !important;
}

.bi-btn.tranparent.dark {
    color: var(--themeDark);
}

.bi-btn.white {
    background: #fff;
    color: var(--themeColor);
}
.bi-btn.alt {
    background: linear-gradient(180deg, rgb(41, 77, 151) 0%, rgb(16, 15, 116) 100%);
    color: #fff;
}

.bi-btn.white:hover {
    background-color: #000 !important;
    color: #fff !important;
}
.bi-header {
    position: absolute;
    z-index: 999;
    width: 100%;
    top: 35px;
}

.header-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.heading-wrapper {
    margin-left: -30px;
}
.bi-hero{
    background: url('../img/hero-bg.avif') no-repeat top;
    background-size: cover;
    /* background-position: 0% -350px; */
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    padding-top: 250px;
    background-color: #F9F7FC;
    padding-bottom: 70px;
    border: 0 0 20px 20px;
}
.heading-wrapper h1 {
    font-size: 5.813vw;
    color: #fff;
    letter-spacing: -10px;
    font-weight: 500;
    line-height: 0.9;
    position: relative;
}
.heading-wrapper p {
    font-size: 20px;
    margin-top: 22px;
}

.heading-wrapper .hdtg {
    background: #ca2d2e;
    padding: 7px 12px;
    border-radius: 42px;
    line-height: 1;
    margin-bottom: 12px;
    display: block;
    width: max-content;
}

.heading-wrapper h1 span{
    padding-left: 30px;
}
.heading-wrapper h1 :is(span, small) {
    font-size: 3.646vw;
    letter-spacing: -5px;
    font-weight: 300;
    position: relative;
    font-family: "Poppins", sans-serif;
}
.heading-wrapper h1 small:before {
    background: url('../img/timeline-bg.png') no-repeat center;
    background-size: contain;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    scale: 1.09;
}
.hero-content-wrapper .paragraph-wrapper {
    max-width: 100%;
    margin-left: auto;
    align-self: end;
}

.hero-content-wrapper .row {
    align-items: start;
    justify-content: center;
}

.hero-content-wrapper .paragraph-wrapper p {
    font-size: 18px;
}
.hero-form-wrapper {
    margin-top: 110px;
}

.btn-wrapper {
    display: flex;
    gap: 20px;
    padding-left: 30px;
    max-width: 74%;
}

.hero-form-wrapper .paragraph-wrapper {
    max-width: 89%;
}
.hero-books {
    margin-top: 45px;
}
.btn-wrapper .bi-btn {
    width: 100%;
    text-align: center;
}

.hero-form-wrapper .paragraph-wrapper p {
    font-size: 24px;
}
.bi-form {
    font-family: 'Poppins', sans-serif;
    position: relative;
    /*top: 150px;*/
}

.bi-form input {
    width: 100%;
    height: 50px;
    text-indent: 15px;
    border-radius: 10px;
    border: 1px solid hsl(0deg 0% 0% / 10%);
    font-size: 18px;
    background-color: rgb(255, 255, 255);
    color: #000;
}
.bi-form input:focus {
    border-color: var(--textColor);
}
.bi-form .col-6{
    flex: 0 0 48%;
    max-width:48%;
}
.bi-form :is(.col-6, .col-12) {
    padding-inline: 0;
}

.bi-form .row {
    justify-content: space-between;
    gap: 15px;
}
.hero-submit{
    width: 100%;
    background-color: #000;
}
.hero-logos-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 260px;
}
img.img-fluid.trusted-logos {
    padding-bottom: 27px;
    /* margin-top: -70px; */
    max-width: 650px;
    padding-left: 30px;
    margin-top: 30px;
}

.logo-item {
    width: 330px;
    height: 184px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 4px solid #E8E8E8;
    border-radius: 20px;
    background-color: #fff;
}
.top-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.bi-services {
    padding: 120px 0;
}
.theme-heading {
    font-size: 46px;
    font-weight: 500;
    line-height: 1.1;
    letter-spacing: -3px;
    color: var(--textColor);
}

.top-content .content {
    max-width: 55%;
}
.paragraph-wrapper .bi-form {
    margin-top: 50px;
    height: 185px;
}
.paragraph-wrapper img {
    max-width: 110%;
    margin-left: -55px;
    margin-top: -100px;
    height: 487px;
}
.highlight {
    padding: 10px;
    background-color: var(--themeColor);
    border-radius: 5px;
    color: #fff;
    font-weight: 500;
    display: block;
    width: fit-content;
    margin-bottom: 10px;
    padding-left: 30px;
    position: relative;
}
.portfolio-item .theme-para {
    text-align: left;
}
.highlight:before {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #fff;
    left: 13px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.service-wrapper {
    margin-top: 80px;
}

.service-item {
    padding: 70px 50px 50px 40px;
    border: 2px solid #D9D7CC;
    height: 430px;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    gap: 30px;
}
.theme-heading.small {
    font-size: 24px;
    letter-spacing: -1px;
}

.theme-para {
    font-size: 18px;
    line-height: 1.3em;
    color: rgb(0 0 0 / 65%);
    font-weight: 400;
}

.bi-packages {
    padding: 120px 0;
    background: url('../img/package-bg.png') no-repeat center;
    background-size: cover;
    border-radius: 60px;
}
.top-content.center {
    justify-content: center;
    text-align: center;
}

.top-content.center .highlight {
    margin-inline: auto;
}
.package-item {
    padding: 55px;
    border-radius: 20px;
    border: 10px solid #E8E8E8;
    background-color: #fff;
    position:relative;
}
.bi-packages .top-content {
    margin-bottom: 40px;
}

.package-highlight {
    font-size: 18px;
    padding: 12px;
    border: 1px solid rgb(175 175 175 / 50%);
    border-radius: 6px;
    padding-left: 50px;
    width: fit-content;
    padding-right: 20px;
    margin-bottom: 40px;
    position: relative;
    font-weight:400;
}
.package-highlight:before {
    content:"";
    position:absolute;
    top:0;
    bottom:0;
    height:30px;
    width:30px;
    background-color:var(--textColor);
    margin:auto;
    left:10px;
    border-radius:3px;
}

.price-wrapper {
    display: flex;
    justify-content: start;
    align-items: end;
    margin-bottom: 30px;
    gap: 10px;
}

.price-wrapper small {
    font-size: 36px;
    font-weight: 400;
}

.price-wrapper span {
    font-size: 66px;
    font-weight: 800;
    line-height: 1;
}

.package-item .bi-btn.transparent {
    display: block;
    width: 100%;
    text-align: center;
    border: 1px solid rgb(0 0 0 / 20%);
    margin-bottom: 30px;
    padding-top:18px;
    padding-bottom:18px;
    font-weight:500;
    position:relative;
    z-index:9;
}
.package-item .bi-btn.transparent:hover {
    background-color: var(--themeColor) !important;
    color:#fff;
}

.package-item .theme-para {
    margin-bottom: 30px;
}

.package-list {
    margin-top: 30px;
    padding-left:45px !important;
    position:relative;
    height: 300px;
    padding-bottom:30px;
    overflow-y:auto;
}

.package-item:before {
    content: "";
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 1) 100%);
    position: absolute;
    width: 100%;
    height: 132px;
    z-index: 2;
    bottom: 53px;
    left: 0px;
}

.package-item hr {
    border-color: rgb(0 0 0 / 10%);
}

.package-list li {
    font-size: 20px;
    color: rgb(0 0 0 / 65%);
    font-weight: 400;
    margin: 20px 0;
    position: relative;
}

.package-list li:before {
    content:"✔";
    color:#fff;
    position:absolute;
    top:0;
    bottom:0;
    height:30px;
    width:30px;
    background-color:var(--textColor);
    margin:auto;
    left:-45px;
    border-radius:3px;
    text-align:center;
}
.package-item:hover .bi-btn.transparent{
    background-color: var(--themeColor);
    color:#fff;
}
.package-item:hover .package-list li:before{
    background-color: var(--themeColor);
}
.package-item:hover .package-highlight:before{
    background-color: var(--themeColor);
}
.bi-btn.package-bottom {
    display: block;
    width: fit-content;
    margin-inline: auto;
    margin-top: 50px;
}

.bi-portfolio {
    padding: 120px 0 0;
    position: relative;
    z-index: 4;
}

.portfolio-wrapper {
    width: max-content;
    margin-top: 100px;
    display: flex;
    justify-content: center;
    align-items: start;
    text-align: center;
    animation: portfolioScroll 30s linear infinite;
    overflow: hidden;
}

.portfolio-item {
    padding: 50px 40px 0;
    border: 5px solid #E8E8E8;
    border-radius: 10px;
    background-color: #fff;
    position: relative;
    margin-inline: 16px;
    height: 830px;
    overflow: hidden;
    flex: 33%;
}
.portfolio-item .theme-para{
    font-size: 16px;
}

.portfolio-top {
    display: flex;
    flex-direction: column;
    gap: 20px;
    text-align: center;
    align-items: start;
}

.portfolio-btn {
    position: absolute;
    right: 50px;
    top: 30px;
}

.portfolio-img {
    text-align: center;
    margin-top: 40px;
    padding-top: 50px;
    background-color: var(--textColor);
    border-radius: 10px 10px 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    transition: .5s;
}
.portfolio-img img{
    padding-bottom: 30px;
    width: 100%;
    height: 100%;
    scale: .7;
    transition: .5s;
}
.portfolio-item:hover .portfolio-img img{
    scale: .8;
}
.portfolio-item:hover .portfolio-img {
    background-color: var(--themeColor);
}

@keyframes portfolioScroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(calc(-350px * 3 - 24px * 3));
    }
}

.bi-testimonial{
    padding: 250px 0 100px;
    background: url('../img/testimonial-bg.png') no-repeat top;
    background-size: cover;
    margin-top: -150px;
    background-position-y: -90px;
}
.bi-testimonial .top-content .bi-btn {
    display: block;
    width: fit-content;
    margin-inline: auto;
}
.bi-testimonial .top-content .theme-heading {
    font-size: 70px;
    font-weight: 500;
}

.bi-testimonial .top-content .theme-para {
    margin: 30px;
    color: #fff;
}

.testimonial-slider {
    margin-top: 100px;
}

.bi-testimonial .top-content.center {
    margin-top: 100px;
}
.testimonial-item {
    background-color: rgb(255 255 255 / 8%);
    padding: 55px 45px;
    border-radius: 10px;
    color: #fff;
    margin-inline: 15px;
    transition: .5s;
}
.testimonial-item:hover{
    background-color: var(--themeColor);
}
.testimonial-item .theme-para {
    color: #fff;
    margin-top: 40px;
    font-weight: 400;
}
.img-box {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 10px;
    margin-top: 60px;
}

.img-box h5 {
    font-weight: 400;
    font-size: 18px;
}

.img-box img {
    border-radius: 50%;
}
.slick-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    gap: 10px;
}

.slick-dots button {
    font-size: 0;
    border: none;
    background-color: #fff;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    cursor: pointer;
}

.slick-dots .slick-active button {
    background-color: var(--themeColor);
}
.bi-footer{
    padding: 80px 0 20px;
    background: url('../img/footer-bg.jpg') no-repeat center;
    background-size: cover;
    margin-top: -2px;
}

.footer-top-content {
    color: #fff;
}

.footer-main-heading h2 {
    font-size: 150px;
    font-weight: 300;
    letter-spacing: -11px;
    line-height: 1em;
    text-transform: capitalize;
}

.footer-main-heading h2 span {
    font-weight: 600;
    letter-spacing: -9px;
        margin-left: 49%;
}
.footer-main-heading {
    position: relative;
}
.footer-main-heading .bi-btn {
    position: absolute;
    top: 59px;
    right: 25%;
}
.footer-bottom{
    margin-top: 100px;
}
.footer-logo-wrapper {
    display: flex;
    align-items: start;
    justify-content: space-between;
}
.footer-list a {
    color: rgb(255 255 255 / 80%);
    font-size: 18px;
}

.footer-list li {
    margin: 10px 0;
}
.footer-form-wrapper{
    padding-left: 80px;
}
.footer-form-wrapper .bi-form{
    top: 0;
}
.footer-form-wrapper .bi-form input{
    background-color: rgb(255, 255, 255, .1);
    color: #fff;
}
.footer-bottom .theme-color.text-white {
    margin-top: 20px;
}

.footer-logo-wrapper {
    margin-bottom: 20px;
}

.footer-bottom hr {
    border-color: rgb(255 255 255 / 20%);
}
.hero-books {
    /* position: absolute; */
    /* top: 130px; */
    text-align: center;
    max-width: 745px;
    padding-left: 20px;
}

.hero-form-wrapper {
    position: relative;
}
.bi-cta {
    background-color: #f9f7fc;
    padding: 80px 0;
}

.bi-cta .bi-btn {
    display: block;
    width: fit-content;
    margin-inline: auto;
}

.bi-cta .theme-para {
    margin: 30px auto;
}

.bi-cta .content {
    position:relative;
    z-index:999;
    padding: 60px 40px;
    background-color: #0c1326;
    border-radius: 40px;
    max-width: 100%;
    width: 100%;
}

.bi-cta .theme-para {
    color: #fff;
    max-width: 950px;
}


.bi-cta .theme-heading {
    font-size: 60px;
}

.faq-section .top-content {
    margin-bottom: 50px;
}

.faq-section {
    padding: 120px 0;
}

.faq-item {
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 14px;
  overflow: hidden;
  transition: all 0.35s ease;
}

.faq-item + .faq-item {
  margin-top: 16px;
}

.faq-question {
  width: 100%;
  background: #fff;
  border: 0;
  outline: none;
  cursor: pointer;
  padding: 22px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  text-align: left;
  transition: background 0.35s ease, color 0.35s ease;
}

.faq-question .theme-heading.small {
  margin: 0;
  transition: color 0.35s ease;
}

.faq-icon {
  position: relative;
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
}

.faq-icon::before,
.faq-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background: #111;
  border-radius: 2px;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease;
}
.faq-answer .theme-para {
    padding-top: 24px;
}
.faq-icon::before {
  width: 16px;
  height: 2px;
}

.faq-icon::after {
  width: 2px;
  height: 16px;
}

.faq-answer {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.4s ease;
}

.faq-answer-inner {
  overflow: hidden;
}

.faq-answer .theme-para {
  margin: 0;
  padding: 0 24px 22px;
  padding-top: 24px;
  opacity: .7;
}

/* Active State */
.faq-item.active .faq-question {
  background: #e63231;
}

.faq-item.active .faq-question .theme-heading.small {
  color: #fff;
}

.faq-item.active .faq-icon::before,
.faq-item.active .faq-icon::after {
  background: #fff;
}

.faq-item.active .faq-icon::after {
  opacity: 0;
  transform: translate(-50%, -50%) rotate(90deg);
}

.faq-item.active .faq-answer {
  grid-template-rows: 1fr;
}

.faq-item.active .faq-answer .theme-para {
  color: #222;
}

/* Optional hover */
.faq-question:hover {
  background: #f8f8f8;
}

.faq-item.active .faq-question:hover {
  background: #e63231;
}
#modal {
    display: none;
    position: sticky;
    inset: 0;
    background: rgb(0 0 0 / .8);
    z-index: 1000;
    align-items: center;
    justify-content: center;
    padding: 24px;
    width: 100vw;
    height: 100vh;
    z-index: 9999
}

#modal .modal-content {
    width: 100%;
    max-width: 600px;
    background: #111;
    border-radius: 30px;
    box-shadow: 0 8px 30px rgb(2 6 23 / .2);
    padding: 20px;
    position: relative
}

#modal .modal-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 12px
}

.modal-header {
    position: absolute;
    right: 20px
}

.modal-header h3 {
    display: none
}

.modal-body p {
    color: #fff;
    font-size: 24px
}

p#modal-price-number {
    margin-top: 10px
}

button.close-modal {
    background-color: #fff0;
    border: none;
    color: #fff;
    font-size: 30px;
    font-weight: 100!important;
    font-family: 'Urbanist';
    height: fit-content;
    line-height: 1
}

p#modal-price-number {
    font-weight: 600;
    font-size: 40px
}

p#modal-price-number sub {
    font-size: 20px;
    font-weight: 200;
    position: relative;
    bottom: 8px
}

.opacity-0 {
    opacity: 0
}

.modal-footer .bi-btn {
    margin-top: 20px
}

.package-price-wrapper.d-none {
    display: none
}

.modal-content .bi-form label {
    display: none!important
}

.modal-content .bi-form input {
    margin-bottom: 20px
}

.modal-body {
    text-align: center
}

.modal-body p {
    margin-bottom: 30px
}

.modal-content .bi-form input {
    width: 100%;
    margin-bottom: 0;
    padding-left: 10px;
    border: 1px solid #fff;
}

#modal .modal-content {
    background-color: #00000024;
    backdrop-filter: blur(10px);
    border: 1px solid #ffffff2b
}

.modal-content .bi-form textarea {
    width: 100%;
    padding-left: 10px;
    border: 1px solid #fff;
    font-weight: 400;
    font-size: 18px;
    background-color: rgb(255, 255, 255);
    color: #000;
    text-indent: 15px;
    border-radius: 10px;
    padding-top: 15px;
    margin-bottom: 10px;
}

.modal-body .modal-footer .bi-btn {
    background-color: var(--themeColor2);
    color: #fff;
    width: 100%;
    text-align: center;
    justify-content: center;
    margin-top: 0
}
.modal-content .bi-form input {
    margin: 0px 0 10px;
}

.modal-body .modal-footer .bi-btn {
    background-color: var(--themeColor);
    border-radius: 10px;
}
.modal-body .modal-footer {
    width: 100%;
    text-align: center
}
.package-list .theme-heading.small {
    margin-left: -45px;
    padding: 20px 0;
}
#modal .modal-content {
    background-color: #fff;
    box-shadow: 0 0 20px rgb(255 255 255 / 30%);
    border: 1px solid rgb(255 255 255 / 20%);
}
.modal-body p {
    color: #000;
    text-align: left;
    margin-bottom: 20px;
}

.modal-content .bi-form input {
    border: 1px solid #ebebeb;
}

.modal-content .bi-form textarea {
    border: 1px solid #ebebeb;
}

button.close-modal {
    color: #000;
}
.package-item {
    margin-top: 30px;
}
.footer-form-wrapper .hero-submit {
    background-color: var(--themeColor);
}