/* /Components/Breadcrumb.razor.rz.scp.css */
.main-title[b-k1krbub7j3] {
    margin: 0;
    font-size: 16px;
    position: relative;
    z-index: 2;
    min-height: 36px;
    line-height: 2.3em;
    top: 0;
    font-weight: 400;
    
}

.breadcrumb-item a[b-k1krbub7j3] {
    text-decoration: none;
}
/* /Components/CarouselGallery.razor.rz.scp.css */
/* /Components/ContactForm.razor.rz.scp.css */
.form-group[b-5g13efwv1u] {
   padding-top: 20px;
}
.message-box[b-5g13efwv1u] {
    resize: vertical;
    min-height: 140px;
}
/* /Components/FullDivider.razor.rz.scp.css */
.divider[b-pdsv79tfya] {
    align-items: center;
    margin-top: 40px;
    margin-bottom: 40px;
    display: flex;
    justify-content: center;
}

.circle[b-pdsv79tfya] {
    width: 10px;
    height: 10px;
    background-color: white;
    border-radius: 50%;
    border: solid 2px lightgrey;
}

.line[b-pdsv79tfya] {
    width: 150px;
    height: 1px;
    background-color: lightgray;
    margin-left: 0;
}

/* /Components/Gallery.razor.rz.scp.css */

.gallery[b-egi55rs3qp] {
    text-align: center;
    padding: 0;
}

.main-image[b-egi55rs3qp] {
    width: 100%;
    object-fit: contain;
    margin-bottom: 1%;
    transition: opacity 0.5s linear;
    opacity: 1;
}

.col[b-egi55rs3qp], col-12[b-egi55rs3qp] {
    padding: 0;
    margin: 0;
}


.thumbnail[b-egi55rs3qp] {
    cursor: pointer;
    transition: transform 0.2s;
}

    .thumbnail:hover[b-egi55rs3qp] {
        transform: scale(0.9);
    }


.red[b-egi55rs3qp] {
    padding: 100px;
}
/* /Components/GroupButton.razor.rz.scp.css */
.custom-btn-group[b-p3b8hpoxce] {
    white-space: nowrap;
    overflow: hidden;
    margin-top: 1rem; 
    text-align: center; 
}

/* /Components/LeftDivider.razor.rz.scp.css */
.divider[b-tn8m6ttfeg] {
    align-items: center;
    margin-top: 40px;
    margin-bottom: 40px;
    display: flex;
    justify-content: left;
}

.circle[b-tn8m6ttfeg] {
    width: 10px;
    height: 10px;
    background-color: white;
    border-radius: 50%;
    border: solid 2px lightgrey;
}

.line[b-tn8m6ttfeg] {
    width: 150px;
    height: 1px;
    background-color: lightgray;
    margin-left: 0;
}
/* /Components/MainCarousel.razor.rz.scp.css */


.carousel-caption[b-12zdn6napu] {
    opacity: 0;
    transition: opacity 0.1s ease-out;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) translateX(-15%);
    text-align: center;
    width: 100%;
    color: #11374C;
    padding-left: 5em;
    padding-right: 5em;
    transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
}



.carousel-indicators [data-bs-target][b-12zdn6napu] {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #11374C;
}

.carousel-caption p[b-12zdn6napu] {
    font-size: 3vw;
    font-weight:700
}

#carousel-text-1[b-12zdn6napu] {
    transform: translateY(-50%) translateX(-0%);
}

#carousel-text-4[b-12zdn6napu] {
    transform: translateY(-30%) translateX(-15%) ;
}

@media (max-width: 768px) {
    .carousel-caption[b-12zdn6napu] {
        display: block !important;
    }
}



@media (min-width: 1200px) {
    #mainCarousel[b-12zdn6napu] {
        height: 500px; /* Smaller height for larger screens */
    }

        #mainCarousel .carousel-item img[b-12zdn6napu] {
            height: 500px;
            object-fit: cover;
        }
        .carousel-caption p[b-12zdn6napu] {
            font-size: 3rem;
        }
}


.carousel-item-next .carousel-caption[b-12zdn6napu],
.carousel-item-prev .carousel-caption[b-12zdn6napu],
.carousel-item.active .carousel-caption[b-12zdn6napu] {
    opacity: 1;
}

.carousel-item-next.carousel-item-start .carousel-caption[b-12zdn6napu],
.carousel-item-prev.carousel-item-end .carousel-caption[b-12zdn6napu],
.carousel-item.active.carousel-item-start .carousel-caption[b-12zdn6napu],
.carousel-item.active.carousel-item-end .carousel-caption[b-12zdn6napu] {
    opacity: 0;
}
/* /Components/PageTitleBar.razor.rz.scp.css */
.full-width-bar[b-irtmuiylpk] {
    width: 100%;
    height: 120px; 
    background-color: #11374C; 
    color: white; 
    display: flex;
    justify-content: center;
    align-items: center;
}

.bar-title[b-irtmuiylpk] {
    font-size: 2.5rem; 
    text-align: center;
    margin: 0; 
}
/* /Components/RightDivider.razor.rz.scp.css */
.divider[b-2e9x9vsn20] {
    display: flex;
    align-items: center;
    margin-top: 40px;
    margin-bottom: 40px;
    justify-content: right;
}

.circle[b-2e9x9vsn20] {
    width: 10px;
    height: 10px;
    background-color: white;
    border-radius: 50%;
    border: solid 2px lightgrey;
}

.line[b-2e9x9vsn20] {
    width: 150px;
    height: 1px;
    background-color: lightgray;
    margin-left: 0;
}
/* /Components/ScrollToTopButton.razor.rz.scp.css */

.scroll-to-top-button[b-74ggbrv5mc] {
    display: none;
    position: fixed;
    bottom: 35px;
    right: 20px;
    z-index: 99;
    border: none;
    outline: none;
    background-color: #C46623;
    color: white;
    cursor: pointer;
    width: 40px;
    height: 40px;
    font-size: 12px; 
    text-align: center;
    line-height: 45px; 
    border-radius: 5px; 
}

    .scroll-to-top-button:hover[b-74ggbrv5mc] {
        background-color: #11374C;
    }

    .scroll-to-top-button i[b-74ggbrv5mc] {
        font-size: 12px;
    }
