
/* Description: Master CSS file */

/*****************************************
Table Of Contents:
- General Styles
- Top Bar
- Navigation
- Header
- Partner
- Services
- Features
- Process
- Video Section
- Testimonials
- Print Section
- Contact Section
- FAQ
- Blogs
- Footer
******************************************/

/**************************/
/*     General Styles     */
/**************************/
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-VariableFont_wght.ttf') format('truetype');
  font-weight: 100 900; /* Variable range */
  font-style: normal;
}

* {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0;
}

:root {
  --font-montserrat: "Montserrat", sans-serif;
  --white: #ffffff;
  --black: #000;
  --blue: #212663;
  --purple: #8263FC;
}

html {
  scroll-behavior: smooth;
  width: 100%;
  height: 100%;
  font-size: 16px;
  font-family: var(--font-montserrat);
}

body {
  margin: 0;
  padding: 0;
  font-family: var(--font-montserrat);
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  color: var(--black);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-montserrat);
  font-weight: 700;
}

ul {
  margin: 0;
}

a {
  text-decoration: none;
}

h1 {
  font-size: 60px;
  line-height: 78px;
  color: var(--white);
}


.child-pages-h1, 
h2{
  font-size: 40px;
  line-height: 50px;
  color: var(--blue);
}

h3 {
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 27px;
    color: var(--blue);

}

h4 {
  font-size: 24px;
  line-height: 30px;
  color: var(--black);
}

h6 {
  font-weight: 700;
}

p {
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
  color: var(--black);
}
button {
    font-family: var(--font-montserrat);
}

p:empty {
  display: none;
}

.pe-0 {
    padding-right: 0 !important;
}

.bg-white {
    background-color: #fff !important;
}

.bg-light-grey {
    background: rgba(33, 38, 99, 0.06) !important;
}
.cta-purple {
    color: var(--white);
    border-radius: 8px;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    padding: 10px 15px;
    background-color: var(--purple);
    border: 1px solid var(--purple);
    transition: all linear .3s;
}

.cta-purple:hover {
    background-color: #ffffff;
    color: #000000;
    border-color: var(--black);
    box-shadow: 4px 4px 0 #28255a;
    transform: translate(-4px,-4px);
}
.text-start {
    text-align: left;
}
.text-center {
    text-align: center;
}

.text-end {
    text-align: right;
}
.text-uppercase {
    text-transform: uppercase;
}
.text-capitalize {
text-transform: capitalize;
}

/* --- Font Colors --- */
.text-white {
    color: var(--white);
}
.text-blue {
    color: var(--blue);
}

/* --- Font Colors --- */


/* --- BG Color and Related Classes --- */

.bg-white {
    background-color: var(--white);
}
.grey-bg {
    padding-block: 80px;
    background-color: rgb(33 38 99 / 6%);
    position: relative;
    z-index: 1;
}
.grey-bg::before {
    content: "";
    background-image: url(../images/shape-1.webp);
    background-repeat: no-repeat;
    background-position: left center;
    width: 100%;
    max-width: 416px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.grey-bg::after {
    content: "";
    background-image: url(../images/shape-2.webp);
    background-repeat: no-repeat;
    background-position: left center;
    width: 100%;
    max-width: 416px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}

.no-pattern::before,
.no-pattern::after {
    display: none !important;
}

.shapes-upwards::before {
    content: "";
    background-image: url(../images/double-arrow.svg);
    background-repeat: no-repeat;
    background-position: left;
    background-size: contain;
    position: absolute;
    top: 84px;
    left: 72px;
    z-index: 9;
    display: block;
    aspect-ratio: 1 / 1;
    height: 100px;
}
.shapes-upwards::after {
    content: "";
    background-image: url(../images/double-arrow.svg);
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;
    position: absolute;
    bottom: 84px;
    right: 72px;
    z-index: 9;
    display: block;
    aspect-ratio: 1 / 1;
    height: 100px;
}



/* --- BG Color and Related Classes --- */
section {
    position: relative;
}
.position-relative {
    position: relative;
}

.sec-heading {
    margin-bottom: 46px;
}

.arrow-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-weight: 400;
    font-size: 18px;
    line-height: 165%;
    text-align: center;
    color: var(--purple);
    transition: all linear .3s;
    width: auto;
    position: relative;
}

.arrow-btn::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background-color: var(--purple);
    transition: all linear .3s;
}

.arrow-btn:hover::after {
    width: 100%;
}

/* ===== Custom On-scroll Animations ===== */
/* .animate {
  opacity: 0;
  transition: all 0.8s ease-out;
}

.animate[data-animate="fade-up"]    { transform: translateY(50px); }
.animate[data-animate="fade-down"]  { transform: translateY(-50px); }
.animate[data-animate="fade-left"]  { transform: translateX(-50px); }
.animate[data-animate="fade-right"] { transform: translateX(50px); }

.animate[data-animate="zoom-in"]    { transform: scale(0.8); }
.animate[data-animate="zoom-out"]   { transform: scale(1.2); }

.animate.visible {
  opacity: 1;
  transform: none;
} */

/* ===== Custom On-scroll Animations ===== */

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.site-header {
    min-height: 110px;
}
.navbar ul li a {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: var(--black);
    position: relative;
    transition: all linear .3s;
}
.navbar ul li a.active {
    color: var(--blue);
}
.navbar ul li a::after,
.navbar ul li a.active::after {
    content: "";
    width: 0;
    height: 1px;
    background-color: var(--blue);
    position: absolute;
    bottom: -8px;
    left: 0;
    transition: all linear .3s;
}

.navbar ul li a.active::after {
    width: 100%;
    background-color: var(--blue);
}
.navbar ul li a:hover {
    color: var(--blue);
}
.navbar ul li a:hover::after {
    width: 100%;
}

.nav-btns-right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 25px;
}
.nav-btns-right a {
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: var(--black);
    transition: all linear .3s;
}
.nav-btns-right a:hover {
    color: var(--blue);
}
.nav-btns-right .btn-login {
    position: relative;
}
.nav-btns-right .btn-login::after {
    content: "";
    width: 0;
    height: 1px;
    background-color: var(--blue);
    position: absolute;
    bottom: -8px;
    left: 0;
    transition: all linear .3s;
}
.nav-btns-right .btn-login:hover::after {
    width: 100%;
    background-color: var(--blue);
}

.nav-btns-right .btn-get-started {
    color: var(--white);
    border-radius: 8px;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    padding: 9px 15px;
    background-color: var(--purple);
    border: 1px solid var(--purple);
    transition: all linear .3s;
}
 /* .nav-btns-right .btn-get-started:hover {
    background-color: var(--white);
    color: var(--purple);
    border-color: var(--purple);
 } */

 /* .nav-btns-right .btn-get-started:hover {
    background-color: var(--black);
    color: #fff;
    border-color: var(--black);
} */

