/* public/css/custom.css - COMPLETE FIXED VERSION */

/* ========== HEADER STYLES ========== */
.header-cta-bg {
    height: 96px;
    gap: 1rem;
    padding: 0 3rem 0 5rem;
    background-image: url('/images/header-contact.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

@media (max-width: 1024px) {
    .header-cta-bg {
        background-image: none !important;
        background-color: #004d4d;
        padding: 0 2rem;
    }
}

/* ========== FAQ PAGE STYLES ========== */
.faq-item {
    transition: all 0.3s ease;
    border-left: 4px solid #e5e7eb;
}

.faq-item:hover {
    border-left-color: #efc329;
    transform: translateX(5px);
}

.faq-item svg {
    transition: transform 0.3s ease;
}

.faq-item:hover svg {
    transform: scale(1.1);
}

/* Responsive FAQ */
@media (max-width: 768px) {
    .faq-item {
        padding: 1.5rem;
    }
    
    .faq-item h3 {
        font-size: 1.125rem;
    }
}

@media (max-width: 640px) {
    .faq-item {
        padding: 1rem;
    }
    
    .faq-item h3 {
        font-size: 1rem;
    }
}

/* ========== RESPONSIVE OVERFLOW FIX ========== */
html, body {
    overflow-x: hidden;
    max-width: 100%;
}

.container {
    max-width: 100%;
    overflow-x: hidden;
}

/* ========== MOBILE MENU FIXES ========== */
.mobile-dropdown-content {
    display: none;
}

.mobile-dropdown-toggle.active + .mobile-dropdown-content {
    display: block;
}

.mobile-dropdown-toggle svg {
    transition: transform 0.3s ease;
}

.mobile-dropdown-toggle.active svg {
    transform: rotate(180deg);
}

/* ========== FOOTER FIXES ========== */
.bg-teal-primary {
    background-color: #0C5256 !important;
}

footer.text-white * {
    color: #ffffff;
}

footer.text-white a:hover {
    color: #efc329;
}

/* ========== HERO SECTION ========== */
.hero-slider {
    position: relative;
    width: 100%;
    height: 700px;
    min-height: 600px;
    overflow: hidden;
}

/* Hero content positioning - moved up */
.hero-slider .relative.z-10.h-full {
    display: flex;
    align-items: flex-start;
    padding-top: 6rem;
}

.elementor-background-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: 0.63;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    z-index: 1;
}

.hero-small-subtitle {
    color: #FFFFFF;
    font-family: "Roboto", sans-serif;
    font-size: 17px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 1rem;
}

.hero-main-title {
    font-family: "Montserrat", sans-serif;
    font-size: 40px;
    font-weight: 600;
    text-transform: uppercase;
    color: #EFC329;
    line-height: 1.3;
    margin-bottom: 1.5rem;
}

.hero-paragraph {
    color: #FFFFFF;
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.7;
    margin-bottom: 2rem;
    max-width: 800px;
}

.hero-cta-button {
    display: inline-block;
    background: #004d4d;
    color: #ffffff;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 16px 40px;
    border-radius: 0px;
    transition: all 0.3s ease;
    text-decoration: none;
}

.hero-cta-button:hover {
    background: #00333d;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 77, 77, 0.3);
    text-decoration: none;
}

.hero-rep-labels {
    position: absolute;
    bottom: 2rem;
    left: 2rem;
    color: rgba(255, 255, 255, 0.15);
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 2px;
    line-height: 1.4;
}

/* ========== HERO SLIDER RESPONSIVE ========== */
@media (min-width: 1024px) {
    .hero-slider .relative.z-10.h-full {
        padding-top: 8rem;
    }
}

@media (max-width: 768px) {
    .hero-slider {
        height: 500px !important;
        min-height: 500px !important;
    }
    
    .hero-slider .relative.z-10 {
        padding-top: 3rem !important;
        width: 100% !important;
    }
    
    .hero-slider .relative.z-10.h-full {
        padding-top: 3rem !important;
        align-items: flex-start !important;
    }
    
    .hero-main-title {
        font-size: 28px !important;
        margin-bottom: 1rem !important;
        line-height: 1.2 !important;
    }
    
    .hero-paragraph {
        font-size: 16px !important;
        margin-bottom: 1.5rem !important;
        line-height: 1.6 !important;
    }
    
    .hero-small-subtitle {
        font-size: 14px !important;
        margin-bottom: 0.75rem !important;
    }
    
    .hero-cta-button {
        padding: 14px 32px !important;
        font-size: 13px !important;
    }
}

@media (max-width: 640px) {
    .hero-slider {
        height: 450px !important;
        min-height: 450px !important;
    }
    
    .hero-slider .relative.z-10.h-full {
        padding-top: 2.5rem !important;
    }
    
    .hero-main-title {
        font-size: 24px !important;
    }
    
    .hero-paragraph {
        font-size: 15px !important;
    }
}

/* ========== SERVICE AREAS PAGE STYLES ========== */
.service-area-card {
    transition: all 0.3s ease;
    border: 1px solid #e5e7eb;
    height: 100%;
    border-radius: 8px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.service-area-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1) !important;
    border-color: #efc329;
}

