/*
Theme Name: Secares Inspired
Theme URI: http://localhost/avc
Author: Your Name
Author URI: http://localhost
Description: A modern healthcare services theme inspired by Secares.com
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: secares-inspired
*/

:root {
    --primary-color: #D4AF37; /* Gold */
    --secondary-color: #000000; /* Black */
    --accent-color: #B8860B; /* Darker Gold */
    --text-color: #333333;
    --light-bg: #f8f9fa;
    --white: #ffffff;
    --gray: #6c757d;
    --gold-gradient: linear-gradient(135deg, #D4AF37 0%, #B8860B 100%);
}

/* Reset & Base Styles */
body {
    font-family: 'Open Sans', sans-serif;
    line-height: 1.6;
    color: var(--text-color);
    margin: 0;
    padding: 0;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

/* Header Styles */
/* Top Bar */
.top-bar {
    background: var(--gold-gradient);
    color: var(--white);
    padding: 1.5rem 0;
    font-size: 0.9rem;
    position: relative;
    z-index: 101;
}

.top-bar-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 2rem;
}

.site-branding {
    flex-shrink: 0;
}

.site-branding img {
    max-height: 70px;
    width: auto;
}

.site-title {
    margin: 0;
    font-size: 1.8rem;
}

.site-title a {
    color: var(--white);
    text-decoration: none;
    font-weight: 700;
}

.top-bar .cta-group {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    flex-wrap: wrap;
}

.top-bar .cta-phone,
.top-bar .cta-consultation,
.top-bar .cta-contact {
    padding: 0.8rem 1.5rem;
    border-radius: 4px;
    transition: all 0.3s ease;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-weight: 600;
}

.top-bar .cta-phone {
    background: var(--white);
    color: var(--secondary-color);
}

.top-bar .cta-phone:hover {
    background: rgba(255, 255, 255, 0.9);
    transform: translateY(-2px);
}

.top-bar .cta-consultation,
.top-bar .cta-contact {
    border: 2px solid var(--white);
    color: var(--white);
}

.top-bar .cta-consultation:hover,
.top-bar .cta-contact:hover {
    background: rgba(255, 255, 255, 0.1);
}

.cta-text {
    display: flex;
    flex-direction: column;
}

.cta-label {
    font-size: 0.75rem;
    opacity: 0.9;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.phone-number {
    font-size: 1.1rem;
    font-weight: 700;
}

@media (max-width: 1200px) {
    .top-bar .cta-group {
        gap: 1rem;
    }

    .top-bar .cta-phone,
    .top-bar .cta-consultation,
    .top-bar .cta-contact {
        padding: 0.6rem 1rem;
    }
}

@media (max-width: 991px) {
    .top-bar {
        padding: 1rem 0;
    }

    .site-branding img {
        max-height: 60px;
    }
    
    .cta-text .cta-label {
        display: none;
    }

    .phone-number {
        font-size: 1rem;
    }
}

@media (max-width: 768px) {
    .top-bar-content {
        flex-direction: column;
        text-align: center;
        gap: 1rem;
    }

    .top-bar .cta-group {
        justify-content: center;
    }
}

.top-bar .site-branding img {
    max-height: 70px;
    width: auto;
}

.top-bar .site-title {
    margin: 0;
    font-size: 1.5rem;
}

.top-bar .site-title a {
    color: var(--secondary-color);
    text-decoration: none;
}

.top-bar::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.1);
    pointer-events: none;
}

.top-bar-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.top-bar a {
    color: var(--white);
    text-decoration: none;
    transition: opacity 0.3s ease;
}

.top-bar a:hover {
    opacity: 0.8;
}

.contact-info {
    display: flex;
    gap: 1.5rem;
    align-items: center;
}

.contact-info i {
    margin-right: 0.5rem;
}

.quick-links {
    display: flex;
    gap: 2rem;
    align-items: center;
}

