.elementor-7977 .elementor-element.elementor-element-fe38434{--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:0px;--padding-left:0px;--padding-right:0px;}.elementor-7977 .elementor-element.elementor-element-059b164{--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:0px;--padding-left:0px;--padding-right:0px;}.elementor-7977 .elementor-element.elementor-element-1f00670{--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:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS */@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
    /* insert styles here */
.elementor-110 .elementor-element.elementor-element-d185705 .elementkit-tab-wraper {
    display: block;
}
.elementor-110 .elementor-element.elementor-element-d185705 .elementkit-tab-nav .elementkit-nav-item .elementkit-nav-link {
    font-size: 17px;
}
}
@media only screen and (min-device-width: 640px) and (max-device-width: 960px) {
    /* insert styles here */
    .elementor-110 .elementor-element.elementor-element-d185705 .elementkit-tab-wraper.vertical .elementkit-tab-nav {
    flex-basis: 30%;
}
.ekit-wid-con .elementkit-tab-wraper.elementskit-fitcontent-tab .elementkit-tab-content {
    width: 62% !important;
}
}
@media only screen and (min-device-width: 2200px) and (max-device-width: 5210px) {
    /* insert styles here */
#servicenow-certified-section {
    padding: 160px 0px;
}
}

.gradient-text {
    background: linear-gradient(to right, #3A9179, #58BBB3, #E0E621);
    -webkit-background-clip: text;
    color: transparent;
}

.custom-border-bottom {
    position: relative;
    padding-bottom: 4px;
}

.custom-border-bottom::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(to right, #3A9179, #58BBB3, #E0E621);
}


.custom-border-left {
  position: relative;
}

.custom-border-left::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 4px; /* Adjust width as needed */
  background: linear-gradient(to bottom, #3A9179, #58BBB3, #E0E621); /* Your specified colors */
}

.grecaptcha-badge { 
visibility: hidden; 
}


/* --- NEW LEIDIT CARD STYLES --- */

/* 1. Main Title (The Navy Header) */
.leidit-card-title {
    color: #002B3D !important;
    font-weight: 700;
    margin: 0 !important;
    font-size: 24px; /* Adjust based on your design */
}

/* 2. Subtitle (The Italic Footnote) */
.leidit-card-subtitle {
    color: #7A7A7A;
    font-size: 14px;
    font-style: italic;
    display: block;
    margin-bottom: 15px;
}

/* 3. Main Description (The Body Text) */
.leidit-card-description {
    color: #333333;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 2px !important;
}

/* 4. The Metrics List (The Bottom Section) */
.leidit-metrics-list .elementor-icon-list-text {
    font-size: 18px !important; 
    line-height: 1.5;
    color: #002B3D;
    font-family: 'Poppins', sans-serif;
}

/* 5. The Bold Labels (Success Metrics / Outcome) */
.leidit-metric-label {
    font-weight: 700;
    margin-right: 5px;
}




/* BASE BREADCRUMB (shared styles) */
.leidit-breadcrumb {
  font-size: 13px;
  letter-spacing: 0.2px;
  display: flex;
  align-items: center;
  gap: 6px;
}

/* LINKS */
.leidit-breadcrumb a {
  text-decoration: none;
  position: relative;
  transition: color 0.2s ease;
}

/* UNDERLINE HOVER ANIMATION */
.leidit-breadcrumb a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 0%;
  height: 1px;
  background: #43BD90;
  transition: width 0.2s ease;
}

.leidit-breadcrumb a:hover::after {
  width: 100%;
}

/* SEPARATOR */
.leidit-breadcrumb .separator {
  font-size: 12px;
}

/* ------------------ */
/* 🌞 LIGHT VERSION */
/* ------------------ */

.leidit-breadcrumb.light a {
  color: #6B7C85;
}

.leidit-breadcrumb.light a:hover {
  color: #4A5B65;
}

.leidit-breadcrumb.light .current {
  color: #004053;
  font-weight: 500;
}

.leidit-breadcrumb.light .separator {
  color: #B8C4CC;
}

/* ------------------ */
/* 🌙 DARK VERSION */
/* ------------------ */

.leidit-breadcrumb.dark a {
  color: rgba(255, 255, 255, 0.7);
}

.leidit-breadcrumb.dark a:hover {
  color: #FFFFFF;
}

.leidit-breadcrumb.dark .current {
  color: #FFFFFF;
  font-weight: 500;
}

.leidit-breadcrumb.dark .separator {
  color: rgba(255, 255, 255, 0.4);
}/* End custom CSS */