.service-area-map {
    height: 180px;
    overflow: hidden;
    background: #f3f4f6;
}

.service-area-map iframe {
    width: 100%;
    height: 100%;
    border: 0;
}

.service-area-card .p-6 {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.service-area-card .p-6 p {
    flex-grow: 1;
    min-height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.service-area-contact-btn {
    display: inline-block;
    background: #0c5256 !important;
    color: #ffffff !important;
    padding: 8px 20px !important;
    border-radius: 0 !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    font-size: 0.75rem !important;
    text-decoration: none !important;
    transition: all 0.3s ease !important;
    border: 2px solid #0c5256 !important;
    margin-top: auto;
}

.service-area-contact-btn:hover {
    background: transparent !important;
    color: #0c5256 !important;
}

.area-list-compact {
    transition: all 0.3s ease;
    min-height: 100px;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    padding: 1rem;
    text-decoration: none;
    background: #f9fafb;
}

.area-list-compact:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
    border-color: #efc329;
    background: #ffffff;
}

.area-list-compact svg {
    transition: transform 0.3s ease;
}

.area-list-compact:hover svg {
    transform: scale(1.1);
}

.service-cta-button {
    display: inline-block;
    background: transparent;
    color: #ffffff;
    padding: 14px 30px;
    border-radius: 0;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 0.875rem;
    text-decoration: none;
    transition: all 0.3s ease;
    border: 2px solid #efc329;
    letter-spacing: 0.5px;
}

.service-cta-button:hover {
    background: #efc329;
    color: #0c5256;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(239, 195, 41, 0.3);
}

section[style*="Vshape-teal.png"] {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (min-width: 1024px) {
    section[style*="Vshape-teal.png"] {
        min-height: 500px;
        padding: 4rem 0;
    }
}

@media (max-width: 1024px) {
    section[style*="Vshape-teal.png"] {
        background-size: cover !important;
        min-height: 500px !important;
        padding: 3rem 0 !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
    }
}

@media (max-width: 768px) {
    section[style*="Vshape-teal.png"] {
        background-size: cover !important;
        min-height: 450px !important;
        padding: 2.5rem 0 !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
    }
    
    section[style*="Vshape-teal.png"] > div {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        width: 100% !important;
    }
    
    section[style*="Vshape-teal.png"] .text-center {
        padding: 0 1rem;
    }
    
    section[style*="Vshape-teal.png"] h2 {
        font-size: 1.75rem !important;
        margin-bottom: 1rem !important;
    }
    
    section[style*="Vshape-teal.png"] p {
        font-size: 1rem !important;
        margin-bottom: 1.5rem !important;
    }
    
    .service-cta-button {
        padding: 12px 24px;
        font-size: 0.75rem;
    }
}

@media (max-width: 640px) {
    section[style*="Vshape-teal.png"] {
        background-size: cover !important;
        min-height: 420px !important;
        padding: 2rem 0 !important;
    }
    
    section[style*="Vshape-teal.png"] h2 {
        font-size: 1.5rem !important;
    }
    
    section[style*="Vshape-teal.png"] p {
        font-size: 0.875rem !important;
    }
    
    .service-cta-button {
        width: 100%;
        text-align: center;
        margin-bottom: 1rem;
        padding: 12px 20px;
    }
}

.bg-opacity-90 {
    --tw-bg-opacity: 0.9;
}

/* ========== CONTACT US PAGE STYLES ========== */
.contact-form *,
.contact-form *::before,
.contact-form *::after {
    box-sizing: border-box;
}

.contact-form .grid {
    display: grid;
}

.contact-form .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
}

@media (min-width: 768px) {
    .contact-form .md\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

.contact-form .gap-6 {
    gap: 1.5rem;
}

.contact-form .mb-6 {
    margin-bottom: 1.5rem;
}

.contact-hero-section {
    position: relative;
    width: 100%;
    height: 400px;
    overflow: visible;
}

.contact-hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.contact-hero-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 48px;
    font-weight: 700;
    color: #0c5256;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: relative;
    z-index: 2;
}

.contact-form-container {
    width: 100%;
}

.contact-section-label {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #0c5256;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 0.5rem;
}

.contact-main-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 42px;
    font-weight: 700;
    color: #0c5256;
    text-transform: uppercase;
    margin-bottom: 1rem;
    line-height: 1.2;
}

