@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');
h1,h2,h3,h4,h5,h6,p,span,a,label,li,del,sub, {
  font-family: Outfit;
}
body {
  margin: 0;
  padding: 0;
}
.gradient {
    background: linear-gradient(93.11deg, #FF6B6B -45.39%, #FF8564 26.39%, #FECA57 106.96%);
}
/* header */
.main-header {
    border-radius: 50px;
    height: 100px;
    margin-top: 20px;
    z-index: 2;
    margin-bottom: 30px;
    position: relative;
}

.logo-img {border-radius: 50px;height: 160px;}

.nav-link {
    color: white !important;
    font-weight: 500;
}
header .d-md-none > * {
    width: 33%;
}
header .d-md-none img.logo-img-mobile {height: 99px;}
header .d-md-none:after {
    content: "";
    width: 100%;
    height: 50px;
    position: absolute;
    left: 0;
    right: 0;
    z-index: -1;
    background: linear-gradient(93.11deg, #FF6B6B -45.39%, #FF8564 26.39%, #FECA57 106.96%);
    border-radius: 50px;
}
header .d-md-none div:last-child {
    text-align: center;
}
header .d-md-none a.btn {
    font-size: 13px;
    border: 0;
    background: transparent;
    color: #fff;
}
button#mobileMenuBtn img {
    height: 22px;
}
button#mobileMenuBtn {
    text-align: left;
}


