/* ================================
   SRI INDU CONSTRUCTIONS – BRAND CSS
   Applied via Additional CSS
================================ */

/* Brand Colors */
:root {
    --brand-blue: #1E4FA3;   /* Logo Blue */
    --brand-pink: #E91E63;   /* Logo Pink */
}

/* ========== PRIMARY BACKGROUNDS ========== */
button,
.btn,
.theme-btn,
.main-btn,
input[type="submit"],
input[type="button"],
.wpcf7-submit,
.comment-respond .submit,
.contact__form .button-secondary,
.quantity .qty-plus,
.quantity .qty-minus,
.faqs-accordion .accordion .title:after,
.swiper-pagination-bullet-active,
.owl-dot.active span,
.owl-dot:hover span,
.shop-area .item .category,
.wishlist_table thead,
.page-cart table thead,
.woocommerce-message a.button {
    background-color: var(--brand-blue) !important;
    border-color: var(--brand-blue) !important;
}

/* ========== TEXT & ICON COLOR ========== */
a:hover,
.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active,
.section-title span,
.section-title strong,
.service-icon i,
.rooms2 .item .actions a:hover i,
.news2 .item .con h5 a:hover,
.woocommerce a.remove,
.star-rating,
.woocommerce-Price-amount,
.footer a:hover {
    color: var(--brand-pink) !important;
}

/* ========== HEADINGS & TITLES ========== */
.section-title,
.page-title,
.banner-header h1 span,
.banner-header h2 span,
h1 span,
h2 span {
    color: var(--brand-blue) !important;
}

/* ========== BORDERS & FOCUS ========== */
input:focus,
textarea:focus,
select:focus,
.woocommerce-tabs ul.tabs li.active a,
.woocommerce-pagination ul li span.current,
.woocommerce-pagination ul li a:hover {
    border-color: var(--brand-blue) !important;
}

/* ========== ICON BUTTON HOVERS ========== */
.rooms2 .item .actions a:hover,
.rooms2 .item .actions a.icon-btn:hover {
    background-color: var(--brand-blue) !important;
}

/* ========== FOOTER ACCENTS ========== */
footer a:hover,
.footer-widget a:hover,
.footer-contact i {
    color: var(--brand-pink) !important;
}
