.elementor-heading-title span{
    color: var(--e-global-color-accent);
}
.elementor-kit-6 p:last-child{
    margin-bottom: 0 !important;
}
.elementor-icon-list-icon svg{
    margin: 0 !important;
}
.elementor-button-icon svg {
    width: 26px !important;
}
a.elementor-button:hover svg path {
    stroke: var(--e-global-color-primary);
	transition:.3s;
    fill: transparent
}
.orange-btn a.elementor-button:hover svg path {
    stroke: var(--e-global-color-secondary);
    transition:.3s;
    fill: transparent
}
.future-ready-solutions-wr h4{
    margin-block-end: 0 !important; 
    margin-block-start:0 !important;
}
.future-ready-solutions-wr {
    display: flex;
    justify-content: space-between;
}
.tabber-title-wr {
    max-width: 570px;
    width: 45%;
}
.tab-content-wr {
    max-width: 743px;
    padding: 16px 32px;
    width: 55%;
}
.future-ready-solutions-wr .tab-title h3 {
    color: #181D27;
    font-size: 20px;
    line-height: 30px;
    font-family:var(--e-global-typography-primary-font-family);
    font-weight:600;
    padding-bottom: 8px;
	margin:0px;
}
/* .future-ready-solutions-wr .tab-title p {
    font-family: var(--e-global-typography-58795df-font-family), Sans-serif;
    font-size: var(--e-global-typography-58795df-font-size);
    font-weight: var(--e-global-typography-58795df-font-weight);
    line-height: var(--e-global-typography-58795df-line-height);
    color: var(--e-global-color-text);
} */
.future-ready-solutions-wr .tab-title p {
	font-family: var(--e-global-typography-text-font-family), Sans-serif;
    font-size: var(--e-global-typography-text-font-size);
    font-weight: var(--e-global-typography-text-font-weight);
    line-height: var(--e-global-typography-text-line-height);
    color: var(--e-global-color-text);
}
.tab-title{
    padding: 16px 0 16px 24px;
    border-left: 4px solid #F5F5F5;
}
.tab-content-wr figure {
    line-height: 0;
}
.future-ready-solutions-wr .tab-content-wr h4 {
    padding: 20px 0 19px !important;
    font-size: 38px !important;
    line-height: 49.4px !important;
    font-weight: 700 !important;
    font-family:var(--e-global-typography-primary-font-family) !important;
    color: var( --e-global-color-primary ) !important; 
}
.tab-content-wr ul{
    padding:0;
    list-style-type: none;
    padding: 10px 0 12px;
}
.tab-content-wr ul li {
    padding: 0 20px 20px 37px;
    background-image: url(../images/list_icon.svg);
    background-repeat: no-repeat;
    background-position: 0 1px;
    background-size: 22px;
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    font-family: var(--e-global-typography-primary-font-family);
    color: var(--e-global-color-primary);
    min-width: 269px;
    display: inline-block;
}
.fututre_content_button a.cfs-hyperlink {
    font-family: var(--e-global-typography-accent-font-family), Sans-serif;
    font-size: var(--e-global-typography-accent-font-size);
    font-weight: var(--e-global-typography-accent-font-weight);
    line-height: var(--e-global-typography-accent-line-height);
    color: var(--e-global-color-secondary);
    background-image: linear-gradient(242.07deg, var(--e-global-color-95f99f6) -23.93%, var(--e-global-color-fe7b3c8) 92.6%);
    border-radius: 88px 88px 88px 88px;
    padding: 17px 70px 17px 38px;
    display: inline-block;
    position: relative;
}
.fututre_content_button a.cfs-hyperlink:before{
    content:'';
    width:22px;
    height:14px;
    background-image:url(../images/btn-arrow.svg);
    background-repeat: no-repeat;
    position: absolute;
    right: 40px;
    top: 18px;
    background-size: contain;
}
.fututre_content_button a.cfs-hyperlink:hover{
color: var(--e-global-color-primary);
background-image: linear-gradient(242.07deg, #FF5C0580 -23.93%, #8CD3FF66 92.6%);
}
.fututre_content_button a.cfs-hyperlink:hover::before{
background-image: url(../images/btn-arrow_black.svg);

}
.tab-content-inner-wr{
    display: none;
}
.tab-content-inner-wr.active{
    display: block;
}
.tab-title.active{
    background: linear-gradient(90deg, rgba(3, 141, 227, 0.04) 0%, rgba(2, 78, 125, 0) 100%);
    border-left: 4px solid #038DE3
}
.search article.elementor-post .elementor-post__thumbnail__link {
    display: none;
}
.custom-popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
	right:0;
	bottom:0;
	margin:auto;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
/*     display: flex;
    align-items: center;
    justify-content: center; */
    z-index: 9999;
    backdrop-filter: blur(24.3px);
}
/* .custom-popup-overlay {
  height: calc(var(--vh, 1vh) * 100);
} */
.custom-popup-box {
    background: #F8F8F899;
    padding: 24px 50px;
    border-radius: 50px;
    width: 96%;
    max-width: 1000px;
    position: absolute;
    top: 50%;
    left: 0 !important;
    right: 0 !important;
    margin: auto;
    transform: translateY(-50%);
    filter: grayscale(1);
}
.custom-popup-close {
    position: absolute;
    right: 24px;
    top: 24px;
    cursor: pointer;
    line-height: 0;
}
.after-orange .overflow-y-auto:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 90%;
    background: linear-gradient(360deg, #fffdfb, transparent);
    z-index: 1;
    left: 0px;
    bottom: 0;
}
h3.popup-heading {
    font-size: 26px !important;
    margin: 0 0 9px 0 !important;
    line-height: 36px !important;
    font-weight: 600 !important;
    padding-right: 40px;
}
.serve-wr .swiper-slide .e-con-inner .e-child{
    cursor: pointer;
}
#back_to_top{
display:none;
}