.header-bg:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    background: linear-gradient(93.11deg, #FF6B6B -45.39%, #FF8564 26.39%, #FECA57 106.96%);
    height: 80px;
    border-radius: 50px;
    z-index: -1;
}
.header-bg {
    position: relative;
}
.main-header nav.d-flex ul {position: absolute;left: 0;right: 0;display: flex;justify-content: center;z-index: 1;}
.main-header nav:last-child a {
    position: relative;
    z-index: 2;
    background: transparent !important;
    border: 0;
    padding: 0;
    padding-left: 16px;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    font-size: 16px;
    justify-content: center;
    align-items: center;
}
section.banner-section {
    padding: 4% 0 8% 0 !important;
}
.bg-grey {
    background-color: #f6f6f6;
}
.main-header nav:last-child {
    margin-right: 26px;
}
.main-header nav:last-child a:hover {
    color: #000000;
}
.main-header nav.d-flex ul li a {
    font-weight: 400;
    position: relative;
}
.main-header nav.d-flex ul li a.active {
    font-weight: 700;
}
.main-header nav.d-flex ul li a.active:after, .main-header nav.d-flex ul li a:hover:after {
    content: "";
    width: 80%;
    margin: 0 auto;
    position: absolute;
    height: 5px;
    left: 0;
    right: 0;
    bottom: -20px;
    background-color: #ffffff;
    border-radius: 10px 10px 0 0;
}
.main-header nav.d-flex ul li a.main-logo:after {
    display: none ;
}
.main-header nav:last-child a img {
    height: 16px;
    width: fit-content;
}
span.subtitle {
    font-size: 70px;
    color: #FF8165;
    font-weight: 300;
    line-height: 60px;
}
h1.banner-title {
    font-size: 90px;
    font-weight: 600;
}
a.btn.btn-primary {background: linear-gradient(93.11deg, #FF6B6B -45.39%, #FF8564 26.39%, #FECA57 106.96%);border: 2px;}
a.btn.btn-outline-primary {
       background-image: linear-gradient(93.11deg, #FF6B6B -45.39%, #FF8564 26.39%, #FECA57 106.96%);
       -webkit-background-clip: text, border-box;
       background-clip: text, border-box;
       -webkit-text-fill-color: transparent;
       
/* Gradient border */
       border-width: 2px;
       padding: 6px 24px !important;
       border-style: solid;
       border-color: #ff7e65;
}
a.btn.btn-primary, a.btn.btn-outline-primary {
    font-weight: 700;
    font-size: 16px;
}
a.btn:hover {transform: translateY(-5px);}
a.btn {
    transition: all 0.3s linear;
}

/* how it works */
.how-it-works {
    position: relative;
    background-image: url('/images/bg-img.jpg');
    background-position: center;
    background-attachment: fixed;
}

h2 {
    font-size: 42px;
    font-weight: 700;
}

.text-orange {
    color: #FF8165;
}

/* Step Box */
.step-box {
    border: 1px solid #eee;
    border-radius: 10px;
    padding: 65px 20px 25px;
    min-height: 240px;
    background: #fff;
    transition: 0.3s;
    position: relative;
}

.step-box:hover {
    transform: translateY(-5px);
}

/* Step Number */
.step-number {
    font-size: 60px;
    font-weight: 500;
    color: #444;
    position: absolute;
    top: -60px;
    left: 0;
    right: 0;
    border: 1px solid #ccc;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    background-color: #ffffff;
}

/* Step Title */
.step-title {
    font-size: 22px;
    font-weight: 600;
    margin-top: 10px;
}

/* Step Text */
.step-text {
    font-size: 14px;
    color: #666;
    margin-top: 10px;
}

/* Highlighted Step (Step 4) */
.step-active, .step-box:hover {
    background: linear-gradient(90deg, #f36c58, #f7a863);
    color: #fff!important;
    border: none;
}
span.vector-line {
    position: absolute;
}
.step-box.step-active .step-number {
     /* Set the background to white */
    background: linear-gradient(93.11deg, #FF6B6B -45.39%, #FF8564 26.39%, #FECA57 106.96%);
    -webkit-background-clip: text, border-box;
    background-clip: text, border-box;
    -webkit-text-fill-color: transparent; /* Gradient will apply to text only */
}
.step-box.step-active .step-number:after {
    content:"";
    background-color: rgba(256,256,256);
    z-index: -1;
    width: 120px;
    border-radius: 50%;
    height: 120px;
    display: block;
    position: absolute;
}



section.how-it-works .col-lg-3 {
    position: relative;
}
span.btm-lf.vector-line {right: -34%;}
span.top-center.vector-line {
    top: -69px;
    right: -27%;
}
span.btm-rt.vector-line {
    left: -33%;
}
section.how-it-works .row {
    padding: 80px 0;
}
p {
    color: #737373;
    font-size: 16px;
}
.clarity-card {
    background-color: #fff;
    padding: 40px 30px;
    text-align: left;
    border: 1px solid #666666;
}
.clarity-card span.badge {
    background: linear-gradient(93.11deg, #FF6B6B -45.39%, #FF8564 26.39%, #FECA57 106.96%);
    color: #ffffff;
    font-size: 16px;
    padding: 7px 20px;
    border-radius: 0;
}
.clarity-card h5 {
    font-size: 30px;
    font-weight: 500 !important;
}
.clarity-card p {
    margin-bottom: 24px;
}
.clarity-card ul li {
    font-size: 16px;
    color: #737373;
}
.step-active span.upp, .step-box:hover span.upp {
    position: relative;
    z-index: 2;
    background: linear-gradient(93.11deg, #FF6B6B -45.39%, #FF8564 26.39%, #FECA57 106.96%);
    -webkit-background-clip: text, border-box;
    background-clip: text, border-box;
    -webkit-text-fill-color: transparent;
}
.step-box:hover p.step-text {
    color: #fff;
}


/* Connector line image */
.connector-line {
    max-width: 80%;
}


/* blogs */
.text-orange {
    color: #ff7a45;
}
.recent-blogs {padding: 80px 0;}

.blog-card {
    background: #fff;
    border-radius: 5px;
    border: 1px solid #666666;
    overflow: hidden;
    transition: 0.3s ease;
    padding: 10px;
    box-shadow: 0px 1px 12px 0px #00000026;
}

.blog-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}

.blog-img {
    position: relative;
}

.blog-img img {
    width: 100%;
    height: 230px;
    object-fit: cover;
    border-radius: 0;
}

.blog-date {
    position: absolute;
    bottom: -13px;
    left: 10px;
    background: #fff;
    padding: 5px 10px;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 600;
    border: 1px solid #666;
}

.blog-content {
    padding: 20px;
}

.blog-content h5 {
    font-size: 24px;
    font-weight: 500;
    line-height: 28px;
    width: 80%;
}

.blog-content p {
    color: #666;
    line-height: 24px;
}

.read-more {
    font-size: 14px;
    font-weight: 600;
    color: #000;
    text-decoration: none;
}

.read-more:hover {
    text-decoration: underline;
}

.blog-dots span {
    display: inline-block;
    width: 8px;
    height: 8px;
    background: #ccc;
    border-radius: 50%;
    margin: 0 5px;
}

.blog-dots span.active {
    background: #ff7a45;
}

/*  footer logo  */
.site-footer {
    background: linear-gradient(93.11deg, #FF6B6B -45.39%, #FF8564 26.39%, #FECA57 106.96%);
    padding: 130px 0 20px;
    color: #fff;
    position: relative;
    margin-top: 130px;
}

/* Logo Circle */
.footer-logo-wrap {
    position: absolute;
    left: 0;
    right: 0;
    top: -250px;
    margin: 0 auto;
}

.footer-logo span {
    font-size: 26px;
    line-height: 1;
}

.footer-logo small {
    font-size: 11px;
    letter-spacing: 1px;
}

/* Footer Menu */
.footer-menu a {
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    margin: 0 12px;
}

.footer-menu a:hover {
    text-decoration: underline;
}

/* Social Icons */
.footer-social a {
    color: #fff;
    font-size: 18px;
    margin: 0 10px;
    display: inline-block;
}

/* Bottom Copyright */
.footer-bottom {
    border-top: 1px solid rgba(255,255,255,0.3);
    padding-top: 15px;
    font-size: 16px;
}

.footer-logo img {
    height: 220px;
}
.footer-social.mb-4 {display: none;}

@media only screen and (max-width: 992px){
    span.subtitle {
    font-size: 30px;
    line-height: 30px;
}

body, section {
    overflow-x: hidden;
}

h1.banner-title {
    font-size: 44px;
}

p {
    font-size: 14px;
}

header.main-header {
    margin-top: 0;
}

h2 {
    font-size: 30px;
}

h2.section-title {margin-bottom: 20px !important;}

.step-box {
    padding: 45px 20px 25px;
    min-height: auto;
    margin-bottom: 40px;
}

.step-number {
    font-size: 30px !important;
    width: 60px !important;
    height: 60px !important;
    top: -30px;
}

.vector-line {
    display: none;
}

.step-box.step-active .step-number:after {
    width: 60px;
    height: 60px;
}

section.how-it-works .row {
    padding: 40px 0 0;
}

section.how-it-works.py-5 {
    padding-bottom: 0 !important;
}

.footer-logo img {
    height: 150px;
}

.footer-logo-wrap {
    top: -160px;
}

ul.footer-menu li a {
    font-size: 12px;
    padding: 0;
}

footer.site-footer {
    padding-top: 80px;
    margin-top: 90px;
}

.footer-bottom {
    font-size: 12px;
}

section.recent-blogs.py-5 {
    padding-bottom: 0 !important;
}
}