/* /Components/Search.razor.rz.scp.css */

.search-box[b-zat895sps7] {
    position: absolute;
    top: 100%;
    right: 0;
    width: 300px;
    background-color: white;
    border: 1px solid #ddd;
    z-index: 9999; 
    padding: 10px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}

    .search-box input[b-zat895sps7] {
        width: 100%;
        padding: 5px;
        font-size: 16px;
        margin-bottom: 10px; /* Space between input and results */
    }

        .search-box input:focus[b-zat895sps7] {
            border-color: #C46623; 
            box-shadow: 0 0 0 0.2rem rgba(196, 102, 35, 0.25);
            outline: none;
        }

.search-results[b-zat895sps7] {
    max-height: 200px;
    overflow-y: auto;
}

.list-group-item[b-zat895sps7] {
    border-bottom: 1px solid #ddd;
}

    .list-group-item:hover[b-zat895sps7] {
        background-color: #f2f2f2;
        cursor: pointer;
    }


.search-item[b-zat895sps7] {
    border-bottom: 1px solid #ddd;
    font-size: 0.75rem;
    padding: 10px 12px;
    transition: background-color 0.2s ease;
}

    .search-item:hover[b-zat895sps7] {
        background-color: #f2f2f2;
        cursor: pointer;
    }

.search-link[b-zat895sps7] {
    text-decoration: none;
    color: #11374C; 
    font-weight: 500;
    display: block; 
}

.search-item:hover .search-link[b-zat895sps7] {
    color: #C46623; 
}


.view-all-btn[b-zat895sps7] {
    width: 100%;
    padding: 10px;
    font-weight: bold;
}

.search-results[b-zat895sps7] {
    max-height: 400px;
    overflow-y: auto;
    border: 1px solid #ddd;
    border-radius: 5px;
    background: white;
}
/* /Components/SectionDivider.razor.rz.scp.css */

.section-divider[b-7kutgaii01] {
    width: 100%;
    height: 1px;
    background-color: lightgray;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
   margin-top: 50px;
   margin-bottom: 50px;
}
/* /Components/ServiceCards.razor.rz.scp.css */
/* Styling for the service cards */
.service-card[b-hu03xqpe70] {
    display: block;
    background-color: #ffffff;
    border: 1px solid #dee2e6;
    border-radius: 10px;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    text-decoration: none;
    color: inherit;
    height: 100%; /* Ensures cards are equal height */
}

    .service-card img[b-hu03xqpe70] {
        width: 100%;
        height: 200px;
        object-fit: cover; /* Ensures the image covers the container */
    }

    .service-card h4[b-hu03xqpe70] {
        font-size: 1.2rem;
        margin: 15px 0 10px;
        color: #11374C;
        font-weight: 600;
    }

    .service-card p[b-hu03xqpe70] {
        font-size: 0.95rem;
        color: #6c757d;
        margin-bottom: 15px;
    }

    /* Hover effect */
    .service-card:hover[b-hu03xqpe70] {
        transform: translateY(-5px);
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    }

/* Responsive grid: adjust number of services per row */
@media (min-width: 1200px) {
    .service-col[b-hu03xqpe70] {
        flex: 0 0 25%;
    }
    /* 4 services per row on large screens */
}

@media (min-width: 992px) and (max-width: 1199px) {
    .service-col[b-hu03xqpe70] {
        flex: 0 0 33.333%;
    }
    /* 3 services per row on medium screens */
}

@media (min-width: 768px) and (max-width: 991px) {
    .service-col[b-hu03xqpe70] {
        flex: 0 0 50%;
    }
    /* 2 services per row on small screens */
}

@media (max-width: 767px) {
    .service-col[b-hu03xqpe70] {
        flex: 0 0 100%;
    }
    /* 1 service per row on mobile devices */
}

.card-body[b-hu03xqpe70] {
    padding: 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-between; /* Ensures title and description are evenly spaced */
}
/* /Components/UnorderList.razor.rz.scp.css */
/* Styling for the lists */
.list-column[b-2tehhb3qfh] {
    list-style-type: none; /* Remove default list styling */
    padding: 0;
}

    .list-column li[b-2tehhb3qfh] {
        line-height: 1.6;
        margin-bottom: 10px;
        padding-left: 20px;
        position: relative;
    }

        .list-column li[b-2tehhb3qfh]::before {
            content: "•";
            position: absolute;
            left: 0;
            color: #C46623;
            font-size: 1rem;
        }

/* Responsive adjustments */
@media (max-width: 767px) {
    .column[b-2tehhb3qfh] {
        margin-bottom: 20px;
    }
}
/* /Layout/Footer.razor.rz.scp.css */
footer[b-ghoscqs341] {
    background-color: #11374C !important;
    color: white;
}

    footer a[b-ghoscqs341] {
        color: white;
        text-decoration: none;
        font-size:13px;
    }

        footer a:hover[b-ghoscqs341] {
            color: #f8f9fa;
            text-decoration: underline;
        }

    footer h5[b-ghoscqs341] {
        margin-bottom: 1rem;
    }

    footer p[b-ghoscqs341], footer address[b-ghoscqs341] {
        font-size: 13px;
    }

.footerTitle[b-ghoscqs341] {
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 15px;
}

/* General Button Style */
.social-media-btn[b-ghoscqs341] {
    width: 50px;
    height: 50px;
    margin: 0 10px;
    color: #fff; /* White text and icon */
    font-size: 1.5rem;
    border-radius: 5px; /* Square with rounded corners */
    transition: background-color 0.3s ease;
    text-decoration: none; 
}

/* Facebook Button */
.facebook[b-ghoscqs341] {
    background-color: #1877F2; /* Facebook blue */
}

    .facebook:hover[b-ghoscqs341] {
        background-color: #145db2; /* Darker shade on hover */
        text-decoration: none;
    }

