@font-face {
    font-family: 'SF Pro Display';
    font-style: normal;
    font-weight: 400;
    //src: local('SF Pro Display'), url(/fonts/uni-sans-book.ttf) format('truetype');
}
/* constants */

html, body {
    scroll-behavior: smooth;
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-family: 'SF Pro Display', sans-serif;
    color: #7C7C7C;
    letter-spacing: -1%;
}

body {
    background: #F5F5F5;
}

.color-secondary {
    color: #01AAE2 !important;
}

.color-green {
    color: #009640 !important;
}

.color-green-accent {
    color: #33FF00 !important;
}

.bg-secondary {
    background: #01AAE2 !important;
}

.bg-primary, .btn-primary {
    background: #00459D !important;
}

.btn-primary {
    border-color: #00459D !important;
}

.color-primary {
    color: #08539B !important;
}

.border-primary {
    border-color: #00459D !important;
}

.border-primary:hover {
    background-color: #00459D !important;
    color: #fff !important;
}

.text-primary {
    color: #034FA4 !important;
}

.border-secondary {
    border-color: #009640 !important;
}

.rounded {
    border-radius: 20px !important;
}

.rounded-sm {
    border-radius: 6px !important;
}

.line-height-1 {
    line-height: 1.2em;
}

.line-height-content {
    line-height: 2em;
}

.text-justify {
    text-align: justify;
}

.color-secondary {
    color: rgba(255,255,255,0.9) !important;
}

.btn-secondary {
    background: #00C4DA !important;
    border-color: #00C4DA !important;
}

.bg-blue-light {
    background-color: #00C3D9 !important;
}

/* header */

#pre-top {
    background: #034FA4;
    color: #fff;
}

#pre-top a, #pre-top a i {
    color: #fff;
}

#logo {
    background-image: url(/site/img-top.jpg);
    background-size: cover;
}


#top a.nav-link {
    font-size: 15px;
    font-weight: 700;
    color: #7C7C7C;
    margin: 0 5px;
    text-transform: uppercase;
    padding: 20px 1.5rem;
}

.nav-link.active{
    color: #fff !important;
    background-color: #FFBB00;
}

#page-content ul {
    list-style-position: inside;
}

#top.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
}

/* slick */ 

#banner-principal-container {
    position: relative;
    justify-content: center;
    align-items: center;
    color: #fff;
    text-align: center;
    margin-top: 0;
    transition: all 0.1s ease-in-out;
}
#banner-principal-container .slick-dots {position:relative; bottom: 70px;}
#banner-principal-container .slick-dots li {
    width: auto !important;
    display: inline-block;
    height: 10px;
    margin: 0 5px;
}
#banner-principal-container .slick-dots li button {
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background: #fff;
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
    border: 0 none;
    position: relative;
    overflow: hidden;
    text-indent: -9999px;

    transition: all 0.25s ease-in-out;
}
#banner-principal-container .slick-dots .slick-active button {background: #00C8FF; width: 35px;}
/* #banner-principal-container .slick-next.slick-arrow::before {
    font-size: 50px;
    color: #9BDA5D !important;
    opacity: 1;
} */
#banner-principal.slick-dotted.slick-slider {margin-bottom: 0 !important;}
#banner-principal .slick-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 100%;
}
#banner-principal {
    width: 100%;
    height: 100%;
}

/* slick-prev */
#banner-principal .slick-prev, #banner-principal .slick-next {
    position: absolute;
    top: 50%;
    /* left: 0; */
    transform: translateY(-50%);
    z-index: 999;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    color: #000;
    font-size: 20px;
    border: 0 none;
    cursor: pointer;
    transition: all 0.1s ease-in-out;
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
    border-radius: 50%;
}

#banner-principal .slick-prev {
    left: 50px !important;
}
#banner-principal .slick-next {
    right: 50px !important;
}


.text-linear-dark{
    background-image: linear-gradient(90deg, rgba(3,71,149,1) 0%, rgba(79,161,255,1) 100%);
    color: transparent;
    background-clip: text;
    display: inline-block;
}

.text-linear-light {
    background-image: linear-gradient(90deg, rgb(0, 206, 229) 0%, rgb(188, 248, 255) 100%);
    color: transparent;
    background-clip: text;
    display: inline-block;
}

#como_funciona #como_funciona_content {
    background-image: url(/site/img-123871324676724.png);
    background-size: cover;
    position: relative;
    border-radius: 20px;
}

#como_funciona #como_funciona_content::after {
    background: linear-gradient(90deg, rgb(238, 238, 238) 0%, rgba(79,161,255,0) 50%);
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: -1;
    border-radius: 10px;
}

