/*
Theme Name: DigitalCraft
Theme URI: https://digitalcraft.pl
Author: DigitalCraft Team
Author URI: https://digitalcraft.pl
Description: Nowoczesny motyw WordPress dla agencji interaktywnych, firm IT i freelancerów. Responsywny, szybki i łatwy w konfiguracji.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: digitalcraft
Tags: business, portfolio, one-page, responsive, custom-colors, custom-menu, featured-images, threaded-comments, translation-ready

DigitalCraft WordPress Theme, Copyright 2025
DigitalCraft is distributed under the terms of the GNU GPL
*/

/* This file is just a stub for WordPress theme detection.
   Actual styles are loaded via functions.php */

/* Portfolio Personal Template Styles */

/* About Me Section Styles */
.portfolio-about-description p {
    margin-bottom: 0;
}

.portfolio-about-list {
    list-style-type: disc;
    padding-left: 1.625em;
    margin-top: 0.5em;
}

.portfolio-about-list li {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}

.portfolio-about-closing {
    margin-bottom: 0;
    margin-top: 1em;
}

.portfolio-button-wrapper {
    text-align: center;
    margin-top: 30px;
}

/* Skills Section Styles */
.skill-item {
    margin-bottom: 25px;
}

.skill-progress-wrapper {
    background-color: #eee;
    height: 30px;
    border-radius: 2px;
    position: relative;
}

.skill-progress-bar {
    background-color: #69727d;
    height: 30px;
    border-radius: 2px;
    position: relative;
    transition: width 1s ease-in-out;
}

.skill-progress-bar .skill-name {
    position: absolute;
    left: 15px;
    line-height: 30px;
    color: #fff;
    font-size: 11px;
}

.skill-progress-bar .skill-percentage {
    position: absolute;
    right: 15px;
    line-height: 30px;
    color: #fff;
    font-size: 11px;
}

/* Services Section Styles */
.portfolio-services-description p {
    margin-bottom: 0;
}

/* Responsive adjustments */
@media (max-width: 767px) {
    .portfolio-about-list {
        padding-left: 1.2em;
    }
    
    .skill-item {
        margin-bottom: 20px;
    }
}

/* About Us Page Styles */
.about-text-content {
    padding: 20px 0;
}

.about-text-content p {
    margin-bottom: 16px;
    line-height: 1.6;
    color: #333;
    font-size: 16px;
}

.about-image-wrapper {
    padding: 20px;
    text-align: center;
}

.about-profile-image {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

#cta-section-1,
#cta-section-2 {
    padding: 40px 0;
    background-color: #f8f9fa;
}

#about-section-1,
#about-section-2 {
    padding: 60px 0;
}

#about-section-1 {
    background-color: #fff;
}

#about-section-2 {
    background-color: #f8f9fa;
}

/* Responsive adjustments for About page */
@media (max-width: 767px) {
    .about-text-content {
        padding: 10px 0;
    }

    .about-text-content p {
        font-size: 14px;
    }

    .about-image-wrapper {
        padding: 10px;
        margin-bottom: 20px;
    }

    #about-section-1,
    #about-section-2 {
        padding: 30px 0;
    }

    #about-section-1 .col-sm-6,
    #about-section-2 .col-sm-6 {
        margin-bottom: 20px;
    }
}

@media (min-width: 768px) {
    #about-section-1 .about-text-content,
    #about-section-2 .about-text-content {
        padding-right: 30px;
        padding-left: 30px;
    }
}

/* Services Page Styles */
#services-intro {
    padding: 60px 0;
    background-color: #fff;
}

.services-intro-content p {
    margin-bottom: 20px;
    font-size: 16px;
    color: #333;
}

.services-benefits-list {
    list-style-type: disc;
    padding-left: 1.625em;
    margin-top: 20px;
}

.services-benefits-list li {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    color: #333;
    line-height: 1.6;
}

.services-benefits-list span {
    color: #2563eb;
}

#pricing-packages {
    padding: 60px 0;
    background-color: #f8f9fa;
}

.pricing-package {
    background: #fff;
    border-radius: 8px;
    padding: 30px 20px;
    margin-bottom: 30px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    min-height: 500px;
    display: flex;
    flex-direction: column;
}

.pricing-package:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
}

.package-title {
    text-align: center;
    color: #2563eb;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 2px solid #f0f0f0;
}

