/* Lankaeuro.com - Recreated Static Site
   Style: Late 2000s Web 2.0 corporate aesthetic
   Based on Wayback Machine snapshot 2025-02-08 */

* { margin: 0; padding: 0; box-sizing: border-box; }

body {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 14px;
    color: #333;
    background: #fff;
    line-height: 1.6;
}

a {
    color: #005696;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
    color: #00AEEF;
}

/* Main Container - Centered fixed width, 2000s style */
.container {
    width: 960px;
    margin: 0 auto;
    background: #fff;
    min-height: 100vh;
}

/* Logo / Header */
.logo-area {
    text-align: center;
    padding: 20px 0 10px;
    background: linear-gradient(to bottom, #ffffff 0%, #f0f5fa 100%);
}

.logo-text {
    font-family: "Arial Black", Arial, sans-serif;
    font-size: 42px;
    font-weight: 900;
    color: #005696;
    letter-spacing: -1px;
    text-shadow: 2px 2px 0px rgba(0, 174, 239, 0.2);
}

.logo-text .swoosh {
    color: #00AEEF;
    font-style: italic;
}

.tagline {
    font-family: Arial, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #666;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-top: -5px;
}

/* Navigation Bar - Glossy pill-style, 2000s Web 2.0 */
.nav-bar {
    background: linear-gradient(to bottom, #e8e8e8 0%, #d0d0d0 50%, #b8b8b8 51%, #c8c8c8 100%);
    border: 1px solid #999;
    border-radius: 20px;
    margin: 10px auto;
    width: 500px;
    padding: 8px 0;
    text-align: center;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2), inset 0 1px 0 rgba(255,255,255,0.8);
}

.nav-bar a {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold;
    color: #333;
    text-transform: uppercase;
    padding: 0 12px;
    text-decoration: none;
    text-shadow: 0 1px 0 rgba(255,255,255,0.5);
}

.nav-bar a:hover,
.nav-bar a.active {
    color: #005696;
    text-decoration: none;
}

.nav-bar .sep {
    color: #999;
    font-weight: bold;
}

/* Hero Banner */
.hero-banner {
    width: 960px;
    height: 345px;
    margin: 15px auto;
    border: 1px solid #005696;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 86, 150, 0.3);
    background: #003366;
    position: relative;
}

.hero-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.hero-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 12px 25px;
    background: linear-gradient(to top, rgba(0,51,102,0.9) 0%, rgba(0,51,102,0.6) 60%, transparent 100%);
    color: #fff;
    font-family: Arial, sans-serif;
    font-size: 20px;
    font-weight: bold;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.8);
}

/* Main Content Layout - 3 column: left sidebar, content, right sidebar */
.content-wrap {
    display: table;
    width: 960px;
    margin: 0 auto;
    border-collapse: separate;
    border-spacing: 10px;
}

.content-row {
    display: table-row;
}

.sidebar-left {
    display: table-cell;
    width: 180px;
    vertical-align: top;
    background: #f5f9fc;
    border: 1px solid #c0d8e8;
    border-radius: 6px;
    padding: 15px;
}

.main-content {
    display: table-cell;
    vertical-align: top;
    background: #fff;
    padding: 10px 20px;
}

.sidebar-right {
    display: table-cell;
    width: 240px;
    vertical-align: top;
}

/* Sidebar box */
.sidebar-box {
    background: #f5f9fc;
    border: 1px solid #c0d8e8;
    border-radius: 6px;
    padding: 15px;
    margin-bottom: 15px;
}

.sidebar-box h3 {
    font-family: Arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #005696;
    text-transform: uppercase;
    margin-bottom: 10px;
    padding-bottom: 6px;
    border-bottom: 1px solid #c0d8e8;
}

.sidebar-box ul {
    list-style: none;
}

.sidebar-box ul li {
    padding: 5px 0;
    border-bottom: 1px dashed #c0d8e8;
}

