.home-section.section-banner-slider {
	position: relative;
	width: 100%;
	overflow: hidden;
    margin: 0;
}
.home-banner-slider {
    height: 591px;
}
.home-banner-slider .swiper-wrapper {
	display: flex;
	width: 100%;
}

.slide-content {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    text-align: center;
    z-index: 10;
    width: 100%;
    align-items: center;
    display: flex;
    padding-bottom: 9.2%;
    color: #FFFFFF;
}
.slide-content .container {
    max-width: 860px;
}
.slide-content h2 {
    font-weight: 800;
    max-width: 730px;
    margin: 0 auto 16px;
    letter-spacing: 0.01em;
    color:black;
}
.slide-content p{
    color:#000;
}
.slide-image {
    height: 100%;
    position: relative;
}
.slide-image:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.slide-image{
    display: flex;
    justify-content: center;
    background-color: #fef4ea;
}
.slide-image img {
	height: 100%;
	width: auto;
}
.home-banner-slider .swiper-pagination {
    bottom: 34px;
}
.home-banner-slider .swiper-pagination .swiper-pagination-bullet {
    background-color: #ffffff;
}
.home-banner-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #33475B;
}

.our-solution {
    margin: 0;
    padding: 62px 0;
    text-align: center;
    background-color: white;
}
.our-solution h2 {
    letter-spacing: 0.04em;
    font-weight: 700;
    color: #000000;
}
.our-solution .content {
    max-width: 929px;
    margin: 24px auto 0;
}
.our-solution-images {
    margin-top: 59px;
    margin-bottom: 7px;
    max-width: 1195px;
}