.cta-group {
    display: flex;
    gap: 1.5rem;
    align-items: center;
    padding-right: 2rem;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.quick-links a {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    position: relative;
    padding: 0.5rem 1rem;
    transition: all 0.3s ease;
    border-radius: 4px;
    color: var(--white);
    text-decoration: none;
}

.cta-phone {
    background: var(--gold-gradient);
    color: var(--secondary-color) !important;
    font-weight: 700;
    padding: 0.6rem 1.2rem !important;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.cta-phone .cta-text {
    display: flex;
    flex-direction: column;
    line-height: 1.2;
}

.cta-phone .cta-label {
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    opacity: 0.9;
}

.cta-phone .phone-number {
    font-size: 1.1rem;
    font-weight: 700;
}

.cta-consultation, .cta-contact {
    border: 1px solid rgba(255, 255, 255, 0.3);
    font-weight: 600;
}

.cta-consultation:hover, .cta-contact:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: var(--primary-color);
}

.quick-links a i {
    font-size: 1.1rem;
    transition: transform 0.3s ease;
}

.cta-phone:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.quick-links a:hover i {
    transform: scale(1.1);
}

/* Responsive styles for CTAs */
@media (max-width: 1200px) {
    .cta-text {
        display: none;
    }
    
    .cta-phone .phone-number {
        display: inline-block;
    }
    
    .cta-group {
        gap: 1rem;
        padding-right: 1rem;
    }
    
    .quick-links a {
        padding: 0.5rem;
    }
}

@media (max-width: 768px) {
    .quick-links {
        gap: 1rem;
    }
    
    .cta-group {
        border-right: none;
        padding-right: 0;
    }
    
    .cta-consultation, .cta-contact {
        display: none;
    }
    
    .cta-phone {
        padding: 0.4rem 0.8rem !important;
    }
}

/* Main Header */
.site-header {
    background-color: var(--white);
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    padding: 1rem 0;
    position: relative;
    z-index: 1000;
    border-bottom: 3px solid var(--primary-color);
}

.header-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.site-branding {
    flex: 0 0 auto;
}

.site-branding img {
    max-height: 60px;
    width: auto;
}

.site-title {
    margin: 0;
    font-size: 2rem;
    font-weight: 700;
}

.site-title a {
    color: var(--secondary-color);
    text-decoration: none;
    background: var(--gold-gradient);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}

/* Navigation */
.main-navigation {
    flex: 1 1 auto;
    margin-left: 2rem;
}

.primary-menu {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    justify-content: flex-end;
    gap: 1.5rem;
}

.primary-menu a {
    color: var(--secondary-color);
    text-decoration: none;
    font-weight: 600;
    padding: 0.5rem 0;
    position: relative;
    transition: all 0.3s ease;
}

.primary-menu a::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 2px;
    background: var(--gold-gradient);
    transition: width 0.3s ease;
    opacity: 0;
}

