/* ---------- Button & Popup base ---------- */

body:not(.ads_page) .bloom-hero {
	padding-top: 30px;
}
.bloom-stat div {
	padding-right: 20px;
}

body:not(.ads_page) .bloom-logos-stripe.bloom-logos-row, body:not(.ads_page) .wp-block-create-block-intro-bloom-with-form,
body:not(.ads_page) .wp-block-create-block-intro-bloom.intro-bloom{
    display: none;
}


body:not(.ads_page) .pop-right-con #gform_wrapper_8 .gform_title {
	font-size: 30px;
	font-weight: 600;
}

body:not(.ads_page) #gform_wrapper_8 .gform_description {
	font-size: 15px;
}

#rightPopupBtn {
    z-index: 99999 !important;
    pointer-events: auto !important;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    touch-action: manipulation; 
}
#rightPopup {
    z-index: 99998; 
}


.right-popup-btn {
    position: fixed;
    right: -10px;
    top: 35%;
    transform: translateX(0);
    z-index: 999999;
    cursor: pointer;
    transition: transform .35s ease;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 18px 14px 14px;
    border-radius: 12px 0 0 12px;
    min-width: 56px;
    box-shadow: 0 6px 18px rgba(0,0,0,0.15);
    background: #fa4616;
    color: #fff;
    font-weight: 700;
    font-family: inherit;
}

/* Icon circle (left) */
.right-popup-btn .btn-left {
    display: inline-flex;
    width: 44px;
    height: 44px;
    min-width:44px;
    border-radius: 10px;
    background: rgba(255,255,255,0.08);
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

/* image inside icon */
.right-popup-btn .btn-left img {
    display:block;
    width:26px;
    height:26px;
    object-fit:contain;
}

/* text area */
.right-popup-btn .btn-text {
    display: inline-block;
    white-space: nowrap;
    font-size: 13px;
    line-height:1;
    padding-right:6px;
}

/* arrow container (right side) */
.right-popup-btn .btn-arrow {
    display:inline-flex;
    width:36px;
    height:36px;
    align-items:center;
    justify-content:center;
    border-radius:8px;
    background: rgba(255,255,255,0.08);
    transition: transform .35s ease, background .25s ease;
    transform-origin: center;
}

/* small arrow svg styling */
.right-popup-btn .btn-arrow svg {
    width:18px;
    height:18px;
    fill:#fff;
    transition: transform .35s ease;
}

/* popup */
/* make width auto and use transform to hide/show so it works with any width */
.right-popup {
    position: fixed;
    right: 0;
    top: 0;
    /* auto width — fits content but is limited by max-width */
    width: 80%;
    max-width: 80vw;
    height: 100%;
    background: #fff;
    z-index: 999998;
    /* use transform to slide it in/out (works with auto width) */
    transform: translateX(100%);
    transition: transform .35s ease;
    box-shadow: -6px 0 30px rgba(0,0,0,0.18);
    will-change: transform;
    display: block;
}

/* When popup open — bring it into view */
.right-popup.active {
    transform: translateX(0);
}

/* rotate arrow when active/open */
.right-popup-btn.open .btn-arrow svg {
    transform: rotate(180deg); /* flips arrow direction */
}

/* subtle hover */
.right-popup-btn:hover .btn-arrow {
    background: rgba(255,255,255,0.14);
}

/* layout inside popup */
.popup-inner {
	padding: 20px 20px 20px 0;
	overflow: auto;
	height: 100%;
}
.close-btn { float: right; font-size: 26px; cursor: pointer; background:none; border:none; }

.popup-content {
	display: flex;
}
.pop-right-con {
	padding: 80px 80px 40px 80px;
	width: 50%;
}
.popup-heading {
	font-weight: 500;
	font-size: 55px;
	line-height: 60px;
	color: #000;
}

.pop-left-con {
	width: 50%;
	background: #fafafa;
	border-radius: 0 50px 50px 0;
	padding: 25px 28px;
	height: 100%;
}
.single-pop-box img {
	width: 55px;
	height: 55px;
}

.single-pop-box h3 {
	font-weight: 600;
	font-size: 16px;
	font-size: 18px;
	line-height: 1.4;
	margin: 15px 0;
}


.single-pop-box p {
	font-size: 16px;
	color: #6b6a66;
}

.pop-image-boxes {
	display: flex;
	flex-direction: row;
	row-gap: 20px;
	margin: 20px;
	padding: 0 0 15px;
	border-bottom: 1px solid #d8d8d8;
	gap: 20px;
	width: 100%;
	flex-wrap: wrap;
}
.single-pop-box {
	width: 48%;
}

.pop-right-con #gform_wrapper_6 #gform_fields_6 {
	gap: 30px !important;
}

