html{
    scroll-behavior: smooth;
}
.container{
    max-width: 1182px;
}
body{
    direction: rtl;
    background: #fbfaf8;
}
body.modal-open {
  padding-right: 7px !important;
}
section{
    scroll-padding-top: 105px;
}
h1,h2,h3,h4,h4,h5{
    font-family: 'OpenSansHebrew-Bold';
}
p{
    font-family: 'OpenSansHebrew-Regular';
}
.global-btn {
    background-color: #1eb01a;
    font-size: 19px;
    line-height: 26px;
    border-radius: 50px;
    font-weight: 400;
    padding: 14px 20px;
    border: 1px solid #1eb01a;
    color: #fff;
    position: relative;
}
.global-btn:hover {
    background: none;
    color: #1eb01a;
}
.global-btn > i{
    margin-right: 12px;
}
.menu-logo {
    max-width: 180px;
}

/* Header css start */
#header.sticky{
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1000;
	background-color: #fff;
	box-shadow: 0 5px 6px rgba(0,0,0,0.03);
	transition: all 0.5s ease-in-out;
}
header{
    padding: 10px 0;
    background-color: #fff;
}
.navbar-brand{
    margin-left: 26px;
}
.navbar-brand img.logo{
	max-width: 240px;
}
.navbar-toggler:focus{
	box-shadow: none;
}
.navbar-nav{
	gap: 30px;
}
.navbar-content{
    padding-bottom: 14px;
}
.navbar-nav .menu-item{
	font-size: 16px;
	font-weight: 600 !important;
    font-family: 'Assistant';
}
.navbar-nav .menu-item a{
	color: #000;
	text-decoration: none;
	position: relative;
}
.navbar-nav .menu-item.current-menu-item a,
.navbar-nav .menu-item:hover a,
.footer-menu .menu-item.current-menu-item a,
.footer-menu .menu-item:hover a{
	color: #95221c;
}
.navbar-nav .menu-item a::after{
	content: '';
	width: 0;
	transition: all 0.3s ease;
}
.navbar-nav .menu-item.current-menu-item a{
	font-weight: 700;
}
.navbar-nav .menu-item.current-menu-item a::after,
.navbar-nav .menu-item:hover a::after{
	content: '';
	width: 70%;
	height: 2px;
	background-color: #95221c;
	left: 50%;
	bottom: -8px;
	transform: translateX(-50%);
	position: absolute;
}
.header-btn{
    font-family: 'Assistant';
    background-color: #861320;
    padding: 10px 22px 10px 14px;
    font-size: 20px;
    line-height: 27px;
    border-color: #861320;
}
.header-btn:hover{
    color: #861320;
    border-color: #861320;
}
.header-btn:hover > img{
    filter: invert(85%) sepia(34%) saturate(4740%) hue-rotate(334deg) brightness(89%) contrast(105%);
}
.header-btn > img{
    margin-right: 10px;
}
/* Header css end */

/************************
Hero section css start
*************************/
.hero-sec{
	background-size: cover;
	background-position: center center;
  	padding: 40px 0 100px;
}
.hero-content .title{
    font-size: 32px;
    font-weight: 900;
    line-height: 46px;
    margin-bottom: 24px;
    color: #000;
    font-family: 'OpenSansHebrew-ExtraBold';
}
.dual-color-title > span{
    color: #95221c;
}
.hero-content .desc{
    font-size: 18px;
    line-height: 32px;
    font-weight: 400;
    margin-bottom: 30px;
    color: #000;
}
.banner-video-wrapper{
    max-width: 100%;
    margin-right: auto;
}
.banner-video-wrapper iframe{
    max-height: 380px;
    border-radius: 40px;
    object-fit: cover;
    object-position: center center;
    background-color: #000;
}

/************************
Number section css start
*************************/
.number-sec{
    margin-top: -50px;
    padding-bottom: 80px;
}
.number-box > img {
    max-width: 100px;
}
.number-box .number-content{
    font-size: 22px;
    line-height: 30px;
    color: #202e52;
    font-weight: 400;
    font-family: 'Assistant';
}
.number-box .number-content strong{
    color: #95221c;
    font-weight: 900;
}