.primary-menu a:hover {
    background: var(--gold-gradient);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.primary-menu a:hover::after {
    width: 100%;
    opacity: 1;
}

.primary-menu .current-menu-item a {
    background: var(--gold-gradient);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.primary-menu .current-menu-item a::after {
    width: 100%;
    opacity: 1;
}

.menu-toggle {
    display: none;
    background: var(--gold-gradient);
    border: none;
    padding: 0.5rem 1rem;
    cursor: pointer;
    color: var(--white);
    border-radius: 4px;
    align-items: center;
    gap: 0.5rem;
    transition: all 0.3s ease;
}

.menu-toggle:hover {
    filter: brightness(1.1);
    transform: translateY(-1px);
}

.menu-toggle i {
    font-size: 1.2rem;
}

.menu-label {
    font-weight: 600;
    font-size: 0.9rem;
}

/* Responsive Header */
@media (max-width: 1024px) {
    .quick-links {
        display: none;
    }
    
    .top-bar-content {
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .top-bar {
        padding: 5px 0;
    }

    .contact-info {
        flex-direction: column;
        gap: 0.5rem;
    }

    .menu-toggle {
        display: flex;
        align-items: center;
    }

    .primary-menu-container {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: var(--white);
        padding: 1rem;
        box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    }

    .main-navigation.toggled .primary-menu-container {
        display: block;
    }

    .primary-menu {
        flex-direction: column;
        gap: 1rem;
    }

    .primary-menu a {
        display: block;
        padding: 0.5rem;
    }
}

/* Brief Intro Section */
.brief-intro {
    padding: 6rem 0;
    background: var(--white);
    position: relative;
    z-index: 2;
    box-shadow: 0 -2px 20px rgba(0, 0, 0, 0.1);
}

.brief-intro .intro-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1rem;
    display: flex;
    align-items: center;
    gap: 4rem;
}

.brief-intro .intro-text {
    flex: 1;
    text-align: left;
}

.brief-intro .intro-image {
    flex: 1;
    position: relative;
}

.brief-intro .intro-image img,
.brief-intro .placeholder-image {
    width: 100%;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.brief-intro .placeholder-image {
    background: var(--light-bg);
    aspect-ratio: 4/3;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 2rem;
    text-align: center;
}

.brief-intro .placeholder-image i {
    font-size: 4rem;
    color: var(--primary-color);
    margin-bottom: 1rem;
}

.brief-intro .placeholder-image p {
    font-size: 1rem;
    color: var(--gray);
    margin: 0;
}

.brief-intro .intro-image::after {
    content: '';
    position: absolute;
    top: 20px;
    right: -20px;
    width: 100%;
    height: 100%;
    border: 2px solid var(--primary-color);
    border-radius: 12px;
    z-index: -1;
}

.brief-intro h2 {
    color: var(--secondary-color);
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
    font-weight: 600;
    position: relative;
    padding-bottom: 1rem;
}

.brief-intro h2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 80px;
    height: 3px;
    background: var(--primary-color);
    background: var(--gold-gradient);
}

.brief-intro p {
    font-size: 1.25rem;
    line-height: 1.7;
    color: var(--text-color);
    margin: 0;
}

@media (max-width: 991px) {
    .brief-intro {
        padding: 4rem 0;
    }

    .brief-intro .intro-content {
        flex-direction: column-reverse;
        gap: 2rem;
    }

    .brief-intro .intro-text {
        text-align: center;
    }

    .brief-intro h2::after {
        left: 50%;
        transform: translateX(-50%);
    }
}

@media (max-width: 768px) {
    .brief-intro {
        padding: 3rem 1rem;
    }
    
    .brief-intro h2 {
        font-size: 2rem;
    }
    
    .brief-intro p {
        font-size: 1.1rem;
        line-height: 1.6;
    }

    .brief-intro .intro-image::after {
        display: none;
    }
}

/* Hero Section */
.hero-section {
    background-color: var(--light-bg);
    padding: 8rem 0 4rem;
    text-align: center;
}

.hero-section h1 {
    font-size: 2.5rem;
    color: var(--primary-color);
    margin-bottom: 1.5rem;
}

/* Services Section */
.services-section {
    padding: 4rem 0;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2.5rem;
    padding: 2rem 0;
    margin: 0 auto;
    max-width: 1400px;
}

@media (max-width: 1400px) {
    .services-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 2rem;
    }
}

@media (max-width: 991px) {
    .services-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 2rem;
    }
}

@media (max-width: 576px) {
    .services-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
}

.service-card {
    background: var(--white);
    border-radius: 8px;
    padding: 2rem;
    text-align: center;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 350px;
}

.service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

.service-icon {
    font-size: 2.5rem;
    color: var(--primary-color);
    margin-bottom: 1.5rem;
    height: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.service-card h3 {
    font-size: 1.3rem;
    font-weight: 700;
    color: var(--secondary-color);
    margin-bottom: 1rem;
    min-height: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.3;
}

.service-card p {
    color: #666;
    line-height: 1.6;
    margin-bottom: 2rem;
    flex-grow: 1;
    font-size: 0.95rem;
    padding: 0 0.5rem;
}

.service-btn {
    display: inline-block;
    background: var(--primary-color);
    color: var(--white);
    padding: 0.8rem 1.5rem;
    border-radius: 25px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    margin-top: auto;
    align-self: center;
    width: fit-content;
}

.service-btn:hover {
    background: var(--secondary-color);
    transform: translateY(-2px);
    box-shadow: 0 4px 10px rgba(212, 175, 55, 0.3);
}

/* Buttons */
.btn {
    display: inline-block;
    padding: 0.8rem 1.5rem;
    border-radius: 4px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
}

.btn-primary {
    background-color: var(--primary-color);
    color: var(--white);
}

.btn-primary:hover {
    background-color: #0052a3;
}

.btn-secondary {
    background-color: var(--secondary-color);
    color: var(--white);
}

.btn-secondary:hover {
    background-color: #262626;
}

/* Contact Section */
.contact-section {
    background-color: var(--light-bg);
    padding: 4rem 0;
}

.contact-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
}