.pop-right-con #gform_fields_6 input, #gform_fields_6 textarea {
	height: 50px !important;
}

.popup-review-box img {
	height: 100px;
	width: 100px;
}

.star-rating {
    position: relative;
    display: inline-block;
    font-size: 38px;
    line-height: 1;
    font-family: Arial, sans-serif;
}

/* Grey background stars */
.star-rating .stars-bg {
    color: #dcdce6;
}

/* Colored stars */
.star-rating .stars-fill {
    position: absolute;
    top: 0;
    left: 0;
    white-space: nowrap;
    overflow: hidden;
    height: 100%;
    transition: width .3s ease;
}

.right-popup-btn {
	display: block;
	width: 120px;
	padding: 15px;
	border-radius: 25px 0 0 25px;
	height: auto;
}
.right-popup-btn .btn-text {
	display: inline-block;
	white-space: break-spaces !important;
	font-size: 16px !important;
	line-height: 1.2 !important;
	padding-right: 0;
}

.pop-left-con p {
	font-size: 20px;
	margin-top: 10px;
	font-weight: 500;
}

.popup-review-box {
	display: flex;
	gap: 20px;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 40px;
}

.popup-review-box img {
	width: 100%;
	object-fit: contain;
	height: 64px;
	display: flex;
	align-items: flex-start;
	justify-content: center;
}


.rating-wrapper {
	display: flex;
	gap: 5px;
	align-items: center;
}
.star-rating {
	font-size: 25px !important;
}

.popup_slider .single-item img {
	width: 60px !important;
	height: 60px;
	border-radius: 50px !important;
	object-fit: contain !important;
}

.popup_slider .single-item p {
	font-size: 1rem;
	line-height: 1.5rem;
}

.popup_slider .slide-designation {
	font-size: 13px !important;
	color: rgb(75, 85, 99);
}

.popup_slider .slide-title {
	font-size: 15px !important;
	font-weight: 600 !important;
	margin: 3px 0;
    color:rgb(31, 41, 55) !important;
}

.popup-heading p {
	font-size: 42px !important;
	font-weight: 600;
	margin: 0 !important;
	line-height: 1.2 !important;
}


.pop-left-con p {
	font-size: 16px;
	margin-top: 10px;
	font-weight: 500;
}

.popup_slider {
	padding: 0 50px;
}

.details-area {
	display: flex;
	align-items: center;
	gap: 10px;
}

body .popup-slick .slick-prev.slick-arrow::before, .popup-slick .slick-next.slick-arrow::before {
	color: #000;
	opacity: 1;
	text-shadow: 0 6px 8px rgba(0,0,0,.8);
}

.popup-inner::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 350px;
	/* background: linear-gradient(to top, #dbeafe, transparent); */
	pointer-events: none;
}

.single-item.slick-slide{
    box-shadow: 0 0 10px 0px rgba(0,0,0,.1) !important;
    background-color: #F4F9FF;
    padding: 20px;
    margin:10px;
}

/* --- make slick slides equal height (track as flex) --- */
.popup-slick .slick-track {
    display: flex !important;
    align-items: stretch; /* ensures slides stretch to same height */
    gap:5px;
}

.popup-slick .slick-slide {
    height: auto !important;
    display: flex !important;
    /* ensure slide element participates in equal-height layout */
}