/* LinkedIn Button */
.linkedin[b-ghoscqs341] {
    background-color: #0077B5; /* LinkedIn blue */
}

    .linkedin:hover[b-ghoscqs341] {
        background-color: #005f86; /* Darker shade on hover */
        text-decoration: none;
    }

/* X (Twitter) Button */
.twitter[b-ghoscqs341] {
    background-color: #1DA1F2; /* Twitter blue */
}

    .twitter:hover[b-ghoscqs341] {
        background-color: #1a8cd8; /* Darker shade on hover */
        text-decoration: none;
    }

/* FontAwesome Icon Size */
.social-media-btn i[b-ghoscqs341] {
    font-size: 1.5rem; /* Adjust the size of the icon */
}
/* /Layout/MainLayout.razor.rz.scp.css */
/* /Layout/NavMenu.razor.rz.scp.css */
.menuIcon[b-km7mdy58yx] {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url('/Images/icons/arrow_right.png') no-repeat center center;
    background-size: contain;
    margin-right: 5px;
    
}

a.navbar-brand[b-km7mdy58yx] {
    margin-right: 0;
    padding: 0;
}

@media only screen and (min-width: 1200px) {
    .dropdown:hover .dropdown-menu[b-km7mdy58yx] {
        display: block;
        margin-top: 0;
    }
}

@media only screen and (max-width: 1199px) {
/*    .nav-link.active::after {
        width: 5% !important;
      
    }*/
    .navbar-nav .nav-link[b-km7mdy58yx]::after {
        background-color: transparent !important; /* Remove background */
        color: inherit !important; /* Remove specific color */
        text-decoration: none !important; /* Remove underline */

    }
    .navbar-nav .nav-link[b-km7mdy58yx] {
        padding: 0 !important;
    }

    .navbar .navbar-brand[b-km7mdy58yx][b-km7mdy58yx], .navbar .nav-link[b-km7mdy58yx][b-km7mdy58yx] {
        line-height: 30px !important;
    }

    .navbar .nav-link[b-km7mdy58yx][b-km7mdy58yx] {
        font-size: 15px;
    }
}

div.yamm-content[b-km7mdy58yx] {
    padding: 0;
}

a.nav-link[b-km7mdy58yx] {
    padding-bottom: 0px;
}

nav.yamm[b-km7mdy58yx] {
padding-bottom: 0px;
}


/*
    SPACING FOR THE DROPDOWN BOX
*/
/*.navbar .dropdown-menu {
    margin-top: 0px !important;
}*/



.navbar .navbar-brand[b-km7mdy58yx],
.navbar .nav-link[b-km7mdy58yx] {
    line-height: 80px;
}


.navbar .nav-link[b-km7mdy58yx] {
    color: #11374C;
    font-weight: 500 !important;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
    text-decoration: none;
    position: relative;
    padding-bottom: 0px;
    font-size: 14px;
}

/*CUSTOM UNDER NAVBAR MENU UNDERLINE*/
.navbar .custom-underline[b-km7mdy58yx]::after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #C46623;
    position: absolute;
    bottom: -2px;
    left: 0;
}

.navbar .nav-link:hover[b-km7mdy58yx]::after {
    width: 100%;
}


/*
        CUSTOM DROPDOWN BOX TOP BORDER
    */
.navbar .dropdown-menu[b-km7mdy58yx] {
    border-top: 2px solid #C46623;
}



/*FOR LONG HORIZONTAL LINE BELOW THE NAVBAR*/

.horizontal-line[b-km7mdy58yx] {
    border-top: 1px solid lightgray;
    width: 100%;
    margin: 0;
   
}
/*    .navbar-nav::after {
        content: "";
        display: block;
        width: 100%;
        height: 1px; 
        background-color: lightgray; 
        position: absolute;
        bottom: 0px; 
        left: 0;
    }*/

/*
    FOR ACTIVE PAGE UNDERLINE
*/
.nav-link.active[b-km7mdy58yx]::after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background-color: #C46623;
    margin-top: 0px;

}
.search-icon-container[b-km7mdy58yx] {
    display: flex;
    align-items: center;
    margin-right: 10px;
}

.search-icon[b-km7mdy58yx] {
    border: none;
    background: none;
    font-size: 1.5rem;
    cursor: pointer;
    color: #333;
}

/* On smaller screens, keep search button next to toggler */
@media (max-width: 1200px) {
    .search-icon-container[b-km7mdy58yx] {
        order: 1; /* Ensures it stays on the right */
    }

    .navbar-toggler[b-km7mdy58yx] {
        order: 0; /* Keeps toggler on the left */
    }
}
/* /Pages/AboutDaveStephens.razor.rz.scp.css */
/* /Pages/AboutKatmai.razor.rz.scp.css */
.logo-card[b-hxbo5ffxsf] {
    position: relative;
    width: 300px; /* Set the fixed width */
    height: 300px; /* Set the fixed height */
    overflow: hidden;
    border-radius: 15px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    margin: 0 auto; /* Centers the card */
}

    .logo-card:hover[b-hxbo5ffxsf] {
        transform: translateY(-10px);
        box-shadow: 0 12px 24px rgba(0, 0, 0, 0.2);
    }

    .logo-card img[b-hxbo5ffxsf] {
        width: 100%;
        height: 100%;
        object-fit: contain; /* Ensures the image fits within the card without distortion */
        transition: transform 0.3s ease;
    }

    .logo-card:hover img[b-hxbo5ffxsf] {
        transform: scale(1.05);
    }

.logo-text[b-hxbo5ffxsf] {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.7);
    color: white;
    padding: 10px;
    text-align: center;
    font-size: 1.1rem;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.logo-card:hover .logo-text[b-hxbo5ffxsf] {
    opacity: 1;
}

.container[b-hxbo5ffxsf] {
    margin-top: 50px;
}

a[b-hxbo5ffxsf] {
    text-decoration: none;
}



.company-card[b-hxbo5ffxsf] {
    border: 1px solid #dee2e6;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background-color: white;
}

    .company-card:hover[b-hxbo5ffxsf] {
        transform: translateY(-5px);
        box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    }

.company-name[b-hxbo5ffxsf] {
    font-size: 0.7rem;
    font-weight: 500;
    color: #343a40;
    margin-bottom: 0;
}