.contact-description {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8;
    color: #666;
    margin-bottom: 2rem;
}

.contact-form {
    width: 100%;
}

.contact-form-group {
    margin-bottom: 0;
}

.contact-input,
.contact-textarea {
    width: 100%;
    padding: 12px 16px;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    color: #333;
    background-color: #fff;
    border: 1px solid #0c5256;
    border-radius: 0;
    outline: none;
    transition: border-color 0.3s ease;
    box-sizing: border-box;
}

.contact-input::placeholder,
.contact-textarea::placeholder {
    color: #999;
}

.contact-input:focus,
.contact-textarea:focus {
    border-color: #0c5256;
    border-width: 2px;
}

.contact-textarea {
    resize: vertical;
    min-height: 150px;
}

.contact-submit-button {
    display: inline-block;
    padding: 15px 40px;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    color: #0c5256;
    background-color: #EFC329;
    border: none;
    border-radius: 0;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 0.5rem;
}

.contact-submit-button:hover {
    background-color: #0c5256;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.contact-map-container {
    width: 100%;
}

.contact-map-header {
    background-color: #fff;
    padding: 1.5rem;
    border-radius: 0;
    margin-bottom: 0;
}

.contact-map-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #0c5256;
    margin-bottom: 0.5rem;
}

.contact-map-address {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #666;
    margin-bottom: 0.5rem;
}

.contact-map-link,
.contact-map-view-link {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #1a73e8;
    text-decoration: none;
    margin-right: 1rem;
}

.contact-map-link:hover,
.contact-map-view-link:hover {
    text-decoration: underline;
}

.contact-map-embed {
    width: 100%;
    border-radius: 0;
    overflow: hidden;
}

.contact-map-iframe {
    display: block;
    width: 100%;
    height: 450px;
}

@media (max-width: 1024px) {
    .contact-hero-section {
        height: 350px;
    }
    
    .contact-hero-title {
        font-size: 40px;
    }
    
    .contact-main-title {
        font-size: 36px;
    }
}