.sidebar-box ul li:last-child {
    border-bottom: none;
}

.sidebar-box ul li a {
    font-family: Arial, sans-serif;
    font-size: 12px;
}

/* Greeting / Welcome */
.welcome h2 {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 28px;
    color: #005696;
    text-align: center;
    margin: 20px 0 15px;
    font-style: italic;
}

.welcome p {
    margin-bottom: 12px;
    text-align: justify;
}

.welcome .sig {
    text-align: right;
    font-weight: bold;
    margin-top: 20px;
    color: #005696;
}

/* Promo banner (blue gradient bar) */
.promo-banner {
    background: linear-gradient(to right, #00AEEF 0%, #005696 50%, #00AEEF 100%);
    color: #fff;
    text-align: center;
    padding: 10px;
    font-family: Arial, sans-serif;
    font-weight: bold;
    font-size: 13px;
    border-radius: 4px;
    margin: 15px 0;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
    box-shadow: 0 2px 4px rgba(0,86,150,0.3);
}

/* Service Boxes */
.service-boxes {
    display: table;
    width: 100%;
    margin: 20px 0;
}

.service-box {
    display: table-cell;
    width: 50%;
    padding: 15px;
    background: linear-gradient(to bottom, #f8fbfe 0%, #e8f2fa 100%);
    border: 1px solid #c0d8e8;
    border-radius: 8px;
    vertical-align: top;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.service-box:first-child {
    margin-right: 15px;
}

.service-box + .service-box {
    border-left: none;
}

.service-icon {
    float: left;
    margin-right: 12px;
    margin-bottom: 10px;
    width: 100px;
    height: 100px;
    object-fit: contain;
}

.service-box h3 {
    font-family: Arial, sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #005696;
    margin-bottom: 8px;
}

.service-box p {
    font-size: 13px;
    clear: none;
}

.more-btn {
    display: inline-block;
    margin-top: 10px;
    font-family: Arial, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #fff;
    background: linear-gradient(to bottom, #444 0%, #222 100%);
    padding: 5px 14px;
    border-radius: 3px;
    text-decoration: none;
    text-transform: lowercase;
    box-shadow: 0 1px 2px rgba(0,0,0,0.3);
}

.more-btn:hover {
    background: linear-gradient(to bottom, #555 0%, #333 100%);
    text-decoration: none;
    color: #00AEEF;
}

/* Page heading */
.page-title {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 28px;
    color: #005696;
    border-bottom: 2px solid #00AEEF;
    padding-bottom: 8px;
    margin-bottom: 20px;
    font-style: italic;
}

/* Service detail page */
.service-detail {
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 1px dashed #c0d8e8;
}

.service-detail:last-child {
    border-bottom: none;
}

.service-detail h2 {
    font-family: Arial, sans-serif;
    font-size: 20px;
    color: #005696;
    margin-bottom: 10px;
}

.service-detail ul {
    margin-left: 25px;
    margin-bottom: 10px;
}

.service-detail ul li {
    margin-bottom: 5px;
}

.pricing-table {
    width: 100%;
    border-collapse: collapse;
    margin: 15px 0;
    font-family: Arial, sans-serif;
    font-size: 13px;
}

.pricing-table th {
    background: linear-gradient(to bottom, #005696 0%, #004477 100%);
    color: #fff;
    padding: 10px;
    text-align: left;
    font-weight: bold;
}

.pricing-table td {
    padding: 8px 10px;
    border-bottom: 1px solid #c0d8e8;
}

.pricing-table tr:nth-child(even) {
    background: #f5f9fc;
}

.pricing-table tr:hover {
    background: #e8f2fa;
}

/* Contact Form */
.contact-form {
    background: #f5f9fc;
    border: 1px solid #c0d8e8;
    border-radius: 6px;
    padding: 20px;
    margin-top: 20px;
}

.contact-form label {
    display: block;
    font-family: Arial, sans-serif;
    font-weight: bold;
    font-size: 13px;
    color: #005696;
    margin-bottom: 5px;
    margin-top: 10px;
}

.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form textarea {
    width: 100%;
    padding: 8px;
    border: 1px solid #c0d8e8;
    border-radius: 4px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 14px;
    background: #fff;
}

.contact-form textarea {
    height: 120px;
    resize: vertical;
}

.contact-form input[type="text"]:focus,
.contact-form input[type="email"]:focus,
.contact-form textarea:focus {
    outline: none;
    border-color: #00AEEF;
    box-shadow: 0 0 4px rgba(0, 174, 239, 0.5);
}

.contact-form input[type="submit"],
.contact-form input[type="reset"] {
    margin-top: 15px;
    padding: 8px 20px;
    font-family: Arial, sans-serif;
    font-weight: bold;
    font-size: 13px;
    color: #fff;
    background: linear-gradient(to bottom, #005696 0%, #004477 100%);
    border: 1px solid #003366;
    border-radius: 4px;
    cursor: pointer;
    margin-right: 10px;
}

.contact-form input[type="submit"]:hover,
.contact-form input[type="reset"]:hover {
    background: linear-gradient(to bottom, #00AEEF 0%, #0088cc 100%);
    border-color: #0077bb;
}

.contact-info {
    background: #f5f9fc;
    border: 1px solid #c0d8e8;
    border-radius: 6px;
    padding: 20px;
    margin-top: 20px;
}

.contact-info p {
    margin-bottom: 8px;
    font-family: Arial, sans-serif;
    font-size: 13px;
}

.contact-info strong {
    color: #005696;
}

/* Websites grid */
.websites-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    margin-top: 20px;
}

.website-card {
    background: linear-gradient(to bottom, #f8fbfe 0%, #e8f2fa 100%);
    border: 1px solid #c0d8e8;
    border-radius: 8px;
    padding: 15px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.website-card h3 {
    font-family: Arial, sans-serif;
    font-size: 15px;
    color: #005696;
    margin-bottom: 6px;
}

.website-card p {
    font-size: 13px;
    margin-bottom: 8px;
}

/* Footer */
.footer {
    width: 960px;
    margin: 20px auto 0;
    background: linear-gradient(to bottom, #f0f0f0 0%, #e0e0e0 100%);
    border: 1px solid #ccc;
    border-radius: 6px;
    padding: 15px 20px;
    text-align: center;
    font-family: Arial, sans-serif;
    font-size: 11px;
    color: #666;
    clear: both;
}

.footer a {
    color: #005696;
    text-decoration: none;
    margin: 0 8px;
    font-weight: bold;
    text-transform: uppercase;
}

.footer a:hover {
    color: #00AEEF;
}

.footer .copyright {
    margin-bottom: 6px;
}

.footer .powered {
    margin-top: 6px;
    color: #999;
}

/* Utility */
.clear { clear: both; }

/* Responsive - basic tablet/mobile support added as enhancement */
@media screen and (max-width: 980px) {
    .container,
    .hero-banner,
    .content-wrap,
    .footer {
        width: 100%;
        max-width: 768px;
    }
    .hero-banner {
        height: 260px;
    }
    .sidebar-left,
    .sidebar-right {
        width: 160px;
    }
}

@media screen and (max-width: 768px) {
    .container,
    .hero-banner,
    .footer {
        width: 100%;
    }
    .content-wrap,
    .content-row,
    .sidebar-left,
    .main-content,
    .sidebar-right {
        display: block;
        width: 100%;
    }
    .hero-banner {
        height: 200px;
    }
    .nav-bar {
        width: 95%;
    }
    .service-boxes,
    .service-box {
        display: block;
        width: 100%;
    }
    .service-box + .service-box {
        margin-top: 15px;
    }
    .websites-grid {
        grid-template-columns: 1fr;
    }
    .logo-text {
        font-size: 32px;
    }
}
