/*!
Theme Name: Superstream
Theme URI: http://underscores.me/
Author: Mosharaf Hossain
Author URI: https://mosharafmanu.com/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: superstream
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/

/*
============================================================
Global Style Start
============================================================
*/
:root {
    --primary-color: #74738C;
    --header-color: #464554;
    --dark-green : #101828;
    --gradient: linear-gradient(25deg, #796EFF -14.42%, #75F2C5 125.67%);
    --white: rgb(255,255,255);
    --fontdefault: 'Inter', sans-serif;
}
* {
    box-sizing: border-box;
}
html {
    height: 100%;
    scroll-behavior: smooth;
    font-size: 16px;
}
@media only screen and (min-width: 1921px) {
    html {
        font-size: 0.833vw;
    }
}
body {
    color: var(--primary-color);
    font-family: var(--fontdefault);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.4rem;
    height: 100%;
    margin: 0;
}
img, svg {
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}
iframe, video {
    max-width: 100%;
}
.admin-bar .site-header,
.admin-bar .hamburger-wrapper {
    top: 35px;
}
@media only screen and (max-width: 991px) {
    .admin-bar .site-header,
    .admin-bar .hamburger-wrapper {
        top: 49px;
    }
    #wpadminbar {
        position: fixed;
        top: 0;
    }
}
#page {
    overflow: hidden;
}
a, button, input, textarea, select {
    outline: none;
    text-decoration: none;
    box-shadow: none;
}
a[href^=tel] {
    text-decoration: inherit;
    color: inherit;
}
.slick-slider {
    overflow: hidden;
}
.slick-list {
    margin: 0 -10px;
}
.slick-slide {
    margin: 0 10px;
}
/* Slick Slider Custom Settings */
.itemMargin .slick-slide {
    margin-right: 10px;
    margin-left: 10px;
}
.itemMargin .slick-list {
    margin: 0 -10px;
}
.stagePaddingRight .slick-slide {
    margin-left: 20px;
}
.stagePaddingRight .slick-list {
    margin: 0;
    padding: 0 20% 0 0 !important;
}
/* Slick Slider Custom Settings End */
.field input::placeholder,
.field textarea::placeholder {
    color: var(--secondary-colour2);
    opacity: 1;
}
.field input::-webkit-input-placeholder,
.field textarea::-webkit-input-placeholder {
    color: var(--secondary-colour2);
    opacity: 1;
}
.field input::-moz-placeholder,
.field textarea::-moz-placeholder {
    color: var(--secondary-colour2);
    opacity: 1;
}
.field input:-ms-input-placeholder,
.field textarea:-ms-input-placeholder {
    color: var(--secondary-colour2);
    opacity: 1;
}
.field input::-ms-input-placeholder,
.field textarea::-ms-input-placeholder {
    color: var(--secondary-colour2);
    opacity: 1;
}
input, textarea {
    color: var(--primary-color3);
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
    box-shadow: 0 0 0 30px white inset !important;
}
input[type='radio'] {
    -webkit-appearance: none;
    appearance: none;
    background-color: transparent;
    margin: 0;
    font: inherit;
    color: #fff;
    width: 28px;
    height: 28px;
    border: 0.15em solid #ffffff;
    border-radius: 50%;
    transform: translateY(-0.075em);
    display: grid;
    place-content: center;
}
input[type='radio']::before {
    content: '';
    width: 12px;
    height: 12px;
    border-radius: 50%;
    transform: scale(0);
    transition: 120ms transform ease-in-out;
    box-shadow: inset 1em 1em #ffffff;
}
input[type='radio']:checked::before {
    transform: scale(1);
}
.wpcf7 form .wpcf7-response-output {
    margin: 0;
    margin-top: 20px;
    padding: 0.2em 1em;
    border: 2px solid #00a0d2;
    border-radius: 10px;
    padding: 20px;
    padding-left: 66px;
    box-shadow: 0px 5px 12px rgba(0, 0, 0, 0.04), 0px 12px 25px rgba(0, 0, 0, 0.07) !important;
    background: #000;
    position: relative;
    top: 0;
    color: #fff;
    font-size: 15px;
    line-height: 20px;
}
.wpcf7 form .wpcf7-response-output::before {
    position: absolute;
    content: '';
    font-family: 'Font Awesome 6 Pro';
    font-weight: 900;
    width: 36px;
    height: 36px;
    top: 50%;
    transform: translateY(-50%);
    left: 20px;
    border-radius: 50%;
    text-align: center;
    line-height: 35px;
    font-size: 36px;
}
.wpcf7 form.init .wpcf7-response-output {
    display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450;
}
.wpcf7 form.sent .wpcf7-response-output::before {
    content: '\f058';
    color: #46b450;
}
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
    border-color: #dc3232;
}
.wpcf7 form.failed .wpcf7-response-output::before,
.wpcf7 form.aborted .wpcf7-response-output::before,
.wpcf7 form.spam .wpcf7-response-output::before {
    content: '\f057';
    color: #46b450;
}
.wpcf7 form.spam .wpcf7-response-output {
    border-color: #f56e28;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
    border-color: #ffb900;
}
.wpcf7 form.invalid .wpcf7-response-output::before,
.wpcf7 form.unaccepted .wpcf7-response-output::before {
    content: '\f12a';
    color: #ffb900;
    border: 1px solid #ffb900;
    width: 36px;
    height: 36px;
    font-size: 18px;
}
@media only screen and (max-width: 991px) {
    .wpcf7 form .wpcf7-response-output {
        width: 100%;
    }
}
.field-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    column-gap: 1.875rem;
}
.field-full {
    width: 100%;
}
.field-half {
    width: calc(50% - 0.9375rem);
}
.field-third {
    width: calc(33.33% - 1.25rem);
}
@media (max-width: 47.9375rem) {
    .field-half, .field-third {
        width: 100%;
    }
}
.sync-height {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.sync-content {
    flex-grow: 1;
}
.error-404 .site-btn {
    margin-left: auto;
    margin-right: auto;
    margin-top: 3.125rem;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 0.9375rem;
    color:var(--header-color);
}
h1 {
    font-size: 88px;
    line-height: 92.4px;
    letter-spacing: -3.52px
}
h2 {
    font-size: 36px;
    line-height: 44px; /* 122.222% */
    letter-spacing: -0.72px;
}

@media only screen and (max-width:991px) {

    h1 {
        font-size: 70px;
        line-height: 80px;
    }

}
@media only screen and (max-width:767px) {
    h1 {
        font-size: 40px;
        line-height: 45px;
        letter-spacing: -0.8px;
    }

    h2 {
        font-size: 30px;
    }
    
}

/*
@media only screen and (max-width: 1199px) {
    h1, h2 {
        font-size: 2rem;
        margin-bottom: 0.625rem;
    }
}
@media only screen and (max-width: 767px) {
    h2, h1 {
        font-size: 1.625rem;
    }
}
h3 {
    font-size: 2rem;
}
@media only screen and (max-width: 767px) {
    h3 {
        font-size: 1.5rem;
    }
}
h4 {
    font-size: 1.375rem;
}
@media only screen and (max-width: 1199px) {
    h4 {
        font-size: 1.25rem;
    }
} */
p {
    margin-top: 0;
    margin-bottom: 0.9375rem;
}
p:last-of-type {
    margin-bottom: 0;
}
p strong {
    font-weight: 800;
}
.site-header,
.site-footer,
.hamburger-wrapper,
section,
.section-bottom-shape,
.footer-cta-inner{
    padding-left: 1rem;
    padding-right: 1rem;
}

@media only screen and (min-width: 1200px) {
    .site-header,
    .site-footer,
    .hamburger-wrapper,
    section,
    .section-bottom-shape,
    .footer-cta-inner {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

@media only screen and (min-width: 1400px) {
    .site-header,
    .site-footer,
    .hamburger-wrapper,
    section,
    .section-bottom-shape,
    .footer-cta-inner{
        padding-left: 5rem;
        padding-right: 5rem;
    }
}


@media only screen and (min-width: 1670px) {
    .site-header,
    .site-footer,
    .hamburger-wrapper,
    section,
    .section-bottom-shape,
    .footer-cta-inner {
        padding-left: 9.375rem;
        padding-right: 9.375rem;
    }
}
.site-btn{
    color: #101828;
    background:var(--white);
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.5rem; 
    border-radius: 8px;
    padding: .9375rem 1.25rem;
    border-radius: .5rem;
	display: inline-flex;
    align-items: center;
	border:none;
	cursor: pointer;
	text-align: center;
    border: 1px solid transparent;
    transition: 0.3s all ease;
}
.site-btn.default-btn{
    border: 1px solid rgba(70, 69, 84, 0.20);
    background: rgba(70, 69, 84, 0.04);
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    color:#464554;
}
.site-btn.dark-theme-btn{
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(255, 255, 255, 0.12);
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    color:var(--white);
}
.gradient-btn{
    background:var(--gradient);
    text-shadow: 0px 4px 6px rgba(41, 57, 123, 0.12);
    color:var(--white);
}
.gradient-btn:hover{
    background: rgba(70, 69, 84, 0.04);
    border-color: rgba(70, 69, 84, 0.20);
    color:var(--header-color);
}   
@media only screen and (max-width:767px) {

    .site-btn{
        display: block;
    }

}


/*
============================================================
Global Style End
============================================================
*/


/*
============================================================
Header Style Start
============================================================
*/

.header-left {
    display: flex;
    column-gap: 60px;
    align-items: center;
}
#masthead {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top:10px;
    padding-bottom: 10px; 
}
.main-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.main-menu > ul {
    display: flex;
    column-gap: 48px;
}
.main-menu > ul > li {
    display: block;
    position: relative;
    padding:10px 0;
}
.main-menu > ul > li > a {
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    color: #151028;
    padding: 15px 12px;
    display: block;
    border-radius: 6px;
    background:transparent;
    transition:0.3s all ease;
}
.main-menu > ul > li:hover > a,
.main-menu > ul > li.current-menu-item > a,
.main-menu > ul > li.current-menu-ancestor > a{
    background: linear-gradient(26deg, #E8E5FF -25.64%, #E8FFF7 130.43%);
}
/* Mega Menu Style Start */

.main-menu > ul > li.menu-item-has-mega-menu .mega-menu{
    min-width: 400px;
    position:absolute;
    z-index: 333;
    visibility: hidden; 
    opacity: 0; 
    z-index: 99;
    transition: 0.3s all ease;
    top:calc(100% + .3125rem );
}
.main-menu > ul > li.menu-item-has-mega-menu .mega-menu.has-overview-content{
    min-width: 640px;
}
.main-menu > ul > li.menu-item-has-mega-menu:hover > .mega-menu{
    top:100%;
    opacity:1;
    visibility: visible;
}
.mega-menu-inner {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    border-radius: 12px;
    border: 1px solid rgba(116, 115, 140, 0.12);
    box-shadow: 0px 12px 16px -4px rgba(16, 24, 40, 0.08), 0px 4px 6px -2px rgba(16, 24, 40, 0.03);
}
.mega-menu-overview {
    width: 50%; 
    padding: 30px;
    background: linear-gradient(26deg, #E8E5FF -25.64%, #E8FFF7 130.43%);
    border-radius: 12px 0 0 12px;
}
.overview-video{
    margin-bottom: 24px;
}
.overview-video iframe {
	max-width: 240px;
	height:auto;
	border-radius: 12px;
}
.mega-menu h3{
    color: #151028;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
}
.overview-content {
	display: block;
}
.overview-content p{
    color:var(--primary-color);
}
.mega-menu-items-wrapper {
    width: 50%; 
    padding: 30px; 
    background: #fff;
    border-radius: 12px;
}
.mega-menu.has-overview-content .mega-menu-items-wrapper{
    border-radius: 0 12px 12px 0;
}
.mega-menu-inner > .mega-menu-items-wrapper {
    flex: 1; 
}
.menu-items > a {
    display:flex;
    align-items: center;
    column-gap: 1rem;
    padding: 15px;
    border-radius: 8px;
    background: #ffffff;
    transition: 0.3s all ease; 
}
.menu-items > a.has-short-details {
    align-items: flex-start;
}
.menu-items >a:hover{
    background: linear-gradient(26deg, #E8E5FF -25.64%, #E8FFF7 130.43%);
}
.menu-icon {
	flex-shrink: 0;
	width: 32px;
	height: 32px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.menu-icon img,
.menu-icon svg{
    max-width: 100%;
    max-height: 100%;
}
.menu-items > a.has-short-details .menu-icon{
	position: relative;
	top: 5px;
}
.menu-items > a span {
    display: block;
    color: #464554;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.5rem; 
}
.menu-items > a p{
    font-size: 1rem;
    line-height: 1.25rem;
    color: var(--primary-color);
}
.menu-items > a .menu-text{
    flex: 1;
}

/* Mobile Menu Style Start */

@media only screen and (max-width:1199px) {

    .hamburger-wrapper{
        position:fixed;
        background:#fff;
        top:3px;
        left: 0;
        width: 100%;
        height: 100%;
        visibility: hidden;
        opacity:0;
        z-index:-1;
        transition:0.3s all ease;
        max-height: 100vh; 
        overflow-y: auto; 
        -webkit-overflow-scrolling: touch; 
    }
    .admin-bar .hamburger-wrapper{
        padding-bottom: 35px;
    }
    .hamburger-wrapper.isOpen{
        visibility: visible;
        opacity: 1;
        z-index: 999;  
    }
    .hamburger-inner {
        display: flex;
        flex-direction: column; /* Ensure content stacks vertically */
    }
    .header-left {
        justify-content: space-between;
        width: 100%;
    }
    #masthead {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .menu-trigger{
        cursor:pointer;
    }
    .mobile-menu > ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }
    .mobile-menu > ul > li {
        display: block;
        position:relative;
    }
    .mobile-menu > ul > li > a {
        display: block;
        font-size: 1rem;
        font-weight: 600;
        line-height: 24px;
        color: #151028;
        padding: 20px 0;
    }
    .mega-menu {
        margin-top: 20px;
        margin-bottom: 30px;
        display: none;
    }
    .submenu-indicator {
        position: absolute;
        top: 19px;
        right: 0;
        width: 30px;
        height: 30px;
        display: flex;
        align-items: center;
        cursor: pointer;
    }
    .submenu-indicator svg{
        transition: 0.3s all ease;
    }
    .mobile-menu > ul > li.menu-item-has-mega-menu.active .submenu-indicator svg{
        transform: rotate(-180deg);
    }
    .hamburger-header {
        display: flex;
        justify-content: space-between;
    }
    .menu-close {
        cursor: pointer;
    }
    .header-btn{
        border-top: 1px solid #EAECF0;
        padding: 30px 0;
        text-align: center;
    }
    .hamburger-header {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}
@media only screen and (max-width:767px) {

    .admin-bar .hamburger-wrapper{
        padding-bottom: 49px;
    }
    .mega-menu-overview {
        width: 100%;
        border-radius: 0;
        order: 2;
        padding-left: 1rem;
        padding-right: 1rem;
        margin-top: 20px;
    }
    .mega-menu-items-wrapper {
        width: 100%;
        border-radius: 0 !important;
        order: 1;
        padding: 0 1rem;
    }
    .mega-menu-inner {
        flex-direction: column;
        box-shadow: none;
        border: none;
    }
    .hamburger-wrapper {
        padding: 0;
    }
    .hamburger-header {
        padding: 20px 1rem;
    }
    .mobile-menu > ul > li > a {
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .submenu-indicator {
        right: 1rem;
    }
    .header-btn{
        padding-left: 1rem;
        padding-right: 1rem;
        margin-top: 25px;
    }
    .header-btn a{
        width: 100%;
        display: block;
        text-align: center;
    }



}
/* Mobile Menu Style End */

/* Mega Menu Style End */

/*
============================================================
Header Style End
============================================================
*/



/*
============================================================
CMS Style Start
============================================================
*/


/* Hero Section */

.hero-section{
    text-align: center;
}
.hero-content h1{
    font-size: 88px;
    font-weight: 700;
    line-height: 92.4px;
    letter-spacing: -3.52px;
    background: linear-gradient(258deg, rgba(96, 213, 171, 0.72) 9.31%, rgba(101, 87, 255, 0.72) 99.18%, rgba(255, 255, 255, 0.72) 114.13%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.hero-content p{
    margin-top: 32px;
}
.hero-btn{
    margin-top: 2rem;
}
.hero-image{
    margin-top: 5.625rem;
    position:relative;
    max-width: 1175px;
    margin-left:auto;
    margin-right:auto;
    text-align: center;
}
.hero-image::before{
    position:absolute;
    content:"";
    width: 820px;
    height: 820px;
    top: 50%;
    transform:translateY(-50%);
    left:0;
    border-radius: 819.5px;
    background: radial-gradient(62.2% 62.2% at 50% 50%, rgba(164, 157, 253, 0.88) 0%, rgba(183, 179, 255, 0.00) 100%);
    filter: blur(119.0556869506836px);
    z-index: -1;
}
.hero-image::after{
    position:absolute;
    content:"";
    width: 820px;
    height: 820px;
    top: 50%;
    transform:translateY(-50%);
    right:0;
    border-radius: 819.5px;
    background: radial-gradient(62.2% 62.2% at 50% 50%, rgba(116, 242, 217, 0.80) 0%, rgba(159, 241, 225, 0.00) 100%);
    filter: blur(119.0556869506836px);
    z-index: -1;
}
.helping-brands h4 {
    text-align: center;
    font-size: 18px;
    font-weight: 500;
}
.brand-logos:not(.slick-slider) {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 56px;
}

@media only screen and (max-width:1199px) {

    .hero-content h1 br{
        display: none;
    }

}
@media only screen and (max-width:991px) {

    .hero-content h1 {
        font-size: 70px;
        line-height: 80px;
    }
    .hero-image {
        margin-top: 65px;
    }
}
@media only screen and (max-width:767px) {

    .hero-content h1 {
        font-size: 40px;
        line-height: 45px;
        letter-spacing: -0.8px;
    } 
    .hero-content p {
        margin-top: 25px;
    }
    .hero-content p br {
       display: none;
    }
    .hero-btn {
        display: block;
    }
    .hero-image::before{
        width: 280px;
        height: 280px;
    }
    .hero-image::after{
        width: 280px;
        height: 280px;
    }
    .hero-image {
        margin-top: 50px;
    }
    .helping-brands {
        margin-top: 45px;
    }
    .brand-logo{
        height: 78px;
        display:flex !important;
        align-items: center;
    }
}


/* Hero Section */


/* Kafka Management Insights */

.section-header h2{
    color: var(--header-color);
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 40px;
    letter-spacing: -0.72px;
}
.section-header p{
    font-size: 20px;
    font-weight: 400;
    line-height:28px;
    letter-spacing: -0.2px; 
}
.white h2,
.white p{
    color:var(--white);
}
.interactive-kafka-insights {
    display: flex;
    column-gap: 64px;
    align-items: center;
    margin-top: 64px;
}
.interactive-kafka-insights > *{
    flex: 0 1 calc(50% - 32px); 
    max-width: calc(50% - 32px);
}
.insights-content-box {
    border-radius: 12px;
    background:#ffffff;
    box-shadow:0;
    padding: 20px 24px;
    transition:0.3s all ease;
    position:relative;
    margin-top: 20px;
    border: 2px solid transparent;
}
.insights-content-box.active{
    border-color: #796EFF;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.20) 0%, rgba(255, 255, 255, 0.20) 100%), linear-gradient(25deg, rgba(121, 110, 255, 0.10) -14.42%, rgba(117, 242, 197, 0.10) 125.67%);
    box-shadow: 0px 6px 12px 0px rgba(99, 88, 250, 0.12);
}
.insights-content-box h4{
    color: var(--header-color);
    font-size: 20px;
    font-weight: 600;
    line-height:24px;
    letter-spacing: -0.2px;
}
.insights-content-box p{
    font-size: 16px;
    font-weight: 400;
    line-height: 22.4px;
}
.insights-image-box{
    display: none;
}
.insights-image-box.active{
    display: block;
}
@media only screen and (max-width:991px) {

    .interactive-kafka-insights {
        display: block;
        margin-top: 48px;
    }
    .interactive-kafka-insights > * {
        max-width: 100%;
    }
    .insights-image-boxes{
        margin-top: 48px;
    }
    .insights-image-box {
        text-align: center;
    }
    .section-header h2 br {
        display: none;
    }

}
@media only screen and (max-width:767px) {

    .section-header h2 {
        font-size: 30px;
        line-height: 36px;
    }
    .section-header p {
        font-size: 18px;
        line-height: 25.2px;
    }
    .insights-content-box h4 {
        font-size: 18px;
        line-height: 21.6px;
    }

}

/* Kafka Management Insights End */


/* Testimonial Style Start */

.testimonial-section{
    background:var(--dark-green);
}
.header-two-col{
    display:flex;
    justify-content: space-between;
    align-items: flex-start;
}
.testimonial-header .section-header h2{
    color:var(--white);
}
.testimonial-header .section-header p{
    color:rgba(248,247,255,0.64);
}
.testimonial-box{
    padding: 24px;
    border-radius: .75rem;
    display: flex !important;
    flex-direction: column;
}
.testimonial-body{
    padding: 1.5rem;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.20);
    background: rgba(255, 255, 255, 0.16);
    color:var(--white);
    flex-grow: 1;
    margin-top: 50px;
}
.box-header {
    min-height: 78px;
    display: flex;
    align-items: center;
}
.slick-arrow-container {
    display: flex;
    column-gap: 32px;
    margin-left: 150px;
    margin-bottom: 40px;
    margin-top:90px;
}
.slick-arrow{
    cursor: pointer;
}
@media only screen and (max-width:1399px) {

    .slick-arrow-container {
        margin-left: 100px;
    }

}
@media only screen and (max-width:991px) {

    .header-two-col {
        display: block;
    }
    .header-two-col .site-btn {
        margin-top: 30px;
    }
    .testimonials {
        position: relative;
        padding-bottom: 90px;
        margin-top: 50px;
    }
    .slick-arrow-container {
        position: absolute;
        bottom: 0;
        margin: 0;
        margin-left: 100px;
    }

}
@media only screen and (max-width:767px) {

      .slick-arrow-container {
        margin-left: auto;
        margin-right: auto;
        width: 100%;
        justify-content: center;
      }

}

/* Testimonial Style End */


/* Call To Action Style Start */

.cta-section{
    position:relative;
}
.cta-inner h2{
    color: var(--header-color);
    text-align: center;
    font-size: 36px;
    font-weight: 600;
    line-height: 40px; 
    letter-spacing: -0.72px;
}
.cta-inner p{
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px; 
    letter-spacing: -0.2px;
}
.cta-content{
    border-radius: 16px;
    padding: 32px;
    text-align: center;
    background: var(--white);
}
.cta-inner{
    max-width: 1220px;
    padding-left:100px;
    padding-right:100px;
    backdrop-filter: blur(28px);
    margin-left:auto;
    margin-right:auto;
    position:relative;
    z-index: 2;
}
.cta-inner::before{
    position:absolute;
    content:"";
    width: 860px;
    height: 436px;
    border-radius: 859.091px;
    background: radial-gradient(62.2% 62.2% at 50% 50%, rgba(164, 157, 253, 0.88) 0%, rgba(183, 179, 255, 0.00) 100%);
    filter: blur(67.58800506591797px);
    left:0;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1;
}
.cta-inner::after{
    position:absolute;
    content:"";
    width: 860px;
    height: 436px;
    border-radius: 859.091px;
    background: radial-gradient(62.2% 62.2% at 50% 50%, rgba(116, 242, 217, 0.80) 0%, rgba(159, 241, 225, 0.00) 100%);
    filter: blur(67.58800506591797px);
    right:0;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1;
}
@media only screen and (max-width:991px) {

    .cta-inner h2 br {
        display: none;
    }
    .cta-inner p br {
        display: none;
    }
    .cta-inner{
        padding-left: 0;
        padding-right: 0;
    }

}
@media only screen and (max-width:767px) {

    .cta-inner h2 {
        font-size: 30px;
        line-height: 36px;
        letter-spacing: -0.6px;
    }
    .cta-inner p {
        font-size: 18px;
        line-height: 25.2px;
    }
    .cta-inner::before{
        width: 359;
        height: 436px;
    }
    .cta-inner::after{
        width: 359;
        height: 436px;
    }

}

/* Call To Action Style End */

/* Blog Header Style Start */

.blog-header h2{
    color:var(--header-color);
}
.post-thumb img {
    border-radius: 8px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.post-box-content h3 {
    color: var(--header-color);
    font-size: 24px;
    font-weight: 600;
    line-height: 32px; 
    margin-top : 20px;
    margin-bottom: 10px;
}
.post-box-content p{
    color:var(--primary-color);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px; 
}
.post-author-image img {
    width: 40px;
    height: 40px;
    object-fit: cover;
    border-radius: 50%;
}
.author-name {
    text-transform: capitalize;
    color: var(--header-color);
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    display: block;
}
.post-date {
    color: var(--primary-color);
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    display: block;
}
.post-meta {
    display: flex;
    column-gap: 15px;
    align-items: flex-start;
    margin-top: 24px;
}
.post-box{
    margin-top: 30px;
    display: block;
}
.blog-posts {
    display: flex;
    gap: 30px; 
    flex-wrap: wrap; 
    margin-top: 30px;
}

.blog-posts > * {
    flex: 0 1 calc(33.33% - 30px); 
    max-width: calc(33.33% - 30px); 
}
@media only screen and (max-width:991px) {

    .blog-posts > * {
        flex: 0 1 calc(50% - 30px); 
        max-width: calc(50% - 30px); 
    }

}
@media only screen and (max-width:767px) {

    .blog-posts {
        display: block;
        margin-top:0;
    }
    .blog-posts > * {
        max-width:100%; 
        margin-top: 45px;
    }
    .post-box-content h3 {
        font-size: 20px;
        line-height: 30px;
    }
}
/* Blog Header Style End */


/* Footer CTA Style Start */


.footer-cta-shape {
	width: 100%;
	margin-bottom: -2px;
}
.footer-cta-wrapper{
    background: rgba(16, 24, 40, 1);
    text-align: center;
}
.footer-cta-inner, 
.section-bottom-shape{
    background: radial-gradient(108.09% 118.89% at 50% 123.55%, rgba(119, 233, 210, 0.80) 10.66%, rgba(101, 87, 255, 0.56) 32.5%, rgba(0, 0, 0, 0.00) 60.5%, rgba(0, 0, 0, 0.00) 100%);
    padding-top: 70px;
    padding-bottom: 90px;
}

.footer-cta-inner  h2{
    color: var(--white);
    text-align: center;
    font-size: 36px;
    font-weight: 600;
    line-height: 44px;
    letter-spacing: -0.72px;
}
.footer-cta-inner p{
    color: rgba(255, 255, 255, 0.70);
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px; 
}
@media only screen and (max-width:991px) {

    br{
        display: none;
    }

}
@media only screen and (max-width:767px) {

    .footer-cta-inner h2 {
        font-size: 30px;
        line-height: 36px;
        letter-spacing: -0.6px;
    }
    .footer-cta-inner p {
        font-size: 18px;
        line-height: 25.2px;
    }
    .footer-cta-inner {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

/* Footer CTA Style End */


/* Platform Overview Hero Style Start */

.inner-hero-content h1{
    background: linear-gradient(258deg, rgba(96, 213, 171, 0.72) 40%, rgba(101, 87, 255, 0.72) 99.18%, rgba(255, 255, 255, 0.72) 114.13%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.inner-hero-content p{
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
}
.platform-overview-hero-content {
	display: flex;
	gap: 50px;
	align-items: flex-end;
}
.left-content {
    flex: 0 0 calc( 60% - 25px);
}
.right-content {
    flex: 0 0 calc(40% - 25px); 
}
@media (max-width: 1199px) {

    .platform-overview-hero-content {
        flex-direction: column;
        gap: 20px; 
        align-items: flex-start;
    }
    .left-content, .right-content {
        flex: 0 0 100%; 
    }
}
.inner-hero-image img{
    width: 100%;
    border-radius: 16px;
}
.content ul{
    margin:0;
    padding:0;
    list-style-type: none;
}
.content ul li{
    margin:0;
    padding:0;
    display: block;
    color: var(--header-color);
    font-size: 18px;
    font-weight: 500;
    line-height: 25.2px;
    padding-left: 40px;
    position:relative;
    margin-top: 20px;
}
.content ul li::before{
    position:absolute;
    content:"";
    width: 28px;
    height: 28px;
    left: 0;
    top: 0;
    background:url(./assets/images/check.svg);
    background-repeat: no-repeat;
    background-position: center;
}
@media only screen and (max-width:767px) {

    .inner-hero-image{
        width: calc(100% + 2rem); 
        margin-left: -1rem; 
        margin-right: -1rem; 
    }
    .inner-hero-image img{
        border-radius: 0;
    }

}
/* Platform Overview Hero Style End */

/* Kafka Cost Reduction Style Start */

.kafka-cost-reduction-section .box-list-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    margin-top: 30px;
}
.kafka-cost-reduction-section .box-list {
    display: flex;
    padding: 52px 24px 32px 24px; 
    flex-direction: column;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    border-radius: 16px;
    background: #F8F8FC;
    box-shadow: 0 10px 20px transparent;
    transition: 0.3s all ease;
}
.kafka-cost-reduction-section .box-list:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}
.kafka-cost-reduction-section .box-icon img {
    width: 64px;
    height: 64px;
    margin-top: -130px;
}
.kafka-cost-reduction-section .box-list-title h3 {
    color: var(--header-color);
    text-align: center;
    font-size: 20px;
    line-height: 26px;
    font-weight: 600;
    margin-top: -35px;
}
.kafka-cost-reduction-section .box-list-description p {
    text-align: center;
    margin: auto;
    font-size: 16px;
}
@media screen and (max-width:991px) {

    .kafka-cost-reduction-section .box-list-wrapper {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 767px) {

    .kafka-cost-reduction-section .box-list-wrapper {
        grid-template-columns: 1fr;
    }

}
/* Kafka Cost Reduction Style End */


/* Improve Reliability Style Start */

.improve-reliability-section {
    text-align: center;
    background: var(--dark-green);
}
.improve-reliability-section .box-list-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}
.improve-reliability-section .box-icon {
    width: 64px;
    height: 64px;   
    margin-left: auto;
    margin-right: auto;
}
.improve-reliability-section .box-list-title h3 {
    color: var(--white);
    text-align: center;
    font-size: 20px;
    line-height: 26px; 
}
.improve-reliability-section .box-list-description p {
    color: rgba(255, 255, 255, 0.70);
    text-align: center;
    margin: auto;
    font-size: 16px;
}

@media screen and (max-width: 991px) {

    .improve-reliability-section .box-list-wrapper {
        grid-template-columns: repeat(2, 1fr);
    }
    .improve-reliability-section .box-list-title h3 {
        font-size: 18px;
    }
    
}

@media screen and (max-width: 767px) {

    .improve-reliability-section .box-list-wrapper {
        grid-template-columns: 1fr;
    }
    
}
/* Improve Reliability Style End */


/* Improve Performance Style Start */

.improve-performance-section {
    position: relative;
}
.paddingRight0{
    padding-right: 0px;
}
.list-style2 ul{
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.list-style2 ul li{
    position:relative;
    display: block;
    margin: 18px 0;
    color: var(--header-color);
    font-size: 18px;
    font-weight: 500;
    line-height: 25.2px;
    padding-left: 34px;
}
.list-style2 ul li::before {
    position: absolute;
    content: "";
    width: 22px;
    height: 25px;
    left: 0;
    top: 0;
    background: url(./assets/images/check2.svg);
    background-repeat: no-repeat;
    background-position: center;
}
.improve-performance-content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 100px;
    flex-direction: column;
    align-items: center;
    align-self: stretch;    
}
.improvment-performance-image{
    position:relative;
}
.improvment-performance-image::after {
    position: absolute;
    content: "";
    width: 700px;
    height: 700px;
    top:50%;
    transform: translateY(-50%);
    border-radius: 700.106px;
    background: radial-gradient(62.2% 62.2% at 50% 50%, rgba(116, 242, 217, 0.80) 0%, rgba(159, 241, 225, 0.00) 100%);
    filter: blur(101.71028900146484px);
    z-index: -1;
}
.improvment-performance-image::before {
    position: absolute;
    content: "";
    width: 700px;
    height: 700px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 700.106px;
    background: radial-gradient(62.2% 62.2% at 50% 50%, rgba(164, 157, 253, 0.88) 0%, rgba(183, 179, 255, 0.00) 100%);
    filter: blur(101.71028900146484px);
    z-index: -1;
}
.improvment-performance-image {
    text-align: right;
}
.improvment-performance-image.image-edge{
	position: relative;
	right: -35%;
}


@media screen and (max-width: 991px) {

    .paddingRight0{
        padding-right: 0px;
    } 
    .improve-performance-content {
        grid-template-columns: repeat(1, 1fr);
        gap: 0px;
    }
    .improvment-performance-image{
        margin-top:50px;
        text-align: center;
    }
    .improvment-performance-image.image-edge {
        right:0;
    }

}
@media only screen and (max-width:767px) {

    .improvment-performance-image::after,
    .improvment-performance-image::before {
        width: 242px;
        height: 242px;
    }
    .improvment-performance-image {
        margin-top:30px;
        text-align: center;
    }

}
/* Improve Performance Style End */

/* Why Choose Us Style Start */

.counter-list-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    margin-top: 60px;
}
.counter-list:not(:last-child) {
    border-right: 1px solid #EAECF0;
}
.counter-title h1 {
    text-align: center;
    background: linear-gradient(28deg, rgba(121, 110, 255, 0.80) -3.65%, rgba(117, 242, 197, 0.80) 95.43%);
    background-clip: text;
    -webkit-background-clip: text;
   -webkit-text-fill-color: transparent; 
   font-size: 80px;
   line-height: 72px;
   font-weight: 600;
   letter-spacing: -1.6px;
}
.counter-list p {
    color: var(--header-color);
    text-align: center;
    font-weight: 600;
   
}

@media screen and (max-width: 991px) {

    .counter-list-wrapper {
        grid-template-columns: repeat(3, 1fr);
    }
    .counter-list {
        border-right: none;
    }
    .why-choose-us-section .counter-title h1 {
        font-size: 64px;
        font-weight: 600;
        line-height: 72px;
        letter-spacing: -1.28px;
    }

}
@media screen and (max-width: 767px) {
    .counter-list-wrapper {
        grid-template-columns: 1fr;
    }
}

/* Why Choose Us Style End */


/* How it Works Section Style Start */

.how-it-works-section {
	background: var(--dark-green);
}

.how-it-work-box h3 {
    color:var(--white);
    font-size: 20px;
    font-weight: 600;
    line-height: 30px; 
    margin-bottom: 10px;
}
.how-it-work-box p{
    color: rgba(255, 255, 255, 0.70);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px; 
}
.how-it-works-content .section-header {
    display: flex;
    column-gap: 70px;
    justify-content: space-between;
    flex-wrap: wrap; 
}
.how-it-works-content .section-header .section-description {
    flex: 1;
    max-width: 70%; 
}
.how-it-works-content .how-it-work-boxes {
    display: flex;
    justify-content: space-between;
    gap: 70px; 
    flex-wrap: wrap; 
}
.how-it-work-box {
    flex: 1 1 calc(50% - 35px); 
    max-width: calc(50% - 35px); 
    box-sizing: border-box; 
}
@media only screen and (max-width:991px) {


    .how-it-works-content .section-header {
        display: block;
    }
    .how-it-works-content .section-header .how-it-work-boxes  {
        margin-top: 50px;
    }
    .how-it-works-content .section-header .section-description {
        max-width: 100%; 
    }
    .how-it-works-content .how-it-work-boxes {
        gap: 30px; 
    }

}
@media only screen and (max-width:767px) {

    .how-it-works-content .how-it-work-boxes {
       display: block;
       margin-top:0;
    }
    .how-it-work-box {
        margin-top: 30px;
        max-width: 100%;
    }
}

/* How it Works Section Style End */



/* Vendor Hero  Style Start */


.vendor-hero-content {
	display: flex;
	column-gap: 50px;
}
.vendor-hero-content > *  {
    flex: 1 1 calc( 50% - 25px);
}
.vendor-hero-image img{
    width: 100%;
    border-radius: 16px;
}
@media only screen and (max-width:1399px) {

    .vendor-hero-content h1 {
        font-size: 80px;
        line-height: 92px;
    }

}
@media only screen and (max-width:1199px) {

    .vendor-hero-content h1 {
        font-size: 60px;
        line-height: 72px;
    }

}
@media only screen and (max-width:991px) {

    .vendor-hero-content {
        display: block;
    }
    .vendor-hero-image{
        margin-top: 30px;
        text-align: center;
    }
}
@media only screen and (max-width:767px) {

    .vendor-hero-content h1 {
        font-size: 40px;
        line-height:44px;
        letter-spacing: -0.8px;
    }

}

/* Vendor Hero Style End */


/* Powerful Combination Section Style Start */


.powerful-combination-section .box-list-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 32px;
}
.powerful-combination-section .box-list{
    text-align: center;
    margin-top : 20px;
}
.powerful-combination-section .box-icon{
    margin-bottom: -20px;
}
.powerful-combination-section .box-icon svg {
    width: 100%;
    height: auto;
}
.powerful-combination-section .box-list-title h3 {
    color: var(--header-color);
    text-align: center;
    font-size: 20px;
    line-height: 26px;
    margin-bottom:0px;
}
.powerful-combination-section .box-list-description p {
    font-size: 16px;
}
@media only screen and (max-width:991px) {

    .powerful-combination-section .box-icon {
        margin: 0;
    }

}
@media only screen and (max-width:767px) {

    .powerful-combination-section .box-list-wrapper {
        display: block;
    }

}
/* Powerful Combination Section Style End */


/* Can Help Reduce Costs  Style Start */


.resource-management {
    border-radius: 16px;
    border: 2px solid #796EFF;
    background: linear-gradient(28deg, rgba(121, 110, 255, 0.08) -3.65%, rgba(117, 242, 197, 0.08) 95.43%);
    padding: 32px;
    display:grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    margin-top: 60px;
}
.resource-management.resources-management-with-image {
    background: transparent;
    border: none;
    padding: 0;
    gap: 32px;
}
.resource-management.resources-management-with-image img,.resource-management.resources-management-with-image svg {
    width: 100%;
}
.resource-management h4{
    color: var(--header-color);
    font-size: 20px;
    font-weight: 600;
    line-height: 26px;
}
.resource-management P{
    font-size: 16px;
    font-weight: 400;
    line-height: 22.4px;
}
.resource-image {
	text-align: center;
}
@media only screen and (max-width:767px) {

    .resource-management {
        display: block;
        padding: 25px;
    }
    .resource-image {
        margin-top: 30px;
    }

}
.can-help-reduce-costs-section .box-list-wrapper {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 50px;
	margin-top: 64px;
}
.can-help-reduce-costs-section .box-icon{
    max-width: 52px;
    margin-bottom: 16px;
}
.can-help-reduce-costs-section .box-icon img,
.can-help-reduce-costs-section .box-icon svg {
    width: 100%;
    height: auto;
}
.can-help-reduce-costs-section h3.box-list-title {
    color: var(--header-color);
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 10px;
  
}
.can-help-reduce-costs-section .box-list-description p {
    font-size: 16px;
}
@media only screen and (max-width:767px) {

    .can-help-reduce-costs-section .box-list-wrapper {
        display: block;
        margin-top: 50px;
    }
    .can-help-reduce-costs-section .box-list-wrapper .box-list {
        margin-top: 30px;
    }
    .can-help-reduce-costs-section h3.box-list-title {
        font-size: 18px;
        line-height: 26px;
      
    }
}
.can-help-reduce-costs-section .bottom-image::after {
    position: absolute;
    content: "";
    width: 820px;
    height: 300px;
    top: 80%;
    transform: translateY(-50%);
    right: 0;
    border-radius: 819.5px;
    background: radial-gradient(62.2% 62.2% at 50% 50%, rgba(116, 242, 217, 0.80) 0%, rgba(159, 241, 225, 0.00) 100%);
    filter: blur(119.0556869506836px);
    z-index: -1;
}
.can-help-reduce-costs-section .bottom-image::before   {
    position: absolute;
    content: "";
    width: 820px;
    height: 300px;
    top: 80%;
    transform: translateY(-50%);
    left: -5%;
    border-radius: 819.5px;
    background: radial-gradient(62.2% 62.2% at 50% 50%, rgba(164, 157, 253, 0.88) 0%, rgba(183, 179, 255, 0.00) 100%);
    filter: blur(119.0556869506836px);
    z-index: -1;
}

/* Progress Bar Style  */

.progress-bar-section {
    margin-top: 64px;
    position:relative;
}
.progress-bar-section::before{
    position:absolute;
    content: "";
    width: 1096px;
    height: 146px;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    border-radius: 1096.4px;
    background: radial-gradient(62.2% 62.2% at 50% 50%, rgba(164, 157, 253, 0.88) 0%, rgba(183, 179, 255, 0.00) 100%);
    filter: blur(78.55736541748047px);
    z-index: -1;
}
.progress-bar-section::after{
    position:absolute;
    content: "";
    width: 1096px;
    height: 146px;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    border-radius: 1096.4px;
    background: radial-gradient(62.2% 62.2% at 50% 50%, rgba(116, 242, 217, 0.80) 0%, rgba(159, 241, 225, 0.00) 100%);
    filter: blur(78.55736541748047px);
    z-index: -1;
}
.progress-bar {
    border-radius: 20px;
    height: 100%;
    transition: 1.5s all ease-in-out;
}
.progress-bar-1 {
    background-color: #6a7fff;
    width: 0;
}
.progress-bar-section.active .progress-bar-1{
    width: 100%;
}
.progress-bar-2 {
    background-color: #60d5bf;
    width: 0;
}
.progress-bar-section.active .progress-bar-2 {
    width: 60%;
}
.cluster-container {
    width: 100%;
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    margin:auto;
}
.progress-header {
    color: #1D2939;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; 
    margin-bottom: 0;
}
.cluster-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.cluster-monthly-cost .progress-bar-wrapper {
    flex-grow: 1;
    max-width: 65%;
}
.progress-bar-container {
    position: relative;
    background-color: #e0e0e0;
    border-radius: 20px;
    height: 33px;
    overflow: hidden;
}
.price {
    color: #1D2939;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
}
.price.custom-price {
    margin-left: -80px;
}
.progress-bar-section ul{
    list-style-type: disc !important;
}
.progress-bar-section ul li{
    list-style: disc;
    margin: 0; 
    padding-left: 15px; 
    color: #74738C;
    font-size: 16px;
    font-weight: 400;
    line-height: 22.4px;
    margin-top: 5px;
}
.progress-bar-section ul li::before{
    background: #74738C;
    width:8px;
    height:8px;
    border-radius: 50%;
    top:6px;
}
span.month-style {
    color: #98A2B3;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; 
}
.cluster-images {
    display: flex;
    gap: 12px;
    margin:10px;
}

.cluster-images img {
    width: 40px;
    height: 40px;  
}


@media (max-width: 767px) {
    .cluster-item {
            flex-direction: row;
            align-items: flex-start;
    }
    .header {
        margin-bottom:10px;
    }
    .price.custom-price {
        margin-left: -170px;
    }

    .progress-bar-wrapper {
        max-width: 100%;
    }

    .cluster-images img {
        width: 24px;
        height: 24px;    
    }
    .progress-bar-container {
        width: 80px;
    }
    span.plus-stlye {
        margin-top: 0px !important;
    }
    .price {
        color: #1D2939;
        font-size: 16px;
        font-weight: 600;
        line-height: 32px; 
    }
    .cluster-images {
        margin-top: 4px;
    }
}
@media only screen and (max-width:767px) {

    .progress-bar-container {
        height: 24px;
    }

}
/* Can Help Reduce Costs Style End */


/* Improve Reliability with image Style Start */



.improve-reliability-with-image-section {
    background: var(--dark-green);
    color: var(--white);
}
.improve-reliability-with-image-section .section-header p {
    color: rgba(248,247,255,0.64);
}
.improve-reliability-with-image-content .box-list .box-icon{
    margin-bottom: 10px;
}
.improve-reliability-with-image-content .box-list h3{
    color: var(--white);
    font-size: 20px;
    font-weight: 600;
    line-height: 30px; 
    margin-bottom: 0;
}
.improve-reliability-with-image-content .box-list p{
    color: rgba(255, 255, 255, 0.70);
    font-size: 16px;
    font-weight: 400;
    line-height: 22.4px;
}
.improve-reliability-with-image-content {
	display: grid;
	grid-template-columns: 1fr 1fr;
	align-items: center;
	margin-top: 65px;
}
.reliability-image {
    text-align: right;
}
@media only screen and (max-width:767px) {

    .improve-reliability-with-image-content {
        display: block;
    }
    .reliability-image {
        text-align: center;
        margin-top: 50px;
    }

}

/* Improve Reliability with image Style End */


/* Aiven Style  */

.aiven-head h2 {
    font-size: 36px;
    font-weight: 600;
    line-height: 44px;
    letter-spacing: -0.72px;
    color: var(--header-color);
}
.aiven-head p {
    font-size: 20px;
    line-height: 28px;
}
.aiven-head ul {
    margin-bottom:20px;
    padding: 0;
    list-style: none;
    display: flex;
    column-gap: 50px;
}
.aiven-head ul li {
    display: block;
    padding-left: 20px;
    position:relative;
}
.aiven-head ul li::before {
    position: absolute;
    content: "";
    width: 12px;
    height: 12px;
    border-radius: 24px;
    background: linear-gradient(18deg, #796EFF -24.16%, #75F2C5 139.25%);
    top:6px;
    left: 0;
}
.aiven-head {
    max-width: 768px;
    margin-bottom: 30px;
}
.aiven-contnet {
    position: relative;
}
.aiven-contnet::before{
    position:absolute;
    content:"";
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 1040.628px;
    height: 199px;
    flex-shrink: 0;
    border-radius: 1040.628px;
    background: radial-gradient(62.2% 62.2% at 50% 50%, rgba(116, 242, 217, 0.80) 0%, rgba(159, 241, 225, 0.00) 100%);
    filter: blur(78.55736541748047px);
    z-index: -1;
}
.aiven-contnet::after{
    position:absolute;
    content:"";
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 1040.628px;
    height: 199px;
    flex-shrink: 0;
    border-radius: 1040.628px;
    background: radial-gradient(62.2% 62.2% at 50% 50%, rgba(164, 157, 253, 0.88) 0%, rgba(183, 179, 255, 0.00) 100%);
    filter: blur(78.55736541748047px);
    z-index: -1;
}


.aiven-contnet p a {
    display: block;
    width: 100%;
}
.aiven-contnet p a img {
    width: 100%;
}
@media only screen and (max-width:767px) {



    .aiven-head h2 {
        text-align: center;
        font-size: 30px;
        line-height: 36px;
    }
    .aiven-head p {
        font-size: 18px;
    }
    .aiven-head ul {
        display: block;
    }
    .aiven-head ul li {
        display: block;
        margin: 10px 0;
    }
    .aiven-contnet::before,
    .aiven-contnet::after {
        width: 400px;
        height: 50px;
    }

}

/* Aiven Style  End */








/*
============================================================
CMS Style End
============================================================
*/





/* Site Footer Style Start */

.site-footer{
    background:var(--dark-green);
}
.main-footer {
    display: flex;
    column-gap: 100px;
    justify-content: space-between;
    padding-bottom: 32px;
    padding-top: 90px;
}
.site-info {
    flex: 0 0 auto;
}
.footer-links {
    display: grid;
    column-gap: 100px;
    grid-template-columns: repeat(5, 1fr);
}
.footer-bottom {
	display: flex;
	column-gap: 30px;
	justify-content: space-between;
	align-items: center;
}
.info p,.info a,.footer-copy {
    font-size: 15px;
    font-weight: 500;
    line-height: 24px;
    color: var(--primary-color)
}
.info {
    margin-top: 30px;
}
.footer-links section{
    padding: 0;
}
.widget-title{
    color: #626278;
    font-size: 15px;
    font-weight: 600;
    line-height: 20px; 
}
.footer-links ul{
    margin:0;
    padding:0;
    list-style-type: none;
}
.footer-links ul li {
    display: block;
}
.footer-links ul li a{
    display: block;
    color: #807E99;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px; 
    padding:4px 0;
    transition: 0.3s all ease;
}
.footer-links ul li a:hover{
    color:#6358FA;
}
.footer-bottom{
    padding: 30px 0;
}
.certifications {
	display: flex;
	column-gap: 30px;
	align-items: center;
}
@media only screen and (max-width:1199px) {

    .main-footer {
        column-gap: 50px;
    }
    .footer-links {
        column-gap: 50px;
    }
}
@media only screen and (max-width:991px) {

    .footer-links {
        grid-template-columns: repeat(2, 1fr);
    }
    .footer-links > * {
        margin-bottom: 30px;
    }
}

@media only screen and (max-width:767px) {

    .main-footer {
        display: block;
    }
    .footer-links {
        margin-top: 50px;
    }
    .footer-bottom {
        flex-direction: column;
    }
    .footer-bottom > * {
        flex: 1;
        width: 100%;
    }
    .footer-copy {
        order: 2;
    }
    .certifications {
        order: 1;
        margin-bottom: 25px;
    }

}






/* Site Footer Style End */