.nav-btns-right .btn-get-started:hover {
    background-color: #ffffff;
    color: #000000;
    border-color: var(--black);
    box-shadow: 4px 4px 0 #28255a;
    transform: translate(-4px,-4px);
}
.site-header.header-scrolled .nav-btns-right {
    position: fixed;
    top: 30px;
    right: 202px;
    z-index: 9;
}
.site-header.header-scrolled .nav-btns-right .btn.btn-login {
    visibility: hidden;
    display: none;
}
.site-header.header-scrolled .nav-btns-right .btn-get-started {
    border: 1px solid #fff;
}
/*--------------------------------------------------------------
# Hero Banner
--------------------------------------------------------------*/
.hero-banner-section {
    background-image: url("../images/Banner.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 70vh;
    padding: 161px 0;
}

.hero-banner-section .banner-left {
    padding-right: 1.5rem;
}
.hero-banner-section .banner-left p {
    font-weight: 400;
    font-size: 18px;
    line-height: 165%;
    color: #FFFFFF;
    padding-right: 2.5rem;
    margin-top: 1.5rem;
}
.hero-banner-section .banner-btn {
    color: var(--purple);
    border-radius: 8px;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    padding: 9px 15px;
    background-color: var(--white);
    border: 1px solid var(--purple);
    margin-top: 1.5rem;
    display: inline-block;
    transition: all linear .3s;
}

/* .hero-banner-section .banner-btn:hover {
    background-color: transparent;
    color: var(--white);
    border-color: var(--white);
 } */
 /* .hero-banner-section .banner-btn:hover {
    background-color: var(--blue);
    color: #fff;
    border-color: var(--blue);
 } */
.hero-banner-section .banner-btn:hover {
    background-color: #ffffff;
    color: #000000;
    border-color: var(--black);
    box-shadow: 4px 4px 0 #28255a;
    transform: translate(-4px,-4px);
 }
 
.hero-banner-section .banner-right {
    padding-left: 1.5rem;
}
.hero-banner-section .banner-right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    max-height: 467px;
}


/*--------------------------------------------------------------
# About Section
--------------------------------------------------------------*/

/* --- Image Content Section --- */

.img-content-section {
    padding-block: 80px;
}
.about-section.img-content-section {
    padding: 98px 0 62px 0;
}
.img-content-section .container .row {
    align-items: stretch;
}


.img-content-section .container {
    max-width: 1197px;
}
.img-content-section .content-left {
    padding-right: 47px;
    border-radius: 20px;
    position: relative;
}
.img-content-section .content-right {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding-left: 47px;
    position: relative;
}
.img-content-section .content-left, 
.img-content-section .content-right {
    flex: 1;
}

.img-content-section .content-wrapper {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding-right: 1rem;
}
.img-content-section .content-wrapper a {
    width: auto;
    max-width: max-content;
}
.img-content-section img {
    border-radius: 20px;
    max-width: 100%;
    height: 100%;
    width: 100%;
    object-fit: cover;
    display: block;
}
/*--------------------------------------------------------------
# How It Works Section
--------------------------------------------------------------*/

.how-it-works-sec {
    padding-block: 80px;
    background-color: rgb(33 38 99 / 6%);
    position: relative;
    z-index: 1;
}

.how-it-works-sec::before {
    content: "";
    background-image: url(../images/shape-1.webp);
    background-repeat: no-repeat;
    background-position: left center;
    width: 100%;
    height: 100%;
    max-width: 416px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.how-it-works-sec::after {
    content: "";
    background-image: url(../images/shape-2.webp);
    background-repeat: no-repeat;
    background-position: left center;
    width: 100%;
    max-width: 416px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}
.how-it-works-sec .sec-heading {
    margin-bottom: 46px;
}
.how-it-works-sec .cards-wrapper {
    justify-content: center;
    gap: 50px;
}
.cards-wrapper .single-card-block {
    flex: 0 0 auto;
    max-width: calc((100% - 150px) /4);
    padding: 30px 22px 32px 22px;
    background: #FFFFFF;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    transition: all linear .3s;
}
.cards-wrapper .single-card-block:hover {
    transform: translateY(-10px);
}

.cards-wrapper .single-card-block .card-top-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cards-wrapper .single-card-block .card-top-content .top-icon {
    width: 40px;
    height: 40px;
}

.cards-wrapper .single-card-block .card-top-content .sr-num {
    font-weight: 600;
    font-size: 32px;
    line-height: 129%;
    color: var(--blue);
}

.cards-wrapper .single-card-block .card-title {
    font-weight: 600;
    font-size: 22px;
    line-height: 129%;
    color: var(--blue);
    margin-top: 30px;
    min-height: 58px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;  
    overflow: hidden;
}
.cards-wrapper .single-card-block .card-desc {
    font-weight: 400;
    font-size: 18px;
    line-height: 165%;
    color: var(--black);
    margin-top: 16px;
    margin-bottom: 16px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    -webkit-box-orient: vertical;  
    overflow: hidden;
}
.cards-wrapper .single-card-block a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-weight: 400;
    font-size: 18px;
    line-height: 165%;
    text-align: center;
    color: var(--purple);
    transition: all linear .3s;
    width: auto;
    position: relative;
}

.cards-wrapper .single-card-block a::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background-color: var(--purple);
    transition: all linear .3s;
}

.cards-wrapper .single-card-block a img {
    margin-top: 2px;
}
.cards-wrapper .single-card-block a:hover::after {
    width: 100%;
}



/*--------------------------------------------------------------
# What to Expect
--------------------------------------------------------------*/
.what-to-expext-sec {
    padding: 80px 0 120px 0;
    position: relative;
    z-index: 1;
}
.what-to-expext-sec .container {
    max-width: 1338px;
}
.what-to-expext-sec .poistioned-img {
    position: absolute;
    max-width: 236px;
    height: 240px;
    object-fit: cover;
    left: 0;
    bottom: -40px;
    border: 7px solid #fff;
}



/*--------------------------------------------------------------
# Our Services Section
--------------------------------------------------------------*/

.our-services-sec {
    padding-block: 80px;  
    background-color: rgba(33, 38, 99, 0.06);
    position: relative;
    overflow: hidden;

}
.our-services-sec::before,
.our-services-sec::after {
    content: "";
    background-image: url("../images/shapes/shape-services.webp");
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left: 48px;
    top: 100px;
    width: 100%;
    display: inline-block;
    max-width: 100px;
    height: 62px;
    z-index: 0;
}

.our-services-sec::after {
    top: unset;
    left: unset;
    right: 59px;
    bottom: 42px;
}
.our-services-sec .sec-heading {
    margin-bottom: 46px;
}
.our-services-sec .cards-wrapper {
    gap: 26px;
    justify-content: center;
    text-align: center;
}
.our-services-sec .cards-wrapper .single-card-block {
    flex: 0 0 auto;
    max-width: calc((100% - 78px) /4);
    padding: 16px 16px 30px 16px;
    background: #FFFFFF;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    transition: all linear .3s;
}
.our-services-sec .cards-wrapper .single-card-block .card-top-img {
    max-height: 234px;
    overflow: hidden;
}
.our-services-sec .cards-wrapper .single-card-block .card-top-img img {
    height: 234px;
    border-radius: 20px;
    overflow: hidden;
}


.our-services-sec .cards-wrapper .single-card-block .card-desc {

    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;  
    overflow: hidden;
}

.our-services-sec .view-services-btn {
    margin-top: 24px;
}
/*--------------------------------------------------------------
# Testimonials Section
--------------------------------------------------------------*/

.testimonials-sec {
    padding: 80px 0 60px 0;    
    background-color: rgba(33, 38, 99, 0.06);
    position: relative;
    overflow: hidden;

}
.testimonials-sec::before,
.testimonials-sec::after {
    content: "";
    background-image: url("../images/shapes/shape-test.webp");
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left: 48px;
    top: 100px;
    width: 100%;
    display: inline-block;
    max-width: 100px;
    height: 62px;
    z-index: 0;
}

