/* Diaz Remodeling - Custom Styles */
/* Bootstrap 5.3.8 loaded via CDN */

/* ==========================================================================
   CSS Variables
   ========================================================================== */
:root {
    --color-primary: #f8c12c;
    --color-primary-hover: #efad00;
    --color-dark: #000;
    --color-gray: #727272;
    --color-light-gray: #f5f5f5;
    --color-border: #e7e7e7;
    --font-family: 'Roboto', sans-serif;
    --animation-duration: 0.6s;
    --animation-timing: cubic-bezier(0.4, 0, 0.2, 1);
}

/* ==========================================================================
   Animations - Keyframes
   ========================================================================== */
@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(40px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translateY(-40px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translateX(-40px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translateX(40px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes scaleIn {
    from {
        opacity: 0;
        transform: scale(0.9);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes slideInUp {
    from {
        transform: translateY(100%);
    }
    to {
        transform: translateY(0);
    }
}

@keyframes pulse {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.05);
    }
}

@keyframes shimmer {
    0% {
        background-position: -200% 0;
    }
    100% {
        background-position: 200% 0;
    }
}

@keyframes float {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}

/* ==========================================================================
   Animation Classes - Scroll Triggered
   ========================================================================== */
.animate-on-scroll {
    opacity: 0;
    transition: opacity var(--animation-duration) var(--animation-timing),
                transform var(--animation-duration) var(--animation-timing);
}

.animate-on-scroll.animate-fade-in {
    opacity: 0;
}

.animate-on-scroll.animate-fade-up {
    transform: translateY(40px);
}

.animate-on-scroll.animate-fade-down {
    transform: translateY(-40px);
}

.animate-on-scroll.animate-fade-left {
    transform: translateX(-40px);
}

.animate-on-scroll.animate-fade-right {
    transform: translateX(40px);
}

.animate-on-scroll.animate-scale {
    transform: scale(0.9);
}

.animate-on-scroll.animated {
    opacity: 1;
    transform: translateY(0) translateX(0) scale(1);
}

/* Staggered animation delays */
.animate-delay-1 { transition-delay: 0.1s; }
.animate-delay-2 { transition-delay: 0.2s; }
.animate-delay-3 { transition-delay: 0.3s; }
.animate-delay-4 { transition-delay: 0.4s; }
.animate-delay-5 { transition-delay: 0.5s; }
.animate-delay-6 { transition-delay: 0.6s; }
.animate-delay-7 { transition-delay: 0.7s; }
.animate-delay-8 { transition-delay: 0.8s; }

/* ==========================================================================
   Swiper Customizations
   ========================================================================== */
:root {
    --swiper-theme-color: #007aff;
}

.swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
    display: block;
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
    display: block;
}

.swiper-pagination {
    min-width: 90px;
}

.swiper-pagination .swiper-pagination-bullet {
    background: #000;
    opacity: 1;
}

.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: var(--color-primary);
    width: 12px;
    height: 12px;
}

.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active-next,
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active-prev {
    width: 12px;
    height: 12px;
}

.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active-next-next,
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active-prev-prev {
    width: 10px;
    height: 10px;
    transform: scale(.5);
    top: -1px;
}

/* ==========================================================================
   Icon Font
   ========================================================================== */
@font-face {
    font-family: 'diaz-remodeling';
    src: url('/build/assets/diaz-remodeling-F8Y4HR00.eot?7zt8xt');
    src: url('/build/assets/diaz-remodeling-F8Y4HR00.eot?7zt8xt#iefix') format('embedded-opentype'),
         url('/build/assets/diaz-remodeling-DrVO3cZn.ttf?7zt8xt') format('truetype'),
         url('/build/assets/diaz-remodeling-BTytgJNo.woff?7zt8xt') format('woff'),
         url('/build/assets/diaz-remodeling-shUCLW1L.svg?7zt8xt#diaz-remodeling') format('svg');
    font-weight: 400;
    font-style: normal;
    font-display: block;
}

i[class^="icon-"],
i[class*=" icon-"] {
    font-family: 'diaz-remodeling' !important;
    speak: never;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: var(--color-primary);
}

.icon-arrow_back:before { content: "\e900"; }
.icon-arrow_forward:before { content: "\e901"; }
.icon-caret-down-filled:before { content: "\e902"; }
.icon-location-filled:before { content: "\e903"; }
.icon-phone:before { content: "\e904"; }

/* Large icon variant */
.icon-lg {
    font-size: 48px;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(248, 193, 44, 0.1);
    border-radius: 50%;
    margin: 0 auto 20px;
    transition: all 0.3s ease;
}

.icon-lg:hover {
    background: rgba(248, 193, 44, 0.2);
    transform: scale(1.1);
}

/* ==========================================================================
   Typography - Roboto Font
   ========================================================================== */
@font-face {
    font-family: 'Roboto';
    src: url('/build/assets/Roboto-Regular-BHeBnKzs.ttf');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('/build/assets/Roboto-Italic-Dxo79a56.ttf');
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: 'Roboto';
    src: url('/build/assets/Roboto-Bold-BKtbn9Wi.ttf');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('/build/assets/Roboto-Black-qr0G-G-3.ttf');
    font-weight: 700;
    font-style: normal;
}

body {
    font-family: var(--font-family);
}

span {
    color: var(--color-gray);
}

a {
    color: var(--color-primary);
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

h2, .h2 {
    font-size: 40px;
    line-height: 52px;
    font-weight: 700;
}

h3, .h3 {
    font-size: 30px;
    font-weight: 600;
    line-height: 52px;
}

h6, .h6 {
    font-size: 20px;
    font-weight: 600;
}

p {
    font-size: 16px;
    line-height: 24px;
    color: var(--color-gray);
}

/* ==========================================================================
   Buttons
   ========================================================================== */
.btn {
    display: inline-block;
    font-weight: 600;
    line-height: 1.5;
    color: #000;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    user-select: none;
    background-color: var(--color-primary);
    border: var(--bs-border-width) solid transparent;
    --bs-btn-padding-y: .375rem;
    --bs-btn-padding-x: .75rem;
    --bs-btn-font-size: 1rem;
    --bs-btn-border-radius: 0;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .btn {
        transition: none;
    }
}

.btn:hover {
    color: #212529;
}

.btn-check:focus + .btn,
.btn:focus {
    outline: 0;
    box-shadow: none !important;
}

.btn:disabled,
.btn.disabled,
fieldset:disabled .btn {
    pointer-events: none;
    opacity: .65;
}

.btn .button-icon {
    margin-left: 4px;
}

.btn .button-icon.left {
    float: left;
    margin-left: 0;
    margin-right: 8px;
}

.btn.btn-primary {
    min-width: 160px;
    min-height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: all 0.4s ease;
    --bs-btn-color: #000;
    --bs-btn-bg: #f8c12c;
    --bs-btn-border-color: #f8c12c;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #efad00;
    --bs-btn-hover-border-color: #efad00;
    --bs-btn-focus-shadow-rgb: 211, 164, 37;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #f8c12c;
    --bs-btn-active-border-color: #f8c12c;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #f8c12c;
    --bs-btn-disabled-border-color: #f8c12c;
}

.btn.btn-primary::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.3), transparent);
    transition: left 0.5s ease;
    z-index: -1;
}

