:root {
    --theme: #87CEEB;
    --theme-2: #87CEEB;
    --theme-3: #87CEEB;
}

/* Override theme colors */
.theme-btn {
    background: var(--theme) !important;
    border-color: var(--theme) !important;
}

.theme-btn:hover {
    background: #6ba8c4 !important;
    border-color: #6ba8c4 !important;
}

.theme-btn.style-2 {
    background: transparent !important;
    border-color: var(--theme) !important;
    color: var(--theme) !important;
}

.theme-btn.style-2:hover {
    background: var(--theme) !important;
    color: #fff !important;
}

/* Override other theme-colored elements */
.ratting i {
    color: var(--theme) !important;
}

.heart i {
    color: var(--theme) !important;
}

.section-title .sub-title {
    color: var(--theme) !important;
}

/* Override hover effects */
a:hover {
    color: var(--theme) !important;
}

/* Override active states */
.active {
    color: var(--theme) !important;
}

.header-logo img,
.offcanvas__logo img,
.logo-items img {
    height: 200px;
    width: auto;
    object-fit: contain;
}

.service-box-item .icon img {
    filter: invert(11%) sepia(90%) saturate(2551%) hue-rotate(222deg) brightness(90%) contrast(101%);
}
