/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.4.1755756744
Updated: 2025-08-21 06:12:24

*/

.top-navbar .menu-item-type-custom:last-child a {
    background: #FF7700 !important;
    border-radius: 5px !important;
    position: relative;
    padding-right: 54px;
    margin-left: 10px !important;
}
.top-navbar .menu-item-type-custom:last-child a:hover {
    padding-right: 54px;
}
.top-navbar .menu-item-type-custom:last-child a::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translate(0%, -50%);
    background: url(/wp-content/uploads/2025/08/btn-arrow.svg) no-repeat;
    background-size: cover;
    background-position: center;
    opacity: 1 !important;
    height: 24px;
    width: 24px;
    background-color: transparent !important;
}

.error404 .top-navbar-main, .page-id-2934 .top-navbar-main, .page-id-2936 .top-navbar-main{
    background-color: #000;
}
.sticky-topBar {
    background: #000 !important;
    z-index: 999;
    transition: all 0.3s ease-in-out;
    box-shadow: 0px 4px 20px 0px #00000096;
}
.top-navbar .menu-item.current_page_item a {
    background: #ffffff !important;
    border-radius: 5px;
}
.top-navbar .menu-item.current_page_item a span.sub-arrow svg {
    fill: #000;
}
.top-navbar .menu-item.current_page_item a:hover span.sub-arrow svg{
  fill:#FF7700;
}
.elementor-widget-nav-menu .elementor-nav-menu--main .elementor-item:hover{
    color:#FF7700 !important;
}
.top-navbar .menu-item-type-custom:last-child .elementor-item:hover{
    background: #ffffff !important;
    color: #FF7700 !important;
}
.how-we-work-video {
    position: relative;
    padding: 10px;
    border-radius: 10px;
    overflow: hidden !important;
}
.how-we-work-video::after {
    position: absolute;
    content: '';
    height: 53%;
    width: 100%;
    background-image: linear-gradient(2deg, #000000a8, #00000014, transparent, transparent);
    bottom: 0;
    left: 0px;
    right: 0;
    z-index: 0;
}

.how-we-work-video .elementor-custom-embed-play {
    position: absolute;
    transform: translate(-50%, -50%);
    top: 30% !important;
}
.faq-items summary[aria-expanded="true"] {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}
.faq-items details {
    overflow: hidden;
    border-radius: 15px;
    position: relative;
}
.faq-items summary[aria-expanded="true"] span.e-n-accordion-item-title-icon {
    background: #ff7700;
    border-color: #ff7700;
}

.faq-items details::after{
    content: '';
    background-color: #0d4c76;
    height: 99%;
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: -1;
}



.faq-items span.e-n-accordion-item-title-header {
    flex: 1;
    margin-right: 20px;
}
.faq-items span.e-n-accordion-item-title-icon {
    border: 1px solid #dcdcdc;
    height: 35px;
    width: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

/* multi step form start */
.e-form__indicators.e-form__indicators--type-progress_bar{
    display: flex;
    gap: 20px;
}
.e-form__indicators__indicator__progress {
    background-color: #DBECF8;
    height: 6px;
}
.e-form__indicators__indicator__progress__meter {
    background-color: #0E5584;
}
.step-counter {
    font-size: 16px;
    font-weight: 700;
    color: #082131;
    width: 10%;
    display: flex;
}
.step-counter .active-step {
    color: #FF7700;
}
.ab-question-label {
    font-size: 20px;
    font-weight: 700;
    line-height: 110.00000000000001%;
    color: #FF7700;
}
.form-stepper .e-form__buttons {
    border-top: 1px solid #BFCDD7 !important;
    padding-top: 20px;
    margin-top: 30px;
}
.form-stepper .elementor-field {
    padding-left: 0px;
    padding-right: 0px;
}
.form-stepper label.elementor-field-label {
    padding-bottom: 0px !important;
    margin-top: 10px;
}
.form-stepper .elementor-field-textual:focus {
    box-shadow: none !important;
}
.ab-question-label {
    font-size: 20px;
    font-weight: 700;
    line-height: 110.00000000000001%;
    color: #FF7700;
    margin-bottom: 18px;
}
.form-stepper span.elementor-field-option input[type="radio"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 20px;
  height: 20px;
  border: 2px solid #333;
  border-radius: 50%;
  outline: none;
  cursor: pointer;
  position: relative;
}
.form-stepper span.elementor-field-option {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 3px 0px;
}

.form-stepper span.elementor-field-option input[type="radio"]:checked {
  border-color: #ff7700;
}

.form-stepper span.elementor-field-option input[type="radio"]:checked::before {
  content: "";
  width: 10px;
  height: 10px;
  background: #ff7700;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.form-stepper .elementor-field-type-next .e-form__buttons__wrapper__button-next{
    position: relative;
    padding-right: 60px !important;
}
.form-stepper .elementor-field-type-next .e-form__buttons__wrapper__button-next::after{
    content: '';
    position: absolute;
    top: 50%;
    right: 26px;
    transform: translate(0%, -50%);
    background: url(/wp-content/uploads/2025/08/btn-arrow.svg) no-repeat;
    background-size: cover;
    background-position: center;
    opacity: 1 !important;
    height: 22px;
    width: 22px;
    background-color: transparent !important;
}

/* multi step form end */

/* contact form start */
.send-message-form p label {
    width: 100%;
}
.send-message-form .form-group {
    display: flex;
    gap: 30px;
}
.send-message-form .form-group p {
    flex: 1;
    margin:0px;
}
.send-message-form .wpcf7-form-control {
    border: 0px;
    padding: 20px 0px;
    border-bottom: 1px solid #929292;
    border-radius: 0px;
    background: transparent;
}
:focus-visible {
    outline: -webkit-focus-ring-color auto 0px;
}
.send-message-form p {
    margin: 25px 0px;
}
.send-message-form textarea.wpcf7-form-control {
    max-height: 145px;
}

/* contact form end */

.what-we-do-slider .elementor-element:hover p.elementor-icon-box-description{
    color:#fff;
}

.elementor-swiper-button {
    border: 1px solid #000 ! IMPORTANT;
    height: 50px;
    width: 50px;
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    background: #fff;
    border-radius: 50%;
}
.elementor-swiper-button svg {
    fill: #000 !important;
}
.elementor-swiper-button:hover{
    background-color:#FF7700;
    color: #fff;
    border-color: #FF7700 !important;
}
.elementor-swiper-button:hover svg{
    fill:#fff !important;
}

.value-guide-items {
    backdrop-filter: blur(4px) !important;
}
.track-record-items figure.elementor-image-box-img img {
    margin: auto !important;
}
footer ul.elementor-icon-list-items li a:hover span {
    color: #ff7700 !important;
}
.initial-assessment-items:hover p, .initial-assessment-items:hover h4 {
    color: #fff !important;
}

.parentHoverIcon .elementor-icon-box-wrapper:hover svg path {
    filter: brightness(0) invert(1) !important;
}

/* roadmap section start */
.roadmap {
    position: relative;
    padding: 90px 50px 90px;
    border-top: 50px solid #ededed;
    border-radius: 10px;
}

/* Road in the center */
.roadmap .road {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  height: 100%;
  z-index: 0;
}

/* Steps */
.roadmap .step {
  position: relative;
  display: flex;
  align-items: center;
  z-index: 1;
  max-width: 1250px;
  margin: 150px auto 150px;
}

.roadmap .step:nth-child(odd) {
      justify-content: flex-start;
      flex-direction: row-reverse;
  }

.roadmap .step:nth-child(even) {
  justify-content: flex-end;
  text-align: left;
  flex-direction: row-reverse;
}

.roadmap .circle {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background: #ff9800;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  width: 120px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  z-index: 2;
}
.roadmap .step:hover .circle {
  transform: translateX(-50%) scale(1.1);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
  cursor: pointer;
}

.roadmap .content-box {
  background: #fff;
  color: #000;
  display: flex;
  align-items: center;
  position: relative;
  gap: 20px;
  max-width: 520px;
  padding: 20px 25px;
  border-radius: 12px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease-in-out;
}

.roadmap .content-box::after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-top: 12px solid transparent;
    border-right: 20px solid #ffffff;
    border-bottom: 12px solid transparent;
    z-index: 99;
    transition: all 0.3s ease-in-out;
    right: -14px;
    transform: rotate(60deg);
}

.roadmap .step:nth-child(odd) .content-box::after {
  left:-14px;
  transform: rotate(238deg);
}

.roadmap .content-box:hover {
  background-color: #082131;
  color: #fff;
}

.roadmap .content-box:hover h3,
.roadmap .content-box:hover p {
  color: #fff;
}

.roadmap .content-box:hover::after {
  border-right: 20px solid #082131;
}

.roadmap .content-box:hover .cntn-box-thumb::after {
  border-color: #ff9800;
}

.roadmap .content-box:hover .cntn-box-thumb {
  background-color: #fff;
  background-image: none;
}

.roadmap .step:nth-child(even) .content-box {
  flex-direction: row-reverse;
}

.roadmap .content-box img {
  height: 45px;
}

.roadmap .content-box h3 {
    margin: 0 0 10px;
    font-size: 28px;
    color: #303030;
    font-weight: 600;
}

.roadmap .content-box p {
  font-size: 20px;
  color: #303030;
  line-height: 160%;
}

.roadmap .circle h3 {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 400;
  gap: 10px;
}
.roadmap .circle h3 span {
    font-size: 40px;
    font-weight: 700;
}

.roadmap .cntn-box-thumb {
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border-radius: 50%;
  background-image: linear-gradient(104deg, #1E6EA4, #0D334B);
}

.roadmap .cntn-box-thumb::after {
  content: '';
  position: absolute;
  height: calc(100% + 15px);
  width: calc(100% + 15px);
  background: transparent;
  border-radius: 50%;
  z-index: 0;
  border: 2px solid #0E5584;
}

.roadmap .content-box .step-circle-cntn {
  flex: 1;
}

.roadmap .step:nth-child(even) .circle {
  left: calc(58% - -3px);
}

.roadmap .step:nth-child(odd) .circle {
    left: calc(42% - -3px);
}
.roadmap-start-shape {
    position: absolute;
    top: 0;
    left: 45%;
    z-index: 9;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translate(-50%, -20px);
}
.roadmap-end-shape {
    position: absolute;
    bottom: -20px;
    left: calc(50% - 120px);
    z-index: 9;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translate(-50%, 0px);
    max-width:550px;
}
.roadmap .content-box img.hover-icon {
  display: none;
}

.roadmap .content-box:hover img.hover-icon {
  display: block;
}

.roadmap .content-box:hover img.no-hover-icon {
  display: none;
}
.roadmap-start-shape .text-box, .roadmap-end-shape .text-box {
      background: #fff;
      margin-right: 30px;
      padding: 15px;
      border-radius: 9px;
      font-weight: 600;
      font-size: 20px;
      font-style: italic;
  }
 
    /* roadmap section end */

   


/* ===== MENU SCROLLING ===== */
#svcTopMenu .elementor-nav-menu {
  display: flex !important;
  flex-wrap: nowrap !important;
  overflow-x: auto;
  white-space: nowrap;
  scroll-behavior: smooth;

  -ms-overflow-style: none;  /* IE/Edge hide scrollbar */
  scrollbar-width: none;     /* Firefox hide scrollbar */
}

#svcTopMenu .elementor-nav-menu::-webkit-scrollbar {
  display: none; /* Chrome/Safari hide scrollbar */
}