/* Footer */
.footer {
    background-color: var(--secondary-color);
    color: var(--white);
    padding: 3rem 0;
}

.footer-content {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
}

.social-links a {
    color: var(--white);
    text-decoration: none;
    margin-right: 1rem;
}

/* Additional Front Page Styles */
.hero-section {
    background-color: var(--secondary-color);
    color: var(--white);
    text-align: left;
    padding: 12rem 0 8rem;
    position: relative;
    overflow: hidden;
    min-height: 100vh;
    display: flex;
    align-items: center;
}

.hero-video-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 0;
}

.hero-video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translateX(-50%) translateY(-50%);
    object-fit: cover;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0.75) 100%);
    z-index: 1;
    backdrop-filter: blur(2px);
}

.hero-content {
    position: relative;
    z-index: 2;
    max-width: 800px;
}

.hero-title {
    font-size: 4rem;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 1.5rem;
    color: var(--white);
    text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
}

.hero-title .highlight {
    color: var(--primary-color);
    display: block;
    font-size: 3.5rem;
}

.hero-tagline {
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.4;
    margin-bottom: 2rem;
    color: var(--primary-color);
    max-width: 600px;
}

.hero-description {
    font-size: 1.1rem;
    line-height: 1.6;
    margin-bottom: 3rem;
    max-width: 550px;
    opacity: 0.9;
}

.hero-buttons {
    display: flex;
    gap: 1.5rem;
    align-items: center;
}

.hero-buttons .btn {
    min-width: 220px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    padding: 1rem 2rem;
    font-size: 1.1rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
}

.btn-primary {
    background: var(--gold-gradient);
    border: none;
    color: var(--secondary-color);
    font-weight: 700;
}

.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(212, 175, 55, 0.3);
}

.btn-outline {
    border: 2px solid var(--primary-color);
    color: var(--primary-color);
    font-weight: 600;
}

.btn-outline:hover {
    background: var(--primary-color);
    color: var(--secondary-color);
    transform: translateY(-2px);
}

/* Responsive Hero Section */
@media (max-width: 768px) {
    .hero-section {
        padding: 8rem 0 6rem;
        text-align: center;
    }

    .hero-content {
        margin: 0 auto;
    }

    .hero-title {
        font-size: 3rem;
    }

    .hero-title .highlight {
        font-size: 2.5rem;
    }

    .hero-tagline {
        font-size: 1.25rem;
        margin-left: auto;
        margin-right: auto;
    }

    .hero-description {
        margin-left: auto;
        margin-right: auto;
    }

    .hero-buttons {
        flex-direction: column;
        gap: 1rem;
    }

    .hero-buttons .btn {
        width: 100%;
        max-width: 300px;
        margin: 0 auto;
    }
}

/* Services Section Enhancements */
.section-header {
    text-align: center;
    margin-bottom: 3rem;
}

.section-header h2 {
    color: var(--primary-color);
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.service-icon {
    font-size: 2.5rem;
    color: var(--primary-color);
    margin-bottom: 1.5rem;
}

.service-card {
    padding: 3rem 2rem;
}

.service-card h3 {
    margin: 1rem 0;
    color: var(--secondary-color);
}

.btn-outline {
    border: 2px solid var(--primary-color);
    color: var(--primary-color);
    background: transparent;
}

.btn-outline:hover {
    background: var(--primary-color);
    color: var(--white);
}

/* Mission Section */
.mission-section {
    background-color: var(--light-bg);
    padding: 6rem 0;
    text-align: center;
}

.mission-content {
    max-width: 800px;
    margin: 0 auto;
}

.mission-content h2 {
    color: var(--primary-color);
    margin-bottom: 2rem;
}

/* Quick Links Section */
.quick-links-section {
    padding: 4rem 0;
    background: var(--white);
}

.quick-links-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
}

.quick-link-card {
    text-align: center;
    padding: 2rem;
    border: 1px solid #eee;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.quick-link-card:hover {
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    transform: translateY(-5px);
}

/* Enhanced Contact Section */
.contact-section {
    background-color: var(--light-bg);
    padding: 6rem 0;
}