/************************
Imagine section css start
*************************/
.imagine-sec{
    padding-top: 80px;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center;
}
.imagine-title{
    font-size: 50px;
    line-height: 52px;
    color: #95221c;
    font-weight: 900;
    font-family: 'Assistant';
    position: absolute;
    top: 35%;
	left: 18%;
    width: fit-content;
}
.imagine-list .list-item{
    width: 160px;
    height: 160px;
    border-radius: 50%;
    background-color: #861320;
    display: flex;
    align-items: center;
    border: 5px solid #fff;
    position: absolute;
    padding: 10px;
    top: -7%;
	left: 35%;
}
.imagine-list .list-item:nth-child(2) {
    top: -3%;
	left: 15%;
}
.imagine-list .list-item:nth-child(3) {
    top: 14%;
	left: 1%;
}
.imagine-list .list-item:nth-child(4) {
    top: 37%;
	left: -4%;
}
.imagine-list .list-item:nth-child(5) {
    top: 68%;
	left: 1%;
}
.imagine-list .list-item .list-content{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
    flex-wrap: wrap;
}
.imagine-list .list-item .list-content > img{
    max-height: 28px;
    object-fit: contain;
    margin-bottom: 6px;
}
.imagine-list .list-item .list-content > p{
    font-size: 18px;
    line-height: 19px;
    color: #fff;
    font-family: 'Assistant';
    font-weight: 400;
    width: 100%;
}

