/* ============================================================
   TES CANADA - Professional Redesign
   Brand Colors: Blue #1a5fa8 | Silver #a0a6b0 | Navy #0f2a4a
   ============================================================ */

/* GOOGLE FONTS */
@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800;900&family=Open+Sans:wght@300;400;500;600&display=swap);

/* ============================================================
   GLOBAL
   ============================================================ */
*, *::before, *::after { box-sizing: border-box; }

::selection { background: #1a5fa8 !important; color: #fff; }
::-moz-selection { background: #1a5fa8 !important; color: #fff; }

a[href^="tel:"] { color: inherit; text-decoration: none; }

a { color: #1a5fa8; text-decoration: none; outline: none; transition: color 0.2s ease; }
a:hover { color: #134a87; text-decoration: none; outline: none; }

body {
    background: #f5f7fa;
    border: 0;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #3a4450;
    line-height: 1.7;
    min-width: 320px;
}

#main { margin: 0 auto; position: relative; overflow: hidden; }

h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat', Arial, sans-serif;
    font-weight: 800;
    color: #0f2a4a;
    line-height: 1.2;
    margin-top: 0;
}

h1 { font-size: 42px; line-height: 1.1; padding: 20px 0; }
h2 { font-size: 28px; line-height: 1.2; padding: 10px 0; color: #0f2a4a; }
h3 { font-size: 18px; line-height: 1.3; color: #1a5fa8; }
h3.c1 { font-size: 22px; color: #0f2a4a; }
h4 { font-size: 14px; letter-spacing: 0.15em; text-transform: uppercase; color: #0f2a4a; }

p { margin-bottom: 1rem; }

img { max-width: 100%; height: auto; }

/* ============================================================
   TOP BAR (contact info bar above header)
   ============================================================ */
.top_contact_bar {
    background: #0f2a4a;
    padding: 8px 0;
    border-bottom: 2px solid #1a5fa8;
}

.top_contact_bar a {
    color: rgba(255,255,255,0.6);
    font-size: 12px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    letter-spacing: 0.05em;
    margin-right: 24px;
}

.top_contact_bar a:hover { color: #fff; }

/* ============================================================
   HEADER & NAV
   ============================================================ */
.top1_wrapper {
    background: #ffffff;
    position: sticky;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 999;
    border-bottom: 3px solid #a0a6b0;
    box-shadow: 0 2px 20px rgba(26, 95, 168, 0.1);
}

.top1 { }

header {
    float: left;
    padding-top: 8px;
    padding-bottom: 8px;
}

header img {
    height: 60px;
    width: auto;
    display: block;
}

/* Hide under construction image */
header img[alt="Under Construction"],
img.stacked-image[alt="Under Construction"],
img[src*="under"] {
    display: none !important;
}

/* Logo wrapper fix */
.logo_wrapper {
    display: flex;
    align-items: center;
    padding: 6px 0;
}

.logo_wrapper img:first-child {
    height: 58px;
    width: auto;
}

/* ============================================================
   MAIN MENU
   ============================================================ */
.menu_wrapper { float: right; }

.navbar_ {
    margin: 0;
    padding: 0;
    background: none;
    position: relative;
    z-index: 30;
}

.navbar_ .navbar-inner_ {
    padding: 0;
    margin: 0;
    border: none;
    min-height: inherit;
    background: none;
    border-radius: 0;
    box-shadow: none;
    filter: none;
}

/* Hamburger button */
.navbar_ .btn-navbar {
    background: #1a5fa8;
    border: none;
    box-shadow: none;
    margin-top: 18px;
    margin-bottom: 15px;
    border-radius: 0;
}

.navbar_ .btn-navbar:hover { background: #134a87; }
.navbar_ .btn-navbar .icon-bar { background-color: #fff; background-image: none; }

.nav-collapse_.collapse {
    position: relative;
    display: block;
    text-align: center;
}

/* Nav list */
.navbar_ .nav {
    position: relative;
    float: none;
    margin: 0;
    padding: 0;
    display: block;
    left: auto;
    padding-right: 0;
    background: none;
}

.navbar_ .nav > li {
    position: relative;
    display: block;
    float: left;
    padding-left: 0;
    white-space: nowrap;
    background: none;
}

.navbar_ .nav > li > a {
    height: 75px;
    display: flex;
    align-items: center;
    text-decoration: none;
    background: none;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    line-height: 1;
    color: #1e2a38;
    text-shadow: none;
    padding: 0 18px;
    border: none;
    margin: 0;
    border-radius: 0;
    border-bottom: 3px solid transparent;
    transition: color 0.2s ease, border-color 0.2s ease;
}

.navbar_ .nav > li > a .txt1 {
    color: #1e2a38;
    padding-top: 0;
    transition: all 0.2s ease;
}

.navbar_ .nav > li > a .txt2 { color: #666; font-size: 10px; display: block; }

/* Active & hover states */
.navbar_ .nav > li.active > a,
.navbar_ .nav > li.active > a:hover,
.navbar_ .nav > li.active > a:focus,
.navbar_ .nav > li > a:hover,
.navbar_ .nav > li > a:focus,
.navbar_ .nav > li.sfHover > a,
.navbar_ .nav > li.sfHover > a:hover {
    color: #1a5fa8;
    text-decoration: none;
    background: none;
    border-bottom: 3px solid #1a5fa8;
    box-shadow: none;
}

.navbar_ .nav > li.active > a .txt1,
.navbar_ .nav > li > a:hover .txt1,
.navbar_ .nav > li > a:focus .txt1,
.navbar_ .nav > li.sfHover > a .txt1 { color: #1a5fa8; }

/* Contact Us — styled as a button */
.navbar_ .nav > li:last-child > a {
    background: #1a5fa8;
    color: #fff !important;
    margin-left: 12px;
    margin-top: 18px;
    margin-bottom: 18px;
    height: auto;
    padding: 10px 20px;
    border-bottom: none;
    font-size: 11px;
}

.navbar_ .nav > li:last-child > a:hover {
    background: #134a87;
    border-bottom: none;
    color: #fff !important;
}

.navbar_ .nav > li:last-child > a .txt1 { color: #fff; }

/* ============================================================
   DROPDOWN SUB-MENU
   ============================================================ */
.sub-menu ul {
    position: absolute;
    display: none;
    left: 0;
    top: 75px;
    list-style: none;
    z-index: 109;
    margin: 0;
    padding: 8px 0;
    background: #0f2a4a;
    text-align: left;
    min-width: 200px;
    box-shadow: 0 8px 24px rgba(0,0,0,0.2);
}

.sub-menu li {
    margin: 0;
    position: relative;
    display: block;
    border-top: 1px solid rgba(255,255,255,0.06);
}

.sub-menu li:first-child { border-top-color: transparent; }

.sub-menu li a {
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 11px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    line-height: 1;
    color: rgba(255,255,255,0.65);
    text-decoration: none;
    padding: 10px 20px;
    transition: all 0.2s ease;
}

.sub-menu li a:hover {
    color: #fff;
    background: rgba(26,95,168,0.3);
}

.sub-menu li a em {
    display: inline-block;
    width: 4px;
    height: 7px;
    position: absolute;
    right: 12px;
    top: 50%;
    margin-top: -4px;
    opacity: 0.5;
}

.sub-menu-1 > ul { }

/* ============================================================
   HERO / SLIDER
   ============================================================ */
#slider2_wrapper { }

#slider2 {
    border-bottom: 4px solid #1a5fa8;
    position: relative;
}

#slider2 img { width: 100%; display: block; }

/* Camera/slider overlay text styling */
.camera_caption {
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 800 !important;
}

/* Slider 3 - service cards carousel */
.slider3_wrapper {
    background: #f5f7fa;
    padding-top: 40px;
    padding-bottom: 60px;
}

#slider3 {
    position: relative;
    padding-bottom: 50px;
    padding-top: 0;
    margin-top: 30px;
}

.prev3, .next3 {
    display: block;
    width: 36px;
    height: 36px;
    background: #1a5fa8;
    position: absolute;
    z-index: 100;
    border-radius: 0;
    opacity: 0.7;
    transition: opacity 0.2s;
}

.prev3 { left: 50%; margin-left: -50px; bottom: 0; }
.next3 { right: 50%; margin-right: -50px; bottom: 0; }
.prev3:hover, .next3:hover { opacity: 1; }

/* ============================================================
   SERVICE BANNER CARDS (carousel items)
   ============================================================ */
.carousel-box { position: relative; }
.carousel-box .inner { position: relative; overflow: hidden; }
.carousel.main { position: relative; overflow: hidden; margin: 0; padding: 0; margin-right: -20px; }
.caroufredsel_wrapper { padding: 0; margin: 0; }
.caroufredsel_wrapper ul { padding: 0; margin: 0; }
.carousel-box ul li {
    float: left;
    display: inline-block;
    padding: 0;
    position: relative;
    width: 300px;
    overflow: hidden;
    padding-right: 20px;
}

.banner { }
.banner .banner_inner { }

.banner .banner_inner a {
    display: block;
    text-decoration: none;
    position: relative;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 50px;
    background: #fff;
    border-top: 4px solid #dce4ef;
    transition: border-color 0.25s, box-shadow 0.25s, transform 0.2s;
}

.banner .banner_inner a:hover {
    border-top-color: #1a5fa8;
    box-shadow: 0 8px 32px rgba(26,95,168,0.12);
    transform: translateY(-4px);
}

.banner .banner_inner a .rad1 {
    position: absolute;
    left: 0; top: 0;
    width: 100%;
    opacity: 0;
}

.banner .banner_inner a:hover .rad1 { opacity: 0; }

.banner .banner_inner a .rad2 {
    position: absolute;
    left: 0; bottom: 0;
    width: 100%;
    opacity: 0;
}

.banner .banner_inner a figure {
    margin: 0;
    padding: 0 20px;
    margin-bottom: 16px;
    border: 0;
}

.banner .banner_inner a .img {
    width: 100%;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    height: 160px;
    object-fit: cover;
    filter: saturate(0.8);
    transition: filter 0.3s;
}

.banner .banner_inner a:hover .img { filter: saturate(1); }

.banner .banner_inner a .txt1 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 14px;
    line-height: 1.3;
    color: #0f2a4a;
    padding: 0 16px 12px;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    transition: color 0.2s;
}

.banner .banner_inner a:hover .txt1 { color: #1a5fa8; }

.banner .banner_inner a .txt2 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.6;
    color: #666;
    padding: 0 16px 20px;
    transition: color 0.2s;
}

.banner .banner_inner a:hover .txt2 { color: #444; }

.banner .banner_inner a .txt3 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: 'Montserrat', sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #1a5fa8;
    background: transparent;
    border: 2px solid #1a5fa8;
    padding: 8px 20px;
    border-radius: 0;
    width: auto;
    height: auto;
    line-height: 1;
    transition: background 0.2s, color 0.2s;
}

.banner .banner_inner a:hover .txt3 {
    background: #1a5fa8;
    color: #fff;
}

/* ============================================================
   CONTENT AREA
   ============================================================ */
#content {
    background: #fff;
    padding-top: 50px;
    padding-bottom: 50px;
}

/* Section intro text */
#content h2 {
    position: relative;
    padding-bottom: 16px;
    margin-bottom: 24px;
}

#content h2::after {
    content: '';
    position: absolute;
    bottom: 0; left: 0;
    width: 50px; height: 3px;
    background: #1a5fa8;
}

/* Specialty/featured cards */
.equipment_item, .service-item, [class*="item_"] {
    border-top: 4px solid #dce4ef;
    padding: 20px;
    background: #fff;
    margin-bottom: 20px;
    transition: border-color 0.25s, box-shadow 0.25s, transform 0.2s;
}

.equipment_item:hover, .service-item:hover {
    border-top-color: #1a5fa8;
    box-shadow: 0 8px 32px rgba(26,95,168,0.1);
    transform: translateY(-3px);
}

/* Equipment/service images */
.equipment_item img, .service-item img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    margin-bottom: 16px;
    filter: saturate(0.8);
    transition: filter 0.3s;
}

.equipment_item:hover img { filter: saturate(1); }

/* Highlights section */
.welcome_item, .highlight-item {
    padding: 24px;
    background: #f5f7fa;
    margin-bottom: 20px;
}

.welcome_item img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    margin-bottom: 16px;
}

/* Grey background sections */
content2, .grey-section {
    background: #f5f7fa;
    padding-top: 50px;
    padding-bottom: 50px;
}

/* ============================================================
   HIGHLIGHTS / NEWS SECTION
   ============================================================ */
.highlights-section { background: #fff; padding: 50px 0; }

.highlight-card {
    background: #fff;
    border-bottom: 3px solid transparent;
    padding: 20px;
    transition: border-color 0.25s, box-shadow 0.25s;
    margin-bottom: 24px;
}

.highlight-card:hover {
    border-bottom-color: #1a5fa8;
    box-shadow: 0 4px 20px rgba(26,95,168,0.08);
}

/* News date badge */
.news_date, .date-badge {
    display: inline-block;
    background: #1a5fa8;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 11px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    padding: 4px 12px;
    margin-bottom: 10px;
}

/* ============================================================
   LIST STYLES
   ============================================================ */
.ul0 {
    padding: 0;
    margin: 0;
    list-style: none;
    padding-bottom: 0;
}

.ul0 > li {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 13px;
    color: rgba(255,255,255,0.65);
    line-height: 1.6;
    padding: 6px 0;
    margin: 0;
    display: flex;
    align-items: flex-start;
    gap: 8px;
}

.ul0 > li a { color: rgba(255,255,255,0.65); text-decoration: none; }
.ul0 > li a:hover { color: #fff; }

/* List with icons */
.list-item-icon {
    display: flex !important;
    align-items: flex-start;
    gap: 10px;
    color: rgba(255,255,255,0.65) !important;
}

.list-item-icon svg {
    flex-shrink: 0;
    margin-top: 2px;
    color: #3a7fc8;
}

/* Arrow list */
.ul1 { padding: 0; margin: 0; list-style: none; }
.ul1 > li {
    font-size: 13px;
    color: #555;
    padding: 5px 0 5px 18px;
    position: relative;
    border-bottom: 1px solid #f0f2f5;
}
.ul1 > li::before {
    content: '›';
    position: absolute;
    left: 0;
    color: #1a5fa8;
    font-size: 16px;
    line-height: 1;
    top: 6px;
}
.ul1 > li a { color: #1a5fa8; }
.ul1 > li a:hover { color: #134a87; }

/* ============================================================
   SOCIAL ICONS
   ============================================================ */
.social_wrapper { }

.social {
    display: inline-flex;
    margin: 0;
    padding-top: 0;
    list-style: none;
    gap: 8px;
}

.social li { display: inline-block; margin: 0; float: none; }

.social li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border: 1px solid rgba(255,255,255,0.15);
    color: #a0a6b0;
    font-size: 14px;
    text-decoration: none;
    transition: border-color 0.2s, background 0.2s, color 0.2s;
    opacity: 1;
}

.social li a:hover {
    border-color: #1a5fa8;
    background: #1a5fa8;
    color: #fff;
    opacity: 1;
}

/* ============================================================
   FOOTER
   ============================================================ */
.bot1_wrapper {
    background: #0f2a4a;
    padding: 50px 0;
    border-top: 4px solid #1a5fa8;
}

.bot1 { }

.bot1_block {
    margin-right: 0;
    border-right: 1px solid rgba(255,255,255,0.08);
    padding-right: 30px;
    padding-left: 10px;
}

.bot1_block.last {
    margin-right: 0;
    border: none;
    padding-right: 0;
}

.bot1_title {
    font-family: 'Montserrat', sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #fff;
    line-height: 1;
    padding-bottom: 12px;
    margin-bottom: 16px;
    display: inline-block;
    border-bottom: 2px solid #1a5fa8;
}

footer { }

.bot2_wrapper {
    background: #0a1e35;
    padding: 20px 0;
    border-top: 1px solid rgba(255,255,255,0.06);
}

.copyright {
    color: rgba(255,255,255,0.35);
    line-height: 1.5;
    font-size: 12px;
    font-family: 'Montserrat', sans-serif;
}

.copyright a { color: rgba(255,255,255,0.35); }
.copyright a:hover { color: rgba(255,255,255,0.7); }

/* Grey horizontal rule */
.grey-hr {
    border: none;
    border-top: 1px solid #dce4ef;
    margin: 0;
}

/* ============================================================
   BUTTONS
   ============================================================ */
.button3 {
    display: inline-flex;
    align-items: center;
    line-height: 1;
    text-decoration: none;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 12px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    letter-spacing: 0.1em;
    color: #fff;
    white-space: nowrap;
    background: #1a5fa8;
    padding: 12px 24px;
    border-radius: 0;
    text-transform: uppercase;
    transition: background 0.2s, transform 0.15s;
}

.button3:hover {
    color: #fff;
    background: #134a87;
    transform: translateY(-2px);
}

/* Secondary button */
.button3.outline {
    background: transparent;
    border: 2px solid #1a5fa8;
    color: #1a5fa8;
}

.button3.outline:hover {
    background: #1a5fa8;
    color: #fff;
}

/* ============================================================
   FORMS (Contact)
   ============================================================ */
#note { }
.notification_error { color: #c0392b; padding-bottom: 10px; }
.notification_ok { text-align: left; padding-bottom: 10px; color: #27ae60; }

#ajax-contact-form .control-group { margin-bottom: 16px; }
#ajax-contact-form .control-label { display: none; }
#ajax-contact-form .controls { margin-left: 0; }

#ajax-contact-form input,
#ajax-contact-form textarea {
    background: #fff;
    border: 1px solid #dce4ef;
    color: #3a4450;
    padding: 12px 16px;
    border-radius: 0;
    box-shadow: none;
    width: 100%;
    display: block;
    box-sizing: border-box;
    height: auto;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    transition: border-color 0.2s;
}

#ajax-contact-form input:focus,
#ajax-contact-form textarea:focus {
    border-color: #1a5fa8;
    outline: none;
    box-shadow: 0 0 0 3px rgba(26,95,168,0.08);
}

#ajax-contact-form textarea { height: 180px; resize: vertical; }

#ajax-contact-form .submit {
    border: 0;
    margin: 0;
    display: inline-flex;
    align-items: center;
    height: auto;
    line-height: 1;
    text-decoration: none;
    font-size: 12px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    letter-spacing: 0.1em;
    color: #fff;
    text-transform: uppercase;
    background: #1a5fa8;
    padding: 12px 28px;
    border-radius: 0;
    margin-top: 8px;
    cursor: pointer;
    transition: background 0.2s, transform 0.15s;
}

#ajax-contact-form .submit:hover {
    color: #fff;
    background: #134a87;
    transform: translateY(-2px);
}

/* ============================================================
   ACCORDION
   ============================================================ */
.accordion { margin-bottom: 20px; }

.accordion-group {
    margin-bottom: 3px;
    border: none;
    border-radius: 0;
    border-left: 3px solid transparent;
    transition: border-color 0.2s;
}

.accordion-group:hover { border-left-color: #1a5fa8; }

.accordion-heading { border-bottom: 0; }

.accordion-heading .accordion-toggle {
    text-decoration: none;
    display: block;
    padding: 14px 16px 14px 20px;
    cursor: pointer;
    font-size: 14px;
    line-height: 1.4;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    color: #0f2a4a;
    background: #f5f7fa;
    border-bottom: 1px solid #dce4ef;
    transition: background 0.2s, color 0.2s;
}

.accordion-heading .accordion-toggle:hover {
    text-decoration: none;
    color: #1a5fa8;
    background: #eef3fb;
}

.accordion-inner {
    background: #fff;
    border-top: none;
    padding: 16px 20px;
    font-size: 13px;
    line-height: 1.7;
    color: #555;
    border-bottom: 1px solid #dce4ef;
}

/* ============================================================
   THUMBNAIL ISOTOPE (portfolio/gallery)
   ============================================================ */
.thumb-isotope .thumbnail {
    border: none;
    border-radius: 0;
    padding: 0;
    margin-bottom: 20px;
    background: #fff;
    overflow: hidden;
    border-top: 4px solid #dce4ef;
    transition: border-color 0.25s, box-shadow 0.25s;
}

.thumb-isotope .thumbnail:hover {
    border-top-color: #1a5fa8;
    box-shadow: 0 8px 24px rgba(26,95,168,0.12);
}

.thumb-isotope .thumbnail a {
    display: block;
    position: relative;
    text-decoration: none;
    overflow: hidden;
}

.thumb-isotope .thumbnail a em {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(26,95,168,0.5);
    opacity: 0;
    transition: opacity 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.thumb-isotope .thumbnail a:hover em { opacity: 1; }

.thumb-isotope .thumbnail a .caption {
    color: #0f2a4a;
    text-align: center;
    padding: 12px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    transition: color 0.2s;
}

.thumb-isotope .thumbnail a:hover .caption { color: #1a5fa8; }

/* ============================================================
   404 PAGE
   ============================================================ */
.page-404 { text-align: center; padding: 80px 0; }
.page-404 .txt1 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
    font-size: 180px;
    color: #dce4ef;
    line-height: 1;
}
.page-404 .txt2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 36px;
    color: #0f2a4a;
    line-height: 1;
}

/* ============================================================
   UTILITY CLASSES
   ============================================================ */
.text-blue { color: #1a5fa8 !important; }
.text-navy { color: #0f2a4a !important; }
.text-silver { color: #a0a6b0 !important; }
.bg-blue { background: #1a5fa8 !important; }
.bg-navy { background: #0f2a4a !important; }
.bg-light { background: #f5f7fa !important; }
.border-blue { border-color: #1a5fa8 !important; }

/* Section eyebrow label */
.section-label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: 'Montserrat', sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    color: #1a5fa8;
    margin-bottom: 8px;
}

.section-label::before {
    content: '';
    display: block;
    width: 24px;
    height: 2px;
    background: #1a5fa8;
}

/* ============================================================
   MEDIA QUERIES
   ============================================================ */

/* Large desktop */
@media (min-width: 1200px) {
    #slider3 { padding-bottom: 0; }
    .prev3 { left: -30px; margin-left: 0; bottom: 50%; margin-bottom: -18px; }
    .next3 { right: -30px; margin-right: 0; bottom: 50%; margin-bottom: -18px; }
    h1 { font-size: 48px; line-height: 1.05; padding: 20px 0; }
}

/* Default desktop to large desktop */
@media (max-width: 1199px) { }

@media (min-width: 980px) and (max-width: 1199px) { }

/* Portrait tablet to desktop */
@media (max-width: 979px) {
    h1 { font-size: 32px; line-height: 1.1; padding: 16px 0; }
    h2 { font-size: 22px; line-height: 1.2; }
    h3 { font-size: 18px; line-height: 1.3; }
    h3.c1 { font-size: 22px; line-height: 1.2; }
}

@media (min-width: 768px) and (max-width: 979px) {
    .nav-collapse_.collapse { height: auto !important; overflow: visible !important; }
    .navbar_ .btn-navbar { display: none; }
    .navbar_ .nav > li > a { padding: 0 12px; font-size: 11px; }
}

/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
    body { padding-left: 0; padding-right: 0; }
    .container { width: 100%; padding: 0 16px; }

    .top1_wrapper { position: relative; }

    header { float: none; text-align: center; padding: 12px 0; }
    header img { height: 48px; margin: 0 auto; }

    .menu_wrapper { float: none; }
    .navbar_ { height: auto; }
    .navbar_ .nav { display: block; padding-right: 0; }
    .navbar_ .nav > li { float: none; padding-left: 0; border-bottom: 1px solid #f0f2f5; }
    .navbar_ .nav > li > a {
        height: auto;
        padding: 14px 16px;
        font-size: 13px;
        border-bottom: none;
    }
    .navbar_ .nav > li:last-child > a {
        margin: 8px 16px;
        padding: 12px 20px;
    }
    .navbar_ .nav > li > a .txt1 { padding-top: 0; }
    .sub-menu ul { position: relative; left: 0; top: 0; box-shadow: none; }

    .bot1_block {
        margin-right: 0;
        margin-bottom: 24px;
        border-right: none;
        border-bottom: 1px solid rgba(255,255,255,0.08);
        padding-right: 0;
        padding-bottom: 24px;
    }
    .bot1_block.last { margin-bottom: 0; border: none; padding: 0; }

    h1 { font-size: 28px; line-height: 1.1; padding: 14px 0; }
    h2 { font-size: 20px; line-height: 1.2; }
    h3 { font-size: 17px; }
    h3.c1 { font-size: 20px; }

    .bot1_wrapper { padding: 36px 0; }
    #content { padding-top: 36px; padding-bottom: 36px; }
}

@media (min-width: 481px) and (max-width: 767px) { }

/* Landscape phones and down */
@media (max-width: 480px) {
    .container { width: 100%; padding: 0 12px; }
    .page-404 .txt1 { font-size: 100px; }
    .page-404 .txt2 { font-size: 28px; }
    h1 { font-size: 24px; padding: 10px 0; }
}

/* ============================================================
   TOPBAR (contact info strip)
   ============================================================ */
.topbar-wrapper {
    background: #0f2a4a;
    padding: 8px 0;
    border-bottom: 2px solid #1a5fa8;
}

.topbar-inner {
    display: flex;
    align-items: center;
    gap: 8px;
    justify-content: flex-end;
    flex-wrap: wrap;
}

.topbar-wrapper a {
    color: rgba(255,255,255,0.6);
    font-size: 12px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    letter-spacing: 0.04em;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    text-decoration: none;
    transition: color 0.2s;
}

.topbar-wrapper a:hover { color: #fff; }
.topbar-sep { color: rgba(255,255,255,0.2); font-size: 12px; }

/* ============================================================
   NAV CONTACT CTA ITEM
   ============================================================ */
.nav-cta-item > a {
    background: #1a5fa8 !important;
    color: #fff !important;
    margin: 16px 0 16px 12px !important;
    height: auto !important;
    padding: 10px 18px !important;
    border-bottom: none !important;
    font-size: 11px !important;
}

.nav-cta-item > a:hover {
    background: #134a87 !important;
    border-bottom: none !important;
    color: #fff !important;
}

.nav-cta-item > a .txt1 { color: #fff !important; }

/* ============================================================
   CAMERA SLIDER CAPTION
   ============================================================ */
.camera_caption {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0 6%;
    height: 100%;
}

.camera_caption_inner {
    max-width: 620px;
}

.camera_eyebrow {
    font-family: 'Montserrat', sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: #7fb3e8;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.camera_eyebrow::before {
    content: '';
    display: block;
    width: 28px;
    height: 2px;
    background: #7fb3e8;
}

.camera_caption .txt1 {
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 900 !important;
    font-size: clamp(2rem, 4vw, 3.5rem) !important;
    line-height: 1.05 !important;
    color: #fff !important;
    text-shadow: 0 2px 12px rgba(0,0,0,0.4) !important;
    margin-bottom: 12px !important;
}

.camera_caption .txt2 {
    font-family: 'Open Sans', sans-serif !important;
    font-size: 1.05rem !important;
    font-weight: 300 !important;
    color: rgba(255,255,255,0.75) !important;
    line-height: 1.7 !important;
    margin-bottom: 24px !important;
    text-shadow: none !important;
}

.camera_btn {
    display: inline-flex;
    align-items: center;
    background: #1a5fa8;
    color: #fff !important;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    padding: 12px 24px;
    text-decoration: none !important;
    border-bottom: none !important;
    transition: background 0.2s, transform 0.15s;
}

.camera_btn:hover {
    background: #134a87 !important;
    transform: translateY(-2px);
    color: #fff !important;
}

/* ============================================================
   STATS BAR
   ============================================================ */
.stats_bar {
    background: #1a5fa8;
    padding: 0;
}

.stats_inner {
    display: flex;
}

.stat_item {
    flex: 1;
    text-align: center;
    padding: 20px 16px;
    border-right: 1px solid rgba(255,255,255,0.15);
    transition: background 0.2s;
}

.stat_item:last-child { border-right: none; }
.stat_item:hover { background: rgba(0,0,0,0.1); }

.stat_num {
    font-family: 'Montserrat', sans-serif;
    font-size: 2rem;
    font-weight: 900;
    color: #fff;
    line-height: 1;
}

.stat_lbl {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.75);
    margin-top: 4px;
}

/* ============================================================
   SECTION HEADERS
   ============================================================ */
#slider3_wrapper {
    background: #f5f7fa;
    padding: 50px 0 60px;
}

#content2 {
    background: #fff;
    padding: 50px 0;
}

.section_header {
    margin-bottom: 36px;
}

.section_eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: 'Montserrat', sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    color: #1a5fa8;
    margin-bottom: 8px;
}

.section_eyebrow::before {
    content: '';
    display: block;
    width: 24px;
    height: 2px;
    background: #1a5fa8;
}

.section_sub {
    color: #666;
    font-size: 14px;
    line-height: 1.7;
    max-width: 700px;
    margin-top: 8px;
}

/* ============================================================
   EQUIPMENT CARDS
   ============================================================ */
.equipment_card {
    border-top: 4px solid #dce4ef;
    background: #fff;
    margin-bottom: 24px;
    transition: border-color 0.25s, box-shadow 0.25s, transform 0.2s;
    overflow: hidden;
}

.equipment_card:hover {
    border-top-color: #1a5fa8;
    box-shadow: 0 8px 32px rgba(26,95,168,0.12);
    transform: translateY(-4px);
}

.equipment_card a { text-decoration: none; display: block; }

.equipment_card figure {
    margin: 0;
    overflow: hidden;
}

.equipment_card figure img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    display: block;
    filter: saturate(0.8);
    transition: filter 0.3s, transform 0.4s;
}

.equipment_card:hover figure img {
    filter: saturate(1);
    transform: scale(1.03);
}

.equipment_body {
    padding: 16px;
}

.equipment_body .txt1 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    color: #0f2a4a;
    margin-bottom: 6px;
    transition: color 0.2s;
}

.equipment_card:hover .txt1 { color: #1a5fa8; }

.equipment_body .txt2 {
    font-size: 12px;
    color: #777;
    line-height: 1.6;
    margin-bottom: 10px;
}

.equipment_body .txt3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #1a5fa8;
}

/* ============================================================
   WELCOME / ABOUT BLOCK
   ============================================================ */
.welcome_block { margin-top: 20px; }

.welcome_img {
    float: left;
    width: 46%;
    margin: 0 24px 16px 0;
}

.welcome_img img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    display: block;
}

.welcome_text { overflow: hidden; }
.welcome_text .color1 { color: #1a5fa8; }

/* ============================================================
   NEWS CARDS
   ============================================================ */
.news_card {
    display: flex;
    gap: 16px;
    padding: 16px 0;
    border-bottom: 1px solid #dce4ef;
    align-items: flex-start;
}

.news_card:last-of-type { border-bottom: none; }

.news_date {
    flex-shrink: 0;
    width: 52px;
    background: #1a5fa8;
    color: #fff;
    text-align: center;
    padding: 8px 4px;
    font-family: 'Montserrat', sans-serif;
}

.news_day {
    display: block;
    font-size: 1.6rem;
    font-weight: 900;
    line-height: 1;
}

.news_month {
    display: block;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    opacity: 0.85;
    margin-top: 2px;
}

.news_body p { margin-bottom: 4px; font-size: 13px; color: #555; }
.news_body strong { color: #0f2a4a; font-family: 'Montserrat', sans-serif; font-size: 13px; }

.news_more {
    font-family: 'Montserrat', sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #1a5fa8;
}

/* ============================================================
   CTA STRIP
   ============================================================ */
.cta_strip {
    background: #1a5fa8;
    padding: 48px 0;
    position: relative;
    overflow: hidden;
}

.cta_strip::before {
    content: '';
    position: absolute;
    inset: 0;
    background: repeating-linear-gradient(-45deg, transparent, transparent 24px, rgba(255,255,255,0.04) 24px, rgba(255,255,255,0.04) 25px);
}

.cta_inner {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    flex-wrap: wrap;
}

.cta_text h2 {
    color: #fff;
    font-size: 1.8rem;
    margin-bottom: 6px;
    padding: 0;
}

.cta_text p {
    color: rgba(255,255,255,0.75);
    font-size: 14px;
    margin: 0;
}

.cta_btn {
    display: inline-flex;
    align-items: center;
    background: #fff;
    color: #1a5fa8 !important;
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 12px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    padding: 14px 28px;
    text-decoration: none !important;
    flex-shrink: 0;
    transition: background 0.2s, transform 0.15s;
    border-bottom: none !important;
}

.cta_btn:hover {
    background: #f0f5ff !important;
    color: #134a87 !important;
    transform: translateY(-2px);
}

/* ============================================================
   PAGE TITLE SECTION (inner pages)
   ============================================================ */
#h1_wrapper {
    background: #f5f7fa !important;
    padding: 24px 0;
    border-bottom: 3px solid #1a5fa8;
    margin-bottom: 0;
}

#h1_wrapper h1 {
    color: #0f2a4a !important;
    padding: 12px 0;
    margin: 0;
    font-size: 2rem;
}

/* Mobile stats bar */
@media (max-width: 767px) {
    .stats_inner { flex-wrap: wrap; }
    .stat_item { flex: 0 0 50%; border-bottom: 1px solid rgba(255,255,255,0.15); }
    .camera_caption { padding: 0 4%; }
    .camera_caption .txt1 { font-size: 1.6rem !important; }
    .cta_inner { flex-direction: column; text-align: center; }
    .welcome_img { float: none; width: 100%; margin: 0 0 16px 0; }
    .topbar-inner { justify-content: center; }
}
/* ============================================================
   MOBILE HAMBURGER MENU FIX — appended override
   ============================================================ */

/* Desktop default: hide hamburger, show menu */
.navbar_ .btn-navbar { display: none; }
.nav-collapse_.collapse {
    display: block !important;
    height: auto !important;
    overflow: visible !important;
}

/* Tablet 768–979px: keep desktop nav */
@media (min-width: 768px) and (max-width: 979px) {
    .navbar_ .btn-navbar { display: none !important; }
    .nav-collapse_.collapse {
        display: block !important;
        height: auto !important;
        overflow: visible !important;
    }
    .navbar_ .nav > li > a { padding: 0 12px; font-size: 11px; }
}

/* Mobile ≤ 767px: show hamburger, hide menu until tapped */
@media (max-width: 767px) {

    header { float: left; text-align: left; padding: 12px 0; }
    header img { height: 48px; }

    .menu_wrapper { float: right; padding-top: 8px; }

    /* SHOW hamburger button */
    .navbar_ .btn-navbar {
        display: inline-block !important;
        background: #1a5fa8;
        border: none;
        padding: 10px 12px;
        margin-top: 12px;
        margin-bottom: 0;
        border-radius: 4px;
        cursor: pointer;
        float: right;
    }
    .navbar_ .btn-navbar .icon-bar {
        display: block;
        width: 22px;
        height: 2px;
        background-color: #fff;
        background-image: none;
        border-radius: 1px;
        margin: 4px 0;
    }

    /* HIDE menu by default on mobile */
    .nav-collapse_.collapse {
        display: none !important;
        height: 0;
        overflow: hidden;
        clear: both;
        width: 100%;
    }

    /* SHOW menu when Bootstrap adds .in class */
    .nav-collapse_.collapse.in,
    .nav-collapse_.in {
        display: block !important;
        height: auto !important;
        overflow: visible !important;
        background: #ffffff;
        border-top: 1px solid #f0f2f5;
        padding: 8px 0;
    }

    /* Mobile nav list */
    .navbar_ { height: auto; }
    .navbar_ .nav {
        display: block;
        padding-right: 0;
        float: none;
        width: 100%;
    }
    .navbar_ .nav > li {
        float: none;
        display: block;
        padding-left: 0;
        border-bottom: 1px solid #f0f2f5;
        white-space: normal;
    }
    .navbar_ .nav > li:last-child { border-bottom: none; }
    .navbar_ .nav > li > a {
        height: auto;
        display: block;
        padding: 14px 16px;
        font-size: 13px;
        text-align: left;
        border-bottom: none;
    }
    .sub-menu ul {
        position: relative;
        left: 0;
        top: 0;
        box-shadow: none;
        display: block;
    }
}
/* ============================================================
   MOBILE HAMBURGER MENU — LIVE FIX
   ============================================================ */

/* DESKTOP & TABLET ≥768px: hide hamburger, show menu inline */
@media (min-width: 768px) {
    .navbar .btn-navbar,
    .navbar_ .btn-navbar,
    .btn-navbar { display: none !important; }
    
    .nav-collapse,
    .nav-collapse_,
    .nav-collapse.collapse,
    .nav-collapse_.collapse {
        display: block !important;
        height: auto !important;
        overflow: visible !important;
    }
}

/* MOBILE ≤767px */
@media (max-width: 767px) {
    
    .top1_wrapper { position: relative !important; }

    header {
        float: left !important;
        text-align: left !important;
        padding: 10px 0 !important;
    }
    header img,
    .logo_wrapper img {
        height: 48px !important;
        width: auto !important;
    }

    .menu_wrapper {
        float: right !important;
        padding: 0 !important;
        width: auto !important;
    }
    .navbar,
    .navbar_ {
        margin: 0 !important;
        height: auto !important;
        float: right !important;
    }

    /* HAMBURGER BUTTON */
    .navbar .btn-navbar,
    .navbar_ .btn-navbar,
    .btn-navbar {
        display: inline-block !important;
        float: right !important;
        background: #1a5fa8 !important;
        background-image: none !important;
        border: none !important;
        padding: 10px 12px !important;
        margin: 18px 0 12px 0 !important;
        border-radius: 4px !important;
        cursor: pointer !important;
        box-shadow: none !important;
    }
    .btn-navbar .icon-bar {
        display: block !important;
        width: 22px !important;
        height: 2px !important;
        background-color: #fff !important;
        background-image: none !important;
        border-radius: 1px !important;
        margin: 4px 0 !important;
        box-shadow: none !important;
    }

    /* MENU HIDDEN by default */
    .nav-collapse,
    .nav-collapse_,
    .nav-collapse.collapse,
    .nav-collapse_.collapse {
        display: none !important;
        clear: both !important;
        width: 100% !important;
        float: none !important;
        height: 0 !important;
        overflow: hidden !important;
    }

    /* MENU VISIBLE when .in class added */
    .nav-collapse.in,
    .nav-collapse_.in,
    .nav-collapse.collapse.in,
    .nav-collapse_.collapse.in {
        display: block !important;
        height: auto !important;
        overflow: visible !important;
        background: #ffffff !important;
        border-top: 1px solid #f0f2f5 !important;
        padding: 8px 0 !important;
    }

    /* Menu list items */
    .navbar .nav,
    .navbar_ .nav,
    ul.nav.sf-menu {
        display: block !important;
        float: none !important;
        width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
        background: none !important;
    }
    .navbar .nav > li,
    .navbar_ .nav > li,
    ul.nav.sf-menu > li {
        display: block !important;
        float: none !important;
        width: 100% !important;
        padding: 0 !important;
        margin: 0 !important;
        border-bottom: 1px solid #f0f2f5 !important;
        background: none !important;
    }
    .navbar .nav > li:last-child,
    .navbar_ .nav > li:last-child,
    ul.nav.sf-menu > li:last-child {
        border-bottom: none !important;
    }
    .navbar .nav > li > a,
    .navbar_ .nav > li > a,
    ul.nav.sf-menu > li > a {
        display: block !important;
        height: auto !important;
        padding: 14px 16px !important;
        font-size: 14px !important;
        text-align: left !important;
        text-transform: uppercase !important;
        text-shadow: none !important;
        background: none !important;
        border-bottom: none !important;
        color: #1e2a38 !important;
        line-height: 1.2 !important;
    }

    /* Submenus stack on mobile */
    .sub-menu ul {
        position: relative !important;
        left: 0 !important;
        top: 0 !important;
        box-shadow: none !important;
        display: block !important;
        opacity: 1 !important;
        background: #f8f9fa !important;
    }
}