.elementor-kit-7{--e-global-color-primary:#16216A;--e-global-color-secondary:#54595F;--e-global-color-text:#262526;--e-global-color-accent:#D7F6FF;--e-global-color-f9bec4a:#F1F1F1;--e-global-color-1bf9150:#111111;--e-global-color-7b38020:#FFFFFF;--e-global-color-e003841:#0033A0;--e-global-color-12044ee:#0062AA;--e-global-color-e246cf4:#B5DBE7;--e-global-color-8c8250f:#EDFBFF;--e-global-color-9b41eeb:#CCCCCC;--e-global-color-a1b720d:#EEFBFF;--e-global-color-bcc8483:#DFF7FF;--e-global-color-881c2cd:#EFEFEF;--e-global-color-acc4dbb:#F5F5F5;--e-global-color-526f0e9:#012169;--e-global-color-b7b499c:#F2F7FD;--e-global-typography-primary-font-family:"Raleway";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Raleway";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Raleway";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Raleway";--e-global-typography-accent-font-weight:500;color:var( --e-global-color-text );font-family:"Raleway", Sans-serif;}.elementor-kit-7 button,.elementor-kit-7 input[type="button"],.elementor-kit-7 input[type="submit"],.elementor-kit-7 .elementor-button{background-color:#16216A;font-family:"Raleway", Sans-serif;font-weight:600;text-decoration:none;text-shadow:0px 0px 0px #000000;color:#FFFFFF;border-radius:0px 16px 16px 16px;}.elementor-kit-7 button:hover,.elementor-kit-7 button:focus,.elementor-kit-7 input[type="button"]:hover,.elementor-kit-7 input[type="button"]:focus,.elementor-kit-7 input[type="submit"]:hover,.elementor-kit-7 input[type="submit"]:focus,.elementor-kit-7 .elementor-button:hover,.elementor-kit-7 .elementor-button:focus{background-color:#0033A0;color:var( --e-global-color-7b38020 );}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-kit-7 a{color:var( --e-global-color-526f0e9 );text-decoration:none;}.elementor-kit-7 a:hover{color:var( --e-global-color-e003841 );text-decoration:underline;}.elementor-kit-7 h1{color:var( --e-global-color-primary );}.elementor-kit-7 h2{color:var( --e-global-color-primary );font-size:2rem;font-weight:700;line-height:2.2rem;}.elementor-kit-7 h3{color:var( --e-global-color-primary );font-size:1.6rem;font-weight:700;}.elementor-kit-7 h4{color:var( --e-global-color-text );font-size:1.1rem;font-weight:700;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1440px;}.e-con{--container-max-width:1440px;}.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-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-7 button,.elementor-kit-7 input[type="button"],.elementor-kit-7 input[type="submit"],.elementor-kit-7 .elementor-button{font-size:1.1rem;padding:1rem 1rem 1rem 1rem;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */a:focus {
    outline:3px var( --e-global-color-primary ) solid;
}

/* Site Header Styles */
.site-header {
    padding-bottom:0;
    padding-top:0;
}


.elementor-nav-menu a {
    text-decoration: none;
}

.site-header .elementor-nav-menu .sub-arrow {
    color: var( --e-global-color-12044ee );
    padding-left:5px;
}

.site-header .main-navigation .sub-menu {
    /* padding-top:.75rem; */
    filter: drop-shadow(0px 4px 12px rgba(0, 0, 0, 0.15));
}

.site-header .main-navigation .sub-menu {
    padding:1rem 0 2rem !important;
}

.site-header .main-navigation .sub-menu::before {
  content: "";
  position: absolute;
  
  /* Positioning the triangle on top of the menu */
  top: -10px;        /* Moves it exactly above the menu box */
  left: 80px;        /* Horizontal distance from the left edge */
  
  /* Core triangle sizing trick */
  width: 0;
  height: 0;
  
  /* Border magic: Left and Right are invisible boundaries */
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  
  /* Border bottom creates the actual upward-facing triangle */
  border-bottom: 10px solid #ffffff; /* Must match the dropdown background */
  
}

.site-header .main-navigation .sub-menu a {
    border-bottom:1px #cccccc solid !important;
    margin:0 2.9rem;
    padding:.75rem 0 !important;
}