@media (max-width: 768px) {
    .contact-hero-section {
        height: 300px;
    }
    
    .contact-hero-title {
        font-size: 32px;
    }
    
    .contact-main-title {
        font-size: 32px;
    }
    
    .contact-form-group {
        margin-bottom: 0;
    }
    
    .contact-map-iframe {
        height: 350px;
    }
}

@media (max-width: 640px) {
    .contact-hero-section {
        height: 250px;
    }
    
    .contact-hero-title {
        font-size: 24px;
        letter-spacing: 1px;
    }
    
    .contact-main-title {
        font-size: 28px;
    }
    
    .contact-description {
        font-size: 15px;
    }
    
    .contact-input,
    .contact-textarea {
        font-size: 14px;
        padding: 10px 14px;
    }
    
    .contact-form-group {
        margin-bottom: 0;
    }
    
    .contact-form .gap-6 {
        gap: 1rem;
    }
    
    .contact-form .mb-6 {
        margin-bottom: 1rem;
    }
    
    .contact-map-iframe {
        height: 300px;
    }
    
    .contact-map-title {
        font-size: 18px;
    }
    
    .contact-submit-button {
        width: 100%;
        text-align: center;
    }
}

/* ========== SERVICES PAGE STYLES ========== */
.services-tabs-container {
    position: sticky;
    top: 0;
    z-index: 40;
    background: white;
    border-bottom: 1px solid #e5e7eb;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.services-tabs-scroll {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.services-tabs-scroll::-webkit-scrollbar {
    display: none;
}

.services-tabs-wrapper {
    display: flex;
    gap: 0.5rem;
    padding: 1rem 0;
    min-width: max-content;
}

.service-tab-btn {
    display: flex;
    align-items: center;
    padding: 0.75rem 1.25rem;
    background: #f8f9fa;
    border: 2px solid transparent;
    border-radius: 8px;
    font-weight: 600;
    color: #666;
    transition: all 0.3s ease;
    white-space: nowrap;
    cursor: pointer;
    font-size: 0.875rem;
}

.service-tab-btn:hover {
    background: #e9ecef;
    color: #0c5256;
    transform: translateY(-1px);
}

.service-tab-btn.active {
    background: #0c5256;
    color: white;
    border-color: #efc329;
    box-shadow: 0 4px 12px rgba(12, 82, 86, 0.2);
}

.service-tab-btn svg {
    flex-shrink: 0;
    margin-right: 0.5rem;
}

.service-content {
    display: none;
    animation: fadeIn 0.5s ease;
}

.service-content.active {
    display: block;
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}

.service-icon-large {
    width: 60px;
    height: 60px;
    background: #efc329;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    flex-shrink: 0;
}

.service-image-slider {
    position: relative;
    height: 300px;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.service-slider-container {
    position: relative;
    width: 100%;
    height: 100%;
}

.service-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.5s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.service-slide.active {
    opacity: 1;
}

.service-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.service-slider-badge {
    position: absolute;
    top: 16px;
    left: 16px;
    background: #0c5256;
    color: white;
    padding: 0.375rem 0.75rem;
    border-radius: 4px;
    font-weight: 600;
    font-size: 0.875rem;
    z-index: 10;
}

.service-slider-controls {
    position: absolute;
    bottom: 16px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 0.75rem;
    z-index: 10;
}

.service-slider-dot {
    width: 12px;
    height: 12px;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s ease;
    border: none;
    padding: 0;
}

.service-slider-dot.active {
    background: #efc329;
    transform: scale(1.2);
}

.service-slider-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(12, 82, 86, 0.8);
    color: white;
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
    transition: all 0.3s ease;
}

.service-slider-arrow:hover {
    background: #0c5256;
    transform: translateY(-50%) scale(1.1);
}

.service-slider-prev {
    left: 16px;
}

.service-slider-next {
    right: 16px;
}

.service-detail-item {
    background: white;
    padding: 1.25rem;
    border-radius: 8px;
    border-left: 4px solid #efc329;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

.service-detail-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
    border-left-color: #0c5256;
}