.contact-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 2rem;
}

.contact-item i {
    font-size: 1.5rem;
    color: var(--primary-color);
    margin-right: 1rem;
    margin-top: 0.25rem;
}

.contact-text h4 {
    margin: 0 0 0.5rem;
    color: var(--secondary-color);
}

.contact-text a {
    color: var(--primary-color);
    text-decoration: none;
}

.contact-text a:hover {
    text-decoration: underline;
}

.contact-form {
    background: var(--white);
    padding: 2rem;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.contact-form h3 {
    color: var(--primary-color);
    margin-bottom: 1.5rem;
}

/* Form Styles */
.wpcf7-form p {
    margin-bottom: 1.5rem;
}

.wpcf7-form label {
    display: block;
    margin-bottom: 0.5rem;
    color: var(--secondary-color);
}

.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="tel"],
.wpcf7-form textarea {
    width: 100%;
    padding: 0.75rem;
    border: 1px solid #ddd;
    border-radius: 4px;
    margin-top: 0.25rem;
    color: #000000 !important;
    font-family: 'Open Sans', sans-serif;
    font-size: 1rem;
}

.wpcf7-form input[type="text"]::placeholder,
.wpcf7-form input[type="email"]::placeholder,
.wpcf7-form input[type="tel"]::placeholder,
.wpcf7-form textarea::placeholder {
    color: #666666;
    opacity: 1;
}

.wpcf7-form textarea {
    height: 120px;
}

.wpcf7-submit {
    background-color: var(--primary-color);
    color: var(--white);
    padding: 0.8rem 2rem;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-weight: 600;
    transition: background-color 0.3s ease;
}

.wpcf7-submit:hover {
    background-color: #0052a3;
}

/* Responsive Design */
@media (max-width: 768px) {
    .hero-section {
        padding: 6rem 0 4rem;
    }

    .hero-section h1 {
        font-size: 2.5rem;
    }

    .hero-buttons {
        flex-direction: column;
        align-items: center;
    }

    .hero-buttons .btn {
        width: 100%;
        max-width: 300px;
    }

    .quick-links-grid {
        grid-template-columns: 1fr;
    }

    .contact-grid {
        grid-template-columns: 1fr;
    }

    .contact-form {
        margin-top: 2rem;
    }
    
    .services-grid,
    .contact-grid,
    .footer-content {
        grid-template-columns: 1fr;
    }
    
    .services-section h2 {
        font-size: 2.2rem;
    }
    
    .services-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    .service-card {
        text-align: center;
    }
    
    .service-content {
        padding: 1.5rem;
    }
    
    .service-icon {
        height: 100px;
    }
    
    .service-icon i {
        font-size: 2.5rem;
    }
}


/* FontAwesome Icons */
.fas {
    display: inline-block;
    width: 1em;
    height: 1em;
    vertical-align: -0.125em;
}

/* Submitted Data Styles */
.submitted-data {
    background: linear-gradient(135deg, #e8f5e8 0%, #d4edda 100%);
    border: 2px solid #28a745;
    border-radius: 8px;
    padding: 2rem;
    margin-top: 2rem;
    box-shadow: 0 6px 16px rgba(0,0,0,0.1);
    position: relative;
    overflow: hidden;
}

.submitted-data::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #28a745, #20c997);
}

.submitted-data h4 {
    color: #155724;
    margin-bottom: 1.5rem;
    font-size: 1.3rem;
    text-align: center;
    border-bottom: 2px solid #28a745;
    padding-bottom: 0.5rem;
}

.success-message {
    background: #d1f2d1;
    border: 1px solid #28a745;
    border-radius: 6px;
    padding: 1rem;
    margin-bottom: 1.5rem;
    text-align: center;
}

.success-message p {
    margin: 0;
    color: #155724;
    font-weight: 600;
}

/* Error Message Styles */
.form-error {
    background: linear-gradient(135deg, #f8d7da 0%, #f5c6cb 100%);
    border: 2px solid #dc3545;
    border-radius: 8px;
    padding: 2rem;
    margin-top: 2rem;
    box-shadow: 0 6px 16px rgba(0,0,0,0.1);
    position: relative;
    overflow: hidden;
}

.form-error::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #dc3545, #c82333);
}

