:root {
  --primary-color: #243e89;
  --secondary-color: #00b0f0;
  --accent-color: #12cad8;
  --light-background-color: #f5f5f1;
  --body-font: Tahoma, "Trebuchet MS", sans-serif;
  --header-font: Lato, Arial, sans-serif;
}

*, p, a, td, th {
    font-family: var(--body-font);
}

a {text-decoration: none;}

.WaGadgetMobilePanel .mobilePanel {
    background-color: var(--primary-color);
}

.WaGadgetMenuHorizontal *, .topNav *,
h1, h2, h3, h4, h5 {
    font-family: var(--header-font)!important;
}

.pattern1 .WaLayoutItem:nth-of-type(3) {
    background: var(--secondary-color);
}

.pattern2 .WaLayoutItem:nth-of-type(1),
.pattern2 .WaLayoutItem:nth-of-type(5) {
    background: var(--secondary-color);
}

body {
  background: #fff;
}

#id_Header {
  background-color: var(--primary-color);
  color: #fff;
}

.topNav ul li a {
  text-transform: capitalize!important;
}

.WaGadgetMenuHorizontal .firstLevel>li span {
    text-transform: capitalize;
    font-size: 18px;
}

.mainMenu .firstLevel {
    display: flex!important;
    justify-content: space-between;
}

.mainMenu .firstLevel > li:first-child {
    d_isplay: none!important;
}

.WaGadgetLoginForm.LoginFormStyle001 .loginContainer.loginContainer .loginLink, .WaGadgetLoginForm.LoginFormStyle002 .loginContainer.loginContainer .loginLink {
background: none!important;
}

.WaGadgetLoginForm.LoginFormStyle001 .loginContainer.authenticated.loginContainer.authenticated .loginLink, .WaGadgetLoginForm.LoginFormStyle002 .loginContainer.authenticated.loginContainer.authenticated .loginLink {
    color: #fff;
}

.WaGadgetLoginForm.LoginFormStyle001 .loginContainer.authenticated.loginContainer.authenticated .loginLink:hover, .WaGadgetLoginForm.LoginFormStyle002 .loginContainer.authenticated.loginContainer.authenticated .loginLink:hover, .WaGadgetLoginForm.LoginFormStyle001 .loginContainer.authenticated.loginContainer.authenticated .loginLink.hover, .WaGadgetLoginForm.LoginFormStyle002 .loginContainer.authenticated.loginContainer.authenticated .loginLink.hover {
    color: var(--accent-color);
    background: white;
}

.tagline h1.promo {
  color: var(--primary-color);
    text-transform: capitalize;
    font-style: italic;
}

.camera_caption {
    background: var(--primary-color);
    opacity: 0.75!important;
    width: 30%!important;
    left: 10%!important;
    top: 100px!important;
    bottom: unset!important;
    padding: 40px!important;
}

.camera_caption>div {
  font-size: 36px;
}

.sitefooter .WaGadgetCustomMenu a {
    text-transform: unset!important;
}

.zoneWAbranding {display: none;}

.copyright_bar {
  background: var(--primary-color);
  color: #fff;
}


.testimonials {
    background: var(--light-background-color);
}

.testimonial-slider-container {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: auto;
}

.arrow {
    font-size: 40px;
    color: #333;
    cursor: pointer;
    user-select: none;
}

.left-arrow {
    margin-right: 10px;
}

.right-arrow {
    margin-left: 10px;
}

