.elementor-7728 .elementor-element.elementor-element-2f6f293{--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-7728 .elementor-element.elementor-element-2f6f293:not(.elementor-motion-effects-element-type-background), .elementor-7728 .elementor-element.elementor-element-2f6f293 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-7728 .elementor-element.elementor-element-bd71b55{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:30px 30px;--row-gap:30px;--column-gap:30px;}.elementor-7728 .elementor-element.elementor-element-75f21d1{--display:flex;--padding-top:40px;--padding-bottom:0px;--padding-left:10px;--padding-right:10px;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-7728 .elementor-element.elementor-element-b328bfd{width:100%;max-width:100%;text-align:left;}.elementor-7728 .elementor-element.elementor-element-b328bfd.elementor-element{--align-self:flex-start;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-7728 .elementor-element.elementor-element-a54704c{font-family:"Roboto", Sans-serif;font-size:16px;font-weight:600;color:#2F327D;}.elementor-7728 .elementor-element.elementor-element-f42a71c{--display:flex;}.elementor-7728 .elementor-element.elementor-element-cf7fb53{text-align:center;}.elementor-7728 .elementor-element.elementor-element-56c95ed{--display:flex;}.elementor-7728 .elementor-element.elementor-element-7a966ce{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-7728 .elementor-element.elementor-element-642e4a8{text-align:left;}.elementor-7728 .elementor-element.elementor-element-7f5ec37{--display:flex;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}@media(min-width:768px){.elementor-7728 .elementor-element.elementor-element-75f21d1{--width:40%;}.elementor-7728 .elementor-element.elementor-element-f42a71c{--width:25%;}.elementor-7728 .elementor-element.elementor-element-56c95ed{--width:25%;}.elementor-7728 .elementor-element.elementor-element-7a966ce{--width:25%;}}@media(max-width:767px){.elementor-7728 .elementor-element.elementor-element-bd71b55{--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-7728 .elementor-element.elementor-element-75f21d1{--width:100%;}.elementor-7728 .elementor-element.elementor-element-f42a71c{--width:42%;--align-items:flex-start;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );}.elementor-7728 .elementor-element.elementor-element-56c95ed{--width:42%;--align-items:flex-end;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );}.elementor-7728 .elementor-element.elementor-element-642e4a8 > .elementor-widget-container{padding:0px 20px 0px 20px;}}/* Start custom CSS for shortcode, class: .elementor-element-8340c50 */.subscribe-field {
  display: flex;
  align-items: center;
  max-width: 360px;
  border: 1px solid #e1e1e1;
  border-radius: 10px;
  padding: 6px;
  background: #ffffff;
}

.subscribe-field input {
  flex: 1;
  border: none;
  outline: none;
  padding: 10px 14px;
  font-size: 14px;
  color: #333;
}

.subscribe-field input::placeholder {
  color: #b5b5b5;
}

.subscribe-field button {
  background: #0b66ff;
  color: #ffffff;
  border: none;
  padding: 10px 22px;
  font-size: 14px;
  border-radius: 10px;
  cursor: pointer;
}

.subscribe-field button:hover {
  background: #084fd1;
}

.subscribe-box p {
  display: flex;
}

.subscribe-field input[type="email"] {
  padding-right: 43px;
}

@media(max-width: 767px){
    .subscribe-field input[type="email"]{
        padding-right: 5px   ;
    }
    .subscribe-field>p{
        display: flex;
    }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-cf7fb53 */.column1 .menu-wrapper {
    width: 100%;
  
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding-top: 10px;
  }

  .column1 .menu {
    text-align: center;
  }

  .column1 .menu a {
    display: block;
    text-decoration: none;
    font-size: 16px;
    color: #9a9a9a;
    margin: 20px 0;
    transition: color 0.3s ease;
  }

  .column1 .menu a.active {
    color: #2e3192; /* blue heading */
    font-weight: 600;
    margin-bottom: 30px;
  }

  .column1 .menu a:hover {
    color: #2e3192;
  }
  @media (max-width: 767px){
      .column1 .menu {
    text-align: left;
  }
  }/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-5812e98 */.column3 .menu-wrapper {
    width: 100%;
  
    display: flex;
    align-items: flex-start;
    text-align: left;
    padding-top: 10px;
  }

  .column3 .menu {
    text-align: center;
  }

  .column3 .menu a {
    display: block;
    text-decoration: none;
    font-size: 16px;
    color: #9a9a9a;
    margin: 20px 0;
    transition: color 0.3s ease;
    text-align: left;
  }

  .column3 .menu a.active {
    color: #2e3192; /* blue heading */
    font-weight: 600;
    margin-bottom: 30px;
  }

  .column3 .menu a:hover {
    color: #2e3192;
  }/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-642e4a8 */.contact-menu {
  padding-top: 40px;
}

.contact-title {
  font-size: 16px;
  font-weight: 600;
  color: #2e3192;
  margin-bottom: 25px; /* same as Services title gap */
}

.contact-text {
  font-size: 16px;
  color: #9a9a9a;
  line-height: 1.8;
  margin-bottom: 30px; /* same vertical spacing */
}

.contact-link {
  font-size: 16px;
  color: #2e3192;
  margin-bottom: 30px; /* same as menu items */
}

.phone-icon { color: #0073EF; margin-right: 10px; }
.mail-icon  { color: #0073EF; margin-right: 10px; }
@media(max-width : 767px){
    .contact-menu {
  padding-top: 10px;
}
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-20acbcb */.site-footer {
  width: 100%;
  border-top: 1px solid #ededed;
  padding: 20px 0;
  background: #ffffff;
}

.footer-inner {
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  color: #9a9a9a;
}/* End custom CSS */