.elementor-1789 .elementor-element.elementor-element-6cceba51{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:80px;--padding-left:0px;--padding-right:0px;}.elementor-1789 .elementor-element.elementor-element-6cceba51:not(.elementor-motion-effects-element-type-background), .elementor-1789 .elementor-element.elementor-element-6cceba51 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F3F6FE;}.elementor-1789 .elementor-element.elementor-element-418e3915{--display:flex;}.elementor-1789 .elementor-element.elementor-element-47359643{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-1789 .elementor-element.elementor-element-47359643:not(.elementor-motion-effects-element-type-background), .elementor-1789 .elementor-element.elementor-element-47359643 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-accent );}.elementor-1789 .elementor-element.elementor-element-79581bfd{--display:flex;}.elementor-1789 .elementor-element.elementor-element-45ab8c1{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:120px;--padding-bottom:100px;--padding-left:0px;--padding-right:0px;}.elementor-1789 .elementor-element.elementor-element-45ab8c1:not(.elementor-motion-effects-element-type-background), .elementor-1789 .elementor-element.elementor-element-45ab8c1 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-text );}.elementor-1789 .elementor-element.elementor-element-61c822b6{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-3d0ec030 *//* SECTION */
.ra-newsletter-section{
    
    padding:80px 20px;
}

/* CONTAINER */
.ra-newsletter-container{
    max-width:1150px;
    margin:auto;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:60px;
}

/* LEFT SIDE */
.ra-newsletter-left{
    max-width:520px;
}

/* TAG */
.ra-newsletter-tag{
    font-size:12px;
    letter-spacing:1px;
    color:#28c2a0;
    font-weight:600;
}

/* TITLE */
.ra-newsletter-title{
    font-size:56px;
    font-weight:400;
    color:#2b57e5;
    margin:10px 0 20px;
}

/* TEXT */
.ra-newsletter-text{
    font-size:17px;
    line-height:1.7;
    margin-bottom:30px;
    color:#333;
}

/* FORM */
.ra-newsletter-form{
    display:flex;
    gap:15px;
    margin-bottom:15px;
}

/* INPUT */
.ra-newsletter-input{
    flex:1;
    padding:16px;
    border:none;
    background:#dfe6f5;
    font-size:16px;
}

/* BUTTON */
.ra-newsletter-btn{
    background:#2b57e5;
    color:#fff;
    border:none;
    padding:16px 28px;
    cursor:pointer;
    font-size:16px;
}

/* NOTE */
.ra-newsletter-note{
    font-size:13px;
    color:#444;
}

.ra-newsletter-note a{
    color:#2b57e5;
}

/* IMAGE */
.ra-newsletter-right img{
    max-width:300px;
}

@media (max-width:900px){

.ra-newsletter-container{
    flex-direction:column;
    text-align:center;
}

.ra-newsletter-form{
    justify-content:center;
}

.ra-newsletter-title{
    font-size:40px;
}

.ra-newsletter-right img{
    max-width:220px;
}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-271b6cf6 *//* Section */
.vm-solution-section {
  padding: 120px 20px;
  
}

/* Container */
.vm-container {
  max-width: 1200px;
  margin: 0 auto;
}

/* Wrapper */
.vm-solution-wrapper {
  display: flex;
  align-items: center;
  gap: 100px;
}

/* Content */
.vm-solution-content {
  max-width: 550px;
}

/* Title */
.vm-solution-title {
  font-size: 52px;
  font-weight: 600;
  line-height: 1.2;
  color: #2f5be3;
  margin-bottom: 30px;
}

/* Text */
.vm-solution-text {
  font-size: 18px;
  line-height: 1.7;
  color: #333;
}

/* Image Wrapper */
.vm-solution-image {
  position: relative;
  max-width: 500px;
}

/* Decorative Line */
.vm-solution-line {
  position: absolute;
  top: 40px;
  left: -60px;
  width: 80px;
  height: 2px;
  background-color: #2f5be3;
}

/* Image */
.vm-solution-image img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 4px;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-62c15a6b *//* Section */
.vm-expert-section {
  padding: 0px 20px 120px 20px;
  
  position: relative;
  overflow: hidden;
}

/* Container */
.vm-container {
  max-width: 1200px;
  margin: 0 auto;
}

/* Wrapper */
.vm-expert-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 80px;
}

/* LEFT IMAGE SIDE */
.vm-expert-image-wrapper {
  position: relative;
  width: 50%;
}

/* Accent Background Box */
.vm-expert-bg-accent {
  position: absolute;
  bottom: -40px;
  left: -40px;
  width: 85%;
  height: 85%;
  
  z-index: 1;
}

/* Image Card */
.vm-expert-image-card {
  position: relative;
  z-index: 2;
 
  padding: 30px;
  box-shadow: 0 20px 50px rgba(0,0,0,0.05);
}

.vm-expert-image-card img {
  width: 100%;
  display: block;
}
.vm-solution-topline {
  position: absolute;
  top: 40px;
right:-50px;
width: 80px;
  height: 2px;
  background-color: #2f5be3;
}

/* RIGHT CONTENT */
.vm-expert-content {
  width: 50%;
}

.vm-expert-title {
  font-size: 56px;
  font-weight: 600;
  line-height: 1.2;
  color: var(--vm-secondary);
  margin-bottom: 30px;
}

.vm-expert-text {
  font-size: 18px;
  line-height: 1.8;
  color: var(--vm-text);
}

/* Link */
.vm-expert-link {
  color: var(--vm-primary);
  text-decoration: none;
  font-weight: 500;
}

.vm-expert-link:hover {
  text-decoration: underline;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-79327343 *//* ==============================
   VM Service Intro Section 01
   ============================== */

.vm-service-intro-01 {
  max-width: 900px;
  120px 20px 20px 20px;
  box-sizing: border-box;
}

.vm-service-intro-01__label {
  display: inline-block;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #16c79a;
}

.vm-service-intro-01__title {
  margin: 0 0 30px;
  font-size: 71px;
  font-weight: 400;
  line-height: 80px;
  color: #1f4fff;
}

.vm-service-intro-01__text {
  max-width: 800px;
  margin: 0;
  font-size: 26px;
  font-weight: 400;
  line-height: 35px;
  color: #333333;
}

/* Tablet */
@media (max-width: 1024px) {
  .vm-service-intro-01 {
    padding: 90px 20px;
  }
}

/* Mobile */
@media (max-width: 767px) {
  .vm-service-intro-01 {
    padding: 70px 16px;
  }

  .vm-service-intro-01__title {
    font-size: 32px;
    line-height: 1.25;
  }

  .vm-service-intro-01__text {
    font-size: 16px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-78f165 */.faq-section{


}

.faq-container{
max-width:700px;
margin:auto;
}

.faq-item{
border-bottom:1px solid #d8d8d8;
padding:18px 0;
}

.faq-question{
display:flex;
justify-content:space-between;
align-items:center;
cursor:pointer;
font-size:20px;
color:#222;
transition:all .3s ease;
}

.faq-question:hover{
color:#2b60ff;
}

.faq-answer{
max-height:0;
overflow:hidden;
transition:max-height .35s ease;
font-size:15px;
line-height:1.7;
color:#333;
margin-top:10px;
}

.faq-answer p{
margin:0;
}

/* ICON */

.faq-icon{
width:28px;
height:28px;
border:2px solid #2b60ff;
border-radius:50%;
position:relative;
flex-shrink:0;
}

.faq-icon::before,
.faq-icon::after{
content:'';
position:absolute;
background:#2b60ff;
left:50%;
top:50%;
transform:translate(-50%,-50%);
}

.faq-icon::before{
width:12px;
height:2px;
}

.faq-icon::after{
width:2px;
height:12px;
}

/* OPEN STATE */

.faq-item.active .faq-answer{
max-height:200px;
}

.faq-item.active .faq-icon::after{
display:none;
}

/* Tablet */

@media (max-width: 992px){

.faq-section{
padding:60px 20px;
}

.faq-container{
max-width:650px;
}

.faq-question{
font-size:18px;
}

.faq-answer{
font-size:14px;
}

.faq-icon{
width:26px;
height:26px;
}

}/* End custom CSS */