.btn.btn-primary:hover::before {
    left: 100%;
}

.btn.btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(248, 193, 44, 0.4);
}

.btn.btn-primary:active {
    transform: translateY(-1px);
}

.btn.btn-outline-primary {
    min-width: 160px;
    min-height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    background: transparent;
    border: 2px solid var(--color-primary);
    color: #fff;
    position: relative;
    overflow: hidden;
    transition: all 0.4s ease;
}

.btn.btn-outline-primary::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: var(--color-primary);
    transition: width 0.4s ease;
    z-index: -1;
}

.btn.btn-outline-primary:hover::before {
    width: 100%;
}

.btn.btn-outline-primary:hover {
    color: #000;
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(248, 193, 44, 0.3);
}

.btn.btn-outline-primary:focus {
    background-color: var(--color-primary);
    border-color: var(--color-primary);
    color: #000;
    box-shadow: none;
}

/* ==========================================================================
   Navigation
   ========================================================================== */
html {
    scroll-behavior: auto !important;
}

.navigation .contact-bar {
    background-color: var(--color-light-gray);
    height: 50px;
    display: flex;
    align-items: center;
    position: fixed;
    top: 0;
    z-index: 1030;
    left: 0;
    width: 100%;
}

.navigation .navbar {
    top: 50px;
    height: 60px;
    background-color: rgba(0, 0, 0, 0.8);
}