.site-header .main-navigation .sub-menu a:active, .site-header .main-navigation .sub-menu a:focus, .site-header .main-navigation .sub-menu a:hover {
    font-weight:600 !important;
}

.site-header .main-navigation .sub-menu li:first-child a {
    border-top-right-radius: 0 !important;
    border-top-left-radius: 0 !important;
}

.site-header .main-navigation .sub-menu li:last-child a {
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.site-header .main-navigation ul ul a {
    border-left:0px !important;
}

.site-header .mobile-navigation .sub-menu a {
    font-size:.9rem !important;
    font-weight:500 !important;
}

/* End Site Header Styles */

.clear-search .search-filter-input-button {
    background-color:var(--e-global-color-12044ee);
    padding-left:1rem;
    padding-right:1rem;
}

.clear-search .search-filter-input-button:hover {
    background-color: var(--e-global-color-accent) !important;
    color: #111111 !important;
}

.elementor-button:hover {
    text-decoration:none !important;
}

.gform-theme--foundation .gform_fields {
    row-gap:1rem !important;
}

.gform_button {
    background-color: var( --e-global-color-primary ) !important;
    border-radius:0px 10px 10px 10px !important;
    font-weight: 600 !important;
    margin:0 auto !important;
}

.gform_button:hover {
    /* background-color: var( --e-global-color-accent ) !important; */
    background-color:var( --e-global-color-e003841 ) !important;
    color: #ffffff !important;
}

/* Homepage Styles */
.homepage-news h3 {
    font-size:1.35rem;
}

.homepage-news .readmore img {
    margin-left:4px;
    transition: .4s;
    width:17px;
}

.homepage-news .readmore:hover img {
    margin-left:16px;
}

/* Background bar behind Applications */
.homepage-applications::before {
    content: "";
    position: absolute;
    top: 15%;
    bottom: 0;
    margin: auto 0;
    width:100%;
    background-color: var( --e-global-color-e246cf4 );
    height: 12px; 
}

.homepage-products::before {
    content: "";
    position: absolute;
    top: -50%;
    bottom: 0;
    margin: auto 0;
    width:100%;
    background-color: var( --e-global-color-e246cf4 );
    height: 12px; 
}


.homepage-products .e-n-accordion-item {
    background-color: var( --e-global-color-accent );
    border-style: solid;
    border-color: var( --e-global-color-accent );
    border-radius: 12px;
}

/* .homepage-form::before {
    content: "";
    position: absolute;
    bottom: -40%;
    margin: auto 0;
    width:100%;
    background-color: var( --e-global-color-e246cf4 );
    height: 24px; 
} */
/* End Homepage Styles */

.page-content .ug-slider-wrapper .ug-textpanel {
    display:none !important;
}


.page-content .micorfd-slider .ug-slider-wrapper .ug-textpanel {
    display:block !important;
}

.page-content h1 sup {
    font-size:1.5rem;
    font-weight:600;
}

.page-content input[type='button'] {
    border:0px;
}

.page-content ul + h4 {
    margin-top:1rem;
}

.page-content ul + p {
    margin-top:1rem;
}

.page-content table {
    margin-bottom:0;
    width:100%;
}

.page-content table thead h4 {
    margin:0;
    padding:0;
}

.page-content table thead tr {
    background-color: #EEFBFF;
    text-align:left;
}

.page-content .link-arrows a::after {
    content:url('/wp-content/uploads/2025/11/Footer-Link-Arrow.webp') !important;
    display: inline-block;
    margin-left: 4px;
    opacity: 1 !important;
    position: relative;
    transition:.3s;
}

.page-content .link-arrows a:hover::after {
    margin-left: 16px;
}

.page-content .product-benefits h3 {
    align-items: center;
    display:flex;
}

.page-content .product-benefits h3::before {
    border:5px #cccccc solid;
    border-radius:6rem;
    content:"";
    display:inline-block;
    height:32px;
    margin:0 .5rem 0 0;
    width:32px;
}


/* Products Catalog 
1. Target the parent terms container and drop font size to 0 to vanish the raw text commas */
.products .elementor-post-info__terms-list {
    font-size: 0px !important;
}

/* 2. Target the individual term spans directly and restore their readable text size */
.products .elementor-post-info__terms-list .elementor-post-info__terms-list-item {
    font-size: 1rem !important; /* Change this to match your desired text size */
}

/* 3. Add clean space between the items since the commas are now gone */
.products .elementor-post-info__terms-list .elementor-post-info__terms-list-item:not(:last-child) {
    margin-right: 8px; /* Adjust spacing between terms as needed */
    display: inline-block;
}

.products .elementor-post-info__terms-list-item {
    background-color: var( --e-global-color-b7b499c );
    border-radius:.5rem;
    margin-bottom:.25rem;
    padding:.25rem 1rem;
}

.page-content .recommendations a {
    text-decoration:none;
}

.page-content .recommendations a p {
    color:#000000 !important;
}

.page-content .recommendations img {
    height:auto;
    max-width:125px;
}


.page-content .recommendations .elementor-widget-image {
    align-content: center;
}


#content .page-header h1.entry-title {
    text-align: left;
}