.testimonials-sec::after {
    top: unset;
    left: unset;
    right: 59px;
    bottom: 42px;
}
.testimonials-sec .sec-heading {
    margin-bottom: 26px;
}
.testimonials-wrapper {
    max-width: 1300px;
    margin: auto;
}
#testimonials-carousel  .owl-stage {
    padding-block: 20px;
}
.testimonials-sec .testimonial-item {
    background: #FFFFFF;
    box-shadow: 0px 2px 24px rgba(0, 0, 0, 0.07);
    border-radius: 14px;
    overflow: hidden;
    padding: 32px 21px 16px 21px;
}
.testimonials-sec .testimonial-item .quote-icon {
    max-width: 42px;
    margin-bottom: 16px;
}

.testimonials-sec .testimonial-item .quote-icon {
    max-width: 42px;
    margin-bottom: 16px;
}

.testimonials-sec .testimonial-item .review-text {
  display: -webkit-box;
  line-clamp: 5;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;  
  overflow: hidden;
  margin-bottom: 24px;
}

.testimonials-sec .testimonial-item  .stars {
    padding-bottom: 10px;
    margin-bottom: 10px;
    color: #FFC107;
    border-bottom: 0.821941px solid rgba(130, 99, 252, 0.17);
}

.testimonials-sec .testimonial-item .user {
    display: flex;
    justify-content: left;
    align-items: center;
    margin-top: 16px;
    gap: 20px;
}


.testimonials-sec .testimonial-item .avatar-or-initials {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: #D9D9D9;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 19px;
    line-height: 23px;
    color: #1D1D1D;
}

.testimonials-sec .testimonial-item .user .user-info {
    display: flex;
    flex-direction: column;
    gap: 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #0A0A0A;
}

.testimonials-sec .testimonial-item .user .user-info strong {
    font-weight: 400;
    font-size: 17px;
    line-height: 23px;
    color: #000000;
}


.testimonials-sec .owl-nav button,
.owl-carousel .owl-nav button {
    background-color: var(--purple) !important;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    color: #fff !important;
    font-size: 20px !important;
    transition: all linear .3s;
}

.testimonials-sec .owl-nav button:hover, 
.owl-carousel .owl-nav button:hover  {
    background-color: var(--blue) !important;
}
.testimonials-sec .owl-nav button, 
.owl-carousel .owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -80px;
}

.testimonials-sec .owl-nav button.owl-next, 
.owl-carousel .owl-nav button.owl-next {
    right: -80px;
    left: unset;
}
.owl-carousel .owl-dots {
    height: 0;
}

/*--------------------------------------------------------------
# FAQ Section
--------------------------------------------------------------*/
.faq-section{
    padding-block: 80px;
}
.faq-section .sec-heading {
    margin-bottom: 44px;
}
.faq-section .content-left {
    padding-right: 46px;
}
.faq-section .content-right {
    padding-left: 46px;
}
.faq-section .content-right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}
.faq-wrapper .faq-item {
    background: #fff;
    border: 1px solid rgb(0 0 0 / 22%);
    border-radius: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    transition: all 0.3s ease;
}
.faq-wrapper .faq-item:last-child {
    margin-bottom: 0;
}
.faq-wrapper .faq-question {
    padding: 14px 35px;
    font-weight: 600;
    font-size: 22px;
    color: #1a1a5e;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}
.faq-wrapper .faq-answer {
    padding: 0 35px 14px 35px;
    font-size: 18px;
    line-height: 1.65;
    color: #000;
    overflow: hidden;
}

.faq-wrapper .faq-item.active .faq-answer {
    display: block;
}
.faq-wrapper .faq-answer ul {
    margin-block: 10px;
}
.faq-wrapper .faq-answer ul li {
    list-style: disc;
    list-style-position: inside;
    line-height: 165%;
}

.faq-wrapper .faq-answer .numbered-list li {
    list-style: decimal;
    list-style-position: inside;
    line-height: 200%;
}
.faq-wrapper .faq-answer .numbered-list li::marker {
    font-weight: 700;
}

.faq-wrapper .toggle-icon {
    font-size: 48px;
    font-weight: 400;
    line-height: 1;
    transition: transform 0.3s;
}

/*--------------------------------------------------------------
# Blog Section
--------------------------------------------------------------*/
.blogs-sec {
    padding: 80px 0 80px 0;
    background: rgba(33, 38, 99, 0.06);
    position: relative;
    overflow: hidden;

}
.blogs-sec::before,
.blogs-sec::after {
    content: "";
    background-image: url("../images/shapes/shape-blog.webp");
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left: 48px;
    top: 100px;
    width: 100%;
    display: inline-block;
    max-width: 100px;
    height: 62px;
    z-index: 0;
}

.blogs-sec::after {
    top: unset;
    left: unset;
    right: 59px;
    bottom: 42px;
}
.single-blog-item {
    background: #F8F6FF;
    border: 1px solid rgba(0, 0, 0, 0.13);
    border-radius: 20px;
    overflow: hidden;
}
.single-blog-item .blog-post-content {
    display: flex;
    flex-direction: column;
    gap: 20px;
    overflow: hidden;
    padding: 30px 20px;
}

.single-blog-item .blog-post-content * {
    width: auto;
    max-width: max-content;
}


/*--------------------------------------------------------------
# Contact Section
--------------------------------------------------------------*/
.contact-us-sec .content-left {
    padding-right: 50px;
}
.contact-us-sec .content-right {
    padding-left: 50px;
}



.contact-us-sec .content-wrapper {
    max-width: 440px;
}
.contact-us-sec .contact-list-wrapper li img {
    width: auto;
    border-radius: 0;
}

.contact-us-sec .contact-list-wrapper li {
    display: flex;
    gap: 13px;
    align-items: center;
    width: 100%;
    margin-bottom: 5px;
}

.contact-us-sec .contact-list-wrapper li a {
    color: var(--black);
    transition: all linear .3s;
}
.contact-us-sec .contact-list-wrapper li a:hover {
    color: var(--purple);
    text-decoration: underline;
}









/*--------------------------------------------------------------
# Footer Section
--------------------------------------------------------------*/

footer {
    padding: 80px 0 0px 0;
    background-color: var(--blue);
    position: relative;
}
footer::before,
footer::after {
    content: "";
    background-image: url("../images/shapes/shape-left.webp");
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left: 48px;
    top: 100px;
    width: 100%;
    display: inline-block;
    max-width: 100px;
    height: 62px;
    z-index: 0;
}

footer::after {
    top: unset;
    left: unset;
    right: 59px;
    bottom: 42px;
}
footer * {
    color: var(--white);
}

footer .top-container .row {
    gap: 20px;
    justify-content: space-between;
}
footer .top-container .col-md-3 {
    max-width: calc((100% - 60px) / 4);
}
.footer-info-col {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding-right: 2rem;
}
.footer-info-col p {
    font-size: 16px;
    line-height: 32px;
}
.footer-links-col {
    padding-left: 50%;
}
.footer-links-col h3 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 24px;
}

.footer-links-col ul li a {
    font-size: 16px;
    line-height: 48px;
    transition: all linear .3s;    
}
footer .footer-col-3 .footer-links-col {
    padding-left: 47%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    text-align: left;
}

footer .footer-col-3 .footer-links-col h3 {
    flex: 1;
    width: 100%;
}

.footer-links-col .social-links-footer {
    display: flex;
    gap: 20px;
    align-items: center;
}

