/* Modern Light Theme - Brettonwoods */

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap');

body,
html {
    background-color: #eef7f2 !important;
    /* Soft light green background */
    color: #333333 !important;
    font-family: 'Inter', sans-serif !important;
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
}

/* Typography & Links */
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #111111;
    font-weight: 600;
}

a {
    color: #0088c4;
    /* Retain original nice blue */
    text-decoration: none;
    transition: all 0.3s ease;
}

a:hover {
    color: #005a87;
}

/* Header & Navigation */
.header {
    background: #e6f0fa !important;
    border-bottom: 2px solid #e0e4e8;
    z-index: 1000;
}

.menu-bar {
    padding: 15px 0 !important;
}

/* Cards & Content Blocks */
.block1,
.card-light {
    background: #ffffff !important;
    border: 1px solid #e5e9f0 !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    border-radius: 12px !important;
    color: rgb(15, 15, 15) !important;
    padding: 20px !important;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.block1:hover,
.card-light:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    border-color: #0088c4 !important;
}

/* Headings with flair */
.latestHead {
    background: #0088c4 !important;
    color: #ffffff !important;
    padding: 12px 20px !important;
    border-radius: 6px !important;
    font-size: 1.25rem !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    box-shadow: 0 4px 10px rgba(0, 136, 196, 0.2);
    border: none !important;
}

.latestHead1 {
    background: #0088c4 !important;
    color: #ffffff !important;
    padding: 8px 20px !important;
    border-radius: 6px !important;
    font-size: 1rem !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    box-shadow: 0 4px 10px rgba(0, 136, 196, 0.2);
    border: none !important;
    width: 270px;
    /* control length */
}

/* Search Form */
.search-form input {
    background: #ffffff !important;
    border: 1px solid #cccccc !important;
    color: #333 !important;
    border-radius: 20px !important;
    padding: 8px 16px !important;
    transition: all 0.3s ease;
}

.search-form input:focus {
    outline: none;
    border-color: #0088c4 !important;
    box-shadow: 0 0 8px rgba(0, 136, 196, 0.3);
}

.search-form button {
    background: #0088c4 !important;
    color: #ffffff !important;
    font-weight: 600;
    border-radius: 20px !important;
    padding: 8px 20px !important;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.3s ease !important;
    border: none;
}

.search-form button:hover {
    background: #006699 !important;
    box-shadow: 0 0 12px rgba(0, 136, 196, 0.4);
    transform: scale(1.05);
}

/* Footer modern light */
.footer-light {
    background: #e6f0fa !important;
    border-top: 1px solid #e0e4e8 !important;
    padding: 20px 0;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.02);
}

.footer-light a {
    color: #555555 !important;
    font-weight: 500;
}

.footer-light a:hover {
    color: #0088c4 !important;
}

/* Side Menu / Lists */
.sideMenu {
    margin: 0;
    padding: 0;
}

.sideMenu li {
    list-style: none;
    border-bottom: 1px solid #f0f0f0;
}

.sideMenu li a {
    display: block;
    padding: 12px 15px;
    background: #8db78a;
    color: #ffffff;
    font-weight: 500;
    border-radius: 4px;
}

.sideMenu li a:hover {
    background: #373b3d;
    color: #ffffff;
    padding-left: 20px;
}

/* Video & Images */
video,
img {
    border-radius: 8px;
}

/* Client slider modern */
.clients-section {
    background: #ffffff !important;
    border: 1px solid #e0e4e8 !important;
    border-radius: 12px !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
}

.client-slider-wrapper {
    background: transparent !important;
    border: none !important;
}

.client-slide img {
    transition: 0.3s ease;
}

.client-slide img:hover {
    transform: scale(1.05);
}

.client-slider-btn {
    background: #ffffff !important;
    color: #333333 !important;
    border: 1px solid #cccccc !important;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.client-slider-btn:hover {
    background: #0088c4 !important;
    color: #ffffff !important;
    border-color: #0088c4 !important;
}

/* Overriding old foundation/custom classes */
.greeBg {
    background: transparent !important;
}

.clearing-thumbs li img {
    border: 1px solid #e0e4e8;
    border-radius: 6px;
}

.clearing-thumbs li img:hover {
    border-color: #0088c4;
    box-shadow: 0 2px 8px rgba(0, 136, 196, 0.2);
}