/*
Theme Name: Simplekey Child Theme
Theme URI: http://demo.themevan.com/simpekey
Description: Child Theme for the SimpleKey theme.
Template:  simplekey
Author: ThemeVan
Author URI:  http://www.themevan.com
License: GNU General Public License and Themeforest general license
License URI: License/README_License.txt
Tags: one-column,flexible-width,custom-colors,custom-menu,theme-options,translation-ready
Version: 1.0
*/
@import url(../simplekey/style.css);
.portfolios .portfolio-item{width:241px;height:413px;margin:0 2px 2px 0;}
.contactway {
color: #fff;
}

 /* Responsive Footer Styling */
    .custom-footer {
        background-color: #1a1a1a;
        color: #888;
        padding: 50px 0;
        font-family: sans-serif;
        font-size: 16px;
    }
    .footer-wrapper {
        max-width: 1200px;
        margin: 0 auto;
        padding: 0 20px;
    }
    .footer-top {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap; 
        gap: 25px;
        margin-bottom: 30px;
    }
    .footer-mid {
        display: flex;
        flex-wrap: wrap;
        gap: 12px;
        align-items: center;
    }
    .footer-mid a {
        color: #888;
        text-decoration: none;
    }
    .footer-mid a:hover {
        color: #fff;
    }
    
    /* Image-Matched Google Play Button */
    .play-store-btn {
        display: inline-flex;
        align-items: stretch;
        background: #38a652ff; /* Lighter green right side */
        border-radius: 6px;
        overflow: hidden;
        text-decoration: none;
        transition: opacity 0.3s;
        border: none;
        padding: 0;
    }
    .play-store-btn:hover {
        opacity: 0.9;
    }
    .ps-icon-side {
        background: #6ab984; /* Darker green left side */
        padding: 12px 15px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .ps-icon-side svg {
        width: 28px;
        height: 28px;
        fill: white;
    }
    .ps-text-side {
        padding: 8px 18px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        text-align: left;
    }
    .ps-sub {
        font-size: 10px;
        font-weight: bold;
        color: #ffffff;
        letter-spacing: 1px;
        margin-bottom: -2px;
        text-transform: uppercase;
    }
    .ps-main {
        font-size: 20px;
        font-weight: 600;
        color: #ffffff;
        line-height: 1.2;
    }

    .footer-description {
        text-align: center;
        line-height: 1.8;
        /* max-width: 900px; */
        margin: 0 auto;
        font-size: 14px;
    }

    .footer-left{

        font-size: 14px;
    }

    .footer-mid a{
        font-size: 14px;
    }

    /* Mobile Adjustments */
    @media (max-width: 768px) {
        .footer-top {
            flex-direction: column;
            text-align: center;
        }
        .footer-mid {
            justify-content: center;
            flex-direction: column;
            gap: 8px;
        }
        .footer-sep {
            display: none; 
        }

        /* Shrink the icon container and image */
    .ps-icon-side {
        padding: 8px 10px; /* Reduced from 12px 15px */
    }
    .ps-icon-side img {
        width: 20px !important; /* Forces the image smaller */
        height: auto;
    }

    /* Shrink the text container and fonts */
    .ps-text-side {
        padding: 6px 12px; /* Reduced from 8px 18px */
    }
    .ps-sub {
        font-size: 8px; /* Reduced from 10px */
    }
    .ps-main {
        font-size: 16px; /* Reduced from 20px */
    }


    }