.container[b-hxbo5ffxsf] {
    margin-top: 50px;
}

.company-grid[b-hxbo5ffxsf] {
    margin-top: 20px;
}
/* /Pages/AboutShaneHarvey.razor.rz.scp.css */
/* /Pages/AirportFacilitiesSupport.razor.rz.scp.css */
/* /Pages/Contact.razor.rz.scp.css */
/* /Pages/Contracting.razor.rz.scp.css */
h2[b-vkvwebyzq9] {
    color: #11374C;
    border-bottom: 2px solid #C46623;
    padding-bottom: 5px;
    text-align: center;
}

.info-card[b-vkvwebyzq9] {
    background: white;
    padding: 15px;
    border-radius: 8px;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 15px;
}

    .info-card h3[b-vkvwebyzq9] {
        background: #11374C;
        color: white;
        padding: 10px;
        border-radius: 5px 5px 0 0;
        margin: -15px -15px 10px -15px;
        text-align: center;
        font-size: 1.1rem;
    }

    .info-card p[b-vkvwebyzq9] {
        margin: 0;
        
    }

/* Ensure contact section is at the top */
.col-lg-4[b-vkvwebyzq9] {
    align-self: flex-start; /* Forces it to align at the top */
}

/* Contact Section Styles */
.contact-section[b-vkvwebyzq9] {
    background: #11374C;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
    width: 100%;
    max-width: 350px; /* Ensures consistency */
    text-align: center;
}

    .contact-section h2[b-vkvwebyzq9] {
        border-bottom: 2px solid #C46623;
        padding-bottom: 5px;
        color: #C46623;
    }

.contact-info[b-vkvwebyzq9] {
    display: flex;
    flex-direction: column;
    align-items: center; /* Centers text inside the contact card */
    margin-bottom: 30px;
}

.contact-icon[b-vkvwebyzq9] {
    font-size: 24px;
    color: #C46623;
    margin-bottom: 5px;
}

/* Contact Text */
.contact-text[b-vkvwebyzq9] {
    font-size: 16px;
    line-height: 1.5;
    word-wrap: break-word;
    max-width: 100%;
    text-align: center;
}

.contact-title[b-vkvwebyzq9] {
    font-weight: bold;
    display: block;
    color: #C46623;
}

a[b-vkvwebyzq9] {
    color: #C46623;
    text-decoration: none;
    font-weight: bold;
    display: inline-block;
    margin-top: 5px;
}


.section-container[b-vkvwebyzq9] {
    background: #f8f9fa;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
}


/* Styling for the Card Layout */
.contract-card[b-vkvwebyzq9] {
    background: #f8f9fa;
    padding: 15px;
    border-radius: 8px;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 15px;
    text-align: center;
}

    .contract-card h3[b-vkvwebyzq9] {
        background: #11374C;
        color: white;
        padding: 10px;
        border-radius: 5px 5px 0 0;
        margin: -15px -15px 10px -15px;
        font-size: 1.1rem;
    }

/* Styling for the List Layout */
.contract-list[b-vkvwebyzq9] {
    background: #f8f9fa;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
    list-style: none;
    text-align: left;
}

    .contract-list li[b-vkvwebyzq9] {
        padding: 8px 0;
        font-size: 1.1rem;
    }
/* /Pages/ContructionAndRenewableEnergy.razor.rz.scp.css */
/* /Pages/Entities.razor.rz.scp.css */
.logo-card[b-k0gvn0nx7o] {
    position: relative;
    width: 300px; /* Set the fixed width */
    height: 300px; /* Set the fixed height */
    overflow: hidden;
    border-radius: 15px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    margin: 0 auto; /* Centers the card */
}

    .logo-card:hover[b-k0gvn0nx7o] {
        transform: translateY(-10px);
        box-shadow: 0 12px 24px rgba(0, 0, 0, 0.2);
    }

    .logo-card img[b-k0gvn0nx7o] {
        width: 100%;
        height: 100%;
        object-fit: contain; /* Ensures the image fits within the card without distortion */
        transition: transform 0.3s ease;
    }

    .logo-card:hover img[b-k0gvn0nx7o] {
        transform: scale(1.05);
    }

.logo-text[b-k0gvn0nx7o] {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.7);
    color: white;
    padding: 10px;
    text-align: center;
    font-size: 1.1rem;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.logo-card:hover .logo-text[b-k0gvn0nx7o] {
    opacity: 1;
}

.container[b-k0gvn0nx7o] {
    margin-top: 50px;
}

a[b-k0gvn0nx7o] {
    text-decoration: none;
}



.company-card[b-k0gvn0nx7o] {
    border: 1px solid #dee2e6;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background-color: white;
}

    .company-card:hover[b-k0gvn0nx7o] {
        transform: translateY(-5px);
        box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    }

.company-name[b-k0gvn0nx7o] {
    font-size: 0.7rem;
    font-weight: 500;
    color: #343a40;
    margin-bottom: 0;
}

.container[b-k0gvn0nx7o] {
    margin-top: 50px;
}

.company-grid[b-k0gvn0nx7o] {
    margin-top: 20px;
}
/* /Pages/EquipmentRepairAndMaintenance.razor.rz.scp.css */
/* /Pages/FacilitiesSupport.razor.rz.scp.css */
/* /Pages/FinancialServicesAndRecordsManagement.razor.rz.scp.css */
/* /Pages/FuelsManagement.razor.rz.scp.css */
/* /Pages/Gsa8aStarsIII.razor.rz.scp.css */
.contract-section[b-ut1hgnwvhn] {
    background: #f8f9fa;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
}

.contract-logo[b-ut1hgnwvhn] {
    max-width: 150px;
    margin-bottom: 15px;
}

.contact-informarion-header[b-ut1hgnwvhn] {
    color: #C46623;
}

h2[b-ut1hgnwvhn] {
    color: #11374C;
    border-bottom: 2px solid #C46623;
    padding-bottom: 5px;
}


h3[b-ut1hgnwvhn] {
    margin-top: 15px;
    color: #11374C;
}