.package-content {
    flex-grow: 1;
    margin-bottom: 20px;
}

.package-content p {
    font-size: 14px;
    color: #666;
    margin-bottom: 15px;
}

.package-content ul {
    list-style-type: none;
    padding-left: 0;
}

.package-content ul li {
    padding: 8px 0 8px 25px;
    position: relative;
    font-size: 14px;
    line-height: 1.6;
    color: #555;
}

.package-content ul li:before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #10b981;
    font-weight: bold;
}

.package-price {
    text-align: center;
    color: #2563eb;
    font-size: 28px;
    font-weight: bold;
    margin: 20px 0;
}

.package-button {
    text-align: center;
}

.btn-order {
    display: inline-block;
    padding: 12px 40px;
    background-color: #2563eb;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
    transition: background-color 0.3s ease;
}

.btn-order:hover {
    background-color: #10b981;
    color: #fff;
    text-decoration: none;
}

/* Responsive adjustments for Services page */
@media (max-width: 767px) {
    #services-intro,
    #pricing-packages {
        padding: 30px 0;
    }

    .services-benefits-list {
        padding-left: 1.2em;
    }

    .pricing-package {
        min-height: auto;
        margin-bottom: 20px;
    }

    .package-title {
        font-size: 18px;
    }

            .package-price {
                font-size: 24px;
            }
        }

/* Portfolio Page Styles */
#portfolio-intro {
    padding: 60px 0;
    background-color: #fff;
}

.portfolio-intro-content p {
    margin-bottom: 20px;
    font-size: 16px;
    color: #333;
    line-height: 1.6;
}

.portfolio-features-list {
    list-style-type: disc;
    padding-left: 1.625em;
    margin: 20px 0;
}

.portfolio-features-list li {
    margin: 0.5em 0;
    color: #333;
    line-height: 1.6;
}

#portfolio-projects {
    padding: 60px 0;
    background-color: #f8f9fa;
}

.portfolio-row {
    margin-bottom: 40px;
}

.portfolio-item {
    background: #fff;
    border-radius: 8px;
    padding: 20px;
    text-align: center;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.portfolio-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
}

.portfolio-item h4 {
    color: #2563eb;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
}

.portfolio-item img {
    width: 100%;
    height: auto;
    border-radius: 5px;
    margin-bottom: 15px;
}

.btn-visit {
    display: inline-block;
    padding: 10px 30px;
    background-color: #2563eb;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
    transition: background-color 0.3s ease;
}

.btn-visit:hover {
    background-color: #10b981;
    color: #fff;
    text-decoration: none;
}

@media (max-width: 767px) {
    #portfolio-intro,
    #portfolio-projects {
        padding: 30px 0;
    }

    .portfolio-row {
        margin-bottom: 20px;
    }

    .portfolio-item {
        margin-bottom: 20px;
    }
}

/* Contact Page Styles */
#contact-intro {
    padding: 60px 0;
    background-color: #fff;
}

.contact-intro-content {
    max-width: 900px;
    margin: 0 auto;
}

.contact-info-list {
    list-style-type: disc;
    padding-left: 1.625em;
    margin: 0;
}

.contact-info-list li {
    margin: 1em 0;
    line-height: 1.6;
}

.contact-info-list span {
    color: #333;
    font-size: 16px;
}

#contact-form {
    padding: 60px 0;
    background-color: #f8f9fa;
}

.contact-form-wrapper {
    max-width: 800px;
    margin: 0 auto;
    background: #fff;
    padding: 40px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

@media (max-width: 767px) {
    #contact-intro,
    #contact-form {
        padding: 30px 0;
    }

    .contact-info-list {
        padding-left: 1.2em;
    }

    .contact-form-wrapper {
        padding: 20px;
    }
}

.header-button-one {
   display: inline-block;
  padding: 10px 20px;
  background-color: #007BFF; /* niebieski */
  color: white;
  text-decoration: none;
  border-radius: 5px;
  font-weight: bold;
  text-align: center;
  width: 250px;
  text-align: center;
}

div.header-button-one:hover {
  background-color: #0056b3; /* ciemniejszy niebieski przy najechaniu */
}
header { 
   margin-bottom: 80px;
}

footer {
   margin-top: 80px;
}
#header > div.bottom-header.front-page > div > div > div > h3 {
   color: #0056b3
}
