/* Article images [ Blog post ]*/

.Blog-image img {
    height: 38.228rem !important;
}


.product-single-banner.hrone-section h1 {
    font-weight: 700;
}

.product-single-banner.church-platform h1 {
    font-weight: 700;
}

.product-single-banner.church-platform .row {
    gap: 5.188rem;
}

@media (min-width: 64rem) {
    .product-single-banner.church-platform .col-lg-6 {
        flex: 0 0 calc(46% - (5.188rem * 6 / 12));
    }
}

.product-single-banner.church-platform .product-image-wrap {
    display: flex;
    justify-content: end;
}

.product-single-banner.church-platform .product-image-wrap img {
    width: 100%;
    height: 444px;
    object-fit: cover;
}

@media (max-width: 1188px) {
    .product-single-banner.church-platform .col-lg-6 {
        flex: 0 0 100%;
    }

    .product-single-banner.church-platform .product-image-wrap {
        display: flex;
        justify-content: start;
    }

    .product-single-banner.church-platform .product-image-wrap img {
        height: auto;
        object-fit: cover;
    }
}

/*icon cards section product detail pages start */
.icon-cards-section.addon-cards .heading {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: center;
}

@media(max-width:768px) {
    .icon-cards-section.addon-cards .heading {
        align-items: start;
        text-align: start;
        justify-content: start;
    }
}

/*icon cards section product detail pages end */

/* Banner section  */
.product-single-banner {
    position: relative;
    padding: 10.75rem 0 55px;
}

.product-single-banner .container {
    position: relative;
    z-index: 2;   
}

.product-single-banner .row {
    gap: 3.1875rem;
}

@media (min-width: 64rem) {
    .product-single-banner .col-lg-6 {
        flex: 0 0 calc(50% - (7.063rem * 6 / 12));
    }
}
.product-single-banner .product-meta .meta-value {
    font-size: 1rem;
    margin-right: 3.25rem;
    font-weight: 500;
    line-height: normal;
}

.product-single-banner .product-meta {
    display: inline-flex;
}

