/* Custom Theme Color Overrides */
/* Override orange colors with teal (#2BB095) */

:root {
  --theme-color: #2BB095 !important;
}

/* Header Navigation Menu Area - Orange to Teal */
.header-style-one .menu-area {
  background: linear-gradient(180deg, #2BB095, #1a8070) !important;
}

.header-style-one .menu-area:before {
  background: linear-gradient(180deg, #2BB095, #1a8070) !important;
}

/* Header Top Three Style - Orange to Teal */
.header-top-three {
  background: linear-gradient(180deg, #2BB095, #1a8070) !important;
}

/* Banner Section - Orange to Teal */
.banner-section .btn-box a,
.banner-style-one .btn-box a {
  background: linear-gradient(180deg, #2BB095, #1a8070) !important;
}

/* Estimate Section - Orange to Teal */
.estimate-section .image-column .image-box:before,
.estimate-section .form-inner button {
  background: linear-gradient(180deg, #2BB095, #1a8070) !important;
}

/* Any other elements using theme color gradient */
.theme-btn {
  background: linear-gradient(180deg, #2BB095, #1a8070) !important;
}

/* Get Quote Button - Blue Only (Override) */
.header-lower .btn-box a,
.sticky-header .btn-box a,
.header-style-one .btn-box a {
  background: #183553 !important;
  background-image: none !important;
}

.header-lower .btn-box a:hover,
.sticky-header .btn-box a:hover,
.header-style-one .btn-box a:hover {
  background: #0056b3 !important;
}
