root {
    --ca-theme-color: #1BABA5;
    --ca-secondary-color: #0E1040;
    --ca-heading-color: #0E1040;
    --ca-text-color: #555555;
    --ca-bg-color: #FFFFFF;
    --ca-border-color: #E5E5E5;
    --ca-font-family: 'Poppins', sans-serif;
}

p {
    color: var(--ca-text-color);
    font-size: 16px;
    line-height: 24px;
    padding-bottom: 32px !important;
}

a {
    /*  color: #0E1040 !important;*/
    text-decoration: none !important;
}

h2, h3 {
    margin: 20px 0 !important;
}

.ca-logo img {
    max-height: 50px !important;
}

.ca-logo a {
    font-weight: bold;
    font-size: 1.5em;
    color: #0E1040 !important;
}

.ca-ft-logo img {
    max-height: 100px !important;
}

.ca-slider-3-shape img {
    bottom: 2px;
    right: 0;
    width: 50% !important;
}

.ca-breadcrumb-area {
    padding-top: 138px;
    padding-bottom: 31px;
}

.ca-team-img {
    background-size: cover;
    background-position: center;
    height: 250px; /* 🔑 fixed height for all images */
    border-radius: 7px 7px 0 0;
    position: relative;
}

.ca-breadcrumb-area {
    background-size: contain !important;
    background-position: right !important;
    background-repeat: no-repeat !important;
}

.ca-portfolio-img {
    background-size: cover;
    background-position: center;
    height: 250px; /* 🔑 fixed height for all images */
    border-radius: 7px 7px 0 0;
    position: relative;
}

.slider-2 {
    background-size: contain !important;
    background-position: right !important;
}

.ca-team-img .ca-team-link {
    display: block;
    width: 100%;
    height: 100%;
}

.header-3 {
    background: rgba(255, 255, 255, 0.20) !important;
    backdrop-filter: blur(10px);

}

.ca-main-menu-3 ul li > a {
    color: #0E1040 !important;
    font-size: 18px !important;
}

.header-area-3.stiky.scroll-header {
    background-color: rgba(255, 255, 255, 0.20) !important;

}

.slider-nav .thumb {
    width: 100px !important; /* adjust thumbnail width */
    height: 100px !important; /* adjust thumbnail height */
    background-size: contain; /* 🔑 keeps full image inside */
    background-repeat: no-repeat;
    background-position: center;
    border: 1px solid #0E1040 !important; /* optional styling */
    border-radius: 6px; /* optional rounded corners */
    cursor: pointer;
    margin-top: 5px !important;
    margin-bottom: 5px !important;
}

.wp-block-list ul {

}

.ca-slider-heading,
.slider-sub-content, .ca-breadcrumb-content {
    text-shadow: 0 2px 6px rgba(0, 0, 0, 0.6);
}


.search-box {
    outline: none;
    height: 48px;
    border-radius: 30px;
    display: block;
    padding: 16px 20px;
    border: none;
    background: #FFEFE8;
    width: 100%;
}

.wp-block-list {
    list-style: none;
    padding-left: 1.6rem;
}

.wp-block-list li {
    position: relative;
    padding-left: 1.4rem;
    margin-bottom: .6rem;
}

.wp-block-list li::before {
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    content: "\f00c"; /* checkmark — change codepoint for other icons */
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    color: var(--ca-secondary-color);
    height: 20px;
    width: 20px;
    background: #E7EDF6;
    border-radius: 50px;
    display: block;
    line-height: 20px;
    font-size: 10px;
    text-align: center;
    margin-right: 8px;
}

input[type="text"] {
    outline: none;
    height: 48px;
    border-radius: 30px;
    display: block;
    padding: 16px 20px;
    border: none;
    background: #E7EDF6;
    width: 100%;
}

.ca-blog-box-content {
    box-shadow: 0 23px 8px rgba(14, 16, 64, 0.2) !important;
}

.subscriber-success-message {
    display: none;
    color: var(--ca-secondary-color); /* Bootstrap green  #66CDAA */
    font-weight: 600;
    margin-top: 10px;
    padding: 8px 12px;
    /* border: 1px solid #28a745;*/
    border-radius: 4px;
}


/* base message helper */
.contact-message {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-weight: 600;
}

/* icon styling (uses simple unicode icons so no external font needed) */
.contact-message::before {
    display: inline-block;
    font-size: 1.1em;
    line-height: 1;
    width: 1em;
    text-align: center;
}

/* success: green text + check icon */
.contact-message--success {
    color: #28a745; /* green */
}

.contact-message--success::before {
    content: "✓";
}

/* error: red text + cross icon */
.contact-message--error {
    color: #e74c3c; /* red */
}

.contact-message--error::before {
    content: "✖";
}

.ca-location-icbox-text a:hover {
    color: #fff !important;
}