.navigation .navbar-toggler {
    background: #fff;
}

.navigation .offcanvas-header {
    display: flex;
    justify-content: end;
}

.navigation .phone-wrapper {
    margin-right: 20px;
}

.navigation .phone-wrapper a {
    font-size: 12px;
    color: var(--color-gray);
}

.navigation .phone-wrapper i {
    font-size: 12px;
}

.navigation .logo {
    display: none;
    max-width: 150px;
    height: auto;
}

.navigation .offcanvas-body-wrapper {
    display: flex;
    align-items: start;
    width: 100%;
}

.navigation .main-nav-links {
    padding: 0 30px;
    display: flex;
    justify-content: space-around;
    align-items: start;
    flex-direction: column;
}

.navigation .main-nav-link {
    color: #000;
    text-transform: uppercase;
    font-weight: 600;
}

.navigation .get-a-quote {
    display: none;
}

.navigation .get-a-quote a {
    text-transform: uppercase;
}

@media (min-width: 992px) {
    .navigation .phone-wrapper {
        margin-right: 40px;
    }

    .navigation .main-nav-link {
        margin-right: 30px;
    }

    .navigation .logo {
        display: block;
    }

    .navigation .main-nav-links {
        flex-direction: row;
    }

    .navigation .main-nav-link {
        color: #fff;
    }

    .navigation .main-nav-link:hover {
        color: #d5d2d2;
    }

    .navigation .get-a-quote {
        display: block;
    }

    .navigation .get-a-quote a {
        text-transform: uppercase;
    }

    .navigation .offcanvas-body-wrapper {
        justify-content: space-between;
        align-items: center;
    }

    .navigation .navbar {
        height: 100px;
    }
}

@media (min-width: 768px) {
    .navigation .phone-wrapper a {
        font-size: 14px;
    }

    .navigation .phone-wrapper i {
        font-size: 16px;
    }
}

@media (min-width: 1200px) {
    .navigation .main-nav-link {
        margin-right: 35px;
    }
}

/* ==========================================================================
   Hero Section
   ========================================================================== */
.hero {
    overflow: hidden;
    top: 50px;
    position: relative;
}

.hero .hero-inner {
    position: relative;
    display: flex;
    align-items: end;
    overflow: hidden;
    height: 100%;
}

.hero .hero-inner:before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    background: linear-gradient(35deg, rgba(0, 0, 0, 0.85), transparent);
}

.hero .hero-image-wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
}

.hero .hero-image {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    animation: slowZoom 20s ease-in-out infinite alternate;
}

@keyframes slowZoom {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.1);
    }
}

.hero .hero-content {
    width: 100%;
    position: absolute;
    z-index: 20;
    padding-bottom: 60px;
}

.hero .hero-title {
    font-size: 60px;
    line-height: 70px;
    color: var(--color-primary);
    font-weight: 700;
    animation: fadeInUp 0.8s ease-out 0.2s both;
}

.hero .hero-description {
    color: #fff;
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 20px;
    animation: fadeInUp 0.8s ease-out 0.4s both;
}

.hero .hero-buttons {
    display: flex;
    flex-direction: column;
    animation: fadeInUp 0.8s ease-out 0.6s both;
}

.hero .hero-buttons a {
    transition: all 0.3s ease;
}

.hero .hero-buttons a:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(248, 193, 44, 0.3);
}

