/* Posh AI Page Styles */
html {
    -webkit-text-size-adjust: 100%;
}
#ai_plans_pricing {
    scroll-margin-top: 250px;
}
.elementor p {
    font-family: "Runda", Sans-serif;
    font-size: 24px;
    font-weight: 300;
    line-height: 30px;
}

.poshai_trybtn a {
    background: linear-gradient(91deg, #BDF47A -3.08%, #63FFCE 49.95%, #A0E395 100%);
}

.poshai_trybtn a:hover {
    background: linear-gradient(121deg, #6FC097 -17.56%, #457373 119.99%) !important;
    color: #fff !important;
}

.poshai_trybtn a:hover svg path {
    fill: #fff !important;
}


.poshai_trybtn .elementor-button-icon svg,
.poshai_diagram_section .poshai_trybtn svg {
    height: 52px;
    width: 52px;
}

.poshai_trybtn .elementor-button-content-wrapper {
    align-items: center;
}

.how_poshai_title .colored_star:after,
.poshai_diagram_section .colored_star:after {
    /* right: -35px; */
    content: '';
    position: absolute;
    height: 73px;
    width: 73px;
    top: -25px;
    right: 360px;
    background-repeat: no-repeat;
    background-size: 100%;
    background-color: #F3F1ED;
    -webkit-mask-image: url('/wp-content/uploads/2026/04/colored-stars.svg');
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-image: url('/wp-content/uploads/2026/04/colored-stars.svg');
    mask-repeat: no-repeat;
    mask-size: contain;
}

.poshai_diagram_section .poshai_trybtn svg path {
    fill: #F3F1ED;
}

.how_poshai_title .colored_star:after {
    background-color: #23394C;
    right: 17%;
}

.poshai_talkto_aireceptionist a {
    background: linear-gradient(90deg, #63FFCE 16.05%, #2DA2EA 90.98%);
}

.poshai_talkto_aireceptionist a:hover {
    background: linear-gradient(90deg, #2DA2EA 16.05%, #63FFCE 90.98%);
}

.form_sec {
    position: relative;
    overflow: hidden;
}

.poshai_bgpattern {
    position: absolute !important;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
    z-index: 0;
    pointer-events: none;
}

.poshai_bgpattern img {
    width: 100%;
    height: 515px;
    object-fit: cover;
    object-position: center !important;
}

.poshai_faqs .e-n-accordion-item div>p {
    font-family: "P22Mackinac", Sans-serif !important;
    font-size: 24px;
    font-weight: 400;
    line-height: 39px;
    color: #000000;
}

.poshai_faqs .e-n-accordion-item-title {
    justify-content: space-between !important;
}

.poshai_forindustry_section .stars-between-col {
    position: relative;
}

.poshai_forindustry_section .stars-between-col:not(:last-child)::after {
    content: '';
    position: absolute;
    top: 10%;
    right: -45px;
    width: 92px;
    /* star size */
    height: 92px;
    background-image: url('/wp-content/uploads/2026/04/colored-stars.svg');
    background-repeat: no-repeat;
    background-size: contain;
}

.poshai_faq_listing {
    padding-left: 40px;
}

.poshai_faq_listing li {
    list-style: disc;
}

.cstm-image-box svg {
    /* height: auto !important; */
    height: 66px !important;
}

.poshai_feature_card {
    position: relative;
}

.poshai_feature_card:nth-child(1):after,
.poshai_feature_card:nth-child(2):after,
.poshai_feature_card:nth-child(3):after {
    content: "";
    position: absolute;
    bottom: -15px;
    left: 0;
    width: calc(100% + 1px) !important;
    border-bottom: 1px solid #BBBBBB;
}

.circle-wrapper {
    position: relative;
}

.circle {
    position: absolute;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    overflow: hidden;
}

/* position each circle exactly */
/* Parent wrapper (important for absolute positioning) */
.circle-wrapper {
    position: relative;
    width: 420px;
    /* adjust based on your design */
    height: 320px;
    /* gives space for overlap */
}

/* Shared circle style */
.circle {
    position: absolute;
    width: 296px;
    height: 296px;
    border-radius: 50%;
    overflow: hidden;
}

/* First circle position (top-left) */
.img-rotate-1 {
    top: 0;
    left: 0;
    z-index: 1;
}

/* Second circle position (overlapping bottom-right) */
.img-rotate-2 {
    top: 182px;
    left: 162px;
    z-index: 2;
}

/* Images stacked inside circles */
.circle img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    left: 0;
    display: none;
}

/* Active image */
.circle img.active {
    display: block;
}

/* Optional: smooth fade feel enhancement */
.circle img {
    opacity: 0;
    transition: opacity 0.8s ease;
}

.circle img.active {
    transform: scale(1.03);
}

/* Prevent flicker in some browsers */
.circle img {
    backface-visibility: hidden;
}

.banner-section-ai p {
    color: #fff;
}

.how_poshai_title .colored_star::after {
    right: 0;
    position: relative;
    top: 20px;
    display: inline-block;
    margin-left: 15px;
}

.impressions-AI .e-con-inner {
    position: relative;
}

.impressions-AI .e-con-inner:before,
.poshai_forindustry_section:after {
    border-radius: 354px;
    background: linear-gradient(90deg, #63FFCE 4.33%, #A0E395 100%);
    width: 303px;
    height: 303px;
    content: "";
    position: absolute;
    right: 205px;
    bottom: 151px;
    z-index: -9;
	
}

.poshai_forindustry_section:after {
    top: -240px;
    bottom: 0;
    left: 50px;
    z-index: 9;
}

.poshai_diagram_section {
    z-index: 99 !important;
}

.border-pricing {
    position: relative;
}

.border-pricing:before {
    position: absolute;
    background: #23394C;
    width: 100%;
    height: 1px;
    content: "";
    top: 50%;
    transform: translateY(-50%) translateY(3px);
    left: 0;
}

.border-pricing h3 {
    display: inline-block;
    background: #fff;
    padding: 4px 15px;
    z-index: 999;
    position: relative;
}

.pricing_plan_card {
    align-self: stretch !important;
}

.pricing_plan_card.most-popular-container:hover {
    border: 1px solid #fff !important;
}

.pricing_plan_card:hover,
.pricing_plan_card:hover .border-pricing h3 {
    background-color: #1E1E1E !important;
    transition: color 0.3s ease;
}

.pricing_plan_card:hover h2 {
    color: #6FC097 !important;
}

.pricing_plan_card:hover p,
.pricing_plan_card:hover p strong,
.pricing_plan_card:hover .border-pricing h3 {
    color: #fff !important;
}

.pricing_plan_card:hover .minute-icon p span:after {
    filter: brightness(0) saturate(100%) invert(70%) sepia(20%) saturate(500%) hue-rotate(100deg);
}

.pricing_plan_card:hover .border-pricing:before {
    background: #e7e7e7;
}

.minute-icon p {
    position: relative;
}

.minute-icon p span:after {
    content: '';
    width: 23px;
    height: 22px;
    display: inline-block;
    background-image: url('/wp-content/uploads/2026/04/colored-stars.svg');
    background-repeat: no-repeat;
    background-size: contain;
    margin-left: 2px;
}

.most-popular-container {
    position: relative;
}

.most-popular-container:after {
    background: #fff;
    width: 100%;
    height: 23px;
    content: "" !important;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 99;
    border-radius: 23px 0 0 0;
}

.pricing_plan_card.most-popular-container:hover::after {
    background: #1E1E1E !important;
}

.most_popular_badge {
    border-radius: 16.875px 0 0 0;
    background: #1E1E1E;
    padding: 8px 26px 26px 26px;
    position: absolute !important;
    left: -1px;
    top: -25px;
    width: 175px !important;
}

.most_popular_badge h3 {
    color: #fff !important;
}

.pricing_plan_card:hover .most_popular_badge {
    background: #fff;
}

.pricing_plan_card:hover .most_popular_badge h3 {
    color: #1E1E1E !important;
}

.live-answer-boxes .container {
    width: 100%;
}

.live-answer-inner {
    position: relative;
}

.live-answe-box-1,
.live-answe-box-2,
.live-answe-box-3,
.live-answe-box-4,
.live-answe-box-5,
.live-answe-box-6,
.live-answe-box-7,
.live-answe-box-8 {
    display: flex;
    flex-wrap: wrap;
}

.live-answe-box-1 h3,
.live-answe-box-2 h3,
.live-answe-box-3 h3,
.live-answe-box-4 h3,
.live-answe-box-5 h3,
.live-answe-box-6 h3,
.live-answe-box-7 h3,
.live-answe-box-8 h3 {
    width: 100%;
}

.live-answe-box-7 h3,
.live-answe-box-8 h3,
.live-answe-box-1 h3 {
    text-align: center;
    margin-bottom: 10px;
    font-size: 32px;
    color: #272727;
    font-weight: 500;
    letter-spacing: -1.6px;
}

.live-answe-box-1 {
    padding: 27px 15px 27px 15px;
    width: 278px;
    border-radius: 30px;
    margin-left: auto;
    margin-right: auto;
    top: 57px;
}

.live-answe-box-1 img {
    width: 100%;
    /* height: 250px; */
    object-fit: cover;
    border-radius: 25px;
}

.live-answe-box-1 {
    background: linear-gradient(90deg, #63FFCE 4.33%, #2DA2EA 100%);
    position: relative;
    border-radius: 25px;
}

.live-answe-box-2,
.live-answe-box-3,
.live-answe-box-4,
.live-answe-box-5,
.live-answe-box-6 {
    background: linear-gradient(90deg, #63FFCE 4.33%, #2DA2EA 100%);
}

.live-answe-box-2 {
    width: 232px;
    padding: 12px;
    left: 215px;
    position: absolute;
    border-radius: 24px;
}

.live-answe-box-2 img {
    width: 100%;
    /* height: 232px; */
    object-fit: cover;
    border-radius: 15px;
}

.live-answe-box-3 {
    border-radius: 15px;
    width: 145px;
    padding: 9px;
    top: 254px;
    position: absolute;
    left: 75px;
}

.live-answe-box-3 img {
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.live-answe-box-4 {
    border-radius: 15px;
    width: 145px;
    padding: 9px;
    top: 25px;
    position: absolute;
    right: 162px;
}

.live-answe-box-4 img {
    width: 100%;
    object-fit: cover;
    border-radius: 9px;
}

.live-answe-box-5 {
    border-radius: 10px;
    width: 97px;
    padding: 5px;
    top: 205px;
    position: absolute;
    right: 69px;
}

.live-answe-box-5 img {
    width: 100%;
    object-fit: cover;
    border-radius: 6px;
}

.live-answe-box-6 {
    border-radius: 10px;
    width: 169px;
    padding: 9px;
    top: 225px;
    position: absolute;
    right: 290px;
}

.live-answe-box-6 img {
    width: 100%;
    object-fit: cover;
    border-radius: 6px;
}

.top-live-answer {
    z-index: 9;
    position: relative;
}

.center-live-answer {
    width: 800px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 56px;
}

.center-live-answer .text-center {
    text-align: center;
    position: relative;
}

.center-live-answer .text-center h4 {
    font-size: 20px;
    color: #fff;
    position: absolute;
    left: 0;
    width: 100%;
    top: 50px;
    align-items: center;
    display: flex;
    justify-content: center;
}

.center-live-answer .text-center h4 span {
    display: inline-block;
    margin: 0 7px;
}

.center-live-answer .text-center h4 img:last-child {
    transform: rotate(180deg);
}

.live-answe-box-7,
.live-answe-box-8 {
    padding: 27px 15px 27px 15px;
    width: 278px;
    border-radius: 30px;
    background: linear-gradient(90deg, #63FFCE 4.33%, #2DA2EA 100%);
}

.live-answe-box-7 img,
.live-answe-box-8 img {
    width: 100%;
    object-fit: cover;
    border-radius: 6px;
}

.caller-center-box {
    display: flex;
    /* align-items: center; */
    justify-content: space-between;
    margin-top: -5px;
    position: relative;
    z-index: 9;
}

.caller-center-box .live-answe-box-7 img,
.caller-center-box .live-answe-box-8 img {
    border-radius: 17px;
}

.caller-text {
    width: 140px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    align-self: center;
}

.caller-text h4 {
    color: #fff;
    font-size: 20px;
    margin: 0px 0 12px 0;
    font-weight: 500;
}

.bottom-live-answer {
    text-align: center;
}

.view-more-mobile {
    display: none;
}

.all-bottom-box-ai {
    display: flex;
    justify-content: center;
    gap: 33px;
    margin-top: -8px;
    position: relative;
    z-index: 9;
}

.single-bottom-box-ai {
    width: 278px;
    background: linear-gradient(90deg, #63FFCE 4.33%, #2DA2EA 100%);
    padding: 15px 15px 30px 15px;
    border-radius: 30px;
    text-align: center;
}

.single-bottom-box-ai h3 {
    color: #272727;
    font-size: 32px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: 500;
    letter-spacing: -1.6px;
}

.single-bottom-box-ai p {
    font-size: 16px;
    color: #272727;
    font-weight: 400;
    line-height: 1.5;
}

/*  Button animation */

.poshai_trybtn svg path {
    animation: fillStar 1.7s infinite;
    transform-origin: center;
    transform-box: fill-box;
}

/* delay for each star */
.poshai_trybtn svg path:nth-child(1) {
    animation-delay: 0.2s;
}

.poshai_trybtn svg path:nth-child(2) {
    animation-delay: 0.6s;
}

.poshai_trybtn svg path:nth-child(3) {
    animation-delay: 1s;
}


/* animation */
@keyframes fillStar {
    0% {
        transform: scale(0.1);
        opacity: 0.6;
    }

    25% {
        transform: scale(1.3);
        opacity: 1;
    }

    75% {
        transform: scale(.8);
        opacity: 0.9;
    }

    100% {
        transform: scale(.2);
        opacity: 0.9;
    }
}

.all-poshai_trybtn_border {
    position: absolute;
    left: 46px;
    top: 50%;
    height: 52px;
    display: flex;
    align-items: center;
    gap: 6px;
    transform: translateY(-50%);
}

.poshai_trybtn1 {
    position: relative;
}

.poshai_trybtn_border1 {
    width: 4px;
    height: 14px;
    background: #08272b;
    border-radius: 999px;
    opacity: 0;
    animation: poshaiWave 1.5s ease-in-out infinite;
    transform-origin: center;
}

.poshai_trybtn_border1:nth-child(1) {
    height: 16px;
    opacity: 1;
    animation-delay: 0s;
}

.poshai_trybtn_border1:nth-child(2) {
    height: 30px;
    opacity: 1;
    animation-delay: 0.2s;
}

.poshai_trybtn_border1:nth-child(3) {
    height: 36px;
    opacity: 1;
    animation-delay: 0.4s;
}

.poshai_trybtn_border1:nth-child(4) {
    height: 26px;
    opacity: 1;
    animation-delay: 0.6s;
}

.poshai_trybtn_border1:nth-child(5) {
    height: 14px;
    opacity: 1;
    animation-delay: 0.8s;
}

@keyframes poshaiWave {
    0% {
        transform: scaleY(0.1);
        /* opacity: 0.18; */
    }

    30% {
        transform: scaleY(1.5);
        /* opacity: 1; */
    }

    55% {
        transform: scaleY(0.72);
        /* opacity: 0.72; */
    }

    100% {
        transform: scaleY(0.1);
        /* opacity: 0.18; */
    }
}

.poshai_feature_card {
    position: relative;
    margin-top: 20px;
    margin-bottom: 20px;
}

.poshai_feature_card:nth-of-type(-n+3) {
    margin-top: 30px;
    margin-bottom: 30px;
}

/* .poshai_feature_card:nth-child(-n+4)::after {
    content: "";
    width: 100%;
    height: 1px;
    background: #bbbbbb;
    position: absolute;
    bottom: -15px;
    left: 0;
    z-index: 19;
} */

.live-answer-inner .caller-text .poshai_trybtn svg path,
.live-answer-boxes.diagram_mobile_view .star.poshai_trybtn svg path {
    fill: #6FC097;
}

.pricing_plan_card h2 .card_price {
    font-size: 26px !important;
}

.banner-section-ai {
    background-size: 100% 100% !important;
}

/* Faqs */

.faq-detail {
	padding:150px 0;
	overflow:hidden;
	background: #eef2f5;
	position: relative;
}

.faq-detail:before {
	width: 100%;
	height:1168px;
	background: url('/wp-content/themes/posh/assets/images/faq-bg-1.webp')no-repeat;
	background-size: 100% 100%;
	background-position: right;
	content:"";
	position:absolute;
	left:0;
	top:0;
}

.faq-detail .container {
	position: relative;
	z-index:99;
}

.faq-detail h2 {
	font-size:51px;
	padding-bottom:20px;
	color:#23394c;
}

.faq-detail .content {
	padding:60px 0 50px 0;
}

.faq-detail a.btn-started {
	font-size:18px;
	padding-left:40px;
	padding-right:40px;
}

.faq-detail a.btn-started:hover {
	background: none;
	color: #6fc097;
	border-color: #6fc097;
}

.faq-detail .learn-more {
	padding-top:60px;
}

.faq-detail .learn-more a {
	color:#457373;
}

.faq-detail .learn-more a:hover {
	color:#fff;
}

/* Description */
.des-faq {
	font-size:22px;
	line-height: 40px;
	padding-top:20px;
	color:#2e2e2e;
	/* width: 600px; */
}

.des-faq p {
	color:#2e2e2e;
    font-family: 'rundaw00-lightregular' !important;
    font-weight: normal;
    line-height: 36px;
    font-size: 22px;
}

.des-faq br {
	display:none;
}

/* Accordion */
.acc__card {
	border-bottom:1px solid #d1d1d1;
	position: relative;
}

.acc__title {
	color: #1f5151;
	cursor: pointer;
	display: block;
	position: relative;
	text-align: left;
	font-size: 22px;
	padding:25px 40px 20px 40px;
}

.acc__title.active {
	background: #f5f6f7;
}

.acc__title::after {
	width: 17px;
	height: 17px;
	border-right: 2px solid #7a7a7b;
	border-bottom: 2px solid #7a7a7b;
	position: absolute;
	right: 25px;
	content: " ";
	top: 24px;
	transform: rotate(45deg);
	transition: all 0.2s ease-in-out;
}

.acc__title.active::after {
	transform: rotate(-135deg);
	top: 34px;
}

.acc__panel {
	background: #f5f6f7;
	display: none;
	padding: 10px 40px 50px 40px;
	text-align: left;
	font-family: 'rundaw00-lightregular' !important;
	line-height: 30px;
	color:#2e2e2e;
}

.acc__panel p {
	font-size:18px !important;
    font-family: 'rundaw00-lightregular' !important;
	line-height: 28px;
	color:#595959;
    font-weight: normal;
}

.acc__panel p a {
	color:#56bf93;
}

.acc__panel p a:hover {
	color:#a0e395;
}

.acc__panel p span {
	font-family: 'rundaw00-mediumitalicregular' !important;
	color:#2e2e2e;
}

.faq_section_btns {
    display: flex;
    justify-content: center !important;
    align-items: center !important;
    gap: 20px;
}

.poshai_faqs_section  .faq-detail {
    padding-bottom: 100px;
}

.poshai_faqs_section .elementor p {
    font-family: 'rundaw00-lightregular' !important;
}

.faq_section_btns .faqbtn a
{
    padding: 27px 82px !important;
}

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

    .elementor p,
    .elementor-widget-text-editor p {
        font-size: 18px !important;
        line-height: 1.5 !important;
    }

    .poshai_forindustry_section::after {
        top: -290px;
    }

    .live-answe-box-2 {
        width: 212px;
        left: 185px;
    }

    .live-answe-box-6 {
        width: 159px;
        right: 270px;
    }

    .single-bottom-box-ai,
    .live-answe-box-7,
    .live-answe-box-8 {
        width: 258px;
    }

    .live-answe-box-1,
    .single-bottom-box-ai h3,
    .live-answe-box-7 h3,
    .live-answe-box-8 h3,
    .live-answe-box-1 h3 {
        font-size: 28px;
    }

    .live-answe-box-3 {
        top: 234px;
    }
}

@media (max-width: 1199px) {

    /*---- 21-04-2026 ----*/
    .live-answe-box-3 {
        width: 125px;
        top: 254px;
        left: 25px;
    }

    .live-answe-box-2 {
        width: 192px;
        left: 115px;
    }

    .live-answe-box-1 {
        width: 238px;
    }

    .live-answe-box-6 {
        width: 129px;
        right: 205px;
    }

    .live-answe-box-4 {
        width: 115px;
        top: 35px;
        right: 132px;
    }

    .live-answe-box-5 {
        width: 87px;
        top: 185px;
        right: 40px;
    }

    .single-bottom-box-ai,
    .live-answe-box-7,
    .live-answe-box-8 {
        width: 238px;
    }

    .center-live-answer {
        width: 720px;
    }

    .center-live-answer .text-center img {
        width: 470px;
    }

    .center-live-answer .text-center h4 img {
        width: auto !important;
    }

    .live-answe-box-1,
    .single-bottom-box-ai h3,
    .live-answe-box-7 h3,
    .live-answe-box-8 h3,
    .live-answe-box-1 h3 {
        font-size: 26px;
        margin-bottom: 5px;
    }

    .center-live-answer {
        padding-top: 50px;
    }

    .impressions-AI .circle {
        position: relative;
    }

    .img-rotate-2 {
        top: 0;
        left: 0;
    }

    .impressions-AI .e-con-inner>.e-con-full:first-child {
        order: 1;
    }

    .impressions-AI .e-con-inner>.e-con-full:last-child {
        order: 2;
    }

    .img-rotate-1 {
        left: -60px;
    }

    .img-rotate-2 {
        top: -80px;
        left: 60px;
    }

    .circle {
        width: 240px;
        height: 240px;
        margin-left: auto;
        margin-right: auto;
    }

    .impressions-AI .e-con-inner::before,
    .poshai_forindustry_section::after {
        width: 300px;
        height: 300px;
        right: 440px;
        bottom: -225px;
    }

    /*---- 21-04-2026 ----*/
    .des-faq {
		/* width:540px; */
		font-size: 20px;
		line-height: 32px;
	}
    .des-faq p {
        font-size: 20px !important;
        line-height: 32px !important;
    }
	.faq-detail {
		padding: 80px 0 110px 0;
	}
	.acc__panel p {
		font-size: 16px !important;
		line-height: 26px !important;
	}
}

@media screen and (max-width: 1024px) {
    .faq_section_btns .faqbtn a
    {
        padding: 8px 60px !important;
    }


    .poshai_faqs .e-n-accordion-item div>p,
    .elementor p,
    .elementor-widget-text-editor p {
        font-size: 20px !important;
        line-height: 26px !important;
    }

    .poshai_trybtn .elementor-button-icon svg,
    .poshai_diagram_section .poshai_trybtn svg {
        height: 25px;
        width: 26px;
    }

    .poshai_forindustry_section:after {
        top: -225px;
    }

    .how_poshai_title .colored_star:after,
    .poshai_forindustry_section .stars-between-col:not(:last-child)::after {
        width: 43px;
        height: 42px;
    }

    .how_poshai_title .colored_star::after {
        top: 7px;
    }

    .live-answe-box-2 {
        width: 162px;
        left: 75px;
    }

    .live-answe-box-3 {
        width: 105px;
        top: 205px;
        left: 20px;
    }

    .live-answe-box-1 {
        width: 218px;
        padding-top: 17px;
        padding-bottom: 17px;
    }

    .live-answe-box-5 {
        right: 10px;
    }

    .live-answe-box-6 {
        width: 109px;
        right: 220px;
        top: 200px;
    }

    .live-answe-box-4 {
        width: 95px;
        top: 45px;
        right: 92px;
    }

    .single-bottom-box-ai,
    .live-answe-box-7,
    .live-answe-box-8 {
        width: 218px;
    }

    .center-live-answer {
        width: 660px;
    }

    .center-live-answer .text-center h4,
    .caller-text h4 {
        font-size: 17px;
    }

    .center-live-answer .text-center img {
        width: 450px;
    }

    .live-answe-box-1,
    .single-bottom-box-ai h3,
    .live-answe-box-7 h3,
    .live-answe-box-8 h3,
    .live-answe-box-1 h3 {
        font-size: 24px;
        margin-bottom: 5px;
    }

    .all-bottom-box-ai {
        gap: 20px;
    }

    .impressions-AI .e-con-inner::before,
    .poshai_forindustry_section::after {
        right: 140px;
        width: 250px;
        height: 300px;
    }

    .poshai_trybtn_border1:nth-child(2) {
        height: 16px;
        opacity: 1;
        animation-delay: 0.2s;
    }

    .poshai_trybtn_border1:nth-child(3) {
        height: 20px;
        opacity: 1;
        animation-delay: 0.4s;
    }

    .poshai_trybtn_border1:nth-child(4) {
        height: 20px;
        opacity: 1;
        animation-delay: 0.6s;
    }

    .poshai_feature_card:nth-child(1):after,
    .poshai_feature_card:nth-child(2):after,
    .poshai_feature_card:nth-child(3):after,
    .poshai_feature_card:nth-child(4):after {
        content: "";
        position: absolute;
        bottom: -15px;
        left: 0;
        width: calc(100% + 1px) !important;
        border-bottom: 1px solid #BBBBBB;
    }

    .poshai_feature_card {
        margin-top: 0 !important;
        margin-bottom: 30px !important;
    }

    .pricing_plan_card h2 .card_price {
        font-size: 18px !important;
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1366px) and (orientation: landscape) {

    .poshai_forindustry_section:after {
        top: -280px;
    }

}

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

    .poshai_faqs .e-n-accordion-item div>p,
    .elementor p,
    .elementor-widget-text-editor p {
        font-size: 18px !important;
        line-height: 1.5 !important;
    }

    .live-answe-box-6 {
        right: 120px;
    }

    .acc__title {
        font-size: 20px;
    }

    .des-faq p {
        font-size: 17px !important;
        line-height: 28px !important;
    }

    /* cstm-image-box.row_2,
    .cstm-image-box.row_1 {
        min-height: 350px; 
    } */
}

@media screen and (max-width: 767px) {
    .faq_section_btns .faqbtn a
    {
        padding: 11px 20px !important;
    }

    .poshai_feature_card:nth-child(5)::after {
        content: "";
        position: absolute;
        bottom: -15px;
        left: 0;
        width: calc(100% + 1px) !important;
        border-bottom: 1px solid #BBBBBB;
    }

    .poshai_faqs .e-n-accordion-item div>p,
    .elementor p,
    .elementor-widget-text-editor p {
        font-size: 17px !important;
        /* line-height: 24px !important; */
    }

    .how_poshai_title .colored_star::after,
    .poshai_forindustry_section .stars-between-col:not(:last-child)::after {
        display: none !important;
    }

    /* .live-answer-boxes.diagram_mobile_view {
        display: block !important;
    } */

    .caller-text {
        width: 56px;
    }

    .center-live-answer .text-center .star {
        width: 25px;
        height: 26px;
        position: absolute;
        top: 47px;
        left: 46%;
    }

    .center-live-answer .text-center .caller-text h4 {
        top: 74px;
        width: 140px;
        left: 91px;
    }

    .center-live-answer .text-center h4 {
        font-size: 14px;
        font-weight: 500;
        top: 26px;
    }

    .live-answe-box-1 {
        width: 180px;
        border-radius: 19px;
        padding: 19px 8px;
    }

    .live-answe-box-1 img {
        width: 163px;
    }

    .center-live-answer .text-center img {
        width: 200px;
    }

    .caller-text img {
        width: 46px;
    }

    .center-live-answer {
        width: 330px;
    }

    .cstm-image-box.row_2,
    .cstm-image-box.row_1 {
        min-height: inherit;
    }

    .receptionist-ai.elementor-widget-image,
    .receptionist-ai img {
        width: 100%;
    }

    /* .center-live-answer {
        width: 200px;
    }
    .center-live-answer .text-center img {
        width: 25px;
    } */
    .bottom-live-answer {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .all-bottom-box-ai {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 7px;
        margin-top: 0;
    }

    .bottom-box-row {
        display: flex;
        flex-direction: row;
        width: 100%;
        gap: 4px;
        align-items: center;
    }

    /* .single-bottom-box-ai {
        padding: 7px 7px 17px 7px;
    } */
    .single-bottom-box-ai,
    .single-bottom-box-ai.top-box {
        width: 136px;
        padding: 7px 7px 17px 7px;
        border-radius: 14px;
    }

    .single-bottom-box-ai.top-box {
        margin-bottom: 0;
    }

    .live-answe-box-1 h3 {
        font-size: 20px;
    }

    .live-answe-box-1,
    .single-bottom-box-ai h3,
    .live-answe-box-7 h3,
    .live-answe-box-8 h3 {
        font-size: 16px;
    }

    .single-bottom-box-ai.top-box img {
        width: 39px;
    }

    .bottom-box-row .single-bottom-box-ai img {
        height: 29px;
    }

    .caller-center-box .live-answe-box-7,
    .caller-center-box .live-answe-box-8 {
        padding: 15px 7px;
    }

    .caller-center-box .live-answe-box-7 img,
    .caller-center-box .live-answe-box-8 img {
        border-radius: 4px;
        width: 122px;
        height: 122px;
        max-width: unset;
    }

    .single-bottom-box-ai,
    .live-answe-box-7,
    .live-answe-box-8 {
        width: 136px;
        border-radius: 14px;
    }

    .mobile-expandable-content {
        display: none;
    }

    .mobile-expandable-content.expanded {
        display: block;
    }

    .view-more-mobile {
        display: block;
        width: 100%;
        text-align: center;
        position: relative;
        z-index: 20;
        margin-top: 80px;
    }

    .view-more-mobile .view-more-btn {
        display: inline-flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        color: #FFF;
        text-align: center;
        font-family: "P22 Mackinac";
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 19.2px;
        text-decoration: none;
        letter-spacing: 0.04em;
        transition: background 0.2s ease, transform 0.2s ease;
    }

    .view-more-mobile .view-more-icon {
        display: inline-block;
        margin-left: 8px;
        font-size: 18px;
        line-height: 1;
    }

    .view-more-mobile .view-more-btn:hover {
        background: rgba(255, 255, 255, 0.22);
        transform: translateY(-1px);
    }

    .all-poshai_trybtn_border {
        left: 25px;
    }

    /* .diagram_mobile_view .center-live-answer,
    .diagram_mobile_view .bottom-live-answer {
        display: none;
    }
    .diagram_mobile_view.active .center-live-answer,
    .diagram_mobile_view.active .bottom-live-answer {
        display: block;
    }
    .diagram_mobile_view .center-live-answer,
    .diagram_mobile_view .bottom-live-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
    }

    .diagram_mobile_view.active .center-live-answer,
    .diagram_mobile_view.active .bottom-live-answer {
    max-height: 1000px; /* large enough value 
    } */

    .faq-detail {
		padding: 60px 0 90px 0;
	}
	.faq-detail .container {
		width:85%;
	}
	.des-faq {
		/* width: 430px; */
		font-size: 18px;
		line-height: 31px;
	}

	.acc__title {
		font-size:18px;
		padding: 20px;
		padding: 20px 50px 20px 20px;
        line-height: 25px;
	}
	.acc__panel {
		padding: 10px 20px 30px 20px;
	}

    .faq_section_btns {
        flex-direction: column !important;
    }
    .poshai_faqs_section p {
        font-family: 'rundaw00-lightregular' !important;
        font-weight: normal !important;
    }
}

@media (max-width: 585px) {
    .faq-detail h2 {
        font-size: 30px !important;
    }
}

@media screen and (max-width: 479px) {
    .circle {
        width: 170px !important;
        height: 170px !important;
    }
    .des-faq {
		width: 100%;
		font-size: 16px;
		line-height: 28px;
	}
	.faq-detail a.btn-started {
		padding:10px 20px;
	}
}