.popup-slick .single-item {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	box-sizing: border-box;
	padding: 24px;
	border-radius: .5rem;
}
/* let details area expand so content aligns nicely */
.popup-slick .details-area {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-grow: 1; /* important: makes this area take remaining height */
}

/* keep image constrained and vertically centered */
.popup-slick .slide-image img {
    max-width: 40px;
    max-height: 40px;
    width: auto;
    height: auto;
    object-fit: contain;
    display: block;
}

/* make title/designation sit on left and content expand */
.popup-slick .pop-slider-head {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.popup-review-box {
	margin: 0;
	padding: 20px 60px;
}

/* gravity form 8 */

/* Hide character counter */
#gform_wrapper_8 .charleft.ginput_counter.gfield_description {
	display: none !important;
}

/* Wrapper */
#gform_wrapper_8 {
	background-color: #fff;
	border: 1px solid #fff;
	box-shadow: none;
}

/* Radio input */
#gform_wrapper_8 .gchoice.gchoice_8_9_1 input {
	border-radius: 0 !important;
}

#gform_wrapper_8 .gchoice.gchoice_8_9_1 input:focus {
	outline: none;
	border: none;
}

#choice_8_9_1:focus-within {
	border: none;
	outline: none;
	background: transparent;
}

/* Submit button */
#gform_submit_button_8 {
	background-color: #fa4616;
	font-size: 17px;
	padding: 15px 30px;
}

/* Footer */
#gform_8 .gform_footer {
	position: relative !important;
	display: inline-block !important;
	width: 100%;
}

#gform_8 .gform_footer input[type="submit"] {
	background-color: #fa4616 !important;
	color: #fff !important;
	border: none !important;
	border-radius: 6px !important;
	padding: 18px !important;
	font-size: 16px !important;
	font-weight: 600 !important;
	cursor: pointer !important;
	transition: all 0.3s ease !important;
	width: 100% !important;
}

/* Arrow icon */
/* #gform_8 .gform_footer::after {
	content: "➜";
	font-size: 18px !important;
	font-weight: bold !important;
	color: #fff !important;
	position: absolute !important;
	top: 50% !important;
	right: 29% !important;
	transform: translateY(-50%) !important;
	opacity: 1;
	transition: 0.3s ease !important;
}

#gform_8 .gform_footer:hover::after {
	opacity: 1 !important;
	right:25% !important;
} */

#gform_8 .gform_footer:hover input[type="submit"] {
	background-color: #fa4616 !important;
}

/* Label */
#gform_8 #label_8_9_1 {
	font-weight: 600;
	font-size: 17px;
}

/* Title */
#gform_wrapper_8 .gform_title {
	text-align: center;
	margin: 10px 0;
	font-size: 25px;
	font-weight: 800;
}

/* Margin for radio row */
#gform_wrapper_8 #input_8_9 {
	margin: 20px 0 10px 0;
}

/* Textarea */
#input_8_3 {
	height: 100px;
	resize: none;
}

/* Focus remove */
#gform_wrapper_8 input:focus,
#gform_wrapper_8 textarea:focus,
#gform_wrapper_8 select:focus,
#gform_wrapper_8 button:focus {
	outline: none !important;
	box-shadow: none !important;
}

/* Form description */
#gform_wrapper_8 .gform_description {
	font-size: 15px;
	text-align: center;
	margin-bottom: 26px;
	letter-spacing: -0.4px;
}
/* Input fields */
#gform_fields_8 input,
#gform_fields_8 textarea {
	border-radius: 10px;
	border-color: #d1d1d1;
}

/* Fields gap */
#gform_fields_8 {
	gap: 18px;
}

.pop-right-con #gform_wrapper_8 input {
	height: 60px !important;
}


.pop-right-con #gform_fields_8 {
	gap: 40px 15px;
}

.pop-right-con #gform_wrapper_8 .gform_title {
	text-align: center;
	margin: 10px 0;
	font-size: 35px;
	font-weight: 800;
}

 body .rating-number {
        font-size: 18px;
    }