.product-single-banner .product-description{
  margin-bottom: 2rem;
}
.product-single-banner .product-meta .meta-text{
    margin-bottom:0.938rem;
}
.product-single-banner .product-meta .meta-label{
   margin-bottom:0.5rem;
}
.product-single-banner .product-meta .meta-label,
.product-single-banner .product-meta .meta-text {
    display: block;
    color: var(--Neutral-Outline-Grey, #D5D5D6);
    font-family: var(--font-body);
    font-size: 0.875rem;
    font-weight: 500;
    line-height: normal;
}

.product-single-banner .tech-pill {
    border-radius: 4rem;
    border: 0.063rem solid rgba(255, 255, 255, 0.15);
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(0.156rem);
    padding: 0.5rem 1.156rem;
    font-family: var(--font-body);
    font-size: 0.875rem;
    font-weight: 400;
    line-height: normal;
    color: var(--color-white);
}

.product-single-banner .meta-text {
    margin-bottom: 1.625rem;
}

.product-single-banner .product-image-wrap img {
    object-fit: cover;
    width: 100%;
    border-radius: 0.5rem;
    border: 2px solid #00FFFF;
}

@media (max-width: 48rem) {
    .product-single-banner {
        padding: 6.938rem 0 3.625rem 0 !important;
    }

    .product-single-banner .row {
        gap: 2.5rem !important;
    }

    .product-single-banner .product-description {
        width: 100%;
    }
}


.icon-cards-section.addon-cards h2 {
    margin: 0 0 0.5rem;
}

/* result section start */
.product-single-result.result_section .content_wrap .description ul li {
    color: #D5D5D6;
    font-family: var(--font-body);
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.516px;
}

.product-single-result.result_section .content_wrap .description ul li:not(:last-child) {
    margin-bottom: 1.625rem;
}

.product-single-result.result_section.section {
    padding-bottom: 4.063rem;
}

.product-single-result .review_wrap .heading_wrap {
    margin-bottom: 1.625rem;
}
/* result section end */

/* product filter section */

.product_cards_wrap.case_study__cards_wrap.row .case_study__card .img_wrap img {
    height: auto;
}

.filter-section {
    position: relative;
}

.filter-section .product_cards_wrap .btn_wrapper {
    position: absolute;
    bottom: 25px;
}

.catch-key-feature {
    padding-top: 76px;
}


/* Contact new banner - start */
.contact-new h5{
	font-weight:500;
}
.contact-cta .container{
	position: relative;
    z-index: 99;
}
.contact-cta__title {
    color: #FFF;
	font-size: 90px;
	font-style: normal;
	font-weight: 700;
	position:relative;
	line-height: normal;
	margin-bottom:30px;
}
.contact-cta__desc p {
   color: #FFF;
	font-size: 20px;
	position:relative;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-bottom:1rem;
}
.contact-cta__highlight p{
    font-size: 36px;
	font-style: normal;
	font-weight: 600;
	line-height: 48px;
    color: #fff;
	position:relative;
	font-family:'syne',sans-serif;
}
.contact-cta .row{
    column-gap: 120px;
    margin-top: 70px;
}
.contact-cta__image{
    width:100%;
}

.contact-cta__image img{
    width:100%;
    max-width:100%;
    height:auto;
    display:block;
    object-fit:cover;
	border-radius: 8px;
    border: 2px solid var(--Secondary-Light-teal, #0FF);
}

@media (max-width:1200px){

    .contact-cta .row{
        column-gap:4rem;
    }

    .contact-cta__title{
        font-size:4.5rem;
    }

}
@media (max-width:1024px){

    .contact-cta .row{
        column-gap:0;
        row-gap:3rem;
        margin-top: 70px;
        width:100%;
    }

    .contact-cta .col-lg-6{
        flex:0 0 100%;
        max-width:100%;
    }

    .contact-cta__title{
        font-size:3.75rem;
    }

    .contact-cta__desc{
        font-size:1.125rem;
    }

    .contact-cta__highlight p{
        font-size:2rem;
        line-height:1.4;
    }

    .contact-cta__image{
        text-align:center;
    }

    .contact-cta__image img{
        width:100%;
        max-width:100%;
    }

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

    .contact-cta{
        text-align:center;
    }

    .contact-cta__title{
        font-size:2.5rem;
        margin-bottom:1.25rem;
    }

    .contact-cta__desc{
        font-size:1rem;
    }

    .contact-cta__highlight p{
        font-size:1.5rem;
        line-height:1.4;
    }

    .contact-cta .row{
        row-gap:2rem;
        margin-top: 140px;
    }

}

.contact_form_section {
    position: relative;
	    margin-bottom: 60px;
}


.contact_form_section .contact-form-box {
    background-image: url('/wp-content/uploads/2026/07/Default-5.webp');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 8px;
	border: 1px solid #666696;
    padding: 36px 42px 66px 42px;
    height: 100%;
}

.contact_form_section .contact-form-box h2 {
    color: #FFF;
font-size: 36px;
font-style: normal;
font-weight: 600;
line-height: 48px;
}

.contact_form_section .contact-form-box > p {
    color: #FFF;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: normal;
	margin-bottom:30px;
}

.contact_form_section .contact-info {
    padding-left: 78px;
}

.contact_form_section .contact-info h3 {
	margin-top:36px;
    color: #FFF;
font-size: 36px;
font-style: normal;
font-weight: 600;
line-height: 48px;
	margin-bottom:19px;
}

/* Contact Form */

.contact_form_section .contact-form-grid {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 28px 20px;
}

.contact-info .quote-box .hero__gradient_blur_2 {
	left: 0;
	top: -90%;
	filter: blur(73.05000305175781px);
}

.contact-info .quote-box .hero__pink_blur_1 {
	right: -0%;
	top: -10%;
	filter: blur(73.3499984741211px);
}

.contact_form_section .contact-form-grid label {
    color: #E7E6FB;
font-size: 16px;
font-style: normal;
font-weight: 500;
	margin-bottom:8px;
line-height: normal;
}
.contact_form_section .contact-form-grid input{
/* 	padding: 18px 24px; */
justify-content: center;
align-items: flex-start;
	border-radius: 8px;
background: var(--Secondary-White, #FFF);
	border: none;
}
.contact_form_section .contact-form-grid input,
.contact_form_section .contact-form-grid textarea,
.contact_form_section .contact-form-grid select {
    color: #000;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: normal;
}

.contact_form_section .contact-form-grid textarea {
/* 	width: 600px; */
height: 116px;
padding: 18px 24px;
justify-content: center;
align-items: flex-start;
flex-shrink: 0;
border-radius: 8px;
background: var(--Secondary-White, #FFF);
    resize: none;
	color: #000;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: normal;
}
.contact_form_section .contact-form-grid input[type="submit"] {
    background: #B907F4;
    color: #fff;
    border: none;
    border-radius: 800px;
    padding: 8px 29px 7px;
    height: 41px;
    width: auto;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
	margin-bottom:14px;
}

.contact_form_section .contact-form-grid .full-width {
    grid-column: span 2;
}

/* Contact Form 7 */
.country_dropdown.active .selected::after {
    transform: translateY(-50%) rotate(180deg) !important;
}
.search_item{
    padding:0 !important;
    margin:0;
    background:#fff;
    cursor:default;
}

input[type="text"].country_code_search{
    width:100%;
    height:48px;
    padding:0 16px;
    border:none !important;
    border-bottom:1px solid #E5E7EB !important;
    border-radius:0 !important;
    box-shadow:none !important;
    outline:none !important;
    background:#fff;
    font-size:16px;
    color:#000;
}

.country_code_search:focus{
    border:none !important;
    border-bottom:1px solid #E5E7EB !important;
    box-shadow:none !important;
    outline:none !important;
}
.contact_form_section .wpcf7-submit {
    border-radius: 800px;
background: #B907F4;
    color: #fff;
    border: 0;
    padding: 8px 29px 7px 29px;
justify-content: center;
align-items: center;
    font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: normal;
    cursor: pointer;
}

.contact_form_section .wpcf7-submit:hover {
	color:#0ff;
}

/* Process */

.contact_form_section .process-list {
	position: relative;
    margin-bottom: 20px;
}
/* 
.contact_form_section .process-item {
    display: flex;
    gap: 20px;
    margin-bottom: 2rem;
    position: relative;
} */
.contact_form_section .process-item{
    position: relative;
    display: flex;
    align-items: flex-start;
    gap: 20px;
    padding: 0 0 24px;
    margin: 0;
}

.contact_form_section .process-list::before{
    content:"";
    position:absolute;
    left:23px;
    top:24px;
/*     height:225px;    */
	bottom: 76px;
    width:1px;
    background:#006680;
}

.contact_form_section .process-item:not(:last-child)::after {
	display:none;
}


.contact_form_section .process-number {
    width: 48px;
    height: 48px;
    border-radius: 50%;
	position: relative;
    z-index: 2;
	color: var(--Primary-Light-Teal, #0FF);
text-align: center;
    color: #16d3ff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    flex-shrink: 0;
	border-radius: 32px;
border: 1px solid var(--Secondary-Light-teal, #0FF);
/* background: rgba(255, 255, 255, 0.15); */
	background: #23214A;
}

.contact_form_section .process-content h5 {
    color: #B907F4;
font-size: 28px;
font-style: normal;
font-weight: 500;
line-height: normal;
	margin-bottom:4px;
	margin-top:4px;
}

.contact_form_section .process-content p {
    color: #FFF;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}



/* Bottom Features */

.contact_form_section .bottom-features {
    margin: 0px 66px 51px;
}

.contact_form_section .feature-item {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 8px;
}

.contact_form_section .feature-item img {
    width: 18px;
height: 15.312px;
    object-fit: contain;
}

.contact_form_section .feature-item span {
    color: #FFF;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: normal;
}

/* Why Choose */

.contact_form_section .why-choose-list {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 14px 20px;
    list-style: none;
    padding: 0;
    margin: 25px 0 48px;
}

.contact_form_section .why-choose-list li {
    position: relative;
    color: #FFF;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: normal;
}

.contact_form_section .why-choose-list li::before {
    content: "✓";
    position: relative;
    left: 0;
    color: #0FF;
	padding-right: 8px;
}

/* Quote */

.contact_form_section .quote-box {
    position: relative;
    text-align: center;
    height: 182px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.05);
    display: flex;
    justify-content: center;
    align-items: center;
    overflow:hidden;
    padding: 50px 40px 30px;

}

.contact_form_section .quote-box::before {
    content: "";
    position: absolute;
    top: 24px;
    left: 50%;
    transform: translateX(-50%);
    width: 24px;
    height: 24px;
    background: url("/wp-content/uploads/2026/07/We-are-→-Heading-3-→-We-are.svg") no-repeat center;
    background-size: contain;
}

.contact_form_section .quote-box p {
    color: var(--Secondary-White, #FFF);
text-align: center;
font-size: 20px;
font-style: normal;
font-weight: 400;
	position:relative;
line-height: normal;
}

.contact_form_section .process-content{
    flex:1;
}

.contact_form_section .process-item:nth-child(2) .process-content,
.contact_form_section .process-item:nth-child(3) .process-content{
    border-top: 1px solid rgba(255,255,255,.2);
}

.contact_form_section .phone_field input[type="tel"]{
    padding-left: 2px;
	box-shadow:none;
}
.contact_form_section .contact-form-grid input[type="submit"]:hover{
    background: #0ff !important;
    color: #000 !important;
}
/* Responsive */
@media (max-width: 1280px) {

    .contact_form_section .row{
        row-gap: 40px;
    }

    .contact_form_section .col-lg-6{
        flex: 0 0 calc(100% - (var(--gap-size, 1rem) * 6 / 12));
        max-width: calc(100% - (var(--gap-size, 1rem) * 6 / 12));
    }

}

@media (max-width:1024px){

    .contact_form_section .col-lg-6{
                flex: 0 0 calc(100% - (var(--gap-size, 1rem) * 6 / 12));
    }
	.contact_form_section .contact-info {
    padding-left: 0px;
}
	 .contact_form_section .process-item:not(:last-child)::after{
        left:23px;
        top:54px;
        height:calc(100% + 18px);
    }
	.contact_form_section .contact-form-box h2,
.contact_form_section .contact-info h3{
    font-size:28px;
    line-height:38px;
}
}


@media (max-width:991px){

.contact_form_section .contact-form-box{
    padding:30px 24px;
}

.contact_form_section .contact-info{
    padding-left:0px;
}

.contact_form_section .contact-form-grid{
    gap:20px 16px;
}

.contact_form_section .contact-form-grid textarea{
    width:100%;
}

.contact_form_section .quote-box{
    width:100%;
    height:auto;
    padding:50px 24px 24px;
}

.contact_form_section .bottom-features{
    margin:24px 0 40px;
}

.contact_form_section .why-choose-list{
    gap:14px;
}
.contact_form_section {
	    margin-bottom: 30px;
}
}

@media (max-width:767px){

.contact_form_section{
    padding:4rem 0;
}

.contact_form_section .contact-form-box{
    padding:24px 20px;
}

.contact_form_section .contact-info{
    padding-left:0;
    margin-top:40px;
}

.contact_form_section .contact-form-grid{
    grid-template-columns:1fr;
    gap:16px;
}

.contact_form_section .contact-form-grid .full-width{
    grid-column:unset;
}

.contact_form_section .contact-form-grid textarea{
    width:100%;
}

.contact_form_section .contact-form-box h2,
.contact_form_section .contact-info h3{
    font-size:20px;
    line-height:28px;
}

.contact_form_section .process-item{
    gap:15px;
}

.contact_form_section .process-content h5{
    font-size:22px;
    line-height:30px;
}

.contact_form_section .bottom-features{
    margin:24px 0 32px;
}

.contact_form_section .why-choose-list{
    grid-template-columns:1fr;
}

.contact_form_section .quote-box{
    width:100%;
    height:auto;
    padding:50px 20px 20px;
}

}



/* Stepper form - Exhibition Visitor Interest Form starts */

#cf7-stepper{
    width:100%;
    max-width:393px;
    min-height:1014px;
    margin:40px auto;
    padding:24px 24px 42px;
    border-radius:24px;
    background: linear-gradient(180deg, #1C1F3E 0%, #1E1E40 15.83%, rgba(28, 31, 62, 0.00) 100%);
    color:#F4F4F4;
    background-size:cover;
    position:relative;
    overflow:hidden;
}
.welcome-header{
    margin-bottom:32px;
}

.welcome-logo{
    margin-bottom:16px;
	position:relative;
}

.welcome-logo img{
    display:block;
    max-width:106px;
    height:auto;
}

.welcome-tagline{
    position:relative;
	color: var(--Primary-Light-Teal, #0FF)!important;
	font-size: 28px !important;
	font-style: normal;
	font-weight: 400 !important;
	line-height: 36px !important; 
}
#cf7-stepper .form-step input[type="text"]{
    width:100%;
}

.step-progress,
.step-count{
    display:none;
}

.form-step.active{
    display:block;
}

.welcome-logo{
    margin-bottom:28px;
}

.welcome-logo img{
    display:block;
    max-width:120px;
    height:auto;
}


#cf7-stepper label{
    display:block;
    margin-bottom:12px;
    color:#F4F4F4;
    font-family:"Montserrat",sans-serif;
    font-size:14px;
    font-weight:600;
    line-height:20px;
}

#cf7-stepper .wpcf7-form-control-wrap{
    display:block;
    margin-bottom:34px;
}

#cf7-stepper input[type=text],
#cf7-stepper input[type=email],
#cf7-stepper input[type=tel]{
    width:100%;
    height:44px;
    padding:12px 14px;
    border:none;
    border-radius:6px;
    background:#FFF;
    color:#1B1B1B;
    font-size:16px;
    font-weight:400;
    line-height:24px;
    outline:none;
}

#cf7-stepper input::placeholder{
    color:#93A29B;
    font-size:16px;
    font-weight:400;
    line-height:24px;
}
#cf7-stepper p{
    margin:0;
}

#cf7-stepper br{
    display:none;
}

.next-btn{
    width:100%;
    height:48px;
	margin-top:40px;
    border:none;
    border-radius:50px;
    background:#7C11FF;
    color:#F4F4F4;
    text-align:center;
    font-size:16px;
    font-weight:600;
    line-height:24px;
    letter-spacing:.08px;
    cursor:pointer;
    transition:.3s;
}

.next-btn:hover{
    background:#8b2dff;
}
.form-step{
    display:none;
}

.form-step.active{
    display:block;
}


#cf7-stepper .form-step:not(:first-child) h3{
	position:relative;
    margin:0 0 28px;
    color:#0ff;
    text-align:center;
font-size: 28px;
font-style: normal;
font-weight: 400;
line-height: 36px;
    letter-spacing:-.04px;
}