.form-error h4 {
    color: #721c24;
    margin-bottom: 1.5rem;
    font-size: 1.3rem;
    text-align: center;
    border-bottom: 2px solid #dc3545;
    padding-bottom: 0.5rem;
}

.error-message {
    background: #f8d7da;
    border: 1px solid #dc3545;
    border-radius: 6px;
    padding: 1rem;
    margin-bottom: 1.5rem;
}

.error-message p {
    margin: 0 0 0.5rem 0;
    color: #721c24;
    font-weight: 600;
}

.error-message ul {
    margin: 0.5rem 0 0 0;
    padding-left: 1.5rem;
    color: #721c24;
}

.error-message li {
    margin-bottom: 0.25rem;
}

.close-error-btn {
    background: #dc3545;
    color: white;
    border: none;
    padding: 0.8rem 2rem;
    border-radius: 4px;
    cursor: pointer;
    font-weight: 600;
    transition: all 0.3s ease;
    display: block;
    margin: 0 auto;
}

.close-error-btn:hover {
    background: #c82333;
    transform: translateY(-2px);
}

.submitted-content {
    display: grid;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.submitted-item {
    display: flex;
    align-items: flex-start;
    padding: 1rem;
    background: var(--white);
    border-radius: 6px;
    border-left: 4px solid #28a745;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
}

.submitted-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0,0,0,0.15);
}

.submitted-item strong {
    min-width: 100px;
    color: #155724;
    font-weight: 600;
    margin-right: 1rem;
    display: flex;
    align-items: center;
}

.submitted-item span {
    word-break: break-word;
    flex: 1;
    font-family: 'Open Sans', sans-serif;
    background: #f8f9fa;
    padding: 0.25rem 0.5rem;
    border-radius: 3px;
    border: 1px solid #e9ecef;
    color: #000000 !important;
    font-size: 1rem;
}

.submission-note {
    background: linear-gradient(135deg, #fff3cd 0%, #ffeaa7 100%);
    border: 1px solid #ffeaa7;
    border-radius: 6px;
    padding: 1rem;
    margin-top: 1rem;
    position: relative;
}

.submission-note::before {
    content: '💡';
    position: absolute;
    top: 0.5rem;
    left: 0.5rem;
    font-size: 1.2rem;
}

.submission-note p {
    margin: 0;
    color: #856404;
    font-size: 0.9rem;
    padding-left: 2rem;
}

.reset-form-btn {
    display: block;
    margin: 1.5rem auto 0;
    background: var(--primary-color);
    color: var(--white);
    border: none;
    padding: 0.8rem 2rem;
    border-radius: 4px;
    cursor: pointer;
    font-weight: 600;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.reset-form-btn::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    background: rgba(255,255,255,0.2);
    border-radius: 50%;
    transition: all 0.3s ease;
    transform: translate(-50%, -50%);
}

.reset-form-btn:hover {
    background: var(--accent-color);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.2);
}

.reset-form-btn:hover::before {
    width: 100px;
    height: 100px;
}

/* Input focus styles */
.wpcf7-form-control:focus {
    outline: none;
    border-color: var(--primary-color) !important;
    box-shadow: 0 0 0 3px rgba(212, 175, 55, 0.1);
}

/* Responsive adjustments for form preview */
@media (max-width: 768px) {
    .preview-item,
    .submitted-item {
        flex-direction: column;
        gap: 0.5rem;
    }
    
    .preview-item strong,
    .submitted-item strong {
        min-width: auto;
        margin-right: 0;
        margin-bottom: 0.25rem;
    }
    
    .submitted-data {
        padding: 1rem;
    }
    
    .footer-content {
        grid-template-columns: 1fr;
        gap: 2rem;
        text-align: center;
    }
    
    .footer-menu a::before {
        display: none;
    }
    
    .social-links {
        justify-content: center;
        gap: 1rem;
    }
    
    .social-links a {
        width: 45px;
        height: 45px;
        font-size: 1.2rem;
    }
    
    .copyright-info {
        flex-direction: column;
        text-align: center;
        gap: 0.5rem;
    }
    
    .designer-credit {
        text-align: center;
    }
}