.hero .hero-buttons a:first-of-type {
    margin-bottom: 30px;
    margin-right: 0;
}

@media (min-width: 992px) {
    .hero .hero-description {
        margin-bottom: 50px;
    }
}

@media (min-width: 576px) {
    .hero .hero-inner {
        height: 580px;
    }

    .hero .hero-buttons {
        flex-direction: row;
    }

    .hero .hero-buttons a:first-of-type {
        margin-bottom: 0;
        margin-right: 30px;
    }
}

/* ==========================================================================
   Services Section
   ========================================================================== */
.our-services {
    margin-top: 110px;
}

.our-services .our-services-title {
    text-transform: uppercase;
    font-size: 40px;
    margin-bottom: 60px;
    text-align: center;
}

.our-services .service {
    border: solid 1px #eee;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 30px;
    border-radius: 8px;
    background: #fff;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}

.our-services .service::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: var(--color-primary);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.4s ease;
}

.our-services .service:hover::before {
    transform: scaleX(1);
}

.our-services .service-icon {
    width: 50px;
    margin-bottom: 30px;
    transition: transform 0.4s ease;
}

.our-services .service:hover .service-icon {
    transform: scale(1.15) rotate(5deg);
}

.our-services .service-title {
    margin-bottom: 30px;
    transition: color 0.3s ease;
}

.our-services .service:hover .service-title {
    color: var(--color-primary);
}

.our-services .service-description {
    font-size: 15px;
    text-align: center;
}

/* Service card hover effect */
.our-services .service:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
    transform: translateY(-8px);
    border-color: transparent;
}

/* ==========================================================================
   Gallery Section
   ========================================================================== */
.gallery-of-work {
    margin-top: 80px;
    margin-bottom: 50px;
}

.gallery-of-work .gallery-title {
    margin-bottom: 50px;
    text-align: center;
}

.gallery-of-work .swiper-pagination {
    bottom: 0;
    height: 15px;
}

.gallery-of-work .swiper-wrapper {
    padding-bottom: 35px;
    height: unset;
}

@media (min-width: 992px) {
    .gallery-of-work {
        margin-bottom: 150px;
    }
}

/* ==========================================================================
   About Section
   ========================================================================== */
.about-us {
    padding: 60px 0;
}

.about-us h2 {
    text-transform: uppercase;
}

.about-us img {
    border-radius: 4px;
}

/* ==========================================================================
   Contact Form
   ========================================================================== */
.contact-us-form {
    margin-top: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 100px;
}

