:root {
    --thm-base: #800000;
    --thm-base-rgb: 128, 0, 0;
    --thm-black: #1a1a1a;
    --thm-text: #444;
    --thm-border: #e8e8e8;
    --thm-bg: #f8f6f6;
}

.getizy-btn,
.getizy-btn.btn-hover-cropping {
    background-color: #800000;
    border-color: #800000;
    color: #fff;
}
.getizy-btn:hover,
.getizy-btn.btn-hover-cropping:hover {
    background-color: #600000;
    border-color: #600000;
    color: #fff;
}
.getizy-btn.btn-hover-cropping::after,
.getizy-btn.btn-hover-cropping::before {
    background-color: #600000;
}
.getizy-btn--secondary {
    background-color: transparent;
    border: 2px solid #800000;
    color: #800000;
}
.getizy-btn--secondary:hover {
    background-color: #800000;
    color: #fff;
}

.sec-title__tagline .icon-sec-icon,
.sec-title__tagline::before,
.sec-title__tagline {
    color: #800000;
}
.sec-title__tagline {
    color: #800000;
}

.main-header--three .getizy-btn,
.main-header .getizy-btn {
    background-color: #800000;
    border-color: #800000;
}

.features-home-three__card__icon span,
.features-home-three__card__icon__trans span {
    color: #800000;
}
.features-home-three__card:hover {
    background-color: #800000;
}
.features-home-three__card:hover .features-home-three__card__icon span,
.features-home-three__card:hover .features-home-three__card__icon__trans span {
    color: #fff;
}

.about-three__progress-box .progress-box__bar__inner {
    background: #800000;
}
.about-three__list li i.fa-circle-check {
    color: #800000;
}

.service-three__content__item:hover .service-three__content__title {
    color: #800000;
}
.service-three__content__arrow-icon {
    color: #800000;
    border-color: #800000;
}

.accordion-title__icon::before,
.accordion-title__icon::after {
    background-color: #800000;
}
.accordion.active .accordion-title {
    color: #800000;
}
.accordion.active .accordion-title h4 {
    color: #800000;
}

.topbar--three {
    background-color: #600000;
}
.topbar {
    background-color: #600000;
}

.main-header--three .main-menu__list > li.current > a,
.main-header--three .main-menu__list > li:hover > a,
.main-menu__list > li.current > a,
.main-menu__list > li:hover > a {
    color: #800000;
}
.main-menu__list > li > ul > li:hover > a {
    color: #800000;
    background: #fff8f8;
}

.why-choose-three__single__icon span {
    color: #800000;
}
.why-choose-three__single:hover {
    background: #800000;
}
.why-choose-three__single:hover .why-choose-three__single__icon span,
.why-choose-three__single:hover .why-choose-three__single__title,
.why-choose-three__single:hover .why-choose-three__single__arrow-icon span {
    color: #fff;
}

.scroll-to-top {
    background-color: #800000;
}

.main-footer__bottom {
    background-color: #600000;
}
.footer-three {
    background-color: #1a0000;
}
.footer-three__bg__overlay {
    background-color: rgba(26, 0, 0, 0.95);
}
.footer-three__top .getizy-btn {
    background-color: #800000;
}
.footer-three__input input:focus,
.footer-three__btn {
    background-color: #800000;
}
.footer-three__input .footer-three__btn {
    background: #800000;
}