.our-solution-images .swiper-slide {
    height: auto;
    background: transparent;
    min-height: 167px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.solution-image img {
	max-width: 100%;
	height: auto;
	width: 100px;
    width: 50% !important;
  /* Adjust based on how you want the logos to appear */;
}

.featured-apps {
	padding: 62px 0 52px;
    margin: 0;
}

.featured-apps-heading {
	font-size: 36px;
	text-align: center;
	margin-bottom: 20px;
}
.featured-apps h2 {
    letter-spacing: 0.04em;
    margin: 0 0 8px;
    color: #000000;
    font-weight: 700;
}
.featured-apps .section-heading {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.featured-apps .section-heading .link {
    letter-spacing: 0.02em;
    text-decoration: none;
    font-weight: 700;
}
.featured-apps-carousel-wrapper {
    position: relative;
    padding: 0 39px;
   
    margin: 0 auto;
    overflow: hidden;
}
.featured-apps-carousel {
    margin-top: 59px;
    overflow: visible;
}
.featured-apps-carousel .swiper-button-next {
    right: -39px;
}
.featured-apps-carousel .swiper-button-prev {
    left: -39px;
}
.featured-app-card {
	background-color: #fff;
    border: 1px solid #EBEBEB;
	overflow: hidden;
	padding: 59px 23px 18px;
	transition: transform 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.featured-apps-carousel .swiper-slide {
    width: 249px;
    margin-right: 40px;
    height: auto;
    margin-bottom: 30px;
}
.product-image {
    text-align: left;
}
.product-image img {
    width: 56px !important;
	height: auto !important;
	border-bottom: 2px solid #f0f0f0;
}

.product-info {
	padding-top: 15px;
}

.product-category {
    color: #FFFFFF;
    text-transform: uppercase;
    background-color: #33475B;
    position: absolute;
    top: 8px;
    right: 0;
    letter-spacing: 0.04em;
    padding: 4px 16px;
    border-radius: 30px 0 0 30px;
    max-width: 100%;
}
.product-category a {
    text-decoration: none;
    color: currentColor;
}
.product-category a:hover {
    color: #FF8263;
}
.product-title {
    max-width: 140px;
    letter-spacing: 0.02em;
    margin: 0 0 32px;
    color: #1E1E1E;
}

.product-description {
    margin: 0;
    background: linear-gradient(180deg, #747474 70.18%, #FFFFFF 122.48%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    max-height: 120px;
    overflow: hidden;
    margin-bottom: 20px;
}
.product-view-more {
    text-align: center;
    margin-top: auto;
}
.view-more {
    display: inline-flex;
    margin: 0 auto;
    align-items: center;
    text-decoration: none;
    font-weight: 700;    
    color: #33475B;
}
.view-more:hover {
    color: #FF8263;
}
.view-more:before {
    content: '';
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    background-image: url(../images/chevron-down.svg);
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 8px;
    transition: all 0.35s;
}
.view-more:hover:before {
    background-image: url(../images/chevron-down-hover.svg);
}
.featured-apps .swiper-pagination {
    position: static;
    margin-top: 53px;
}
.featured-apps{
    background:url(../images/bk_fapp.png) #fef4ea 1160px 23px no-repeat !important;
}

.view-all-apps {
	display: block;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: #007bff;
	margin-top: 40px;
	text-decoration: none;
}

.view-all-apps:hover {
	text-decoration: underline;
}

.see-improvements {
	padding: 52px 0 0;
    margin: 0;
}
.see-improvements h2 {
    text-align: center;
    color: #ffffff;
    letter-spacing: 0.04em;
    margin-bottom: 46px;
    font-weight: 700;
}
.see-improvements-heading {
	font-size: 36px;
	text-align: center;
	margin-bottom: 20px;
}

.improvement-items {
    max-width: 993px;
}
.improvement-items .swiper-slide {
    height: auto;
}
.improvement-item {
    background-color: #fff;
    padding: 23px 10px 20px;
    border-radius: 10px;
    text-align: center;
    transition: transform 0.3s ease-in-out;
    height: 100%;
    width: 100%;    
}

.improvement-icon img {
    width: 50px;
    height: 50px;
    margin-bottom: 13px;    
}

.improvement-number {
	font-size: 32px;
	font-weight: bold;
	color: #FF6F00;
  /* Orange color */;
}

.improvement-title {
	font-size: 20px;
	font-weight: 600;
	margin: 10px 0;
}

.improvement-content {
    letter-spacing: 0.04em;
}

/* Our Customers Section */
.our-customers {
	padding: 60px 0;
	margin: 0;
}
.our-customers h2 {
    color: #1f2937;
    font-size: 1.875rem;
    line-height: 2.25rem;
}
.our-customers-heading {
	font-size: 36px;
	text-align: center;
	margin-bottom: 40px;
}
/* Swiper Container */
.swiper-container {
	width: 100%;
	padding: 20px;
}

/* Testimonial Item */
.testimonial-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 510px;
    margin: 0 auto;
    padding: 20px 0;
}
/* Customer Image */
.testimonial-image img {
	border-radius: 50%;
    width: 32px;
    height: 32px;
    object-fit: cover;
}
/* Testimonial Content */
.testimonial-content {
    font-size: 18px;
    color: #374151;
    text-align: center;
    line-height: 1.75rem;
    font-style: italic;
    position: relative;
}
.testimonial-content:before {
    content: '“';
    position: absolute;
    top: -15px;
    left: -1.5rem;
    font-size: 4rem;
    line-height: 1;
    font-family: sans-serif;
    font-style: normal;
    color: #e0e0e0;
}

.testimonial-content:after {
    content: '”';
    position: absolute;
    bottom: -47px;
    right: -1.5rem;
    font-size: 4rem;
    line-height: 1;
    font-family: sans-serif;
    font-style: normal;
    color: #e0e0e0;
}
.customer-slider {
    max-width: 833px;
    margin-top: 60px;
}

.testimonial-image {
    text-align: right;
    display: flex;
    justify-content: flex-end;
    width: 100%;
    margin-top: 22px;
    align-items: center;
    gap: 12px;
}
.customer-name {
    letter-spacing: 0;
    font-weight: normal;
}

.customer-position {
	text-transform: uppercase;
	margin-bottom: 8px;
}

.customer-position span {
	font-weight: bold;
}
/* Swiper Navigation Buttons */
.swiper-button-next,
.swiper-button-prev {
	color: #000;
}
.customer-slider .swiper-button-next, .customer-slider .swiper-button-prev {
    background-size: 24px;
    width: 59px;
    height: 42px;
}
/* Responsive Styles */
@media screen and (max-width: 767.98px) {
    .slide-content h2 {
        font-size: 40px;
        line-height: 52px;
        margin-bottom: 26px;

    }
    .our-solution {
        padding: 62px 0 32px;
    }
    .our-solution .content {
        margin: 31px auto 0;
    }
    .our-solution-images {
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .featured-apps {
        padding: 60px 0 55px;
    }
    .featured-apps-carousel-wrapper {
        margin: 0 -15px;
    }
    .featured-apps .section-heading {
        align-items: flex-start;
    }
    .featured-apps .section-heading {
        flex-direction: column;
        gap: 7px;
    }
    .featured-apps-carousel {
        margin-top: 57px;
    }
    .product-title {
        margin: 0 0 32px;
        max-width: 180px;
    }
    .product-description {
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 0.02em;
    }
    .featured-app-card {
        padding: 59px 23px 20px;
    }
    .featured-apps .swiper-pagination {
        margin-top: 55px;
    }
    .testimonial-image {
        width: 100%;
        text-align: center;
    }

    .testimonial-item {
        flex-direction: column;
        padding: 0 33px;
    }

    .testimonial-content {
        margin: 20px 0 0;
        font-size: 16px;
        line-height: 24px;
    }

    .customer-name {
        font-size: 18px;
        line-height: 24px;
    }
    .customer-company {
        font-size: 16px;
        line-height: 24px;
    }
    .see-improvements {
        padding: 45px 0 ;
    }
    .see-improvements h2 {
        max-width: 260px;
        margin: 0 auto 47px;
    }

    .improvement-item h3.sub-title {
        font-size: 24px;
        line-height: 32px;
        letter-spacing: 0.04em;
    }

    .improvement-content {
        font-size: 14px;
        line-height: 20px;
    }

    .improvement-item {
        padding: 23px 5px 20px;
        max-width: 213px;
        margin: 0 auto;
    }
    .our-customers h2 {
        font-size: 24px;
        line-height: 32px;
    }
    .customer-slider .swiper-button-next, 
    .customer-slider .swiper-button-prev {
        background-size: 11px;
        width: 35px;
    }
    .customer-slider .swiper-slide.swiper-slide-active .testimonial-content {
        height: auto;
    }
    .customer-slider .swiper-slide .testimonial-content {
        height: 100px;
    }
    .our-customers {
        padding: 60px 0 20px;
    }
    .customer-slider {
        margin-top: 30px;
    }
}

.see-improvements{
    background: url(../images/bkg_improve.png) #ffffff left top no-repeat !important;
}