/* Triple O Car Rentals - Site Enhancements CSS */
/* Version 1.5.0 */

/* ============================================
   Modern Typography Overrides
   ============================================ */
body, p, li, span, div, input, textarea, select, label {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif !important;
    font-weight: 400;
    line-height: 1.6;
}

h1, h2, h3, h4, h5, h6, 
.elementor-heading-title, 
.stm-main-menu a,
.corp-hero h1,
.corp-section h2,
.corp-feature-card h3 {
    font-family: 'Poppins', sans-serif !important;
    font-weight: 700 !important;
    letter-spacing: -0.02em;
}

/* ============================================
   DELIVERABLE 3.4: WhatsApp Vehicle Button
   ============================================ */
#triple-o-whatsapp-vehicle {
    margin: 15px 0;
    text-align: center;
}

.triple-o-wa-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background-color: #25D366;
    color: #ffffff !important;
    padding: 14px 28px;
    border-radius: 50px;
    text-decoration: none !important;
    font-size: 16px;
    font-weight: 600;
    transition: background-color 0.3s, transform 0.2s, box-shadow 0.3s;
    box-shadow: 0 4px 15px rgba(37, 211, 102, 0.3);
    cursor: pointer;
    font-family: 'Poppins', sans-serif !important;
}

.triple-o-wa-btn:hover {
    background-color: #1da851;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(37, 211, 102, 0.4);
    color: #ffffff !important;
}

/* ============================================
   DELIVERABLE 3.8: Google Reviews Section
   ============================================ */
#triple-o-google-reviews-section {
    padding: 60px 20px;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

.google-reviews-container {
    max-width: 1200px;
    margin: 0 auto;
}

.google-reviews-header {
    text-align: center;
    margin-bottom: 40px;
}

.google-reviews-badge {
    display: inline-flex;
    align-items: center;
    gap: 15px;
    background: #ffffff;
    padding: 20px 35px;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
}

.google-reviews-title {
    font-size: 22px;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 4px;
}

.google-reviews-stars .stars {
    color: #FFC107;
    font-size: 20px;
    letter-spacing: 2px;
}

.google-reviews-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px;
    margin-bottom: 35px;
}

.google-review-card {
    background: #ffffff;
    padding: 25px;
    border-radius: 12px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.06);
    transition: transform 0.3s, box-shadow 0.3s;
}

.google-review-btn {
    display: inline-flex;
    align-items: center;
    background: #4285F4;
    color: #ffffff !important;
    padding: 14px 30px;
    border-radius: 50px;
    text-decoration: none !important;
    font-weight: 600;
    font-size: 15px;
}

.google-view-all-btn {
    display: inline-flex;
    align-items: center;
    background: transparent;
    color: #4285F4 !important;
    padding: 14px 30px;
    border-radius: 50px;
    text-decoration: none !important;
    font-weight: 600;
    font-size: 15px;
    border: 2px solid #4285F4;
}

/* ============================================
   DELIVERABLE 3.6: Corporate Inquiry Page
   ============================================ */
#triple-o-corporate-page {
    font-family: 'Inter', sans-serif;
    color: #333;
    line-height: 1.6;
}

.corp-hero {
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #0f3460 100%);
    color: #fff;
    padding: 100px 20px 80px;
    text-align: center;
}

.corp-hero h1 {
    font-size: 42px;
    font-weight: 800;
    margin: 0 0 20px;
    line-height: 1.2;
    color: #fff !important;
}

.corp-hero-subtitle {
    font-size: 18px;
    max-width: 700px;
    margin: 0 auto 30px;
    opacity: 0.9;
    color: #e0e0e0;
}

.corp-hero-ctas {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 20px;
}

.corp-hero-cta {
    display: inline-block;
    background: #e63946;
    color: #fff !important;
    padding: 16px 40px;
    border-radius: 50px;
    text-decoration: none !important;
    font-weight: 700;
    font-size: 17px;
    transition: all 0.3s;
    box-shadow: 0 4px 20px rgba(230, 57, 70, 0.4);
    font-family: 'Poppins', sans-serif;
}

.corp-hero-cta:hover {
    background: #c1121f;
    transform: translateY(-3px);
}

.corp-cta-outline {
    background: transparent !important;
    border: 2px solid #fff;
    box-shadow: none !important;
}

.corp-cta-outline:hover {
    background: #fff !important;
    color: #1a1a2e !important;
}

.corp-section {
    padding: 70px 20px;
}

.corp-container {
    max-width: 1100px;
    margin: 0 auto;
}

.corp-section h2 {
    font-size: 32px;
    font-weight: 700;
    text-align: center;
    margin: 0 0 15px;
    color: #1a1a2e;
}

.corp-credibility-line {
    text-align: center;
    font-weight: 600;
    color: #e63946;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px;
    margin-bottom: 10px;
}