#como_funciona #como_funciona_content .card::after {
    content: '';
    position: absolute;
    width: 68px;
    height: 100%;
    top: 15px;
    right: 40px;
    background: linear-gradient(90deg, #FFDB78 0%, #FFBB00 100%);
    border-radius: 6px;
    height: 6px;
}

#como_funciona_content .card-title {
    position: relative;
}

#como_funciona_content .card-title::after {
    content: '';
    position: absolute;
    width: 31px;
    height: 100%;
    top: 22px;
    left: 0;
    background: #02B9BD;
    border-radius: 5px;
    height: 5px;
}

#publico-alvo {
    background-image: url(/site/bg-publico-alvo.jpg);
    background-size: cover;
    position: relative;
}

.title-detail::after {
    content: '';
    position: absolute;
    width: 110px;
    height: 14px;
    top: 22px;
    right: 0;
    background: linear-gradient(90deg, #FFDB78 0%, #FFBB00 100%);
    border-radius: 14px;
}

#publico-alvo .bg-custom {
    background: url(/site/bg-button.png) no-repeat center center;
    padding: 10px 20px;
    border-radius: 20px;
    font-size: 18px;
}

#call-to-action {
    background: #fff url(/site/bg-call-to-action.jpg) no-repeat left center;
    position: relative;
    border-radius: 20px;
}

#call-to-action h2 {
    position: relative;
    display: inline-block;
    margin-bottom: 40px;
}

#call-to-action h2::after {
    content: '';
    position: absolute;
    width: 63px;
    height: 14px;
    top: 50px;
    left: 0;
    background: linear-gradient(90deg, #00C8FF 0%, #034FA4 100%);
    border-radius: 14px;
}

#detail-call-to-action {

    animation: up-and-down 1s infinite;
}


#inscricao {
    background: #fff url(/site/bg-inscricao.jpg) repeat-y;
    background-size: cover;
    position: relative;
}

#inscricao input[type="text"], #inscricao input[type="email"], #inscricao input[type="tel"], #inscricao input[type="number"], #inscricao input[type="date"], #inscricao select {
    background-color: #F5F5F5;
    border: 1px solid #034FA4;
    border-radius: 14px;
    padding: 10px 20px;
    margin-bottom: 20px;
}

#inscricao p label {
    font-size: 18px;
    color: #fff;
}

#inscricao .form-check-input {
    position: relative;
   
}

#footer .bg-primary {
    background: #244182;
}

#ultimas_noticias .card, #editais .card {
    border-radius: 15px !important;
    border: 0 none !important;
}

#footer.bg-gray {
    background: linear-gradient(90deg, #ffffff 0%,  #D9D9D9 100%);
}

.navbar-toggler {
    margin: 10px;
}
.navbar-toggler-icon {

    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}

#banner-interno-container {
    background: url(/site/placeholders/bg-content.jpg) no-repeat center center;
    background-size: cover;
    min-height: 345px;
    margin-bottom: -80px;
}

#banner-interno-container h1 {
    position: relative;
    bottom: 40px;
}

#page-content {
    min-height: 250px;
    margin-bottom: 80px;
}

#qr-code {
    background: url(/site/bg-qr-code.jpg) no-repeat center center;
    background-size: cover;
}

/* header */

.btn-accessibility {
    background: transparent;
    border: none;
}

#pre-top.sticky {
    width: 100% !important;
    background: #034FA4;
    color: #fff;
    position: fixed;
    top: 0;
    z-index: 9999;
}
#top.sticky{
    top: 42px;
}

/**/

/* animation up and down */
@keyframes up-and-down {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
    100% {
        transform: translateY(0);
    }
}

/*ultimas noticias*/
#ultimas-noticias .card{
    border-radius: 10px;
}
#ultimas-noticias .card img {
    border-radius: 10px 10px 0 0;
}

.rounded-1 {
    border-radius: 12px !important;
}
.rounded-lg {
    border-radius: 20px !important;
}

.pagination .page-link {
    color: #034FA4 !important;
}

.pagination .page-item.active .page-link {
    background: #034FA4 !important;
    border-color: #034FA4 !important;
    color: #fff !important;
}

/* contraste */

.contraste,.contraste nav,.contraste div:not(.item),.contraste li,.contraste ol,.contraste header,.contraste footer,.contraste section,.contraste main,.contraste aside,.contraste article {
    background: black!important;
    color: #fff!important;
}

.contraste h1,.contraste h2,.contraste h3,.contraste h4,.contraste h5,.contraste h6,.contraste p,.contraste label,.contraste strong,.contraste em,.contraste cite,.contraste q,.contraste i,.contraste b,.contraste u,.contraste span {
    color: #fff!important;
}

