/* Custom Styles for Lanka Web Hosting Modern Theme */

:root {
    --primary-teal: #00a896;
    --dark-teal: #028090;
    --navy-dark: #1e293b;
    --bg-dark-header: #0f172a;
    --accent-orange: #f77f00;
}

body {
    font-family: 'Inter', sans-serif;
    color: #334155;
    background-color: #f8fafc;
}

.text-teal {
    color: var(--primary-teal) !important;
}

.bg-teal {
    background-color: var(--primary-teal) !important;
}

/* Top Bar */
.top-bar {
    background-color: #0b132b;
    font-size: 0.85rem;
}

/* Navbar */
.navbar-dark {
    background-color: var(--bg-dark-header) !important;
}

.navbar-nav .nav-link {
    color: #cbd5e1;
    font-size: 0.95rem;
    transition: color 0.3s ease;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
    color: var(--primary-teal) !important;
}

/* Hero Slider Section */
.hero-slider-section {
    background: linear-gradient(135deg, #028090 0%, #056676 100%);
    position: relative;
    padding: 60px 0 80px 0;
    overflow: hidden;
}

.hero-slide-content h1 {
    font-size: 2.8rem;
    letter-spacing: -0.5px;
}

.hero-slide-content p.lead {
    font-size: 1.15rem;
    color: #e2e8f0;
}

.feature-list-hero li {
    font-size: 1rem;
    margin-bottom: 10px;
}

/* Price Badge Graphic */
.hero-price-badge {
    background: #ffffff;
    color: #0f172a;
    border-radius: 50%;
    width: 140px;
    height: 140px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 25px rgba(0,0,0,0.2);
    border: 4px solid var(--primary-teal);
}

.hero-image-wrapper {
    position: relative;
}

.hero-image-icon {
    font-size: 11rem;
    color: rgba(255, 255, 255, 0.9);
    filter: drop-shadow(0 15px 20px rgba(0,0,0,0.3));
}

/* Pricing Cards Section */
.pricing-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.pricing-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
}

.pricing-header {
    background-color: var(--navy-dark);
    color: #ffffff;
    padding: 15px;
    border-radius: 12px 12px 0 0;
}

.pricing-tag {
    background-color: var(--accent-orange);
    color: #ffffff;
    padding: 12px;
    margin: -1px -1px 0 -1px;
}

.pricing-features li {
    padding: 8px 0;
    border-bottom: 1px dashed #e2e8f0;
    font-size: 0.9rem;
}

.pricing-features li:last-child {
    border-bottom: none;
}

/* Footer */
.main-footer {
    background-color: #0f172a;
}

.footer-links a {
    color: #94a3b8;
    text-decoration: none;
    font-size: 0.9rem;
    transition: color 0.2s ease;
    display: inline-block;
    margin-bottom: 8px;
}

.footer-links a:hover {
    color: var(--primary-teal);
}

.bg-secondary-dark {
    background-color: #1e293b;
}

/* Swiper navigation custom colors */
.swiper-button-next, .swiper-button-prev {
    color: #ffffff !important;
}

.swiper-pagination-bullet-active {
    background: var(--primary-teal) !important;
}