#cf7-stepper .form-step:not(:first-child) label{
    font-family: Inter;
font-size: 14px;
	color:#FFF;
font-style: normal;
font-weight: 400;
line-height: normal;
}

#cf7-stepper .form-step:not(:first-child) .wpcf7-form-control-wrap{
    display:block;
    margin-bottom:34px;
}

#cf7-stepper .form-step:not(:first-child) .wpcf7-checkbox,
#cf7-stepper .form-step:not(:first-child) .wpcf7-radio{
    display:flex;
    flex-wrap:wrap;
    gap:12px;
}

#cf7-stepper .form-step:not(:first-child) .wpcf7-list-item{
    margin:0;
}

#cf7-stepper .form-step:not(:first-child) .wpcf7-list-item label{
    margin:0;
}

#cf7-stepper .form-step:not(:first-child) .wpcf7-list-item input{
    display:none;
}

#cf7-stepper .form-step:not(:first-child) .wpcf7-list-item-label{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:44px;
    padding: 12px 14px;
    border-radius: 8px;
	border: 1px solid #D5D5D6;
	background: #FFF;
    color:#000;
    font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
    transition:.3s;
    cursor:pointer;
}

#cf7-stepper .form-step:not(:first-child) .wpcf7-list-item input:checked + .wpcf7-list-item-label{
  color:#000;
	border: 1px solid #0FF;
	background: #0FF;
	box-shadow: 1px 2px 2px 0 rgba(0, 0, 0, 0.10);
}

