.elementor-kit-16{--e-global-color-primary:#000000;--e-global-color-secondary:#333333;--e-global-color-text:#3F3F41;--e-global-color-accent:#FFFFFF;--e-global-color-39fc2f7:#DDDDDD;--e-global-color-6d5f202:#BBBBBB;--e-global-color-d1049bf:#AAAAAA;--e-global-color-ad0aa43:#888888;--e-global-color-94ccba9:#FFFFFF;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:400;--e-global-typography-secondary-font-family:"Roboto";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;color:#313131;font-family:"Lato", Lato;}.elementor-kit-16 button,.elementor-kit-16 input[type="button"],.elementor-kit-16 input[type="submit"],.elementor-kit-16 .elementor-button{background-color:#0F0F0F;color:#FFFFFF;}.elementor-kit-16 e-page-transition{background-color:#FFBC7D;}.site-footer{background-color:transparent;background-image:linear-gradient(180deg, var( --e-global-color-accent ) 18%, var( --e-global-color-6d5f202 ) 100%);}.elementor-kit-16 a{color:#324D66F5;font-weight:700;font-style:normal;}.elementor-kit-16 a:hover{color:var( --e-global-color-39fc2f7 );}.elementor-kit-16 h1{color:#0C0C0C;font-family:"Roboto", Lato;}.elementor-kit-16 h2{color:#0C0C1C;font-family:"Montserrat", Lato;}.elementor-kit-16 h3{color:#0C0C1C;font-family:"Montserrat", Lato;}.elementor-kit-16 h4{color:#0C0C1C;font-family:"Montserrat", Lato;}.elementor-kit-16 h5{color:#0C0C1C;font-family:"Montserrat", Lato;}.elementor-kit-16 h6{color:#0C0C1C;font-family:"Montserrat", Lato;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1108px;}.e-con{--container-max-width:1108px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}.site-header .site-branding{flex-direction:column;align-items:stretch;gap:0px;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding .site-logo img{width:248px;max-width:248px;}footer .footer-inner .site-navigation a{color:#000000;font-weight:500;}.site-footer .copyright p{color:var( --e-global-color-primary );font-family:"Sawarabi Gothic", Lato;font-size:14px;font-weight:400;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}.site-footer .site-branding .site-logo img{width:160px;max-width:160px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}.site-footer{padding-inline-end:9px;padding-inline-start:9px;}.site-footer .site-branding .site-logo img{width:228px;max-width:228px;}}/* Start custom CSS *//* Header background color */
.site-header {
    background-color: #003366; /* Dark Blue */
}

/* Navigation links color */
.main-navigation a {
    color: #ffffff; /* White for contrast */
}

/* Navigation links hover effect */
.main-navigation a:hover {
    color: #007bff; /* Lighter Blue for hover effect */
}

/* Featured section background */
.featured-section {
    background-color: #007bff; /* Lighter Blue */
    color: #ffffff; /* White text for readability */
}

/* Featured section heading style */
.featured-section h1 {
    font-size: 24px;
    margin-bottom: 15px;
}

/* Blog post card styling */
.post-card {
    border: 1px solid #003366; /* Dark Blue border */
    background-color: #ffffff; /* White background */
}

/* Blog post title color */
.post-card h2 {
    color: #003366; /* Dark Blue */
}

/* Blog post excerpt and details color */
.post-card p, .post-card .post-meta {
    color: #707070; /* Grey for text */
}

/* Footer background color */
.site-footer {
    background-color: #003366; /* Dark Blue */
    color: #ffffff; /* White text */
}

/* Footer links color */
.site-footer a {
    color: #ffffff;
}

/* Footer links hover effect */
.site-footer a:hover {
    color: #007bff; /* Lighter Blue */
}

@media (max-width: 768px) {
    /* Responsive adjustments for smaller screens */
    .featured-section .featured-title {
        font-size: 20px;
    }
}/* End custom CSS */