.wpcf7-form input,
.wpcf7-form textarea{
	margin-bottom:20px !important;
	outline:none;
}

.wpcf7-form input:focus,
.wpcf7-form textarea:focus{
/* 	border:none; */
	outline:none;
}
.wpcf7-form .wpcf7-not-valid-tip{
    font-size: 14px !important;
    line-height: 15px !important;
    position: absolute!important;
    top: 43px;
    left: 5px;
}
.wpcf7-textarea{
	resize:none !important;
}
.wpcf7-textarea+span{
	top:0px !important;
}
/* .comment-field .wpcf7-form-control-wrap .wpcf7-not-valid-tip:last-child{
	display:none;
} */
/* .wpcf7-response-output{
	display:none;
} */
.wpcf7-form .submit-btn input{
	margin-bottom:7px !important;
	font-size:18px !important;
	line-height:18px !important;
	font-weight:700 !important;
}

.elementor-nav-menu a.elementor-item.elementor-item-active {
  background: linear-gradient(223.49deg, #FEBD01 -84.33%, #FF5C05 89.27%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
/*   font-weight: bold; */
}
.wpcf7-form-control{
margin-top:10px !important;
}

#auto-scroll-section-company {
  height: 300px !important; /* visible area */
  overflow: hidden !important;
  position: relative !important;
}

.overflow-y-auto:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 90%;
    background: linear-gradient(360deg, #fbfbfb, transparent);
    z-index: 1;
    left: 0px;
    bottom: 0;
}


.company-logo {
    display: flex;
    justify-content: center;
    gap: 46px;
    flex-wrap: wrap;
    margin-top: 34px;
}

/*  mega  menu*/
.elementskit-megamenu-panel>div{
max-width:1295px;
	width:100%;
margin:auto;
box-shadow: 0px 20px 50px 0px #0000001A !important;
border-radius: 15px;
}
#ekit-megamenu-header-menu .elementor-icon-box-wrapper {
    align-items: center !important;
	padding:5px;
	border-radius:10px;
}

#menu-header-menu .menu-item {
    position: inherit !important;
}
#ekit-megamenu-header-menu  a.elementor-icon:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
#ekit-megamenu-header-menu  .elementor-icon-box-description {
    color: var(--e-global-color-text) !important;
}
.elementskit-megamenu-panel .elementor-icon-box-title a {
/*     background: linear-gradient(223.49deg, #FEBD01 -84.33%, #FF5C05 89.27%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important; */
color:#001A32;
}
/* #ekit-megamenu-header-menu .elementor-icon-box-wrapper:hover .elementor-widget-icon-box .elementor-icon-box-title a, */
#ekit-megamenu-header-menu .elementor-icon-box-wrapper:hover p{
color:#FFFFFF  !important;
}
#ekit-megamenu-header-menu .elementor-icon-box-wrapper:hover .elementor-icon-box-title a {
  color: #FFFFFF !important;
}

#ekit-megamenu-header-menu .elementor-icon-box-wrapper:hover .elementor-icon-box-description {
  color: #FFFFFF !important;
}


.ekit-menu-nav-link.active {
color:#ff5c05 !important;
}
#menu-header-menu .menu-item a i{
	display:none;
}
.page-id-244 .elementor-location-footer .elementor-element-c586592{
	display:none;
}
.swiper-slide-active img {
    filter: grayscale(0) !important;
}
.company-logo figcaption {
    font-family: "Plus Jakarta Sans", Sans-serif;
    font-size: 14.88px;
    font-weight: 400;
    line-height: 22.4px;
    letter-spacing: -0.48px;
    text-align:center;
    font-style: normal;
/* 	max-width:100px; */
  }
.company-logo figure{
text-align:center;
}
#menu-mobile-menu a.ekit-menu-nav-link.ekit-menu-dropdown-toggle.active i:before {
    -webkit-text-fill-color: var(--e-global-color-accent)!important;
}

.tab-content-inner-wr img {
    border-radius: 20px !important;
}

