.content-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    row-gap: 15px;
}

.cta-btn {
    background-color: white;
    color: #F17D4B;
    font-weight: 600;
    font-size: 18px;
    line-height: 16px;
    text-align: center;
    padding: 22px 54px;
    border-radius: 15px;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 10px;
}

.section-box {
    display: inline-block;
    padding: 9px 16px;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.4;
    text-transform: uppercase;
    background: linear-gradient(94.07deg, #4748E6 3.5%, #9B51F4 100.99%);
    color: #fff;
}

/* Hero Banners */
.partners ul {
    margin: 0 auto;
    max-width: 1170px;
    width: 100%;
}

/* service section */

.service-section {
    background-color: #F6F8F7;
    background-image: url('../images/background_img.svg');
    background-size: cover;
    background-position: top right;
    background-repeat: no-repeat;
}

.service-section .heading {
    width: 100%;
    text-align: left;
}


.service-section .heading h3 {
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    color: #F17D4B;
    margin-bottom: 30px;
    align-items: center;
    column-gap: 10px;
}

.service-section .heading h2 {
    font-weight: 600;
    font-size: 68px;
    line-height: 78px;
    margin-bottom: 60px;
}

.service-section .service-content .service-item {
    display: flex;
    justify-content: flex-start;
    align-items: start;
    gap: 30px;
}

.service-section .service-content .service-item .service-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 66px;
    height: 66px;
}

.service-section .service-content .service-item.has-icon-bg .service-icon {
    padding: 10px;
    border-radius: 50%;
    box-shadow: 0px 4px 4px 0px #00000040;
    border: 6px solid #51C89F;
}

/* service icon bg color */