#cf7-stepper .form-step:not(:first-child) input[type="text"],
#cf7-stepper .form-step:not(:first-child) textarea{
    width:100%;
    height:44px;
    padding:10px 14px;
    border:none;
    border-radius:6px;
    background:#FFF;
    color:#000;  
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: normal;
}

#cf7-stepper .form-step:not(:first-child) textarea{
    height:110px;
    resize:none;
}

#cf7-stepper .form-step:not(:first-child) input::placeholder,
#cf7-stepper .form-step:not(:first-child) textarea::placeholder{
    color:#8E8D96;
    font-family:"Montserrat",sans-serif;
    font-size:16px;
    font-weight:400;
}

#cf7-stepper .form-step:not(:first-child) .step-buttons{
    display:flex;
    flex-direction:column-reverse;
    gap:12px;
    margin-top:32px;
}

#cf7-stepper .form-step:not(:first-child) .next-btn,
#cf7-stepper .form-step:not(:first-child) .wpcf7-submit{
    width:100%;
    height:48px;
	margin-top:16px;
	margin-bottom:16px;
    border:none;
    border-radius: 800px;
	background: #B907F4;
    color: #FFF;
text-align: center;
font-family: Inter;
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 24px; 
    cursor:pointer;
    transition:.3s;
}

#cf7-stepper .form-step:not(:first-child) .next-btn:hover,
#cf7-stepper .form-step:not(:first-child) .wpcf7-submit:hover{
    background:#0ff;
	color:#000;
}

#cf7-stepper .form-step:not(:first-child) .prev-btn{
    width:100%;
    height:48px;
	border-radius: 800px;
	border: 1px solid rgba(255, 255, 255, 0.15);
	background: rgba(255, 255, 255, 0.15);
	backdrop-filter: blur(2.5px);
    cursor:pointer;
    transition:.3s;
	text-align: center;
	font-size: 16px;
	color:#fff;
	font-style: normal;
	font-weight: 500;
	line-height: 24px;
}

#cf7-stepper .form-step:not(:first-child) .prev-btn:hover{
    border-color:#FFF;
	
}

.step-progress{
/*     display:block; */
    width:100%;
    height:8px;
    margin-bottom:32px;
   border-radius: 99px;
    background: #FFf;
}

.progress-bar{
    width:25%;
    height:100%;
    border-radius: 99px;
	background:#0FF;
    transition:.3s;
}

#cf7-stepper .step-count p{
    margin-bottom:4px;
    color:#93A29B;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 20px; 
}

.other-input{
    width:100%;
    height:44px;
	padding:14px 12px;
    border-radius: 8px;
	border: 1px solid #D5D5D6;
	margin-top:12px !important;
	background: #FFF;
}

.other-input::placeholder{
    color:#93A29B;
    font-size:14px;
    font-weight:400;
    line-height:20px;
}


.step-error{
	    top: 100%;
    position: absolute;
    display:block;
    margin-top:2px;
    color:#ff6b6b;
    font-size:13px;
    font-weight:500;
}

#cf7-stepper .wpcf7-not-valid-tip{
    display:none !important;
}
#cf7-stepper .wpcf7-acceptance {
    display: block;
    margin: 20px 0 28px;
}

#cf7-stepper .wpcf7-acceptance .wpcf7-list-item {
    margin: 0;
}

#cf7-stepper .wpcf7-acceptance label {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    color: #F4F4F4;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    cursor: pointer;
}

#cf7-stepper .wpcf7-acceptance input[type="checkbox"] {
    width: 16px;
    height: 16px;
    margin-top: 2px;
    accent-color: #7C11FF;
    flex-shrink: 0;
}
/* Hide only option checkboxes */
#cf7-stepper .wpcf7-checkbox input[type="checkbox"]{
    display:none;
}


/* Acceptance checkbox only */
#cf7-stepper .accept-stepper-form input[type="checkbox"]{
    display:inline-block !important;
    visibility:visible !important;
    opacity:1 !important;
    appearance:auto !important;
    -webkit-appearance:checkbox !important;
    width:18px;
    height:18px;
    min-width:18px;
    margin-top:3px;
    accent-color:#8b2cff;
}
/* Acceptance wrapper */
#cf7-stepper .wpcf7-acceptance{
    margin:20px 0;
}

/* Keep checkbox visible */
#cf7-stepper .wpcf7-acceptance input[type="checkbox"]{
    display:inline-block !important;
    visibility:visible !important;
    opacity:1 !important;

    appearance:auto !important;
    -webkit-appearance:checkbox !important;

    width:16px;
    height:16px;

    margin:3px 8px 0 0;
    accent-color:transparent;
}

/* Layout */
#cf7-stepper .wpcf7-acceptance label{
    display:flex;
    align-items:flex-start;
    gap:8px;
    color:#fff;
    font-size:12px;
    line-height:18px;
    cursor:pointer;
}

/* Remove button style from acceptance label */
#cf7-stepper .wpcf7-acceptance .wpcf7-list-item-label{
    background:none !important;
    border:none !important;
    padding:0 !important;
    color:#fff !important;
    min-height:auto !important;
    display:inline !important;
}
#cf7-stepper .success-popup{
    position: fixed;
    inset: 0;
    display: flex;
    justify-content: center;
    align-items: center;
	opacity: 0;
    visibility: hidden;
    background:#1C1F3E;
	
    z-index: 99999;
    transition: .3s;
}

#cf7-stepper .success-popup.show{
    opacity: 1;
    visibility: visible;
}


#cf7-stepper .success-popup-content{
    width: 100%;
    max-width: 345px;

    padding: 40px 24px;
    border-radius: 24px;

    background:#1C1F3E;
/*     background-size:cover; */

    text-align:center;
}

#cf7-stepper .success-tick{
    margin:0 auto 24px;
    display:block;
}