/********************
CTA section css start
*********************/
form {
    direction: rtl !important;
}
.content-form-wrap input{
    width: 100%;
}
.content-form{
    background: #95221c;
}
.content-form h2{
    font-family: 'OpenSansHebrew-ExtraBold';
    color: #ffffff;
    font-size: 24px;
}
.content-form input{
    width: 100%;
    padding: 12px 10px;
    border-radius: 5px;
    border: none;
}
.content-form ::placeholder{
    color: red;
    opacity: 1;
    font-size: 18px;
    color: #646464;
    font-family: 'OpenSansHebrew-Regular';
}
.content-form-wrap .col-md-5{
    width: 34%;
}
.content-form-wrap .col-md-2{
    width: 28%;
}
.content-form input[type='Submit']{
    background: #f6940f;
    color: #ffffff;
    font-family: OpenSansHebrew-Bold;
    font-size: 24px;
    padding: 5px 8px 5px 36px;
}
.content-form-wrap p {
    margin-bottom: 0;
}
.wpcf7-spinner {
    display: none !important;
}
.form-submit{
    position: relative;
}
.form-submit:after{
    content: '';
    /* background: url("../images/yelow-arrow.png"); */
    display: block;
    width: 15px;
    height: 15px;
    top: 17px;
    right: calc(50% - -30px);
    position:absolute;
}
.content-form.bg-dark-pirmary-color{
    background-color: #861320;
}
.contact-form-content.hash .form-submit::after{
    background: url("../images/left-arrow.png");
    right: unset;
    left: 25px;
}
.contact-form-content.hash input{
    border-radius: 50px;
}
.contact-form-content.hash > h2{
    font-family: 'Assistant';
    font-size: 36px;
    line-height: 46px;
    font-weight: 900;
}
.contact-form-content.hash > p{
    font-size: 22px;
    line-height: 34px;
    font-weight: 400;
    color: #fff;
}
.contact-form-content.hash .wpcf7-not-valid-tip{
    text-align: right;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output{
    color: #fff;
    margin: 1em 0.5em 1em;
}
/************************
Process section css start
*************************/
.our-process-sec {
    padding: 100px 0 80px;
}
.our-process-sec h2.title{
    font-size: 36px;
    line-height: 36px;
    font-weight: 900;
    color: #000;
    margin-bottom: 50px;
}
.hash-process-box * {
    width: 100%;
}
.hash-process-box {
    margin: 0 20px 0;
    padding: 0 35px 16px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    box-shadow: 2px 4px 26px rgba(0,0,0,0.25);
    border-radius: 16px;
    position: relative;
}
.hash-process-box a {
    margin-top: auto;
    display: block;
    font-family: 'OpenSansHebrew-Regular';
}
.hash-process-box .number-box, .hash-process-box .image-box {
    width: 60px;
    height: 64px;
    line-height: 64px;
    background-color: #861320;
    border-radius: 0 0 6px 6px;
    margin-bottom: 14px;
}
.hash-process-box .number-box :where(.number, .process-popup-number){
    font-size: 34px;
    font-weight: 600;
    color: #fff;
}
.hash-process-box .title{
    font-size: 18px;
    line-height: 26px;
    font-weight: 900;
    color: #952219;
    margin-bottom: 16px;
}
.hash-process-box p.desc{
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    color: #000;
    margin-bottom: 16px;
}
.hash-process-box p.desc strong{
    font-family: 'OpenSansHebrew-ExtraBold';
    font-weight: 500;
}
.hash-process-box a{
    font-size: 12px;
    line-height: 18px;
    color: #861320;
    text-decoration: none;
    max-width: fit-content;
    margin-left: auto;
    margin-right: auto;
}
.hash-process-box a:hover{
    color: #ff9b0b;
}
.hash-process-box::after {
    content: '';
    background: url('../images/left-triangle.png');
    position: absolute;
    left: -45px;
    top: 50%;
    width: 30px;
    height: 56px;
    background-repeat: no-repeat;
    background-size: contain;
    transform: translateY(-50%);
}
.process-row .col-12:last-child .hash-process-box::after {
    content: none;
}

/*****************************
Who Suitable section css start
******************************/
.who-suitable-sec{
    padding-top: 40px;
}
.who-col-content{
    margin-bottom: 40px;
}
.who-col-content h2.title{
    font-size: 43px;
    line-height: 54px;
    font-weight: bold;
    color: #000;
    font-family: 'Assistant';
}
.who-list{
    padding-right: 0px;
    margin-bottom: 40px;
}
.who-list .list-item > img{
    max-width: 25px;
}
.who-list .list-item{
    font-size: 18px;
    line-height: 26px;
    color: #3e4244;
    font-weight: 400;
    align-items: self-start;
}

/********************
Patient Recommend css
*********************/
.patient-recommend-sec{
    padding: 90px 0;
}
.patient-recommend-sec h2.title{
    font-size: 36px;
    line-height: 28px;
    font-weight: 900;
    color: #952219;
    margin-bottom: 20px;
}
.patient-recommend-box{
    padding: 24px 13px 16px;
    border-radius: 9px;
    box-shadow: 0 5px 35px rgba(0,0,0,0.11);
    margin: 20px 14px 20px;
}
.patient-recommend-box a > img{
    width: 100%;
    height: 190px;
    object-fit: cover;
    object-position: center center;
    border-radius: 6px;
}
.patient-recommend-box > img {
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
}
.patient-recommend-slider .slick-arrow {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background-color: #95221c;
    text-align: center;
    z-index: 99;
	top: 60%;
}
.patient-recommend-slider .slick-arrow:hover{
    background-color: #95221c;
    opacity: 0.8;
}
.patient-recommend-slider .slick-arrow i{
    font-size: 34px;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.patient-recommend-slider .slick-arrow::before{
    content: none;
}
.patient-recommend-slider .slick-arrow[aria-disabled="true"]{
    opacity: 0;
}

/**************************
Diagnostic Method css start
***************************/
.diagnostic-method-sec{
    padding: 40px 0;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.diagnostic-method-row {
    max-width: 960px;
}
.diagnostic-method-sec h2.title{
    font-size: 36px;
    line-height: 43px;
    font-weight: 900;
    color: #000;
    margin-bottom: 20px;
}
.diagnostic-method-sec .desc {
    text-align: center;
    margin-bottom: 40px;
}
.diagnostic-method-row .hash-process-box {
    margin: 0;
    padding: 0 16px 16px;
}
.diagnostic-method-row .hash-process-box::after{
    content: none;
}
.hash-process-box .image-box img{
    max-height: 44px;
    object-fit: contain;
}

/***********************
Review section css start
************************/
.review-sec{
    padding: 80px 0;
}
.review-sec h2.title{
    font-size: 36px;
    line-height: 28px;
    font-weight: 900;
    color: #000;
    margin-bottom: 40px;
}
.review-area .quote-icon{
    max-width: 32px;
    margin-bottom: 20px;
}
.review-area .desc{
    font-size: 19px;
    line-height: 25px;
    color: #000;
    margin-bottom: 35px;
}
.review-area .review-logo{
    max-height: 40px;
    object-fit: contain;
}

/******************
Our Staff css start
*******************/
.our-staff{
    padding: 80px 0;
}
.our-staff-wrap h2, .faq-sec h2.title{
    font-size: 36px;
    line-height: 28px;
    font-weight: 900;
    color: #000;
    margin-bottom: 30px;
}
.our-staff-box{
    border-bottom: 6px solid #861320;
    height: 100%;
    background: #ffffff;
    border-radius: 6px;
}
.our-staff-box .avatar > img{
    width: 160px;
    height: 160px;
    border-radius: 50%;
    border: 8px solid #ebebeb;
}
.position-of-staff h2{
    font-family: OpenSansHebrew-Bold;
    font-size: 19px;
    color:#861320;
}
.position-of-staff p{
    font-family: OpenSansHebrew-Regular;
    font-size: 14px;
    color: #000000;
    margin-bottom: 5px;
}
.position-of-staff .staf-line{
    width: 40px;
    height: 3px;
    background: #861320;
    display: block;
    margin: 0 auto;
    margin-bottom: 12px;
}
.staf-lower-content p{
    font-size: 13px;
    font-family: OpenSansHebrew-Regular;
    color: #000000;
    margin-bottom: 1px;
    padding: 0 1px;
}
.slick-dots li.slick-active button::before {
    opacity: 1;
    color: #952219;
}
.slick-dots li button::before {
    font-size: 22px;
}
.our-staff-slider .slick-dots{
    bottom: 0;
}
.our-staff-slider .slick-track{
    display: flex !important;
}
.our-staff-slider .slick-slide{
    height: inherit !important;
    margin: 0 20px;
}
.staff-sub-desc{
    font-family: OpenSansHebrew-Regular;
    font-size: 19px;
    line-height: 30px;
    color: #3b3d3f;
    max-width: 540px;
}
.staff-sub-desc strong{
    font-family: OpenSansHebrew-ExtraBold;
    color: #000;
    font-size: 22px;
    font-weight: 500;
}

/************
FAQ css start
*************/
.faq-sec{
    padding-bottom: 80px;
}
.faq-accordion{
    max-width: 1098px;
}
.faq-accordion .accordion-item:first-of-type{
    border-top-right-radius:0;
    border-top-left-radius:0;
}
.faq-accordion .accordion-button:not(.collapsed){
    background-color:transparent;
    color: #9d1b2a;
}
.faq-accordion .accordion-header button{
    color: #9d1b2a;
    font-size: 16px;
    font-family: OpenSansHebrew-Bold;
}
.faq-accordion .accordion-item:last-of-type .accordion-button.collapsed, .accordion-item:last-of-type{
    border-bottom-left-radius:0;
    border-bottom-right-radius:0;
}
.faq-accordion .accordion-item:first-of-type .accordion-button{
    border-top-right-radius:0;
    border-top-left-radius:0;
}
.faq-accordion .accordion-item{
    border: 1px solid #d7d9dc;
    border-bottom: 0px;
}
.faq-accordion .accordion-item:last-child{
    border-bottom: 1px solid #d7d9dc;
}
.faq-accordion .accordion-button::after, .accordion-button:not(.collapsed)::after{
    background: url("../images/faq-open.png");
    background-repeat: no-repeat;
    position: absolute;
    top: 20px;
    left: 20px;
}
.accordion-button:focus{
    border: none !important;
    border-color:none;
    box-shadow:none;
}
.accordion-button:not(.collapsed)::after {
    top: 10px;
    left: 18px;
}

/****************************
Integrative section css start
*****************************/
.intrgrative-sec{
    padding: 70px 0;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.integrative-slider, .intrgrative-title-row{
    max-width: 910px;
    margin-left: auto;
    margin-right: auto;
}
.integrative-slider .row.slick-slide{
    display: flex !important;
    padding: 20px;
}
.intrgrative-sec h2.title{
    font-size: 25px;
    line-height: 36px;
    color: #000;
    font-family: 'OpenSansHebrew-Regular';
    margin-bottom: 60px;
}
.intrgrative-sec h2.title strong{
    font-family: 'OpenSansHebrew-ExtraBold';
    font-weight: 600;
}
.intrgrative-sec .area-col .title{
    font-size: 25px;
    line-height: 36px;
    color: #000;
    font-family: 'OpenSansHebrew-ExtraBold';
    margin-bottom: 20px;
}
.intrgrative-sec .area-col.implement-col .title{
    color: #861320;
}
.integrative-slider .area-col{
    padding: 40px 60px 40px 40px;
    background-color: #fff;
    border-radius: 16px;
    position: relative;
}
.integrative-slider .area-col.scientific-col::before{
    content: url('../images/left-triangle-white.png');
    width: 41px;
    height: 68px;
    position: absolute;
    top: 50%;
    left: -37px;
    transform: translateY(-50%);
}
.integrative-slider .area-col.scientific-col{
    margin-left: -10px;
    z-index: 2;
    box-shadow: 2px 2px 8px rgba(0,0,0,0.10);
}
.integrative-slider .area-col.implement-col{
    background-color: #861320;
    border-radius: 16px 0 0 16px;;
}
.integrative-slider .slick-slide .area-box .desc{
    font-size: 19px;
    line-height: 26px;
    font-family: 'OpenSansHebrew-Regular';
    color: #000;
}
.integrative-slider .slick-slide .area-box .desc strong{
    font-size: 17px;
    font-weight: 500;
    font-family: 'OpenSansHebrew-ExtraBold';
}
.integrative-slider .slick-slide .area-box.right .desc{
    color: #fff;
}
.integrative-slider .slick-arrow::before{
    content: '';
}
.integrative-slider .slick-arrow i{
    font-size: 28px;
    color: #000;
}
.integrative-slider .slick-arrow.slick-disabled i{
    display: none;
}

/***************
Footer css start
****************/
footer{
    background: linear-gradient(180deg, rgba(108,115,115,1) 0%, rgba(51,49,49,1) 100%);
    padding: 37px 0;
}
footer > .container{
    max-width: 835px;
}
.footer-title{
    font-size: 20px;
    line-height: 28px;
    font-weight: bold;
    font-family: 'Assistant';
    margin-bottom: 20px;
    color: #fff;
}
.footer-title.bottom{
    font-size: 15px;
    line-height: 20px;
    text-align: center;
    margin-bottom: 0px;
}
.footer-links{
    margin-bottom: 0;
    padding-bottom: 20px;
}
.footer-links .item{
    margin-bottom: 14px;
}
.footer-links .item, .footer-links .item a{
    font-size: 16px;
    line-height: 20px;
    font-weight: 300;
    font-family: 'OpenSansHebrew-Light';
    text-decoration: none;
    color: #fff;
}
.footer-links .item a{
    font-family: 'OpenSansHebrew-Regular' !important;
    font-weight: 400 !important;
}
.footer-links .item:hover a{
    color: #f6940f;
}
.footer-links .item i {
    margin-top: 2px;
}
.footer-form{
    max-width: 310px;
    margin-right: auto;
}
.footer-form .content-form-wrap{
    max-width: 270px;
    margin-left: auto;
    margin-right: auto;
}
.footer-form .content-form-wrap .row .col-12.mb-3{
    margin-bottom: 12px !important;
}
.footer-form.content-form{
    background: none;
}
.footer-form.content-form input{
    padding: 10px 14px;
    direction: rtl;
}
.footer-form.content-form input[type="Submit"]{
    padding: 5px 14px !important;
    color: #000;
    font-size: 23px;
    line-height: 32px;
    font-family: 'Assistant';
    font-weight: 700;
    position: relative;
}
.footer-form.content-form .form-submit > p{
    position: relative;
}
.footer-form.content-form .form-submit > p::before{
    content: '\f053';
    font-family: "Font Awesome 6 Free";
    position: absolute;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
    color: #000;
    font-size: 23px;
    z-index: 9;
    font-weight: 900;
}
.footer-form .wpcf7 form .wpcf7-response-output{
    text-align: center;
    margin: 0 0 20px;
}

.popup-close-btn {
    position: absolute;
    width: 38px;
    height: 38px;
    /* line-height: 38px; */
    background-color: #fff;
    border-radius: 50%;
    top: -20px;
    right: -20px;
    z-index: 99;
    opacity: 1;
    color: #861320;
    border: none;
    font-size: 24px;
    box-shadow: 0 0 10px rgba(0,0,0,0.20);
    display: flex;
    align-items: center;
    justify-content: center;
}
.modal-content{
    border-radius: 16px;
    border: none;
}
.modal-body .hash-process-box{
    padding: 0;
    margin: 0;
    box-shadow: none;
}
.method-modal-content .process-body{
    padding: 20px !important;
}
.method-modal-content .modal-body, .process-modal-content .modal-body{
    padding: 0 20px 40px;
}
.method-modal-content .hash-process-box h4, .process-modal-content .hash-process-box h4{
    color: #861320;
    margin-bottom: 20px;
}
.method-modal-content .hash-process-box p, .process-modal-content .hash-process-box p{
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px;
    font-family: 'OpenSansHebrew-Regular';
}
.method-modal-content .hash-process-box p strong, .process-modal-content .hash-process-box p strong{
    font-weight: 400;
    font-family: 'OpenSansHebrew-ExtraBold';
}
.method-modal-content .hash-process-box ul, .process-modal-content .hash-process-box ul{
    padding-right: 0;
    list-style: none;
    margin-bottom: 0;
    text-align: start;
}
.method-modal-content .hash-process-box li, .process-modal-content .hash-process-box li{
    font-size: 16px;
    line-height: 20px;
    display: flex;
    gap: 10px;
    margin-bottom: 12px;
    align-items: start;
    font-family: 'OpenSansHebrew-Regular';
}
.method-modal-content .hash-process-box li strong, .process-modal-content .hash-process-box li strong{
    color: #861320;
    font-weight: 400;
    font-family: 'OpenSansHebrew-ExtraBold';
}
.method-modal-content .hash-process-box li:last-child, .process-modal-content .hash-process-box li:last-child{
    margin-bottom: 0px;
}
.method-modal-content .hash-process-box li img{
    max-width: 18px;
    object-fit: contain;
}
.process-modal-content .hash-process-box li img{
    max-width: 10px;
    object-fit: contain;
    margin-top: 7px;
}
.process-modal-content .hash-process-box::after{
    content: none;
}
.process-modal-dialog{
    max-width: 300px;
}

/* CSS of Banner video Play & Pause button */
.video__play-button{
    margin:0;
    padding:0;
    cursor:pointer;
    position:absolute;
    bottom: 0;
    left: 0;
    width:100%;
    height: 100%;
    border: 0;
    border-radius: 0;
    background: none;
    -webkit-appearance: none;
    z-index: 2;
    transition: all 200ms ease-in-out;
    border-radius: 14px;
}
.video__play-button-icon{
    width:45px;
    transition: all 200ms ease-in-out;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.video__play-button-icon--play polygon{
    transform-origin: 50% 50%;
    transition: all 200ms ease-in-out;
}
.video__play-button-icon--play polygon, .video__play-button-icon--pause rect{
    fill: #fff;
}
.video__play-button[data-button-state="pause"] .video__play-button-icon--pause{
    display:none;
}
.video__play-button[data-button-state="play"] .video__play-button-icon--play{
    display:none;
}
.video__play-button[data-button-state="play"] .video__play-button-icon{
    opacity:0;
}
.video__play-button[data-button-state="play"]:hover .video__play-button-icon{
    opacity:1;
}

/**** Privacy page css ****/
.privacy-banner{
    min-height: 250px;
    object-fit: cover;
    object-position: center center;
}
.privacy-banner h1{
    color: #861320;
    margin-bottom: 0px;
    font-size: 56px;
    font-weight: 600;
}
.privacy-content .page-content{
    padding: 80px 0;
}
.privacy-content .page-content h2{
    margin-top: 30px;
}
.privacy-content .page-content :where(h2, h3){
    margin-bottom: 20px;
}
.privacy-content .page-content h2:first-child{
    margin-top: 0px;
}
.privacy-content .page-content p{
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 20px;
}
.privacy-content .page-content a{
    color: #861320;
}
.privacy-content .page-content ul{
    list-style: none;
    padding-right: 0;
}
.privacy-content .page-content ul li{
    margin-bottom: 8px;
}
.privacy-content .page-content table{
    margin-bottom: 40px;
    width: 100%;
}
.privacy-content .page-content table tr td{
    border: 1px solid #000;
    padding: 10px;
}
.privacy-content .page-content table tr td:nth-child(2n+1) {
    width: 150px !important;
}
.privacy-content .page-content table tr td p{
    margin-bottom: 0px;
}
.privacy-links{
    color: #fff;
    text-decoration: none;
}
.privacy-links:hover{
    color: #f6940f;
}
.privacy-link-wrapper{
    gap: 30px;
}
.modal .hash-process-box::after{
    content: none !important;
}
.process-modal-content{
    display: none;
}
.process-popuplist{
    margin-top: 16px;
    list-style: none;
    padding-right: 0;
    font-family: 'OpenSansHebrew-Regular';
}
.process-popuplist li{
    display: flex;
    flex-wrap: nowrap;
    align-items: start;
    gap: 12px;
    text-align: start;
    margin-bottom: 6px;
    font-weight: 400;
}
.process-popuplist li img {
    max-width: 16px;
    margin-top: 5px;
}
.accordion-body {
    font-weight: 400;
}
 .floating-call-btn {
            position: fixed;
            bottom: 30px;
            right: 30px;
            z-index: 1000;
            cursor: pointer;
            transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
        }

        .call-button {
            display: flex;
            align-items: center;
            background: linear-gradient(135deg, #00c851 0%, #00a041 100%);
            color: white;
            border: none;
            border-radius: 50px;
            padding: 20px 24px;
            font-size: 18px;
            font-weight: 600;
            text-decoration: none;
            box-shadow: 0 10px 30px rgba(0, 200, 81, 0.3);
            transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
            overflow: hidden;
            white-space: nowrap;
        }

        .call-icon {
            width: 28px;
            height: 28px;
            font-size: 28px;
            margin-left: 0px;
            transition: transform 0.3s ease;
            flex-shrink: 0;
        }

        .call-text {
            transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
            opacity: 0;
            width: 0;
            overflow: hidden;
font-size: 25px;
    font-weight: bold;
        }

        /* Desktop hover effects */
        @media (min-width: 769px) {
            .floating-call-btn:hover .call-button {
                transform: translateY(-3px);
                box-shadow: 0 15px 40px rgba(0, 200, 81, 0.4);
                background: linear-gradient(135deg, #00d456 0%, #00b346 100%);
            }

            .floating-call-btn:hover .call-text {
                opacity: 1;
                width: auto;
                /* margin-right: 16px; */
            }

            .floating-call-btn:hover .call-icon {
                transform: rotate(15deg) scale(1.1);
                margin-right: 10px;
            }

            .call-button:active {
                transform: translateY(0px);
                box-shadow: 0 6px 20px rgba(0, 200, 81, 0.3);
            }
        }

        /* Mobile styles */
        @media (max-width: 768px) {
            .floating-call-btn {
                bottom: 20px;
                right: 20px;
            }

            .call-button {
                width: 40px;
                height: 40px;
                padding: 0;
                justify-content: center;
                border-radius: 50%;
                box-shadow: 0 6px 20px rgba(0, 200, 81, 0.4);
            }

            .call-text {
                display: none;
            }

            .call-icon {
                margin: 0;
                width: 28px;
                height: 28px;
            }

            .call-button:active {
                transform: scale(0.95);
            }
        }

        /* Pulse animation */
        .floating-call-btn::before {
            content: '';
            position: absolute;
            top: 50%;
            left: 50%;
            width: 100%;
            height: 100%;
            background: rgba(0, 200, 81, 0.3);
            border-radius: 50%;
            transform: translate(-50%, -50%);
            animation: pulse 2s infinite;
            z-index: -1;
        }

        @keyframes pulse {
            0% {
                transform: translate(-50%, -50%) scale(1);
                opacity: 1;
            }
            70% {
                transform: translate(-50%, -50%) scale(1.4);
                opacity: 0;
            }
            100% {
                transform: translate(-50%, -50%) scale(1.4);
                opacity: 0;
            }
        }

        /* Accessibility */
        .call-button:focus {
            outline: 3px solid rgba(0, 200, 81, 0.5);
            outline-offset: 2px;
        }
	a.call-button:hover {
	    color: white;
	}

.wpcf7-response-output {
	color: white;
}
.hero-below-btn-text.desc{
    margin-top: 30px;
    margin-bottom: 15px;
}