.service-detail-title {
    font-size: 1.125rem;
    font-weight: 700;
    color: #0c5256;
    margin-bottom: 0.5rem;
}

.service-detail-text {
    color: #666;
    font-size: 0.875rem;
    line-height: 1.6;
}

.service-images-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1rem;
    margin-top: 1rem;
}

.service-image-item {
    border-radius: 8px;
    overflow: hidden;
    height: 200px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.service-image-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.service-image-item:hover img {
    transform: scale(1.05);
}

@media (max-width: 1024px) {
    .service-tab-btn {
        padding: 0.625rem 1rem;
        font-size: 0.8125rem;
    }
    
    .service-image-slider {
        height: 250px;
    }
    
    .service-slider-arrow {
        width: 36px;
        height: 36px;
    }
}

@media (max-width: 768px) {
    .services-tabs-container {
        padding: 0.5rem 0;
    }
    
    .services-tabs-wrapper {
        padding: 0.5rem 1rem;
        gap: 0.375rem;
    }
    
    .service-tab-btn {
        padding: 0.5rem 0.75rem;
        font-size: 0.75rem;
    }
    
    .service-tab-btn span {
        display: none;
    }
    
    .service-tab-btn svg {
        margin-right: 0;
        width: 18px;
        height: 18px;
    }
    
    .service-image-slider {
        height: 200px;
    }
    
    .service-icon-large {
        width: 50px;
        height: 50px;
    }
    
    .service-icon-large svg {
        width: 24px;
        height: 24px;
    }
    
    .service-slider-arrow {
        width: 32px;
        height: 32px;
    }
    
    .service-slider-badge {
        font-size: 0.75rem;
        padding: 0.25rem 0.5rem;
    }
    
    /* Vshape CTA Section - Prevent content overflow */
    section[style*="Vshape-teal.png"] {
        min-height: 450px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
    }
    
    section[style*="Vshape-teal.png"] > div {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        width: 100% !important;
    }
    
    section[style*="Vshape-teal.png"] .text-center {
        padding: 0 1rem !important;
    }
    
    section[style*="Vshape-teal.png"] h2 {
        font-size: 1.75rem !important;
        margin-bottom: 1rem !important;
    }
    
    section[style*="Vshape-teal.png"] p {
        font-size: 1rem !important;
        margin-bottom: 1.5rem !important;
    }
    
    .service-cta-button {
        width: 100% !important;
        margin-bottom: 0.75rem !important;
        padding: 0.75rem 1.5rem !important;
    }
}

@media (max-width: 640px) {
    .service-tab-btn {
        padding: 0.375rem;
        border-radius: 6px;
    }
    
    .service-tab-btn svg {
        width: 16px;
        height: 16px;
    }
    
    .service-image-slider {
        height: 180px;
    }
    
    .service-images-grid {
        grid-template-columns: 1fr;
    }
    
    .service-image-item {
        height: 150px;
    }
    
    section[style*="Vshape-teal.png"] {
        min-height: 420px !important;
    }
    
    section[style*="Vshape-teal.png"] h2 {
        font-size: 1.5rem !important;
    }
    
    section[style*="Vshape-teal.png"] p {
        font-size: 0.875rem !important;
    }
}

/* ========== ABOUT US PAGE STYLES ========== */
.about-hero-section {
    position: relative;
    width: 100%;
    height: 400px;
    overflow: visible;
}

.about-hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.about-hero-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 48px;
    font-weight: 700;
    color: #0c5256;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: relative;
    z-index: 2;
}

.about-image-container {
    width: 100%;
}

.about-main-image {
    width: 100%;
    height: auto;
    display: block;
}

.about-content {
    color: #666;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.about-content-bottom {
    color: #666;
    max-width: 100%;
}

.about-small-title {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #666;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 0.5rem;
}