ul[b-ut1hgnwvhn] {
    padding-left: 20px;
}

    ul li[b-ut1hgnwvhn] {
        margin-bottom: 5px;
    }

/* Contact Section Styles */
.contact-section[b-ut1hgnwvhn] {
    background: #11374C;
    
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
}

    .contact-section h2[b-ut1hgnwvhn] {
        border-bottom: 2px solid #C46623;
        padding-bottom: 5px;
        color: #C46623;
    }

    .contact-section h3[b-ut1hgnwvhn] {
        font-size: 1rem;
    }

/* Ensure contact section is at the top */
.col-lg-5[b-ut1hgnwvhn] {
    align-self: flex-start; /* Forces it to align at the top */
}

.contact-info[b-ut1hgnwvhn] {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
    color: #C46623;
}

.contact-icon[b-ut1hgnwvhn] {
    font-size: 24px;
    color: #58707E;
}

.contact-title[b-ut1hgnwvhn] {
    color: #C46623;
}

.contact-text[b-ut1hgnwvhn] {
    font-size: 16px;
    color: #11374C;
}

a[b-ut1hgnwvhn] {
    color: #C46623;
    text-decoration: none;
}


.section-container[b-ut1hgnwvhn] {
    background: #f8f9fa;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
}



.gsa-links a[b-ut1hgnwvhn] {
    display: block;
    background: #11374C;
    color: white;
    text-decoration: none;
    padding: 10px;
    margin: 5px 0;
    border-radius: 5px;
    text-align: center;
    font-weight: bold;
}

    .gsa-links a:hover[b-ut1hgnwvhn] {
        background: #C46623;
    }

.features-table th[b-ut1hgnwvhn] {
    background: #11374C;
    color: white;
    text-align: center;
}

.features-table td[b-ut1hgnwvhn] {
    vertical-align: middle;
}
/* /Pages/HealthServices.razor.rz.scp.css */
.circle-frame[b-dlen8n7sov] {
    display: inline-block;
    padding: 15px; 
    border: 8px solid #11374C;
    border-radius: 50%; 
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    background-color: white;
}

.circle-logo[b-dlen8n7sov] {
    width: 150px;
    height: 150px;
}
/* /Pages/Home.razor.rz.scp.css */
*[b-uuxmkt5sz6] {
    box-sizing: border-box;
}

body[b-uuxmkt5sz6] {
    font-family: Lato, sans-serif;
    margin: 0;
    padding: 1rem;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(20, 20, 20, 1);
}

img[b-uuxmkt5sz6] {
    width: 100%;
    display: block;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    transition: transform 1000ms;
}

.servicesGallery[b-uuxmkt5sz6] {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 0.1rem;
    /* Default layout: minimum 2 images per row */
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    max-width: 100%;
}

/* Media query for larger screens (minimum 768px): maximum 4 images per row */
@media (min-width: 768px) {
    .servicesGallery[b-uuxmkt5sz6] {
        grid-template-columns: repeat(4, minmax(150px, 1fr)); /* Maximum of 4 images per row */
    }
}

figure[b-uuxmkt5sz6] {
    margin: 0;
    position: relative !important;
    overflow: hidden;
}

    figure[b-uuxmkt5sz6]::after {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        width: 200%;
        height: 200%;
        background: rgba(0, 0, 0, 0.7);
        transform-origin: center;
        opacity: 0;
        transform: scale(2);
        transition: opacity 300ms;
    }


    figure[b-uuxmkt5sz6]::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.4); 
        z-index: 0; /* Ensures the overlay is behind the caption */
    }

figcaption[b-uuxmkt5sz6] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    padding: 0;
    text-align: center;
    font-size: 1rem;
    z-index: 1;
    font-weight: 400;
}

figure img[b-uuxmkt5sz6] {
    display: block;
    max-width: 100%;
    height: auto;
}




a:is(:hover, :focus) figure[b-uuxmkt5sz6]::after {
    opacity: 1;
}

a:is(:hover, :focus) figcaption[b-uuxmkt5sz6] {
    opacity: 1;
    transition: opacity 600ms;
}




/* /Pages/InformationSystemsSolutions.razor.rz.scp.css */
/* /Pages/InstructionalSystemsAnalysisDesign.razor.rz.scp.css */
na[b-gs8m6s2909]
/* /Pages/IntegratedTrainingSolution.razor.rz.scp.css */
/* /Pages/JointVentures.razor.rz.scp.css */
/*****************
 * FOR JV HUB SITE 
 *****************/



.primary-color[b-cl1lvmtqp6] {
    color: #cc6d2b;
}

/* Hidden by default */
.hidden[b-cl1lvmtqp6] {
    display: none;
}

/* Show description */
.visible[b-cl1lvmtqp6] {
    display: block;
}

.company-logo[b-cl1lvmtqp6] {
    width: 100% !important;
    max-width: 200px !important;
    height: auto !important;
    max-height: 200px !important;
    object-fit: contain !important;
    transition: transform 0.3s ease !important;
    margin: 0 auto !important;
}

    .company-logo:hover[b-cl1lvmtqp6] {
        transform: scale(0.9) !important;
        z-index: 1 !important;
    }



/* Logo Section Styling */
.logo-section[b-cl1lvmtqp6] {
    padding: 60px 0 !important;
    background-color: #8FA0B0 !important;
    color: #fff !important;
}



.logo-title-jv[b-cl1lvmtqp6] {
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6);
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; /* Choose a modern, clean font */
    font-size: 2.5rem;
    font-weight: bolder !important;
    color: #1A1A2E;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: center;
    position: relative;
    margin-bottom: 50px !important;
}

    .logo-title-jv[b-cl1lvmtqp6]::before {
        content: "";
        position: absolute;
        left: 50%;
        bottom: -10px; /* Position the underline slightly below the text */
        transform: translateX(-50%);
        width: 50px;
        height: 4px;
        background-color: #C46623; /* Add a contrasting color underline */
    }

    .logo-title-jv[b-cl1lvmtqp6]::after {
        content: "";
        position: absolute;
        left: 50%;
        bottom: -20px;
        transform: translateX(-50%);
        width: 30px;
        height: 4px;
        background-color: #C46623; /* Add a shorter underline for a layered effect */
    }


