body
{
   background-color: #FFFFFF;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-size: 13px;
   line-height: 1.1875;
   margin: 0;
   padding: 0;
}
#wb_LayoutGrid1
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #DDDDDD;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#LayoutGrid1
{
   box-sizing: border-box;
   padding: 20px 20px 20px 20px;
   margin-right: auto;
   margin-left: auto;
}
#LayoutGrid1 > .row
{
   margin-right: -20px;
   margin-left: -20px;
}
#LayoutGrid1 > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 20px;
   padding-left: 20px;
   position: relative;
}
#LayoutGrid1 > .row > .col-1
{
   float: left;
}
#LayoutGrid1 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 100%;
   text-align: center;
}
#LayoutGrid1:before,
#LayoutGrid1:after,
#LayoutGrid1 .row:before,
#LayoutGrid1 .row:after
{
   display: table;
   content: " ";
}
#LayoutGrid1:after,
#LayoutGrid1 .row:after
{
   clear: both;
}
@media (max-width: 768px)
{
#LayoutGrid1 > .row > .col-1
{
   float: none;
   width: 100% !important;
}
}
        .taxi-site-wrapper { 
            font-family: 'Open Sans', 'Segoe UI', Arial, sans-serif; 
            color: #333333; 
            line-height: 1.6; 
            width: 100%;
            background-color: #fdfdfd; 
            position: relative;
            clear: both;
        }
        .taxi-site-wrapper * { box-sizing: border-box; }

        :root { 
            --primary-accent: #b22222; /* High-contrast corporate dark red */
            --dark-bg: #111111; /* Corporate road black */
            --light-bg: rgba(34,34,34,0.04); 
            --footer-bg: #1a1a1a;
            --footer-text: #a0a0a0;
        }

        .hero-section { 
            background: linear-gradient(rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.85)),
                        url('https://media.istockphoto.com/id/671472124/photo/yellow-taxis-on-busy-street-in-new-york-city.jpg?s=612x612&w=0&k=20&c=q88jAbDIkSEu6nGT09KWMsWueWey4hTGwRA6kFt8VxM=')
                        no-repeat center center/cover;
            padding: 80px 20px;
            text-align: center;
            color: #ffffff;
        }

        .hero-content { max-width: 800px; margin: 0 auto; }

        .hero-section h1 { 
            font-size: 2.6rem; 
            margin-bottom: 15px; 
            text-transform: uppercase; 
            font-weight: 800; 
        }

        .hero-section h1 span { color: var(--primary-accent); }

        .hero-section p { 
            font-size: 1.2rem; 
            margin-bottom: 30px; 
            color: #dddddd; 
        }

        .cta-group { 
            display: flex; 
            justify-content: center; 
            gap: 15px; 
            flex-wrap: wrap; 
        }

        .btn-phone { 
            background-color: var(--primary-accent); 
            color: #ffffff; 
            padding: 15px 35px; 
            font-size: 1.25rem; 
            font-weight: bold; 
            text-decoration: none; 
            border-radius: 4px; 
            box-shadow: 0 4px 6px rgba(0,0,0,0.2); 
            display: inline-flex; 
            align-items: center; 
        }

        .btn-secondary { 
            background-color: transparent; 
            color: #ffffff; 
            border: 2px solid #ffffff; 
            padding: 15px 35px; 
            font-size: 1.2rem; 
            text-decoration: none; 
            border-radius: 4px; 
            transition: background 0.2s, border-color 0.2s;
        }

        .btn-secondary:hover {
            background-color: var(--primary-accent);
            border-color: var(--primary-accent);
        }

        .features-section { 
            padding: 60px 20px; 
            max-width: 1100px; 
            margin: 0 auto; 
        }

        .section-title { 
            text-align: center; 
            font-size: 2rem; 
            margin-bottom: 40px; 
            color: var(--dark-bg);
        }

        .grid-3 { 
            display: grid; 
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); 
            gap: 30px; 
        }

        .feature-card { 
            background: #ffffff; 
            padding: 30px; 
            border-radius: 6px; 
            box-shadow: 0 4px 15px rgba(0,0,0,0.05); 
            border-top: 4px solid var(--primary-accent); 
            text-align: center; 
        }

        .seo-content-block { 
            background-color: var(--light-bg); 
            padding: 50px 20px; 
        }

        .seo-container {
            max-width: 1100px;
            margin: 0 auto;
        }

        /* COMPACT MULTI-COLUMN SITE FOOTER */
        .main-footer {
            background-color: var(--footer-bg);
            color: var(--footer-text);
            padding: 40px 20px 20px 20px;
            border-top: 4px solid var(--primary-accent);
            font-size: 0.82rem; 
        }

        .footer-grid {
            max-width: 1100px;
            margin: 0 auto;
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
            gap: 30px;
            padding-bottom: 25px;
            border-bottom: 1px solid #2d2d2d;
        }

        .footer-col h4 {
            color: #ffffff;
            font-size: 0.95rem; 
            margin-top: 0;
            margin-bottom: 15px;
            text-transform: uppercase;
            letter-spacing: 0.5px;
        }

        .footer-col ul {
            list-style: none;
            padding: 0;
            margin: 0;
        }

        .footer-col ul li {
            margin-bottom: 6px; 
            display: flex;
            align-items: center;
            gap: 6px;
        }

        .footer-col p {
            margin: 0 0 12px 0;
            line-height: 1.4;
        }

        .footer-col a {
            color: var(--footer-text);
            text-decoration: none;
            transition: color 0.2s;
        }

        .footer-col a:hover {
            color: #ffffff;
        }

        .footer-call-link {
            color: #ffffff !important;
            font-weight: bold;
            font-size: 1rem;
        }

        /* COMPACT SOCIAL ICONS */
        .social-links {
            display: flex;
            gap: 8px;
            margin-top: 12px;
        }

        .social-icon {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            width: 32px;
            height: 32px;
            border-radius: 4px;
            background-color: #262626;
            color: #ffffff !important;
            font-weight: bold;
            font-size: 0.8rem;
            transition: background-color 0.2s;
        }

        .social-icon:hover {
            background-color: var(--primary-accent) !important;
        }

        .footer-bottom {
            max-width: 1100px;
            margin: 0 auto;
            padding-top: 15px;
            display: flex;
            justify-content: space-between;
            align-items: center;
            flex-wrap: wrap;
            gap: 15px;
            font-size: 0.78rem; 
        }
        
        .footer-bottom a {
            color: var(--footer-text);
            text-decoration: none;
        }
        
        .footer-bottom a:hover {
            color: #ffffff;
            text-decoration: underline;
        }

        @media (max-width: 768px) { 
            .hero-section h1 { font-size: 1.9rem; } 
            .cta-group { flex-direction: column; } 
            .btn-phone, .btn-secondary { width: 100%; text-align: center; justify-content: center; } 
            .footer-grid { grid-template-columns: 1fr; gap: 25px; }
            .footer-bottom { flex-direction: column; text-align: center; }
        }
    