/* Custom Contact Form Styles */
.form-control {
    width: 100%;
    padding: 0.75rem;
    border: 1px solid #ddd;
    border-radius: 4px;
    margin-top: 0.25rem;
    color: #000000 !important;
    font-family: 'Open Sans', sans-serif;
    font-size: 1rem;
    box-sizing: border-box;
}

.form-control::placeholder {
    color: #666666;
    opacity: 1;
}

.form-control:focus {
    outline: none;
    border-color: var(--primary-color) !important;
    box-shadow: 0 0 0 3px rgba(212, 175, 55, 0.1);
}

.contact-form textarea.form-control {
    height: 120px;
    resize: vertical;
}

.submit-button {
    background-color: var(--primary-color);
    color: var(--white);
    padding: 0.8rem 2rem;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-weight: 600;
    transition: background-color 0.3s ease;
    font-size: 1rem;
}

.submit-button:hover {
    background-color: var(--accent-color);
}

.submit-button:disabled {
    background-color: #ccc;
    cursor: not-allowed;
}

.contact-form h4 {
    color: var(--primary-color);
    margin-bottom: 1rem;
    margin-top: 1.5rem;
    font-size: 1.1rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.contact-form h4:first-child {
    margin-top: 0;
}

/* Footer Logo Styling */
.footer-logo {
    margin-bottom: 2rem;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.footer-logo-img {
    max-height: 80px;
    width: auto;
    max-width: 200px;
    filter: brightness(1.2) contrast(1.1);
    transition: all 0.3s ease;
    background: rgba(255, 255, 255, 0.1);
    padding: 15px;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(212, 175, 55, 0.2);
    border: 2px solid rgba(212, 175, 55, 0.3);
}

.footer-logo-img:hover {
    transform: scale(1.05);
    box-shadow: 0 6px 20px rgba(212, 175, 55, 0.4);
    border-color: var(--primary-color);
    background: rgba(255, 255, 255, 0.15);
}

.footer-site-title {
    color: var(--white);
    font-size: 1.8rem;
    font-weight: 700;
    margin: 0;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    background: var(--gold-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    display: inline-block;
}

/* Enhanced Footer Styling */
.footer {
    background: linear-gradient(135deg, var(--secondary-color) 0%, #1a1a1a 100%);
    position: relative;
    overflow: hidden;
}

.footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: var(--gold-gradient);
}

.footer::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 10% 20%, rgba(212, 175, 55, 0.1) 0%, transparent 50%),
                radial-gradient(circle at 90% 80%, rgba(212, 175, 55, 0.05) 0%, transparent 50%);
    pointer-events: none;
}

/* Footer Content Layout */
.footer-content {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 3rem;
    position: relative;
    z-index: 1;
}

/* Footer Quick Links */
.footer-quick-links h4,
.footer-connect h4 {
    color: var(--white);
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    padding-bottom: 10px;
}

.footer-quick-links h4::after,
.footer-connect h4::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 2px;
    background: var(--primary-color);
}

.footer-menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-menu li {
    margin-bottom: 0.8rem;
}

.footer-menu a {
    color: #cccccc;
    text-decoration: none;
    font-size: 1rem;
    transition: all 0.3s ease;
    display: inline-block;
    padding: 5px 0;
    position: relative;
}

.footer-menu a:hover {
    color: var(--primary-color);
    transform: translateX(5px);
}

.footer-menu a::before {
    content: '▶';
    position: absolute;
    left: -15px;
    color: var(--primary-color);
    font-size: 0.8rem;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.footer-menu a:hover::before {
    opacity: 1;
}

/* Enhanced Social Links */
.social-links {
    display: flex;
    gap: 1.2rem;
    margin-top: 1.5rem;
    flex-wrap: wrap;
}

.social-links a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.15);
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: 12px;
    color: var(--white);
    text-decoration: none;
    font-size: 1.4rem;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
    backdrop-filter: blur(10px);
}

.social-links a::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
    transition: left 0.6s ease;
}

.social-links a:hover::before {
    left: 100%;
}

/* Brand-specific social media colors and effects */
.social-facebook:hover {
    background: #1877f2;
    border-color: #1877f2;
    transform: translateY(-5px) scale(1.1);
    box-shadow: 0 8px 25px rgba(24, 119, 242, 0.4);
}