/* Prevent menu items from wrapping */
#svcTopMenu .elementor-nav-menu > li {
  flex: 0 0 auto !important;
  display: inline-block !important;
}

/* ===== ARROWS STYLE ===== */
.scroll-btn-left,
.scroll-btn-right {
  position: absolute;
  z-index: 10;
  background: #fff;        /* match header background */
  border: none;
  padding: 8px 12px;
  cursor: pointer;
  font-size: 18px;         /* arrow size */
  line-height: 1;
  opacity: 0.8;
  transition: opacity 0.3s ease;
}

.scroll-btn-left:hover,
.scroll-btn-right:hover {
  opacity: 1;
}
#svcTopMenu ul li a {
    border-right: 1px solid #D0D0D0;
    border-bottom: 1px solid #D0D0D0;
}
.contact-card p.elementor-icon-box-description a {
    color:#082131;
}
.contact-card p.elementor-icon-box-description a:hover {
    color: #ff7700;
}
/* Position arrows at edges */
.scroll-btn-left { left: 0; }
.scroll-btn-right { right: 0; }

/* Common inputs */
.resource-form :is(input[type="text"], input[type="email"], input[type="tel"], select, textarea) {
    border-radius: 5px;
    margin: 5px 0;
}

/* Submit button */
.resource-form input[type="submit"] {
    padding: 15px 32px;
    text-transform: capitalize;
    margin-top: 10px;
    cursor: pointer;
}