.text-lg.pl-2.px-2.font-semibold.uppercase.ffsb {
	margin-bottom: 20px;
}

.wp-block-create-block-ads-footer-area .gform_wrapper {
	padding: 0 !important;
}

.wp-block-create-block-ads-footer-area.free_call_frm {
	padding: 20px !important;
	margin: 0 !important;
}


#bloomStickyCta.hidden-by-popup {
  display: none !important;
}
.rft-behavior-ads.text-white.p-2\.5.text-center.text-\[18px\].font-semibold.ffsb.bg-\[\#fa4616\].fixed {
	display: none !important;
}



.home .wp-block-create-block-what-we-do.resources,  .home .wp-block-create-block-why-work-with-us {
	display: none;
}


#gform_6 .gform_footer::after {
	content:unset !important;
}







/* ========== responsive css start ========== */





@media (min-width: 768px) {

    .popup-slick .slick-dots {
        display: none !important;
    }

    .scrl_sec.hide_desk, .wsup_btn {
        display: none;
    }
}

/* ========== MOBILE (<=767px) LAYOUT ========== */
@media (max-width: 768px) {
     

    body .popup-review-box {
        padding-bottom: 64px;
    }


    .scrl_sec.hide_desk {
	display: flex;
	justify-content: center;
	width: 100%;
	gap: 150px;
}

    .popup-heading p {
        font-size: 32px !important;
    }

    .pop-right-con #gform_wrapper_8 .gform_title {
        font-size: 30px;
    }


    .top_sec_area {
        background: #fff;
        padding: 20px;
        align-items: center;
        display: flex;
        gap: 35px;
        position: absolute;
        width: 50%;
        /* padding-bottom: 50px; */
        z-index: 9999;
        left: 0;
        top: 0;
        width: 100% !important;
        justify-content: space-between;
        box-shadow: 0 3px 6px rgba(0,0,0,.16);
    }

    .pop-right-con #gform_wrapper_8 input {
	height: 50px !important;
}

.pop-right-con #gform_fields_8 {
	gap: 15px 15px;
}
    .right-popup {
        width: 100%;
        max-width: 100vw;
        height: 100%;
     
    }

    .right-popup-btn {
	width: px;
	padding: 10px;
}

.right-popup-btn .btn-left {
	width: 25px;
	height: 25px;
    min-width:0;
}

.right-popup-btn .btn-text {
	display: inline-block;
	white-space: break-spaces !important;
	font-size: 10px !important;
	line-height: 1.2 !important;
	padding-right: 0;
}

body .right-popup-btn .btn-arrow {
	transform: rotate(0deg);
}

.right-popup-btn .btn-arrow {
	width: 23px;
	height: 25px;
}



.popup-slick .slick-track {
    align-items: flex-start;
}

.popup-slick .slick-track {
    gap: 0px;
}

.popup_slider .single-item img {
    width: 50px !important;
    height: 50px;
    border-radius: 50px !important;
    object-fit: contain !important;
}

#gform_8 {
	/* background-image: linear-gradient(to top, #dbeafe, transparent) !important; */
}

    .popup-inner {
	/* background-image: linear-gradient(to top, #dbeafe, transparent) !important; */
}

    .popup_slider {
	padding: 0;
}


.popup_slider .slick-next {
	right: 0px !important;
}

.popup_slider .slick-prev {
	left: 0px !important;
	z-index: 1 !important;
}

    #key_point_area {
	/* background-image: linear-gradient(to top, #dbeafe, transparent); */
	border-radius: 0;
}

    .scrl_sec.hide_desk a {
	margin-right: 10px;
}