.contraste a,.contraste a span  {
    color: #ff0!important;
}

.contraste a i {
    color: black!important;
}

.contraste button,.contraste input[type=button],.contraste input[type=reset],.contraste input[type=submit] {
    background: black!important;
    color: #ff0!important;
    border: 1px solid #ff0 !important;
}

.contraste a.bg-white {
    background: #fff !important;
    color: #000!important;
}


/* mobile version */
@media (max-width: 768px) {
    #banner-principal-container .slick-dots {
        bottom: -25px;
    }
    .navbar-brand img {
        max-height: 60px;
    }

    #banner-principal .slick-prev, #banner-principal .slick-next {
        font-size: 10px;
    }
    #banner-principal .slick-prev {
        left: 0 !important;
    }
    #banner-principal .slick-next {
        right: 0 !important;
    }

    #banner-principal-container .slick-dots {
        bottom: 25px;
    }

    .navbar {
        justify-content: end;
    }


    #pre-top.sticky {
        display: none;
    }

    #top.sticky{
        top: 0;
    }

}

/* tablet version */
@media (max-width: 992px) {
    
    #banner-principal .slick-prev, #banner-principal .slick-next {
        font-size: 10px;
    }
    #banner-principal .slick-prev {
        left: 0 !important;
    }
    #banner-principal .slick-next {
        right: 0 !important;
    }


    #banner-principal-container .slick-dots {
        bottom: 25px;
    }



    #inscricao div[class*="col-"] {
        width: 100%;
    }


}

/* desktop version */
@media (min-width: 992px) {
    
}

/* xxl fix call-to-action */
@media (max-width: 1400px) {
    #call-to-action {
        background: 0 none;
    }
}

/* home page modern hero */
.site-home-hero {
    --hero-gradient-1: #0f3d83;
    --hero-gradient-2: #0ea5a6;
    --hero-gradient-3: #f2c14e;
    --hero-text-primary: #f7fbff;
    --hero-text-secondary: #deebff;
    --hero-surface: rgba(255, 255, 255, 0.65);
    --hero-surface-strong: #ffffff;
    --hero-shadow: 0 22px 55px rgba(8, 24, 58, 0.22);

    position: relative;
    overflow: hidden;
    background:
        linear-gradient(122deg, var(--hero-gradient-1) 0%, var(--hero-gradient-2) 55%, #0b7b8f 100%);
    min-height: 75vh;
}

.site-home-hero[data-home-theme="v2"] {
    --hero-gradient-1: #034fa4;
    --hero-gradient-2: #69a8e4;
    --hero-gradient-3: #f7fbff;
    --hero-text-primary: #f6fbff;
    --hero-text-secondary: #eaf3ff;
    --hero-surface: rgba(255, 255, 255, 0.75);
    --hero-surface-strong: #ffffff;
    --hero-shadow: 0 20px 45px rgba(5, 54, 112, 0.18);

    background:
        linear-gradient(145deg, #2f86d9 2%, #8bc3f6 58%, #ffffff 100%);
}

.site-home-content {
    position: relative;
    z-index: 2;
}

.site-home-bg-shape {
    display: none;
    position: absolute;
    border-radius: 999px;
    filter: blur(2px);
    opacity: 0.75;
    pointer-events: none;
}

.site-home-heading h1 {
    color: var(--hero-text-primary);
    font-weight: 800;
    letter-spacing: -0.02em;
    text-wrap: balance;
}

.site-home-heading p {
    color: var(--hero-text-secondary);
    max-width: 780px;
    margin: 0 auto;
    font-size: 1.1rem;
}

.site-home-hero .search-container {
    max-width: 800px;
    margin-right: auto;
    margin-left: auto;
}

.site-home-hero .search-pill {
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.75);
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.95), rgba(245, 250, 255, 0.9));
    box-shadow: var(--hero-shadow);
    padding: 6px;
    min-height: 62px;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.site-home-hero .search-pill:focus-within {
    transform: translateY(-3px);
    box-shadow: 0 20px 36px rgba(5, 22, 54, 0.24);
    border-color: rgba(3, 79, 164, 0.28);
}

.site-home-hero .search-pill .input-group-text,
.site-home-hero .search-pill input {
    background: transparent;
}

.site-home-hero .search-pill .input-group-text i {
    color: #0f4b97;
}

.site-home-hero .search-pill .search-icon-wrap {
    font-size: 1.05rem;
    min-width: 50px;
}

.site-home-hero .search-pill input {
    color: #1d2b4f;
    font-weight: 600;
    font-size: 0.98rem;
}

.site-home-hero .search-pill input::placeholder {
    color: #7483a3;
}