.page-header {
    position: relative;
    padding: 120px 0 60px;
    background-size: cover;
    background-position: center;
}
.page-header__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(128,0,0,0.88) 0%, rgba(26,0,0,0.92) 100%);
}
.page-header .container {
    position: relative;
    z-index: 2;
}
.page-header__inner {
    text-align: center;
}
.page-header__title {
    font-size: 42px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 16px;
}
.getizy-breadcrumb {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    list-style: none;
    padding: 0;
    margin: 0;
    flex-wrap: wrap;
}
.getizy-breadcrumb li {
    color: rgba(255,255,255,0.7);
    font-size: 14px;
}
.getizy-breadcrumb li::before {
    content: '/';
    margin-right: 8px;
    color: #800000;
}
.getizy-breadcrumb li:first-child::before { display: none; }
.getizy-breadcrumb li a { color: rgba(255,255,255,0.9); text-decoration: none; }
.getizy-breadcrumb li a:hover { color: #fff; }
.getizy-breadcrumb li.active { color: #fff; }

.counter-three {
    background-size: cover;
    background-position: center;
    position: relative;
    padding: 80px 0;
}
.counter-three::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(128, 0, 0, 0.88);
}
.counter-three .container { position: relative; z-index: 2; }
.counter-three__card { text-align: center; padding: 30px 20px; }
.counter-three__number { font-size: 52px; font-weight: 800; color: #fff; }
.counter-three__label { color: rgba(255,255,255,0.8); font-size: 15px; margin-top: 8px; }

.service-card-three {
    padding: 36px 30px;
    background: #fff;
    border-radius: 12px;
    border: 1px solid #f0e0e0;
    transition: all 0.3s ease;
    height: 100%;
}
.service-card-three:hover {
    background: #800000;
    border-color: #800000;
    transform: translateY(-6px);
    box-shadow: 0 20px 50px rgba(128,0,0,0.2);
}
.service-card-three__icon {
    font-size: 50px;
    color: #800000;
    margin-bottom: 20px;
    display: block;
    transition: color 0.3s;
}
.service-card-three:hover .service-card-three__icon { color: #fff; }
.service-card-three__title { font-size: 22px; font-weight: 700; margin-bottom: 14px; }
.service-card-three__title a { color: #1a1a1a; text-decoration: none; }
.service-card-three:hover .service-card-three__title a { color: #fff; }
.service-card-three__desc { color: #666; font-size: 14px; line-height: 1.7; margin-bottom: 18px; }
.service-card-three:hover .service-card-three__desc { color: rgba(255,255,255,0.85); }
.service-card-three__link { color: #800000; font-weight: 600; text-decoration: none; font-size: 14px; }
.service-card-three:hover .service-card-three__link { color: #fff; }

.service-sidebar { position: sticky; top: 100px; }
.service-sidebar__nav { background: #f8f8f8; border-radius: 12px; padding: 30px; margin-bottom: 24px; }
.service-sidebar__nav h5 { font-weight: 700; margin-bottom: 20px; color: #1a1a1a; border-bottom: 2px solid #800000; padding-bottom: 10px; }
.service-sidebar__nav ul { list-style: none; padding: 0; margin: 0; }
.service-sidebar__nav ul li { border-bottom: 1px solid #efefef; }
.service-sidebar__nav ul li a { display: flex; align-items: center; padding: 12px 0; color: #444; text-decoration: none; font-size: 14px; transition: color 0.2s; }
.service-sidebar__nav ul li a::before { content: ''; width: 6px; height: 6px; background: #800000; border-radius: 50%; margin-right: 10px; flex-shrink: 0; }
.service-sidebar__nav ul li a:hover, .service-sidebar__nav ul li.active a { color: #800000; font-weight: 600; }
.service-sidebar__cta { background: linear-gradient(135deg, #800000, #4a0000); border-radius: 12px; padding: 30px; color: #fff; }
.service-sidebar__cta h4 { color: #fff; font-size: 20px; margin-bottom: 10px; }
.service-sidebar__cta p { color: rgba(255,255,255,0.8); font-size: 14px; margin-bottom: 20px; }
.service-sidebar__cta .getizy-btn { background: #fff; color: #800000; width: 100%; text-align: center; margin-bottom: 16px; }
.service-sidebar__cta .getizy-btn:hover { background: rgba(255,255,255,0.9); }
.service-sidebar__contact { display: flex; align-items: center; gap: 10px; color: rgba(255,255,255,0.8); font-size: 13px; margin-top: 10px; }
.service-sidebar__contact a { color: #fff; text-decoration: none; }
.service-sidebar__contact i { color: rgba(255,255,255,0.6); width: 16px; }

.service-details__icon { font-size: 64px; color: #800000; margin-bottom: 16px; }
.service-details__title { font-size: 36px; font-weight: 800; color: #1a1a1a; margin-bottom: 8px; }
.service-details__tagline { color: #800000; font-size: 16px; font-weight: 600; margin-bottom: 24px; }
.service-details__img { border-radius: 12px; overflow: hidden; margin-bottom: 28px; }
.service-details__img img { width: 100%; height: 300px; object-fit: cover; }
.service-details__desc { color: #555; font-size: 16px; line-height: 1.8; margin-bottom: 30px; }
.service-details__sub-title { font-size: 22px; font-weight: 700; color: #1a1a1a; margin: 28px 0 16px; border-left: 4px solid #800000; padding-left: 14px; }
.service-details__feature-item { display: flex; align-items: flex-start; gap: 10px; padding: 10px 0; border-bottom: 1px solid #f5e5e5; font-size: 14px; color: #444; }
.service-details__feature-item i { color: #800000; margin-top: 2px; flex-shrink: 0; }
.process-step { text-align: center; padding: 24px 16px; background: #fff8f8; border-radius: 10px; border: 1px solid #f0dede; }
.process-step__num { display: block; font-size: 32px; font-weight: 800; color: #800000; margin-bottom: 8px; }
.process-step h6 { font-size: 13px; color: #555; font-weight: 600; margin: 0; }
.service-details__cta { margin-top: 32px; display: flex; flex-wrap: wrap; gap: 14px; }

.contact-info { padding-right: 20px; }
.contact-info__desc { color: #555; line-height: 1.8; margin-bottom: 32px; font-size: 15px; }
.contact-info__items { margin-bottom: 28px; }
.contact-info__item { display: flex; gap: 16px; align-items: flex-start; margin-bottom: 20px; }
.contact-info__icon { width: 48px; height: 48px; background: #fff0f0; border-radius: 10px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; color: #800000; font-size: 18px; }
.contact-info__text h5 { font-size: 15px; font-weight: 700; color: #1a1a1a; margin-bottom: 4px; }
.contact-info__text p, .contact-info__text a { color: #666; font-size: 14px; text-decoration: none; }
.contact-info__text a:hover { color: #800000; }
.contact-info__social { display: flex; gap: 10px; flex-wrap: wrap; }
.contact-info__social a { width: 40px; height: 40px; background: #800000; color: #fff; border-radius: 8px; display: flex; align-items: center; justify-content: center; text-decoration: none; font-size: 16px; transition: background 0.2s; }
.contact-info__social a:hover { background: #600000; }
.contact-form { background: #fff; border-radius: 16px; padding: 36px; box-shadow: 0 8px 40px rgba(0,0,0,0.08); border: 1px solid #f5eeee; }
.contact-form__title { font-size: 24px; font-weight: 700; color: #1a1a1a; margin-bottom: 24px; }
.contact-form__msg { padding: 12px 16px; border-radius: 8px; font-size: 14px; margin-bottom: 20px; }
.contact-form__msg--success { background: #f0fff4; border: 1px solid #b7ebc7; color: #2d6a4f; }
.contact-form__msg--error { background: #fff5f5; border: 1px solid #f5c2c7; color: #a01a2e; }
.form-control { width: 100%; padding: 13px 16px; border: 1px solid #e0d0d0; border-radius: 8px; font-family: inherit; font-size: 14px; color: #333; outline: none; transition: border-color 0.2s; background: #fff; }
.form-control:focus { border-color: #800000; box-shadow: 0 0 0 3px rgba(128,0,0,0.08); }
select.form-control { cursor: pointer; }
textarea.form-control { resize: vertical; min-height: 120px; }
.contact-map { height: 450px; overflow: hidden; }
.contact-map iframe { display: block; }

.appointment-info { padding-right: 20px; }
.appointment-info__desc { color: #555; line-height: 1.8; margin-bottom: 28px; }
.appointment-benefits { margin-bottom: 28px; }
.appointment-benefit { display: flex; align-items: center; gap: 12px; margin-bottom: 14px; font-size: 15px; color: #444; }
.appointment-benefit i { color: #800000; font-size: 18px; }
.appointment-contact h5 { font-size: 16px; font-weight: 700; color: #1a1a1a; margin-bottom: 8px; }
.appointment-phone { font-size: 24px; font-weight: 800; color: #800000; text-decoration: none; display: block; margin-bottom: 6px; }
.appointment-form { background: #fff; border-radius: 16px; padding: 36px; box-shadow: 0 8px 40px rgba(0,0,0,0.08); border: 1px solid #f5eeee; }
.appointment-form__title { font-size: 24px; font-weight: 700; margin-bottom: 24px; color: #1a1a1a; }

.project-card { background: #fff; border-radius: 12px; overflow: hidden; box-shadow: 0 4px 24px rgba(0,0,0,0.08); transition: transform 0.3s ease; }
.project-card:hover { transform: translateY(-6px); }
.project-card__img { position: relative; overflow: hidden; height: 240px; }
.project-card__img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s ease; }
.project-card:hover .project-card__img img { transform: scale(1.05); }
.project-card__overlay { position: absolute; inset: 0; background: rgba(128,0,0,0.7); display: flex; align-items: center; justify-content: center; opacity: 0; transition: opacity 0.3s; }
.project-card:hover .project-card__overlay { opacity: 1; }
.project-card__link { width: 50px; height: 50px; background: #fff; border-radius: 50%; display: flex; align-items: center; justify-content: center; color: #800000; font-size: 20px; text-decoration: none; }
.project-card__content { padding: 20px; }
.project-card__category { font-size: 11px; text-transform: uppercase; font-weight: 700; color: #800000; letter-spacing: 1px; display: block; margin-bottom: 8px; }
.project-card__title { font-size: 18px; font-weight: 700; margin-bottom: 6px; }
.project-card__title a { color: #1a1a1a; text-decoration: none; }
.project-card__title a:hover { color: #800000; }
.project-card__client { font-size: 13px; color: #888; margin: 0; }

.legal-content { padding: 20px 0; }
.legal-content h2 { font-size: 36px; font-weight: 800; color: #1a1a1a; margin-bottom: 8px; }
.legal-updated { color: #888; font-size: 13px; margin-bottom: 28px; }
.legal-content h4 { font-size: 20px; font-weight: 700; color: #800000; margin: 32px 0 12px; }
.legal-content p, .legal-content li { color: #555; line-height: 1.8; font-size: 15px; margin-bottom: 12px; }
.legal-content ul { padding-left: 20px; }
.legal-content a { color: #800000; }

.error-page { min-height: 60vh; display: flex; align-items: center; }
.error-page__number { font-size: 140px; font-weight: 900; color: #800000; line-height: 1; }
.error-page__title { font-size: 32px; font-weight: 700; color: #1a1a1a; margin: 16px 0 12px; }
.error-page__desc { color: #666; font-size: 16px; max-width: 500px; margin: 0 auto 32px; }
.error-page__btns { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }

.faq-still-question { padding: 40px; background: linear-gradient(135deg, #fff8f8, #fff0f0); border-radius: 16px; border: 1px solid #f0dede; }
.faq-still-question h4 { font-size: 26px; font-weight: 700; color: #1a1a1a; margin-bottom: 10px; }
.faq-still-question p { color: #666; margin-bottom: 24px; }

.cta-three { position: relative; padding: 80px 0; }
.cta-three__bg { position: absolute; inset: 0; background-size: cover; background-position: center; }
.cta-three__overlay { position: absolute; inset: 0; background: linear-gradient(135deg, rgba(128,0,0,0.92), rgba(64,0,0,0.95)); }
.cta-three .container { position: relative; z-index: 2; }
.cta-three__content h6 { color: rgba(255,255,255,0.8); }
.cta-three__title { font-size: 38px; font-weight: 800; color: #fff; margin: 12px 0 14px; }
.cta-three__desc { color: rgba(255,255,255,0.8); font-size: 15px; max-width: 560px; line-height: 1.7; }
.cta-three__btns { display: flex; flex-direction: column; gap: 12px; align-items: flex-end; }
.cta-three__btns .getizy-btn { min-width: 240px; text-align: center; justify-content: center; }

.footer-contact-list li { display: flex; align-items: flex-start; gap: 10px; font-size: 14px; color: rgba(255,255,255,0.7); margin-bottom: 10px; }
.footer-contact-list li i { color: #800000; width: 16px; flex-shrink: 0; margin-top: 3px; }
.footer-contact-list li a { color: rgba(255,255,255,0.8); text-decoration: none; }
.footer-contact-list li a:hover { color: #fff; }

@media (max-width: 991px) {
    .page-header__title { font-size: 32px; }
    .cta-three__title { font-size: 28px; }
    .cta-three__btns { align-items: flex-start; margin-top: 20px; }
    .service-details__cta { flex-direction: column; }
    .service-details__cta .ml-20 { margin-left: 0; }
    .appointment-info, .contact-info { padding-right: 0; margin-bottom: 30px; }
}
@media (max-width: 767px) {
    .counter-three__number { font-size: 36px; }
    .error-page__number { font-size: 90px; }
    .faq-still-question { padding: 28px 20px; }
}
.ml-20 { margin-left: 20px; }
.pt-50 { padding-top: 50px; }
.pt-60 { padding-top: 60px; }
.section-space { padding: 100px 0; }
.section-space-top { padding-top: 100px; }
.section-space-two { padding: 80px 0; }
@media (max-width: 767px) {
    .section-space { padding: 60px 0; }
    .section-space-top { padding-top: 60px; }
}