.social-linkedin:hover {
    background: #0077b5;
    border-color: #0077b5;
    transform: translateY(-5px) scale(1.1);
    box-shadow: 0 8px 25px rgba(0, 119, 181, 0.4);
}

.social-youtube:hover {
    background: #ff0000;
    border-color: #ff0000;
    transform: translateY(-5px) scale(1.1);
    box-shadow: 0 8px 25px rgba(255, 0, 0, 0.4);
}

.social-instagram:hover {
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    border-color: #e6683c;
    transform: translateY(-5px) scale(1.1);
    box-shadow: 0 8px 25px rgba(225, 48, 108, 0.4);
}

/* Pulsing animation for social icons */
.social-links a {
    animation: socialPulse 3s ease-in-out infinite;
}

.social-links a:nth-child(1) { animation-delay: 0s; }
.social-links a:nth-child(2) { animation-delay: 0.5s; }
.social-links a:nth-child(3) { animation-delay: 1s; }
.social-links a:nth-child(4) { animation-delay: 1.5s; }

@keyframes socialPulse {
    0%, 100% { 
        box-shadow: 0 0 0 0 rgba(212, 175, 55, 0.7);
        border-color: rgba(255, 255, 255, 0.3);
    }
    50% { 
        box-shadow: 0 0 0 8px rgba(212, 175, 55, 0);
        border-color: var(--primary-color);
    }
}

/* Enhanced visibility with glow effects */
.social-links a:hover {
    z-index: 2;
}

.social-links a i {
    z-index: 1;
    position: relative;
    font-weight: 900;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

/* Footer Copyright and Designer Credit */
.site-info {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin-top: 3rem;
    padding-top: 2rem;
    position: relative;
    z-index: 1;
}

.copyright-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem;
}

.copyright-info p {
    margin: 0;
    color: #cccccc;
    font-size: 0.9rem;
    line-height: 1.4;
}

.designer-credit {
    text-align: right;
}

.designer-credit a {
    color: var(--primary-color);
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    position: relative;
    padding: 5px 10px;
    border-radius: 4px;
}

.designer-credit a:hover {
    color: var(--white);
    background: var(--gold-gradient);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(212, 175, 55, 0.3);
}

.designer-credit a::before {
    content: '✨';
    margin-right: 5px;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.designer-credit a:hover::before {
    opacity: 1;
}

/* Footer Info Enhancement */
.footer-info p {
    color: #cccccc;
    margin-bottom: 0.8rem;
    line-height: 1.6;
}

.footer-info a {
    color: var(--primary-color);
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-info a:hover {
    color: var(--white);
}

/* Enhanced Contact Section Visibility */
.contact-section .contact-info h2 {
    color: var(--white);
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    position: relative;
}

.contact-section .contact-info h2::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 60px;
    height: 4px;
    background: var(--gold-gradient);
    border-radius: 2px;
}

.contact-section .contact-info > p {
    font-size: 1.2rem;
    color: var(--white);
    margin-bottom: 2rem;
    line-height: 1.8;
    font-weight: 500;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.contact-section {
    background: linear-gradient(135deg, var(--secondary-color) 0%, #1a1a1a 100%);
    border-top: 4px solid var(--primary-color);
    position: relative;
}

.contact-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 20% 80%, rgba(212, 175, 55, 0.05) 0%, transparent 50%),
                radial-gradient(circle at 80% 20%, rgba(212, 175, 55, 0.05) 0%, transparent 50%);
    pointer-events: none;
}

.contact-section .container {
    position: relative;
    z-index: 1;
}

.contact-item {
    background: var(--white);
    padding: 1.5rem;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    border-left: 4px solid var(--primary-color);
}

.contact-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
}

.contact-item h4 {
    color: var(--secondary-color);
    font-weight: 600;
    font-size: 1.1rem;
    margin-bottom: 0.5rem;
}

.contact-item a {
    color: var(--primary-color);
    font-weight: 600;
    font-size: 1.1rem;
}

.contact-item i {
    background: var(--gold-gradient);
    color: var(--white);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 1.5rem;
    flex-shrink: 0;
}

/* Services Page Specific Styles */
.page-template-page-services .service-card p,
.page-id-services .service-card p,
body.services .service-card p,
.single-service p {
    color: var(--white) !important;
}