.site-home-hero .search-pill input.search-no-match {
    color: #b42318;
}

.site-home-hero .search-pill .btn-search {
    border-radius: 999px;
    background: linear-gradient(140deg, #034fa4 0%, #1f67ba 100%);
    color: #ffffff;
    font-weight: 700;
    min-height: 48px;
    min-width: 112px;
    transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

.site-home-hero .search-pill .btn-search:hover,
.site-home-hero .search-pill .btn-search:focus {
    color: #ffffff;
    transform: translateY(-1px);
    filter: brightness(1.04);
    box-shadow: 0 8px 18px rgba(3, 79, 164, 0.3);
}

.site-home-hero .search-hint {
    color: rgba(237, 245, 255, 0.96);
    font-size: 0.86rem;
    text-align: center;
}

.site-home-hero .categories-shell {
    background: var(--hero-surface);
    border-radius: 28px;
    padding: 0.45rem;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 0 22px 44px rgba(8, 46, 94, 0.2);
    overflow: hidden;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.site-home-hero .categories-section {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.site-home-hero .categories-shell .card-body {
    padding: 1.35rem 0 1.5rem;
    min-height: 320px;
    overflow: visible;
}

.site-home-hero .owl-carousel,
.site-home-hero .owl-carousel .owl-stage-outer,
.site-home-hero .owl-carousel .owl-stage {
    overflow: visible;
}

.site-home-hero .owl-carousel {
    perspective: 1100px;
    cursor: grab;
    width: calc(100% + 120px);
    margin-left: -60px;
    box-sizing: border-box;
    padding-left: 60px;
    padding-right: 60px;
}

.site-home-hero .owl-carousel.is-dragging {
    cursor: grabbing;
}

.site-home-hero .owl-carousel .owl-stage-outer {
    padding-top: 14px;
    padding-bottom: 26px;
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
}

.site-home-hero .owl-carousel .owl-item {
    padding-top: 10px;
}

.site-home-hero .owl-carousel .owl-item .service-card {
    transform-style: preserve-3d;
    transform-origin: center center;
    transition: transform 0.40s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.40s ease, filter 0.40s ease;
    opacity: 0.6;
    filter: saturate(0.85);
    will-change: transform, opacity;
}

.site-home-hero .owl-carousel .owl-item.is-center .service-card {
    transform: scale(1.08);
    opacity: 1;
    filter: saturate(1);
    z-index: 8;
}

.site-home-hero .owl-carousel .owl-item.is-near.is-left .service-card {
    transform: scale(0.92);
    opacity: 0.8;
}

.site-home-hero .owl-carousel .owl-item.is-near.is-right .service-card {
    transform: scale(0.92);
    opacity: 0.8;
}

.site-home-hero .owl-carousel .owl-item.is-far.is-left .service-card {
    transform: scale(0.78);
    opacity: 0.35;
    visibility: visible;
    pointer-events: none;
}

.site-home-hero .owl-carousel.is-dragging .owl-item .service-card {
    transition: none;
}

.site-home-hero .owl-carousel .owl-item.is-far.is-right .service-card {
    transform: scale(0.78);
    opacity: 0.35;
    visibility: visible;
    pointer-events: none;
}

.site-home-hero .categories-shell .card-header {
    background: rgba(255, 255, 255, 0.35);
    border-bottom: 1px solid rgba(17, 50, 98, 0.08);
    padding-top: 1.35rem !important;
    padding-bottom: 1.35rem !important;
}

.site-home-hero .categories-shell .card-header h2 {
    color: #0e3d7a;
}

.site-home-hero .categories-actions .categories-arrow {
    width: 40px;
    height: 40px;
    border-radius: 999px;
    border: 1px solid rgba(8, 73, 145, 0.2);
    background: linear-gradient(150deg, #ffffff 0%, #edf2f7 100%);
    color: #0f4b97;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 18px rgba(7, 56, 111, 0.14);
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.site-home-hero .categories-actions .categories-arrow:hover,
.site-home-hero .categories-actions .categories-arrow:focus {
    color: #ffffff;
    background: linear-gradient(150deg, #0f5db7 0%, #2f79cf 100%);
    transform: translateY(-1px);
    box-shadow: 0 12px 22px rgba(5, 63, 129, 0.24);
}

.site-home-hero .service-card .card {
    border-radius: 20px;
    background: linear-gradient(180deg, #f4f6f8 0%, #eceff3 100%);
    box-shadow: 0 8px 20px rgba(7, 27, 64, 0.1);
    min-height: 230px;
    transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.site-home-hero[data-home-theme="v2"] .service-card .card {
    border: 1px solid rgba(96, 123, 154, 0.2);
}

.site-home-hero .service-card:hover .card,
.site-home-hero .service-card:focus-within .card {
    transform: none;
    box-shadow: 0 16px 28px rgba(4, 21, 53, 0.17);
}

.site-home-hero .service-card.search-focused .card {
    border-color: rgba(15, 93, 183, 0.45) !important;
    box-shadow: 0 0 0 3px rgba(15, 93, 183, 0.2), 0 20px 36px rgba(5, 63, 129, 0.24);
    animation: search-focus-pulse 0.9s ease;
}

.site-home-hero .service-icon {
    width: 64px;
    height: 64px;
    margin: 0 auto;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0f4d97;
    font-size: 1.6rem;
    background: linear-gradient(145deg, rgba(3, 79, 164, 0.16), rgba(98, 160, 224, 0.2));
}

.site-home-hero .card-title {
    color: #1f2f50;
    font-weight: 700;
    font-size: 1rem;
}

.site-home-hero .service-cta {
    color: #0a7f8b;
    font-weight: 700;
    font-size: 0.84rem;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}

.site-home-hero[data-home-theme="v2"] .service-cta {
    color: #0d6d7f;
}

.site-home-hero .owl-theme .owl-nav {
    margin-top: 26px;
}

.site-home-hero .owl-theme .owl-nav [class*="owl-"] {
    width: 46px;
    height: 46px;
    border-radius: 999px;
    border: 1px solid rgba(7, 67, 138, 0.18);
    background: #ffffff;
    color: #0f4b97;
    box-shadow: 0 8px 20px rgba(7, 56, 111, 0.16);
    transition: all 0.25s ease;
}

.site-home-hero .owl-theme .owl-nav [class*="owl-"] span {
    font-size: 1.1rem;
    line-height: 1;
}

.site-home-hero .owl-theme .owl-nav [class*="owl-"]:hover {
    background: #0f5db7;
    color: #ffffff;
    box-shadow: 0 12px 22px rgba(5, 63, 129, 0.24);
}

.site-home-hero .owl-theme .owl-dots .owl-dot span {
    background: rgba(15, 75, 151, 0.3);
}

.site-home-hero .owl-theme .owl-dots .owl-dot.active span,
.site-home-hero .owl-theme .owl-dots .owl-dot:hover span {
    background: #0f4b97;
}

.reveal-on-scroll {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.6s ease, transform 0.6s ease;
    transition-delay: var(--reveal-delay, 0ms);
}

.reveal-on-scroll.is-visible {
    opacity: 1;
    transform: none;
}

@keyframes float-hero-shape {
    0%, 100% {
        transform: translate3d(0, 0, 0);
    }
    50% {
        transform: translate3d(0, -14px, 0);
    }
}

@keyframes search-focus-pulse {
    0% {
        transform: scale(0.98);
    }
    60% {
        transform: scale(1.02);
    }
    100% {
        transform: scale(1);
    }
}

@media (max-width: 992px) {
    .site-home-hero {
        min-height: auto;
        padding-top: 2.5rem !important;
        padding-bottom: 2.5rem !important;
    }

    .site-home-heading h1 {
        font-size: 1.95rem;
    }

    .site-home-heading p {
        font-size: 1rem;
    }

    .site-home-hero .search-pill {
        min-height: 56px;
    }

    .site-home-hero .search-pill .btn-search {
        min-width: 98px;
        min-height: 44px;
        font-size: 0.88rem;
    }

    .site-home-hero .service-card .card {
        min-height: 210px;
    }

    .site-home-hero .categories-shell .card-body {
        min-height: 300px;
        padding: 1.1rem 0.9rem 1.2rem;
    }

    .site-home-hero .owl-theme .owl-nav [class*="owl-"] {
        width: 46px;
        height: 46px;
    }

    .site-home-hero .categories-actions .categories-arrow {
        width: 36px;
        height: 36px;
    }

    .site-home-bg-shape.shape-left {
        width: 280px;
        height: 280px;
        left: -140px;
    }

    .site-home-bg-shape.shape-right {
        width: 300px;
        height: 300px;
        right: -160px;
    }
}

@media (max-width: 576px) {
    .site-home-hero .search-pill {
        min-height: 56px;
        padding: 4px;
    }

    .site-home-hero .search-pill .btn-search {
        min-width: 88px;
        padding-left: 0.85rem !important;
        padding-right: 0.85rem !important;
    }

    .site-home-hero .search-pill input {
        font-size: 0.9rem;
    }

    .site-home-hero .search-hint {
        font-size: 0.8rem;
    }

    .site-home-hero .owl-theme .owl-nav [class*="owl-"] {
        width: 42px;
        height: 42px;
    }

    .site-home-hero .categories-shell .card-header {
        gap: 0.75rem;
    }

    .site-home-hero .categories-actions .categories-arrow {
        width: 32px;
        height: 32px;
    }

    .site-home-hero .owl-carousel .owl-item.is-center .service-card {
        transform: scale(1.04);
    }

    .site-home-hero .owl-carousel .owl-item.is-near.is-left .service-card,
    .site-home-hero .owl-carousel .owl-item.is-near.is-right .service-card {
        transform: scale(0.92) rotateY(0deg);
    }

    .site-home-hero .owl-carousel .owl-item.is-far.is-left .service-card,
    .site-home-hero .owl-carousel .owl-item.is-far.is-right .service-card {
        transform: scale(0.86) rotateY(0deg);
        opacity: 0.24;
    }

    .site-home-hero .owl-carousel .owl-stage-outer {
        padding-left: 16px;
        padding-right: 16px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .site-home-bg-shape,
    .reveal-on-scroll,
    .site-home-hero .service-card .card,
    .site-home-hero .search-pill {
        animation: none !important;
        transition: none !important;
        transition-delay: 0ms !important;
        transform: none !important;
    }
}

/* public site navbar and footer */
.site-navbar {
    position: sticky;
    top: 0;
    z-index: 1030;
    background:
        linear-gradient(145deg, #034fa4 0%, #2f79cf 54%, #4e96df 100%);
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
    box-shadow: 0 10px 30px rgba(7, 56, 111, 0.14);
}

.site-navbar::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 4px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.12));
}

.site-navbar__inner {
    position: relative;
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
}

.site-navbar__brand {
    padding: 0.2rem 0;
}

.site-navbar__logo {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: auto;
    height: 44px;
    filter: drop-shadow(0 6px 14px rgba(7, 56, 111, 0.14));
}

.site-navbar__brand-text span {
    color: #f7fbff;
    font-size: 0.98rem;
}

.site-navbar__brand-text small {
    color: rgba(247, 251, 255, 0.86);
}

.site-navbar__actions {
    flex-wrap: wrap;
}

.site-navbar__action {
    min-height: 42px;
    padding: 0.55rem 1rem;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    box-shadow: 0 8px 20px rgba(7, 56, 111, 0.12);
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.site-navbar__action--primary {
    background: linear-gradient(150deg, rgba(255, 255, 255, 0.96), rgba(237, 242, 247, 0.96));
    color: #0f4b97;
}

.site-navbar__action--danger {
    background: rgba(255, 255, 255, 0.12);
    color: #ffffff;
}

.site-navbar__action:hover,
.site-navbar__action:focus {
    transform: translateY(-1px);
    box-shadow: 0 12px 22px rgba(7, 56, 111, 0.16);
}

.site-navbar__action--primary:hover,
.site-navbar__action--primary:focus {
    background: #ffffff;
    color: #0f4b97;
}

.site-navbar__action--danger:hover,
.site-navbar__action--danger:focus {
    background: rgba(255, 255, 255, 0.2);
    color: #ffffff;
}

.site-navbar__toggler {
    width: 44px;
    height: 44px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.14);
    border: 1px solid rgba(255, 255, 255, 0.18) !important;
    box-shadow: 0 8px 20px rgba(7, 56, 111, 0.12);
}

.site-navbar__toggler:hover,
.site-navbar__toggler:focus {
    background: rgba(255, 255, 255, 0.22);
}

.site-navbar .dropdown-menu {
    border: 1px solid rgba(7, 56, 111, 0.12);
    border-radius: 18px;
    box-shadow: 0 18px 38px rgba(7, 56, 111, 0.16);
    overflow: hidden;
}

.site-navbar .dropdown-item {
    padding-top: 0.72rem;
    padding-bottom: 0.72rem;
}

.site-navbar .dropdown-item:hover,
.site-navbar .dropdown-item:focus {
    background: rgba(3, 79, 164, 0.08);
    color: #0f4b97;
}

.site-footer {
    position: relative;
    overflow: hidden;
    background:
        linear-gradient(145deg, #034fa4 0%, #2f79cf 58%, #4e96df 100%);
    color: #f7fbff;
}

.site-footer::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 5px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.88), rgba(255, 255, 255, 0.12));
}

.site-footer__accent {
    display: none;
}

.site-footer__container {
    position: relative;
    z-index: 1;
}

.site-footer__title,
.site-footer__subtitle,
.site-footer__text,
.site-footer__links a,
.site-footer__info-list,
.site-footer__info-list li {
    color: #f7fbff;
}

.site-footer__title {
    font-weight: 800;
    letter-spacing: -0.02em;
}

.site-footer__text {
    max-width: 360px;
    opacity: 0.92;
}

.site-footer__links li + li,
.site-footer__info-list li + li {
    margin-top: 0.7rem;
}

.site-footer__links a {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    text-decoration: none;
    font-weight: 700;
    padding: 0.4rem 0.75rem;
    border-radius: 999px;
    transition: background 0.2s ease, transform 0.2s ease;
}

.site-footer__links a:hover {
    background: rgba(255, 255, 255, 0.12);
    transform: translateX(2px);
    text-decoration: none;
}

.site-footer__info-card {
    padding: 1.25rem 1.35rem;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.18);
    box-shadow: 0 14px 30px rgba(7, 56, 111, 0.14);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

.site-footer__info-list li {
    opacity: 0.95;
    display: flex;
    align-items: flex-start;
    gap: 0.4rem;
}

.site-footer__info-list li i {
    margin-top: 0.2rem;
    color: rgba(255, 255, 255, 0.95);
}

.site-footer__info-card:hover {
    transform: translateY(-2px);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    box-shadow: 0 18px 34px rgba(7, 56, 111, 0.18);
}

.site-footer__bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.16);
    color: rgba(247, 251, 255, 0.9);
    font-size: 0.92rem;
}

@media (max-width: 992px) {
    .site-navbar__brand {
        width: 100%;
        justify-content: flex-start;
    }

    .site-navbar__actions {
        gap: 0.5rem !important;
    }
}

@media (max-width: 768px) {
    .site-navbar__inner {
        padding-top: 0.65rem;
        padding-bottom: 0.65rem;
    }

    .site-navbar__brand-mark {
        width: auto;
        height: 40px;
    }

    .site-navbar__brand-text span {
        font-size: 0.95rem;
    }

    .site-navbar__action {
        min-height: 40px;
        padding: 0.5rem 0.9rem;
    }

    .site-footer {
        text-align: center;
    }

    .site-footer__info-card {
        text-align: left;
    }
}

/* services page modern theme */
.site-services-hero {
    position: relative;
    overflow: hidden;
    background:
        linear-gradient(145deg, #3b8fe0 0%, #8ac5f8 58%, #ffffff 100%);
}

.site-services-content {
    position: relative;
    z-index: 2;
}

.site-services-bg-shape {
    position: absolute;
    border-radius: 999px;
    filter: blur(2px);
    opacity: 0.75;
    pointer-events: none;
}

.site-services-bg-shape.shape-left {
    width: 320px;
    height: 320px;
    left: -130px;
    top: 120px;
    background: linear-gradient(165deg, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.08));
}

.site-services-bg-shape.shape-right {
    width: 360px;
    height: 360px;
    right: -150px;
    top: -110px;
    background: linear-gradient(165deg, rgba(3, 79, 164, 0.24), rgba(3, 79, 164, 0));
}

.site-services-heading h1,
.site-services-heading p,
.site-services-heading .site-services-eyebrow {
    color: #f7fbff;
}

.site-services-heading h1 {
    font-weight: 800;
    letter-spacing: -0.02em;
}

.site-services-heading p {
    font-size: 1.02rem;
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
}

.site-services-eyebrow {
    text-transform: uppercase;
    letter-spacing: 0.14em;
    font-size: 0.78rem;
    font-weight: 700;
    opacity: 0.9;
}

.site-services-shell {
    background: rgba(255, 255, 255, 0.92);
    border-radius: 28px;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    box-shadow: 0 22px 50px rgba(7, 52, 108, 0.18);
    overflow: hidden;
}

.site-services-shell .card-header {
    background: rgba(255, 255, 255, 0.52);
    border-bottom: 1px solid rgba(17, 50, 98, 0.08);
}

.site-services-shell .card-header h2 {
    color: #0e3d7a;
}

.site-services-subtitle {
    color: #5d6f88;
}

.site-services-back-link {
    color: #0f4b97;
    font-weight: 700;
    padding: 0.65rem 1rem;
    border-radius: 999px;
    background: linear-gradient(150deg, #ffffff 0%, #edf2f7 100%);
    box-shadow: 0 8px 18px rgba(7, 56, 111, 0.12);
}

.site-services-back-link:hover {
    color: #ffffff;
    background: linear-gradient(150deg, #0f5db7 0%, #2f79cf 100%);
}

.site-services-back-link i {
    font-size: 1.1rem;
}

.site-services-search-wrap {
    max-width: 760px;
    width: 100%;
}

.site-services-search-form {
    width: 100%;
}

.site-services-search-wrap.mx-auto {
    display: block;
}

.site-services-search-pill {
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.78);
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(245, 250, 255, 0.92));
    box-shadow: 0 18px 36px rgba(5, 22, 54, 0.16);
    padding: 5px;
    min-height: 60px;
}

.site-services-search-form .input-group {
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
}

.site-services-search-pill .services-search-icon {
    background: transparent;
    color: #0f4b97;
    min-width: 48px;
}

.site-services-search-pill input {
    background: transparent;
    color: #1d2b4f;
    font-weight: 600;
    font-size: 0.98rem;
}

.site-services-search-pill input::placeholder {
    color: #7483a3;
}

.site-services-search-pill .btn-search {
    border-radius: 999px;
    background: linear-gradient(140deg, #034fa4 0%, #1f67ba 100%);
    color: #ffffff;
    font-weight: 700;
    min-height: 46px;
    min-width: 112px;
}

.site-services-clear-btn {
    background: rgba(3, 79, 164, 0.08);
    color: #0f4b97;
    font-weight: 700;
    border-radius: 999px;
    padding: 0.6rem 1rem;
}

.site-services-clear-btn:hover {
    background: rgba(3, 79, 164, 0.14);
    color: #0f4b97;
}

.service-card--service-page .card {
    border-radius: 22px;
    background: linear-gradient(180deg, #f4f6f8 0%, #eceff3 100%);
    box-shadow: 0 10px 24px rgba(7, 27, 64, 0.11);
    transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.service-card--service-page:hover .card {
    transform: translateY(-4px);
    box-shadow: 0 16px 30px rgba(7, 27, 64, 0.16);
}

.service-page-icon {
    width: 62px;
    height: 62px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 18px;
    background: linear-gradient(145deg, rgba(3, 79, 164, 0.15), rgba(98, 160, 224, 0.18));
    color: #0f4d97;
    font-size: 1.55rem;
}

.service-card--service-page .card-title {
    color: #1f2f50;
    font-weight: 700;
}

.service-card--service-page .card-text {
    color: #617088;
}

.services-list {
    display: flex;
    flex-direction: column;
}

.service-row {
    position: relative;
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem 1.15rem;
    border-radius: 20px;
    background: linear-gradient(180deg, #f4f6f8 0%, #eceff3 100%);
    border: 1px solid rgba(96, 123, 154, 0.2);
    box-shadow: 0 10px 24px rgba(7, 27, 64, 0.09);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.service-row:hover {
    transform: translateY(-3px);
    box-shadow: 0 16px 30px rgba(7, 27, 64, 0.14);
}

.service-row-icon {
    width: 58px;
    height: 58px;
    flex: 0 0 58px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 18px;
    background: linear-gradient(145deg, rgba(3, 79, 164, 0.15), rgba(98, 160, 224, 0.18));
    color: #0f4d97;
    font-size: 1.4rem;
}

.service-row-content {
    flex: 1 1 auto;
    min-width: 0;
}

.service-row-content .card-title {
    color: #1f2f50;
    font-weight: 700;
    font-size: 1rem;
}

.service-row-content .card-text {
    color: #617088;
    font-size: 0.92rem;
}

.service-row-action {
    flex: 0 0 auto;
    position: relative;
    z-index: 2;
}

.service-row-action .services-detail-link {
    white-space: nowrap;
}

.services-detail-link {
    color: #0f4b97;
    font-weight: 700;
}

.services-empty-state {
    color: #4f6078;
}

.services-empty-icon {
    width: 68px;
    height: 68px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    background: linear-gradient(145deg, rgba(3, 79, 164, 0.14), rgba(98, 160, 224, 0.16));
    color: #0f4d97;
    font-size: 1.6rem;
}

@media (max-width: 992px) {
    .site-services-heading h1 {
        font-size: 1.9rem;
    }

    .site-services-search-pill {
        min-height: 56px;
    }

    .site-services-search-pill .btn-search {
        min-width: 96px;
        min-height: 42px;
        font-size: 0.88rem;
    }
}

@media (max-width: 576px) {
    .site-services-shell {
        border-radius: 22px;
    }

    .site-services-shell .card-header,
    .site-services-shell .card-body {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }

    .site-services-back-link {
        width: 100%;
        justify-content: center;
    }

    .site-services-search-form .input-group {
        max-width: 100%;
    }

    .service-row {
        align-items: flex-start;
        flex-direction: column;
        gap: 0.85rem;
        padding: 1rem;
    }

    .service-row-icon {
        width: 52px;
        height: 52px;
        flex-basis: 52px;
    }

    .service-row-action {
        width: 100%;
    }

    .service-row-action .services-detail-link {
        width: 100%;
        justify-content: center;
    }
}
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS (and SCSS, if configured) file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *
 * require_tree .


*/