.about-main-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 42px;
    font-weight: 700;
    color: #0c5256;
    text-transform: uppercase;
    margin-bottom: 2rem;
    line-height: 1.1;
}

.about-title-highlight {
    color: #EFC329;
}

.about-paragraph {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.8;
    color: #444;
    margin-bottom: 1.5rem;
}

.about-paragraph-bold {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.8;
    color: #444;
    margin-bottom: 1.5rem;
}

@media (max-width: 1024px) {
    .about-hero-section {
        height: 350px;
    }
    
    .about-hero-title {
        font-size: 40px;
    }
    
    .about-main-title {
        font-size: 36px;
    }
    
    .about-small-title {
        font-size: 13px;
    }
    
    .about-paragraph,
    .about-paragraph-bold {
        font-size: 15px;
    }
}

@media (max-width: 768px) {
    .about-hero-section {
        height: 300px;
    }
    
    .about-hero-title {
        font-size: 32px;
    }
    
    .about-main-title {
        font-size: 32px;
    }
    
    .about-small-title {
        font-size: 12px;
    }
    
    .about-paragraph,
    .about-paragraph-bold {
        font-size: 15px;
    }
}

@media (max-width: 640px) {
    .about-hero-section {
        height: 250px;
    }
    
    .about-hero-title {
        font-size: 28px;
        letter-spacing: 1px;
    }
    
    .about-main-title {
        font-size: 28px;
    }
    
    .about-small-title {
        font-size: 11px;
    }
    
    .about-paragraph,
    .about-paragraph-bold {
        font-size: 14px;
    }
}

.about-hero-section + section {
    margin-top: 0;
    padding-top: 3rem;
    padding-bottom: 3rem;
}

/* ========== HOME REPAIR SECTION ========== */
.home-repair-subtitle {
    color: #efc329;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 0.75rem;
    display: flex;
    align-items: center;
}

.home-repair-icon {
    fill: #efc329;
    margin-right: 0.5rem;
    width: 20px;
    height: 20px;
}

.home-repair-title {
    font-size: 2.25rem;
    font-weight: 700;
    color: #0c5256;
    margin-bottom: 1.25rem;
}

.home-repair-title-accent {
    color: #efc329;
}

.home-repair-description {
    color: #666;
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 2rem;
}

.home-repair-button {
    background: #0c5256;
    color: #fff;
    display: inline-block;
    padding: 12px 32px;
    border-radius: 0px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 0.875rem;
    text-decoration: none;
    transition: all 0.3s ease;
}

.home-repair-button:hover {
    background: #00333d;
    text-decoration: none;
}

/* ========== REMODELS SECTION ========== */
.remodels-subtitle {
    color: #efc329;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 0.75rem;
    display: flex;
    align-items: center;
}

.remodels-icon {
    fill: #efc329;
    margin-right: 0.5rem;
    width: 20px;
    height: 20px;
}

.remodels-title {
    font-size: 2.25rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 1.25rem;
}

.remodels-description {
    color: #ffffff;
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 2rem;
}

.remodels-button {
    border: 2px solid #efc329;
    color: #efc329;
    display: inline-block;
    padding: 12px 32px;
    border-radius: 0px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 0.875rem;
    text-decoration: none;
    transition: all 0.3s ease;
}

.remodels-button:hover {
    background: #efc329;
    color: #ffffff;
    text-decoration: none;
}

/* ========== WHY CHOOSE US SECTION ========== */
.why-choose-subtitle {
    color: #efc329;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 0.75rem;
    display: flex;
    align-items: center;
    margin-bottom: 0.5rem;
}

.why-choose-icon {
    fill: #efc329;
    margin-right: 0.5rem;
    width: 20px;
    height: 20px;
}

.why-choose-title {
    font-size: 1.875rem;
    font-weight: 700;
    color: #0c5256;
    margin-bottom: 2rem;
}