.footer-links-col .social-links-footer a img {
    max-width: 25px;
}
footer .copyrights-wrapper {
    width: 100%;
    max-width: calc(100% - 26px);
    padding-block: 30px;
    margin: 0 auto;
    margin-top: 80px;
    border-top: 1px solid #fff;
}
footer .copyrights-wrapper p {
    font-size: 16px;
    text-align: center;
}



/* ===========================================================
# =================== ABOUT Us PAGE =========================
=========================================================== */

.about-page-content .img-content-section .container {
    max-width: 1208px;
}
.grey-icons-shape::before,
.grey-icons-shape::after {
    content: "";
    background-image: url("../images/shapes/grey-shape.webp");
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left: 48px;
    top: 100px;
    width: 100%;
    display: inline-block;
    max-width: 100px;
    height: 62px;
    z-index: 0;
}

.grey-icons-shape::after {
    top: unset;
    left: unset;
    right: 59px;
    bottom: 42px;
}
/*--------------------------------------------------------------
# Deregister in Heart
--------------------------------------------------------------*/
.deregitered-heart-section {
    background: rgba(33, 38, 99, 0.06);
}


/*--------------------------------------------------------------
# Company values
--------------------------------------------------------------*/
.values-wrapper-heading {
    margin-top: 50px;
    margin-bottom: 30px;
}

.values-wrapper-heading {
    margin-top: 50px;
    margin-bottom: 30px;
}

.single-value-box {
    background: #FFFFFF;
    box-shadow: 0px 2px 24px rgba(0, 0, 0, 0.07);
    border-radius: 14px;
    padding: 25px 29px;
    text-align: center;
    max-width: calc((100% - 66px) / 3);
}
.row.values-wrapper {
    gap: 0 33px;
}

.single-value-box h4 {
    font-weight: 600;
    font-size: 22px;
    line-height: 129%;
    color: var(--blue);
    margin-block: 16px;
}

.single-value-box .box-icon {
    border-radius: 0;
    max-width: 40px;
    height: auto;
    display: inline-block;
}
/*--------------------------------------------------------------
# Our Team
--------------------------------------------------------------*/

.our-team-sec {
    padding-block: 80px;
}

.team-members-wrapper {
    gap: 50px 46px;
    max-width: 1266px;
    margin: auto;
}

.team-members-wrapper .single-team-member {
    max-width: calc((100% - 150px) /4);
    transition: transform .3s;
}
.team-members-wrapper .single-team-member:hover {
    transform: translateY(-16px);
}
.team-members-wrapper .single-team-member .member-img img {
    width: 100%;
    border-radius: 15px;
    height: 260px;
    object-fit: cover;
}

.team-members-wrapper .single-team-member .member-img {
    height: 260px;
    overflow: hidden;
}

.team-members-wrapper .single-team-member .member-name {
    margin-top: 18px;
    margin-bottom: 8px;
}

/*--------------------------------------------------------------
# CTA Section
--------------------------------------------------------------*/

.cta-sec {
    background-color: #F2F2F6;
    padding-block: 80px;
}

.cta-sec .cta-wrapper {
    max-width: 750px;
    margin: auto;
    text-align: center;
}

.cta-sec .cta-wrapper .sec-heading {
    margin-bottom: 16px;
}

.cta-sec .cta-wrapper a {
    margin-top: 18px;
    display: inline-block;
}



/* ==============================================================
# =================== HOW IT WORKS PAGE =========================
============================================================== */

/*--------------------------------------------------------------
# Our Process Section
--------------------------------------------------------------*/
.how-it-work-section .heading-top-sec {
    max-width: 710px;
    margin: auto;
    text-align: center;
    padding-block: 80px;
}