.company-card[b-cl1lvmtqp6] {
    background-color: #11374C !important;
    padding: 30px 30px 80px 30px !important;
    border-radius: 10px !important;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15) !important;
    text-align: center !important;
    transition: transform 0.3s ease, box-shadow 0.3s ease !important;
    margin-bottom: 30px !important;
    color: #fff !important;
    min-height: 450px;
    position: relative;
}


    .company-card:hover[b-cl1lvmtqp6] {
        transform: translateY(-10px) !important;
        box-shadow: 0 12px 24px rgba(0, 0, 0, 0.25) !important;
    }



.company-name[b-cl1lvmtqp6] {
    font-size: 1.5rem !important;
    font-weight: 600 !important;
    margin-bottom: 10px !important;
    color: #FFFFFF !important;
}

.company-description[b-cl1lvmtqp6] {
    font-size: 1rem !important;
    color: #e0e0e0 !important;
    margin-bottom: 0 !important;
}

/*
 * Remove the build in image class from the site theme
 */

.company-card a span.overlay-type-extern[b-cl1lvmtqp6] {
    display: none !important;
}

.company-card a span.image-overlay[b-cl1lvmtqp6] {
    display: none !important;
}


.read-more-content[b-cl1lvmtqp6] {
    font-size: 1rem !important;
    color: #e0e0e0 !important;
}

.read-more-btn[b-cl1lvmtqp6] {
    font-size: 0.8rem !important;
    display: inline-block !important;
    color: #C46623 !important;
    font-weight: 600 !important;
    margin-top: 10px !important;
    background-color: transparent !important;
    border: none !important;
    text-decoration: none !important;
}

    .read-more-btn:hover[b-cl1lvmtqp6] {
        text-decoration: underline;
        color: #C46623 !important;
        background-color: transparent !important; /* Ensure the background remains transparent on hover */
        outline: none !important;
    }

/* Section Styling */
.procurement-section[b-cl1lvmtqp6] {
    padding: 60px 0 !important;
    background-color: #11374C !important;
    color: #fff !important;
}

.procurement-title[b-cl1lvmtqp6] {
    text-shadow: 4px 4px 7px rgba(0, 0, 0, 1);
    text-align: center !important;
    margin-bottom: 50px !important;
    font-size: 2.5rem !important;
    font-weight: 700 !important;
    color: #C46623 !important;
}

.direct-award-title[b-cl1lvmtqp6] {
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 1);
    min-height: 110px !important;
    font-size: 1.75rem !important;
    font-weight: 600 !important;
    margin-bottom: 40px !important;
    text-align: center !important;
    color: #D9E2EC !important;
}

.direct-award-title-1[b-cl1lvmtqp6] {
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2), 0 0 4px rgba(0, 0, 0, 0.1);
    min-height: 110px !important;
    font-size: 1.75rem !important;
    font-weight: 800 !important;
    margin-bottom: 40px !important;
    text-align: center !important;
    color: #c46623 !important;
}

/* Card Styling */
.procurement-card[b-cl1lvmtqp6] {
    background: linear-gradient(135deg, #58707E, #11374C) !important; /* Gradient background */
    padding: 30px !important;
    border-radius: 15px !important;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2) !important;
    text-align: center !important;
    transition: transform 0.3s ease, box-shadow 0.3s ease !important;
    margin-bottom: 30px !important;
}

    .procurement-card:hover[b-cl1lvmtqp6] {
        transform: translateY(-15px) !important;
        box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3) !important;
        background: linear-gradient(135deg, #C46623, #11374C) !important; /* Hover Gradient */
        color: #fff !important;
    }

.procurement-icon[b-cl1lvmtqp6] {
    font-size: 4rem !important;
    margin-bottom: 20px !important;
    color: #C46623 !important;
}

.procurement-option-title[b-cl1lvmtqp6] {
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
    font-size: 1.25rem !important;
    font-weight: 700 !important;
    margin-bottom: 20px !important;
    color: #ffffff !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    border-bottom: 3px solid #C46623 !important;
    display: inline-block !important;
    padding-bottom: 10px !important;
}

.procurement-option-desc[b-cl1lvmtqp6] {
    font-size: 1.1rem !important;
    color: #e0e0e0 !important;
    line-height: 1.5 !important;
}



/*
 * CERTIFICATION SHOWCASE SECTION
 * 
 */

.compliance-banner[b-cl1lvmtqp6] {
    position: relative;
    background: linear-gradient(135deg, #58707d 0%, #cc6d2b 100%);
    color: #fff;
    padding: 2rem 1rem;
    border-radius: 8px;
    text-align: center;
    overflow: hidden;
    margin: 1rem 0;
}


    .compliance-banner[b-cl1lvmtqp6]::before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        width: 55%;
        height: 100%;
        background: rgba(255, 255, 255, 0.08);
        transform: skewX(-20deg);
        pointer-events: none;
    }

/* Main Heading */

.compliance-title[b-cl1lvmtqp6] {
    font-weight: 700;
    font-size: 2rem;
    display: inline-block;
    position: relative;
    margin-bottom: 0 !important;
    color: #FFFFFF !important;
}

    .compliance-title i[b-cl1lvmtqp6] {
        margin-right: 0.5rem;
        color: #fff;
    }

.certification-section[b-cl1lvmtqp6] {
    padding: 0 0 !important;
    text-align: center !important;
}

.certification-logos[b-cl1lvmtqp6] {
    display: flex !important;
    justify-content: center !important;
    flex-wrap: wrap !important;
    gap: 20px;
}

.certification-logo[b-cl1lvmtqp6] {
    background-color: #F9F9F9 !important;
    padding: 15px !important;
    border-radius: 10px !important;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1) !important;
    transition: transform 0.6s ease, box-shadow 0.3s ease !important;
    max-width: 130px !important;
    max-height: 130px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

    .certification-logo img[b-cl1lvmtqp6] {
        max-width: 100% !important;
        max-height: 100% !important;
        object-fit: contain !important;
    }

    .certification-logo:hover[b-cl1lvmtqp6] {
        transform: scale(1.1) !important;
        box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2) !important;
        background: linear-gradient(to right, #a3abb0, #e3e5e6 50%, #cc6d2b);
    }