.why-choose-title-accent {
    color: #efc329;
}

.why-choose-list {
    list-style: none;
    padding: 0;
    margin-bottom: 2.5rem;
}

.why-choose-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 1rem;
    color: #666;
    font-size: 14px;
}

.why-choose-bullet {
    fill: #efc329;
    flex-shrink: 0;
    margin-top: 0.25rem;
    margin-right: 0.75rem;
    width: 12px;
    height: 12px;
}

.why-choose-text strong {
    color: #0c5256;
}

.why-choose-button {
    background: #0c5256;
    color: #fff;
    display: inline-block;
    padding: 12px 32px;
    border-radius: 0px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 0.875rem;
    text-decoration: none;
    transition: all 0.3s ease;
}

.why-choose-button:hover {
    background: #00333d;
    text-decoration: none;
}

/* ========== HOME PAGE CONTACT SECTION ========== */
.contact-subtitle {
    color: #efc329;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 0.75rem;
    margin-bottom: 0.5rem;
}

.contact-title {
    font-size: 2.25rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 1.5rem;
}

.contact-description {
    color: #ffffff;
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 2rem;
}

.contact-input {
    background: #fff;
    border: none;
    font-size: 14px;
    padding: 12px 16px;
    width: 100%;
}

.contact-input:focus {
    outline: none;
}

.contact-submit-button {
    background: #0c5256;
    color: #f3c416;
    border: none;
    font-weight: 700;
    text-transform: uppercase;
    padding: 12px 32px;
    cursor: pointer;
    transition: all 0.3s ease;
    border-radius: 0px;
}

.contact-submit-button:hover {
    background: #00333d;
}

/* ========== HOME PAGE CONTACT SECTION RESPONSIVE FIXES ========== */
/* Desktop - Normal positioning */
@media (min-width: 1024px) {
    section[style*="contact-bg-1024x801-min.png"] {
        min-height: 600px !important;
        display: flex !important;
        align-items: center !important;
    }
}

/* Tablet - Centered */
@media (max-width: 1024px) and (min-width: 768px) {
    section[style*="contact-bg-1024x801-min.png"] {
        min-height: 550px !important;
        display: flex !important;
        align-items: center !important;
        padding: 4rem 0 !important;
    }
    
    section[style*="contact-bg-1024x801-min.png"] > div {
        display: flex !important;
        align-items: center !important;
        width: 100% !important;
    }
}

/* Mobile - Properly centered with enough height */
@media (max-width: 768px) {
    section[style*="contact-bg-1024x801-min.png"] {
        background-position: center center !important;
        background-size: cover !important;
        min-height: 800px !important;
        padding: 0 !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
    }
    
    section[style*="contact-bg-1024x801-min.png"] > div.container {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        min-height: 800px !important;
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
        width: 100% !important;
    }
    
    section[style*="contact-bg-1024x801-min.png"] .max-w-md {
        margin: 0 auto !important;
        width: 100% !important;
        max-width: 100% !important;
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }
    
    .lg\:ml-32 {
        margin-left: 0 !important;
    }
    
    .lg\:mx-0 {
        margin-left: auto !important;
        margin-right: auto !important;
    }
    
    .contact-title {
        font-size: 1.75rem !important;
        margin-bottom: 1rem !important;
    }
    
    .contact-subtitle {
        font-size: 0.65rem !important;
        margin-bottom: 0.5rem !important;
    }
    
    .contact-description {
        font-size: 14px !important;
        margin-bottom: 1.5rem !important;
        line-height: 1.6 !important;
    }
    
    #home-contact-form input,
    #home-contact-form textarea {
        padding: 10px 14px !important;
        font-size: 14px !important;
    }
    
    #home-contact-form textarea {
        min-height: 100px !important;
    }
    
    #home-contact-form .grid {
        gap: 0.75rem !important;
        margin-bottom: 0.75rem !important;
    }
    
    #home-contact-form button[type="submit"] {
        width: 100% !important;
        padding: 12px 24px !important;
        font-size: 14px !important;
    }
}