.testimonial-slider {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.slider-wrapper {
    display: flex;
    transition: transform 0.5s ease-in-out;
    will-change: transform;
    /* gap: 20px; */
}

.slide {
    box-sizing: border-box;
    padding: 0 10px;
    display: flex;
    flex-shrink: 0;
}

.testimonial-card {
    display: flex;
    align-items: center; /* Aligns avatar and content vertically */
    box-sizing: border-box;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 10px;
    background-color: #fff;
    width: 100%;
    height: 100%;
}

.testimonial-card img {
    border-radius: 50%;
    width: 80px;
    height: 80px;
    object-fit: cover;
    margin-right: 20px;
}

.testimonial-content {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.testimonial-content h3 {
    margin: 0 0 5px;
}

.testimonial-content .title {
    color: gray;
    font-size: 18px;
    margin-bottom: 10px;
}

.testimonial-content .stars {
    color: gold;
    font-size: 18px;
    margin-bottom: 10px;
}

.testimonial-content .comment {
    font-style: italic;
    margin-top: auto; /* Pushes comment to the bottom */
}


.slide {
    width: 20%;
}


.calltoactions.overlap > table {
    position: relative;
    top: -100px;
}

.calltoactions p,
.calltoactions2 p,
.calltoactions a,
.calltoactions2 a {
    text-align: center;
    color: var(--light-background-color);
    font-weight: bold;
    font-size: 30px;
}

.calltoactions2 p,
.calltoactions2 a {
    font-size: 25px;
}

.calltoactions img {
    filter: invert(97%) sepia(100%) saturate(11%) hue-rotate(155deg) brightness(105%) contrast(104%);
    height: 70px;
    width: auto;
}

.calltoactions2 img {
    height: 70px;
    width: auto;
}

.calltoactions .WaLayoutItem {
    background: var(--secondary-color);
     aspect-ratio: 1 / 1;
     display: flex;
  justify-content: center;
  align-items: center;
  width: unset!important;
}

.calltoactions2 .WaLayoutItem {
    background: #3A5195;
}

.calltoactions2 .WaLayoutItem {
     aspect-ratio: 1 / 1;
     display: flex;
  justify-content: center;
  align-items: center;
  width: unset!important;
}

.latestnewssection {
    background: var(--light-background-color);
}

.latestnewssection h1 {
    color: var(--primary-color);
    text-transform: capitalize!important;
}

.latestnewssection h3 {
    color: var(--accent-color);
    text-transform: capitalize!important;
}




.homeEvents ul li {
    padding: 25px 20px !important;
    display: grid;
    grid-template-columns: 1fr auto;
    grid-template-rows: auto auto;
    gap: 5px;  
    margin: 20px 0!important;
    background: #fff;
    border-radius: 20px;
    align-items: center; 
}

.homeEvents ul li:hover {
    background-color: #f5f5f5;
}


.homeEvents .title a {

    color: var(--primary-color)!important;
    text-decoration: none!important;
    font-size: 18px!important;
}

.homeEvents .title a:hover {
    color: var(--accent-color)!important;
}

.homeEvents .title {
    grid-column: 1;
    grid-row: 1;
}

.homeEvents .date {
    grid-column: 1;
    grid-row: 2; 
    margin-top: 5px;
}

.homeEvents .location {
    grid-column: 2;
    grid-row: 1 / span 2;
    align-self: center;
    margin-left: 20px; 
    white-space: nowrap;
    font-size: 0.95em;
    color: #7f8c8d;
    display: none;
}


a.buttonStyle001, a:link.buttonStyle001 {
    background: var(--secondary-color);
}

.homeMission {
    padding: 50px;
    background: var(--secondary-color);
    color: #fff;
    text-align: center;
    font-size: 24px;
}




.WaGadgetLoginForm .loginLink {
    display: flex!important;
    line-height: normal!important;
    align-items: center;
    padding: 0 20px;
    background: #f7f5f3!important;
    width: max-content !important;
    color: var(--primary-color);
    font-weight: bold;
    float: right;
}




.WaGadgetContactProfileStateMain .actionButtonContainer input[type=submit], .WaGadgetContactProfileStatePrivacy .actionButtonContainer input[type=submit], .WaGadgetContactProfileStateSubscriptions .actionButtonContainer input[type=submit] {
    background: var(--primary-color)!important;
}






.WaGadgetLoginForm .loginLink:before {
    display: none;
}

@media (max-width: 2100px) {
    .slide {
        width: 25%; 
    }
}

@media (max-width: 1200px) {
    .slide {
        width: 33.3333%;
    }
}

@media (max-width: 820px) {
    .slide {
        width: 50%;
    }
}

@media (max-width: 620px) {
    #id_Header {
        display: none;
    }
    .slide {
        width: 100%; 
    }
    .calltoactions .WaLayoutItem span {
        display: none;
    }
    .calltoactions .WaLayoutItem {
        width: 50% !important;
        float: right;
        border: 1px solid #fff;
        box-sizing: border-box;
    }
    #id_Content2 {
        clear: both;
    }
    .pattern1, .pattern2 {
        display: none;
    }
    .footerLinks {
        display: none;
    }
    .testimonials {
        display: none;
    }
    .latestnewssection td {
        margin-bottom: 40px;
    }
    h1.promo {
        font-size: 25px!important;
    }
    .logoContainer {
        padding: 0 30px!important;
    }
    .camera_caption {display: none!important;}


    .camera_wrap {
        height: 300px!important;
    }
.heroSlideHolder {
    margin-top: 200px;
}
}

/* --- DEFAULT (DESKTOP) --- */
/* 1. Hide the Mobile Image by default on desktop */
#id_4YTIWDU {
    display: none !important;
}
/* 2. Ensure Slideshow is visible on desktop */
#id_JmCIrub {
    display: block !important;
}
/* --- MOBILE DEVICES (Tablets/Phones) --- */
@media screen and (max-width: 768px) {
    /* 3. Hide the Slideshow on mobile */
    #id_JmCIrub {
        display: none !important;
    }
    /* 4. Show the Static Image on mobile */
    #id_4YTIWDU {
        display: block !important;
    }
}