#cf7-stepper .success-popup-content h2{
    color:#fff;
    margin-bottom:12px;
	background: var(--Smoke-Grad, linear-gradient(183deg, #F4F4F4 81.12%, #93A29B 152.1%));
	background-clip: text;
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: 32px;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

#cf7-stepper .success-popup-content p{
    font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	background: var(--Smoke-Grad, linear-gradient(183deg, #F4F4F4 81.12%, #93A29B 152.1%));
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

#cf7-stepper .success-stars{
    width:120px;
    display:block;
	margin:16px auto 24px;

}

#cf7-stepper #popupDoneBtn{
/*     width:100%; */
    height:48px;

    display:flex;
    align-items:center;
    justify-content:center;

    border:none;
    border-radius:50px;

    background:#B907F4!important;
	padding: 12px 76px;
    -webkit-text-fill-color: bisque;

    font-size:16px !important;
    font-weight:600 !important;
    line-height:24px !important;

    cursor:pointer;
    text-align:center;
}
#cf7-stepper .success-popup-content p:last-child{
    display:flex;
    justify-content:center;
    margin:32px 0 0;
}

#desktopOverlay{
    display:none;
}

@media (min-width:768px){

    #desktopOverlay{
        position:fixed;
        inset:0;
        display:flex;
        align-items:center;
        justify-content:center;
        z-index:99999;
		height: 100vh;
        background:rgba(8,8,8,.72);
        backdrop-filter:blur(10px);
    }

    .desktopOverlay-content{
        width:100%;
        max-width:620px;
        padding:38px;
        border-radius:24px;
        background:#170325;
        text-align:center;
        color:#fff;
    }

    .desktopOverlay-content img{
/*         width:64px; */
        margin-bottom:24px;
    }

    .desktopOverlay-content h2{
        margin-bottom:16px;
    }

    .desktopOverlay-content p{
        color:#BEBEBE;
    }
}

 .limit-error{
    color:#ff4d4f;
    font-size:14px;
    margin-top:8px;
    font-weight:500;
    display:none;
}

#cf7-stepper .wpcf7-form-control-wrap[data-name="mobile"]{
    display: block;
    width: 100% !important;
    margin: 0 !important;
}

.wpcf7-form-control-wrap[data-name="mobile"] {
    flex: 1;
}

#cf7-stepper .phone_field{
    position: relative;
    margin-bottom: 34px;
}

#cf7-stepper .js-phone:focus {
    outline: none;
    box-shadow: none;
}

.success-popup-content p a {
	    margin-left: 2px;
    margin-right: 2px;
    color: #B970FF;
    font-weight: 600;
    text-decoration: underline;
    text-decoration-thickness: 1.5px;
    text-underline-offset: 3px;
    transition: color 0.3s ease;
}

.success-popup-content p a:hover {
    color: #D3A4FF;
}
.success-message {
    margin: 0;
}

.success-message .success-line {
    display: block;
	margin-bottom: 8px;
}

/* .success-message .success-line:first-child {
    margin-bottom: 16px;
} */
.success-message a {
    color: #fFF;
    font-weight: 600;
    text-decoration: underline !important;
    text-underline-offset: 3px;
    transition: color 0.3s ease;
}

.success-message a:hover {
    color: #D7A5FF;
}
.desktopOverlay-qr {
    display: block;
    width: 230px;      
    height: auto;
    margin: 24px auto;
	filter: invert(1);
}
.other-input{
    display: none;
}
/* Exhibition Visitor Interest Form - Page ID 4405 */

.page-id-4405 .site-header,
.page-id-4405 footer,
.page-id-4405 .site-footer {
    display: none !important;
}
.services-step .wpcf7-list-item-label {
    display: flex;
    width: 165px;
    height: 74px;
    padding: 14px 12px !important;
    justify-content: center;
    align-items: center;
/*     gap: 8px; */
    flex-shrink: 0;

    border-radius: 8px;
    border: 1px solid #8E8D96;
    background: #FFF;

    box-sizing: border-box;

    text-align: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 120%;
    cursor: pointer;
}

.services-step .wpcf7-list-item:nth-last-child(2) .wpcf7-list-item-label {
    width: 189px;
}
.services-step .wpcf7-list-item:last-child .wpcf7-list-item-label {
    width: 139px;
    min-width: 139px;
}
/* Stepper form - Exhibition Visitor Interest Form ends */

/* AI programming service - starts */

.working-engagement {
    padding-top:12px;
/* 	padding-bottom:66px; */
    padding-left:0;
	padding-right:0;
}

.engagement-item:not(:last-child) {
    margin-bottom: 66px;
}

.engagement-title {
   color: #FFF;
	font-family: Syne;
	font-size: 44px;
	font-style: normal;
	font-weight: 400;
	line-height: 56px; 
	margin-bottom:12px;
}

