/*
Theme Name: Aurame Cosmic Pro - Complete
Description: Complete working version of Aurame theme with all features
Version: 1.0.0
Author: Aurame Team
*/

/* Theme uses main.css for styling */

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

/* Modal styles */
.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.8);
}

.modal-content {
    background-color: #1a1a1a;
    margin: 5% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    max-width: 600px;
    border-radius: 10px;
}

.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
}

.close:hover {
    color: #fff;
}

/* Form styles */
.form-group {
    margin-bottom: 15px;
}

label {
    display: block;
    margin-bottom: 5px;
    color: #fff;
}

input, select, textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #555;
    background: #333;
    color: #fff;
    border-radius: 5px;
}

button {
    background: linear-gradient(45deg, #8b5cf6, #ec4899);
    color: white;
    padding: 12px 24px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
}

button:hover {
    opacity: 0.9;
}

/* Success message styles */
.success-message {
    text-align: center;
    padding: 20px;
}

.success-message h3 {
    color: #8b5cf6;
    margin-bottom: 10px;
}

.cta-buttons {
    margin-top: 20px;
}

.cta-button {
    display: inline-block;
    margin: 0 10px;
    padding: 12px 24px;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
}

.whatsapp-btn {
    background: linear-gradient(45deg, #25d366, #128c7e);
    color: white;
}

.email-btn {
    background: linear-gradient(45deg, #667eea, #764ba2);
    color: white;
}

/* Header Transparency Fixes */
.site-header {
    background: transparent !important;
    position: relative;
    z-index: 10;
}

.main-navigation {
    background: transparent !important;
}

.site-main {
    background: transparent !important;
}

#page {
    background: transparent !important;
}

body {
    background: transparent !important;
}

/* Ensure cosmic background shows through all elements */
.site {
    background: transparent !important;
}

/* Remove any blocking backgrounds */
.hero {
    background: transparent !important;
}

.content {
    background: transparent !important;
}

/* Make sure header doesn't block cosmic elements */
#masthead {
    background: transparent !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
}

/* Navigation transparency */
#site-navigation {
    background: transparent !important;
}

#primary-menu {
    background: transparent !important;
}

/* Remove any default WordPress backgrounds */
.wp-site-blocks {
    background: transparent !important;
}

.wp-block-group {
    background: transparent !important;
}