.service-section .service-content .service-item.has-icon-bg .service-1 {
    border-color: #51C89F;
    background: linear-gradient(180deg, #73F4B8 0%, #328975 100%);
}

.service-section .service-content .service-item.has-icon-bg .service-2 {
    border-color: #BBCC3C;
    background: linear-gradient(180deg, #D6ED64 0%, #9DA710 100%);
}

.service-section .service-content .service-item.has-icon-bg .service-3 {
    border-color: #F89C73;
    background: linear-gradient(180deg, #FFD0BB 0%, #F16123 100%);

}

.service-section .service-content .service-item.has-icon-bg .service-4 {
    border-color: #7CC6E5;
    background: linear-gradient(178.08deg, #9BD1F8 1.62%, #31A6AE 99.29%);
}

.service-section .service-content .service-item.has-icon-bg .service-5 {
    border-color: #E5D34C;
    background: linear-gradient(180deg, #F2E85E 0%, #C6A123 100%);
}

.service-section .service-content .service-item.has-icon-bg .service-6 {
    border-color: #FD960C;
    background: linear-gradient(178.08deg, #FCBA15 1.62%, #FE6901 99.29%);
}

.service-section .service-content .content-row  {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    width: 80%;
}

.service-section .service-content .service-item .content-row h4 {
    font-weight: 600;
    font-size: 32px;
    line-height: 42px;
}

.service-section .service-content .service-item .content-row p {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: #50504F;
}

.service-section .service-content-column {
    display: flex;
    flex-direction: column;
    gap: 50px;
}

/* banner section */

.banner-section {
    background-color: #1EBB8C;
    background-image: url(../images/bg-elements.png);
    background-position: center;
    background-repeat: no-repeat;
}

.banner-section .title{
    font-weight: 600;
    font-size: 4rem;
    line-height: 1.3;
    color: white;
    text-align: center;
}

.banner-section .title p{
    margin-bottom: 0;
}


/* app download section */

.app-download-content {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.content-column {
    width: calc(50%);
    display: flex;
    justify-content: center;
    align-items: center;
}

.content-area h3 {
    display: flex;
    align-items: center;
    column-gap: 10px;
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    color: #F17D4B;
    margin-bottom: 30px;
}

.content-area p {
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    text-align: justify;
    color: #50504F;
    margin-bottom: 40px;
}

.content-area h4 {
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    color: #50504F;
    margin-top: 40px;
    margin-bottom: 40px;
}

.content-area .social-app-link {
    display: flex;
    align-items: center;
    column-gap: 10px;
}

.content-area .social-app-link a {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border-radius: 12px;
    column-gap: 10px;
    background-color: black;
    padding: 10px 30px;
}

.content-area .social-app-link img {
    min-height: 50px;
}

.content-area .social-app-link .text-area {
    display: flex;
    flex-direction: column;
    row-gap: 5px;
}

.social-app-link p {
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: white;
    margin: 0;
}

.social-app-link h1 {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: white;
    margin: 0;
}

/* team-member area */

.team-member-area {
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.heading h1, .team-section .title {
    font-weight: 600;
    font-size: 64px;
    line-height: 78px;
    color: black;
    text-align: center;
    margin-bottom: 30px;
}

.heading p {
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    letter-spacing: 0.5px;
    text-align: center;
}

.content-area .team-member {
    position: relative;
    margin: auto;
    cursor: pointer;
    overflow: hidden;
}

.bottom-left {
    position: absolute;
    z-index: 10;
    bottom: 20px;
    left: 30px;
}

.bottom-left h3 {
    font-weight: 400;
    font-size: 24px;
    line-height: 34px;
    color: white;
    margin-bottom: 0;
}

.bottom-left h2 {
    font-weight: 600;
    font-size: 34px;
    line-height: 48px;
    color: white;
}

.bottom-right {
    position: absolute;
    z-index: 10;
    bottom: 0px;
    right: -70px;
    transition: all 0.5s ease-in-out;
}

.social-logo {
    --bs-link-color-rgb: #fff;
    --bs-link-hover-color-rgb: #fff;
    background-color: #F17D4B;
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    color: white;
    padding: 15px;
    border-radius: 10px 0 0 0;
    cursor: pointer;
}

.team-section .row{
    --bs-gutter-x: 30px;
    --bs-gutter-y: 30px;
}

.team-member:hover .bottom-right{
    right: 0;
}

.gradient-bg::after {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: inline-block;
    background: linear-gradient(182.94deg, rgba(241, 125, 75, 0) 32.68%, rgba(139, 72, 43, 0.78) 97.56%);
}

.gradient-bg img {
    display: block;
    border-top-left-radius: 12px !important;
    border-top-right-radius: 12px !important;
    width: 100%;
}


/* team member section style 2 */
.team-section {
    position: relative;
    background-image: url(../images/feature-bg.svg);
    background-color: #071446;
}

.team-section .team-heading-area {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.team-heading {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 30px;
}

.team-section .swiper-slide {
    background-color: #051651;
    border-radius: 15px;
    transition: all 0.5s ease-in-out;
}

.team-section .team-slider-arrow {
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 20px;
    margin-bottom: 30px;
    color: #fff;
}

.team-section .team-img-wrapper {
    overflow: hidden;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}

.team-section .team-img-wrapper img {
    width: 100%;
    min-height: 365px;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    transition: all 0.5s ease-in-out;
}

.team-section .team-info {
    padding: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 10px;
}

.team-section .team-member-title {
    font-weight: 500;
    font-size: 24px;
    line-height: 1.3;
    text-align: center;
    color: white;
}

.team-section .team-member-designation {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.6;
    text-align: center;
    color: #EEE7FF;
}

.team-section .social-icons {
    display: none;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.team-section .swiper-slide:hover,
.team-section .swiper-slide.swiper-slide-active {
    background: var(--ult-gradient-primary);
}

.team-section .swiper-slide:hover .team-img-wrapper img,
.team-section .swiper-slide.swiper-slide-active .team-img-wrapper img{
    transform: scale(1.05);
}

.team-section .swiper-slide:hover .team-member-title,
.team-section .swiper-slide.swiper-slide-active .team-member-title {
    background: var(--ult-gradient-secondary);
    -webkit-background-clip: text;
    color: transparent;
    transition: all 0.3s ease-in-out;
}

.team-section .swiper-slide:hover .social-icons,
.team-section .swiper-slide.swiper-slide-active .social-icons {
    display: flex;
}

.team-section .social-icons a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 31px;
    height: 31px;
    padding: 5px;
    border: 1px solid white;
    border-radius: 50%;
}

.team-section .social-icons a, .team-section .social-logo a i {
    width: 32px;
    height: 32px;
    text-align: center;
    padding: 5px;
    border: 1px solid white;
    border-radius: 50%;
}
.team-section .social-icons i, .team-section .social-logo i {
    color: #fff;
    font-size: 16px;
}
.team-section .social-logo i:before{
    top: 4px;
    position: relative;
}

/* Blog section */
.blog-section {
    background-image: url(../images/blog-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.blog-area {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 50px;
}

.blog-section .blog-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
}

.blog-section .blog-item {
    background-color: #06284F;
    box-shadow: 0px 0px 40px 0px #00000080;
    border-radius: 10px;
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.blog-section .blog-img {
    position: relative;
}

.blog-section .blog-img img {
	width: 100%;
    height: 100%;
    max-height: 350px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    object-fit: cover;
}

.blog-section .blog-img p {
    background: var(--ult-gradient-secondary);
    position: absolute;
    top: 10px;
    left: 10px;
    padding: 9px 15px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 1.12px;
    color: white;
}

.blog-section .blog-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 15px;
    padding: 40px 20px;
}

.blog-section .blog-info p {
    font-weight: 400;
    font-size: 14px;
    line-height: 26px;
    letter-spacing: 0.5px;
    color: #F6F8F7;
}

.blog-section .blog-info a {
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 1.12px;
    color: white;

    display: flex;
    align-items: flex-start;
}

.blog-section .blog-title {
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    color: white;
}

/* Post Box */
.posts-box-grid {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.posts-box-grid .posts-box-inner {
    display: flex;
    gap: 15px;
}

.posts-box-grid .left-part {
    width: 40%;
}

.posts-box-grid .right-part {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    width: 70%;
}

.posts-box-grid .posts-box-item .content-holder {
    position: absolute;
    bottom: 30px;
    width: 100%;
    text-align: center;
    padding: 0px 20px;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
    z-index: 2;
}

.posts-box-grid .posts-box-item .title {
    font-size: 1.5rem;
    line-height: 1.3;
    text-transform: uppercase;
}

.posts-box-grid .right-part .posts-box-item {
    width: calc(50% - 7.5px);
    flex-basis: calc(50% - 7.5px);
    max-width: 400px;
}

.posts-box-grid .left-part .posts-box-item {
    width: 100%;
    flex-basis: 100%;
    height: 100%;
}

.posts-box-grid .posts-box-item .posts-box::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 100%);
    height: 150px;
    z-index: 1;
}

.posts-box-grid .right-part .posts-box-item .posts-box {
    min-height: 375px;
    max-height: 375px;
}

.posts-box-grid .left-part .posts-box-item .posts-box {
    height: 100%;
}

.posts-box-grid .left-part .blog-card .blog-img {
    min-height: 799px;
    max-height: 799px;
}

/* Blog Style 2 */
.blog-card {
    box-shadow: 0px 4px 30px 0px #0000001A;
    border-radius: 20px;
}

.blog-card .blog-img {
    width: 100%;
    max-height: 265px;
    min-height: 265px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    object-fit: cover;
}

.blog-card .blog-details {
    padding: 20px 26px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.blog-card .date {
    font-size: 13px;
    font-weight: 400;
    line-height: 1.4;
    color: #858585;
    text-transform: uppercase;
}

.blog-card .blog-title {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.6;
    color: #082547;
}

.blog-card p {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6;
    color: #3B3D54;
}

.blog-card .profile-area {
    margin-top: 18px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
}

.blog-card .profile-area img {
    width: 50px;
    height: 50px;
    object-fit: cover;
}

.blog-card .profile-name {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.4;
    color: black;
}

/* banner bg area */

.banner-bg-area {
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.banner-content {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 100px;
    padding: 50px 0px;
}

.img-wrapper {
    width: 420px;
}

.img-wrapper img {
    position: absolute;
    top: -25%;
    max-width: 100%;
}

.banner-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    row-gap: 15px;
}

.banner-content .title {
    font-weight: 600;
    font-size: 54px;
    line-height: 64px;
    color: white;
}

.banner-content p {
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0.5px;
    text-align: justify;
    color: white;
    margin-bottom: 0;
}