/* Small Mobile - Even more height */
@media (max-width: 640px) {
    section[style*="contact-bg-1024x801-min.png"] {
        min-height: 850px !important;
    }
    
    section[style*="contact-bg-1024x801-min.png"] > div.container {
        min-height: 850px !important;
    }
    
    .contact-title {
        font-size: 1.5rem !important;
    }
    
    .contact-description {
        font-size: 13px !important;
    }
    
    #home-contact-form .grid-cols-2,
    #home-contact-form .md\:grid-cols-2 {
        grid-template-columns: 1fr !important;
        gap: 0.75rem !important;
    }
}

/* Extra Small Mobile */
@media (max-width: 480px) {
    section[style*="contact-bg-1024x801-min.png"] {
        min-height: 900px !important;
    }
    
    section[style*="contact-bg-1024x801-min.png"] > div.container {
        min-height: 900px !important;
        padding-top: 2.5rem !important;
        padding-bottom: 2.5rem !important;
    }
}

/* ========== BOTTOM CTA ========== */
.bottom-cta-title {
    color: #f3c416;
    font-size: 2.25rem;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 1rem;
}

.bottom-cta-text {
    color: #f3c416;
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 2.5rem;
    max-width: 48rem;
}

.bottom-cta-button {
    background: #0c5256;
    color: #f3c416;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    display: inline-block;
    padding: 16px 40px;
    border-radius: 0px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 0.875rem;
    text-decoration: none;
    transition: all 0.3s ease;
}

.bottom-cta-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    text-decoration: none;
}

/* ========== FOOTER ========== */
.scroll-top-button {
    background: #efc329;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 9999px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.scroll-top-button:hover {
    transform: scale(1.1);
}

.footer-link {
    transition: color 0.3s ease;
    text-decoration: none;
}

.footer-link:hover {
    color: #efc329 !important;
}

/* ========== GENERAL RESPONSIVE STYLES ========== */
@media (min-width: 768px) {
    .hero-slider {
        height: 800px;
    }
    
    .hero-slider .relative.z-10.h-full {
        padding-top: 7rem;
    }
    
    .hero-main-title {
        font-size: 50px;
    }
}

@media (min-width: 1024px) {
    .hero-slider {
        height: 900px;
    }
    
    .hero-slider .relative.z-10.h-full {
        padding-top: 8rem;
    }
    
    .hero-main-title {
        font-size: 60px;
    }
    
    .hero-paragraph {
        font-size: 17px;
    }
}

@media (min-width: 1440px) {
    .hero-slider {
        height: 970px;
    }
    
    .hero-slider .relative.z-10.h-full {
        padding-top: 10rem;
    }
    
    .hero-main-title {
        font-size: 52px;
    }
}

@media (max-width: 768px) {
    body {
        overflow-x: hidden;
    }
    
    .container {
        padding-left: 1rem;
        padding-right: 1rem;
        overflow-x: hidden;
    }
    
    .home-repair-title,
    .remodels-title,
    .why-choose-title,
    .bottom-cta-title {
        font-size: 1.75rem;
    }
    
    .grid {
        gap: 2rem;
    }
}

@media (max-width: 640px) {
    .hero-cta-button,
    .home-repair-button,
    .remodels-button,
    .why-choose-button,
    .bottom-cta-button {
        padding: 12px 24px;
        font-size: 12px;
    }
    
    .grid-cols-2 {
        grid-template-columns: 1fr;
    }
    
    .relative[style*="width: 570px"] {
        width: 100% !important;
        height: auto !important;
    }
    
    .relative[style*="padding-top: 97px"] {
        padding-top: 40px !important;
        padding-left: 40px !important;
    }
    
    img[style*="max-width: 341px"] {
        max-width: 100% !important;
    }
}