.corp-features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 25px;
    margin-top: 40px;
}

.corp-feature-card {
    background: #f8f9fa;
    padding: 30px;
    border-radius: 12px;
    text-align: center;
    transition: transform 0.3s, box-shadow 0.3s;
    border: 1px solid #e9ecef;
}

.corp-feature-card h3 {
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 10px;
    color: #1a1a2e;
}

.corp-testimonial-card {
    max-width: 800px;
    margin: 0 auto;
    background: #ffffff;
    padding: 50px;
    border-radius: 15px;
    text-align: center;
    box-shadow: 0 15px 40px rgba(0,0,0,0.05);
}

.corp-industries-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
    margin-top: 35px;
}

.corp-industry-tag {
    background: #1a1a2e;
    color: #fff;
    padding: 10px 24px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 500;
}

.corp-trust-badge {
    text-align: center;
    font-size: 18px;
    color: #333;
}

.corp-form {
    background: #fff;
    padding: 40px;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    max-width: 900px;
    margin: 0 auto;
}

.corp-form-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-bottom: 20px;
}

.corp-form-group {
    display: flex;
    flex-direction: column;
}

/* ============================================
   Executive Client Portal Redesign - REFINED
   ============================================ */
.triple-o-executive-portal {
    background-color: rgba(13, 13, 26, 0.95) !important;
    backdrop-filter: blur(15px) !important;
    -webkit-backdrop-filter: blur(15px) !important;
    color: #ffffff !important;
    padding: 30px !important;
    font-family: 'Poppins', sans-serif !important;
    border-radius: 0 0 0 24px !important;
    box-shadow: -15px 15px 40px rgba(0,0,0,0.6) !important;
    width: 380px !important;
    max-width: 90vw !important;
    overflow-y: auto !important;
    max-height: 100vh !important;
    border-left: 1px solid rgba(201, 162, 74, 0.2) !important;
    border-bottom: 1px solid rgba(201, 162, 74, 0.2) !important;
    animation: tripleOFadeSlide 0.3s ease-out !important;
}

@keyframes tripleOFadeSlide {
    from { opacity: 0; transform: translateY(-20px) translateX(20px); }
    to { opacity: 1; transform: translateY(0) translateX(0); }
}

.portal-header {
    display: flex !important;
    align-items: center !important;
    gap: 15px !important;
    margin-bottom: 30px !important;
    padding-bottom: 20px !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
}

.portal-user-icon {
    width: 48px !important;
    height: 48px !important;
    background: rgba(201, 162, 74, 0.1) !important;
    border: 1px solid rgba(201, 162, 74, 0.3) !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: #C9A24A !important;
}

.portal-title {
    font-size: 16px !important;
    font-weight: 700 !important;
    letter-spacing: 1px !important;
    color: #ffffff !important;
}

.portal-section {
    margin-bottom: 25px !important;
}

.portal-section-title {
    font-size: 12px !important;
    font-weight: 700 !important;
    color: #C9A24A !important;
    text-transform: uppercase !important;
    letter-spacing: 1.5px !important;
    margin-bottom: 15px !important;
    opacity: 0.8 !important;
}

.portal-list {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.portal-list li {
    margin-bottom: 12px !important;
}

.portal-list li a {
    color: rgba(255, 255, 255, 0.8) !important;
    text-decoration: none !important;
    font-size: 14px !important;
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
    transition: all 0.2s ease !important;
    font-weight: 400 !important;
}

.portal-list li a:hover {
    color: #C9A24A !important;
    transform: translateX(5px) !important;
}

.portal-item-icon {
    font-size: 16px !important;
    width: 20px !important;
    text-align: center !important;
}

.portal-cta-container {
    margin-top: 30px !important;
    padding-top: 20px !important;
    border-top: 1px solid rgba(255, 255, 255, 0.1) !important;
}

.portal-cta-btn {
    display: block !important;
    background: #000000 !important;
    color: #ffffff !important;
    text-align: center !important;
    padding: 14px !important;
    border-radius: 8px !important;
    text-decoration: none !important;
    font-weight: 700 !important;
    font-size: 14px !important;
    border: 1px solid #C9A24A !important;
    transition: all 0.3s ease !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
}

.portal-cta-btn:hover {
    background: #C9A24A !important;
    color: #000000 !important;
}

/* Fix Elementor Popup Default Styles */
.elementor-popup-modal .dialog-widget-content {
    background: transparent !important;
    box-shadow: none !important;
}

.elementor-popup-modal .dialog-close-button {
    color: #ffffff !important;
    z-index: 10001 !important;
    top: 20px !important;
    right: 20px !important;
}

/* Mobile Responsive */
@media (max-width: 767px) {
    .triple-o-executive-portal {
        width: 100vw !important;
        height: 100vh !important;
        border-radius: 0 !important;
        padding: 60px 30px !important;
    }
}