.scrl_sec a{
    transition: all 0.3s ease;
}

    .scrl_sec a:hover {
        color:#fa4616 ;
    }

    .pop-left-con p {
        font-size: 15px;
    }

   .popup-inner {
        padding: 18px;
        height: 100%;
        max-height: calc(100vh - 0px) !important;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        box-sizing: border-box;
        background: #fff;
    }

   .top_sec_area {
        background: #fff;
        padding: 20px;
        align-items: center;
        display: flex;
        gap: 35px;
        position: absolute;
        width: 50%;
        /* padding-bottom: 50px; */
        z-index: 9999;
        left: 0;
        top: 0;
    }

    .right-popup-btn.open {
        display: none;
    }

    /* Button bottom */
   /* .right-popup-btn {
        top: auto;
        right: auto;
        left: 0;
        bottom: 0;
        border-radius: 12px;
        width: 49%;
        min-width: 49%;
        padding: 12px 14px;
        box-shadow: 0 8px 26px rgba(0,0,0,0.18);
        transform: translateY(0);
        display: flex;
        justify-content: center;
    } */
    /* Bottom-sheet popup */
    /* .right-popup {
        left: 0;
        right: 0;
        top: auto;
        bottom: 0;
        width: 100%;
        max-width: 100%;
        max-height: 100%;
        height: auto;
        border-radius: 12px 12px 0 0;
        box-shadow: 0 -8px 30px rgba(0,0,0,0.18);
        transform: translateY(100%);
        transition: transform .35s ease;
        display: block;
        overscroll-behavior: contain;
    } */

    /* When active on mobile, bring up */
    /* .right-popup.active.mobile {
        transform: translateY(0);
    } */

    /* MAKE INNER SCROLLABLE */
    .popup-inner {
        padding: 10px;
        height: auto;
        /* set a max-height relative to popup so it can scroll */
        max-height: calc(85vh - 48px); /* adjust 48px for header/close btn space */
        overflow-y: auto;
        -webkit-overflow-scrolling: touch; /* smooth iOS scroll */
        box-sizing: border-box;
    }

    .popup-content {
        display: flex;
        flex-direction: column;
        margin-top: 60px;
    }
    .popup-content .pop-left-con{
        order: 2;
    }

     .popup-content .pop-right-con{
        order: 1;
    }
   .popup-review-box {
        gap: 5px;
        justify-content: space-between;
    }

    .star-rating {
        font-size: 15px !important;
    }

    .popup-review-box img {
        width: fit-content;
        object-fit: contain;
        height: 30px;
    }

    .pop-left-con, .pop-right-con { width: 100%; padding: 10px; }
    .pop-right-con { padding-top: 10px; }
    .popup-heading { font-size: 28px; line-height: 34px; }
    .close-btn { font-size: 22px; }

    /* rotate arrow for mobile: point up when open */
    .right-popup-btn.open .btn-arrow svg {
        transform: rotate(-90deg);
    }

    .pop-image-boxes {
        margin: 15px 0;
    }

    .single-pop-box {
        width: 45%;
    }

    .single-pop-box h3 {
        font-size: 16px;
    }
    .popup-inner::before {
        content: unset;
    }

    /* .popup-inner {
        background-image: linear-gradient(to top, #dbeafe, transparent);
        background-repeat: no-repeat;
        background-size: 100% 500px;
        background-position: bottom;
    } */
    .popup_slider {
        padding-top: 10px;
    }

    .right-popup-btn .btn-arrow {
        transform: rotate(90deg);
    }

    .wsup_btn {
        position: fixed;
        bottom: 0;
        width: 49%;
        background: #25D366;
        padding: 20px;
        border-radius: 15px;
        display: flex;
        justify-content: center;
        gap: 10px;
        color: #fff;
        font-size: 16px;
        font-weight: 600;
        align-items: center;
        right: 0;
    }
}



@media (max-width: 605px) {
       .wsup_btn {
        font-size:13px;
       }
       .right-popup-btn .btn-text {
            font-size: 13px !important;
        }
}

@media (max-width: 550px) {
    .top_sec_area {
        width: 60%;
    }

    .popup-review-box {
        margin: 0;
        padding: 010px;
    }
    .pop-right-con #gform_wrapper_8 .gform_title {
        font-size: 22px;
    }

    .scrl_sec.hide_desk {
        gap: 100px;
    }
    body .rating-number {
        font-size: 11px !important;
    }

}

