.elementor-kit-16{--e-global-color-primary:#191919;--e-global-color-secondary:#FFFFFF;--e-global-color-text:#FFFFFF;--e-global-color-accent:#081121;--e-global-color-f787665:#FFFFFF;--e-global-color-501fe30:#4379D1;--e-global-color-c3d802c:#4379D1;--e-global-color-57378b8:#4379D1;--e-global-color-3dcd0d5:#FFFFFF;--e-global-color-a9d2958:#191919;--e-global-color-aad4d47:#4379D1;--e-global-color-84effcf:#0D1A30;--e-global-color-c1bcff9:#FFFFFF;--e-global-color-94b12ba:#081122;--e-global-color-169d8c8:#4379D1;--e-global-color-9238622:#4379D1;--e-global-color-e083a2c:#FFFFFF;--e-global-color-28c6e4b:#1B4589;--e-global-color-bbf838e:#FFFFFF;--e-global-color-6fdaadf:#081121;--e-global-color-52874d0:#FFFFFF;--e-global-color-101dce5:#ECEEF2;--e-global-color-7d45de7:#F3F3F3;--e-global-color-34b634b:#081121;--e-global-color-29d228c:#030811;--e-global-color-e67451f:#4379D1;--e-global-color-c20e061:#B1B5B5;--e-global-color-52aea6e:#484848;--e-global-color-06c52b2:#4379D1;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;font-family:"Inter", Sans-serif;font-size:19px;line-height:26px;}.elementor-kit-16 a{color:var( --e-global-color-e67451f );}.elementor-kit-16 a:hover{color:var( --e-global-color-e67451f );}.elementor-kit-16 h1{color:#FFFFFF;font-family:"Sora", Sans-serif;font-size:60px;font-weight:600;text-transform:capitalize;line-height:72px;letter-spacing:1px;}.elementor-kit-16 h2{font-family:"Sora", Sans-serif;font-size:55px;font-weight:600;text-transform:capitalize;line-height:66px;letter-spacing:1px;}.elementor-kit-16 h3{font-family:"Sora", Sans-serif;font-size:35px;font-weight:500;text-transform:capitalize;line-height:42px;letter-spacing:1px;}.elementor-kit-16 h4{font-family:"Sora", Sans-serif;font-size:20px;}.elementor-kit-16 button,.elementor-kit-16 input[type="button"],.elementor-kit-16 input[type="submit"],.elementor-kit-16 .elementor-button{font-size:20px;border-style:none;border-radius:5px 5px 5px 5px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-kit-16 h1{font-size:45px;line-height:54px;}.elementor-kit-16 h2{font-size:40px;line-height:48px;}.elementor-kit-16 h3{font-size:25px;line-height:30px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-16 h1{font-size:35px;line-height:42px;}.elementor-kit-16 h2{font-size:30px;line-height:36px;}.elementor-kit-16 h3{font-size:25px;line-height:33px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* no margin bottom on p last-child */
.p-mb-0 p:last-child {
  margin-bottom: 0;
}

.process-circle p{
    height:60px;
    width:60px;
    display: table-cell;
    vertical-align: middle;
    align-content: center;
}

.square-col{
    height:75px;
    width:75px!important;
}


.list-icon-top .elementor-icon-list-item {
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-box-align: start;
    align-items: start!important;
}

.list-icon-top .elementor-icon-list-icon {
    padding-top:7px;
}

.e-n-accordion-item-title-icon {
  align-self: flex-start !important;
  margin-top: 0.2em !important;
}

.hover-container {
  position: relative;
  z-index: 1;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.hover-container:hover,
.hover-container:focus-within {
  z-index: 10;
  transform: scale(1.05);

}

.main-button .elementor-button {
  --btn-bg-1: #35aaff;
  --btn-bg-2: #236fb1;
  --btn-bg-color: #ffffff;
  --radii: 0.75em;

  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-size: 280% auto;
  background-image: linear-gradient(
    325deg,
    var(--btn-bg-2) 0%,
    var(--btn-bg-1) 55%,
    var(--btn-bg-2) 90%
  );
  box-shadow:
  0 0 8px rgba(31, 161, 255, 0.1),      /* softer outer glow */
  0 4px 8px -4px rgba(11, 95, 168, 0.2),/* tighter lift shadow */
  inset 2px 2px 6px rgba(255, 255, 255, 0.1),
  inset -3px -3px 6px rgba(8, 60, 110, 0.1);

  transition: background-position 0.6s ease, transform 0.2s ease;
}


.main-button .elementor-button:hover {
  background-position: right top;
}



@media (prefers-reduced-motion: reduce) {
  .main-button .elementor-button:hover {
    transition: linear;
  }
}

@media (max-width: 768px) {
  .main-button .elementor-button {
    box-shadow:
      0 0 5px rgba(31, 161, 255, 0.22),
      0 3px 6px -4px rgba(11, 95, 168, 0.3),
      inset 2px 2px 5px rgba(255, 255, 255, 0.3),
      inset -2px -2px 5px rgba(8, 60, 110, 0.3);
  }
}

.side-contact-button {
  --btn-bg-1: #35aaff;
  --btn-bg-2: #236fb1;
  --btn-bg-color: #ffffff;
  --radii: 0.75em;

  background-image: linear-gradient(
    325deg,
    var(--btn-bg-2) 0%,
    var(--btn-bg-1) 55%,
    var(--btn-bg-2) 90%
  );
  box-shadow:
  0 0 8px rgba(31, 161, 255, 0.1),      /* softer outer glow */
  0 4px 8px -4px rgba(11, 95, 168, 0.2),/* tighter lift shadow */
  inset 2px 2px 6px rgba(255, 255, 255, 0.1),
  inset -3px -3px 6px rgba(8, 60, 110, 0.1);

}

/* SVG quotes as background with opacity control */
.svg-bg::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url("https://prochat.demo-ce.com/wp-content/uploads/2026/03/quote.svg");
    background-repeat: no-repeat;
    background-position: top;
    background-size: contain;

    opacity: 0.05; /* 🔥 change this */
    pointer-events: none;
}

.scroll-cue{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  animation: scrollHint 1.8s ease-in-out infinite;
  will-change: transform, opacity, filter;
}

@keyframes scrollHint{
  0%, 100%{
    transform: translateY(0);
    opacity: 0.65;
    filter: drop-shadow(0 0 0 rgba(216,175,84,0));
  }
  50%{
    transform: translateY(10px);
    opacity: 1;
    filter: drop-shadow(0 0 10px rgba(216,175,84,0.28));
  }
}/* End custom CSS */