.certification-description[b-cl1lvmtqp6] {
    margin-top: 20px;
    padding: 15px;
    font-size: 0.9rem;
    background-color: #f9f9f9;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    text-align: left;
    transition: opacity 0.3s ease;
}


.visit-page-button[b-cl1lvmtqp6] {
    display: block;
    width: calc(100% - 40px);
    padding: 7px 0;
    font-size: 14px;
    border: none;
    font-weight: 700;
    border-radius: 5px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    transition: background-color 0.3s ease;
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
    margin: 0 auto;
}

    .visit-page-button:hover[b-cl1lvmtqp6] {
        /*To darken any color dynamically*/
        --base-color: #99D289;
        color: var(--base-color);
        filter: brightness(80%);
    }

/*
            RESPONSIVE 
        */
@media (max-width: 1200px) {
    .company-card[b-cl1lvmtqp6] {
        min-height: 600px;
    }
}

@media (max-width: 992px) {
    .company-card[b-cl1lvmtqp6] {
        min-height: 630px;
    }
}

@media (max-width: 800px) {
    .company-card[b-cl1lvmtqp6] {
        min-height: 670px;
    }
}

@media (max-width: 767px) {
    .company-card[b-cl1lvmtqp6] {
        min-height: 500px;
    }
}

/***************
 * END JV HUB SITE
 *************/
/* /Pages/LifeAtKatmai.razor.rz.scp.css */
.full-screen-image[b-604dzvqvmb] {
    height: 100vh; 
    display: flex;
    justify-content: center;
    align-items: center;
}

