/* Services Page Styles */

/* Hosting Services Section */
.services-section {
    padding: 80px 0;
    background: #f8fafc;
}

.services-section .section-title {
    text-align: center;
    margin-bottom: 60px;
}

.services-section .section-title img {
    width: 40px;
    height: 40px;
    margin-bottom: 16px;
}

.services-section .section-title p {
    font-size: 1.1rem;
    color: #64748b;
    margin-bottom: 8px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
}

.services-section .section-title h2 {
    font-size: 2.5rem;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 0;
}

.service-item {
    background: white;
    border-radius: 16px;
    padding: 40px 30px;
    text-align: center;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    height: 100%;
    border: 1px solid #e2e8f0;
    margin-bottom: 30px;
}

.service-item:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
}

.service-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 24px;
    font-size: 32px;
    color: white;
}

.service-item h4 {
    font-size: 1.5rem;
    font-weight: 600;
    color: #1e293b;
    margin-bottom: 16px;
}

.service-item h4 a {
    color: inherit;
    text-decoration: none;
    transition: color 0.3s ease;
}

.service-item h4 a:hover {
    color: #667eea;
}

.service-item p {
    color: #64748b;
    line-height: 1.6;
    margin-bottom: 20px;
}

.service-features {
    list-style: none;
    padding: 0;
    margin: 24px 0;
    text-align: left;
}

.service-features li {
    padding: 8px 0;
    color: #475569;
    font-size: 0.95rem;
    position: relative;
    padding-left: 24px;
}

.service-features li:before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #10b981;
    font-weight: bold;
}

.service-btn {
    display: inline-block;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 12px 30px;
    border-radius: 25px;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
}

.service-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(102, 126, 234, 0.4);
    color: white;
    text-decoration: none;
}

/* Free Tools Section */
.tools-section {
    padding: 80px 0;
    background: white;
}

.tools-section .section-title {
    text-align: center;
    margin-bottom: 60px;
}

.tools-section .section-title img {
    width: 40px;
    height: 40px;
    margin-bottom: 16px;
}

.tools-section .section-title p {
    font-size: 1.1rem;
    color: #64748b;
    margin-bottom: 8px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
}

.tools-section .section-title h2 {
    font-size: 2.5rem;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 0;
}

.tool-item {
    background: white;
    border-radius: 16px;
    padding: 40px 30px;
    text-align: center;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    height: 100%;
    border: 1px solid #e2e8f0;
    margin-bottom: 30px;
}

.tool-item:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
}

.tool-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #06b6d4 0%, #0891b2 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 24px;
    font-size: 32px;
    color: white;
}

.tool-item h4 {
    font-size: 1.5rem;
    font-weight: 600;
    color: #1e293b;
    margin-bottom: 16px;
}

.tool-item h4 a {
    color: inherit;
    text-decoration: none;
    transition: color 0.3s ease;
}

.tool-item h4 a:hover {
    color: #06b6d4;
}

.tool-item p {
    color: #64748b;
    line-height: 1.6;
    margin-bottom: 24px;
}

.tool-btn {
    display: inline-block;
    background: linear-gradient(135deg, #06b6d4 0%, #0891b2 100%);
    color: white;
    padding: 12px 30px;
    border-radius: 25px;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
}

.tool-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(6, 182, 212, 0.4);
    color: white;
    text-decoration: none;
}

/* Web Design Services Section */
.design-services-section {
    padding: 80px 0;
    background: #f8fafc;
}

.design-services-section .section-title {
    text-align: center;
    margin-bottom: 60px;
}

.design-services-section .section-title img {
    width: 40px;
    height: 40px;
    margin-bottom: 16px;
}

.design-services-section .section-title p {
    font-size: 1.1rem;
    color: #64748b;
    margin-bottom: 8px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
}

.design-services-section .section-title h2 {
    font-size: 2.5rem;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 0;
}

.design-content {
    padding: 40px 0;
}

.design-content h3 {
    font-size: 2rem;
    font-weight: 600;
    color: #1e293b;
    margin-bottom: 20px;
}

.design-content p {
    font-size: 1.1rem;
    color: #64748b;
    line-height: 1.7;
    margin-bottom: 30px;
}

.design-features {
    list-style: none;
    padding: 0;
    margin: 30px 0;
}

.design-features li {
    padding: 12px 0;
    color: #475569;
    font-size: 1.1rem;
    position: relative;
    padding-left: 30px;
}

.design-features li:before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #10b981;
    font-weight: bold;
    font-size: 1.2rem;
}

.design-image {
    text-align: center;
    padding: 40px 0;
}

.design-image img {
    max-width: 100%;
    height: auto;
    border-radius: 16px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
}

/* Responsive Design */
@media (max-width: 768px) {
    .services-section .section-title h2,
    .tools-section .section-title h2,
    .design-services-section .section-title h2 {
        font-size: 2rem;
    }
    
    .service-item,
    .tool-item {
        padding: 30px 20px;
    }
    
    .design-content h3 {
        font-size: 1.5rem;
    }
    
    .design-content p {
        font-size: 1rem;
    }
}

@media (max-width: 576px) {
    .services-section,
    .tools-section,
    .design-services-section {
        padding: 60px 0;
    }
    
    .services-section .section-title h2,
    .tools-section .section-title h2,
    .design-services-section .section-title h2 {
        font-size: 1.75rem;
    }
    
    .service-item,
    .tool-item {
        padding: 25px 15px;
    }
    
    .service-icon,
    .tool-icon {
        width: 60px;
        height: 60px;
        font-size: 24px;
    }
}