/* Lyobrary Styles */
.lyobrary-keyword-search {
    align-items: center;
}

.lyobrary-search-column .search-filter-field--width-75 .search-filter-field__input {
    width:100%;
}

.lyobrary-search-column legend {
    color:var( --e-global-color-primary );
    font-weight:600;
}

.lyobrary-result p {
    margin-bottom:0;
}

.single-library-post {
    max-width:1100px;
}

.tech-comp-chart .fl-icon {
  display: inline-flex;
}

.tech-comp-chart .fl-icon-wrap {
  width: 100% !important;
  text-align: center !important;
}

.tech-comp-chart i.fa-x {
  color: #939393;
}

.tech-comp-chart .table-heading-1, .tech-comp-chart .table-heading-2 {
    text-align:center;
}

.tech-comp-chart i.fa-check {
  color: #2A9D9F;
}

/* Footer Styles */

.site-footer h3 {
    font-size:1.4rem;
    font-weight:800;
}

.site-footer p {
    font-size:.8rem;
}

.site-footer .footer-site-links a {
    font-size:.8rem;
}

.site-footer .footer-site-links a::after {
    /* content:url('/wp-content/uploads/2025/11/Footer-Link-Arrow.webp') !important;
    display: inline-block;
    margin-left: 4px;
    opacity: 1 !important;
    position: relative;
    transition: all .3s; */
}

.site-footer .footer-site-links a:hover::after {
    /* margin-left: 16px; */
}

/* Mobile Only Styles */
@media only screen and (max-width: 767px) {
    #content .page-header h1.entry-title {
        text-align: center;
    }
    
    .page-content table th, .page-content table td {
        padding:.25rem;
    }
    
    .site-footer {
        background-image:none!important;
    }
    
    .site-footer .footer-site-links a {
		justify-content: center !important;
	}
}

/* Tablet Styles */
@media only screen and (max-width: 1024px) {
    #content .page-header h1.entry-title {
        text-align: center;
    }
}

/* Desktop Styles */
@media only screen and (min-width: 1025px) {
    
    .site-header .sub-menu {
        margin-left:-55px !important;
    }
    
    .site-header .sub-menu .sub-menu {
        margin-left:275px !important;
        margin-top:-30px !important;
    }

.homepage-applications .swiper {
    align-content: center;
    align-items:center;
    display: flex;
}

.homepage-applications .swiper .swiper-wrapper {
    align-items: center;
}

/* For browsers that don't support margin: auto 0 for absolute positioned elements */
.container::before {
    top: 50%;
    transform: translate(-50%, -50%); /* Center both horizontally and vertically */
    height: 100%;
}


/* Make the center carousel item larger */
.homepage-applications  .swiper-slide-prev,
.homepage-applications  .swiper-slide,
.homepage-applications  .swiper-slide-next {
    transform: scale(0.75);
    transition: transform 0.3s ease-in-out;
}

.homepage-applications  .swiper-slide-prev .homepage-application-title,
.homepage-applications  .swiper-slide .homepage-application-title,
.homepage-applications  .swiper-slide-next .homepage-application-title {
    display:none;
    transition: transform 0.3s ease-in-out;
}

.homepage-applications  .swiper-slide-next + .swiper-slide {
    transform: scale(1);
    transition: transform 0.3s ease-in-out;
} 

.homepage-applications  .swiper-slide-next + .swiper-slide .homepage-application-title {
    display:block;
    transition: transform 0.3s ease-in-out;
    width:100%;
}
}/* End custom CSS */