/* ===================================
   Professional Limousine Theme Styles
   Developer: KK Bhardwaj
   =================================== */

/* === Reset & Base === */
* {
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-size: 16px;
    line-height: 1.6;
    color: #333;
    background-color: #000;
}

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

/* === Typography === */
h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    line-height: 1.3;
    margin-top: 0;
    margin-bottom: 1rem;
}

h1 { font-size: 2.5rem; }
h2 { font-size: 2rem; }
h3 { font-size: 1.75rem; }

a {
    color: #dc143c;
    text-decoration: none;
    transition: all 0.3s ease;
}

a:hover {
    color: #ff0000;
}

/* === Header === */
.site-header {
    background-color: #000;
    padding: 20px 0;
    position: sticky;
    top: 0;
    z-index: 1000;
    box-shadow: 0 2px 10px rgba(255, 255, 255, 0.1);
}

.site-header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.site-branding .site-title {
    margin: 0;
    font-size: 1.8rem;
}

.site-branding .site-title a {
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.site-branding .site-title a:hover {
    color: #dc143c;
}

/* === Navigation === */
.main-navigation ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 30px;
}

.main-navigation li {
    position: relative;
}

.main-navigation a {
    color: #fff;
    font-weight: 500;
    padding: 10px 0;
    display: block;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
}

.main-navigation a:hover {
    color: #dc143c;
}

/* === Main Content === */
.site-main {
    min-height: 60vh;
    background-color: #000;
    color: #fff;
    padding: 40px 0;
}

.site-main .container {
    max-width: 1200px;
    margin: 0 auto;
}

/* === Elementor Compatibility === */
.elementor-section {
    background-color: transparent;
}

/* === Footer === */
.site-footer {
    background-color: #111;
    color: #999;
    padding: 40px 0 20px;
    margin-top: 60px;
    border-top: 3px solid #dc143c;
}

.footer-content {
    text-align: center;
}

.footer-navigation ul {
    list-style: none;
    margin: 0 0 30px;
    padding: 0;
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
}

.footer-navigation a {
    color: #999;
    font-size: 14px;
}

.footer-navigation a:hover {
    color: #dc143c;
}

.site-info {
    font-size: 14px;
    line-height: 1.8;
}

.site-info p {
    margin: 5px 0;
}

.developer-credit a {
    color: #dc143c;
    font-weight: 600;
}

.developer-credit a:hover {
    color: #ff0000;
}

/* === Buttons === */
.btn {
    display: inline-block;
    padding: 12px 30px;
    background-color: #dc143c;
    color: #fff;
    border: 2px solid #dc143c;
    border-radius: 5px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease;
}

.btn:hover {
    background-color: transparent;
    color: #dc143c;
}

/* === Responsive === */
@media (max-width: 768px) {
    .site-header .container {
        flex-direction: column;
        gap: 20px;
    }
    
    .main-navigation ul {
        flex-direction: column;
        gap: 10px;
        text-align: center;
    }
    
    .footer-navigation ul {
        flex-direction: column;
        gap: 10px;
    }
    
    h1 { font-size: 2rem; }
    h2 { font-size: 1.5rem; }
}

/* === Animations === */
@keyframes fadeIn {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
}

.fade-in {
    animation: fadeIn 0.6s ease-out;
}

/* === Loading State === */
.loading {
    opacity: 0.5;
    pointer-events: none;
}
/* ===================================
   Professional Limousine Theme Styles
   Developer: KK Bhardwaj
   =================================== */

/* === Reset & Base === */
* {
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-size: 16px;
    line-height: 1.6;
    color: #333;
    background-color: #000;
}

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

/* === Typography === */
h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    line-height: 1.3;
    margin-top: 0;
    margin-bottom: 1rem;
}

h1 { font-size: 2.5rem; }
h2 { font-size: 2rem; }
h3 { font-size: 1.75rem; }

a {
    color: #dc143c;
    text-decoration: none;
    transition: all 0.3s ease;
}

a:hover {
    color: #ff0000;
}

/* === Header === */
.site-header {
    background-color: #000;
    padding: 20px 0;
    position: sticky;
    top: 0;
    z-index: 1000;
    box-shadow: 0 2px 10px rgba(255, 255, 255, 0.1);
}

.site-header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.site-branding .site-title {
    margin: 0;
    font-size: 1.8rem;
}

.site-branding .site-title a {
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.site-branding .site-title a:hover {
    color: #dc143c;
}

/* === Navigation === */
.main-navigation ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 30px;
}

.main-navigation li {
    position: relative;
}

.main-navigation a {
    color: #fff;
    font-weight: 500;
    padding: 10px 0;
    display: block;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
}

.main-navigation a:hover {
    color: #dc143c;
}

/* === Main Content === */
.site-main {
    min-height: 60vh;
    background-color: #000;
    color: #fff;
    padding: 40px 0;
}

.site-main .container {
    max-width: 1200px;
    margin: 0 auto;
}

/* === Elementor Compatibility === */
.elementor-section {
    background-color: transparent;
}

/* === Footer === */
.site-footer {
    background-color: #111;
    color: #999;
    padding: 40px 0 20px;
    margin-top: 60px;
    border-top: 3px solid #dc143c;
}

.footer-content {
    text-align: center;
}

.footer-navigation ul {
    list-style: none;
    margin: 0 0 30px;
    padding: 0;
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
}

.footer-navigation a {
    color: #999;
    font-size: 14px;
}

.footer-navigation a:hover {
    color: #dc143c;
}

.site-info {
    font-size: 14px;
    line-height: 1.8;
}

.site-info p {
    margin: 5px 0;
}

.developer-credit a {
    color: #dc143c;
    font-weight: 600;
}

.developer-credit a:hover {
    color: #ff0000;
}

/* === Buttons === */
.btn {
    display: inline-block;
    padding: 12px 30px;
    background-color: #dc143c;
    color: #fff;
    border: 2px solid #dc143c;
    border-radius: 5px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease;
}

.btn:hover {
    background-color: transparent;
    color: #dc143c;
}

/* === Responsive === */
@media (max-width: 768px) {
    .site-header .container {
        flex-direction: column;
        gap: 20px;
    }
    
    .main-navigation ul {
        flex-direction: column;
        gap: 10px;
        text-align: center;
    }
    
    .footer-navigation ul {
        flex-direction: column;
        gap: 10px;
    }
    
    h1 { font-size: 2rem; }
    h2 { font-size: 1.5rem; }
}

/* === Animations === */
@keyframes fadeIn {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
}

.fade-in {
    animation: fadeIn 0.6s ease-out;
}

/* === Loading State === */
.loading {
    opacity: 0.5;
    pointer-events: none;
}