.resource-tab-scroll .e-n-tabs-heading {
    border-bottom: 1px solid #D0D0D0;
}
.resource-tab-scroll .e-n-tabs-heading button{
  border-radius: 0px;
  position: relative;
}
.resource-tab-scroll .e-n-tabs-heading button[aria-selected="true"]::after {
    content: '';
    height: 3px;
    width: 100%;
    background-color: #FF7700;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0px;
    border-top-right-radius: 12px;
    border-top-left-radius: 12px;
}
.resource-tab-scroll .e-n-tabs-heading button:last-child {
    border-right: 0px !important;
}

.faq-image-box {
    position: sticky !important;
    top: 140px;
}

 /* Responsive */
   @media(max-width: 1366px) {
      .elementor-swiper-button {
          border: 1px solid #000 !important;
          height: 40px;
          width: 40px;
      }
      .top-navbar .menu-item-type-custom:last-child a {
        padding-right: 40px !important;
        margin-left: 10px !important;
      }
      .top-navbar .menu-item-type-custom:last-child a::after {
          right: 13px;
          height: 20px;
          width: 20px;
      }
      .roadmap .step {
            max-width: 1250px;
            margin: 100px auto 100px;
        }
        .roadmap .cntn-box-thumb {
            width: 70px;
            height: 70px;
        }
        .roadmap .content-box {
            max-width: 440px;
            padding: 20px;
        }
        .roadmap .circle {
            font-size: 14px;
            width: 98px;
            height: 55px;
        }
        .roadmap .circle h3 span {
            font-size: 35px;
            font-weight: 700;
        }
        .roadmap .circle h3 {
            font-size: 16px;
            gap: 10px;
        }
        .roadmap .content-box p {
            font-size: 18px;
            line-height: 140%;
        }
        .roadmap .content-box h3 {
              margin: 0 0 10px;
              font-size: 22px;
          }


   }
    @media(max-width: 1200px) {
        .roadmap .circle {
              width: 85px;
              height: 55px;
          }
          .roadmap .circle h3 span {
              font-size: 30px;
              font-weight: 700;
          }
          .roadmap .cntn-box-thumb {
              width: 60px;
              height: 60px;
          }
          .roadmap .content-box {
              max-width: 400px;
              padding: 20px;
          }
          .icon-box {
              max-width: 100px;
          }

    }
    @media(max-width: 1024px) {
      .top-navbar .menu-item-type-custom:last-child a {
          padding-right: 40px !important;
          margin-left: 0px !important;
          color: #fff !important;
      }
      .cntn-box-inner {
          position: relative !important;
          margin-top: 30px !important;
          bottom: 0px !important;
          left: 0px !important;
          width: 100% !important;
      }
      .how-we-work-video::after{
        display: none;
      }
      .how-we-work-video .elementor-custom-embed-play {
          top: 50% !important;
      }
      .roadmap .content-box {
          max-width: 340px;
          padding: 15px;
      }
      .roadmap {
          padding: 90px 35px 90px;
      }
    }

    @media(max-width: 880px) {
      .roadmap .step:nth-child(odd) .circle {
        left: calc(42% - 26px);
      }
      .roadmap .step:nth-child(even) .circle {
          left: calc(58% - -34px);
      }
      .roadmap .content-box {
          max-width: 306px;
          padding: 15px;
      }
		.faq-image-box {
			position: relative !important;
			top: 0px;
		}
    }

    @media(max-width: 768px) {
      .roadmap .step {
        flex-direction: column;
        justify-content: center !important;
        text-align: center;
        margin:30px 0px;
      }
      .roadmap .step:nth-child(odd) .circle, .roadmap .step:nth-child(even) .circle {
        left: 20px;
      }
      .roadmap .content-box .step-circle-cntn {
          flex: 1;
          text-align: left;
      }
      .roadmap .content-box {
        margin-top: 90px;
      }
      .send-message-form .form-group {
          flex-direction: column;
      }
      .menu-slider-scroll .e-con-inner {
        flex-wrap: nowrap !important;
          gap: 4px;
      }
      .roadmap .road{
        display: none;
      }
      .roadmap .content-box {
          max-width: calc(100% - 100px);
          padding: 15px;
          margin-left: auto;
          margin-top: 0px;
      }
      .roadmap .step:nth-child(even) .content-box {
          flex-direction: row;
      }
      .roadmap .content-box::after {
          left: -17px;
          transform: rotate(0deg);
          right: auto;
      }
      .roadmap {
          padding: 0px 35px 0px;
      }
      .roadmap-start-shape {
        position: initial;
        transform: translate(0%, 0px);
      }
      .roadmap-end-shape {
          position: inherit;
          transform: translate(0%, 0px);
          max-width: 550px;
          left: 0px;
          margin: auto;
      }

}

@media(max-width:575px) {
    .roadmap .step:nth-child(odd) .circle, .roadmap .step:nth-child(even) .circle {
        left: 0px;
        position: relative;
        bottom: 0px;
        transform: translateX(0%);
    }
    .roadmap .step:nth-child(odd), .roadmap .step:nth-child(even) {
        flex-direction: column;
        gap: 30px;
    }
    .roadmap .content-box {
        max-width: calc(100% - 0px);
    }
    .roadmap {
        padding: 0px 15px 0px;
        border-top: 0px;
    }
    .roadmap .step .content-box::after{
      display: none;
    }
    .roadmap .circle {
        width: 75px;
        height: 45px;
    }
}
.img-sticky-wrap .elementor-widget-image {
    position: sticky !important;
    top: 130px !important;
}
@media (max-width:1367px) {
    .img-sticky-wrap .elementor-widget-image {
        position: relative !important;
        top: 0px !important;
    }
}