.engagement-description p {
    color: var(--secondary-white, #FFF);
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

/* .engagement-description p{
    margin-bottom:20px;
}
 */
.engagement-features{
    list-style:none;
    padding:0;
    margin:22px 0;
}

.engagement-features li{
    display:flex;
    align-items:center;
    gap:6px;
    margin-bottom:16px;
}

.engagement-features li img{
    width:20px;
    height:20px;
    object-fit:contain;
    flex-shrink:0;
}

.engagement-features li span{
    color: var(--Primary-Light-Teal, #0FF);
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: normal;
}

.engagement-bottom-text{
    color: var(--secondary-white, #FFF);
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: normal;
}

/*        OneHR Section*/

.onehr-section{
    margin-top:0px;
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:40px;
    
}

.onehr-title {

font-size: 44px;
font-style: normal;
font-weight: 400;
line-height: 56px;
	margin-bottom: 28px;
}

.onehr-title span{
    color:#0ff;
}

.onehr-description{
    color: var(--secondary-white, #FFF);
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: normal;
}

/* .onehr-description p{
    margin-bottom:28px;
} */

/* .onehr-description strong{
    color:#0ff;
} */

.onehr-image img{
    width:100%;
    display:block;
}

/* Result Box */

.result-box{
    margin-top:28px;
    padding:30px 42px;
    border-radius: 8px;
border: 1px solid #666696;
background: #0F0F35;
}

.result-box p{
    margin:0;
    font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 24px;
}
.onehr-image{
	margin-top:-40px;
}
/* .result-box strong{
    color:#0ff;
}
 */
/* Responsive */

@media(max-width:1200px){

.engagement-title,
.onehr-title{
    font-size:34px;
	line-height: normal;
}
.onehr-image{
	margin-top:0px;
}
.onehr-section{
    gap:50px;
	align-items:center;
}

}

@media(max-width:991px){
	
.engagement-item:not(:last-child) {
    margin-bottom: 40px;
}

.working-engagement{
    padding:20px 0px 0px 0px;
}

.onehr-section{
    grid-template-columns:1fr;
	align-items:center;
}

.onehr-image{
    text-align:center;
}

.onehr-image img{
    max-width:650px;
    margin:auto;
}

}

@media(max-width:767px){

.engagement-title,
.onehr-title{
    font-size:24px;
}

.engagement-description,
.engagement-bottom-text,
.onehr-description,
.result-box p{
    font-size:16px;
}

.engagement-features li span{
    font-size:16px;
}

.onehr-section{
    margin-top:0px;
    gap:40px;
}

}

@media(max-width:576px){

.engagement-title,
.onehr-title{
    font-size:24px;
}

.engagement-features li{
    gap:10px;
}

.engagement-features li img{
    width:18px;
    height:18px;
}

.result-box{
    padding:18px;
}

}

/* .custom-icon-cards .card-wrap {
    row-gap: 16px;
}
 */
.custom-icon-cards .card-wrap .icon-card {
    min-height: 130px;
	display: flex;
align-items: center;
    justify-content: center;
    text-align: center;
	padding: 28px 24px;
}

/* .custom-icon-cards .card-wrap .icon-card .content-wrap {
    height: 100%;
    display: flex;
    align-items: flex-start;
}
 */
/* .custom-icon-cards .card-wrap .icon-card p {
    font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: normal;
} */

/* COUNTRY SEARCH */

.country_field{
    position:relative;
}
.country_selected{
    height:56px;
    background:#fff;
    border:1px solid #ddd;
    border-radius:8px;
    padding:0 18px;
    display:flex;
    align-items:center;
    cursor:pointer;
	position:relative;
	font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.country_dropdown{
    position:relative;
}
.country_selected p{
    color:#8E8D96;
	font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.selected_country{
    height:56px;
    padding:18px 24px;
    background:#fff;
    border-radius:8px;
    color:#6B7280;
    cursor:pointer;
    display:flex;
    align-items:center;
    position:relative;
}

.country_selected::after{
    content:"";
    position:absolute;
    right:18px;
    top:50%;
    transform:translateY(-50%);
    width:20px;
    height:20px;
    pointer-events:none;
transition:.3s;
    background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E") center/20px no-repeat;
}
.country_search_dropdown.active .country_selected::after{
    transform:translateY(-50%) rotate(180deg);
}
.country_search_wrapper{
    position:relative;
}

.country_search_dropdown{
    position:relative;
}

.country_dropdown_box{
    position:absolute;
    top:calc(100% + 6px);
    left:0;
    width:100%;
    background:#fff;
    border:1px solid #ddd;
    border-radius:8px;
    z-index:999;
    display:none;
    overflow:hidden;
    box-shadow:0 10px 30px rgba(0,0,0,.12);
}

.country_search_dropdown.active .country_dropdown_box{
    display:block;
}
.country_search{
    width:100%;
    border:none !important;
    border-bottom:1px solid #eee !important;
    border-radius:0 !important;
    padding:14px 18px !important;
    outline:none;
}

.country_list{
    list-style:none;
    margin:0;
    padding:0;
    max-height:260px;
    overflow:auto;
}

.country_list li p{
    padding:12px 18px;
    cursor:pointer;
    color:#000;
	font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.country_list li:hover{
    background:#F5F5F5;
}

.country_selected,
.country_search_input{
    outline: none;
    box-shadow: none;
	color:#000;
}

.country_search_input:focus,
.country_selected:focus{
    outline: none !important;
    box-shadow: none !important;
    border-color: #ddd !important; 
}
.budget_search_wrapper{
    position:relative;
}

.budget_search_dropdown{
    position:relative;
}

.budget_selected{
    height:56px;
    background:#fff;
    border:1px solid #ddd;
    border-radius:8px;
    padding:0 18px;
    display:flex;
    align-items:center;
    position:relative;
    cursor:pointer;
    color:#000;
	font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.budget_selected p{
    color:#8E8D96;
	font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.budget_selected::after{
    content:"";
    position:absolute;
    right:18px;
    top:50%;
    transform:translateY(-50%);
    width:20px;
    height:20px;
    background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E") center/20px no-repeat;
    transition:.3s;
}

.budget_search_dropdown.active .budget_selected::after{
    transform:translateY(-50%) rotate(180deg);
}

.budget_dropdown_box{
    position:absolute;
    top:calc(100% + 6px);
    left:0;
    width:100%;
    background:#fff;
    border:1px solid #ddd;
    border-radius:8px;
    display:none;
    z-index:999;
    overflow:hidden;
    box-shadow:0 10px 30px rgba(0,0,0,.12);
}

.budget_search_dropdown.active .budget_dropdown_box{
    display:block;
}

.budget_list{
    list-style:none;
    margin:0;
    padding:8px 0;
}

.budget_list li{
    padding:12px 18px;
    cursor:pointer;
    color:#6B7280;
}
.budget_list li p{
	color:#000;
		font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.budget_list li:hover{
    background:#F5F5F5;
}
/*  */

.timeline_search_wrapper{
    position:relative;
}

.timeline_search_dropdown{
    position:relative;
}

.timeline_selected{
    height:56px;
    background:#fff;
    border:1px solid #ddd;
    border-radius:8px;
    padding:0 18px;
    display:flex;
    align-items:center;
    position:relative;
    cursor:pointer;
    color:#000;
	font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.timeline_selected p{
	color:#8E8D96;
		font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.timeline_selected::after{
    content:"";
    position:absolute;
    right:18px;
    top:50%;
    transform:translateY(-50%);
    width:20px;
    height:20px;
    background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E") center/20px no-repeat;
    transition:.3s;
}

.timeline_search_dropdown.active .timeline_selected::after{
    transform:translateY(-50%) rotate(180deg);
}

.timeline_dropdown_box{
    position:absolute;
    top:calc(100% + 6px);
    left:0;
    width:100%;
    background:#fff;
    border:1px solid #ddd;
    border-radius:8px;
    display:none;
    z-index:999;
    overflow:hidden;
    box-shadow:0 10px 30px rgba(0,0,0,.12);
}

.timeline_search_dropdown.active .timeline_dropdown_box{
    display:block;
}

.timeline_list{
    list-style:none;
    margin:0;
    padding:8px 0;
}

.timeline_list li{
    padding:12px 18px;
    cursor:pointer;
    color:#6B7280;
}
.timeline_list li p{
 color:#000;
		font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.timeline_list li:hover{
    background:#F5F5F5;
}

/* organization type */
.organisation_search_wrapper{
    position:relative;
}

.organisation_search_dropdown{
    position:relative;
}

.organisation_selected{
    height:56px;
    background:#fff;
    border:1px solid #ddd;
    border-radius:8px;
    padding:0 18px;
    display:flex;
    align-items:center;
    position:relative;
    cursor:pointer;
    color:#000;
	font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.organisation_selected p{
 color:#8E8D96;
}
.organisation_selected::after{
    content:"";
    position:absolute;
    right:18px;
    top:50%;
    transform:translateY(-50%);
    width:20px;
    height:20px;
    background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E") center/20px no-repeat;
    transition:.3s;
}

.organisation_search_dropdown.active .organisation_selected::after{
    transform:translateY(-50%) rotate(180deg);
}

.organisation_dropdown_box{
    position:absolute;
    top:calc(100% + 6px);
    left:0;
    width:100%;
    background:#fff;
    border:1px solid #ddd;
    border-radius:8px;
    display:none;
    z-index:999;
    overflow:hidden;
    box-shadow:0 10px 30px rgba(0,0,0,.12);
}

.organisation_search_dropdown.active .organisation_dropdown_box{
    display:block;
}

.organisation_list{
    list-style:none;
    margin:0;
    padding:8px 0;
    max-height:260px;
    overflow-y:auto;
}

.organisation_list li{
    padding:12px 18px;
    cursor:pointer;
    color:#6B7280;
}
.organisation_list li p{
 color:#000;
		font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.organisation_list li:hover{
    background:#F5F5F5;
}

/* Project type */
.project_search_wrapper{
    position:relative;
}

.project_search_dropdown{
    position:relative;
}

.project_selected{
    height:56px;
    background:#fff;
    border:1px solid #ddd;
    border-radius:8px;
    padding:0 18px;
    display:flex;
    align-items:center;
    position:relative;
    cursor:pointer;
    color:#000;
	font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.project_selected p{
	color:#8E8D96;
}
.project_selected::after{
    content:"";
    position:absolute;
    right:18px;
    top:50%;
    transform:translateY(-50%);
    width:20px;
    height:20px;
    background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E") center/20px no-repeat;
    transition:.3s;
}

.project_search_dropdown.active .project_selected::after{
    transform:translateY(-50%) rotate(180deg);
}

.project_dropdown_box{
    position:absolute;
    top:calc(100% + 6px);
    left:0;
    width:100%;
    background:#fff;
    border:1px solid #ddd;
    border-radius:8px;
    display:none;
    z-index:999;
    overflow:hidden;
    box-shadow:0 10px 30px rgba(0,0,0,.12);
}

.project_search_dropdown.active .project_dropdown_box{
    display:block;
}

.project_list{
    list-style:none;
    margin:0;
    padding:8px 0;
    max-height:260px;
    overflow-y:auto;
}

.project_list li{
    padding:12px 18px;
    cursor:pointer;
    color:#6B7280;
}

.project_list li p{
	color:#000;
		font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.project_list li:hover{
    background:#F5F5F5;
}

/* select your role */
.role_search_wrapper{
    position:relative;
}

.role_search_dropdown{
    position:relative;
}

.role_selected{
    height:56px;
    background:#fff;
    border:1px solid #ddd;
    border-radius:8px;
    padding:0 18px;
    display:flex;
    align-items:center;
    position:relative;
    cursor:pointer;
    color:#000;
	font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.role_selected p{
	color:#8E8D96;
}

.role_selected::after{
    content:"";
    position:absolute;
    right:18px;
    top:50%;
    transform:translateY(-50%);
    width:20px;
    height:20px;
    background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E") center/20px no-repeat;
    transition:.3s;
}

.role_search_dropdown.active .role_selected::after{
    transform:translateY(-50%) rotate(180deg);
}

.role_dropdown_box{
    position:absolute;
    top:calc(100% + 6px);
    left:0;
    width:100%;
    background:#fff;
    border:1px solid #ddd;
    border-radius:8px;
    display:none;
    z-index:999;
    overflow:hidden;
    box-shadow:0 10px 30px rgba(0,0,0,.12);
}

.role_search_dropdown.active .role_dropdown_box{
    display:block;
}

.role_list{
    list-style:none;
    margin:0;
    padding:8px 0;
    max-height:260px;
    overflow-y:auto;
}

.role_list li{
    padding:12px 18px;
    cursor:pointer;
    color:#6B7280;
}

.role_list li p{
    font-size: 16px;
	color:#000;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.role_list li:hover{
    background:#F5F5F5;
}

.project_selected,
.organisation_selected,
.role_selected,
.timeline_selected,
.budget_selected,
.country_selected {
    display: flex;
    align-items: center;
    padding: 0 40px 0 16px; 
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.webops-logo-slider{
	padding: 56px 0 20px !important;
}
@media (max-width: 1024px) {
    .webops-logo-slider {
        padding-bottom: 0px !important;
        padding-top: 10px !important;
    }
}

.service-table-accordion-section {
    padding: 50px 0;
}

.service-table-accordion-section .table-heading {
    margin-bottom: 40px;
}

.service-table-accordion-section .table-heading h2 {
    margin-bottom: 16px;
}

.service-table-accordion-section .section-description {
    max-width: 1100px;
}

.service-table-accordion-section .table-responsive {
    overflow-x: auto;
}

.service-table-accordion-section table {
    width: 100%;
    border-collapse: collapse;
    min-width: 1100px;
    background: transparent;
}

.service-table-accordion-section td {
    border: 1px solid #e5e5e5;
    padding: 16px 18px;
    vertical-align: top;
}

/*=========================
Table Heading
=========================*/

.service-table-accordion-section .table-header:first-child td {
   color: #fff;
    background-color: rgba(255, 255, 255, 8%);
    font-weight: 500;
    border-color: #fff;
	font-family:'syne',sans-serif;
}

.service-table-accordion-section .table-header:first-child td:first-child {
    width: 260px;
}

.service-table-accordion-section .table-header:first-child td:not(:first-child) {
    width: calc((100% - 260px) / 3);
}


/*Normal Rows*/

.service-table-accordion-section .table-header:not(:first-child) td {
    background: transparent;
    color: #fff;
	font-size: 16px;
}

.service-table-accordion-section .accordion-toggle {
    cursor: default;
    font-weight: 700;
}

.service-table-accordion-section .row-title-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.service-table-accordion-section .row-title {
    flex: 1;
    font-weight: 600;
	font-family:'syne',sans-serif;
}

.service-table-accordion-section .accordion-icon {
    width: 22px;
    height: 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 22px;
    font-weight: 600;
    line-height: 1;
    user-select: none;
}

.service-table-accordion-section .icon-minus {
    display: none;
}

.service-table-accordion-section .table-header.active .icon-plus {
    display: none;
}

.service-table-accordion-section .table-header.active .icon-minus {
    display: inline;
}


.service-table-accordion-section .accordion-content {
    display: none;
}

.service-table-accordion-section .accordion-content.active {
    display: table-row;
}

.service-table-accordion-section .accordion-content td {
    background: rgba(255, 255, 255, 8%);
    color: #fff;
/*     border-color: #051833; */
    padding: 30px;
}

.service-table-accordion-section .accordion-title {
    color: #fff;
/*     margin-bottom: 20px; */
}

.service-table-accordion-section .accordion-description {
    margin-bottom: 20px;
}

.service-table-accordion-section .accordion-description p:last-child {
    margin-bottom: 0;
}
/*====================================
 Accordion Logos
====================================*/

.service-table-accordion-section .accordion-logos {
    display: grid;
    grid-template-columns: repeat(5, minmax(80px, 1fr));
    gap: 40px;
    align-items: center;
/*     margin-bottom: 40px; */
}

.service-table-accordion-section .logo-item {
    display: flex;
/*     justify-content: center; */
    align-items: center;
}

.service-table-accordion-section .logo-item img {
    max-width: 70px;
    width: auto;
    height: auto;
    display: block;
}

/*====================================
 Accordion List
====================================*/

.service-table-accordion-section .accordion-list {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin-bottom: 20px;
}

.service-table-accordion-section .accordion-list-item {
    display: flex;
    align-items: flex-start;
    gap: 4px;
}

.service-table-accordion-section .list-icon {
/*     width: 22px;
    min-width: 22px; */
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 4px;
}

.service-table-accordion-section .list-icon img {
    width: 18px;
    height: 18px;
    display: block;
}

.service-table-accordion-section .list-text {
    color: #fff;
    line-height: 1.7;
	    font-size: 16px;
}

.service-table-accordion-section .list-text p:last-child {
    margin-bottom: 0;
}

/*====================================
 Bottom Description
====================================*/

.service-table-accordion-section .accordion-bottom-description {
    margin-top: 30px;
}

.service-table-accordion-section .accordion-bottom-description p:last-child {
    margin-bottom: 0;
}

/*====================================
 Button
====================================*/
/* 
.service-table-accordion-section .btn-wrapper {
    margin-top: 32px;
}
 */
/*====================================
 Animation
====================================*/

.service-table-accordion-section .accordion-inner {
    animation: accordionFade .35s ease;
}

@keyframes accordionFade {

    from {
        opacity: 0;
        transform: translateY(-10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/*====================================
 Responsive
====================================*/

@media (max-width:1024px) {

    .service-table-accordion-section {
        padding: 30px 0;
    }

    .service-table-accordion-section table {
        min-width: 900px;
    }

    .service-table-accordion-section .accordion-content td {
        padding: 30px;
    }

    .service-table-accordion-section .accordion-logos {
        grid-template-columns: repeat(3, 1fr);
        gap: 24px;
    }
}

@media (max-width:767px) {

    .service-table-accordion-section {
        padding: 20px 0;
    }

    .service-table-accordion-section td {
        padding: 14px;
    }

    .service-table-accordion-section .accordion-content td {
        padding: 24px 20px;
    }

    .service-table-accordion-section .accordion-title {
        margin-bottom: 16px;
    }

    .service-table-accordion-section .accordion-description {
        margin-bottom: 20px;
    }

    .service-table-accordion-section .accordion-logos {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
        margin-bottom: 24px;
    }

    .service-table-accordion-section .logo-item img {
        max-width: 55px;
    }

    .service-table-accordion-section .accordion-list {
        gap: 14px;
    }

    .service-table-accordion-section .btn-wrapper {
        margin-top: 24px;
    }
}
.service-table-accordion-section .accordion-bottom-description .page-experience-list {
    margin: 10px 0 30px 0;
    padding-left: 28px;
}

.service-table-accordion-section .accordion-bottom-description .page-experience-list > li {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 1.7;
}

.service-table-accordion-section .accordion-bottom-description .page-experience-list > li:last-child {
    margin-bottom: 0;
}

.service-table-accordion-section .accordion-bottom-description .core-web-vital-list {
    list-style: none;
    margin:0;
    padding: 0;
}

.service-table-accordion-section .accordion-bottom-description .core-web-vital-list li {
    position: relative;
    padding-left: 28px;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 1.7;
}

.service-table-accordion-section .accordion-bottom-description .core-web-vital-list li:last-child {
    margin-bottom: 0;
}

.service-table-accordion-section .accordion-bottom-description .core-web-vital-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    width: 18px;
    height: 18px;
    background: url("/wp-content/uploads/2026/07/Group-43942.svg") no-repeat center;
    background-size: contain;
}

.service-table-accordion-section .accordion-bottom-description a {
    color: inherit;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.service-table-accordion-section .accordion-bottom-description a:hover {
    text-decoration-thickness: 2px;
}
.accordion-content {
    display: table-row;
}

.accordion-inner {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
}

.accordion-content.active .accordion-inner {
    max-height: 1000px;
}
.webops-service-section .gallery {
    padding-top: 0 !important;
}
/* .webops-service-section .details:first-child .btn.btn-outline {
    margin-top: 0 !important;
} */
.webops-service-section .gallery .detailsWrapper {
	gap:3.25rem !important;
}

/* commerce 7 page */
.commerce-icon-card .card-wrap .icon-card {
    padding: 2.5rem 1.5625rem 2.25rem 1.5rem;
}
.commerce-service-section .container .gallery{
	gap: 3.25rem;
	padding-top: 0;
}

.commerce-service-section .detailsWrapper .details h4{
	font-size: 38px;
	margin-bottom: 1rem;
}
.what-we-build-section-services.commerce-service-section .gallery .detailsWrapper {
    gap: 4.25rem;
}
.what-we-build-section-services.commerce-service-section {
    padding-top: var(--section-gap-desktop);
    padding-bottom: var(--section-gap-desktop);
}
@media (max-width: 767.98px) {
    .what-we-build-section-services.commerce-service-section {
        padding-top: var(--section-gap-mobile);
        padding-bottom: var(--section-gap-mobile);
    }
	.commerce-service-section .detailsWrapper h4{
		font-size: 24px;
}
}

/* for reverse column */
.reverse-section .tol_col_wrap {
    flex-direction: row-reverse;
}