@font-face {
    font-family: 'Gilroy';
    src: url('./fonts/Gilroy-Bold.woff2') format('woff2'),
        url('./fonts/Gilroy-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('./fonts/Gilroy-Light.woff2') format('woff2'),
        url('./fonts/Gilroy-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('./fonts/Gilroy-Regular.woff2') format('woff2'),
        url('./fonts/Gilroy-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('./fonts/Gilroy-Heavy.woff2') format('woff2'),
        url('./fonts/Gilroy-Heavy.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('./fonts/Gilroy-Medium.woff2') format('woff2'),
        url('./fonts/Gilroy-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Plus Jakarta Sans';
    src: url('./fonts/PlusJakartaSans-Medium.woff2') format('woff2'),
        url('./fonts/PlusJakartaSans-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Plus Jakarta Sans';
    src: url('./fonts/PlusJakartaSans-SemiBold.woff2') format('woff2'),
        url('./fonts/PlusJakartaSans-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Plus Jakarta Sans';
    src: url('./fonts/PlusJakartaSans-LightItalic.woff2') format('woff2'),
        url('./fonts/PlusJakartaSans-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Plus Jakarta Sans';
    src: url('./fonts/PlusJakartaSans-MediumItalic.woff2') format('woff2'),
        url('./fonts/PlusJakartaSans-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Plus Jakarta Sans';
    src: url('./fonts/PlusJakartaSans-Italic.woff2') format('woff2'),
        url('./fonts/PlusJakartaSans-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Plus Jakarta Sans';
    src: url('./fonts/PlusJakartaSans-Light.woff2') format('woff2'),
        url('./fonts/PlusJakartaSans-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Plus Jakarta Sans';
    src: url('./fonts/PlusJakartaSans-Regular.woff2') format('woff2'),
        url('./fonts/PlusJakartaSans-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Plus Jakarta Sans';
    src: url('./fonts/PlusJakartaSans-ExtraBold.woff2') format('woff2'),
        url('./fonts/PlusJakartaSans-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Plus Jakarta Sans';
    src: url('./fonts/PlusJakartaSans-SemiBoldItalic.woff2') format('woff2'),
        url('./fonts/PlusJakartaSans-SemiBoldItalic.woff') format('woff');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Plus Jakarta Sans';
    src: url('./fonts/PlusJakartaSans-Bold.woff2') format('woff2'),
        url('./fonts/PlusJakartaSans-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Plus Jakarta Sans';
    src: url('./fonts/PlusJakartaSans-BoldItalic.woff2') format('woff2'),
        url('./fonts/PlusJakartaSans-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Plus Jakarta Sans';
    src: url('./fonts/PlusJakartaSans-ExtraLight.woff2') format('woff2'),
        url('./fonts/PlusJakartaSans-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Plus Jakarta Sans';
    src: url('./fonts/PlusJakartaSans-ExtraBoldItalic.woff2') format('woff2'),
        url('./fonts/PlusJakartaSans-ExtraBoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Plus Jakarta Sans';
    src: url('./fonts/PlusJakartaSans-ExtraLightItalic.woff2') format('woff2'),
        url('./fonts/PlusJakartaSans-ExtraLightItalic.woff') format('woff');
    font-weight: 200;
    font-style: italic;
    font-display: swap;
}



*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

html{
    font-size: 10px;
	scroll-behavior: smooth;
}

body{
    font-size: var(--sixteen-font);
	line-height: var(--sixteen_lineheight);
	color: var(--black);
    font-family: var(--font-family-jakarta);
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

.container{
	max-width: 1700px;
	margin: 0px auto;
	padding: 0 clamp(20px, 5vw, 50px);
	width: 100%;
}



:root {

	--white				: #fff;
	--pure_black 		: #000;
	--black				: #0A0A0A;
	--light-red			: #F25056;
	--brown 			: #261127;
	--off-white 		: #F3F3F3;
	--white_light_seven : rgb(255, 255, 255 , 0.7);
	--white_light_eight : rgb(255, 255, 255 , 0.8);
	--black-light_seven : rgb(10, 10, 10 , 0.7);
	--black-light_eight : rgb(10, 10, 10 , 0.8);

	--title_h1: 	clamp(3.2rem,	5vw,  8.6rem);
	--title_h2: 	clamp(2.8rem, 	4vw, 	6rem);
	--title_h3_big: clamp(2.2rem, 	3vw, 	4.5rem);
	--title_h3: 	clamp(2rem, 	2vw, 	3rem);
    --title_h4_big: clamp(2rem, 	4vw, 	2.8rem);
	--title_h4: 	clamp(1.8rem, 	4vw, 	2.4rem);
	--title_h5: 	clamp(1.6rem, 	4vw,	2rem);
	--title_h6: 	clamp(1.6rem, 	4vw, 	1.6rem);

	--normal_font:  clamp(1.6rem, 3.8vw, 2rem);
	--twenty-font:  2rem;
	--sixteen-font: 1.6rem;
	--eighteen-font : 1.8rem;
    --thirty_four_font :  clamp(2.2rem, 2vw, 3.4rem);;
   

	--title_h1_lineheight: 		127.91%;
	--title_h2_lineheight: 		120%;
	--title_h3_big_lineheight: 	133.33%;
	--title_h3_lineheight: 		140%;
    --title_h4_big_lineheight: 150%;
	--line-height_normal:		normal;
	--title_h6_lineheight: 		175%;

	--normal_lineheight : 		normal;
	--sixteen_lineheight :	 	150%;
    --thirty_four_lineheight :  141.176%;


	--rad-24 : 24px 24px 24px 24px;
	--rad-16 : 16px 16px 16px 16px;

	--font-family-jakarta	: 'Plus Jakarta Sans';
	--font-family-gilroy	: 'Gilroy';


}

.bg_off_white{
	background-color: var(--off-white);
}
.bg_brown{
	background-color: var(--brown);
}
.bg_white{
    background-color: var(--white);
}
.bg_light_red{
    background-color: var(--light-red);
}

.white_text *, .white_text {
    color: var(--white);
}


h1,h2,h3,h4,h5,h6 {
	font-family: var(--font-family-jakarta);
	font-style: normal;
	color: var(--black);
}
h1 , .title_h1{
	font-size: var(--title_h1);
	font-weight: 600;
	line-height: var(--title_h1_lineheight);
}
h2 , .title_h2{
	font-size: var(--title_h2);
	font-weight: 300;
	line-height: var(--title_h2_lineheight);
}
h2 span , .title_h2 span{
	font-weight: 600;
}
h3 , .title_h3{
	font-size: var(--title_h3);
	line-height: var(--title_h3_lineheight);
	font-weight: 600;
}
h3 big , .title_h3_big{
	font-size: var(--title_h3_big);
	font-weight: 300;
	line-height: var(--title_h3_big_lineheight);
}

h4 , .title_h4{
	font-size: var(--title_h4);
	line-height:var(--line-height_normal);
	color: var(--white);
}
h5 , .title_h5{
	color: var(--light-red);
	font-size: var(--title_h5);
	font-weight: 500;
	line-height: var(--line-height_normal);
}
h6{
	font-size: var(--title_h6);
	line-height: var(--title_h6_lineheight);
    font-weight: 500;
	color: var(--light-red);
}
p , li {
	color: var(--black-light_seven);
	font-size: var(--normal_font);
	font-weight: 300;
	line-height: var(--normal_lineheight);
	font-family: var(--font-family-jakarta);
}
.sixteen_font p{
	font-size: var(--sixteen-font);
	line-height: var(--sixteen_lineheight);
}

.btn {
	color: var(--white);
	background-color: var(--light-red);
	font-size: 1.8rem;
	font-weight: 600;
	line-height: var(--line-height_normal);
	font-family: var(--font-family-jakarta);
	padding: 1.2rem 3rem;
	display: flex;
	align-items: center;
	text-align: center;
	justify-content: center;
	cursor: pointer;
	outline: none;
	border: 1px solid transparent;
	border-radius: 100px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: all 0.3s ease-in-out;
}

.btn:hover {
    background: transparent;
    color: var(--light-red);
    border: 1px solid var(--light-red);
}
.secondary_btn {
    background-color: transparent;
    border: 1px solid var(--brown);
    color: var(--brown);
}
.secondary_btn:hover {
    background: var(--brown);
    color: white;
    border: 1px solid transparent;
}
.white_bor_btn {
    border: 1px solid var(--white);
    color: var(--white);
}
.white_bor_btn:hover {
    background: var(--white);
    color: var(--brown);
}
.aero_btn {
    gap: 16px;
    padding: 1.6rem 4rem;
}
.aero_btn:hover svg path {
    stroke: var(--white);
    transition: all 0.3s ease-in-out;
}




li {
  list-style-type: none;
}
a {
	color: var(--white_light_eight);
	font-size: var(--sixteen-font);
	font-family: var(--font-family-jakarta);
	line-height: var(--line-height_normal);
	text-decoration: none;
	display: inline-flex;
}
img {
  max-width: 100%;
  height: auto;
  display: block;
  user-select: none;
}


.small_red_title {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.center_text {
    align-items: center;
    text-align: center;
}
.small_red_title h5 {
    color: var(--light-red);
}


.pad_ten_both{
    padding: 10rem 0;
}
.pad_ten_top{
    padding-top: 10rem;
}
.pad_ten_btm{
    padding-bottom: 10rem;
}
.pad_one_twenty_both{
    padding: 12rem 0;
}
.pad_one_twenty_top{
    padding-top: 12rem;
}
.pad_one_twenty_btm{
    padding-bottom: 12rem;  
}
.pad_one_fifty_both{
    padding: 15rem 0;
}
.pad_one_fifty_top{
    padding-top: 15rem;
}
.pad_one_fifty_btm{
    padding-bottom: 15rem;  
}


.hover_image{
    overflow: hidden;
}
.hover_image:hover img {
    transform: scale(1.1);
}
.hover_image img {
    transform: scale(1);
    transition: all 0.4s ease-in-out;
}



/* header */



/* header{
	position: fixed;
    top: 30px;
    left: 0;
    width: 100%;
    z-index: 9999;	
} */

header {
    position: absolute;
    top: 30px;
    left: 0;
    width: 100%;
    z-index: 9999;
}

.header_main {
	padding: 16px 16px 16px 30px;
    display: flex;
    gap: 80px;
    align-items: center;
	border-radius: 100px;
    justify-content: space-between;
}
.header_logo {
    display: flex;
    width: max-content;
}
.header a.white_logo {
    display: none;
}
.header_right {
    gap: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex: 1;
}
.header_menu ul {
    gap: 30px;
    display: flex;
	align-items: center;
}
.header_menu ul li a {
    color: var(--black_light_seven);
    font-size: var(--eighteen-font);
    font-weight: 400;
    line-height: var(--line-height_normal);
    transition: all ease 0.3s;
}
.header_menu ul li a:hover , .header_menu li.current_page_item a {
    color: var(--light-red);
    /* -webkit-text-stroke: 0.7px var(--black); */
}
.header_btn_otr {
    display: flex;
    align-items: center;
    gap: 8px;
}
.mobileIcon {
    display: none;
}


/* Footer */

.footer {
    border-radius: 24px 24px 0 0;
}
.footer_top p {
    color: var(--white_light_seven);
	font-weight: 400;
}
.footer_top_main {
    display: flex;
    justify-content: space-between;
	align-items: center;
	padding: 80px 0;
	margin-bottom: 80px;
	border-bottom: 1px solid rgb(255 255 255 / 10%);
}
.footer_top_left {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.footer_top_left h2{
	color: var(--white);
}
.footer_top_left h2 span {
    color: var(--light-red);
}


.footer_btm_main {
    display: flex;
    flex-direction: column;
}
.footer_btm_menu {
    display: flex;
    justify-content: space-between;
    gap: 50px;
}
.footer_logo_social {
    display: flex;
    flex-direction: column;
    gap: 50px;
}
.footer_social_otr {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: max-content;
}
.footer_social_links {
    display: flex;
    align-items: center;
    gap: 16px;
}
.social_link_icon a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    border-radius: 100px;
    border: 1px solid rgba(242, 80, 86, 0.30);
    background: rgba(242, 80, 86, 0.00);
    transition: all ease-in-out 0.3s;
}
.social_link_icon a img {
    transition: all ease-in-out 0.3s;
}
.social_link_icon a:hover {
    background: #f25056;
}
.social_link_icon a:hover img {
    filter: grayscale(100%) invert(1) brightness(200%);
}


.footer_right_menu_otr {
    flex: 1;
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    /* gap: 150px; */
    gap: 30px clamp(30px, 8vw, 150px);
}
.footer_menu_right_otr {
    display: grid;
    /* grid-template-columns: repeat(2,minmax(0,1fr)); */
	grid-template-columns: auto auto;
    gap: 50px clamp(30px, 8vw, 150px);
}
.footer_menu_otr , .feature_footer_menu {
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.footer_menu_otr  .footer_menu , .feature_footer_menu .footer_menu {
    display: flex;
}
.footer_btm_menu .feature_footer_menu ul {
    column-count: 2;
    column-gap: 50px;
}
.footer_menu_otr ul {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.footer_btm_menu .feature_footer_menu ul li:not(:last-child) {
    margin-bottom: 16px;
}
.footer_right_menu_otr ul li {
    display: flex;
}

.footer_copyright {
    display: flex;
    justify-content: space-between;
	margin-top: 50px;
    padding: 16px 0 30px;
    border-top: 1px solid rgb(255 255 255 / 10%);
}
.copyright_text p {
    color: var(--white_light_eight);
}
.copyright_menu ul {
    display: flex;
    align-items: center;
    gap: 24px;
}

.footer_right_menu_otr ul li a {
    transition: all ease-in-out 0.3s;
}
 
.footer_right_menu_otr ul li a:hover , .copyright_menu li a:hover {
    color: var(--white);
}


/* Hero Banner */


.hero_banner{
	padding: 252px 0 90px;
    overflow: hidden;
}
.hero_banner_container_main {
    display: flex;
    max-width: 1920px;
    gap: 20px;
    
}
.feature_banner .hero_banner_container_main{
    flex-wrap: wrap;
}
.hero_banner_left{
	width: 49.091%;
	display: flex;
	flex-direction: column;
	gap: 30px;
}
.hero_banner_right {
    /*flex: 1;*/
    position: relative;
    z-index: 1;
    width: 50%;
}
.hero_banner_right:before{
	position: absolute;
	content: '';
	left: 0;
	bottom:-22px;
	background-image: url(/wp-content/uploads/2025/06/hero_banner_image_patch.svg);
	width: 422px;
	height: 345px;
	z-index: -1;
}

.hero_banner_left_top {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.hero_banner_left_top p {
    max-width: 816px;
    font-weight: 400;
    line-height: 30px;
}
.hero_banner_right img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.hero_banner_left_btm {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.hero_banner_demo_form_otr {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.hero_banner_left_btm > p{
    font-weight: 700;
}
.hero_banner_demo_form_otr p {
    font-weight: 400;
    max-width: 533px !important;
}

.hero_banner_form form {
    position: relative;
    width: 533px;
}
 
.hero_banner_form form input {
    padding: 27.5px 196px 27.5px 24px;
    border-radius: 1000px;
    outline: none;
    border: unset;
    font-size: 16px;
    color: #0A0A0A;
    font-weight: 500;
    font-family: var(--font-family-jakarta);
    width: 100%;
    border: 1px solid #fff;
}
 
.hero_banner_form form .wpcf7-submit {
    font-size: 18px;
    font-weight: 600;
    color: #FFFFFF;
    padding: 16px 30px;
    background: var(--light-red);
    cursor: pointer;
    width: max-content;
    transition: all ease-in-out 0.4s;
    border: 1px solid var(--light-red);
}

/* .hero_banner_form form p:last-of-type {
    position: absolute;
    right: 12px;
    top: 34px;
    width: min-content;
} */

.wpcf7-form-control-wrap {
    display: flex;
}
/* span.wpcf7-spinner {
    display: none;
}
.wpcf7-not-valid-tip {
    display: flex;
    top: 100%;
    position: absolute;
} */


.mail_box_btn input {
    position: absolute;
}
span.wpcf7-spinner {
    display: none;
}
.hero_banner_form form .wpcf7-submit {
    position: absolute;
    right: 10px;
    top: 10px;
}


.wpcf7-not-valid-tip {
    display: flex;
    position: absolute;
    top: 100%;
    margin-top: 40px;
    border-radius: 1000px !important;
    background: rgba(242, 80, 86, 0.10);
    border: 1px solid #F25056;
    border-radius: 16px;
    color: #F25056;
    font-size: 14px;
    font-weight: 700;
    padding: 11px 15px 11px 42px;
    line-height: 26px;
    width: 100%;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output , .wpcf7 form.sent .wpcf7-response-output {
    border-color: var(--light-red);
    color: white;
    background: var(--light-red);
    margin: 0;
    margin-top: 3.5rem;
    font-size: 1.6rem;
    font-family: var(--font-family-jakarta);
}


.wpcf7 form.sent .wpcf7-response-output {
    background: rgba(52, 181, 40, 0.10);
    color: #34B528;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding: 10px 12px 10px 42px;
    border: 1px solid #34B528;
    bottom: -85px;
    width: 100%;
}
.wpcf7 form.sent .wpcf7-response-output:before {
    content: '';
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M21.3741 13.125C20.6241 16.875 17.7966 20.406 13.8291 21.195C11.8941 21.5804 9.88683 21.3454 8.09312 20.5236C6.29941 19.7018 4.8107 18.335 3.83896 16.6179C2.86722 14.9008 2.46199 12.9208 2.68098 10.96C2.89997 8.9992 3.732 7.15745 5.05862 5.69701C7.77962 2.70001 12.3741 1.87501 16.1241 3.37501" stroke="%2334B528" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M8.625 11.625L12.375 15.375L21.375 5.625" stroke="%2334B528" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    left: 10px;
    width: 24px;
    height: 24px;
    top: 8px;
}
.hero_banner_form form.sent input[type="email"] {
    border: 1px solid #34B528;
}
.hero_banner_form form .wpcf7-submit:hover {
    background: transparent;
    color: var(--light-red);
}

/* Support Providers Logo */


.title_support_providers h4 {
    color: var(--pure_black);
    text-align: center;
	font-weight: 400;
}
.title_support_providers h4 span{
	font-weight: 700;
}

.support_providers_main{
	display: flex;
	flex-direction: column;
	gap: 50px;  
}
.title_support_logo_otr{
	display: flex;
	align-items: center;
	gap: 80px;
}
.support_logo {
    mix-blend-mode: luminosity;
    filter: grayscale(100%);
}


/* Recent Release Section */

.recent_release_main {
    display: flex;
    align-items: flex-start;
    gap: 80px;
}
.recent_release_left {
    width: 51.875%;
}
.recent_release_image img {
    border-radius: var(--rad-24);
}
.recent_release_left {
    width: 51.875%;
    padding: 0 100px 90px 0;
    position: relative;
}
.recent_release_content_otr p {
    line-height: 140%;
}
.recent_author {
    position: absolute;
    right: 0;
    width: 100%;
    max-width: 462px;
    bottom: 0;
    border-radius: 24px;
    background: #FFF;
    backdrop-filter: blur(21px);
    padding: 24px;
    filter: drop-shadow(0px 0px 16px rgba(0, 0, 0, 0.16));
}
.author_review_otr {
    display: flex;
    flex-direction: column;
    gap: 4px;
    align-items: flex-start;
}
.author_quote {
    display: flex;
    width: max-content;
}
.author_description_name_otr {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.author_image_star_otr {
    display: flex;
    gap: 16px;
    justify-content: space-between;
    align-items: end;
}
.author_image_name {
    display: flex;
    gap: 8px;
    align-items: end;
}
.author_image {
    width: 42px;
    height: 42px;
}
.author_image img{
    border-radius: 100%;
}
p.author_name {
    font-size: 1.6rem;
    font-weight: 700;
    color: #0A0A0A;
}
p.author_designation {
    font-size: 1.4rem;
    font-weight: 400;
}
.author_name_desi {
    display: flex;
    flex-direction: column;
    gap: 4px;
    flex: 1;
}
.recent_release_right {
    flex: 1;
    padding-top: 100px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.recent_release_content_otr {
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: flex-start;
}



/* Badges Section */

.badges_otr{
    position: relative;
    z-index: 1;
}
.badges_otr::before{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 240px;
    height: 195px;
    background: url(/wp-content/uploads/2025/06/badges_left_patch.svg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.badges_otr:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 240px;
    height: 195px;
    background: url(/wp-content/uploads/2025/06/badges_patch_right.svg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.badges_otr_main {
    display: flex;
    flex-direction: column;
    gap: 50px;
}
.badges_otr  .white_text h2 {
    color: white;
}
.badges_image_otr {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 80px;
}


/* Feature Slider */

.feature_banner .hero_banner_container_main {
    align-items: center;
}
.feature_slider_container {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 80px;
}
.feature_slider_top_main {
    display: flex;
    justify-content: space-between;
    align-items: end;
}
.feature_slider_top_main .small_red_title {
    max-width: 1048px;
}
.cmn_btn {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 100%;
    position: unset !important;
    transform: unset;
    width: 80px !important;
    height: 80px !important;
    margin: unset !important;
    padding: 21px;
    border: 1px solid var(--black-light_eight);
    transition: all 0.3s ease-in-out !important;
}
.cmn_btn::after {
  content: unset !important;
}
.cmn_btn_otr svg path {
    stroke: #0A0A0A;
}
.cmn_btn:hover {
    background:var(--light-red) !important;
    border: 1px solid transparent !important;
}
.cmn_btn:hover svg path {
    stroke: var(--white);
}

.feature_slider_btm{
    width: 100%;
}
.feature_slider_btn.cmn_btn_otr {
    display: flex;
    gap: 16px;
    flex-direction: row-reverse;
}

.feature_slide {
    position: relative;
    overflow: hidden;
    border-radius: var(--rad-24);
}
.feature_slide_image  {
    overflow: hidden;
    position: relative;
    padding-top: 95%;
}

.feature_slide_image:after {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 37.43%, rgba(0, 0, 0, 0.50) 100%);
}

.feature_slide_image:hover img  {
    transform: scale(1.1);
}
.feature_slide_image img {
    width: 100%;
    height: 100%;
    transform: scale(1);
    position: absolute;
    left: 0;
    top: 0;
    transition: all 0.4s ease-in-out;
}
.feature_slide_content {
    position: absolute;
    background: var(--white);
    z-index: 9;
    bottom: 24px;
    left: 24px;
    right: 24px;
    padding: 16px;
    border-radius: var(--rad-16);
    display: flex;
    gap: 24px;
}
.slide_left_content {
    display: flex;
    flex-direction: column;
    gap: 8px;
    max-width: 398px;
}
.hover_content {
    flex: 1;
    opacity: 0;
    visibility: hidden;
    justify-content: flex-end;
    transition: all ease-in-out 0.3s;
}
.feature_slide:hover .hover_content {
    opacity: 1;
    visibility: visible;
}
.feature_slide:hover img {
    transform: scale(1.1);
}


/* Testimonials */

.testimonial_main {
    display: flex;
    align-items: center;
}
.testimonial_container {
    display: flex;
    flex-direction: column;
    gap: 60px;
}
.testimonial_image_otr {
    display: flex;
    flex: 1;
    gap: 30px;
}
.testimonial_main .small_red_title {
    max-width: 390px;
    margin-right: 50px;
    position: relative;
}
.testimonial_main .small_red_title:after {
    content: '';
    position: absolute;
    right: -20px;
    width: 2px;
    height: 150px;
    background: rgb(10 10 10 / 10%);
    top: 50%;
    transform: translateY(-50%);
}
.testimonial_btm {
    width: 100%;
}
.testimonial_btm_main {
    align-items: stretch;
}
.testimonial_slider {
    display: flex !important;
    gap: 16px;
    padding: 30px;
    border-radius: var(--rad-16);
    border: 1px solid #E8E8E8;
    background: #F9F9F9;
    height: auto !important;
}
.testimonial_slider .author_description_name_otr {
    gap: 50px;
    flex: 1;
}
.testimonial_slider .author_image_star_otr {
    margin-top: auto;
}
.testimonial_slider  .author_quote {
    width: 34px;
    height: 34px;
}
.testimonial_slider .author_quote svg {
    width: 100%;
    height: 100%;
}
.testimonial_slider  .author_desctiption p {
    color: var(--black);
    line-height: 160%;
}


.testimonial_author p:first-child{
    font-weight: 700;
    color: var(--black);
}
.testimonial_author p:last-child{
    font-weight: 300;
    color: var(--black-light_eight);
    font-size: 1.6rem;
}

.testimonials_ot, .feature_slider {
    overflow: hidden;
}
.testimonial_slider  .author_image {
    width: 64px;
    height:64px;
}
.testimonial_slider .author_image img {
    width: 100%;
    height: 100%;
}


/* Company Impaact */

.company_impact {
    overflow: hidden;
}
 
.company_impact_main{
    border-radius: var(--rad-24);
    display: grid;
    grid-template-columns: repeat(5,minmax(0,1fr));
    gap: 50px;
    padding-left: 5rem;
    padding-right: 5rem;
    position: relative;
}
.company_impact_main:after{
    content: '';
    position: absolute;
    left: -104px;
    bottom: -124px;
    background-image: url(/wp-content/uploads/2025/06/company_left_patch.svg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 240px;
    height: 240px;
    z-index: -1;
}
.company_impact_main::before {
    content: '';
    position: absolute;
    top: -78px;
    right: -92px;
    background-image: url(/wp-content/uploads/2025/06/company_right_Patch.svg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 187px;
    height: 172px;
    z-index: -1;
}
 
.company_impact_box p {
    color: var(--white_light_eight);
}
.company_impact_box h3 {
    color: var(--white);
    font-weight: 700;
    font-size: var(--thirty_four_font);
    line-height: var(--thirty_four_lineheight);
}
 
.company_impact_box {
    position: relative;
    overflow: hidden;
    padding: 16px;
    border-bottom: 3px solid #F25056;
    display: flex;
    flex-direction: column;
    gap: 8px;
    background: transparent;
}
.company_impact_box::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(242, 80, 86, 0.00) 0%, rgba(242, 80, 86, 0.08) 100%);
    backdrop-filter: blur(21px);
    opacity: 0;
    transform: translateY(100%);
    transition: opacity 0.4s ease, transform 0.4s ease;
    z-index: 0;
}
.company_impact_box.bg-show::before {
    opacity: 1;
    transform: translateY(0);
}
.company_impact_box > * {
    position: relative;
    z-index: 1;
}
.company_impact_box.bg-show::after {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--light-red);
    transform: translateY(100%);
    transition: opacity 0.4s ease, transform 0.4s ease;
}
.company_impact_box.bg-show:hover::after {
    transform: translateY(0%);
    top: 0;
    transition: opacity 0.4s ease, transform 0.4s ease;
}

.testimonial_image img {
    width: max-content;
}


/* Blog And News */

.blog_otr_main {
    display: flex;
    flex-direction: column;
    gap: 80px;
}
.blog_box_btn_content {
    display: flex;
    flex-direction: column;
    gap: 50px;
    align-items: center;
}
.blog_box_otr {
    display: grid;
    grid-template-columns: repeat(3,minmax(0,1fr));
    gap: 50px;
}
.blog_box {
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.blog_box_description_otr {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.blog_box_desc p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.blog_box_image {
    position: relative;
    padding-top: 65.6%;
    border-radius: var(--rad-16);
}
.blog_box_image img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
    border-radius: var(--rad-16);
}



/* Tabbing */


.our_feature_tab_otr {
    background: #F6F6F6;
    position: relative;
    z-index: 1;
}
.our_feature_tab_otr:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 308px;
    height: 358px;
    background-image: url(/wp-content/uploads/2025/06/our_feature_right_patch.svg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    z-index: -1;
}
.our_feature_tab_otr:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 240px;
    height: 195px;
    background-image: url(/wp-content/uploads/2025/06/our_feature_left_patch.svg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    z-index: -1;
}
.our_feature_main {
    display: flex;
    flex-direction: column;
    gap: 50px;
    max-width: 1380px;
    margin: 0px auto;
}
.tabing_title ul {
    display: flex;
    background: white;
    gap: 30px;
    width: max-content;
    border-radius: 330px;
    margin: 0px auto;
}
.tabing_title ul li {
    display: flex;
}
.tabing_title ul li a {
    color: var(--black-light_eight);
    padding: 16px 24px;
    border-radius: 1000px;
    transition: all 0.3s ease-in-out;
    font-size: 1.8rem;
  
}
.tabing_title ul li a:hover {
    color: var(--light-red);
}
/* .tabing_title ul li a.active , .tabing_title ul li a.active:hover {
    background: var(--light-red);
    color: var(--white);
    font-weight: 500;
} */
.tabing_otr {
    display: flex;
    flex-direction: column;
}
/* .tabing_content_box {
    display: none;
    align-items: center;
    gap: 60px;
} */


.tabing_content_box.active {
    display: flex;
    visibility: visible;
    position: relative;
    transform: translateY(0);
    opacity: 1;
    transition-delay: 0.1s;
    align-items: center;
}


.tabing_content_box {
    display: flex;
    visibility: hidden;
    position: absolute;
    transform: translateY(20px);
    opacity: 0;
    transition: all 0.3s ease-in-out;
    align-items: center;
    padding: 50px 0;
    gap: 57px;
}
.tabbing_content {
    width: 50%;
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.tabbing_image {
    flex: 1;
}
.tabbing_image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.tabbing_description_btn {
    display: flex;
    flex-direction: column;
    gap: 30px;
    align-items: flex-start;
}

.tabing_content_otr {
    position: relative;
}







.wpcf7-response-output {
    position: absolute;
    bottom: -97px;
    border-radius: 1000px !important;
}
 
.wpcf7 form.invalid .wpcf7-response-output {
    background: rgba(242, 80, 86, 0.10);
    border: 1px solid #F25056;
    border-radius: 16px;
    color: #F25056;
    font-size: 14px;
    font-weight: 700;
    padding: 16px 15px 16px 42px;
    line-height: 26px;
    display: none;
}
 
.wpcf7-not-valid-tip:before {
    content: '';
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M12 17C12.2833 17 12.521 16.904 12.713 16.712C12.905 16.52 13.0007 16.2827 13 16C12.9993 15.7173 12.9033 15.48 12.712 15.288C12.5207 15.096 12.2833 15 12 15C11.7167 15 11.4793 15.096 11.288 15.288C11.0967 15.48 11.0007 15.7173 11 16C10.9993 16.2827 11.0953 16.5203 11.288 16.713C11.4807 16.9057 11.718 17.0013 12 17ZM12 13C12.2833 13 12.521 12.904 12.713 12.712C12.905 12.52 13.0007 12.2827 13 12V8C13 7.71667 12.904 7.47933 12.712 7.288C12.52 7.09667 12.2827 7.00067 12 7C11.7173 6.99933 11.48 7.09533 11.288 7.288C11.096 7.48067 11 7.718 11 8V12C11 12.2833 11.096 12.521 11.288 12.713C11.48 12.905 11.7173 13.0007 12 13ZM12 22C10.6167 22 9.31667 21.7373 8.1 21.212C6.88334 20.6867 5.825 19.9743 4.925 19.075C4.025 18.1757 3.31267 17.1173 2.788 15.9C2.26333 14.6827 2.00067 13.3827 2 12C1.99933 10.6173 2.262 9.31733 2.788 8.1C3.314 6.88267 4.02633 5.82433 4.925 4.925C5.82367 4.02567 6.882 3.31333 8.1 2.788C9.318 2.26267 10.618 2 12 2C13.382 2 14.682 2.26267 15.9 2.788C17.118 3.31333 18.1763 4.02567 19.075 4.925C19.9737 5.82433 20.6863 6.88267 21.213 8.1C21.7397 9.31733 22.002 10.6173 22 12C21.998 13.3827 21.7353 14.6827 21.212 15.9C20.6887 17.1173 19.9763 18.1757 19.075 19.075C18.1737 19.9743 17.1153 20.687 15.9 21.213C14.6847 21.739 13.3847 22.0013 12 22ZM12 20C14.2333 20 16.125 19.225 17.675 17.675C19.225 16.125 20 14.2333 20 12C20 9.76667 19.225 7.875 17.675 6.325C16.125 4.775 14.2333 4 12 4C9.76667 4 7.875 4.775 6.325 6.325C4.775 7.875 4 9.76667 4 12C4 14.2333 4.775 16.125 6.325 17.675C7.875 19.225 9.76667 20 12 20Z" fill="%23F25056"/></svg>');
    background-repeat: no-repeat;
    background-size: 100%;
    width: 24px;
    height: 24px;
    position: absolute;
    left: 10px;
}
 
.hero_banner_form form:invalid input[type="email"] {
    border: 1px solid #F25056;
}
 
.wpcf7-not-valid-tip {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: rgb(10 10 10 / 50%);
    background: rgba(242, 80, 86, 0.10);
    border: 1px solid #F25056;
    border-radius: 16px;
    color: #F25056;
    font-size: 14px;
    font-weight: 700;
    padding: 6.5px 15px 6.5px 42px;
    line-height: 26px;
    width: 100%;
    display: flex;
    position: absolute;
    top: 100%;
    margin-top: 40px;
    border-radius: 1000px !important;
}


.hero_banner_form form:invalid {
    margin-bottom: 0;
}


.badges_image_otr, .title_support_logo_otr {
    width: 100%;
}
/* .badges_image_otr .swiper-slide, .support_logo {
    width: auto !important;
    flex-shrink: 0 !important;
} */
.badges_image_otr .swiper-slide img, .support_logo img {
    height: 100%;
    object-fit: contain;
    width: 100%;
    max-height: 170px;
}


/* feature tabs */

    .features_tab_list {
        position: relative;
        z-index: 0;
    }
    .tabing_title ul li.active a {
        color: var(--white);
    }
    .tab_highlight {
        position: absolute;
        top: 0;
        height: 100%;
        background-color: #f6555a;
        border-radius: 30px;
        z-index: -1;
        transition: all 0.3s ease;
            zoom: 1.112;
    }
    .feature_slide.swiper-slide .feature_slide_content:hover .hover_content svg path {
   
        transform: rotate(0deg);
        transform-origin: center;
        transition: transform 0.3s;
    }
    .feature_slide.swiper-slide:hover .feature_slide_content:hover .hover_content svg path {
        transform: rotate(45deg);
    }
    .badges_img.swiper-slide, .support_logo.swiper-slide {
        max-width: max-content;
        width: max-content;
    }
    .badges_image_otr  .swiper-wrapper {
        justify-content: center;
    }
    .badges_image_otr .swiper-wrapper .badges_img:last-child , .title_support_logo_otr .swiper-wrapper .support_logo:last-child {
        margin: 0 !important;
    }




/* About Page */


    /* banner */

        .about_banner {
            padding-top: 230px;
            position: relative;
        }
        .about_banner:before {
            content: '';
            position: absolute;
            left: 0;
            top: 17em;
            width: 200px;
            height: 230px;
            background: url(https://shiftcare-dev.demodevsite.info/wp-content/uploads/2025/07/about_banner_left_patch.svg);
            background-repeat: no-repeat;
        }
        .about_banner:after {
            content: '';
            position: absolute;
            right: 0;
            top: 17em;
            width: 200px;
            height: 230px;
            background: url(https://shiftcare-dev.demodevsite.info/wp-content/uploads/2025/07/about_banner_right_patch.svg);
            background-repeat: no-repeat;
        }
        .inner_banner_top {
            display: flex;
            flex-direction: column;
            gap: 16px;
            align-items: center;
            justify-content: center;
            text-align: center;
            max-width: 1320px;
            margin: 0px auto;
        }
        .inner_banner_top * {
            color: var(--white);
        }
        .inner_banner_btm.company_impact_main {
            padding-left: 0;
            padding-right: 0;
            padding-bottom: 0;
            grid-template-columns: repeat(4, minmax(0, 1fr));
        }
        .inner_banner_description p {
            color: var(--white_light_eight);
            line-height: 150%;
        }
        .inner_banner_btm .company_impact_box h3 {
            font-size: var(--title_h3_big);
            line-height: var(--title_h3_big_lineheight);
        }
        .inner_banner_btm .company_impact_box p {
            font-weight: 400;
            line-height: 150%;
        }
        .inner_banner_btm .company_impact_box {
            padding: 30px;
            justify-content: end;
            min-height: 200px;
        }
        .inner_banner_btm .company_impact_box.bg-show::after {
           bottom: 0;
        }

    /* How We Can Help  */

        .inner_banner_btm:before, .inner_banner_btm:after {
            content: unset;
        }
        .how_we_can_help_top {
            display: flex;
            justify-content: space-between;
            gap: 40px;
        }
        .how_we_can_help_description {
            width: 50.055%;
            display: flex;
            flex-direction: column;
            gap: 16px;
        }
        .how_we_can_help_description p {
            line-height: 140%;
        }
        .how_we_can_help_top .small_red_title {
            flex: 1;
        }
        .how_we_can_help_btm {
            display: grid    ;
            grid-template-columns: repeat(3, minmax(0, 1fr));
            gap: 50px;
            margin-top: -20px;
        }
        .how_we_can_help_box {
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            padding: 30px;
            border-radius: var(--rad-24);
            background: linear-gradient(180deg, rgba(242, 80, 86, 0.10) 0%, rgba(242, 80, 86, 0.02) 100%);
            backdrop-filter: blur(21px);
            gap: 30px;
        }
        .how_we_can_help_btm .how_we_can_help_box:first-child {
            min-height: 450px;
        }
        .how_we_can_help_icon_image img {
            width: 60px;
            height: 60px;
            padding: 15px;
            background: var(--white);
            border-radius: var(--rad-16);
        }
        .how_we_can_help_title_content {
            display: flex;
            flex-direction: column;
            gap: 8px;
        }
       .how_we_can_help_title_content p {
            font-weight: 400;
            line-height: 175%;
        }
        .how_we_can_help_btm .how_we_can_help_box:nth-child(2) {
            margin-top: 80px;
        }
        .how_we_can_help_btm .how_we_can_help_box:nth-child(3) {
            margin-top: 160px;
        }
        .how_we_can_help_title_content {
            transition: all 0.5s ease-in-out;
        }
          .how_we_can_help_box:hover .how_we_can_help_title_content {
            transform: translateY(-30px);
        }

    /* Our team */

        .our_team_top {
            max-width: 950px;
            margin: 0px auto;
            text-align: center;
            display: flex;
            flex-direction: column;
            gap: 30px;
        }
        .team_description p {
            color: var(--black-light_eight);
        }
        .our_team_main {
            display: flex;
            flex-direction: column;
            gap: 80px;
        }
        .our_team_btm {
            display: grid;
            grid-template-columns: repeat(4,minmax(0,1fr));
            gap: 50px;
        }
        .our_team_box {
            display: flex;
            flex-direction: column;
            gap: 16px;
        }
        .our_team_image img {
            width: 100%;
            aspect-ratio: 362 / 350;
            filter: grayscale(1);
            transition: all 0.3s ease-in-out;
            border-radius: var(--rad-24);
        }
        .our_team_image:hover img{
            filter: grayscale(0);
        }
        .our_team_details {
            padding: 16px 24px;
            display: flex;
            gap: 8px;
            flex-direction: column;
            background: #F2F2F2;
            border-radius: var(--rad-16);
        }
       .our_team_details h4 {
            color: var(--black);
            font-size: var(--title_h4_big);
            line-height: var(--title_h4_big_lineheight);
        }
        .our_team_details h6 {
            color: var(--black-light_eight);
            line-height: 150%;
            font-weight: 300;
        }

        /*  Changing Team */

        .life_changing_otr {
            overflow: hidden;
            position: relative;
			z-index:1;
        }
        .life_changing_otr:before ,.life_changing_otr:after {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            width: 184px;
            height: 167px;
            background-image: url(/wp-content/uploads/2025/07/life_changing_left_patch.svg);
            background-repeat: no-repeat;
            background-size: 100% 100%;
			z-index:-1;
            mix-blend-mode: soft-light;
        }
        .life_changing_otr:after{
            width: 160px;
            left: auto;
            top: auto;
            right: 0;
            bottom: 0;
            background-image: url(/wp-content/uploads/2025/07/life_changing_right_patch.svg);
        }
        .life_changing_main {
            display: flex        ;
            align-items: center;
            justify-content: space-between;
            gap: 30px; 
        }
        .life_changing_main:after {
            content: '';
            position: absolute;
            right: 30%;
            top: calc(100% - 112px);
            width: 240px;
            height: 112px;
            background: url(/wp-content/uploads/2025/07/life_changing_center_patcg.svg);
            background-repeat: no-repeat;
            background-size: 100% 100%;
            z-index: -1;
            /* bottom: -125px;
            top: auto; */
        }
        .life_changing_left {
            max-width: 1048px;
            display: flex;
            flex-direction: column;
            gap: 8px;
            flex: 1;
        }
        .life_changing_description p {
            line-height: 140%;
        }
        .life_changing_right {
            width: max-content;
        }




        .how_it_started{
            background: #f6f6f6;
        }
        .how_it_started:after {
            position: absolute;
            content: '';
            bottom: 0;
            right: 9em;
            background: url(/wp-content/uploads/2025/07/balllon_patch.svg);
            width: 237px;
            height: 119px;
            background-repeat: no-repeat;
            background-size: 100% 100%;
        }
        .how_it_started:before {
            position: absolute;
            content: '';
            top: 0;
            right: 28em;
            background: url(/wp-content/uploads/2025/07/ballon_patch_top.svg);
            width: 271px;
            height: 188px;
            background-repeat: no-repeat;
            background-size: 100% 100%;
        }
        .how_it_started_main {
            display: flex;
            justify-content: space-between;
            align-items: center;
            max-width: 1920px;
            /* gap: 250px; */
        }
       .how_it_started_left {
            width: 45%;
            display: flex        ;
            flex-direction: column;
            gap: 30px;
            max-width: 720px;
        }
        .how_it_started {
            position: relative;
        }
        /* .circle-layout {
            position: relative;
            aspect-ratio: 791 / 600;
            margin-right: -9.5%;
            width: 49.438%;
            margin-top: 120px;
            margin-bottom: 120px;
        } */
        .circle-layout {
            position: relative;
            aspect-ratio: 791 / 600;
            width: 44.938%;
            margin-top: 120px;
            margin-bottom: 120px;
        }
        .how_started_description {
            display: flex;
            flex-direction: column;
            gap: 16px;
        }
       .how_started_description p {
            color: var(--black-light_eight);
            line-height: 140%;
        }

        .how_started_description p strong {
            font-weight: 700;
        }




       
        .circle_img  {
            position: absolute;
             opacity: 0;
            transform: scale(0.6);
            transition: opacity 0.4s ease, transform 0.4s ease;
        }
        .circle_img img{
            box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.16);
            border-radius: 100%;
        }
       .circle_img:after {
            content: '';
            position: absolute;
            left: -6px;
            top: -6px;
            border: 6px solid white;
            border-radius: 100%;
            right: -6px;
            bottom: -6px;
        }

        .circle_image_two , .circle_image_eight , .circle_image_ten {
            width: 16.5%;
            max-width: 130px;
        }
        .circle_image_three , .circle_image_five , .circle_image_eleven {
            width: 10.4%;
            max-width: 82px;
        }
        .circle_image_seven ,  .circle_image_nine{
            width: 20.4%;
            max-width: 161px;
        }



        .circle_image_one {
            /* left: 0.47vw;
            top: 4.69vw; */
            left: 1.1%;
            top: 15%;
            width: 27.9%;
            max-width: 220px;
        }
       .circle_image_two {
            /* left: 0vw;
            bottom: 6.98vw;  */
            left: 0;
            bottom: 22.4%;
        }
        .circle_image_three {
            /* left: 17.97vw;
            top: 0vw;    */
            top: 0;
            left: 43.8%;
        }
        .circle_image_four {
            /* left: 14.06vw;
            top: 5.63vw; */
            width: 14%;
            max-width: 110px;
            top: 18%;
            left: 34.1%;
        }
         .circle_image_five {
            /* left: 10.16vw;
            bottom: 11.2vw; */
            left: 24.7%;
            bottom: 35.9%;
        }
       .circle_image_six {
            /* left: 7.24vw;
            bottom: 0vw; */
            bottom: 0;
            left: 17.5%;
            width: 23.6%;
            max-width: 186px;
        }
       .circle_image_seven {
            /* right: 1.88vw;
            top: 0vw; */
            right: 4.6%;
            top: 0;
        }
       .circle_image_eight {
            /* right: 12.66vw;
            top: 4.22vw; */
            right: 30.7%;
            top: 13.4%;
        }
        .circle_image_nine {
            left: 50%;
            transform: translateX(-50%);
            top: 41%;
        }
        .circle_img.circle_image_nine.animated {
            transform: scale(1) translateX(-50%);
        }
        .circle_image_ten {
            /* right: 16.04vw;
            bottom: 2.14vw; */
            bottom: 6.9%;
            right: 39%;
        }
        .circle_image_eleven {
            /* right: 10.63vw;
            bottom: 0.26vw; */
            bottom: 0.9%;
            right: 25.8%;
        }
        .circle_image_twelve {
            /* right: 0.3vw;
            bottom: 5.31vw; */
            right: 0.9%;
            bottom: 17%;
            width: 36.2%;
            max-width: 286px;
        }
        .circle_img.animated {
            opacity: 1;
            transform: scale(1);
        }
  

        .how_we_can_help_box {
            opacity: 0;
            transform: translateY(60px);
            transition: opacity 0.8s ease, transform 0.8s ease, background 0.8s ease;
            background: transparent;
            }

            .how_we_can_help_box.bg-show {
            opacity: 1;
            transform: translateY(0);
            background: linear-gradient(180deg, rgba(242, 80, 86, 0.10) 0%, rgba(242, 80, 86, 0.02) 100%);
        }



/*************************** Feature Page Css ****************************/

.feature_banner {
    padding: 25rem 0 0;
}

.feature_banner .hero_banner_left {
    gap: 16px;
    position: relative;
}

.feature_banner .hero_banner_left .feature_btn {
    width: max-content;
    margin-top: 8px;
}

.feature_banner .hero_banner_right:before {
    content: none;
}
.feature_banner{
    position: relative;
}
.feature_banner:before {
    content: '';
    background: url(/wp-content/uploads/2025/07/feature-banner-patch.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    bottom: 0;
    left: 36%;
    width: 242px;
    height: 76px;
}
.feature_client_main_box {
    display: flex;
    gap: 80px;
}
.feature_client_main_box .feature_client_img {
    width: 48.625%;
    position: relative;
    padding-right: 50px;
    padding-bottom: 50px;
}
.feature_client_main_box .feature_client_content {
    flex: 1;
}
.feature_client_main_box .feature_client_img img {
    width: 100%;
    border-radius: 24px;
}

.feature_client_main_box .feature_client_img .feature_client_info {
    position: absolute;
    bottom: 0;
    right: 0;
    filter: drop-shadow(0px 0px 16px rgba(0, 0, 0, 0.16));
    background: var(--white);
    padding: 24px;
    backdrop-filter: blur(21px);
    border-radius: 24px;
    max-width: 480px;
}
.feature_client_main_box .feature_client_content > .title_h3 span {
    font-weight: 600;
}

.feature_client_main_box .feature_client_img .feature_client_info .author_desctiption {
    padding: 4px 0 16px;
}

.feature_client_main_box .feature_client_img .feature_client_info .author_name_desi {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
}
.feature_client_main_box .feature_client_content > .title_h3 {
    font-size: 45px;
    font-weight: 300;
    padding-bottom: 22px;
}

.feature_inr_box {
    margin-top: 16px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.feature_inr_box .feature_box_main {
    display: flex;
    gap: 16px;
    align-items: center;
    padding: 24px;
    background: linear-gradient(180deg, rgba(242, 80, 86, 0.08) 0%, rgba(242, 80, 86, 0.04) 100%);
    border-radius: 24px;
    backdrop-filter: blur(21px);
}

.feature_inr_box .feature_box_main .feature_box_icon {
    padding: 19px;
    background: var(--white);
    border-radius: 16px;
    width: 70px;
    height: 70px;
}
.feature_inr_box .feature_box_main .feature_box_content {
    flex: 1;
}

.feature_inr_box .feature_box_main .feature_box_content .title_h3 {
    font-size: 26px;
    font-weight: 600;
    line-height: 36px;
    padding-bottom: 8px;
}

.feature_client_main_box .feature_client_content .feature_btn {
    margin-top: 22px;
    width: max-content;
}

.feature_client_otr {
    display: flex;
    flex-direction: column;
    gap: 100px;
}

.feature_client_otr .feature_client_main_box:nth-child(even) {
    flex-direction: row-reverse;
}

.feature_client_otr .feature_client_main_box:nth-child(even) .feature_client_img {
    padding-right: 0;
    padding-left: 50px;
}

.feature_client_otr .feature_client_main_box:nth-child(even) .feature_client_img .feature_client_info {
    left: 0;
}
.feature_client_otr .feature_client_main_box:nth-child(2) .feature_client_content .feature_box_main {
    background: linear-gradient(180deg, rgba(105, 113, 235, 0.08) 0%, rgba(105, 113, 235, 0.04) 100%);
}
.feature_client_otr .feature_client_main_box:nth-child(3) .feature_inr_box .feature_box_main {
    background: linear-gradient(180deg, rgba(211, 122, 96, 0.08) 0%, rgba(211, 122, 96, 0.04) 100%);
}
.feature_client_otr .feature_client_main_box:nth-child(4) .feature_inr_box .feature_box_main {
    background: linear-gradient(180deg, rgba(194, 112, 77, 0.08) 0%, rgba(194, 112, 77, 0.04) 100%);
}
.feature_client_otr .feature_client_main_box:nth-child(5) .feature_inr_box .feature_box_main {
    background: linear-gradient(180deg, rgba(86, 96, 191, 0.08) 0%, rgba(86, 96, 191, 0.04) 100%);
}
.feature_client_otr .feature_client_main_box:last-child .feature_client_img {
    padding: 0;
}
.feature_client_otr .feature_client_main_box:last-child .feature_client_img .feature_client_info {
    display: none;
}
.feature_client_otr .feature_client_main_box:nth-child(6) .feature_inr_box .feature_box_main {
    background: linear-gradient(180deg, rgba(152, 101, 195, 0.08) 0%, rgba(152, 101, 195, 0.04) 100%);
}
.cmn_faq_icon {
    padding: 5px;
    border-radius: 8px;
    background: var(--white);
    width: 40px;
    height: 40px;
}
.faq_title {
    display: flex;
    justify-content: space-between;
    cursor: pointer;
}
.faq_title .title_h3 {
    font-size: 26px;
}
.faq_btm_box {
    background: rgba(38, 17, 39, 0.06);
    padding: 30px;
    border-radius: 24px;
}
.faq_btm {
    display: flex;
    flex-direction: column;
    gap: 24px;
    max-width: 1280px;
    margin: 0 auto;
    margin-top: 70px;
    margin-bottom: 50px;
}
.minus_icon {
    display: none;
}
.faq_ans {
    padding-top: 16px;
    display: none;
    transition: 0.3s ease;
}
.faq_ans p {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    padding-bottom: 16px;
}
.faq_ans p:last-child {
    padding-bottom: 0;
}
.faq_heading {
    align-items: center;
}
.feature_faqs_main .faq_btn {
    width: max-content;
    margin: 0 auto;
}
.faq_btm_box.active .faq_title .plus_icon {
    display: none;
}
.faq_btm_box.active .faq_title .minus_icon {
    display: block;
}
.faq_btm_box.active .faq_ans {
    display: block;
    max-width: calc(100% - 56px);
    max-height: unset !important;
}
.discover_btm {
    margin-top: 5rem;
}
.discover_btm .how_we_can_help_box {
    min-height: 350px !important;
    margin-top: 0 !important;
    transform: unset !important;
    opacity: 1 !important;
    transition: unset !important;
    background: linear-gradient(180deg, rgba(242, 80, 86, 0.10) 0%, rgba(242, 80, 86, 0.02) 100%) !important;
}

.discover_heading {
    align-items: center;
}
.discover_btm .how_we_can_help_box:hover .how_we_can_help_title_content {
    transform: unset;
}
.discover_btm .how_we_can_help_box .how_we_can_help_title_content .discover_btn {
    width: max-content;
    margin-top: 8px;
}