.contact-us-form .form-container {
    width: 100%;
    max-width: 820px;
    padding: 30px;
    display: flex;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.contact-us-form .contact-us-form-title {
    margin-bottom: 35px;
    text-align: center;
    text-transform: uppercase;
}

.contact-us-form .contact-field-row {
    display: flex;
    flex-direction: column;
}

.contact-us-form .contact-field-row input,
.contact-us-form .contact-field-row select,
.contact-us-form .contact-field-row textarea {
    color: #666;
    padding-left: 30px;
    height: 55px;
    width: 100%;
    margin-right: 50px;
    border: 1px solid var(--color-border);
    margin-bottom: 30px;
}

.contact-us-form .contact-field-row input:last-of-type {
    margin-right: 0;
}

.contact-us-form .contact-field-row textarea {
    padding: 10px 30px;
    height: 130px;
    margin-right: 0;
}

.contact-us-form .contact-field-row select {
    padding: 0 10px 0 30px;
    appearance: none;
    background: url('/build/assets/caret-down-filled-Duv2cE6C.svg') no-repeat right #fff;
    background-size: 20px;
    background-position-x: 95%;
}

.contact-us-form .contact-field-row .state-select {
    margin-right: 50px;
}

.contact-us-form .contact-field-row .contact-time {
    margin-right: 0;
}

.contact-us-form form {
    width: 100%;
}

.contact-us-form .error-message,
.contact-us-form .success-message {
    position: absolute;
    transform: translate(120%);
    z-index: 100;
    background: #fff;
    height: 100%;
    padding: 0 30px;
    transition: transform .5s;
}

.contact-us-form .error-message.show,
.contact-us-form .success-message.show {
    transform: translate(0);
}

@media (min-width: 992px) {
    .contact-us-form .form-container {
        padding: 80px;
    }

    .contact-us-form .contact-field-row {
        flex-direction: row;
    }

    .contact-us-form .error-message,
    .contact-us-form .success-message {
        padding: 0 100px;
    }
}

/* ==========================================================================
   Footer
   ========================================================================== */
.footer .footer-inner-wrapper {
    background: #242424;
    display: flex;
    align-items: center;
    padding: 40px 0;
}

.footer .links-section-title {
    color: var(--color-primary);
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: 600;
}

.footer .footer-inner {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.footer .footer-copyright {
    background: #131313;
    height: 80px;
    display: flex;
    align-items: center;
    color: #838383;
    text-align: center;
    font-size: 14px;
}

.footer .logo {
    max-width: 150px;
    height: auto;
    margin-bottom: 20px;
}

.footer .motto {
    color: #fff;
    font-size: 14px;
}

.footer .footer-links {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.footer .footer-links a {
    color: #b2b2b2;
    margin-bottom: 15px;
    font-size: 15px;
}

.footer .footer-links a:hover {
    color: #cecece;
}

.footer .first-column {
    margin-right: 0;
}

.footer .contact-us-section-title {
    color: var(--color-primary);
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 30px;
}

.footer .contact-us-section-location {
    display: flex;
}

.footer .contact-us-section a {
    color: #f7f7f7;
    margin-bottom: 15px;
    transition: color 0.3s ease;
}

.footer .contact-us-section a:hover {
    color: var(--color-primary);
}

.footer .contact-us-section i {
    padding-top: 3px;
    margin-right: 15px;
    font-size: 18px;
    transition: transform 0.3s ease;
}

.footer .contact-us-section .d-flex:hover i {
    transform: scale(1.2);
}

.footer .footer-address {
    color: #b2b2b2;
    font-size: 14px;
    margin-bottom: 20px;
}

.footer .footer-address i {
    margin-right: 10px;
}

@media (min-width: 992px) {
    .footer .footer-links {
        flex-direction: row;
    }

    .footer .first-column {
        margin-right: 150px;
    }
}

@media (min-width: 768px) {
    .footer .footer-inner-wrapper {
        padding: 0;
        height: 340px;
    }

    .footer .footer-inner {
        flex-direction: row;
    }

    .footer .links-section-title {
        margin-bottom: 40px;
    }
}

/* ==========================================================================
   Page-Specific Styles
   ========================================================================== */

/* Service Pages */
.service-page-hero {
    background-size: cover;
    background-position: center;
    min-height: 400px;
    display: flex;
    align-items: center;
    position: relative;
    margin-top: 110px;
}

.service-page-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(35deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.4));
}

.service-page-hero .container {
    position: relative;
    z-index: 1;
}

.service-page-hero h1 {
    color: var(--color-primary);
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 20px;
}

.service-page-hero p {
    color: #fff;
    font-size: 20px;
    max-width: 600px;
}

.service-content {
    padding: 80px 0;
}

.service-content h2 {
    margin-bottom: 30px;
}

.service-content ul {
    list-style: none;
    padding: 0;
}

.service-content ul li {
    padding: 10px 0;
    padding-left: 30px;
    position: relative;
    color: var(--color-gray);
}

.service-content ul li::before {
    content: "\e901";
    font-family: 'diaz-remodeling';
    position: absolute;
    left: 0;
    color: var(--color-primary);
}

/* Service Areas Section */
.service-areas {
    background: var(--color-light-gray);
    padding: 60px 0;
}

.service-areas h2 {
    text-align: center;
    margin-bottom: 40px;
    text-transform: uppercase;
}

.service-areas-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
}

.service-areas-list span {
    background: #fff;
    padding: 10px 20px;
    border-radius: 4px;
    color: var(--color-dark);
    font-weight: 500;
    transition: all 0.3s ease;
    cursor: default;
}

