/*
 Theme Name:   picostrap5 Child Base
 Theme URI:    https://picostrap.com
 Description:  Child theme for Picostrap5. Experience the power of SASS, merged with the WordPress Customizer. Implementing Bootstrap 5.3.6. Please refer to the <a target="_blank" href="https://picostrap.com/documentation/">documentation</a> to get started. 
 Author:       The LiveCanvas Team
 Author URI:   https://livecanvas.com
 Version:      4.0.0
 Template: picostrap5 
 Text Domain:  picostrap5
 License: GPL-2.0
 License URI: http://www.opensource.org/licenses/gpl-license.php
*/

/*


Do not edit this file.

To add your own CSS, edit  the file: 

sass/_custom.scss 

...and add your own CSS (or SCSS!) statements.

To recompile the SASS bundle, click the "RECOMPILE SASS" link on top.

To edit the  SCSS pipeline, view and edit the file: sass/main.scss


*/


       * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }
        
        body {
            font-family: 'Poppins', sans-serif;
            background: linear-gradient(135deg, #ffffff 0%, #feece1 100%);
            background-attachment: fixed;
            overflow-x: hidden;
        }
        
        /* Hinnad (Pricing) Custom Styles */
        .hinnad-container {
            margin: 2rem 0;
        }
        
        .hinnad-category-title {
            font-weight: 600;
            background: linear-gradient(135deg, #d4a574, #f3c4a2);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            font-weight: 600;
            text-align: center;
            margin-bottom: 2rem;
            position: relative;
        }
        
        
        .hinnad-container .card {
            transition: all 0.3s ease;
            border-radius: 15px;
            background: rgba(255, 255, 255, 0.9);
            backdrop-filter: blur(10px);
        }
        
        .hinnad-container .card:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15) !important;
        }
        
        .hinnad-container .card h3 {
            font-size: 2rem;
            font-weight: 600;
            background: linear-gradient(135deg, #d4a574, #f3c4a2);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
        }
        
        .hinnad-container .opacity-50 {
            color: #666 !important;
            font-size: 0.9rem;
        }
        
        .hinnad-category-description {
            font-style: italic;
            color: #666;
            font-size: 1.1rem;
            max-width: 600px;
            margin: 0 auto;
        }

        .hinnad-container ul
        {
            margin-top: 20px !important;
        }

        .hinnad-container ul li{
            margin-bottom: 10px !important;
            border-bottom: 1px solid #f0e2d5;
            padding-bottom: 10px;
        }
        

        .hinnad-container .card-body div p {
            border-bottom: 1px solid rgba(0, 0, 0, 0.1);
            padding-bottom: 0.3rem;
            margin-bottom: 0.5rem;
        }
        
        .hinnad-container .card-body div p:last-child {
            border-bottom: none;
            margin-bottom: 0;
        }
        
        /* Beautiful list styling for price descriptions */
        .hinnad-container .card-body ul {
            list-style: none;
            padding-left: 0;
            margin: 0;
        }
        
        .hinnad-container .card-body li {
            position: relative;
            color: gray;
            margin-bottom: 0.2rem;
            display: block;
            width: fit-content;
            margin-left: auto;
            margin-right: auto;
        }
        
        .hinnad-container .card-body li:last-child {
            border-bottom: none;
            margin-bottom: 0;
        }
        

        
        /* Responsive adjustments for pricing cards */
        @media (max-width: 768px) {
            .hinnad-container .col-md-4,
            .hinnad-container .col-md-6 {
                margin-bottom: 1.5rem;
            }
            
            .hinnad-container .card h3 {
                font-size: 1.7rem;
            }
        }
        
        /* Modern gradient background with circles */
        body::before {
            content: '';
            position: fixed;
            top: -200px;
            right: -200px;
            width: 500px;
            height: 500px;
            background: radial-gradient(circle, rgba(254, 236, 225, 0.4) 0%, transparent 70%);
            border-radius: 50%;
            z-index: -1;
        }
        
        body::after {
            content: '';
            position: fixed;
            bottom: -300px;
            left: -300px;
            width: 600px;
            height: 600px;
            background: radial-gradient(circle, rgba(254, 236, 225, 0.3) 0%, transparent 70%);
            border-radius: 50%;
            z-index: -1;
        }
        
        /* Navigation */
        .navbar {
            background: rgba(255, 255, 255, 0.95);
            backdrop-filter: blur(10px);
            border-bottom: 1px solid rgba(254, 236, 225, 0.2);
            padding: 1rem 0;
            transition: all 0.3s ease;
        }
        
        .navbar-brand {
            font-weight: 600;
            font-size: 1.5rem;
            color: #333 !important;
        }
        
        .navbar-nav .nav-link {
            color: #333 !important;
            font-weight: 500;
            margin: 0 0.5rem;
            transition: all 0.3s ease;
            position: relative;
        }
        
        .navbar-nav .nav-link:hover {
            color: #d4a574 !important;
            transform: translateY(-2px);
        }
        
        .logo-icon {
            width: 40px;
            height: 40px;
            background: linear-gradient(135deg, #d4a574, #feece1);
            border-radius: 8px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            margin-right: 10px;
        }
        
        /* Hero Section */
        .hero-section {
            min-height: 100vh;
            display: flex;
            align-items: center;
            position: relative;
            overflow: hidden;
        }
        
        .hero-content {
            z-index: 2;
        }
        
        .hero-title {
            font-size: 3.5rem;
            font-weight: 300;
            color: #333;
            line-height: 1.2;
            margin-bottom: 2rem;
        }
        
        .hero-title strong {
            font-weight: 600;
            background: linear-gradient(135deg, #d4a574, #f3c4a2);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }
        
        .hero-image {
            border-radius: 20px;
            box-shadow: 0 20px 40px rgba(0,0,0,0.1);
            transform: rotate(2deg);
            transition: all 0.3s ease;
        }
        
        .hero-image:hover {
            transform: rotate(0deg) scale(1.02);
        }
        
        .btn-primary {
            background: linear-gradient(135deg, #d4a574, #b8956a);
            border: none;
            padding: 1rem 2rem;
            border-radius: 50px;
            font-weight: 500;
            text-transform: uppercase;
            letter-spacing: 1px;
            transition: all 0.3s ease;
        }
        
        .btn-primary:hover {
            transform: translateY(-3px);
            box-shadow: 0 10px 25px rgba(212, 165, 116, 0.4);
            background: linear-gradient(135deg, #b8956a, #d4a574);
        }
        
        /* Decorative flowers */
        .flower-decoration {
            position: absolute;
            width: 100px;
            height: 100px;
            opacity: 0.6;
            animation: float 6s ease-in-out infinite;
        }
        
        .flower-1 {
            top: 20%;
            left: 10%;
            animation-delay: 0s;
        }
        
        .flower-2 {
            top: 60%;
            right: 15%;
            animation-delay: 2s;
        }
        
        @keyframes float {
            0%, 100% { transform: translateY(0px) rotate(0deg); }
            50% { transform: translateY(-20px) rotate(5deg); }
        }
        
        /* About Section */
        .about-section {
            padding: 150px 0 150px;
            position: relative;
        }
        
        .about-text {
            font-size: 1.1rem;
            line-height: 1.8;
            color: #000;
        }
        
        .about-image {
            border-radius: 50%;
            width: 350px;
            height: 350px;
            object-fit: cover;
            border: 10px solid #feece1;
            box-shadow: 0 15px 30px rgba(0,0,0,0.1);
            position: relative;
        }
        

        
        /* Portfolio Section */
        .portfolio-section {
            padding: 5rem 0;
            background: rgba(255, 255, 255, 0.5);
            backdrop-filter: blur(10px);
        }
        
        .portfolio-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 2rem;
            margin: 3rem 0;
        }
        
        .portfolio-item {
            position: relative;
            border-radius: 15px;
            overflow: hidden;
            box-shadow: 0 10px 25px rgba(0,0,0,0.1);
            transition: all 0.3s ease;
        }
        
        .portfolio-item:hover {
            transform: translateY(-10px);
            box-shadow: 0 20px 40px rgba(0,0,0,0.15);
        }
        
        .portfolio-item img {
            width: 100%;
            height: 450px;
            object-fit: cover;
            transition: all 0.3s ease;
        }
        
        .portfolio-item:hover img {
            transform: scale(1.1);
        }
        
        /* Footer */
        .footer-section {
            background: linear-gradient(135deg, #333 0%, #1b1001 100%);
            color: white;
            padding: 6rem 0 2rem;
        }
        
        .contact-info h5, .contact-form h5{
            color: #d4a574;
            margin-bottom: 1.5rem;
            text-transform: uppercase !important;
        }
        
        .contact-info p {
            margin-bottom: 0.5rem;
            color: #ccc;
        }
        
        .contact-form .form-control {
            border: none;
            border-radius: 10px;
            padding: 1rem;
            margin-bottom: 1rem;
            background: rgba(255,255,255,0.1);
            color: white;
            backdrop-filter: blur(10px);
        }
        
        .contact-form .form-control:focus {
            background: rgba(255,255,255,0.15);
            color: white;
            box-shadow: none;
        }
        
        .contact-form .form-control::placeholder {
            color: #ccc;
        }
        
        .section-title {
            font-size: 2.5rem;
            font-weight: 300;
            text-align: center;
            margin-bottom: 3rem;
            color: #333;
        }
        
        .section-title strong {
            font-weight: 600;
            background: linear-gradient(135deg, #d4a574, #f3c4a2);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }
        
        @media (max-width: 768px) {
            .hero-title {
                font-size: 2.5rem;
            }
            
            .about-image {
                width: 250px;
                height: 250px;
                margin: 2rem auto;
            }
        }

/* CUSTOM STYLES FOR KATARINA FOTO WEBSITE */

/* 1. Logo styling - 125px width */
.navbar-brand img,
.navbar-brand {
    width: 125px !important;
    height: auto;
}

/* 2. Align menu to the right */
.navbar-nav {
    margin-left: auto !important;
    margin-right: 0 !important;
}

#lc-header .live-shortcode.me-auto {
    margin-left: auto !important;
    margin-right: 0 !important;
}



/* 3. Menu item font size 20px and uppercase */
.navbar-nav .nav-link {
    font-size: 20px !important;
    text-transform: uppercase !important;
    font-weight: 500;
}

/* 4. Primary button styling - white text and custom padding */
.btn,
.btn-primary {
    color: white !important;
    padding: 12px 40px !important;
    background-color: #d4a574;
    border-color: #d4a574;
    font-weight: 600;
    border-radius: 100px !important;
    transition: all 0.3s ease;
}

.btn:hover,
.btn-primary:hover {
    background-color: #c19660;
    border-color: #c19660;
    color: white !important;
}

/* Outline button styling */
.btn-outline,
.btn-outline-primary {
    color: black !important;
}

/* Link transitions */
a {
    transition: all 0.3s ease;
}

a:hover {
    transition: all 0.3s ease;
}

/* 5. Contact Form 7 (wpcf7) input styling */
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="url"],
.wpcf7 input[type="number"],
.wpcf7 input[type="date"],
.wpcf7 select {
    padding: 14px !important;
    border: none !important;
    border-radius: 10px !important;
    background-color: #444444 !important;
    color: white !important;
    width: 100%;
    margin-bottom: 15px;
}

.wpcf7 textarea {
    padding: 10px !important;
    border: none !important;
    border-radius: 15px !important;
    background-color: #444444 !important;
    color: white !important;
    width: 100%;
    height: 125px !important;
    resize: vertical;
    margin-bottom: 15px;
}

.wpcf7 input::placeholder,
.wpcf7 textarea::placeholder {
    color: #cccccc !important;
}

.wpcf7 input:focus,
.wpcf7 textarea:focus {
    outline: none;
    box-shadow: 0 0 0 2px #d4a574;
}

/* 6. Contact Form 7 submit button styling */
.wpcf7-submit {
    width: 100% !important;
    padding: 12px !important;
    background-color: #d4a574 !important;
    border-color: #d4a574 !important;
    color: white !important;
    font-weight: 600;
    border-radius: 25px;
    border: none;
    font-size: 16px;
    text-transform: uppercase;
    transition: all 0.3s ease;
    cursor: pointer;
}

.wpcf7-submit:hover {
    background-color: #c19660 !important;
    border-color: #c19660 !important;
    color: white !important;
    transform: translateY(-2px);
}

/* Additional form styling */
.wpcf7-form {
    background-color: rgba(68, 68, 68, 0.1);
    padding: 30px;
    border-radius: 20px;
    margin-top: 20px;
}

.wpcf7-form p {
    margin-bottom: 15px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .navbar-brand img,
    .navbar-brand {
        width: 100px !important;
    }
    
    .navbar-nav .nav-link {
        font-size: 18px !important;
    }
    
    .btn-primary {
        padding: 10px 30px !important;
    }
}


/* Header box-shadow when scrolled */
.scroll-position-not-at-top #lc-header .navbar {
    box-shadow: 0 0 10px 10px rgba(0, 0, 0, 0.08) !important;
    transition: box-shadow 0.3s ease;
}

/* Hero Section */
.hero-section {
    min-height: 100vh;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
}

#hero
{
    padding-bottom: 00px;
    padding-top: 40px;
}

#hero2
{
    margin-top: 130px;
}

.hero-content {
    z-index: 2;
}

.hero-title {
    font-size: 3.5rem;
    font-weight: 300;
    color: #333;
    line-height: 1.2;
    margin-bottom: 2rem;
}

.hero-title strong {
    font-weight: 600;
    background: linear-gradient(135deg, #d4a574, #f3c4a2);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.hero-images {
    position: relative;
    height: 500px;
}

.hero-image {
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.15);
    transition: all 0.3s ease;
    position: absolute;
    object-fit: cover;
}

.hero-image-1 {

    transform: rotate(5deg) translateX(-20px);
    z-index: 2;
    top: -50px;
    left: 50px;
    max-width: 90%;
}

.hero-image-2 {

    transform: rotate(-11deg) translateX(40px);
    z-index: 1;
    top: -50px;
    right: 30px;
    opacity: 0.9;
    margin-bottom: 20px;
    max-width: 90%;
}

.hero-image-1:hover {
    transform: rotate(-3deg) translateX(-10px) scale(1.05);
    z-index: 3;
}

.hero-image-2:hover {
    transform: rotate(-5deg) translateX(50px) scale(1.05);
    z-index: 4;
    opacity: 1;
}

/* Decorative flowers */
.flower-decoration {
    position: absolute;
    width: 100px;
    height: 100px;
    opacity: 0.6;
    animation: float 6s ease-in-out infinite;
}

.flower-1 {
    top: 20%;
    left: 10%;
    animation-delay: 0s;
}

.flower-2 {
    top: 60%;
    right: 15%;
    animation-delay: 2s;
}

@keyframes float {
    0%, 100% { transform: translateY(0px) rotate(0deg); }
    50% { transform: translateY(-20px) rotate(5deg); }
}

/* Mobile responsive for hero section */
@media (max-width: 768px) {
    .hero-title {
        font-size: 2.5rem;
    }
    
    .hero-images {
        height: 350px;
        margin-top: 3rem;
    }
    
    .hero-image-1 {
        width: 200px;
        height: 250px;
        left: 20px;
        top: 10px;
        transform: rotate(-5deg) translateX(-10px);
    }
    
    .hero-image-2 {
        width: 180px;
        height: 220px;
        right: 10px;
        top: 50px;
        transform: rotate(10deg) translateX(20px);
    }
}

.navbar-nav .menu-item:last-child a
{
    border: 1px solid #D1A373;
    border-radius: 100px;
    padding: 8px 20px;

}


.footer-section .col-lg-6:first-child p:last-child, .footer-section .col-lg-6:first-child p:nth-child(8)
{
	width: 80%;
}

.footer-section .col-lg-6:first-child h5
{
    margin-bottom: 60px !important;
}

.footer-section .col-lg-6:first-child hr{
    width: 80%;
}

.footer-section .row
{
    margin-bottom: 80px;
}

.hinnakiri .card 
{
    border-radius: 20px;
}

.hinnakiri .btn 
{
    margin-top: 20px;
}

.hinnakiri h2{
    margin-bottom: 60px;
}

.current-menu-item a.nav-link
{
    color: #d4a574 !important;
}



.portfolio-post-title
{
    color: #D7A879;
    font-size: 20px;
    border: 1px solid #D7A879;
    border-radius: 100px;
    padding: 8px 18px;
    display: inline-block;
}

/* Blog Cards Styling */
.card {
    border-radius: 20px !important;
    overflow: hidden;
    border: none !important;
}

.card h2
{
    line-height: 100%;
    min-height: 60px;
}

.card .card-text p
{
    min-height: 90px;
}

.card h2 a {
    text-decoration: none !important;
    font-size: 24px !important;
    line-height: 110%;
    color: #d7a879 !important;
    border: none;
}

.card h2 a:hover {
    color: #d7a879 !important;
    text-decoration: none !important;
}

.card .text-muted {
    display: none !important;
}

.card img
{
    max-height: 275px;
}

.card
{
    transition: 0.3s !important;
}


.card:hover
{
    transform: translateY(-5px);
    transition: 0.3s !important;
}


.card .btn-outline-secondary {
    color: #d7a879 !important;
    border-color: #d7a879 !important;
    width: 100%;
    text-transform: uppercase;
}


.card .btn-outline-secondary:hover {
    color: white !important;
    background: #d7a879 !important;

}

.post-meta, .entry-categories-inner
{
    display: none;;
}


#container-content-single
{
    border-radius: 20px !important;
    margin-bottom: 100px;
    padding-top: 100px !important;
    padding-bottom: 80px !important;
}

#container-content-single h1{
    font-size: 38px;
    margin-bottom: 30px;
    color: #D7A879;
    font-weight: 600;
}

.card .paketinimi
{
    background-color: ;
    color: gray;
    border: 1px solid #D7A879 !important;
    padding: 3px 14px !important;
    border-radius: 100px;;
    display: inline-block;
    font-size: 14px !important;
    font-weight: 500 !important;
margin-bottom: 10px !important;
}

.hinnad-category-description
{
    margin-top: -40px;
    margin-bottom: 60px ;
}

.hinnad-quote-btn {
    border-color: #d4a574 !important;
    color: #d4a574 !important;
    font-weight: 500;
    transition: all 0.3s ease;
}

.hinnad-quote-btn:hover {
    background-color: #d4a574 !important;
    border-color: #d4a574 !important;
    color: white !important;
}

.hinnad-quote-btn
{
    display: inline !important;
}

/* Heategevus (Charity) Styles */
.heategevus-container {
    margin: 3rem 0;
}

.heategevus-project {
    padding: 3rem 0;
    border-bottom: 1px solid rgba(212, 165, 116, 0.2);
}

.heategevus-project:last-child {
    border-bottom: none;
}

.heategevus-title {
    font-size: 2.2rem;
    font-weight: 600;
    background: linear-gradient(135deg, #d4a574, #f3c4a2);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 1rem;
}

.heategevus-date {
    color: #666;
    font-style: italic;
    font-size: 1.1rem;
    margin-bottom: 1.5rem;
}

.heategevus-description {
    color: #555;
    line-height: 1.6;
    font-size: 1rem;
}

.heategevus-content {
    padding: 2rem;
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.8rem;
    padding: 1rem;
}

.gallery-item {
    aspect-ratio: 1;
    background-size: cover;
    background-position: center;
    border-radius: 15px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
}

.gallery-item:hover {
    transform: scale(1.05);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

/* Responsive adjustments for Heategevus */
@media (max-width: 768px) {
    .heategevus-title {
        font-size: 1.8rem;
    }
    
    .heategevus-content {
        padding: 1rem;
        margin-bottom: 2rem;
    }
    
    .gallery-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 0.6rem;
        padding: 0.5rem;
    }
    
    .heategevus-project {
        padding: 2rem 0;
    }
}

/* Section Title with 3 dots */
h1.section-title {
    position: relative;
    text-align: center;
}



#portfolio h1, .hinnakiri h1{
    margin-bottom: 100px;
}