.image-container[b-604dzvqvmb] {
    position: relative;
    width: 100%;
    min-height: 60vh; /* not fixed, can grow */
    padding: 40px 15px;
    background-image: url('Images/benefits-katmai.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center; /* vertical center */
    justify-content: center; /* horizontal center */
}

.overlay[b-604dzvqvmb] {
    position: relative;
    width: 90%;
    max-width: 1200px;
    background-color: rgba(28, 60, 76, 0.8);
    padding: 30px;
    box-sizing: border-box;
    color: white;
    border-radius: 10px;
}

.benefit-item[b-604dzvqvmb] {
    margin-bottom: 20px;
}

    .benefit-item h4[b-604dzvqvmb] {
        font-size: 1.25rem;
        display: flex;
        align-items: center;
    }

    .benefit-item i[b-604dzvqvmb] {
        margin-right: 10px; 
    }

.info-container[b-604dzvqvmb] {
    margin-top: 30px;
    padding: 20px;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 8px;
}


@media (max-width: 768px) {
    .col-12[b-604dzvqvmb] {
        margin-bottom: 20px;
    }

    .overlay[b-604dzvqvmb] {
        width: 95%;
        padding: 20px;
    }

    .image-container[b-604dzvqvmb] {
        height: 130vh;
    }
}


.heading-with-line[b-604dzvqvmb] {
    display: flex;
    align-items: center;
}

    .heading-with-line h3[b-604dzvqvmb] {
        margin-right: 10px;
        white-space: nowrap; /* Prevents text from wrapping */
    }

.heading-line[b-604dzvqvmb] {
    flex-grow: 1; 
    height: 1px; 
    background-color: white; 
}



/*
    Testimonial
*/

.testimonial-section[b-604dzvqvmb] {
    padding: 50px 20px;
    background-color: #f7f7f7;
    text-align: center;
}

.section-title[b-604dzvqvmb] {
    font-size: 2rem;
    margin-bottom: 40px;
    color: #333;
}

.testimonials-container[b-604dzvqvmb] {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.testimonial[b-604dzvqvmb] {
    background-color: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    max-width: 45%; /* Adjust to take up roughly half the row */
    flex-basis: 45%;
    text-align: left;
    margin-bottom: 20px; 
}

.testimonial-image[b-604dzvqvmb] {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin-bottom: 15px;
}

.testimonial-quote[b-604dzvqvmb] {
    font-style: italic;
    color: #666;
    margin-bottom: 15px;
}

.testimonial-name[b-604dzvqvmb] {
    font-weight: bold;
    color: #333;
    margin-bottom: 5px;
}

.testimonial-location[b-604dzvqvmb] {
    color: #999;
}

/* Stack 1 testimonial per row on smaller screens */
@media (max-width: 768px) {
    .testimonial[b-604dzvqvmb] {
        max-width: 100%; 
        flex-basis: 100%;
    }
}


/* /Pages/LiveTraining.razor.rz.scp.css */
/* /Pages/MedicalKitting.razor.rz.scp.css */
/* /Pages/MissionSupport.razor.rz.scp.css */
/* /Pages/ModelingSimulationTraining.razor.rz.scp.css */
/* /Pages/OurClients.razor.rz.scp.css */

/* Styling for the main image */
.styled-image[b-bv4im7fuu7] {
    width: 100%; 
    max-width: 1000px; 
    border: 5px solid #11374C; 
    border-radius: 15px; 
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1); 
    transition: transform 0.3s ease, box-shadow 0.3s ease; 
}

    .styled-image:hover[b-bv4im7fuu7] {
        transform: translateY(-5px); 
        box-shadow: 0 12px 24px rgba(0, 0, 0, 0.2); 
    }



/* Styling for partner logos */
.partner-logo[b-bv4im7fuu7] {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    padding: 15px;
    background-color: #ffffff;
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
    position: relative; /* enable overlay positioning */
    overflow: hidden; /* keep overlay inside rounded corners */
}
    .partner-logo img[b-bv4im7fuu7] {
        max-width: 100%;
        max-height: 80px;
        object-fit: contain;
        transition: transform 0.3s ease;
    }

    /*     Hover effect */
    .partner-logo:hover[b-bv4im7fuu7] {
        transform: translateY(-5px);
        box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
    }
.partner-link:hover .partner-logo img[b-bv4im7fuu7] {
    transform: scale(1.05);
}
.logo-overlay[b-bv4im7fuu7] {
    position: absolute;
    inset: 0;
    background: rgba(17, 55, 76, 0.82); 
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.25s ease;
    border-radius: 8px; 
}

    .logo-overlay span[b-bv4im7fuu7] {
        color: #ffffff;
        font-size: 0.6rem;
        font-weight: 400;
        text-transform: uppercase;
        letter-spacing: 0.6px;
        text-align: center; /* center multi-line text */
        padding: 0 12px; 
        line-height: 1.3; 
        word-break: break-word; /* prevents overflow */

        max-width: 90%;
    }
.partner-link:hover .logo-overlay[b-bv4im7fuu7] {
    opacity: 1;
}

.partner-link:hover .partner-logo[b-bv4im7fuu7] {
    transform: translateY(-5px);
    box-shadow: 0 8px 16px rgba(0,0,0,0.1);
}






/* Responsive grid: adjust number of logos per row */
@media (min-width: 1200px) {
    .logo-col[b-bv4im7fuu7] {
        flex: 0 0 16.666%;
    }
    /* 6 logos per row */
}

@media (min-width: 992px) and (max-width: 1199px) {
    .logo-col[b-bv4im7fuu7] {
        flex: 0 0 25%;
    }
    /* 4 logos per row */
}

@media (min-width: 768px) and (max-width: 991px) {
    .logo-col[b-bv4im7fuu7] {
        flex: 0 0 33.333%;
    }
    /* 3 logos per row */
}

@media (max-width: 767px) {
    .logo-col[b-bv4im7fuu7] {
        flex: 0 0 50%;
    }
    /* 2 logos per row */
}

@media (max-width: 575px) {
    .logo-col[b-bv4im7fuu7] {
        flex: 0 0 50%;
    }
    /* 1 logo per row for extra small screens */
}
/* /Pages/OurServices.razor.rz.scp.css */
/* /Pages/OurTeam.razor.rz.scp.css */

body[b-6zuruok7lj] {
    color: #11374C; 
}

h2[b-6zuruok7lj] {
    color: #C46623; 
}

.section-title[b-6zuruok7lj] {
    font-size: 1.6rem;
    font-weight: 600;
    margin-bottom: 40px;
}

.team-section[b-6zuruok7lj] {
    padding: 60px 0;
}

.director-team-card[b-6zuruok7lj] {
    min-height: 240px;
}

.team-card[b-6zuruok7lj] {
    border: 1px solid #dee2e6;
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    background-color: white;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

    .team-card:hover[b-6zuruok7lj] {
        transform: translateY(-5px);
        box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
    }

    .team-card img[b-6zuruok7lj] {
        width: 150px;
        height: 150px;
        border-radius: 50%;
        margin-bottom: 15px;
    }

    .team-card h4[b-6zuruok7lj] {
        color: #11374C;
        font-size: 1.1rem;
        font-weight: 600;
    }

    .team-card p[b-6zuruok7lj] {
        color: #6c757d;
        font-size:0.8rem;
    }

    .team-card a[b-6zuruok7lj] {
        text-decoration: none;
    }

.about-link[b-6zuruok7lj] {
    margin-top: 10px;
    display: inline-block;
    color: #C46623;
    text-decoration: none;
    font-weight: 500;
    font-size: 0.8rem;
}

    .about-link:hover[b-6zuruok7lj] {
        text-decoration: none;
    }

/* Section Background Colors */
.executive-team[b-6zuruok7lj] {
    background-color: #f8f9fa;
}

.business-development-team[b-6zuruok7lj] {
    background-color: #e9ecef;
}

.directors-team[b-6zuruok7lj] {
    background-color: #f8f9fa;
}

/* Responsive adjustments */
.container[b-6zuruok7lj] {
    max-width: 1140px;
}
/* /Pages/ProfessionalServices.razor.rz.scp.css */
/* /Pages/ScientificEngineeringServices.razor.rz.scp.css */
/* /Pages/SearchPage.razor.rz.scp.css */
.search-results[b-9xlp03l3ie] {
    margin-top: 20px;
}

.search-item[b-9xlp03l3ie] {
    display: flex;
    align-items: center;
    padding: 10px;
    border-bottom: 1px solid #ddd;
}

.order-circle[b-9xlp03l3ie] {
    width: 30px;
    height: 30px;
    background-color: #f0f0f0;
    color: #333;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-right: 15px;
    font-size: 1.2rem;
}

.search-content[b-9xlp03l3ie] {
    flex-grow: 1;
}

    .search-content h5[b-9xlp03l3ie] {
        margin: 0;
        font-size: 1.1rem;
    }

.btn-link[b-9xlp03l3ie] {
    text-decoration: none;
    color: #007bff;
    font-weight: bold;
    padding: 0;
}

    .btn-link:hover[b-9xlp03l3ie] {
        text-decoration: underline;
    }

.search-summary[b-9xlp03l3ie] {
    background-color: #f8f9fa;
    padding: 15px;
    border-radius: 8px;
    font-size: 1.2rem;
    margin-bottom: 20px;
    text-align: center;
}

.result-count[b-9xlp03l3ie] {
    font-weight: bold;
    color: #007bff;
    font-size: 1.4rem;
}

.query-text[b-9xlp03l3ie] {
    font-weight: bold;
    color: #333;
    font-style: italic;
}
.no-results[b-9xlp03l3ie] {
    background-color: #fff3cd;
    color: #856404;
    padding: 20px;
    border-radius: 8px;
    text-align: center;
    border-left: 5px solid #ffcc00;
    font-size: 1.2rem;
    margin-top: 20px;
}

    .no-results i[b-9xlp03l3ie] {
        font-size: 2rem;
        color: #ffcc00;
        margin-bottom: 10px;
    }

.query-text[b-9xlp03l3ie] {
    font-weight: bold;
    color: #333;
    font-style: italic;
}
/* /Pages/SimulationAndTraining.razor.rz.scp.css */
/* /Pages/StandardizedPatientServices.razor.rz.scp.css */