#ekit-megamenu-header-menu .elementor-icon-box-wrapper:hover .elementor-icon-box-icon {
    box-shadow: 0 0px 6px -3px #343434;
}
#ekit-megamenu-header-menu .elementor-icon-box-description {
    line-height: 20px !important;
}
#ekit-megamenu-header-menu .elementor-icon-box-wrapper {
    padding: 8px !important;
    gap: 11px !important;
}
#ekit-megamenu-header-menu .elementor-icon-box-wrapper:hover:after {
    height: 100%;
    width: 100%;
    transition: 0.4s;
}
#ekit-megamenu-header-menu .elementor-icon-box-wrapper:after {
    background: linear-gradient(90deg, #049BEB 0%, #0246A4 100%);
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    bottom: 0;
    z-index: -1;
    left: 0;
    border-radius: 10px;
    transition: 0.3s;
    right: 0;
    margin: 0 auto;
}
 .script-form input {
     padding: 0px 10px; 
     border: 1px solid #BDC8D3 !important;
 }
 .script-form .wf-parent {
     background: none !important;
     border: 0px solid !important;
     padding: 0px;
     border-radius: 0px !important;
 }
 .script-form span.wf-field-error {
     font-size: 12px !important;
     line-height: 100%;
     color: red;
 }
 .script-form .wf-label {
     font-family: "Open Sans", sans-serif !important;
     font-size: 15px;
     font-weight: 600;
     line-height: 15px;
     padding-bottom: 5px;
 }
  .script-form .wf-field-mandatory .wf-field-inner::before
  {
    display: none;
  }
 .script-form .dropdown-contents {
     padding: 0px 10px !important;
 }
 .script-form .wf-row {
     margin-bottom: 10px;
 }



 /*new consult form css 23/07/2026 start*/


 span.wpcf7-spinner {
     display: none;
 }
 .consult-form-logo img {
     max-width: 210px !important;
     margin: 0 auto;
 }
 .consult-form-logo {
     text-align: center;
     margin-bottom: 30px;
 }
 .consult-form-heading p {
     font-size: 22px;
     font-weight: 700;
     line-height: 34px;
     font-family: Arial;
 }
 .form-row input, .form-row textarea {
     width: 100% !important;
     font-family: "Poppins", Sans-serif;
     font-size: 16px;
     font-weight: 400;
     line-height: 34px;
     padding: 3px 10px !important;
     border: 1px solid #BDC8D3 !important;
     position: relative;
     margin: 0px !important;
     border-radius: 5px !important;
 }
 .form-row label {
     font-family: Poppins, sans-serif !important;
     font-size: 15px;
     font-weight: 400;
     line-height: 28px;
     padding-bottom: 5px;
     width: 100%;
 }
 .form-row p {
     margin-bottom: 10px !important;
 }
 .form-row textarea {
     resize: vertical;
     height: 100px;
     min-height: 100px;
     max-height: 200px;
 }
 .check-box input {
     border-left: 1px solid #BDC8D3 !important;
     padding: 0px 10px !important;
     width: 15px !important;
     height: 15px;
     border-radius: 5px !important;
     margin-bottom: -5px !important;
 }
 .check-box span {
     margin-left: 0px;
     color: #000;
 }
 .check-box span label span {
     margin-left: 10px;
     font-size: 14px;
     line-height: 34px;
     font-weight: 700;
     font-style: italic;
     font-family: undifine;
 }
 .check-box i 
 {
     font-size: 14px;
     line-height: 34px;
     font-weight: 700;
     font-style: italic;
     font-family: undifine;
 }
 .check-box i a 
 {
         font-size: 17px;
     line-height: 34px;
     font-weight: 400;
     font-style: italic;
     font-family: Poppins, sans-serif;
 }
 .submit-btn-wr input {
     background-color: #1980d8 !important;
     color: #fff !important;
     border: 1px solid #1980d8;
     width: auto;
     border-radius: 20px;
 }
 .submit-btn-wr {
     text-align: center;
     margin-top: 20px !important;
 }
 .submit-btn-wr p 
 {
     margin-bottom: 0px !important;
 }
/* .invalid .consultation-form-wr .wpcf7-form-control-wrap {
     position: absolute;
     width: 100%;
 }*/
 .consultation-form-wr .wpcf7-not-valid-tip {
     margin-left: 0px !important;
     top: 30px !important;
     font-size: 12px !important;
     left: 0px !important;
 }
 .invalid .consultation-form-wr .textarea-consult .wpcf7-form-control-wrap, .invalid .check-box .wpcf7-form-control-wrap {
     position: relative !important;
 }
 .invalid .textarea-consult span.wpcf7-not-valid-tip {
     top: 16px !important;
     left: px !important;
 }
 .invalid .form-row {
     margin-bottom: 5px;
 }
 .consult-form-heading {
     margin-bottom: 30px;
 }
 .check-box span.wpcf7-not-valid-tip {
     width: 250px !important;
     max-width: 250px;
     color: #dc3232;
 }
 .form-row.captcha-wr {
     margin-top: 25px !important;
 }
 @media (max-width:650px)
 {
     .consult-form-logo img
     {
         max-width:220px !important;
     }
     .check-box i
     {
         line-height: 14px;
     }
     .consult-form-heading {
         margin-bottom: 10px;
     }
     .consult-form-logo {
         margin-bottom: 20px;
     }
     .check-box span.wpcf7-not-valid-tip {
         margin-top: 25px;
     }
 }


 /*new consult form css 23/07/2026 end*/