.process-timeline-wrapper {
      background-color: #fff;
      color: #333;
      max-width: 1200px;
      margin: 0 auto;
      padding: 50px 20px;
    }

    .process-timeline-wrapper .timeline {
      position: relative;
    }

    .process-timeline-wrapper .line {
      position: absolute;
      top: 20px;
      bottom: 0;
      left: 50%;
      transform: translateX(-50%);
      z-index: 1;
      width: 0;
      border-left: 2px dashed var(--purple);
    }

    .process-timeline-wrapper .line::before {
      content: '';
      position: absolute;
      top: 0;
      left: -1px;
      width: 2px;
      height: 0;
      background-color: var(--purple);
      z-index: 2;
      transition: height 0.3s ease-out;
    }

    .process-timeline-wrapper .step {
      display: flex;
      align-items: center;
      justify-content: space-between;
      margin: 60px 0;
      position: relative;
    }

    .process-timeline-wrapper .step-1 {
      margin-top: 0;
    }

    .process-timeline-wrapper .step-content {
      width: 45%;
      padding: 20px;
    }

    .timeline .step .step-number {
      box-sizing: border-box;
      background: #FFFFFF;
      color: #000;
      border: 1px dashed #000000;
      font-weight: 600;
      font-size: 28px;
      width: 64px;
      height: 64px;
      border-radius: 50%;
      text-align: center;
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      z-index: 2;
      display: flex;
      justify-content: center;
      align-items: center;
      transition: all ease-in-out .3s;
    }

    .timeline .step.active .step-number {
      background-color: var(--purple);
      color: #FFFFFF;
      border: 1px solid var(--purple);
    }

    .process-timeline-wrapper .step img {
      width: 100%;
      max-width: 100%;
      border-radius: 27px;
    }

    .process-timeline-wrapper .step h3 {
      color: var(--blue);
      margin-top: 0;
      margin-bottom: 10px;
    }

    .process-timeline-wrapper .step p {
      line-height: 167%;
    }

    .process-timeline-wrapper .icon {
      margin-bottom: 18px;
    }

    .process-timeline-wrapper .icon img {
        width: 40px;
        height: 40px;
        border: none;
        border-radius: 0;
    }

    .process-timeline-wrapper .step.final {
      flex-direction: column;
      text-align: center;
      background-color: #fff;
      position: relative;
      z-index: 1;
      margin-bottom: 0;
    }

    .process-timeline-wrapper .step.final .step-content {
      background-color: #fff;
      width: 100%;
      max-width: 1200px;
      margin-top: 1.45rem;
      border: 2px solid #222563;
      border-radius: 20px;
      padding-block: 80px;
    }
    .process-timeline-wrapper .step.final .icon {
        background-color: #fff;
        border: 1px dashed #000;
        border-radius: 50%;
        width: 74px;
        height: 74px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .process-timeline-wrapper .step.final .step-number {
        background-color: transparent;
        border: none !important;
        width: 74px;
        height: 74px;
    }

    .process-timeline-wrapper .step.active.final .icon {
        background-color: var(--purple);
        border: 1px solid var(--purple);
    }

    .process-timeline-wrapper .step.final .step-number img {
        width: 32px;
        height: 32px;
        transition: filter 0.3s ease;
    }

    .process-timeline-wrapper .step.active.final .icon img {
        filter: brightness(0) saturate(100%) invert(100%);
    }
    .process-timeline-wrapper .step.final .step-content h2 {
      max-width: 690px;
      margin: auto;
      margin-bottom: 45px;
    }




/* ==============================================================
# ==============    PRICING PAGE      ==================
============================================================== */

/*--------------------------------------------------------------
# Pricing Plans Section
--------------------------------------------------------------*/

.pricing-plan-section .heading-top-sec {
    max-width: 710px;
    margin: auto;
    text-align: center;
    padding-block: 80px;
}
.pricing-plan-section .heading-top-sec h1 {
    margin-bottom: 10px;
}
.pricing-plans-wrapper  .pricing-plan-single {
    padding: 53px 16px 25px 16px;
    border-radius: 20px;
    border: 1px solid var(--blue);
    max-width: calc((100% - 63px) / 4);
    text-align: center;
    position: relative;
    overflow: hidden;
    transition: all linear .3s;
}
.pricing-plans-wrapper {
    padding-bottom: 80px;
}
.pricing-plans-wrapper .row {
    gap: 21px;
}

.pricing-plans-wrapper .pricing-plan-single ul {
    text-align: left;
}

.pricing-plans-wrapper .pricing-plan-single .popular-badge {
    position: absolute;
    top: 29px;
    left: -45px;
    background-color: #ffffff;
    color: #000000;
    padding: 10px 20px;
    width: 245px;
    transform: rotate(322deg);
    opacity: 0;
    z-index: -1;
}

.pricing-plans-wrapper .pricing-plan-single.popular-plan .popular-badge {

    opacity: 1;
    z-index: 1;
}

.pricing-plans-wrapper .pricing-plan-single .plan-price {
    font-weight: 600;
    font-size: 20px;
    line-height: 129%;
    color: #000000;
    margin-top: 2rem;
    margin-bottom: 40px;
}

.pricing-plans-wrapper .pricing-plan-single .plan-name {
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 129%;
    color: var(--blue);
    margin-bottom: 40px;
}

.pricing-plans-wrapper .pricing-plan-single a {
    display: inline-block;
    margin-bottom: 37px;
    padding-inline: 37px;
}
.pricing-plans-wrapper .pricing-plan-single a:hover {
    transform: none;
}
.pricing-plans-wrapper .pricing-plan-single .plan-features li {
    list-style-position: inside;
    display: flex;
    gap: 11px;
    align-items: start;
    line-height: 165%;
    color: #000000;
    margin-bottom: 20px;
}

.pricing-plans-wrapper .pricing-plan-single .plan-features {
    list-style: unset !important;
}

.pricing-plans-wrapper .pricing-plan-single .plan-features li .list-icon {
    margin-top: 4px;
    color: var(--purple);
}

/* --- Hover On Pricing Plan --- */
.pricing-plans-wrapper .pricing-plan-single:hover {
    background-color: #212663;
    color: #fff;
}

.pricing-plans-wrapper .pricing-plan-single:hover .plan-price, 
.pricing-plans-wrapper .pricing-plan-single:hover .plan-name,
.pricing-plans-wrapper .pricing-plan-single:hover .plan-features li,
.pricing-plans-wrapper .pricing-plan-single:hover .plan-features li .list-icon {
    color: #fff !important;
}


.pricing-plans-wrapper .pricing-plan-single.popular-plan {
    background-color: #212663;
    color: #fff;
}
.pricing-plans-wrapper .pricing-plan-single.popular-plan .plan-price, 
.pricing-plans-wrapper .pricing-plan-single.popular-plan .plan-name,
.pricing-plans-wrapper .pricing-plan-single.popular-plan .plan-features li,
.pricing-plans-wrapper .pricing-plan-single.popular-plan .plan-features li .list-icon {
    color: #fff !important;
}
/* --- Hover On Pricing Plan --- */


/*--------------------------------------------------------------
# 100% Transparent Pricing, No Hidden Costs - Section
--------------------------------------------------------------*/
.transparent-pricing-section {
    padding-block: 80px;
    background-color: rgb(33 38 99 / 6%);
    position: relative;
    z-index: 1;
}
.transparent-pricing-section::before {
    content: "";
    background-image: url(../images/shape-1.webp);
    background-repeat: no-repeat;
    background-position: left center;
    width: 100%;
    max-width: 416px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.transparent-pricing-section::after {
    content: "";
    background-image: url(../images/shape-2.webp);
    background-repeat: no-repeat;
    background-position: left center;
    width: 100%;
    max-width: 416px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}

/*--------------------------------------------------------------
# Our Testimonials - Dark Edition
--------------------------------------------------------------*/

.testimonials-bg-dark {
    background-color: #212663;
}

.testimonials-bg-dark .owl-nav button:hover {
    border: 1px solid #fff;
}

/*--------------------------------------------------------------
# How It Works - Pricing Page
--------------------------------------------------------------*/

.how-it-works-pricing .cards-wrapper {
    gap: 20px;
}

.how-it-works-pricing .cards-wrapper .single-card-block {
    max-width: calc((100% - 60px) /4);
}





/* ==============================================================
# ==============    FAQs PAGE      ==================
============================================================== */

/*--------------------------------------------------------------
# How To De-Register Section
--------------------------------------------------------------*/


.how-to-deregister-sec .content-left {
    padding-right: 0;
}

.how-to-deregister-sec .content-right {
    padding-left: 50px;
}

.how-to-deregister-sec .content-left .content-wrapper {
    padding-right: 0;
}

.how-to-deregister-sec .container.img-content-container {
    max-width: 1366px;
}

.how-to-deregister-sec .content-left .content-wrapper p {
    padding-right: 80px;
}


/*--------------------------------------------------------------
# Multiple FAQS Section
--------------------------------------------------------------*/


.multiple-faq-sec {
    padding-block: 80px;
    background-color: rgb(33 38 99 / 6%);
    position: relative;
    z-index: 1;
}


.multiple-faq-sec .heading-top-sec .content-wrapper {
    display: flex;
    flex-direction: column;
    gap: 14px;
    margin-bottom: 3.125rem;
    max-width: 920px;
    margin-inline: auto;
}
.multiple-faq-sec .faq-block {
    max-width: 1184px;
    margin: auto;
}
.multiple-faq-sec  .multiple-faq-collections {
    display: flex;
    flex-direction: column;
    gap: 80px;
}
.multiple-faq-sec .faq-wrapper {
    width: 100%;
    max-width: 1184px;
    margin-inline: auto;
}

.multiple-faq-sec .faq-wrapper h3 {
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 51px;
    color: var(--blue);
    text-align: center;
    margin-bottom: 40px;
}

.multiple-faq-sec .faq-item {
    width: 100%;
}

.multiple-faq-sec .faq-item .faq-answer h4 {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 36px;
    color: var(--black);
}





/* ==============================================================
# ==============    CUSTOMER TESTIMONIALS PAGE      ==================
============================================================== */

/*--------------------------------------------------------------
# ---------- Testimonials Intro Section
--------------------------------------------------------------*/
.testimonials-intro-section {
    padding-block: 80px;
}

.testimonials-intro-section .content-wrapper {
    max-width: 920px;
    margin-inline: auto;
}



/*--------------------------------------------------------------
# ---------- Peace of Mind Section
--------------------------------------------------------------*/
.peace-of-mind-sec {
    padding-block: 80px;
    background-color: rgb(33 38 99 / 6%);
    position: relative;
    z-index: 1;
}


/*--------------------------------------------------------------
# ---------- All Testimonials Collection Section
--------------------------------------------------------------*/

.testimonials-collection-sec .testimonials-collection {
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
    margin-bottom: 50px;
}
.testimonials-collection-sec .testimonials-wrapper {
    margin-top: 46px;
}
.testimonials-collection .testimonial-item {
  width: calc((100% - 100px) / 3);
}
.testimonials-collection-sec .more-reviews-btn {
    display: block;
    text-align: center;
}
.testimonials-collection-sec .more-reviews-btn a {
    display: inline-block;
}






/* ==============================================================
# ==============   OUR SERVICES PAGE      ==================
============================================================== */

/*--------------------------------------------------------------
# ---------- Sub Pages Hero Banner Section
--------------------------------------------------------------*/

.sub-pages-hero-section {
    background-image: url("../images/sub-pages-banner.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-block: 110px;
}



/* ==============================================================
# ==============   GERMAN PENSION REFUND PAGE      ==================
============================================================== */

/*--------------------------------------------------------------
# ---------- Pension Refund Section
--------------------------------------------------------------*/

.pension-refund-sec .container {
    max-width: 1316px;
}


/*--------------------------------------------------------------
# ---------- Pension Refund Eligibility Section
--------------------------------------------------------------*/
.pension-refund-eleigibility {
    padding-block: 80px;
    background-color: rgb(33 38 99 / 6%);
    position: relative;
    z-index: 1;
}
.pension-refund-eleigibility .container {
    max-width: 1040px;
}

.pension-refund-eleigibility .heading-top-sec p {
    margin-top: 10px;
    line-height: 165%;
}
.refund-info-blocks-wrapper {
    display: flex;
    flex-direction: column;
    gap: 50px;
    margin-top: 45px;
}
.refund-info-blocks-wrapper .img-content-section {
    padding: 0;
}
.refund-info-blocks-wrapper .img-content-section:nth-child(odd) .row {
    flex-direction: row-reverse;
}

.refund-info-blocks-wrapper .img-content-section:nth-child(odd) .row .content-left {
    padding-right: 10px;
    padding-left: 47px;
}

.refund-info-blocks-wrapper .img-content-section:nth-child(odd) .row .content-right {
    padding-left: 10px;
    padding-right: 47px;
}


.refund-info-blocks-wrapper .small-desc {
    margin-top: 30px;
}
.pension-refund-eleigibility .centered-btn {
    display: block;
    margin-top: 50px;
}

.pension-refund-eleigibility .centered-btn a {
    display: inline-block;
}
/* --- Positioned Images In Section --- */

.positioned-images img {
    position: absolute;
    top: 90px;
    left: 40px;
    width: 100%;
    max-width: 160px;
    height: 111px;
    object-fit: contain;
    display: block;
}

.positioned-images .img-top-right {
    left: unset;
    right: 40px;
    top: 30%;
}

.positioned-images .img-center-left {
    top: 60%;
}

.positioned-images .img-bottom-right {
    left: unset !important;
    right: 40px;
    top: unset;
    bottom: 140px;
}


/* --- Positioned Images In Section --- */

.requirements-for-pension-refund .container {
    max-width: 1076px;
}



/*--------------------------------------------------------------
# ---------- How To Apply for a German Pension Refund Section
--------------------------------------------------------------*/
.apply-for-refund-sec {
    position: relative;
}
.apply-for-refund-sec::before {
    content: "";
    background-image: url(../images/double-arrow.svg);
    background-repeat: no-repeat;
    background-position: left;
    background-size: contain;
    position: absolute;
    top: 150px;
    left: 42px;
    z-index: 9;
    display: block !important;
    aspect-ratio: 1 / 1;
    height: 100px;
}


.apply-for-refund-sec::after {
    content: "";
    background-image: url(../images/double-arrow.svg);
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;
    position: absolute;
    top: unset;
    bottom: 150px;
    right: 42px;
    z-index: 9;
    display: block !important;
    aspect-ratio: 1 / 1;
    height: 100px;
}
.apply-for-refund-sec .container {
    max-width: 1110px;
}
.apply-for-refund-sec h2 {
    background-color: #222563;
    color: #fff;
    text-align: center;
    border-radius: 15px 15px 0 0;
    padding: 12.71px 10px;
    box-sizing: content-box;
    line-height: 129%;
}

.refund-process-container {
    display: flex;
    max-width: 960px;
    margin: 40px auto;
    border: 1px solid #ddd;
    border-radius: 8px;
    background-color: #fff;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}


/* --- Refund Process Steps Accordion --- */
.step_accordion {
  border: 1px solid #C7C3C2;
  border-top: 0;
}

.step_accordion .step_title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  padding: 0 15px;
  border-radius: 4px;
}

.step_accordion .step_title:hover {
  background-color: transparent;
}

.step_accordion .left-group {
  display: flex;
  align-items: center;
  gap: 8px;
}

.step_accordion .step-number {
  padding-left: 21px;
  padding-right: 42px;
  margin-right: 42px;
  min-width: 140px;
  font-weight: 600;
  font-size: 22px;
  line-height: 118%;
  text-align: center;
  color: #222563;
  border-right: 1px solid #C7C3C2;
  padding-block: 20px;
  font-style: normal;
}

.step_accordion .step-text {
  font-weight: 600;
  font-size: 20px;
  line-height: 165%;
  color: #222563;
  font-style: normal;
}

.step_accordion .step_icon {
  font-size: 1.2rem;
  color: #333;
  margin-left: 1rem;
  padding-right: 16px;
  display: flex;
  align-items: center;
}

.step_accordion .step_icon img {
    width: 20px;
    height: 20px;
    object-fit: none;
}
.step_accordion .step_desc {
  height: 0;
  overflow: hidden;
  transition: height 0.3s ease, padding-bottom 0.3s ease;
  background-color: transparent;
  color: #000;
  padding: 0 1.5rem 0 50px;
  margin-left: 154px;
  border-left: 1px solid #C7C3C2;
  font-weight: 400;
  font-size: 18px;
  line-height: 165%;
  font-style: normal;
}

.step_accordion.active .step_desc.expanded {
    padding-bottom: 16px;
    height: auto !important;
}
/* .step_accordion:first-child .step_desc.expanded {
    padding-bottom: 16px;
} */
.step_accordion .step_desc.expanded {
    padding-bottom: 12px;
    box-sizing: content-box;
}

.step_accordion .step_desc ul {
  padding-left: 0;
  margin-top: 8px;
}

.step_accordion .step_desc li {
  margin-bottom: 0.75rem;
}
.step_accordion .step_desc li {
    background: url("../images/step-check-icon.svg") no-repeat left center;
    background-size: 16px 16px;
    padding-left: 28px;
    margin-bottom: 16px;
    background-position: 0 5px;
}


.step_accordion .step_desc li strong {
  font-weight: 600;
  font-size: 18px;
  line-height: 165%;
  color: #000;
  font-style: normal;
}

/* .step_accordion .check {
  position: relative;
  top: 1.5px;
} */

.centered-btn {
    display: flex;
    justify-content: center;
    margin-top: 50px;
}

/*--------------------------------------------------------------
# ---------- Requirement for claiming a Pension Refund Section
--------------------------------------------------------------*/
.pension-claiming-sec .heading-top-sec h2 {
    margin-bottom: 14px;
    line-height: 1.3;
}

.pension-claiming-sec .heading-top-sec p {
    line-height: 1.25;
}
.pension-claiming-sec .cards-wrapper .single-card-block .card-desc {
    display: -webkit-box;
    line-clamp: 6;
    -webkit-line-clamp: 6;
    margin-bottom: 0;
}
.pension-claiming-sec .cards-wrapper {
    margin-top: 45px;
}


/*--------------------------------------------------------------
# ---------- Pension Refund Process Section
--------------------------------------------------------------*/
.pension-refund-process-sec {
    background-color: rgb(33 38 99 / 6%);
    position: relative;
    z-index: 1;
}

.pension-refund-process-sec::before {
    content: "";
    background-image: url(../images/double-arrow.svg);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: contain;
    position: absolute;
    top: 84px;
    left: 72px;
    z-index: 9;
    display: block;
    aspect-ratio: 1 / 1;
    height: 100px;
}
.pension-refund-process-sec::after {
    content: "";
    background-image: url(../images/double-arrow.svg);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: contain;
    position: absolute;
    bottom: 84px;
    right: 72px;
    z-index: 9;
    display: block;
    aspect-ratio: 1 / 1;
    height: 100px;
}
.pension-refund-process-sec .img-content-container {
    max-width: 1160px;
}

.pension-refund-process-sec .row {
    gap: 100px;
}
.pension-refund-process-sec .content-left {
    max-width: min(440px, 39%);
    padding: 0;
}
.pension-refund-process-sec .content-right
 {
    padding: 0;
}
.img-content-section .list-with-icons li {
    background: url("../images/step-check-icon.svg") no-repeat left center;
    background-size: 16px 16px;
    padding-left: 28px;
    margin-bottom: 16px;
    background-position: 0 5px;
}
.img-content-section .list-with-icons li:last-child {
    margin-bottom: 0;
}



/*--------------------------------------------------------------
# ---------- Refunded Amount Section
--------------------------------------------------------------*/


.refunded-amount-sec .img-content-container {
    max-width: 1344px;
}

.refunded-amount-sec .row {
    gap: 100px;
}

.refunded-amount-sec .content-left {
    padding: 0;
}
.refunded-amount-sec .content-right {
    max-width: min(593px, 43.625%);
    padding: 0;
}
.refunded-amount-sec .cta-purple {
    margin-top: 14px;
}

/*--------------------------------------------------------------
# ---------- Additional Tips Section
--------------------------------------------------------------*/


.additional-tips-sec {
    background-color: rgb(33 38 99 / 6%);
    padding-block: 80px;
    position: relative;
    z-index: 1;
}
.additional-tips-sec::before {
    left: 38px;
}

.additional-tips-sec::after {
    right: 38px;
}
.additional-tips-sec .cards-wrapper {
    gap: 40px;
}
.additional-tips-sec .cards-wrapper .single-card-block {
    max-width: calc((100% - 120px) /3);
}
.additional-tips-sec .cards-wrapper .single-card-block .card-title {
    min-height: unset;
}
.additional-tips-sec .cards-wrapper .single-card-block .card-desc {
    line-clamp: 7;
    -webkit-line-clamp: 7;
    margin-bottom: 0;
}








/* ==============================================================
# ==============    CONTACT US PAGE      ==================
============================================================== */

/*--------------------------------------------------------------
# ---------- Contact Info Section
--------------------------------------------------------------*/

.contact-info-sec .row {
    align-items: stretch !important;
    gap: 175px;
}
.contact-info-sec .row [class*="col-md"] {
    padding-inline: .5rem;
}

.contact-info-sec .content-wrapper {
    padding-right: 0;
}
.contact-us-form .form-col {
    display: flex;
    flex-direction: column;
    padding: 0;
    margin-bottom: 20px;
}

.contact-us-form .form-col label {
    font-weight: 500;
    font-size: 18px;
    line-height: 1;
    color: #000000;
    margin-bottom: 8px;
}

.contact-us-form .form-col .form-control {
    min-height: 52px;
    border: 1px solid rgb(0 0 0 / 14%);
    border-radius: 8px;
    padding: 11px 12px;
    background-color: #F2F2F6;
    resize: none;
    font-size: 18px;
    line-height: 1;
    letter-spacing: 0;
    color: #000;
    outline: none !important;
}


.contact-us-form .form-col textarea.form-control {
    min-height: 150px;
}
.contact-us-form .form-col .form-control::placeholder {
    color: rgb(0 0 0 / 51%);
    font-size: 18px;
    font-weight: normal;
    font-family: var(--font-montserrat);
}

.contact-us-form button {
    font-family: var(--font-montserrat);
    cursor: pointer;
}

/* ------ Contact Info Right Part ------ */


.contact-info-sec .content-right {
    margin-block: 17px;
}

.contact-info-right * {
    color: #fff;
}
.contact-info-right {
    background-color: #212663;
    border-radius: 20px;
    padding: 66px 73px;
    color: #fff;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 18px;
    position: relative;
    z-index: 1;
}
.contact-info-right::after {
    content: "";
    background-image: url(../images/contact-info-bg.webp);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: .5;
    mix-blend-mode: multiply;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 20px;
    z-index: -1;
}

.contact-info-right li {
    display: flex;
    align-items: start;
    gap: 16px;
    line-height: 1.5;
    margin-bottom: 24px;
}
.contact-info-right li:last-child {
    margin: 0;
}
.contact-list-items {
    margin-block: 10px;
}
.contact-info-right .list-icon {
    width: 18px;
    display: inline-block;
    flex: 0 0 auto;
}
.contact-info-right .list-icon img {
    width: 100%;
    height: 20px;
    object-fit: contain;
    border-radius: 0;
    margin-top: 3px;
}
.contact-info-right .social-profile-info {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.contact-info-right .social-profile-info h4 {
    text-transform: capitalize;
    font-size: 20px;
    font-weight: 600;
}
.contact-info-right .social-profile-info ul {
    display: flex;
    gap: 19px;
    padding-inline: 0;
}
.contact-info-right .social-profile-info ul li {
    margin-bottom: 0;
}
.contact-info-right .social-profile-info ul li img {
    border-radius: 0;
}

.content-below-form {
    margin-top: 34px;
}
/* ------ Contact Info Right Part ------ */






/* ==============================================================
# ==============    BLOG PAGE      ==================
============================================================== */

/*--------------------------------------------------------------
# ---------- Blog Post Collection
--------------------------------------------------------------*/

.blog-posts-collection {
    padding-block: 80px;
}

.blog-posts-collection .row {
    gap: 33px;
    padding-inline: .5rem;
}

.blog-posts-collection .row .col-md-4 {
    flex: auto;
    max-width: calc((100% - 66px) / 3);
    padding-inline: 0;
}

.blogs-pagination {
    display: flex;
    align-items: center;
    gap: 22px;
    justify-content: center;
    margin-top: 40px;
}

.blogs-pagination a {
    text-decoration: none;
    color: #000;
    font-size: 18px;
    padding: 8px 16px;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.blogs-pagination .page-numbers {
    width: 27px;
    height: 27px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 16px;
    border-radius: 50%;
    box-sizing: border-box;
    transition: all 0.3s ease;
}

.blogs-pagination a:hover {
    background: var(--purple);
    color: white;
}

.blogs-pagination .btn {
    background: var(--purple);
    color: white;
    font-weight: 500;
    border: 1px solid rgba(0, 0, 0, 0.18);
    border-radius: 9px;
    margin-inline: 17px;
}

.blogs-pagination .btn:hover {
    background: #6933ff;
    border-color: #6933ff;
}

.blogs-pagination .active {
    background: var(--purple);
    color: #fff;
    border-radius: 50%;
    padding: 8px 12px;
}

.blogs-pagination .active:hover {
  pointer-events: none;
  cursor: default;
  background: inherit;
  color: inherit;
}


/* ==============================================================
# ==============    SINGLE BLOG PAGE      ==================
============================================================== */

/*--------------------------------------------------------------
# ---------- Blog Post Content
--------------------------------------------------------------*/

.blog-posts-content-section {
    padding-block: 80px;
}
.single-blog-page-content .blog-featured-img {
    display: flex;
    margin-bottom: 32px;
}
.single-blog-page-content .blog-featured-img img {
    width: 100%;
    height: 510px;
    object-fit: cover;
    border-radius: 20px;
}

.single-blog-page-content .blog-post-wrapper {
  display: flex;          
  gap: 99px;  
  justify-content: space-between;
}

.single-blog-page-content .blog-post-wrapper .col-md-9,
.single-blog-page-content .blog-post-wrapper .col-md-3 {
  flex: 1;              
}

.single-blog-page-content .blog-published-on {
    display: block;
    margin-top: 12px;
    margin-bottom: 24px;
    padding-bottom: 24px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.13);
}

.single-blog-page-content .blog-content-blocks {
    margin-top: 30px;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.13);
}
.single-blog-page-content .blog-content-blocks:first-child {
    margin-top: 0;
}
.single-blog-page-content .blog-content-blocks:last-child {
    margin-bottom: 0;
}
.single-blog-page-content .blog-content-blocks .row {
  display: flex;          
  gap: 25px;  
  justify-content: space-between;
}
.single-blog-page-content .blog-content-blocks .col-md-7,
.single-blog-page-content .blog-content-blocks .col-md-5 {
    flex:1;
}
.single-blog-page-content .blog-content-blocks .content-right img {
    width: 100%;
    height: 600px;
    object-fit: cover;
    border-radius: 20px;
}

.single-blog-page-content .blog-content-blocks h2 {
    margin-bottom: 16px;
}

.single-blog-page-content .blog-content-blocks p {
    margin-bottom: 12px;
}

.single-blog-page-content .blog-content-blocks p:last-child {
    margin-bottom: 0;
}

.single-blog-page-content .blog-content-blocks ul li {
    list-style-type: disc;
    padding-left: 4px;
    list-style-position: inside;
    margin-bottom: 8px;
}

.single-blog-page-content .blog-content-blocks ul li:last-child {
    margin-bottom: 0;
}

.sidebar-search form {
    max-width: 382px;
    height: 52px;
    background: rgba(33, 38, 99, 0.1);
    border-radius: 26px;
    display: flex;
    align-items: center;
    padding: 0 4px 0px 20px;
}
.sidebar-search form input[type="text"] {
    height: 30px;
    background-color: transparent;
    border: none;
    outline: none;
    width: calc(100% - 90px);
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: rgba(0, 0, 0, 0.64);
}
.sidebar-search form input[type="text"]::placeholder {
    color: rgba(0, 0, 0, 0.64);
}
.sidebar-search form button {
    width: 89px;
    height: 44px;
    background: #212663;
    border-radius: 26px;
    border: none;
    box-shadow: none;
    cursor: pointer;
}

.sidebar-search form button i {
    color: #fff;
    font-size: 20px;
}




/*--------------------------------------------------------------
# ---------- Blog Post Sidebar
--------------------------------------------------------------*/

.single-blog-sidebar h2 {
    font-weight: 600;
    margin-bottom: 35px;
}

.sidebar-search {
    margin-bottom: 54px;
}

.popular-post-sidebar{
    display: flex;
    flex-direction: column;
    gap: 36px;
}
.sidebar-blog-item {
    display: flex;
    gap: 20px;
}

.sidebar-blog-item .blog-featured-img {
    max-width: 145px;
    height: 111px;
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 0;
}
.sidebar-blog-item .blog-post-content {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.sidebar-blog-item .blog-title {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #212663;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;  
    overflow: hidden;
}

.sidebar-blog-item .blog-text {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.5;
}
.sidebar-blog-item .read-more-btn {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 168%;
    text-decoration: underline;
    color: var(--purple);
}





/* ==============================================================
# ==============    ONBOARDING PAGES      ==================
============================================================== */

/*--------------------------------------------------------------
# ---------- Login and Signup Pages
--------------------------------------------------------------*/
.onboarding-section {
    padding-block: 80px;
}
.onboarding-section .block-wrapper {
    background-color: #F2F2F6;
    border-radius: 20px;
    margin: 0;
    overflow: hidden;
}

.onboarding-section .block-wrapper .onb-left {
    flex: 1;
    max-width: 728px;
}
.onboarding-section .block-wrapper .onb-right {
    flex: 1;
    max-width: 774px;
}
.onboarding-section .block-wrapper [class*="col"] {
    padding: 0;
}
.onboarding-section .onb-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

/* ------- Form ---------- */

.onboarding-form-wrapper {
    padding: 100px 100px;
    border-radius: 12px;
    max-width: 100%;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
}

.onboarding-form-wrapper h1 {
    color: var(--blue);
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.2;
}

.onboarding-form-wrapper p {
    color: var(--black);
}

.onboarding-form-wrapper .social-btn {
    display: flex;
    justify-content: start;
    gap: 22px;
}

.onboarding-form-wrapper .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: 18px;
    font-family: var(--font-montserrat);
    font-weight: 500;
    line-height: 1.2;
    padding: 16px 10px;
    border: 1px solid #000;
    border-radius: 8px;
    background: transparent;
    cursor: pointer;
    transition: all .3s;
}

.onboarding-form-wrapper .btn:hover {
    background: #fff;
}
.onboarding-form-wrapper .divider {
    display: flex;
    align-items: center;
    text-align: center;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #000000;
    margin-top: 10px;
}

.onboarding-form-wrapper .divider::before,
.onboarding-form-wrapper .divider::after {
    content: "";
    flex: 1;
    border-bottom: 1px solid #000000;
    margin: 0 10px;
}

.onboarding-form-wrapper form {
    text-align: left;
}

.onboarding-form-wrapper label {
    display: block;
    margin-bottom: 6px;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 30px;
    color: #000000;
}

.onboarding-form-wrapper input {
    box-sizing: border-box;
    width: 100%;
    padding: 10px 11px;
    margin-bottom: 15px;
    border: 1px solid rgba(0, 0, 0, 0.14);
    border-radius: 8px;
    font-family: var(--font-montserrat);
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    color: #000 !important;
    background: #F2F2F6;
    opacity: 1;
    outline: none;
}

.onboarding-form-wrapper .signup-btn {
    background: var(--purple);
    color: white;
    border-radius: 8px;
    border: none;
    width: 100%;
    padding: 14px 12px;
    border-radius: 8px;
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 27px;
    color: #FFFFFF;
    cursor: pointer;
    margin-top: 12px;
    transition: all 0.3s;
}
.onboarding-form-wrapper .signup-btn:hover {
    background: var(--blue);
}

.onboarding-form-wrapper p a {
    color: #000;
    text-decoration: underline;
    transition: all 0.3s;
}

.onboarding-form-wrapper p a:hover {
    color: var(--blue);
}

.reset-pwd-link {
    margin-bottom: 6px;
}

/*--------------------------------------------------------------
# ---------- Onboarding Successful
--------------------------------------------------------------*/
.onboarding-successful {
    gap: 16px;
}

.onboarding-successful .email-icon-top img {
    width: 100%;
    max-width: 101px;
    height: 100%;
}
.onboarding-form-wrapper  .confirmation-msg a {
    font-size: 18px;
    font-weight: 700;
    color: var(--blue);
    text-decoration: none;
    pointer-events: none;
}

.blogs-pagination a.page-numbers.active {
    background-color: #000;
    color: #fff;
}

.hidden-fields-container {
    display: none !important;
    margin: 0;
    padding: 0;
    border: 0;
}

.d-none {
  display: none !important;
}