.service-areas-list span:hover {
    background: var(--color-primary);
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(248, 193, 44, 0.3);
}

/* CTA Section */
.cta-section {
    background: linear-gradient(135deg, var(--color-primary) 0%, #efad00 100%);
    padding: 80px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.cta-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23000000' fill-opacity='0.03'%3E%3Cpath d='m36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    opacity: 0.5;
}

.cta-section .container {
    position: relative;
    z-index: 1;
}

.cta-section h2 {
    color: var(--color-dark);
    margin-bottom: 20px;
}

.cta-section p {
    color: var(--color-dark);
    margin-bottom: 30px;
    font-size: 18px;
}

.cta-section .btn {
    background: var(--color-dark);
    color: #fff;
    border-color: var(--color-dark);
    min-width: 200px;
    position: relative;
    overflow: hidden;
}

.cta-section .btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    transition: left 0.5s ease;
}

.cta-section .btn:hover::before {
    left: 100%;
}

.cta-section .btn:hover {
    background: #333;
    color: #fff;
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

/* Gallery Page */
.gallery-page {
    padding: 60px 0 80px;
}

.gallery-page h1 {
    text-align: center;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 0;
}

.gallery-item {
    overflow: hidden;
    aspect-ratio: 4/3;
    cursor: pointer;
    position: relative;
}

.gallery-item::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, transparent 50%, rgba(0, 0, 0, 0.7) 100%);
    opacity: 0;
    transition: opacity 0.4s ease;
    pointer-events: none;
}

.gallery-item:hover::after {
    opacity: 1;
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease;
}

.gallery-item:hover img {
    transform: scale(1.1);
}

/* About Page */
.about-page {
    padding: 60px 0 80px;
}

.about-page h1 {
    text-align: center;
    margin-bottom: 30px;
    text-transform: uppercase;
}

/* Contact Page */
.contact-page {
    padding: 60px 0 80px;
}

