/* --- title style  --- */

.title {
    padding-bottom: 70px;
}

.title h2 {
    line-height: 58px;
    background: linear-gradient(136deg, rgba(132, 163, 255, 0.78) 0%, #FFF 59.38%, #FFF4CC 96.88%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}

.title h2+p {
    font-size: 20px;
    padding-top: 20px;
}


/* --- management app style  --- */

.section-management-app {
    padding: 30px 0 50px;
    /* background: radial-gradient(56.44% 17.31% at 29.37% 50.00%, rgba(108, 143, 247, 0.32) 0%, rgba(108, 143, 247, 0.25) 48.87%, rgba(108, 143, 247, 0.00) 84.17%); */
    /* background: radial-gradient(16.44% 67.31% at 29.37% 60%, rgba(108, 143, 247, 0.32) 0%, rgba(108, 143, 247, 0.25) 48.87%, rgba(108, 143, 247, 0.00) 84.17%); */
    background: radial-gradient(15.44% 45.31% at 31.37% 49%, rgba(108, 143, 247, 0.32) 0%, rgba(108, 143, 247, 0.25) 48.87%, rgba(108, 143, 247, 0.00) 84.17%);
}

.section-management-app .title {
    width: 100%;
    max-width: 816px;
    margin: 0 auto;
    text-align: center;
}

.section-management-app .title p {
    width: 100%;
    margin: 0 auto;
}

.management-app {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.management-app .management-app-media {
    width: 50%;
    padding: 0 15px;
}

.management-app .management-app-info {
    width: 50%;
    padding: 0 15px;
}

.management-app-desc {
    width: 100%;
    max-width: 530px;
    margin-left: auto;
}

.management-app-desc ul li {
    margin-bottom: 24px;
}

.management-app-desc ul li:last-child {
    margin-bottom: 0;
}

.management-app-desc ul li .management-box {
    border-radius: 14px;
    border: 1px solid rgba(255, 255, 255, 0.20);
    background: linear-gradient(270deg, rgba(217, 217, 217, 0.10) 0%, rgba(217, 217, 217, 0.00) 100%);
    padding: 30px;
}

.management-app-desc ul li .management-box .icon {
    padding-bottom: 27px;
}

.management-app-desc ul li .management-box h6 {
    font-family: 'ClashGrotesk-Medium';
    font-size: 24px;
    color: #fff;
    font-weight: 500;
    padding-bottom: 14px;
}

.section-features-of-app {
    padding: 50px 0 50px;
    background: radial-gradient(30.47% 15.36% at 90.18% 10.63%, rgba(108, 143, 247, 0.16) 20.04%, rgba(108, 143, 247, 0.00) 77.64%);
}

.features-listing ul li {
    padding-bottom: 100px;
    border-bottom: 1px solid rgba(217, 217, 217, 0.20);
    margin-bottom: 60px;
}

.features-listing ul li:last-child {
    margin-bottom: 0;
    border-bottom: 0;
    padding-bottom: 0;
}

.features-listing .features-box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 -15px;
}

.features-listing .features-box .features-info {
    width: 50%;
    padding: 0 15px;
}

.features-listing .features-box .features-media {
    width: 50%;
    padding: 0 15px;
    text-align: right;
}

.features-listing ul li:nth-child(even) .features-box {
    flex-direction: row-reverse;
}

.features-listing ul li:nth-child(even) .features-box .features-media {
    text-align: left;
}

.section-features-of-app .title {
    max-width: 452px;
}

.features-info h5 {
    color: #F6DF89;
    font-size: 32px;
    font-weight: 500;
    width: 100%;
    max-width: 398px;
    padding-bottom: 25px;
}

.features-info p {
    color: #5A6878;
}

.features-info .app-btn {
    padding-top: 25px;
}

.section-app-reviews {
    padding: 50px 0 100px;
}

.section-app-reviews .title {
    text-align: center;
    padding-bottom: 30px;
}

.review-box {
    width: 522px;
    margin: 0 7px;
    padding: 30px 40px;
    border-radius: 14px;
    border: 1px solid rgba(255, 255, 255, 0.20);
    background: linear-gradient(270deg, rgba(217, 217, 217, 0.10) 0%, rgba(217, 217, 217, 0.00) 100%);
    transition: all 0.3s ease-in-out;
    opacity: 0.5;
}

.reviews-slide.slick-active .review-box {
    opacity: 1;
}

.reviews-slide.slick-active .review-box p {
    color: #fff;
}

.reviews-star ul {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 24px;
}

.reviews-star ul li {
    padding-right: 2px;
}

.write-by {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-top: 8px;
}

.write-by .img-box {
    width: 54px;
    height: 54px;
    border-radius: 100%;
    margin-right: 22px;
}

.write-by .write-name {
    font-family: 'ClashGrotesk-Medium';
    font-size: 18px;
    color: #5A6878;
    font-weight: 500;
}

.section-track-your-progress {
    padding: 100px 0 100px;
    background: linear-gradient(272deg, rgba(108, 143, 247, 0.32) 0%, rgba(108, 143, 247, 0.25) 40.10%, rgba(108, 143, 247, 0.00) 84.17%);
}

.track-your-progress {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 -15px;
}

.track-your-progress .track-your-progress-info {
    width: 50%;
    padding: 0 15px;
}

.track-your-progress .track-your-progress-media {
    width: 50%;
    padding: 0 15px;
    text-align: center;
}

.track-your-progress .track-your-progress-media img {
    margin-left: -300px;
}

.track-your-progress-info .title {
    padding-bottom: 40px;
}

.footer-wrap {
    padding: 0 15px 154px;
}

.footer-wrap footer {
    width: 100%;
    max-width: 1600px;
    margin: -60px auto 0;
    border-radius: 20px;
    background: #6C8FF7;
    padding: 74px 0 54px;
}

.footer-top {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.footer-top .footer-top-left {
    width: 50%;
    padding: 0 15px;
}

.footer-top .footer-top-right {
    width: 50%;
    padding: 0 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.footer-top .footer-top-right .mobile-quick-links {
    width: 70%;
}

.footer-top .footer-top-right .mobile-menu-app-btn {
    width: 30%;
    text-align: right;
    padding: 0;
}

.footer-logo {}

.footer-logo a {
    display: inline-block;
}

.footer-top-left p {
    color: #fff;
    font-family: 'Outfit', sans-serif;
    font-weight: 400;
}

.footer-social-media {
    padding-top: 15px;
}

.footer-social-media ul {
    display: flex;
    flex-wrap: wrap;
}

.footer-social-media ul li {
    padding-right: 8px;
}

.footer-social-media ul li a svg rect {
    transition: all 0.3s ease-in-out;
}

.footer-social-media ul li a:hover svg rect {
    fill: #252728;
    fill-opacity: 1;
}

.footer-top-right .mobile-quick-links-box ul li a:hover {
    text-decoration-color: #252728;
    color: #252728;
}

.copy-right p {
    margin: 0;
    font-family: 'Outfit', sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
}

.reviews-slider>.reviews-slide:first-child {
    display: block;
}

.reviews-slider>.reviews-slide {
    display: none;
}

/* our blog css start */
.our-blog-wrap {
    padding-bottom: 90px;
}
.our-blog-top {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: end;
    gap: 20px;
    padding-bottom: 50px;
}

.our-blog-top .title {
    width: 100%;
    max-width: 321px;
    padding-bottom: 0;
}
.cta-btn a {
    padding: 9px 22px 9px 22px;
    display: inline-block;
    border-radius: 16px;
    background: #2C2C37;
    font-family: 'ClashGrotesk-Medium';
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
    color: #fff;
    transition: all 0.3s ease-in-out;
}
.cta-btn a:hover {
    background: #3956AC;
}

.blog-listing ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
}
.blog-listing ul li {
    width: 33.33%;
    padding: 0 5px;
    margin-bottom: 10px;
}
.blog-listing ul li.half-col {
    width: 50%;
}
.blog-listing ul li .blog-box {
    height: 100%;
    border-radius: 12px;
    overflow: hidden;
    position: relative;
} 
.blog-listing ul li .blog-media {
    width: 100%;
    height: 100%;
    min-height: 440px;
    position: relative;
}
.blog-listing ul li .blog-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}
.blog-listing ul li .blog-box .blog-desc {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(rgba(108, 143, 247, 0.00) 0%, #3956AC 82.05%);
    padding: 20px 40px 40px;
}
.blog-listing ul li .blog-box .blog-desc .desc-box {
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    height: 100%;
}
.blog-tag {
    display: flex;
    gap: 10px;
}
.blog-tag .tag {
    border-radius: 6px;
    background: rgba(173, 173, 206, 0.70);
    padding: 4px 6px;
    font-family: 'ClashGrotesk-Medium';
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    display: inline-block;
}
.blog-date {
    display: flex;
    justify-content: space-between;
    font-family: 'ClashGrotesk-Medium';
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    padding-bottom: 12px;
}
.blog-info h5 {
    font-size: 30px;
    line-height: 36px;
}
.blog-info h5 + p {
    padding-top: 12px;
}
.blog-info h5 a {
    color: #fff;
    transition: all 0.3s ease-in-out;
    display: block;
}
.blog-info h5 a:hover {
    text-decoration: underline;
}

.blog-listing ul li .blog-box .blog-desc .desc-box p {
    color: #C9D3F2;
}
.blog-info {
    width: 100%;
}

.post-page-wrap {
    padding-top: 252px;
    position: relative;
}
.post-page-wrap:before {
    content: "";
    width: 100%;
    height: 960px;
    background: radial-gradient(55.16% 52.09% at 71.46% 41.25%, rgba(108, 143, 247, 0.27) 0%, rgba(108, 143, 247, 0.16) 40.10%, rgba(108, 143, 247, 0.00) 84.17%);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;

}
.post-title .blog-tag {
    justify-content: center;
    padding-bottom: 20px;
}
.post-title .title h1 {
    background: linear-gradient(136deg, rgba(255, 244, 204, 0.78) 0%, rgba(255, 255, 255, 0.78) 13.02%, rgba(142, 171, 255, 0.78) 27.08%, rgba(171, 192, 255, 0.84) 45.31%, #FFF 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
}
.post-title .blog-date {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
}

.post-main-img {
    border-radius: 30px;
    overflow: hidden;
    margin: 44px 0 70px;
}
.post-main-img img {
    width: 100%;
    display: block;
}

.post-page-wrap .post-desc {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    border-radius: 20px;
    background: linear-gradient(180deg, #DFE7FF 0%, #EEFFEB 100%);
    padding: 40px;
}

.post-page-wrap .post-desc p {
    color: #5A6878;
    margin-bottom: 20px;
}
.post-page-wrap .post-desc p a {
    color: #3956AC;
    text-decoration: underline;
}
.post-page-wrap .post-desc h3 {
    color: #2C2C37;
    font-size: 35px;
    font-weight: 500;
    line-height: 50px;
    padding: 20px 0;
}

.post-page-wrap .post-desc ul li {
    padding-left: 30px;
    position: relative;
    color: #5A6878;
    line-height: 26px;
}

.post-page-wrap .post-desc ul li:before {
    content: "";
    width: 8px;
    height: 8px;
    background: #5A6878;
    border-radius: 100%;
    position: absolute;
    top: 8px;
    left: 10px;
    display: block;
}
.post-page-wrap .post-desc img {
    margin: 20px 0 20px;
}
.quote {
    padding-bottom: 20px;
}
.quote figure {
    padding: 33px 36px;
    background: #D8E5FF;
    border-left: 4px solid #6C8FF7;
    margin-bottom: 0;
}
.quote figure p {
    margin-bottom: 0;
}
.blockquote-footer{
    margin-bottom: 0;
    padding-top: 10px;
    color: #7F878F;
    font-size: 14px;
    font-weight: 500;
}
.blockquote-footer:before {
    display: none;
}

.video-box a {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
}
.video-box a .play-btn {
    width: 81px;
    height: 81px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}
.video-box {
    padding: 20px 0 40px;
}
.post-footer {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    padding: 60px 0 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.post-footer .footer-social-media {
    padding-top: 0;
}
.post-footer p {
    color: #fff;
}
.post-footer .footer-social-media a {
    display: block;
}
.post-footer .footer-social-media ul li a:hover svg rect {
    fill: #3956AC;
}
.post-footer a {
    color: #fff;
    text-decoration: underline;
}
.recommended-articles .title {
    max-width: 100%;
}
.post-page-wrap .post-desc .blockquote p {
    color: #414D5A;
}

.amazon-button {
    display: inline-block;
    padding: 10px 20px;
    color: white;
    background-color: #FF9900 !important; /* Amazon's signature orange color */
    border: 1px solid #FF9900;
    border-radius: 3px;
    text-decoration: none;
    font-family: Arial, sans-serif;
    font-weight: bold;
    transition: background-color 0.3s, color 0.3s;
}

.amazon-button:hover {
    background-color: white;
    color: #FF9900;
    border: 1px solid #FF9900;
}