.contact-page h1 {
    text-align: center;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.contact-info-card {
    background: var(--color-light-gray);
    padding: 30px;
    border-radius: 4px;
    margin-bottom: 30px;
}

.contact-info-card h3 {
    margin-bottom: 20px;
    font-size: 24px;
}

.contact-info-card p {
    margin-bottom: 10px;
}

.contact-info-card i {
    margin-right: 10px;
}

/* Breadcrumbs */
.breadcrumbs {
    padding: 15px 0;
    background: var(--color-light-gray);
    margin-top: 110px;
}

.breadcrumbs a {
    color: var(--color-gray);
}

.breadcrumbs a:hover {
    color: var(--color-primary);
}

.breadcrumbs span {
    color: var(--color-dark);
}

/* Why Choose Us */
.why-choose-us {
    background: var(--color-light-gray);
    padding: 80px 0;
}

.why-choose-us h2 {
    text-align: center;
    margin-bottom: 50px;
    text-transform: uppercase;
}

.why-choose-card {
    text-align: center;
    padding: 30px;
    background: #fff;
    border-radius: 8px;
    transition: all 0.4s ease;
    height: 100%;
}

.why-choose-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.why-choose-icon {
    width: 90px;
    height: 90px;
    margin: 0 auto 25px;
    background: linear-gradient(135deg, rgba(248, 193, 44, 0.15) 0%, rgba(248, 193, 44, 0.05) 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s ease;
    position: relative;
}

.why-choose-icon::before {
    content: '';
    position: absolute;
    top: -3px;
    left: -3px;
    right: -3px;
    bottom: -3px;
    border-radius: 50%;
    border: 2px solid transparent;
    background: linear-gradient(135deg, var(--color-primary), transparent) border-box;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    opacity: 0;
    transition: opacity 0.4s ease;
}

.why-choose-card:hover .why-choose-icon::before {
    opacity: 1;
}

.why-choose-icon i {
    font-size: 40px;
    color: var(--color-primary);
    transition: transform 0.4s ease;
}

.why-choose-card:hover .why-choose-icon i {
    transform: scale(1.15);
}

.why-choose-card h4 {
    margin-bottom: 15px;
    transition: color 0.3s ease;
}

.why-choose-card:hover h4 {
    color: var(--color-primary);
}

/* Testimonials */
.testimonials {
    padding: 80px 0;
}

.testimonials h2 {
    text-align: center;
    margin-bottom: 50px;
    text-transform: uppercase;
}

.testimonial-card {
    background: #fff;
    padding: 30px;
    border-radius: 4px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
}

.testimonial-card .stars {
    color: var(--color-primary);
    margin-bottom: 15px;
}

.testimonial-card .quote {
    font-style: italic;
    margin-bottom: 20px;
}

.testimonial-card .author {
    font-weight: 600;
    color: var(--color-dark);
}

/* Utility Classes */
.text-primary {
    color: var(--color-primary) !important;
}

.bg-primary {
    background-color: var(--color-primary) !important;
}

.mt-section {
    margin-top: 80px;
}

.mb-section {
    margin-bottom: 80px;
}

/* ==========================================================================
   FAQs Section
   ========================================================================== */
.faq-section {
    padding: 80px 0;
    background: var(--color-light-gray);
}

.faq-section h2 {
    text-align: center;
    margin-bottom: 50px;
    text-transform: uppercase;
}

.faq-item {
    background: #fff;
    border-radius: 4px;
    margin-bottom: 15px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    transition: all 0.3s ease;
}

.faq-item:hover {
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    transform: translateX(5px);
}

.faq-question {
    width: 100%;
    text-align: left;
    padding: 20px 50px 20px 25px;
    background: #fff;
    border: none;
    font-size: 18px;
    font-weight: 600;
    color: var(--color-dark);
    cursor: pointer;
    position: relative;
    transition: background 0.2s ease;
}

.faq-question:hover {
    background: #fafafa;
}

.faq-question::after {
    content: '+';
    position: absolute;
    right: 25px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 24px;
    font-weight: 400;
    color: var(--color-primary);
    transition: transform 0.3s ease;
}

.faq-item.active .faq-question::after {
    content: '−';
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, padding 0.3s ease;
}

.faq-item.active .faq-answer {
    max-height: 500px;
}

.faq-answer-content {
    padding: 0 25px 25px;
    color: var(--color-gray);
    line-height: 1.7;
}

.faq-answer-content p {
    margin-bottom: 10px;
}

.faq-answer-content p:last-child {
    margin-bottom: 0;
}

/* ==========================================================================
   Lightbox
   ========================================================================== */
.lightbox-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.95);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.lightbox-overlay.active {
    opacity: 1;
    visibility: visible;
}

.lightbox-content {
    position: relative;
    max-width: 90%;
    max-height: 90%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.lightbox-content img {
    max-width: 100%;
    max-height: 85vh;
    object-fit: contain;
    border-radius: 4px;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.5);
}

.lightbox-close {
    position: absolute;
    top: 20px;
    right: 20px;
    background: none;
    border: none;
    color: #fff;
    font-size: 40px;
    cursor: pointer;
    z-index: 10001;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.2s ease;
}

.lightbox-close:hover {
    transform: scale(1.1);
}

.lightbox-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.1);
    border: none;
    color: #fff;
    font-size: 30px;
    cursor: pointer;
    z-index: 10001;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: background 0.2s ease, transform 0.2s ease;
}

.lightbox-arrow:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: translateY(-50%) scale(1.1);
}

.lightbox-arrow.prev {
    left: 20px;
}

.lightbox-arrow.next {
    right: 20px;
}

.lightbox-counter {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    font-size: 14px;
    background: rgba(0, 0, 0, 0.5);
    padding: 8px 16px;
    border-radius: 20px;
}

@media (max-width: 768px) {
    .lightbox-arrow {
        width: 45px;
        height: 45px;
        font-size: 24px;
    }

    .lightbox-arrow.prev {
        left: 10px;
    }

    .lightbox-arrow.next {
        right: 10px;
    }

    .lightbox-close {
        top: 10px;
        right: 10px;
        font-size: 32px;
    }
}
